@charset "utf-8";
/* ===================================================
	Hotspring CSS
====================================================== */
/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01 { padding: 70px 0 155px; background: url(../img/bg02.jpg); }
#sec01 .cmn_tit01 { margin-bottom: 25px;}
#sec01 .cmn_tit01 + p { text-align: center; margin-bottom: 50px; }
#sec01 .txt_col { margin-top: 25px; }
#sec01 .txt_col h3 { font-size: 26px; margin-bottom: 15px; }
#sec01 .txt_col p { line-height: 2.1;}
#sec01 div[class^="sec01_"] + div[class^="sec01_"] { margin-top: 115px; }

@media screen and (hover: hover) {
}
@media screen and (min-width: 601px) {
}
@media screen and (max-width: 600px) {
	#sec01 { padding: 40px 0 60px; }
	#sec01 .cmn_tit01 { margin-bottom: 15px;}
	#sec01 .cmn_tit01 + p { text-align: center; margin-bottom: 30px; }
	#sec01 .txt_col { margin-top: 15px; }
	#sec01 .txt_col h3 { font-size: 19px; margin-bottom: 10px; }
	#sec01 .txt_col p { line-height: 1.8;}
	#sec01 div[class^="sec01_"] + div[class^="sec01_"] { margin-top: 40px; }
}



/* ---------------------------------------------------
	sec02
------------------------------------------------------ */
#sec02 { padding: 85px 0 110px; margin-bottom: 30px; background: var(--color04); color: #fff; }
#sec02::before { height: 1075px; }
#sec02 .cmn_tit01 { margin-bottom: 90px; }
#sec02 .table_col div { display: flex; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #576076; line-height: 2.1; }
#sec02 .table_col div dt { width: 220px; flex-shrink: 0; padding-left: 5px; }
#sec02 .table_col div dd { flex-grow: 1; }
#sec02 .flex_box { margin-top: 70px; display: flex; justify-content: space-between; line-height: 2.1; }

@media screen and (hover: hover) {
}
@media screen and (min-width: 601px) {
	#sec02 .flex_box .photo_col { width: 50%; }
	#sec02 .flex_box .txt_col { width: 44.5%; }
}
@media screen and (max-width: 600px) {
	#sec02 { padding: 50px 0 60px; margin-bottom: 20px; }
	#sec02 .cmn_tit01 { margin-bottom: 40px; }
	#sec02 .table_col div { flex-direction: column; line-height: 1.8; padding-bottom: 1.5em; margin-bottom: 1.5em; }
	#sec02 .table_col div dt { width: 100%; padding: 0 2% 5px; }
	#sec02 .table_col div dd { padding: 0 2%; }
	#sec02 .flex_box { margin-top: 35px; flex-direction: column; line-height: 1.8; }
	#sec02 .flex_box .photo_col { margin-top: 20px;}
}
