@charset "utf-8";

/*共通*/
.display-sp {
	display: none;
}
.display-pc {
	display: inline-block;
}

.container-wrap.rsp #contents .inner {
	max-width: 980px;
}

.content-wrap{
	padding: 10px 15px 15px;
	background: #d4f275;
}

.main_header{
	text-align: center;
    padding-bottom: 15px;
}

/* text */

.txt_ind{
	display: block;
    padding-left: 1em;
    text-indent: -1em;
}
.ma_t10{
	margin-top:10px;
}
.b{
	font-weight: bold;
}
.stxt{
	font-size:76%;
}

.end_txt {
    padding: 0 0 10px;
    text-align: center;
    color: #FF0000;
    font-size: 150%;
    font-weight: bold;
}
/* h */

.h3txt{
margin: 15px 7px 10px 7px;
    padding: 2px 20px;
    font-size: 150%;
    font-weight: 600;
	color:#54a84f;
	 vertical-align: middle;
    background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/life1809/img/sb_btn.png") no-repeat 0 50%;
}

.h3txt_02{
    padding: 2px 20px;
    font-size: 150%;
    font-weight: 600;
	color:#ffffff;
	vertical-align: middle;
    background:#66c159;
	text-align: center;
}

/* a */

a {
    color: #f28625;
    text-decoration: underline;
}

a :hover{
    color: #ffa45a;
    text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* contents */

.mbox{
    margin: 0 0 30px;
    padding: 10px 20px 30px;
    color: #000000;
    border-radius: 20px;
	background: #ffffff;
}

.mbox01{
    padding: 10px 20px 10px;
    border-radius: 20px 20px 0 0;
	background: #66c159;
}

.mbox02{
	margin: 0 0 30px;
    padding: 10px 20px 30px;
    border-radius:0 0 20px 20px;
	background: #ffffff;
}

.boxa{
	display: table;
	margin: 0 auto;
}

.boxb{
	float:left;
	border: 1px solid #ffffff;
	padding :10px;
	margin: 10px;
	width: 45%
}

.bottom01{
	padding-bottom: 30px;
}

.cp_qa{
	text-align: center;
	margin:30px 0;
	font-size:120%;
	font-weight: bold;
}

.cpoint{
text-align:center;
}

.cpoint li{
display: inline-block;
padding-left:3px;
vertical-align: top
}

.cpoint p{
text-align: center;
}

.buy{
	text-align: center;
	display: block;
	margin:10px 0;
}
/*footer*/
#pagetop .inner p a {
    position: relative;
    display: block;
    margin: 0 0 0 auto;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    background: #61482d;
    text-decoration: none;
}


/*slide Toggle*/
/*表示切り替えしたい要素は最初は非表示にしておく*/
dl dd {
	display:none;
}

/*トグルになるメニューの初期のデザイン*/
dl dt {
	background:url("https://pntc.sslcs.cdngc.net/cdn/campaign/mail2bai9/img/img_01_close.png") left center no-repeat;
}

/*トグルになるメニューがアクティブ時のデザイン*/
dl dt.active {
	background:url("https://pntc.sslcs.cdngc.net/cdn/campaign/mail2bai9/img/img_01_open.png") left center no-repeat;
}

.menu_tit{
	padding:8px 30px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.ti_02{
	padding:0 0 8px 10px;
	
}
/*slide Toggleここまで*/


@media screen and (max-width: 960px) {
	

.boxb{
	width: 95%
}
	
}

@media screen and (max-width: 767px) {
	
.boxb{
	width: 90%
}
	
}


@media screen and (max-width: 480px) {
.display-pc {
		display: none;
	}
	
.display-sp {
		display: inline-block;
	}
	
.main_header{
	text-align: center;
    padding-bottom: 5px;
}
	
.h3txt{
margin: 10px 0 10px 2px;
    padding: 2px 20px;
    font-size: 120%;
}

.bottom01{
	padding-bottom: 20px;
}	
}
