@charset "utf-8";
/* CSS Document */

/*-- headline ------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	#headline { height: 80px; background: url("../img/common/sec01_bg.jpg") center center no-repeat; background-size: cover; }
	#headline .in { margin:0 6%; }	

	#headline .in h2 { padding: 15px 0 0 0; font-size: 21px; font-weight: bold; color: #036eb8; line-height: 1.5; }
	#headline .in h2 span { display: block; font-size: 12px; font-family:'Roboto', sans-serif; font-weight:bold; color: #ccc; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#headline { height: 130px; background: url("../img/common/sec01_bg.jpg") center center no-repeat; background-size: cover; }
	#headline .in { margin:0 4%; }
	
	#headline .in h2 { padding: 35px 0 0 0; font-size: 26px; font-weight: bold; color: #036eb8; line-height: 1.5; }
	#headline .in h2 span { display: block; font-size: 13px; font-family:'Roboto', sans-serif; font-weight:bold; color: #ccc; }
}
@media screen and (min-width: 961px) and (max-width: 1199px)  {
	#headline { height: 140px; background: url("../img/common/sec01_bg.jpg") center center no-repeat; background-size: cover; }
	#headline .in { margin:0 4%; }
	
	#headline .in h2 { padding: 35px 0 0 0; font-size: 28px; font-weight: bold; color: #036eb8; line-height: 1.5; }
	#headline .in h2 span { display: block; font-size: 16px; font-family:'Roboto', sans-serif; font-weight:bold; color: #ccc; }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	#headline { height: 150px; background: url("../img/common/sec01_bg.jpg") center center no-repeat; background-size: cover; }
	#headline .in { width:1100px; margin:0 auto; }
	
	#headline .in h2 { padding: 35px 0 0 0; font-size: 30px; font-weight: bold; color: #036eb8; line-height: 1.5; }
	#headline .in h2 span { display: block; font-size: 16px; font-family:'Roboto', sans-serif; font-weight:bold; color: #ccc; }
}
@media screen and (min-width: 1400px) and (max-width: 1559px) {
	#headline { height: 150px; background: url("../img/common/sec01_bg.jpg") center center no-repeat; background-size: cover; }
	#headline .in { width:1260px; margin:0 auto; }
	
	#headline .in h2 { padding: 35px 0 0 0; font-size: 30px; font-weight: bold; color: #036eb8; line-height: 1.5; }
	#headline .in h2 span { display: block; font-size: 16px; font-family:'Roboto', sans-serif; font-weight:bold; color: #ccc; }
}
@media screen and (min-width: 1560px) {
	#headline { height: 150px; background: url("../img/common/sec01_bg.jpg") center center no-repeat; background-size: cover; }
	#headline .in { width:1500px; margin:0 auto; }
	
	#headline .in h2 { padding: 35px 0 0 0; font-size: 30px; font-weight: bold; color: #036eb8; line-height: 1.5; }
	#headline .in h2 span { display: block; font-size: 16px; font-family:'Roboto', sans-serif; font-weight:bold; color: #ccc; }
}
/*-- breadcrumbs ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#breadcrumbs { margin:0 0% 10px;}
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#breadcrumbs { margin:0 0% 10px;}
}
@media screen and (min-width: 961px) and (max-width: 1199px)  {
	#breadcrumbs { margin:0 0% 10px;}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	#breadcrumbs { width:1100px; margin:0 auto 10px; }
}
@media screen and (min-width: 1400px) and (max-width: 1559px) {
	#breadcrumbs { width:1260px; margin:0 auto 10px; }
}
@media screen and (min-width: 1560px) {
	#breadcrumbs { width:1500px; margin:0 auto 10px; }
}
@media screen and (max-width: 767px) {
	#breadcrumbs li {
		float:left;
		font-size:11px;
		color:#fff;
		height:18px;
		line-height:18px;
		background:#999999;
		padding:0 10px;
		position:relative;
	}
	#breadcrumbs li:after {
		position:absolute;
		top:0px;
		right:-5px;
		content:"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 0 9px 5px;
		border-color: transparent transparent transparent #999999;
		z-index:10;
	}
	#breadcrumbs li a {display:block;}
	
		#breadcrumbs li a         { resize: none; }
		#breadcrumbs li a:link    { color:#fff; text-decoration: none; }
		#breadcrumbs li a:visited { color:#fff; text-decoration: none; }
		#breadcrumbs li a:hover   { color:#fff; text-decoration: none; opacity:0.7; }
		#breadcrumbs li a:active  { color:#fff; text-decoration: none; }

	#breadcrumbs li:nth-child(2) { background:#888; }
		#breadcrumbs li:nth-child(2):after { border-color: transparent transparent transparent #888; }
	#breadcrumbs li:nth-child(3) { background:#777; }
		#breadcrumbs li:nth-child(3):after { border-color: transparent transparent transparent #777; }
	#breadcrumbs li:nth-child(4) { background:#666;}
		#breadcrumbs li:nth-child(4):after { border-color: transparent transparent transparent #666; }
	#breadcrumbs li.current { background:#333; }
		#breadcrumbs li.current:after {
			position:absolute;
			top:0px;
			right:-5px;
			content:"";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 9px 0 9px 5px;
			border-color: transparent transparent transparent #333;
			z-index:10;
		}
}
@media screen and (min-width: 768px) {
	#breadcrumbs li {
		float:left;
		font-size:12px;
		color:#fff;
		height:18px;
		line-height:18px;
		background:#999999;
		padding:0 10px;
		position:relative;
	}
	#breadcrumbs li:after {
		position:absolute;
		top:0px;
		right:-5px;
		content:"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 0 9px 5px;
		border-color: transparent transparent transparent #999999;
		z-index:10;
	}
	#breadcrumbs li a {display:block;}
	
		#breadcrumbs li a         { resize: none; }
		#breadcrumbs li a:link    { color:#fff; text-decoration: none; }
		#breadcrumbs li a:visited { color:#fff; text-decoration: none; }
		#breadcrumbs li a:hover   { color:#fff; text-decoration: none; opacity:0.7; }
		#breadcrumbs li a:active  { color:#fff; text-decoration: none; }

	#breadcrumbs li:nth-child(2) { background:#888; }
		#breadcrumbs li:nth-child(2):after { border-color: transparent transparent transparent #888;}
	#breadcrumbs li:nth-child(3) { background:#777; }
		#breadcrumbs li:nth-child(3):after { border-color: transparent transparent transparent #777; }
	#breadcrumbs li:nth-child(4) { background:#666;}
		#breadcrumbs li:nth-child(4):after { border-color: transparent transparent transparent #666; }
	#breadcrumbs li.current { background:#f39700; }
		#breadcrumbs li.current:after {
			position:absolute;
			top:0px;
			right:-5px;
			content:"";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 9px 0 9px 5px;
			border-color: transparent transparent transparent #f39700;
			z-index:100;
		}
}

/*-- second_base------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#content { margin:4% 4% 10px;}
	aside { display:none; }
	h3 { font-size: 18px; font-weight: bold; padding-bottom: 10px; padding-left: 2%; margin-bottom: 10px; color: #333; line-height: 1.4; border-bottom: 1px solid #ccc; }
	h3 span { margin-left: 20px; font-size: 12px; font-family:'Roboto', sans-serif; font-weight:bold; color: #ffd898; }
	
	section { margin-bottom: 40px;}
	section .in { margin: 0 1%; }
	
	h4 { font-size: 1.2rem; font-weight: bold; color: #e43f41; }
}
@media screen and (min-width: 768px) {
	aside ul { border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	aside ul li { border-bottom: 1px solid #ccc; font-size: 15px; }
	aside ul li a { display: block; padding: 15px 20px; }
	aside ul li a:link    { color:#333333; text-decoration: none; }
	aside ul li a:visited { color:#333333; text-decoration: none; }
	aside ul li a:hover   { color:#fff; text-decoration: none; background: #036EB8; }
	aside ul li a:active  { color:#333333; text-decoration: none; }
	
	aside  ul li a:before { content:"\f101"; font-family:FontAwesome; margin-right:10px; color:#036eb8; }
	aside  ul li a:before:hover { color: #fff; }
	
	h3 { font-size: 36px; font-weight: bold; padding-bottom: 10px; margin-bottom: 20px; color: #333; line-height: 1.4; border-bottom: 1px solid #ccc; }
	h3 span { margin-left: 40px; font-size: 16px; font-family:'Roboto', sans-serif; font-weight:bold; color: #ffd898; }
	
	section { margin-bottom: 120px;}
	section .in { margin: 0 1%; }
	
	h4 { font-size: 1.4rem; font-weight: bold; color: #e43f41; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#content { margin:0 1% 60px; padding-top: 20px;}
	aside { float: left; width: 18%; margin-right: 4%; }
	aside ul li { font-size: 14px; }
	aside ul li a { padding: 10px 15px; }
	main { float: left; width: 75%; }
	
	section { margin-bottom: 60px;}
	section .in { margin: 0 1%; }
	
	h3 { font-size: 24px; font-weight: bold; padding-bottom: 15px; margin-bottom: 15px; color: #333; line-height: 1.0; border-bottom: 1px solid #ccc; }
	h3 span { margin-left: 30px; font-size: 13px; font-family:'Roboto', sans-serif; font-weight:bold; color: #ffd898; }
}
@media screen and (min-width: 961px) and (max-width: 1199px)  {
	#content { margin:0 1% 70px; padding-top: 20px;}
	aside { float: left; width: 18%; margin-right: 4%; }
	main { float: left; width: 78%; }
	
	h3 { font-size: 28px; font-weight: bold; padding-bottom: 20px; margin-bottom: 20px; color: #333; line-height: 1.0; border-bottom: 1px solid #ccc; }
	h3 span { margin-left: 40px; font-size: 15px; font-family:'Roboto', sans-serif; font-weight:bold; color: #ffd898; }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	#content { width:1100px; margin:0 auto 80px; padding-top: 40px; }
	aside { float: left; width: 18%; margin-right: 4%; }
	main { float: left; width: 78%; }
	
	section { margin-bottom: 80px;}

	h3 { font-size: 30px; font-weight: bold; padding-bottom: 20px; margin-bottom: 20px; color: #333; line-height: 1.0; border-bottom: 1px solid #ccc; }
	h3 span { margin-left: 40px; font-size: 15px; font-family:'Roboto', sans-serif; font-weight:bold; color: #ffd898; }
}
@media screen and (min-width: 1400px) and (max-width: 1559px) {
	#content { width:1260px; margin:0 auto 90px; padding-top: 40px; }
	aside { float: left; width: 20%; margin-right: 4%; }
	main { float: left; width: 76%; }
	h3 { font-size: 33px; font-weight: bold; padding-bottom: 20px; margin-bottom: 20px; color: #333; line-height: 1.0; border-bottom: 1px solid #ccc; }
	h3 span { margin-left: 40px; font-size: 15px; font-family:'Roboto', sans-serif; font-weight:bold; color: #ffd898; }
	
	section { margin-bottom: 100px;}
}
@media screen and (min-width: 1560px) {
	#content { width:1500px; margin:0 auto 100px; padding-top: 40px; }
	aside { float: left; width: 20%; margin-right: 4%; }
	main { float: left; width: 76%; }
	
	section { margin-bottom: 120px;}
}

/*-- second_base------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.tbl01 th { padding: 10px; font-weight: normal; text-align: left; background: #f4f4f4; display: block; }
	.tbl01 td { padding: 20px; font-weight: normal; text-align: left; display: block; }
}
@media screen and (min-width: 768px) {
	.tbl01 th { padding: 20px; font-weight: normal; text-align: left; }
	.tbl01 td { padding: 20px; font-weight: normal; text-align: left; }
}

/*-- bot-nav
-------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.bot section { padding: 4%;}
	.bot-mark { text-align: center; margin-bottom: 20px;}
	.bot-ttl { font-size: 24px; text-align: center; margin-bottom: 0px;}
	.bot-subttl { text-align: center;  font-family:'Roboto', sans-serif; font-weight:bold; margin-bottom: 20px;}
	.bot #anch01 .bot-subttl { color:#63c0ad; }
	.bot-lead { text-align: left; margin-bottom: 20px; font-size: 0.9rem; line-height: 1.7; }
	.bot_list li { float: left; width: 48%; margin-right: 4%; margin-bottom: 20px; }
	.bot_list li:nth-child(2n) { margin-right: 0px;}
	.bot-icon { text-align: center; margin-bottom: 20px;}
	.bot_list h5 { text-align: center; margin-bottom: 10px; font-size: 0.75rem;}
	.bot_list h4 { text-align: center; margin-bottom: 20px; color: #15ad7f; font-size: 18px; font-weight: bold;}

	.bot #anch02 { background: #28A7E1; padding:4%; margin-bottom: 0px;}
	.bot #anch02 h3 { color: #fff; border-bottom: 1px solid #fff; }
	.bot #anch02 h3 span { color: #fff; }
	.bot #anch02 .bot-subttl { color:#98d0ea; }
	.bot #anch02 .bot-lead { color: #fff;}
	.bot-list02 { margin: 0 4% 2%;}
	.bot-list02 li { float: left; width: 23.5%; margin-right: 2%; }
	.bot-list02 li:nth-child(4n) { margin-right: 0px;}
	.bot-list02 li .bot-icon02 { width: 60%; margin: 0 20% 20px; }
	.bot-list02 li h4 { text-align: center; margin-bottom: 20px; color: #fff; font-size: 15px; font-weight: bold;}

	.bot #anch03 { background:#FFE33B; padding: 4%; margin-bottom: 20px;}
	.bot #anch03 .bot-ttl { color: #000; }
	.bot #anch03 .bot-subttl { color:#e9b200; }
	.bot #anch03 .check_list { margin:  0 4% 20px;;}
	.bot #anch03 .check_list li { margin-bottom: 10px; background: url("../img/bot/check_y.png") 0px 0px no-repeat; padding-left: 35px; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid#e9b200; line-height: 1.7; }
	.bot-list03 { margin: 0 4% 2%;}
	.bot-list03 li { float: left; width: 23.5%; margin-right: 2%; }
	.bot-list03 li:nth-child(4n) { margin-right: 0px;}
	.bot-list03 li .bot-icon02 { width: 60%; margin: 0 20% 20px; }
	.bot-list03 li h4 { text-align: center; margin-bottom: 20px; color: #000; font-size: 15px; font-weight: bold;}
	.bot #anch03 .bot-list02 li h4 { text-align: center; margin-bottom: 20px; color: #000; font-size: 15px; font-weight: bold;}

	.bot #anch04 { padding: 4%; }
	.bot #anch04 .bot-ttl { color: #000; }
	.bot #anch04 .bot-subttl { color:#63c0ad; }
	.service-box { margin-bottom: 20px;}
	.service-box p { font-size: 1.1rem; margin-bottom: 20px; }
	.bot-list03 { margin: 0 4% 2%;}
	.bot-list03 li { float: left; width: 23.5%; margin-right: 2%; }
	.bot-list03 li:nth-child(4n) { margin-right: 0px;}
	.bot-list03 li .bot-icon02 { width: 80%; margin: 0 10% 20px; }
	.bot-list03 li h4 { text-align: center; margin-bottom: 20px; color: #000; font-size: 15px; font-weight: bold;}

	.bot-L { width: 40%; margin:0 30% 20px; }
	.bot-R {  }
	.service-dl { margin-bottom: 20px;}
	.service-dl dt { float: left; color: #fff; text-align: center; width: 25%; font-family:'Roboto', sans-serif; font-weight:bold; font-size: 14px; height: 40px; line-height: 40px; }
	.service-dl dd { float: left; color: #fff; text-align: left; width: 71%; padding: 0 2%; font-size: 15px; font-weight:bold; height: 40px; line-height:40px; }
	.s-dl01 dt { background: #9F0E5F; }
	.s-dl01 dd { background: #E4007F; }
	.s-dl02 dt { background: #08486e; }
	.s-dl02 dd { background: #0f6699; }
	.s-dl03 dt { background: #c66200; }
	.s-dl03 dd { background: #f5a100; }
	.bot-sub-L { float: left; width: 20%; margin-right: 4%; }
	.bot-sub-R { float: left; width: 76%; }

	.pink-list li { margin-bottom: 10px; font-size: 1.0rem; }
	.pink-list li:before { content: "●"; margin-right: 5px; color: #E4007F; }
	.navy-list li { margin-bottom: 10px; font-size: 1.0rem; }
	.navy-list li:before { content: "●"; margin-right: 5px; color: #0f6699; }

	.bot #anch05 {
		background-color: #ECECEC;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
		-webkit-background-size: 7px 7px;
		padding: 4%;
	}
	.bot #anch05 .in { background: #fff;  padding: 4%;}
	.bot #anch05 .bot-ttl { color: #000; }
	.bot #anch05 .bot-subttl { color:#c4a3a3; }
	.step-dl { margin-bottom: 20px; }
	.step-dl dt { float: left; width: 20%; background: #1E2746; color: #fff; text-align: center;  font-family:'Roboto', sans-serif; font-weight:bold; font-size: 14px; height: 40px; line-height: 40px; }
	.step-dl dd { float: left; width: 76%; background: #154963; color: #fff; text-align: left; padding: 0 2%; font-weight:bold; font-size: 15px; height: 40px; line-height: 40px; }
	.step-list { margin-bottom: 40px; }
	.step-list li { margin-bottom: 20px; }
	.step-list li img { width: 90%; margin: 0 5%; }
	.step-list li:nth-child(2n) { margin-right: 0px;}
	.step-list li h4 { text-align: center; color: #fff; background: #F8B62B; border-bottom: 5px solid #F6A828; margin-bottom: 20px; height: 40px; line-height: 40px; font-size: 15px;}

	.bot #anch06 { padding: 4%; }
	.bot #anch06 .bot-ttl { color: #000; }
	.bot #anch06 .bot-subttl { color:#f5d076; }
	.faq-dl { margin-bottom: 20px; }
	.faq-dl dt { background:url("/common/img/bot/q_icon.png") 0 0 no-repeat; padding-left: 55px; font-size: 15px; font-weight: bold; margin-bottom: 10px;}
	.faq-dl dd { background: #f4f4f4; padding: 2%; border-radius: 6px; line-height: 1.7; }

	.bot #anch07 { padding: 4%; }
	.bot #anch07 .bot-ttl { color: #000; }
	.bot #anch07 .bot-subttl { color:#63c0ad; }
}
@media screen and (min-width: 768px) {
	.bot .main { margin-bottom: 40px; }
	.bot-mark { text-align: center; margin-bottom: 20px;}
	.bot h3 { font-size: 30px; text-align: left; margin-bottom: 30px;}
	.bot-subttl { text-align: center;  font-family:'Roboto', sans-serif; font-weight:bold; margin-bottom: 20px;}
	.bot #anch01 .bot-subttl { color:#63c0ad; }
	.bot-lead { text-align: left; margin-bottom: 20px; font-size: 1.0rem; line-height: 1.7; color: #fff;  }
	.bot_list li { float: left; width: 15%; margin-right: 2%; }
	.bot_list li:last-child { margin-right: 0px;}
	.bot-icon { text-align: center; margin-bottom: 20px;}
	.bot_list h5 { text-align: center; margin-bottom: 10px; font-size: 0.75rem;}
	.bot_list h4 { text-align: center; margin-bottom: 20px; color: #15ad7f; font-size: 18px; font-weight: bold;}

	.bot #anch02 { background: #28A7E1; padding: 2% 4%; margin-bottom: 40px;}
	.bot #anch02 h3 { color: #fff; border-bottom: 1px solid #fff; }
	.bot #anch02 h3 span { color: #fff; }
	.bot #anch02 .bot-ttl { color: #fff; }
	.bot #anch02 .bot-subttl { color:#98d0ea; }
	.bot-list02 { margin: 0 4% 2%;}
	.bot-list02 li { float: left; width: 23.5%; margin-right: 2%; }
	.bot-list02 li:nth-child(4n) { margin-right: 0px;}
	.bot-list02 li .bot-icon02 { width: 50%; margin: 0 25% 20px; }
	.bot-list02 li h4 { text-align: center; margin-bottom: 20px; color: #fff; font-size: 18px; font-weight: bold;}

	.bot #anch03 { background:#FFE33B; padding: 2% 4%; margin-bottom: 40px;}
	.bot #anch03 h3 { color: #000; border-bottom: 1px solid #e9b200; }
	.bot #anch03 h3 span { color: #e9b200; }
	.bot #anch03 .bot-subttl { color:#e9b200; }
	.bot #anch03 .check_list { margin:  0 4% 20px;;}
	.bot #anch03 .check_list li { margin-bottom: 10px; background: url("../img/bot/check_y.png") 0px 0px no-repeat; padding-left: 35px; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid#e9b200; line-height: 1.7; }
	.bot-list03 { margin: 0 4% 2%;}
	.bot-list03 li { float: left; width: 23.5%; margin-right: 2%; }
	.bot-list03 li:nth-child(4n) { margin-right: 0px;}
	.bot-list03 li .bot-icon02 { width: 50%; margin: 0 25% 20px; }
	.bot-list03 li h4 { text-align: center; margin-bottom: 20px; color: #000; font-size: 18px; font-weight: bold;}
	.bot #anch03 .bot-list02 li h4 { text-align: center; margin-bottom: 20px; color: #000; font-size: 18px; font-weight: bold;}

	.bot #anch04 { padding: 2% 0 4%; }
	.bot #anch04 .bot-ttl { color: #000; }
	.bot #anch04 .bot-subttl { color:#63c0ad; }
	.service-box { margin-bottom: 20px;}
	.service-box p { font-size: 1.1rem; margin-bottom: 20px; }
	.bot-list03 { margin: 0 4% 2%;}
	.bot-list03 li { float: left; width: 23.5%; margin-right: 2%; }
	.bot-list03 li:nth-child(4n) { margin-right: 0px;}
	.bot-list03 li .bot-icon02 { width: 80%; margin: 0 10% 20px; }
	.bot-list03 li h4 { text-align: center; margin-bottom: 20px; color: #000; font-size: 18px; font-weight: bold;}

	.bot-L { float: left; width: 24%; margin-right: 4%; }
	.bot-R { float: left; width: 72%; }
	.service-dl { margin-bottom: 20px;}
	.service-dl dt { float: left; color: #fff; text-align: center; width: 16%; font-family:'Roboto', sans-serif; font-weight:bold; font-size: 16px; height: 50px; line-height: 50px; }
	.service-dl dd { float: left; color: #fff; text-align: left; width: 80%; padding: 0 2%; font-size: 21px; font-weight:bold; height: 50px; line-height: 50px; }
	.s-dl01 dt { background: #9F0E5F; }
	.s-dl01 dd { background: #E4007F; }
	.s-dl02 dt { background: #08486e; }
	.s-dl02 dd { background: #0f6699; }
	.s-dl03 dt { background: #c66200; }
	.s-dl03 dd { background: #f5a100; }
	.bot-sub-L { float: left; width: 16%; margin-right: 4%; }
	.bot-sub-R { float: left; width: 80%; }

	.pink-list li { margin-bottom: 10px; font-size: 1.0rem; }
	.pink-list li:before { content: "●"; margin-right: 5px; color: #E4007F; }
	.navy-list li { margin-bottom: 10px; font-size: 1.0rem; }
	.navy-list li:before { content: "●"; margin-right: 5px; color: #0f6699; }

	.bot #anch05 {
		background-color: #ECECEC;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
		-webkit-background-size: 7px 7px;
		padding: 4%;
	}
	.bot #anch05 .in { background: #fff;  padding: 4%;}
	.bot #anch05 .bot-ttl { color: #000; }
	.bot #anch05 .bot-subttl { color:#c4a3a3; }
	.step-dl { margin-bottom: 20px; }
	.step-dl dt { float: left; width: 16%; background: #1E2746; color: #fff; text-align: center;  font-family:'Roboto', sans-serif; font-weight:bold; font-size: 18px; height: 50px; line-height: 50px; }
	.step-dl dd { float: left; width: 80%; background: #154963; color: #fff; text-align: left; padding: 0 2%; font-weight:bold; font-size: 21px; height: 50px; line-height: 50px; }
	.step-list { margin-bottom: 40px; }
	.step-list li { float: left; margin-right: 4%; width: 48%; }
	.step-list li img { width: 90%; margin: 0 5%; }
	.step-list li:nth-child(2n) { margin-right: 0px;}
	.step-list li h4 { text-align: center; color: #fff; background: #F8B62B; border-bottom: 2px solid #F6A828; margin-bottom: 20px; height: 45px; line-height: 45px; font-size: 18px;}

	.bot #anch06 { padding: 2% 0 4%; }
	.bot #anch06 .bot-ttl { color: #000; }
	.bot #anch06 .bot-subttl { color:#f5d076; }
	.faq-dl { margin-bottom: 20px; }
	.faq-dl dt { background:url("../img/bot/q_icon.png") 0 0 no-repeat; height: 45px; line-height: 45px; padding-left: 55px; font-size: 21px; font-weight: bold; margin-bottom: 10px;}
	.faq-dl dd { background: #f4f4f4; padding: 2%; border-radius: 6px; line-height: 1.7; }

	.bot #anch07 { padding: 2% 0 4%; }
	.bot #anch07 .bot-ttl { color: #000; }
	.bot #anch07 .bot-subttl { color:#63c0ad; }
}

/*-- second_base------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.logi_list li { width: 32%; float: left; margin-right: 2%; margin-bottom: 10px; }
	.logi_list li:nth-child(3n) { margin-right: 0px; }
	.logi_list li div { margin-bottom: 10px; }
	.logi_list li p { font-size: 0.8rem; line-height: 1.5; }
	.logi_list li h5 { font-size: 0.7rem; font-family:'Roboto', sans-serif; font-weight:bold; background: #036eb8; color: #fff; margin-bottom: 10px; padding: 1px 0px; text-align: center; }
	
	.ex_list li { background: #f4f4f4; padding: 15px; margin-bottom: 10px; border: 1px solid #dedede; }
	.ex_list li dl { margin-bottom: 5px;}
	.ex_list li dl dt { background: #333; color: #fff; float: left; padding: 1px 10px; font-size: 0.7rem; }
	.ex_list li dl dd { background: #036eb8; color: #fff; float: left; padding: 1px 10px; font-size: 0.7rem; }
	.ex_list li p { font-size: 1.0rem; margin-bottom: 0px; font-weight: bold; }
}
@media screen and (min-width: 768px) {
	.logi_list li { width: 180px; float: left; margin-right: 20px; margin-bottom: 20px; }
	.logi_list li div { margin-bottom: 10px; }
	.logi_list li p { font-size: 0.8rem; line-height: 1.5; }
	.logi_list li h5 { font-size: 0.7rem; font-family:'Roboto', sans-serif; font-weight:bold; background: #036eb8; color: #fff; margin-bottom: 10px; padding: 1px 0px; text-align: center; }
	
	.ex_list li { background: #f4f4f4; padding: 15px; margin-bottom: 10px; border: 1px solid #dedede; }
	.ex_list li dl { margin-bottom: 5px;}
	.ex_list li dl dt { background: #333; color: #fff; float: left; padding: 1px 10px; font-size: 0.8rem; }
	.ex_list li dl dd { background: #036eb8; color: #fff; float: left; padding: 1px 10px; font-size: 0.8rem; }
	.ex_list li p { font-size: 1.1rem; margin-bottom: 0px; font-weight: bold; }
}
@media screen and (min-width: 1400px) {
	.ex_list li dl { float: left; margin-right: 20px; }
	.ex_list li p { float: left; }
}

/*-- フローテーブル ------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	.flow_tbl_ttl { padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #DEDEDE; }
	.flow_tbl_ttl dt { background:#e05454; color:#fff; padding:3px 20px; text-align:center; margin-bottom:10px; }
	.flow_tbl_ttl dd { font-size:18px; font-weight:bold; text-align:center; }
	
	.flow_tbl02 { margin:0 2% 40px; width:96%; }
	.flow_tbl02 th { background:#559DC3; color:#fff; vertical-align:middle; text-align:center; font-size:16px; padding:2% 0; display:block; }
	.flow_tbl02 td { padding:4%; display:block; }

	.flow_tbl02 td.posi { position:relative; margin-bottom:30px; color:#e05454; border-bottom:1px solid #b7dcf1; display:block; }	

	.flow_tbl02 th .flow_tbl02_triangle { display:none;	}
		
	.flow_tbl02 td span.flow_tbl02_triangle { 
	position:absolute;
	bottom:-10px;
	left:27%;
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 75px 0 75px;
    border-color: #559DC3 transparent transparent transparent;
    z-index: 10;
	}
	.flow_tbl02 th.f_bg01 .flow_tbl02_triangle { border-color: #b7dcf1 transparent transparent transparent; }
	.flow_tbl02 th.f_bg02 .flow_tbl02_triangle { border-color: #a3d3ec transparent transparent transparent; }
	.flow_tbl02 th.f_bg03 .flow_tbl02_triangle { border-color: #7ac1e6 transparent transparent transparent; }

}
@media screen and (min-width: 961px) {
	.flow_tbl_ttl { padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #DEDEDE; }
	.flow_tbl_ttl dt { background:#e05454; color:#fff; padding:3px 20px; float:left; }
	.flow_tbl_ttl dd { float:left; font-size:18px; font-weight:bold; margin-left:20px; }
	
	.flow_tbl02 { margin:0 2% 40px; width:96%; }
	.flow_tbl02 th { background:#0d5982; color:#fff; vertical-align:middle; text-align:center; font-size:16px; padding:4% 0; width:150px; position:relative; }
	.flow_tbl02 td { padding:4%; border-bottom:1px solid #b7dcf1; }
	.flow_tbl02 td.posi { color:#e05454; }
	
	.flow_tbl02 th.f_bg01 { background:#559DC3; }
	.flow_tbl02 th.f_bg02 { background:#3688b3; }
	.flow_tbl02 th.f_bg03 { background:#226f98; }
	.flow_tbl02 th.f_bg04 { background:#0d5982; }
	
	.flow_tbl02 th .flow_tbl02_triangle { 
	position:absolute;
	bottom:-10px;
	left:0;
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 75px 0 75px;
    border-color: #0d5982 transparent transparent transparent;
    z-index: 10;
	}
	.flow_tbl02 th.f_bg01 .flow_tbl02_triangle { border-color: #559DC3 transparent transparent transparent; }
	.flow_tbl02 th.f_bg02 .flow_tbl02_triangle { border-color: #3688b3 transparent transparent transparent; }
	.flow_tbl02 th.f_bg03 .flow_tbl02_triangle { border-color: #226f98 transparent transparent transparent; }
	.flow_tbl02 th.f_bg04 .flow_tbl02_triangle { border-color: #0d5982 transparent transparent transparent; }
}

/*--　個人情報保護方針 ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	h5.privacy_ttl { font-size:1.0rem; margin-bottom:10px; font-weight:bold; }
	.privacy dt { font-size:1.0rem; font-weight:bold; color:#212452; margin-bottom:10px; }
	.privacy dd { padding:0 1% 20px; border-bottom:#333 1px dotted; margin:0 0 20px; font-size:0.9rem; }
	.listDotted { margin-bottom:20px; }
	.listDotted li {
    list-style: inside disc;
    margin-left: 0.5em;
    text-indent: -0.5em;
    line-height: 1.4;
	}

	.tbl02 {}
	.tbl02 th { padding:2%; border:#DEDEDE 1px solid; }
	.tbl02 td { padding:2%; border:#DEDEDE 1px solid; }
}
@media screen and (min-width: 768px) {
	h5.privacy_ttl { font-size:1.1rem; margin-bottom:10px; font-weight:bold; }
	.privacy dt { font-size:1.1rem; font-weight:bold; color:#212452; margin-bottom:10px; }
	.privacy dd { padding:0 1% 20px; border-bottom:#333 1px dotted; margin:0 0 20px; font-size:0.9rem; }
	.listDotted { margin-bottom:20px; }
	.listDotted li {
    list-style: inside disc;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
	}
	
	.tbl02 {}
	.tbl02 th { padding:2%; border:#DEDEDE 1px solid; }
	.tbl02 td { padding:2%; border:#DEDEDE 1px solid; }
}

@media screen and (max-width: 767px) {	
	.top_news_list li { margin-bottom: 10px; }
	.top_news_list li dl { margin-bottom: 5px; }
	.top_news_list li dl dt { font-size: 12px; color: #fff; background: #333; border: 1px solid #333; float: left; padding: 2px 5px; width:80px; text-align: center; }
	.top_news_list li dl dd { font-size: 12px; color: #333; background: #fff; border: 1px solid #333; float: left; padding: 2px 5px; width:80px; text-align: center; }
	.top_news_list li p { font-size: 14px; }

	.tbl03 { width: 100%; }
	.tbl03 th { padding:2%; }
	.tbl03 td { padding:2%; word-break: break-word; }
}
@media screen and (min-width: 768px) {	
	.top_news_list li { margin-bottom: 10px; }
	.top_news_list li dl { float: left; margin-right: 20px; }
	.top_news_list li dl dt { font-size: 12px; color: #fff; background: #333; border: 1px solid #333; float: left; padding: 2px 5px; width:80px; text-align: center; }
	.top_news_list li dl dd { font-size: 12px; color: #333; background: #fff; border: 1px solid #333; float: left; padding: 2px 5px; width:80px; text-align: center; }
	.top_news_list li p { float: left; }

	.tbl03 { width: 70%; }
	.tbl03 th { padding:2%; }
	.tbl03 td { padding:2%; word-break: break-word; }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tbl03 { width: 100%; }
}




