@charset "utf-8";

/*====================================================================
   スタイルシート
====================================================================*/

* {
	box-sizing: border-box;
}

body {
	font-family: "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	letter-spacing: .025em;
	line-height: 1.8;
	word-break: break-all;
	margin: 0;
	min-width: 320px;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(66, 200, 200, .03), rgba(33, 116, 209, 1.5)) fixed;
	background-size: cover;
}

.main-img {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	font-size: 100%;
	text-align: center;
	background-color: #EAEAEA;
	border: 0px solid #AAAAAA;
}

.main-img h1 {
	width: 1000px;
	line-height: 1.0;
	padding: 0.8em 0em 0em 0em;
	margin: 0em auto;
}

@media screen and (min-width: 1025px) {/*====== 1025px以上の画面サイズの時の画像サイズを決める =======*/
	.main-img h1 {
		width: 1000px;
	}
}

@media screen and (max-width: 1024px) {
	.main-img h1 {
		width: 95%;
	}
}

.bold-txt {
	font-size: 125%;
	line-height: 1.8;
	font-weight: 900;
}


h2 {
	width: 100%;
	line-height: 1.0;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

marquee {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 70%;
	line-height: 1.5;
	color: #1E90FF;
}

.kakaku-box {
	width: 950px;
	padding: 20px 20px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 2px solid #4169E1;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

@media screen and (max-width: 1024px) {
	.kakaku-box {
		width: 95%;
	}
}


.content_box {
	width: 1000px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 0px solid #AAAAAA;
}

.content_box h3 {
	color: #FF0000;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: .05em;
	padding: 12px 20px 8px 20px;
	margin: 0px auto;
	text-align: center;
	background: no-repeat left/100% url("../images/h2-img.png");
	border-top: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
}

@media screen and (max-width: 1024px) {
	.content_box {
		width: 95%;
	}
}

@media screen and (max-width: 1024px) {
	.content_box h3 {
		font-size: 23px;
	}
}


/*====================================================================
　　　　　　※よくある質問
====================================================================*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: "メイリオ", Meiryo;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: "メイリオ", Meiryo;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	color: #FF0000;
	font-weight: bold;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}



/*====================================================================
   スペース確保
====================================================================*/
.space10 {
	height: 10px;
}

.space20 {
	height: 20px;
}

.space30 {
	height: 30px;
}

.space50 {
	height: 50px;
}


/*====================================================================
   １行目左インデント （字下げ）、（ぶら下げインデント）
====================================================================*/
.burasage {
	margin-left: 1.4em;
	text-indent: -1.5em;
}

.burasage2 {
	margin-left: 3.2em;
	text-indent: -2.0em;
}

.burasage10 {
	margin-left: 10.2em;
	text-indent: -10.2em;
}



/*====================================================================
　　　アンダー　メニュー　エリア
====================================================================*/
.undermap {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px auto 0px auto;
	background-color: #3b8ce7;
	padding: 10px 0;
	position: relative;
}

.undermap a {
	color: #FFFFFF;
	text-decoration: none;
	transition-duration: 0s;
}

.undermap a:hover {
	color: #FF6347;
	opacity: .9;
}

@media screen and (max-width: 1024px) {
	.undermap {
		font-size: 12px;
	}
}




/*====================================================================
footer
====================================================================*/

footer {
	background-color: #FFFFFF;
	padding: 10px 0;
	position: relative;
	margin: 10 auto;
	border-top: 1px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
}

footer .footer_title {
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #666666;
	text-align: center;
	margin: 0 auto;
}

footer .site-info {
	color: #666666;
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-align: center;
	font-size: 12px;
	margin: 0;
}

footer .site-info a {
	color: #666666;
	text-decoration: none;
	transition-duration: 0.3s;
}

footer .site-info a:hover {
	opacity: .9;
}

@media screen and (max-width: 1024px) {
	footer .footer_title {
		font-size: 16px;
	}
}

@media screen and (max-width: 1024px) {
	footer .site-info {
		font-size: 10px;
	}
}




