@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:wght@300;400;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%;
	font-weight:normal;
}
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_lr_a {
	margin-left: auto;
	margin-right: auto;
}

.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;}
.fc_black{color: #222222 !important;}
.fc_red{color: #D8261D !important;}
.fc_blue{color: #002E5C !important;}
.fc_blue02{color: #047DA5 !important;}
.fc_gray{color: #949B9F !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;
}
.bdr_gray01{
    border: 1px solid #D4D4D4;
}
.bg_gray01 {
    background-color: #F8F8F8 !important;
}
.bg_none {
	background-image: none !important;
}
.js_link{
	cursor: pointer;
}
.dsp_b {
	display: block;
}
.dsp_ib {
	display: inline-block;
}
.dsp_n {
	display: none;
}
.w_100p {
    width: 100% !important;	
}
/*------------------------------------------------------
　　　　　　　　　＊ BASE ＊
-------------------------------------------------------*/
body{
	font-size: 15px;
	line-height: 1.8;
	color: #222222;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.08em;
	font-feature-settings: "palt"
}
@media screen and (max-width: 768px){
body{
	font-size: 14px;
	line-height: 1.77;
	color: #222222;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.06em;
	font-feature-settings: "palt"
}
}
a {
	color: #222222;
}
a:hover {
	color: #222222;
	text-decoration: none;
}

/*------------------------------------------------------
　　　　　　　　　＊ HEADER ＊
-------------------------------------------------------*/
header {
    width: 100%;
    z-index: 600;
    background-color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    height: 104px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.header_box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 104px;
    width: 100%;
    max-width: 1260px;    
}

@media screen and (min-width:768px) and ( max-width:1140px) {
.header_box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
}
.header_logo_box {
    width: 350px;    
}
.header_logo_box .text {
    color: #5fbbd9;
    font-size: 12.5px;
    margin-bottom: 8px;
}
.header_logo {
    background-image: url(../img/common/logo.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 69px;
    width: 349px;
    background-size: 349px auto;
}
.header_logo a {
	height: 100%;
	width: 100%;
	display:block;
}
.header_box .btn_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 12px;
}
.header_box .btn_box .tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 18px;
}
.header_box .btn_box .tel .num {
    font-family: 'Roboto';
    font-weight: 400;
    color: #5891B6;
    background-image: url(../img/common/icon_tel.png);
    background-repeat: no-repeat;
    background-size: 22px auto;
    padding-left: 28px;
    font-size: 27px;
    background-position: left center;
    line-height: 1;
    letter-spacing: 0;
}
.header_box .btn_box .btn {
    height: 36px;
    border-radius: 18px;
    background-color: #5891b6;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
	align-items: center; 
	justify-content: center;
}
.header_box .btn_box .btn a {
    color: #FFFFFF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left center;
}
.header_box .btn_box .btn.time {
    background-color: #5891b6;
    margin-right: 6px;
}
.header_box .btn_box .btn.time a {
    background-image: url(../img/common/icon_time.png);
    background-size: 18px auto;
    padding-left: 26px;
}
.header_box .btn_box .btn.access {
    background-color: #047DA5;
}
.header_box .btn_box .btn.access a {
    background-image: url(../img/common/icon_access.png);
    background-size: 15px auto;
    padding-left: 26px;
}


/*------------- SP -------------*/
@media screen and (max-width: 768px){
header {
    width: 100%;
    z-index: 600;
    background-color: #FFFFFF;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    position: fixed;
    box-shadow: 1px 0px 3px rgba(0,0,0,0.20);
}
.header_box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
}
.header_logo_box {
    width: auto;    
}
.header_logo_box .text {
    display: none;
}
.header_logo {
    background-image: url(../img/common/logo.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 46px;
    width: 238px;
    background-size: auto 46px;
    background-position: left 2px center;
}
.header_logo a {
	height: 100%;
	width: 100%;
	display:block;
}
.header_box .btn_box {
    display: none;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ NAVI ＊
-------------------------------------------------------*/
.g-navi_area {
    width: 100%;
}
.g-navi .g-navi_ul {
    line-height: 1;
	display: flex;
	flex-direction: row;
    align-items: center; 
	justify-content: flex-end; 
}
.g-navi li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    padding-top: 10px;
}
@media screen and (min-width:768px) and ( max-width:1140px) {
.g-navi li {
    padding-left: 10px;
    padding-right: 10px;
}
}
.g-navi li a  {
    text-decoration: none;
    color: #1D1D1D;
    line-height: 1;
    padding-bottom: 14px;
}
.g-navi li:hover  {
    cursor: pointer;
}
.g-navi li:hover a {
    color: #5891B6;
}
.g-navi li:last-child{
    padding-right: 0px;
}

/*------------- SP -------------*/
@media screen and (max-width: 768px){
.g-navi_area {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 9999;
    height: auto;
    background-color: transparent;
	box-shadow: none;
}
.g-navi_area .box {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}
.sp_acd_menu,
.sp_acd_menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.sp_acd_menu {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 19px;
	right: 10px;
	z-index: 5000;
}
.sp_acd_menu span {
	position: absolute;
	right: 0px;
	width: 100%;
	height: 2px;
	background-color: #047DA5;
	border-radius: 3px;
}
.sp_acd_menu span:nth-of-type(1) {
	top: 0px;
}
.sp_acd_menu span:nth-of-type(2) {
	top: 10px;
}
.sp_acd_menu span:nth-of-type(3) {
	top: 20px;
}
.sp_acd_menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(9.5px) rotate(-45deg);
	transform: translateY(9.5px) rotate(-45deg);
}
.sp_acd_menu.active span:nth-of-type(2) {
	opacity: 0;
}
.sp_acd_menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9.5px) rotate(45deg);
	transform: translateY(-9.5px) rotate(45deg);
}
.g-navi {
	display: none;
	z-index: 9000;
	margin-bottom: 0px;
	width: 100% !important;
	position: absolute;
	top: 60px;
	left: 0px;
}
.g-navi a {
    color: #FFFFFF;
    text-decoration: none;
}
.g-navi_ul {
    display: block;
    width: 100%;
    padding-top: 0px !important;
	flex-direction: column;
	justify-content: space-between;
}
.g-navi .g-navi_ul {
    height: auto;
	flex-direction: column;
}
.g-navi li {
    color: #047DA5;
    font-size: 14px;
    list-style-type: none;
    border-bottom: 0.5px solid #42ACCE;
    display: block;
    box-sizing: border-box;
    font-weight: 400;
    height: auto;
    margin-left: 0px;
    width: 100% !important;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ECF7FA;
}
.g-navi li a.stay {
    background-image: none;    
}
.g-navi li:first-child {
    border-top: 0.5px solid #047DA5;
}
.g-navi li ul li:first-child {
    border-top: none!important;
}
.g-navi li a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #047DA5;
    padding-top: 15px;
    padding-bottom: 14px;
    height: auto;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ FOOTER ＊
-------------------------------------------------------*/
footer{
    background-color: #f6fafd;
}
.footer_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer_box .logo_box {
}
.footer_box .logo_box .logo{
    width: 324px;   
    margin-bottom: 13px;
}
.footer_box .logo_box .logo img {
    width: 100%;
    height: auto;
}
.footer_box .logo_box address {
    font-size: 14px;
    margin-bottom: 15px;
}
.footer_box .logo_box .btn_map_box {
    text-align: left;    
}
.footer_box .logo_box .btn_map {
    border: 1px solid #047DA5;
    height: 38px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 18px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 5px;
}
.footer_box .logo_box .btn_map a {
    background-image: url(../img/common/icon_access02.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 15px;
    padding-left: 20px;
    color: #115E8E;
    text-decoration: none;
}
.footer_box .logo_box .btn_map:hover {
    background-color: #F2F8FC;
}
.footer_box .time_box {
    width: 660px;
    background-color: #FFFFFF;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    box-sizing: border-box;
}
.copyright_area {
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.15em;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	height: 30px;
	padding-top: 11px;
	text-align: center;
	background-color: #047DA5;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
footer{
    background-color: #f6fafd;
}
.footer_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; 
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer_box .logo_box {
    width: 100%;
    margin-bottom: 20px;
}
.footer_box .logo_box .logo{
    width: 220px;   
    margin-bottom: 13px;
}
.footer_box .logo_box .logo img {
    width: 100%;
    height: auto;
}
.footer_box .logo_box address {
    font-size: 14px;
    margin-bottom: 15px;
}
.footer_box .logo_box .btn_map_box {
    text-align: center;    
}
.footer_box .logo_box .btn_map {
    border: 1px solid #047DA5;
    height: 38px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 18px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 5px;
    width: 90%;
    text-align: center;
}
.footer_box .logo_box .btn_map a {
    background-image: url(../img/common/icon_access02.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 15px;
    padding-left: 20px;
    color: #115E8E;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
.footer_box .logo_box .btn_map:hover {
    background-color: #F2F8FC;
}
.footer_box .time_box {
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    box-sizing: border-box;
}
.footer_box .time_box img {
    width: 100%;
    height: auto;
}
.copyright_area {
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.15em;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	height: 30px;
	padding-top: 11px;
	text-align: center;
	background-color: #047DA5;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ LAYOUT ＊
-------------------------------------------------------*/
.contents {
}
.cm_area01 {
    width: 100%;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: hidden;
}
.cm_area01.cl01 {
    background-color: #f6fafd; 
}
.cm_area01.cl02 {
    background-color: #e1eef8;       
}
.cm_area01.cl03 {
    background-image: url(../img/common/bg_01.png);
    background-repeat: repeat;
    background-position: center center;
}
.cm_area01.cl04 {
    background-image: url(../img/common/bg_02.png);
    background-repeat: repeat;
    background-position: center center;
}
.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;
	border-radius: 6px;
}
.cm_box01 {
    width: 1080px;
    border-radius: 12px;
    background-color: #FFFFFF;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
    box-sizing: border-box;
    margin-bottom: 50px;
    border: 1px solid #EBEBEB;
}
.cm_box01:last-child {
    margin-bottom: 0px;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.contents {
    padding-top: 60px;	
}
.cm_area01 {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cm_area01.cl03 {
    background-size: 609px auto;
}
.cm_area01.cl04 {
    background-size: 609px auto;
}
.box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.cm_box01 {
    width: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ PHOTO ＊
-------------------------------------------------------*/
.cm_photo_box01 {
    width: 100%;
    margin-bottom: 50px;
    border-radius: 10px;
    overflow: hidden !important;
}
.cm_photo_box01 img {
    width: 100%;
    height: auto;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_photo_box01 {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden !important;
}
.cm_photo_box01 img {
    width: 100%;
    height: auto;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ PAN-KUZU ＊
-------------------------------------------------------*/
.pan_area {
    width: 100%;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 10px;
}
.pan_area .pan_list {
    background-image: url(../img/common/icon_pan.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px auto;
    padding-left: 22px;
    color: #5891B6;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pan_area .pan_list a {
    color: #5891B6;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.pan_area {
    width: 100%;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 10px;
}
.pan_area .pan_list {
    background-image: url(../img/common/icon_pan.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px auto;
    padding-left: 22px;
    color: #5891B6;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pan_area .pan_list a {
    color: #5891B6;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ PAGE TITLE ＊
-------------------------------------------------------*/
.pagettl_area {
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 60px;
    position: relative;
    background-size: cover;
    height: 190px;
}
.pagettl_area.doctor {
    background-image: url(../img/doctor/ttl_bg.jpg);
}
.pagettl_area.clinic {
    background-image: url(../img/clinic/ttl_bg.jpg);
}
.pagettl_area.medical {
    background-image: url(../img/medical/ttl_bg.jpg);
}
.pagettl_area.exam {
    background-image: url(../img/exam/ttl_bg.jpg);
}

.pagettl_area .ttl .jp {
    font-weight: 400 !important;
    line-height: 1;
    font-size: 40px;
    color: #FFFFFF;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
.pagettl_area .ttl .en {
    font-weight: 600 !important;
    line-height: 1;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    font-family: "Roboto";
    display: block;
    letter-spacing: 0.2em;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.pagettl_area {
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
    position: relative;
    background-size: cover;
    height: 110px;
}
.pagettl_area .ttl .jp {
    font-weight: 400 !important;
    line-height: 1;
    font-size: 28px;
    color: #FFFFFF;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
.pagettl_area .ttl .en {
    font-weight: 600 !important;
    line-height: 1;
    font-size: 11px;
    color: #FFFFFF;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    font-family: "Roboto";
    display: block;
    letter-spacing: 0.2em;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ PARTS ＊
-------------------------------------------------------*/
.cm_ttl01 {
    text-align: center;
    margin-bottom: 45px;
    background-image: url(../img/common/bg_ttl01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    color: #047DA5;
    font-size: 40px;
    font-weight: 300;
    background-size: auto 10px;    
    line-height: 1.5;
}
.cm_ttl02 {
    text-align: center;
    margin-bottom: 30px;
    color: #047DA5;
    font-size: 33px;
    font-weight: 300;
}
.cm_ttl02.cl01 {
    color: #D84B98;
}
.cm_btn_box {
    text-align: center;	
}
.cm_btn_box .cm_btn02 {
    margin-left: 15px;
    margin-right: 15px;
}
.cm_btn01 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-size: 16px;
    border-radius: 22px;
	display:inline-flex;
    justify-content: center;
    align-items: center;
	min-width: 200px;
	height: 44px;
	padding-left: 20px;
    padding-right: 20px; 
    color: #FFFFFF;
    background-color: #427b9f;
}
.cm_btn01:hover {
    cursor: pointer;
    background-color: #42ACCE;
}
.cm_btn01 a {
    color: #FFFFFF;
    text-decoration: none;
}
.photo {
	overflow: hidden;
}
.photo img {
	width: 100%;
	height: auto;
}
.cm_outline01_box {
    width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
}
.cm_outline01_box p {
	margin-bottom: 16px;
}
.cm_outline01_box p:last-child {
	margin-bottom: 0px;
}
.cm_text_box {
    width: 100%;
}
.cm_text_box p {
	margin-bottom: 16px;
}
.cm_text_box p:last-child {
	margin-bottom: 0px;
}
.cm_map_box {
    height: 500px;
}
.cm_list01 {}
.cm_list01 li {
    margin-bottom: 40px;
    text-align: left;
}
.cm_list01 li:last-child {
    margin-bottom: 0px;
}
.cm_list01 li .ttl {
    background-color: #F2F8FC;
    width: 100%;
    line-height: 1.4;
    color: #047DA5;
    font-size: 18px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    text-align: left;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.cm_list01.cl01 li .ttl {
    background-color: #FBEFF6;
    color: #D84B98;
}
.cm_list01 li .inner {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.cm_list01 li .inner.np {
    display: block;
}
.cm_list01 li .inner.np .text {
    width: 100%;
}
.cm_list01 li .inner .photo {
    width: 370px;
    border-radius: 5px;
}
.cm_list01 li .inner .text {
    width: 570px;    
}
.cm_list01 li .inner .text p {
    margin-bottom: 10px;    
}
.cm_list01 li .inner .text p:last-child{
    margin-bottom: 0px;    
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_ttl01 {
    text-align: center;
    margin-bottom: 33px;
    background-image: url(../img/common/bg_ttl01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 25px;
    color: #047DA5;
    font-size: 25px;
    font-weight: 400;
    background-size: auto 10px;
    line-height: 1.5;
}
.cm_ttl02 {
    text-align: center;
    margin-bottom: 25px;
    color: #047DA5;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.4;
}
.cm_btn01 {
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    border-radius: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: auto;
    width: 90%;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}
.photo {
    overflow: hidden;
}
.photo img {
	width: 100%;
	height: auto;
    max-width: 100%;
}
.cm_outline01_box {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cm_outline01_box p {
	margin-bottom: 10px;
}
.cm_outline01_box p:last-child {
	margin-bottom: 0px;
}
.cm_text_box {
    width: 100%;
    text-align: left;
}
.cm_text_box p {
	margin-bottom: 12px;
}
.cm_text_box p:last-child {
	margin-bottom: 0px;
}
.cm_map_box {
    height: 0;
    overflow: hidden;
    padding-bottom: 80%;
    position: relative;
    border: none;
}
.cm_map_box iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.cm_list01 {}
.cm_list01 li {
    margin-bottom: 0px;
    text-align: left;
    padding-top: 60px;
}
.cm_list01 li:first-child {
    padding-top: 0px;
}
.cm_list01 li:last-child {
    margin-bottom: 10px;
}
.cm_list01 li .ttl {
    background-color: #F2F8FC;
    width: 100%;
    line-height: 1.4;
    color: #047DA5;
    font-size: 16px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    text-align: left;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.cm_list01.cl01 li .ttl {
    background-color: #FBEFF6;
    color: #D84B98;
}
.cm_list01 li .inner {
    display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cm_list01 li .inner.np {
    display: block;
}
.cm_list01 li .inner .photo {
    width: 100%;
    margin-bottom: 10px;
}
.cm_list01 li .inner .photo img {
    width: 100%;     
    height: auto;
}
.cm_list01 li .inner .text {
    width: 100%;    
}
.cm_list01 li .inner .text p {
    margin-bottom: 10px;    
}
.cm_list01 li .inner .text p:last-child{
    margin-bottom: 0px;    
}
}

/*------------------------------------------------------
　　　　　　　　　＊ TABLE ＊
-------------------------------------------------------*/
.cm_table01 {
    text-align: left;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.cm_table01 th {
    background-color: #e9f2f8;
    border: 1px solid #D5D5D5;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: 400;
    width: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #115E8E;
    vertical-align: middle;
}
.cm_table01 td {
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    padding-top: 12px;
    padding-right: 20px;
    padding-left: 30px;
    padding-bottom: 12px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cm_table_box01 .text_scroll {
    display: none;
    }
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_table01 {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	border-bottom: solid 1px #E4E4E4;
}
.cm_table01 th {
    border: 1px solid #E4E4E4;
	border-bottom: none;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    font-weight: normal;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: block;
}
.cm_table01 td {
    border: solid 1px #E4E4E4;
	border-bottom: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	display: block;
}
.cm_table_box01 {
    margin-bottom: 40px;
    padding-bottom: 10px;
    }
.cm_table_box01 .scroll_box {
    overflow-x: scroll;
    box-sizing: border-box;
    margin-bottom: 5px;
    }
.cm_table_box01 .text_scroll {
    color: #949B9F;
    font-size: 12px;
    text-align: left;
    display: block;
    }
.cm_table_box01 .cm_table01 {
    width: auto;
    margin-bottom: 10px;
}
.cm_table_box01 .cm_table01 th {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: auto;
    display: table-cell;
}
.cm_table_box01 .cm_table01 td {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
	width: auto;
	display: table-cell;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ 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.7;  
    filter: alpha(opacity=70);  
}
.hv_fade02 {  
    -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_fade02:hover {  
    opacity: 0.9;  
    filter: alpha(opacity=90);  
}
/*------------------------------------------------------
　　　　　　　　　＊ RESPONSIVE ＊
-------------------------------------------------------*/
@media screen and (min-width: 766px){
.sp_on {
	display:none !important;
}
}
@media screen and (max-width: 768px){
.pc_on {
	display:none !important;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ PAGETOP ＊
-------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
}
.pagetop img {
    width: 52px;
	height: 52px;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.pagetop {
    display: none;
    position: fixed;
    bottom: 68px;
    right: 6px;
    z-index: 900;
}
.pagetop img {
    width: 42px;
	height: 42px;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ TOP ＊
-------------------------------------------------------*/
.contents.top {
}
.top_main_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/top/kv_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 660px;
    padding-top: 42px;
    box-sizing: border-box;
}
.top_main_box {
    width: 100%;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
}
.top_main_box li {
    border-radius: 15px;    
    overflow: hidden;
}
.top_main_box li img {
    width: 100%!important;
	height: auto;
}
.top_main_box .top_main_copy {
    position: absolute;
    bottom: 60px;
    left: 40px;
}
.top_main_box .top_main_copy .text {
    color: rgba(255,255,255,1.00);
    background-color: rgba(4, 125, 165, 0.8);
    font-size: 44px;
    font-weight: 300;
    line-height: 1;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-shadow: 0px 2px 5px rgba(73, 17, 36, 0.45);
}
.slick-slide{
  display: none;
}
.slick-dots {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 26px;
}
.slick-dots li {
    margin-left: 10px;
    margin-right: 10px;
    width: 14px !important;
    height: 14px!important;
    background-color: #5891B6;
    border-radius: 10px;
    z-index: 5000;
}
.slick-dots .slick-active {
    background-color: #5891B6;
	opacity: 0.5;
}
.slick-dots li:hover {
    cursor: pointer;
}
.slick-dots li button{
    display: none;
}
.slick-prev, .slick-next {
    display: none !important;
}
.top_nt_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
}
.top_nt_box .news_box {
    width: 510px;    
    position: relative;
    text-align: left;
}
.top_nt_box .news_box .ttl {
    color: #047DA5;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}
.top_nt_box .news_box .text_box {
    width: 100%;
}
.top_news_list {
}
.top_news_list dt {
    letter-spacing: 0.12em;
    color: #5891B6;
    font-size: 13px;
    margin-bottom: 6px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
}
.top_news_list dd {
    border-bottom: 1px solid #E1DFDB;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.top_news_list dd:last-child {
    margin-bottom: 0px;
}
.top_nt_box .time_box {
    width: 510px;
    box-sizing: border-box;
    overflow: hidden;
}
.top_nt_box .time_box img {
    width: 100%;
    height: auto;
    
}
.top_about_area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.top_about_area .photo {
    width: calc(50% - 50px); 
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.top_about_area .top_about_box {
    width: 50%;
    text-align: left;
}
.top_about_area .top_about_box .text_box {
    width: 540px;
}
.top_about_area .top_about_box .ttl {
    color: #047DA5;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 35px;
}
.top_about_area .top_about_box .text {
    margin-bottom: 35px;
}
.top_about_area .top_about_box .text p {
    margin-bottom: 10px;
}
.top_about_area .top_about_box .btn {
    margin-right: 10px;
}
.top_medical_box {}
.top_medical_box .medical_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.top_medical_box .medical_list li {
    background-color: rgba(255,255,255,1.00);
    border-radius: 10px;
    width: 192px;
    height: 180px;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 30px;
    color: #047DA5;
    font-size: 17px;
    display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}
.top_medical_box .medical_list li:nth-child(5n) {
    margin-right: 0px;
}
.top_medical_box .medical_list li img {
    margin-bottom: 10px;
}
.top_medical_box .medical_list li a {
    color: #047DA5;
    text-decoration: none;
}.top_kenshin_area {
    background-image: url(../img/top/sindan_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.top_kenshin_box {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.85);
    border-radius: 12px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    box-sizing: border-box;
}
.top_kenshin_box .ttl {
    color: #047DA5;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.top_kenshin_box .ttl strong {
    background-image: url(../img/common/bar01.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    font-weight: 400;
}
.top_kenshin_box .text {
    margin-bottom: 20px;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.contents.top {
}
.top_main_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
    padding-top: 0px;
    box-sizing: border-box;
    background-color: #E0EFF9;
}
.top_main_box {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
    padding-bottom: 20px;
}
.top_main_box li {
    border-radius: 0px;    
    overflow: hidden;
}
.top_main_box li img {
    width: 100%!important;
	height: auto;
}
.top_main_box .top_main_copy {
    position: absolute;
    bottom: 60px;
    left: 10px;
}
.top_main_box .top_main_copy .text {
    color: rgba(255,255,255,1.00);
    background-color: rgba(4, 125, 165, 0.8);
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 7px;
    display: inline-block;
    text-shadow: 0px 2px 5px rgba(73, 17, 36, 0.45);
}
.slick-slide{
  display: none;
}
.slick-dots {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 16px;
}
.slick-dots li {
    margin-left: 10px;
    margin-right: 10px;
    width: 11px !important;
    height: 11px!important;
    background-color: #5891B6;
    border-radius: 10px;
    z-index: 2000;
}
.slick-dots .slick-active {
    background-color: #5891B6;
	opacity: 0.5;
}
.slick-dots li:hover {
    cursor: pointer;
}
.slick-dots li button{
    display: none;
}
.slick-prev, .slick-next {
    display: none !important;
}
.top_nt_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}
.top_nt_box .news_box {
    width: 100%;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}
.top_nt_box .news_box .ttl {
    color: #047DA5;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}
.top_nt_box .news_box .text_box {
    width: 100%;
}
.top_news_list {
}
.top_news_list dt {
    letter-spacing: 0.12em;
    color: #5891B6;
    font-size: 13px;
    margin-bottom: 6px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
}
.top_news_list dd {
    border-bottom: 1px solid #E1DFDB;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.top_news_list dd:last-child {
    margin-bottom: 0px;
}
.top_nt_box .time_box {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.top_nt_box .time_box img {
    width: 100%;
    height: auto;
    
}
.top_about_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.top_about_area .photo {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 30px;
}
.top_about_area .top_about_box {
    width: 100%;
    text-align: left;
}
.top_about_area .top_about_box .text_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.top_about_area .top_about_box .ttl {
    color: #047DA5;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
}
.top_about_area .top_about_box .text {
    margin-bottom: 35px;
}
.top_about_area .top_about_box .text p {
    margin-bottom: 10px;
}
.top_about_area .top_about_box .btn {
    margin-right: 0px;
    margin-bottom: 15px;
}
.top_medical_box {}
.top_medical_box .medical_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.top_medical_box .medical_list li {
    background-color: rgba(255,255,255,1.00);
    border-radius: 10px;
    width: 48%;
    height: auto;
    text-align: center;
    margin-right: 4%;
    margin-bottom: 10px;
    color: #047DA5;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.top_medical_box .medical_list li:nth-child(5n) {
    margin-right: 4%;
}
.top_medical_box .medical_list li:nth-child(2n) {
    margin-right: 0%;
}
.top_medical_box .medical_list li img {
    width: 80%;
    height: auto;
}
.top_medical_box .medical_list li img {
    margin-bottom: 6px;
}
.top_medical_box .medical_list li a {
    color: #047DA5;
    text-decoration: none;
}.top_kenshin_area {
    background-image: url(../img/top/sindan_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
}
.top_kenshin_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.85);
    border-radius: 12px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    box-sizing: border-box;
}
.top_kenshin_box .ttl {
    color: #047DA5;
    font-size: 23px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.top_kenshin_box .ttl strong {
    background-image: url(../img/common/bar01.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    font-weight: 400;
}
.top_kenshin_box .text {
    margin-bottom: 20px;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ DOCTOR ＊
-------------------------------------------------------*/
.doctor_gakkai_box {
}
.doctor_gakkai_box .doctor_gakkai_list {
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
    align-items: center; 
}
.doctor_gakkai_box .doctor_gakkai_list li {
    width: 340px;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 30px;
    background-color: #FFFFFF;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 22px;
    text-align: center;
}
.doctor_gakkai_box .doctor_gakkai_list li:nth-child(3n) {
    margin-right: 0px;
}
.doctor_gakkai_box .doctor_gakkai_list p {
    background-image: url(../img/common/icon_heart.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: left center;
    padding-left: 39px;
    text-align: left;
}
.doctor_link_area {
    background-image: url(../img/doctor/link_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.doctor_link_box {
    background-color: #FFFFFF;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    text-align: left;
}
.doctor_link_list {
    display: flex;
    flex-wrap: wrap;
}
.doctor_link_list dt {
    width: 23%;
    margin-bottom: 5px;
}
.doctor_link_list dd {
    width: 77%;
    font-size: 14px;
    margin-bottom: 5px;
}
.doctor_link_list dd a {
    color: #047DA5;    
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.doctor_gakkai_box {
}
.doctor_gakkai_box .doctor_gakkai_list {
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
    align-items: center; 
}
.doctor_gakkai_box .doctor_gakkai_list li {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 0px;
    background-color: #FFFFFF;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 22px;
    text-align: center;
}
.doctor_gakkai_box .doctor_gakkai_list li:nth-child(3n) {
    margin-right: 0px;
}
.doctor_gakkai_box .doctor_gakkai_list p {
    background-image: url(../img/common/icon_heart.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: left center;
    padding-left: 39px;
    text-align: left;
}
.doctor_link_area {
    background-image: url(../img/doctor/link_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.doctor_link_box {
    background-color: #FFFFFF;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
}
.doctor_link_list {
    display: block;
}
.doctor_link_list dt {
    width: 100%;
    margin-bottom: 2px;
}
.doctor_link_list dd {
    width: 100%;
    font-size: 13px;
    margin-bottom: 17px;
    text-align: left;
    line-height: 1.4;
}
.doctor_link_list dd a {
    color: #047DA5;  
    word-break: break-all;
}
}


/*------------------------------------------------------
　　　　　　　　　＊ CLINIC ＊
-------------------------------------------------------*/
.clinic_shisetu_box .clinic_shisetu_list {
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.clinic_shisetu_box .clinic_shisetu_list li {
    width: 520px;
    margin-right: 40px;
    margin-bottom: 40px;
    text-align: left;
}
.clinic_shisetu_box .clinic_shisetu_list li:nth-child(2n) {
    margin-right: 0px;
}
.clinic_shisetu_box .clinic_shisetu_list li img {
    width: 100%;
    height: auto;
}
.clinic_shisetu_box .clinic_shisetu_list .photo {
    margin-bottom: 10px;
    border-radius: 6px;    
    overflow: hidden;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.clinic_shisetu_box .clinic_shisetu_list {
    display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.clinic_shisetu_box .clinic_shisetu_list li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    text-align: left;
}
.clinic_shisetu_box .clinic_shisetu_list li:nth-child(2n) {
    margin-right: 0px;
}
.clinic_shisetu_box .clinic_shisetu_list li img {
    width: 100%;
    height: auto;
}
.clinic_shisetu_box .clinic_shisetu_list .photo {
    margin-bottom: 10px;    
}
.clinic_time_box .time img {
    width: 100%;
    height: auto;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ MEDICAL ＊
-------------------------------------------------------*/
.medical_kakaritsuke_box {
    background-color: #F2F8FC;
    width: 1080px;
    border-radius: 12px;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    box-sizing: border-box;
}
.medical_kakaritsuke_box .text  {
    margin-bottom: 30px;    
}
.medical_kakaritsuke_box .medical_kakaritsuke_list {
    display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
    align-items: center; 
}
.medical_kakaritsuke_box .medical_kakaritsuke_list li {
    width: 310px;
    background-color: #FFFFFF;
    margin-right: 25px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    border-radius: 6px;
    height: 170px;
    display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
    align-items: center; 
}
.medical_kakaritsuke_box .medical_kakaritsuke_list p {
    box-sizing: border-box;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-image: url(../img/medical/ico_kakaritsuke.png);
    background-position: center top;
    background-size: 40px auto;
}
.medical_kakaritsuke_box .medical_kakaritsuke_list li:nth-child(3n) {
    margin-right: 0px;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.medical_kakaritsuke_box {
    background-color: #F2F8FC;
    width: 100%;
    border-radius: 12px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}
.medical_kakaritsuke_box .text  {
    margin-bottom: 20px;    
}
.medical_kakaritsuke_box .medical_kakaritsuke_list {
    display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
    align-items: center; 
}
.medical_kakaritsuke_box .medical_kakaritsuke_list li {
    width: 100%;
    background-color: #FFFFFF;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 16px;
    padding-left: 15px;
    text-align: center;
    border-radius: 6px;
    height: auto;
    display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
    align-items: center; 
}
.medical_kakaritsuke_box .medical_kakaritsuke_list p {
    box-sizing: border-box;
    padding-top: 40px;
    background-repeat: no-repeat;
    background-image: url(../img/medical/ico_kakaritsuke.png);
    background-position: center top;
    background-size: 32px auto;
}
.medical_kakaritsuke_box .medical_kakaritsuke_list li:nth-child(3n) {
    margin-right: 0px;
}
}


