@charset "utf-8";
* {
	box-sizing: border-box;
}
html{
	font-size:16px;
	/* font-family: Meiryo,'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",sans-serif; */
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','Noto Sans JP','MS PGothic', arial, helvetica, sans-serif;
	/* font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; */
	line-height:1.875;
	color:#333;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
a,a img{
	text-decoration: none;
	transition: .35s;
	-moz-transition: .35s;
	-webkit-transition: .35s;
	-o-transition: .35s;
	-ms-transition: .35s;
}
a:hover,a:hover img{
	opacity:0.7;
}
p,h1,h2,h3,h4,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
}
ul,li{
	list-style: none;
}
table{
	border-collapse: collapse;
}
img{
	max-width:100%;
	vertical-align: bottom;
}
.font_bold{
	font-weight: bold;
}

.text_center{
	text-align: center;
}
.text_left{
	text-align: left!important;
}
.text_right{
	text-align: right!important;
}
.text_nowrap{
	white-space: nowrap;
}

.font_scale_large {
  font-size: 150%;
}
.font_scale_medium {
  font-size: 125%;
}
.font_scale_small {
  font-size: 85%;
}
.font_ularge {
font-size: 60px !important;
}
.font_xlarge {
font-size: 40px !important;
}
.font_large {
font-size: 30px !important;
}
.font_medium {
font-size: 20px !important;
}
.font_base {
font-size: 16px !important;
}
.font_small {
font-size: 14px !important;
}
.font_notice {
font-size: 12px !important;
}
.line_height_min { line-height: 1.2;}

.inline_block { display: inline-block;}

.color_mono {
	color: #ffffff;
}

.bg_color_mono {
	background-color: #ffffff;
}
.bg_color_mono_light {
	background-color: #f7f7f7;
}
.bg_color_main_light {
	background-color: #edf3f9;
}
.bg_color_accent_light {
	background-color: #f4f1e8;
}
.bg_color_main {
	background-color: #1b4161;
}
.bg_color_main_pale {
	background-color: #f0f8ff;
}
.bg_color_spring {
	background-color: #FCFAE5;
}
.all-wrap{
	margin-top: 150px;
	min-width:1200px;
}
header{
	position:fixed;
	width:100%;
	top:0;
	background-color:#FFF;
	z-index: 999;
	border-bottom: 10px solid #1b425f;
}
.ht-area{
	border-bottom:1px solid #c7c7c7;
}
.ht-areatop{
	display:flex;
	align-items: center;
	height:80px;
	max-width: 1200px;
	margin:auto;
	justify-content: space-between;
}
/* .ht-areatop:after{
	clear:both;
	display:block;
	content:"";
} */
.ht-areatop-logo{
	margin-left:0;
}
.sitelogo{
	display:flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;

}
.ht-areatop-pcright{
	display:flex;
}
.ht-areatop-tel{
	margin-right:20px;
	display:flex;
	align-items: center;
	float:left;
}
.header_areatop_online_sp,
.ht-areatop-tel-sp{
	display: none;
}
.ht-areatop-tel img{
	/* width:210px; */
}
.sitelogo img{
	width:280px;
	height:auto;
	display:block;
	padding-bottom:5px;
}
.ht-areatop-logolink{
	/* margin-left: 10px;
	margin-right:30px;
	float:left; */
}
.head_logo_area{
	display:flex;
}
.logo-label {
	width: 55px;
	background: #1b4161;
	border-radius: 0;
	font-size: 13px;
	font-weight: bold;
	/* font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, "Sawarabi Mincho", メイリオ, Meiryo, serif; */
	padding: 5px 0;
	color: #fff;
	display: inline-block;
	line-height: 1;
	text-align: center;
	margin-right:5px;
	border-radius:4px;
}
.logo-label:last-child{
	margin-right:0px;
}
/* .logo-label:hover,.logo-label:focus {
	color: #b8a268;
} */
.ht-areatop-link{
	float:left;
}
.ht-areatop-link ul{
	display:flex;
}
.ht-areatop-link ul:after{
	display:block;
	clear:both;
	content:"";
}
.ht-areatop-link ul li{
	margin-right:10px;
	float:left;
}
.ht-areatop-link ul li:last-child{
	margin-right:0px;
}
.ht-naviarea{
	max-width: 960px;
	margin:auto;
	height:60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ht-naviarea ul{
	display: flex;
	justify-content: space-between;
}
.ht-naviarea ul:after{
	clear:both;
	display:block;
	content:"";
}
.ht-naviarea ul li{
	padding: 7px 0;
	float:left;
}
.ht-naviarea ul li .ht-link{
	border-left:1px solid #c7c7c7;
	margin:8px 0;
}
.ht-naviarea ul li:last-child > div{
	border-right:1px solid #c7c7c7;
}

.ht-naviarea ul li a,
.ht-naviarea ul li span{
	padding:0 32px 0 14px;
	position: relative;
	color:#666666;
	font-size:14px;
	display:block;
}

.ht-naviarea ul li .no-open a{
	padding:0 22px;
	position: relative;
	color:#666666;
	font-size:14px;
	display:block;
}
.ht-naviarea ul li a:after,
.ht-naviarea ul li span:after{
	position: absolute;
	width:12px;
	height:7px;
	content:"";
	background-image:url(../img/common/icon-arrow.png);
	top:50%;
	right:5px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ht-naviarea ul li .no-open a:after{
	position: absolute;
	width:12px;
	height:7px;
	content:"";
	background-image:none;
	top:50%;
	right:5px;
}
.ht-naviarea ul li.spnaviarea-open a:after{
	position: absolute;
	width:12px;
	height:7px;
	content:"";
	background-image:url(../img/common/icon-arrow3.png);
	top:50%;
	right:5px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-size:100%;
}
.ht-accessbtn{
	text-align: center;
}
.ht-accessbtn a{
	color:#ffe398;
	font-size:18px;
	font-weight:bold;
	position: relative;
	background-color: #1d4465;
	background:linear-gradient(#32628b, #1d4465);
	display:block;
	padding:7px 0px;
	width:130px;
	border-radius: 4px;
	margin:auto;
	margin-left:0;
}
.ht-accessbtn a > span{
	border-top:1px solid #ffe398;
	border-bottom:1px solid #ffe398;
	width: 100%;
	display: inline-block;
	padding:7px 0;
}
.ht-accessbtn a span span{
	position: relative;
	margin-left:10px;
}
.ht-accessbtn a span span:after{
	background-image:url(../img/common/icon-access.png);
	position: absolute;
	content:"";
	top:50%;
	left:-15px;
	width:14px;
	height:20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
}

.ht-mailbtn{
	text-align: center;
}
.ht-mailbtn a{
	color:#ffe398;
	font-size:18px;
	font-weight:bold;
	position: relative;
	background-color: #1d4465;
	background:linear-gradient(#32628b, #1d4465);
	display:block;
	padding:7px 0px;
	width:130px;
	border-radius: 4px;
	margin:auto;
	margin-left:0;
}
.ht-mailbtn a > span{
	border-top:1px solid #ffe398;
	border-bottom:1px solid #ffe398;
	width: 100%;
	display: inline-block;
	padding:7px 0;
}
.ht-mailbtn a span span{
	position: relative;
	margin-left:25px;
}
.ht-mailbtn a span span:after{
	background-image:url(../img/common/icon-mail.png);
	position: absolute;
	content:"";
	top:50%;
	left:-15px;
	width:20px;
	height:16px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
}
.ht-counselingbtn{
	text-align: center;
}
.ht-counselingbtn a{
	color:#1b4161;
	font-size:18px;
	font-weight:bold;
	position: relative;
	background-color: #c8ab61;
	background:linear-gradient(#f5d88a, #c8ab61);
	display:block;
	padding:7px 0px;
	width:190px;
	border-radius: 4px;
	margin:auto;
	margin-left:0;
}

.ht-counselingbtn a > span{
	border-top:1px solid #1b4161;
	border-bottom:1px solid #1b4161;
	width: 100%;
	display: inline-block;
	padding:7px 0;
}
.ht-counselingbtn a span span{
	position: relative;
	margin-left:20px;
}
.ht-counselingbtn a span span:after{
	background-image:url(../img/common/icon-counseling.png);
	position: absolute;
	content:"";
	top:50%;
	left:-10px;
	width:18px;
	height:20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
}
.header_areatop_online {
	text-align: center;
}
.header_areatop_online a{
	color:#ffe398;
	font-size:18px;
	font-weight:bold;
	position: relative;
	background-color: #333;
	background:linear-gradient(#555, #333);
	display:block;
	padding:7px 0px;
	width: 140px;
	border-radius: 4px;
	margin:auto;
	margin-left:0;
}
.header_areatop_online a > span{
	border-top:1px solid #ffe398;
	border-bottom:1px solid #ffe398;
	width: 100%;
	display: inline-block;
	padding:7px 0;
}
.header_areatop_online a span span{
	position: relative;
	margin-left:20px;
}
.header_areatop_online a span span:after{
	background-image:url(../img/common/icon_online_accent.svg);
	position: absolute;
	content:"";
	top:50%;
	left:-15px;
	background-size: 20px;
	width:20px;
	height:20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
}
.ht-naviarea > ul{
	position: relative;
}

.ht-subnaviarea{
	width:100%;
	position: absolute;
	top: 60px;
	left:0;
	background-color:rgba(32,69,100,0.7);
	padding:10px;
	z-index:5;
	/* min-height:100px; */
	border:none;
	/* transition: all 0.5s ease 0.3s; */
}

.ht-naviarea ul li:last-child > div.ht-subnaviarea{
	border:none;
}
.ht-naviarea .ht-subnaviarea ul{
	display:block;
}
.ht-naviarea .ht-subnaviarea ul li{
	border:none;
	margin: 0px 0;
	margin-right:0px;
	line-height: 18px;
	display:inline-block;
}

.ht-naviarea .ht-subnaviarea ul li:last-child{
	margin-right:0px;
}
.ht-naviarea .ht-subnaviarea ul li a{
	color:#FFF;
	font-size:12px;
	padding: 0 0px 0 0px;
	position: relative;
}


.ht-naviarea .ht-subnaviarea ul li a:after{
	content:none;
}
.ht-naviarea .ht-subnaviarea ul li a span{
	position: relative;
	font-size:12px;
    color: #fff;
}

.ht-naviarea .ht-subnaviarea ul li a span:after{
	position: absolute;
	content:"";
	background-image: url(../img/common/icon-arrow2-w.png);
	width:7px;
	height:12px;
	/* top: 60%; */
	bottom:2px;
	right: 10px;
}
#subnaviarea1{
	display:none;
}
#subnaviarea2{
	display:none;
}
#subnaviarea3{
	display:none;
}
#subnaviarea4{
	display:none;
}
#subnaviarea5{
	display:none;
}
#subnaviarea6{
	display:none;
}
#subnaviarea1-sp{
	display:none;
}
#subnaviarea2-sp{
	display:none;
}
#subnaviarea3-sp{
	display:none;
}
#subnaviarea4-sp{
	display:none;
}
#subnaviarea5-sp{
	display:none;
}
#subnaviarea6-sp{
	display:none;
}
.ht-areatop-spmenu{
	display:none;
}
.head_sp_navi {
	display: none;
}
.ht-naviareasp{
	display:none;
}
.ht-naviareasp ul li a:after{
	position: absolute;
	width:12px;
	height:7px;
	content:"";
	background-image:url(../img/common/icon-arrow.png);
	top:50%;
	right:5px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ht-naviareasp ul li a.no-open:after{
	position: absolute;
	width:12px;
	height:7px;
	content:"";
	background-image:url(../img/common/icon-arrow.png);
	top:50%;
	right:5px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-size:100%;
}

.ht-naviareanaviareasp ul li a:after{
	position: absolute;
	width:12px;
	height:7px;
	content:"";
	background-image:url(../img/common/icon-arrow.png);
	top:50%;
	right:5px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ht-naviareasp ul li.spnaviarea-open a:after{
	position: absolute;
	width:12px;
	height:7px;
	content:"";
	background-image:url(../img/common/icon-arrow3.png);
	top:50%;
	right:5px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-size:100%;
}

.ht-naviareasp .ht-subnaviarea ul li a span:after{
	position: absolute;
	content:"";
	background-image: url(../img/common/icon-arrow2-w.png);
	width:7px;
	height:12px;
	top: 60%;
	right: -15px;
}

.mv-wrap{
	background-image:url(../img/top/mv.png);
	background-position: center center;
	background-size:100%;
	height:540px;
	width:1200px;
	min-width:1200px;
	margin:auto;
	background-color:#FFF;
	position: relative;
}
.mv-textarea{
	position: absolute;
	background-color:rgba(20,42,65,0.8);
	background-image:url(../img/top/mv-textback.png);
	background-repeat: no-repeat;
	background-position: center;
	padding:35px 60px;
	color:#FFF;
	left:115px;
	top:85px;
}
.mv-textarea h1{
	font-size:36px;
	line-height:44px;
	font-weight:bold;
	margin-bottom:35px;
}
.mv-textarea hr{
	width:60px;
	height:3px;
	background-color:#d0ac4b;
	border:none;
	margin-left:0;
	margin-right:auto;
	margin-bottom:30px;
}
.mv-textarea p{
	font-size:46px;
	font-family:  "Hiragino Mincho ProN", HGS明朝E, "Sawarabi Mincho", メイリオ, Meiryo, serif;
	line-height:60px;
}
.mv-scroll{
	position: absolute;
	bottom:-100px;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.mv-scroll a{
	color: #1b4161;
	font-weight:bold;
	text-align: center;
}
.mv-scroll a img{
	display:block;
	text-align: center;
	margin: auto;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
  @-webkit-keyframes sdb {
	0% {
	  -webkit-transform: translate(0, -10px);
	  opacity: 0;
	}
	90% {
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translate(0, 10px);
	  opacity: 0;
	}
  }
  @keyframes sdb {
	0% {
	  transform: translate(0, -10px);
	  opacity: 0;
	}
	90% {
	  opacity: 1;
	}
	100% {
	  transform: translate(0, 10px);
	  opacity: 0;
	}
  }
h2{
	font-size:36px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",  "Sawarabi Mincho",HGS明朝E, "メイリオ", Meiryo, serif;
	color:#1b4161;
	margin-bottom:30px;
	line-height:1.1111;
}
h3 {
	line-height: 1.3636;
}
.philosophy-wrap{
	background-image:url(../img/top/philosophy-back.png);
	background-position: top center;
	background-size:100%;
	margin:auto;
	padding-top:100px;
	padding-bottom:70px;
}
.basic-area{
	max-width: 960px;
	margin:auto;
	position: relative;
}
.philosophy-wrap h2{
	position: relative;
}
.philosophy-wrap h2 span.h2span-border{
	position:relative;
	padding:15px 35px;
	display:inline-block;
}
.philosophy-textarea{
	width:640px;
	margin-bottom:30px;
}
.philosophy-image{
	position: absolute;
	right:0px;
	bottom:-70px;
}
.philosophy-image img{
	display:block;
}
.philosophy-linkbtn{
	text-align:center;
}
.philosophy-linkbtn a{
	color:#ffe398;
	font-size:18px;
	font-weight:bold;
	background-color: #1d4465;
	background:linear-gradient(#32628b, #1d4465);
	display:block;
	padding:10px 0px;
	width:340px;
	border-radius: 4px
}
.philosophy-linkbtn a > span{
	border-top:1px solid #ffe398;
	border-bottom:1px solid #ffe398;
	width: 100%;
	display: inline-block;
	padding:10px 0;
}
.philosophy-linkbtn a span span{
	position: relative;
	margin-right:20px;
}
.philosophy-linkbtn a span span:after{
	background-image:url(../img/common/blank.png);
	position: absolute;
	content:"";
	top:50%;
	right:-40px;
	width:22px;
	height:20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.performance-wrap{
	background-image:url(../img/about/about-bg3.png);
	background-repeat: repeat;
	background-position: top center;
	margin:auto;
	padding-top:100px;
	padding-bottom:50px;
}
.performance-wrap h2{
	text-align: center;
	position: relative;
}
.performance-wrap h2 span.h2span-border{
	position: relative;
	padding:15px 5px;
	display:inline-block;
}
.performance-textarea{
	text-align: center;
	margin-bottom:40px;
}
.performance-blcok{
	background:#FFF;
	padding:40px;
	margin-bottom:50px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
}
.performance-blcokcontent{
	margin-bottom:30px;
}
.performance-blcokcontent > h3{
	display:none;
}
.performance-blcokcontent:after{
	content:"";
	display:block;
	clear:both;
}
.performance-blcok-imagearea{
	float:left;
	background-color:#f5f5f5;
	padding:20px;
}
.performance-blcok-content{
	float:right;
	margin-left:0px;
	width:460px;
}
h3{
	font-size:22px;
	color:#1b4161;
	margin-bottom:20px;
}
.performance-blcokcontent-h3{
	display:none;
}
.performance-blcok-content h3{
	display:block;
}
.performance-blcok-content table{
	margin-bottom:10px;
	width:100%;
}
.performance-blcok-content table th{
	background-color:#f7f7f7;
	font-weight:bold;
	padding:15px 40px 15px 15px;
	border:1px solid #c7c7c7;
}
.performance-blcok-content table th.th_center{
	padding:15px 20px 15px 20px;
	text-align: center;
}
.performance-blcok-content table td{
	border:1px solid #c7c7c7;
	padding:15px 20px 15px 20px;
	text-emphasis: center;
}
.performance-blcok-content table td span{
	margin-left: 40px;
}
.performance-blcok-table-pc{
	display:table-cell;
}
.performance-blcok-table-sp{
	display:none;
}
.performance-blcok-content-link{
	text-align: right;
}
.performance-blcok-content-link a{
	color:#1b4161;
	position: relative;
	font-weight:bold;
	border-bottom: 1px solid #1b4161;
	padding-bottom: 2px;
	margin-right: 10px;
}
.performance-blcok-content-link a:after{
	position: absolute;
	width:7px;
	height:12px;
	content:"";
	background-image:url(../img/common/icon-arrow2.png);
	top:50%;
	right: -15px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.performance-linkbtn{
	/* padding-bottom:70px; */
	margin-top: 50px;
	text-align: center;
}
.performance-linkbtn a{
	color:#ffe398;
	font-size:18px;
	font-weight:bold;
	position: relative;
	background-color: #1d4465;
	background:linear-gradient(#32628b, #1d4465);
	display:block;
	padding:8px 0px;
	width:100%;
	border-radius: 4px;
	margin:auto;
}
.performance-linkbtn a > span{
	border-top:1px solid #ffe398;
	border-bottom:1px solid #ffe398;
	width: 100%;
	display: inline-block;
	padding:7px 0;
}
.performance-linkbtn a span span{
	position: relative;
	margin-right:20px;
}
.performance-linkbtn a span span:after{
	background-image:url(../img/common/blank.png);
	position: absolute;
	content:"";
	top:50%;
	right:-50px;
	width:22px;
	height:20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.performance-blcok2{
	background:#FFF;
	padding:30px 50px;
	display:flex;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
}
.performance-blcok2:after{
	clear:both;
	display:block;
	content:"";
}
.performance-blcok2:after{
	clear:both;
	display:block;
	content:"";
}
.performance-blcok2-imagearea{
	margin-right:40px;
	width:120px;
	float:left;
}
.performance-blcok2-textaraa{
	float:left;
}
.performance-blcok2-texttitle{
	font-weight:bold;
	line-height: 2.0em;

}

/* ----- TOP 症例写真 --- */

.performance-detail {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 35px;
}

.performance-detail-imgbox {
  background: #1b425f;
  border: 1px solid #ffe499;
  margin: 25px 0;
  padding: 5px 15px 25px;
  width: 65%;
  flex-shrink: 0;
}

.performance-detail-imgbox span {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 15px 0 5px;
}

.image-list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.image-list li {
  list-style: none;
  border: 1px solid #ffe499;
  width: 32%;
}

.image-list:last-of-type {
  margin-bottom: 0;
}

.image img {
  width: 100%;
  height: auto;
  display: block;
}

.performance-detail-person {
  width: calc(35% - 30px);
  text-align: center;
  flex-shrink: 0;
  position: relative;
}

.performance-detail-person .image img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.performance-detail-person-name {
  background: #1b425f;
  border: 1px solid #ffe499;
  color: #ffe499;
  font-size: 0.8rem;
  padding: 5px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 250px;
  
  text-align: center;
  font-weight: normal;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

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

  .performance-detail {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  .performance-detail-imgbox {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
  }

  .performance-detail-person {
    width: 60%; /* 親要素の幅を20%小さくする */
    margin-top: 20px; /* 必要に応じて調整 */
  }

  .performance-detail-person .image img {
    /* 画像は親要素の幅100%に収まるので、これで20%小さくなる */
  }

  .image-list {
    flex-wrap: wrap;
    gap: 5px;
  }

  .image-list li {
    width: 32%;
    margin-bottom: 0;
  }

  .performance-detail-person-name {
    bottom: 5px;
    font-size: 0.7rem;
    padding: 3px;
    width: 70%;
  }

}

/* ----- バナー --- */

.banner-wrap{
	padding-top:80px;
	padding-bottom:80px;
}
.banner-wrap p{
    font-size: 0.9rem;
    margin-top: 30px;
}
.banner-wrap p span{
    display: inline-block;
}
.flex-banner{
	display: flex;
	justify-content: center;
	margin: 0 -10px;
}
.flex-banner + .flex-banner{
    margin-top: 20px;
}
.banner-image {
	width: 50%;
	padding: 0 10px;
}
.banner-image img{
	width: 100%;
}

.banner-youtube{
	height: auto;
	width:100%;
}

/* ----- TOP 選ばれる理由 ----- */
.reason-wrap{
	padding-top:70px;
	padding-bottom:100px;
	background-image:url(../img/top/reason-back.png);
	background-repeat: repeat;
	background-position: top center;
	background-size:cover;
	color:#FFF;
	text-align:center;
	background-repeat: no-repeat;
}
.reason-wrap h2{
	color:#ffe398;
	position: relative;
}
.reason-wrap h2 span.h2span-border{
	position: relative;
	display:inline-block;
	padding:15px 20px;
}

.reason-name{
	font-size:18px;
	font-weight:lighter;
	color:#ffe398;
	display:block;
	line-height:25px;
}
.reason-textarea{
	margin-bottom:50px;
}
.reason-content{

}
.reason-content:after{
	content:"";
	clear:both;
	display:block;
}
.reason-block{
	width:100%;
}
.reason-block img.reason-blockheight{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width:100%;
}
.reason-block img{
	display:block;
}
.reason-block:after{
	display:block;
	content:"";
	clear:both;
}
.reason-blocktop{
	background-size:100%;
	/* height:280px; */
	position:relative;
	width:50%;
	float:right;
	background-color:#f7f7f7;
}
.reason-block2 .reason-blocktop{
	float:left;
}
.reason-blockbottom h3{
	font-size:16px;
	color:#333333;
	padding:0px 0 15px;
	margin-bottom: 0px;
}
.reason-blockbottom{
	background:#FFF;
	padding:30px 40px 40px;
	color:#333;
	float:left;
	width:50%;
	background-color:#f7f7f7;
}
.reason-blockbottom-toku{
	text-align:center;
	padding-bottom:20px;
	margin-bottom:20px;
	position: relative;
}
.reason-blockbottom-toku:after{
	position: absolute;
	height:2px;
	width:40px;
	background-color:#1b4161;
	content:"";
	bottom:0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left:50%;
}
.reason-blockbottom-toku img{
	margin:auto;
}
.reason-blockbottom p{
	margin-bottom:20px;
	text-align: left;
}
.reason-linkbtn{
	text-align:center;
}
.reason-linkbtn a{
	color:#ffe398;
	font-weight:bold;
	background:#FFF;
	display:block;
	padding:7px 0px;
	width:280px;
	border-radius: 4px;
	background-color: #1d4465;
	background: linear-gradient(#32628b, #1d4465);
	text-align:center;
	margin:auto;
}
.reason-linkbtn a > span{
	border-top:1px solid #ffe398;
	border-bottom:1px solid #ffe398;
	width: 100%;
	display: inline-block;
	padding:7px 0;
}
.reason-linkbtn a span span{
	position: relative;
	margin-right:20px;
}
.reason-linkbtn a span span:after{
	background-image:url(../img/common/blank.png);
	position: absolute;
	content:"";
	top:50%;
	right:-30px;
	width:18px;
	height:15px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
	background-size:100%;
}
.reason-linkbtn2{
	text-align:center;
}
.reason-linkbtn2 a{
	color:#1b4161;
	font-weight:bold;
	background-color: #c8ab61;
	background:linear-gradient(#f5d88a, #c8ab61);
	display:block;
	padding:7px 0px;
	width:280px;
	border-radius: 4px;
	margin:auto;
}
.reason-linkbtn2 a > span{
	border-top:1px solid #1b4161;
	border-bottom:1px solid #1b4161;
	width: 100%;
	display: inline-block;
	padding:7px 0;
}
.reason-linkbtn2 a span span{
	position: relative;
	margin-right:20px;
}
.reason-linkbtn2 a span span:after{
	background-image:url(../img/common/blank2.png);
	position: absolute;
	content:"";
	top:50%;
	right:-40px;
	width:22px;
	height:17px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
}
.technology-wrap{
	background-image:url(../img/about/about-bg3.png);
	background-repeat: repeat;
	background-position: top center;
	margin:auto;
	padding-top:70px;
	padding-bottom:70px;
	text-align:center;
}
.technology-wrap h2 span.h2span-border{
	position: relative;
	display:inline-block;
	padding:15px 20px;
}

.technology-rub{
	font-size:16px;
	font-weight:lighter;
	line-height:30px;
	color:#1b4161;display:block;
}
.technology-name{
	font-size:18px;
	font-weight:lighter;
	line-height:25px;
	color:#1b4161;display:block;
}
.technology-textarea{
	margin-bottom:50px;
}
.technology-blcok{
	margin-bottom:50px;
	background:#FFF;
	padding:60px 40px 50px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
}
.technology-blcok:last-child{
	margin-bottom:0px;
}
.technology-blcoktitle{
	position: relative;
}
.technology-blcoktitle span{
	position: absolute;
	font-size:18px;
	color:#1b4161;
	top: -15px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, "Sawarabi Mincho", メイリオ, Meiryo, serif;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left:50%;
}

.technology-blcok h3{
	font-size:28px;
	color:#1b4161;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, "Sawarabi Mincho", メイリオ, Meiryo, serif;
}
.technology-blcoktext{
	font-size:22px;
	margin-bottom:40px;
}
.technology-detail{
	background-color: #f7f7f7;
	padding:25px;
	text-align:left;
	margin-bottom:50px;
}
.technology-detail p{
	margin-bottom:20px;
}
.technology-detail ul{
	display:flex;
}
.technology-detail ul:after{
	clear:both;
	content:"";
	display:block;
}

.technology-detail ul li{
	margin-right:30px;
	float:left;
}

.technology-detail ul li:last-child{
	margin-right:0px;

}

.technology-detail ul li dd{
	text-align:center;
	margin-top:10px;
}

.technology-detail ul li img{
	display: block;
}

.technology-linkbtn{
	/* padding-bottom:70px; */
	text-align: center;
}
.technology-linkbtn a{
	color:#ffe398;
	font-size:18px;
	font-weight:bold;
	position: relative;
	background-color: #1d4465;
	background:linear-gradient(#32628b, #1d4465);
	display:block;
	padding:7px 0px;
	width:340px;
	border-radius: 4px;
	margin:auto;
}

.technology-linkbtn a > span{
	border-top:1px solid #ffe398;
	border-bottom:1px solid #ffe398;
	width: 100%;
	display: inline-block;
	padding:7px 0;
}
.technology-linkbtn a span span{
	position: relative;
	margin-right:20px;
}

.technology-linkbtn a span span:after{
	background-image:url(../img/common/blank.png);
	position: absolute;
	content:"";
	top:50%;
	right:-50px;
	width:22px;
	height:20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.question-wrap{
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}

.question-wrap h2 span.h2span-border{
	position: relative;
	padding:15px 70px;
	display:inline-block;
}

.question-textarea{
	margin-bottom:50px;
}

.question-area{
	margin-bottom:50px;
}

.question-area dl{
	margin-bottom:30px;
	text-align:left;
}

.question-area dl:last-child{
	margin-bottom:0px;
}
.question-area dt{
	border:1px solid #c7c7c7;
	background-color:#f7f7f7;
	padding:25px 75px 25px 75px;
	position: relative;
}

.question-area dt:before{
	background-image:url(../img/top/question-q.png);
	width:27px;
	height:32px;
	background-repeat: no-repeat;
	position: absolute;
	top:50%;
	left:35px;
	content:"";
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.question-area dt:after{
	background-image:url(../img/common/icon-close.png);
	width:23px;
	height:13px;
	background-repeat: no-repeat;
	position: absolute;
	top:50%;
	right:20px;
	content:"";
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.question-area .question-open dt:after{
	background-image:url(../img/common/icon-open.png);
}
.question-area dt p{
	color:#1b4161;
	font-size:18px;
}

.question-area dd{
	border:1px solid #c7c7c7;
	border-top:none;
	padding:25px 35px 25px 75px;
	position: relative;
	display: none;
}

/* .question-area .question-open dd{
	display: block;
} */
.question-area dd:before{
	background-image:url(../img/top/question-a.png);
	width:28px;
	height:39px;
	background-repeat: no-repeat;
	position: absolute;
	top: 25px;
	left: 20px;
	content:"";
}

.question-linkbtn{
	/* padding-bottom:70px; */
	text-align: center;
}
.question-linkbtn a{
	color:#ffe398;
	font-size:18px;
	font-weight:bold;
	position: relative;
	background-color: #1d4465;
	background:linear-gradient(#32628b, #1d4465);
	display:block;
	padding:7px 0px;
	width:340px;
	border-radius: 4px;
	margin:auto;
}

.question-linkbtn a > span{
	border-top:1px solid #ffe398;
	border-bottom:1px solid #ffe398;
	width: 100%;
	display: inline-block;
	padding:7px 0;
}
.question-linkbtn a span span{
	position: relative;
	margin-right:20px;
}

.question-linkbtn a span span:after{
	background-image:url(../img/common/blank.png);
	position: absolute;
	content:"";
	top:50%;
	right:-50px;
	width:22px;
	height:20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.counseling-wrap{
	padding-top:70px;
	padding-bottom:100px;
	text-align:center;
	color:#FFF;
	background-image:url(../img/top/counseling-back.png);
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	max-width: 1200px;
	margin:auto;
}

.counseling-name{
	color:#1b4161;
	font-size:18px;
	display: block;
	line-height:20px;
}

.counseling-wrap h2{
	color:#1b4161;
	position: relative;
	margin:0 auto;
	margin-bottom:70px;
}
.counseling-wrap h2 span.h2span-border{
	position: relative;
	display:inline-block;
	padding:15px 20px;
}

.counseling-area{
	position: relative;
}
.counseling-area:after{
	clear:both;
	display:block;
	content:"";
}
.counseling-area-right{
	float:right;
	width:45%;
	text-align: left;
}

.counseling-area-right h3{
	color:#FFF;
	font-size:24px;
	margin-bottom:20px;
	-webkit-text-stroke: 1.5px #1b4161;
	font-family: "Hiragino Kaku Gothic ProN",sans-serif;
	text-shadow: 1px 1px 1px #1b4161, -1px 1px 1px #1b4161, 1px -1px 1px #1b4161, -1px -1px 1px #1b4161;
}

.counseling-area-right p{
	margin-bottom:5px;
}
.counseling-linkbtn{
	margin-top: 20px;
	text-align: center;
}
.counseling-linkbtn a{
	color:#1b4161;
	font-size:18px;
	font-weight:bold;
	position: relative;
	background-color: #c8ab61;
	background:linear-gradient(#f5d88a, #c8ab61);
	display:block;
	padding:7px 0px;
	width:340px;
	border-radius: 4px;
	margin:auto;
	margin-left:0;
}

.counseling-linkbtn a > span{
	border-top:1px solid #1b4161;
	border-bottom:1px solid #1b4161;
	width: 100%;
	display: inline-block;
	padding:7px 0;
}
.counseling-linkbtn a span span{
	position: relative;
	margin-right:20px;
}

.counseling-linkbtn a span span:after{
	background-image:url(../img/common/blank2.png);
	position: absolute;
	content:"";
	top:50%;
	right:-50px;
	width:22px;
	height:17px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
}

.counseling-area-image{
	position: absolute;
	bottom:-100px;
	left:-30px;
}

.counseling-area-image img{
	display:block;
	max-width:100%;
}

.counseling-wrap-sp{
	display:none;
}

.footer-main{
	padding:50px 0 40px;
	background-color:#f7f7f7;
}
.footer-cl{
	background-color:#1b4161;
	padding:20px 0;
	color:#FFF;
	text-align:center;
	font-size:12px;
}

.footer-block{
	padding:40px;
	background-color:#FFF;
	display:flex;
	margin-bottom:40px;
}

.footer-block:after{
	clear:both;
	display:block;
	content:"";
}
.footer-block-logo{
	display:flex;
	margin-bottom:20px;
	/* justify-content: center; */
}
.footer-block-logo .sitelogo img{
	width: 300px;
	height:auto;
}

.footer-logolink{
	/* margin-left: 10px; */
}

.footer-block-left{
	margin-right:70px;
	float:left;
}
.footer-block-left p.footer_logo_area .logo-label{
	font-size:16px;
	width:70px;
}

.footer-block-left p{
	font-size:14px;
}
.footer-block-right{
	width:50%;
	float:right;
}

.footer-block-right p{
	color: #1b4161;
	font-size: 22px;
	display: flex;
	align-items: center;
	font-weight:bold;
	margin-bottom:15px;
}

.footer-block-right p:before, .footer-block-right p:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.footer-block-right p:before {
	margin-right: .4em;
}
.footer-block-right p:after {
	margin-left: .4em;
}
.footer-block-right-link{
	text-align: center;
	margin-bottom:20px;
	display:inline-block;
}

.footer-block-right-link:nth-child(2n){
	margin-right:0px;
}

.footer-block-right-link a{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	position: relative;
	background:#1b4161;
	display:block;
	padding:15px;
	width:140px;
	border-radius: 4px;
	margin:auto;
}

.footer-block-right-link a span{
	position: relative;
	margin-left:10px;
}

.footer-block-right-link a span:after{
	background-image:url(../img/common/icon-access-w.png);
	position: absolute;
	content:"";
	top:50%;
	left:-15px;
	width:14px;
	height:20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
}

.footer-block-right-linkarea{
	text-align:center;
}
.footer-block-link dl{
	margin-bottom:20px;
	display:flex;
}
.footer-block-link dl:after{
	display:block;
	content:"";
	clear:both;
}

.footer-block-link dt{
	width:200px;
	padding-right:15px;
	border-right:3px solid #1b4161;
	color:#1b4161;
	font-size: 16px;
	font-weight:bold;
	text-align: right;
	float:left;
}

.footer-block-link dd{
	font-size:14px;
	padding-left:20px;
	float:left;
}


.footer-block-link dd ul li{
	margin-right:25px;
	display:inline-block;
}
.footer-block-link dd ul li a{
	color:#000;
	position: relative;
	font-size: 14px;
}
.footer_bottom_btn{
	display: none;
}

.link-target{
	padding-right:20px;
}
.link-target:after{
	background-image:url(../img/common/blank2.png);
	position: absolute;
	content:"";
	top:50%;
	right:-10px;
	width:17px;
	height:15px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
}

.h2span-bordertop{
	position: absolute;
	width:100%;
	background-color:#d0ac4b;
	height:2px;
	top:0;
	left:0;
}

.h2span-bordertop:before{
	position: absolute;
	top:-4px;
	left:-5px;
	width:10px;
	height:10px;
	background-color:#d0ac4b;
	border-radius:50%;
	content:"";
}

.h2span-bordertop:after{
	position: absolute;
	top:-4px;
	right:-5px;
	width:10px;
	height:10px;
	background-color:#d0ac4b;
	border-radius:50%;
	content:"";
}

.h2span-borderbottom{
	position: absolute;
	width:100%;
	background-color:#d0ac4b;
	height:2px;
	bottom:0;
	left:0;
}

.h2span-borderbottom:before{
	position: absolute;
	bottom:-4px;
	left:-5px;
	width:10px;
	height:10px;
	background-color:#d0ac4b;
	border-radius:50%;
	content:"";
}

.h2span-borderbottom:after{
	position: absolute;
	bottom:-4px;
	right:-5px;
	width:10px;
	height:10px;
	background-color:#d0ac4b;
	border-radius:50%;
	content:"";
}

/************下層共通*************/
.under_mv-wrap{
	text-align:center;
	height:180px;
	width:100%;
	background-position: center center;
	background-size:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-repeat: no-repeat;
}
/* 症例 下層ページのみ 37641 */
.result_main-wrap .under_mv-wrap{
	height: auto;
}
.under_mv-textarea h1{
	font-size:42px;
	color:#FFF;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",  "Sawarabi Mincho",HGS明朝E, "メイリオ", Meiryo, serif;
	text-shadow:#1b4161 1px 1px 5px, black -1px -1px 5px,/*右下、左上*/
	#1b4161 -1px 1px 5px, black 1px -1px 5px,/*右上、左下*/
	#1b4161 0px 1px 5px, black  0 -1px 5px,/*右、左*/
	#1b4161 -1px 0 5px, black 1px 0 5px;/*上、下*/
}
/* 症例 下層ページのみ */
.result_main-wrap .under_mv-textarea h1{
	font-size:24px;
	margin-top: 42px;
	margin-bottom: 42px;
	line-height: 1.5;
}
.under_mv-textarea h1.line_height_two_lines{
	line-height: 1.3;
}
.result_main-wrap .under_mv-textarea span{
	display: block;
}

.breadlist-wrap {
	font-size:14px;
}

.breadlist-wrap a{
	margin-right:30px;
	position: relative;
	color:#1b4161;
	font-size: 14px;
}

.breadlist-wrap a:after{
	position: absolute;
	content:">";
	top:50%;
	display:block;
	right:-25px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.breadlist-wrap span{
	color:#333;
}
/************about*************/
.about_main-wrap .under_mv-wrap{
	background-image:url(../img/about/about-bg.png);
}
.about_main-wrap p{
	line-height: 2.0em;
}
.about_main-top-wrap{
	padding-top:70px;
	padding-bottom:100px;
}

.about_main-top-wrap h2{
	position: relative;
	text-align:center;
}
.about_main-top-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 5px;
	display:inline-block;
}
.about_main-philosophy-wrap{
	padding-top:60px;
	padding-bottom:50px;
	background-image:url(../img/about/about-bg2.png);
	background-position: center center;
	background-size:100%;
	background-repeat: no-repeat;
}

.about_main-philosophy-wrap h3{
	text-align:center;
	font-size:28px;
	color:#1b4161;
	margin-bottom:40px;
}

.about_main-philosophy-wrap ul{
	display:flex;
	justify-content: space-between;
}
.about_main-philosophy-wrap ul:after{
	display:block;
	clear:both;
	content:"";
}

.about_main-philosophy-wrap ul li{
	text-align:center;
	font-size:20px;
	color:#1b4161;
	font-weight: bold;
	float:left;
	margin-right:50px;
}
.about_main-philosophy-wrap ul li:last-child{
	margin-right:0px;
}

.about_main-philosophy-wrap ul li img{
	display:block;
	margin-bottom:20px;
}

.about_main-greeting-wrap{
	padding-top:100px;
	padding-bottom:100px;
}

.about_main-greeting-wrap h2{
	position: relative;
	text-align:center;
}
.about_main-greeting-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 5px;
	display:inline-block;
}
.about_main-greeting-wrap .about_main-textarea p{
	text-align:center;
	margin-bottom:40px;
}

.about_main-greeting-wrap .about_main-textarea p:last-child{
	margin-bottom:0px;
}
.about_main-member-wrap{
	padding-top:0px;
	padding-bottom:100px;
}

.about_main-member-wrap h2{
	position: relative;
	text-align:center;
}
.about_main-member-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 5px;
	display:inline-block;
}
.about_main-member-wrap ul{
	display:flex;
	justify-content: center;
	padding-top:80px;
}
.about_main-member-wrap ul:after{
	display:block;
	clear:both;
	content:"";
}

.about_main-member-wrap ul li{
	width:295px;
	height:320px;
	margin-right:35px;
	text-align: center;
	border:1px solid #1b4161;
	background-color:#1b4161;
	position: relative;
	float:left;
}

.about_main-member-wrap ul li:last-child{
	margin-right:0px;
}

.about_main-membe-imagearea{
	position: absolute;
	bottom: 62px;
}

.about_main-member-wrap ul li img{
	display: block;

}
.about_main-member-wrap ul li a:hover{
	opacity: 1;

}
.about_main-member-wrap ul li a:hover p{
	opacity: 0.7;

}

.about_main-member-wrap ul li p{
	background-color:#FFF;
	font-size:18px;
	color:#1b4161;
	position: absolute;
	bottom:0;
	width:100%;
}

.about_main-member-wrap ul li p span{
	font-size:24px;
	color:#1b4161;
	font-weight:bold;
}

.about_main-treatment-wrap{
	background-image:url(../img/about/about-bg3.png);
	background-repeat: repeat;
	background-position: top center;
	margin:auto;
	padding-top:70px;
	padding-bottom:70px;
}

.about_main-treatment-wrap h2{
	position: relative;
	text-align:center;
}
.about_main-treatment-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 5px;
	display:inline-block;
}
.about_main-treatment-textarea{
	text-align:left;
	margin-bottom:50px;
}

.about_main-treatment-block{
	background:#FFF;
	padding:40px;
	margin-bottom:40px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
}

.about_main-treatment-block:last-child{
	margin-bottom:0;
}
.about_main-treatment-content:after{
	content:"";
	display:block;
	clear:both;
}
.about_main-treatment-block-imagearea{
	float:left;
	margin-right:40px;
	width:295px;
}

.about_main-treatment-block-content{
	float:right;
	margin-left:0px;
	width:540px;
}

.about_main-treatment-subtitle{
	margin-bottom:30px;
	font-size:20px;
}

.about_main-treatment-content h3{
	margin-bottom:15px;
	font-size:28px;
}

.about_main-technology-wrap{
	margin:auto;
	padding-top:100px;
	padding-bottom:100px;
}

.about_main-technology-wrap h2{
	position: relative;
	text-align:center;
}
.about_main-technology-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 5px;
	display:inline-block;
}
.about_main-technology-textarea{
	text-align:left;
	margin-bottom:50px;
}

.about_main-technology-blcok{
	background:#f7f7f7;
	padding:40px;
	margin-bottom:40px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
}

.about_main-technology-blcok:last-child{
	margin-bottom:0;
}
.about_main-technology-content:after{
	content:"";
	display:block;
	clear:both;
}
.about_main-technology-blcok-imagearea{
	float:left;
	margin-right:40px;
	width:295px;
}

.about_main-technology-blcok-imagearea img{
	display:block;
}
.about_main-technology-blcok-content{
	float:right;
	margin-left:0px;
	width:540px;
}

.about_main-technology-subtitle{
	margin-bottom:30px;
	font-size:20px;
}

.about_main-technology-content h3{
	margin-bottom:15px;
	font-size:20px;
}

/***************guide*****************/
.guide_main-wrap .under_mv-wrap{
	background-image:url(../img/about/about-bg.png);
}
.guide_main-top-wrap{
	padding-top:70px;
	padding-bottom:100px;
}

.guide_main-top-wrap h2{
	position: relative;
	text-align:center;
}
.guide_main-top-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 5px;
	display:inline-block;
}
.guide_main-top-wrap .guide_main-textarea{
	margin-bottom:50px;
}

.guide_main-name {
	font-size: 18px;
	line-height: 20px;
	color: #1b4161;
	display: block;
}

.guide_main-blcok{
	background:#f7f7f7;
	padding:40px;
	margin-bottom:40px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
}

.guide_main-blcok:last-child{
	margin-bottom:0;
}
.guide_main-content{
	margin-bottom:50px;
}

.guide_main-content:after{
	content:"";
	display:block;
	clear:both;
}
.guide_main-blcok-imagearea{
	float:left;
	margin-right:40px;
	width:295px;
}

.guide_main-blcok-imagearea img{
	display:block;
}

.guide_main-blcok-content{
	float:right;
	margin-left:0px;
	width:540px;
}

.guide_main-subtitle{
	margin-bottom:30px;
	font-size:20px;
}

.guide_main-content h3{
	margin-bottom:15px;
	font-size:28px;
}

.guide_main-linkbtn{
	/* padding-bottom:70px; */
	text-align: center;
}
.guide_main-linkbtn a{
	color:#ffe398;
	font-size:18px;
	font-weight:bold;
	position: relative;
	background-color: #1d4465;
	background:linear-gradient(#32628b, #1d4465);
	display:block;
	padding:7px 0px;
	width:380px;
	border-radius: 4px;
	margin:auto;
}

.guide_main-linkbtn a > span{
	border-top:1px solid #ffe398;
	border-bottom:1px solid #ffe398;
	width: 100%;
	display: inline-block;
	padding:7px 0;
}
.guide_main-linkbtn a span span{
	position: relative;
	margin-right:20px;
}

.guide_main-linkbtn a span span:after{
	background-image:url(../img/common/blank.png);
	position: absolute;
	content:"";
	top:50%;
	right:-50px;
	width:22px;
	height:20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat:no-repeat;
}

.guide_main-treatment-wrap{
	background-image:url(../img/about/about-bg3.png);
	background-repeat: repeat;
	background-position: top center;
	margin:auto;
	padding-top:60px;
	padding-bottom:70px;
}

.guide_main-treatment-textarea{
	text-align:left;
	margin-bottom:35px;
}

.guide_main-treatment-content h3{
	margin-bottom:20px;
	font-size:28px;
	text-align:center;
}

.guide_main-treatment-content:after{
	clear:both;
	display:block;
	content:"";
}
.guide_main-treatment-content-l{
	float:left;
	width:460px;
	margin-right:40px;
}

.guide_main-treatment-content-l h3{
	color:#1b4161;
}

.guide_main-treatment-content-r{
	float:right;
	width:460px;
}

.guide_main-treatment-content-r h3{
	color:#f56464;
}
.guide_main-linkbtn-area .guide_main-linkbtn{
	margin-bottom:20px;
}

.guide_main-linkbtn-area .guide_main-linkbtn:last-child{
	margin-bottom:0px;
}
.guide_main-treatment-content-r .guide_main-linkbtn-area .guide_main-linkbtn a{
	background-color: #e85151;
	background: linear-gradient(#f56363, #e85151);
}

/*****************director*******************/
.director_main-wrap .under_mv-wrap{
	background-image:url(../img/about/about-bg.png);
}
#director_main-top_scroll_onda,
#director_main-top_scroll_kuramochi,
#director_main-top_scroll_2,
{
	scroll-margin-top: 100px;
}
.director_main-top-wrap{
	padding-top:70px;
	padding-bottom:50px;
}
.director_main-top-wrap h2{
	position: relative;
	text-align:center;
}
.director_main-top-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 5px;
	display:inline-block;
}
.director_main-top-wrap .director_main-textarea{
	margin-bottom:0px;
}
.director_main-name-wrap{
	padding-top:120px;
	/* padding-bottom:90px; */
	background-image:url(../img/about/doctor/director-bg2.png);
	background-position: top center;
	background-size:100%;
	margin:auto;
	height:440px;
	background-repeat: no-repeat;
	position: relative;
}

.director_main-name-wrap_ando{
	background-image:url(../img/about/doctor/about_doctor_img_bg_ando.png);
	background-position: top center;
	background-size:100%;
	background-repeat: no-repeat;
}
.director_main-name-wrap_onda{
	background-image:url(../img/about/doctor/about_doctor_img_bg_onda.png);
	background-position: top center;
	background-size:100%;
	background-repeat: no-repeat;
}
.director_main-name-wrap_kuramochi{
	background-image:url(../img/about/doctor/about_doctor_img_bg_kuramochi.png?20200401);
	background-position: top center;
	background-size:100%;
	background-repeat: no-repeat;
}
.director_main-name-wrap_moriya{
	background-image:url(../img/about/doctor/about_doctor_img_bg_moriya.png);
	background-position: top center;
	background-size:100%;
	background-repeat: no-repeat;
}
.director_main-name-wrap_sakaguchi{
	background-image:url(../img/about/doctor/about_doctor_img_bg_sakaguchi.png);
	background-position: top center;
	background-size:100%;
	background-repeat: no-repeat;
}
.director_main-name-content h2{
	position: relative;
	text-align:left;
	font-size:58px;
	color:#FFF;
	margin-bottom: 20px;
}
.director_main-name-content p{
	font-size:25px;
	color:#FFF;
}

.director_main-name-wrap .director_main-name-content h2{
	position: relative;
	text-align:left;
	font-size:58px;
	color:#FFF;
	margin-bottom: 20px;
}

.director_main-name-wrap .director_main-name-content p{
	font-size:25px;
	color:#FFF;
}

.director_main-name-imagearea{
	position:absolute;
	bottom:60px;
	left:0;
	right:0;
	margin:auto;
}

.director_main-name-imagearea img{
	display:block;
	margin:auto;
}

.director_main-profile-wrap{
	margin-top:-115px;
	padding-bottom:100px;
}

.director_main-profile-wrap .director_main-profile-content{
	background-color:#FFF;
	padding:40px 50px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.director_main-profile-wrap .director_main-profile-content h3{
	font-size:28px;
	margin-bottom:40px;
}

.director_main-profile-content:after{
	display:block;
	content:"";
	clear:both;
}
.director_main-profile-content-l{
	width:360px;
	float:left;
	margin-right:40px;
}

.director_main-profile-content-r{
	width:460px;
	float:right;
}

.director_main-profile-content dl{
	display: flex;
}

.director_main-profile-content dt{
	margin-right:25px;
	font-weight:bold;
	width:48px;
}



.director_main-profile-content dl dd dl{
	display: flex
}
.director_main-profile-content dl dd dl:after{
	display:block;
	content:"";
	clear:both;
}
.director_main-profile-content dl dd dl dt{
	float:left;
	font-weight:normal;
	width:70px;
}

.director_main-profile-content dl dd dl dd{
	float:right;
}
.director_main-interview-wrap{
	padding-top:0px;
	padding-bottom:30px;
}
.director_main-interview-wrap h2{
	position: relative;
	text-align:center;
}
.director_main-interview-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 15px;
	display:inline-block;
}
.director_main-interview-wrap .director_main-textarea{
	margin-bottom:50px;
}

.director_main-interviewarea h2,
.director_main-interviewarea h3{
	border-bottom:1px solid #1b4161;
	font-size:28px;
	font-weight:bold;
	padding-bottom:20px;
	margin-bottom:30px;
}

.director_main-interview-image{
	display:inline-block;
	float:left;
	width:290px;
	margin-right:40px;
}

.director_main-interview-imagetext{
	display:inline-block;
	float:left;
	width:630px;
}

.director_main-interviewarea:after{
	display:block;
	content:"";
	clear:both;
}
.director_main-interviewarea p{
	margin-bottom:40px;
}

.director_main-interviewarea p:last-child{
	margin-bottom:0px;
}
.director_main-interviewarea .director_main-interview-imagetext p{
	margin-bottom:0px;
}
.director_main-interviewarea .director_main-interview-imagetext.mb40{
	margin-bottom:40px;
}

.director_main-interviewarea p.director_main-interview-title{
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}

/*****************staff*******************/
.staff_main-wrap .under_mv-wrap{
	background-image:url(../img/about/about-bg.png);
}
.staff_main-wrap p{
	line-height:2.0em;
}
.staff_main-top-wrap{
	padding-top:120px;
	padding-bottom:50px;
	margin-top:-50px;
}

.staff_main-top-wrap h2{
	position: relative;
	text-align:center;
}
.staff_main-top-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 5px;
	display:inline-block;
}
.staff_main-top-wrap .staff_main-textarea{
	margin-bottom:0px;
}
.staff_main-name-wrap{
	padding-top:120px;
	/* padding-bottom:90px; */
	background-image:url(../img/about/about-bg2.png);
	background-repeat: repeat;
	background-position: top center;
	background-size:100%;
	margin:auto;
	height:480px;
	background-repeat: no-repeat;
	position: relative;
}

.staff_main-name-wrap .staff_main-name-content h2{
	position: relative;
	text-align:left;
	font-size:48px;
	color:#1b4161;
	margin-bottom: 20px;
}

.staff_main-name-wrap .staff_main-name-content p{
	font-size:25px;
	color:#1b4161;
}

.staff_main-name-imagearea{
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
	margin:auto;
}

.staff_main-name-imagearea img{
	display:block;
	margin:auto;
}

.staff_main-name-wrap .staff_main-name-content p.staff_main-name-profession{
	font-size:22px;
	font-weight:bold;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, "Sawarabi Mincho", メイリオ, Meiryo, serif;
	color:#1b4161;
	line-height:23px;
	margin-bottom:20px;
}

.staff_main-profile-wrap{
	margin-top:-115px;
}
.staff_main-profile-wrap.staff_main-profile-wrap-top{
	padding-bottom:20px;
}
.staff_main-profile-wrap.staff_main-profile-wrap-bottom{
	padding-bottom:35px;
}

.staff_main-profile-wrap .staff_main-profile-content{
	background-color:#1b4161;
	padding:40px 40px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.staff_main-profile-wrap .staff_main-profile-content p{
	color:#FFF;
}
.staff_main-name-imagearea2{
	position:absolute;
	bottom: -90px;
	left:0;
	right:0;
	margin:auto;
}

.staff_main-name-imagearea2 img{
	display:block;
	margin:auto;
}

.staff_main-youtube-wrap {
	margin-bottom: 70px;
}
.staff_main-youtube-wrap h3 {
	font-size:1.0em;
	margin-bottom: 10px;
}
.staff_main-youtube-wrap img {
	width: 293px;
	height: auto;
}
.staff_main-youtube-detail-wrap {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.staff_main-youtube-detail-wrap a {
	flex-shrink: 0;
}
.staff_main-youtube-detail-wrap p {
	flex-grow: 1;
}

/***************access*****************/
.access_main-wrap .under_mv-wrap{
	background-image:url(../img/about/about-bg.png);
}
.access_main-top-wrap{
	padding-top:70px;
	padding-bottom:100px;
}

.access_main-top-wrap h2{
	position: relative;
	text-align:center;
	margin-bottom:50px;
}

.access_main-top-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 35px;
	display:inline-block;
}
.access_main-top-wrap .access_main-textarea{
	margin-bottom:0px;
}
.access_main-content{
	margin-bottom:40px;
}

.access_main-content:after{
	display:block;
	content:"";
	clear:both;
}
.access_main-content-l{
	float:left;
	width:530px;
	margin-right:40px;
}

.access_main-content-l table{
	width:100%;
}
.access_main-content-l table th{
	text-align:left;
	border:1px solid #c7c7c7;
	background-color:#f7f7f7;
	padding:15px;
}

.access_main-content-l table td{
	border:1px solid #c7c7c7;
	padding:15px;
}

.access_main-content-r{
	float:left;
	width:390px;
}

.access_main-content-imagearea{
	margin-bottom:30px;
}
.access_main-content-imagearea img{
	display:block;
}

.access_main-content-linkarea p{
	font-weight:bold;
	margin-bottom:15px;
}

.access_main-content-linkarea ul{
	display:flex;
	justify-content: space-between;
}
.access_main-content-linkarea ul li{
	margin-right:20px;
}

.access_main-content-linkarea ul li:last-child{
	margin-right:0px;
}
.access_main-content-linkarea ul li a{
	font-size:14px;
	padding:10px 20px;
	border-radius: 8px;
	background-color:#1b4161;
	color:#FFF;
	display:block;
	text-align:center;
	line-height:20px;
}

.access_main-map iframe{
	width:100%;
	height:250px;
	display:block;
}
.access_main-slide-block {
	margin: 0 0 100px;
}
.access_main-slide-block img { width: 100%; height: auto; max-width:960px;}
.access_main-slide-block div {
	margin: 0 20px;
}

.access_main-slide-block .slick-next {
	right: 160px;
	z-index: 99;
}

.slick-prev, .slick-next{
	width:60px;
	height:60px;
}

.slick-prev:before, .slick-next:before{
	display: flex;
	width:60px;
	height:60px;
	background:#1b4161;
	opacity: 0.7;
	align-items: center;
	justify-content: center;
}

.slick-next:before{
	content: url(../img/access/access-slidearrow-r.png);
}

.slick-prev:before{
	content: url(../img/access/access-slidearrow-l.png);
}

.access_main-slide-block .slick-prev {
	left: 200px;
	z-index: 100;
}

.access_main-slide-area{
	max-width:1200px;
	margin:auto;
	padding-bottom:100px;
}

.access_main-slide-block .slick-dots{
	bottom:-50px;
}
.access_main-slide-block .slick-dots li button:before{
	content:"";
	width:40px;
	height:4px;
	background-color:#e3e3e3;
	opacity: 1;
}
.access_main-slide-block .slick-dots li.slick-active button:before{
	opacity: 1;
	background-color:#1b4161;

}
.access_main-slide-block .slick-dots li{
	width:50px;
}
.access_main-root-wrap{
	padding-top:0px;
	padding-bottom:50px;
}
.access_main-root-wrap h2{
	position: relative;
	text-align:center;
	margin-bottom:50px;
}

.access_main-root-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 5px;
	display:inline-block;
}
.access_main-root-imagearea{
	position: relative;
	margin-bottom:15px;
}
.access_main-root-imagearea img{
	display:block;
}
.access_main-root-imageno{
	position:absolute;
	top:0;
	left:0;
}

.access_main-root-contentarea:after{
	display:block;
	clear:both;
	content:"";
}
.access_main-root-block{
	float:left;
	width:290px;
	margin-right:40px;
	margin-bottom:40px;
}
.access_main-root-block:nth-child(3n){
	margin-right:0px;
}


/********************price*******************/
.price_main-wrap .under_mv-wrap{
	background-image:url(../img/about/about-bg.png);
}
.price_main-top-wrap{
	padding-top:35px;
	padding-bottom:35px;
}

.price_main-top-wrap h2{
	position: relative;
	text-align:center;
}
.price_main-top-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 35px;
	display:inline-block;
}
.price_main-top-wrap .price_main-textarea{
	margin-bottom:50px;
}

.price_main-top-table{
	display:flex;
	margin-bottom:50px;
}

.price_main-top-table-block{
	margin-right:40px;
	width:460px;
}

.price_main-top-table-block:last-child{
	margin-right:0px;
}

.price_main-top-table-block table{
	width:100%;
}
.price_main-top-table-block table th{
	font-weight:bold;
	text-align:center;
	background-color:#f7f7f7;
	border:1px solid #d2d2d2;
	width:125px;
}

.price_main-top-table-block table td{
	border:1px solid #d2d2d2;
	padding:40px;
	text-align:center;
	color:#1b4161;
	font-size:34px;
	font-weight:bold;
}

.price_main-top-cantentarea{
	width:100%;
	border-collapse: collapse;
	border:1px solid #d2d2d2;
	padding-bottom:50px;
}

.price_main-top-tabarea{
	display:flex;
	width:100%;
	border-collapse: collapse;
	margin-bottom:40px;
}

.price_main-top-tab{
	width: 50%;
	display: block;
	/* border:1px solid #d2d2d2; */
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	border-top:none;
	text-align:center;
	padding:10px 0;
	color:#1b4161;
	font-weight:bold;
}
.price_main-top-tab:nth-child(2){
	border-right:none;
}
.price_main-top-tab.price_main-top-tab-active{
	color:#FFF;
	background-color:#1b4161;
	position:relative;
}
.price_main-top-tab.price_main-top-tab-active:before{
	border-top: 20px solid #1b4161;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	bottom:-25px;
	content:"";
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.price_main-top-cantent{
	padding:0 40px 0;
	display:none;
}

.price_main-top-cantent-show{
	display:block;
}
.price_main-top-block{
	margin-bottom:30px;
}
.price_main-top-block:last-child{
	margin-bottom:0px;
}
.price_main-top-block-title{
	border-bottom:1px solid #1b4161;
	padding-bottom:20px;
	margin-bottom:20px;
	position: relative;
}

.price_main-top-block-title h3{
	font-size:22px;
	color:#1b4161;
	font-weight:bold;
	margin-bottom:0;
}

.price_main-top-block-titlelink{
	position: absolute;
	right:0;
	top:0;
}

.price_main-top-block-titlelink a{
	font-size:14px;
	color:#1b4161;
	text-decoration: underline;
	margin-right:30px;
	position:relative;
}

.price_main-top-block-titlelink a:after{
	background-image:url(../img/common/blank2.png);
	position: absolute;
	content:"";
	top:50%;
	right:-40px;
	width:22px;
	height:17px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
}

.price_main-top-block table,
.result-block table {
	width:100%;
}
.price_main-top-block table {
	text-align:center;
	margin-bottom:15px;
}
.price_main-top-block table th,
.result-block table th{
	background-color:#f7f7f7;
	font-weight:bold;
	border:1px solid #d2d2d2;
}
.price_main-top-block table th {
	min-width:220px;
	padding:20px 0;
}
.result-block table th {
	padding:20px;
}

.price_main-top-block table th.bg_color_main,
.result-block table th.bg_color_main{
	color:#ffffff;
	background-color: #1b4161;
}
.price_main-top-block table th.bg_color_main_pale,
.result-block table th.bg_color_main_pale{
	background-color: #f0f8ff;
}
.price_main-top-block table.table_ladies th.bg_color_main,
.result-block table.table_ladies th.bg_color_main{
	background-color:#E0697F;
}
.price_main-top-block table.table_ladies th.bg_color_main_pale,
.result-block table.table_ladies th.bg_color_main_pale{
	background-color:#FFF1F4;
}
.price_main-top-block table td,
.result-block table td{
	border:1px solid #d2d2d2;
	line-height: 20px;
}
.price_main-top-block table td {
	padding:20px 0;
}
.result-block table td {
	padding:20px;
}
.price_main-top-block table td{
	width:325px;
}

.price_main-top-block table td span,
.result-block table td span{
	font-size:12px;
	display:block;
}
.price_main-top-block table.table_padding_small th{
	min-width: inherit;
}
.price_main-top-block table.table_padding_small td{
	width: auto;
}
.price_main-top-block-link{
	text-align:center;
}
.price_main-top-block-link p{
	font-size:22px;
	font-weight:bold;
	margin-bottom:30px;
}

.price_main-top-block-link a{
	color:#ffe398;
	font-size:18px;
	font-weight:bold;
	position: relative;
	background-color: #1d4465;
	background:linear-gradient(#32628b, #1d4465);
	display:block;
	padding:7px 0px;
	width:340px;
	border-radius: 4px;
	margin:auto;
	margin-left:0;
	margin:auto;
}

.price_main-top-block-link a > span{
	border-top:1px solid #ffe398;
	border-bottom:1px solid #ffe398;
	width: 100%;
	display: inline-block;
	padding:7px 0;
}
.price_main-top-block-link a span span{
	position: relative;
	margin-right: 20px;
}

.price_main-top-block-link a span span:after{
	background-image:url(../img/common/blank.png);
	position: absolute;
	content: "";
	top: 50%;
	right: -50px;
	width: 22px;
	height: 20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat:no-repeat;
}


.price_main-top-blocklistarea{
	display:flex;
}

.price_main-top-blocklist{
	border:1px solid #d2d2d2;
	width:250px;
	margin-right:60px;
	padding:20px;
	position: relative;
}

.price_main-top-blocklist:after{
	position: absolute;
	content: url(../img/price/price-arrow.png);
	top: 50%;
	right: -55px;
	width: 22px;
	height: 20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

}

.price_main-top-blocklist:last-child{
	margin-right:0px;
}
.price_main-top-blocklist:last-child:after{
	content:none;
}
.price_main-top-blocklist span{
	font-size:14px;
}

.price_main-top-blocklist-title{
	color:#1b4161;
	font-weight:bold;
}
.price_main-top-blocklist-title span{
	font-size:14px;
	font-weight:normal;
}

.price_main-top-blocklist-image{
	text-align:center;
}

.price_main-top-blocklist-mb30{
	margin-bottom:30px;
}
.price_main-about-wrap{
	padding-top:0px;
	padding-bottom:90px;
}

.price_main-about-wrap h2{
	position: relative;
	text-align:center;
	margin-bottom:70px;
}

.price_main-about-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 5px;
	display:inline-block;
}
.price_main-about-wrap .price_main-textarea{
	text-align:center;
	margin-bottom:50px;
}


.price_main-about-link a{
	color:#ffe398;
	font-size:18px;
	font-weight:bold;
	position: relative;
	background-color: #1d4465;
	background:linear-gradient(#32628b, #1d4465);
	display:block;
	padding:7px 0px;
	width:340px;
	border-radius: 4px;
	margin:auto;
	margin-left:0;
	margin:auto;
	text-align:center;
}

.price_main-about-link a > span{
	border-top:1px solid #ffe398;
	border-bottom:1px solid #ffe398;
	width: 100%;
	display: inline-block;
	padding:7px 0;
}
.price_main-about-link a span span{
	position: relative;
	margin-right: 20px;
}

.price_main-about-link a span span:after{
	background-image:url(../img/common/blank.png);
	position: absolute;
	content: "";
	top: 50%;
	right: -50px;
	width: 22px;
	height: 20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-repeat:no-repeat;
}

.price_main-auxiliary-wrap{
	background-image: url(../img/about/about-bg3.png);
	background-repeat: repeat;
	background-position: top center;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}

.price_main-auxiliary-wrap h2{
	position: relative;
	text-align:center;
}
.price_main-auxiliary-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 35px;
	display:inline-block;
}
.price_main-auxiliary-wrap .price_main-textarea{
	text-align:center;
	margin-bottom:50px;
}

.price_main-auxiliary-contentarea{
	background: #FFF;
	padding: 40px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align:center;
}

.price_main-auxiliary-contentarea:after{
	display:block;
	content:"";
	clear:both;
}


.price_main-auxiliary-contentarea-l{
	margin-right:40px;
	float:left;
	width:420px;
	margin-bottom:40px;
}

.price_main-auxiliary-contentarea-r{
	float:left;
	width:420px;
	margin-bottom:40px;
}



.price_main-auxiliary-list span{
	position:relative;
}
.price_main-auxiliary-list span:before{
	position: absolute;
	width:10px;
	height:10px;
	background-color:#1b4161;
	content:"";
	left: -15px;
	top: 4px;
}
.price_main-auxiliary-block{
	border:1px solid #1b4161;
	padding:25px;
}

.price_main-auxiliary-block h4{
	color:#1b4161;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}

.price_main-auxiliary-block img{
	display:block;
	margin:auto;
	margin-bottom:20px;
}

.price_main-auxiliary-block-title{
	color:#1b4161;
	font-weight:bold;
}
.price_main-auxiliary-contenttext{
	text-align:left;
}
.price_main-auxiliary-contenttext .price_main-auxiliary-contentarea-l,.price_main-auxiliary-contenttext .price_main-auxiliary-contentarea-r{
	margin-bottom:0;
}

.price_main-hotel-wrap{
	padding-top:100px;
	padding-bottom:100px;
}

.price_main-hotel-wrap h2{
	position: relative;
	text-align:center;
	margin-bottom:50px;
}

.price_main-hotel-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 35px;
	display:inline-block;
}
.price_main-hotel-wrap .price_main-textarea{
	text-align:center;
	margin-bottom:50px;
}
.price_main-hotel-contentarea{
	display:flex;
}

.price_main-hotel-content{
	width:460px;
	margin-right:40px;
}

.price_main-hotel-content:last-child{
	margin-right:0px;
}

.price_main-hotel-imagearea{
	text-align:center;
	background-color:#f7f7f7;
	margin-bottom:30px;
}

.price_main-hotel-imagearea img{
	display:block;
	margin:auto;
}
.price_main-hotel-content a{
	color:#1b4161;
	font-weight:bold;
}
/*******************flow*********************/
.flow_main-wrap .under_mv-wrap{
	background-image:url(../img/about/about-bg.png);
}
.flow_main-top-wrap{
	padding-top:70px;
	padding-bottom:100px;
}

.flow_main-top-wrap h2{
	position: relative;
	text-align:center;
}
.flow_main-top-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 35px;
	display:inline-block;
}
.flow_main-top-wrap .flow_main-textarea{
	margin-bottom:50px;
}

.flow_main-top-contentarea{
	display:flex;
}

.flow_main-top-content{
	margin-right:5px;
	padding:0 10px;
	padding-top:40px;
	padding-bottom:10px;
}

.flow_main-top-content:last-child{
	margin-right:0px;
}

.flow_main-top-content-bule{
	background-color:#f0f8ff;
}
.flow_main-top-content-yellow{
	background-color:#fff7e3;
}
.flow_main-top-content-bule.flow_main-top-content{
	width:230px;
}

.flow_main-top-content-yellow.flow_main-top-content{
	width:480px;
}

.flow_main-top-content-title{
	font-weight:bold;
	text-align:center;
	font-size:22px;
	margin-bottom:15px;
}

.flow_main-top-blockarea{
	display:flex;
}

/*
.flow_main-top-content-bule .flow_main-top-blockarea{
	padding-top:45px;
}
*/

.flow_main-top-block{
	background-color:#1b4161;
	width:75px;
	margin-right:40px;
	display: flex;
	align-items: center;
	justify-content: center;
	height:265px;
	position: relative;
}

.flow_main-top-block:after{
	border-left: 30px solid #1b4161;
	border-top: 132px solid transparent;
	border-bottom: 132px solid transparent;
	position: absolute;
	top:0px;
	content:"";
	right:-30px;
}

.flow_main-top-block:last-child{
	background-color:#1b4161;
	width:80px;
	margin-right:30px;
}

.flow_main-top-block p{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}

.flow_main-top-content-subarea{
	display:flex;
}

.flow_main-top-content-sub{
	margin-right:10px;
}

.flow_main-top-content-sub:last-child{
	margin-right:10px;
}
.flow_main-top-content-subtitle{
	text-align:center;
	font-size:20px;
	color:#1b4161;
	font-weight:bold;
	margin-bottom:15px;
}

.flow_main-counseling-wrap{
	background-image: url(../img/about/about-bg3.png);
	background-repeat: repeat;
	background-position: top center;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 50px;
}

.flow_main-counseling-wrap h2{
	position: relative;
	text-align:center;
	margin-bottom:50px;
}

.flow_main-counseling-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 35px;
	display:inline-block;
}
.flow_main-counseling-wrap .flow_main-textarea{
	text-align:center;
}

.flow_main-counseling-block{
	display:flex;
	padding-bottom:35px;
	margin-bottom:35px;
	position: relative;
}

.flow_main-counseling-block:after{
	content:url(../img/flow/flow-arrow.png);
	position: absolute;
	bottom: -15px;
}

.flow_main-counseling-block:last-child{
	margin-bottom:50px;
	padding-bottom:0;
}
.flow_main-treatment-wrap .flow_main-counseling-block:last-child{
	margin-bottom:0px;
	padding-bottom:0;
}

.flow_main-counseling-block:last-child:after{
	content:none;
}

.flow_main-counseling-imagearea{
	width:290px;
	margin-right:40px;
}

.flow_main-counseling-textarea{
	width:630px;
}

.flow_main-counseling-textarea span.color_red{
	color:#e50000;
}
.flow_main-counseling-texttitle{
	color:#1b4161;
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
}

.flow_main-treatment-wrap{
	padding-top: 100px;
	padding-bottom: 100px;
}

.flow_main-treatment-wrap h2{
	position: relative;
	text-align:center;
	margin-bottom:20px;
}
.flow_main-treatment-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 35px;
	display:inline-block;
}
.flow_main-treatment-wrap .flow_main-textarea{
	text-align:center;
	margin-bottom:50px;
}

.flow_main-follow-wrap{
	background-image: url(../img/about/about-bg3.png);
	background-repeat: repeat;
	background-position: top center;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}

.flow_main-follow-wrap h2{
	position: relative;
	text-align:center;
	margin-bottom:50px;
}

.flow_main-follow-wrap h2 span.h2span-border {
	position: relative;
	padding: 15px 25px;
	display:inline-block;
}
.flow_main-follow-wrap .flow_main-textarea{
	text-align:center;
	margin-bottom:50px;
}
.flow_main-follow-contentarea{
	display:flex;
}

.flow_main-follow-content{
	width:460px;
	margin-right:40px;
}

.flow_main-follow-content:last-child{
	margin-right:0px;
}

.flow_main-follow-imagearea{
	text-align:center;
	background-color:#f7f7f7;
	margin-bottom:30px;
}
.flow_main-follow-imagearea img{
	display:block;
	margin:auto;
}
.flow_main-follow-content a{
	color:#1b4161;
}
.flow_main-follow-linkbtn{
	text-align:center;
}

.flow_main-follow-linkbtn a{
	color:#ffe398;
	font-size:18px;
	font-weight:bold;
	background-color: #1d4465;
	background:linear-gradient(#32628b, #1d4465);
	display:block;
	padding:10px 0px;
	width:340px;
	border-radius: 4px;
	margin:auto;
}

.flow_main-follow-linkbtn a > span{
	border-top:1px solid #ffe398;
	border-bottom:1px solid #ffe398;
	width: 100%;
	display: inline-block;
	padding:10px 0;
}
.flow_main-follow-linkbtn a span span{
	position: relative;
	margin-right:20px;
}

.flow_main-follow-linkbtn a span span:after{
	background-image:url(../img/common/blank.png);
	position: absolute;
	content:"";
	top:50%;
	right:-40px;
	width:22px;
	height:20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.flow_main-follow-textarea{
	margin-bottom:40px;
}

.btn_simple{
	background: #1b4161;
	text-align: center;
	padding: 1em;
	color: #fff;
	border-radius: 5px;
}

/* drcolumn */
.drcolumn-under_mv-wrap {
    position: relative;
    /* デフォルトではコンテンツの幅に合わせる（PC表示など） */
    max-width: 640px; 
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.main-visual-image {
    /* デフォルトでは画像を元のサイズで表示（PC表示など） */
    max-width: 640px; 
    width: 100%;
    height: auto;
    display: block;
}

.drcolumn-under_mv-textarea {
    position: absolute;
    bottom: 0;
    width: 100%; /* 親要素の幅に合わせる */
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 15px 0;
    text-align: center;
    box-sizing: border-box;
}

.drcolumn-under_mv-textarea h1 {
    margin: 0;
    font-size: 2.5em;
    font-weight: normal; /* 変更されたフォントデザインを維持 */
    line-height: 1.2;
}

.border_title{
	position: relative;
	text-align:center;
}
.border_title span.h2span-border {
	position: relative;
	padding: 15px 5px;
	display:inline-block;
}
ul.drcolumn_list {
	margin: 0 0 50px;
	width: 100%;
	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;
}
ul.drcolumn_list li {
	flex-basis: 33.3%;
	margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
ul.drcolumn_list li a {
	text-decoration: none;
	line-height: 160%;
	color: #1b4161;
	display: block;
}
ul.drcolumn_list li img {
	padding-bottom: 10px;
}
ul.drcolumn_list li .date {
	color: #999;
	padding-bottom: 16px;
}
ul.drcolumn_list li .title {
	font-weight: 700;
	padding-bottom: 10px;
}
ul.drcolumn_list li .text {
	color: #49515c;
}
.drcolumn_brown_box {
	background-color: #eddcb7;
	margin-top: 60px;
	padding: 30px;
}
.drcolumn_brown_box .img_sp { display: none; }
.drcolumn_brown_box .text {
	float: left;
	width: 80%;
	padding-right: 20px;
	box-sizing: border-box;
}
.drcolumn_brown_box .text .title {
	font-size: 2.0rem;
	padding-bottom: 20px;
}
.drcolumn_brown_box .text .name {
	font-size: 1.9rem;
	font-weight: 700;
	padding-bottom: 10px;
}
.drcolumn_brown_box .img {
	float: right;
	text-align: right;
	width: 20%;
}
.nomal_table table{
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
.nomal_table table th{
	background-color:#f7f7f7;
	font-weight:bold;
	border:1px solid #d2d2d2;
	padding:20px 0;
}
.nomal_table table td{
	padding:20px 0;
	border:1px solid #d2d2d2;
	line-height: 20px;
}
.nomal_table table td span{
	font-size:12px;
	display:block;
}

.result_top_smile {
	padding: 40px 0 0;
}
.result_top_smile_even {
	background-color: #1b4161;
}
.result_top_smile h2,
.result_top_smile h3 {
	margin-bottom: 0;
	font-weight: normal;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Sawarabi Mincho",HGS明朝E, "メイリオ", Meiryo, serif;
}
.result_top_smile h2 { color: #fff;}
.result_top_smile figure img {
	border: 1px solid #ffe398;
}
.result_case_pickup {
	position: relative;
}
.case_comment_box {
	background: rgba(0,0,0,0.6);
	position: absolute;
	right: 15px;
	left: 15px;
	bottom: 30px;
	border: 1px solid #ffe398;
}
.case_ba_box {
	background: rgba(0,0,0,0.5);
	border: 1px solid #ffe398;
}
.border_accent_b_1 {
	border-bottom: 1px solid #ffe398;
}


/* drcolumn */
/* column box */
.column_box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.column_box_reverse{
	flex-direction: row-reverse;
}
.column_box_38p { width: 38%; }
.column_box_49p { width: 49%; }
.column_box_60p { width: 60%; }

.margin_auto { margin: auto;}
.margin_none { margin: 0 !important;}
.margin_xsmall { margin: 10px !important;}
.margin_small { margin: 19px !important;}
.margin_medium { margin: 38px !important;}
.margin_large { margin: 56px !important;}
.margin_xlarge { margin: 75px !important;}
.margin_t_none { margin-top: 0 !important;}
.margin_t_xsmall { margin-top: 10px !important;}
.margin_t_small { margin-top: 19px !important;}
.margin_t_medium { margin-top: 38px !important;}
.margin_t_large { margin-top: 56px !important;}
.margin_t_xlarge { margin-top: 75px !important;}
.margin_b_none { margin-bottom: 0 !important;}
.margin_b_xsmall { margin-bottom: 10px !important;}
.margin_b_small { margin-bottom: 19px !important;}
.margin_b_medium { margin-bottom: 38px !important;}
.margin_b_large { margin-bottom: 56px !important;}
.margin_b_xlarge { margin-bottom: 75px !important;}
.margin_l_none { margin-left: 0 !important;}
.margin_l_xsmall { margin-left: 10px !important;}
.margin_l_small { margin-left: 19px !important;}
.margin_l_medium { margin-left: 38px !important;}
.margin_l_large { margin-left: 56px !important;}
.margin_l_xlarge { margin-left: 75px !important;}
.margin_r_none { margin-right: 0 !important;}
.margin_r_xsmall { margin-right: 10px !important;}
.margin_r_small { margin-right: 19px !important;}
.margin_r_medium { margin-right: 38px !important;}
.margin_r_large { margin-right: 56px !important;}
.margin_r_xlarge { margin-right: 75px !important;}
.margin_v_none { margin-top: 0 !important; margin-bottom: 0 !important;}
.margin_v_xsmall { margin-top: 10px !important; margin-bottom: 10px !important;}
.margin_v_small { margin-top: 19px !important; margin-bottom: 19px !important;}
.margin_v_medium { margin-top: 38px !important; margin-bottom: 38px !important;}
.margin_v_large { margin-top: 56px !important; margin-bottom: 56px !important;}
.margin_v_xlarge { margin-top: 75px !important; margin-bottom: 75px !important;}
.margin_s_none { margin-left: 0 !important; margin-right: 0 !important;}
.margin_s_xsmall { margin-left: 10px !important; margin-right: 10px !important;}
.margin_s_small { margin-left: 19px !important; margin-right: 19px !important;}
.margin_s_medium { margin-left: 38px !important; margin-right: 38px !important;}
.margin_s_large { margin-left: 56px !important; margin-right: 56px !important;}
.margin_s_xlarge { margin-left: 75px !important; margin-right: 75px !important;}
.padding_none { padding: 0 !important;}
.padding_xsmall { padding: 10px !important;}
.padding_small { padding: 19px !important;}
.padding_medium { padding: 38px !important;}
.padding_large { padding: 56px !important;}
.padding_xlarge { padding: 75px !important;}
.padding_t_none { padding-top: 0 !important;}
.padding_t_xsmall { padding-top: 10px !important;}
.padding_t_small { padding-top: 19px !important;}
.padding_t_medium { padding-top: 38px !important;}
.padding_t_large { padding-top: 56px !important;}
.padding_t_xlarge { padding-top: 75px !important;}
.padding_b_none { padding-bottom: 0 !important;}
.padding_b_xsmall { padding-bottom: 10px !important;}
.padding_b_small { padding-bottom: 19px !important;}
.padding_b_medium { padding-bottom: 38px !important;}
.padding_b_large { padding-bottom: 56px !important;}
.padding_b_xlarge { padding-bottom: 75px !important;}
.padding_l_none { padding-left: 0 !important;}
.padding_l_xsmall { padding-left: 10px !important;}
.padding_l_small { padding-left: 19px !important;}
.padding_l_medium { padding-left: 38px !important;}
.padding_l_large { padding-left: 56px !important;}
.padding_l_xlarge { padding-left: 75px !important;}
.padding_r_none { padding-right: 0 !important;}
.padding_r_xsmall { padding-right: 10px !important;}
.padding_r_small { padding-right: 19px !important;}
.padding_r_medium { padding-right: 38px !important;}
.padding_r_large { padding-right: 56px !important;}
.padding_r_xlarge { padding-right: 75px !important;}
.padding_v_none { padding-top: 0 !important; padding-bottom: 0 !important;}
.padding_v_xsmall { padding-top: 10px !important; padding-bottom: 10px !important;}
.padding_v_small { padding-top: 19px !important; padding-bottom: 19px !important;}
.padding_v_medium { padding-top: 38px !important; padding-bottom: 38px !important;}
.padding_v_large { padding-top: 56px !important; padding-bottom: 56px !important;}
.padding_v_xlarge { padding-top: 75px !important; padding-bottom: 75px !important;}
.padding_s_none { padding-left: 0 !important; padding-right: 0 !important;}
.padding_s_xsmall { padding-left: 10px !important; padding-right: 10px !important;}
.padding_s_small { padding-left: 19px !important; padding-right: 19px !important;}
.padding_s_medium { padding-left: 38px !important; padding-right: 38px !important;}
.padding_s_large { padding-left: 56px !important; padding-right: 56px !important;}
.padding_s_xlarge { padding-left: 75px !important; padding-right: 75px !important;}
.n_margin_xsmall { margin: -10px !important;}
.n_margin_small { margin: -19px !important;}
.n_margin_medium { margin: -38px !important;}
.n_margin_large { margin: -57px !important;}
.n_margin_xlarge { margin: -75px !important;}
.n_margin_t_xsmall { margin-top: -10px !important;}
.n_margin_t_small { margin-top: -19px !important;}
.n_margin_t_medium { margin-top: -38px !important;}
.n_margin_t_large { margin-top: -57px !important;}
.n_margin_t_xlarge { margin-top: -75px !important;}
.n_margin_b_xsmall { margin-bottom: -10px !important;}
.n_margin_b_small { margin-bottom: -19px !important;}
.n_margin_b_medium { margin-bottom: -38px !important;}
.n_margin_b_large { margin-bottom: -57px !important;}
.n_margin_b_xlarge { margin-bottom: -75px !important;}
.n_margin_l_xsmall { margin-left: -10px !important;}
.n_margin_l_small { margin-left: -19px !important;}
.n_margin_l_medium { margin-left: -38px !important;}
.n_margin_l_large { margin-left: -57px !important;}
.n_margin_l_xlarge { margin-left: -75px !important;}
.n_margin_r_xsmall { margin-right: -10px !important;}
.n_margin_r_small { margin-right: -19px !important;}
.n_margin_r_medium { margin-right: -38px !important;}
.n_margin_r_large { margin-right: -57px !important;}
.n_margin_r_xlarge { margin-right: -75px !important;}
.n_margin_v_xsmall { margin-top: -10px !important; margin-bottom: -10px !important;}
.n_margin_v_small { margin-top: -19px !important; margin-bottom: -19px !important;}
.n_margin_v_medium { margin-top: -38px !important; margin-bottom: -38px !important;}
.n_margin_v_large { margin-top: -57px !important; margin-bottom: -57px !important;}
.n_margin_v_xlarge { margin-top: -75px !important; margin-bottom: -75px !important;}
.n_margin_s_xsmall { margin-left: -10px !important; margin-right: -10px !important;}
.n_margin_s_small { margin-left: -19px !important; margin-right: -19px !important;}
.n_margin_s_medium { margin-left: -38px !important; margin-right: -38px !important;}
.n_margin_s_large { margin-left: -57px !important; margin-right: -57px !important;}
.n_margin_s_xlarge { margin-left: -75px !important; margin-right: -75px !important;}
.n_padding_xsmall { padding: -10px !important;}
.n_padding_small { padding: -19px !important;}
.n_padding_medium { padding: -38px !important;}
.n_padding_large { padding: -57px !important;}
.n_padding_xlarge { padding: -75px !important;}
.n_padding_t_xsmall { padding-top: -10px !important;}
.n_padding_t_small { padding-top: -19px !important;}
.n_padding_t_medium { padding-top: -38px !important;}
.n_padding_t_large { padding-top: -57px !important;}
.n_padding_t_xlarge { padding-top: -75px !important;}
.n_padding_b_xsmall { padding-bottom: -10px !important;}
.n_padding_b_small { padding-bottom: -19px !important;}
.n_padding_b_medium { padding-bottom: -38px !important;}
.n_padding_b_large { padding-bottom: -57px !important;}
.n_padding_b_xlarge { padding-bottom: -75px !important;}
.n_padding_l_xsmall { padding-left: -10px !important;}
.n_padding_l_small { padding-left: -19px !important;}
.n_padding_l_medium { padding-left: -38px !important;}
.n_padding_l_large { padding-left: -57px !important;}
.n_padding_l_xlarge { padding-left: -75px !important;}
.n_padding_r_xsmall { padding-right: -10px !important;}
.n_padding_r_small { padding-right: -19px !important;}
.n_padding_r_medium { padding-right: -38px !important;}
.n_padding_r_large { padding-right: -57px !important;}
.n_padding_r_xlarge { padding-right: -75px !important;}
.n_padding_v_xsmall { padding-top: -10px !important; padding-bottom: -10px !important;}
.n_padding_v_small { padding-top: -19px !important; padding-bottom: -19px !important;}
.n_padding_v_medium { padding-top: -38px !important; padding-bottom: -38px !important;}
.n_padding_v_large { padding-top: -57px !important; padding-bottom: -57px !important;}
.n_padding_v_xlarge { padding-top: -75px !important; padding-bottom: -75px !important;}
.n_padding_s_xsmall { padding-left: -10px !important; padding-right: -10px !important;}
.n_padding_s_small { padding-left: -19px !important; padding-right: -19px !important;}
.n_padding_s_medium { padding-left: -38px !important; padding-right: -38px !important;}
.n_padding_s_large { padding-left: -57px !important; padding-right: -57px !important;}
.n_padding_s_xlarge { padding-left: -75px !important; padding-right: -75px !important;}

.banner_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}
.banner_list > * {
	display: block;
	width: 100%; /*IEバグ対策*/
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (max-width: 750px){
    .drcolumn-under_mv-wrap {
        width: 100%; 
    }

    .main-visual-image {
        width: 100%;
        max-width: 100%;
    }

    .drcolumn-under_mv-textarea h1 {
        font-size: 1.8em;
    }
	ul.drcolumn_list {
		margin: 0 0 50px;
		width: 100%;
	}
	ul.drcolumn_list li {
		flex-basis: 100%;
		margin-bottom: 24px;
		padding: 0;
	}
	ul.drcolumn_list li a {
		font-size: 3.6vw;
		text-decoration: none;
		line-height: 160%;
	}
	ul.drcolumn_list li .img {
		padding-bottom: 10px;
	}
	ul.drcolumn_list li .date {
		color: #999;
		padding-bottom: 10px;
	}
	ul.drcolumn_list li .title {
		font-weight: 700;
		padding-bottom: 10px;
	}
	ul.drcolumn_list li .text {
		color: #49515c;
	}
	.drcolumn_brown_box {
		background-color: #eddcb7;
		margin-top: 50px;
		padding: 40px 20px 30px;
	}
	.drcolumn_brown_box .text {
		box-sizing: border-box;
	}
	.drcolumn_brown_box .text .title {
		font-size: 4.0vw;
		padding-bottom: 20px;
	}
	.drcolumn_brown_box .text .name {
		font-size: 4.0vw;
		font-weight: 700;
		padding-bottom: 10px;
		line-height: 140%;
	}
	.drcolumn_brown_box .text .box {
		float: left;
		width: 65%;
	}
	.drcolumn_brown_box .text .img_sp {
		float: right;
		text-align: right;
		width: 30%;
		padding-bottom: 10px;
	}
	.drcolumn_brown_box .text p {
		padding-bottom: 0;
	}
	.banner_list {
		display: block;
	}
	.banner_list img {
		margin-top: 15px;
	}
}


@media screen and (max-width: 768px) {
	html{
		font-size:14px;
		line-height:1.42857143;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}

	.font_ularge {
	  font-size: 36px !important;
	  font-size: 9.6vw !important;
	}

	.font_xlarge {
	  font-size: 26px !important;
	  font-size: 6.93333vw !important;
	}

	.font_large {
	  font-size: 24px !important;
	  font-size: 6.4vw !important;
	}

	.font_medium {
	  font-size: 18px !important;
	  font-size: 4.8vw !important;
	}

	.font_base {
	  font-size: 16px !important;
	}

	.font_small {
	  font-size: 14px !important;
	}

	.font_notice {
	  font-size: 12px !important;
	}

	.ht-areatop-logo{
		margin-left:0px;
	}
	.all-wrap{
		margin-top: 116px;
		padding-top:0;
		border-top:none;
		min-width:100%;
	}
	header{
		position:fixed;
		width:100%;
		top:0;
		background-color:#FFF;
		z-index: 999;
	}
	.ht-areatop{
		border-top:5px solid #1b4161;
		height:55px;
		max-width: 1200px;
	}
	.sitelogo{
		width:100%;
		float:none;
		flex-direction: unset;
	}
	.sitelogo img {
		width: 230px;
	}
	.ht-areatop-tel{
		display:none;
		float:none;
	}
	.header_areatop_online_sp,
	.ht-areatop-tel-sp{
		display: block;
		width: 60px;
		height: calc(100% - 5px);
		position: absolute;
		top: 5px;
		font-size: 12px;
	}
	.header_areatop_online_sp {
		right: 120px;
	}
	.ht-areatop-tel-sp {
		right: 60px;
	}
	.header_areatop_online_sp a,
	.ht-areatop-tel-sp a{
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	.header_areatop_online_sp a {
		right: 60px;
		background: #d0ac4b;
		color: #fff;
	}
	.ht-areatop-tel-sp a {
		right: 120px;
		background: #1b4161;
		color: #fff;
	}
	.header_areatop_online_sp a span:before{
		content: "";
		width: 100%;
		height: 22px;
		background: url(../img/common/icon_online.svg) no-repeat;
		background-size: 20px;
		background-position: 14px top;
		display: block;
		vertical-align: middle;
	}
	.ht-areatop-tel-sp a span:before{
		content: "";
		width: 22px;
		height: 22px;
		margin: 0 0 0 4px;
		background: url(../img/common/icon-tell.png) no-repeat;
		display: block;
		vertical-align: middle;
	}
	.sitelogo img{
		max-width: 90%;
		margin-left:10px;
		padding-bottom:0px;
	}
	.ht-areatop-logolink{
		float:none;
		display:none;
	}
	.logo-label {
		margin-bottom:2px;
	}
	.ht-areatop-link{
		display:none;
		float:none;
	}
	.ht-naviarea{
		display:none;
	}
	.head_sp_navi {
		display: flex;
		width: 100%;
	}
	.head_sp_navi a {
		flex-basis: 25%;
		max-width: 25%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		font-weight: bold;
		white-space: nowrap;
		color: #fff;
		position: relative;
		padding-top: 2.5em;
		padding-bottom: 8px;
		max-height: 50px
	}
	.head_sp_navi a::after {
		content: "";
		position: absolute;
		top: 8px;
		left: 50%;
		transform: translateX(-50%);
	}
	.head_sp_navi a.head_sp_navi_home {
		color: #1b4161;
		background: #e9f2f6;
	}
	.head_sp_navi a.head_sp_navi_home::after {
		background: url(../img/common/icon_home.svg) no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
	}
	.head_sp_navi a.head_sp_navi_photo {
		color: #ffe398;
		background-color: #333;
		background:linear-gradient(#555, #333);
	}
	.head_sp_navi a.head_sp_navi_photo::after {
		background: url(../img/common/icon_online_accent.svg) no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
	}
	.head_sp_navi a.head_sp_navi_tel {
		color: #ffe398;
		background: #1d4465;
		background: linear-gradient(#32628b, #1d4465);
	}
	.head_sp_navi a.head_sp_navi_tel::after {
		background: url(../img/common/icon_tel.svg) no-repeat;
		background-size: 18px;
		width: 18px;
		height: 18px;
	}
	.head_sp_navi a.head_sp_navi_counseling {
		color: #1b4161;
		background: #c8ab61;
		background: linear-gradient(#f5d88a, #c8ab61);
	}
	.head_sp_navi a.head_sp_navi_counseling::after {
		top: 6px;
		background: url(../img/common/icon-counseling.png) no-repeat;
		width: 18px;
		height: 20px;
	}

	.ht-naviareasp{
		display:none;
		height:100vh;
		padding-bottom: 60px;
		position: absolute;
		top:105px;
		z-index: 9;
		background-color:#FFF;
		width:100%;
		display:block;
		max-height:calc(100vh - 60px);
		overflow-y: auto;
	}
	.ht-naviareasp ul{
		display: block;
		justify-content: flex-start;
	}
	.ht-naviareasp ul li{
		padding: 0px 0;
		border-bottom:1px solid #c7c7c7;
	}
	.ht-naviareasp ul li:first-child{
		border-top:1px solid #c7c7c7;
	}
	.ht-naviareasp ul li .ht-link{
		border-left:none;
		margin:0px 0;
	}
	.ht-naviareasp ul li .ht-link a{
		pointer-events: none;
		color:#666;
	}
	.ht-naviareasp ul li:last-child > div{
		border-right:none;
	}
	.ht-naviareasp ul li a{
		padding:15px 35px 15px 20px;
		position: relative;
		font-size:14px;
		color:#666666;
		display:block;
		width:100%;
	}
	.ht-naviareasp ul li:last-child > div{
		border-right:none;
	}
	.ht-naviareasp .ht-accessbtn a{
		color:#ffe398;
		font-size:14px;
		font-weight:bold;
		position: relative;
		background-color: #1d4465;
		background:linear-gradient(#32628b, #1d4465);
		display:block;
		padding:5px 0px;
		border-radius: 4px;
		margin:auto;
		margin-left:0
	}
	.ht-naviareasp .ht-accessbtn a:after{
		content:none;
	}
	.ht-accessbtn a span span:after{
		left:-10px;
		width:10px;
		height:15px;
		background-size:100%;
	}
	.ht-naviareasp .ht-mailbtn a{
		color:#ffe398;
		font-size:14px;
		display:block;
		padding:5px 0px;
		margin-left:0;
	}
	.ht-naviareasp .ht-mailbtn a:after{
		content:none;
	}
	.ht-mailbtn a span span:after{
		background-image:url(../img/common/icon-mail.png);
		left:-15px;
		width:15px;
		height:13px;
		background-size:100%;
	}
	.ht-naviareasp .ht-counselingbtn a{
		color:#1b4161;
		font-size:14px;
		font-weight:bold;
		position: relative;
		background-color: #c8ab61;
		background:linear-gradient(#f5d88a, #c8ab61);
		display:block;
		padding:5px 0px;
		width:190px;
		border-radius: 4px;
		margin:auto;
		width: 100%;
		margin-left:0;
	}
	.ht-naviareasp .ht-counselingbtn a:after{
		content:none;
	}
	.ht-counselingbtn a span span{
		margin-right: 15px;
		margin-left: 0px;
	}
	.ht-counselingbtn a span span:after{
		left: unset;
		right:-25px;
		width:14px;
		height:15px;
		background-size:100%;
	}
	.ht-naviareasp > ul{
		width:100%;
		margin-bottom: 0;
		position: relative;
	}
	.ht-subnaviarea{
		width:100%;
		position: static;
		background-color:#1b4161;
		padding:0px;
		overflow: hidden;
	}
	.ht-naviareasp .ht-subnaviarea ul li{
		border-bottom:1px solid #FFF;
		margin-right:0px;
		width:100%;
	}
	.ht-naviareasp .ht-subnaviarea ul li:last-child{
		border-bottom:none;
	}
	.ht-naviareasp .ht-subnaviarea ul li a{
		color:#FFF;
		padding: 15px 0px 15px 30px;
		width:100%;
		display:block;
	}
	.ht-naviareasp .ht-subnaviarea ul li a:after{
		position: absolute;
		width: 7px;
		height: 12px;
		content: "";
		background-image: url(../img/common/icon-arrow2-w.png);
		top: 50%;
		right: 10px;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background-size:100%;
	}
	.ht-areatop-spmenu{
		display:block;
	}
	.ht-areatop-spmenu{
		display:block;
		text-align:right;
		margin-right:15px;
	}
	.ht-areatop-spmenu a{
		display: flex;
		align-items: center;
	}
	.ht-areatop-spmenu img{
		width:40px;
	}
	.humberger-bottom{
		width: 100%;
		display:block;
		padding:25px 15px 25px;
		background: #fff;
		overflow: hidden;
	}
	.humberger-bottom .ht-areatop-tel{
		display:block;
		margin-bottom:25px;
		text-align:center;
		margin-right:0;
	}
	.humberger-bottom .ht-areatop-tel img{
		width:207px;
	}
	.humberger-bottom .ht-areatop-link{
		display:block;
	}
	.ht-areatop-link ul li{
		width:48%;
		display: inline-block;
		margin-bottom:10px;
		border-top:none;
		border-bottom:none;
	}
	.ht-naviareasp .ht-areatop-link ul li:first-child{
		border-top:none;
	}
	.ht-areatop-link ul li:nth-child(2){
		margin-right: 0px;
		float:right;
	}
	.ht-areatop-link ul li:last-child{
		width:100%;
		margin-bottom:0;
	}
	.humberger-on{
		display:block;
	}
	.humberger-off{
		display:none;
	}
	.spmenu-open .humberger-on{
		display:none;
	}
	.spmenu-open .humberger-off{
		display:block;
	}
	.mv-wrap{
		background-image:url(../img/top/mv-sp.png);
		height:195px;
		width:100%;
		min-width:100%;
		background-repeat: no-repeat;
	}
	.mv-textarea{
		padding:15px  15px;
		left:5%;
		top:25px;
		background-size:50%;
	}
	.mv-textarea h1{
		font-size:14px;
		line-height:23px;
		margin-bottom:10px;
	}
	.mv-textarea hr{
		width:25px;
		height:1px;
		margin-bottom:10px;
	}
	.mv-textarea p{
		font-size:15px;
		line-height:20px;
	}
	.mv-scroll{
		display:none;
	}
	h2{
		font-size:21px;
		margin-bottom:15px;
		text-align: center;
		line-height:1.12;
	}
	.philosophy-wrap{
		padding-top:35px;
		padding-bottom:0px;
		background-color:#edf6ff;
		background-image:none;
	}
	.basic-area{
		padding:0 15px;
	}
	.philosophy-wrap h2{
		width:auto;
	}
	.philosophy-wrap h2 span.h2span-border{
		padding:8px 0px;
	}
	.philosophy-textarea{
		width:100%;
		margin-bottom:25px;
	}
	.philosophy-image{
		position: static;
	}
	.philosophy-image img{
		display:block;
		max-width:215px;
		margin:auto;
	}
	.philosophy-linkbtn{
		margin-bottom:25px;
	}
	.philosophy-linkbtn a{
		font-size:14px;
		padding:5px 0px;
		width:100%;
		text-align: center;
	}
	.philosophy-linkbtn a span span{
		margin-right:10px;
	}
	.philosophy-linkbtn a span span:after{
		background-size: 100%;
		background-repeat: no-repeat;
		width:11px;
		height:10px;
		right:-30px;
	}
	.performance-wrap{
		padding-top:35px;
		padding-bottom:35px;
	}
	.performance-wrap h2{
		width: 100%;
	}
	.performance-wrap h2 span.h2span-border{
		padding:8px 0px;
	}
	.performance-textarea{
		text-align: left;
		margin-bottom:25px;
	}
	.performance-blcok{
		padding:18px;
		margin-bottom:25px;
	}
	.performance-blcokcontent{
		margin-bottom:20px;
	}
	.performance-blcokcontent > h3{
		display:block;
	}
	.performance-blcok-imagearea{
		float:none;
		padding:13px;
		margin-bottom:15px;
		text-align:center;
	}
	.performance-blcok-content{
		float:none;
		margin-left:0px;
		width:100%;
	}
	h3{
		font-size:16px;
		margin-bottom:15px;
		text-align:center;
	}
	.performance-blcokcontent-h3{
		display:block;
		text-align: center;
	}
	.performance-blcok-content h3{
		display:none;
	}
	.performance-blcok-content table{
		width:100%;
	}
	.performance-blcok-content table th{
		padding:10px 15px 10px 10px;
	}
	.performance-blcok-content table th.th_center{
		padding:10px;
	}
	.performance-blcok-content table td{
		padding:10px;
	}
	.performance-blcok-content table td span{
		margin-left: 29px;
		display:block;
	}
	.performance-blcok-content table td span span{
		text-align: right;
	}
	.performance-blcok-table-pc{
		display:none;
	}
	.performance-blcok-table-sp{
		display:table-cell;
	}
	.performance-blcok-content-link a{
		margin-right: 15px;
	}
	.performance-linkbtn{
		margin-top: 10px;
		text-align: center;
	}
	.performance-linkbtn a{
		font-size:14px;
		padding:5px 0px;
		width:100%;
	}
	.performance-linkbtn a span span{
		margin-right:10px;
	}
	.performance-linkbtn a span span:after{
		right:-35px;
		width:15px;
		height:13px;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.performance-blcok2{
		padding:15px 25px;
		display:block;
	}
	.performance-blcok2-imagearea{
		margin-right:0px;
		text-align: center;
		margin-bottom:10px;
		width:100%;
		float:none;
	}
	.performance-blcok2-textaraa{
		float:none;
	}
	.banner-wrap{
		padding-top:35px;
		padding-bottom:35px;
	}
	.flex-banner{
		display: block;
	}
    .flex-banner + .flex-banner{
        margin-top: 10px;
    }
	.banner-image {
		width: 100%;
		margin-bottom: 10px;
	}
	.banner-youtube{
		height: auto;
		width:100%;
	}
	.reason-wrap{
		padding-top:35px;
		padding-bottom:45px;
		background-image:url(../img/top/reason-back-sp.png);
	}
	.reason-wrap h2{
		/* width: 135px; */
		margin:auto;
		margin-bottom:20px;
	}
	.reason-wrap h2 span.h2span-border{
		padding:8px 10px;
	}
	.reason-name{
		font-size:11px;
	}
	.reason-textarea{
		margin-bottom:25px;
		text-align:left;
	}
	.reason-block{
		width:100%;
		height:auto;
	}
	.reason-blocktop{
		width:100%;
		float:none;
	}
	.reason-block2 .reason-blocktop{
		float:none;
	}
	.reason-blockbottom h3{
		font-size:15px;
		padding:10px 0;
		text-align: left;
	}
	.reason-blockbottom{
		padding:15px 15px;
		margin-bottom:25px;
		float:none;
		width:100%;
	}
	.reason-block3 .reason-blockbottom{
		margin-bottom:0px;
	}
	.reason-blockbottom-toku{
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.reason-blockbottom-toku img{
		width:50px;
	}
	.reason-blockbottom-toku:after{
		position: absolute;
		height:1px;
		width:30px;
	}
	.reason-blockbottom p{
		margin-bottom:15px;
		text-align: left;
	}
	.reason-linkbtn a{
		padding:5px 0px;
		width:100%;
	}
	.reason-linkbtn a span span{
		position: relative;
		margin-right:10px;
	}
	.reason-linkbtn a span span:after{
		right:-30px;
		width:15px;
		height:15px;
		background-size:100%;
	}
	.reason-linkbtn2 a{
		padding:5px 0px;
		width:100%;
	}
	.reason-linkbtn2 a span span:after{
		background-size:100%;
		right:-35px;
		width:15px;
		height:13px;
		background-repeat:no-repeat;
	}
	.technology-wrap{
		padding-top:35px;
		padding-bottom:35px;
	}
	.technology-wrap h2{
		/* width: 135px; */
		margin:auto;
		margin-bottom:20px;
	}
	.technology-wrap h2 span.h2span-border{
		padding:8px 10px;
	}
	.technology-name{
		font-size:11px;
	}
	.technology-textarea{
		text-align: left;
		margin-bottom:25px;
	}
	.technology-blcok{
		margin-bottom:25px;
		padding:40px 15px 25px;
	}
	.technology-blcoktitle span{
		font-size:11px;
		top: -10px;
		width:100%;
	}
	.technology-blcok h3{
		font-size:18px;
	}
	.technology-blcoktext{
		font-size:15px;
		margin-bottom:15px;
		text-align: left;
	}
	.technology-detail{
		padding:15px;
		margin-bottom:25px;
	}
	.technology-detail ul{
		display:block;
	}
	.technology-detail ul li{
		margin-right:0px;
		margin-bottom:15px;
		float:none;
	}
	.technology-detail ul li:last-child{
		margin-bottom:0px;
	}
	.technology-detail ul li dd{
		font-weight:bold;

	}
	.technology-detail ul li img{
		width:100%;
	}
	.technology-linkbtn a{
		font-size:14px;
		padding:5px 0px;
		width:100%;
	}
	.technology-linkbtn a span span{
		position: relative;
		margin-right:10px;
	}
	.technology-linkbtn a span span:after{
		right:-35px;
		width:15px;
		height:13px;
		background-size: 100%;
		background-repeat:no-repeat;
	}
	.question-wrap{
		padding-top:35px;
		padding-bottom:35px;
	}
	.question-wrap h2 span.h2span-border{
		position: relative;
		padding:8px 35px;
	}
	.question-textarea{
		text-align:left;
		margin-bottom:25px;
	}
	.question-area{
		margin-bottom:25px;
	}
	.question-area dl{
		margin-bottom:15px;
	}
	.question-area dt{
		padding:10px 40px 10px 40px;
	}
	.question-area dt:before{
		width:14px;
		height:16px;
		top:50%;
		left:20px;
		background-size:100%;
	}
	.question-area dt:after{
		width:12px;
		height:6px;
		right:10px;
		background-size:100%;
	}
	.question-area dt p{
		font-size:14px;
	}
	.question-area dd{
		padding:10px 10px 10px 40px;
	}
	.question-area dd:before{
		width:14px;
		height:20px;
		top: 25px;
		left: 10px;
		background-size:100%;
	}
	.question-linkbtn a{
		font-size:14px;
		padding:5px 0px;
		width:100%;
	}
	.question-linkbtn a span span{
		margin-right:10px;
	}
	.question-linkbtn a span span:after{
		right:-35px;
		width:15px;
		height:13px;
		background-size:100%;
		background-repeat:no-repeat;
	}
	.counseling-wrap{
		padding-top:30px;
		padding-bottom:0px;
		background-image:url(../img/top/counseling-back-sp.png);
	}
	.counseling-name{
		font-size:11px;
	}
	.counseling-wrap h2{
		/* width: 195px; */
		margin:auto;
		margin-bottom:15%;
	}
	.counseling-wrap h2 span.h2span-border{
		padding:8px 10px;
	}
	.counseling-area-right{
		padding-top:35px;
	}
	.counseling-area-right p{
		display:none;
	}
	.counseling-area-right p{
		display:none;
	}
	.counseling-area-right .counseling-linkbtn a{
		display:none;
	}
	.counseling-area-right h3{
		font-size:13px;
		margin-bottom:35px;
		text-align: left;
		-webkit-text-stroke:unset;
	}
	.counseling-linkbtn a{
		max-width:100%;
		width:100%;
		padding:5px 0px;
		font-size:14px;
	}
	.counseling-linkbtn a span span{
		margin-right:10px;
	}
	.counseling-linkbtn a span span:after{
		right:-35px;
		width:15px;
		height:13px;
		background-size:100%;
		background-repeat:no-repeat;
	}
	.counseling-area-image{
		bottom:0px;
		left:0px;
	}
	.counseling-area-image img{
		width:45%;
	}
	.counseling-wrap-sp{
		padding-top:15px;
		padding-bottom:35px;
		display:block;
	}
	.counseling-wrap-sp p{
		margin-bottom:25px;
	}
	.footer-main{
		padding:15px 0 25px;
	}
	.footer-main .basic-area{
		padding-bottom:0;
	}
	.footer-cl{
		padding:15px 0;
		font-size:9px;
	}
	.footer-block{
		display:block;
		padding:15px;
		margin-bottom:25px;
	}
	.footer-block-logo{
		justify-content: center;
		margin-bottom:15px;
	}
	.footer-block-logo .sitelogo{
		width:auto;
	}
	.footer-block-logo .sitelogo img{
		width: 210px;
		margin-bottom:5px;
	}
	.footer-block-logo img{
		margin-left:0;
		width: 220px;
	}
	.footer-logolink{
		width:auto;
		min-width:115px;
	}
	.footer-block-left{
		margin-right:0px;
		float:none;
	}
	.footer-block-left p{
		display:none;
	}
	.footer-block-left p.footer_logo_area{
		display:block;
	}
	.footer-block-left p.footer_logo_area .logo-label{
		font-size:12px;
		width:50px;
	}
	.footer-block-right{
		width:100%;
		float:none;
	}
	.footer-block-right p{
		font-size: 13px;
		margin-bottom:10px;
	}
	.footer-block-right-link{
		margin-bottom:15px;
		margin-right:10px;
		width:calc(50% - 10px);
	}
	.footer-block-right-link a{
		font-size:13px;
		padding:10px 0px;
		width:100%;
	}
	.footer-block-right-link a span{
		margin-left:10px;
	}
	.footer-block-right-link a span:after{
		left:-10px;
		width:10px;
		height:15px;
		background-size:100%;
	}
	.footer-block-link dl{
		margin-bottom:20px;
		display:block;
	}
	.footer-block-link dl:last-child{
		margin-bottom:0px;
	}
	.footer-block-link dt{
		width:100%;
		padding-right:0;
		border-right:none;
		text-align:left;
		margin-bottom:20px;
		position: relative;
		font-size:13px;
		float:none;
	}
	.footer-block-link dt:after{
		content:"";
		width:30px;
		height:2px;
		position: absolute;
		bottom:-10px;
		left:0;
		background-color:#1b4161;
	}
	.footer-block-link dd{
		font-size:13px;
		padding-left:0px;
		float:none;
	}
	.footer-block-link dd ul li a{
		line-height:20px;

	}
	.footer_bottom_btn{
		height: 60px;
		height: calc(constant(safe-area-inset-bottom) * 2 + 60px);
		height: calc(env(safe-area-inset-bottom) * 2 + 60px);
		padding: 8px 0;
		padding-bottom: calc(constant(safe-area-inset-bottom) * 2 + 8px);
		padding-bottom: calc(env(safe-area-inset-bottom) * 2 + 8px);
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		z-index: 1000;
		list-style: none;
		background: #fff;
		border-top: 1px solid #c7c7c7;
	}
	.footer_bottom_btn .contact{
		width: 45%;
	}
	.footer_bottom_btn .counseling{
		width: 55%;
	}
	.footer_bottom_btn .contact a{
		height: 44px;
		line-height: 44px;
		margin: 0 4px 0 8px;
		overflow: hidden;
		color: #ffe398;
		font-size: 14px;
		font-weight: bold;
		background-color: #1d4465;
		background: linear-gradient(#32628b, #1d4465);
		display: block;
		border-radius: 4px;
		text-align: center;
		position: relative;
	}
	.footer_bottom_btn .contact a span:before,.footer_bottom_btn .counseling a span:before{
		content: "";
		width: 20px;
		height: 16px;
		margin: -2px 4px 0 0;
		background: url(../img/common/icon-mail.png) no-repeat;
		display: inline-block;
		vertical-align: middle;
	}
	.footer_bottom_btn .counseling a span:before{
		height: 20px;
		background: url(../img/common/icon-counseling.png) no-repeat;
	}
	.footer_bottom_btn .counseling a{
		height: 44px;
		line-height: 44px;
		margin: 0 8px 0 4px;
		overflow: hidden;
		color: #1b4161;
		font-size: 14px;
		font-weight: bold;
		background-color: #c8ab61;
		background: linear-gradient(#f5d88a, #c8ab61);
		display: block;
		border-radius: 4px;
		text-align: center;
		position: relative;
	}
	.footer_bottom_btn .contact a:before,.footer_bottom_btn .contact a:after,.footer_bottom_btn .counseling a:before,.footer_bottom_btn .counseling a:after{
		content: "";
		width: 100%;
		height: 1px;
		display: block;
		background: #ffe398;
		position: absolute;
	}
	.footer_bottom_btn .counseling a:before,.footer_bottom_btn .counseling a:after{
		background:#1b4161;
	}
	.footer_bottom_btn .contact a:before,.footer_bottom_btn .counseling a:before{
		top:3px;
	}
	.footer_bottom_btn .contact a:after,.footer_bottom_btn .counseling a:after{
		bottom: 3px;
	}

	.link-target:after{
		right:-5px;
		width:12px;
		height:11px;
		background-size:100%;
	}
	.h2span-text-bottom{
		display: block;
		margin-top: 10px;
	}
	.h2span-bordertop{
		height:1px;
	}
	.h2span-bordertop:before{
		width:5px;
		height:5px;
		top:-2px;
	}
	.h2span-bordertop:after{
		width:5px;
		height:5px;
		top:-2px;
	}
	.h2span-borderbottom{
		height:1px;
	}
	.h2span-borderbottom:before{
		width:5px;
		height:5px;
		bottom:-2px;
	}
	.h2span-borderbottom:after{
		bottom:-2px;
		width:5px;
		height:5px;
	}

	.under_mv-wrap{
		height:75px;
		background-size: cover;
		margin-bottom:10px;
	}
	.result_main-wrap .under_mv-wrap{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.under_mv-textarea h1{
		font-size:21px;
	}
	/* 症例 下層ページのみ*/
	.result_main-wrap .under_mv-textarea h1{
		font-size:16px;
		margin: 8px;
		margin: 8px;
	}
	.breadlist-wrap {
		margin-bottom: 10px;
		font-size:14px;
		line-height: 30px;
	}
	.breadlist-wrap a{
		font-size:14px;
		margin-right:15px;
		line-height: 30px;
	}
	.breadlist-wrap a:after{
		right:-15px;
	}
	.about_main-top-wrap{
		padding-top:35px;
		padding-bottom:35px;
	}
	.about_main-philosophy-wrap{
		background-size:cover;
		padding-top:35px;
		padding-bottom:35px;
	}
	.about_main-philosophy-wrap h3{
		font-size:16px;
		line-height: 20px;
	}
	.about_main-philosophy-wrap ul{
		display:block;
	}
	.about_main-philosophy-wrap ul li{
		font-size:14px;
		line-height:18px;
		float:left;
		width:50%;
		margin-bottom:10px;
		margin-right:0px;
	}
	.about_main-philosophy-wrap ul li:last-child{
		margin-bottom:0px;
	}
	.about_main-philosophy-wrap ul li img{
		margin:auto;
		margin-bottom:10px;
		width:80px;
	}
	.about_main-greeting-wrap{
		padding-top:35px;
		padding-bottom:35px;
	}
	.about_main-greeting-wrap .about_main-textarea p{
		text-align:left;
		margin-bottom:25px;
	}
	.about_main-member-wrap{
		padding-top:10px;
		padding-bottom:35px;
	}
	.about_main-member-wrap ul{
		display:block;
		padding-top:0px;
	}
	.about_main-member-wrap ul li{
		float:none;
		width:100%;
		height:260px;
		margin-right:0px;
		margin-bottom:20px;
		margin-top:90px;
	}
	.about_main-member-wrap ul li:last-child{
		margin-bottom:0;
	}
	.about_main-membe-imagearea{
		bottom: 0px;
		left:0;
		right:0;
		margin:auto;
		width:100%;
	}
	.about_main-member-wrap ul li img{
		margin:auto;
	}
	.about_main-member-wrap ul li p{
		font-size:13px;
		padding:20px 0;
	}
	.about_main-member-wrap ul li p span{
		font-size:18px;
		line-height:20px;
	}
	.about_main-treatment-wrap{
		padding-top:35px;
		padding-bottom:35px;
	}
	.about_main-treatment-textarea{
		text-align:left;
		margin-bottom:25px;
	}
	.about_main-treatment-block{
		padding:15px;
		margin-bottom:25px;
		box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	}
	.about_main-treatment-block-imagearea{
		float:none;
		margin-right:0px;
		width:100%;
		margin-bottom:15px;
	}
	.about_main-treatment-block-imagearea img{
		width:100%;
	}
	.about_main-treatment-block-content{
		float:none;
		width:100%;
	}
	.about_main-treatment-subtitle{
		margin-bottom:15px;
		font-size:15px;
	}
	.about_main-treatment-content h3{
		margin-bottom:10px;
		font-size:16px;
		line-height:20px;
	}
	.about_main-technology-wrap{
		padding-top:35px;
		padding-bottom:35px;
	}
	.about_main-technology-textarea{
		margin-bottom:25px;
	}
	.about_main-technology-blcok{
		padding:15px;
		margin-bottom:25px;
	}
	.about_main-technology-blcok-imagearea{
		float:none;
		margin-right:0px;
		width:100%;
		margin-bottom:15px;
	}
	.about_main-technology-blcok-imagearea img{
		width:100%;
	}
	.about_main-technology-blcok-content{
		float:none;
		margin-left:0px;
		width:100%;
	}
	.about_main-technology-subtitle{
		margin-bottom:15px;
		font-size:15px;
	}
	.about_main-technology-content h3{
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 20px;
	}
	.guide_main-top-wrap{
		padding-top:35px;
		padding-bottom:35px;
	}
	.guide_main-top-wrap .guide_main-textarea{
		margin-bottom:25px;
	}
	.guide_main-name {
		font-size: 11px;
	}
	.guide_main-blcok{
		padding:15px;
		margin-bottom:20px;
	}
	.guide_main-content{
		margin-bottom:25px;
	}
	.guide_main-blcok-imagearea{
		float:none;
		margin-right:0px;
		width:100%;
		margin-bottom:15px;
	}
	.guide_main-blcok-imagearea img{
		width:100%;
	}
	.guide_main-blcok-content{
		float:none;
		width:100%;
	}
	.guide_main-subtitle{
		margin-bottom:15px;
		font-size:12px;
	}
	.guide_main-content h3{
		margin-bottom:10px;
		font-size:16px;
	}
	.guide_main-linkbtn a{
		font-size:14px;
		padding:5px 0px;
		width:100%;
	}
	.guide_main-linkbtn a span span{
		position: relative;
		margin-right:10px;
	}
	.guide_main-linkbtn a span span:after{
		right:-35px;
		width:15px;
		height:13px;
		background-size: 100%
	}
	.guide_main-treatment-wrap{
		padding-top:25px;
		padding-bottom:35px;
	}
	.guide_main-treatment-textarea{
		margin-bottom:20px;
	}
	.guide_main-treatment-content h3{
		margin-bottom:10px;
		font-size:16px;
	}
	.guide_main-treatment-content-l{
		float:none;
		width:100%;
		margin-right:0px;
		margin-bottom:25px;
	}
	.guide_main-treatment-content-r{
		float:none;
		width:100%;
	}
	.guide_main-linkbtn-area .guide_main-linkbtn{
		margin-bottom:15px;
	}

	/*****************director*******************/
	.director_main-wrap p{
		line-height: 2.0em;
	}
	.director_main-top-wrap{
		padding-top:35px;
		padding-bottom:25px;
	}
	.director_main-name-wrap{
		padding-top:30px;
		background-size:cover;
		height:175px;
	}
	.director_main-name-wrap .director_main-name-content h2{
		font-size:26px;
		margin-bottom:10px;
	}
	.director_main-name-wrap .director_main-name-content p{
		font-size:11px;
	}
	.director_main-name-wrap_ando{
		padding-top:30px;
		background-size:cover;
		height:175px;
	}
	.director_main-name-wrap_ando .director_main-name-content h2{
		font-size:26px;
		margin-bottom:10px;
	}
	.director_main-name-wrap_ando .director_main-name-content p{
		font-size:11px;
	}
	.director_main-name-imagearea{
		bottom:0px;
		left:150px;
	}
	.director_main-name-imagearea img{
		width:135px;
	}
	.director_main-profile-wrap{
		margin-top:-30px;
		padding-bottom:35px;
	}
	.director_main-profile-wrap .director_main-profile-content{
		padding:25px 15px;
	}
	.director_main-profile-wrap .director_main-profile-content h3{
		font-size:16px;
		margin-bottom:20px;
		text-align:left;
	}
	.director_main-profile-content-l{
		width:100%;
		float:none;
		margin-right:0px;
		margin-bottom:20px;
	}
	.director_main-profile-content-r{
		width:100%;
		float:none;
	}
	.director_main-profile-content dl{
		display: block;
	}
	.director_main-profile-content dt{
		margin-right:0px;
		margin-bottom:10px;
		width:100%;
	}
	.director_main-profile-content dl dd dl dd{
		width:80%;
		padding-left: 20px;
	}
	.director_main-profile-content dd p{
		line-height:20px;
	}
	.director_main-profile-content dl dd dl dt{
		width:20%;
	}
	.director_main-interview-wrap .director_main-textarea{
		margin-bottom:25px;
	}
	.director_main-interviewarea h3{
		font-size:16px;
		padding-bottom:15px;
		margin-bottom:15px;
		text-align:left;
		line-height:20px;
	}
	.director_main-interview-image{
		float:none;
		width:100%;
		margin-right:0px;
		margin-bottom:15px;
	}
	.director_main-interview-image img{
		width:100%;
	}
	.director_main-interview-imagetext{
		float:none;
		width:100%;
	}
	.director_main-interviewarea p{
		margin-bottom:25px;
	}
	.director_main-interviewarea .director_main-interview-imagetext.mb40{
		margin-bottom:20px;
	}
	.director_main-interviewarea p.director_main-interview-title{
		font-size:14px;
		margin-bottom:15px;
	}
	.staff_main-top-wrap{
		padding-top:85px;
		padding-bottom:25px;
		margin-top:-50px;
	}
	.staff_main-name-wrap{
		padding-top: 30px;
		background-size: cover;
		height: 175px;
	}
	.staff_main-name-wrap .staff_main-name-content h2{
		font-size:26px;
		margin-bottom: 5px;
	}
	.staff_main-name-wrap .staff_main-name-content p{
		font-size:11px;
	}
	.staff_main-name-imagearea{
		bottom: 0px;
		left: 150px;
	}
	.staff_main-name-imagearea img{
		width:135px;
	}
	.staff_main-name-wrap .staff_main-name-content p.staff_main-name-profession{
		font-size:18px;
		line-height:20px;
		margin-bottom:5px;
	}
	.staff_main-profile-wrap{
		margin-top: -30px;
	}
	.staff_main-profile-wrap.staff_main-profile-wrap-top{
		padding-bottom: 0px;
	}
	.staff_main-profile-wrap.staff_main-profile-wrap-bottom{
		padding-bottom: 35px;
	}
	.staff_main-profile-wrap .staff_main-profile-content{
		padding:20px 15px;
	}
	.staff_main-name-imagearea2{
		bottom: -80px;
		left:150px;
	}
	.staff_main-name-imagearea2 img{
		width:135px;
	}
	.staff_main-youtube-detail-wrap {
		flex-direction: column;
		align-items: center;
	}
	.staff_main-youtube-detail-wrap a {
		margin-right: 0;
		margin-bottom: 0;
	}
	.access_main-top-wrap{
		padding-top:35px;
		padding-bottom:35px;
	}
	.access_main-top-wrap h2{
		margin-bottom:25px;
	}
	.access_main-content{
		margin-bottom:25px;
	}
	.access_main-content-l{
		float:none;
		width:100%;
		margin-right:0px;
		margin-bottom:15px;
	}
	.access_main-content-l table th{
		padding:10px;
	}
	.access_main-content-l table td{
		padding:10px;
	}
	.access_main-content-r{
		float:none;
		width:100%;
	}
	.access_main-content-imagearea{
		margin-bottom:15px;
	}
	.access_main-content-linkarea p{
		margin-bottom:10px;
	}
	.access_main-content-linkarea ul li{
		margin-right:15px;
	}
	.access_main-content-linkarea ul li a{
		font-size:14px;
		padding:7px 15px;
		line-height:15px;
	}
	.access_main-slide-block div {
		margin: 0 0px;
	}
	.access_main-slide-block .slick-next {
		right: 5%;
	}
	.slick-prev, .slick-next{
		width:30px;
		height:30px;
	}
	.slick-prev:before, .slick-next:before{
		width:30px;
		height:30px;
	}
	.slick-next:before{
		content: url(../img/access/access-slidearrow-r-sp.png);
	}
	.slick-prev:before{
		content: url(../img/access/access-slidearrow-l-sp.png);
	}
	.access_main-slide-block .slick-prev {
		left: 5%;
	}
	.access_main-slide-area{
		max-width:1200px;
		margin:auto;
		padding:0 15px 35px;
	}
	.access_main-root-wrap h2{
		margin-bottom:25px;
	}
	.access_main-root-imageno img{
		width:20px;
	}
	.access_main-root-block{
		float:left;
		width:calc(50% - 8px);
		margin-right:15px;
		margin-bottom:15px;
	}
	.access_main-root-block:nth-child(3n){
		margin-right:15px;
	}
	.access_main-root-block:nth-child(2n){
		margin-right:0px;
	}

	/********************price*******************/
	.price_main-top-wrap{
		padding-top:0;
		padding-bottom:0;
	}
	.price_main-top-wrap .price_main-textarea{
		margin-bottom:25px;
	}
	.price_main-top-table{
		display:block;
		margin-bottom:25px;
	}
	.price_main-top-table-block{
		margin-right:0px;
		width:100%;
		margin-bottom:20px;
	}
	.price_main-top-table-block:last-child{
		margin-bottom:0px;
	}
	.price_main-top-table-block table th{
		width:90px;
		padding:10px;
		text-align:left;
	}
	.price_main-top-table-block table td{
		padding:20px;
		font-size:21px;
	}
	.price_main-top-cantentarea{
		padding-bottom:25px;
	}
	.price_main-top-tabarea{
		margin-bottom:20px;
	}
	.price_main-top-tab.price_main-top-tab-active:before{
		border-top: 10px solid #1b4161;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		bottom:-15px;
	}
	.price_main-top-cantent{
		padding:0 15px 0;
		display:none;
	}
	.price_main-top-cantent-show{
		display:block;
	}
	.price_main-top-block-title{
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.price_main-top-block-title h3{
		text-align:left;
		font-size:16px;
		line-height:20px;
	}
	.price_main-top-block-titlelink{
		top:unset;
		bottom:10px;
	}
	.price_main-top-block-titlelink a{
		font-size:12px;
		margin-right:30px;
	}
	.price_main-top-block-titlelink a:after{
		right:-40px;
	}
	.price_main-top-block table,
	.result-block table{
		margin-bottom:10px;
	}
	.price_main-top-block table th{
		padding:10px 0;
		min-width:auto;
	}
	.price_main-top-block table td{
		padding:10px 0;
		line-height: 20px;
		width: 40%;
	}
	.result-block table th,
	.result-block table td{
		padding-left: 10px;
		padding-right: 10px;
	}
	.price_main-top-block table td[colspan="2"]{
		width: 80%;
	}
	.price_main-top-block-link p{
		font-size:15px;
		margin-bottom:15px;
	}
	.price_main-top-block-link a{
		width:100%;
		font-size:14px;
		padding:5px 0px;
	}
	.price_main-top-block-link a span span{
		margin-right:10px;
	}
	.price_main-top-block-link a span span:after{
		right:-35px;
		width:15px;
		height:13px;
		background-size:100%;
	}
	.price_main-top-blocklistarea{
		display:block;
	}
	.price_main-top-blocklist{
		width:100%;
		margin-right:0px;
		margin-bottom:30px;
		padding:10px;
	}
	.price_main-top-blocklist:after{
		position: absolute;
		content:"";
		background-image: url(../img/price/price-arrow.png);
		background-size:100%;
		top: unset;
		bottom:-35px;
		right: 50%;
		width: 10px;
		height: 20px;
		-webkit-transform: translate(-50%,-50%) rotate(90deg);
		-moz-transform: translate(-50%,-50%) rotate(90deg);
		-ms-transform: translate(-50%,-50%) rotate(90deg);
		-o-transform: translate(-50%,-50%) rotate(90deg);
		transform: translate(-50%,-50%) rotate(90deg);
		background-repeat: no-repeat;

	}
	.price_main-top-blocklist span{
		font-size:10px;
	}
	.price_main-top-blocklist-title span{
		font-size:11px;
		font-weight:normal;
	}
	.price_main-top-blocklist-image img{
		width:10px;
	}
	.price_main-about-wrap{
		padding-bottom:35px;
	}
	.price_main-about-wrap h2{
		margin-bottom:15px;
	}
	.price_main-about-wrap .price_main-textarea{
		text-align:left;
		margin-bottom:25px;
	}
	.price_main-about-link a{
		width:100%;
		font-size:14px;
		padding:5px 0px;
	}
	.price_main-about-link a span span{
		margin-right:10px;
	}
	.price_main-about-link a span span:after{
		right:-35px;
		width:15px;
		height:13px;
		background-size:100%;
	}
	.price_main-auxiliary-wrap{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.price_main-auxiliary-wrap .price_main-textarea{
		text-align:left;
		margin-bottom:25px;
	}
	.price_main-auxiliary-contentarea{
		padding: 25px 15px;
	}
	.price_main-auxiliary-contentarea h3{
		font-size:16px;
	}
	.price_main-auxiliary-contentarea-l{
		margin-right:0px;
		float:none;
		width:100%;
		margin-bottom:0px;
	}
	.price_main-auxiliary-contentarea-r{
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	.price_main-auxiliary-list{
		text-align:left;
		padding-left:20px;
	}
	.price_main-auxiliary-block{
		padding:15px;
	}
	.price_main-auxiliary-contentarea-l .price_main-auxiliary-block{
		margin-bottom:20px;
	}
	.price_main-auxiliary-block h4{
		font-size:15px;
		margin-bottom:10px;
	}
	.price_main-auxiliary-block img{
		width:140px;
		margin-bottom:10px;
	}
	.price_main-auxiliary-contenttext .price_main-auxiliary-contentarea-l{
		margin-bottom:20px;
	}
	.price_main-hotel-wrap{
		padding-top:35px;
		padding-bottom:35px;
	}
	.price_main-hotel-wrap h2{
		margin-bottom:15px;
	}
	.price_main-hotel-contentarea{
		display:block;
	}
	.price_main-hotel-content{
		width:100%;
		margin-right:0px;
		margin-bottom:20px;
	}
	.price_main-hotel-content:last-child{
		margin-bottom:0px;
	}
	.price_main-hotel-content h3{
		text-align:left;
		margin-bottom:10px;
	}
	.price_main-hotel-imagearea{
		margin-bottom:15px;
	}
	.flow_main-top-wrap{
		padding-top:35px;
		padding-bottom:35px;
	}
	.flow_main-top-wrap .flow_main-textarea{
		margin-bottom:25px;
	}
	.flow_main-top-contentarea{
		display:block;
	}
	.flow_main-top-content{
		margin-right:0px;
		margin-bottom:20px;
		padding:15px;
	}
	.flow_main-top-content:last-child{
		margin-right:0px;
		margin-bottom:0px;
	}
	.flow_main-top-content-bule.flow_main-top-content{
		width:100%;
	}
	.flow_main-top-content-yellow.flow_main-top-content{
		width:100%;
	}
	.flow_main-top-content-title{
		font-size:16px;
		margin-bottom:15px;
	}
	.flow_main-top-blockarea{
		display:block;
	}
	.flow_main-top-content-bule .flow_main-top-blockarea{
		padding-top:0px;
	}
	.flow_main-top-block{
		width:100%;
		margin-right:0px;
		display: flex;
		align-items: center;
		justify-content: center;
		height:auto;
		margin-bottom:20px;
		padding:15px 0;
	}
	.flow_main-top-block:after{
		border-top: 15px solid #1b4161;
		border-left: 40vw solid transparent;
		border-right: 40vw solid transparent;
		border-bottom:none;
		bottom:-20px;
		top:unset;
		right:unset;
		left:50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.flow_main-top-block:last-child{
		width:100%;
		margin-right:0px;
	}
	.flow_main-top-block p{
		-webkit-writing-mode: unset;
		-ms-writing-mode: unset;
		writing-mode: unset;
	}
	.flow_main-top-content-subarea{
		display:block;
	}
	.flow_main-top-content-sub{
		margin-right:0px;
	}
	.flow_main-top-content-subtitle{
		font-size:14px;
		margin-bottom:15px;
	}
	.flow_main-counseling-wrap{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.flow_main-counseling-wrap h2{
		margin-bottom:25px;
	}
	.flow_main-counseling-wrap .flow_main-textarea{
		text-align:left;
	}
	.flow_main-counseling-block{
		display:block;
		padding-bottom:25px;
		margin-bottom:25px;
	}
	.flow_main-counseling-block:after{
		content:"";
		background-image:url(../img/flow/flow-arrow.png);
		width:100%;
		background-size:100%;
		height:10px;
		bottom: -15px;
		background-repeat:no-repeat;
	}
	.flow_main-counseling-block:last-child{
		margin-bottom:25px;
		padding-bottom:25px;
	}
	.flow_main-counseling-block:last-child:after{
		content:"";
	}
	.flow_main-treatment-wrap .flow_main-counseling-block:last-child:after{
		content:none;
	}
	.flow_main-counseling-imagearea{
		width:100%;
		margin-right:0px;
		margin-bottom:20px;
	}
	.flow_main-counseling-imagearea img{
		width:100%;
	}
	.flow_main-counseling-textarea{
		width:100%;
	}
	.flow_main-counseling-texttitle{
		font-size:14px;
		margin-bottom:10px;
	}
	.flow_main-treatment-wrap{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.flow_main-treatment-wrap .flow_main-textarea{
		margin-bottom:25px;
	}
	.flow_main-follow-wrap{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.flow_main-follow-wrap h2{
		margin-bottom:25px;
	}
	.flow_main-follow-contentarea{
		display:block;
	}
	.flow_main-follow-content{
		width:100%;
		margin-right:0px;
		margin-bottom:20px;
	}
	.flow_main-follow-content h3{
		text-align:left;
	}
	.flow_main-follow-content:last-child{
		margin-right:0px;
		margin-bottom:0px;
	}
	.flow_main-follow-linkbtn{
		margin-bottom:30px;
	}
	.flow_main-follow-linkbtn a{
		font-size:14px;
		padding:5px 0px;
		width:100%;
		text-align: center;
	}
	.flow_main-follow-linkbtn a span span{
		margin-right:10px;
	}
	.flow_main-follow-linkbtn a span span:after{
		background-size: 100%;
		background-repeat: no-repeat;
		width:15px;
		height:13px;
		right:-35px;
	}
	.nomal_table table{
		margin-bottom:10px;
	}
	.nomal_table table th{
		padding:10px 0;
		min-width:auto;
	}
	.nomal_table table td{
		padding:10px 0;
		line-height: 20px;
		width: 40%;
	}
	.column_box,.column_box_reverse{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.column_box_38p,.column_box_49p,.column_box_60p {
		width: 100%;
	}
	.result_top_smile {
		padding: 30px 0 0;
	}
	.margin_none { margin: 0 !important;}
	.margin_xsmall { margin: 8px !important;}
	.margin_small { margin: 15px !important;}
	.margin_medium { margin: 30px !important;}
	.margin_large { margin: 45px !important;}
	.margin_xlarge { margin: 60px !important;}
	.margin_t_none { margin-top: 0 !important;}
	.margin_t_xsmall { margin-top: 8px !important;}
	.margin_t_small { margin-top: 15px !important;}
	.margin_t_medium { margin-top: 30px !important;}
	.margin_t_large { margin-top: 45px !important;}
	.margin_t_xlarge { margin-top: 60px !important;}
	.margin_b_none { margin-bottom: 0 !important;}
	.margin_b_xsmall { margin-bottom: 8px !important;}
	.margin_b_small { margin-bottom: 15px !important;}
	.margin_b_medium { margin-bottom: 30px !important;}
	.margin_b_large { margin-bottom: 45px !important;}
	.margin_b_xlarge { margin-bottom: 60px !important;}
	.margin_l_none { margin-left: 0 !important;}
	.margin_l_xsmall { margin-left: 8px !important;}
	.margin_l_small { margin-left: 15px !important;}
	.margin_l_medium { margin-left: 30px !important;}
	.margin_l_large { margin-left: 45px !important;}
	.margin_l_xlarge { margin-left: 60px !important;}
	.margin_r_none { margin-right: 0 !important;}
	.margin_r_xsmall { margin-right: 8px !important;}
	.margin_r_small { margin-right: 15px !important;}
	.margin_r_medium { margin-right: 30px !important;}
	.margin_r_large { margin-right: 45px !important;}
	.margin_r_xlarge { margin-right: 60px !important;}
	.margin_v_none { margin-top: 0 !important; margin-bottom: 0 !important;}
	.margin_v_xsmall { margin-top: 8px !important; margin-bottom: 8px !important;}
	.margin_v_small { margin-top: 15px !important; margin-bottom: 15px !important;}
	.margin_v_medium { margin-top: 30px !important; margin-bottom: 30px !important;}
	.margin_v_large { margin-top: 45px !important; margin-bottom: 45px !important;}
	.margin_v_xlarge { margin-top: 60px !important; margin-bottom: 60px !important;}
	.margin_s_none { margin-left: 0 !important; margin-right: 0 !important;}
	.margin_s_xsmall { margin-left: 8px !important; margin-right: 8px !important;}
	.margin_s_small { margin-left: 15px !important; margin-right: 15px !important;}
	.margin_s_medium { margin-left: 30px !important; margin-right: 30px !important;}
	.margin_s_large { margin-left: 45px !important; margin-right: 45px !important;}
	.margin_s_xlarge { margin-left: 60px !important; margin-right: 60px !important;}
	.padding_none { padding: 0 !important;}
	.padding_xsmall { padding: 8px !important;}
	.padding_small { padding: 15px !important;}
	.padding_medium { padding: 30px !important;}
	.padding_large { padding: 45px !important;}
	.padding_xlarge { padding: 60px !important;}
	.padding_t_none { padding-top: 0 !important;}
	.padding_t_xsmall { padding-top: 8px !important;}
	.padding_t_small { padding-top: 15px !important;}
	.padding_t_medium { padding-top: 30px !important;}
	.padding_t_large { padding-top: 45px !important;}
	.padding_t_xlarge { padding-top: 60px !important;}
	.padding_b_none { padding-bottom: 0 !important;}
	.padding_b_xsmall { padding-bottom: 8px !important;}
	.padding_b_small { padding-bottom: 15px !important;}
	.padding_b_medium { padding-bottom: 30px !important;}
	.padding_b_large { padding-bottom: 45px !important;}
	.padding_b_xlarge { padding-bottom: 60px !important;}
	.padding_l_none { padding-left: 0 !important;}
	.padding_l_xsmall { padding-left: 8px !important;}
	.padding_l_small { padding-left: 15px !important;}
	.padding_l_medium { padding-left: 30px !important;}
	.padding_l_large { padding-left: 45px !important;}
	.padding_l_xlarge { padding-left: 60px !important;}
	.padding_r_none { padding-right: 0 !important;}
	.padding_r_xsmall { padding-right: 8px !important;}
	.padding_r_small { padding-right: 15px !important;}
	.padding_r_medium { padding-right: 30px !important;}
	.padding_r_large { padding-right: 45px !important;}
	.padding_r_xlarge { padding-right: 60px !important;}
	.padding_v_none { padding-top: 0 !important; padding-bottom: 0 !important;}
	.padding_v_xsmall { padding-top: 8px !important; padding-bottom: 8px !important;}
	.padding_v_small { padding-top: 15px !important; padding-bottom: 15px !important;}
	.padding_v_medium { padding-top: 30px !important; padding-bottom: 30px !important;}
	.padding_v_large { padding-top: 45px !important; padding-bottom: 45px !important;}
	.padding_v_xlarge { padding-top: 60px !important; padding-bottom: 60px !important;}
	.padding_s_none { padding-left: 0 !important; padding-right: 0 !important;}
	.padding_s_xsmall { padding-left: 8px !important; padding-right: 8px !important;}
	.padding_s_small { padding-left: 15px !important; padding-right: 15px !important;}
	.padding_s_medium { padding-left: 30px !important; padding-right: 30px !important;}
	.padding_s_large { padding-left: 45px !important; padding-right: 45px !important;}
	.padding_s_xlarge { padding-left: 60px !important; padding-right: 60px !important;}
	.n_margin_xsmall { margin: -8px !important;}
	.n_margin_small { margin: -15px !important;}
	.n_margin_medium { margin: -30px !important;}
	.n_margin_large { margin: -45px !important;}
	.n_margin_xlarge { margin: -60px !important;}
	.n_margin_t_xsmall { margin-top: -8px !important;}
	.n_margin_t_small { margin-top: -15px !important;}
	.n_margin_t_medium { margin-top: -30px !important;}
	.n_margin_t_large { margin-top: -45px !important;}
	.n_margin_t_xlarge { margin-top: -60px !important;}
	.n_margin_b_xsmall { margin-bottom: -8px !important;}
	.n_margin_b_small { margin-bottom: -15px !important;}
	.n_margin_b_medium { margin-bottom: -30px !important;}
	.n_margin_b_large { margin-bottom: -45px !important;}
	.n_margin_b_xlarge { margin-bottom: -60px !important;}
	.n_margin_l_xsmall { margin-left: -8px !important;}
	.n_margin_l_small { margin-left: -15px !important;}
	.n_margin_l_medium { margin-left: -30px !important;}
	.n_margin_l_large { margin-left: -45px !important;}
	.n_margin_l_xlarge { margin-left: -60px !important;}
	.n_margin_r_xsmall { margin-right: -8px !important;}
	.n_margin_r_small { margin-right: -15px !important;}
	.n_margin_r_medium { margin-right: -30px !important;}
	.n_margin_r_large { margin-right: -45px !important;}
	.n_margin_r_xlarge { margin-right: -60px !important;}
	.n_margin_v_xsmall { margin-top: -8px !important; margin-bottom: -8px !important;}
	.n_margin_v_small { margin-top: -15px !important; margin-bottom: -15px !important;}
	.n_margin_v_medium { margin-top: -30px !important; margin-bottom: -30px !important;}
	.n_margin_v_large { margin-top: -45px !important; margin-bottom: -45px !important;}
	.n_margin_v_xlarge { margin-top: -60px !important; margin-bottom: -60px !important;}
	.n_margin_s_xsmall { margin-left: -8px !important; margin-right: -8px !important;}
	.n_margin_s_small { margin-left: -15px !important; margin-right: -15px !important;}
	.n_margin_s_medium { margin-left: -30px !important; margin-right: -30px !important;}
	.n_margin_s_large { margin-left: -45px !important; margin-right: -45px !important;}
	.n_margin_s_xlarge { margin-left: -60px !important; margin-right: -60px !important;}
	.n_padding_xsmall { padding: -8px !important;}
	.n_padding_small { padding: -15px !important;}
	.n_padding_medium { padding: -30px !important;}
	.n_padding_large { padding: -45px !important;}
	.n_padding_xlarge { padding: -60px !important;}
	.n_padding_t_xsmall { padding-top: -8px !important;}
	.n_padding_t_small { padding-top: -15px !important;}
	.n_padding_t_medium { padding-top: -30px !important;}
	.n_padding_t_large { padding-top: -45px !important;}
	.n_padding_t_xlarge { padding-top: -60px !important;}
	.n_padding_b_xsmall { padding-bottom: -8px !important;}
	.n_padding_b_small { padding-bottom: -15px !important;}
	.n_padding_b_medium { padding-bottom: -30px !important;}
	.n_padding_b_large { padding-bottom: -45px !important;}
	.n_padding_b_xlarge { padding-bottom: -60px !important;}
	.n_padding_l_xsmall { padding-left: -8px !important;}
	.n_padding_l_small { padding-left: -15px !important;}
	.n_padding_l_medium { padding-left: -30px !important;}
	.n_padding_l_large { padding-left: -45px !important;}
	.n_padding_l_xlarge { padding-left: -60px !important;}
	.n_padding_r_xsmall { padding-right: -8px !important;}
	.n_padding_r_small { padding-right: -15px !important;}
	.n_padding_r_medium { padding-right: -30px !important;}
	.n_padding_r_large { padding-right: -45px !important;}
	.n_padding_r_xlarge { padding-right: -60px !important;}
	.n_padding_v_xsmall { padding-top: -8px !important; padding-bottom: -8px !important;}
	.n_padding_v_small { padding-top: -15px !important; padding-bottom: -15px !important;}
	.n_padding_v_medium { padding-top: -30px !important; padding-bottom: -30px !important;}
	.n_padding_v_large { padding-top: -45px !important; padding-bottom: -45px !important;}
	.n_padding_v_xlarge { padding-top: -60px !important; padding-bottom: -60px !important;}
	.n_padding_s_xsmall { padding-left: -8px !important; padding-right: -8px !important;}
	.n_padding_s_small { padding-left: -15px !important; padding-right: -15px !important;}
	.n_padding_s_medium { padding-left: -30px !important; padding-right: -30px !important;}
	.n_padding_s_large { padding-left: -45px !important; padding-right: -45px !important;}
	.n_padding_s_xlarge { padding-left: -60px !important; padding-right: -60px !important;}
}

@media screen and (max-width: 767px) {
	.sitelogo img {
		max-width: 50vw;
	}
}
@media screen and (min-width: 768px) {
	/* 症例 下層ページのみ 37641 */
	.result_main-wrap .under_mv-textarea h1{
		margin-top: 42px;
		margin-bottom: 42px;
	}
}
