.in_contents{

  margin-left: 10px;
  font-size: 16px;
}
.read{
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1.5;
}
div.link_box{
/*  margin-left: 65px;*/
  background: #fff;
  padding: 10px;
  width: 300px;
  float:left;
}

div.left {
  margin-left: 50px;
}
div.right{
}
.link_box_wrap div{
  margin-bottom: 40px;
}

.link_box li{
  height: 30px;
}

.link_box a{
  background: transparent url("../img/arrows.png") no-repeat;
  background-position: 0 center;
  padding-left: 11px;
  cursor: pointer !important;
  vertical-align: top;
}

div.privacy_policy{
  clear:both;
  background: #f2f2f2;
  padding:10px;
  padding-bottom: 30px;
  height: 400px;
  width: 100%;
  margin-bottom: 50px;
  overflow-y: scroll;
}

.privacy_policy h3{
  margin-bottom: 20px;
}

.privacy_policy p{
  font-size:14px;
  margin-bottom: 14px;
  text-indent: -14px;
  margin-left: 14px;
}
p.none_indent {
  text-indent: 0;
  margin-left: 0;
}
p.indent {
  text-indent: 0;
  margin-left: 14px;
}

.sp {
	display: none;
}


#campaign_zoom #mainimage {
    margin: 15px 0 !important;
}
body:first-of-type input[type="checkbox"], body:first-of-type input[type="radio"] {
    vertical-align: inherit;
}
/* accordion
===========================================================*/

ul.accordion { font-size:16px; width:100%; background:#DDD; margin:0 auto 80px;}
ul.accordion a { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:#333; font-weight:bold;}
ul.accordion span { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color: #fff; font-weight:bold;}
ul.accordion ul { display:none;}
ul.accordion > li { background: #333; background: #333; border-bottom: 1px solid #fff;}
ul.accordion > li > p { background: #333; background: #333; cursor:pointer; padding-left: 15px;}
ul.accordion > li > ul > li { background:#f2f2f2; border-bottom:1px solid #1c1e1e; padding-left: 30px;}
ul.accordion > li > ul > li > p { background:#e5e5e5;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}
ul.accordion > li > p span { background-image:url(../img/open.png);}
ul.accordion > li > p span.open { background-image:url(../img/close.png);}

dl.accordion { background:#DDD; width:80%; margin:0 auto 30px; padding:10px; font-size:16px;}
dl.accordion dt {
	background:url(../img/open.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
	background:url(../img/open.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
	border-bottom:1px solid #EEE; height:40px; text-indent:10px; line-height:40px; color:#333; font-weight:bold; cursor:pointer;}
dl.accordion dt.open {
	background:url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
	background:url(../img/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));}
dl.accordion dd { background:#FFF; padding:10px; line-height:1.5; display:none;}

label {
	vertical-align: middle;
	font-size: 19px;
	font-weight: bold;
}
input {
	-webkit-appearance: checkbox;
	width:			15px;
	height:			15px;
	margin-right: 15px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}

.checkbtn {
	/* margin-bottom: 50px; */
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 2%;
	/* background: #f2f2f2; */
}

.cap {
  font-size: 15px;
  margin: 0 0 40px 20px;
}

@media screen and (max-width: 500px) {
  .cap {
    font-size: 15px;
    margin: 0 0 40px 12px;
  }
}

ul.accordion a:hover, ul.accordion a:active, ul.accordion a:focus {
    opacity: .7;
}

.cpn_detail_block .aftersales_form {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    display: inline-block;
    border-bottom: inherit;
    padding: 0 3px;
    margin-left: 20px;
    margin-bottom: 52px;
}
.cpn_detail_block {
    margin-bottom: 50px;
    display: block ! important;
}
.cpn_detail_block dd {
    font-size: 17px;
    line-height: 1.4;
    font-weight: normal;
}
.list_no_newline li {
    display: inline-block;
    margin-bottom: 40px;
    margin-left: 20px;
    width: 30%;
    border-bottom: solid 1px #000000;
    font-size: 20px;
    padding-left: 10px;
}
.list_no_newline li:after {
    display: inline-block;
    content: ">";
    margin: 0 2px 0 55px;
    float: right;
    padding-right: 10px;
}
.list_no_newline li a:hover, .list_no_newline li a:active, .list_no_newline li a:focus {
    opacity: .7;
}
.clearfix {
    display: block;
    padding-bottom: 50px;
}


.title_box {
  background-color: #F2F2F2;
  padding: 30px 20px;
  margin: 40px 0;
}
.title_box h2 {
  font-size: 35px;
}
.title_box h2 .small_char {
  font-size: 21px;
}
.title_box h3 {
  font-size: 26px;
}
.text_1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.text_2 {
  font-size: 17px;
  line-height: 1.7;
}
.newsbox {
  border: 1px solid #000;
  padding: 25px 30px;
  margin-top: 30px;
}

