@charset "UTF-8";
/* CSS Document */

html,body{
		width: 100%;
		min-height: 100%;
		overflow: scroll;
}

body {
	 margin:0;
	 padding:0;
	 line-height:1.6;
	 letter-spacing:1px;
	 font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	 font-size:13px;
	 color:#000;
	 background:#fff;
	 text-align:left;
	 overflow: hidden;
	 width: 100%;
}

a{
	color: #00a0e9;
	text-decoration: none;
}

p{
		margin: 20px;
}

a:hover{
	color: #e4007f;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

li{
	list-style: none;
}

#MenuOn a, #MenuOn a:hover{
	color:#00a0e9!important;
}

.clear{
	clear:both;
}

h1{
	font-size: 24px;
	color: #000;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 30px;
}

.lpwrapper p {
	display: block;
	margin: 25px 0;
}

.wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 1.2em;
}

.wrap-m,.wrap-q{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 1.2em;
}

#toggle_pc{
	display: block;
	position: relative;
	font-size: 1.4em;
	font-weight: bold;
	background: #00a0e9;
	display: block;
	position: relative;
	padding: 22px 0 20px;
	border-bottom: 1px solid #00a0e9;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#toggle{
 display: none;
}

#glovalnavitop{
	background: #f4f4f5;
}

#globalnavi{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width:1200px;
	overflow: hidden;
	background: #f4f4f5;
}

#globalnavi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#globalnavi li{
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}

#globalnavi a{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	display:block;
	box-sizing: border-box;
	padding: 2em 0;
	width: 70%;
	margin: 0 15%;
	height: 120px;
	/*background: #fff;*/
	color: #333;
	text-decoration: none!important;
	-ms-filter:"alpha(opacity=50)";
	filter:alpha(opacity=50);
	-webkit-transition:opacity .25s ease-in-out;
	transition:opacity .25s ease-in-out
}

#globalnavi a:hover{ opacity:.8; }

#globalnavi a.this{
	opacity:1;
	border-bottom: 3px solid #1d2386;
	margin-bottom: 10px;
}

h4{
	font-size: 16px;
}

a:hover h4{ color: #e4007f; }

@media only screen and (max-width: 768px) {
		#globalnavi li{
		width: 33.333%;
		border-bottom: 1px solid #f5f5f5;
	}
	#globalnavi a.this{
		margin-bottom: 0;
	}
	.dropdown_toggle span.icon-circle-down{
		 -webkit-transform: rotate(180deg);
					transform: rotate(180deg);
				}
}

@media only screen and (max-width: 480px) {
	#globalnavi{
		display: none;
	}
	#globalnavi li{
		width: 50%;
	}
	#toggle_pc { display: none; }
	#toggle{
		display: block;
		position: relative;
		font-size: 1.4em;
		font-weight: bold;
		background: #00a0e9;
		display: block;
		position: relative;
		padding: 22px 0 20px;
		border-bottom: 1px solid #00a0e9;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
}
.dropdown_toggle span.icon-circle-down{
	-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
			}

#subnavi{
	margin: 0 auto;
	padding: 0;
	width: 66.666%;
	overflow: hidden;
	background: #fff;
}

#subnavi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subnavi li{
	float: left;
	list-style: none;
	width: 23%;
	margin: 0 auto;
	padding: 0;
}

#subnavi a{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	display:block;
	box-sizing: border-box;
	padding: 2em 0;
	width: 100%;
	margin: 0 15%;
	height: 80px;
	/*background: #fff;*/
	color: #333;
	text-decoration: none!important;
	opacity:.5;
	-ms-filter:"alpha(opacity=50)";
	filter:alpha(opacity=50);
	-webkit-transition:opacity .25s ease-in-out;
	transition:opacity .25s ease-in-out
}

#subnavi a:hover{
	opacity:1
}

#subnavi a.this{
	opacity:1;
}

@media only screen and (max-width: 480px) {
	#subnavi{
		display: none;
	}
}

.news{
	margin: 0 auto;
	padding: 5px 30px;
	width: 74%;
	height: 300px;
	background: #f3f5f8;
	overflow-y: scroll;
}

.news-t{
	border-bottom:1px #999 dotted;
	padding-bottom: 5px;
	padding-left: 15px;
	position: relative;
}

.news-t::before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0px;
		width: 0;
		height: 0;
		margin-top: -8px;
		border: 5px solid transparent;
		border-left: 5px solid #333;
	}

.headerslide{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

header{
	background: #1d2386;
}

main{
	background: #fff;
	/*padding-bottom:200px;*/
}

footer{
	background: #1d2386;
	clear: both;
	width: 100%;
}

#headerimage{
	background: url("../images/header.png") no-repeat top center;
	height: 300px;
	width: 1200px;
}

#content{
	margin: 10px 10px 10px 10px;
	background: #fff;
	float: left;
	max-width: 730px;
	width: 100%;
	/*border: 1px solid #f3f5f8;*/
	box-sizing: border-box;
}

#left{
	margin-top: 10px;
	padding: 0 5px;
	background: #fff;
	float: left;
	width: 190px;
	height: 100%;
}

#right{
	margin-top: 10px;
	background: #fff;
	float: left;
	width: 250px;
	height: 100%;
}

.table{
 width: 80%;
}

.head{
	/*position:relative;*/
	width: 100%;
	/*margin: 0 auto;*/
	background: url(../images/head_bg_ct4.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 700px;
	background-position: 50% 50%;
	position: relative;
}

.head-ct1{
	/*position:relative;*/
	width: 100%;
	/*margin: 0 auto;*/
	background: url(../images/head_bg_ct1.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 500px;
	background-position: 50% 50%;
	position: relative;
}

.head-ct2{
	/*position:relative;*/
	width: 100%;
	/*margin: 0 auto;*/
	background: url(../images/head_bg_ct2.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 500px;
	background-position: 50% 50%;
	position: relative;
}

.head-ct3{
	/*position:relative;*/
	width: 100%;
	/*margin: 0 auto;*/
	background: url(../images/head_bg_ct3.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 500px;
	background-position: 50% 50%;
	position: relative;
}

.head-ct4{
	/*position:relative;*/
	width: 100%;
	/*margin: 0 auto;*/
	background: url(../images/head_bg_ct4.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 500px;
	background-position: 50% 50%;
	position: relative;
}

.headercatch{
	width: 1200px;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



.headercatch h1{
	font-size: 3em;
	color: #fff;
	margin: 30px auto;
}

.headercatch h2{
	font-size: 1.2em;
	color: #fff;
}

.headercatch h3{
	font-size: 1.5em;
	color: #e6d500;
}

.headform{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}

.movie{
	background: url(../images/grid.gif);
	padding: 30px 0;
	text-align: center;
}

.top{
	width:100%;
	background: #1d2386;
	padding: 30px 0;
	text-align: center;
}

.recommend{
	background: #f3f5f8;
	padding: 30px 0;
	text-align: center;
}

.recommend2{
	background: #fff;
	padding: 30px 0;
	text-align: center;
}

.fc, .fl{
	background: #f3f3f3;
	padding: 30px 0;
	overflow:hidden;
}

.bg-w{
	background: #fff;
	padding: 30px 0;
	overflow:hidden;
}

.bg-w img{
	width:100%;
}

.tool-s{
	background: #fff;
	padding: 30px 0 0;
	overflow:hidden;
	text-align: center;
}

.flow-pic,.flow-pic img{
	width: 100%;
}

.contact{
	background: url(../images/bg_contact.jpg);
	background-attachment: fixed;
	background-size: cover;
	padding: 30px 0;
	margin-top: -10px;
	overflow:hidden;
	height: 700px;
	color: #fff;
	text-align: center;
}

.contact-l{
	float: left;
	width: 50%;
}

.contact-r{
	float: left;
	width: 50%;
}

.contact-form:after{
	content: "";
	display: block;
	clear: both;
}

.contact-form{
	margin: 60px auto;
}

.contact-ttl2{
	color: #fff;
	font-size: 1.5em;
	/*border: 1px solid #fff;
	padding: 8px 16px;*/
}

.contact-ttl3{
	color: #fff;
	font-size: 1.5em;
}

.cont{
	overflow:hidden;
	margin-bottom: 30px;
	width: 100%;
	margin: 0 auto;
}

.cont img{
	margin:10px;
}

.cont-icon{
	width:20%;
	margin:0 auto;
}


.photo-content img{
	width: 80%;
}
.voice-content{
	float: left;
	width: 45%;
	margin: 10px;
	padding:15px;
	background: #fff;
	border: 2px solid #00a0e9;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none!important;
}

.voice-content-ttl{
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
	height: auto;
}

.voice-content img{
	width: 30%;
}

.voice-content-ttl a{
	color: #e4007f;
}


.photo-content{
	float: left;
	width: 45%;
	margin: 10px;
	padding:15px;
	background: #fff;
	border: 2px solid #00a0e9;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none!important;
}

.photo-content-ttl{
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
	height: auto;
}

.photo-content img{
	width: 80%;
}

.photo-content-ttl a{
	color: #e4007f;
}

/*タブレット*/
@media screen and (max-width: 768px){
	.voice-content{
		float: none;
		width: 95%;
	}
}
/*タブレット*/
@media screen and (max-width: 480px){
	.voice-content-ttl{
		font-size: 1em;
		line-height: normal;
		font-weight: bold;
		margin-bottom: 20px;
		text-align: left;
		height: auto;
	}
}

.voice-text{
	width: 74%;
	margin: 30px auto;
	padding:15px;
	background: #fff;
	border: 1px solid #00a0e9;
	border-radius: 7px;
	overflow: hidden;
}

.voice-r{
	float: left;
	width:70%;
}

.voice-l{
	float:right;
	width:20%;
}

.voice-l img{
	width:100%;
}

.voice-text-ttl{
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	color:#00a0e9;
	margin-bottom: 20px;
}


/*タブレット*/
@media screen and (max-width: 768px){
	.photo-content{
		float: none;
		width: 95%;
	}
}
/*タブレット*/
@media screen and (max-width: 480px){
	.photo-content-ttl{
		font-size: 1em;
		line-height: normal;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: left;
		height: auto;
	}
}

.photo-text{
	width: 74%;
	margin: 30px auto;
	padding:15px;
	background: #fff;
	border: 1px solid #00a0e9;
	border-radius: 7px;
	overflow: hidden;
}

.photo-r{
	float: left;
	width:70%;
}

.photo-l{
	float:right;
	width:20%;
}

.photo-l img{
	width:100%;
}

.photo-text-ttl{
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	color:#00a0e9;
	margin-bottom: 20px;
}
.figure{
	margin: 60px auto 30px;
}

.graph{
	background: url(../images/bg_graph.jpg);
	background-attachment: fixed;
	background-size: cover;
	padding: 30px 0;
	margin-top: -10px;
	overflow:hidden;
	/*height: 500px;*/
	color: #fff;
}

.rs{
	background: url(../images/grid.gif);
	background-repeat:repeat;
	padding: 30px 0;
	width: 100%;
	overflow:hidden;
}

.efficiency{
	background: url(../images/efficiency_bg.jpg);
	/*background-attachment: fixed;*/
	padding: 30px 0;
	margin-bottom: 10px;
	width: 100%;
	height: 450px;
}

.kakaku{
	background: #1d2386;
	padding: 30px 0;
	margin-bottom: 1５0px;
	width: 100%;
}

.bullet{
	/*font-weight: bold;*/
	line-height: 1;
	font-size: 1.4em;
	text-align: center;
	color: #fff;
	/*margin-top: -10px;*/
}

.bullet2{
	color: #666;
	line-height: 1.2;
	font-size: 1em;
	margin: 10px 20px;
}

.bullet-num{
	font-weight: bold;
	font-size: 1.6em;
	color: #00a0e9;
	line-height: 1;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.bullet-ctg{
	background: #1d2386;
	border: 6px solid #ddd;
	margin: 20px auto;
	width: 74%;
	padding: 10px 0;
}

.bullet-ctg2{
	background: #1d2386;
	/*border: 1px solid #0ff;*/
	border-radius: 5px;
	margin: 20px auto;
	width: 74%;
	padding: 5px 0;
}

.imgR{
	float:right;
}


.flow{
	float: left;
	width: 33%;
	text-align:center;
	margin: 50px 0;
}


.flow-l{
	float: left;
	width: 33%;
	text-align:center;
	margin: 50px 70px;
}

.flow-r{
	float: right;
	width: 33%;
	text-align:center;
	margin: 50px 70px;
}

.flow2{
	margin:0 auto;
	overflow: hidden;
}

.flow-title{
	font-size: 1.5em;
	font-weight: bold;
}

.flow-text{
	text-align: center;
	padding: 0 15px;
}


.ct-top,.voice-top:after{
	content: "";
	display: block;
	clear: both;
}

.ct-under,.voice-under:after{
	content: "";
	display: block;
	clear: both;
}
.ct{
	float: left;
	width: 19%;
	text-align:center;
	margin: 1% 1% 0 0;
	height: 420px;
	border: 1px solid #f3f5f8;
	border-radius: 5px;
	background: #fff;
}
.voice{
	float: left;
	width: 19%;
	text-align:center;
	margin: 1% 1% 0 0;
	height: 240px;
	border: 1px solid #f3f5f8;
	border-radius: 5px;
	background: #fff;
}

.ct5{
	float: left;
	width: 19%;
	text-align:center;
	margin: 1% 0 0 0;
	height: 420px;
	border: 1px solid #f3f5f8;
	border-radius: 5px;
	background: #fff;
}
.voice5{
	float: left;
	width: 19%;
	text-align:center;
	margin: 1% 0 0 0;
	height: 240px;
	border: 1px solid #f3f5f8;
	border-radius: 5px;
	background: #fff;
}

.ct-pic img{
	width: 100%;
}

.ct-title{
	font-weight: bold;
	margin: 20px!important;
	color: #00a0e9;
	text-align: left;
	height: 70px;
}

.ct-text{
	text-align: left;
	padding: 0 15px;
}

.item{
	margin-top: 18px;
	overflow:hidden
}
.item .question{
	font-size:1.2em;
	overflow: hidden;
	color:#00a0e9;
}
.item .question::before{
	font-family:Jura,sans-serif;
	font-size:40px;
	color:#00a0e9;
	margin-right:16px;
}
.item .answer p:first-child::before{
	font-family:Jura,sans-serif;
	font-size:40px;
	color:#666;
	margin-right:16px;
}
.item .question::before{
	line-height:66px;
	display: block;
	float: left;
	margin-top:-20px;
	width: 1em;
	content:'Q.';
}
.item .answer{
	margin-top:14px;
	line-height:1.8;
	overflow:hidden
}
.item .answer p{
	margin-bottom:8px;
	display: block;
}
.item .answer p:first-child::before{
	line-height:66px;
	display: block;
	float: left;
	margin-top:-20px;
	width: 1em;
	content:'A.';
}


.reason{
	width: 100%;
}

.reason:after{
	content: "";
	display: block;
	clear: both;
}

.reason-l{
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.reason-r{
	float: right;
	width: 50%;
	margin: 30px 0px 0px;
	padding: 0 10px;
	box-sizing: border-box;
}


.reason-number{
	font-size: 4em;
	color: #00a0e9;
	line-height: 1.4;
	text-decoration: underline;
}

.reason-title{
	font-size: 1.4em;
	font-weight: bold;
	color: #00a0e9;
	line-height: normal;
}

.title-en{
	font-size: 2em;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
	color: #f9ba49;
	margin-bottom: 30px;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.title-w{
	font-size: 2em;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}

.lptitle{
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	color: #555;
	margin-top: -30px;
	margin-bottom: 30px;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.lptitle-w{
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	color: #fff;
	margin-top: -30px;
	margin-bottom: 30px;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.ttl{
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 40px;
	font-weight: normal;
	color: #555;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.ttl-kakaku{
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0;
	color: #fff;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.subttl-kakaku{
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0;
	color: #fff;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.subcatch{
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	color: #ffed00;
	/*margin-top: -30px;*/
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.lptitle-b{
	color: #00a0e9;
	font-weight: bold;
	font-size: 2em;
	margin: 0 -5px;
}

.arrow1{
	width: 0;
	height: 0;
	border-top: 60px solid #fff;
	border-right: 180px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 180px solid transparent;
	margin: -30px auto 0;
}

.arrow2{
	width: 0;
	height: 0;
	border-top: 60px solid #f3f5f8;
	border-right: 180px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 180px solid transparent;
	margin: -30px auto 0;
}

.arrow3{
	width: 0;
	height: 0;
	border-image: url(../images/grid.gif);
	border-top: 60px solid;
	border-right: 180px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 180px solid transparent;
	margin: -30px auto 0;
}
/*ナビゲーション*/
.menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	font-weight: bold;
}

.menu li a{
	display: block;
	padding: 5px;
	color: #222;
	text-decoration: none!important;
}

.menu li a:hover{
	color: #00a0e9;
}

.menu ul:after{
	content: "";
	display: block;
	clear: both;
}

.menu li{
	margin: 0 0 15px 0;
	width: auto;
}

#menu li a:hover{
	color: #00a0e9;
	text-decoration: none;
}

/*footer*/
.footerarea{
	width: 1200px;
	margin: 0 auto;
	height: 200px;
	padding: 24px 16px;
}

.footerarea:after{
	content: "";
	display: block;
	clear: both;
}

.footerarea ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.footerarea li a{
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}

.footerarea li a:hover{
	color: #00a0e9;
}

.footerarea ul:after{
	content: "";
	display: block;
	clear: both;
}

.footerarea li{
	width: auto;
}

.footer-navi_left{
	float: left;
	width: 400px;
	color: #fff;
}

.footer-navi_right{
	float: left;
	width: 400px;
	color: #fff;
}

/*copyright*/
.copyright {
	 font-size:12px;
	 color:#fff;
	 text-align:center;
	 margin-top: 70px;
}


header#top{
background:transparent;
/*filter:alpha(opacity=70);
-moz-opacity:0.70;
-khtml-opacity: 0.70;
opacity:0.70;*/
height:50px; padding:0; width:100%; position:fixed; top:0; z-index:10000;}
header#top #head_area{ width:1200px; margin:0 auto; position:relative;}
header#change{
display: none;
background: #1d2386;
/*filter:alpha(opacity=70);
-moz-opacity:0.70;
-khtml-opacity: 0.70;
opacity:0.70;*/
height:50px; padding:0; width:100%; position:fixed; top:0; z-index:10000;}
header#change #head_area{ width:1200px; margin:0 auto; position:relative;}

.topbar{
	width: 100%;
	max-width: 1200px;
	height: 50px;
	margin: 0 auto;
}

#logo{
	float: left;
	width: auto;
	margin: 0 0 0 5px;
}

/*ナビゲーション*/
#topmenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu li{
	display: block;
}

#topmenu li a{
	display: block;
	padding: 5px;
	color: #222;
	text-decoration: none;
}

#topmenu li a:hover{
	color: #00a0e9;
}

#topmenu ul:after{
	content: "";
	display: block;
	clear: both;
}

#topmenu li{
	margin: 6px 5px 0px 15px;
	width: auto;
	float: right;
}



/*更新*/

.button {
	margin: 0 auto;
	display: inline-block;
	width: 200px;
	height: 40px;
	text-align: center;
	text-decoration: none!important;
	line-height: 40px;
	outline: none;
	cursor: pointer;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-transition: all .3s;
	transition: all .3s;*/
}

.button {
	position: relative;
	z-index: 2;
	background-color: #00a0e9;
	border: 2px solid #00a0e9;
	color: #fff!important;
	line-height: 40px;
}
.button:hover {
	background-color: #fff;
	border-color: #00a0e9;
	color: #00a0e9!important;
	text-decoration: none;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #00a0e9;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #00a0e9;
}

.button-can {
	margin: 0 auto;
	display: inline-block;
	width: 200px;
	height: 40px;
	text-align: center;
	text-decoration: none!important;
	line-height: 40px;
	outline: none;
}
.button-can::before,
.button-can::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-can,
.button-can::before,
.button-can::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-transition: all .3s;
	transition: all .3s;*/
}

.button-can {
	position: relative;
	z-index: 2;
	background-color: #dcdcdc;
	border: 2px solid #dcdcdc;
	color: #fff!important;
	line-height: 40px;
}
.button-can:hover {
	background-color: #fff;
	border-color: #dcdcdc;
	color: #dcdcdc!important;
	text-decoration: none;
}
.button-can::before,
.button-can::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #dcdcdc;
}
.button-can::before {
	right: 0;
}
.button-can::after {
	left: 0;
}
.button-can:hover::before,
.button-can:hover::after {
	width: 0;
	background-color: #dcdcdc;
}

.button-can2 {
	margin: 0 auto;
	display: inline-block;
	width: 300px;
	height: 40px;
	color: #c00;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	background-color: #dcdcdc;
}

input.button {
	position: relative;
	z-index: 2;
	font-size: 14px;
	background-color: #00a0e9;
	border: 2px solid #00a0e9;
	color: #fff;
	line-height: 35px;
}
input.button:hover {
	background-color: #fff;
	border-color: #00a0e9;
	color: #00a0e9;
}
input.button::before,
input.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #00a0e9;
}
input.button::before {
	right: 0;
}
input.button::after {
	left: 0;
}
input.button:hover::before,
input.button:hover::after {
	width: 0;
	background-color: #00a0e9;
}

.button2 {
	margin: 40px auto 0;
	display: inline-block;
	width: 200px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button2 {
	position: relative;
	width: 700px;
	height: 80px;
	z-index: 2;
	border-radius: 5px;
	background-color: #e4007f;
	border: 2px solid #e4007f;
	color: #fff;
	font-size: 24px;
	line-height: 3em;
}
.button2:hover {
	background-color: #fff;
	border-color: #e4007f;
	color: #e4007f;
	text-decoration: none;
}
.button2::before,
.button2::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #e4007f;
}
.button2::before {
	right: 0;
}
.button2::after {
	left: 0;
}
.button2:hover::before,
.button2:hover::after {
	width: 0;
	background-color: #e4007f;
}
.button-topbar {
	margin: 0;
	display: inline-block;
	width: 200px;
	height: 40px;
	border-radius: 5px!important;
	text-align: center;
	text-decoration: none;
	/*line-height: 40px;*/
	/*outline: none;*/
}
.button-topbar::before,
.button-topbar::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-topbar,
.button-topbar::before,
.button-topbar::after {
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button-topbar {
	position: relative;
	z-index: 2;
	border-radius: 5px!important;
	background-color: #e4007f;
	color: #fff!important;
	font-size: 16px;
	line-height: 2em;
}
.button-topbar:hover {
	background-color: #fff;
	color: #e4007f!important;
	text-decoration: none;
}
.button-topbar::before,
.button-topbar::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #e4007f;
}
.button-topbar::before {
	right: 0;
}
.button-topbar::after {
	left: 0;
}
.button-topbar:hover::before,
.button-topbar:hover::after {
	width: 0;
	background-color: #e4007f;
}

.button-topbar2 {
	margin: 0;
	display: inline-block;
	width: 200px;
	height: 40px;
	border-radius: 5px!important;
	text-align: center;
	text-decoration: none;
}
.button-topbar2::before,
.button-topbar2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-topbar2,
.button-topbar2::before,
.button-topbar2::after {
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button-topbar2 {
	position: relative;
	z-index: 2;
	border: 1px solid #fff;
	border-radius: 5px!important;
	background-color: transparent;
	color: #fff!important;
	font-size: 16px;
	line-height: 2em;
}
.button-topbar2:hover {
	background-color: transparent;
	color: #e4007f!important;
	text-decoration: none;
}
.button-topbar2::before,
.button-topbar2::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: transparent;
}
.button-topbar2::before {
	right: 0;
}
.button-topbar2::after {
	left: 0;
}
.button-topbar2:hover::before,
.button-topbar2:hover::after {
	width: 0;
	background-color: transparent;
}


.button-footer {
	margin: 0;
	display: inline-block;
	width: 200px;
	height: 40px;
	border-radius: 5px!important;
	text-align: center;
	text-decoration: none;
}
.button-footer::before,
.button-footer::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-footer,
.button-footer::before,
.button-footer::after {
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button-footer {
	position: relative;
	z-index: 2;
	border: 1px solid #fff;
	border-radius: 5px!important;
	background-color: transparent;
	color: #fff!important;
	font-size: 16px;
	line-height: 2em;
}
.button-footer:hover {
	background-color: transparent;
	color: #e4007f!important;
	text-decoration: none;
}
.button-footer::before,
.button-footer::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: transparent;
}
.button-footer::before {
	right: 0;
}
.button-footer::after {
	left: 0;
}
.button-footer:hover::before,
.button-footer:hover::after {
	width: 0;
	background-color: transparent;
}

.button-topbar3 {
	position: relative;
	z-index: 2;
	background-color: transparent;
	color: #fff!important;
	font-size: 16px;
	line-height: 2em;
}

.button-topbar3:hover {
	color: #e4007f!important;
}

.button-topbar3:before{
		content: url(../images/login.png);
		width: 20px;
		margin: 5px;
		position: relative;
		top: 3px;
}
.button3 {
	margin: 40px auto 0;
	display: inline-block;
	width: 200px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-transition: all .3s;
	transition: all .3s;*/
}

.button3 {
	position: relative;
	width: 700px;
	height: 80px;
	z-index: 2;
	background-color: #e4007f;
	border: 2px solid #e4007f;
	color: #fff;
	font-size: 24px;
	line-height: 1em;
}
.button3:hover {
	background-color: #fff;
	border-color: #e4007f;
	color: #e4007f;
	text-decoration: none;
}
.button3::before,
.button3::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #e4007f;
}
.button3::before {
	right: 0;
}
.button3::after {
	left: 0;
}
.button3:hover::before,
.button3:hover::after {
	width: 0;
	background-color: #e4007f;
}
.button3 p {
		position: absolute;
		font-size: 17px;
		top: 25%;
		left: 0;
		right: 0;
		margin: -1em auto 0;
		font-weight: bold;
}

.buttontop {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
}
.buttontop::before,
.buttontop::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttontop,
.buttontop::before,
.buttontop::after {
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.buttontop {
	position: relative;
	width: 360px;
	height: 60px;
	z-index: 2;
	background-color: #e4007f;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	line-height: 2.5em;
}
.buttontop:hover {
	background-color: #fff;
	border-color: #e4007f;
	color: #e4007f;
	text-decoration: none;
}
.buttontop::before,
.buttontop::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #e4007f;
}
.buttontop::before {
	right: 0;
}
.buttontop::after {
	left: 0;
}
.buttontop:hover::before,
.buttontop:hover::after {
	width: 0;
	background-color: #e4007f;
}

.form{
	height: 30px;
	width: 300px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 15px;
}

.supplement{
	color: #ddd;
	font-size: 14px;
}

.supplement{
	color: #999;
}

.dropmenu{
	*zoom: 1;
	list-style-type: none;
	width: 960px;
	margin: 0 auto 30px;
	padding: 0;
}
.dropmenu:before, .dropmenu:after{
	content: "";
	display: block;
}
.dropmenu:after{
	clear: both;
}
.dropmenu li{
	position: relative;
	width: 20%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.dropmenu li a{
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	background: #fff;
	color: #222;
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	text-decoration: none;
}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li{
	width: 100%;
}
.dropmenu li ul li a{
	padding: 13px 15px;
	text-align: left;
}
.dropmenu li:hover > a{
	background: #fff;
}
.dropmenu li a:hover{
	color: #00a0e9;
}

.scroll-box {
	overflow-x: scroll;
}

.accordion {
	min-width: 300px;
	margin: 0 auto 30px;
	padding: 10px;
}
.accordion .ac-content {
	margin: 0 auto;
	text-align: center;
}
.ac-ttl{
	font-size: 1.2em;
	color: #fff;
	text-align: center;
}
.ac-ttl:hover{
	color: #00a0e9;
}
.accordion input {
	display: none;
}
.accordion label {
	display: block;
	width: 600px;
	border-radius: 5px;
	margin: 0 auto;
	background: #00a0e9;
	cursor: pointer;
	padding: 15px;
	border: 1px solid #00a0e9;
	/*border-bottom: 1px solid #fff;*/
}

.accordion label:hover {
	background: #fff;
	border: 1px solid #00a0e9;
	color: #00a0e9;
}

.voicelink {
	display: block;
	width: 80%;
	border-radius: 5px;
	margin: 0 auto;
	background: #00a0e9;
	color: #fff;
	cursor: pointer;
	padding: 15px;
	border: 1px solid #00a0e9;
	text-align: center;
}

.voicelink:hover {
	background: #fff;
	border: 1px solid #00a0e9;
	text-decoration: none!important;
	color: #00a0e9;
}

.contentslink {
	display: block;
	width: 600px;
	border-radius: 5px;
	margin: 0 auto 45px;
	background: #00a0e9;
	color: #fff;
	cursor: pointer;
	padding: 15px;
	border: 1px solid #00a0e9;
	text-align: center;
}

.contentslink:hover {
	background: #fff;
	border: 1px solid #00a0e9;
	text-decoration: none!important;
	color: #00a0e9;
}

.sp-content{
	background:#fff!important;
	border:none!important;
	text-decoration: underline!important;
	color:#00a0e9!important;
}
.sp-content:hover{
	color:#00a0e9!important;
	border:none!important;
	text-decoration: underline!important;
}
.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background: #fff;
	padding: 0 10px;
}
.accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px;
}

input[type="checkbox"].on-off{
		display: none;
}

#menu {
 position: relative;
 width: 180px;
 padding-left: 0px;
 /*height: 40px;*/
 background: #fff;/*グローバルメニュー背景色*/
 float: left;
}
.menu-inner{
 width: 180px;
 margin: 0 auto;
 height: 100%;
 /*height: 200px;*/
}
#menu li {
 list-style-type: none;
 float: left;
 width: 180px;
 /*height: 40px;*/
}
#menu li a {
 display: block;
 color: #000;/*グローバルメニュー文字色*/
 font-weight: bold;
 line-height: 40px;
 font-size:15px;
}
#menu li:hover a {
 color: #00a0e9;
 background: #ffffff;
 transition: all .5s;
}

.menu-toggle{
 display: none;
}

.menu-toggle-top{
 display: none;
}

.iframe-content {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin:0 auto;
	width: 100%;
	max-width: 853px;
	height: 100%;
	max-height: 480px;
}

.tool table{
	margin: 20px auto;
}

.tool tr{
	border: 1px solid #999;
}

.tool th{
	height: 40px;
	color: #fff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background: #00a0e9;
}

.tool td{
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #999;
	background: #fff;
}

.ct-sp{
	display:none;
}

.br-sp{
	display:none;
}

/*パソコン１カラム*/
@media screen and (max-width:1200px){
		.menu-inner{
				width: 768px;
		}
}

/*タブレット*/
@media screen and (max-width: 1024px) and (min-width: 768px){
	.flow-pic,.flow-pic img{
		width:80%!important;
		margin:0 auto;
	}
 .menu-toggle{
	color: #fff;/*MENUの文字色*/
	background: #1d2386;
	text-align: center;
	width: 100%;
	display: inline-block;
	/*padding: 10px 0;*/
 }
 #menu {
	width: 100%;
	display: none;
	height: initial;
	padding: 0;
	margin-bottom: 15px;
 }
 .menu-inner{
	width: 100%;
	height: initial;
	position: static;
	padding: 10px 0;
	margin: 0;
 }
 #menu li{
	float: none;
	height: 40px;
	width: 100%;
	padding-left: 5px;
	list-style-type: none;
	background: #f3f5f8;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
	text-align: center;
 }
 #menu li a {
	height: initial;
	color: #343838;/*リスト文字色*/
	display: block;
 }
 #menu li:hover a{
	color: #00a0e9;
	background: initial;
 }
 .cont-icon{
	 margin: 10px;
	 width: 20%;
 }


}


@media screen and (max-width: 768px) {
		 #content, .wrapper, .wrap, .wrap-q, .footerarea, #right{
			float: none;
			margin: 0 auto;
			width: auto;
		 }
		 .headercatch{
			 float: none;
			 margin: 0 auto;
			 width: 100%;
		 }
		 #content{
			 margin-top: 50px;
			 width: 95%;
		 }
		 .voice-l,.voice-r{
			 float:none;
			 width:100%;
		 }
		 .voice-l img{
			 width: 50%;
		 }
		 .voice-text{
			 width:90%;
		 }
		 .profile{
			 width: 100%;
			 margin: 0;
			 height: 390px;
		 }
		 .topbar{
			 position: relative;
			 height: 40px;
		 }
		 #logo{
			 float: left;
			 width: auto;
			 margin: 0 -20px 0 5px;
			 max-width: 110px;
		 }
		 #logo img{
			 width:80%;
			 margin-top:14px;
		 }
		 #content img{
			 width: 100%;
		 }
		 .form{
			 width: 90%;
		 }
		 .info{
			 width: 90%!important;
		 }

		 table.point{
			 width: 100%;
			 font-size: 14px;
			 table-layout: fixed;
		 }
		 table.point td{
			 padding: 0;
		 }
		 td.pt{
			 font-size: 14px;
		 }
		 .reason-l, .reason-r, .reason img{
			 width: 100%;
			 float: none;
		 }
		 .lptitle,.lptitle-w{
			 font-size: 1em;
			 font-weight: bold;
		 }
		 .title-en,.title-w{
			 font-size: 1.5em;
			 line-height: normal;
			 margin-bottom: 40px;
		 }

		 .flow, .flow2, .flow img{
			 float: none;
			 width: 100%;
		 }
		 .button2{
			 width: 85%;
			 height: 60px;
			 line-height: 3em;
			 font-size: 20px;
		 }
		 .buttontop{
			 width: 85%;
			 height: 60px;
			 line-height: 3em;
			 font-size: 20px;
		 }
		 .head{
			 position:relative;
				margin: 0 auto;
			 background: url(../images/head_bg_ct4.jpg) center top;
			 /*height: 300px;*/
			 /*-webkit-background-size: contain;
			 -moz-background-size: contain;
			 -o-background-size: contain;
			 background-size: contain;*/
			 background-size: auto 100%;
		 }
		 .headercatch h1{
			 font-size: 2.5em;
		 }
		 /*.headercatch h2{
			 font-size: 1.2em;
			 line-height: 1.2em;
		 }*/
		 .headercatch img{
			 width: 100%;
		 }
		 .bullet-ctg{
			 background: #fafafa;
			 margin: 15px auto;
			 width: 95%;
			 padding: 1px 5px;
		 }
		 .bullet-ctg2{
			 margin: 20px auto;
			 width: 95%;
			 padding: 1px 5px;
		 }
		 .bullet{
			 font-weight: bold;
			 line-height: 1;
			 font-size: 1em;
		 }
		 .imgR{
			 width: 50%;
			 float:none;
		 }
		 .kakaku-img{
			 margin: 0 auto;
			 text-align: center;
		 }
		 .button,.button-can,.button-can2 {
			margin: 0 auto;
			 display: inline-block;
			 width: 100%;
			 height: 40px;
			 text-align: center;
			 text-decoration: none;
			 line-height: 40px;
			 outline: none;
		 }
		 .button2,.button3,.button4 {
			margin: 10px auto;
			 display: inline-block;
			 width: 100%;
			 text-align: center;
			 text-decoration: none;
			 outline: none;
		 }
		 .tool-info-can{
			 float: none;
			 width: 98%;
			 margin-bottom: 10px;
		 }
		 iframe {
			 width: 100%;
			 height: auto;
		 }

		 .lpwrapper p {
			 display: block;
			 margin: 12px 0;
			 line-height: normal;
			 font-size: 15px;
		 }
		 .table{
			 width: 100%;
		 }
		 .tool table{
			 width: 100%;
			 margin: 20px auto;
			 font-size: 0.7em;
			 line-height: normal;
		 }
		 .accordion label {
			width: 90%;
			padding:10px;
		 }
		 .contentslink{
			 width: 90%;
			 padding:10px;
		 }
		 .graph{
			 background: url(../images/bg_graph.jpg)!important;
		 }
		 .contact{
			 background: url(../images/bg_contact.jpg)!important;
			 height: auto;
		 }
		 .graph img,.bg-w img,.top img,.figure img{
			 width: 100%;
		 }
		 .cont{
			 margin-bottom: 30px;
		 }
		 .cont img{
			 width: 100%;
			 margin: 0;
		 }
		 .hvr-sink{
			 width: 100%;
			 margin: 0!important;
		 }
		 .ct,.ct5{
			 width:100%;
			 height: auto;
		 }
		 .ct-pic img{
			 width:50%;
		 }
		 .ct-title{
			 height: 30px;
		 }
		 .top-pic{
			 width:100%;
		 }
		 .item .question{font-size:1.2em}
		 /*.ct-text{
			 display:none;
		 }*/
		 .ct-title{
			 text-align: center;
		 }
		 .contact-l,.contact-r{
			 float:none;
			 width:100%;
			 text-align: center;
		 }
		 .ct-sp{
			 display:block;
		 }
		 .br-pc{
			 display:none;
		 }
		 .br-sp{
			 display:block;
		 }
		 .button-topbar2{
			 display:block;
			 width: 96px;
		 }
		 .button-topbar {
			 width: 96px;
		 }
		#topmenu li {
		    margin: 3px 2px 0px 5px;
		    width: auto;
		    float: right;
		}
		 .button-topbar3 {
			 margin-right: -20px;
		 }
		 .button-topbar3:before{
				 content: none;
		 }
		 .flow-pic,.flow-pic img{
			 width:70%!important;
			 margin:0 auto;
		 }
		 .flow-text{
			 margin-top: -20px;
		 }
		 .flow-l{
			 float: none;
			 width: 100%;
			 text-align:center;
			 margin: 50px 0px;
		 }
		 .flow-r{
			 float: none;
			 width: 100%;
			 text-align:center;
			 margin: 50px 0px;
		 }
		 .wrap-m{
			 padding: 0;
		 }
		 .cont-icon{
			 width:40%;
			 margin: 10px!important;
		 }
		 .ttl-kakaku{
			 font-size: 1.4em;
		 }
		 .subttl-kakaku{
			 font-size: 1.1em;
		 }
}
