@charset 'UTF-8';
/* CSS Document */
div.inner {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 768px) {
div.inner {
	box-sizing: border-box;
	width: 100%;
	min-width: 100%;
	padding: 0 1em;
}
}
img {
	max-width: 100%;
	height: auto;
}
a:focus, *:focus {
	outline: none;
}
.nowrap {
	white-space: nowrap;
}
.alert {
	color: #ff100a;
}
.default-block {
	display: block;
}
.default-inline-block {
	display: inline-block;
}
.responsive-block {
	display: none;
}
.responsive-inline-block {
	display: none;
}
@media only screen and (max-width: 768px) {
.default-block {
	display: none;
}
.default-inline-block {
	display: none;
}
.responsive-block {
	display: block;
}
.responsive-inline-block {
	display: inline-block;
}
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
a[href^="tel:"] {
	pointer-events: auto;
	/* color: #023156; */
	text-decoration: underline;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ setting */
.fl {
	float: left;
}
.fr {
	float: right;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.vt {
	vertical-align: top;
}
.vm {
	vertical-align: middle;
}
.vb {
	vertical-align: bottom;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* rem か point */
/* .fs1 { font-size: 0.8rem !important; }
.fs2 { font-size: 1.0rem !important; }
.fs3 { font-size: 1.2rem !important; }
.fs4 { font-size: 1.3rem !important; }
.fs5 { font-size: 1.4rem !important; }
.fs6 { font-size: 1.8rem !important; }
.fs7 { font-size: 2.4rem !important; }
.fs8 { font-size: 3.6rem !important; }
.fs9 { font-size: 4.8rem !important; } */
/* rem */
.fs10 {
	font-size: 1.0rem !important;
}
.fs11 {
	font-size: 1.1rem !important;
}
.fs12 {
	font-size: 1.2rem !important;
}
.fs13 {
	font-size: 1.3rem !important;
}
.fs14 {
	font-size: 1.4rem !important;
}
.fs15 {
	font-size: 1.5rem !important;
}
.fs16 {
	font-size: 1.6rem !important;
}
.fs17 {
	font-size: 1.7rem !important;
}
.fs18 {
	font-size: 1.8rem !important;
}
.fs19 {
	font-size: 1.9rem !important;
}
.fs20 {
	font-size: 2.0rem !important;
}
.fs21 {
	font-size: 2.1rem !important;
}
.fs22 {
	font-size: 2.2rem !important;
}
.fs23 {
	font-size: 2.3rem !important;
}
.fs24 {
	font-size: 2.4rem !important;
}
.fs25 {
	font-size: 2.5rem !important;
}
.fs26 {
	font-size: 2.6rem !important;
}
.fs27 {
	font-size: 2.7rem !important;
}
.fs28 {
	font-size: 2.8rem !important;
}
.fs29 {
	font-size: 2.9rem !important;
}
.fs30 {
	font-size: 3.0rem !important;
}
 @media only screen and (max-width: 768px) {
.resp_fs10 {
	font-size: 1.0rem !important;
}
.resp_fs11 {
	font-size: 1.1rem !important;
}
.resp_fs12 {
	font-size: 1.2rem !important;
}
.resp_fs13 {
	font-size: 1.3rem !important;
}
.resp_fs14 {
	font-size: 1.4rem !important;
}
.resp_fs15 {
	font-size: 1.5rem !important;
}
.resp_fs16 {
	font-size: 1.6rem !important;
}
.resp_fs17 {
	font-size: 1.7rem !important;
}
.resp_fs18 {
	font-size: 1.8rem !important;
}
.resp_fs19 {
	font-size: 1.9rem !important;
}
.resp_fs20 {
	font-size: 2.0rem !important;
}
.resp_fs21 {
	font-size: 2.1rem !important;
}
.resp_fs22 {
	font-size: 2.2rem !important;
}
.resp_fs23 {
	font-size: 2.3rem !important;
}
.resp_fs24 {
	font-size: 2.4rem !important;
}
.resp_fs25 {
	font-size: 2.5rem !important;
}
.resp_fs26 {
	font-size: 2.6rem !important;
}
.resp_fs27 {
	font-size: 2.7rem !important;
}
.resp_fs28 {
	font-size: 2.8rem !important;
}
.resp_fs29 {
	font-size: 2.9rem !important;
}
.resp_fs30 {
	font-size: 3.0rem !important;
}
}
/* 中央揃え */
.outbox {
	position: relative;
}
.outbox .inbox {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* @end */
.w1 {
	width: 1%;
}
.w2 {
	width: 2%;
}
.w3 {
	width: 3%;
}
.w4 {
	width: 4%;
}
.w5 {
	width: 5%;
}
.w6 {
	width: 6%;
}
.w7 {
	width: 7%;
}
.w8 {
	width: 8%;
}
.w9 {
	width: 9%;
}
.w10 {
	width: 10%;
}
.w11 {
	width: 11%;
}
.w12 {
	width: 12%;
}
.w13 {
	width: 13%;
}
.w14 {
	width: 14%;
}
.w15 {
	width: 15%;
}
.w16 {
	width: 16%;
}
.w17 {
	width: 17%;
}
.w18 {
	width: 18%;
}
.w19 {
	width: 19%;
}
.w20 {
	width: 20%;
}
.w21 {
	width: 21%;
}
.w22 {
	width: 22%;
}
.w23 {
	width: 23%;
}
.w24 {
	width: 24%;
}
.w25 {
	width: 25%;
}
.w26 {
	width: 26%;
}
.w27 {
	width: 27%;
}
.w28 {
	width: 28%;
}
.w29 {
	width: 29%;
}
.w30 {
	width: 30%;
}
.w31 {
	width: 31%;
}
.w32 {
	width: 32%;
}
.w33 {
	width: 33%;
}
.w34 {
	width: 34%;
}
.w35 {
	width: 35%;
}
.w36 {
	width: 36%;
}
.w37 {
	width: 37%;
}
.w38 {
	width: 38%;
}
.w39 {
	width: 39%;
}
.w40 {
	width: 40%;
}
.w41 {
	width: 41%;
}
.w42 {
	width: 42%;
}
.w43 {
	width: 43%;
}
.w44 {
	width: 44%;
}
.w45 {
	width: 45%;
}
.w46 {
	width: 46%;
}
.w47 {
	width: 47%;
}
.w48 {
	width: 48%;
}
.w49 {
	width: 49%;
}
.w50 {
	width: 50%;
}
.w51 {
	width: 51%;
}
.w52 {
	width: 52%;
}
.w53 {
	width: 53%;
}
.w54 {
	width: 54%;
}
.w55 {
	width: 55%;
}
.w56 {
	width: 56%;
}
.w57 {
	width: 57%;
}
.w58 {
	width: 58%;
}
.w59 {
	width: 59%;
}
.w60 {
	width: 60%;
}
.w61 {
	width: 61%;
}
.w62 {
	width: 62%;
}
.w63 {
	width: 63%;
}
.w64 {
	width: 64%;
}
.w65 {
	width: 65%;
}
.w66 {
	width: 66%;
}
.w67 {
	width: 67%;
}
.w68 {
	width: 68%;
}
.w69 {
	width: 69%;
}
.w70 {
	width: 70%;
}
.w71 {
	width: 71%;
}
.w72 {
	width: 72%;
}
.w73 {
	width: 73%;
}
.w74 {
	width: 74%;
}
.w75 {
	width: 75%;
}
.w76 {
	width: 76%;
}
.w77 {
	width: 77%;
}
.w78 {
	width: 78%;
}
.w79 {
	width: 79%;
}
.w80 {
	width: 80%;
}
.w81 {
	width: 81%;
}
.w82 {
	width: 82%;
}
.w83 {
	width: 83%;
}
.w84 {
	width: 84%;
}
.w85 {
	width: 85%;
}
.w86 {
	width: 86%;
}
.w87 {
	width: 87%;
}
.w88 {
	width: 88%;
}
.w89 {
	width: 89%;
}
.w90 {
	width: 90%;
}
.w91 {
	width: 91%;
}
.w92 {
	width: 92%;
}
.w93 {
	width: 93%;
}
.w94 {
	width: 94%;
}
.w95 {
	width: 95%;
}
.w96 {
	width: 96%;
}
.w97 {
	width: 97%;
}
.w98 {
	width: 98%;
}
.w99 {
	width: 99%;
}
.w100 {
	width: 100%;
}
.m_o0, .m_t0 {
	margin-top: 0;
}
.m_o10, .m_t10 {
	margin-top: 10px;
}
.m_o20, .m_t20 {
	margin-top: 20px;
}
.m_o30, .m_t30 {
	margin-top: 30px;
}
.m_o40, .m_t40 {
	margin-top: 40px;
}
.m_o50, .m_t50 {
	margin-top: 50px;
}
.m_o60, .m_t60 {
	margin-top: 60px;
}
.m_o70, .m_t70 {
	margin-top: 70px;
}
.m_o80, .m_t80 {
	margin-top: 80px;
}
.m_l0 {
	margin-left: 0;
}
.m_l1 {
	margin-left: 1%;
}
.m_l2 {
	margin-left: 2%;
}
.m_13 {
	margin-left: 3%;
}
.m_l4 {
	margin-left: 4%;
}
.m_r0 {
	margin-right: 0;
}
.m_r1 {
	margin-right: 1%;
}
.m_r2 {
	margin-right: 2%;
}
.m_r3 {
	margin-right: 3%;
}
.m_r4 {
	margin-right: 4%;
}
.m_u0, .m_b0 {
	margin-bottom: 0;
}
.m_u10, .m_b10 {
	margin-bottom: 10px;
}
.m_u20, .m_b20 {
	margin-bottom: 20px;
}
.m_u30, .m_b30 {
	margin-bottom: 30px;
}
.m_u40, .m_b40 {
	margin-bottom: 40px;
}
.m_u50, .m_b50 {
	margin-bottom: 50px;
}
.m_u60, .m_b60 {
	margin-bottom: 60px;
}
.m_u70, .m_b70 {
	margin-bottom: 70px;
}
.m_u80, .m_b80 {
	margin-bottom: 80px;
}
.p_o0 {
	padding-top: 0px;
}
.p_o10 {
	padding-top: 10px;
}
.p_o20 {
	padding-top: 20px;
}
.p_o30 {
	padding-top: 30px;
}
.p_o40 {
	padding-top: 40px;
}
.p_o50 {
	padding-top: 50px;
}
.p_o60 {
	padding-top: 60px;
}
.p_o80 {
	padding-top: 80px;
}
.p_l0 {
	padding-left: 0;
}
.p_l1 {
	padding-left: 1%;
}
.p_l2 {
	padding-left: 2%;
}
.p_13 {
	padding-left: 3%;
}
.p_l4 {
	padding-left: 4%;
}
.p_r0 {
	padding-right: 0 !important;
}
.p_r1 {
	padding-right: 1%;
}
.p_r2 {
	padding-right: 2%;
}
.p_r3 {
	padding-right: 3%;
}
.p_r4 {
	padding-right: 4%;
}
.p_u0, .p_b0 {
	padding-bottom: 0;
}
.p_u10, .p_b10 {
	padding-bottom: 10px;
}
.p_u20, .p_b20 {
	padding-bottom: 20px;
}
.p_u30, .p_b30 {
	padding-bottom: 30px;
}
.p_u40, .p_b40 {
	padding-bottom: 40px;
}
.p_u50, .p_b50 {
	padding-bottom: 50px;
}
.p_u60, .p_b60 {
	padding-bottom: 60px;
}
.p_u70, .p_b70 {
	padding-bottom: 70px;
}
.p_u80, .p_b80 {
	padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
.fl, .fr {
	float: none;
}
.resp_center {
	margin-left: auto;
	margin-right: auto;
}
.resp_fl {
	float: left;
}
.resp_fr {
	float: right;
}
.resp_tl {
	text-align: left;
}
.resp_tr {
	text-align: right;
}
.resp_tc {
	text-align: center;
}
.resp_vt {
	vertical-align: top;
}
.resp_vm {
	vertical-align: middle;
}
.resp_vb {
	vertical-align: bottom;
}
.resp_w1 {
	width: 1%;
}
.resp_w2 {
	width: 2%;
}
.resp_w3 {
	width: 3%;
}
.resp_w4 {
	width: 4%;
}
.resp_w5 {
	width: 5%;
}
.resp_w6 {
	width: 6%;
}
.resp_w7 {
	width: 7%;
}
.resp_w8 {
	width: 8%;
}
.resp_w9 {
	width: 9%;
}
.resp_w10 {
	width: 10%;
}
.resp_w11 {
	width: 11%;
}
.resp_w12 {
	width: 12%;
}
.resp_w13 {
	width: 13%;
}
.resp_w14 {
	width: 14%;
}
.resp_w15 {
	width: 15%;
}
.resp_w16 {
	width: 16%;
}
.resp_w17 {
	width: 17%;
}
.resp_w18 {
	width: 18%;
}
.resp_w19 {
	width: 19%;
}
.resp_w20 {
	width: 20%;
}
.resp_w21 {
	width: 21%;
}
.resp_w22 {
	width: 22%;
}
.resp_w23 {
	width: 23%;
}
.resp_w24 {
	width: 24%;
}
.resp_w25 {
	width: 25%;
}
.resp_w26 {
	width: 26%;
}
.resp_w27 {
	width: 27%;
}
.resp_w28 {
	width: 28%;
}
.resp_w29 {
	width: 29%;
}
.resp_w30 {
	width: 30%;
}
.resp_w31 {
	width: 31%;
}
.resp_w32 {
	width: 32%;
}
.resp_w33 {
	width: 33%;
}
.resp_w34 {
	width: 34%;
}
.resp_w35 {
	width: 35%;
}
.resp_w36 {
	width: 36%;
}
.resp_w37 {
	width: 37%;
}
.resp_w38 {
	width: 38%;
}
.resp_w39 {
	width: 39%;
}
.resp_w40 {
	width: 40%;
}
.resp_w41 {
	width: 41%;
}
.resp_w42 {
	width: 42%;
}
.resp_w43 {
	width: 43%;
}
.resp_w44 {
	width: 44%;
}
.resp_w45 {
	width: 45%;
}
.resp_w46 {
	width: 46%;
}
.resp_w47 {
	width: 47%;
}
.resp_w48 {
	width: 48%;
}
.resp_w49 {
	width: 49%;
}
.resp_w50 {
	width: 50%;
}
.resp_w51 {
	width: 51%;
}
.resp_w52 {
	width: 52%;
}
.resp_w53 {
	width: 53%;
}
.resp_w54 {
	width: 54%;
}
.resp_w55 {
	width: 55%;
}
.resp_w56 {
	width: 56%;
}
.resp_w57 {
	width: 57%;
}
.resp_w58 {
	width: 58%;
}
.resp_w59 {
	width: 59%;
}
.resp_w60 {
	width: 60%;
}
.resp_w61 {
	width: 61%;
}
.resp_w62 {
	width: 62%;
}
.resp_w63 {
	width: 63%;
}
.resp_w64 {
	width: 64%;
}
.resp_w65 {
	width: 65%;
}
.resp_w66 {
	width: 66%;
}
.resp_w67 {
	width: 67%;
}
.resp_w68 {
	width: 68%;
}
.resp_w69 {
	width: 69%;
}
.resp_w70 {
	width: 70%;
}
.resp_w71 {
	width: 71%;
}
.resp_w72 {
	width: 72%;
}
.resp_w73 {
	width: 73%;
}
.resp_w74 {
	width: 74%;
}
.resp_w75 {
	width: 75%;
}
.resp_w76 {
	width: 76%;
}
.resp_w77 {
	width: 77%;
}
.resp_w78 {
	width: 78%;
}
.resp_w79 {
	width: 79%;
}
.resp_w80 {
	width: 80%;
}
.resp_w81 {
	width: 81%;
}
.resp_w82 {
	width: 82%;
}
.resp_w83 {
	width: 83%;
}
.resp_w84 {
	width: 84%;
}
.resp_w85 {
	width: 85%;
}
.resp_w86 {
	width: 86%;
}
.resp_w87 {
	width: 87%;
}
.resp_w88 {
	width: 88%;
}
.resp_w89 {
	width: 89%;
}
.resp_w90 {
	width: 90%;
}
.resp_w91 {
	width: 91%;
}
.resp_w92 {
	width: 92%;
}
.resp_w93 {
	width: 93%;
}
.resp_w94 {
	width: 94%;
}
.resp_w95 {
	width: 95%;
}
.resp_w96 {
	width: 96%;
}
.resp_w97 {
	width: 97%;
}
.resp_w98 {
	width: 98%;
}
.resp_w99 {
	width: 99%;
}
.resp_w100 {
	width: 100%;
}
.resp_m_o0, .resp_m_t0 {
	margin-top: 0;
}
.resp_m_o10, .resp_m_t10 {
	margin-top: 10px;
}
.resp_m_o20, .resp_m_t20 {
	margin-top: 20px;
}
.resp_m_o30, .resp_m_t30 {
	margin-top: 30px;
}
.resp_m_o40, .resp_m_t40 {
	margin-top: 40px;
}
.resp_m_o50, .resp_m_t50 {
	margin-top: 50px;
}
.resp_m_o60, .resp_m_t60 {
	margin-top: 60px;
}
.resp_m_o70, .resp_m_t70 {
	margin-top: 70px;
}
.resp_m_o80, .resp_m_t80 {
	margin-top: 80px;
}
.resp_m_l0 {
	margin-left: 0;
}
.resp_m_l1 {
	margin-left: 1%;
}
.resp_m_l2 {
	margin-left: 2%;
}
.resp_m_l4 {
	margin-left: 4%;
}
.resp_m_r0 {
	margin-right: 0;
}
.resp_m_r1 {
	margin-right: 1%;
}
.resp_m_r2 {
	margin-right: 2%;
}
.resp_m_r4 {
	margin-right: 4%;
}
.resp_m_u0, .resp_m_b0 {
	margin-bottom: 0;
}
.resp_m_u10, .resp_m_b10 {
	margin-bottom: 10px;
}
.resp_m_u20, .resp_m_b20 {
	margin-bottom: 20px;
}
.resp_m_u30, .resp_m_b30 {
	margin-bottom: 30px;
}
.resp_m_u40, .resp_m_b40 {
	margin-bottom: 40px;
}
.resp_m_u50, .resp_m_b50 {
	margin-bottom: 50px;
}
.resp_m_u60, .resp_m_b60 {
	margin-bottom: 60px;
}
.resp_m_u70, .resp_m_b70 {
	margin-bottom: 70px;
}
.resp_m_u80, .resp_m_b80 {
	margin-bottom: 80px;
}
.resp_p_o0, .resp_p_t0 {
	padding-top: 0px;
}
.resp_p_o10, .resp_p_t10 {
	padding-top: 10px;
}
.resp_p_o20, .resp_p_t20 {
	padding-top: 20px;
}
.resp_p_o30, .resp_p_t30 {
	padding-top: 30px;
}
.resp_p_o40, .resp_p_t40 {
	padding-top: 40px;
}
.resp_p_o50, .resp_p_t50 {
	padding-top: 50px;
}
.resp_p_o60, .resp_p_t60 {
	padding-top: 60px;
}
.resp_p_o70, .resp_p_t70 {
	padding-top: 70px;
}
.resp_p_o80, .resp_p_t80 {
	padding-top: 80px;
}
.resp_p_l0 {
	padding-left: 0;
}
.resp_p_l1 {
	padding-left: 1%;
}
.resp_p_l2 {
	padding-left: 2%;
}
.resp_p_13 {
	padding-left: 3%;
}
.resp_p_l4 {
	padding-left: 4%;
}
.resp_p_r0 {
	padding-right: 0;
}
.resp_p_r1 {
	padding-right: 1%;
}
.resp_p_r2 {
	padding-right: 2%;
}
.resp_p_r3 {
	padding-right: 3%;
}
.resp_p_r4 {
	padding-right: 4%;
}
.resp_p_u0, resp_p_b0 {
	padding-bottom: 0;
}
.resp_p_u10, resp_p_b10 {
	padding-bottom: 10px;
}
.resp_p_u20, resp_p_b20 {
	padding-bottom: 20px;
}
.resp_p_u30, resp_p_b30 {
	padding-bottom: 30px;
}
.resp_p_u40, resp_p_b40 {
	padding-bottom: 40px;
}
.resp_p_u50, resp_p_b50 {
	padding-bottom: 50px;
}
.resp_p_u60, resp_p_b60 {
	padding-bottom: 60px;
}
.resp_p_u70, resp_p_b70 {
	padding-bottom: 70px;
}
.resp_p_u80, resp_p_b80 {
	padding-bottom: 80px;
}
}
p {
	margin: 1em 0;
}
.overflow-hidden {
	overflow: hidden;
}
h3 {
	background: #f6f6f6;
	font-size: 2.5rem; /* 25px */
	/* line-height: 1.5; */
	font-weight: bold;
	padding: 0.5em 1em;
	margin: 2em 0 1em;
	/* display: inline-block; */
	display: block;
	position: relative;/* border-left: 5px solid #032535;	*/
		/* border: 3px solid #fe5700 */
		/* border-bottom: 3px solid #fe5700; */
		/* display: inline-block; */
		/* border-bottom: 3px solid #062e42; */
}
/*
h3:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
} 
*/
h3:before {
/* content: "";
	padding-right: 0.1em;
	width: 20px;
	height: 3px;
	background: #f35955;
	position: absolute;
	left: -10px;
	
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%); */
}
h3:first-child {
	margin: 1em 0 1em;
}
h4 {
	font-size: 2.5rem; /* 18px */
	font-weight: bold;
	margin: 2em 0 1em;/* border-bottom: 1px dotted #dddddd; */
}
/* h3 + h4 {
    margin: 1em 0 1em;
} */
h5 {
	font-size: 1.6rem; /* 16px */
	margin: 1em 0 1em;
	display: inline-block;/* border-bottom: 3px solid #fe5700; */
}
/* h4 + h5 {
	margin: 0;
} */
/* レスポンシブ の とき の フォントサイズ 調 整 */
@media only screen and (max-width: 768px) {
h3 {
 font-size:;
}
h4 {
 font-size:;
}
h5 {
 font-size:;
}
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ul.deco-list */
ul.deco-list {
	/* reset */
	margin: 0;
	padding: 0;
}
ul.deco-list li {
	margin: 0;
	padding: 0 0 0 1em;
	position: relative;
}
ul.deco-list li::before {
	background: #343434 none repeat scroll 0 0;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 10px;
	transition: all 0.3s ease-out 0s;
	width: 8px;
}
ul.deco-list li.list-unstyled {
	list-style: none;
	background: none;
	padding: 0;
}
ul.deco-list li ul li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}
ul.deco-list li ul li:before {
	content: "・";
}
ul.deco-list.inline {
	margin: 0;
}
ul.deco-list.inline li {
	display: block;
	white-space: nowrap;
	float: left;
	padding-right: 0.5em;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ol.deco-list */
ol.deco-list {
	/* margin: 0 0 1em 0; */
	margin-left: 1em;
	/* padding: 0; */
	counter-reset: number;
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.deco-list li {
	margin: 0;
	padding: 0;/* padding: 0; */
}
ol.deco-list > li > ol > li {
	padding: 0 0 0 2em;
	text-indent: -1em;
}
ol.deco-list li:before {
	counter-increment: number;
	content: counter(number)".";
	/* background: #333; */
	display: inline-block;
	width: 1em;
	height: 1em;
	text-align: center;
	/* border-radius: 1000px; */
	color: #333;
	margin-right: .3em;
	line-height: 1em;
	padding: 0.1em;/* 	font-size: 1.2rem; */
}
ol.deco-list > li > ol > li:before {
	counter-increment: number;
	content: counter(number)".";
	margin-right: 0em;
	background: none;
	color: #ba9975;
	font-weight: bold;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ul.qa */
ul.qa {
	/* background: #f6f6f6; */
	margin: 1em 0 2em;
	padding: 1em;
}
@media only screen and (max-width: 768px) {
ul.qa {
	padding: 0;
}
}
ul.qa li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 1em;
	/* text-align: center; */
	position: relative;/* color: #585858; */
}
ul.qa li.question {
	/* background: #e6f4ff; */
	background: #f2f9ff;
	/* border: 3px solid #013891; */
	margin-bottom: 1.5em;
}
ul.qa li.question div.head {
	color: #fff;
	background: #88b2d1;
	border-radius: 100px;
	/* padding: 0.2em 0.8em; */
	position: absolute;
	top: -1em;
	left: 0;
	width: 2em;
	height: 2em;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-weight: bold;
}
ul.qa li.question div.head span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
ul.qa li.question:before {
	background: none;
	content: "";
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 0;
	height: 0;
	border: none;
	z-index: 0;
}
/* やじるし */
ul.qa li.question:after {
	content: "";
	position: absolute;
	bottom: -1em;
	left: 50%;
	margin-left: -1em;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 1em 1em 0 1em;
	border-color: #f2f9ff transparent transparent transparent;
	z-index: 0;
}
ul.qa li.answer {
	background: #ffe6e7;
	background: #fff3f3;/* border: 3px solid #fe5700; */
}
ul.qa li.answer:last-child {
	margin-bottom: 0;
}
ul.qa li.answer div.head {
	color: #fff;
	background: #ed777c;
	border-radius: 100px;
	/* padding: 0.2em 0.8em; */
	position: absolute;
	top: -1em;
	left: 0;
	width: 2em;
	height: 2em;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-weight: bold;
}
ul.qa li.answer div.head span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
ul.qa li.answer:before {
	background: none;
	content: "";
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 0;
	height: 0;
	border: none;
	z-index: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ .deco-box */
.deco-box {
	padding: 1em;
	background: #f6f6f6;
	position: relative;
}
.deco-box.line {
	padding: 1em;
	background: #fff;
	border: 0.5em solid #f6f6f6;
	position: relative;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ flow-arrow */
.deco-box.flow-arrow {
	padding: 1em;
	background: #fff;
	border: 0.5em solid #f6f6f6;
	position: relative;
	box-sizing: border-box;
}
.deco-box.flow-arrow::after {
	border-color: #f6f6f6 transparent transparent;
	border-style: solid;
	border-width: 1em 1em 0;
	content: "";
	height: 0;
	left: 50%;
	bottom: -2em;
	position: absolute;
	width: 0;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.deco-box.flow-arrow.none::before, .deco-box.flow-arrow.none::after {
	border: none;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 付 番 す る */
.deco-box div.number {
	position: absolute;
	width: 2em;
	height: 2em;
	background: #333;
	top: -1em;
	left: 0;
	padding: 1em;
	box-sizing: border-box;
	color: #fff;
	vertical-align: middle;
	line-height: 1em;
	border-radius: 100px;
}
.deco-box div.number span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-weight: bold;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ table.deco-tb */
table.deco-tb {
	border-collapse: collapse;
	border: 1px solid #f0f0f0;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
table.deco-tb th {
	border: 1px solid #ccc;
	padding: 0.8em 0.5em;
	text-align: left;
	background: #f0f0f0;
}
table.deco-tb td {
	border: 1px solid #ccc;
	padding: 0.8em 0.5em;
}
table.deco-tb.min th, table.deco-tb.min td {
	padding: 0.4em 0.25em;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
table.deco-tb.line {
	border-collapse: collapse;
	border-top: 1px solid #f0f0f0;
	background: #fff;
}
table.deco-tb.line th {
	border-bottom: 1px solid #ccc;
	padding: 0.8em 0.5em;
	text-align: left;
	background: none;
}
table.deco-tb.line td {
	border-bottom: 1px solid #ccc;
	padding: 0.8em 0.5em;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ .resp_block */
@media only screen and (max-width: 768px) {
table.resp_block {
	width: 100%;
	border: none;
}
table.resp_block thead {
	display: none;
}
table.resp_block tr {
	display: block;
	border: none;
	margin: 0;
}
table.resp_block th {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
}
table.resp_block td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
}
table.resp_block td:before {
	content: attr(data-text)"";
	display: block;
	width: 100%;
	font-weight: bold;
	background: #f8f8f8;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
}
}
@media only screen and (max-width: 768px) {
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ .responsive-type-outer */
div.responsive-type-outer {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
div.responsive-type-outer table.deco-tb {
	table-layout: auto;
	white-space: nowrap;
}
}
/* ------------------------------------------------------------------------------------------------------------------------------------ .google-maps */
@media only screen and (max-width: 768px) {
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
}
/* ------------------------------------------------------------------------------------------------------------------------------------ for yotube */
@media only screen and (max-width: 768px) {
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.movie-wrap iframe, .movie-wrap object, .movie-wrap a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ form.form */
.form {
}
.form .inline {
	display: inline;
	margin: 0;
}
.form label, .form .postalcode {
	white-space: nowrap;
}
.form label {
	cursor: pointer;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ie .form input[type="text"] .form textarea */
.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form textarea {
	border-radius: 5px;
	border: none;
	border: 1px solid #ccc;
	background: #f9f9f9;
	transition: all 0.2s ease-in-out;
	padding: 0.5em;
	box-sizing: border-box;/* vertical-align: bottom; */
}
.form textarea {
	resize: vertical;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	background: #ffffff;
	outline: none;
	border: none;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.form input[type="text"].err, .form input[type="email"].err, .form input[type="tel"].err, .form textarea.err {
	border: 1px solid #a94442;
	background: #ffeeef;
}
/* input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus
{
    border: none;
    border: 1px solid #eee;
    outline: none;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
} */
input[type="text"].err:focus, input[type="email"].err:focus, input[type="tel"].err:focus, textarea.err:focus {
	border: none;
	border: 1px solid #eee;
	outline: none;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(169, 68, 66, .075);
}
input[type="text"]:active, input[type="email"]:active, input[type="tel"]:active, textarea:active {
	background: #ffffff;
	outline: none;
	border: none;
	border: 1px solid #ccc;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
input[type="text"]::-moz-focus-inner, input[type="email"]::-moz-focus-inner, input[type="tel"]::-moz-focus-inner, textarea::-moz-focus-inner {
 padding: 0;
 border: 0;
}
textarea {
	resize: horizontal;
}
/* placeholder color */ ::-webkit-input-placeholder {
 color: #ccc;
 opacity: 1;
}
:-moz-placeholder {
 color: #ccc;
}
::-moz-placeholder {
 color: #ccc;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #ccc;
}
:placeholder-shown {
 color: #ccc
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ select */
.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 38px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 0 0.5em;
	cursor: pointer;
	background: #fff;
}
.form select.err {
	border: 1px solid #a94442;
	background: #ffeeef;
}
.form select::-ms-expand {
 display: none;
}
.form select:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.form select.err:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(169, 68, 66, .2);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form div.select-wrap {
	position: relative;
	/* width: 50%; */
	height: 38px;
	display: inline-block;
}
.form div.select-wrap::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #888;
	pointer-events: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
/* ----------------------------------------------------------------------------------------------- */
.form label:hover {
	color: #2b91fc;
}
/* ----------------------------------------------------------------------------------------------- radiobutton &amp; checkbox */
.form input[type=radio], .form input[type=checkbox] {
	/* display: none; */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	margin-left: 0;
	opacity: 0;
	position: absolute;
	z-index: 9999;
}
.form .radio, .form .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	/* padding: 6px 12px 6px 22px; */
	padding: 6px 12px 6px 6px;
	border-radius: 4px;
	/* background-color: #f6f7f8; */
	vertical-align: middle;
	cursor: pointer;
	content: "1";
	margin-right: 0.25em;
}
.form .radio.err, .form .checkbox.err {
/* background-color: #ffeeef; */
}
.form .radio:hover, .form .checkbox:hover {
/* background-color: #d7e5ed; */
}
.form .radio:hover:after, .form .checkbox:hover:after {
	border-color: #0073aa;
}
.form .radio:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -12px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
	content: '';
}
.form .radio:before {
	/* -webkit-transition: opacity 0.2s linear; */
		/* transition: opacity 0.2s linear; */
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	position: absolute;
	top: 65%;
	left: 10px;
	display: block;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #3472c7;
	content: '';
	opacity: 1;
}
/* .form input[type=radio]:checked:before */ /* + .radio:before */
.form input[type=radio]:checked + .radio:before {
	opacity: 1;
	top: 50%;
	left: 5px;
	width: 10px;
	height: 10px;
}
.form .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	/* left: 15px; */
	left: 0;
	display: block;
	margin-top: -12px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 4px;
	content: '';
}
.form .checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	/* left: 21px; */
	left: 6px;
	display: block;
	margin-top: -9px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #3472c7;
	border-bottom: 3px solid #3472c7;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* .form input[type=checkbox]:checked:before */ /* + .checkbox:before */
.form input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ .btn */
.btn {
	background: #eee;
	/* margin: 0 auto 1em; */
	display: block;
	padding: 0.5em 1em;
	/* border: 1px solid #ccc; */
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	line-height: 1.5;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
	-webkit-appearance: none;
}
.btn.inline-block {
	display: inline-block;
}
.btn:hover {
	filter: brightness(85%);
	-moz-filter: brightness(85%);
	-webkit-filter: brightness(85%);
}
/* btn color */
.btn.default {
	background: -moz-linear-gradient(top, #FFF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background: #eee;
	color: #111;
}
.btn.red {
	background: -moz-linear-gradient(top, #ff5a5f 0%, #ff5a5f);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5a5f), to(#ff5a5f));
	background: #ff5b5e;
	color: #fff;
}
.btn.purple {
	background: -moz-linear-gradient(top, #6f5499 0%, #6f5499);
	background: -webkit-gradient(linear, left top, left bottom, from(#6f5499), to(#6f5499));
	background: #cf8ae5;
	color: #fff;
}
.btn.blue {
	/* background: -moz-linear-gradient(top, #337ab7 0%, #337ab7);
		background: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#337ab7));
		background: #4b8efa; */
	background: #006cbc;
	color: #fff;
}
.btn.green {
	background: -moz-linear-gradient(top, #30a6b1 0%, #30a6b1);
	background: -webkit-gradient(linear, left top, left bottom, from(#30a6b1), to(#30a6b1));
	background: #6dcc54;
	color: #fff;
}
.btn.yellow {
	background: -moz-linear-gradient(top, #faee2b 0%, #faee2b);
	background: -webkit-gradient(linear, left top, left bottom, from(#faee2b), to(#faee2b));
	background: #f7cf4b;
	color: #666;
}
.btn.orange {
	background: -moz-linear-gradient(top, #f89406 0%, #f89406);
	background: -webkit-gradient(linear, left top, left bottom, from(#f89406), to(#f89406));
	background: #ffa244;
	color: #fff;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ tab */
#tab01:target ~ div.tab-contents div.content:nth-child(1), #tab02:target ~ div.tab-contents div.content:nth-child(2), #tab03:target ~ div.tab-contents div.content:nth-child(3) {
	display: block;
}
#tab02:target ~ div.tab-contents div.content:first-child, #tab03:target ~ div.tab-contents div.content:first-child {
	display: none;
}
#tab01:target ~ ul.tab-btn li:nth-child(1) a, #tab02:target ~ ul.tab-btn li:nth-child(2) a, #tab03:target ~ ul.tab-btn li:nth-child(3) a {
	background: #333;
	color: #fff;
}
#tab01:target ~ ul.tab-btn li:not(:nth-child(1)) a, #tab02:target ~ ul.tab-btn li:not(:nth-child(2)) a, #tab03:target ~ ul.tab-btn li:not(:nth-child(3)) a {
 background: #ccc;
 color: #333;
}
div.trigger {
	display: none;
}
ul.tab-btn {
	margin: 0;
	padding: 0;
}
ul.tab-btn li {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
}
ul.tab-btn li::before {
	background: none;
	content: "";
	height: auto;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	transition: none;
	width: auto;
}
ul.tab-btn li a {
	display: inline-block;
	padding: 0.5em 1em;
	background: #ccc;
	border-radius: 5px 5px 0 0;
	text-decoration: none;
}
#tab01 ~ ul.tab-btn li:nth-child(1) a, ul.tab-btn li a:hover {
	background: #333;
	color: #fff;
}
div.tab-contents {
	width: 100%;
	position: relative;
}
div.tab-contents div.content {
	position: relative;
	display: none;
	top: 0;
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 0px 5px 5px 5px;
	animation: fadeIn 0.2s;
}
div.tab-contents div.content:first-child {
	display: block;
}
@media print {
div.tab-contents div.content {
	display: block;
}
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ .accordion */
div.accordion-trigger {
	position: relative;
	cursor: pointer;
	background: #f8f8f8;
}
div.accordion-trigger span:after {
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	top: 50%;
	right: 1em;
	content: "";
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
	transition: all 0.2s;
}
div.accordion-trigger.active span:after {
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
}
div.accordion-contents {
	/* div.confirm-trigger + div.confirm-list { */
	max-height: 0;
	overflow: hidden;
	transition: all 0.2s;
	position: relative;
	z-index: 1000;
	/* top: 60px; */ /* */
		/* background: #fbfbf1; */
	background: #fff;
	width: 100%;
}
div.accordion-contents.active {
	max-height: 5000px;
	overflow: hidden;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ モーダル 表示 */
div.wrapper {
}
/* div.contents-wrapper.disabled {

} */
div.wrapper.disabled {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}
.modal-open {
	cursor: pointer;
}
div.modal {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	transition: 0.25s all;
}
div.modal.active {
	display: block;
	z-index: 9999;
}
div.modal div.modal-bg {
	/* background-color: rgba(0, 0, 0, 0.7); */
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	/* z-index: 500; */
	z-index: 9999;
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	cursor: pointer;/* overflow-y: scroll;	 */ /* モーダル 内 を スクロール ? */
}
div.modal div.modal-contents {
	/* top: 5%; */
	top: 5%;
	left: 5%;
	width: 90%;
	height: auto;
	/* min-height: 90%; */ /* モーダル 内 を スクロール ? */
	position: absolute;
	/* padding: 5%; */
		/* padding: 2em 1em 0; */
	box-sizing: border-box;
	/* min-height: 480px; */
	z-index: 10000;
	/* transform: translate( 0, -50%);
	-webkit-transform: translate( 0, -50%);	 */
		/* max-height: 90%; */
	background: #fff;
	transition: 0.25s all;
}
/* モーダルの たてのいちを 制御 ひとまず 30% まで */
div.modal div.modal-contents.top5 {
	top: 5%;
}
div.modal div.modal-contents.top10 {
	top: 10%;
}
div.modal div.modal-contents.top15 {
	top: 15%;
}
div.modal div.modal-contents.top20 {
	top: 20%;
}
div.modal div.modal-contents.top25 {
	top: 25%;
}
div.modal div.modal-contents.top30 {
	top: 30%;
}
div.modal div.modal-contents.top35 {
	top: 35%;
}
div.modal div.modal-contents.top40 {
	top: 40%;
}
div.modal div.modal-contents.top45 {
	top: 45%;
}
div.modal div.modal-contents.top50 {
	top: 50%;
}
div.modal div.modal-contents.top55 {
	top: 55%;
}
div.modal div.modal-contents.top60 {
	top: 60%;
}
div.modal div.modal-contents.top65 {
	top: 65%;
}
div.modal div.modal-contents.top70 {
	top: 70%;
}
div.modal div.modal-contents.top75 {
	top: 75%;
}
div.modal div.modal-contents.top80 {
	top: 80%;
}
div.modal div.modal-contents.top85 {
	top: 85%;
}
div.modal div.modal-contents.top90 {
	top: 90%;
}
div.modal div.modal-contents.top95 {
	top: 95%;
}
div.modal div.modal-contents.top100 {
	top: 100%;
}
/* モーダルの たてのいちを 制御 絶対値 してい */
div.modal div.modal-contents.top10px {
	top: 10px;
}
div.modal div.modal-contents.top20px {
	top: 20px;
}
div.modal div.modal-contents.top30px {
	top: 30px;
}
div.modal div.modal-contents.top40px {
	top: 40px;
}
div.modal div.modal-contents.top50px {
	top: 50px;
}
div.modal div.modal-contents.top60px {
	top: 60px;
}
div.modal div.modal-contents.top70px {
	top: 70px;
}
div.modal div.modal-contents.top80px {
	top: 80px;
}
div.modal div.modal-contents.top90px {
	top: 90px;
}
div.modal div.modal-contents.top100px {
	top: 100px;
}
/* div.modal div.modal-contents div.modal-contents-inner.bgc-black {
	background: #000;
	color: #fff;
}

div.modal div.modal-contents div.modal-contents-inner.bgc-white {
	background: #fff;
	color: #333;
}
 */
div.modal div.modal-contents div.modal-contents-inner {
	padding: 1em;
	/* margin-bottom: 5%; */
	box-sizing: border-box;
	/* min-height: 100vh; */
		/* min-height: 90vh; */
		/* min-height: 80vh; */ /* モーダル 内 を スクロール ? */
	padding-top: 3.5rem;
	overflow-y: scroll; /* モーダル 内 を スクロール ? */
	/* max-height: 90vh; */ /* モーダル 内 を スクロール ? */
		/* max-height: 80vh; */ /* モーダル 内 を スクロール ? */
	height: 90vh;
	max-height: 90vh;
}
/* モーダル の たかさ の 制御 */
div.modal div.modal-contents.minh10 {
	min-height: 10%;
}
div.modal div.modal-contents.minh20 {
	min-height: 20%;
}
div.modal div.modal-contents.minh30 {
	min-height: 30%;
}
div.modal div.modal-contents.minh40 {
	min-height: 40%;
}
div.modal div.modal-contents.minh50 {
	min-height: 50%;
}
div.modal div.modal-contents.minh60 {
	min-height: 60%;
}
div.modal div.modal-contents.minh70 {
	min-height: 70%;
}
div.modal div.modal-contents.minh80 {
	min-height: 80%;
}
div.modal div.modal-contents.maxh10 {
	max-height: 10%;
}
div.modal div.modal-contents.maxh20 {
	max-height: 20%;
}
div.modal div.modal-contents.maxh30 {
	max-height: 30%;
}
div.modal div.modal-contents.maxh40 {
	max-height: 40%;
}
div.modal div.modal-contents.maxh50 {
	max-height: 50%;
}
div.modal div.modal-contents.maxh60 {
	max-height: 60%;
}
div.modal div.modal-contents.maxh70 {
	max-height: 70%;
}
div.modal div.modal-contents.maxh80 {
	max-height: 80%;
}
div.modal div.modal-contents div.modal-contents-inner.minvh10 {
	min-height: 10vh;
}
div.modal div.modal-contents div.modal-contents-inner.minvh20 {
	min-height: 20vh;
}
div.modal div.modal-contents div.modal-contents-inner.minvh30 {
	min-height: 30vh;
}
div.modal div.modal-contents div.modal-contents-inner.minvh40 {
	min-height: 40vh;
}
div.modal div.modal-contents div.modal-contents-inner.minvh50 {
	min-height: 50vh;
}
div.modal div.modal-contents div.modal-contents-inner.minvh60 {
	min-height: 60vh;
}
div.modal div.modal-contents div.modal-contents-inner.minvh70 {
	min-height: 70vh;
}
div.modal div.modal-contents div.modal-contents-inner.minvh80 {
	min-height: 80vh;
}
div.modal div.modal-contents div.modal-contents-inner.maxvh10 {
	max-height: 10vh;
}
div.modal div.modal-contents div.modal-contents-inner.maxvh20 {
	max-height: 20vh;
}
div.modal div.modal-contents div.modal-contents-inner.maxvh30 {
	max-height: 30vh;
}
div.modal div.modal-contents div.modal-contents-inner.maxvh40 {
	max-height: 40vh;
}
div.modal div.modal-contents div.modal-contents-inner.maxvh50 {
	max-height: 50vh;
}
div.modal div.modal-contents div.modal-contents-inner.maxvh60 {
	max-height: 60vh;
}
div.modal div.modal-contents div.modal-contents-inner.maxvh70 {
	max-height: 70vh;
}
div.modal div.modal-contents div.modal-contents-inner.maxvh80 {
	max-height: 80vh;
}
/* */
/*　*/
/* コンテンツ の 表示位置 を 固定値 の 場合 */
div.title-position-absolute {
	margin-top: 120px;
}
/* コンテンツ の 表示位置 を 固定値 の 場合 */
div.title-position-absolute.min {
	margin-top: 50px;
}
/* コンテンツ の 表示位置 を 固定値 の 場合 */
div.title-position-absolute.top30 {
	margin-top: 30px;
}
/* close-btn ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.modal div.modal-close {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	/* width: 40px;
	height: 40px; */
	width: 40px;
	height: 40px;
	display: block;
	/* background: #f0f0f0; */
		/* background: #ccc; */
		/* background: #d30a1a; */
	background: #333;
	/* border-radius: 1000px; */
		/* border: 1px solid #5a4a18; */
		/* border: 1px solid #ccc; */
		/* border: 3px solid #000; */
		/* box-sizing: border-box; */
	cursor: pointer;
	z-index: 10000;
}
div.modal div.modal-close span {
	position: absolute;
	left: 0;
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 2px;
	transition: all .4s;
	/* background: #65a248; */
	background: #fff;
}
div.modal div.modal-close span:nth-of-type(1) {
	/* top: 13px;
	left: 11px; */
	top: 50%;
	left: 50%;
}
div.modal div.modal-close span:nth-of-type(2) {
	/* top: 25px;
	left: 11px; */
	top: 50%;
	left: 50%;
}
div.modal div.modal-close span:nth-of-type(1) {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
div.modal div.modal-close span:nth-of-type(2) {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
/* 印刷用 */
@media print {
body {
	width: 1500px !important;
}
header, footer, div.video-wrap {
	display: none !important;
}
section.advanced div.lead::after, div.advanced-article.article-01.effect-fade::after, div.advanced-article.article-02.effect-fade::after, div.advanced-article.article-03.effect-fade::after, div.advanced-article div.spot-image {
	opacity: 1 !important;
	mix-blend-mode: normal !important;
}
div.advanced-article.article-01::after, div.advanced-article.article-02::after, div.advanced-article.article-03::after {
	width: 100% !important;
}
div.advanced-article div.spot-image {
	transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
}
}
