@charset "utf-8";
/* CSS Document */


/* ---------------------------------------- フォントスタイル フォントサイズ */
/*body {
	font-size: 13px;
	text-align: center;
	color: #333;
	padding: 0;
	margin: 0 0 0 0;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.08em;
}*/


/* ---------------------------------------- レイアウトに関する指定 */
/*html,body { 
	height:100%; 
}

#wrapper {
	text-align: left;
	margin: 0 auto 0;
	width: 100%;
	background-color: #ffffff;
	position:relative;
}*/


#cont_wrap p {line-height: 1.8}

.top_pg_box {/*トップ追加*/
	width: fit-content;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

/* --- パネルメニュー --- */
.panel_menu_wrap {
	  max-width: 766px;
	  height: auto;
	  margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 10px;
}

.panel_menu_wrap_2 {
	  max-width: 582px;
	  height: auto;
	  margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 10px;
}

[class^=panel_menu_box] {     
	  position: relative;	  
	  height:160px;
	  width: 184px;
	  background-color: #fff;
	  border: solid #9c9c9c 1px;
}

.panel_menu_box_beginner {
	  background-image:
	  url(../img/panel_menu/beginner_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_outpatient {
	  background-image:
	  url(../img/panel_menu/outpatient_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_treatment {
	  background-image:
	  url(../img/panel_menu/treatment_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_oc {
	  background-image:
	  url(../img/panel_menu/oc_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_about {
	  background-image:
	  url(../img/panel_menu/about_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_charge {
	  background-image:
	  url(../img/panel_menu/charge_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_notice {
	  background-image:
	  url(../img/panel_menu/notice_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_contact {
	  background-image:
	  url(../img/panel_menu/contact_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_youtube {
	  background-image:
	  url(../img/panel_menu/youtube_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_pre_check {
	  background-image:
	  url(../img/panel_menu/pre_check_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_line {
	  background-image:
	  url(../img/panel_menu/line_icon.png);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_stepup_consultation {
	  background-image:
	  url(../img/panel_menu/stepup_consultation_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_online_seminar {
	  background-image:
	  url(../img/panel_menu/online_seminar_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_clinicqa {
	  background-image:
	  url(../img/panel_menu/clinicqa_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_insta {
	  background-image:
	  url(../img/panel_menu/insta_icon.png);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_it_under43 {
	  background-image:
	  url(../img/panel_menu/it_under43_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_adv_medical {
	  background-image:
	  url(../img/panel_menu/adv_medical_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_nc_ivf {
	  background-image:
	  url(../img/panel_menu/nc_ivf_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_oth_adv_treatment {
	  background-image:
	  url(../img/panel_menu/oth_adv_treatment_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_sc {
	  background-image:
	  url(../img/panel_menu/sc_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_care {
	  background-image:
	  url(../img/panel_menu/care_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_inchou {
	  background-image:
	  url(../img/panel_menu/inchou_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_beginner {
	  background-image:
	  url(../img/panel_menu/beginner_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_receipt {
	  background-image:
	  url(../img/panel_menu/receipt_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_reservation {
	  background-image:
	  url(../img/panel_menu/reservation_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_shisetsu {
	  background-image:
	  url(../img/panel_menu/shisetsu_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_nursery {
	  background-image:
	  url(../img/panel_menu/nursery_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_access {
	  background-image:
	  url(../img/panel_menu/access_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_gyouseki {
	  background-image:
	  url(../img/panel_menu/gyouseki_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_kensyu {
	  background-image:
	  url(../img/panel_menu/kensyu_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}


[class^=panel_menu_box] a { 
	  text-decoration: none !important;
	  display: flex;
	  align-items:flex-end;
	  justify-content: center;
	  height:160px;
	  width: 184px;
}

[class^=panel_menu_box] .inner {  
	text-align:center;
	padding-bottom: 20px;
}

[class^=panel_menu_box] h3 {
	color: #2b3d65 !important;
	font-size: 16px !important;
	font-weight:400 !important;
	line-height: 1.3 !important;
	border-bottom: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

[class^=panel_menu_box] h3::before {
    background: none !important;
}

[class^=panel_menu_box] .inner h3 span {
	font-size: 14px;
}

[class^=panel_menu_box]:hover {
	background-color: #f7f8fa;
}



.low_panel_menu_box {     
	  position: relative;	  
	  height:70px;
	  width: 184px;
	  background-color: #fff;
	  border: solid #9c9c9c 1px;
	  
	  background-image:
	  url("../img/common/arrow_navy.svg");
	  background-size: auto;
	  background-repeat:no-repeat;
	  background-position:center right 12px;
}

.low_panel_menu_box a { 
	  text-decoration: none !important;
	  display: flex;
	  /*align-items:flex-end;*/
	  align-items: center;
	  justify-content: center;
	  height:70px;
	  width: 184px;
}

.low_panel_menu_box .inner {  
	text-align: center;
}

.low_panel_menu_box h3 {
	color: #2b3d65 !important;
	font-size: 16px !important;
	font-weight:400 !important;
	line-height: 1.4 !important;
	letter-spacing: 0em !important;
	border-bottom: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.low_panel_menu_box h3::before {
    background: none !important;
}

.low_panel_menu_box .inner h3 span {
	font-size: 14px;
}

.low_panel_menu_box:hover {
	background-color: #f7f8fa;
}





.pc_hide {
	display:none;
}

.pc_hide_2 {
	display:none;
}

.pc_hide_3 {
	display:none;
}


/*#container {
	width: 100%;
	height: 100%;
}

#cont_wrap {
	margin: 30px 0 0 0;
	padding: 0 0 80px 0;
	overflow:hidden;
	background-color:#ffffff;
}

#cont_wrap .main_box {
	width: 920px;
	height:auto;
	margin: 0 auto;
	padding:5px 20px 0 20px;
	position: relative;
	line-height: 2em;
}*/

#cont_wrap .main_box {
margin: -100px 0 0 0;
}


#cont_wrap .main_box .title_2{
margin: 50px 0 60px 0;
}

#cont_wrap .main_box .title_2 p{
	font-size: clamp(60px, 6vw, 82px) !important;
	letter-spacing: 0.3rem !important;
	margin: 0 0 8px 0 !important;
    line-height: 1;
}
#cont_wrap .main_box .title_2 h2{
font-size: clamp(24px, 2vw, 30px) !important;
color: #333333 !important;
margin: 0 0 0 0 !important;
}


#cont_wrap .main_box h2 {
	margin: 60px 0 20px 0;
	line-height: 1.5;
}

#cont_wrap .main_box h2.pln {
	margin: 0 0 15px 0;
	color:#9c866f;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 1.5em;
}

#cont_wrap .main_box h2.pln_2 {
	margin: 0 0 5px 0;
	color:#9c866f;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 1.2em;
}

#cont_wrap .main_box h2.lp {
	margin: 30px 0 40px 0;
	color:#9c866f;
	font-size: 25px;
	line-height: 1.4;
	text-align:center;
	border-bottom: 2px #9c866f dotted;
    padding: 0 0 10px 0;
}

/*#cont_wrap .main_box h2.ul {
	margin: 30px 0 20px 0;
	color:#CC8E5B;
	padding-bottom: .2em;
	border-bottom: 3px double #CC8E5B;
	font-size:1.4em;
	line-height: 1.4;
}

#cont_wrap .main_box h2.ul span {
	font-size: 0.8em;
}*/


#cont_wrap .main_box h2.ul {
margin: 30px 0 30px 0;
font-size:26px;
color: #333333 !important;
padding-bottom: 30px;
position: relative;
padding-left: 20px;
border-bottom: 1px #897f79 dashed;
}

#cont_wrap .main_box h2.ul::before{
content: '';
width: 13px;
aspect-ratio: 1 / 1;
background: url("../images/dia_title.webp") no-repeat center / contain;
position: absolute;
top: 15px;
left: 0;
}

#cont_wrap .main_box h2.ul span {
	font-size: 0.8em;
}



#cont_wrap .main_box h3 {
	/*font-size:1.4em;
	margin: 30px 0 20px 0;
	color:#2c3c65 !important;
	padding-bottom: .2em;
	border-bottom: 1px solid #9D847F;
	line-height: 1.4;*/
margin: 30px 0 30px 0;

font-size:24px;
padding-bottom: 30px;
position: relative;
padding-left: 20px;
border-bottom: 1px #897f79 dashed;
}

#cont_wrap .main_box h3::before{
content: '';
width: 13px;
aspect-ratio: 1 / 1;
background: url("../images/dia_title.webp") no-repeat center / contain;
position: absolute;
top: 10px;
left: 0;
}


#cont_wrap .main_box h3.pln {
    font-size: 22px;
	margin: 0 0 15px 0 !important;
	color:#9D847F !important;
	padding-bottom: 0;
    padding-left: 0;
	border-bottom: none;
}

#cont_wrap .main_box h3.pln::before {
    background: none !important;
}

#cont_wrap .main_box h3.pln_2 {
    font-size: 20px;
	margin: 0 0 15px 0 !important;
	color:#9D847F !important;
	padding-bottom: 0;
    padding-left: 0;
	border-bottom: none;
}

#cont_wrap .main_box h3.pln_2::before {
    background: none !important;
}


#cont_wrap .main_box h3.square_bg {
	margin: 0 0 15px 0;
	color:#fff;
	padding: 10px 20px 8px;
	border-radius: 15px;
	border-bottom: none;
	background: #ef978e;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
}

#cont_wrap .main_box h3.square_bg_2 {
	margin: 0 0 15px 0;
	color:#fff;
	padding: 10px 20px 8px;
	border-radius: 15px;
	border-bottom: none;
	background: #a49586;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
}

#cont_wrap .main_box h3.square_bg_2::before {
content: none;
}



#cont_wrap .main_box p.copy {
	margin: 0 0 30px 0;
	font-size:1.7em;
	font-family: 'ZenKakuGothicNew-Medium';
	font-weight: 500;
	color:#ff794c;
	line-height:1.5;
}

#cont_wrap .main_box p.copy2 {
	font-size:1.4em;
	font-family: 'ZenKakuGothicNew-Medium';
	font-weight: 500;
	color:#ff794c;
	line-height:1.4em;
}

#cont_wrap .main_box p.copy3 {
	margin: 0 0 0 0;
	font-size:20px;
	font-family: 'ZenKakuGothicNew-Medium';
	font-weight: 500;
	color:#9c866f;
	line-height:1.5;
}

#cont_wrap .main_box p.copy4 {
	margin: 0 0 30px 0;
	font-size:1.8em;
	font-family: 'ZenKakuGothicNew-Medium';
	font-weight: 500;
	color:#c80073;
	line-height:1.5;
}

#cont_wrap .main_box p.copy4 span.icon_1 {
  background-image: url("../img/contents_1_img_1.svg") ;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50px 66px;
  vertical-align: middle;
  padding: 60px 65px 78px 0;
}

#cont_wrap .main_box p.copy4 span.icon_2 {
  background-image: url("../img/contents_1_img_2.svg") ;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 56px 70px;
  vertical-align: middle;
  padding: 70px 55px 95px 0;
}

#cont_wrap .main_box p.copy4 span.icon_3 {
  background-image: url("../img/contents_1_img_3.svg") ;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 70px 54px;
  vertical-align: middle;
  padding: 40px 80px 40px 0;
}


.img_fll {
	float:left;
	margin:0 15px 10px 0;
}

.img_fll_2 {
	float:left;
	margin:0 25px 20px 0;
}

.img_flr {
	float:right;
	margin:0 0 10px 15px;
}

.img_flr_2 {
	float:right;
	margin:0 0 10px 15px;
}


figure.fll {
	float:left;
	margin:0 30px 10px 0;
}

figure.flr {
	float:right;
	margin:0 0 10px 30px;
}

figure.flr_2 {
	float:right;
	margin:0 0 10px 30px;
}


.box_1_a {
	width:auto;
	max-width:600px;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	float: left;
}

.box_2_a {
	width:auto;
	max-width:300px;
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	float: left;
}

.img_box_300 {
	width:auto;
	max-width:300px;
	padding: 0 0 0 0;
	float:left;
	margin:0 15px 10px 0;
}


.img_box_wrap {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display:flex;
    flex-wrap:wrap;
    justify-content: flex-start;
}

.img_box_wrap .img_box figure {
	margin: 0 20px 20px;
}

.img_box_wrap .img_box_2 {
	padding: 0 20px 15px;
}

.img_box_wrap .img_box_2 figure {
	margin: 0 20px 20px;
}


#cont_wrap .main_box ul.img_box_2_wrap {
	height:auto;
	width: auto;
	margin: 0 0 0 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}

#cont_wrap .main_box ul.img_box_2_wrap li {
	height:80px;
	width: 220px;
	margin: 0 0 10px 0;
	padding: 0 10px;
	text-align:center;
}



#cont_wrap .main_box .facility_box_wrap {
	width: auto;
	max-width: 860px;
	margin: 0 auto;
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: center;
}

#cont_wrap .main_box .facility_box_wrap::after{
  content:"";
  display: block;
  width:50%;
}

#cont_wrap .main_box .facility_box {
	width: 380px;
	padding: 5px 25px 25px 25px;
	
}

#cont_wrap .main_box .facility_box h3 {
	font-size: 18px;
	font-weight: normal;
	border: none;
	margin: 10px 0 0 0;
	text-align: center;
}

#cont_wrap .main_box .facility_box h3::before {
content: none;
}

#cont_wrap .main_box .facility_box p {
	margin:0;
}




#cont_wrap .main_box .pg_box {
	width: 100%;
	overflow:auto;
}

#cont_wrap .main_box .pg_box .staff_box {
	padding: 5px 30px 5px 0;
	float: left;
}

#cont_wrap .main_box .equipment_box {
	width: 300px;
	padding: 5px 15px 5px 15px;
	float: left;
}

#cont_wrap p.case {
	width: auto;
}


#cont_wrap .btn_box_wrap {
	width: auto;
	max-width: 520px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

#cont_wrap .btn {
    background: #ef978e;
	border: 1px solid #DDD;
    color: #fff;
	width: 200px;
	padding: 15px 0;
	margin:10px 0 10px 0;
    font-size: 16px;
    -webkit-appearance : none;
}

#cont_wrap .btn a:link {
	color: #6B4845;
	text-decoration: none;
}
#cont_wrap .btn a:hover {
	color: #6B4845;
	text-decoration: underline;
}
#cont_wrap .btn:hover {
    opacity: 0.8;
	text-decoration: none;
    cursor: pointer;
}
#cont_wrap .btn a:visited {
	color: #6B4845;
	text-decoration: none;
}


#cont_wrap .btn_1 a {
    width:auto !important;
	color: #E178AC !important;
    font-size:16px !important;
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1.2em !important;
    display: inline-block !important;
    text-align:center !important;
    padding:8px 40px 6px 30px !important;
	border: solid 1px #E178AC !important;
    border-radius:20px !important;
	background-color: #fff;
	background-image: url(../img/common/arrow_pink_1.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 20px center !important;
}

#cont_wrap .btn_1 a:hover {
	color: #fff !important;
	border: solid 1px #db58a3 !important;
    border-radius:20px !important;
	background-color: #db58a3 !important;
	background-image: url(../img/common/arrow_white_2.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 20px center !important;
}

#cont_wrap .btn_2 a {
    width:auto !important;
	color: #fff !important;
    font-size:16px !important;
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1.2em !important;
    display: inline-block !important;
    text-align:center !important;
    padding:12px 80px 10px 60px !important;
	background-color: #E178AC;
	background-image: url(../img/common/arrow_white_1.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 55px center !important;
}

#cont_wrap .btn_2 a:hover {
	opacity: 0.7;
}


/*#cont_wrap .ent_btn {
	background: #F4C7C2;
	border: 1px solid #DDD;
	color: #111;
	width: 250px;
	padding: 10px 0;
	margin:10px auto;
	text-align:center;
}*/


#cont_wrap .ent_btn a {
	display:block;
	width: 250px;
	padding: 10px 10px;
	margin: 10px 5px;
	font-size: 16px;
	color: #fff !important;
	text-align:center;
	line-height: 1.4;
	text-decoration: none !important;
    background: #ef978e;
	border: 1px solid #DDD;
}

#cont_wrap .ent_btn a:hover {
	opacity: 0.7;
}


#cont_wrap .ent_btn_2 a {
	font-size: 16px;
	background: #ef978e;
	border-radius: 15px;
	color: #fff !important;
	max-width: 270px;
	padding: 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
	text-decoration: none !important;
	display:block;
}

#cont_wrap .ent_btn_2 a:hover {
	opacity: 0.7;
}


#cont_wrap .ent_btn_3 {
  font-size: 16px;
  position: relative;
  padding: 0 0 0 26px;
  line-height: 1.4;
  margin-bottom: 7px;
}

#cont_wrap .ent_btn_3:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: url(../img/common/circle_pink.svg);
}

#cont_wrap .ent_btn_3 a {
  text-decoration: none !important;
  display:block;
}

#cont_wrap .ent_btn_3 a:hover {
	opacity: 0.7;
}

#cont_wrap .online_btn a {
	font-size: 16px;
	background: #ef978e;
	border-radius: 15px;
	color: #fff !important;
	max-width: 270px;
	padding: 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	text-decoration: none !important;
	display:block;
}

#cont_wrap .lp_btn a:hover {
	opacity: 0.7;
}

#cont_wrap .lp_btn a {
	font-size: 16px;
	background: #ef978e;
	border-radius: 15px;
	color: #fff !important;
	max-width: 240px;
	padding: 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	text-decoration: none !important;
	display:block;
}

#cont_wrap .online_btn a:hover {
	opacity: 0.7;
}


#cont_wrap .tel_frame {
	background: #F4C7C2 ;
	border: 1px solid #D18E87 ;
	width: 240px;
	padding: 10px 0;
	margin:10px 0 15px 0;
	text-align:center;
}

#cont_wrap .keisan_frame {
	border: 2px solid #D18E87 ;
	width:auto;
	padding: 10px 15px;
	display:inline-block;
}

#cont_wrap .reserve_btn {
	background: #FADCE2 ;
	border: 1px solid #E178AC ;
	width: 150px;
	padding: 10px 0;
	margin:20px auto 15px auto;
	text-align:center;
}


#cont_wrap .btn_4 {
	background: #EEE;
	border: 1px solid #DDD;
	color: #111;
	width: auto;
	padding: 10px 10px;
	margin:10px 0 10px 0;
}

#cont_wrap .btn_4:hover {
	opacity: 0.7;
    cursor : pointer;
}


#cont_wrap .btn_5 a {
    width:auto !important;
	color: #fff !important;
    font-size:16px !important;
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1.2em !important;
    display: inline-block !important;
    text-align:center !important;
    padding:15px 40px 13px 20px !important;
	background-color: #e24242;
	background-image: url(../img/common/arrow_white_1.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 20px center !important;
}

#cont_wrap .btn_5 a:hover {
	opacity: 0.7;
}


#cont_wrap .btn_6 a {
    width:auto !important;
	min-width: 240px !important;
	color: #fff !important;
    font-size:16px !important;
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1.2em !important;
    display: inline-block !important;
    text-align:center !important;
    padding:15px 30px 13px 10px !important;
	background-color: #e24242;
	background-image: url(../img/common/arrow_white_1.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
}

#cont_wrap .btn_6 a:hover {
	opacity: 0.7;
}



#cont_wrap .link_button{
	position:relative;
}

#cont_wrap .link_button:after{
    color:#b484bc;
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: ">";
	position:absolute;
	top:20px;
	right:20px;
}

#cont_wrap .link_button a{
	display: block;
	text-decoration: none !important;
	font-size: 1.1em;
	padding: 20px 10px;
	text-align: center;
	border:1px solid #b484bc;
	font-family: 'ZenKakuGothicNew-Medium';
	font-weight: 500;
	border-radius: 4px;
}



#cont_wrap .tel_frame a:link.br,
#cont_wrap .ent_btn a:link.br,
#cont_wrap .reserve_btn a:link {
	color: #6B4845;
	text-decoration: none;
}
#cont_wrap .tel_frame a:link.br,
#cont_wrap .ent_btn a:hover.br,
#cont_wrap .reserve_btn a:hover {
	color: #6B4845;
	text-decoration: underline;
}
#cont_wrap .tel_frame a:link.br,
#cont_wrap .ent_btn a:visited.br,
#cont_wrap .reserve_btn a:visited {
	color: #554738;
	text-decoration: none;
}


#cont_wrap .main_box a:link.pu {
	color:#c80073;
	text-decoration: underline;
}
#cont_wrap .main_box a:visited.pu {
	color:#c80073;
	text-decoration: underline;
}
#cont_wrap .main_box a:hover.pu {
	color:#c80073;
	text-decoration: none;
}


#cont_wrap .copy_frm {
	width:680px;
	margin:0 auto;
}

#cont_wrap .brown_frm {
	width: auto;
	max-width:800px;
	padding: 12px 15px;
	background-color: #fffaf0;
	border: #CC8E5B solid 2px;
	border-radius: 12px;

}


#cont_wrap .map iframe {
	height:299px;
	width:100%;
}


#cont_wrap .benkyo {
	background-image: url('../img/benkyokai/benkyokai_bg.jpg');
	background-repeat: no-repeat;
	background-position: right -25px top;
}


#cont_wrap .main_box dl.table {
	line-height: normal;
	margin-bottom: 10px;
}

#cont_wrap .main_box dl.table dt{         
	padding-top : 2px;    
	padding-bottom : 2px;
	padding-left : 5px;
	width : 120px;
	float : left;
	clear : both;
	color: #333333;
}
 
#cont_wrap .main_box dl.table dd{    
	padding-top : 2px;
	padding-left: 1em;
	padding-right : 5px;
	margin-left : 120px;
	margin-bottom: 0;
	width : auto;
	height: 1%;
}



#cont_wrap .main_box dl.table_2 {
	font-size: 16px;
	line-height: normal;
}

#cont_wrap .main_box dl.table_2 dt {         
	padding-top : 2px;    
	padding-bottom : 2px;
	padding-left : 5px;
	width : 80px;
	float : left;
	clear : both;
}
 
#cont_wrap .main_box dl.table_2 dd {    
	padding-top : 2px;
	padding-left: 1em;
	padding-right : 5px;
	margin-left : 80px;
	margin-bottom: 0;
	width : auto;
	height: 1%;
}

#cont_wrap .main_box dl.table_3 {
	font-size: 16px;
	line-height: normal;
}

#cont_wrap .main_box dl.table_3 dt {         
	padding-top : 2px;    
	padding-bottom : 2px;
	padding-left : 5px;
	padding-right : 10px;
	float : left;
	clear : both;
	white-space: nowrap;
}
 
#cont_wrap .main_box dl.table_3 dd {    
	padding-top : 2px;
	padding-left: 0;
	padding-right : 5px;
	margin-bottom: 0;
	width : auto;
	height: 1%;
}


#cont_wrap .main_box dl.table_4,
#cont_wrap .main_box dl.table_5 {
	line-height: normal;
}

#cont_wrap .main_box dl.table_4 dt {   
	font-size: 1.2em;
	padding-top : 4px;    
	padding-bottom : 2px;
	padding-left : 5px;
	width : 50px;
	float : left;
	clear : both;
}
 
#cont_wrap .main_box dl.table_4 dd {  
	font-size: 1.2em;
	padding-top : 0px;
	padding-left: 1em;
	padding-right : 5px;
	padding-bottom : 2px;
	margin-left : 50px;
	margin-bottom: 10px;
	width : auto;
	height: 1%;
}

#cont_wrap .main_box dl.table_5 dt {   
	font-size: 18px;
	padding-top : 2px;    
	padding-bottom : 2px;
	padding-left : 5px;
	width : 180px;
	float : left;
	clear : both;
}
 
#cont_wrap .main_box dl.table_5 dd {  
	font-size: 18px;
	padding-top : 2px;
	padding-left: 1em;
	padding-right : 5px;
	margin-left : 180px;
	margin-bottom: 10px;
	width : auto;
	height: 1%;
}

#cont_wrap .main_box dl.table_4 dd p,
#cont_wrap .main_box dl.table_5 dd p {  
	font-size: 1em;
}



#cont_wrap .main_box hr {
	margin: 0 0 60px 0;
}

#cont_wrap .main_box .index_wrap {
display: flex;
align-items: center;
margin: 30px 0 0 0;
}

#cont_wrap .main_box .index_menu li a:link {
	text-decoration: none;
	color: #323232;
}

#cont_wrap .main_box .index_menu li a:visited {
	text-decoration: none;
	color: #323232;
}

#cont_wrap .main_box .index_menu li a:hover {
	text-decoration:underline;
	color: #323232;
}



.index_menu_box_wrap_2 {
	width: 100%;
	margin: 0 auto 60px;
	overflow:hidden;
}

.index_menu_box_2 {
	float:left;
	width: 27%;
	padding: 0 3%;
	text-align:left;
}




.step_box {
	height: 200px;
	width: 384px;
	background-image: url('../img/step.svg');
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 40px 0 0 0;
}

.step_box .step1 {
	float:left;
	height:auto;
	width: 104px;
	padding: 0 12px;
	margin: 105px 0 0 0;
	line-height: 1.3;
}

.step_box .step2 {
	float:left;
	height:auto;
	width: 104px;
	padding: 0 12px;
	margin: 55px 0 0 0;
	line-height: 1.3;
}

.step_box .step3 {
	float:left;
	height:auto;
	width: 104px;
	padding: 0 12px;
	margin: 5px 0 0 0;
	line-height: 1.3;
}



.slider_inner {
	width: 100%;
	max-width: 650px;
	padding: 0 0 10px 0;
	margin:0 auto;
	border:none;
}


/* ---------------------------------------- サブページタイトル*/
.title_box { 
	height: 150px;
	width: 100%;
	background-color:#E0F1F4 !important;
	position:relative;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.title_box h1 { 
	font-size: 30px;
	font-weight: normal;
	color: #2C3C65 !important;
	line-height: 1.3;
	padding: 0 15px 0 40px;
}

.title_box h1 span { 
	font-size: 20px;
}

.title_box p.cat {
	font-size: 24px;
	color: #fff;
	margin: 0 0 0 0;
	padding: 0 20px 0 30px;
	background: #2C3C65 !important;
	height: 150px;
	width: 180px;
	display: flex;
    align-items: center;
	white-space: nowrap;
}


.title_box_2 { 
	height: 160px;
	width: 100%;
	background-color:#f9f9f9;
	position:relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

.title_box_2 h1 { 
	font-size: 26px;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 1.3;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.title_box_2 h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 45px;
  display: inline-block;
  width: 120px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #c70072;
}



/* 用語集 */
#cont_wrap .main_box ul.slide_box ul {
	display:none;
}

#cont_wrap .main_box .slide_box span {
	cursor: pointer;
	font-size: 14px !important;
	/*color: #b484bc;*/
}

#cont_wrap .main_box .slide_box li.terminology {
	font-size: 14px;
	padding:0 0 10px 5px;
	list-style: disc;
	margin:0.5em 0 0.5em 25px;
}

#cont_wrap .main_box .slide_box li.terminology span {
	cursor: pointer;
    font-size: 18px !important;
	color: #b484bc;
}

#cont_wrap .main_box .slide_box ul li {
	font-size: 14px;
	background-color:#f5f4f0;
	padding:15px;
	line-height: 2em;
}


/* カウンセリングコラム */
#cont_wrap .main_box ul.slide_box_2 ul {
	display:none;
}

#cont_wrap .main_box .slide_box_2 span {
	cursor: pointer;
	/*color: #ba5c5c;*/
	font-size: 16px;
}

#cont_wrap .main_box .slide_box_2 li.column_name {
	list-style: none;
	margin:0.5em 0 0 0;
}

#cont_wrap .main_box .slide_box_2 ul li {
	padding:0 0 0 0;
	line-height: 2em;
}


/*オンライン診療*/
.online_box_wrap {
	height:auto;
	width: auto;
	margin: 30px 0 50px 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}

.online_box_wrap .img_box {
	height:auto;
	width: auto;
	margin: 0 0 35px 0;
	padding: 0 20px;
	text-align:center;
}

.online_box_wrap .img_box img {
	margin: 0 0 0 0;
}

.online_box_wrap .img_box p {
	width: auto;
	max-width: 400px;
	text-align:left;
	line-height: 1.4em;
}


/*ブライダルチェック*/
ol.bc_kensa {
    counter-reset: li;
    list-style: none;
}

ol.bc_kensa li {
	margin:1.5em 0 1.5em 0;
}

ol.bc_kensa li:before {
    color: #9c866f;
	font-size: 20px;
	font-family: 'ZenKakuGothicNew-Medium';
	font-weight: 500;
    counter-increment: li;
    content: counter(li) ". ";
}

ol.bc_kensa li h4 {
	font-size: 18px;
	display: inline-block;
	padding: 0 0 0 5px;
}

ol.bc_kensa li p {
	font-size: 16px;
}




/* テーブル */
#cont_wrap table {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	width: 100%;
	max-width: 800px;
}

#cont_wrap th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 4px 4px 4px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap;
    font-size: 1em;
    line-height: 1.8;
}

#cont_wrap td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
    font-size: 1em;
    line-height: 1.8;
}



#cont_wrap table.ver2 {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	clear:both;
}

#cont_wrap table.ver2 th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap;
}

#cont_wrap table.ver2 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
}

#cont_wrap table.ver2 td p {
	font-size: 16px;
}



#cont_wrap table.ver3 {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	clear:both;
}

#cont_wrap table.ver3 th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal;
    width: 30%;
}

#cont_wrap table.ver3 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	width: 70%;
}

#cont_wrap table.ver4 {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 1000px;
	clear:both;
}

#cont_wrap table.ver4 th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal;
    width: 50%;
}

#cont_wrap table.ver4 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	width: 50%;
}

#cont_wrap table.ver5 {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 300px;
	clear:both;
}

#cont_wrap table.ver5 th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal;
    width: 20%;
}

#cont_wrap table.ver5 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	width: 80%;
}


#cont_wrap table.ver6 {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	clear:both;
}

#cont_wrap table.ver6 th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 10px 4px 10px;
	text-align: center;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap;
}

#cont_wrap table.ver6 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
}

#cont_wrap table.ver6 td.h {
	background-color:#f7f3f2;
	text-align: center;
	padding:6px 15px 4px 15px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
}


#cont_wrap table.ver7 {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	clear:both;
}

#cont_wrap table.ver7 th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
    width: 33%;
	white-space: nowrap;
}

#cont_wrap table.ver7 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
    width: 33%;
}



#cont_wrap table.ver8 {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
    width: 100%;
	max-width: 600px;
}

#cont_wrap table.ver8 th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
    width: 0;
	white-space: nowrap;
}

#cont_wrap table.ver8 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
    width: 0;
	white-space: nowrap;
}



#cont_wrap table.care_top {
	margin: 0 auto;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	clear:both;
}

#cont_wrap table.care_top th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	text-align: center;
}

#cont_wrap table.care_top td {
	background-color:#ffffff;
	padding:0 15px 15px;
	border-bottom:none;
	text-align:center;
}

#cont_wrap table.care_top th h2 {
	margin: 15px 0 10px !important;
}

#cont_wrap table.care_top td p img {
	margin: 15px 0 5px !important;
}


#cont_wrap table.care {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	clear:both;
}

#cont_wrap table.care th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap;
    width: 80px;
}

#cont_wrap table.care td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
}

#cont_wrap table.care p {
	font-size: 16px;
}


#cont_wrap table.form {
	border-collapse: collapse;
	border-top: 2px solid #7b716d;
	border-bottom: 2px solid #7b716d;
	border-right: 2px solid #7b716d;
 	border-left: 2px solid #7b716d;
	/*font-size: 16px;*/
	width: 100%;
	max-width: 820px;
	line-height: 1.6em;
}

#cont_wrap table.form th {
    font-size: 18px;
	font-weight:normal;
	background-color:#f6f5f1;
	padding:10px 8px 8px 10px;
	text-align:left;
	vertical-align: top;
	border-bottom:1px solid #7b5c35;
	border-left:1px solid #7b5c35;
	white-space: normal;
	width: 200px;
}

#cont_wrap table.form td {
    font-size: 18px;
	background-color:#ffffff;
	padding:10px 8px 8px 10px;
	border-bottom:1px solid #7b5c35;
	border-left:1px solid #7b5c35;
    text-align: left;
}

#cont_wrap table.form th span {
	font-size: 11px;
	color: #fff;
	background: #cf3419;
	padding: 3px 4px 2px;
	display: inline-block;
	margin: 0 0 0 6px;
	line-height:normal;
    border: solid 1px #cf3419;
    border-radius: 5px;
}

#cont_wrap table.form td p {
    margin-top: 5px;
	font-size: 18px;
}


#cont_wrap table.form_2 {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	clear:both;
}

#cont_wrap table.form_2 th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal;
    width: 150px;
	line-height: 1.4;
}

#cont_wrap table.form_2 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	line-height: 1.5;
}

#cont_wrap table.form_2 td input {
	position:relative;
	top:-3px;
	margin-right: 5px;
}



#cont_wrap table.receipt  {
	margin-bottom: 5px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
}

#cont_wrap table.receipt th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:center;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap;
}

#cont_wrap table.receipt td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	text-align:center;
}



#cont_wrap table.timetable  {
	margin-bottom: 10px;
	border-collapse: separate;
    border-spacing: 5px 5px;
	border: none;
	width: 100%;
}

#cont_wrap table.timetable th {
	font-size: 14px;
	font-weight:normal;
	background-color:#E0F1F4;
	padding:8px 10px 6px 10px;
	text-align:center;
	vertical-align:top;
	border: none;
	white-space: nowrap;
}

#cont_wrap table.timetable td {
	font-size: 14px;
	background-color:#f7f7f7;
	padding:8px 10px 6px 10px;
	border: none;
	text-align:center;
	color: #888;
}


#cont_wrap table.staff  {
	margin-bottom: 5px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
}

#cont_wrap table.staff th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:center;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap;
}

#cont_wrap table.staff td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	text-align:center;
}

#cont_wrap table.drug  {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	margin: 0 0 30px 0;
}

#cont_wrap table.drug th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px solid #cccccc;
	white-space: nowrap;
}

#cont_wrap table.drug td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	vertical-align: top;
}

#cont_wrap table.bbs1 {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	clear:both;
}

#cont_wrap table.bbs1 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	text-align:center;
}

#cont_wrap table.bbs2 {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	clear:both;
}

#cont_wrap table.bbs2 th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal;
    width: 30%;
}

#cont_wrap table.bbs2 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-top:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	width: 70%;
}

#cont_wrap table.bbs3 {
	margin-bottom: 0;
	border:none;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	clear:both;
}

#cont_wrap table.bbs3 td {
	background-color:#FBFAF8;
	padding:6px 10px 6px 12px;
	border:none;
	width: none;
}



#cont_wrap .bbs_old table {
	margin-bottom: 0;
	border:none;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
}

#cont_wrap .bbs_old table th {
	border:none;
}

#cont_wrap .bbs_old table td {
	border:none;
}

#cont_wrap .bbs_old table td.c1 {
	background-color:#f7f3f2;
	padding:6px 4px 4px 6px;
	border:none;
		border-left:none;
}

#cont_wrap .bbs_old table td.c2 {
	background-color:#fbfaf8;
	padding:6px 4px 4px 6px;
	border:none;
}


#cont_wrap table.result {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 600px;
}

#cont_wrap table.result th.t1 {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:center;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap;
}

#cont_wrap table.result th.t2 {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 4px 4px 4px;
	text-align:center;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal;
	width: 50%;
}

#cont_wrap table.result td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	text-align:center;
}



#cont_wrap table.charge {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	clear:both;
}

#cont_wrap table.charge th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:10px 8px 8px 12px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal;
    line-height: 1.5;
    width: 35%;
}

#cont_wrap table.charge td {
	background-color:#ffffff;
	padding:10px 8px 8px 12px;
	border-bottom:1px solid #cccccc;
	border-left:1px dotted #cccccc;
    line-height: 1.5;
	width: 65%;
}

#cont_wrap table.charge p {
    font-size: 1em;
}

#cont_wrap table.charge p img {
    margin: 10px 0 0 0;
}

#cont_wrap table.charge a {
    font-size: 16px;
}




/* --- フォーム関連 --- */
/*#cont_wrap table input.s1 {
	width: 100%;
	max-width: 300px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
#cont_wrap table input.s2 {
	width: 100%;
	max-width: 50px;
	min-width: 50px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
#cont_wrap table input.s3 {
	width: 100%;
	padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
#cont_wrap table textarea {
	width: 100%;
	height: 160px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
#cont_wrap table textarea.ver2 {
	width: 100%;
	height: 80px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}


#cont_wrap table select::-ms-expand {
	display: none;
}

#cont_wrap table select.s1 {
	width: 100%;
	max-width: 310px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    background-color: #fff;
    
    background-image: url("../img/common/arrow_dw.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right 10px center;
    
    -webkit-appearance: none;
	-moz-appearance: none;
}

#cont_wrap input[type=radio] {
  display: none !important;
}

#cont_wrap .radio {
  box-sizing: border-box !important;
  -webkit-transition: background-color 0.2s linear !important;
  transition: background-color 0.2s linear !important;
  position: relative !important;
  display: inline-block !important;
  margin: 0 0 8px 0 !important;
  padding: 12px 12px 12px 46px !important;
  border-radius: 8px !important;
  background-color: #f6f7f8 !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  
  font-size: 18px;
}

#cont_wrap .radio:hover {
  background-color: #fbebe6 !important;
}

#cont_wrap .radio:hover:after {
  border-color: #ef978e !important;
}

#cont_wrap .radio:after {
  -webkit-transition: border-color 0.2s linear !important;
  transition: border-color 0.2s linear !important;
  position: absolute !important;
  top: 50% !important;
  left: 15px !important;
  display: block !important;
  margin-top: -10px !important;
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #bbb !important;
  border-radius: 6px !important;
  content: '' !important;
}

#cont_wrap .radio:before {
  -webkit-transition: opacity 0.2s linear !important;
  transition: opacity 0.2s linear !important;
  position: absolute !important;
  top: 50% !important;
  left: 18px !important;
  display: block !important;
  margin-top: -7px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #ef978e !important;
  content: '' !important;
  opacity: 0 !important;
}

#cont_wrap input[type=radio]:checked + .radio:before {
  opacity: 1 !important;
}*/

/* --- フォーム関連 --- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100% !important;
	max-width: 400px !important;
    padding: 15px 5px !important;
    font-size: 16px !important;
}

.wpcf7 input[name="address"] {
	width: 100% !important;
	max-width: 600px !important;
    padding: 15px 5px !important;
    font-size: 16px !important;
}

.wpcf7 input[name="your-age"],
.wpcf7 input[name="c_name_1_age"],
.wpcf7 input[name="c_name_2_age"],
.wpcf7 input[name="c_name_3_age"],
.wpcf7 input[name="number"],
.wpcf7 input[name="time"] {
	width: 100% !important;
	max-width: 70px !important;
    padding: 15px 5px !important;
    font-size: 16px !important;
}




#cont_wrap select::-ms-expand {
	display: none;
}

#cont_wrap select {
	width: 100%;
	max-width: 310px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    background-color: #fff;
    background-image: url("../img/common/arrow_dw.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right 10px center;
    -webkit-appearance: none;
	-moz-appearance: none;
}


.wpcf7 textarea {
	width: 100% !important;
	max-width: 600px !important;
    padding: 15px 5px !important;
    font-size: 16px !important;
}

.wpcf7 input[type="submit"] {
  font-size: 16px !important;
  color: #fff;
  background-color: #d6786f;
  display: block!important;
  width: 220px; 
  margin: 30px auto 0;
  padding: 15px 30px;
  border: none;
  cursor:pointer;
}

.wpcf7 input[type="submit"]:hover {
  opacity: 0.7 !important;
}

span.wpcf7-list-item {
    display: block;
}

.wpcf7 input,
.wpcf7 textarea {
border: #ccc solid 1px;
border-radius: 6px;
}


.wpcf7-list-item {
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
}

.wpcf7-list-item input[type=radio] {
  display: none !important;
}

.wpcf7-list-item input[type=checkbox] {
  display: none !important;
}

.wpcf7-list-item-label {
  box-sizing: border-box !important;
  -webkit-transition: background-color 0.2s linear !important;
  transition: background-color 0.2s linear !important;
  position: relative !important;
  display: inline-block !important;
  margin: 0 0 8px 0 !important;
  padding: 12px 12px 12px 46px !important;
  border-radius: 8px !important;
  background-color: #f6f7f8 !important;
  vertical-align: middle !important;
  cursor: pointer !important;
}

.wpcf7-list-item-label:after {
  -webkit-transition: border-color 0.2s linear !important;
  transition: border-color 0.2s linear !important;
  position: absolute !important;
  top: 50% !important;
  left: 15px !important;
  display: block !important;
  margin-top: -10px !important;
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #bbb !important;
  border-radius: 6px !important;
  content: '' !important;
}

.wpcf7-list-item-label:before {
  -webkit-transition: opacity 0.2s linear !important;
  transition: opacity 0.2s linear !important;
  position: absolute !important;
  top: 50% !important;
  left: 18px !important;
  display: block !important;
  margin-top: -7px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #ef978e !important;
  content: '' !important;
  opacity: 0 !important;
}


.wpcf7-list-item-label:hover {
  background-color: #fbebe6 !important;
}

.wpcf7-list-item-label:hover:after {
  border-color: #ef978e !important;
}

.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:before {
  opacity: 1 !important;
}

.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 1 !important;
}

/* フォーム関連 end */




/*個別相談会フォーム*/
#cont_wrap .form-check input[type=radio] {
  display: none !important;
}

#cont_wrap .form-check-label {
  box-sizing: border-box !important;
  -webkit-transition: background-color 0.2s linear !important;
  transition: background-color 0.2s linear !important;
  position: relative !important;
  display: inline-block !important;
  margin: 0 0 8px 0 !important;
  padding: 12px 12px 12px 46px !important;
  border-radius: 8px !important;
  background-color: #f6f7f8 !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  
  font-size: 18px;/*追加*/
}

#cont_wrap .form-check-label:hover {
  background-color: #fbebe6 !important;
}

#cont_wrap .form-check-label:hover:after {
  border-color: #ef978e !important;
}

#cont_wrap .form-check-label:after {
  -webkit-transition: border-color 0.2s linear !important;
  transition: border-color 0.2s linear !important;
  position: absolute !important;
  top: 50% !important;
  left: 15px !important;
  display: block !important;
  margin-top: -10px !important;
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #bbb !important;
  border-radius: 6px !important;
  content: '' !important;
}

#cont_wrap .form-check-label:before {
  -webkit-transition: opacity 0.2s linear !important;
  transition: opacity 0.2s linear !important;
  position: absolute !important;
  top: 50% !important;
  left: 18px !important;/*20pxから変更*/
  display: block !important;
  margin-top: -7px !important;/*-5pxから変更*/
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #ef978e !important;
  content: '' !important;
  opacity: 0 !important;
}

#cont_wrap .form-check input[type=radio]:checked + .form-check-label:before {
  opacity: 1 !important;
}


#cont_wrap .disabled {
    pointer-events: none;
    opacity: 0.5;
}



/* --- 展開式 --- */
#cont_wrap .cont_op_inner { 
	height: auto;
	width: auto;
	position:relative;
	overflow: hidden;
}

#cont_wrap .btn_acd_open,
#cont_wrap .btn_acd_open_2,
#cont_wrap .btn_acd_open_3 {
    width:auto !important;
	color: #ba5c5c !important;
    font-weight: normal !important;
    text-decoration:underline !important;
	line-height: 1.2em !important;
    cursor : pointer;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
}

#cont_wrap .btn_acd_open:after,
#cont_wrap .btn_acd_open_2:after {
  content: url(../img/common/link_btn_arrow_y.svg);
  margin-left: 10px;
}

#cont_wrap .btn_acd_open_3:after {
  content: url(../img/common/link_btn_arrow_y_2.svg);
  margin-left: 10px;
}

#cont_wrap .btn_acd_close,
#cont_wrap .btn_acd_close_2,
#cont_wrap .btn_acd_close_3 {
    width:auto !important;
	color: #ba5c5c !important;
    font-weight: normal !important;
    text-decoration:underline !important;
	line-height: 1.2em !important;
    cursor : pointer;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
}

#cont_wrap .btn_acd_close:after,
#cont_wrap .btn_acd_close_2:after {
  content: url(../img/common/link_btn_arrow_y.svg);
  margin-left: 10px;
}

#cont_wrap .btn_acd_close_3:after {
  content: url(../img/common/link_btn_arrow_y_3.svg);
  margin-left: 10px;
}



#cont_wrap .main_box h1 {
	margin:0;
}

#cont_wrap .main_box h2 {
	font-size:1.7em;
	color:#9D847F !important;
	line-height: 1.5;
	letter-spacing: -0.03em;
}

/*#cont_wrap .main_box h3 {
	font-size:1.4em;
	color:#8BAD7E;
}*/

#cont_wrap .main_box h4 {
	font-size:1.3em;
	color:#9c866f;
	margin: 0 0 10px 0;
}

#cont_wrap .main_box h5 {
	font-size:1.2em;
	margin: 0 0 5px 0;
}

#cont_wrap .main_box p {
	font-size:1.2em;
}

#cont_wrap .cont_box {
	float:left;
	width: 44%;
	padding: 0 3% 0 3%;
	margin: 0 0 60px 0;
}

#cont_wrap .main_box a:link {
	color: #1d54a7;
	text-decoration: underline;
}

#cont_wrap .main_box a:visited {
	color: #1d54a7;
	text-decoration: underline;
}

#cont_wrap .main_box p a:hover {
	color: #AA855F;
	text-decoration: underline;
}


#cont_wrap div.bunki_1 {
height: auto;
width: auto;
max-width: 920px;
}

#cont_wrap div.bunki_1 div.inner {
margin: 0 auto 0;
width: 400px;
display: flex;
justify-content: space-between;
}

#cont_wrap div.bunki_1 div.inner div:nth-child(1) {
height: 100px;
width: 150px;
text-align:center; 
background-image: url('../img/charge/arrow_2.svg');
background-repeat: no-repeat;
background-position: center bottom;
background-size: auto;
}

#cont_wrap div.bunki_1 div.inner div:nth-child(2) {
height: 100px;
width: 150px;
text-align:center; 
background-image: url('../img/charge/arrow_3.svg');
background-repeat: no-repeat;
background-position: center bottom;
background-size: auto;
}


#cont_wrap div.bunki_2 {
height: auto;
width: auto;
max-width: 920px;
}

#cont_wrap div.bunki_2 div.inner {
margin: 0 auto 0;
width: 400px;
display: flex;
justify-content: flex-end;
}

#cont_wrap div.bunki_2 div.inner div {
height: 80px;
width: 150px;
background-image: url('../img/charge/arrow_2.svg');
background-repeat: no-repeat;
background-position: center bottom;
background-size: auto;
}



/* ---------------------------------------- Webセミナー動画*/
#cont_wrap .movie_box_wrap {
	height:auto;
	width: auto;
	margin: 0 0 0 0;
    display:flex;
    flex-wrap:wrap;
    justify-content: left;
	overflow: hidden;
}

#cont_wrap .movie_box_wrap .movie_box {
	height:auto;
	width: 430px;
	margin: 0 0 35px 0;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
}

#cont_wrap .movie_box_wrap .movie_box .youtube {
    position:relative;
    width:100%;
    padding-top:56.25%;
	margin-top: auto;
}
#cont_wrap .movie_box_wrap .movie_box .youtube iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

#cont_wrap .movie_box_wrap .movie_box h3 {
    font-size: 22px;
}
#cont_wrap .movie_box_wrap .movie_box h3::before {
    position: absolute;
    top: 8px;
}

#cont_wrap .movie_box_wrap .movie_box p {
	text-align:left;
	line-height: 1.4;
	margin: 0 0 15px 0;
}


/* ---------------------------------------- タイムラプス動画*/
#cont_wrap video {
	height: 240px;
}

/* ---------------------------------------- 動画*/
#cont_wrap .video_box {
	width: auto;
	max-width:500px;
}

#cont_wrap .video_box video {
	width: 100%;
}

/* ---------------------------------------- 個別相談PR*/
#cont_wrap .kobetsu_soudan_info {
	width: auto;
	max-width: 740px;
	border-radius: 15px;
	border: 0px;
	background-color: #fbebe6;
	padding: 30px 30px 50px;
	margin: 80px auto 0;
	display: flex;
}

#cont_wrap .kobetsu_soudan_info .left_box {
	width: 380px;
	margin: 0 40px 0 0;
}

#cont_wrap .kobetsu_soudan_info .right_box {
	width: auto;
}

#cont_wrap .kobetsu_soudan_info .right_box h2 {
	font-size: 1.6em;
	margin: 20px 0 15px 0 !important;
}




/* ---------------------------------------- タブ切り替え*/

/*タブ切り替え全体のスタイル*/
#cont_wrap .tabs {
  width: auto;
  margin: 0 0 50px 0;
}

/*タブのスタイル*/
#cont_wrap .tab_item {
  width: calc(100%/2);
  height: 50px;
  border-radius: 10px 10px 0 0;
  border-bottom: 3px solid #b484bc;
  background-color: #e9e3dc;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #b484bc;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  
  cursor: pointer;
}

#cont_wrap .tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
#cont_wrap input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
#cont_wrap .tab_content {
  display: none;
  padding: 10px 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#cont_wrap #clinic_plan:checked ~ #clinic_plan_content,
#cont_wrap #grace_plan:checked ~ #grace_plan_content,
#cont_wrap #design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
#cont_wrap .tabs input:checked + .tab_item {
  background-color: #b484bc;
  color: #fff;
}


/* --- カスタム投稿（お知らせ）　一覧 --- */

.news_list_wrap a {
text-decoration: none !important;
}

.news_list_wrap a .box .r_cont .date {

}

.news_list_wrap a .box .r_cont .title {
font-size: 1.5em !important;
color:#9D847F !important;
}



/* --- カスタム投稿（お知らせ）　記事 --- */

.single_tmb {
max-width: 800px;
}

.single_wrap h2 {
font-size: 1.5em;
}

.single_wrap .date {
font-size: 1em;
}

.single_wrap .cat a {
font-size: 1em !important;
text-decoration: none !important;
}

.single_wrap p {
margin: 1em 0;
}



@media screen and (max-width: 1199px) {


.pc_hide_3 {
	display:block;
}

.tb_hide {
	display:none;
}


/*#container {
	float: left;
	width: 100%;
	height: 100%;
	margin-right: 0;
}*/


/* --- サブページ --- */
/*#cont_wrap {
	margin: 30px 0 0 0;
	padding: 0 0 40px 0;
	overflow:hidden;
	background-color:#ffffff;
}

#cont_wrap .main_box {
	width: auto;
	height:auto;
	margin: 0 auto;
	padding:5px 20px 0 20px;
	position: relative;
	line-height: 2em;
}*/

#cont_wrap .main_box {
margin: -100px 0 0 0;
}

#cont_wrap .main_box h2 {
	margin: 60px 0 20px 0;
}

/*#cont_wrap .main_box h2.ul {
	margin: 30px 0 20px 0;
	color:#CC8E5B;
	padding-bottom: .2em;
	border-bottom: 3px double #CC8E5B;
	
}*/

#cont_wrap .main_box h2.ul {
margin: 30px 0 30px 0;
font-size:/*17px*/20px;
padding-bottom: 20px;
position: relative;
padding-left: 17px;
border-bottom: 1px #897f79 dashed;
}

#cont_wrap .main_box h2.ul::before{
content: '';
width: 10px;
aspect-ratio: 1 / 1;
background: url("../images/dia_title.webp") no-repeat center / contain;
position: absolute;
top: 10px/*5px*/;
left: 0;
}

/*#cont_wrap .main_box h3 {
	font-size:1.4em;
	margin: 30px 0 20px 0;
	color:#2c3c65 !important;
	padding-bottom: .2em;
	border-bottom: 1px solid #9D847F;
}*/

#cont_wrap .main_box h3 {
margin: 30px 0 30px 0;

font-size:/*17px*/20px;
padding-bottom: 20px;
position: relative;
padding-left: 17px;
border-bottom: 1px #897f79 dashed;
}

#cont_wrap .main_box h3::before{
content: '';
width: 10px;
aspect-ratio: 1 / 1;
background: url("../images/dia_title.webp") no-repeat center / contain;
position: absolute;
top: 8px/*5px*/;
left: 0;
}


#cont_wrap .main_box h3.pln {
    font-size: 20px;
}

#cont_wrap .main_box h3.pln_2 {
    font-size: 18px;
}


#cont_wrap .main_box p.copy {
	margin: 0 0 30px 0;
	font-size:1.8em;
	color:#ff794c;
	line-height:1.5;
}

#cont_wrap .main_box p.copy2 {
	font-size:1.4em;
	color:#ff794c;
	line-height:1.4em;
}

#cont_wrap .main_box p.copy4 {
	margin: 0 0 30px 0;
	font-size:1.8em;
	color:#c80073;
	line-height:1.5;
}

.img_fll {
	float:left;
	margin:0 15px 10px 0;
}

.img_flr {
	float:right;
	margin:0 0 10px 15px;
}

.img_flr_2 {
	float:right;
	margin:0 0 10px 15px;
}


/* ---------------------------------------- サブページタイトル*/
#title {
	margin-left: 0;
}


/* --- 共通 --- */
/*.main_box {
	width: 92%;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}*/

#cont_wrap .main_box h2 {
	font-size:1.7em;
	color:#9D847F !important;
}

/*#cont_wrap .main_box h3 {
	font-size:1.4em;
	color:#8BAD7E;
}*/

#cont_wrap .main_box h4 {
	font-size:1.3em;
	color:#9c866f;
	margin: 0 0 10px 0;
}

#cont_wrap .main_box h5 {
	font-size:1.2em;
	margin: 0 0 5px 0;
}

#cont_wrap .cont_box {
	float:left;
	width: 44%;
	padding: 0 3% 0 3%;
	margin: 0 0 60px 0;
}


}


@media screen and (max-width: 1025px) {

#cont_wrap .main_box {
margin: 0 0 0 0;
}


#cont_wrap .main_box .title_2{
margin: 0 0 40px 0;
}

#cont_wrap .main_box .title_2 p{
font-size: 40px!important;
letter-spacing: 0.15rem!important;
margin: 0 0 8px 0 !important;
}

#cont_wrap .main_box .title_2 h2{
font-size: 18px !important;
color: #333333 !important;
margin: 0 0 0 0 !important;
}

}





@media screen and (max-width: 900px) {


.pc_hide_2 {
	display: block;
}


.resp_2 {
	margin-bottom: 0;
	border-collapse: collapse;
	/*border-top: 1px solid #cccccc !important;*/
    border-top: none !important;
	/*border-bottom: none !important;*/
    border-bottom:1px solid #cccccc !important;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
}

.resp_2 thead th {
    display: none;
}

.resp_2 tbody th {
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	display: block;
	text-align:center;
	vertical-align:top;
	border-bottom:1px solid #cccccc !important;
	border-left: none !important;
    
    border-top: 1px solid #cccccc !important;
}

.resp_2 td {
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:none !important;
    display: block;
}

.resp_2 tr td:last-child {
	padding:6px 4px 4px 6px;
    /*border-bottom:1px solid #cccccc !important;*/
    border-bottom: none !important;
	border-left:none;
    display: block;
}

.resp_2 td[data-title]::before {
    content: attr(data-title) "\A";
	white-space: pre;
	color: #b484bc;
    font-weight: 500;
	font-family: 'ZenKakuGothicNew-Medium';
    padding: 0 10px 0 0;
    display: inline;
}




/* --- パネルメニュー --- */
.panel_menu_wrap {
	  max-width: 582px;
	  height: auto;
	  margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 10px;
}


}



@media screen and (max-width: 767px) {

.sp_hide {
	display:none;
}

.tb_hide {
	display:none !important;
}

.pc_hide {
	display:block;
}



/* --- サブページ --- */
/*#cont_wrap {
	margin: 20px 0 0 0;
	padding: 0 0 40px 0;
	overflow:hidden;
	background-color:#ffffff;
}

#cont_wrap .main_box {
	width: auto;
	height:auto;
	margin: 0 auto;
	padding:5px 20px 0 20px;
	position: relative;
	line-height: 2em;
}*/


#cont_wrap .main_box h2 {
	margin: 50px 0 15px 0;
}

#cont_wrap .main_box h2.lp {
	margin: 30px 0 30px 0;
	color:#9c866f;
	font-size: 22px;
	line-height: 1.4;
	text-align:center;
	border-bottom: 2px #9c866f dotted;
    padding: 0 0 10px 0;
}

/*#cont_wrap .main_box h2.ul {
	margin: 20px 0 15px 0;
	color:#CC8E5B;
	padding-bottom: .2em;
	border-bottom: 3px double #CC8E5B;
}*/


/*#cont_wrap .main_box h3 {
	font-size:1.4em;
	margin: 20px 0 15px 0;
	color:#2c3c65 !important;
	padding-bottom: .2em;
	border-bottom: 1px solid #9D847F;
}*/

#cont_wrap .main_box h3.pln {
    font-size: 20px;
}

#cont_wrap .main_box h3.pln_2 {
    font-size: 17px;
}

#cont_wrap .main_box p.copy {
	margin: 20px 0 20px 0;
	font-size:1.6em;
	color:#ff794c;
	line-height:1.3;
}

#cont_wrap .main_box p.copy2 {
	font-size:1.4em;
	color:#ff794c;
	line-height:1.4em;
}

#cont_wrap .main_box p.copy3 {
	margin: 0 0 0 0;
	font-size:18px;
	color:#9c866f;
	line-height:1.5;
}

#cont_wrap .main_box p.copy4 {
	margin: 20px 0 20px 0;
	font-size:1.6em;
	color:#c80073;
	line-height:1.3;
}

#cont_wrap .main_box p.copy4 span.icon_1 {
  background-image: url("../img/contents_1_img_1.svg") ;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 48px 60px;
  vertical-align: middle;
  padding: 20px 55px 20px 0;
}

#cont_wrap .main_box p.copy4 span.icon_2 {
  background-image: url("../img/contents_1_img_2.svg") ;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 56px 70px;
  vertical-align: middle;
  padding: 80px 55px 90px 0;
}

#cont_wrap .main_box p.copy4 span.icon_3 {
  background-image: url("../img/contents_1_img_3.svg") ;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60px 46px;
  vertical-align: middle;
  padding: 40px 70px 40px 0;
}

.img_fll {
	float:none;
	margin:0 0 5px 0;
}

.img_fll_2 {
	float:none;
	margin:0 0 15px 0;
}

.img_flr {
	float:none;
	margin:0 0 5px 0;
}

.img_flr_2 {
	float:none;
	margin:0 auto 5px;
}


figure.fll {
	float:none;
	margin:0 0 15px 0;
}

figure.flr {
	float:none;
	margin:0 0 15px 0;
}

figure.flr_2 {
	float:none;
	margin:0 auto 15px;
}



.box_1_a {
	width:auto;
	max-width: inherit;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	float: none;
}

.box_2_a {
	width:auto;
	max-width:300px;
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	float: none;
}


#cont_wrap .copy_frm {
	width:100%;
	margin:0 auto;
}


#cont_wrap .map iframe {
	width:100%;
	height: 299px;
}



#cont_wrap .benkyo {
	background-image: url('../img/benkyokai/benkyokai_bg2.jpg');
	background-repeat: no-repeat;
	background-position: right -25px top;
}


#cont_wrap .main_box dl.table_2 dt {         
	padding-top : 2px;    
	padding-bottom : 2px;
	padding-left : 5px;
	width : auto;
	float : none;
}
 
#cont_wrap .main_box dl.table_2 dd {    
	padding-top : 2px;
	padding-left: 5px;
	padding-right : 0;
	margin-left : 0;
	margin-bottom: 2px;
	width : auto;
	height: auto;
}


#cont_wrap .main_box dl.table_3 dt {         
	padding-top : 2px;    
	padding-bottom : 6px;
	padding-left : 5px;
	width : auto;
	float : none;
}
 
#cont_wrap .main_box dl.table_3 dd {    
	padding-top : 2px;
	padding-left: 5px;
	padding-right : 0;
	margin-left : 0;
	margin-bottom: 2px;
	width : auto;
	height: auto;
}


#cont_wrap .main_box dl.table_4 dt,
#cont_wrap .main_box dl.table_5 dt {         
	padding-top : 2px;    
	padding-bottom : 2px;
	padding-left : 5px;
	width : auto;
	float : none;
}
 
#cont_wrap .main_box dl.table_4 dd,
#cont_wrap .main_box dl.table_5 dd {    
	padding-top : 2px;
	padding-left: 5px;
	padding-right : 0;
	margin-left : 0;
	margin-bottom: 10px;
	width : auto;
	height: auto;
}



#cont_wrap .main_box .index_wrap {
display: flex;
align-items: center;
flex-wrap:wrap;
}

#cont_wrap .index_menu_box_wrap_2 {
	width: 100%;
	margin: 20px auto 10px;
	overflow:hidden;
}

#cont_wrap .index_menu_box_2 {
	float:none;
	width: 100%;
	padding: 0;
	text-align:left;
}



#cont_wrap p.case {
	text-align: center;
}



#cont_wrap .main_box hr {
	margin: 0 0 45px 0;
}

/* 横並びエンド */
#cont_wrap .main_box .index_wrap {
display: flex;
align-items: center;
flex-wrap:wrap;
margin: 0 0 15px 0;
}

#cont_wrap .main_box .index_menu_box_wrap {
	width: 100%;
	margin: -30px auto 10px;
	overflow:hidden;
}

#cont_wrap .main_box .index_menu_box {
	float:none;
	width: 100%;
	padding: 0;
	text-align:left;
}


.step_box {
	height: 140px;
	width: 300px;
	background-image: url('../img/step.svg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 300px 113px;
	margin: 40px 0 0 0;
}

.step_box .step1 {
	float:left;
	height:auto;
	width: 33%;
	padding: 0 0;
	margin: 60px 0 0 0;
	line-height: 1.3;
	text-align: center;
}

.step_box .step2 {
	float:left;
	height:auto;
	width: 33%;
	padding: 0 0;
	margin: 20px 0 0 0;
	line-height: 1.3;
	text-align: center;
}

.step_box .step3 {
	float:left;
	height:auto;
	width: 33%;
	padding: 0 0;
	margin: -15px 0 0 0;
	line-height: 1.3;
	text-align: center;
}


#cont_wrap .img_box_wrap {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

#cont_wrap .img_box_wrap .img_box figure {
	margin: 0 12px 20px;
	height: auto;
}



#cont_wrap .main_box .facility_box {
	width: 380px;
	padding: 5px 0 25px 0;
	
}



/* ---------------------------------------- サブページタイトル*/
#title {
	margin-left: 0;
}

.title_box { 
	height: 90px;
	width: 100%;
	background-color:#E0F1F4 !important;
	position:relative;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.title_box h1 { 
	font-size: 18px;
	font-weight: normal;
	color: #2C3C65 !important;
	line-height: 1.3;
	padding: 0 12px 0 12px;
}

.title_box h1 span { 
	font-size: 14px;
	line-height: 1.2;
	margin: 3px 0 0 0;
	display:block;
}

.title_box p.cat {
	font-size: 16px;
	color: #fff;
	margin: 0 0 0 0;
	padding: 0 5px 0 15px;
	background: #2C3C65 !important;
	height: 90px;
	width: 120px;
	display: flex;
    align-items: center;
	white-space: nowrap;
}


.title_box_2 { 
	height: 90px;
	width: 100%;
	background-color:#f9f9f9;
	position:relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

.title_box_2 h1 { 
	font-size: 18px;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 1.3;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.title_box_2 h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: inline-block;
  width: 120px;
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #c70072;
}



/* テーブル */
#cont_wrap table {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
}

#cont_wrap th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap;
}

#cont_wrap td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
}



#cont_wrap table.resp {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
}

#cont_wrap table.resp tr {
	border-bottom:1px solid #cccccc;
}

#cont_wrap table.resp th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:none;
	white-space: nowrap;
    display: block;
}

#cont_wrap table.resp td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:none;
    display: block;
}

#cont_wrap table.resp tr td:last-child {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
    border-bottom:none;
	border-left:none;
    display: block;
}



#cont_wrap th.resp {

    display: block;
}

#cont_wrap td.resp {
    
    display: block;
}



#cont_wrap table.receipt  {
	margin-bottom: 5px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 13px;
	width: 100%;
}

#cont_wrap table.receipt th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:3px 4px 2px 4px;
	text-align:center;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap;
}

#cont_wrap table.receipt td {
	background-color:#ffffff;
	padding:3px 2px 2px 3px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	text-align:center;
}


#cont_wrap table.timetable  {
	margin-bottom: 5px;
	border-collapse: separate;
    border-spacing: 3px 3px;
	border: none;
	width: 100%;
	max-width: 550px;
}

#cont_wrap table.timetable th {
	font-size: 12px;
	font-weight:normal;
	background-color:#E0F1F4;
	padding:12px 4px 12px 4px;
	text-align:center;
	vertical-align:top;
	border: none;
	white-space: nowrap;
}

#cont_wrap table.timetable td {
	font-size: 11px;
	background-color:#f7f7f7;
	padding:12px 5px 12px 5px;
	border: none;
	text-align:center;
}


#cont_wrap table.staff  {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 13px;
	width: 100%;
}

#cont_wrap table.staff th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:3px 2px 2px 2px;
	text-align:center;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap;
}

#cont_wrap table.staff td {
	background-color:#ffffff;
	padding:3px 2px 2px 2px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	text-align:center;
	white-space: nowrap;
}

#cont_wrap table.drug  {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	margin: 0 0 30px 0;
}

#cont_wrap table.drug th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px solid #cccccc;
	white-space: nowrap;
}

#cont_wrap table.drug td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	vertical-align: top;
}



#cont_wrap table.form {
	border-collapse: collapse;
	border-top: 2px solid #7b716d;
	border-bottom: 2px solid #7b716d;
	border-right: 2px solid #7b716d;
 	border-left: 2px solid #7b716d;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	line-height: 1.6em;
}

#cont_wrap table.form th {
	font-weight:normal;
	background-color:#f6f5f1;
	padding:10px 8px 8px 10px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #7b5c35;
	border-left:none;
	white-space: normal;
	width: auto;
    display: block;
}

#cont_wrap table.form td {
	background-color:#ffffff;
	padding:10px 8px 8px 10px;
	border-bottom:1px solid #7b5c35;
	border-left:none;
    min-height: 20px;
    display: block;
}

#cont_wrap table.form tr:last-child td {
	background-color:#ffffff;
	padding:10px 8px 8px 10px;
    border-bottom:none;
	border-left:none;
    min-height: 20px;
    display: block;
}



#cont_wrap table.form_2 th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:6px 8px 4px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal;
    width: 80px;
	line-height: 1.4;
}


#cont_wrap table.charge {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
    border-bottom: none;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	clear:both;
}

#cont_wrap table.charge th {
	font-weight:normal;
	background-color:#f7f3f2;
	padding:8px 8px 6px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal;
    line-height: 1.4;
    width: auto;
    display: block;
}

#cont_wrap table.charge td {
	background-color:#ffffff;
	padding:8px 4px 10px 6px;
	border-bottom:1px solid #cccccc;
	border-left:1px dotted #cccccc;
    line-height: 1.4;
	width: auto;
    display: block;
}

#cont_wrap table.charge p img {
    margin: 10px 0 0 0;
}

#cont_wrap table.charge a {
    font-size: 16px;
}


/* --- フォーム関連 --- */
#cont_wrap table input.s1 {
	width: 100%;
	max-width: none;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
#cont_wrap table input.s2 {
	width: 100%;
	max-width: 50px;
	min-width: 50px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
#cont_wrap table input.s3 {
	width: 100%;
	padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
#cont_wrap table textarea {
	width: 100%;
	height: 160px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
#cont_wrap table textarea.ver2 {
	width: 100%;
	height: 80px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}


#cont_wrap table select::-ms-expand {
	display: none;
}

#cont_wrap table select.s1 {
	width: 100%;
	max-width: none;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fff;
    background-image: url("../img/common/arrow_dw.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right 10px center;
    -webkit-appearance: none;
	-moz-appearance: none;
}



/* --- 共通 --- */

/*.main_box {
	width: 92%;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}*/

/*.main_box h2 {
	font-size:2em;
	color:#9D847F !important;
}*/

/*.main_box h3 {
	font-size:1.4em;
	color:#8BAD7E;
}*/

.main_box h4 {
	font-size:1.3em;
	color:#9c866f;
	
	margin: 0 0 10px 0;
}

.main_box h5 {
	font-size:1.2em;
	margin: 0 0 5px 0;
}

.cont_box {
	float:left;
	width: 44%;
	padding: 0 3% 0 3%;
	margin: 0 0 60px 0;
}



#cont_wrap .btn {
    background: #ef978e;
	border: 1px solid #DDD;
    color: #fff;
	width: 120px;
	padding: 15px 0;
	margin:10px 0 10px 0;
    font-size: 16px;
    -webkit-appearance : none;
}


#cont_wrap .btn_5 {
    display: flex;
    justify-content: center;
}

#cont_wrap .btn_6 {
    display: flex;
    justify-content: center;
}


#cont_wrap .link_button:after{
	top:20px;
	right:10px;
}

#cont_wrap .link_button a{
	font-size: 1em;
	padding: 20px 10px;
}


}




@media screen and (max-width: 640px) {

/* --- パネルメニュー --- */
.panel_menu_wrap {
	  max-width: 378px;
	  height: auto;
	  margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px;
}

.panel_menu_wrap_2 {
	  max-width: 378px;
	  height: auto;
	  margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px;
}

[class^=panel_menu_box] {     
	  position: relative;	  
	  height: 160px;
	  width: auto;
	  max-width: 184px;
	  background-color: #fff;
	  border: solid #9c9c9c 1px;
}

.panel_menu_box_beginner {
	  background-image:
	  url(../img/panel_menu/beginner_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_outpatient {
	  background-image:
	  url(../img/panel_menu/outpatient_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_treatment {
	  background-image:
	  url(../img/panel_menu/treatment_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_oc {
	  background-image:
	  url(../img/panel_menu/oc_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_about {
	  background-image:
	  url(../img/panel_menu/about_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_charge {
	  background-image:
	  url(../img/panel_menu/charge_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_notice {
	  background-image:
	  url(../img/panel_menu/notice_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_contact {
	  background-image:
	  url(../img/panel_menu/contact_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_youtube {
	  background-image:
	  url(../img/panel_menu/youtube_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_pre_check {
	  background-image:
	  url(../img/panel_menu/pre_check_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_line {
	  background-image:
	  url(../img/panel_menu/line_icon.png);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_stepup_consultation {
	  background-image:
	  url(../img/panel_menu/stepup_consultation_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_online_seminar {
	  background-image:
	  url(../img/panel_menu/online_seminar_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_clinicqa {
	  background-image:
	  url(../img/panel_menu/clinicqa_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_insta {
	  background-image:
	  url(../img/panel_menu/insta_icon.png);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_it_under43 {
	  background-image:
	  url(../img/panel_menu/it_under43_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_adv_medical {
	  background-image:
	  url(../img/panel_menu/adv_medical_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_nc_ivf {
	  background-image:
	  url(../img/panel_menu/nc_ivf_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_oth_adv_treatment {
	  background-image:
	  url(../img/panel_menu/oth_adv_treatment_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_sc {
	  background-image:
	  url(../img/panel_menu/sc_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_care {
	  background-image:
	  url(../img/panel_menu/care_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_inchou {
	  background-image:
	  url(../img/panel_menu/inchou_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_beginner {
	  background-image:
	  url(../img/panel_menu/beginner_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_receipt {
	  background-image:
	  url(../img/panel_menu/receipt_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_reservation {
	  background-image:
	  url(../img/panel_menu/reservation_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_shisetsu {
	  background-image:
	  url(../img/panel_menu/shisetsu_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_nursery {
	  background-image:
	  url(../img/panel_menu/nursery_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_access {
	  background-image:
	  url(../img/panel_menu/access_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_gyouseki {
	  background-image:
	  url(../img/panel_menu/gyouseki_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}

.panel_menu_box_kensyu {
	  background-image:
	  url(../img/panel_menu/kensyu_icon.svg);
	  background-size: 60px;
	  background-repeat:no-repeat;
	  background-position:center 35px;
}



[class^=panel_menu_box] a { 
	  text-decoration: none !important;
	  display: flex;
	  align-items:flex-end;
	  justify-content: center;
	  height: 160px;
	  width: auto;
	  max-width: 184px;
}

[class^=panel_menu_box] .inner {  
	text-align:center;
	padding-bottom: 20px;
}

[class^=panel_menu_box] h3 {  
	color: #2b3d65 !important;
	font-size: 14px !important;
	font-weight:400 !important;
	font-feature-settings: "palt" 1;
	line-height: 1.3 !important;
	border-bottom: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

[class^=panel_menu_box] .inner h3 span {
	font-size: 12px;
	font-feature-settings: "palt" 1; 
}



.low_panel_menu_box {     
	  position: relative;
	  height:60px;
	  width: auto;
	  max-width: 184px;
	  background-color: #fff;
	  border: solid #9c9c9c 1px;
	  background-image:
	  url("../img/common/arrow_navy.svg");
	  background-size: auto;
	  background-repeat:no-repeat;
	  background-position:center right 10px;
}

.low_panel_menu_box a { 
	  text-decoration: none !important;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height:60px;
	  width: auto;
	  max-width: 184px;
}

.low_panel_menu_box .inner {  
	text-align: center;
}

.low_panel_menu_box h3 {
	color: #2b3d65 !important;
	font-size: 14px !important;
	font-weight:400 !important;
	line-height: 1.4 !important;
	letter-spacing: 0em !important;
	border-bottom: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.low_panel_menu_box .inner h3 span {
	font-size: 12px;
}


}



@media screen and (max-width: 600px) {


/* ---------------------------------------- テーブル */
#cont_wrap table.ver7 {
	width: 100%;
	max-width: 800px;
	min-width: 580px;
}


/* ---------------------------------------- 横スクロール */
#cont_wrap .scroll {
    overflow-x: auto;
}
#cont_wrap .scroll::-webkit-scrollbar {
    height: 10px;
}
#cont_wrap .scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}
#cont_wrap .scroll::-webkit-scrollbar-track-piece {
    background: #efefef;
}

}


@media screen and (max-width: 500px) {

#cont_wrap p {line-height: 1.6}

#cont_wrap .movie_box_wrap {
	height:auto;
	width: auto;
	margin: 0 0 0 0;
    display:flex;
    flex-wrap:wrap;
	justify-content: center;
}

#cont_wrap .movie_box_wrap .movie_box {
	height:auto;
	width: 100%;
	margin: 0 0 35px 0;
	padding: 0 0;
}

#cont_wrap .movie_box_wrap .movie_box .youtube {
    position:relative;
    width:100%;
    padding-top:56.25%;
}
#cont_wrap .movie_box_wrap .movie_box .youtube iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

#cont_wrap .movie_box_wrap .movie_box h3 {
    font-size: 19px;
}
#cont_wrap .movie_box_wrap .movie_box h3::before {
    position: absolute;
    top: 6px;
}

#cont_wrap .movie_box_wrap .movie_box p {
	text-align:left;
	line-height: 1.4;
	margin: 0 0 15px 0;
}



#cont_wrap div.bunki_1 {
height: auto;
width: auto;
max-width: 920px;
}

#cont_wrap div.bunki_1 div.inner {
margin: 0 auto 0;
width: 300px;
display: flex;
justify-content: space-between;
}

#cont_wrap div.bunki_1 div.inner div:nth-child(1) {
height: 100px;
width: 120px;
background-image: url('../img/charge/arrow_2.svg');
background-repeat: no-repeat;
background-position: center bottom;
background-size: auto;
}

#cont_wrap div.bunki_1 div.inner div:nth-child(2) {
height: 100px;
width: 120px;
background-image: url('../img/charge/arrow_3.svg');
background-repeat: no-repeat;
background-position: center bottom;
background-size: auto;
}


#cont_wrap div.bunki_2 {
height: auto;
width: auto;
max-width: 920px;
margin: 0 0 5px 0;
}

#cont_wrap div.bunki_2 div.inner {
margin: 0 auto 0;
width: 300px;
display: flex;
justify-content: flex-end;
}

#cont_wrap div.bunki_2 div.inner div {
height: 80px;
width: 120px;
background-image: url('../img/charge/arrow_2.svg');
background-repeat: no-repeat;
background-position: center bottom;
background-size: auto;
}


}


@media screen and (max-width: 320px) {

/* ---------------------------------------- タイムラプス動画*/
#cont_wrap video {
	height: 120px;
}


}
