@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

/*------------------------------------------------------
　　　　　　　　　＊ HTML5 RESET ＊
-------------------------------------------------------*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	font-style: normal;
} 
span {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
} 
strong {
	font-size:100%;
	vertical-align:baseline;
} 
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol,ul{list-style:none;}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    font-size:100%;
    vertical-align:baseline;
	outline: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
img {
	margin: 0;
	vertical-align: bottom;
	border: none;
	}

/*------------------------------------------------------
　　　　　　　　　＊ COMMON　＊
-------------------------------------------------------*/
.fl_l {float: left !important;}
.fl_r {float: right !important;}
.center {
	margin-right: auto;
	margin-left: auto;
}
.clear_b {clear: both !important;}

.ta_l {text-align: left !important;}
.ta_r {text-align: right !important;}
.ta_c {text-align: center !important;}

/* Clearfix */  
.clearfix:after {
    content: "";   
    display: block;   
    height: 0px;  
	line-height: 0px;
    clear: both;   
    visibility: hidden;  
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
.ps_r {
	position: relative;
}

.m_0 {margin: 0px !important;}
 
.m_b0 {margin-bottom: 0px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b60 {margin-bottom: 60px !important;}
.m_b65 {margin-bottom: 65px !important;}
.m_b70 {margin-bottom: 70px !important;}
.m_b80 {margin-bottom: 80px !important;}
.m_b100 {margin-bottom: 100px !important;}

.m_t0 {margin-top: 0px !important;}
.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t35 {margin-top: 35px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t-5 {margin-top: -5px !important;}
.m_t-10 {margin-top: -10px !important;}
.m_t-15 {margin-top: -15px !important;}
.m_t-20 {margin-top: -20px !important;}
.m_t-30 {margin-top: -30px !important;}

.m_l0 {margin-left: 0px !important;}
.m_l5 {margin-left: 5px !important;}
.m_l10 {margin-left: 10px !important;}
.m_l15 {margin-left: 15px !important;}
.m_l20 {margin-left: 20px !important;}
.m_l25 {margin-left: 25px !important;}
.m_l30 {margin-left: 30px !important;}
.m_l-10 {margin-left: -10px !important;}
.m_l-15 {margin-left: -15px !important;}
.m_l-20 {margin-left: -20px !important;}

.m_r0 {margin-right: 0px !important;}
.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_r15 {margin-right: 15px !important;}
.m_r20 {margin-right: 20px !important;}
.m_r25 {margin-right: 25px !important;}
.m_r30 {margin-right: 30px !important;}
.m_r60 {margin-right: 60px !important;}

.p_t0 {padding-top: 0px !important;}
.p_t5 {padding-top: 5px !important;}
.p_t10 {padding-top: 10px !important;}
.p_t12 {padding-top: 12px !important;}
.p_t15 {padding-top: 15px !important;}
.p_t20 {padding-top: 20px !important;}
.p_t25 {padding-top: 25px !important;}
.p_t30 {padding-top: 30px !important;}
.p_t40 {padding-top: 40px !important;}
.p_t45 {padding-top: 45px !important;}
.p_t50 {padding-top: 50px !important;}
.p_t60 {padding-top: 60px !important;}
.p_t70 {padding-top: 70px !important;}
.p_t100 {padding-top: 100px !important;}
.p_t130 {padding-top: 130px !important;}

.p_b0 {padding-bottom: 0px !important;}
.p_b5 {padding-bottom: 5px !important;}
.p_b10 {padding-bottom: 10px !important;}
.p_b15 {padding-bottom: 15px !important;}
.p_b20 {padding-bottom: 20px !important;}
.p_b25 {padding-bottom: 25px !important;}
.p_b30 {padding-bottom: 30px !important;}
.p_b35 {padding-bottom: 35px !important;}
.p_b40 {padding-bottom: 40px !important;}
.p_b45 {padding-bottom: 45px !important;}
.p_b50 {padding-bottom: 50px !important;}
.p_b60 {padding-bottom: 60px !important;}
.p_b65 {padding-bottom: 65px !important;}
.p_b70 {padding-bottom: 70px !important;}
.p_b80 {padding-bottom: 80px !important;}
.p_b90 {padding-bottom: 90px !important;}
.p_b100 {padding-bottom: 100px !important;}

.p_l5 {padding-left: 5px !important;}
.p_l10 {padding-left: 10px !important;}
.p_l15 {padding-left: 15px !important;}
.p_l20 {padding-left: 20px !important;}
.p_l25 {padding-left: 25px !important;}
.p_l30 {padding-left: 30px !important;}
.p_l40 {padding-left: 40px !important;}
.p_l45 {padding-left: 40px !important;}
.p_l50 {padding-left: 50px !important;}
.p_l60 {padding-left: 60px !important;}
.p_l70 {padding-left: 70px !important;}
.p_l100 {padding-left: 100px !important;}
.p_l120 {padding-left: 120px !important;}
	
.p_r5 {padding-right: 5px !important;}
.p_r8 {padding-right: 8px !important;}
.p_r10 {padding-right: 10px !important;}
.p_r15 {padding-right: 15px !important;}
.p_r20 {padding-right: 20px !important;}
.p_r25 {padding-right: 25px !important;}
.p_r30 {padding-right: 30px !important;}
.p_r60 {padding-right: 60px !important;}

.p_5 {padding: 5px !important;}
.p_10 {padding: 10px !important;}
.p_15 {padding: 15px !important;}
.p_20 {padding: 20px !important;}
.p_30 {padding: 30px !important;}

.fw_b{font-weight: bold !important;}
.fw_n{font-weight: normal!important;}

.lh_130{line-height: 1.3;}
.lh_150{line-height: 1.5;}
.lh_180{line-height: 1.8;}

.fs_1{ font-size: 1px !important;}
.fs_10{ font-size: 10px !important;}
.fs_11{ font-size: 11px !important;}
.fs_12{	font-size: 12px !important;}
.fs_13{	font-size: 13px !important;}
.fs_14{	font-size: 14px !important;}
.fs_15{	font-size: 15px !important;}
.fs_16{	font-size: 16px !important;}
.fs_17{	font-size: 17px !important;}
.fs_18{	font-size: 18px !important;}
.fs_19{	font-size: 19px !important;}
.fs_20{	font-size: 20px !important;}
.fs_21{	font-size: 21px !important;}
.fs_22{	font-size: 22px !important;}
.fs_23{	font-size: 23px !important;}
.fs_24{	font-size: 24px !important;}
.fs_25{	font-size: 25px !important;}
.fs_26{	font-size: 26px !important;}
.fs_27{	font-size: 27px !important;}
.fs_28{	font-size: 28px !important;}
.fs_29{	font-size: 29px !important;}
.fs_30{	font-size: 30px !important;}
.fs_36{	font-size: 36px !important;}

.fs_120p{font-size: 120% !important;}
.fs_90p{font-size: 90% !important;}
.fs_85p{font-size: 85% !important;}
.fs_80p{font-size: 80% !important;}

.bdr_none{
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.bg_none {
	background-image: none !important;
}
.js_link{
	cursor: pointer;
}
.dsp_b {
	display: block;
}
.dsp_ib {
	display: inline-block;
}
.dsp_n {
	display: none;
}
.opa_60 {
	opacity: 0.6;
}
.w_100p {
    width: 100% !important;	
}
/*------------------------------------------------------
　　　　　　　　　＊ BASE ＊
-------------------------------------------------------*/
body{
	font-size: 16px;
	line-height: 1.8;
	color: #38311D;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.07em;
	font-feature-settings: "palt";
}
@media screen and (max-width: 768px){
body{
	font-size: 15px;
	line-height: 1.6;
	color: #38311D;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
}
}
a {
	color: #38311D;
}
a:hover {
	color: #38311D;
	text-decoration: none;
}

/*------------------------------------------------------
　　　　　　　　　＊ HEADER ＊
-------------------------------------------------------*/
header {
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
    z-index: 6000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    height: 100px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.header_logo_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 20px;
    margin-left: 20px;
    height: 58px;
}
.header_logo  {
    text-align: left;
    display: inline-block;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 58px;
    width: 275px;
    background-size: 275px auto;
    margin-right: 17px;
}
.header_logo a {
	height: 100%;
	width: 100%;
	display:block;
}
.header_logo_box .text {
    font-size: 12px;
    text-align: left;
}
.header_btn_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-top: 10px;
}
.header_btn_box .header_tel {
    margin-right: 10px;    
}
/*------------- SP -------------*/
@media screen and (max-width: 768px){
header {
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
    z-index: 6000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    height: 56px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.header_logo_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 10px;
    margin-left: 10px;
    height: 36px;
}
.header_logo  {
    text-align: left;
    display: inline-block;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 36px;
    width: 178px;
    background-size: auto 36px;
    margin-right: 10px;
}
.header_logo a {
	height: 100%;
	width: 100%;
	display:block;
}
.header_logo_box .text {
    font-size: 10px;
    text-align: left;
    padding-top: 5px;
    letter-spacing: 0.04em;
}
.header_btn_box {
    display: none;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ FOOTER ＊
-------------------------------------------------------*/
footer {
    background-color: #95D3C6;
    padding-top: 10px;
    width: 100%;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 13px;
    text-align: center;
    line-height: 1;
}

/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
footer {
    background-color: #95D3C6;
    padding-top: 10px;
    width: 100%;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 13px;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ COMMON ＊
-------------------------------------------------------*/
.contents {
	 width: 100%;
}
@media screen and (max-width: 768px){
.contents {
    width: 100%;
}
}
/*------------- BOX -------------*/
.box {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
.box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
}
/*------------- BOX -------------*/
.cm_area01 {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #FFFFFF;
    text-align: center;
}
.area_bg01 {
    background-color: #EAF6F4;	
}
.area_bg02 {
    background-color: #53AA99;	
}
@media screen and (max-width: 768px){
.cm_area01 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
}
/*------------- BTN -------------*/
.cm_btn01 {
    height: 60px;
    width: auto;
    min-width: 340px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #53AA99;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.cm_btn01 a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1;
}
.cm_btn01:hover {
    cursor: pointer;
	opacity: 0.7;
}
.cm_btn01.newopen {
    background-image: url(../img/ico_newopen.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 19px auto;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_btn01 {
    height: 48px;
    width: auto;
    min-width: 280px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #53AA99;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.cm_btn01 a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1;
}
.cm_btn01:hover {
    cursor: pointer;
	opacity: 0.7;
}
.cm_btn01.newopen {
    background-image: url(../img/ico_newopen.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px auto;
}
.cm_btn_box img {
    width: 100%;
    height: auto;
}
}
/*------------- BTN -------------*/
.cm_btn02 {
    height: 50px;
    width: auto;
    min-width: 250px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #062CAD;
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.cm_btn02 a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1;
}
.cm_btn02:hover {
    cursor: pointer;
	opacity: 0.7;
}
.cm_btn02.newopen {
    background-image: url(../img/ico_newopen.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 19px auto;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_btn02 {
    height: 48px;
    width: auto;
    min-width: 250px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #062CAD;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.cm_btn02 a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1;
}
.cm_btn02:hover {
    cursor: pointer;
	opacity: 0.7;
}
.cm_btn02.newopen {
    background-image: url(../img/ico_newopen.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px auto;
}
.cm_btn_box img {
    width: 100%;
    height: auto;
}
}
/*------------- BTN -------------*/
.cm_btn03 {
    height: 60px;
    width: auto;
    min-width: 340px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #062CAD;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.cm_btn03 a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1;
}
.cm_btn03:hover {
    cursor: pointer;
	opacity: 0.7;
}
.cm_btn03.newopen {
    background-image: url(../img/ico_newopen.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 19px auto;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_btn03 {
    height: 48px;
    width: auto;
    min-width: 280px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #062CAD;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.cm_btn03 a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1;
}
.cm_btn03:hover {
    cursor: pointer;
	opacity: 0.7;
}
.cm_btn03.newopen {
    background-image: url(../img/ico_newopen.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px auto;
}
.cm_btn_box img {
    width: 100%;
    height: auto;
}
}
/*------------- TITLE -------------*/
.cm_ttl01 {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    font-size: 46px;
    text-align: center;
    line-height: 1.3;
    position: relative;
    color: #338E7E;
}
.cm_ttl01 span.line {
    background-repeat: repeat-x;
    background-image: url(../img/line02.png);
    background-position: left bottom;
    padding-bottom: 21px;
	display: inline-block;
}
.cm_ttl01 .sml,.cm_ttl03 .sml {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 10px;
}
.cm_ttl02 {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    color: #338E7E;
	background-repeat: repeat-x;
    background-image: url(../img/line02.png);
    background-position: left bottom;
    padding-bottom: 17px;
}
.cm_ttl03 {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    font-size: 46px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    color: #FFFFFF;
	background-repeat: repeat-x;
    background-image: url(../img/line04.png);
    background-position: left bottom;
    padding-bottom: 17px;
	text-shadow: 0px 1px 8px rgba(37, 32, 22, 0.25);
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_ttl01 {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
    position: relative;
    color: #338E7E;
}
.cm_ttl01 span.line {
    background-repeat: repeat-x;
    background-image: url(../img/line02.png);
    background-position: left bottom;
    padding-bottom: 15px;
	display: inline-block;
}
.cm_ttl01 .sml,.cm_ttl03 .sml {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 4px;
}
.cm_ttl02 {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    color: #338E7E;
    background-repeat: repeat-x;
    background-image: url(../img/line02.png);
    background-position: left bottom;
    padding-bottom: 15px;
    background-size: auto 3px;
}
.cm_ttl03 {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    color: #FFFFFF;
	background-repeat: repeat-x;
    background-image: url(../img/line04.png);
    background-position: left bottom;
    padding-bottom: 17px;
	text-shadow: 0px 1px 8px rgba(37, 32, 22, 0.25);
}
}

/*------------------------------------------------------
　　　　　　　　　＊ STRONG ＊
-------------------------------------------------------*/
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
    background-image: url(../img/line03.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
h1 strong.st01, h2 strong.st01, h3 strong.st01, h4 strong.st01, h5 strong.st01 {
    background-image: url(../img/line05.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
p strong {
    background-image: url(../img/line01.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
/*------------------------------------------------------
　　　　　　　　　＊ HOVER ＊
-------------------------------------------------------*/
.hv_fade01 {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
	cursor: pointer;
}  
.hv_fade01:hover {  
    opacity: 0.8;  
    filter: alpha(opacity=80);  
}
.hv_btn01 {
	transition: .3s;
}
.hv_btn01:hover {
	transform: translateY(-4px);
}
/*------------------------------------------------------
　　　　　　　　　＊ RESPONSIVE ＊
-------------------------------------------------------*/
@media screen and (min-width: 766px){
.sp_on {
	display:none;
}
}
@media screen and (max-width: 768px){
.pc_on {
	display:none;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ PAGETOP ＊
-------------------------------------------------------*/
.pagetop {
	display: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
	z-index: 100;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.pagetop {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 8px;
}
.pagetop img {
    width: 46px;
	height: 46px;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ TOP ＊
-------------------------------------------------------*/
.kv_area {
    background-image: url(../img/kv_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 520px;
    position: relative;
}
.kv_area .text_box {
    position: absolute;
    left: 54%;
    top: 100px;
}
.kv_area .text_box .copy {
    margin-bottom: 35px;    
}
.kv_area .text_box .text01 {
    font-size: 22px;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #53AA99;
    display: inline-block;
    line-height: 1;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.kv_area .text_box .text02 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.35;
	letter-spacing: 0.05em;
	display: block;
}
.kv_area .text_box .hospital {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
}
.kv_area .text_box .name {
    font-size: 30px;
    font-weight: bold;
}
.outline_area {
	text-align: center;
}
.outline_area .text_box {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 2;
}
.outline_area .text_box p {
    margin-bottom: 10px;    
}
.outline_area .btn_box .text {
    margin-bottom: 25px;    
}
.shojo_area .shojo_list_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 766px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.shojo_area .shojo_list li {
    width: 480px;
    height: 70px;
    background-color: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: left;
}
.shojo_area .shojo_list li:last-child {
    margin-bottom: 0px;
}
.shojo_area .shojo_list li p {
    background-repeat: no-repeat;
    background-image: url(../img/ico_check01.png);
    background-position: left 20px center;
    padding-left: 60px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
}
.shojo_area .text {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
}
.fukuku_area .point_box {
    margin-bottom: 50px;
}
.fukuku_area .point_box:last-child {
    margin-bottom: 0px;
}
.fukuku_area .point_box .text_box {
    text-align: left;
    margin-bottom: 40px;
}
.fukuku_area .point_box .text_box p {
    margin-bottom: 10px;
}
.fukuku_area .point_box .text_box .ttl {
    font-size: 36px;
    margin-bottom: 30px;
}
.fukuku_area .point_box .point {
    background-color: #53AA99;
    color: #FFFFFF;
    font-family: 'Roboto';
    line-height: 1;
    padding-top: 4px;
    padding-right: 11px;
    padding-bottom: 4px;
    padding-left: 11px;
    font-size: 19px;
}
.fukuku_area .ilst_box {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.fukuku_area .point_box.point02 {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.fukuku_area .point_box.point02 .text_box {
    order: 2;
    width: 540px;
    margin-bottom: 0px;
}
.fukuku_area .point_box.point02 .ilst_box {
    order:1;
}
.nagare_area .ilst {
    padding-bottom: 70px;	
}
.nagare_list01_box {
    margin-bottom: 40px;	
}
.nagare_list01 {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.nagare_list01 li {
    background-color: #FFFFFF;
    width: 320px;
    border-radius: 6px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.nagare_list01 li .num {
    font-family: 'Roboto';
    color: #EDA027;
    margin-top: -40px;
    font-size: 48px;
}
.nagare_list01 li .ttl {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
}
.nagare_list01 li::after {
    content: '';
    display: inline-block;
    width: 26px; 
    height: 36px; 
    background: url("../img/arrow01.png") no-repeat 50% 50%;
    position: absolute;
    top: 50%;
    right: -26px;
	margin-top: -18px;
}
.nagare_list01 li:last-child::after {
    display: none;
}
.nagare_list02_box {
    margin-bottom: 40px;
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
}
.nagare_list02 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}
.nagare_list02 li {
    width: 300px;
    border: 3px solid #95D3C6;
    border-radius: 6px;
    padding-top: 18px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nagare_list02 .time {
    background-image: url(../img/ico_clock.png);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: center top;
    padding-top: 50px;
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #338E7E;
    margin-bottom: 7px;
}
.merit_area {}
.merit_area .text {
    margin-bottom: 40px;
}
.merit_area .ilst_box {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.recommend_area {}
.recommend_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.recommend_list li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 500px;
    border-radius: 6px;
    margin-right: 60px;
    background-color: #FFFFFF;
    margin-bottom: 50px;
}
.recommend_list li:nth-child(2n) {
    margin-right: 0px;
}
.recommend_list li:nth-last-child(-n+2){
    margin-bottom: 10px;
}
.recommend_list li .photo {
    width: 500px;
    height: 260px;    
	overflow: hidden;
}
.recommend_list li .photo img {
    width: 100%;
    height: auto;    
	border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.recommend_list li .text_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: left;
}
.recommend_list li .text_box .ttl {
    font-size: 26px;
    font-weight: bold;
    color: #338E7E;
    margin-bottom: 12px;
}
.time_area {}
.time_area .time_text {
    margin-bottom: 30px;
}
.time_area .inner_box {
    margin-bottom: 30px;
    width: 800px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #95D3C6;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 60px;
    
}
.time_area .inner_box .time {
    background-image: url(../img/ico_clock.png);
    background-size: 53px auto;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 70px;
    font-family: 'Roboto';
    color: #338E7E;
    font-size: 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
    border-right: 2px solid #DBD5C9;
}
.time_area .inner_box .text_box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding-left: 30px;
}
.cost_area {}
.cost_area .case_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	padding-top: 70px;
}
.cost_area .case_box .case {
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 510px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25px;
    height: auto;
}
.cost_area .case_box .case .icon {
    margin-top: -50px;
    margin-bottom: 5px;
}
.cost_area .case_box .case .case_list{
    list-style-position: outside;
    text-align: left;
    list-style-type: disc;
    padding-left: 60px;
    padding-top: 20px;
}
.result_area {
    background-image: url(../img/jisseki_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.result_box {
    background-color: rgba(33, 124, 108, 0.3);
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
	text-shadow: 0px 1px 8px rgba(37, 32, 22, 0.25);
}
.result_box .text01 {
    margin-bottom: 15px;
}
.result_box .text01 img {
    width: 414px;
    height: auto;
}
.cv_area {
	color: #FFFFFF;
}
.cv_area .cv_text {
    margin-bottom: 20px;    
}
.cv_btn_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 13px;
    text-align: left;
}
.cv_btn_box img {
    padding-bottom: 15px;    
}
.cv_btn_box .tel {
    width: 420px;
    padding-top: 16px;
}
.cv_btn_box .mail {
    width: 630px;    
}
.about_box .text_box {
    margin-bottom: 40px;
    text-align: left;
}
.about_box .text_box p {
    margin-bottom: 10px;	
}
.about_box .text_box p.important {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
}
.about_box .ilst {
    width: 100%;
    padding-top: 35px;
    padding-right: 45px;
    padding-bottom: 40px;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.about_box .ilst img {
    width: 100%;
    height: auto;
}
.message_area {
    background-image: url(../img/message_bg.png) !important;
    background-position: center top;
    background-repeat: no-repeat;
}
.message_area .message {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}
.message_area .message .photo_box {
    width: 460px;
}
.message_area .message .photo_box img {
    width: 100%;	
}
.message_area .message .photo_box .photo {
    margin-bottom: 20px;    
}
.message_area .message .photo_box .name_box {
    margin-bottom: 20px;
	text-align: left;
}
.message_area .message .photo_box .name {
    font-size: 30px;
}
.message_area .message .photo_box .name span {
    font-size: 18px;      
}
.message_area .message .text_box {
    width: 570px;
    text-align: left;
}
.message_area .message .text_box .ttl {
    font-size: 34px;
    margin-bottom: 30px;
}
.message_area .message .text_box p {
    margin-bottom: 12px;    
}
.message_area .message .text_box p:last-child {
    margin-bottom: 0px;    
}
.message_area .btn_box {
    margin-bottom: 50px;    
}
.message_area .kiji_box {
    padding-top: 50px;
}
.message_area .kiji_box .text {
    margin-bottom: 25px;
}
.message_area .kiji_box .kiji_list {
    display: flex;
	flex-direction: row;
	justify-content: space-between; 
}
.message_area .kiji_box .kiji_list li {
    width: 520px;
    border: 3px solid #53AA99;
    border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.message_area .kiji_box .kiji_list li .photo {
    width: 176px;
    height: 135px;
    margin-right: 25px;
}
.message_area .kiji_box .kiji_list li .photo img {
    width: 100%;
    height: auto;    
}
.message_area .kiji_box .kiji_list li .text{
    text-align: left;
    font-size: 17px;
    width: 260px;
}
.faq_area .faq_list {
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 6px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.faq_area .faq_list dt {
    width: 100%;
    padding-right: 42px;
    background-image: url(../img/ico_down.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #E4E4E4;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: 16px auto;
}
.faq_area .faq_list dt.active {
    background-image: url(../img/ico_up.png);
	border-bottom: none !important;
	background-size: 16px auto;
}
.faq_area .faq_list dd {
    width: 100%;
    background-color: #EAF6F4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 20px;
    padding-bottom: 20px;
	margin-bottom: 5px;
	display: none;
}
.faq_area .faq_list dt p {
    background-image: url(../img/ico_q.png);
    background-repeat: no-repeat;
    background-position: left 20px top;
    padding-left: 66px;
    background-size: auto 31px;
}
.faq_area .faq_list dd p {
    background-image: url(../img/ico_a.png);
    background-repeat: no-repeat;
    background-position: left 20px top;
    padding-left: 66px;
    background-size: auto 26px;   
}
.attention_box {
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    padding-top: 20px;
    padding-right: 35px;
    padding-bottom: 15px;
    padding-left: 35px;
    color: #38311D;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.attention_box .attention_ttl {
    color: #338E7E;
    font-size: 22px;
    margin-bottom: 10px;
}
.attention_box .inner {
    margin-bottom: 12px;
    font-size: 14px;
}
.attention_box .inner .ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.hospital_area .photo {
    margin-bottom: 40px;
}
.hospital_area .photo img {
    border-radius: 5px;
}
.hospital_area .hospital_table {
    text-align: left;
}
.hospital_area .hospital_table th {
    background: #F0EDE6;
    border: solid 1px #dbd5c9;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    font-weight: normal;
    width: 225px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hospital_area .hospital_table td {
    border: solid 1px #dbd5c9;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 30px;
    padding-bottom: 15px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.kv_area {
    background-image: url(../img/kv_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 280px;
    position: relative;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kv_area .text_box {
    position: absolute;
    right:0%;
	left:auto;
    top: 35px;
	display: inline-block;
	width: auto;
}
.kv_area .text_box .copy {
    margin-bottom: 15px;    
}
.kv_area .text_box .text01 {
    font-size: 12px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #53AA99;
    display: inline-block;
    line-height: 1.5;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kv_area .text_box .text02 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.35;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
.kv_area .text_box .hospital {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px;
}
.kv_area .text_box .name {
    font-size: 23px;
    font-weight: bold;
}
.outline_area {
	text-align: center;
}
.outline_area .text_box {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.8;
}
.outline_area .text_box p {
    margin-bottom: 10px;    
}
.outline_area .btn_box .text {
    margin-bottom: 25px;    
}
.shojo_area .shojo_list_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}
.shojo_area .shojo_list_box .ilst {
    margin-bottom: 20px;
}
.shojo_area .shojo_list_box .ilst img {
    width: 210px;
    height: auto;
}
.shojo_area .shojo_list li {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: left;
}
.shojo_area .shojo_list li:last-child {
    margin-bottom: 0px;
}
.shojo_area .shojo_list li p {
    background-repeat: no-repeat;
    background-image: url(../img/ico_check01.png);
    background-position: left 10px center;
    padding-left: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    padding-top: 12px;
    background-size: auto 20px;
    padding-bottom: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
}
.shojo_area .text {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6;
}
.fukuku_area .point_box {
    margin-bottom: 50px;
}
.fukuku_area .point_box:last-child {
    margin-bottom: 0px;
}
.fukuku_area .point_box .text_box {
    text-align: left;
    margin-bottom: 40px;
}
.fukuku_area .point_box .text_box p {
    margin-bottom: 10px;
}
.fukuku_area .point_box .text_box .ttl {
    font-size: 26px;
    margin-bottom: 15px;
}
.fukuku_area .point_box .point {
    background-color: #53AA99;
    color: #FFFFFF;
    font-family: 'Roboto';
    line-height: 1;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
    font-size: 14px;
    letter-spacing: 0.06em;
}
.fukuku_area .ilst_box {
    display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.fukuku_area .ilst_box p {   
	padding-bottom: 10px;
}
.fukuku_area .ilst_box p:last-child {   
	padding-bottom: 0px;
}
.fukuku_area .ilst_box img {
    width: 100%;
    height: auto;
}
.fukuku_area .point_box.point01 .ilst1-1 {
    width: 230px;  
	height: auto;
}
.fukuku_area .point_box.point01 .ilst1-2 {
    width: 300px;  
	height: auto;
}
.fukuku_area .point_box.point01 .ilst1-3 {
    width: 270px;  
	height: auto;
}
.fukuku_area .point_box.point02 {
    display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.fukuku_area .point_box.point02 .text_box {
    order: 1;
    width: 100%;
    margin-bottom: 0px;
}
.fukuku_area .point_box.point02 .ilst_box {
    order:2;
}
.fukuku_area .point_box.point03 .ilst3-1_box {
    width: 100% ;  
	height: auto;
	overflow: hidden;
	overflow-x: auto;  /* 横スクロールの指定 */
	white-space: nowrap;  /* 横スクロールの指定 */
	overflow-scrolling: touch;  /* スクロールを滑らかにする */
	-webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
}
.fukuku_area .point_box.point03 .ilst3-1 {
    width: 600px !important;  
	height: auto;
}
.nagare_area .ilst {
    padding-bottom: 50px;	
}
.nagare_area .ilst img  {
    width: 93%;
	height: auto;
}
.nagare_list01_box {
    margin-bottom:15px;
	padding-left: 10px;
    padding-right: 10px;
}
.nagare_list01 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nagare_list01 li {
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 6px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 36px;
}
.nagare_list01 li .num {
    font-family: 'Roboto';
    color: #EDA027;
    margin-top: -25px;
    font-size: 38px;
}
.nagare_list01 li .ttl {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
}
.nagare_list01 li::after {
    display: none;
}
.nagare_list01 li:last-child::after {
    display: none;
}
.nagare_list02_box {
    margin-bottom: 40px;
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 26px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
}
.nagare_list02 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 15px;
}
.nagare_list02 li {
    width: 100%;
    border: 3px solid #95D3C6;
    border-radius: 6px;
    padding-top: 12px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.nagare_list02 .time {
    background-image: url(../img/ico_clock.png);
    background-repeat: no-repeat;
    background-size: 38px auto;
    background-position: center top;
    padding-top: 40px;
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #338E7E;
    margin-bottom: 1px;
}
.merit_area {}
.merit_area .text {
    margin-bottom: 40px;
}
.merit_area .ilst_box {
    display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.merit_area .ilst_box img {
    width: 100%;
    height: auto;
}
.merit_area .ilst_box img:first-child {
    margin-bottom: 25px;    
}
.recommend_area {}
.recommend_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.recommend_list li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 6px;
    margin-right: 0px;
    background-color: #FFFFFF;
    margin-bottom: 23px;
	overflow: hidden;
}
.recommend_list li:nth-child(2n) {
    margin-right: 0px;
}
.recommend_list li:nth-last-child(-n+2){
    margin-bottom: 23px;
}
.recommend_list li .photo {
    width: 100%;
    height: 160px;
}
.recommend_list li .photo img {
    width: 100%;
    height: auto;
	border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.recommend_list li .text_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
}
.recommend_list li .text_box .ttl {
    font-size: 22px;
    font-weight: bold;
    color: #338E7E;
    margin-bottom: 7px;
}
.time_area {}
.time_area .time_text {
    margin-bottom: 30px;
}
.time_area .inner_box {
    margin-bottom: 30px;
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #95D3C6;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 60px;
    
}
.time_area .inner_box .time {
    background-image: url(../img/ico_clock.png);
    background-size: 38px auto;
    background-position: center top;
    background-repeat: no-repeat;
    font-family: 'Roboto';
    color: #338E7E;
    font-size: 26px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E9E7E2;
    border-right: none;
    padding-top: 50px;
    padding-left: 0px;
    padding-bottom: 15px;
    padding-right: 0px;
    margin-bottom: 15px;
}
.time_area .inner_box .text_box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding-left: 0px;
}
.cost_area {}
.cost_area .case_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding-top: 50px;
}
.cost_area .case_box .case {
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25px;
    height: auto;
	margin-bottom: 20px;  
}
.cost_area .case_box .case:first-child {
    margin-bottom: 70px;    
}
.cost_area .case_box .case .icon {
    margin-top: -50px;
    margin-bottom: 2px;
}
.cost_area .case_box .case .icon img {
    width: 100px;
    height: auto;
}
.cost_area .case_box .case .case_list {
    list-style-position: outside;
    text-align: left;
    list-style-type: disc;
    padding-left: 40px;
    padding-top: 20px;
}
.cost_area .case_box .case .ilst img {
    width: 92%;
    height: auto;
}
.result_area {
    background-image: url(../img/jisseki_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}
.result_box {
    background-color: rgba(33, 124, 108, 0.3);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
	text-shadow: 0px 1px 8px rgba(37, 32, 22, 0.25);
}
.result_box .text01 {
    margin-bottom: 15px;
}
.result_box .text01 img {
    width: 100%;
    height: auto;
}
.cv_area {
	color: #FFFFFF;
}
.cv_area .cv_text {
    margin-bottom: 20px;    
}
.cv_btn_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 12px;
}
.cv_btn_box img {
    padding-bottom: 10px;
    width: 100%;
    height: auto;
}
.cv_btn_box .text {
    text-align: left;
}
.cv_btn_box .tel {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.cv_btn_box .tel img {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
}
.cv_btn_box .mail {
    width: 100%;    
}
.about_box .text_box {
    margin-bottom: 25px;
    text-align: left;
}
.about_box .text_box p {
    margin-bottom: 10px;	
}
.about_box .text_box p.important {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: bold;
}
.about_box .ilst {
    width: 100%;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.about_box .ilst img {
    width: 100%;
    height: auto;
}
.message_area {
    background-image: url(../img/message_bg.png) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 98% auto;
}
.message_area .message {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}
.message_area .message .photo_box {
    width: 100%;
    margin-bottom: 35px;
}
.message_area .message .photo_box img {
    width: 94%;
	height: auto;
}
.message_area .message .photo_box .photo {
    margin-bottom: 20px;    
}
.message_area .message .photo_box .name_box {
    margin-bottom: 20px;
	text-align: left;
}
.message_area .message .photo_box .name {
    font-size: 26px;
}
.message_area .message .photo_box .name span {
    font-size: 16px;
    padding-left: 5px;
}
.message_area .message .text_box {
    width: 100%;
    text-align: left;
}
.message_area .message .text_box .ttl {
    font-size: 27px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.message_area .message .text_box p {
    margin-bottom: 12px;    
}
.message_area .message .text_box p:last-child {
    margin-bottom: 0px;    
}
.message_area .btn_box {
    margin-bottom: 50px;    
}
.message_area .kiji_box{
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.message_area .kiji_box .text {
    margin-bottom: 25px;    
}
.message_area .kiji_box .kiji_list {
    display: flex;
	flex-direction: column;
	justify-content: space-between; 
}
.message_area .kiji_box .kiji_list li {
    width: 100%;
    border: 3px solid #95D3C6;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
    text-align: center;
}
.message_area .kiji_box .kiji_list li .photo {
    width: 100%;
    height: auto; 
    margin-right: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.message_area .kiji_box .kiji_list li .photo img {
    width: 80%;
    height: auto;    
}
.message_area .kiji_box .kiji_list li .text{
    text-align: left;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0px;
}
.faq_area .faq_list {
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.faq_area .faq_list dt {
    width: 100%;
    padding-right: 29px;
    background-image: url(../img/ico_down.png);
    background-repeat: no-repeat;
    background-position: right 7px center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #E4E4E4;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: 13px auto;
}
.faq_area .faq_list dt.active {
    background-image: url(../img/ico_up.png);
	border-bottom: none !important;
}
.faq_area .faq_list dd {
    width: 100%;
    min-height: 40px;
    background-color: #EAF6F4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 20px;
    padding-bottom: 20px;
	margin-bottom: 5px;
	display: none;
}
.faq_area .faq_list dt p {
    background-image: url(../img/ico_q.png);
    background-repeat: no-repeat;
    background-position: left 10px top;
    padding-left: 46px;
    background-size: auto 25px;
}
.faq_area .faq_list dd p {
    background-image: url(../img/ico_a.png);
    background-repeat: no-repeat;
    background-position: left 12px top;
    padding-left: 46px;
    background-size: auto 20px;   
}
.attention_box {
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 15px;
    padding-left: 18px;
    color: #38311D;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.attention_box .attention_ttl {
    color: #338E7E;
    font-size: 18px;
    margin-bottom: 10px;
}
.attention_box .inner {
    margin-bottom: 12px;
    font-size: 13px;
}
.attention_box .inner .ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.hospital_area .photo {
    margin-bottom: 20px;
}
.hospital_area .photo img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.hospital_area .hospital_table {
    text-align: left;
	border-bottom: 1px solid #dbd5c9;
}
.hospital_area .hospital_table th {
    background: #F0EDE6;
    border-left: 1px solid #dbd5c9;
    border-right: 1px solid #dbd5c9;
    border-bottom: none;
    border-top: 1px solid #dbd5c9;
    padding-top: 6px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 6px;
    font-weight: normal;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.hospital_area .hospital_table td {
    border: solid 1px #dbd5c9;
	border-bottom: none;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: block;
	width: 100%;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ SPのみTELリンク ＊
-------------------------------------------------------*/
@media (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ CONTACT ＊
-------------------------------------------------------*/
.contact_kv_area {
    background-image: url(../img/contact_kv_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 280px;
    background-color: #EAF6F4;
}
.contact_kv_box .text{
    position: absolute;
    left: 50%;
    top: 56px;
}
.contact_area .contact_text {
    margin-bottom: 40px;    
}
.contact_area .contact_text p{
    margin-bottom: 10px;    
}
.contact_dl {
	text-align: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.contact_dl  dt {
    clear: both;
    float: left;
    width: 300px;
    padding-top: 17px;
}
.contact_dl dt span{
    color: #FFF;
    background-color: #EDA027;
    padding: 2px 8px 3px 8px;
    font-size: 14px;
    line-height: 1;
    margin-left: 15px;
	margin-right: 15px;
    border-radius: 2px;
}
.contact_dl dd {
    padding: 13px 0px 13px 300px;
    word-wrap: break-word;
}
.contact_dl input[type="text"],.contact_dl textarea {
    font-size: 15px;
    padding: 8px 8px;
    border: 1px solid #dbd5c9;
    background-color: #F8F8F8;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_dl input:focus::placeholder,.contact_dl .text01:focus::placeholder {
  color: transparent;
}
.contact_dl dd .contact_input01 {
	width: 500px;
}
.contact_dl dd .contact_input02 {
	width: 350px;
}
.contact_dl dd .contact_input03 {
    width: 150px;
    margin-bottom: 10px;
}
.contact_dl dd .contact_input04 {
    width: 70px;
    margin-right: 15px;
}

.date-edit {
  position: relative;
}

input[type="date"] {
    font-size: 15px;
    padding: 8px 8px;
    border: 1px solid #dbd5c9;
    width: 350px;
    height: 43px;
    background-color: #F8F8F8;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    font-size: 15px;
    padding: 8px 8px;
    border: 1px solid #dbd5c9;
    width: 350px;
    height: 43px;
    background-color: #F8F8F8;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_dl dd option{
}
.contact_dl  dd .text01{
	width: 580px;
	height: 250px;
}
.contact_dl dd span{
	margin-right: 35px;
}
.contact_dl  dd span input {
	margin-right: 8px;
	margin-top: -2px;
}
.contact_area .privacy_box2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-right: 70px;
    padding-left: 70px;
    background-color: #ECF8DD;
    margin-bottom: 40px;
}
.contact_area .privacy_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-right: 70px;
    padding-left: 70px;
    background-color: #fbfaf8;
    margin-bottom: 40px;
}
.contact_area .privacy_box .check {
    margin-bottom: 20px;    
}
.contact_area .privacy_box .check input {
    margin-right: 6px;    
}
.contact_area .privacy_box .privacy {
    background-color: #FFFFFF;
    border: 1px solid #F0EDE6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: left;
    font-size: 13px;
    height: 230px;
    width: 100%;
	overflow-y: scroll;
}
.contact_area .privacy_box .privacy div {
    margin-bottom: 15px;    
}
.contact_area .privacy_box .privacy .ttl01 {
    font-size: 120%;
    color: #338E7E;
    margin-bottom: 10px;
    font-weight: bold;
}
.contact_area .privacy_box .privacy .ttl02 {
    font-size: 110%;
    margin-bottom: 8px;
    font-weight: bold;
}
.contact_btn01 {
	border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', sans-serif;
    height: 48px;
    width: auto;
    min-width: 250px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #53AA99;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.contact_btn01.back {
    color: #338E7E;
    background-color: #FFFFFF;
    border: 2px solid #53AA99;
}
.contact_area .tel_box {
    width: 100%;
    background-color: #EAF6F4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    margin-bottom: 50px;
}
.contact_area .grc_box {
    margin-bottom: 40px;	
}
/*--------------- SP ---------------*/
@media screen and (max-width: 700px){
.contact_kv_area {
    background-image: url(../img/contact_kv_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 200px;
    background-color: #EAF6F4;
    background-size: cover;
}
.contact_kv_box .text{
    position: absolute;
    left: auto;
    right: 0px;
    top: 38px;
    width: 55%;
}
.contact_kv_box .text img {
    width: 90%;
    height: auto;
}
.contact_area .contact_text {
    margin-bottom: 40px;    
}
.contact_area .contact_text p{
    margin-bottom: 10px;    
}
.contact_dl {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0px;
}
.contact_dl dt {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 8px;
    font-weight: bold;
}
.contact_dl dt span{
	padding: 2px 8px 2px 8px;
	margin-right: 15px;
	font-size: 0.8em;
	line-height: 1;
	margin-left: 10px;
}
.contact_dl dd {
	float: none;
	text-align: left;
	padding: 0px 0px 10px;
	margin-bottom: 12px;
}
.contact_dl dd:last-child {
	margin-bottom: 23px;
}
.contact_dl input[type="text"],.contact_dl textarea {
    font-size: 15px;
    padding: 8px 8px;
    border: 1px solid #dbd5c9;
    background-color: #F8F8F8;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-appearance: none;
}
.contact_dl dd .contact_input01, .contact_dl dd .contact_input02 {
	width: 100%;
}
.contact_area .sometime_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fbfaf8;
    margin-bottom: 25px;
}

.contact_area .privacy_box2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #ECF8DD;;
    margin-bottom: 25px;
}
.contact_area .privacy_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fbfaf8;
    margin-bottom: 25px;
}
.contact_dl  dd .text01{
	width: 100%;
	height: 250px;
}
.contact_area .privacy_box .check {
    margin-bottom: 10px;    
}
.contact_area .privacy_box .check input {
    margin-right: 6px;    
}
.contact_area .privacy_box .privacy {
    background-color: #FFFFFF;
    border: 1px solid #F0EDE6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: left;
    font-size: 12px;
    height: 230px;
    width: 100%;
	overflow-y: scroll;
}
.contact_area .privacy_box .privacy div {
    margin-bottom: 15px;    
}
.contact_area .privacy_box .privacy .ttl01 {
    font-size: 120%;
    color: #338E7E;
    margin-bottom: 10px;
    font-weight: bold;
}
.contact_area .privacy_box .privacy .ttl02 {
    font-size: 110%;
    margin-bottom: 8px;
    font-weight: bold;
}
.contact_btn01 {
	border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', sans-serif;
    height: 48px;
    width: auto;
    min-width: 250px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #53AA99;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.contact_btn01.back {
    color: #338E7E;
    background-color: #FFFFFF;
    border: 2px solid #53AA99;
}
.contact_area .tel_box {
    width: 100%;
    background-color: #EAF6F4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    margin-bottom: 50px;
}
.contact_area .grc_box {
    margin-bottom: 30px;	
}
}





