/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, t , thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.juku_copy {
  color: black;
}

a {
    text-decoration:none;
    color: black;
}

/* リセットcssここまで */

html {
	font-size: 16px;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
    }

p {
	line-height: 1.5;
	text-align:justify;
}

img {
	max-width: 100%;
}

.top_color {
  height: 15px;
  background-color: #E69423;
  color: #E69423;
  width: 100
  margin-bottom: 8px;
  font-size:0;
}

.header_wrapper {
  display: flex;
  max-width: 1080px;
	margin-bottom: 20px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
	margin-top: 8px;
}

.header_logo_wrapper {
width: 260px;
display: flex;
align-items: center;
}

.header_logo_wrapper > img {
  width: 66px;
  margin-right: 7px;
}


.juku_copy {
  font-size: 14px;
  color: #E69423;
}

/*

ヘッダーロゴ部分のレスポンシブ

 */

 @media screen and (min-width: 961px) {

} /* PConly閉じ */



 @media screen and (max-width: 960px) {
	 .juku_copy {
	 	display: none;
	 }

	 .header_logo_wrapper {
	 	width: 40px;
	 	height: 100%;
	 }
.top_maincopy_text {
	top: 20px !important;
}

} /* タブレット閉 */

 @media screen and (max-width: 520px) {
.header_logo_wrapper > img {
	width: 40px;
}



.header_logo_wrapper > img {
	margin-right: 4px;
}

.header_menu_line1 {
	justify-content: space-between;
}

.header_menu_line1 {
	font-size: 0.8rem;
	font-style: bold;
}

.header_menu_line2 {
	font-size: 0.8rem;
	font-style: bold;
}

.top_maincopy_text {
	top: 15px !important;
}

.top_maincopy_line1 {
	font-size: 1.1rem !important;
}

.top_maincopy_line2 {
	font-size: 1rem;
}



} /* スマホレスポンシブ閉 */



.header_menu_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
  padding-top:5px;
}

.header_menu_wrapper li {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
	transition: .25s;
}

.header_menu_wrapper li:focus,.header_menu_wrapper li:hover {
	background-color: #FFC659;
	color: #8C2A2A;
}

.header_menu_line1 {
  display:flex;
}

.header_menu_line2 {
  display:flex;
}



/*

トップページメイン画像

 */


.top_maincopy_wrapper {
	width: 100%;
	height: 288px;
	background-image: url(images/kyoushitsu_01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-color:rgba(192,192,192,0.9);
background-blend-mode:overlay;
}

.top_maincopy_text {
	position: relative;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	top: 80px;
}

/* スマホのみ------------------------------------ */
@media screen and (max-width: 520px) {
.top_maincopy_text {

}
}/* スマホ閉------------------------------------ */






.top_maincopy_line1 {
	font-size: 30px;
	font-weight: bold;
	color: #D90404;
	text-shadow: 1.5px 1.5px 1px white
}

.top_maincopy_line2 {
	margin-top: 10px;
	font-size: 18px;
	color: black;
	line-height: 1.7;
	font-weight: bold;
	text-shadow: 0.9px 0.9px 0px white
}

/*

トップページメイン部分

 */



.main_line1_wrapper {
	display: flex;
	width: 1080px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.main_line1_left {
	max-width: 80%;
}

.main_line1_right {
	max-width: 20%;
}

.main_line1_right > img {
	max-width: 100%;
	display: block;
	margin-top: 90px;
}

.main_line1_text {
font-size: 26px;
font-weight: bold;
line-height: 1.3;
}

.line1_span {
	margin-top: 10px;
	display: block;
}

.el_midashi_linePC {
	display: block;
	margin-top: 15px;
}

/* wrapper-widthのみ--------------------------- */
@media screen and (max-width: 1080px) {
.main_line1_wrapper {
	max-width: 100% !important;
}

.main_line1_right {
display: none;
}

.main_line1_left {
	max-width: 98%;
}

.top_maincopy_text {
	padding-left: 1.3%;
	padding-right: 1.3%;
}

.main_line2_wrapper {
	max-width: 100%;
}

.main_line3_wrapper {
	max-width: 100%;
}

}/* wrapper-widthのみ閉--------------------------- */

/* スマホ＋タブレット　or　タブレットのみ------------ */
@media screen and (max-width: 960px) {

	.el_midashi_line {
		display: block;
		font-size: 6vmin !important;
		width: 100%;
		font-weight: bold !important;
	}

.main_line2_span01,.main_line2_span02,.text_underline {
	font-size: 6vmin !important;
	font-weight: bold;
}

.top_maincopy_line2 {
	font-size: 17px;
}

	.el_midashi_wrapper {
text-align: center;
	}
	.main_line1_wrapper {
		padding-left: 3px;
		padding-right: 3px;
	}

	.main_line2_wrapper {
		padding-left: 3px;
		padding-right: 3px;
		max-width: 98% !important;
	}

	.main_line3_wrapper {
		max-width: 98%;
	}

	.main_line3_text .el_midashi_line {
		line-height: 1.6;
	}



.footer {
	flex-direction: column-reverse;
	height: 550px !important;
	align-items: center;
	justify-content: space-between;
}

.footer_right_wrapper {
	width: 97% !important;
	text-align: center;
}

.footer_right_wrapper > p {
	text-align: center;
}
.googlemap {
	margin-right: auto;
	margin-left: auto;
}

.footer {
	padding-bottom: 25px;
}


}/* タブレット閉--------------------------------- */


/* スマホのみ------------------------------------ */
@media screen and (max-width: 520px) {
	.el_midashi_line {
		display: block;
		font-size: 6vmin !important;
		width: 100%;
		font-weight: bold !important;
	}

.main_line2_span01,.main_line2_span02,.text_underline {
	font-size: 6vmin !important;
	font-weight: bold;
}

	.el_midashi_wrapper {
text-align: center;
	}
	.main_line1_wrapper {
		padding-left: 3px;
		padding-right: 3px;
	}

	.main_line2_wrapper {
		padding-left: 3px;
		padding-right: 3px;
		max-width: 98% !important;
	}

	.main_line3_wrapper {
		max-width: 98%;
	}

	.main_line3_text .el_midashi_line {
		line-height: 1.6;
	}



.footer {
	flex-direction: column-reverse;
	height: 550px !important;
	align-items: center;
	justify-content: space-between;
}

.footer_right_wrapper {
	width: 97% !important;
	text-align: center;
}

.footer_right_wrapper > p {
	text-align: center;
}
.googlemap {
	margin-right: auto;
	margin-left: auto;
}

.footer {
	padding-bottom: 25px;
}


}/* スマホ閉------------------------------------ */






.dot_text {
	padding-top: .1em;
	background-position: top 1px left;
	background-repeat: repeat-x;
	background-size: 1em .3em;
	background-image: radial-gradient(.15em .15em at center center,orange,orange 100%,transparent);
}

.text_underline {
	background: linear-gradient(transparent 85%, #ff99ab 85%);
	font-weight: bold;
	line-height: 1.2;
	font-size: 25px;
	display: inline;
}

.el_pcmidashi {
	display: block;
}

.main_line3_text .el_midashi_line {
	font-size: 25px;
	font-weight: bold;
}

.el_midashi_line {
display: inline-block;
}

.main_line1_p {
	font-size: 18px;
	margin-top: 22px;
}

.main_line2_wrapper {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

.main_line2_text {
	background-image: url(images/hanamaru.png);
	background-repeat:no-repeat;
	background-size:contain;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.main_line2_span01 {
	display: block;
	font-weight: bold;
	line-height: 1.2;
	font-size: 20px;
}

.main_line2_span02 {
	display: block;
font-size: 26px;
line-height: 1.2;
font-weight: bold;
}

.main_line2_p {
		font-size: 18px;
}

.main_line3_wrapper {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.main_line3_span01 {
	display: block;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
}

.main_line3_span02 {
	display: block;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 12px;
}

.main_line3_p {
			font-size: 18px;
			margin-top: 18px;
}




.main_open {
	width: 100%;
	height: 233px;
	margin-top: 80px;
	display: flex;
	align-items: center;
	background-image: url(images/odasaga_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-color:rgba(192,192,192,0.9);
background-blend-mode:overlay;
}

.main_open_img {
	max-width: 813px;
	margin-right: auto;
	margin-left: auto;
}

.main_open_img > img {
	max-width: 100%;
}

/*

フッター部

 */

.footer {
	width: 100%;
	height: 330px;
	display: flex;
background-image: linear-gradient( 0deg,  rgba(230,148,35,1) 7.6%, rgba(244,208,158,1) 81.4% );
margin-top: 35px;
}

.footer_left_wrapper {
width: 50%;
display: flex;
 justify-content: center;
 align-items: center;
flex-direction: column;
}

.footer_left_wrapper img {
max-width: 150px;
}

.footer_left_text {
text-align: center;
margin-top: 10px;
}

.footer_right_wrapper {
width: 50%;
}

.footer_right_juku {
margin-top: 20px;
}

.footer_right_address {
margin-top: 15px;
}

.googlemap {
	width: 90%;
	height: 150px;
	margin-top: 15px;
	background-color: grey;
	text-align: center;
	font-size: 30px;
}

.telno {
	display: inline-block;
	max-height: 35px;
	vertical-align: middle;
}

.telnobox {
max-width: 300px;
}


.renrakusaki {
	display: inline-block;
	vertical-align: middle;
}


/* レスポンシブここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */

/* スマホのみ------------------------------------ */
@media screen and (max-width: 960px) {

	.telnobox {
	margin-right: auto;
	margin-left: auto;
	max-width: 300px;
	}

}/* スマホ閉------------------------------------ */
/* レスポンシブここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */




/*

無料相談ページ

 */

.page_header {
	height: 120px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(images/page_header.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-color:rgba(192,192,192,0.9);
	background-blend-mode:overlay;
}

.title_muryousoudan {
font-size: 28px;
}

.muryousoudan_title_img {
	max-width: 450px;
	display: block;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}

.text_center_div {
	text-align: center;
}

.muryousudan_midashi {
	display: inline-block;
margin-top: 20px;
font-size: 30px;
text-align: center;
padding: 0.2rem;
margin-bottom: 0.2rem;
background: linear-gradient(transparent 80%, #66ccff 80%);
font-weight: bold;
font-size: 26px;
}

.soudan_p {
	max-width: 800px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	line-height: 1.8;
}


.gimon_img {
	display: block; /* ブロックレベルに変更 */
	margin: 0 auto;
	margin-top:30px;
}

.muryousudan_midashi2 {
	max-width: 880px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	font-size: 30px;
	text-align: center;
	margin-top: 40px;
	background: linear-gradient(transparent 80%, #41B945 80%);
}

.form {
width: 880px;
}



.form_input {
	width: 880px;
	height: 400px;
	margin-bottom: 50px;
	background-color: grey;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 45px;
}

.widthsettei {
	width: 350px;
}

.a_block {
	display: block;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

.btn_green {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	 border-radius: 10px;
	 padding: 5px;
	background-color: #41B945;
	font-size: 20px;
	box-shadow: 0px 2px 4px;
}

.btn_line2 {
	font-size: 16px;
}

/* 無料相談レスポンシブ設定↓↓↓↓↓↓↓↓↓↓----------------------------------------- */
/* スマホのみ------------------------------------ */
@media screen and (max-width: 520px) {

.top_color {
	max-width: 100%;
}
.form {
	max-width: 100%;
}

.form_list {
	max-width: 97% !important;
}

.a_block {
	width: 100%;
}

.btn_green {
	width:95%;
}

	.muryousoudan_title_img {
		max-width: 100%;
	}
	.el_soudan_midashiLine {
		display: block;
		font-size: 6vmin;
	}

	.soudan_p {
		max-width: 98%;
	}

}/* スマホ閉------------------------------------ */





/* レスポンシブ設定ここまで↑↑↑↑----------------------------------------- */
/*

申し込みページ

*/

.mousikomi_midashi {
	text-align: center;
	font-size: 28px;
}


.mousikomi_midashi:before {
	content: '';/*何も入れない*/
display: inline-block;/*忘れずに！*/
width: 30px;/*画像の幅*/
height: 30px;/*画像の高さ*/
background-image: url(images/kirakira.png);
background-size: contain;
vertical-align: middle;
}

.mousikomi_ul {
		list-style-type:disc;
		width: 880px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		line-height: 1.8;
		font-size: 18px;
}

.mousokomi_midashi {
	position: relative;
	width: 930px;
	display: block;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

.telno_v2 {
	max-height: 35px;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
}


/* 申し込みレスポンシブ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */

/* スマホのみ------------------------------------ */
@media screen and (max-width: 520px) {

.mousikomi_midashi {
	font-size: 6.3vmin;
}
.mousikomi_ul {
	width: 90%;
}

}/* スマホ閉------------------------------------ */




/* スマホ＋タブレット　or　タブレットのみ------------ */
@media screen and (max-width: 960px) {





}/* タブレット閉--------------------------------- */



/* 申し込みレスポンシブここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* ↑↑↑↑↑↑↑↑↑↑↑↑申し込みページここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */



/* aboutページ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓  */
.sotugyouseinokoe:before {
	content:  '';               /* 空白の要素を作る */
	background-color: #ffeaac;  /* 背景色指定 */
	display:  block;            /* ブロック要素にする */
	position:  absolute;        /* 位置調整 */
	left:  90px;                   /* 位置調整 */
	height: 60px;               /* 高さ指定 */
	width: 60px;                /* 幅指定 */
	border-radius:  50%;        /* 丸くする */
	bottom: -18px;                     /* 位置調整 */
	z-index:  -1;               /* 重なり調整 */
}


.sotugyouseinokoe {
	text-align: center;
	font-size: 28px;
}

.note_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.note_div {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 60px;
}

.note_div > p {
	line-height: 1.8;
}

.note_div > p:first-line {
	font-weight: bold;
	color: #FDB51A;
}

.note {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); /* 罫線の色と太さ */
  background-size: 100% 1.8em; /* 行の高さ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}

.yajirusi {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}

.tsumari {
	text-align: center;
	font-size: 28px;
}

.kouiukoto01 {
	margin-top: 40px;
	text-align: center;
	font-size: 38px;
}


.kouiukoto02 {
	margin-top: 25px;
	text-align: center;
	font-size: 38px;
	margin-bottom: 50px;
}

.kouiukoto01 .text_underline {
	font-size: 38px;
}
.kouiukoto02 .text_underline {
	font-size: 38px;
}



/* レスポンシブここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */

/* スマホのみ------------------------------------ */
@media screen and (max-width: 520px) {
.note_div {
	max-width: 95%;
}

.tsumari {
	font-size: 6vmin;
	font-weight: bold;
}

.el_rp_aboutLine {
	display: block;
	font-size: 6vmin;
}
.kouiukoto02 {
	margin-top: 5px;
}

}/* スマホ閉------------------------------------ */



/* スマホ＋タブレット　or　タブレットのみ------------ */
@media screen and (max-width: 960px) {
	.note_div {
		max-width: 95%;
	}

	.tsumari {
		font-size: 6vmin;
		font-weight: bold;
	}

	.el_rp_aboutLine {
		display: block;
		font-size: 6vmin;
	}
	.kouiukoto02 {
		margin-top: 5px;
	}
}/* タブレット閉--------------------------------- */




/* PCのみ--------------------------------------- */
 @media screen and (min-width: 961px) {

}/* PCのみ閉------------------------------------ */

/* レスポンシブここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */


/* aboutページここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */



/* ここからアクセスページ(cssコーディング規則使用) */
.ly_cont {
	max-width: 930px;
	padding: 0px 15px;
	margin-right: auto;
	margin-left: auto;
}

.el_lv2heading {
	font-size: 1.75rem;
	text-align: center;
	padding: 30px 10px;
	color: #F2B007;
}

.el_lv2heading > span {
	position: relative;
	display: inline-block;
	transform: translateY(-20%);
}

.el_lv2heading > span::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 80px;
	height: 4px;
	background-color: #F2B007;
	transform: translateX(-50%);
}

.el_txt {
	line-height: 1.8;
	font-size: 1.125rem;
}

.hp_txtCenter {
	text-align: center;
}

.el_googlemap_wrapper	{
	width: 580px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: gray;
	margin-top: 20px;
	margin-bottom: 20px;
}

.gmapAccess {
	width: 600px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.el_leftBorderedHeading {
	font-size: 1.75rem;
	border-left: 4px solid #E69423;
	padding-left: 5px;
	margin-top: 40px;
	margin-bottom: 15px;
}

.el_imgCaption {

}

.el_imgCaption_caption {
	text-align: center;
	margin-top: .3em;
	margin-bottom: 1em;
	font-size: 1rem;
}

.el_2columnImg_Wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 20px;
	margin-bottom: 20px;
}

.el_2columnImg_Wrapper img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
}
@media screen and (max-width: 520px) {

	.el_2columnImg_Wrapper {
display: block;
	}

.gmapAccess {
	width: 100%;
	height: 300px !important;
}


	}
@media screen and (max-width: 960px) {
	.el_2columnImg_Wrapper > .el_imgCaption:nth-child(2) {
margin-left: 10px;
}
}

/* アクセスページここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* priceページ */


@media screen and (max-width: 600px) {
  .el_lv2heading {
		font-size: 1.3rem;
		font-style: bold;
	}
}

.el_lv2heading_icon {
	font-size: 1.75rem;
	text-align: center;
	padding: 30px 10px;
	position: relative;
}

.hp_beforeImg {
	display: inline-block;
}

.hp_beforeImg::before {
	display: inline-block;
	vertical-align: middle;
  content: url(images/kirakiraOrange.png);
	transform: scale(1,1);
}

@media screen and (max-width: 600px) {
  .el_lv2heading_icon {
		font-size: 1.3rem;
		font-style: bold;
	}
}
/* nagareページ */

span.hp_w800::after {
	width: 800px;
}

.el_lv3heading {
	font-size: 1.75rem;
	text-align: left;
	padding: 30px 10px 10px 10px;
	color: #black;
}

.hp_no1::before {
	content: url(images/no1.png) !important;
	transform: scale(1,1);
}


.hp_no2::before {
	content: url(images/no2.png) !important;
	transform: scale(1,1);
}


.hp_no3::before {
	content: url(images/no3.png) !important;
	transform: scale(1,1);
}

.hp_p40 {
	padding: 0 40px;
}

.mt20 {
	margin-top: 20px;
}


/* faq */
.bl_faq {
  /* css-wipeではスタイリングなし */
}

.bl_faq > *:last-child {
  margin-bottom: 0;
}

.bl_faq_q,
.bl_faq_a {
  position: relative;
  display: flex;
  align-items: flex-start;
  box-sizing: content-box;
  min-height: 45px;
  padding-left: 60px;
}

.bl_faq_q {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
}

.bl_faq_q_txt {
  padding-top: 12px;
}

.bl_faq_a {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.bl_faq_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-weight: normal;
  line-height: 45px;
  text-align: center;
}

.bl_faq_q .bl_faq_icon {
  background-color: #e25c00;
  color: #fff;
}

.bl_faq_a .bl_faq_icon {
  background: #efefef;
  color: #e25c00;
}

.bl_faq_a_body {
  padding-top: 12px;
}

.bl_faq_a_body > *:last-child {
  margin-bottom: 0;
}

.bl_faq_a_txt {
  margin-bottom: 20px;
}

.link {
	color: blue;
	text-decoration: underline;
}

/* 写真Galleryページ */
.el_3colGallery_unit {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.hp_dp_none {
	display: none;
}

.hp_w300 {
	max-width: 300px;
}

.hp_mb18 {
	margin-bottom: 18px;
}

.pt30 {
	padding-top: 30px;
}

.hp_mt30 {
	margin-top: 30px;
}
