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

* {
	margin: 0;
	padding: 0;
}
html {
	line-height: 1.4;
}
body {
	overflow-x: hidden;
	font-size: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	position: relative;/*background-attachment: fixed;
	background-image: url(../img/bg_01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: cover;*/
}



.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: serif;
	font-size: 1em;
	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: serif;
	font-size: 1em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	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: 250em;
	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%;
}

222{
	text-align: left;
  }


img {
	vertical-align: bottom;
}
.bg1 {
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/catch_01.webp);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg2 {
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/catch_02.webp);
	background-repeat: no-repeat;
	background-position: center top;
}
.wp_bg01 {
	background-image: url(../img/bg_con.jpg);
}
.wp_bg02 {
	background-image: url(../img/bg_sp.jpg);
}
.wp_bg03 {
	background-image: url(../img/bg_tui.jpg);
}
.wp_bg04 {
	background-image: url(../img/bg_01.jpg);
}
.wp_bg05 {
	background-image: url(../img/bg_02.jpg);
}
.wp_bg06 {
	background-image: url(../img/bg_03.jpg);
}
.wp_bg07 {
	background-image: url(../img/bg_09.jpg);
}
.wp_bg08 {
	background-image: url(../img/bg_05.jpg);
}
.wp_bg09 {
	background-image: url(../img/bg_han.jpg);
}
.wp_bg10 {
	background-image: url(../img/bg_06.jpg);
}
.wp_bg11 {
	background-image: url(../img/bg_07.jpg);
}
.wp_bg12 {
	background-image: url(../img/bg_08.jpg);
}

.wp_bg22 {
	background-image: url(../img/bg_22.jpg);
}

.wp_bg23 {
	background-image: url(../img/bg_23.jpg);
}

.wp_bg24 {
	background-image: url(../img/bg_24.jpg);
}

.wp_bg01, .wp_bg02, .wp_bg03, .wp_bg04, .wp_bg05, .wp_bg06, .wp_bg07, .wp_bg08, .wp_bg09, .wp_bg10, .wp_bg11, .wp_bg12 {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
}
 @media screen and (max-width: 768px) {
.wp_bg01, .wp_bg02, .wp_bg03, .wp_bg04, .wp_bg05, .wp_bg06, .wp_bg07, .wp_bg08, .wp_bg09, .wp_bg10, .wp_bg11, .wp_bg12 {
	background-image: none;
}
}
.wrapper {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.contents {
	padding: 0px;
	text-align: left;
	max-width: 980px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}
.contents > p {
	padding: 0 60px;
	max-height: 999999px;
	margin: 5px 0;
	line-height: 1.6;
}
.no-pad {
	padding: 0;
}
.wrap_intro {
	background-color: #600;
	color: #FFF;
	border-right: none;
	border-left: none;
	padding: 30px 0;
	background-attachment: fixed;
	background-image: url(../img/bg_ono.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: cover;
}
.wrap_sp_toku {
	background-color: #000;
	background-attachment: fixed;
	background-image: url(../img/bg_tokuten.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: cover;
}
 @media screen and (max-width: 768px) {
.wrap_intro {
	padding: 10px 0;
}
}
.con_intro {
	background-color: #400;
	padding: 40px 0;
	color: #FFF;
}
.hanbai_wrap {
	background-image: url(../img/bg_han.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	background-color: #E2CE1D;
}
.hanbai_con {
}



.hanbai2_wrap {
	background-image: url(../img/bg_han.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	background-color: #E2CE1D;
}
.hanbai2_con {
}


.wrapper_jisseki {
	background-attachment: fixed;
	background-image: url(../img/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: -3px;
}
.con_jisseki {
	background-color: transparent;
}
.wrapper_monita {
	background-attachment: fixed;
	background-image: url(../img/bg_05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: -10px;
}
.con_monita {
	background-color: transparent;
}
.wrapper_itiniti {
	background-attachment: fixed;
	background-image: url(../img/bg_07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: -10px;
}
.con_itiniti {
	background-color: transparent;
}
.wrapper_blt {
	background-attachment: fixed;
	background-image: url(../img/bg_06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: -10px;
}
.con_blt {
	color: #FFF;
	border: 2px solid #d3c081;
	border-bottom: none;
	border-top: none;
	background-image: url(../img/blt_bg.jpg);
}
.blt_waku {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border: 3px solid #d3c081;
	padding: 26px;
	background-color: #FFF;
	color: #000;
}
.blt_waku > p {
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
}
.blt_waku h2 {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-weight: bold;
}
.blt_waku table tr td {
	padding-top: 10px;
}
.blt_line {
	width: 100%;
	background-color: #FFF;
	height: 2px;
	display: block;
	margin: 10px auto 20px;
}
.tokuten_waku {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border: 4px solid #d3c081;
	padding: 26px;
	background-color: #600;
}
.tokuten_waku_inner {
	width: 100%;
	padding: 20px;
	background-color: #fff;
}
 @media screen and (max-width: 768px) {
.blt_waku {
	padding: 14px;
}
.blt_waku h2 {
	font-size: 16px;
}
.blt_waku > p {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 17px;
	border-bottom: none;
}
.blt_waku table tr td {
	padding-top: 5px;
}
.blt_waku table tr th img {
	width: 40px;
}
.tokuten_waku {
	padding: 10px;
	font-size: 16px;
}
}
.wrapper_step {
	background-attachment: fixed;
	background-image: url(../img/bg_06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: -10px;
}
.con_step {
	color: #FFF;
	border-bottom: none;
	border-top: none;
	background-color: #F90;
}
.step_waku {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 26px;
	background-color: #FFF;
	color: #000;
}
.step_waku > p {
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
}
.step_waku h2 {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-weight: bold;
}
 @media screen and (max-width: 768px) {
.step_waku {
	padding: 14px;
}
.step_waku > p {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 17px;
	border-bottom: none;
}
}
.wrapper_rmap {
	background-attachment: fixed;
	background-image: url(../img/bg_06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: -10px;
}
.con_rmap {
	color: #FFF;
	border-bottom: none;
	border-top: none;
	background-color: #CCC;
}
.con_rmap_contents {
	background-color: #960019;
	color: #FFF;
	border-bottom: none;
	border-top: none;
	background-repeat: repeat;

}
.con_rmap_sp {
	background-image: url(../img/sp_bg_02.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.con_rmap_gentei {
	color: #FFF;
	border-bottom: none;
	border-top: none;
	background-color: #C00;
	background-image: url(../img/rmap_bg.webp);
	background-repeat: repeat;
}
.rmap_waku {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 26px;
	background-color: #FFF;
	color: #000;
}
.rmap_waku > p {
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
}
.rmap_waku h2 {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-weight: bold;
}
.con_gentoku {
	max-width: 900px;
	color: #FFF;
	border-bottom: none;
	border-top: none;
	background-color: #600;
	background-image: url(../img/gentoku_bg.jpg);
	background-repeat: repeat;
	background-size: contain;
	padding: 40px;
	background-position: center top;
}
.gentoku_waku {
	width: 100%;
	margin: 0 auto;
	padding: 26px;
	background-color: #FFF;
	color: #000;
}
.gentoku_waku > p {
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
}
.gentoku_waku h2 {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-weight: bold;
}
 @media screen and (max-width: 768px) {
.rmap_waku {
	padding: 14px;
	background-color: #FFF;
	background-image: none;
}
.rmap_waku > p {
	margin: 0;
	padding: 0;
	line-height: 2;
	font-size: 16px;
	border-bottom: none;
}
.con_gentoku {
	padding: 20px 0;
}
.gentoku_waku {
	padding: 14px;
}
.gentoku_waku > p {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 17px;
	border-bottom: none;
}
.gentoku_smpad {
	display: block;
	height: 14px;
}
}
.wrapper_tokuten {
	background-attachment: fixed;
	background-image: url(../img/toku_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.con_tokuten {
	width: 100%;
	margin: 0 auto;
	border: 10px solid #d3c081;
	background-color: rgba(40,0,0,0.9);
	box-shadow: 0 0 6px #999999;
	color: #FFF;
	background-image: url(../img/toku_bg.webp)
}
.con_tokuten > p {
	margin: 3px 0;
}
.wrapper_hanbai {
	background-attachment: fixed;
	background-image: url(../img/bg_08.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: -10px;
}
.con_hanbai {
	background-color: transparent;
}
.wrapper_qa {
	background-attachment: fixed;
	background-image: url(../img/qa_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: -10px;
}
.con_qa {
	background-color: transparent;
}
.wrapper_tuishin {
	background-attachment: fixed;
	background-image: url(../img/tuishin_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: -10px;
}
.wrapper_tuishin .contents > p {
	padding: 0 60px;
	max-height: 999999px;
	margin: 3px 0;
	line-height: 1.6;
	border-bottom: 1px dotted #CCCCCC;
}
.monita {
	font-size: 28px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	padding: 5px 0;
}
.sm {
	display: none;
}
 @media screen and (max-width: 768px) {
.sm {
	display: block;
}
.monita {
	font-size: 16px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	padding: 5px 0;
	line-height: 2;
}
}
 @media screen and (max-width: 900px) {
.wrapper {
	border-left: 6px solid #E2CE1D;
	border-right: 6px solid #E2CE1D;
}

.wrapper2 {
	border-top: 6px solid #E2CE1D;
	border-left: 6px solid #E2CE1D;
	border-right: 6px solid #E2CE1D;
}

.contents {
	padding: 0 5px;
}
.contents > p {
	padding: 0 5px;
	font-size: 16px;
	margin: 0;
	line-height: 2;
}
.wrapper_tuishin .contents > p {
	padding: 0 5px;
	font-size: 16px;
	margin: 0;
	border-bottom: none;
	line-height: 2;
}
}
.mv {
	overflow: hidden;
	margin: 0 auto;
	max-width: 900px;
	max-height: 506px;
}
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 900px;
	max-height: 506px;
}
.con_monita {
	max-width: 900px;
	background-color: #ab0044;
	width: 100%;
	padding: 30px;
	margin: 0 auto 20px;
}
.con_monita2 {
	max-width: 900px;
	background-color: #fff7db;
	width: 100%;
	padding: 30px;
	margin: 0 auto 20px;
	border: 8px solid #d3c081;
	box-sizing: border-box;
	background-image: url(../img/suisen_02.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.monita_wrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 16px 40px 10px;
	border: 4px double #d3c081;
	background-color: rgba(255,255,255,1);
}
.monita_wrap2 {
	border: 4px double #d3c081;
}
.monita_wrap h2 {
	color: #000;
	font-size: 40px;
}
.monita_wrap h3 {
	color: #c00;
	line-height: 0.8;
	font-size: 26px;
}
.monita_img {
	max-width: 250px;
	width: 100%;
	float: right;
	margin: 10px 0;
}
.monita_wrap > p {
	color: #000;
	margin: 3px 0;
	line-height: 1.6;
	border-bottom: 1px dotted #CCCCCC;
}
.monita_wrap h2, .monita_wrap h3 {
	font-weight: bold;
	margin: 10px 0;
}
.monita_wrap h3 {
	margin-top: 20px;
}
 @media screen and (max-width: 767px) {
.monita_wrap {
	font-size: 16px;
	padding: 10px;
	line-height: 2;
}
.monita_wrap2 {
}
.monita_wrap > p {
	font-size: 16px;
	margin: 0;
	border-bottom: none;
	line-height: 2;
}
.con_monita {
	width: 100%;
	padding: 6px;
}
.con_monita2 {
	width: 100%;
	padding: 6px;
	font-size: 16px;
	line-height: 2;
}
.monita_wrap h2 {
	color: #000;
	font-size: 30px;
	text-align: center;
}
.monita_wrap h3 {
	color: #c00;
	line-height: 1;
	font-size: 18px;
	margin: 4px 0;
	text-align: center;
}
}
 @media screen and (max-width: 480px) {
.monita_img {
	max-width: 250px;
	width: 100%;
	float: none;
	margin: 10px auto;
}
}
.responsive {
	width: 100%;
}
.header {
	max-width: 980px;
}
.midashi {
	max-width: 940px;
}
.jisseki {
	max-width: 900px;
}
.form {
	max-width: 960px;
}
.inner_img {
	max-width: 900px;
}
.inner_img2 {
	max-width: 860px;
}
.suisen_img {
	max-width: 650px;
}
.img_600 {
	max-width: 600px;
}
.img_400 {
	max-width: 400px;
}
.douga_title {
	max-width: 650px;
}
.img_hanbai_tokuten {
	max-width: 800px;
}
.line {
	max-width: 60px;
	margin: 0 0 5px;
}
.btn_img {
	max-width: 750px;
	margin: 10px 0;
}
.img_tokushou {
	max-width: 737px;
}
.midashi_wrap {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
/*見出し*/

.midashi_bg {
	background-image: url(../img/midashi_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.midashi_tui_bg {
	background-image: url(../img/midashi_tui_bg_01.jpg);
	background-position: center top;
}
.midashi_box_bg {
	background-image: url(../img/midashi_box_bg.jpg);
	background-position: center top;
}
.midashi_box_bg2 {
	background-image: url(../img/midashi_box_bg2.jpg);
	background-position: center top;
}

.midashi_bg2 {
	background-image: url(../img/midashi_bg2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.midashi_bg3 {
	background-image: url(../img/midashi_58_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.midashi_con_bg {
	background-image: url(../img/midashi_con_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.midashi_sp_bg {
	background-image: url(../img/midashi_sp_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.midashi_sp_title {
	background-image: url(../img/midashi_sp_title_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.midashi_sp_title2 {
	background-image: url(../img/midashi_sp_title_bg2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.midashi_gentei_bg {
	background-image: url(../img/midashi_gentei_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.f_wrap {
	width: 100%;
	position: relative;
	margin: -5px auto 0;
	background-color: #000;
	padding: 10px 0 30px;
}
.form2 {
	background-color: #003;
	padding-top: 50px;
}
.pd_top {
	padding-top: 40px;
}
.pd_top2 {
	padding-top: 10px;
}
.form_01 {
	padding: 0px;
	width: 100%;
	max-width: 980px;
	display: block;
	margin: 0 auto;
}
input[type="text"] {
	width: 100%;
	max-width: 880px;
	padding: 40px 5px;
	font-size: 30px;
	border-radius: 5px;
	box-shadow: 2px 2px 0 #ccc inset;
	border-style: none;
	margin: 0 auto 10px;
}
input[name="submit"] {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
 @media screen and (max-width: 767px) {
.f_wrap {
	padding: 10px 0 15px;
}
.form2 {
	padding-top: 30px;
}
.pd_top {
	padding-top: 30px;
}
input[type="text"] {
	width: 96%;
	padding: 30px 5px;
	font-size: 16px;
}
input[name="submit"] {
	width: 96%;
}
}
.blt_wrap {
	width: 100%;
	max-width: 900px;
	margin: 0px auto 20px;
	border: 4px double #BD9C17;
	padding: 14px;
	line-height: 1.8;
}
.blt_wrap th {
	margin-top: 10px;
	padding: 14px 5px 14px 10px;
	font-size: 17px;
	max-height: 999999px;
}
.blt_wrap td {
	margin-top: 10px;
	padding: 14px 2px;
	font-size: 20px;
	font-weight: bold;
	max-height: 999999px;
	line-height: 1.6;
}
 @media screen and (max-width: 900px) {
.blt_wrap th {
	padding: 14px 5px 14px 2px;
}
.blt_wrap td {
	padding: 14px 2px;
	font-size: 17px;
}
}
.qa_wrap {
	width: 100%;
	max-width: 900px;
	margin: 0px auto 36px;
	padding: 10px;
	background-color: rgba(255,255,255,1);
}
.qa_wrap:last-child {
	margin: 0px auto;
}
.qa_header {
	width: 100%;
	max-width: 900px;
	padding: 16px 14px 10px;
	background-color: #fff;
	color: #222;
	font-size: 22px;
	font-weight: bold;
	max-height: 999999px;
	border-bottom: 1px solid #ededed;
}
.qa_con {
	width: 100%;
	max-width: 900px;
	margin-top: 4px;
	padding: 14px;
	font-size: 22px;
	max-height: 999999px;
	background-color:#ededed;
}
.qa_con table tr td p {
	margin: -1px 0 3px;
	line-height: 1.6;
}
.qa_ans {
	text-align: left;
	vertical-align: top;
	font-size: 36px;
	font-style: italic;

}
 @media screen and (max-width: 900px) {
.qa_wrap {
	margin: 0px auto 20px;
}
.qa_wrap:last-child {
	margin: 0px auto;
}
.qa_header {
	font-size: 16px;
	line-height: 2;
}
.qa_con {
	font-size: 16px;
	line-height: 2;
}
}
.koe_wrap {
	width: 100%;
	max-width: 900px;
	margin: 0px auto 20px;
	border: 5px solid #BD9C17;
	padding: 10px;
	line-height: 1.6;
}
.koe_title {
	margin: 0 auto 8px;
}
.koe_wrap::after, .koe_title::after {
	content: "";
	display: block;
	clear: both;
}
.koe_header {
	width: 26%;
	max-width: 220px;
	padding: 0px;
	float: left;
}
.koe_con {
	width: 70%;
	max-width: 610px;
	padding: 10px;
	max-height: 999999px;
	float: right;
	background-color: #f9f9f9;
	font-size: 18px;
}
.koe_header_m {
	width: 26%;
	max-width: 220px;
	padding: 0px;
	float: right;
}
.koe_con_m {
	width: 70%;
	max-width: 610px;
	padding: 10px;
	max-height: 999999px;
	float: left;
	background-color: #f9f9f9;
}
.koe_jisseki {
	max-width: 384px;
	margin: 10px 0;
}
.koe_jisseki2 {
	max-width: 317px;
	margin: 10px 0;
}
 @media screen and (max-width: 900px) {
.koe_header {
	font-size: 15px;
}
.koe_con {
	font-size: 15px;
}
.koe_header_m {
	font-size: 15px;
}
.koe_con_m {
	font-size: 15px;
}
}
.shoukai_wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	background: #5c0204;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.shoukai_inner_wrapper {
	width: 100%;
	max-width: 900px;
	margin: 0px auto 0px;
	background: #5c0204;
	border: 1px solid #FFE297;
}
.shoukai_inner {
	width: 96%;
	margin: 16px auto 16px;
	background-color: #FFF;
}
.shoukai_inner > p {
	font-size: 18px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 5px 0;
	max-height: 999999px;
	color: #000;
}
@media screen and (max-width: 900px) {
.shoukai_wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}
.shoukai_inner {
	margin: 10px auto 10px;
}
.shoukai_inner > p {
	padding-left: 8px;
	padding-right: 5px;
	font-size: 16px;
	line-height: 2;
}
}
.letter_img {
	display: block;
	height: 1px;
	width: 1px;
	visibility: visible;
	margin: 0 0 0 580px;
}
.letter_img2 {
	display: block;
	height: 1px;
	width: 1px;
	visibility: visible;
	margin: 0 0 0 540px;
}
.letter_img3 {
	display: block;
	height: 1px;
	width: 1px;
	visibility: visible;
	margin: 0 0 0 660px;
}
.letter_img3 {
	display: block;
	height: 1px;
	width: 1px;
	visibility: visible;
	margin: 0 0 0 660px;
}
.letter_img4 {
	display: block;
	height: 1px;
	width: 1px;
	visibility: visible;
	margin: 0 0 0 490px;
}
.letter_img_prf {
	display: block;
	height: 1px;
	width: 1px;
	visibility: visible;
	margin: 0 0 0 540px;
}
.letter_img_suisen {
	display: block;
	height: 1px;
	width: 1px;
	visibility: visible;
	margin: 0 0 0 440px;
}
.letter_img_suisen > img {
	max-width: 360px;
}
 @media screen and (max-width: 980px) {
.letter_img {
	display: block;
	width: 90%;
	height: auto;
	max-width: 220px;
	margin: -10px auto 10px;
	text-align: center;
}
.letter_img > img {
	width: 90%;
}
.letter_img_prf {
	display: block;
	width: 80%;
	height: auto;
	max-width: 400px;
	margin: -10px auto 10px;
}
.letter_img_prf > img {
	width: 100%;
}
.letter_img_suisen {
	display: block;
	width: 80%;
	height: auto;
	max-width: 400px;
	margin: -10px auto 10px;
}
.letter_img_suisen > img {
	width: 100%;
	margin: 0 auto;
}
.letter_img2 {
	display: block;
	width: 100%;
	height: auto;
	max-width: 260px;
	margin: -20px auto 15px;
}
.letter_img2 > img {
	width: 100%;
}
.letter_img3 {
	display: block;
	width: 100%;
	height: auto;
	max-width: 240px;
	margin: 15px auto 0;
}
.letter_img3 > img {
	width: 100%;
}
.letter_img4 {
	display: block;
	width: 100%;
	height: auto;
	max-width: 450px;
	margin: 15px auto 0;
}
.letter_img4 > img {
	width: 100%;
}
}
.img_shadow {
	box-shadow: 0 0 5px #999;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.fc_lt {
	text-decoration: line-through;
}
.fc1 {
	color: #e00;
	font-weight: bold;
}
.fc2 {
	background-color: #FFEE00;
	font-weight: bold;
	color: #000;
}
.fc3 {
	color: #e00;
	background-color: #FFEE00;
	font-weight: bold;
}
.fc4 {
	border-bottom: solid;
	border-width: 1px;
	font-weight: bold;
}
.fc5 {
	color: #e00;
	font-weight: bold;
	border-bottom: solid;
	border-width: 1px;
}
.fc6 {
	color: #00f;
	font-weight: bold;
}
.fc7 {
	color: #000;
	font-weight: bold;
}
.fc8 {
	color: #00F;
	font-weight: bold;
}
.fc9 {
	font-size: 36px;
}
 @media screen and (max-width: 900px) {
.fc9 {
	font-size: 24px;
}
}
.fc10 {
	font-size: 60px;
}
.fc11 {
	font-size: 62px;
}
 @media screen and (max-width: 900px) {
.fc11 {
	font-size: 30px;
}
}
.fc12 {
	font-size: 16px;
}
.fc_head {
	font-size: 200%
}
.fc_tr {
	text-decoration: line-through;
}
.address_wrap {
	width: 100%;
	background-color: #F60;
	margin: 10px auto 0;
	padding: 0;
}
address {
	width: 100%;
	max-width: 980px;
	line-height: 50px;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}
.bottom_navi {
	text-align: center;
}
address a {
	color: #fff;
	text-decoration: none;
}
address a:hover {
	color: #ccc;
}
.copy {
	text-align: center;
}
/*コンテンツレイアウト*/

.con_tx {
	padding-left: 80px;
}
.con_center {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
/*フォント*/

.tx_10 {
	font-size: 10px;
}
.tx_20 {
	font-size: 20px;
}
.tx_30 {
	font-size: 30px;
}
.tx_40 {
	font-size: 40px;
}
.tx_50 {
	font-size: 50px;
}
.tx_60 {
	font-size: 60px;
}
.tx_70 {
	font-size: 70px;
}
.tx_80 {
	font-size: 80px;
}
.tx_90 {
	font-size: 90px;
}
.tx_white {
	color: #fff;
}
.tx_red {
	color: #F00;
	font-weight: bold;
}
.tx_bold {
	font-weight: bold;
}
.tx_red_yb {
	color: #F00;
	font-weight: bold;
	background-color: #FF0;
}
.tx_black_yb {
	color: #000;
	font-weight: bold;
	background-color: #FF0;
}
.tx_black_ul {
	color: #000;
	border-bottom: solid 1px;
}
/*y余白*/

.mg_10 {
	margin: 10px 0;
}
.mg_20 {
	margin: 20px 0;
}
.mg_30 {
	margin: 30px 0;
}
.mg_40 {
	margin: 40px 0;
}
.mg_50 {
	margin: 50px 0;
}
.mg_60 {
	margin: 60px 0;
}
.mg_70 {
	margin: 70px 0;
}
.mg_80 {
	margin: 80px 0;
}
.mg_90 {
	margin: 90px 0;
}
.pg_10 {
	padding: 0 0 10px;
}
 @media screen and (max-width: 768px) {
.pg_10 {
	padding: 0 0 2px;
}
}
.pg_20 {
	padding: 20px 0;
}
.pg_30 {
	padding: 30px 0;
}
.pg_40 {
	padding: 40px 0;
}
.pg_50 {
	padding: 50px 0;
}
.pg_60 {
	padding: 60px 0;
}
.pg_70 {
	padding: 70px 0;
}
.pg_80 {
	padding: 80px 0;
}
.pg_90 {
	padding: 90px 0;
}
.headerArea {
	position: absolute;
	position: fixed !important;
	width: 100%;
	height: auto;
	background-color: #600;
	color: #fff;
	padding: 4px 0;
	z-index: 1;
}
.countdown_wrap {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-top: 6px;
}
.countdown {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.ctd_text {
	font-size: 28px;
	font-weight: bold;
	color: #ff0;
	text-align: center;
}
.cd_bl {
	color: #222;
}
@media screen and (max-width: 900px) {
.countdown, .ctd_text {
	font-size: 24px;
}
}
@media screen and (max-width: 654px) {
.countdown, .ctd_text {
	font-size: 16px;
}
.headerArea {
	padding: 3px 0;
}
}
@media screen and (max-width: 524px) {
.countdown, .ctd_text {
	font-size: 14px;
}
}
@media screen and (max-width: 432px) {
.countdown, .ctd_text {
	font-size: 14px;
}
}
@media screen and (max-width: 320px) {
.countdown, .ctd_text {
	font-size: 12px;
}
}
/*クリアフィックス*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*ボタンアニメーション*/
.btn_animation {
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: middle center;
	-webkit-animation-name: animation06;
	-webkit-transform: rotate(0deg);
}
 @-webkit-keyframes animation06 {
 0% {
 -webkit-transform: rotate(0deg);
 bottom: 0;
}
 50% {
 -webkit-transform: rotate(0deg);
 bottom: 0;
}
 60% {
 -webkit-transform: rotate(5deg);
 bottom: 5px;
}
 70% {
 -webkit-transform: rotate(-5deg);
}
 80% {
 -webkit-transform: rotate(4deg);
}
 90% {
 -webkit-transform: rotate(-3deg);
}
 100% {
 -webkit-transform: rotate(0deg);
}
}
/*特商法・プライバシーポリシー*/


#toku {
	margin: 0;
	padding: 0 5px;
}
.toku_wrap {
	width: 100%;
	max-width: 800px;
	background-color: #fff;
	padding: 30px 5px 0;
	margin: 10px auto 0
}
#toku h1 {
	font-size: 22px;
	font-weight: 700;
	line-height: 150%;
	text-align: left;
	margin: 0 0 30px;
	padding: 8px 0 5px;
	color: #fff;
	background-color: #0086be;
	text-align: center;
}
#toku th {
	font-size: 13px;
	font-weight: 700;
	line-height: 170%;
	text-align: left;
	padding: 9px 15px;
	color: #333;
	border-top: 1px solid #ccc;
	text-align: center
}
.ths {
	width: 20%;
	text-align: left;
	padding: 3px 10px;
	color: #fff;
	background-color: #000;
	border: 1px solid #ccc
}
#toku td {
	font-size: 13px;
	line-height: 170%;
	text-align: left;
	padding: 9pt 15px;
	border-top: 1px solid #ccc;
	width: 80%;
	border-left: none
}
.td {
	padding: 10px;
	text-align: left;
	color: #333;
	font-size: 100%;
	background-color: #fff;
	border: 1px solid #ccc
}
table.company {
	width: 100%;
	border-top: 1px solid #00759c;
	font-size: 14px;
	margin-bottom: 60px
}
.company th {
	background-color: #f0f0f0;
	border-bottom: 1px solid #d9d9d9;
	padding: 8px 15px;
	text-align: center;
	vertical-align: top
}
.company td {
	border-bottom: 1px solid #eee
}
#privacy {
	margin: 0;
	padding: 0;
}
.privacy_wrap {
	width: 100%;
	max-width: 800px;
	background-color: #fff;
	padding: 30px 15px 0;
	margin: 10px auto 0
}
#privacy h1 {
	font-size: 22px;
	font-weight: 700;
	line-height: 150%;
	text-align: left;
	margin: 0 0 30px;
	padding: 8px 0 5px;
	color: #fff;
	background-color: #0086be;
	text-align: center;
}
#privacy p {
	font-size: 14px;
	line-height: 1.5;
}
#privacy h2 {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-left: 0;
	text-align: left;
	border-left: 4px solid #099;
	padding-left: 8px;
	line-height: 1.3;
	margin: 18px 0;
	color: #099;
}
#privacy h3 {
	font-size: 1pc;
	margin-bottom: 8px;
	line-height: 1.4
}
#privacy ol, #privacy ul {
	margin-top: 0;
	font-size: 14px;
	padding-left: 20px;
}
.page-back {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.page-back img {
	width: 60%;
}
.matome_pc {
	display: block;
}
.matome_sm {
	display: none;
}
 @media screen and (max-width: 768px) {
.page-back img {
	width: 35%;
}
.page-back {
	bottom: 10px;
	right: 10px;
}
.matome_pc {
	display: none;
}
.matome_sm {
	display: block;
	width: 80%;
	max-width: 400px;
}
}
.under_line {
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin: 10px auto 10px;
}
.fm_wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 16px;
	background-color: #FFF;
	padding: 10px 20px;
	border: 1px solid #999;
	box-sizing: border-box;
}
.fm_table {
	width: 100%;
	overflow: hidden;
	padding: 2px 0;
	border-bottom: 1px dotted #999;
}
.fm_table_title {
	width: 100%;
	max-width: 160px;
	padding: 16px 0;
	vertical-align: middle;
	float: left;
	text-align: center;
	font-weight: bold;
	background-color: #063;
	color: #FFF;
}
.fm_table_title2 {
	width: 100%;
	max-width: 160px;
	line-height: 80px;
	padding: 16px 0;
	vertical-align: middle;
	float: left;
	text-align: center;
	font-weight: bold;
	background-color: #063;
	color: #FFF;
}
.fm_table_con {
	float: left;
	margin-left: 15px;
	padding-top: 2px;
}
.con_one {
	padding-top: 16px;
}
.con_two {
	padding: 16px 0;
}
.pc {
	display: block;
}
 @media screen and (max-width: 768px) {
.pc {
	display: none;
}
.fm_wrap {
	padding: 6px 12px;
}
.fm_table {
	padding: 4px 0;
	border-bottom: none;
}
.fm_table_title {
	width: 100%;
	max-width: 100%;
	padding: 8px 0;
	color: #000;
	vertical-align: middle;
	float: none;
	text-align: center;
	font-size: 15px;
	background-color: #063;
	color: #FFF;
}
.fm_table_title2 {
	background-color: #063;
	color: #FFF;
}
.fm_table_con {
	width: 100%;
	float: none;
	word-break: break-all;
	margin-left: 0px;
	margin-top: 10px;
	font-size: 15px;
	text-align: center;
}
.con_one {
	padding: 2px 0;
}
.con_two {
	padding: 2px 0;
}
.fm_table_title2 {
	line-height: 1.4;
}






}




/*20200408追加*/

.con_bltadd {
	color: #FFF;
	border-bottom: none;
	border-top: none;
	background-color: #600;
	background-image: url(../img/bltadd_bg_02.jpg);
	padding:30px 0;
}
.bltadd_waku {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 26px;
	background-color: #FFF;
	color: #000;
	border: 6px double #C93;
}
.bltadd_waku > p {
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
}
.bltadd_waku h2 {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-weight: bold;
}
 @media screen and (max-width: 768px) {
.con_bltadd {
	padding:14px 0;
}
.bltadd_waku {
	padding: 14px;
	background-color: #FFF;
	background-image: none;
	
}
.bltadd_waku > p {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 17px;
	border-bottom: none;



}








video {
	width: 100%;
	max-width: 400px; /* 最大でも400px以下に */
	max-height: 220px;
	background-color: white;
  }

}




.con_add {
	color: #FFF;
	border-bottom: none;
	border-top: none;
	background-color: #600;
	background-image: url(../img/bltadd_bg_022.jpg);
	padding:30px 0;
}


@media screen and (max-width: 768px) {
	.con_add {
		padding:7px 7px;
	}
	.bltadd_waku {
		padding: 7px;
		background-color: #FFF;
		background-image: none;
		
	}
	.bltadd_waku > p {
		margin: 0;
		padding: 0;
		line-height: 1.6;
		font-size: 17px;
		border-bottom: none;
	
	
	
	}



	.btn6 {
		cursor: pointer;
	  }
	  .content {
		display: none;
	  }



	  

	  .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;
		font-size: 16px;
		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: serif;
		font-size: 1em;
		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;
		font-size: 16px;
		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: serif;
		font-size: 1.5em;
		position: absolute;
		margin: 0.4em 0 0 -1em;
		padding: 0;
		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: 250em;
		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%;
	}


