@charset "utf-8";


body {
	font-family:'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
	width:100%;
	height:auto;
	-webkit-text-size-adjust:none;	
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color:#222;
	box-sizing:border-box;
}
div,a {
	box-sizing:border-box;
}
body,div,span,a,p,img,ul,li,h1,h2,h3,h4 {
	margin:0;padding:0;
}

ul{list-style-type: none;}

img {
	border: none;
	vertical-align:top;
	box-sizing: border-box;
}

.rtat90{display: inline-block;transform: rotate( 90deg );}


.nav-wrap{
	display: none;
}
*{
	box-sizing:border-box;
}

a{
	color: #222;
	text-decoration:none;
	box-sizing: border-box;
}
a:visited{
	color:#222;
}



.wrap-cnt a{
	color: #d4353b;
	text-decoration:underline;
	font-weight: bold;
}
.wrap-cnt a:visited{
	color:#d4353b;
}
.wrap-cnt a:hover{
	text-decoration:underline;
}



.gttopbtn a{
	color: #222;
	text-decoration:none;
	font-weight: normal;
}
.gttopbtn a:visited{
	color:#222;
}
.gttopbtn a:hover{
	text-decoration:underline;
}



.cap{
margin:5px 0 10px 0;
padding-top:60px;
padding-bottom:5%;
height:400px;
font-size:20px;
font-weight:normal;
color:#34467e;
line-height:2em;}

.cap-t{
margin:0 2px;
padding:3px;
color:#fff;
font-weight:bold;
background-color:#66cccc;
}




html {
  height: 100%;
  margin: 0;
}
 
body {
  height: 100%;
  margin: 0;
}


.wrap{
	width:100%;
	height:auto;
	text-align: center;
	background: url("../img/bg-new.png");	}
	
.wrap2{width:100%;height:83px;text-align: center;border-top:#2dc69b solid 10px;}
.cont{width:1019px;margin:0 auto;}
.cont2{width:1019px;margin:0 auto;}

.cont-1{
	margin-top:200px;
	height:450px;
	width:1200px;	
	display:flex;
	justify-content: center;
	align-items: center;
	padding:0 25px;
}

.cont-1 div{
	width:50%;
}

.cont-1 img{
	width:400px;
	height:auto;
}

.animation{
  animation-name: decoSwing;
  animation-duration: 1800ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}
@keyframes decoSwing {
  0% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

.animation-2{
  animation-name: decoSwing-2;
  animation-duration: 1800ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}
@keyframes decoSwing-2 {
  0% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

.cont-cnt{
	width:920px;
	margin:0 auto;
	background: #fff;
	padding:30px 50px;
	box-sizing: border-box;
box-shadow:0px 0px 3px 0px #ccc;
	border-radius:6px;
}

.cont-cnt img{width:100%;height: auto;}



.cont-2{
	display:flex;
	width: 45%;
}





@media screen and ( max-width:767px ){
/*.cont{width:96％;margin:0 auto 0 2%;}*/
.cont{width:100%;margin:0 auto;}
.cont2{width:96%;margin:0 auto;}

.wrap{
	width:100%;
	height:auto;
	text-align: center;
	background: url("../img/bg-new.png");	}

.cap{
padding-top:5%;
padding-bottom:5%;
height:400px;
font-size:15px;
font-weight:normal;
color:#34467e;
line-height:1.75em;}

.cap-t{
margin:0 2px;
padding:3px;
color:#fff;
font-weight:bold;
background-color:#66cccc;
}



.cont-1{
	margin-top:-10%;
	height:450px;
	width:400px;	
	display:flex;
	justify-content: center;
	align-items: center;
	padding:0;
	}

.cont-1 div{
	margin-top:39%;	
	width:50%;
}

.cont-1 img{
	width:165px;
	height:auto;
}


.animation{
	margin-left:-10%;
	animation-name: decoSwing;
  animation-duration: 1800ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}
@keyframes decoSwing {
  0% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

.animation-2{
	margin-right:-10%;
	animation-name: decoSwing-2;
  animation-duration: 1800ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}
@keyframes decoSwing-2 {
  0% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

.cont-2{
	display:flex;
	justify-content:space-between;	
	width:100%;
}

}





.top-int-list-t {
	width: 950px;
	height: auto;
	margin:0 auto;
}
.top-int-list-t ul{
	margin-left:20px;
}
.top-int-list-t ul li{
	float: left;
	height: 520px;
	width:210px;
	margin-right: 20px;
	position: relative;
	/*overflow: hidden;*/
	margin-top:15px;
	margin-bottom: 15px;
	background: #fff;
	padding:10px;
	box-sizing: border-box;
}
.top-int-list-t ul li img{
	/*border: 1px solid #888;*/
	width:100%;
	height: auto;
}
.top-int-list-t > ul > li:nth-child(5),.top-int-list-t > ul > li:nth-child(8){
	margin-right: 0px !important;
}

li.opq-cir{
	background: #f6f6f6;
	border:1px solid #e1e1e1;
	padding:4px;
	box-sizing: border-box;
}








.top-int-list-t ul li.dblwid{

	width:453px;

}
.top-int-list-t ul li.mrgntyp{

	margin-right: 0px !important;

}

.top-int-list-t ul li .list-title{
	position: absolute;
	left:0;
	bottom: -7px;
}
.top-int-list-t ul li .list-img{
	width:100%;
	height: 200px;
	background-position:center;
	position:absolute;
	top:0;
	left:0;
}


.ilust{	
	width:110% !important;
	margin-left:-4%;}

.jct01{
	color:#27488C;
	text-align: left;
	padding:0px 0px 0px 0px;
	font-size:16px;
	font-weight: bold;
	line-height: 1.3em;
	width:100%;
	margin-left:0;
	box-sizing: border-box;
}

.jct02{text-align: left;padding:8px 0px 0 0px;font-size:13px;line-height: 1.3em;width:100%;margin-left:0;box-sizing: border-box;}


.jct03{
	color:#34467e;
	text-align: center;
	padding:0px 0px 10px 0px;
	font-size:26px;
	font-weight: bold;
	line-height: 1.5em;
	width:100%;
	margin-left:0;
	box-sizing: border-box;
}

.jct03-1{
display:none;
}

.jct03-2{
	color:#34467e;
	text-align: center;
	padding:5px 0;
	font-size:20px;
	line-height: 1.5em;
	width:100%;
	margin-left:0;
	margin-bottom:10px;
	border-top: 2px dotted #34467e;
	border-bottom: 2px dotted #34467e;
	box-sizing: border-box;
}

.jct04{text-align: left;padding:8px 0px 0 0px;line-height: 1.5em;width:100%;margin-left:0;box-sizing: border-box;}

.jct05{ font-weight:bold;padding:8px 0px 0 0px;line-height: 1.5em;width:100%;margin-left:0;box-sizing: border-box;}

.jct05-2{color:#3366cc; font-weight:bold;padding:8px 0px 0 0px;line-height: 1.5em;width:100%;margin-left:0;box-sizing: border-box;}

.jct06{
	color:#3366cc;
	text-align: center;
	padding:5px 0px 10px 0px;
	font-size:20px;
	line-height: 1.5em;
	width:100%;
	margin-left:0;
	box-sizing: border-box;
}

.jct06-b{
	font-family:"American Typewriter";
	font-weight:600;
	font-size:35px;
}

.jct06-nb{
	font-family:"American Typewriter";
}


.brd-box-dot{
	padding-top:24px !important;
}

.dotted-line {
	display: none;
  }



.gbrd-line {

  background-image: linear-gradient(to right, #009944, #009944 100%);
  background-size: 7px 7px;
  height: 1px;
	margin-top: 1.5em;
}



@media screen and ( max-width:767px ){

.dotted-line {
	background-image: -moz-linear-gradient(left, #A6A6A6, #A6A6A6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #A6A6A6, #A6A6A6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, #A6A6A6, #A6A6A6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, #A6A6A6, #A6A6A6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-size: 7px 7px;
  height: 1px;

}

.gbrd-line {

	margin-top: 0.2em;
}





.ilust{	
	width:120% !important;}
	
	
.jct03-1{
	display:block;
	color:#fff;
	text-align: center;
	padding:3px 0;
	font-size:18px;
	font-weight:bold;
	line-height: 1.5em;
	width:100%;
	margin-left:0;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#3366cc;	
	box-sizing: border-box;
}


.jct03-2{
	color:#34467e;
	text-align: center;
	padding:5px 0;
	font-size:16px;
	line-height: 1.5em;
	width:100%;
	margin-left:0;
	margin-bottom:10px;
	border-top: 2px dotted #34467e;
	border-bottom: 2px dotted #34467e;
	box-sizing: border-box;
}



.jct04{
	font-size:90%;
}
}




.txt-box-c{
	text-align: center;
	margin-bottom: 30px;
}
.toolbox01{
	
	/*background: #fff url(../img/opq-b01.jpg) no-repeat;
	background-position:right -61px top -42px;
	*/
	padding:8px;
}


.toolbox02{
	

}
.sp-oj{
	display: none;
}
.pc-oj{
	display: block;
}
.sp-cl{
	display: none;
}

.cl-top-cp{
	font-size: 15px;
	line-height: 1.5em;
	margin-top:15px;
}
.cl-top-cp-q{
	font-size: 15px;
	line-height: 1.5em;
}







.sp-cl2{
	display: none;
}





.gradbox2{
  width: 80%;
	background: #fff;
    height: auto;
    padding: 15px 0;
    text-align: center;
    border: solid 2px transparent;
    border-image: url("../img/grdbx.jpg");
    border-image-slice: 1;
    border-image-repeat: stretch;
}
	



.q-mntspc{
	width:100%;
	margin-bottom: 30px;
	margin-top: 30px;
	background: #eee;
	/*box-sizing: border-box;
	padding:15px 20px 15px 20px;

	
	*/
	
	/*
	border: solid 2px transparent;
    border-image: url("../img/grdbx.jpg");
    border-image-slice: 1;
    border-image-repeat: stretch;
	
	border-left: 2px solid #43C6AC;
    border-right: 2px solid #d9e653;
	*/
	padding: 2px;
	    background: linear-gradient(to right bottom, #009944, #00e867);

}

/*
.q-mntspc::before,.q-mntspc::after{
    content: "";
    display: block;
    height: 2px;
    background: linear-gradient(to right, #43C6AC 0%, #d9e653 100%);
}
*/

.q-mntspc-bc{
	background: #fafafa;
	padding: 30px;
}
@media screen and ( max-width:767px ){
.q-mntspc-bc{
	padding: 10px;
}
}





.q-mntspc li{
	border-bottom:1px dotted #bbb;
}
.q-mnt-bgcl{
	background: #ffe8ec !important;
}


/*cnt*/
.cnt-lft{
	float:left;
	width:330px;
	text-align:left;
}
.cnt-rht{
	float:right;
	width:330px;
	text-align:left;
}

.cnt-spc{
	font-size:18px;
	font-weight: bold;
	padding-bottom:3px;
	border-bottom:1px solid #888;
}
.cnt-spc-txt{
	margin-top:5px;
	margin-bottom:5px;
	font-size:14px;
	line-height:1.8em;
}


.cnt-mvbox{
	width:760px;
	margin-left:30px;
}

	.cnt-mvbox .movie {
		margin-bottom: 30px;
	}
		.cnt-mvbox .movie iframe {
			width: 690px;
			/*height: 388px;*/
			height: 517px;
		}

.cnt-mvtlt{
	font-size:15px;
	text-align:left;
	margin-bottom:4px;
	margin-top:20px;
	font-weight: bold;
}
img.imp40{
	width:40%;
	height:auto;
	margin-left:0%;
}
img.imp40-sp70{
	width:40%;
	height:auto;
	margin-left:0%;
}
img.imp40-sp80{
	width:40%;
	height:auto;
	margin-left:0%;
}
img.imp40-sp90{
	width:40%;
	height:auto;
	margin-left:0%;
}
img.imp40-sp50{
	width:40%;
	height:auto;
	margin-left:0%;
}
img.imp30-sp50{
	width:30%;
	height:auto;
	margin-left:0%;
}
img.imp50{
	width:50%;
	height:auto;
	margin-left:0%;
}
img.imp60{
	width:60%;
	height:auto;
	margin-left:0%;
}
img.imp60-sp70{
	width:60%;
	height:auto;
	margin-left:0%;
}
img.imp70{
	width:70%;
	height:auto;
	margin-left:0%;
}
img.imp80{
	width:80%;
	height:auto;
	margin-left:0%;
}
img.imp90{
	width:90%;
	height:auto;
	margin-left:0%;
}

img.imp_sp70{
			width:100%;
		height:auto;
}
img.imp_sp70-m{
			width:100%;
		height:auto;
}
img.imp_sp60{
			width:100%;
		height:auto;
}

.cnt-slbox{
	float: left;
	width:406px;
	text-align: left;
	font-size: 15px;
}	
.indent00 {
	display: flex;
}
.indent00l {
	width: 100%;
}
.indent00r {
	width: 13em;
}


.indent01 {
padding-left:1em;
text-indent:-1em;
}

.indentbox  {

}


.indentbox dl{
margin-top:2em;
}
.indentbox dl dt{
	font-weight: bold;
	color: #009944;
	float:left;
	width:3em;
}
.indentbox dl dd{
	margin-left:3em;
	font-weight: normal;
}

.indentbox_m dl{
margin-top:2em;
}
.indentbox_m dl dt{
	font-weight: bold;
	color: #d66d86;
	float:left;
	width:3em;
}
.indentbox_m dl dd{
	margin-left:3em;
	font-weight: bold;
}


.indentbox_ni{
	margin-top:2em;
	font-weight: bold;
	padding:0 1.5em 0 1.5em;
	box-sizing: border-box;
}








.q-point{
	margin-top:2em;
}

.q-p_tlt{
	font-size:18px;
	color: #888;
	font-weight: bold;
}
.q-p_cnt{
	margin-top:10px;
	padding:15px;
	box-sizing: border-box;
	border:dotted #d4353b 3px;
		border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}












.cnt-srbox{
	float: right;
	width:346px;
	text-align: left;
}
.cnt-txtbox{
	width:100%;
	text-align: left;
	font-size: 15px;
}	
.cnt-mgbox{
	width:90px;
	float:left;
}
.cnt-mgboxwrap{
	position: relative;
}
.cnt-mgbox-r{
	width:300px;
	float:left;
	margin-top:100px;
	left:100px;
}

.jct01-cnt{color:#0390E4;text-align: left;padding-top:10px;font-size:15px;line-height: 1.3em;width:300px;margin-left:13px;}
.jct02-cnt{text-align: left;padding-top:5px;font-size:13px;line-height: 1.3em;width:300px;margin-left:0px;}


.cnt-lstbox-l{
	float:left;
	width:330px;
}
.cnt-lstbox-r{
	float:right;
	width:330px;
	font-size:15px;
	text-align: left;
}
.cnt-lstbox-mark{
	margin:20px 0 8px 0;
	width:100px;
}

.cnt-g-t{
	margin-top:60px;
	margin-bottom:30px;
text-align: center;
	font-size: 18px;
}

#copyrightArea {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	clear: both;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
}
.top-txtbox{
	font-size: 14px;
	text-align: left;
	padding-left:15px;
}
.top-coop-box01{
	margin-top:40px;
		padding-left:50px;

}
.top-coop-mk{
	float:left;
	width:60px;
}
img.coop-w60p{
	width:60px;
	height: auto;
}
.top-coop-r{
	float:left;
	margin-left:20px;
	line-height: 1.6em;
	text-align: left;
	font-size:13px;
}
.top-coop-sp01{
	display: block;
	width:90px;
	padding:1px;
	color:#fff;
	background:#E0847F;
	text-align:center;
	float:left;
}
.top-coop-sp02{
	display: block;
	padding:1px;
	margin-left:8px;
	text-align:left;
	float:left;
	font-weight: bold;
}
.top-coop-sp03{
	display: block;
	padding:1px;
	margin-left:18px;
	text-align:left;
	float:left;
}
.top-coo-bxls {
	margin-bottom:5px;
}



.top-tool-tlt-w{
	width: 100%;
	text-align: left;
}
.top-tool-tlt{
	font-size:22px;
	color:#fff;
	padding:5px 20px;
	background: #90C292;
	display: inline-block;
	margin:10px ;
	font-weight: bold;
	float:left;
	box-sizing: border-box;
}

.top-tool-txt{
	float:left;
	width:500px;
	margin-left:20px;
	margin-top:20px;
	padding-left:1em;
text-indent:-1em;
	font-size: 12px;
	line-height: 1.4em;
	box-sizing: border-box;
}




img.img-hover:hover {
	transform: scale(1.1); 
	transition: all 250ms 0s ease;
}

img.img-hover-2:hover {
	opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity:0.7;
	transition: all 250ms 0s ease;
}


.cnt-atn-txt{
	font-size:11px;
	margin-top:7px;
	line-height: 1.4em;
	padding-left:1em;
text-indent:-1em;
	color:#555;
}



.q-etc-rcap{
	width:50%;
	margin:0 auto 0 auto;
}




img.imp100w{
	width:100%;
	height: auto;
}


.qtlt01{
	
	width:1019px;
	margin-top:1.2em;
	margin-bottom:0em;
}
.qtlt01-l{
	float:left;
	width:590px;
}
.qtlt01-r{
	float:right;
	width:370px;
}
.qtlt01-r img{
	width:100%;
	height: auto;
}
.qtlt01-txt{
	font-size: 19px;
	line-height: 1.6em;
	text-align: left;
	margin-top:1.2em;
	width:900px;
	margin-left:60px;
}
h3.qtlth3{
		width:100%;
	text-align: center;
	font-size:30px;
	font-weight:normal;
	margin:20px 0 30px 0;
	letter-spacing:0px;
	line-height: 1.3em;
	color: #CF7B99;
	border: none !important;
	padding-bottom:10px;
}

.linecs{
  position: relative;
  display: inline-block;
padding-bottom: 0.1em;
  margin-bottom: 0.8em;
}

.linecs:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  display: inline-block;
  width: 150px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/
  background-color: #ccc;
  border-radius: 3px;
	background: linear-gradient(90deg, rgba(227, 184, 200, 0.0) 3%, #e3b8c8, rgba(227, 184, 200, 0.0) 99% );
}

.qtlth-st{
	font-size: 18px;
	margin:20px 0 10px 0;
	padding:3px 10px;
	text-align: left;
}
.qtlth-st .qtlth-st-mt{
	font-size: 18px;
	color: #fff;
	padding:8px 25px;
	background: #F1BD6A;
	display: inline;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
}



.qq-rtbox{
	
	width:650px;
	margin:0 auto;
}
.qq-rtbox-l{
	float:left;
	width:280px;
	
}
.qq-rtbox-r{
	float:right;
	width:350px;
	text-align: left;
	margin-top:2em;
}


/* sp start */


@media screen and ( max-width:767px ){
	
	
	
	.toolbox01{
	background-position:right -61px top -42px;
		background-size: 50% auto;
		background-color:#fff;
}
	
	
	
	.qq-rtbox{
	
	width:100%;
}
.qq-rtbox-l{
	float:left;
	width:45%;
	
}
.qq-rtbox-r{
	float:right;
	width:55%;
margin-top:1em;
	font-size: 80%;
	line-height: 1.4em;
}
	
	
	
	
	img.imp40-sp70{
	width:70% !important;
	height:auto;
	margin-left:5% !important;
}
		img.imp40-sp80{
	width:80% !important;
	height:auto;
	margin-left:5% !important;
}
			img.imp40-sp90{
	width:90% !important;
	height:auto;
	margin-left:5% !important;
}
	
		img.imp40-sp50{
	width:50% !important;
	height:auto;
	margin-left:5% !important;
}
		img.imp30-sp50{
	width:50% !important;
	height:auto;
	margin-left:5% !important;
}
	
	.qq-rtbox{
	
	width:100%;
	
}
	
h3.qtlth3{

	font-size:25px;
	font-weight:normal;
	margin:0px 0 20px 0;
	letter-spacing:0px;
	line-height: 1.3em;
	color: #CF7B99;
	border: none !important;
	padding-bottom:10px;
}
.qtlt01-txt{
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
		width:100%;
	margin-left:0;
}	

	
	

	
	
	
	.qtlt01{
	
	width:96%;
		margin-left: 2%;
}
	.qtlt01-l{
	float:none;
	width:96%;
		margin-left:2%;
}
.qtlt01-r{
	float:none;
	width:96%;
	margin-left:2%;
			margin-top:2em;

}
	
	
	.q-etc-rcap{
	width:100%;
}
	
	
	.mrgt1em-sp{
		margin-top:1em;
	}
	.cnt-mgbox-r{
	width:70%;
}
	
	
	
	.cnt-srbox img{
		margin-top:35px;
		margin-bottom:35px;
	}
	
	

	
	#copyrightArea {

	font-size: 8px;
	letter-spacing: 1px;
}
	
	
	
	.top-txtbox{
	font-size: 11px;

}

	
	
	
	
	
.top-tool-tlt-w{
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
.top-tool-tlt{
	display: block;
	font-weight: bold;
	float:none;
	width:97%;
	text-align: center;
	box-sizing: border-box !important;
}
.top-tool-txt{
	float:none;
	width:93%;
	margin:20px;
	padding-left:1em;
	text-indent:-1em;
	font-size: 12px;
	line-height: 1.4em;
	box-sizing: border-box;
}	
	
	
	
	
	
	.top-coop-box01{
		padding-left:2%;

}
.top-coop-mk{
	float:none;
	width:100%;
	text-align: center;
}

.top-coop-r{
	float:none;
	margin-left:10px;

}
	
	
	
	
	
	.top-coop-sp01{

	float:none;
}
	
	
		.top-coop-sp02{
margin-top:5px;
	float:none;
}
	.top-coop-sp03{
	margin-left:5px;
	float:none;
}
	
	
	
	.pc-oj{
	display: none;
}
	
	
	.cnt-lstbox-l{
	float:left;
	width:45%;
}
.cnt-lstbox-r{
	float:right;
	width:50%;
	font-size:15px;
	text-align: left;
}
.cnt-lstbox-mark{
	margin:0px 0 8px 0;
}
	
	
	
	
	.cnt-slbox{
	float: none;
		width:100%;
}	
.cnt-srbox{
	float: none;
	width:100%;
}
	
		img.imp70{
		width:100%;
		height:auto;
	}
	img.imp80{
		width:100%;
		height:auto;
	}
		img.imp90{
		width:100%;
		height:auto;
	}
	
	
	img.imp_sp70{
			width:70% !important;
		height:auto;
}
		img.imp_sp70-m{
			width:70% !important;
		height:auto;
			margin-left:15%;
}
	
	
		img.imp_sp60{
			width:60% !important;
		height:auto;
			margin-left:20%;
}
	
	img.imp60{
		width:100%;
		height:auto;
	}
	
	
	img.imp60-sp70{
		width:70% !important;
		height:auto;
		margin-left:0%;
	}
	
	
	
		img.imp50{
		width:100%;
		height:auto;
	}
		img.imp40{
		width:100%;
		height:auto;
	}
	
	.cnt-mvbox{
	width:100%;
		margin-left:0px;
}
	
		.cnt-mvbox .movie {
		margin-bottom: 10px;
	}
		.cnt-mvbox .movie iframe {
			width: 100%;
			/*height: 220px;*/
			height: 260px;
		}
	
	
	.cont-cnt{
		width:96%;
		margin-left:2%;
		padding:20px 2%;
	}
	.cnt-lft{
		width:100%;
	}
		.cnt-rht{
		width:100%;
	}
	
	.cont-cnt img{
		width:100%;
		height:auto;
	}
	
	
	.txt-box-c{
	width:96%;
		margin-left:2%;
}
	
		.cl-top-cp2{
	width:96%;
		margin-left:2%;
}
	

	.sp-oj{
	display: block;
}
	.sp-cl{
		display: block;
	clear: both;
  background-image: -moz-linear-gradient(left, #A6A6A6, #A6A6A6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #A6A6A6, #A6A6A6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, #A6A6A6, #A6A6A6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, #A6A6A6, #A6A6A6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-size: 7px 7px;
  height: 1px;
}

		.sp-cl2{
		display: block;
	clear: both;round_btn
  height: 1px;
}

	.cont{
		width: 100%;
	height: auto;
	}
	
	
	
	




	
	
	.top-int-list-t {
	width: 100%;
	height: auto;
	/*margin-left:2%;*/
		padding:0;
}
	
	.top-int-list-t ul{

	float: left;
	position: relative;
	/*overflow: hidden;*/
	margin-top:10px;
	margin-bottom: 0px;
	margin-left:0px;
		padding:10px;
	box-sizing: border-box;
}
	
	.top-int-list-t ul li{
			width:50%;
			height:auto;
			margin:0px;
}
	.top-int-list-t img{
		
		width:100%;
	height:auto;
	}	
	

	
	
	
	

	
	
	
	
	.top-int-list-t ul li.dblwid{

	width:100%;
	height:auto;
		margin-right: 0px !important;

}
	
	

	
	.jct01{color:#27488C;text-align: left;padding-top:10px;font-size:15px;line-height: 1.3em;width:90%;margin-left:5%;font-weight: bold;}
.jct02{text-align: left;padding-top:0px;font-size:13px;line-height: 1.3em;width:90%;margin-left:5%;}

	
		.jct01-cnt{color:#0390E4;text-align: left;padding-top:10px;font-size:15px;line-height: 1.3em;width:90%;margin-left:5%;}
.jct02-cnt{text-align: left;padding-top:5px;font-size:13px;line-height: 1.3em;width:90%;margin-left:5%;}

	
	
	.sp-imw100{
		
			width:100%;
	height:auto;
	border-style:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-user-drag:none;
	user-drag:none;
	pointer-events:none;
	}
		.sp-imw96{
		
			width:96%;
			margin-left:1%;
	height:auto;
	border-style:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-user-drag:none;
	user-drag:none;
	pointer-events:none;
	}

	

	.cl-top-cp{
		font-size:14px;
	}
	
	
	
}





/* sp end */

.mrgt0{
	margin-top:0px !important;
}


.mrgt10{
	margin-top:10px !important;
}

.mrgt20{
	margin-top:20px !important;
}
.mrgt30{
	margin-top:30px !important;
}
.mrgt40{
	margin-top:40px !important;
}

.mrgt50{
	margin-top:50px !important;
}


.mrgt70{
	margin-top:70px !important;
}
.mrgt70-sp30{
	margin-top:70px !important;
}

.mrgt90{
	margin-top:90px !important;
}


.mrgt100{
	margin-top:100px !important;
}


.mrgt110{
	margin-top:110px !important;
}






img.imw100 {
	width:100%;
	height:auto;
	border-style:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-user-drag:none;
	user-drag:none;
	pointer-events:none;
}
h2{
	font-size:28px;
	font-weight:bold;
	color:#34467e;
	padding:3px 0 0 4px;
	margin:0 auto 25px auto;
	display: inline-block;
	letter-spacing: 1px;
	position: relative; 

}
.clafcl{color:#3b5ea1 !important;}
.clmbcl{color:#cb5119 !important;}

h2::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #fff; /*下線の色*/
  width: 80px; /*線の幅*/
  height: 5px; /*線の太さ*/
  bottom: -7px; /*線のタテ位置*/
  left: 50%;  /*線のヨコ位置*/
  transform: translateX(-50%);　/*線のヨコ位置*/
  }

h2.top-tlt{
	padding: 0;
	margin: 0;
}


h2.wmtlt {
position: relative;
		font-size:28px;
	font-weight:bold;
	padding:3px 0 2px 4px;
	margin:0 auto 2em auto;
	display: inline-block;
	letter-spacing: 0px;
	color:#009944;
}

h2.wmtlt:before {
content: "";
position: absolute;
left: -10%;
bottom: -10%;
width: 120%;
height: 2px;
background: -webkit-repeating-linear-gradient(-45deg, #009944, #009944 2px, #009944 2px, #009944 4px);
background: repeating-linear-gradient(-45deg, #009944, #009944 2px, #009944 2px, #009944 4px);
}
h2.wmtlt:after  {
content: "";
position: absolute;
left: -10%;
top: -10%;
width: 120%;
height: 2px;
background: -webkit-repeating-linear-gradient(-45deg, #009944, #009944 2px, #009944 2px, #009944 4px);
background: repeating-linear-gradient(-45deg, #009944, #009944 2px, #009944 2px, #009944 4px);
}





h2.wmtlt2 {
position: relative;
		font-size:28px;
	font-weight:bold;
	padding:3px 0 2px 4px;
	margin:0 auto 25px auto;
	display: inline-block;
	letter-spacing: 1px;
	color:#cb5119;
	line-height: 1.3em;
}

h2.wmtlt2:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 7px;

	background: -webkit-repeating-linear-gradient(-45deg, #f5d5db, #f5d5db 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #f5d5db, #f5d5db 2px, #fff 2px, #fff 4px);
}







.h2wrap{
	width:100%;
	text-align: center;
	margin:35px 0 10px 0;
}
.h2wrap2{
	width:100%;
	text-align: center;
	margin:20px 0 10px 0;
}
h3{
	width:100%;
	text-align: center;
	font-size:20px;
	font-weight:bold;
	margin:20px 0 5px 0;
	letter-spacing:0px;
	line-height: 1.3em;
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
}
.fsz-27{
	font-size:27px !important;
	letter-spacing:1px !important;
}
.ltsl-n{
	letter-spacing: normal !important;
}
h4{
	width:100%;
	text-align: center;
	font-size:20px;
	font-weight:bold;
		margin:0.5em 0;
		padding-bottom:0.7em;	
}

.wrap-cnt h4{
	margin:5em 0 30px 0;
}
/*
h4:first-letter {
    font-size: 20px;
}
*/
h4.top_h4{
	margin:1.2em 0 30px 0;
}

@media screen and ( max-width:767px ){
h4.top_h4{
	margin:0.2em 0 30px 0;
}
}

h4{
	width:100%;
	text-align: center;
	font-size:20px;
	font-weight:bold;
		margin:0.5em 0;
		padding-bottom:0.7em;	
}










.cn-grb{
	font-weight:bold;
	color:#009944;
	margin-right:4px;
	font-size: 1.1em;
}
.cn-grm{
	font-weight:bold;
	color:#d66d86;
}


.cn-brb{
	font-weight:bold;
}

label {
cursor:pointer;
}

.tltsub{
	width:100%;
	text-align: center;
	font-size:22px;
	margin:5px 0 0px 0;
}

.mrg20{
	margin:20px 0 !important;
}
.mrg20-10{
	margin-top:20px !important;
	margin-right:5px !important;
	margin-bottom:15px !important;
	margin-left:5px !important;
}
.mrg40{

		margin-top:40px !important;
	margin-right:0px !important;
	margin-bottom:10px !important;
	margin-left:0px !important;
}
.mrg40-5{

		margin-top:40px !important;
	margin-right:0px !important;
	margin-bottom:5px !important;
	margin-left:0px !important;
}
.mrg50-5{

		margin-top:50px !important;
	margin-right:0px !important;
	margin-bottom:5px !important;
	margin-left:0px !important;
}
.mrg0{
	margin:0 !important;
}
.mrg30{
	margin-top:30px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	margin-bottom:5px !important;
}
.mrg-b30{
	margin-bottom:30px !important;
}
.mrg-b50{
	margin-bottom:50px !important;
}
.mrg-t10{
	margin-top:10px !important;
}
.mrg-t30{
	margin-top:30px !important;
}
.mrg-t40{
	margin-top:40px !important;
}
.mrg-t50{
	margin-top:50px !important;
}
.mrg-t70{
	margin-top:70px !important;
}
.mrg-t80{
	margin-top:80px !important;
}
.mrg-t90{
	margin-top:90px !important;
}
.txt-left{text-align: left !important;}


.clear {
	clear:both;
}
.clearfix {
	display: block;
	position: relative;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}






.footer{
	height:50px;
	background:#28be90;
	padding:7px 20px 7px 20px;
	color:#fff;
}
.footer_copyright{margin-top:8px;}
.footer_copyright p {
	width:500px;
	font-size:12px;
	float:left;
}

.ft-logo {
	width:240px;
	height:auto;
	float:left;
}







.bg_gb{
	width:100%;
	background: #e4efc3;
	text-align: center;
	padding:20px 0 30px 0;
	margin:30px 0;
}


.sc_cont{
	width:862px;
	margin:0 auto;
}
.sc_cont2{
	width:750px;
	margin:0 auto;
}

.lfbox{
	width:400px;
	float:left;
}
.rfbox{
	width:440px;
	float:right;
}
.lfbox2{
	width:440px;
	float:left;
}
.rfbox2{
	width:400px;
	float:right;
}
.lfbox3{
	width:346px;
	float:left;
}
.rfbox3{
	width:387px;
	float:right;
}

.to_fr{
	width:100%;
	text-align: center;
	font-size:20px;
	font-weight:bold;
	margin:40px 0 10px 0;
	color:#28be90;
}
.to_fr_txt{
	width:100%;
	text-align: left;
	font-weight:bold;
	padding:15px 25px;
	border:solid 2px #28be90;
	box-sizing: border-box;
}
.to_fr_txt .clctxt{
	display:inline;
	color:#28be90;
}
.cpc_r_txt{
	color:#28be90 !important;
}


.pc_disp {
	display:inline;
}
.sp_disp {
	display:none;
}


.br-sp{
		display:none;
	}


.txt-nml{
		text-align: left;
		
	}



@media screen and ( max-width:767px )
{
	
	
	.mrgt70-sp30{
	margin-top:30px !important;
}
	
	
	

	.footer_copyright p {
	width:100%;
}
	
	h2{
	font-size:24px;
	letter-spacing: 0px;
}
.h2wrap{
	width:100%;
	margin:18px 0 5px 0;
}
.h2wrap2{
	width:100%;
	margin:10px 0 5px 0;
}
h3{
	text-align: center;
	font-size:20px;
	margin:15px 0 5px 0;
	letter-spacing:0px;
	line-height: 1.3em;
	font-weight:normal;
}
	.fsz-27{
		font-size:23px !important;
	}
h4{

	text-align: center;
	font-size:16px;
	font-weight:bold;
}

	
	
	


.tltsub{
	width:100%;
	text-align: center;
	font-size:18px;
	margin:2px 0 0px 0;
}

.mrg20{
	margin:10px 0 !important;
}
.mrg20-10{
	margin-top:10px !important;
	margin-right:5px !important;
	margin-bottom:7px !important;
	margin-left:5px !important;
}
.mrg40{

		margin-top:20px !important;
	margin-right:0px !important;
	margin-bottom:5px !important;
	margin-left:0px !important;
}

.mrg30{
	margin-top:15px !important;
	margin-bottom:2px !important;
}
.mrg-b30{
	margin-bottom:15px !important;
}
.mrg-b50{
	margin-bottom:25px !important;
}
.mrg-t10{
	margin-top:5px !important;
}
.mrg-t30{
	margin-top:15px !important;
}
.mrg-t40{
	margin-top:20px !important;
}
.mrg-t50{
	margin-top:30px !important;
}
	
	
	
	.footer{
	padding:7px 7px 7px 7px;
}
	.footer_copyright p {
	font-size:10px;
	}
	h3{
	letter-spacing:2px;
	}
	
	img.imw100sp {
	width:100%;
	height:auto;
	border-style:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-user-drag:none;
	user-drag:none;
	pointer-events:none;
	}
		
	.br-pc{
		display:none;
	}
	.br-sp{
		display:inline !important;
	}
	.pc_disp { display:none; }
	.sp_disp { display:inline !important; }
	
	
	.footer{
	height:auto;

	}
	
	
	.sc_cont,.sc_cont2{
		width:100%;
	}
	.lfbox{
	width:100%;
	float:none;
	}
	.rfbox{
		width:100%;
		float:none;
	}
	.lfbox2{
		width:100%;
		float:none;
	}
	.rfbox2{
		width:100%;
		float:none;
	}
		.lfbox3{
		width:100%;
		float:none;
	}
	.rfbox3{
		width:100%;
		float:none;
	}
	.lfbox p{padding:5px 8px;}
	.rfbox p{padding:5px 8px;}
	.lfbox2 p{padding:5px 8px;}
	.rfbox2 p{padding:5px 8px;}
	.lfbox3 p{padding:5px 8px;}
	.rfbox3 p{padding:5px 8px;}
	
	.to_fr_txt{
	width:95%;
	padding:15px;
		margin-left:2.5%;
		box-sizing: border-box;
	}
	
	
	
	
	#dis .contents_img{height: 150px;}
	#dis .contents_img02{height: 150px;}
	#dis .contents_img03{height: 150px;}
	
	
	
	.txt-nml p{
		padding:5px 8px;
		
	}
	
}





















.sc_cont p,.sc_cont2 p{
	line-height: 28px;
	font-size:16px;
}


.contents{
	margin-bottom:50px;
}


.contents_img {
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	text-align:center;
}

.contents_img_inner {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
}
.contents_img-02_inner {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
}
.contents_img-03_inner {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
}


.contents_title {
	width:381px;
	height:auto;
	margin-top:0px;
	position:relative;
	top:35%;
	left:48%;
}
.contents_title-c {
	width:100%;
	height:auto;
	margin-top:0px;
	position:relative;
	top:50%;
	left:0%;
}
.contents_title-c div{
	width:100%;
	height:24px;
	margin:-12px 0 0 0;
	position:absolute;
	top:50%;
	left:0;
	text-align:center;
}
.int00m{
	top:50% !important;
	left:50% !important;
}

.int99ct{
	top:35% !important;
	left:48% !important;
}
.int02ct{
	top:30% !important;
	left:5% !important;
}
.int03ct{
	top:30% !important;
	left:15% !important;
}
.int04ct{
	top:30% !important;
	left:53% !important;
}
.int06ct{
	top:50% !important;
	left:10% !important;
}

.contents_titlenum {
	width:123px;
	height:auto;
	position:absolute;
	bottom:-7px;
	left:0;
}
.ct05int{top:0 !important;}


@media screen and ( max-width:767px )
{

	.contents_title img{height:auto;width:266px}
	.contents_title {top:27%;left:41%;}
	
	.int99ct img{height:auto;width:180px}
	.int99ct{top:30% !important;left:20% !important;}
	
	
	.int02ct img{height:auto;width:150px}
	.int02ct{top:30% !important;left:-10% !important;}
	
	.int03ct img{height:auto;width:154px}
	.int03ct{top:30% !important;left:-10% !important;}	
	
	.int04ct img{height:auto;width:180px}
	.int04ct{top:40% !important;left:15% !important;}
	
	.int06ct img{height:auto;width:100px}
	.int06ct{top:50% !important;left:-70px !important;}
	
	.contents_titlenum {width:86px;height:auto;}
	.contents_titlenum img{width:86px;height:auto;
	}
	
}







.contents_img02 {
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	text-align:center;
}

.contents_img02_inner {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
}




.contents_img03 {
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	text-align:center;
}

.contents_img03_inner {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
}
.contents_img03_inner:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}



.contents_img04 {
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	text-align:center;
}

.contents_img04_inner {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
}
.contents_img04_inner:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}




.pos_s_t{background-position:center top !important;}

.pos_s_t2{background-position:60% 20% !important;}
.pos_s_t3_top01{background-position:60% 10% !important;}
.pos_s_t3_top02{background-position:50% 30% !important;}




#trn .tr-cap{
	width: 98%;
	margin:0.2em 1% 12px 1%;
	text-align: left;
	font-size:14px;
}










@media screen and ( max-width:767px )
{
	#trn .tr-cap{
	width: 98%;
	margin:0.2em 1% 12px 1%;
	font-size:12px;
}
	
	#int_01 .contents_img {height:100px;}
	#int_01 .contents_img02 {height:240px;}

	#int_se .contents_img {height:100px;}
	#int_se .contents_img02 {height:240px;}
	
	#int_03 .contents_img {height:100px;}
	#int_03 .contents_img02 {height:240px;}
	
	#int_04 .contents_img {height:100px;}
	#int_04 .contents_img02 {height:240px;}
	
	#trn .contents_img{height: 100px !important;}
	#trn .contents_img02{height: 240px !important;}
	#trn .contents_img03{height: 240px !important;}
	
	#tal .contents_img{height: 100px !important;}
	#tal .contents_img02{height: 300px !important;}
	
	#dis .contents_img{height: 100px !important;}
	#dis .contents_img02{height: 180px !important;}
	
	
	#dis .contents_img02_inner{background-size: width:100%;}
	
	#dis .contents_img03{height: 180px !important;}

	#req .contents_img{height:100px !important;}
	
	#rectop .contents_img {height:300px !important;}
	#rectop .contents_img02{height: 180px !important;}
	#rectop .contents_img03{height: 180px !important;}
	#rectop .contents_img04{height: 180px !important;}
	
}

.lstwrap{width:750px;margin:0 auto;}

.img_c{text-align:center;width:100%;}

.discus_main_list {
	word-break:break-all;
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.discus_main_list > p {
	height:auto;
	float:left;
}
.discus_main_list > p:nth-child(1) {
	font-weight: bold;
	width:10%;
	font-size:16px;
	line-height:28px;
}

.discus_main_list > p:nth-child(2) {
	width:90%;
	font-size:16px;
	line-height:28px;
}
.hm_a {color:#F79646;}
.hm_k {color:#FF0000;}
.hm_e {color:#0043FF;}
.hm_h {color:#008000;}
.hm_s {color:#BC25C9;}
.hm_hp {color:#FF64F6;}



.kerning_l{letter-spacing: 3px;}


@media screen and ( max-width:767px )
{
	.lstwrap{width:95%;margin:0 auto;}
	
	.discus_main_list > p {
	float:none;
	}
		
	.discus_main_list > p:nth-child(1) {
	width:100%;
	}

	.discus_main_list > p:nth-child(2) {
	width:100%;
	}

}





.req-subtlt{
	text-align: center;
width: 100%;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
}
.req-t02{
	padding:15px 4px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.req-t02-top{
	padding:15px 4px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-size:15px;
	text-align: 25px;
	text-align: center;
}
.nonborder{border-top: none !important;border-bottom: none !important;}
.nonborder-btm{border-bottom: none !important;}
.txt-bld{font-weight: bold;}
.txt-redtlt{color:#28be90;font-weight: bold;font-size:20px;}
.line-h17{margin-top:2em !important;}
.margin-btm20{margin-bottom: 0.6em;}
.mrg-top20{margin-top:20px !important;}
.req-t03{
		padding:7px 4px;
	font-size: 18px;
	font-weight: bold;
	margin-top:35px;
}
.req-t04{
	padding-top:8px;
	font-size: 15px;
	text-align: center;
}
.req-nbt{
	margin-top:20px;
	padding-top:15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color:#28be90;
}

.mrg-t20{
	margin-top:20px !important;
}
@media screen and ( max-width:767px ){
	.req-t02{
	padding:15px 15px;

}
		.req-t02-top{
	padding:15px 15px;

}
.req-t03{
		padding:7px 15px;

}
}



/*button*/

.cntbox{
width: 90%;
margin-top:7px;
}

.cntbox-2 {
	position: absolute;
	bottom:10%;
}


.syohin_btn {
	margin:3px auto;
	width:100%;
	text-align: center;
    position: relative;
    display: inline-block;
    font-weight: normal;
	font-size: 14px;
    padding: 0.4em 0.7em;
    text-decoration: none;
    color: #FFF;
    background: #3366ff;
    transition: .4s;
	box-sizing: border-box;
	border-radius: 20px;
  }
  
  .round_btn {
	margin:3px auto;
	text-align: center;
    position: relative;
    display: inline-block;
    font-weight: normal;
	font-size: 14px;
    padding: 0.1em 2em;
    text-decoration: none;
    color: #FFF;
    background: #27488C;
    transition: .4s;
	box-sizing: border-box;
	border-radius: 20px;
  }
  
  .round_btn1-2 {
	margin:3px auto;
	text-align: center;
    position: relative;
    display: inline-block;
    font-weight: normal;
	font-size: 14px;
    padding: 0.3em 2em;
    text-decoration: none;
    color: #FFF;
    background: #27488C;
    transition: .4s;
	box-sizing: border-box;
	border-radius: 20px;
  }

  
  .round_btn-2 {
  	width:400px;
  	height:100px;
	margin-top:30px;
	text-align:left;
    position: relative;
    font-weight: normal;
	font-size: 20px;
    padding: 0.1em 0.25em;
    line-height: 1.25em;
    background: #52ade1;
    transition: .4s;
	box-sizing: border-box;
	border-radius: 50px;
	transition-property: opacity;
  	transition-duration: 0.5s;
  }
  
  .round_btn-2-i{
  	height:100px;
  	display:flex;
    justify-content:space-between;
    align-items: center;
    margin-top:-19%;

  }
  
  .round_btn-2_t {
  	width:140px;
    color: #FFF; 
    margin-top:6%;
    margin-left:21%; }

.round_btn-2:hover {
	 opacity: 0.7; 
}


.btn-box{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	

			
.btn-box-2{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	
.btn-box > div{
		width: 48%;
			}
			
.t-link{
	font-size:15px;}			
	
	@media screen and ( max-width:767px ){
		
		
		
			.btn-box{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
			
		
		.btn-box > div{
		width:100%;
		padding:5px 0;
	}
	
	

	
				.btn-box-2{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
		
		
		.btn-box-2 > div{
		width: 100%;
	font-size: 120%;
	}
	
	
	.cntbox-2 {
	}
}

	
.round_btn-2_img {
	margin:2px 20px;
}

.round_btn-2_img-2 {
	margin:0 15px;
}



.syohin_btn:hover {
    background: #0096c9;
}




@media screen and ( max-width:767px ){
	
	.cntbox{
text-align: left;
width: 90%;
		

}
	
	.syohin_btn {
	margin:3px auto;
	width:100%;
	text-align: center;
    position: relative;
    display: inline-block;
    font-weight: normal;
	font-size: 14px;
    padding: 0.4em 0.7em;
    text-decoration: none;
    color: #FFF;
    background: #3366ff;
    transition: .4s;
	box-sizing: border-box;
	border-radius: 20px;
  }
  
  .round_btn {
	margin:3px auto;
	text-align: center;
    position: relative;
    display: inline-block;
    font-weight: normal;
	font-size: 12px;
    padding: 0 1.5em;
    color: #FFF;
    background: #27488C;
    transition: .4s;
	box-sizing: border-box;
	border-radius: 20px;
	  }
	  
	 .round_btn1-2 {
	margin:3px auto;
	text-align: center;
    position: relative;
    display: inline-block;
    font-weight: normal;
	font-size: 12px;
    padding: 0.2em 1.5em;
    color: #FFF;
    background: #27488C;
    transition: .4s;
	box-sizing: border-box;
	border-radius: 20px;
	  }



.round_btn-2 {
	margin-top:20px;
	width:auto;
	height:120px;    
	position: relative;    
    font-weight: bold;
    padding:2% 5%;
    text-decoration: none;
    line-height: 1.25em;
    background: #52ade1;
    transition: .4s;
	box-sizing: border-box;
	border-radius: 40px;
	transition-property: opacity;
  	transition-duration: 0.5s;

  }

  .round_btn-2_t {
  	width:80%;
	font-size: 16px;
  	text-align:center;
    color: #FFF; 
    margin:2% 10% 0;
     }
   
  .round_btn-2-i{
  	width:250px;
  	padding:0 4%;
  	height:100px;
  	position: absolute;
  	right: 0;
  	left: 0;
  	margin: -3% auto;
  	display:flex;
    justify-content:space-between;
    align-items: center;
  }
  
  .round_btn-2_img{
  	margin-left:2%;
  }
  
  .round_btn-2_img-2{
  		margin-left:2%;
  	  }

.round_btn-2:hover {
	 opacity: 0.7; 
}


  
}

a.but-arr {
  position: relative;
	text-decoration:none;
	color: #fff;
}
a.but-arr:visited {
  
	color: #fff;
}
a.but-arr:hover {
  
	color: #fff;
	text-decoration:none;
}
 
a.but-arr:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 11px;
  top: 50%;
  right: 8px;
  margin: -5px 0 0 0;
  background-image: url(../img/arr.png);
  background-repeat: no-repeat;
  background-size: 7px 11px;
}













.syohin_btn2 {
	margin:7px auto;
	width:400px;
	text-align: center;
    position: relative;
    display: inline-block;
    font-weight: bold;
	font-size: 30px;
    padding: 0.4em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #28be90;
    transition: .4s;
	letter-spacing: 4px;
  }

.syohin_btn2:hover {
    background: #FF2133;
}
.syohin_btn2-n {
	margin:7px auto;
	width:400px;
	text-align: center;
    position: relative;
    display: inline-block;
    font-weight: bold;
	font-size: 30px;
    padding: 0.4em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #CCCCCC;
    transition: .4s;
	letter-spacing: 4px;
  }
.n_btn_activ:hover {
    background: #ddd;
}

@media screen and ( max-width:767px ){
	.syohin_btn2 {
	margin:10px auto;
	width:80%;
	padding: 0.8em 0.5em;
  }
	.syohin_btn2-n {
	margin:10px auto;
	width:80%;
	padding: 0.8em 0.5em;
  }
  
  .t-link{
	font-size:12px;
	}

}



.to_fr2{
	width:100%;
	text-align: center;
	font-size:20px;
	font-weight:bold;
	margin:40px 0 10px 0;
}




/*anim*/
.pic_btn_on-cl { animation:pic_btn_on0cl 0.45s ease-in-out forwards; }
@keyframes pic_btn_on0cl {
	0% { transform:opacity(1); }
	100% { transform:opacity(0.8); }
}
.pic_btn_off-cl { animation:pic_btn_off0 0.45s ease-in-out forwards; }
@keyframes pic_btn_off0cl {
	0% { transform:opacity(0.8); }
	100% { transform:opacity(1); }
}



.pic_btn_on { animation:pic_btn_on0 0.45s ease-in-out forwards; }
@keyframes pic_btn_on0 {
	0% { transform:scale(1); }
	100% { transform:scale(1.03); }
}
@keyframes pic_btn_on02 {
	0% { transform:scale(1); }
	100% { transform:scale(1.05); }
}

.pic_btn_off .pic_btn_img { animation:pic_btn_off0 0.45s ease-in-out forwards; }
@keyframes pic_btn_off0 {
	0% { transform:scale(1.03); }
	100% { transform:scale(1); }
}
@keyframes pic_btn_off02 {
	0% { transform:scale(1.05); }
	100% { transform:scale(1); }
}



.pic_btn_on-t .contents_img02_inner { animation:pic_btn_on0 0.45s ease-in-out forwards; }
.pic_btn_off-t .contents_img02_inner { animation:pic_btn_off0 0.45s ease-in-out forwards; }


.pic_btn_on-t03 .contents_img03_inner { animation:pic_btn_on0 0.45s ease-in-out forwards; }
.pic_btn_off-t03 .contents_img03_inner { animation:pic_btn_off0 0.45s ease-in-out forwards; }


.pic_btn_on-t04 .contents_img04_inner { animation:pic_btn_on0 0.45s ease-in-out forwards; }
.pic_btn_off-t04 .contents_img04_inner { animation:pic_btn_off0 0.45s ease-in-out forwards; }


.pic_btn_on-m .list-img { animation:pic_btn_on02 0.45s ease-in-out forwards; }
.pic_btn_off-m .list-img { animation:pic_btn_off02 0.45s ease-in-out forwards; }




.pic_btn {
	display:block;
	width:100%;
	height:100px;
	position:relative;
	overflow:hidden;	
}
.pic_btn_img {
	width:100%;
	height:100px;
	background-size:cover;
	background-position:center;
	position:absolute;
	top:0;
	left:0;
}




.pic_btn_title div {
	width:100%;
	height:24px;
	margin:-12px 0 0 0;
	position:absolute;
	top:50%;
	left:0;
	text-align:center;
}


.pic_btn_title p {
	font-size:25px;
	line-height:24px;
	letter-spacing:5px;
	text-indent:2px;
	color:#ffffff;
	font-weight:bold;
	left:0;
	top:25%;
	opacity:1;
}


.top-addr ul li{
	float:left;
}
.nobr-t{
	white-space:nowrap;
}
.top-addr-tlt{
	width:100%;
	text-align: center;
	font-size:20px;
	font-weight:600;
		margin:0px 0 10px 0;
}
.textbox01{
	width:100%;
	font-size:15px;
	line-height: 25px;
	text-align: center !important;
	margin:15px 0px 20px 0px;
	padding:0 7px;
}
.textbox01-top{
		width:100%;
	font-size:35px;
	line-height: 20px;
	letter-spacing: 7px;
	text-align: center !important;
	margin:15px 0px 20px 0px;
	padding:0 7px;
}



#top-int-list {
	width: 964px;
	height: auto;
	margin:0 auto;
}
#top-int-list ul li{
	float: left;
	height: 200px;
	margin-right: 2px;
	margin-bottom: 2px;
	position: relative;
	width:318px;
	overflow: hidden;
}
#top-int-list ul li:nth-child(3){
	margin-right: 0px;
}
#top-int-list ul li:nth-child(5){
	margin-right: 0px;
	width:638px !important;
}

#top-int-list ul li .list-title{
	position: absolute;
	left:0;
	bottom: -7px;
}
#top-int-list ul li .list-img{
	width:100%;
	height: 200px;
	background-position:center;
	position:absolute;
	top:0;
	left:0;
}



.txt-box-c{
	text-align: center;
	margin-bottom: 30px;
}









#menu-int-list {
	width: 860px;
	height: auto;
	margin:0 auto;
}
#menu-int-list ul li{
	float: left;
	height: 103px;
	margin-right: 2px;
	margin-bottom: 2px;
	position: relative;
	width:170px;
	overflow: hidden;
}

#menu-int-list ul li:nth-child(5){
	margin-right: 0px;
	width:170px !important;
}

#menu-int-list ul li .list-title{
	position: absolute;
	left:0;
	bottom: -7px;
}
#menu-int-list ul li .list-img{
	width:100%;
	height: 103px;
	background-position:center;
	position:absolute;
	top:0;
	left:0;
}
#menu-int-list ul li .list-img img{
	
}



.txt-box-c2{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}




/*menu*/
.header{
	border-top:solid 10px #2dc69b;
	padding:7px 20px 0px 20px;
	text-align:center;
	z-index:300;
	box-sizing: border-box;
}
.header_body{width:100%; margin:0 auto;position: relative;min-width: 1000px;text-align:center;box-sizing: border-box;}
.header_var{
	float:left;
	widht:352px;
	box-sizing: border-box;
}
.header_menu{
	margin-top:6px;
	float:right;
	box-sizing: border-box;
}

#menu {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
			font-size: 15px;
			font-weight: normal;
			color:#000;
	background: #2dc69b;
	box-sizing: border-box;
}
#menu li{
	display: block;
	width:auto;
	float: left;
	margin: 0;
	padding: 0;
	/*border-bottom:3px solid #ff0000;*/
	marign-right:5px;
	white-space: nowrap;
	box-sizing: border-box;
}
#menu li a {
	display: block;
	padding: 0 15px;
	background-color: #fff;
	color: #000;
	text-align: center;
	text-decoration: none;
	/*border-right:1px solid #4baacb;*/
	box-sizing: border-box;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	color: #555;
}

.linkedmenu{
	padding: 0 15px;
	box-sizing: border-box;
}
.linkedmenu01{
	display:inline-block;
	border-bottom:3px solid #28be90;
	box-sizing: border-box;
}



/* sp menu css*/


ul.gnav{margin:0;padding:0;box-sizing: border-box;}
	ul.gnav li{margin:0;box-sizing: border-box;}

#mainHeader{
	border-top:solid 10px #28be90;
	background: #fff;
	position: relative;
	width: 100%;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	z-index: 250;
	box-sizing: border-box;
}
#mainHeader #logo{
width:246px;
	margin:7px 0 6px 4px;
	padding:4px;
		float:left;
		background: #fff;
	box-sizing: border-box;
}
#mainHeader #menusp{
width:35px;
	margin:10px 9px 0 0;
		float:right;
	background: #fff;
	box-sizing: border-box;
}

    .nav-wrap{
/**/
        position: fixed;
        top: 0;
        width: 100%;
		z-index:200;
		box-sizing: border-box;
    }
	.navi{max-width:100%;box-sizing: border-box;}
	.gnav li.frstLi{border-top:1px solid #555;box-sizing: border-box;}
    .gnav {
      list-style-type: none;
      background: #fff;
      width: 100%;
	  max-width:100%;
      z-index: 99;
		box-sizing: border-box;
    }

    .gnav li {
      border-bottom: 1px solid #555;
	  color:#333;
		box-sizing: border-box;
    }

    .gnav li a {
      display: block;
	  color:#333;
	  font-weight:normal;
      text-decoration: none;
      padding: .9rem 1rem;
	background:url(../img/bc_ar.jpg) 95% center no-repeat;
	background-size:15px auto;
		box-sizing: border-box;
    }
.gnav li a:hover {
	color:#000;
}


.wmfmgck{
	margin-top:30px;
	margin-bottom: 30px;
}
.wmfmgck20{
	margin-top:20px;
	margin-bottom: 20px;
}


.wmfcpt{
	width:90%;
	margin-top:15px;
	font-size: 15px;
	text-align: right;
}

.wfn-lm{
	float:none !important;
	margin:0 auto;
}
.wfn-lmbox{
	text-align: center !important;
}
.mgt0im{
	margin-top:0 !important;
}
.wfmgbox{
	background: #808080;
	padding:2px ;
	color:#fff;
}

@media screen and ( max-width:767px ){
	
	.header_body{min-width: 300px;}
	.wmfmgck{width: 100%;}
}





.backtop {
	width:55px;
	height:auto;
	position:fixed;
	right:20px;
	bottom:60px;
	z-index:150;
}






.wmsub01{
	margin-top:16px;
	display: inline-block;
	padding:8px 3px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}.wmcbrm{
	color: #86613a;
}




.wmtlt01{
	width:1019px;
}
.wmtlt01-l{
	float:left;
	width:496px;
}
.wmtlt01-r{
	float:right;
	width:523px;
}
.wmtlt01-r img{
	width:100%;
	height: auto;
}
.wmtlt01-txt{
	font-size: 17px;
	line-height: 1.9em;
	text-align: left;
}
.wmtlt01 img{
	width:100%;
	height: auto;
}


.wmtxt01{

	font-size: 17px;
	line-height: 1.9em;
}




.wmtlt02{
background:#3b5ea1;
color: #fff;
	display: inline-block;
	padding:4px 7px 3px 7px;
	font-size: 15px;
	margin-top:15px;
	margin-bottom:10px;
	text-align: left;
}

.wmtlt02-2{
background:#d66d86;
color: #fff;
	display: inline-block;
	padding:4px 7px 3px 7px;
	font-size: 15px;
	margin-top:15px;
	margin-bottom:10px;
	text-align: left;
}
.brt01{
	border-top:1px solid #fff;
	padding-top:3px;
}




.afwdpo01{
	text-align: left;
	padding-left: 0px;
	box-sizing: border-box;
}
.afpnt01{
	font-size: 18px;
	display: inline-block;
	padding:2px 14px 2px 16px;
	background: #d0627b;
	color:#fff;
	border-radius: 8px;
	letter-spacing: 0.2em;
}
.afpnt01_m{
	font-size: 18px;
	display: inline-block;
	padding:3px 10px 2px 10px;
	background: #d66d86;
	color:#fff;
	border-radius: 10px;
}
.wfmpo02{
	margin: 0;
}
.wfmpo03{
	margin:0px 0 3px 0;
	padding:0 15% 0 15%;
	text-align: left;
	font-size: 15px;
	box-sizing: border-box;
}
.cnt-mvtltwfvbox{
	text-align: center;
	margin:50px 0 15px 0;
}
.cnt-mvtltwfv{
		font-size: 17px;
	font-weight: bold;
	display: inline-block;
	padding:3px 20px 2px 20px;
	background: #3b5ea1;
	color:#fff;
	border-radius: 20px;
}

.wfm-l{
	float:left;
	width:52%;
}
.wfm-r{
	padding-top:200px;
	float:right;
	width:48%;
}
.wfm-2blk{
	width:86%;
	margin-left:7%;
}
.wfm-l02{
	float:left;
	width:48%;
	margin-top:15px;
}
.wfm-r02{
	margin-top:15px;
	float:right;
	width:48%;
}
.wfm-l03{
	float:left;
	width:69%;
}
.wfm-r03{
	padding-top:0px;
	float:right;
	width:30%;
}


.wfm-02txt{
	text-align: left;
	margin:4px 0;
}
.wfmtl01{
	width:90%;
	text-align: left;
	margin:30px 5% 20px 5%;
	box-sizing: border-box;
}
.wfmtl02cnt{
text-align: center !important;

}
.wfmtl01 .wfmtl01_s{
	display: inline-block;
	padding:3px 15px 2px 15px;
	font-size: 15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.wfmpo03t{
	margin:20px 3% 3px 3%;
	text-align: left;
	font-size: 17px;
	box-sizing: border-box;
	text-indent: -1em;
  padding-left: 2em;
}
.wfmpo03tni{
	margin:20px 3% 20px 3%;
	text-align: left;
	font-size: 15px;
	box-sizing: border-box;
	font-weight: bold;

}


.wfmpo04{
	margin:0px 0 3px 0;
	padding:0 20% 0 20%;
	text-align: left;
	font-size: 17px;
	box-sizing: border-box;
}
.wfnbrk{
	white-space: nowrap;
}
.mfbg01{
	background-color:#d66d86 !important;
}



a.mfalink{
	color: #b83250;
	text-decoration:underline;
}
a.mfalink:visited{
	color:#b83250;
}
a.mfalink:d94264{
	text-decoration:underline;
}


.mf_cnt_cap{
	font-weight: bold;
	text-align: center;
	margin:10px 0 40px 0;
}
.mft_mf{
	font-size: 90%;
}
.h2-sub{
	font-weight: bold;
	font-size: 98%;
	margin-bottom: 2em;
	color: #009944;

}
@media screen and ( max-width:767px ){
.h2-sub{
	font-size: 80%;


}
}



.mnf-clr{
	color: #cb5119 !important;	
}
.afg-clr{
	/*color: #000 !important;	*/
}


.afmf-txtbox{
	width:100%;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	padding-left:23px;
	box-sizing: border-box;
}	
.indentbox_t  {

}
.indentbox_t dl{
margin-top:2px;
}
.indentbox_t dl dt{
	font-weight: bold;
	color: #3b5ea1;
	float:left;
	width:4em;
}
.indentbox_t dl dd{
	margin-left:4em;
	font-weight: bold;
}
.idtbox_dl_t{
	background: #86b1d7;
	color:#fff;
	padding:3px 4px 2px 4px;
}
.idtboxc{
	color: #86b1d7;
}

.idtboxc2{
	color: #d66d86;
}
.idtboxc2_bg{
	background-color: #d66d86 !important;
}

.idtindentc{
	display: block;
	padding-left:1em;
text-indent:-1em;
}
.nrptxt{
	white-space: nowrap;
}

.main-list {
	margin-top:35px !important;
	width: 980px;
	height: auto;
	margin:0 auto;
}
.main-list-l{
	float:left;
	width:475px;
}
.main-list-r{
	float:right;
	width:475px;
}
ul.main-list-ul li{
	height:520px;
}

ul.aft-mko li{
	width:274px;
}
ul.aft-mko li img{
	width:100%;
	height:auto;
}
ul.aft-mko li .aftshd{
	box-shadow:2px 2px 4px 1px #000;
}
.aftmpt{
	font-size:17px;
	font-weight: bold;
	line-height: 1.3em;
}
.afglst01{
	height:358px;
	position:relative;
}
.afglst01 img{
	position:absolute;
	left: 0;
	bottom: 7px;
}
.jct02-inline{
	display: inline-block;
	text-align: left;
}

@media screen and ( max-width:767px ){
	
	.aftmpt{
	font-size:15px;
	line-height: 1.3em;
}
	
	.mf_cnt_cap{
	font-weight: bold;
	text-align: left;
	margin:0px 0 40px 0;
}
	
	.afglst01{
	height:auto;
	position:relative;
}
.afglst01 img{
	position:relative;

}
	
	
	
	.main-list{
		width:80%;
		margin-left:10%;
	}
	.main-list-l{
	float:none;
	width:100%;
}
		.main-list-r{
	float:none;
	width:100%;
}
	ul.main-list-ul li{
	height:auto;
}
	.main-list-ul img{
		width:100%;
		margin-left:0;
	}
	
	.newbacksl{
		margin-top:30px !important;
		margin-bottom: 0px !important;
	}
	.afmf-txtbox{
	width:100%;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding-left:0px;
	box-sizing: border-box;
		line-height: 1.3em;
}	
	.indentbox_t dl dt{
	font-weight: bold;
	color: #3b5ea1;
	float:none;
	width:4em;
}
.indentbox_t dl dd{
	margin-top:0.5em;
	margin-left:0;
	font-weight: bold;
}	
	
	.indentbox_ni{
	font-weight: bold;
	padding:0;
	box-sizing: border-box;
}
	
	
	.wfnbrk{
	white-space: normal;
}
	.wfm-2blk{
	width:100%;
	margin-left:0%;
}
.wfm-l02{
	float:none;
	width:100%;
}
.wfm-r02{
	float:none;
	width:100%;
}
	.wfm-l03{
	float:none;
	width:100%;
}
.wfm-r03{
	float:none;
	width:70%;
	margin-left:15%;
	margin-top:1em;
}
	
	
	
	.wfm-l{
	float:none;
	width:100%;
}
.wfm-r{
	padding-top:0;
	float:none;
	width:100%;
}
	
	
	
	
	.afwdpo01{
		padding-left:0;
	}
	.wfmpo03,.wfmpo04,.wfmpo03t,.wfmpo03tni{
	padding:0;
	font-size: 15px;
}

	
	.afpnt01,.afpnt01_m{
	font-size: 15px;

}
	
	
	img.mwimgt01{
		width:100%;
		height: auto;
	}
	img.mwimgt02{
		width:40%;
		/*margin-left:25%;*/
		height: auto;
	}
	
	
	.wmtlt01-txt{
	font-size: 14px;
	line-height: 1.7em;
	text-align: left;
}	

.wmtlt01{
	width:96%;
	margin-left: 2%;
}
.wmtlt01-l{
	float:none;
	width:96%;
	margin-left:2%;
}
.wmtlt01-r{
	float:none;
	width:96%;
	margin-left:2%;
	margin-top:2em;
}
	
	
	
	.wmtxt01{

	font-size: 15px;
}
	
	
	.wmfcpt{
	font-size: 12px;
}
	
	
}














.opq-t01{
	margin:0px 0;
	width:100%;
	/*background: #1c96d4;*/
	background: url("../img/title-new.png");
	background-repeat: no-repeat;
	background-position:50% 50%;
	padding:16px 0;
	text-align: center;
	
	/*1d8784*/
	/*
	 background: linear-gradient(
    -45deg,
    #219b98 25%, #23a39f 25%,
    #23a39f 50%, #219b98 50%,
    #219b98 75%, #23a39f 75%,
    #23a39f
  );
  background-size: 20px 20px;
*/
	
	
	
	
}
.opq-t01 h3{
	margin:0 auto;
	width:100%;
	font-size: 24px;
	font-weight: bold;
	font-weight:700;

	text-align: center;


	margin:0;
	letter-spacing:0px;
	line-height: 1.3em;
	padding-bottom:0px;
	border-bottom:0px solid #ccc;
	
	color: #fff;

}

.opqbicn{
/*	padding:0.1em 0.3em;
	box-sizing: border-box;
	background:linear-gradient(transparent 60%, #d9f0ef 60%);*/
}




.opqbicn:before{
	/*
	content: url(../img/opq-i.png);
    margin-right: 7px;
	position: relative;
    top: 3px;
*/
	margin-right: 0px;
		content:"";
	display:inline-block;
	width:0em;
	height:0em;
	/*background:url(../img/opq-i.png) no-repeat;*/
	background-size:contain;
}


@media screen and ( max-width:767px ){

	
	

	.cl-top-cp{
		font-size:16px;
	}


	.opq-t01{
	margin-left:5%;
	width:90%;
	/*background: #1c96d4;*/
	background: url("../img/title-new-sp.png");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:contain;
	padding:16px 0;
	text-align: center;
	}
	
	.opq-t01 h3{

	font-size: 16px;
	margin-top:1px;


}
	
	
	
}








.opq-tw{
	width:100%;
	margin-left:0px;
	text-align: left;
}
.opq-tw01{
	width:255px;
	float:left;
}
.opq-tw02 h4{
	font-weight: bold;
	font-size: 25px;
	text-align: center!important;
	color: #009944;
	border-bottom:4px solid #009944;
}
.opq-tw02{
	float:none;
	width:auto;
	font-size: 17px;
	text-align: center;
}


@media screen and ( max-width:767px ){
	
	
	.opq-tw{
	width:100%;
	margin-left:0;
	text-align: left;
}
.opq-tw01{
	width:50%;
	float:left;
}
.opq-tw02 h4{
	font-weight: bold;
	font-size: 17px;
	text-align: center!important;
	color: #009944;
	border-bottom:4px solid #009944;
}
.opq-tw02{
	float:none;
	width:100%;
	font-size: 15px;
	text-align: center;
}

	
}









.opq-usbox{
	width:100%;
	box-sizing: border-box;
	border: 4px solid #a6d0bd;
	padding:15px;
	text-align: center;
	background: #f3f6f8;
	border-radius: 16px;
	margin:15px 0;
}
.opq-tw-a h4{
	font-weight: bold;
	font-size: 25px;
	text-align: center !important;
	color: #34b57d;
	border-bottom:0px solid #a6d0bd;
		margin:0 !important;
	padding:0 !important;
}


.opq-twa{
	width:893px;
	text-align: left;
	margin-top:15px;
}
.opq-twa img{
	width:100%;
	height: auto;
}
.opq-twa01{
	width:430px;
	float:left;
	margin-left:30px;
}
.opq-twa02{
	float:right;
	width:336px;
}




@media screen and ( max-width:767px ){

.opq-usbox{
	width:100%;
	box-sizing: border-box;
	border: 4px solid #a6d0bd;
	padding:15px;
	text-align: center;
	background: #f3f6f8;
	border-radius: 16px;
	margin:15px 0;
}

.opq-tw-a h4{
	font-weight: bold;
	font-size: 20px;
	text-align: center !important;
	color: #34b57d;
	border-bottom:0px solid #a6d0bd;

}
	

	
	.opq-twa{
	width:100%;
	text-align: left;
	margin-top:15px;
}
.opq-twa img{
	width:100%;
	height: auto;
}
.opq-twa01{
	width:100%;
	float:none;
	margin-left:0px;
}
.opq-twa02{
	float:none;
	width:90%;
	margin-left:5%;
}
	
	
	
}




.txtcnt{
	text-align: center !important;
}




h3.opq-h3{
		width:100%;
	text-align: left;
	font-size:20px;
	font-weight:bold;
	margin:30px 0 20px 0;
	letter-spacing:0px;
	line-height: 1.3em;
	color: #fff;
	border: none !important;
	padding:10px 15px;
	background: #dd666a;
	box-sizing:border-box;
}


.opbx02-l{
	float:left;
	width: 350px;
}

.opbx02-r{
	float:right;
	width: 300px;
}


.opbx03-l{
	float:left;
	width: 315px;
}

.opbx03-r{
	float:right;
	width: 370px;
}


.opbxall{
	width: 100%;
}



@media screen and ( max-width:767px ){

.opbx02-l{
	float:none;
	width: 100%;
}

.opbx02-r{
	float:none;
	width: 100%;
}
	
	.opbx03-l{
	float:none;
	width: 100%;
}

.opbx03-r{
	float:none;
	width: 100%;
}
	
	
}






.opbx02-p-txt{
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: left;
	color: #d4353b;
	font-size: 15px;
}




.opq-box-main{
width: 645px;
	margin:0 auto;
	text-align: left;
}
.opq-box-l{
	width: 300px;
	float:left;
}

.opq-box-r{
	width: 300px;
	float:right;
}
.opq-box-txt{
	margin-top:8px;
	margin-bottom:15px;
	text-align: left;
	font-size: 15px;
}

.opqboxl{
	width: 796px;
}
.opbx04-l{
	float:left;
	width: 380px;
}
.opbx04-r{
	float:right;
	width: 380px;
}

@media screen and ( max-width:767px ){
	
	
	.opbx02-p-txt{
	margin-top: 7px;
	margin-bottom: 0px;

}
	
	
	.opq-box-main{
		width: 100%;
	
}
	
	.opq-box-l{
	width: 100%;
	float:none;
}

.opq-box-r{
	width: 100%;
	float:none;
}
	
	
	.opqboxl{
	width: 100%;
}
.opbx04-l{
	float:none;
	width: 100%;
}
.opbx04-r{
	float:none;
	width: 100%;
}
	
	
	
}



.imgline{
	border:1px solid #333;
}

.radimg {
    border-radius: 20px;
}
.radimg-btn {
    border-radius: 12px;
	/*box-shadow: 3px 3px 2px rgba(0,0,0,0.2); */
}




.balloon1 {
  position: relative;
  display: block;
  margin: 1.5em 0 1.5em 0;
  padding: 10px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #dd666a;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #dd666a;
}

.balloon1 p {
	color:#fff;
	font-size:20px;
  margin: 0;
  padding: 0;
}

.opbxclr{
	float:none !important;
	margin:0 auto;
}





.wfmpo03-re{
	margin:2em 0 2em 0;
	padding:0 0 0 3em;
	text-align: left;
	font-size: 15px;
	box-sizing: border-box;
}

.opq-btm{
	width:64%;
	margin-left: 18%;
}



@media screen and ( max-width:767px ){
	
	.wfmpo03-re{

	padding:0 0 0 0;

}
	
	.radimg-btn {
    border-radius: 12px;
}
	
	
	.opq-btm{
	width:90%;
	margin-left: 5%;
}

	
	
}











.opq-h4-sub{
	font-size: 15px;
	font-weight: normal;
}


	.toptltcp2{
		font-size:16px;
		line-height: 1.4em;
		margin-bottom: 1em;
		margin: 1em 0;
		padding: 0.5em 1.5em;
		background: #e1efda;
		/*display: inline-block;*/
		font-weight: bold;
		border-radius: 3em;
		box-sizing: border-box;
		text-align: center;
	}
	.toptltcp{
		font-size:16px;
		line-height: 1.4em;
		margin: 1em 0;
	}




	.toptltcp3{
		font-size:14px;
		line-height: 1.4em;
		margin: 1em 0;
	}





@media screen and ( max-width:767px ){
	
	
		.toptltcp3{
		font-size:12px;
		line-height: 1.4em;
		margin: 1em 0;
	}
	
	
	.toptltcp{
		font-size:15px;
		line-height: 1.4em;
		margin-bottom: 1em;
	}

	.opq-h4-sub{
	font-size: 15px;
	font-weight: normal;
		text-align: left;
		display: inline-block;
		margin:7px 0;
}
	

	img.imp_spw90{
		width:90% !important;
		height:auto;
		margin-left:5%;
	}
	img.imp_spw80{
		width:80% !important;
		height:auto;
		margin-left:10%;
	}
	img.imp_spw70{
		width:70% !important;
		height:auto;
		margin-left:15%;
	}
	img.imp_spw60{
		width:60% !important;
		height:auto;
		margin-left:20%;
	}
	img.imp_spw-ci{
		margin:0 auto !important;
	}
	
	
		.toptltcp2{
		font-size:14px;
		line-height: 1.4em;
		margin-bottom: 1em;
		margin: 1em 0;
		padding: 0.5em 1.5em;
		background: #e1efda;
		/*display: inline-block;*/
		font-weight: bold;
		border-radius: 3em;
		box-sizing: border-box;
			text-align: left;
	}
	
}









/*wb*/





.wb-top-cp{
	font-size: 17px;
	line-height: 1.5em;
	margin:15px 0;
	color: #009944;
	font-weight: bold;
}

.wb-top-cp2{
	font-size: 15px;
	line-height: 1.5em;
	margin:15px 0;
	font-weight: normal;
	text-align: right;
	width: 94%;
	margin-left: 5%;
	color: #8c4f37;
}
.wb-top-cp2 a,.wb-top-cp2 a:hover{
	color: #8c4f37;
}
.wb-top-cp2 div{
	margin:0.5em 0;
	padding: 0.5em 0;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.h4tlt-cp{
	font-size: 70%;
	display: inline;
	margin-right: 1em;
}


.wb-top-cp3{
	font-size: 18px;
	line-height: 1.5em;
	margin:30px 0;
	font-weight: normal;
	text-align: left;
	width: 100%;
	margin-left: 0%;
	/*color: #8c4f37;*/
	padding:1.3em;
	background: #fef9e7;
	border:3px solid #fee99d;
	
	border-radius: 10px;
	box-sizing: border-box;
}




@media screen and ( max-width:767px ){
	
	
	.wb-top-cp{
	font-size: 14px;
	line-height: 1.5em;
	margin:15px 0;
	color: #009944;
	font-weight: bold;
	width: 90%;
		margin-left: 5%;
}
	
	.wb-top-cp2{
	font-size: 14px;
	line-height: 1.5em;
	margin:15px 0;
	font-weight: normal;
		width: 96%;
			margin-left: 2%;
}
		.wb-top-cp3{
			width: 96%;
	font-size: 14px;
	line-height: 1.5em;
	margin:15px 0;
	font-weight: normal;
			margin-left: 2%;
			box-sizing: border-box;
}
	
	
}




ul.cnt-spts{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;	
}
ul.cnt-spts li{
	width: 16%;
	padding:0 5px;
	margin: 0 0px 10px 0;
	border-right: 1px dotted #ddd;
}
ul.cnt-spts li:last-child{
	border-right: 0px dotted #ddd;
}
ul.cnt-spts li:nth-child(3){
	border-right: 1px dotted #ddd;
}

ul.cnt-spts li .jct01{
	font-size: 12px;
}


ul.cnt-spts2{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;	
}
ul.cnt-spts2 li{
	width: 16%;
	padding:0 12px;
	margin: 0 0px;
	border-right: 1px dotted #ddd;
}
ul.cnt-spts2 li:last-child{
	border-right: 0px dotted #ddd;
}
ul.cnt-spts2 li:nth-child(3){
	border-right: 1px dotted #ddd;
}

ul.cnt-spts2 li .jct01{
	font-size: 12px;
}








.gradbox2{
  width: 80%;
	background: #fff;
    height: auto;
    padding: 15px 0;
    text-align: center;
    border: solid 2px transparent;
    border-image: url("../img/grdbx.jpg");
    border-image-slice: 1;
    border-image-repeat: stretch;
}
	

.bgma01{
	display: flex;
	align-items: center;
}

.bgma01 .bgma01-a{
	width: 500px;
}
.bgma01 .bgma01-b{
	width: 300px;
}
.tltsub{
	font-size: 15px;
	padding: 0.5em 1em 0.8em 1em;
	box-sizing: border-box;
	background: #009944;
	color: #fff;
	display: inline;
	border-radius: 5px;
	margin-bottom: 0.5em;

}




.mnsts-sub{
	color: #000;
}




@media screen and ( max-width:767px ){
	
	.tltsub{
	font-size: 12px;
}
	
	
	
	
	
ul.cnt-spts{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
	
ul.cnt-spts li{
	width: 30%;
	padding:0 5px;
	margin: 0 0px;
	border-right: 1px dotted #ddd;
}
	
ul.cnt-spts li:nth-child(3){
	border-right: 0px dotted #ddd;
}
	
ul.cnt-spts2{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
	
ul.cnt-spts2 li{
	width: 30%;
	padding:0 5px;
	margin: 0 0px;
	border-right: 1px dotted #ddd;
}
	
ul.cnt-spts2 li:nth-child(3){
	border-right: 0px dotted #ddd;
}
	
	
	
	
	
	
	
	
	
}


.atnsts{
	color: #d4353b;
	font-weight: bold;
}


.txtbld{
	font-weight: bold;
	margin:0 0.3em;
}

.nmlnum{
	font-weight: bold;
	margin-right: 0.3em;
	color: #009944;
}

.mecdbox{
	border:1px solid #178c3f;
	color: #178c3f;
	font-weight: bold;
	padding:0.4em 0.8em;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 1em;
}



.pc_dotted-line {
  display: block;
  clear:both;
  background-image: -moz-linear-gradient(left, #A6A6A6, #A6A6A6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #A6A6A6, #A6A6A6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, #A6A6A6, #A6A6A6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, #A6A6A6, #A6A6A6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-size: 7px 7px;
  height: 1px;
}

@media screen and ( max-width:767px ){
.pc_dotted-line{
	display: none;
}
}





#top-main-pic{
	margin: 10px 0 0 0;
	padding: 0;
}
.wbs_top_main{
	margin-top:20px;
	width:100%;
	height:auto;
	border-style:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-user-drag:none;
	user-drag:none;
	pointer-events:none;
}
@media screen and ( max-width:767px ){
	#top-main-pic{
	margin: 0px 0 0px 0;
	padding: 0;
}
	
.wbs_top_main{
	margin-top:0px;

}
}


.nwbr{
	 white-space: nowrap;
}






.spbc01{
	width:100%;
	/*background: #def4ff;*/
	/*background: #daeaf2;*/
	/*background: #fff9dd;*/
	
	/*background:url(../img/bgptr05.jpg);*/
	padding:40px 0 40px 0;
	/*background:#fff;*/
	
	
	/*
				background-image: 
		repeating-linear-gradient(-45deg,
		rgba(255,255,252,1)0px 7px,
		rgba(255,251,225,1)7px 13px
		);
	*/
	
	
	
	  background-color: #fff8d7;
  background-image:
    radial-gradient(#ffffff 20%, transparent 20%),
    radial-gradient(#ffffff 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
	
	
	
	
	
}




.main_bg01{	
	height:978px;
	display:flex;
	justify-content:center;
	align-items:center;
	background: url("../img/tp-new.png");	
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:auto;
	padding: 5px 0 0 0;
}

.main_bg02{

background: url("../img/cap_new.png");
background-repeat:no-repeat;
background-position:50% 0%;
background-size:contain;

}
	
	
.main_bg02a{
	width:100%;
	background-color: #fff;
	
	background-image: 
		repeating-linear-gradient(45deg,
		rgba(208,218,234,0.5)0px 40px,
		rgba(140,177,214,0.5)40px 80px
		),
		repeating-linear-gradient(-45deg,
		rgba(208,218,234,0.5)0px 40px,
		rgba(140,177,214,0.5)40px 80px
		);
	
	padding: 50px 0 60px 0;
}




.main_bg03{
	background: url("../img/bg_paper.png");
	background-repeat: no-repeat;
	background-position:50% 0%;
	background-size:auto;
	padding:0.5px 4px;
}


.top-cont{
	height:466px;
}


.main_bg04s{
	width:100%;
	background-color: #f9f7ea;
	
	background-image: url("../img/bcpc01.png"),url("../img/bcpc01.png");
	background-repeat: no-repeat;
	background-position: left bottom,right top;
	
	
	padding: 50px 0 50px 0;
}

.main_bg05{

	height:1200px;
	background: url("../img/bg_blue.png");
	background-repeat: no-repeat;
	background-position:50% 0%;
	background-size:auto;
	margin-top:-75px;
	padding:20px 4px 0.5px 4px;
	}

.main_bg05_c{
	margin-top:200px;
}

@media screen and ( max-width:767px ){
	
	.main_bg04s{
	width:100%;
	background-color: #f9f7ea;
	
	background-image: url("../img/bcpc01.png"),url("../img/bcpc01.png");
	background-repeat: no-repeat;
	background-position: left bottom,right top;
	background-size: 0%,0%;
	
	padding: 4px 0 4px 0;
}
	
	
	.main_bg05{
	height:1600px;
	background: url("../img/bg_blue_sp.png");
	background-repeat: no-repeat;
	background-position:50% 0%;
	background-size:auto;
	margin-top:-20%;
	margin-bottom:20px;
	padding:20px 4px 0.5px 4px;
	position: relative;}

.main_bg05_c{
	position: absolute;
	margin-top:50px;
	left:5%;}

	
}







ul.top-lst-point{
	display: flex;
	width: 1050px;
	margin: 50px auto 0 auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.top-lst-point li{
	width: 32%;
	margin: 0px;
	position: relative;
}

ul.top-lst-point li.top-pnt-pro02{
	margin-top:0px !important;
}
ul.top-lst-point li.top-pnt-pro03{
	margin-top:0px !important;
}

ul.top-lst-point-2{
	display: flex;
	width: 1050px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.top-lst-point-2 li{
	width: 32%;
	margin: 50px auto 0 auto;
	position: relative;
}

ul.top-lst-point-2 li.top-pnt-pro02{
	margin-top:0px !important;
}
ul.top-lst-point-2 li.top-pnt-pro03{
	margin-top:0px !important;
}

.order-1{
	order:0;
}

.order-2{
	order:2;
}




.top-pnt-p{
	width: 100%;
			padding: 15px;
		box-sizing: border-box;
}
.top-pnt-p img{
	width: 100%;
	height: auto;
	border: 0px solid #fff;
	box-sizing: border-box;
}
.top-pnt-bx{
	width: 100%;
	font-size: 16px;
	text-align: left;
	line-height: 1.4em;
	padding:0em 0em;
	box-sizing: border-box;
	margin:0.4em 0 0.1em 0; 

}
/*
.top-pnt-bx span{

	font-size: 17px;
	font-weight: bold;
	color: #0e9794;
	display: block;
	margin-bottom: 0.5em;
	line-height: 1.5em;

}
*/

.top-pnt-bx span.ttpt01{
	border: 1px solid #333;
	padding: 2px;
	box-sizing: border-box;
	background: #fff;
	display: inline;
	font-size: 80%;
	margin-right: 0.4em;
}



span.ttpt01z{
	border: 1px solid #333;
	padding: 1.3px 3px;
	box-sizing: border-box;
	background: #fff;
	display: inline-block;
	font-size: 80%;
	margin-top:0.5em;
	margin-right: 0.4em;
	white-space: nowrap;
}

/*
span.ttpt01z::before {
    content: '\A';
    white-space: pre;
}
*/

.top-pnt-bl{
	width: 90%;
	/*min-height: 135px;*/
	font-size: 14px;
	text-align: left;
	line-height: 1.4em;
	box-sizing: border-box;
	position: relative;
	margin:0px 0 0 0px; 
	left: 15px;
	top:0px;
}
.top-pnt-bl img{
	
	height: 90%;
	width: auto;
}


.list-icon {
	height:200px;
	background: url("../img/icon_2.png");
	background-repeat:no-repeat;
	background-position:50%;
	background-size:auto;
}





@media screen and ( max-width:767px ){
	
	
	.cont{
	width:100%;
	/*background: #cbeaed;*/
	padding:5px 0;
	/*background:#fff;*/
		
		/*
			background-image: 
		repeating-linear-gradient(-45deg,
		rgba(255,255,252,1)0px 7px,
		rgba(255,251,225,1)7px 13px
			
		);
		*/
				
}


	
	

	
	

.main_bg01{
	background: url("../img/top_sp.png");	
	background-repeat: no-repeat;	
	background-position:50% 50%;
	padding: 5px 0 0 0;
	height:450px;
	display:flex;
	justify-content:center;
	align-items:center;

}	
	
	

	

.main_bg02{

background:none;
}







.main_bg03{
	height:825px;
	background-image: url("../img/bg_paper_sp.png");
	background-repeat: no-repeat;
	background-position:50% 0%;
	background-size:auto;
	padding:4px;
}

	

	
	
ul.top-lst-point{
	display: flex;
	width: 100%;
	margin-top: 0;
	margin-left: 0%;
	flex-direction: column;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 20px;
}
	
	
	

ul.top-lst-point li{
	width: 90%;
	margin-top: 15px !important;
	margin-right: 0;
	margin-bottom:10px;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	margin-left: 5%;
}

ul.top-lst-point li.top-pnt-pro02{
	margin-top:5px !important;
}
ul.top-lst-point li.top-pnt-pro03{
	margin-top:5px !important;
}

ul.top-lst-point-2{
	display: flex;
	width: 100%;
	margin-top:-10%;
	margin-left: 0%;
	flex-direction: column;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0;
}
	
	
	

ul.top-lst-point-2 li{
	width: 96%;
	margin-top: 45px !important;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	margin-left: 2%;
}

ul.top-lst-point-2 li.top-pnt-pro02{
	margin-top:15px !important;
}
ul.top-lst-point-2 li.top-pnt-pro03{
	margin-top:15px !important;
}

.order-1{
	order:1;
}

.order-2{
	order:2;
}

.list-icon {
	height:110px;
	background: url("../img/icon_2_sp.png");
	background-repeat:no-repeat;
	background-position:50%;
	background-size:auto;
	margin:0;
}

.top-pnt-p{
	width: 100%;
	box-sizing: border-box;
	padding: 14px;
		
}
.top-pnt-p img{
	width: 100%;
	height: auto;
	border: 0px solid #fff;
	box-sizing: border-box;
}
.top-pnt-bx{
	width: 100%;
	font-size: 14px;
	text-align: left;
	line-height: 1.4em;
	padding:0em 0em;
	box-sizing: border-box;
	margin:0.4em 0 0.4em 0; 

}
	
	

	
	
	
	/*
.top-pnt-bx span{
	font-size: 17px;
	font-weight: bold;
	color: #0e9794;
	display: block;
	margin-bottom: 0.5em;
	line-height: 1.5em;

}*/
	
	.top-pnt-bx span.ttpt01{
	border: 1px solid #333;
	padding: 2px;
	box-sizing: border-box;
	background: #fff;
	display: inline;
	font-size: 80%;
	margin-right: 0.4em;
}
	
span.ttpt01z{
	border: 1px solid #333;
	padding: 1.3px 3px;
	box-sizing: border-box;
	background: #fff;
	display: inline-block;
	font-size: 80%;
	margin-top:0.5em;
	margin-right: 0.4em;
}
	

.top-pnt-bl{
	width: 56%;
	font-size: 14px;
	text-align: left;
	line-height: 1.4em;
	box-sizing: border-box;
	position: relative;
	margin:0px 0 0 22%; 
	left: 0px;
	top:10px;
}
.top-pnt-bl img{
	width: 100%;
	height: auto;
}
	
	
	
	
	
	
	


}







.wb-top-cp3 .mtr-tlt{
	 display: flex;
	width: 100%;
    align-items: center;

}

.wb-top-cp3 span.tltbcld{
	width: 110px;
	text-align: center;
		padding:3px 5px;
	box-sizing: border-box;
	background: #ffbb00;
	color: #fff;
	font-weight: bold;
	margin-right: 6px;
}

.wb-top-cp3 .mtr-tlt:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #ffbb00;
}
 
.wb-top-cp3 .mtr-tlt:before {
    margin-right: 1rem;
}
 

dl.wb-cet{
	display: flex;
	margin:8px 0;
	align-items: flex-start;
}
dl.wb-cet dt{
	width: 110px;
	padding: 2px;
	text-align: center;
	background: #fff;
	border: 1px solid #333;
	margin:0 10px 0 0;
	box-sizing: border-box;
}
dl.wb-cet dd{
	flex-grow: 1;
	padding: 2px;
	text-align: left;
	margin: 0;
	box-sizing: border-box;
}

.wb-cet li,.wb-cet-l li{
	display: inline-block;
}

dl.wb-cet-l{
	display: flex;
	margin:1.5em 0px 0px 0px;
	align-items: center;
}
dl.wb-cet-l dt{
	width: 110px;
	padding: 2px;
	text-align: center;

	margin:0 10px 0 0;
	box-sizing: border-box;
}
dl.wb-cet-l dd{
	flex-grow: 1;
	padding: 2px;
	text-align: left;
	margin: 0;
	box-sizing: border-box;
}


.blk-si{
	border-top:#231815 1px dotted;
	padding-top: 0.7em;
	margin-top: 1em;
}

.txtc-o{
	color:#ffbb00;
}


@media screen and ( max-width:767px ){
	dl.wb-cet dt,dl.wb-cet-l dt{
	width: 100px;
		min-width: 100px;
}
	.wb-top-cp3 span.tltbcld{
	width: 100px;

}


	
}


.cl-top-cp2-tlt-img{
	margin-top:60px;
}




.cl-top-cp2{
		/*background:#ece6be;
background-color: rgba(236,230,190,0.5);*/
		/*background-color: rgba(236,230,190,0.8);*/
	background: rgba(255,255,255,0.9);
	font-size: 16px;
	line-height: 25px;
	margin-top:45px;
	margin-bottom:27px;
	padding:8px;
	text-align: center;
	position: relative;
	
	border-radius: 10px;
	border-style: dotted ;
	border-color:#3366cc;
	width: 100%;
	
	  }

.cl-top-cp2__image
		{ 
	position: absolute;
    top: -20px;
    right:20%;    
    }
    



.cl-top-cp2-wrap{

	border: 1px dotted #fff;
	padding:25px 30px;
		position:relative;
}

.cl-top-cp2-wrap__iron{
	position: absolute;
    top: 0;
    padding: 0 10px;  // paddingを左右にいれて消す線の長さを延ばす
    transform: translateY(-50%);
    
    
&::before {
      content: '';
      background-color: #fff;
      position: absolute;
      z-index: -1;  // 何もしないと線が上に来ていたので-1して後ろに回り込ませる
      left: 0;
      width: 100%;  // 親要素の幅を参照するため必ず文字分は消せる
      height: 1px;    }
	
	}



.cl-top-cp2-cap{
	display:flex;
    justify-content:center;
   }

.cl-top-cp2-tlt{
	font-size: 24px;
	color:#000;
	margin-bottom:22px;
	padding:0.2em 0.8em;
	border-radius: 30px;	
	
}





@media screen and ( max-width:767px ){

.cl-top-cp2-tlt{
	font-size:18px;
}
	
.icon_1{
	width:80%;
	margin-top:8%;

}
	
	
	.cl-top-cp2-wrap{
	border: 1px dotted #fff;
	padding:25px 30px;
		position:relative;
}


.cl-top-cp2__image
		{ 
	position: absolute;
	width:30%;
    top: -12%;
    right:10%;    
    }
    
    
.cl-top-cp2-wrap__iron{
	position: absolute;
    top: 0;
    padding: 0 10px;  // paddingを左右にいれて消す線の長さを延ばす
    transform: translateY(-50%);
    
    
&::before {
      content: '';
      background-color: #fff;
      position: absolute;
      z-index: -1;  // 何もしないと線が上に来ていたので-1して後ろに回り込ませる
      left: 0;
      width: 100%;  // 親要素の幅を参照するため必ず文字分は消せる
      height: 1px;    }
	
	}


.cl-top-cp2-cap{
	margin-top:10px;
	display:flex;
    justify-content:center;
   }	
	
	
			.cl-top-cp2b{
	width:96%;
		margin-left:2%;
}
	
	
	.cl-top-cp2b-wrap{
	padding:15px;
	background:none;
		
}
	
	
	.cl-top-cp2-tlt-img{
	margin-top:10px;
	width:90%;
}


.cl-top-cp2{
		/*background:#ece6be;
background-color: rgba(236,230,190,0.5);*/
		/*background-color: rgba(236,230,190,0.8);*/
	background: rgba(255,255,255,0.9);
	font-size: 16px;
	line-height: 25px;
	margin-top:45px;
	margin-bottom:27px;
	padding:8px;
	text-align: center;
	position: relative;
	
	border-radius: 10px;
	border-style: dotted ;
	border-color:#3366cc;
	width: 90%;
	margin-left:5%;
	
	  }


}





.top-msg-w{
	width: 100%;
	border: #f6ccdb solid 15px;
	box-sizing: border-box;
	background: #fceff5;
	padding:1em 1.5em;
	font-size: 18px;
	text-align: left;
	line-height: 1.7em;
}

@media screen and ( max-width:767px ){
	
	
	.top-msg-w{
	width: 94%;
	margin:0 auto 0 3%;
	border: #f6ccdb solid 8px;
	box-sizing: border-box;
	background: #fceff5;
	padding:1em 1em;
	font-size: 14px;
}
	
	
}





.top-pnt-lst-t{
	width: 100%;
	margin: 0 0;
	padding:1.3em 1.4em;
	box-sizing: border-box;
	background: #FFE97B;
	border-radius: 15px;
	font-size: 17px;
	/*color: #3084b0;*/
	text-align: left;
	line-height: 1.6em;
	display: flex;
	flex-direction: row;
}
.top-pnt-lst-t ul,.top-pnt-lst-t ul li{
	margin:0;
	padding: 0;
	
}
.top-pnt-lst-t ul li{
	/*padding-left: 1.2em;*/
	box-sizing: border-box;
	padding-left: 1.1em;
	position: relative;
}
.top-pnt-lst-t ul li::before{
	content: '●';
	width: 1em;
	height: 1em;
	color: #00aecb;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}

.top-pnt-lst-t > .top-pnt-lst-t-l{
	
}
.top-pnt-lst-t > .top-pnt-lst-t-r{
	margin-left: 3em;
}





.top-pnt-lst-tw{
	width: 100%;
	margin: 2em 0;
	padding:1em 2em 1.5em 2em;
	background-color:#fff;
	font-size: 17px;
	color: #454545;
	text-align: left;
	line-height: 1.5em;
}

.top-pnt-lst-tw-2{
	width: 100%;
	margin: 2em 0;
	padding:1em 2em 1.5em 2em;
	background-color:#fff;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 17px;
	color: #454545;
	text-align: left;
	line-height: 1.5em;
	border: 3px solid rgb(82,173,255);

}


.tw-tlt{
	text-align: center;
	padding: 0 0 0.7em 0;
	border-bottom: 3px solid #2E5095;
	margin-bottom: 1em;
	position: relative;
	
}

.tw-tlt-image{
	position: absolute;
	padding:0 5px;
	top:8px;
	right:5%;
	background-color:#fff;
	}

.tw-2-tlt{
	font-size: 24px;
	font-weight: bold;
	color:#52ade1;
	margin-bottom:20px;
	display: inline-block;
	padding: 0.4em 0;
}

.tlt-b{
	font-size:125%;
}

.sk_cpt{
	width: 70%;
	margin: 0 auto;
}
.sk_cpt img{
	width: 100%;
	height: auto;
}


.sk_mk_bc{
	padding: 18px;
	box-sizing: border-box;
		background-color: #c2e6ed;

	
	background-image: 
		repeating-linear-gradient(-45deg,
		rgba(194,230,237,1)0px 7px,
		rgba(129,221,253,0.4)7px 13px
		);
	border-radius: 12px;
}





#top-int-list-mn ul {
	width: 100%;
	margin:0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
#top-int-list-mn ul li{

	width:32%;
	position: relative;
	overflow: hidden;
	margin:0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
		#top-int-list-mn ul li > div{
	width:100%;

}
	

#top-int-list-mn ul li:nth-child(3),#top-int-list-mn ul li:nth-child(6){
	margin-right: 0px;
}

	#top-int-list-mn img{
		
		width:100%;
	height:auto;
	}	

.top-pic-nd{
	margin-top: 4px;
}


.top-int-list-mn2{
	width: 100%;
}




@media screen and ( max-width:767px ){
	
	.top-int-list-mn2{
	width: 100%;
}

	
	
	
.top-pnt-lst-t{
	width: 96%;
	margin: 0 0 2em 2%;
	padding:1.5em;
	box-sizing: border-box;
		background: #FFE97B;
	border-radius: 8px;
	font-size: 15px;
	/*color: #3084b0;*/
	text-align: left;
	line-height: 1.5em;
	display: flex;
	flex-direction: column;
}
	.top-pnt-lst-t > .top-pnt-lst-t-l{
	
}
.top-pnt-lst-t > .top-pnt-lst-t-r{
	margin-left: 0em;
}

	
.top-pnt-lst-tw{
	width: 92%;
	margin: 3em 0 0 4%;
	padding:1em 1.5em 1.5em 1.5em;
	box-sizing: border-box;
background: rgba(255,255,255,0.9);
	font-size: 15px;
	color: #454545;
	text-align: left;
	line-height: 1.5em;
}	

.top-pnt-lst-tw-2{
	width: 92%;
	margin: 2em 0 0 4%;
	padding:1em 2em 1.5em 2em;
	background-color:#fff;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 17px;
	color: #454545;
	text-align: left;
	line-height: 1.5em;
	border: 3px solid rgb(82,173,255);

}
	
.tw-tlt{
	text-align: center;
	padding: 0 0 0.7em 0;
	border-bottom: 3px solid #2E5095;
	margin-bottom: 1em;
	position: relative;
	
}

.tw-tlt-image{
	position: absolute;
	width:30%;
	padding:0 5px;
	top:75%;
	right:5%;
	background-color:#fff;
	}

	
	

	
	
		
		#top-int-list-mn {
	width: 96%;
			margin-left:2%;
	height: auto;
			box-sizing: border-box;
	/*margin-left:2%;*/
}
	
	
	
	
	#top-int-list-mn ul {
	width: 100%;
	margin:0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
}
	
	
	
	
	#top-int-list-mn ul li{
	width:100%;
		/*
		margin-left:0% !important;
		margin-right:auto!important;
		margin-bottom: 20px;
		*/
		box-sizing: border-box;
	display: flex;
	flex-direction: row;
		margin-bottom: 15px;
		align-items: center;
		justify-content: space-between;
}
		#top-int-list-mn ul li > div{
	width:49%;

}
	
	#top-int-list-mn ul li:first-child{
	margin-right: 0%;
}
#top-int-list-mn ul li:last-child{
	margin-bottom: 0px;
}
	
	
	#top-int-list-mn ul li.impcnt{
		
	}
	#top-int-list-mn img{
		
		width:100%;
	height:auto;
	}	
	
	
	
	
	.sk_cpt{
	width: 94%;
	margin: 2em auto 2em 3%;
}
.sk_cpt img{
	width: 100%;
	height: auto;
}


	
	
}




















.pit-wp01{
	box-sizing: border-box;
	font-size: 103%;
	padding: 1em 0.5em;
	font-weight: bold;
	background: #FFE97B;
	margin-bottom: 1em;
	border-radius: 10px;
	line-height: 2em;
}


.mnblg{
	font-size: 103%;
	font-weight: bold;
	margin-top: 0.3em;
		
}

.ad_tlt{
	width:405px;
	margin-left: 0.7em;
	margin-bottom: -4px;
}

.flbx01{
	display: flex;
	justify-content:space-between;
	flex-direction: row;
	margin: 0.4em 0;
}

.flbx01-cont1 {

}

.flbx01-c01{
	margin-bottom:60px;
	
}

.flbx01-c01-2{
	display: flex;
	justify-content: center;
	margin-top: 60px;
	width:100px;
	height:200px;
}

.flbx01-c01-2-c{
	width:477px;
	height:38px;
}


.flbx01-c02{
	display: flex;
	flex-direction: column;
	}


.flbx01-c02a{
	margin:10px;
}

.fl-img-1{
	width:200px;
	height:auto;
}

.fl-img-2{
	width:150px;
	height:150px;
}


.flu_txt{
	text-align: left;
	font-size: 80%;
}
.jct01-mxw{
	
}



@media screen and ( max-width:767px ){
	
	.pit-wp01{
	box-sizing: border-box;
	font-size: 103%;
	padding: 1em 0.5em;
	font-weight: bold;
	background: #FFE97B;
	margin-bottom: 1em;
	border-radius: 10px;
	line-height: 2em;
}


.mnblg{
	font-size: 103%;
	font-weight: bold;
	margin-top: 0.3em;
		
}

.ad_tlt{
	width:70%;
	margin-left: 2%;
	margin-bottom: -4px;
	margin-top: 2em;
}
	

.flbx01{
	display: flex;
	flex-direction: column;
	margin: 0.4em 0;	}

.flbx01-cont1 {
	margin:3%;
}

.flbx01-c01{
	margin-left:3%;
	margin-bottom:60px;
	
}

.flbx01-c01-2{
	display: flex;
	justify-content: center;
	width:100%;
	height:50px;
	margin-top:5px;
	margin-bottom:10px;
}

.flbx01-c01-2-c{
	width:360px;}

.fl-img{
	display:flex;
	align-items:center;
	margin-top:-20px;
}


.flbx01-c02{
	display: flex;
	flex-direction: column;	}


.flbx01-c02a{
	margin:10px;
}

.fl-img-1{
	width:150px;
	height:auto;
}

.fl-img-2{
	width:120px;
	height:120px;
}

.flu_txt{
	text-align: left;
	font-size: 80%;
	width: 96%;
	margin-left: 4%;
	margin-top: -15px;
	margin-bottom: 10px;
}

	.jct01-mxw{
	width: 100% !important;
		white-space: nowrap;
}
	
}












.invs_blk{
	display: inline;
}
.invs_blk2{
	margin-top:-50px;
	}

.skirt-image{
	margin-top:15px;
	width:250px;
	height:auto;
}

@media screen and ( max-width:767px ){
	
	.invs_blk{
	display: inline;
}
.invs_blk2{
	margin-top:-50px;	}

.skirt-image{
	width:186px;
	height:auto;
	}




/*
.invs_blk{
	display: none;
}
.invs_blk2{
	display: none;
}

@media screen and ( max-width:767px ){
	
	.invs_blk{
	display: none;
}
.invs_blk2{
	display: none;
}
	.flbx01-c02a{
		width: 50%;
		margin-left: 25%;
	}
}
*/





.invs_blk3{
	display: block;
	opacity: 0.6;
}

.invs_blk3 a{
	pointer-events: none;
}



@media screen and ( max-width:767px ){
	
.invs_blk3{
	display: block;
	opacity: 0.6;
}
	.invs_blk3 a{
	pointer-events: none;
}

}











.pat{
  height:100vh;
      background-color: #edfeff;
    background-image: linear-gradient(
90deg
, rgba(25, 129, 247, 0.1) 50%, transparent 50%), linear-gradient(
90deg
, rgba(25, 129, 247, 0.2) 50%, transparent 50%), linear-gradient(
90deg
, rgba(25, 129, 247, 0.2) 50%, transparent 50%), linear-gradient(
90deg
, rgba(25, 129, 247, 0.1) 50%, transparent 50%);
    background-size: 20px, 30px, 30px, 50px;
}



		
		.main-back-cm{
		width: 100%;
		
		

  background-color: #fff;
  background-image:
    radial-gradient(#f5fed3 80%, transparent 20%),
    radial-gradient(#f5fed3 20%, transparent 0%);
  background-size: 40px 40px;
  background-position: 30px 57px, 0px 0px;
	padding: 20px 0 20px 0;
		
		
	}
	




@media screen and ( max-width:767px ){
	
	
	
			.main-back-cm{
		width: 100%;
		
		

  background-color: #fff;
  background-image:
    radial-gradient(#fff8d7 80%, transparent 20%),
    radial-gradient(#fff8d7 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 30px 40px, 0px 0px;
	padding: 0px 0 0px 0;
		
		margin: 0;
	}
	
	
	
	
}





	
	.mtr-box{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	
.mtr-box > div{
		width: 30%;
	font-size: 120%;
	}
	
	
	.mtr-box > div .jct02{
		font-size: 17px !important;
		line-height: 1.7em;
	}
	li.mtr-box-l{
		width: 100% !important;
	}
	.mtrl-box-t01{
		padding: 0.4em 0.7em !important;
		font-size: 20px !important;
		background-color: #fff; 
		color: #e7767e;
		border-left-style: solid!important;
		border-left-width: 1px !important;
		border-left-color: #e7767e !important;
		border-bottom-style: solid!important;
		border-bottom-width: 1px !important;
		border-bottom-color: #e7767e !important;
		display: inline;
	}
		.mtrl-box-t02{
		padding: 0.4em 0.7em !important;
		font-size: 20px !important;
		background-color: #fff; 
			color: #7887c4;
		border-left-style: solid!important;
		border-left-width: 1px !important;
		border-left-color: #7887c4 !important;
		border-bottom-style: solid!important;
		border-bottom-width: 1px !important;
		border-bottom-color: #7887c4 !important;
		display: inline;
	}
		.mtrl-box-t03{
		padding: 0.4em 0.7em !important;
		font-size: 20px !important;
		background-color: #fff; 
		color: #9e68c2;
		border-left-style: solid!important;
		border-left-width: 1px !important;
		border-left-color: #9e68c2 !important;
		border-bottom-style: solid!important;
		border-bottom-width: 1px !important;
		border-bottom-color: #9e68c2 !important;
		display: inline;
	}
	
	
	
	.mtrdt01{
		color: #ffc9cd;
		margin-right: 0.2em;
	}
		.mtrdt02{
		color: #ccd4ed;
			margin-right: 0.2em;
	}
			.mtrdt03{
		color: #d9bbed;
			margin-right: 0.2em;
	}
	
	
	@media screen and ( max-width:767px ){
		
		
		
			.mtr-box{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
		
		
		.mtr-box > div{
		width: 100%;
	font-size: 120%;
	}
	
		
		
			.mtr-box > div .jct02{
		font-size: 14px !important;
		line-height: 1.7em;
	}
	li.mtr-box-l{
		width: 100% !important;
	}
	.mtrl-box-t01{
		padding: 0.4em 0.7em !important;
		font-size: 16px !important;
		background-color: #fff; 
		color: #e7767e;
		border-left-style: solid!important;
		border-left-width: 1px !important;
		border-left-color: #e7767e !important;
		border-bottom-style: solid!important;
		border-bottom-width: 1px !important;
		border-bottom-color: #e7767e !important;
		display: inline;
	}
		.mtrl-box-t02{
		padding: 0.4em 0.7em !important;
		font-size: 16px !important;
		background-color: #fff; 
			color: #7887c4;
		border-left-style: solid!important;
		border-left-width: 1px !important;
		border-left-color: #7887c4 !important;
		border-bottom-style: solid!important;
		border-bottom-width: 1px !important;
		border-bottom-color: #7887c4 !important;
		display: inline;
	}
		
		
				.mtrl-box-t03{
		padding: 0.4em 0.7em !important;
		font-size: 16px !important;
		background-color: #fff; 
		color: #9e68c2;
		border-left-style: solid!important;
		border-left-width: 1px !important;
		border-left-color: #9e68c2 !important;
		border-bottom-style: solid!important;
		border-bottom-width: 1px !important;
		border-bottom-color: #9e68c2 !important;
		display: inline;
	}
	
	
	
	
}
	
	
.navbtn{
	position: fixed;
	right: 17px;
	bottom: 0;
	z-index: 200;
	width: 100%;
}

.navbtn > .navwrap{
	display: flex;
		flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.navbtn > .navwrap > a{
	padding: 0.5em 1em;
	/*background: #3bc5bd;*/
	background-color: rgba(45,189,181,0.9);
	color: #fff;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	display: block;
	border-top-left-radius: 0.7em;
	border-top-right-radius: 0.7em;
	backdrop-filter:blur(10px);
	font-weight: bold;
	margin-left: 3px;
	text-decoration: none;
}
.navbtn > .navwrap > a:hover{

	background-color: rgba(59,197,189,0.5);

}


@media screen and ( max-width:767px ){
	
	
	.navbtn{
	position: fixed;
	right: 0px;
	bottom: 0;
	z-index: 200;
	width: 100%;
}

.navbtn > .navwrap{
	display: flex;
		flex-direction: row;
	justify-content: flex-end;
	align-items: stretch;
	width: 100%;
}

.navbtn > .navwrap > a{
	padding: 0.6em 0.6em;
	background-color: rgba(45,189,181,0.9);
	color: #fff;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 0px solid #fff;
	/*display: block;*/
	border-top-left-radius: 0.7em;
	border-top-right-radius: 0.7em;
	backdrop-filter:blur(10px);
	font-weight: bold;
	font-size: 3.6vw;
		margin-left: 0px;
	line-height: 1.2em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40%;
}
	.navbtn > .navwrap > a:last-child{

	border-right: 3px solid #fff;
}
	
	
}





.mvlsstlt{
width: 100%;
padding: 0.3em 1em;
background: #7aa4eb;
box-sizing: border-box;
color: #fff;
font-weight: normal;
font-size: 18px;
}

@media screen and ( max-width:767px ){

.mvlsstlt{
width: 100%;
padding: 0.2em 0.8em;
background: #7aa4eb;
box-sizing: border-box;
color: #fff;
font-weight: normal;
font-size: 3.5vw;
}

}

.innerflx{
border: 3px solid #7aa4eb;
box-sizing: border-box;
border-radius: 10px;
}















