@charset "UTF-8";

/** General Style Info **/

*{
	margin : 0;
	padding : 0;
}
html {
	width: 100%;
	height: 100%;
/*
	overflow-x: hidden;
*/
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 86%;
	line-height: 1.6;
	letter-spacing: 0em;
	color: #333;
	background-color: #fff;
}
br.clear {
	clear: both;
}
h5, h6, h7 {
	font-weight: normal;
	font-size: 100%;
}
h1 {
	line-height: 1;
}
h2 {
	font-size: 150%;
	line-height: 1.4;
	margin-bottom: 10px;
}
h3 {
	position: relative;
	font-size: 140%;
	line-height: 1.3;
	width: 99%;
	margin: 20px auto;
	padding: 10px;
	color: #000000;
	border-top: 3px solid #999999;
}
    
h3:before {
	font-size: 140%;
	line-height: 1.3;
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	width: 70px;
	height: inherit;
	border-top: 3px solid #007db9;
}
h4 {
	font-weight: normal;
	font-size: 130%;
	line-height: 1.2;
	margin-bottom: 5px;
}
a img{
	border: 0;
}
/**
a:link {
	color: #282ee5;
	text-decoration: underline;
}
a:visited {
	color: #282ee5;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #f00;
}
a:active {
	text-decoration: none;
	color: #f00;
}
**/
#header a:link.link_plat {
	display: none;
}
@media (min-width: 980px) {
	#header a:link.link_plat {
		display: inline-block;
		height:30px;
		font-size: 14px;
		line-height:30px;
		display: inline-block;
		padding: 0px 15px 0px 15px;
		text-decoration: none;
		color: #38f;
	}
}
#header a:link.link_blue {
	height:30px;
	font-size: 14px;
	line-height:30px;
	display: inline-block;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #fff;
	background-color: #3286f9;
}
#header a:visited.link_blue {
	text-decoration: none;
	color: #fff;
	background-color: #3286f9;
}
#header a:hover.link_blue {
	text-decoration: none;
	color: #fff;
	background-color: #c9c9c9;
}
#header a:active.link_blue {
	text-decoration: none;
	color: #fff;
	background-color: #c9c9c9;
}
#header a:link.link_tohome {
	height:30px;
	font-size: 14px;
	line-height:30px;
	display: inline-block;
	padding: 0px 85px 0px 15px;
	text-decoration: none;
	color: #38f;
}
@media (min-width: 980px) {
	#header a:link.link_tohome {
		padding: 0px 5px 0px 15px;
	}
}

a:link.formlink {
	color: #c00;
	text-decoration: none;
	font-size: 10.4px;
}
a:visited.formlink {
	color: #c00;
	text-decoration: none;
}
a:hover.formlink {
	text-decoration: underline;
	color: #c00;
}
a:active.formlink {
	text-decoration: none;
	color: #c00;
}

/** Layout **/

#header {
	width: 100%;
	min-width: 680px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}
@media (min-width: 980px) {
	#header {
		width: 980px;
	}
}

#header .ttl_menu {
	height: 70px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header .ttl_menu .logo {
	text-align: left;
	float: left;
	vertical-align: middle;
}
#header .ttl_menu .headertext {
	display: none;
}
@media (min-width: 980px) {
	#header .ttl_menu .headertext {
		display: inline-block;
		vertical-align: middle;
		color: #555;
		font-size: 17px;
		font-weight: bold;
		line-height: 1.5;
		padding-top: 10px;
	}
}
#header .ttl_menu .links {
	text-align: right;
	float: right;
	padding-top: 10px;
}

#header_sub {
	width: 100%;
	min-width: 680px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3286f9;
	color: #ffffff;
}
#header_sub .ttl {
	height: 70px;
	margin-right: auto;
	margin-left: 25px;
	padding-top: 22px;
}
@media (min-width: 980px) {
	#header_sub {
		width: 1000px;
	}
}

#content {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	clear: both;
	padding-bottom: 30px;
}
@media (min-width: 980px) {
	#content {
		width: 1000px;
	}
}

.col_main {
	width: 443px;
	float: left;
	margin-left: 25px;
}
.col_main1 {
	margin-bottom: 4px;
}
.inlinebox {
	padding: 0;
	width: 443px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-bottom: solid 1px #333;
	margin-bottom: 25px;
}
#inlinebox_ul {
	margin: 0;
	padding: 0;
	height: 130px;
	width: 460px;
	padding-right: 17px;
	overflow-y: scroll;
}
ul#inlinebox_ul li {
	list-style: none!important;
	padding: 3px;
	border-bottom: dotted 1px #bbb;
}
/**
ul#inlinebox_ul li:nth-child(even) {
	background: #fefefe
}
ul#inlinebox_ul li:nth-child(odd) {
	background: #fff;
}
**/
.col_main2 {
	border-bottom: solid 1px #333;
	padding-bottom: 3px;
}
.col_info1 {
	float: left;
	margin-bottom: 7px;
}
.col_info2 {
	float: left;
	margin-left: 10px;
	margin-bottom: 7px;
}
.col_info1 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.col_info2 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.col_3 {
	margin-top: 28px;
	border-left: solid 10px #ef8390;
	padding-left: 15px;
}
.col_4 {
	margin-top: 56px;
	border-left: solid 10px #ef8390;
	padding-left: 15px;
	line-height: 1.6;
}
.col_4_1 {
	padding-left: 15px;
	line-height: 1.6;
}
.col_under {
	display: inline-block;
	width:45%;
}

.col_left {
	width: 292px;
	float: left;
	line-height: 0;
}
.col_menu {
	margin-bottom: 5px;
}
.col_an {
	margin-bottom: 5px;
	margin:12px;
}
.col_form1 {
	margin-top: 10px;
	width: 280px;
	padding: 6px;
	color: #fff;
	background-color: #8fb5fe;
	line-height: 1.6;
}
.col_form2 {
	margin-top: 10px;
	width: 280px;
	padding: 6px;
	color: #fff;
	background-color: #88c6af;
	line-height: 1.6;
}
.col_text {
	float: left;
	color: #333;
	width: 98px;
	height: 30px;
	padding-left: 6px;
	line-height: 30px;
}
input.login {
	background-color: #fff;
	border: none;
	padding: 2px;
	border: solid 1px #666;
	width: 92px;
}
.col_submit {
	float: right;
	width: 80px;
	height: 45px;
	padding-right: 6px;
	padding-top: 15px;
}

.err_msg {
	color: #FF0000;
	font-weight: bold;
}

#footer {
	width: 100%;
	min-width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 6px;
	padding-bottom: 20px;
	text-align: left;
	color: #333;
	font-weight: lighter;
	font-size: 80%;
	line-height: 1;
}
@media (min-width: 980px) {
	#footer {
		width: 980px;
	}
}
.footer_pc {
	display: none;
}
@media (min-width: 980px) {
	.footer_pc {
		display: inline;
	}
}
.footer_mobile {
	display: inline;
}
@media (min-width: 980px) {
	.footer_mobile {
		display: none;
	}
}

/** Botton submit **/

a:link.submit {
	color: #333;
	background-color: #e0e0e0;
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #666;
	line-height: 28px;
	height: 28px;
	width: 78px;
}
a:visited.submit {
	color: #333;
	text-decoration: none;
	background-color: #e0e0e0;
	border: 1px solid #666;
}
a:hover.submit {
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	border: 1px solid #999;
}
a:active.submit {
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	border: 1px solid #999;
}
a:link.link1 {
	float: left;
	color: #333;
	text-decoration: none;
	background-color: #e0e0e0;
	display: block;
	text-align: center;
	border: 1px solid #666;
	height: 48px;
	width: 122px;
	font-size: 11px;
	line-height: 18px;
	padding-top: 12px;
	margin: 5px 8px 5px 8px;
}
a:visited.link1 {
	color: #333;
	text-decoration: none;
	background-color: #e0e0e0;
	border: 1px solid #666;
}
a:hover.link1 {
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	border: 1px solid #999;
}
a:active.link1 {
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	border: 1px solid #999;
}
a:link.link2 {
	float: left;
	color: #333;
	text-decoration: none;
	background-color: #e0e0e0;
	display: block;
	text-align: center;
	border: 1px solid #666;
	height: 48px;
	width: 81px;
	font-size: 11px;
	line-height: 18px;
	padding-top: 12px;
	margin: 5px;
}
a:visited.link2 {
	color: #333;
	text-decoration: none;
	background-color: #e0e0e0;
	border: 1px solid #666;
}
a:hover.link2 {
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	border: 1px solid #999;
}
a:active.link2 {
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	border: 1px solid #999;
}

a:link.link3 {
	float: left;
	color: #333;
	text-decoration: none;
	background-color: #e0e0e0;
	display: block;
	text-align: center;
	border: 1px solid #666;
	height: 48px;
	width: 81px;
	font-size: 11px;
	line-height: 16px;
	padding-top: 12px;
	margin: 5px;
}
a:visited.link3 {
	color: #333;
	text-decoration: none;
	background-color: #e0e0e0;
	border: 1px solid #666;
}
a:hover.link3 {
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	border: 1px solid #999;
}
a:active.link3 {
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	border: 1px solid #999;
}
a:link.link4 {
	float: left;
	color: #333;
	text-decoration: none;
	background-color: #e0e0e0;
	display: block;
	text-align: center;
	border: 1px solid #666;
	height: 20px;
	width: 243px;
	font-size: 11px;
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin: 3px;
}
a:visited.link4 {
	color: #333;
	text-decoration: none;
	background-color: #e0e0e0;
	border: 1px solid #666;
}
a:hover.link4 {
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	border: 1px solid #999;
}
a:active.link4 {
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	border: 1px solid #999;
}

.ttl_1 {
	color: #555;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
	background-image: url(images/u_line.png);
	background-repeat: repeat-x;
}
.ttl_2 {
	color: #555;
	font-size: 17px;
	font-weight: bold;
	line-height: 21px;
	width: 100%;
	height: 56px;
	margin-bottom: 10px;
	background-image: url(images/u_line.png);
	background-repeat: repeat-x;
	background-position: 0px 21px;
}
.col_1 {
	margin-bottom: 1px;
}
.col_s1 {
	margin-bottom: 1px;
}
.col_s2 {
	font-size: 80%;
	margin-left: 10px;
	margin-bottom: 0.1em;
}
.col_s3 {
	margin-left: 1em;
}
.col_2 {
	width: 680px;
	background-color: #dfeeec;
	padding: 20px;
	margin-bottom: 1em;
}
.col_5 {
	text-indent: 0em;
}
.col_2 strong {
	color: #f00;
	font-weight: normal;
}
.col_6 {
	background-color: #d2ebef;
	padding: 0.5em 0.5em 0.5em 1em;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}
.col_7 {
	margin: 1em 0em 0em 1em;
}
.col_8 {
	margin-top: 1em;
	text-indent: 0em;
}
.col_9 {
	margin-top: 1em;
	text-indent: -1em;
	padding-left: 1em;
}
.col_10 {
	padding-left: 15px;
}
.dott {
	border: 2px dotted #aaa;
	width: 630px;
	vertical-align: middle;
	border-radius: 10px;
	margin-top: 1em;
}
.sol {
	border: 2px solid #38f;
	width: 630px;
	vertical-align: middle;
	border-radius: 10px;
	margin-top: 1em;
}
.sol2 {
	border: 2px solid #000;
	width: 630px;
	vertical-align: middle;
	border-radius: 10px;
	margin-top: 1em;
	padding: 10px 5px 10px 15px;
}
.col_236L {
	width: 367px;
	margin-bottom: 1em;
	float: left;
}
.col_236R {
	width: 367px;
	margin-bottom: 1em;
	float: right;
}
.menu-t150 {
	width: 150px;
	float: right;
	margin-bottom: 10px;
}
.menu-t150_0 {
	width: 150px;
	float: right;
}
.menu-t292 {
	width: 292px;
	float: right;
	margin-bottom: 10px;
}
.blu {
	color: #03f;
}
.red {
	color: #f00;
}


ol.deci {
	margin: 0;
	list-style-type: none;
	text-indent: -1em;
	padding-left: 2em;
}
ol.deci li { }

ol.deci>li:first-child:before {content: "\2460";}
ol.deci>li:first-child+li:before {content: "\2461";}
ol.deci>li:first-child+li+li:before {content: "\2462";}
ol.deci>li:first-child+li+li+li:before {content: "\2463";}
ol.deci>li:first-child+li+li+li+li:before {content: "\2464";}
ol.deci>li:first-child+li+li+li+li+li:before {content: "\2465";}
ol.deci>li:first-child+li+li+li+li+li+li:before {content: "\2466";}
ol.deci>li:first-child+li+li+li+li+li+li+li:before {content: "\2467";}
ol.deci>li:first-child+li+li+li+li+li+li+li+li:before {content: "\2468";}
ol.deci>li:first-child+li+li+li+li+li+li+li+li+li:before {content: "\2469";}

ul.disc , ul.disc1 {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0em;
	padding-left: 1em;
}
ul.disc1 li {
	font-size: 94%;
	line-height: 1.6;
}
ul.disc2 {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0em;
	padding-left: 2em;
	margin-bottom: 1em;
}

ul.disc2square {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0em;
	padding-left: 1em;
	margin-bottom: 1em;
}
ul.disc2square li:before {
	content: '■'
}

ul.disc3 {
	list-style-type: none;
	text-indent: -1em;
	padding-left: 3em;
	padding-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
ul.disc3 li:before {content: "\203B";}
ul.disc3 li {
	font-size: 94%;
	line-height: 1.6;
}
ul.disc4 {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0em;
	padding-left: 3em;
	margin-top: 0.5em;
}
ul.disc5 {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0em;
	padding-left: 2em;
}
ul.disc , ul.disc6 {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0em;
	padding-left: 2em;
}
ul.disc6 li {
	font-size: 94%;
	line-height: 1.6;

}
ul.none {
	list-style-type: none;
	text-indent: -3.8em;
	padding-left: 3.5em;
	padding-top: 1em;
}
ul.plan {
	list-style-type: none;
	text-indent: -5.5em;
	padding-left: 5.5em;
}
ul.plan li span {
	color: #fff;
	background-color: #6a94c7;
	font-weight: normal;
	padding: 0 0.5em;
}

ol.terms {
	list-style-type: none;
	text-indent: -2em;
	padding-left: 3em;
}
ol.terms span {
	padding-left: -1em;
	padding-right: 1em;
}
ol.terms li {
	padding-bottom: 0.5em;
}
ol.terms_c {
	list-style-type: none;
	text-indent: 0em;
	padding-left: 1em;
}
ol.terms_c li {
	padding-bottom: 0.2em;
}
ol.policy {
	list-style-type: none;
	text-indent: -2.5em;
	padding-left: 4em;
}
ol.policy span {
	padding-left: -1em;
	padding-right: 1em;
}
ol.policy li {
	padding-bottom: 0.5em;
}
/* Tables */

table.inquiry {
	border-collapse: collapse;
	text-align: left;
	text-indent: 0em;
	width: 640px;
}
table.inquiry th {
	border: 1px solid #444;
	text-align: left;
	word-wrap: break-word;
	background-color: #C7C7C7;
	padding: 0.5em 1em 0.5em 1em;
	width: 270px;
}
table.inquiry td {
	border: 1px solid #444;
	text-align: left;
	word-wrap: break-word;
	padding: 0.5em 1em 0.5em 1em;
	width: 370px;
}
table.inquiry textarea {
	height: 250px;
	width: 350px;
}
table.terms {
	border-collapse: collapse;
	text-align: center;
	text-indent: 0em;
	width: 620px;
}
table.terms th {
	border: 1px solid #444;
	text-align: center;
	word-wrap: break-word;
	background-color: #C7C7C7;
	padding: 0.5em 1em 0.5em 1em;
	width: 280px;
}
table.terms td {
	border: 1px solid #444;
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
	padding: 0.5em 1em 0.5em 1em;
	width: 340px;
}

table.standard {
	border-collapse: collapse;
	text-align: left;
	text-indent: 0em;
	width: 640px;
}
table.standard th {
	border: 1px solid #444;
	text-align: center;
	word-wrap: break-word;
	padding: 0.5em 1em 0.5em 1em;
}
table.standard td {
	border: 1px solid #444;
	text-align: left;
	word-wrap: break-word;
	padding: 0.5em 1em 0.5em 1em;
}

a:link.s_text {
	display: inline-block;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	color: #38f;
}
a:visited.s_text {
	text-decoration: none;
	color: #38f;
}
a:hover.s_text {
	text-decoration: none;
	color: #38f;
}
a:active.s_text {
	text-decoration: none;
	color: #fff;
}

a:link.s_normal {
	height:30px;
	display: inline-block;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	color: #38f;
}
a:visited.s_normal {
	text-decoration: none;
	color: #38f;
}
a:hover.s_normal {
	text-decoration: none;
	color: #38f;
}
a:active.s_normal {
	text-decoration: none;
	color: #fff;
}
a:link.s_normal2 {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #38f;
}
a:visited.s_normal2 {
	text-decoration: none;
	color: #38f;
}
a:hover.s_normal2 {
	text-decoration: none;
	color: #38f;
}
a:active.s_normal2 {
	text-decoration: none;
	color: #fff;
}
a:link.s_blue {
	height:30px;
	line-height:30px;
	display: inline-block;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	color: #fff;
	background-color: #3286f9;
}
a:visited.s_blue {
	text-decoration: none;
	color: #fff;
	background-color: #3286f9;
}
a:hover.s_blue {
	text-decoration: none;
	color: #fff;
	background-color: #c9c9c9;
}
a:active.s_blue {
	text-decoration: none;
	color: #fff;
	background-color: #c9c9c9;
}
.ttl_s1 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	width: 100%;
	height: 35px;
	margin-left: 10px;
	margin-top:  10px;
	margin-bottom: 10px;
}
.ttl_s2L {
	color: #38f;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	width: 100%;
	height: 35px;
	margin-bottom: 3px;
	background-repeat: repeat-x;
	text-align: left;
}
.ttl_s2R {
	color: #38f;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	width: 100%;
	height: 35px;
	margin-bottom: 3px;
	background-repeat: repeat-x;
	text-align: right;
}
.ttl_s2LB {
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	width: 100%;
	height: 35px;
	margin-bottom: 3px;
	background-repeat: repeat-x;
	text-align: left;
}
.ttl_s2RB {
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	width: 100%;
	height: 35px;
	margin-bottom: 3px;
	background-repeat: repeat-x;
	text-align: right;
}

.btn_s {
	height:30px;
	font-size: 14px;
	padding: 0px 15px 0px 15px;
	color: #fff;
	background-color: #3286f9;
	border: 1px solid #3286f9;
	cursor: pointer;
}
.btn_s:hover{
	background-color: #c9c9c9;
	border: 1px solid #c9c9c9;
}

.col_main677 {
	width: 650px;
	min-height: 880px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	clear: right;
}
.col_430L {
	width: 415px;
	margin-bottom: 1em;
	margin-right: 5px;
	float: left;
}
.col_240R {
	width: 225px;
	margin-bottom: 1em;
	float: right;
}
.col_240L {
	width: 225px;
	margin-bottom: 1em;
	margin-right: 5px;
	float: left;
}
.col_430R {
	width: 415px;
	margin-bottom: 1em;
	float: right;
}
.col_160L {
	width: 145px;
	margin-bottom: 1em;
	margin-right: 5px;
	float: left;
}
.col_510R {
	width: 495px;
	margin-bottom: 1em;
	float: right;
}
.col_365L {
	width: 320px;
	margin-bottom: 1em;
	margin-right: 5px;
	float: left;
}
.col_365R {
	width: 320px;
	margin-bottom: 1em;
	float: right;
}
.col_365L {
	width: 320px;
	margin-bottom: 1em;
	margin-right: 5px;
	float: left;
}
.col_365R {
	width: 320px;
	margin-bottom: 1em;
	float: right;
}
.footer_email {
	text-align: right;
	margin-right: 320px;
	float: right;
}
.footer_email_mobile {
	text-align: right;
	margin-right: 360px;
	float: right;
}

/** images **/
.image_logo {
	width: 223px;
	height: 60px;
	vertical-align:middle;
}
.image_tohome {
	width: 50px;
	height: 50px;
	vertical-align:middle;
}
.image_s {
	max-width: 100%;
	height: auto;
}


/* menu */
.menu-t {
	display: none;
}
.menu-h {
	display: block;
}
@media (min-width: 980px) {
	.menu-t {
		display: block;
		width: 292px;
		float: right;
		line-height: 0;
	}
	.menu-h {
		display: none;
	}
}

/* menu-tbl */
table.link_menu {
	vertical-align: middle;
	border-collapse: collapse;
	text-align: left;
	text-indent: 0em;
}
table.link_menu td {
	border: 1px solid #444;
	text-align: left;
	height: 25px;
	word-wrap: break-word;
}
table.link_menu td.menu_head {
	background-color: #3286f9;
	color: #ffffff;
	padding: 0.5em 1em 0.5em 1em;
}

table.link_menu a:link {
	height:30px;
	font-size: 14px;
	line-height:30px;
	display: inline-block;
	text-decoration: none;
	color: #38f;
}
table.link_menu a:visited {
	text-decoration: none;
	color: #38f;
}
table.link_menu a:hover {
	text-decoration: none;
	color: #38f;
}
table.link_menu a:active {
	text-decoration: none;
	color: #fff;
}

table.link_menu td.layer1 {
	background-color: #ffffff;
	color: #3286f9;
	padding: 0.5em 1em 0.5em 1em;
}
table.link_menu td.layer2 {
	background-color: #ffffff;
	color: #3286f9;
	padding: 0.5em 1em 0.5em 2em;
}
table.link_menu td.layer3 {
	background-color: #ffffff;
	color: #3286f9;
	padding: 0.5em 1em 0.5em 3em;
}

table.link_menu td.layer3 a {
	font-size: 90%;
}

table.link_menu2 {
	vertical-align: middle;
	border-collapse: collapse;
	text-align: center;
	padding-left: 1em;
	text-indent: 0em;
	margin-top: 1em;
}
table.link_menu2 td {
	border: none;
	padding: 0.5em 1em 0.5em 1em;
	text-align: left;
	height: 25px;
}


/* menu-ham */
.menu-btn {
    position: fixed;
    top: 0px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #ffffff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
.menu-btn p {
    color: black;
    margin-top: 3em;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(0, 0, 0, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #ffffff;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #000000;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#000000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

#faq {
}
#faq dt {
    margin-bottom: 1em;
    text-indent: -25px;
    padding-left: 30px;
    padding-right: 10px;
}
#faq dt:before {
    content: "Q.";
    margin-right: 12px;
    text-indent: -8px;
}
#faq dd {
    margin-bottom: 1em;
    text-indent: -25px;
    padding-left: 30px;
    padding-right: 10px;
}
#faq dd:before {
    content: "A.";
    margin-right: 12px;
    text-indent: -8px;
}
