@charset "UTF-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

#cam_top {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#cam_inner {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#cam_area {
	background-color: #f2eadc;
	/*background-color: #FFF;*/
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#cam_area dl {
	padding: 0px;
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#cam_area dl dt {
	font-size: 150%;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#cam_area dl dd {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#cam_area dl dd .tx_s {
	font-size: 90%;
	}	
#taisyou {
	background-color: #58a7a9;
	border-radius: 8px;
	text-align: center;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	height: auto;
	width: 80%;
}

#benefits {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#benefits dl {
	margin: 0px;
	padding: 0px;
}
#benefits dl dt {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#benefits dl dd {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#benefits dl dd span {
	color: #F66;
	text-decoration: underline;
}

.bene {
	padding: 0px;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.bene_inner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
}
#naiyou {
	margin: 0px;
	padding: 0px;
	text-align: center;
}





#translation {
	font-size: 85%;
	line-height: 1.7em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding: 0px;
}
#setumei {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#setumei dl {
	background-color: #F6F6F6;
	padding: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#setumei dl dt {
	font-size: 120%;
	font-weight: bold;
	color: #58a7a9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#setumei dl dd {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#setumei dl dd span {
	color: #C00;
}
#links {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#links dl {
	background-color: #f5f5f5;
	margin: 0px;
	height: auto;
	width: 48%;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}#links dl dt {
	padding: 0px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #6e5534;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#links dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
#links dl p {
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.orth_link {
	width: 80%;
	text-align: center;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.orth_link a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #ff9046;
	border-radius: 5px;
	box-shadow:4px 4px rgba(103,46,24,0.75);
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_w.png);
	background-repeat: no-repeat;
	background-position : left 15px bottom 25px;
}
.orth_link a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #FFA060;
}

}


/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

#cam_top {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#cam_inner {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#cam_area {
	background-color: #f2eadc;
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#cam_area dl {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#cam_area dl dt {
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#cam_area dl dd {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 80%;
	line-height: 1.6em;
}
#cam_area dl dd .tx_s {
	font-size: 90%;
	}	

#taisyou {
	background-color: #58a7a9;
	border-radius: 8px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	line-height: 1.6em;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#benefits {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#benefits dl {
	padding: 0px;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#benefits dl dt {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.45em;
}
#benefits dl dd {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
}
#benefits dl dd span {
	color: #F66;
	text-decoration: underline;
}

.bene {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.bene_inner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
#naiyou {
	margin: 0px;
	padding: 0px;
}

#translation {
	font-size: 80%;
	line-height: 1.7em;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding: 0px;
	height: auto;
	width: 95%;
}
#setumei {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#setumei dl {
	background-color: #F6F6F6;
	padding: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#setumei dl dt {
	font-size: 120%;
	font-weight: bold;
	color: #58a7a9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#setumei dl dd {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#setumei dl dd span {
	color: #C00;
}
#links {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#links dl {
	background-color: #f5f5f5;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#links dl dt {
	padding: 0px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #6e5534;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#links dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#links dl p {
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.orth_link {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.orth_link a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #ff9046;
	border-radius: 5px;
	box-shadow:4px 4px rgba(103,46,24,0.75);
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/yajirushi_w.png);
	background-repeat: no-repeat;
	background-position : left 15px bottom 25px;
}
}

/* 240405追記 */
.campaign2507_mainimg_bg01 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-image: url("../images/campaign2507_mainimg_bg01.jpg");
	background-repeat: repeat-x;
	background-color: #DDD;
}
.campaign2507_mainimg_bg02 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-image: url("../images/campaign2507_mainimg_bg02.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
}



.campaign2507_c00_img01_bg01 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	/*background-image: url("../images/campaign2309_c00_img01_bg02.jpg");*/
	background-repeat: repeat-x;
	background-color: #F5F5F5;
}
.campaign2507_c00_img01_bg02 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-image: url("../images/campaign2507_c00_img01_bg02.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
}


.campaign2309_c01_box {
	padding: 40px 0;	
}


.cp2404_c01_box {
	width: 100%;
	max-width: 720px;
	background-color: rgba(244,243,238,0.45);
	padding: 25px;
	margin: -25px auto 15px;
	border-radius: 8px;
}
.cp2404_c01_tit {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 6px;
}
.cp2404_c01_ol {
	font-size: 16px;
}
.cp2404_c01_ol li {
	line-height: 1.45;
	padding: 6px 0;
	text-indent: -2.3em;
	padding-left: 2.3em;
}
.cp2404_c01_ol li .tx_l {
	font-size: 22px;
	font-weight: 600;
	font-style: italic;
	color: #ff7eaf;
	padding-right: 12px;
}
.cp2404_c01_ol li .tx_s {
	font-size: 14px;
}

.cp2404_c01_tx01 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
.cp2404_c01_tx01 .tx_l {
	font-size: 24px;
	font-weight: 600;
	color: #ff7eaf;
	padding: 0 0.04em;
	letter-spacing: 0.05em;
}


.cp_c01_bg01{
	width: 100%;
		/*background-image: url(../xxxx-p/xxxxxx_bg.jpg);*/
	margin: 0 auto;
	overflow: hidden;
}
.cp_c01_bg02{
	width: 100%;
	/*background-image: url(../xxxx-p/xxxxxx_bg02.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position: top center;
}
.cp_c01_box{
	padding: 30px 0;
}

.cp_c01_tit {
	font-size:20px;
	/*font-size:2.0rem;*/
	line-height: 1.75;
	text-align: center;
	font-weight: 500;
}
.cp_c01_tit .tx_l {
	font-size:32px;
	/*font-size:3.2rem;*/
	letter-spacing: 0.03em;
	background: linear-gradient(transparent 70%, yellow 70%);
}
.cp_c01_tit .tx_s {
	font-size:18px;
	/*font-size:1.8rem;*/
}

.cp_c01_tx01 {
	font-size:16px;
	/*font-size:1.6rem;*/
	line-height: 1.75;
	text-align: center;
	padding-top: 25px;
}



.faq_c01_box {
	padding: 20px 0;
}
.faq_tit01 {
	font-size: 22px;
	text-align: center;
}

dl.faq_qa{

	}
dl.faq_qa dd.icon_q, dl.faq_qa dd.icon_a{
	line-height:1.7;
	}
dl.faq_qa dt.icon_q{
	font-size:18px;
	/*font-size:1.8rem;*/
	/*font-weight: 500;*/
	padding:14px 20px 14px 90px;
	background:url("../images/icon_q.png") no-repeat #FCFAEF;
	background-position: center left;
	margin-left:0;
	line-height: 1.45;
	border-radius: 6px;
	}
dl.faq_qa dd.icon_a{
	display: block;
	font-size:16px;
	/*font-size:1.6rem;*/
	padding:16px 20px 10px 90px;
	background:url("../images/icon_a.png") no-repeat;
	background-position: center left;
	margin-left:0;
	margin-bottom:35px;
}
dl.faq_qa dd.icon_a .tx{
	display: block;
	padding-bottom: 8px;
}
dl.faq_qa dd.icon_a .tx_s{
	font-size:16px;
	/*font-size:1.6rem;*/
}


@media only screen and (max-width: 820px) {
dl.faq_qa{
	font-size:18px;
	/*font-size:1.8rem;*/
	}
dl.faq_qa dt.icon_q{
	background-color:#F8F8F8;
	padding:15px 15px 15px 80px;
	background-position: center left;
	margin-left:0;
	line-height: 1.45;
	}
dl.faq_qa dd.icon_a{
	padding:15px 15px 15px 80px;
	background-position: center left;
	margin-left:0;
	margin-bottom:25px;
}}