@charset "UTF-8";
/*
Theme Name: common
*/

/* =BreakPoint
--------------------------------------------------------------
PC and TABLET ( and SP landscape )
@media ( min-width: 480px ){

PC ( and TABLET landscape )
@media ( min-width: 897px ){

TABLET ( and SP landscape )
@media ( min-width: 480px ) and ( max-width: 896px ){

TABLET and SP ( not TABLET landscape )
@media ( max-width: 896px ){

SP ( only portrait )
@media ( max-width: 479px ){

over
@media ( min-width: 1201px )

under
@media ( max-width: 1200px )
--------------------------------------------------------------
*/

/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}


/* =Common
-------------------------------------------------------------- */
body {
	text-align: center;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
@media (hover){
	a, a img, input[type="submit"], input[type="reset"], svg * {
		transition-property: color, background-color, background, border-color, fill, opacity;
		transition-duration: .3s;
	}
}
a img:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
}
input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}

/* clearfix */
.cf:before, .cf:after {content:"";display:table;}
.cf:after {clear:both;}
.clr {clear: both;}


/* =Styles
-------------------------------------------------------------- */
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
	color: #071855;
	background: #fff;
	font-weight: 500;
}
a {
	text-decoration: none;
	color: #071855;
	cursor: pointer;
}
@font-face {
	font-family: 'webf';
	src:url('fonts/07LogoTypeGothic-Condense.woff') format('woff'),
		url('fonts/07LogoTypeGothic-Condense.ttf') format('truetype');
	font-display: swap;
}
.mincho{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","游明朝","Yu Mincho","游明朝体","YuMincho","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.webf {
	font-family: 'webf', sans-serif;
}
.align-left {
	text-align: left;
}
@media ( min-width: 480px ){
	body {
		font-size: 16px;
	}
	.sp {
		display: none;
	}
	.inner {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.outer_inner {
		max-width: 1030px;
		margin: 0 auto;
	}
}
@media ( min-width: 897px ){
	.sptab {
		display: none;
	}
}
@media ( max-width: 896px ){
	.pc {
		display: none;
	}
}
@media ( max-width: 479px ){
	body {
		font-size: 3.73vw;
	}
	.pctab {
		display: none;
	}
	.inner {
		padding: 0 4vw;
	}
	.outer_inner {
		padding: 0 4vw;
	}
}
@media ( min-width: 1431px ){

}
@media ( max-width: 1430px ){

}

/* = common
-------------------------------------------------------------- */
.contents {
	padding: 0 0 50px;
}
.header {
	padding: 40px 20px 26px;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	z-index: 1000;
}
.header .logo {
	margin: 0 0 40px;
}
.header .head_right {
	position: absolute;
	top: 45px;
	right: 20px;
}
.header .head_right .tel {
	display: block;
	font-size: 30px;
	background: url(img/icon_tel.png) no-repeat 0 center;
	background-size: 33px auto;
	padding: 0 0 0 40px;
	margin: 0 0 20px;
	letter-spacing: -0.05em;
}
.header .head_right .reserve {
	display: block;
	font-size: 15px;
	color: #fff;
	background: #de3c55;
	transition: .4s;
}
.header .head_right .recruit_reserve{
	display: block;
	font-size: 15px;
	color: #fff;
	background: #de3c55;
	transition: .4s;
}
.header .head_right .reserve:hover,
.header .head_right .recruit_reserve:hover {
	background: #071855;
}
.header .head_right .reserve a{
	display: block;
	max-width: 214.25px;
}
.header .head_right .reserve span {
	display: block;
	background: url(img/icon_cal.png) no-repeat center left 5%;
	background-size: 26px auto;
	padding: 20px 0 20px 35px;
}
.header .head_right .recruit_reserve span {
	display: block;
	padding: 20px 55px;
}
.header .gnav ul li {
	display: inline-block;
	padding: 0 14px;
}
.header .gnav ul li:not(:first-child) {
	border-left: 1px solid #071855;
}
.header .gnav ul li a {
	display: inline-block;
	position: relative;
	padding: 0 0 3px;
}
.header .gnav ul li a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	border-bottom: solid 1px #de3c55;
	transition: 0.5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header .gnav ul li a:hover {
	color: #de3c55;
}
.header .gnav ul li a:hover::after {
	width: 100%;
}
.pagetop a {
	display: inline-block;
}
.footer {
	border-top: 1px solid #071855;
}
.footer .foot_menu {
	padding: 78px 0 70px;
}
.footer .foot_menu dl ,
.footer .foot_menu ul {
	width: 25%;
	float: left;
	text-align: left;
}
.footer .foot_menu dl {
	line-height: 2.16;
	margin: 0 2% 0 0;
}
.footer .foot_menu dl.plan {
	width: 22%;
}
.footer .foot_menu dl dt {
	font-size: 17px;
	line-height: 2.33;
}
.footer .foot_menu dl dd {
	font-size: 14px;
}
.footer .foot_menu dl.clinic dd .list a{
	display: inline-block;
}
.footer .foot_menu dl.clinic dd .list div {
	width: 100%;
	display: block;
}
.footer .foot_menu ul {
	width: 19%;
}
.footer .foot_menu ul li {
	font-size: 15px;
	line-height: 2.33;
}
.footer .foot_menu a:hover {
	color: #de3c55;
}
.copy {
	border-top: 1px solid #071855;
	padding: 40px 0 36px;
}
.btn_more {
	display: block;
	background: #071855;
	color: #fff;
	font-family: 'webf', sans-serif;
	font-size: 18px;
	padding: 30px 0;
	position: relative;
	max-width: 310px;
	margin: 0 auto;
}
.btn_more::after {
	content: "";
	background: url(img/btn_arw.png) no-repeat 0 0;
	background-size: contain;
	width: 18px;
	height: 33px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn_more:hover {
	background: #de3c55;
}
.btn_more.reserve {
	background: #de3c55;
}
.btn_more.reserve:hover {
	background: #071855;
}
section.contents .btn a{
	position: relative;
	display: block;
	color: #fff;
	transition: .4s;
}
section.contents .btn a:after{
	content: '';
	position: absolute;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: translate(0,-50%) rotate(-45deg);
	transition: .4s;
}
section.contents .btn.red a{
	background: #e9546b;
	border: solid 1px #e9546b;
}
section.contents .btn.red a:hover{
	background: #fff;
	color: #e9546b;
}
section.contents .btn.red a:hover:after{
	border-color: #e9546b;
}
section.contents .btn.blue a{
	background: #071855;
	border: solid 1px #071855;
	text-align: center;
}
section.contents .btn.blue a:hover{
	background: #fff;
	color: #071855;
}
section.contents .btn.blue a:hover:after{
	border-color: #071855;
}
section.contents .btn.grn a{
	background: #80c269;
	border: solid 1px #80c269;
}
section.contents .btn.grn a:hover{
	background: #fff;
	color: #80c269;
}
section.contents .btn.grn a:hover:after{
	border-color: #80c269;
}
@media(min-width: 480px){
	section.contents .btn{
		max-width: 310px;
	}
	section.contents .btn a{
		font-size: 18px;
		padding: 32px 20px 32px 24px;
	}
	section.contents .btn.nrw a{
		padding: 20px 20px 20px 24px;
	}
	section.contents .btn a:after{
		right: 20px;
		top: 50%;
		width: 22px;
		height: 22px;
	}
}
@media(min-width: 897px){
	section.contents{
		padding: 184px 0 50px 0;
	}
}
@media(min-width: 1429px){
	.header.scrolled {
		padding: 60px 20px 56px;
	}
	.header.scrolled .logo{
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translate(0,-50%);
		margin: 0;
	}
	.header.scrolled .head_right{
		top: 50%;
		right: 20px;
		transform: translate(0,-50%);
	}
	.header.scrolled .head_right .tel{
		display: none;
	}
	.header.scrolled .head_right .reserve{
		width: 215px;
	}
	.header.scrolled .gnav ul li {
		padding: 0 14px;
	}
}
@media ( max-width: 1430px ){
	.header.scrolled{
		padding: 20px 20px 20px;
	}
	.header.scrolled .head_right{
		top: 25px;
	}
	.header .logo {
		float: left;
	}
	.header .head_right {
		width: auto;
	}
	.header .head_right .tel {
		float: left;
		margin: 12.5px 15px 0 0;
	}
	.header .head_right .reserve {
		float: left;
	}
	.header .head_right .reserve span{
		padding: 20px 15px 20px 50px
	}
	.header .head_right .recruit_reserve{
		float: left;
	}
	.header .head_right .recruit_reserve span{
		padding: 20px 62.5px
	}
}

@media ( max-width: 896px ){
	.contents {
		padding: 99px 0 50px;
	}
	.header {
		padding: 20px 20px;
		position: fixed;
		z-index: 999;
		left: 0;
		top: 0;
	}
	.header .logo {
		margin: 0;
	}
	.header .head_right {
		display: none;
	}
	.header .gnav {
		display: none;
	}
	.sp_menu {
		position: fixed;
		width: 100%;
		z-index: 999;
	}
	.sp_menu.active {
		padding-top: 12vw;
	}
	.sp_menu .gnav_sp {
		display: none;
		padding: 120px 0;
		max-height: calc(100vh - 99px);
		box-sizing: border-box;
		overflow: scroll;
	}
	.sp_menu .gnav_sp ul {
	}
	.sp_menu .gnav_sp ul li {
		margin: 0 0 20px;
	}
	.sp_menu .gnav_sp a {
		color: #fff;
	}
	.sp_menu .gnav_sp ul li a {
		display: block;
		font-size: 18px;
		letter-spacing: 0.05em;
		padding: 30px 0;
		position: relative;
	}
	.sp_menu .gnav_sp ul li a::after {
		content: "";
		background: #fff;
		width: 40px;
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.sp_menu .gnav_sp ul li:last-child a::after {
		display: none;
	}
	.sp_menu .gnav_sp .tel {
		margin: 0 0 40px;
	}
	.sp_menu .gnav_sp .tel span {
		display: inline-block;
		color: #fff;
		font-size: 25px;
		background: url(img/icon_tel_sp.png) no-repeat 0 center;
		background-size: 33px auto;
		padding: 0 0 0 40px;
	}
	.sp_menu .gnav_sp .reserve .reserve_btn{
		display: inline-block;
		padding: 0 20px;
		font-size: 18px;
		background: #de3c55;
	}
	.sp_menu .gnav_sp .reserve .recruit_reserve{
		display: inline-block;
		padding: 0 20px;
		font-size: 18px;
		background: #de3c55;
	}
	.sp_menu .gnav_sp .reserve .reserve_btn span {
		display: block;
		background: url(img/icon_cal.png) no-repeat 0 center;
		background-size: 26px auto;
		padding: 20px 0 20px 35px;
	}
	.sp_menu .gnav_sp .reserve .recruit_reserve {
		display: inline-block;
		padding: 0 20px;
		font-size: 18px;
		background: #de3c55;
	}
	.sp_menu .gnav_sp .reserve .recruit_reserve span {
		display: block;
		padding: 20px 53.5px;
	}
	.sp_menu .menu_btn {
		position: relative;
		width: 100%;
		z-index: 999;
	}
	/* menu btn */
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: fixed;
		width: 30px;
		height: 26px;
		right: 20px;
		top: 36px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #071855;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-315deg);
		transform: translateY(12px) rotate(-315deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(315deg);
		transform: translateY(-12px) rotate(315deg);
	}
	.w_shadow {
		display: none;
		position: fixed;
		top: 0px;
		width: 100%;
		height: 100vh;
		z-index: 998;
		left: 0;
		bottom: 0;
		background: #071855;
	}
	.footer .foot_menu dl,
	.footer .foot_menu ul {
		width: 48%;
	}
	.footer .foot_menu dl.plan {
		width: 48%;
	}
	.footer .foot_menu dl {
		margin: 0 4% 30px 0;
	}
	.footer .foot_menu dl:nth-child(even) {
		margin: 0 0 30px;
	}
}
@media ( max-width: 479px ){
	.header {
		padding: 3.3vw 4vw;
	}
	.header.scrolled{
		padding: 3.3vw 4vw;
	}
	.header .logo {
		width: 20%;
	}
	.sp_menu .gnav_sp {
		padding: 8vw 0;
		max-height: calc(100vh - 12.5vw);
	}
	.sp_menu .gnav_sp ul li {
		margin: 0 0 2.67vw;
	}
	.sp_menu .gnav_sp ul li a {
		font-size: 4vw;
		padding: 5.5vw 0;
	}
	.sp_menu .gnav_sp ul li a::after {
		width: 5.33vw;
		height: 0.27vw;
	}
	.header .head_right .gnav ul li a:hover {
		color: #fff;
	}
	.sp_menu .gnav_sp .tel {
		margin: 0 0 6.67vw;
	}
	.sp_menu .gnav_sp .tel span {
		font-size: 6.67vw;
		background: url(img/icon_tel_sp.png) no-repeat 0 center;
		background-size: 7.33vw auto;
		padding: 0 0 0 10.27vw;
	}
	.sp_menu .gnav_sp .reserve .reserve_btn {
		padding: 0 5.6vw;
		font-size: 4vw;
	}
	.sp_menu .gnav_sp .reserve .reserve_btn span {
		background: url(img/icon_cal.png) no-repeat 0 center;
		background-size: 6vw auto;
		padding: 4vw 0 4vw 8vw;
	}
	.sp_menu .gnav_sp .reserve .recruit_reserve{
		padding: 0 5.6vw;
		font-size: 4vw;
	}
	.sp_menu .gnav_sp .reserve .recruit_reserve span {
		display: block;
		padding: 4vw 12vw;
	}
	/* menu btn */
	.menu-trigger {
		position: fixed;
		width: 6.6vw;
		height: 5.4vw;
		right: 4vw;
		top: 3.95vw;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(2.52vw) rotate(-315deg);
		transform: translateY(2.52vw) rotate(-315deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-2.52vw) rotate(315deg);
		transform: translateY(-2.52vw) rotate(315deg);
	}
	.contents {
		padding: 13vw 0 10.67vw;
	}
	.btn_more {
		font-size: 4vw;
		padding: 6.4vw 0;
		max-width: 66.67vw;
	}
	.btn_more::after {
		width: 3.73vw;
		height: 7.2vw;
		right: 4vw;
	}
	.top_menu .menu .btn_more {
		padding: 3.33vw 0;
	}
	.top_menu .menu .btn_more::after {
		width: 1.87vw;
		height: 3.73vw;
	}
	.pagetop {
		width: 12.93vw;
		margin: 0 auto;
	}
	.footer .foot_menu {
		padding: 10.67vw 0;
	}
	.footer .foot_menu dl,
	.footer .foot_menu ul {
		width: 100%;
	}
	.footer .foot_menu dl.plan {
		width: 100%;
	}
	.footer .foot_menu dl {
		margin: 0 0 4.67vw;
		padding: 0 0 4.67vw;
		border-bottom: 1px solid #eee;
	}
	.footer .foot_menu dl:nth-child(even) {
		margin: 0 0 4.67vw;
	}
	.footer .foot_menu dl dt {
		font-size: 3.73vw;
	}
	.footer .foot_menu dl dd {
		font-size: 3.2vw;
		width: 50%;
		float: left;
	}
	.footer .foot_menu dl.clinic dd {
		width: 100%;
	}
	.footer .foot_menu dl.clinic dd .list {
		width: 100%;
		display: inline-block;
	}
	.footer .foot_menu ul li {
		float: left;
		font-size: 3.73vw;
		width: 50%;
	}
	.copy {
		padding: 5.33vw 0 4.8vw;
		font-size: 2.67vw;
	}
	section.contents .btn a{
		padding: 7vw;
		text-align: center;
	}
	section.contents .btn a:after{
		width: 5vw;
		height: 5vw;
		top: 50%;
		right: 5vw;
	}
}

/* = top
-------------------------------------------------------------- */
#fv .btn_more {
	display: inline-block;
	text-align: center;
	background: #071855;
	color: #FFF;
	font-family: 'webf', sans-serif;
	font-size: 18px;
	padding: 30px 0;
	position: relative;
	margin: 0 auto;
	width: 24.5vw;
	max-width: 100%;
}
#fv-btn {
	width: 58.5%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6vw;
	text-align: left;
}
#fv-bnr {
	background: #FFF6C7;
	padding: 40px 0;
	margin: 0 auto;
}
#fv-bnr .inner {
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#fv-bnr .inner > a {
	width: 485px;
}
#fv-bnr .inner > a picture {
	display: block;
}
#fv-bnr .inner > a img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
/* slider */
.fv .swiper-container {
	position: relative;
	width: 100%;
}
.fv .swiper-container .img img{
	width: 100%;
}
.fv .swiper-slide img {
	width: 100%;
}
.fv .swiper-slide a:hover img {
	opacity: 0.7;
}
.fv .btn-prev,
.fv .btn-next {
	cursor: pointer;
	position: absolute;
	display: block;
	content: '';
	width: 50px;
	height: 99px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	transition-property: opacity;
	transition-duration: .3s;
}
.fv .btn-prev {
	left: 0;
	background: url(img/arw_left.png) no-repeat 0 0;
}
.fv .btn-next {
	right: 0;
	background: url(img/arw_right.png) no-repeat 0 0;
}
.fv .btn-prev:hover,
.fv .btn-next:hover {
	opacity: 0.7;
}
.fv .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	display: inline-block;
	background: #b3b3b3;
	opacity: 1;
}
.fv .swiper-pagination-bullet-active {
	background: #2a8eca;
}
.top_bnr_wrap {
	padding: 30px 0;
}
.top_bnr_wrap .news {
	margin: 0 0 30px;
	text-align: left;
	line-height: 1.4;
}
.top_bnr_wrap .news dt {
	color: #2a8eca;
	float: left;
}
.top_bnr_wrap .news dd {
	padding: 0 0 0 166px;
}
.top_bnr_wrap .news dd .ymd {
	color: #e9546b;
}
.top_bnr_wrap .news dd .txt {
	padding: 0 0 0 20px;
}
.top_bnr_wrap .news dd .txt:hover {
	text-decoration: underline;
}
.top_bnr_wrap .memo_txt{
	font-size: 80%;
	text-align: right;
	margin: 2em 0 0 0;
}
.bnr_wrap .bnr li {
	float: left;
	width: 48.5%;
	max-width: 485px;
}
.bnr_wrap .bnr li:last-child {
	float: right;
}
.bnr_wrap .bnr li img {
	width: 100%;
}
.sec_tit {
	position: relative;
	font-family: 'webf', sans-serif;
	font-size: 35px;
	margin: 0 0 40px;
	line-height: 1.4;
}

.top_menu {
	padding: 60px 0;
	background: url(img/top_bg01b.jpg) repeat 40px 40px;
	background-size: contain;
}
.top_menu .inner {
	margin: 0 auto;
}
.top_menu .menu {
	width: 32%;
	float: left;
	max-width: 310px;
	background: #fff;
}
.top_menu .menu:not(:last-child) {
	margin: 0 2% 0 0;
}
.top_menu .menu .tit {
	font-size: 28px;
	color: #e9546b;
	font-family: 'webf', sans-serif;
	padding: 30px 0;
	letter-spacing: -0.12em;
}
.top_menu .menu p {
	font-size: 18px;
	line-height: 1.38;
	padding: 20px 0;
}
.top_menu .menu .menu_list {
	padding: 0 20px 0 30px;
	margin: 0 0 20px;
}
.top_menu .menu ul {
	text-align: left;
	color: #2a8eca;
	line-height: 1.3;
}
.top_menu .menu ul li {
	position: relative;
	padding: 0 16px 0 0;
	margin: 0 0 10px;
}
.top_menu .menu ul li::after {
	content: "◎";
	color: #e9546b;
	position: absolute;
	top: 0;
	right: 0;
}
.top_menu .aslope img {
	width: 100%;
	max-width: none;
}
.top_plan {
	background: #EDF8FF;
	padding: 72px 0;
}
.top_plan .sec_tit span {
	display: inline-block;
	position: relative;
	font-size: 25px;
	margin: 0 0 18px;
}
.top_plan .sec_tit span::after {
	content: "";
	background: url(img/balloon01.png) no-repeat 0 0;
	background-size: contain;
	width: 424px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.top_plan .bnr_wrap ul {
	margin: 0 auto;
}
.top_about {
	position: relative;
	height: 574px;
	overflow: hidden;
}
.top_about .cf{
	display: table;
	width: 100%;
}
.top_about .box.right {
	position: relative;
	display: none;
}
.top_about .box.left {
	display: table-cell;
	background: #fff;
	padding: 78px 0;
	width: 100%;
	background: url(img/top_img01_pc@2x.png) no-repeat 50% 0;
	background-size: contain;
	background-position: right 0 top;
}
.top_about .box.left .inner {
	margin: 0;
}
.top_about .sec_tit {
	margin: 0 0 40px;
}
.top_about .sec_tit::after {
	display: none;
}
.top_about p {
	line-height: 1.75;
	padding: 0 0 2em;
}
.top_about p:last-child {
	padding-bottom: 0;
}
.top_clinic {
	padding: 90px 0 62px;
	background: #d6f1ff;
}
.top_clinic .list_box {
	display: block;
}
.top_clinic .list_box li {
	display: inline-block;
	max-width: 330px;
	width: 22%;
	margin: 0 1% 30px;
}
.top_clinic .list_box li a {
	display: block;
}
.top_clinic .list_box li .name {
	position: relative;
	background: #fff;
	padding: 37px 0;
	transition-duration: .3s;
}
.top_clinic .list_box li .name:after{
	content: "";
	background: url(img/btn_arw_blue.png) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.top_clinic .list_box li .img{
	position: relative;
	overflow: hidden;
	padding: 66.4% 0 0 0;
}
.top_clinic .list_box li .img img{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
}
.top_clinic .list_box li .img img:hover{
	opacity: 1;
}
.top_clinic .list_box li .img img{
	transition-property: transform;
	transition-duration: .4s;
}
.top_clinic .list_box li a:hover .img img{
	transform: scale(1.2);
}
.top_clinic .list_box li a:hover .name {
	color: #de3c55;
}

section.contents.top_qa {
	padding: 80px 0 40px;
}
section.contents.top_qa .qanda {
	margin-bottom: 30px;
}

.top_article {
	padding: 90px 0 130px;
}
.top_article .article_wrap {
	margin: 0 0 30px;
}
.top_article dl {
	display: table;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.top_article dl a{
	display: block;
	padding: 20px 0;
}
.top_article dl:last-child {
	border: none;
}
.top_article dl dt ,
.top_article dl dd {
	display: table-cell;
	vertical-align: middle;
}
.top_article dl dt {
	font-size: 14px;
	color: #de3c55;
	width: 117px;
}
.top_article dl dd {
	line-height: 1.4;
}
.top_article dl dd a:hover {
	text-decoration: underline;
}
@media(min-width: 480px){
	.top_bnr_wrap .news dd .ymd{
		display: inline-block;
		width: 117px;
	}
}
@media(min-width: 897px){
	.top_clinic .list_box {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.top_clinic .list_box li a .name:after{
		width: 13px;
		height: 24px;
		right: 20px;
	}
	.top_about .box.right.sptab{
		display: none;
	}
	section.contents.top_qa {
		padding: 80px 0 40px;
	}
	section.contents.top_qa .qanda {
		margin-bottom: 30px;
	}
}

@media ( max-width: 1430px ){
	#fv-btn {
	}
	#fv .btn_more {
		font-size: 1.3vw;
		padding: 2vw 0;
	}
	#fv .btn_more::after {
		width: 2vw;
		height: 2vw;
		right: 1vw;
	}
	#fv-bnr {
		padding: 40px 20px;
	}
	.top_menu .menu .tit {
		font-size: 26px;
	}
	.top_about .box.left::after {
		right: -40px;
	}
	.top_about .box.right::after{
		top: auto;
		bottom: 6%;
		left: 6%;
		width: 70%;
		height: 30%;
	}
}

@media ( max-width: 896px ){
	#fv .btn_more {
		display: block;
		width: 100%;
		padding: 1.2em 0;
		font-size: 3.73vw;
	}
	#fv .btn_more::after {
		width: 3.73vw;
		height: 4.6vw;
		right: 4vw;
	}
	#fv-btn {
		width: 100%;
		margin: 0 auto;
		position: relative;
		top: 0;
		text-align: left;
	}
	#fv-bnr {
		padding: 5.33vw 4vw;
	}
	#fv-bnr .inner > a {
		width: calc( 50% - 1vw );
	}
	.fv .btn-prev, .fv .btn-next {
		display: none;
	}
	.top_bnr_wrap .news dt {
		float: none;
		padding: 0 0 10px;
	}
	.top_bnr_wrap .news dd {
		padding: 0;
	}
	.top_menu .menu {
		width: 100%;
		float: none;
		max-width: none;
	}
	.top_menu .menu:not(:last-child) {
		margin: 0 0 30px;
	}
	.top_menu .menu .tit {
		font-size: 28px;
		padding: 30px 0;
		letter-spacing: 0;
	}
	.top_menu .menu .mv_txt {
		background: #f9f9f9;
		margin: 0 0 30px;
		position: relative;
	}
	.top_menu .menu .mv_txt .mv {
		width: 43%;
		float: left;
	}
	.top_menu .menu .mv_txt .mv img {
		width: 100%;
	}
	.top_menu .menu .mv_txt .txt p {
		position: absolute;
		width: 57%;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		padding: 0 0 0 43%;
	}
	.top_menu .menu:nth-child(odd) .mv_txt .mv {
		float: right;
	}
	.top_menu .menu:nth-child(odd) .mv_txt .txt p {
		padding: 0 43% 0 0;
	}
	.top_menu .menu ul {
		width: 45%;
		float: left;
	}
	.top_menu .menu ul:nth-child(even) {
		float: right;
	}
	.top_menu .menu .btn_more {
		max-width: none;
	}
	.top_plan {
		padding: 30px 0 72px;
	}
	.top_about {
		height: auto;
	}
	.top_about .cf{
		display: initial;
	}
	.top_about .box {
		width: 100%;
		float: none;
	}
	.top_about .box.right {
		display: block;
		background: none;
		width: 100%;
		position: relative;
	}
	.top_about .box.right.pc{
		display: none;
	}
	.top_about .box.right::after {
		display: none;
	}
	.top_about .box.right img {
		width: 100%;
	}
	.top_about .box.left {
		display: block;
		background: none;
		padding: 90px 20px;
		box-sizing: border-box;
		width: 100%;
		float: none;
	}
	.top_about .sec_tit {
		margin: 0 0 58px;
	}
	.top_about p {
		line-height: 1.75;
		padding: 0 0 2em;
	}
	.top_clinic .swiper-custom-parent{
		padding: 0 80px;
	}
	.top_clinic .list_box p {
		padding: 20px 0;
	}
}
@media ( max-width: 479px ){
	.bnr_wrap .bnr li {
		float: none;
		width: 100%;
		max-width: none;
		margin: 0 0 6vw;
	}
	.bnr_wrap .bnr li:last-child {
		float: none;
		margin: 0;
	}
	.top_bnr_wrap {
		padding: 5.33vw 0 8vw;
	}
	.top_bnr_wrap .news {
		margin: 0 0 4.8vw;
		font-size: 3.3vw;
	}
	.top_bnr_wrap .news dt {
		padding: 0 0 2.6vw;
	}
	.top_bnr_wrap .news dd .txt {
		padding: 0 0 0 4vw;
	}
	.sec_tit {
		font-size: 6.4vw;
		margin: 0 0 7vw;
	}
	.sec_tit::after {
		font-size: 3.2vw;
		padding: 3.2vw 0 0;
	}
	.top_menu {
		padding: 12vw 0;
	}
	.top_menu .inner {
		margin: 0 auto;
	}
	.top_menu .menu .tit {
		font-size: 5.07vw;
		padding: 4vw 0;
	}
	.top_menu .menu .mv_txt {
		margin: 0 0 5.33vw;
	}
	.top_menu .menu p {
		font-size: 3.73vw;
	}
	.top_menu .menu .menu_list {
		padding: 0 6vw;
		margin: 0 0 5.33vw;
		font-size: 3.2vw;
		height: auto !important;
	}
	.top_plan {
		padding: 8.8vw 0 9.33vw;
	}
	.top_plan .sec_tit span {
		font-size: 5vw;
		margin: 0 0 5.07vw;
	}
	.top_plan .sec_tit span::after {
		width: 76vw;
		height: 6vw;
	}
	.top_plan .bnr_wrap ul {
		margin: 0 auto;
	}
	.top_about {
		height: auto;
		overflow: auto;
	}
	.top_about .inner_right {
		padding: 12vw 4vw;
	}
	.top_about .sec_tit {
		margin: 0 0 8vw;
	}
	.top_about .box.left {
		padding: 2vw 0 12vw;
		background: #FFF;
	}
	.top_about p {
		font-size: 3.3vw;
		line-height: 2;
	}
	.top_clinic {
		padding: 10.67vw 0 6vw;
	}
	.top_clinic .list_box {
		margin: 0;
	}
	.top_clinic .list_box li {
		max-width: none;
		width: 48%;
		margin: 0 0 5.33vw;
		float: left;
	}
	.top_clinic .list_box li:nth-child(even) {
		float: right;
	}
	.top_clinic .list_box li .name {
		padding: 4.8vw 0;
	}
	.top_clinic .list_box li a:hover .name {
		color: #071855;
	}
	.top_article {
		padding: 12vw 0 14.67vw;
	}
	.top_article .article_wrap {
		margin: 0 0 4vw;
	}
	.top_info {
		margin: 0 0 13.33vw;
	}
	.top_article dl a{
		padding: 4vw 0;
		display: block;
	}
	.top_article dl:not(:last-child) {
		border-bottom: 1px solid #d6f1ff;
	}
	.top_article dl dt,
	.top_article dl dd {
		display: block;
	}
	.top_article dl dt {
		font-size: 3.2vw;
		width: auto;
		padding: 0 0 3vw;
	}
	.top_article dl dd a:hover {
		text-decoration: none;
	}
	.top_clinic .list_box li a .name:after{
		width: 2.3vw;
		height: 4vw;
		right: 2vw;
	}
}
/* pagination */
.page-numbers_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
}
.page-numbers_wrap .page-numbers{
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 1px;
	display: block;
	background-color: #000;
	text-decoration: none;
	color: #fff;
	position: relative;
	font-family: jubilat, serif;
	font-weight: 400;
	font-style: normal;
}
.page-numbers_wrap .page-numbers.current,
.page-numbers_wrap .page-numbers:hover{
	background-color: #f00;
}
.page-numbers::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.page-numbers.prev::after {
	content : "\f100";
}
.page-numbers.next::after {
	content : "\f101";
}

.top_feature .titlewrap {
	color: #2a8eca;
}
.top_feature .titlewrap .leadtit {
	letter-spacing: -0.1em;
}
.top_feature .boxlist .item .imgbox {
	overflow: hidden;
}
.top_feature .boxlist .item .txtarea {
	display: table;
	width: 100%;
	background: #d6f1ff;
	box-sizing: border-box;
}
.top_feature .boxlist .item .txtarea .txtarea_in{
	display: table-cell;
	vertical-align: middle;
}
.top_feature .boxlist .item .txtarea .leadtxt {
	color: #071855;
	line-height: 1.3;
}
.top_feature .boxlist .item .txtarea .tittxt {
	color: #e9546b;
}
@media ( min-width: 480px ){
	.top_feature {
		padding: 0 0 45px;
	}
	.top_feature .titlewrap {
		margin: 0 0 30px;
	}
	.top_feature .titlewrap .leadtit {
		font-size: 20px;
		margin: 0 0 10px;
	}
	.top_feature .titlewrap .tit {
		font-size: 35px;
	}
	.top_feature .boxlist {
		margin: 0 0 40px;
	}
	.top_feature .boxlist .item {
		float: left;
		width: 31%;
		margin: 0 3.5% 0 0;
	}
	.top_feature .boxlist .item:last-child {
		margin: 0;
	}
	.top_feature .boxlist .item .imgbox {
		padding: 0 0 66.15%;
		position: relative;
	}
	.top_feature .boxlist .item .imgbox:after {
		content: '';
		width: 100%;
		height: 17%;
		background: url(img/top_feature_imgline.png) no-repeat bottom left;
		background-size: 100% 100%;
		position: absolute;
		bottom: -1%;
		left: 0;
	}
	.top_feature .boxlist .item .txtarea {
		padding: 12px 8px 25px;
	}
	.top_feature .boxlist .item .txtarea .leadtxt {
		font-size: 15px;
		margin: 0 0 10px;
	}
	.top_feature .boxlist .item .txtarea .tittxt {
		font-size: 20px;
	}
}
@media ( min-width: 897px ){
	.top_feature {
		padding: 68px 0;
	}
	.top_feature .boxlist .item .txtarea {
		padding: 12px 15px 30px;
	}
	.top_feature .boxlist .item .txtarea .leadtxt {
		font-size: 22px;
	}
	.top_feature .boxlist .item .txtarea .tittxt {
		font-size: 31px;
	}
}
@media(max-width: 1040px){
	.top_feature .boxlist .item .txtarea .tittxt {
		font-size: 26px;
	}
}
@media ( max-width: 479px ){
	.top_feature {
		padding: 4vw 0 10vw;
	}
	.top_feature .titlewrap {
		margin: 0 0 5vw;
	}
	.top_feature .titlewrap .leadtit {
		font-size: 3.8vw;
		margin: 0 0 2vw;
	}
	.top_feature .titlewrap .tit {
		font-size: 6.4vw;
	}
	.top_feature .boxlist {
		margin: 0 0 8vw;
	}
	.top_feature .boxlist .item {
		margin: 0 0 5vw;
		position: relative;
	}
	.top_feature .boxlist .item:last-child {
		margin: 0;
	}
	.top_feature .boxlist .item .imgbox {
		float: left;
		width: 44%;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.top_feature .boxlist .item .imgbox:after {
		content: '';
		position: absolute;
		width: 9%;
		height: 100%;
		display: block;
		right: 0;
		bottom: 0;
		background: url(img/top_feature_imgline_sp.png) no-repeat bottom left;
		background-size: 100% 100%;
	}
	.top_feature .boxlist .item .txtarea {
		float: right;
		width: 56%;
		padding: 9vw 2.5vw 7vw 1vw;
		box-sizing: border-box;
	}
	.top_feature .boxlist .item .txtarea .leadtxt {
		color: #071855;
		font-size: 4.6vw;
		margin: 0 0 2.6vw;
	}
	.top_feature .boxlist .item .txtarea .tittxt {
		font-size: 5.2vw;
	}
	.top_feature .boxlist .item .txtarea .tittxt .sml{
		font-size: 5vw;
	}
}
/*--------------------------------about--------------------------------*/
section.contents .maintit{
	border-top: solid 1px #071855;
	border-bottom: solid 1px #071855;
}
section.contents .maintit::after {
	content: attr(data-eng);
	display: block;
	color: #2a8eca;
	font-weight: bold;
}
section.contents .breadcrumb .bread{
	position: relative;
	float: left;
	color: #2a8eca;
	line-height: 1.5;
	text-align: left;
}
section.contents .breadcrumb .bread:first-child{
	padding: 0;
}
section.contents .breadcrumb .bread:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%) rotate(-45deg);
	border-bottom: solid 1px #2a8eca;
	border-right: solid 1px #2a8eca;
}
section.contents .breadcrumb .bread:first-child:before{
	content: none;
}
section.contents .breadcrumb .bread a{
	transition-property: color;
	transition-duration: .4s;
}
section.contents .breadcrumb .bread a:hover{
	color: #2a8eca;
}
section.contents .mainimg img{
	width: 100%;
}
section.contents .anchor_box .btn{
	border: solid 1px #071855;
}
section.contents .anchor_box .btn a{
	position: relative;
	display: block;
	background: #071855;
	font-weight: bold;
}
section.contents .anchor_box .btn a:after{
	content: '';
	position: absolute;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	left: 50%;
	transform: translate(-50%,0) rotate(45deg);
	right: auto;
	top: auto;
}
section.contents .anchor_box .btn a:hover{
	opacity: 0.7;
}
section.contents .anchor_box .btn a:hover:after{
	border-color: #fff;
}
section.contents .anchor_box .btn:last-child{
	margin: 0;
}
section.contents section .lead_txt{
	line-height: 1.38;
}
section.contents section .lead_txt .memo{
	display: block;
}
section.contents section .sec_tit_page{
	position: relative;
	line-height: 1.38;
	font-weight: bold;
}
section.contents section .sec_tit_page .large{
	font-size: 150%;
}
section.contents section .sec_tit_page:after{
	content: '';
	position: absolute;
	width: 180px;
	height: 1px;
	background: #071855;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}
section.contents section .reason_box .reason{
	width: 100%;
}
section.contents section .reason_box .reason .img{
	position: relative;
	overflow: hidden;
}
section.contents section .reason_box .reason .img img{
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: none;
}
section.contents section .reason_box .reason .num img{
	height: 100%;
}
section.contents section .reason_box .reason .reason_content .box_tit{
	color: #071855;
	font-weight: bold;
}
section.contents section .reason_box .reason .reason_content .box_tit .large{
	line-height: 1.2;
}
section.contents section .reason_box .reason .reason_content .box_tit .red{
	display: inline-block;
	color: #e9546b;
}
section.contents section .reason_box .reason .reason_content .box_tit .tit_long{
	display: inline-block;
}
section.contents section .reason_box .reason .reason_content .txt{
	line-height: 1.66;
}
section.contents section .reason_box .reason .reason_content .txt .break{
	display: inline-block;
}
section.contents section .reason_box .reason:nth-child(odd) .reason_content{
	background: #d5f0fd;
}
section.contents section .reason_box .reason:nth-child(even){
	direction: rtl;
}
section.contents section .reason_box .reason:nth-child(even) .reason_content{
	direction: ltr;
}
section.contents section#sec2 .chara_box .chara{
	background: #fff;
}
section.contents section#sec2 .chara_box .chara:last-child{
	margin: 0 auto;
}
section.contents section#sec2 .chara_box .chara .img{
	position: relative;
	vertical-align: middle;
	overflow: hidden;
}
section.contents section#sec2 .chara_box .chara .img img{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
section.contents section#sec2 .chara_box .chara .chara_content{
	vertical-align: middle;
}
section.contents section#sec2 .chara_box .chara:nth-child(odd){
	direction: rtl;
}
section.contents section#sec2 .chara_box .chara:nth-child(odd) .chara_content{
	direction: ltr;
}
section.contents section#sec2 .chara_box .chara .chara_content .box_tit{
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: 7.6%;
	background-position: top 45% left;
	line-height: 1.3;
	text-align: left;
}
section.contents section#sec2 .chara_box .chara:first-child .chara_content .box_tit{
	background-size: 5%;
}
section.contents section#sec2 .chara_box .chara:first-child .chara_content .box_tit{
	background-image: url(img/chara_num1.png);
	line-height: 1.2;
}
section.contents section#sec2 .chara_box .chara:nth-child(2) .chara_content .box_tit{
	background-image: url(img/chara_num2.png);
}
section.contents section#sec2 .chara_box .chara:last-child .chara_content .box_tit{
	background-image: url(img/chara_num3.png);
}
section.contents section#sec2 .chara_box .chara .chara_content .box_tit .large{
	display: block;
	color: #e9546b;
}
section.contents section#sec2 .chara_box .chara .chara_content .txt{
	line-height: 1.66;
	border: solid 1px #071855;
	background: #fff;
}
section.contents section#sec2 .chara_box .chara .chara_content .txt .break{
	display: inline-block;
}
section.contents section#sec3 .box_tit{
	font-weight: bold;
}
section.contents section .step_box{
	position: relative;
	margin: 0 auto 80px;
}
section.contents section .step_box .step{
	position: relative;
}
section.contents section .step_box .step:before{
	content: '';
	position: absolute;
	background: #e9546b;
	border-radius: 50%;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
section.contents section .step_box .step .img .num{
	text-align: left;
	color: #e9546b;
}
section.contents section .step_box .step .img img{
	width: 100%;
}
section.contents section .step_box .step .step_content{
	text-align: left;
	direction: ltr;
}
section.contents section .step_box .step .step_content .num{
	color: #e9546b;
	font-weight: bold;
}
section.contents section .step_box .step .step_content .tit{
	display: inline-block;
	color: #071855;
	border-bottom: solid 2px #071855;
	font-weight: bold;
	line-height: 1.3;
}
section.contents section .step_box .step .step_content .txt{
	color: #2a8eca;
	line-height: 1.66;
}
section.contents section .step_box .step .step_content .txt p{
	margin: 1em 0;
}
section.contents section .step_box .step .step_content .txt p .bold{
	font-weight: bold;
}
section.contents section .step_box .step:nth-child(even){
	direction: rtl;
}
section.contents #pagetop a{
	display: inline-block;
	position: relative;
}
section.contents #pagetop a:after{
	content: '';
	position: absolute;
	border-top: solid 1px #071855;
	border-right: solid 1px #071855;
	transform: rotate(-45deg) translate(-50%,0);
	top: 0;
	left: 50%;
}
@media(min-width: 480px){
	section.contents .maintit{
		font-size: 35px;
		padding: 80px 0;
	}
	section.contents .maintit::after {
		font-size: 18px;
		padding: 16px 0 0;
	}
	section.contents .breadcrumb{
		margin: 0 0 0 15px;
		padding: 11px 0;
	}
	section.contents .breadcrumb .bread{
		font-size: 13px;
		padding: 0 0 0 23px;
		margin: 0 17px 0 0;
	}
	section.contents .breadcrumb .bread:before{
		width: 7px;
		height: 7px;
	}
	section.contents .anchor_box{
		margin: 35px auto;
	}
	section.contents .anchor_box .btn{
		width: 30%;
	}
	section.contents section .lead_txt{
		font-size: 18px;
		margin: 0 0 100px;
	}
	section.contents section .sec_tit_page{
		padding: 0 0 30px;
	}
	section.contents section .reason_box .reason .reason_content .txt{
		font-size: 20px;
	}
	section.contents section .reason_box .reason .reason_content .txt .sml{
		font-size: 17px;
	}
	section.contents section .reason_box .reason .reason_content .box_tit{
		margin: 0 0 35px;
	}
	section.contents section .reason_box .reason .reason_content .box_tit .mid{
		font-size: 26px;
		margin: 0 0 20px;
	}
	section.contents section .reason_box .reason .reason_content .box_tit .large{
		font-size: 30px;
	}
	section.contents section#sec2 .sec_tit_page{
		margin: 0 0 30px;
	}
	section.contents section#sec2 .sec_tit_page + .memo{
		margin: 0 0 80px;
	}
	section.contents section#sec2 .chara_box .chara{
		width: 100%;
		max-width: 1500px;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .box_tit{
		margin: 0 0 20px;
		direction: ltr;
		padding: 54px 0 10px 25%;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .txt .sml{
		font-size: 17px;
	}
	section.contents section#sec3 .box_tit{
		margin: 0 0 40px;
	}
	section.contents section .step_box{
		max-width: 1000px;
	}
	section.contents section .step_box:before{
		content: '';
		position: absolute;
		width: 1px;
		height: 100%;
		background: #2a8eca;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
	}
	section.contents section .step_box .step{
		display: table;
		margin: 0 0 55px;
		padding: 22px 0 0 0;
	}
	section.contents section .step_box .step:before{
		width: 22px;
		height: 22px;
	}
	section.contents section .step_box .step .img{
		display: table-cell;
	}
	section.contents section .step_box .step .img .num{
		font-size: 25px;
		margin: 0 0 23px;
	}
	section.contents section .step_box .step .step_content{
		display: table-cell;
		vertical-align: top;
	}
	section.contents section .step_box .step .step_content .num{
		margin: 0 0 20px;
		font-size: 25px;
	}
	section.contents #pagetop{
		padding: 85px 0 0;
	}
	section.contents section .step_box .step .step_content .tit{
		font-size: 25px;
		margin: 0 0 18px;
	}
	section.contents section .step_box .step .step_content .txt{
		font-size: 18px;
	}
	section.contents section .step_box .step .step_content .btn{
		margin: 18px 0 0 0;
	}
	section.contents #pagetop a{
		font-size: 10px;
		padding: 35px 0 0 0;
	}
	section.contents #pagetop a:after{
		width: 22px;
		height: 22px;
	}
}
@media(min-width: 897px){
	section.contents .anchor_box .btn{
		display: inline-block;
		margin: 0 3% 0 0;
	}
	section.contents .anchor_box.menu .btn a br{
		display: none;
	}
	section.contents .anchor_box .btn a{
		padding: 45px 20px 59px;
	}
	section.contents .anchor_box .btn a:before{
		height: 37px;
	}
	section.contents .anchor_box .btn a:after{
		width: 23px;
		height: 23px;
		bottom: 15px;
	}
	section.contents section .sec_tit_page{
		font-size: 40px;
		margin: 0 0 80px;
	}
	section.contents section .reason_box .reason{
		display: table;
	}
	section.contents section .reason_box .reason .img{
		display: table-cell;
		height: 500px;
		width: 50%;
	}
	section.contents section .reason_box .reason .reason_content{
		display: table-cell;
		vertical-align: middle;
		padding: 3%;
		width: 50%;
	}
	section.contents section .reason_box .reason .num{
		margin: 0 0 60px;
	}
	section.contents section#sec1{
		padding: 100px 0;
	}
	section.contents section#sec2{
		padding: 0 0 100px;
	}
	section.contents section#sec2 .chara_box .chara{
		display: table;
		margin: 0 auto 100px;
	}
	section.contents section#sec2 .chara_box .chara .img{
		display: table-cell;
		width: 54.6%;
		height: 530px;
	}
	section.contents section#sec2 .chara_box .chara .chara_content{
		display: table-cell;
		vertical-align: middle;
		direction: rtl;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .txt{
		position: relative;
		width: 120%;
		max-width: 820px;
		z-index: 500;
		direction: ltr;
		padding: 65px;
		font-size: 20px;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .box_tit{
		background-position: left 10% top 75%;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .box_tit .mid{
		font-size: 30px;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .box_tit .large{
		font-size: 42px;
	}
	section.contents section#sec3{
		padding: 105px 0 0 0;
	}
	section.contents section#sec3 .box_tit{
		font-size: 26px;
	}
	section.contents section#sec3 .sec_tit_page + .box_tit{
		margin: -50px 0 40px 0;
	}
	section.contents section .step_box .step .img{
		width: 44%;
		vertical-align: middle;
		padding: 23px 0 0 0;
	}
	section.contents section .step_box .step:nth-child(even) .step_content{
		padding: 0 11.8% 0 0;
	}
	section.contents section .step_box .step:nth-child(odd) .step_content{
		padding: 0 0 0 11.8%;
	}
}
@media(min-width: 999px){
	section.contents .anchor_box .btn a{
		font-size: 20px;
	}
}
@media(max-width: 1430px){
	section.contents section#sec2 .chara_box .chara .chara_content .box_tit .mid{
		font-size: 25px;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .box_tit .large{
		font-size: 34px;
	}
}
@media ( min-width: 480px ) and ( max-width: 896px ){
	section.contents .anchor_box{
		letter-spacing: 1em;
	}
	section.contents .anchor_box .btn{
		display: inline-block;
		letter-spacing: initial;
		margin: 0 0 1em;
		width: 300px;
	}
	section.contents .anchor_box .btn a{
		font-size: 23px;
		padding: 30px 24px 50px;
	}
	section.contents .anchor_box .btn a:before{
		height: 32px;
	}
	section.contents .anchor_box .btn a:after{
		width: 18px;
		height: 18px;
		bottom: 12px;
	}
	section.contents .anchor_box .btn:last-child{
		margin: 0;
	}
	section.contents section .sec_tit_page{
		font-size: 30px;
	}
	section.contents section .reason_box .reason .num{
		height: 50px;
		margin: 0 0 30px;
	}
	section.contents section .reason_box .reason .img{
		padding: 50% 0 0 0;
	}
	section.contents section .reason_box .reason .reason_content{
		padding: 30px;
	}
	section.contents section#sec1{
		padding: 50px 0 0 0;
	}
	section.contents section#sec2{
		padding: 50px 0 50px;
	}
	section.contents section#sec2 .chara_box .chara{
		margin: 0 auto 50px;
	}
	section.contents section#sec2 .chara_box .chara .img{
		margin: 0 0 20px;
	}
	section.contents section#sec2 .chara_box .chara .chara_content{
		padding: 0 20px;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .box_tit{
		display: inline-block;
		padding: 0 0 0 12%;
		background-size: 7%;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .txt{
		padding: 30px 20px;
		font-size: 18px;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .box_tit .mid{
		font-size: 25px;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .box_tit .large{
		font-size: 37px;
	}
	section.contents section#sec3{
		padding: 50px 0 0 0;
	}
	section.contents section#sec3 .box_tit{
		font-size: 20px;
	}
	section.contents section#sec3 .sec_tit_page + .box_tit{
		margin: -20px 0 40px;
	}
	section.contents section .step_box .step .img{
		width: 47%;
		vertical-align: top;
	}
	section.contents section .step_box .step:nth-child(even) .step_content{
		padding: 0 6.8% 0 0;
	}
	section.contents section .step_box .step:nth-child(odd) .step_content{
		padding: 0 0 0 6.8%;
	}
	section.contents section .sec_tit_page{
		margin: 0 0 50px;
	}
}
@media(max-width: 896px){
	section.contents section#sec2 .chara_box .chara .img{
		padding: 50% 0 0 0;
	}
}
@media(max-width: 479px){
	section.contents .maintit{
		font-size: 5vw;
		padding: 7vw 0;
	}
	section.contents .maintit::after{
		font-size: 3.5vw;
		margin: 2vw 0 0 0;
	}
	section.contents .breadcrumb{
		padding: 2vw 0;
		margin: 0 4vw;
	}
	section.contents .breadcrumb .bread{
		padding: 0 0 0 4vw;
	}
	section.contents .breadcrumb .bread:before{
		width: 2vw;
		height: 2vw;
	}
	section.contents .breadcrumb .bread{
		margin: 0 2vw 0 0;
	}
	section.contents .anchor_box{
		margin: 10vw 0;
	}
	section.contents .anchor_box .btn{
		width: 100%;
		margin: 0 0 5vw;
	}
	section.contents .anchor_box .btn a{
		padding: 7vw 5vw 10vw;
		font-size: 4.5vw;
	}
	section.contents .anchor_box .btn a:before{
		height: 5vw;
	}
	section.contents .anchor_box .btn a:after{
		width: 4vw;
		height: 4vw;
		bottom: 4vw;
	}
	section.contents .anchor_box.menu {
		margin: 10vw 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	section.contents .anchor_box.menu .btn{
		width: 32%;
		width: calc( (100%/3) - 3vw );
		margin: 0;
	}
	section.contents .anchor_box.menu.two .btn {
		width: 49%;
		width: calc( (100%/2) - 2vw );
		margin-bottom: 3vw;
	}
	section.contents .anchor_box.menu .btn a{
		padding: 2vw 1vw 2.4em;
		line-height: 1.4;
		font-size: 3.2vw;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
	}
	section.contents .anchor_box.menu .btn a:after{
		width: 2vw;
		height: 2vw;
	}
	section.contents section#sec1{
		padding: 10vw 0 0;
	}
	section.contents section .sec_tit_page{
		font-size: 6vw;
		padding: 0 0 3vw;
		margin: 0 0 10vw;
	}
	section.contents section#sec2.plan .sec_tit_page{
		margin: 0 0 5vw;
	}
	section.contents section#sec2.plan .sec_tit_page + .memo{
		margin: 0 0 10vw;
	}
	section.contents section .sec_tit_page.mid{
		font-size: 5vw;
	}
	section.contents section .reason_box .reason .img{
		padding: 58% 0 0 0;
	}
	section.contents section .reason_box .reason .img img{
		width: 100%;
	}
	section.contents section .reason_box .reason .reason_content{
		padding: 10vw 3vw;
	}
	section.contents section .reason_box .reason .reason_content .num{
		height: 10vw;
		margin: 0 0 5vw;
	}
	section.contents section .reason_box .reason .reason_content .num img{
		height: 100%;
	}
	section.contents section .reason_box .reason .reason_content .box_tit{
		margin: 0 0 5vw;
	}
	section.contents section .reason_box .reason .reason_content .box_tit .mid{
		margin: 0 0 2vw;
		font-size: 4.5vw;
	}
	section.contents section .reason_box .reason .reason_content .box_tit .large{
		font-size: 5vw;
	}
	section.contents section .reason_box .reason .reason_content .txt .sml{
		font-size: 3.2vw;
	}
	section.contents section#sec2{
		padding: 5vw 0;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .box_tit{
		margin: 0 0 3vw;
		padding: 4.5vw 0 2vw 17vw;
		background-position: left 3% center;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .box_tit .mid{
		margin: 0 0 2vw;
		font-size: 4.5vw;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .box_tit .large{
		font-size: 5vw;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .txt{
		padding: 3vw;
	}
	section.contents section#sec2 .chara_box .chara{
		margin: 0 auto;
	}
	section.contents section#sec2 .chara_box .chara .chara_content{
		padding: 7vw 3vw;
	}
	section.contents section#sec2 .chara_box .chara .chara_content .txt .sml{
		font-size: 3.2vw;
	}
	section.contents section#sec3 .box_tit{
		font-size: 5vw;
		margin: 0 0 6vw;
	}
	section.contents section#sec3,
	section.contents section#sec4{
		padding: 10vw 0 10vw;
	}
	section.contents section .step_box{
		margin: 0 0 10vw;
	}
	section.contents section .step_box:last-child{
		margin: 0;
	}
	section.contents section .step_box .step{
		margin: 0 0 8vw;
	}
	section.contents section .step_box .step:last-child{
		margin: 0;
	}
	section.contents section .step_box .step .step_content .num{
		font-size: 5vw;
		margin: 0 0 3vw;
	}
	section.contents section .step_box .step .step_content{
		padding: 5vw 0;
	}
	section.contents section .step_box .step .step_content .tit{
		margin: 0 0 3vw;
		font-size: 4vw;
	}
	section.contents section .step_box .step .step_content .btn{
		margin: 3vw 0 0 0;
	}
	#pagetop{
		padding: 10vw 0 0;
	}
	section.contents #pagetop a{
		display: block;
		font-size: 4vw;
		padding: 10vw 0 0 0;
	}
	section.contents #pagetop a:after{
		width: 5vw;
		height: 5vw;
	}
}
/*------------------------------setplan------------------------------*/

section.contents .anchor_box.plan .btn:last-child{
	margin: 0;
}
section.contents section#sec1 .sec_txt{
	line-height: 1.66;
	color: #2a8eca;
}
section.contents section#sec1 .sec_txt .blue{
	color: #071855;
}
section.contents section#sec1 .sec_txt .layout{
	display: inline-block;
}
section.contents section#sec1 .sec_txt p{
	margin: 0 0 1em;
}
section.contents section#sec1 .sec_txt p:last-child{
	margin: 0;
}
section.contents section .sec_tit_page.noline:after{
	content: none;
}
section.contents section .sec_in_box.area_box{
	background: #d5f0fd;
}
section.contents section .sec_in_box.area_box .parts_tit{
	background: #071855;
	color: #fff;
}
section.contents section .sec_in_box.area_box .front{
	position: relative;
	background: #fff;
}
section.contents section .sec_in_box.area_box .front .img{
	text-align: left;
}
section.contents section .sec_in_box.area_box .front .img img{
	width: 100%;
}
section.contents section .sec_in_box.area_box .back{
	position: relative;
	background: #fff;
}
section.contents section .sec_in_box.area_box .back .img img{
	width: 100%;
}
section.contents section .sec_in_box.area_box .parts_box .parts{
	position: absolute;
	display: inline-block;
	color: #2a8eca;
	border-radius: 8px;
	border: solid 1px #16265f;
	background: #fff;
	line-height: 1.3;
	font-weight: bold;
	white-space: nowrap;
}
section.contents section .sec_in_box.area_box .front .parts_box .parts.left{
	left: 5.7%;
}
section.contents section .sec_in_box.area_box .front .parts_box .parts.right{
	right: 5%;
}
section.contents section .sec_in_box.area_box .front .parts_box .parts.parts1{
	top: 14.4%;
}
section.contents section .sec_in_box.area_box .front .parts_box .parts.parts2{
	top: 35.6%;
}
section.contents section .sec_in_box.area_box .front .parts_box .parts.parts3{
	top: 47.9%;
}
section.contents section .sec_in_box.area_box .front .parts_box .parts.parts4{
	top: 72.9%;
}
section.contents section .sec_in_box.area_box .front .parts_box .parts.parts5{
	top: 14.9%;
}
section.contents section .sec_in_box.area_box .front .parts_box .parts.parts6{
	top: 38%;
}
section.contents section .sec_in_box.area_box .front .parts_box .parts.parts7{
	top: 67%;
}
section.contents section .sec_in_box.area_box .back .parts_box .parts.left{
	left: 5.1%;
}
section.contents section .sec_in_box.area_box .back .parts_box .parts.right{
	right: 5%;
}
section.contents section .sec_in_box.area_box .back .parts_box .parts.parts1{
	top: 20%;
}
section.contents section .sec_in_box.area_box .back .parts_box .parts.parts2{
	top: 38%;
}
section.contents section .sec_in_box.area_box .back .parts_box .parts.parts3{
	top: 60.5%;
}
section.contents section .sec_in_box.area_box .back .parts_box .parts.parts4{
	top: 43%;
}
section.contents section .sec_in_box.area_box .back .parts_box .parts.parts5{
	top: 74.5%;
}
section.contents section .sec_in_box.about_box .table{
	position: relative;
	display: table;
	width: 100%;
}
section.contents section .sec_in_box.about_box .table tr{
	border-top: solid 1px #071855;
}
section.contents section .sec_in_box.about_box .table tr:last-child{
	border-bottom: solid 1px #071855;
}
section.contents section .sec_in_box.about_box .table tr td{
	border-left: solid 1px #071855;
}
section.contents section .sec_in_box.about_box .table tr td:first-of-type{
	color: #2a8eca;
}
section.contents section .sec_in_box.about_box .table tr td:last-of-type{
	color: #e9546b;
	font-weight: bold;
}
section.contents section .sec_in_box.about_box .table tr th{
	color: #071855;
	font-weight: bold;
}
section.contents section .sec_in_box.about_box .table tr th .break,
section.contents section .sec_in_box.about_box .table tr td .break{
	display: inline-block;
	margin: 0 -0.2em;
}
section.contents section .sec_in_box.about_box .table tr th,
section.contents section .sec_in_box.about_box .table tr td{
	text-align: center;
}
section.contents section .sec_in_box.about_box .table tr td{
	line-height: 1.37;
}
section.contents section .sec_in_box.about_box .table tr td .red{
	color: #e9546b;
}
section.contents section .sec_in_box.about_box .table tr.label{
	border: none;
	margin: 0 0 30px;
}
section.contents section .sec_in_box.about_box .table tr.label th,
section.contents section .sec_in_box.about_box .table tr.label td{
	border: none;
	padding: 0 0 30px 0;
}
section.contents section .sec_in_box.about_box .table tr.label td .table_in{
	display: table;
	position: relative;
	width: 100%;
	font-weight: initial;
}
section.contents section .sec_in_box.about_box .table tr.label td .table_in .tit_in{
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
section.contents section .sec_in_box.about_box .table tr.label td .table_in .tabbr{
	display: inline-block;
}
section.contents section .sec_in_box.about_box .table tr.label td:first-of-type .table_in{
	background: #2a8eca;
	color: #fff;
	border-right: solid 2px #fff;
}
section.contents section .sec_in_box.about_box .table tr.label td:last-of-type .table_in{
	background: #e9546b;
	color: #fff;
}
section.contents section .sec_in_box.about_box .table tr.label td .table_in:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,100%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 11.5px 0 11.5px;
}
section.contents section .sec_in_box.about_box .table tr.label td:first-of-type .table_in:after{
	border-color: #2a8dca transparent transparent transparent;
}
section.contents section .sec_in_box.about_box .table tr.label td:last-of-type .table_in:after{
	border-color: #e9546b transparent transparent transparent;
}
section.contents section .sec_in_box.about_box .table dl dd{
	line-height: 1.3;
}
section.contents section .sec_in_box.commit_box{
	background: #d5f0fd;
}
section.contents section .sec_in_box.commit_box .comit{
	position: relative;
	width: 100%;
}
section.contents section .sec_in_box.commit_box .comit:before{
	content: '';
	position: absolute;
	z-index: 100;
}
section.contents section .sec_in_box.commit_box .comit1:before{
	background: url(img/comit_num1.png) no-repeat;
}
section.contents section .sec_in_box.commit_box .comit2:before{
	background: url(img/comit_num2.png) no-repeat;
}
section.contents section .sec_in_box.commit_box .comit3:before{
	background: url(img/comit_num3.png) no-repeat;
}
section.contents section .sec_in_box.commit_box .comit .comit_content{
	background: #fff;
}
section.contents section .sec_in_box.commit_box .comit .comit_content .box_tit .large{
	color: #e9546b;
}
section.contents section .sec_in_box.commit_box .comit:last-child .comit_content .box_tit .mid{
	margin: 0;
}
section.contents section .sec_in_box.commit_box .comit .comit_content .txt{
	text-align: left;
	line-height: 1.66;
	color: #2a8eca;
}
section.contents section .sec_in_box.plan_box table{
	width: 100%;
}
section.contents section .sec_in_box.plan_box table tr th,
section.contents section .sec_in_box.plan_box table tr td{
	border: solid 1px #071855;
}
section.contents section .sec_in_box.plan_box table tr th{
	width: 28.5%;
	background: #d5f0fd;
}
section.contents section .sec_in_box.plan_box table tr th.bold{
	font-weight: bold;
}
section.contents section .sec_in_box.plan_box table tr td.red,
section.contents section .sec_in_box.plan_box table tr th.red{
	background: #fed0d7;
	color: #e9546b;
}
section.contents section .sec_in_box.plan_box table tr td .red{
	color: #e9546b;
}
section.contents section .sec_in_box.plan_box table tr td .break{
	display: inline-block;
	margin: 0 -0.2em;
}
section.contents section .sec_in_box.plan_box .disc_txt{
	text-align: left;
	line-height: 1.5;
}
section.contents section .sec_in_box.plan_box .btn{
	margin: 0 auto;
}
section.contents section .sec_in_box.chara_box .box .chara_content{
	background: #d5f0fd;
}
section.contents section .sec_in_box.chara_box .box .chara_content .tit{
	color: #e9546b;
	line-height: 1.36;
	font-weight: bold;
}
section.contents section .sec_in_box.chara_box .box .chara_content .tit .indent{
	display: inline-block;
	text-indent: -0.6em;
}
section.contents section .sec_in_box.chara_box .box .chara_content .txt{
	text-align: left;
	line-height: 1.66;
	color: #2a8eca;
}
section.contents section .sec_in_box.caution_box .box{
	width: 100%;
}
section.contents section .sec_in_box.caution_box .box .img{
	vertical-align: middle;
}
section.contents section .sec_in_box.caution_box .box .coution_content{
	vertical-align: middle;
	text-align: left;
	background: #eaf7fe;
}
section.contents section .sec_in_box.caution_box .box:nth-child(odd){
	direction: rtl;
}
section.contents section .sec_in_box.caution_box .box:nth-child(odd) .coution_content{
	direction: ltr;
}
section.contents section .sec_in_box.caution_box .box .coution_content .box_tit{
	line-height: 1.36;
}
section.contents section .sec_in_box.caution_box .box .coution_content .txt{
	line-height: 1.38;
	color: #2a8eca;
}
section.contents section .sec_in_box.caution_box .btn{
	margin: 0 auto;
	text-align: left;
}
section.contents section .plan_box .plan{
	width: 100%;
}
section.contents section .plan_box .plan .txt{
	text-align: left;
	line-height: 1.66;
}
section.contents section .plan_box .plan .plan_table{
	display: table;
	width: 100%;
	border: solid 2px #d5d5d5;
	color: #071855;
}
section.contents section .plan_box .plan .plan_table dl{
	display: table;
	width: 100%;
	border-bottom: solid 1px #d5d5d5;
}
section.contents section .plan_box .plan .plan_table dl:first-child{
	color: #071855;
	background: #d5effc;
}
section.contents section .plan_box .plan .plan_table dl:first-child{
	font-weight: bold;
	border: none;
}
section.contents section .plan_box .plan .plan_table.mono dl:first-child{
	color: #071855;
}
section.contents section .plan_box .plan .plan_table dl:last-child{
	color: #e9546b;
	font-weight: bold;
	border: none;
}
section.contents section .plan_box .plan .plan_table.mono dl:last-child{
	color: #071855;
	font-weight: normal;
}
section.contents section .plan_box .plan .plan_table dl dt,
section.contents section .plan_box .plan .plan_table dl dd{
	display: table-cell;
	text-align: left;
	text-align: center;
	vertical-align: middle;
}
section.contents section .plan_box .plan .plan_table dl dt{
	width: 23.1%;
	border-right: solid 1px #d5d5d5;
}
section.contents section .plan_box .plan .plan_table dl:first-child dt{
	border-color: #fff;
}
section.contents section .plan_box .plan .plan_table dl dd{
	border-right: solid 1px #d5d5d5;
}
section.contents section .plan_box .plan .plan_table dl:first-child dd{
	border-right: solid 1px #fff;
}
section.contents section .plan_box .plan .plan_table dl dd:last-child{
	border: none;
}
section.contents section .plan_box .block.three .plan .plan_table dl dt{
	width: 14.1%;
}
section.contents section .plan_box .block.three .plan .plan_table dl dd{
	width: 43.5%;
}
section.contents section .plan_box .plan .plan_table.mono dl dt{
	width: 20%;
}
section.contents section .plan_box .plan.discount .plan_table dl dt{
	text-align: left;
	padding: 0 0 0 0.2em;
}
section.contents section .plan_box .plan.discount .plan_table dl dd{
	width: 19.225%;
}
section.contents section .plan_box .plan .plan_table dl dd{
	width: 38.45%;
}
section.contents section .plan_box .plan.discount .plan_table dl dd:first-of-type{
	width: auto;
}
section.contents section .plan_box .plan .plan_table.mono dl dt,
section.contents section .plan_box .plan .plan_table.mono dl dd{
	width: 20%;
}
section.contents section .plan_box .plan .plan_table.mono dl dd{
	line-height: 1.38;
}
section.contents section .plan_box .plan .plan_table.mono dl dt,
section.contents section .plan_box .plan .plan_table.mono dl dt:nth-child(2),
section.contents section .plan_box .plan .plan_table.mono dl dt:nth-child(3),
section.contents section .plan_box .plan .plan_table.mono dl dt:last-child{
	color: #071855;
}
section.contents section .plan_box .plan .plan_table.mono dl dd:last-child{
	color: #e9546b;
}
section.contents section .plan_box .plan .memo{
	text-align: left;
	line-height: 1.66;
}
section.contents section .plan_box .plan .memo ul {
	padding-left: 2em;
}
section.contents section .plan_box .plan .memo ul li {
	list-style: disc;
}
section.contents section .plan_box .plan .memo ul li > br {
	display: none;
}
section.contents section .plan_box .plan .memo .large{
	font-size: 120%;
	display: block;
	margin: 1em 0 0 0;
	font-weight: bold;
}
section.contents section .plan_box.menu .plan.full.discount .plan_content .plan_table{
	min-width: 733px;
}
section.contents section .plan_box .plan.full.discount .img{
	float: none;
}
section.contents section .plan_box .plan .box_tit{
	font-weight: bold;
}
section.contents section .sec_in_box .box_tit{
	font-weight: bold;
}
section.contents section .plan_box .plan.full.discount .disc_txt{
	line-height: 1.5;
	text-align: left;
}
section.contents section .plan_box .plan.full.discount .disc_txt .imp{
	display: inline-block;
	font-size: 130%;
	font-weight: bold;
	margin: 0 0.1em;
	color: #e9546b;
}
section.contents section .plan_box .plan.full.discount .disc_txt .imp .norm{
	font-size: initial;
}
section.contents section#sec4 .plan_box .plan .img{
	position: static;
	padding: 0;
}
section.contents section#sec4 .plan_box .plan .img img{
	position: static;
	transform: none;
}
@media(min-width: 480px){
	section.contents .anchor_box.plan .btn{
		width: 225px;
		margin: 0 3.3% 0 0;
	}
	section.contents .anchor_box.plan .btn a{
		padding: 35px 15px 72px;
		font-size: 24px;
	}
	section.contents section#sec1.plan{
		padding-top: 100px;
	}
	section.contents section#sec1 .sec_txt{
		font-size: 18px;
		margin: 0 0 70px;
	}
	section.contents section#sec2.menu{
		padding: 50px 0;
	}
	section.contents section#sec3.menu{
		padding: 50px 0;
	}
	section.contents section#sec4.menu{
		padding: 50px 0;
	}
	section.contents section .sec_tit_page.noline{
		font-size: 26px;
	}
	section.contents section .sec_in_box .box_tit{
		font-size: 26px;
		margin: 0 0 33px;
	}
	section.contents section .sec_in_box.area_box{
		margin: 0 0 30px;
	}
	section.contents section .sec_in_box.area_box .front,
	section.contents section .sec_in_box.area_box .back{
		position: relative;
		padding: 50px 0 0 0;
	}
	section.contents section .sec_in_box.area_box .parts_tit{
		position: absolute;
		padding: 18px 14px 14px;
		font-size: 21.45px;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
	}
	section.contents section .sec_in_box.area_box .parts_box .parts{
		font-size: 16.57px;
		padding: 13px;
	}
	section.contents section .sec_in_box.area_box .front .parts_box .parts.parts6,
	section.contents section .sec_in_box.area_box .back .parts_box .parts.parts4{
		padding: 13px 30px;
	}
	section.contents section .sec_in_box.area_box .front .parts_box .parts.parts1,
	section.contents section .sec_in_box.area_box .front .parts_box .parts.parts2,
	section.contents section .sec_in_box.area_box .front .parts_box .parts.parts3,
	section.contents section .sec_in_box.area_box .front .parts_box .parts.parts4{
		padding: 13px 18px;
	}
	section.contents section .sec_in_box.area_box .back .parts_box .parts.parts1,
	section.contents section .sec_in_box.area_box .back .parts_box .parts.parts3{
		padding: 13px 22px;
	}
	section.contents section .sec_in_box.about_box{
		margin: 0 0 84px;
	}
	section.contents section .sec_in_box.about_box .table{
		font-size: 18px;
	}
	section.contents section .sec_in_box.about_box .table tr th,
	section.contents section .sec_in_box.about_box .table tr td{
		padding: 20px;
	}
	section.contents section .sec_in_box.about_box .table tr th{
		width: 35.3%;
	}
	section.contents section .sec_in_box.commit_box{
		margin: 0 0 33px;
	}
	section.contents section .sec_in_box.commit_box .comit{
		display: table;
		margin: 0 0 44px;
	}
	section.contents section .sec_in_box.commit_box .comit:before{
		width: 104px;
		height: 104px;
		top: -11px;
		right: -11px;
	}
	section.contents section .sec_in_box.commit_box .comit .comit_content{
		vertical-align: middle;
	}
	section.contents section .sec_in_box.commit_box .comit .comit_content .box_tit .mid{
		font-size: 22px;
		margin: 0 0 20px;
	}
	section.contents section .sec_in_box.commit_box .comit .comit_content .box_tit .large{
		font-size: 36px;
	}
	section.contents section .sec_in_box.commit_box .comit:last-child .comit_content .box_tit .large{
		margin: 0 0 20px;
	}
	section.contents section .sec_in_box.commit_box .comit .comit_content .txt{
		font-size: 18px;
	}
	section.contents section .sec_in_box.plan_box table{
		margin: 0 0 25px;
	}
	section.contents section .sec_in_box.plan_box table tr th,
	section.contents section .sec_in_box.plan_box table tr td{
		padding: 23px;
	}
	section.contents section .sec_in_box.plan_box .disc_txt{
		margin: 0 0 42px;
	}
	section.contents section .sec_in_box.chara_box{
		padding: 48px 0 43px;
	}
	section.contents section .sec_in_box.chara_box .box .chara_content{
		padding: 45px 35px;
	}
	section.contents section .sec_in_box.chara_box .box .chara_content .tit{
		font-size: 22px;
		margin: 0 0 30px;
	}
	section.contents section .sec_in_box.chara_box .box .chara_content .txt{
		font-size: 18px;
	}
	section.contents section .sec_in_box.caution_box .box{
	display: table;
	width: 100%;
		margin: 0 0 45px;
	}
	section.contents section .sec_in_box.caution_box .box .coution_content .box_tit{
		font-size: 22px;
		margin: 0 0 24px;
	}
	section.contents section .sec_in_box.caution_box .box .coution_content .txt{
		font-size: 18px;
	}
	section.contents section .sec_in_box.caution_box .btn.blue{
		margin: 0 auto 45px;
	}
	section.contents section .plan_box .block{
		margin: 0 0 80px;
	}
	section.contents section .plan_box .block:last-child{
		margin: 0;
	}
	section.contents section .plan_box .block.nomrgn{
		margin: 0;
	}
	section.contents section .plan_box .block:last-of-type .plan.full{
		margin: 0;
	}
	section.contents section .plan_box.menu .plan.full.discount{
		margin: 0;
	}
	section.contents section .plan_box .plan.half{
		margin: 0 5% 0 0;
	}
	section.contents section .plan_box.menu .plan.half{
		margin-bottom: 0;
	}
	section.contents section .plan_box .plan.half:last-child{
		margin: 0;
	}
	section.contents section .plan_box .plan.narrow:last-child{
		margin: 0;
	}
	section.contents section .plan_box .plan .box_tit{
		margin: 0 0 40px;
	}
	section.contents section .plan_box .plan .img{
		margin: 0 0 20px;
	}
	section.contents section .plan_box .plan .discount_txt{
		margin: 0 0 20px;
	}
	section.contents section .plan_box .plan .txt{
		font-size: 17px;
		margin: 0 0 20px;
	}
	section.contents section .plan_box .plan .plan_table{
		font-size: 15px;
	}
	section.contents section .plan_box .plan .plan_table dl dt,
	section.contents section .plan_box .plan .plan_table dl dd{
		padding: 15px 0;
	}
	section.contents section .plan_box .plan .plan_table.mono dl dt{
		font-size: 14px;
	}
	section.contents section .plan_box .plan .plan_table.mono dl dd{
		font-size: 13px;
	}
	section.contents section .plan_box .btn{
		margin: 30px auto 0;
	}
	section.contents section .plan_box .plan .memo{
		margin: 20px 0 0 0;
	}
	section.contents section .plan_box .plan .plan_content .table_img img:last-child{
		margin: 0;
	}
	section.contents section .plan_box .plan .plan_content .table_img{
		margin: 0 0 30px;
	}
	section.contents section .plan_box .plan.full.discount .disc_txt{
		margin: 0 0 30px;
		font-size: 20px;
	}
	section.contents section .sec_in_box.plan_box .btn a{
		text-align: left;
	}
}
@media(min-width: 897px){
	section.contents section .sec_in_box{
		padding: 48px 42px 43px;
	}
	section.contents section .sec_in_box.plan_box{
		padding: 48px 0 43px;
	}
	section.contents section .sec_in_box.caution_box{
		padding: 48px 0 0;
	}
	section.contents section .sec_in_box.area_box .front{
		float: left;
		width: 47.8%;
	}
	section.contents section .sec_in_box.area_box .back{
		float: right;
		width: 47.8%;
	}
	section.contents section .sec_in_box.commit_box .comit .img{
		position: relative;
		display: table-cell;
		width: 49.9%;
		height: 473px;
		overflow: hidden;
	}
	section.contents section .sec_in_box.commit_box .comit .img img{
		position: absolute;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		left: 0;
		top: 0;
	}
	section.contents section .sec_in_box.commit_box .comit .comit_content{
		display: table-cell;
		padding: 4% 4.6%;
	}
	section.contents section .sec_in_box.chara_box .box{
		float: left;
		width: 47.5%;
	}
	section.contents section .sec_in_box.chara_box .box:last-of-type{
		float: right;
	}
	section.contents section .sec_in_box.caution_box .box .img{
		display: table-cell;
		width: 47.5%;
	}
	section.contents section .sec_in_box.caution_box .box .coution_content{
		display: table-cell;
		padding: 0 2.1% 0 3%;
	}
	section.contents section .plan_box .plan .box_tit{
		font-size: 26px;
	}
	section.contents section .plan_box .plan .img{
		float: left;
	}
	section.contents section .plan_box .plan.full .img{
		width: 47.5%;
		margin: 0;
	}
	section.contents section .plan_box .plan.full.discount .img{
		width: 100%;
		margin: 0 0 30px;
	}
	section.contents section .plan_box .plan.full.discount .disc_txt .imp{
		display: inline-block;
		color: #e9546b;
	}
	section.contents section .plan_box .plan.full.discount .img img{
		width: 100%;
	}
	section.contents section .plan_box .plan.full.discount .discount_txt{
		margin: 0 0 30px;
	}
	section.contents section .plan_box .plan.half{
		float: left;
		width: 47.5%;
	}
	section.contents section .plan_box .plan .plan_content{
		float: right;
		width: 47.5%;
	}
	section.contents section .plan_box .plan.discount .plan_content{
		float: none;
		width: 100%;
	}
	section.contents section .plan_box .plan.narrow{
		margin: 0 5% 0 0;
		float: left;
		width: 30%;
	}
	section.contents section .plan_box.menu .plan.narrow{
		margin-bottom: 0;
	}
	section.contents section .sec_in_box.about_box .table.sptab{
		display: none;
	}
	section.contents section .plan_box .plan.half:last-child{
		margin: 0;
	}
}
@media(max-width: 1020px){
	section.contents section .sec_in_box .box_tit{
		margin: 0 0 23px;
	}
	section.contents section .sec_in_box.commit_box .comit .comit_content .box_tit .mid{
		font-size: 18px;
		margin: 0 0 15px;
	}
	section.contents section .sec_in_box.commit_box .comit .comit_content .box_tit .large{
		font-size: 30px;
	}
}
@media ( min-width: 480px ) and ( max-width: 896px ){
	section.contents section .sec_in_box{
		padding: 48px 0 43px;
	}
	section.contents section.menu .anchor_box.menu .btn a br {
		display: none;
	}
	section.contents section.menu .anchor_box .btn a{
		font-size: 18px;
	}
	section.contents section .sec_in_box.area_box{
		padding: 25px;
	}
	section.contents section .sec_in_box.area_box .front{
		margin: 0 0 20px;
	}
	section.contents section .sec_in_box.plan_box table{
		margin: 0 0 20px;
	}
	section.contents section .sec_in_box.commit_box{
		padding: 48px 30px 43px;
	}
	section.contents section .sec_in_box.commit_box .comit .comit_content{
		padding: 30px;
	}
	section.contents section .sec_in_box.chara_box .box{
		margin: 0 0 30px;
	}
	section.contents section .sec_in_box.chara_box .box:last-child{
		margin: 0;
	}
	section.contents section .sec_in_box.caution_box .box .coution_content{
		padding: 30px;
	}
	section.contents section .plan_box .plan{
		margin: 0 0 30px;
	}
	section.contents section .plan_box .plan .box_tit{
		font-size: 20px;
	}
	section.contents section .plan_box .plan.half{
		float: left;
		width: 47.5%;
	}
	section.contents section .plan_box .plan .img img{
		width: 100%;
	}
	section.contents section .sec_in_box.area_box .img{
		width: 75%;
		margin: 0 auto;
	}
	section.contents section .sec_in_box.area_box .front .parts_box .parts.right{
		left: 67%;
		right: auto;
	}
	section.contents section .sec_in_box.area_box .front .parts_box .parts.left,
	section.contents section .sec_in_box.area_box .back .parts_box .parts.left{
		right: 68%;
		left: auto;
	}
	section.contents section .sec_in_box.area_box .back .parts_box .parts.left{
		right: 68%;
		left: auto;
	}
	section.contents section .sec_in_box.area_box .back .parts_box .parts.right{
		left: 68%;
		right: auto;
	}
}
@media(max-width: 897px){
	section.contents section .sec_in_box.plan_box table tr th,
	section.contents section .sec_in_box.plan_box table tr td{
		line-height: 1.38;
	}
	section.contents section .sec_in_box.plan_box table tr th{
		text-align: center;
	}
	section.contents section .sec_in_box.chara_box .box .img img{
		width: 100%;
	}
	section.contents section .sec_in_box.caution_box .box .img img{
		width: 100%;
	}
	section.contents section .plan_box .plan .img{
		position: relative;
		overflow: hidden;
		padding: 63% 0 0 0;
	}
	section.contents section .plan_box .plan#vio .img{
		position: static;
		padding: 0;
	}
	section.contents section .plan_box .plan#vio .img img{
		position: static;
		width: 100%;
		left: auto;
		top: auto;
		transform: none;
	}
	section.contents section .plan_box .plan .img img{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
	}
	section.contents section .sec_in_box.commit_box .comit .img{
		position: relative;
		padding: 60% 0 0 0;
		overflow: hidden;
	}
	section.contents section .sec_in_box.commit_box .comit .img img{
		position: absolute;
		width: 100%;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
	}
	section.contents section .plan_box .plan .plan_table.mono dl dt{
		padding: 0.5em;
	}
	section.contents section .plan_box.menu .table_outer{
		overflow-x: auto;
	}
	section.contents section .plan_box.menu .plan.narrow:last-child{
		margin: 0;
	}
	section.contents section .sec_in_box.about_box .table.pc{
		display: none;
	}
	section.contents section .sec_in_box.about_box .table dl{
		display: table;
		width: 100%;
		border-top: solid 1px #000;
	}
	section.contents section .sec_in_box.about_box .table dl:last-child{
		border-bottom: solid 1px #000;
	}
	section.contents section .sec_in_box.about_box .table dl dt,
	section.contents section .sec_in_box.about_box .table dl dd{
		padding: 3vw;
		font-weight: bold;
	}
	section.contents section .sec_in_box.about_box .table dl dd{
		display: table-cell;
		width: 50%;
		border-right: solid 1px #000;
	}
	section.contents section .sec_in_box.about_box .table dl dd:first-child{
		color: #2a8eca;
	}
	section.contents section .sec_in_box.about_box .table dl dd:last-child{
		border: none;
		color: #e9546b;
	}
	section.contents section .sec_in_box.about_box .table dl.label{
		border: none;
	}
	section.contents section .sec_in_box.about_box .table dl.label dd{
		border: none;
	}
	section.contents section .sec_in_box.about_box .table dl.label dd:first-child .table_in{
		background: #2a8eca;
		color: #fff;
	}
	section.contents section .sec_in_box.about_box .table dl.label dd:last-child .table_in{
		background: #e9546b;
		color: #fff;
	}
	section.contents section .sec_in_box.about_box .table dl.label dd{
		padding: 0 0 5vw 0;
		vertical-align: top;
		border-right: solid 1px #fff;
	}
	section.contents section .sec_in_box.about_box .table dl.label dd .table_in{
		position: relative;
		display: table;
		width: 100%;
		padding: 3vw;
		box-sizing: border-box;
	}
	section.contents section .sec_in_box.about_box .table dl.label dd .table_in:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,100%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3vw 3vw 0 3vw;
	}
	section.contents section .sec_in_box.about_box .table dl.label dd:first-child .table_in:after{
		border-color: #2a8dca transparent transparent transparent;
	}
	section.contents section .sec_in_box.about_box .table dl.label dd:last-child .table_in:after{
		border-color: #e9546b transparent transparent transparent;
	}
	section.contents section .sec_in_box.about_box .table dl.label dd .table_in .tit_in{
		display: table-cell;
		vertical-align: middle;
	}
	section.contents section .sec_in_box.about_box .table dl dd .tabbr{
		display: inline-block;
	}
	section.contents section .sec_in_box.about_box .table tr th .sml{
		font-size: 76%;
	}
	section.contents section .sec_in_box.about_box .table tr td .sml{
		font-size: 73%;
	}
	section.contents section .sec_in_box.about_box .table tr td:first-of-type{
		width: 33%;
	}
	section.contents section .sec_in_box.about_box .table tr td:last-of-type{
		width: 40%;
	}
}
@media(max-width: 479px){
	section.contents section#sec1 .sec_txt{
		margin: 0 0 5vw;
		text-align: left;
	}
	section.contents section .sec_in_box.area_box{
		padding: 10vw 4vw;
		margin: 0 -4vw;
	}
	section.contents section .sec_in_box .box_tit{
		font-size: 4.5vw;
		margin: 0 0 4vw;
	}
	section.contents section .sec_in_box.area_box .parts_tit{
		font-size: 3.75vw;
		padding: 3vw 0;
	}
	section.contents section .sec_in_box.area_box .front{
		width: 100%;
		margin: 0 0 5vw;
	}
	section.contents section .sec_in_box.area_box .back{
		width: 100%;
	}
	section.contents section .sec_in_box.area_box .parts_box .parts{
		padding: 2.5vw;
	}
	section.contents section .sec_in_box.area_box .front .parts_box .parts.parts6,
	section.contents section .sec_in_box.area_box .back .parts_box .parts.parts4{
		padding: 2.5vw 6.2vw;
	}
	section.contents section .sec_in_box.area_box .front .parts_box .parts.parts1,
	section.contents section .sec_in_box.area_box .front .parts_box .parts.parts2,
	section.contents section .sec_in_box.area_box .front .parts_box .parts.parts3,
	section.contents section .sec_in_box.area_box .front .parts_box .parts.parts4,
	section.contents section .sec_in_box.area_box .back .parts_box .parts.parts1,
	section.contents section .sec_in_box.area_box .back .parts_box .parts.parts3{
		padding: 2.5vw 4.3vw;
	}
	section.contents section .sec_in_box.area_box .front .parts_box .parts.left{
		left: 3%;
	}
	section.contents section .sec_in_box.about_box{
		padding: 10vw 0;
	}
	section.contents section .sec_in_box.about_box .table tr th,
	section.contents section .sec_in_box.about_box .table tr td{
		padding: 5vw 1vw;
	}
	section.contents section .sec_in_box.about_box .table tr th{
		line-height: 1.38;
	}
	section.contents section .sec_in_box.commit_box{
		padding: 10vw 4vw;
		margin: 0 -4vw;
	}
	section.contents section .sec_in_box.commit_box .comit{
		margin: 0 0 5vw;
	}
	section.contents section .sec_in_box.commit_box .comit:last-child{
		margin: 0;
	}
	section.contents section .sec_in_box.commit_box .comit .comit_content{
		padding: 5vw;
	}
	section.contents section .sec_in_box.commit_box .comit .comit_content .box_tit .mid{
		font-size: 4vw;
		margin: 0 0 3vw;
	}
	section.contents section .sec_in_box.commit_box .comit .comit_content .box_tit .large{
		font-size: 4.5vw;
	}
	section.contents section .sec_in_box.commit_box .comit:last-child .comit_content .box_tit .large{
		margin: 0 0 2vw;
	}
	section.contents section .sec_in_box.plan_box{
		padding: 10vw 0;
	}
	section.contents section .sec_in_box.plan_box .table{
		margin: 0 0 2vw;
	}
	section.contents section .sec_in_box.plan_box .disc_txt{
		margin: 0 0 5vw;
		line-height: 1.66;
	}
	section.contents section .sec_in_box.plan_box table{
		margin: 0 0 2vw;
	}
	section.contents section .sec_in_box.plan_box table tr th,
	section.contents section .sec_in_box.plan_box table tr td{
		padding: 5vw;
	}
	section.contents section .sec_in_box.chara_box{
		padding: 10vw 0;
	}
	section.contents section .sec_in_box.chara_box .box{
		margin: 0 0 3vw;
	}
	section.contents section .sec_in_box.chara_box .box .chara_content{
		padding: 5vw;
		height: auto!important;
	}
	section.contents section .sec_in_box.chara_box .box .chara_content .tit{
		font-size: 4.5vw;
		margin: 0 0 3vw;
	}
	section.contents section .sec_in_box.caution_box{
		padding: 5vw 0;
	}
	section.contents section .sec_in_box.caution_box .box{
		margin: 0 0 5vw;
	}
	section.contents section .sec_in_box.caution_box .box .coution_content{
		padding: 5vw;
	}
	section.contents section .sec_in_box.caution_box .btn.blue{
		margin: 0 0 3vw;
	}
	section.contents section#sec2.plan{
		padding: 10vw 0 0;
	}
	section.contents section .plan_box .plan{
		margin: 0 0 10vw;
	}
	section.contents section .plan_box .plan:last-child{
		margin: 0;
	}
	section.contents section .plan_box .plan#vio.discount{
		margin: 0;
	}
	section.contents section .plan_box .plan .box_tit{
		font-size: 5vw;
		margin: 0 0 6vw;
	}
	section.contents section .plan_box .plan .img{
		position: relative;
		margin: 0 0 3vw;
		overflow-y: hidden;
		padding: 63% 0 0 0;
	}
	section.contents section .plan_box .plan .img img{
		position: absolute;
		width: 100%;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
	}
	section.contents section .plan_box .plan .discount_txt{
		margin: 0 0 5vw;
	}
	section.contents section .plan_box .plan .txt{
		margin: 0 0 5vw;
		height: auto!important;
	}
	section.contents section .plan_box .plan .plan_table dl dt,
	section.contents section .plan_box .plan .plan_table dl dd{
		padding: 3vw 0;
	}
	section.contents section .plan_box .plan .plan_table dl dt{
		width: 20%;
	}
	section.contents section .plan_box .plan .plan_table.mono dl dd{
		padding: 0.5em;
	}
	section.contents section .plan_box .btn{
		margin:5vw 0 0 0;
	}
	section.contents section#sec2.menu{
		padding: 5vw 0 10vw;
	}
	section.contents section .plan_box .plan .memo{
		margin: 3vw 0 0 0;
	}
	section.contents section .plan_box .plan .memo ul li > br {
		display: block;
	}
	section.contents section .plan_box.menu .block .plan.full .table_outer{
		width: 100%;
		overflow-x: scroll;
	}
	section.contents section .plan_box.menu .block{
		margin: 0 0 10vw;
	}
	section.contents section .plan_box.menu .block:last-of-type{
		margin: 0;
	}
	section.contents section .sec_in_box.about_box .table.sptab{
		display: table;
	}
	section.contents section .plan_box .plan .plan_content .table_img{
		overflow-x: auto;
		margin: 0 0 5vw;
		-webkit-overflow-scrolling: touch;
	}
	section.contents section .plan_box .plan .table_img img{
		min-width: 100%;
	}
	section.contents section .plan_box .plan .plan_content .table_img:last-child{
		margin: 0;
	}
	section.contents section .plan_box .plan.full.discount .disc_txt{
		margin: 0 0 3vw;
	}
}
/*-----------------------------recruit-----------------------------*/
section.contents .recruit .lead_box{
	line-height: 1.75;
}
section.contents .recruit .lead_box.section{
	background: url(img/recruit_bg2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
section.contents .recruit .lead_box.section .lead_tit{
	color: #2a8eca;
	line-height: 1.66;
}
section.contents .recruit .lead_box .lead_tit{
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
section.contents .recruit .lead_box .lead_tit .layout{
	display: inline-block;
}
section.contents .recruit .lead_box .sec_tit:after{
	content: none;
}
section.contents .recruit .lead_box p{
	margin: 0 0 1em;
	line-height: 1.7;
}
section.contents .recruit .lead_box p:last-child{
	margin: 0;
}
section.contents .recruit section.sec3{
	background: #d5effc;
}
section.contents .recruit section .table{
	display: table;
	width: 100%;
}
section.contents .recruit section .table dl{
	display: table;
	width: 100%;
	border-collapse: collapse;
}
section.contents .recruit section .table dl dt,
section.contents .recruit section .table dl dd{
	display: table-cell;
	padding: 1em;
	border: solid 1px #071855;
	border-bottom: none;
	text-align: left;
	line-height: 1.38;
	vertical-align: middle;
}
section.contents .recruit section .table dl dd .map_area{
	position: relative;
	margin: 1em 0 0 0;
	overflow: hidden;
}
section.contents .recruit section .table dl dd .map_area iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 100%;
}
section.contents .recruit section .table dl:last-of-type dt,
section.contents .recruit section .table dl:last-of-type dd{
	border-bottom: solid 1px #071855;
}
section.contents .recruit section .table dl dt{
	width: 30%;
	background: #d5effc;
	font-weight: bold;
}
section.contents .recruit section .table dl dd .memo{
	display: inline-block;
	font-size: 90%;
}
section.contents .recruit section .shop_list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
section.contents .recruit section .shop_list .shop a{
	display: block;
}
section.contents .recruit section .shop_list .shop .img{
	overflow: hidden;
}
section.contents .recruit section .shop_list .shop .img img{
	transition-property: transform;
	transition-duration: .4s;
}
section.contents .recruit section .shop_list .shop .img img:hover{
	opacity: 1;
}
section.contents .recruit section .shop_list .shop .name{
	position: relative;
	transition-duration: .3s;
}
section.contents .recruit section .shop_list .shop .name span {
	margin-bottom: 16px;
	display: block;
}
section.contents .recruit section .shop_list .shop .name a{
	font-size: 3.4vw;
	padding: 4vw 4vw 4vw 0;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
section.contents .recruit section .shop_list .shop .name a.nurse{
	padding: 4vw 0;
}
section.contents .recruit section .shop_list .shop .name a:last-child{
	margin-bottom: 0;
}
section.contents .recruit section .shop_list .shop .name a:after{
	width: 3.46vw;
	height: 4vw;
	right: .5vw;
}
section.contents .recruit section .shop_list .shop a:hover .img img{
	transform: scale(1.2);
}
section.contents .recruit section .shop_list .shop a:hover .name {
	color: #de3c55;
}
section.contents .recruit section .shop_list .shop .name{
	padding: 1em;
	background: #fff;
}
section.contents .recruit section.sec4 .step_box:before{
	background: #464f70;
}
section.contents .recruit section .step_table table{
	width: 100%;
}
section.contents .recruit section .step_table table tr th,
section.contents .recruit section .step_table table tr td{
	text-align: left;
	border: solid 1px #071855;
	line-height: 1.3;
}
section.contents .recruit section .step_table table tr th{
	background: #d5effc;
	font-weight: bold;
}
section.contents .recruit section .step_table table tr td a{
	color: #e9546b;
	text-decoration: underline;
}
section.contents .recruit section .step_table table tr td a:hover{
	text-decoration: none;
}
section.contents .recruit section.sec4 .btn{
	margin: 0 auto 45px;
}
section.contents .recruit section.sec5 .step_table{
	margin: 0;
}
section.contents .recruit .lead_box .layout{
	display: inline-block;
	margin: 0 -0.2em;
}
section.contents .recruit section.recruit_txt .box{
	line-height: 1.38;
	margin: 0 0 2em;
	text-align: left;
}
section.contents .recruit section.recruit_txt .box .break{
	display: inline-block;
}
section.contents .recruit section.recruit_txt .box .box_tit{
	font-weight: bold;
	margin: 0 0 1em;
	background: #d5effc;
}
section.contents .recruit section.recruit_txt .box .box_tit.tac{
	text-align: center;
}
section.contents .recruit section.recruit_txt .btn{
	margin: 0 auto;
}
section.contents .recruit section.landscape .box .img img{
	width: 100%;
}
section.contents .recruit section.landscape .box .txt{
	font-size: 80%;
	text-align: left;
	line-height: 1.38;
}
@media(min-width: 480px){
	section.contents .recruit .lead_box.lead{
		background: url(img/recruit_bg1.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
		color: #fff;
	}
	section.contents .recruit .lead_box .lead_tit{
		margin: 0 0 50px;
	}
	section.contents .recruit .lead_box.lead{
		padding: 400px 0 100px;
	}
	section.contents .recruit .lead_box.section{
		padding: 130px 0;
	}
	section.contents .recruit .lead_box p{
		font-size: 18px;
	}
	section.contents .recruit section{
		padding: 50px 0;
	}
	section.contents .recruit section.sec1{
		padding: 100px 0 50px;
	}
	section.contents .recruit section.sec2{
		padding: 100px 0 100px;
	}
	section.contents section .sec_sub_tit{
		font-size: 30px;
		margin: 0 0 20px;
	}
	section.contents .recruit section .table{
		margin: 0 0 50px;
	}
	section.contents .recruit section .table:last-child{
		margin: 0;
	}
	section.contents .recruit section .shop_list{
		margin: 0 0 30px;
	}
	section.contents .recruit section .shop_list .shop{
		margin: 0 0 3vw;
		width: 48%;
	}
	section.contents .recruit section.sec3{
		padding: 150px 0 100px;
	}
	section.contents .recruit section .step_table table tr th,
	section.contents .recruit section .step_table table tr td{
		padding: 23px;
	}
	section.contents .recruit section .table dl dd .memo{
		padding: 0 0 0 1em;
	}
	section.contents .recruit section .step_table{
		margin: 0 0 57px;
	}
	section.contents .recruit section.sec3 .btn{
		margin: 48px auto 0;
	}
	section.contents .recruit .table_tit_img{
		margin: 0 0 30px;
	}
	section.contents .recruit section .shop_list .shop .name{
		padding: 24px 16px 16px;
	}
	section.contents .recruit section .shop_list .shop .name a{
		font-size: 14px;
		padding: 2vw 2.5vw 2vw 1vw;
	}
	section.contents .recruit section .shop_list .shop .name a.nurse{
		padding: 2vw 1vw;
	}
	section.contents .recruit section .shop_list .shop .name a:after{
		right: 8px;
		width: 12px;
		height: 22px;
	}
	section.contents .recruit section.recruit_txt .box .box_tit{
		font-size: 18px;
		padding: 15px 20px;
	}
	section.contents .recruit section.recruit_txt .box .box_tit.tac{
		padding: 25px 30px;
	}
	section.contents .recruit section .table dl dd .map_area{
		padding: 50% 0 0 0;
	}
	section.contents .recruit section.landscape .box{
		float: left;
		width: 32%;
		margin: 0 2% 2% 0;
		line-height: 1.38;
	}
	section.contents .recruit section.landscape .box:nth-child(n + 4){
		margin: 0 2% 0 0;
	}
	section.contents .recruit section.landscape .box:nth-child(3n){
		margin: 0 0 2%;
	}
	section.contents .recruit section.landscape .box:last-child{
		margin: 0;
	}
	section.contents .recruit section.landscape .box .img{
		margin: 0 0 10px;
	}
	section.contents .recruit section.landscape .btn{
		margin: 80px auto 0;
	}
}
@media(min-width: 897px){
	section.contents .recruit .lead_box .lead_tit{
		font-size: 45.39px;
	}
	section.contents .recruit .lead_box.section .lead_tit{
		font-size: 36px;
	}
	section.contents .recruit section .step_table table tr th{
		width: 230px;
	}
	section.contents .recruit section .shop_list {
		justify-content: flex-start;
	}
	section.contents .recruit section .shop_list .shop{
		display: inline-block;
		width: calc((100%/4) - 2%);
		margin: 0 1% 30px;
	}
	section.contents .recruit section .shop_list .shop a .name:after{
		width: 13px;
		height: 24px;
		right: 20px;
	}
	section.contents .recruit section .shop_list .shop .name a{
		font-size: 14px;
		padding: 16px 0;
	}
	section.contents .recruit section .shop_list .shop .name a.nurse {
		padding: 16px 0;
	}
	section.contents .recruit section .shop_list .shop .name a:after{
		right: 8px;
		width: 12px;
		height: 22px;
	}
	section.contents .recruit section.recruit_txt .box .box_tit.tac{
		font-size: 130%;
	}
}
@media ( min-width: 480px ) and ( max-width: 896px ){
	section.contents .recruit .lead_box .lead_tit{
		font-size: 35px;
	}
	section.contents .recruit .lead_box.section .lead_tit{
		font-size: 26px;
	}
	section.contents .recruit section.sec3{
		padding: 100px 0 50px;
	}
	section.contents .recruit section .step_table table tr th{
		width: 150px;
	}
	section.contents .recruit section.recruit_txt .box .box_tit.tac{
		font-size: 125%;
	}
}
@media(max-width: 479px){
	section.contents .recruit .lead_box.lead{
		background: url(img/recruit_bg_sp1.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
		color: #fff;
	}
	section.contents .recruit .lead_box.lead{
		padding: 32vw 0 10vw;
	}
	section.contents .recruit .lead_box .lead_tit{
		font-size: 5vw;
		margin: 0 0 5vw;
	}
	section.contents .recruit .lead_box.section{
		padding: 10vw 0;
	}
	section.contents .recruit .lead_box .sec_tit{
		font-size: 5vw;
	}
	section.contents .recruit section.sec1{
		padding: 10vw 0 5vw;
	}
	section.contents .recruit section.sec2{
		padding: 5vw 0 10vw;
	}
	section.contents section .sec_sub_tit{
		font-size: 5vw;
		margin: 0 0 3vw;
	}
	section.contents .recruit section.sec1 .table{
		margin: 0 0 5vw;
	}
	section.contents .recruit section .shop_list .shop{
		margin: 0 0 3vw;
		width: 48%;
	}
	section.contents .recruit section .shop_list .shop a .img img{
		width: 100%;
	}
	section.contents .recruit section.sec3,
	section.contents .recruit section.sec4,
	section.contents .recruit section.sec5{
		padding: 10vw 0;
	}
	section.contents .recruit section .step_table{
		margin: 0 0 5vw;
	}
	section.contents .recruit section .step_table table tr th,
	section.contents .recruit section .step_table table tr td{
		padding: 5vw;
	}
	section.contents .recruit section .step_table table tr th{
		width: 25vw;
	}
	section.contents .recruit section.sec4 .btn{
		margin: 0 0 5vw;
	}
	section.contents .recruit section.sec3 .btn{
		margin: 5vw 0 0 0;
	}
	section.contents .recruit .table_tit_img{
		margin: 0 0 5vw;
	}
	section.contents .recruit section .shop_list .shop .name{
		font-size: 4vw;
		padding: 4.8vw 2.4vw 2.4vw;
	}
	section.contents .recruit section .shop_list .shop a .name:after{
		width: 2.3vw;
		height: 4vw;
		right: 2vw;
	}
	section.contents .recruit section.recruit_txt{
		padding: 5vw 0;
	}
	section.contents .recruit section.recruit_txt .box .box_tit{
		padding: 3vw;
	}
	section.contents .recruit section.recruit_txt .box .box_tit.tac{
		font-size: 120%;
		padding: 5vw;
	}
	section.contents .recruit section .table dl dd .map_area{
		padding: 100% 0 0 0;
	}
	section.contents .recruit section.landscape{
		padding: 5vw 0;
	}
	section.contents .recruit section.landscape .box{
		margin: 0 0 5vw;
	}
	section.contents .recruit section.landscape .box:last-child{
		margin: 0;
	}
	section.contents .recruit section.landscape .box .img{
		margin: 0 0 3vw;
	}
	section.contents .recruit section.landscape .btn{
		margin: 10vw 0 0 0;
	}
}
/*---------------------recruit_form---------------------*/
section.contents .recruit_form table{
	width: 100%;
}
section.contents .recruit_form .btn{
	position: relative;
	margin: 0 auto;
}
section.contents .recruit_form .btn:after{
	content: '';
	position: absolute;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: translate(0,-50%) rotate(-45deg);
	transition: .4s;
	top: 50%;
}
section.contents .recruit_form .btn:hover:after{
	border-bottom: solid 1px #071855;
	border-right: solid 1px #071855;
}
section.contents .recruit_form .btn input[type="submit"]{
	background: #071855;
	border: solid 1px #071855;
	color: #fff;
	cursor: pointer;
	outline: none;
	transition: .4s;
}
section.contents .recruit_form .btn input[type="submit"]:hover{
	background: #fff;
	color: #071855;
}
section.contents .recruit_form table{
	display: table;
	width: 100%;
}
section.contents .recruit_form dl{
	display: table;
	width: 100%;
	border-collapse: collapse;
}
section.contents .recruit_form dl dt,
section.contents .recruit_form dl dd{
	padding: 1em;
	border: solid 1px #aaa;
	line-height: 1.38;
	box-sizing: border-box;
	vertical-align: middle;
	border-bottom: none;
	text-align: left;
}
section.contents .recruit_form dl dt{
	font-weight: bold;
	background: #d5effc;
}
section.contents .recruit_form dl:last-of-type dd{
	border-bottom: solid 1px #aaa;
}
section.contents .recruit_form dl dt .imp{
	display: inline-block;
	color: #ea0303;
	border: solid 1px #ea0303;
	font-size: 75%;
	padding: 0.2em 0.5em;
	margin: 0 0.5em 0 0;
}
section.contents .recruit_form dl dd .block{
	display: inline-block;
	margin: 0 0.5em 0 0;
}
section.contents .recruit_form dl dd .block .item{
	display: inline-block;
	margin: 0 0.3em 0 0;
}
section.contents .recruit_form dl dd input[type="text"],
section.contents .recruit_form dl dd input[type="email"],
section.contents .recruit_form dl dd input[type="tel"],
section.contents .recruit_form dl dd textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border-radius: 0;
	background: none;
	padding: 0;
	outline: none;
	border: solid 1px #aaa;
	padding: 0.5em;
	box-sizing: border-box;
}
section.contents .recruit_form dl dd textarea{
	resize: vertical;
}
section.contents .recruit_form dl dd input.year{
	width: 5em;
	margin: 0 0.5em 0 0;
}
section.contents .recruit_form dl dd input.month,
section.contents .recruit_form dl dd input.date{
	width: 5em;
	margin: 0 0.5em 0 0;
}
section.contents .recruit_form dl dd .radio_block{
	display: inline-block;
	margin: 0 1em 0 0;
}
section.contents .recruit_form dl dd input[type="radio"]{
	display: none;
}
section.contents .recruit_form dl dd input[type="radio"] + span{
	position: relative;
	padding: 0 0 0 1.5em;
}
section.contents .recruit_form dl dd input[type="radio"] + span:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	border: solid 1px #aaa;
	transform: translate(0,-50%);
	border-radius: 50%;
}
section.contents .recruit_form dl dd  input[type="radio"]:checked + span:after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	border-radius: 50%;
	background: #071855;
}
section.contents .recruit_form .agree label{
	position: relative;
	padding: 0 0 0 1.5em;
}
section.contents .recruit_form .agree input[type="checkbox"]{
	display: none;
}
section.contents .recruit_form .agree input[type="checkbox"] + span:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	border: solid 1px #aaa;
	transform: translate(0,-50%);
}
section.contents .recruit_form .agree input[type="checkbox"]:checked + span:after{
	content: '';
	position: absolute;
	top: 38%;
	left: 1%;
	border-bottom: solid 2px #000;
	border-left: solid 2px #000;
	transform: translate(0,-50%) rotate(-45deg);
}
section.contents .recruit_form dl dd select{
	padding: 0.5em;
}
section.contents .recruit_form dl dd .error{
	margin: 0.3em 0 0 0;
	color: #ea0303;
}
section.contents .recruit_form .btn input[type="submit"]{
	font-family: 'webf', sans-serif;
}
section.contents .recruit_form .finish_txt{
	line-height: 1.75;
}
@media(min-width: 480px){
	section.contents .recruit_form{
		padding: 100px 0 0 0;
	}
	section.contents .recruit_form table{
		margin: 0 0 30px;
	}
	section.contents .recruit_form .btn{
		margin: 30px auto 0;
	}
	section.contents .recruit_form .btn:after{
		right: 20px;
		width: 22px;
		height: 22px;
	}
	section.contents .recruit_form .btn input[type="submit"]{
		font-size: 18px;
		padding: 30px;
		width: 310px;
	}
	section.contents .recruit_form table{
		display: table;
	}
	section.contents .recruit_form dl{
		display: table;
	}
	section.contents .recruit_form dl dt,
	section.contents .recruit_form dl dd{
		display: table-cell;
	}
	section.contents .recruit_form dl dt{
		width: 30%;
		min-width: 245px;
	}
	section.contents .recruit_form dl dd select{
		height: 44px;
	}
	section.contents .recruit_form dl dd input[type="radio"] + span:before{
		width: 15px;
		height: 15px;
	}
	section.contents .recruit_form dl dd input[type="radio"]:checked + span:after{
		left: 3px;
		width: 11px;
		height: 11px;
	}
	section.contents .recruit_form .agree input[type="checkbox"] + span:before{
		width: 15px;
		height: 15px;
	}
	section.contents .recruit_form .agree input[type="checkbox"]:checked + span:after{
		width: 12px;
		height: 6px;
	}
	section.contents .recruit_form dl:last-of-type dt{
		border-bottom: solid 1px #aaa;
	}
	section.contents .recruit_form .finish_txt{
		font-size: 18px;
	}
}
@media ( min-width: 480px ) and ( max-width: 896px ){
	section.contents .recruit_form dl dd .block:first-child{
		display: block;
		margin: 0 0 20px;
	}
	section.contents .recruit_form dl dd .block:first-child input.year{
		width: 7em;
	}
}
@media(max-width: 479px){
	section.contents .recruit_form{
		padding: 10vw 0 0 0;
	}
	section.contents .recruit_form table{
		margin: 0 0 5vw;
	}
	section.contents .recruit_form table tbody{
		display: block;
	}
	section.contents .recruit_form dl dt,
	section.contents .recruit_form dl dd{
		display: block;
	}
	section.contents .recruit_form dl dd .block:last-of-type{
		margin: 0;
	}
	section.contents .recruit_form .btn{
		margin: 5vw auto 0;
	}
	section.contents .recruit_form dl dd input[type="radio"] + span:before{
		width: 3vw;
		height: 3vw;
	}
	section.contents .recruit_form dl dd input[type="radio"]:checked + span:after{
		width: 2.5vw;
		height: 2.5vw;
		left: 0.5vw;
	}
	section.contents .recruit_form dl dd.more_p{
		padding: 6.2vw;
	}
	section.contents .recruit_form .agree input[type="checkbox"] + span:before{
		width: 3vw;
		height: 3vw;
	}
	section.contents .recruit_form .agree input[type="checkbox"]:checked + span:after{
		width: 3vw;
		height: 2vw;
		left: 0;
		top: 28%;
	}
	section.contents .recruit_form .btn input{
		padding: 7vw;
		font-size: 4vw;
		width: 100%;
	}
	section.contents .recruit_form .btn:after{
		width: 3.5vw;
		height: 3.5vw;
		top: 50%;
		right: 5vw;
	}
}
/*----------------------------------info----------------------------------*/
section.contents .info_list ul.list li{
	border-bottom: dotted 1px #071855;
}
section.contents .info_list ul.list li:last-child{
	border: none;
}
section.contents .info_list ul.list li a{
	display: block;
	padding: 2em 1em;
	text-align: left;
}
section.contents .info_list ul.list li a:hover{
	background: rgba(42,142,202,0.05);
}
section.contents .info_list ul.list li a .date{
	color: #ea0303;
}
section.contents .info_list ul.list li a .tit{
	line-height: 1.3;
}
section.contents .info_list .pager ul li{
	display: inline-block;
}
section.contents .info_list .pager ul li a{
	display: block;
	padding: 1em;
}
section.contents .info_list .pager ul li a.page-numbers:hover{
	background: rgba(42,142,202,0.15);
}
section.contents .info_list .pager ul li a.page-numbers.prev,
section.contents .info_list .pager ul li a.page-numbers.next{
	background: none;
}
section.contents .info_list .pager ul li span.current{
	display: block;
	padding: 1em;
	background: rgba(42,142,202,0.15);
}
section.contents .article{
	text-align: left;
}
section.contents .article .date{
	color: #ea0303;
}
section.contents .article .txt{
	line-height: 1.38;
}
section.contents .article .tit{
	font-weight: bold;
	line-height: 1.38;
}
section.contents .article h2 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
}
section.contents .article h3 {
	margin-bottom: 1em;
	font-size: 1.1em;
	font-weight: bold;
}
section.contents .article h4 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
}
section.contents .article .text-center {
	text-align: center !important;
}
section.contents .article .red {
	color: #e9546b !important;
}
section.contents .article .annotation {
	font-size: .6em !important;
}
section.contents .article .btn a {
	color: #fff;
	text-decoration: none;
}
section.contents .article .reserve {
	display: inline-block;
	margin: .5em 0;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	background: #de3c55;
}
section.contents .article .reserve span {
	display: block;
	padding: 20px 15px 20px 50px;
	background: url(img/icon_cal.png) no-repeat center left 5%;
	background-size: 26px auto;
}
section.contents .article .table-calendar {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em auto 2em;
	background: #fff;
	color: #071855;
}
section.contents .article .table-calendar,
section.contents .article .table-calendar th,
section.contents .article .table-calendar td,
section.contents .article .table-calendar caption {
	text-align: center !important;
}
section.contents .article .table-calendar tr:nth-child(odd) {
	background-color: #f8f9fa;
}
section.contents .article .table-calendar th,
section.contents .article .table-calendar td {
	box-sizing: border-box;
	border: 1px solid #071855;
}
section.contents .article .table-calendar thead {
	border-top: 1px solid #071855;
}
section.contents .article .table-calendar thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #071855;
}
section.contents .article .table-calendar th {
	padding: 10px;
	font-weight: bold;
	background: #d5f0fd;
}
section.contents .article .table-calendar td {
	padding: 10px;
}
section.contents .article .table-calendar td.closed {
	color: #434545;
	background: #e6e7e7;
}
@media(min-width: 480px){
	section.contents .info_list{
		padding: 100px 0 0 0;
	}
	section.contents .info_list ul.list{
		margin: 0 0 30px;
	}
	section.contents .info_list ul.list li a .date{
		float: left;
	}
	section.contents .info_list ul.list li a .tit{
		float: left;
	}
	section.contents .info_list ul.list li a .date{
		margin: 0 5em 0 0;
	}
	section.contents .article{
		padding: 100px 0;
	}
	section.contents .article .tit_box{
		margin: 0 0 80px;
	}
	section.contents .article .tit{
		font-size: 30px;
		margin: 0 0 10px;
	}
}
@media(max-width: 479px){
	section.contents .info_list{
		padding: 10vw 0 0 0;
	}
	section.contents .info_list ul.list{
		margin: 0 0 10vw;
	}
	section.contents .info_list ul.list li a{
		padding: 1em;
	}
	section.contents .info_list ul.list li a .date{
		margin: 0 0 1em;
	}
	section.contents .article{
		padding: 10vw 0 0 0;
	}
	section.contents .article .tit_box{
		margin: 0 0 5vw;
	}
	section.contents .article .tit_box .tit{
		font-size: 4.5vw;
		margin: 0 0 1.5vw;
	}
	section.contents .article h2 {
		font-size: 4.2vw;
	}
	section.contents .article h3 {
		font-size: 3.8vw;
	}
	section.contents .article h4 {
		font-size: 3.5vw;
	}
}
@media(max-width: 640px) {
	section.contents .article .table-calendar thead {
		display: none;
	}
	section.contents .article .table-calendar tr {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
		justify-content: space-between;
	}
	section.contents .article .table-calendar tr:nth-child(odd) {
		background-color: transparent;
	}
	section.contents .article .table-calendar th,
	section.contents .article .table-calendar td {
		padding: 8px;
		border-top: 1px solid #071855;
		line-height: 1.42857143;
	}
	section.contents .article .table-calendar th {
		display: block;
		width: 100%;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
	section.contents .article .table-calendar td {
		border: none;
	}
	section.contents .article .table-calendar td::before {
		content: attr(data-label);
		display: block;
		font-size: .7em;
		margin-bottom: 0.25rem;
	}
	section.contents .article .table-calendar.td-1 td { width: 100%; }
	section.contents .article .table-calendar.td-2 td { width: calc(100%/2); }
	section.contents .article .table-calendar.td-3 td { width: calc(100%/3); }
	section.contents .article .table-calendar.td-4 td { width: calc(100%/4); }
	section.contents .article .table-calendar.td-5 td { width: calc(100%/5); }
	section.contents .article .table-calendar.td-6 td { width: calc(100%/6); }
	section.contents .article .table-calendar.td-7 td { width: calc(100%/7); }
}
/*--------------------------------------contact--------------------------------------*/
section.contents .contact .lead_box{
	line-height: 1.75;
	text-align: left;
}
section.contents .contact .lead_box p{
	margin: 0 0 1em;
}
section.contents .contact .lead_box p.bold{
	font-weight: bold;
	color: #e9546b;
}
section.contents .contact section .table{
	width: 100%;
	text-align: left;
}
section.contents .contact section .table dl{
	width: 100%;
	border-collapse: collapse;
}
section.contents .contact section .table dl dt,
section.contents .contact section .table dl dd{
	border: solid 1px #aaa;
	border-bottom: none;
	padding: 1em;
	line-height: 1.38;
	vertical-align: middle;
}
section.contents .contact section .table dl dt{
	font-weight: bold;
	background: #d5effc;
}
section.contents .contact section .table dl:last-of-type dd{
	border-bottom: solid 1px #aaa;
}
section.contents .contact section .table dl dt .imp{
	display: inline-block;
	color: #ea0303;
	border: solid 1px #ea0303;
	font-size: 75%;
	padding: 0.2em 0.5em;
	margin: 0 0.5em 0 0;
}
section.contents .contact section .table dl dd .num{
	margin: 0 0 1em;
	font-size: 140%;
	font-weight: bold;
}
section.contents .contact section .table dl dd .num span{
	display: inline-block;
	padding: 0.2em 1em;
	border: solid 2px;
}
section.contents .contact section .table dl dd input[type="text"],
section.contents .contact section .table dl dd input[type="email"],
section.contents .contact section .table dl dd input[type="tel"],
section.contents .contact section .table dl dd textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border-radius: 0;
	padding: 0.5em;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	border: solid 1px #aaa;
}
section.contents .contact section .table dl dd textarea{
	resize: vertical;
}
section.contents .contact section .table dl dd select{
	padding: 0.5em;
}
section.contents .contact section .table dl dd .error{
	color: #ea0303;
	margin: 0.3em 0 0 0;
}
section.contents .contact .agree input[type="checkbox"] + span{
	position: relative;
	padding: 0 0 0 1.5em;
}
section.contents .contact .agree input[type="checkbox"]{
	display: none;
}
section.contents .contact .agree input[type="checkbox"] + span:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	border: solid 1px #aaa;
	transform: translate(0,-50%);
}
section.contents .contact .agree input[type="checkbox"]:checked + span:after{
	content: '';
	position: absolute;
	top: 38%;
	left: 1%;
	border-bottom: solid 2px #000;
	border-left: solid 2px #000;
	transform: translate(0,-50%) rotate(-45deg);
}

section.contents .contact section .btn{
	position: relative;
	margin: 0 auto;
}
section.contents .contact section .btn:after{
	content: '';
	position: absolute;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: translate(0,-50%) rotate(-45deg);
	transition: .4s;
	top: 50%;
}
section.contents .contact .btn:hover:after{
	border-bottom: solid 1px #071855;
	border-right: solid 1px #071855;
}
section.contents .contact .btn input[type="submit"]{
	background: #071855;
	border: solid 1px #071855;
	color: #fff;
	cursor: pointer;
	outline: none;
	transition: .4s;
	font-family: 'webf', sans-serif;
}
section.contents .contact .btn input[type="submit"]:hover{
	background: #fff;
	color: #071855;
}
section.contents .contact .finish_txt{
	line-height: 1.75;
}
@media(min-width: 480px){
	section.contents .contact{
		padding: 100px 0 0 0;
	}
	section.contents .contact .lead_box{
		line-height: 1.75;
		text-align: left;
		font-size: 18px;
		padding: 0 0 100px;
	}
	section.contents .contact section{
		padding: 50px 0;
	}
	section.contents .contact section.contact_confirm{
		padding: 0 0 50px;
	}
	section.contents .contact section .table{
		display: table;
		margin: 0 0 30px;
	}
	section.contents .contact section .table dl{
		display: table;
	}
	section.contents .contact section .table dl dt,
	section.contents .contact section .table dl dd{
		display: table-cell;
	}
	section.contents .contact section .table dl dt{
		min-width: 175px;
		width: 30%;
	}
	section.contents .contact section .table dl dd select{
		height: 44px;
	}
	section.contents .contact section .table dl:last-of-type dt{
		border-bottom: solid 1px #aaa;
	}
	section.contents .contact section .agree{
		margin: 0 0 30px;
	}
	section.contents .contact section .agree input[type="checkbox"] + span:before{
		width: 15px;
		height: 15px;
	}
	section.contents .contact section .agree input[type="checkbox"]:checked + span:after{
		width: 12px;
		height: 6px;
	}
	section.contents .contact section .btn:after{
		right: 20px;
		width: 22px;
		height: 22px;
	}
	section.contents .contact section .btn input[type="submit"]{
		font-size: 18px;
		padding: 30px;
		width: 310px;
	}
	section.contents .contact .finish_txt{
		font-size: 18px;
	}
}
@media(max-width: 479px){
	section.contents .contact{
		padding: 10vw 0 0 0;
	}
	section.contents .contact section{
		padding: 10vw 0 5vw;
	}
	section.contents .contact section:last-child{
		padding: 5vw 0;
	}
	section.contents .contact section.contact_confirm{
		padding: 0 0 10vw;
	}
	section.contents .contact section .table{
		margin: 0 0 5vw;
	}
	section.contents .contact section .table dl dd .num{
		text-align: center;
	}
	section.contents .contact section .agree input:checked + label:after{
		width: 3vw;
		height: 2vw;
		left: 0;
		top: 28%;
	}
	section.contents .contact section .btn input{
		padding: 7vw;
		width: 100%;
		font-size: 4vw;
	}
	section.contents .contact .agree input[type="checkbox"] + span:before{
		width: 3vw;
		height: 3vw;
	}
	section.contents .contact .agree input[type="checkbox"]:checked + span:after{
		width: 3vw;
		height: 2vw;
		left: 0;
		top: 28%;
	}
	section.contents .contact section .agree{
		margin: 0 0 5vw;
	}
	section.contents .contact section .table dl dt{
		font-weight: bold;
	}
}


/*----------------------hospital_list---------------------------*/
section.contents section#hospital .cont_bg {
	padding: 100px 0;
	background-color: #d6f1ff;
}
section.contents section#hospital .sec_top_wrap {
	line-height: 1.7;
}
section.contents section#hospital .list_line .menu {
	width: 32%;
	float: left;
	max-width: 310px;
	background: #fff;
}
section.contents section#hospital .list_line:last-child {
	margin: 0;
}
section.contents section#hospital .list_line .menu:not(:last-child) {
	margin: 0 2% 80px 0;
}
section.contents section#hospital .list_line .menu .tit {
	font-size: 28px;
	color: #e9546b;
	font-family: 'webf', sans-serif;
	padding: 30px 0;
	letter-spacing: -0.12em;
}
section.contents section#hospital .list_line .menu .mv_txt .mv{
	position: relative;
	padding: 66.4% 0 0 0;
	overflow: hidden;
}
section.contents section#hospital .list_line .menu .mv_txt .mv img{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
section.contents section#hospital .list_line .menu .mv_txt .txt {
	text-align: left;
}
section.contents section#hospital .list_line .menu .mv_txt .txt p {
	line-height: 1.38;
}
section.contents section#hospital .list_line .menu .mv_txt .txt p span {
	display: inline-block;
}
section.contents section#hospital .list_line .menu .mv_txt .txt .tel {
	display: inline-block;
	font-weight: bold;
}
@media(min-width: 480px) {
	section.contents section#hospital {
		padding: 40px 0 0;
	}
	section.contents section#hospital .sec_top_wrap {
		margin: 0 0 80px;
	}
	section.contents section#hospital .sec_top_wrap .main_txt {
		font-size: 20px;
		margin: 0 0 15px;
	}
	section.contents section#hospital .list_line {
		margin: 0 0 80px;
	}
	section.contents section#hospital .list_line .menu .mv_txt .txt {
		padding: 30px 15px;
	}
	section.contents section#hospital .list_line .menu .mv_txt .txt p {
		font-size: 18px;
		min-height: 110px;
		margin: 0 0 20px;
	}
	section.contents section#hospital .list_line .menu .mv_txt .txt p span {
		padding: 10px 0 0;
	}
	section.contents section#hospital .list_line .menu .mv_txt .txt .tel {
		font-size: 25px;
	}
}
@media ( min-width: 480px ) and ( max-width: 896px ){
	section.contents section#hospital .list_line .menu .mv_txt .txt p{
		margin: 0 0 20px;
	}
}
@media (max-width: 896px) {
	section.contents section#hospital .list_line {
		margin: 0;
	}
	section.contents section#hospital .list_line .menu {
		width: 100%;
		float: none;
		max-width: none;
	}
	section.contents section#hospital .list_line .menu:not(:last-child),
	section.contents section#hospital .list_line .menu:last-child {
		margin: 0 0 30px;
	}
	section.contents section#hospital .list_line .menu .tit {
		padding: 30px 0;
		letter-spacing: 0;
	}
	section.contents section#hospital .list_line .menu .mv_txt {
		background: #f9f9f9;
		position: relative;
		width: 100%;
	}
	section.contents section#hospital .list_line .menu .mv_txt .mv {
		position: relative;
		overflow-y: hidden;
		padding: 60% 0 0 0;
	}
	section.contents section#hospital .list_line .menu .mv_txt .mv img{
		position: absolute;
		min-height: 100%;
		min-width: 100%;
	}
	section.contents section#hospital .list_line .menu .mv_txt .txt {
		vertical-align: middle;
		text-align: center;
	}
	section.contents section#hospital .list_line .menu .mv_txt .txt p {
		font-size: 16px;
		min-height: 70px;
	}
	section.contents section#hospital .list_line .menu .mv_txt .txt p span {
		padding: 5px 0;
	}
	section.contents section#hospital .list_line .btn_more {
		max-width: none;
	}
}
@media (max-width: 479px) {
	section.contents section#hospital {
		padding: 10vw 0 0;
	}
	section.contents section#hospital .cont_bg {
		padding: 10vw 0 0;
	}
	section.contents section#hospital .sec_top_wrap {
		margin: 0 0 10vw;
	}
	section.contents section#hospital .sec_top_wrap .main_txt {
		font-size: 4.5vw;
		margin: 0 0 5vw;
	}
	section.contents section#hospital .list_line .menu .tit {
		font-size: 5.07vw;
		padding: 4vw 0;
	}
	section.contents section#hospital .list_line .menu .mv_txt .txt {
		font-size: 3.73vw;
		padding: 5vw 2vw;
	}
	section.contents section#hospital .list_line .menu .mv_txt .txt p {
		font-size: 4vw;
		margin: 0 0 3vw;
		text-align: left;
	}
	section.contents section#hospital .list_line .menu .mv_txt .txt .tel {
		font-size: 6.5vw;
	}
	section.contents section#hospital .list_line .btn_more {
		padding: 3.33vw 0;
		font-size: 4vw;
	}
	section.contents section#hospital .list_line .btn_more::after {
		width: 1.87vw;
		height: 3.73vw;
	}
}
/*----------------------hospital_detail---------------------------*/
section.contents section#hospital_detail .detail .table {
	width: 100%;
	text-align: left;
}
section.contents section#hospital_detail .detail .table dl {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
section.contents section#hospital_detail .detail .table dt,
section.contents section#hospital_detail .detail .table dd {
	border: solid 1px #aaa;
	border-bottom: none;
	padding: 1em;
	line-height: 1.38;
	vertical-align: middle;
	word-break: break-all;
}
section.contents section#hospital_detail .detail .table dt{
	font-weight: bold;
	background: #d5effc;
}
section.contents section#hospital_detail .detail .table dl:last-of-type dt,
section.contents section#hospital_detail .detail .table dl:last-of-type dd {
	border-bottom: solid 1px #aaa;
}
section.contents section#hospital_detail .sec_tit_wrap .tit{
	font-weight: bold;
}
section.contents section#hospital_detail .sec_tit_wrap .tit_under {
	line-height: 1.66;
}
section.contents section#hospital_detail .tit_under.access {
	line-height: 1.66;
	margin: 2rem 0 0;
}
section.contents section#hospital_detail .sec_tit_wrap .tit_under.name {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.8;
}
section.contents section#hospital_detail .sec_tit_wrap .tit_under.name .doctor{
	display: inline-block;
	vertical-align: middle;
}
section.contents section#hospital_detail .sec_tit_wrap .tit_under.name .doctor img{
	height: 0.9em;
	vertical-align: baseline;
}
section.contents section#hospital_detail .cont_line .item .imgbox img {
	width: 100%;
}
section.contents section#hospital_detail .cont_line .item .btm_txt {
	line-height: 1.38;
}
section.contents section#hospital_detail .president .table {
	width: 100%;
	display: table;
	text-align: left;
}
section.contents section#hospital_detail .president .table dl {
	width: 100%;
	display: table;
	border-top: solid 1px #aaa;
}
section.contents section#hospital_detail .president .table dl:last-child{
	border-bottom: solid 1px #aaa;
}
section.contents section#hospital_detail .president .table dt,
section.contents section#hospital_detail .president .table dd {
	display: table-cell;
	padding: 1em;
	line-height: 1.38;
	vertical-align: middle;
}
section.contents section#hospital_detail .detail .mainimg{
	position: relative;
	overflow: hidden;
	padding: 66.6% 0 0 0;
}
section.contents section#hospital_detail .detail .mainimg img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	min-width: 100%;
	min-height: 100%;
}
@media (min-width: 480px) {
	section.contents section#hospital_detail {
		padding: 100px 0 0;
	}
	section.contents section#hospital_detail .detail {
		margin: 0 0 150px;
	}
	section.contents section#hospital_detail .detail .mainimg {
		margin: 0 0 50px;
	}
	section.contents section#hospital_detail .detail .table {
	display: table;
	}
	section.contents section#hospital_detail .detail .table dt,
	section.contents section#hospital_detail .detail .table dd {
		display: table-cell;
	}
	section.contents section#hospital_detail .detail .table dt {
		min-width: 175px;
		width: 30%;
	}
	section.contents section#hospital_detail .detail .table dd a {
		font-size: 20px;
	}
	section.contents section#hospital_detail .section {
		margin: 0 0 150px;
	}
	section.contents section#hospital_detail .section:last-child{
		margin: 0;
	}
	section.contents section#hospital_detail .sec_tit_wrap {
		margin: 0 0 60px;
	}
	section.contents section#hospital_detail .sec_tit_wrap .sec_tit_page{
		margin: 20px 0 30px;
	}
	section.contents section#hospital_detail .sec_tit_wrap .tit {
		font-size: 30px;
		margin: 0 0 20px;
	}
	section.contents section#hospital_detail .map{
		position: relative;
		padding-bottom: 37%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	section.contents section#hospital_detail .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	section.contents section#hospital_detail .cont_line .item {
		width: 47%;
		margin: 80px 0 0 0;
	}
	section.contents section#hospital_detail .cont_line .item:first-child{
		margin: 0;
	}
	section.contents section#hospital_detail .cont_line .item:nth-child(2){
		margin: 0;
	}
	section.contents section#hospital_detail .cont_line .item .txt {
		font-size: 25px;
		margin: 0 0 20px;
	}
	section.contents section#hospital_detail .cont_line .item:nth-child(odd) {
		float: left;
	}
	section.contents section#hospital_detail .cont_line .item:nth-child(even) {
		float: right;
	}
	section.contents section#hospital_detail .cont_line .item .imgbox {
		margin: 0 0 20px;
	}
	section.contents section#hospital_detail .president .table dt {
		min-width: 100px;
		text-align: right;
		width: 20%;
	}
}
@media (max-width: 479px) {
	section.contents section#hospital_detail {
		padding: 10vw 0 0;
	}
	section.contents section#hospital_detail .detail {
		margin: 0 0 15vw;
	}
	section.contents section#hospital_detail .detail .mainimg {
		margin: 0 0 10vw;
	}
	section.contents section#hospital_detail .detail .table dt {
		font-weight: bold;
	}
	section.contents section#hospital_detail .detail .table dl:last-of-type dt {
		border-bottom: none;
	}
	section.contents section#hospital_detail .detail .table dd a {
		font-size: 6vw;
	}
	section.contents section#hospital_detail .sec_tit_wrap {
		margin: 0 0 10vw;
	}
	section.contents section#hospital_detail .sec_tit_wrap .tit {
		font-size: 6vw;
		margin: 0 0 5vw;
	}
	section.contents section#hospital_detail .section {
		margin: 0 0 15vw;
	}
	section.contents section#hospital_detail .map{
		position: relative;
		padding-bottom: 57%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	section.contents section#hospital_detail .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	section.contents section#hospital_detail .cont_line .item {
		margin: 0 0 10vw;
	}
	section.contents section#hospital_detail .cont_line .item .txt {
		font-size: 5vw;
		margin: 0 0 5vw;
	}
	section.contents section#hospital_detail .cont_line .item .imgbox {
		margin: 0 0 5vw;
	}
	section.contents section#hospital_detail .sec_tit_wrap .tit_under.name {
		font-size: 4vw;
		font-weight: bold;
	}
	section.contents section#hospital_detail .sec_tit_wrap .tit_under.name span {
		font-size: 5vw;
		line-height: 2;
	}
	section.contents section#hospital_detail .president .table {
		text-align: center;
	}
	section.contents section#hospital_detail .president .table dt,
	section.contents section#hospital_detail .president .table dd{
		padding: 1em 0.5em;
	}
	section.contents section#hospital_detail .president .table dt {
		font-weight: bold;
		width: 20%;
	}
	section.contents section#hospital_detail .president .table dd{
		text-align: left;
	}
	section.contents section#hospital_detail .president .table dl:last-of-type dt {
		border-bottom: none;
	}
}
/*----------------------privacy---------------------------*/
section.contents section#privacy .maintxt {
	line-height: 1.38;
}
section.contents section#privacy .textwrap {
	text-align: left;
}
section.contents section#privacy .textwrap {
	line-height: 1.5;
}
@media (min-width: 480px) {
	section.contents section#privacy {
		padding: 100px 0 0;
	}
	section.contents section#privacy .maintxt {
		font-size: 20px;
		margin: 0 0 100px;
	}
	section.contents section#privacy .textwrap .box {
		margin: 0 0 70px;
	}
	section.contents section#privacy .textwrap .tit {
		font-size: 25px;
		font-weight: bold;
		margin: 0 0 30px;
	}
	section.contents section#privacy .textwrap .txt {
		margin: 0 0 30px;
	}
	section.contents section#privacy .textwrap .littit {
		font-size: 22px;
		font-weight: bold;
		margin: 0 0 30px;
	}
	section.contents section#privacy .textwrap .mintit {
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 30px;
	}
}
@media (max-width: 479px) {
	section.contents section#privacy {
		padding: 10vw 0 0;
	}
	section.contents section#privacy .maintxt {
		font-size: 4vw;
		margin: 0 0 10vw;
	}
	section.contents section#privacy .textwrap .box {
		margin: 0 0 7vw;
	}
	section.contents section#privacy .textwrap .tit {
		font-size: 4.5vw;
		font-weight: bold;
		margin: 0 0 5vw;
	}
	section.contents section#privacy .textwrap .txt {
		margin: 0 0 5vw;
		font-size: 3.3vw;
	}
	section.contents section#privacy .textwrap .littit {
		font-size: 4vw;
		font-weight: bold;
		margin: 0 0 3vw;
	}
	section.contents section#privacy .textwrap .mintit {
		font-size: 4.3vw;
		font-weight: bold;
		margin: 0 0 5vw;
	}
}
/*--------------------------recruit_select--------------------------*/
section.contents section.select_job .select_box .box a .img{
	position: relative;
	display: block;
	padding: 62.5% 0 0 0;
}
section.contents section.select_job .select_box .box:first-child a .img{
	background: url(img/job_img1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
section.contents section.select_job .select_box .box:last-child a .img{
	background: url(img/job_img2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
section.contents section.select_job .select_box .box .tit{
	position: relative;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #071855;
	color: #fff;
	box-sizing: border-box;
}
section.contents section.select_job .select_box .box .tit:after{
	content: "";
	background: url(img/btn_arw.png) no-repeat 0 0;
	background-size: contain;
	width: 18px;
	height: 33px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media(min-width: 480px){
	section.contents section.select_job{
		padding: 128px 0 42px;
	}
	section.contents section.select_job .select_box{
		display: flex;
		justify-content: space-between;
	}
	section.contents section.select_job .select_box .box{
		width: 48%;
	}
	section.contents section.select_job .select_box .box:first-child{
	}
	section.contents section.select_job .select_box .box:last-child{
	}
}
@media(min-width: 897px){
	section.contents section.select_job .select_box .box .tit{
		font-size: 18px;
		padding: 32px;
	}
}
@media ( min-width: 480px ) and ( max-width: 896px ){
	section.contents section.select_job .select_box .box .tit{
		font-size: 18px;
		padding: 18px;
	}
}
@media(max-width: 479px){
	section.contents section.select_job{
		padding: 10vw 0;
	}
	section.contents section.select_job .select_box .box{
		margin: 0 0 5vw;
	}
	section.contents section.select_job .select_box .box .tit{
		padding: 4.5vw;
		font-size: 4vw;
	}
	section.contents section.select_job .select_box .box .tit:after{
		width: 1.87vw;
		height: 3.73vw;
	}
}
/*--------------------------faq--------------------------*/
section.contents.faq section .qanda .box:first-child{
	border-top: solid 1px #e6e7ec;
}
section.contents.faq section .qanda .box{
	text-align: left;
	border-bottom: solid 1px #e6e7ec;
	line-height: 1.55;
}
section.contents.faq section .qanda .box .question{
	position: relative;
	display: table;
	width: 100%;
	background: url(img/icon_q.png) no-repeat;
	background-position: left center;
	box-sizing: border-box;
	cursor: pointer;
}
section.contents.faq section .qanda .box .question:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	width: 3.3%;
	background: url(img/arw_qa.png) no-repeat;
	background-size: contain;
	transition: .4s;
}
section.contents.faq section .qanda .box .question.open:after{
	transform: rotateX(180deg) translate(0,-50%);
	transform-origin: top center;
}
section.contents.faq section .qanda .box .question .txt{
	display: table-cell;
	vertical-align: middle;
}
section.contents.faq section .qanda .box .answer{
	display: none;
	background: url(img/icon_a.png) no-repeat #eeeeee;
	background-position: left 3.2% center;
	box-sizing: border-box;
}
section.contents.faq section .qanda .box .answer p{
	margin: 0 0 0.5em;
}
section.contents.faq section .qanda .box .answer a{
	text-decoration: underline;
}
section.contents.faq section .qanda .box .answer a:hover{
	text-decoration: none;
}
section.contents.faq section .qanda .box .answer ul{
	margin: 0.5em 0;
}
section.contents.faq section .qanda .box .answer ul li{
	padding: 0 0 0 1em;
	text-indent: -1em;
	margin: 0 0 0.5em;
}
section.contents.faq section .qanda .box .answer ul li:last-child{
	margin: 0;
}
section.contents.faq section .qanda .box .answer .txt{
	display: table-cell;
	vertical-align: middle;
}
@media(min-width: 480px){
	section.contents.faq section#sec1,
	section.contents.faq section#sec2,
	section.contents.faq section#sec3,
	section.contents.faq section#sec4,
	section.contents.faq section#sec5{
		padding: 50px 0;
	}
	section.contents.faq .anchor_box{
		margin: 35px 0 30px;
	}
	section.contents.faq .anchor_box .btn{
		width: 29%;
		margin: 0 3% 32px 0;
	}
	section.contents.faq section .qanda .box .question{
		font-size: 20px;
		padding: 37px 31px 37px 55px;
		background-size: 30px;
		min-height: 38px;
	}
	section.contents.faq section .qanda .box .answer{
		font-size: 18px;
		padding: 23px 31px 21px 85px;
		background-size: 20px;
	}
}
@media(min-width: 897px){
	section.contents.faq .anchor_box .btn:nth-child(4){
		margin: 0 3% 0 0;
	}
	section.contents.faq .anchor_box .btn:last-child{
		margin: 0;
	}
	section.contents.faq section .qanda .box .question:after{
		height: 18px;
	}
}
@media (max-width: 896px) and (min-width: 480px){
	section.contents.faq .anchor_box .btn {
		display: inline-block;
		letter-spacing: initial;
		margin: 0 0 1em;
		width: 300px;
	}
	section.contents.faq section .qanda .box .question:after{
		height: 12px;
	}
}
@media(max-width: 479px){
	section.contents.faq section#sec1,
	section.contents.faq section#sec2,
	section.contents.faq section#sec3,
	section.contents.faq section#sec4,
	section.contents.faq section#sec5{
		padding: 10vw 0;
	}
	section.contents.faq section .qanda .box .question{
		padding: 5vw 10vw;
		background-size: 6vw;
	}
	section.contents.faq section .qanda .box .question:after{
		width: 4vw;
		height: 3vw;
	}
	section.contents.faq section .qanda .box .answer{
		padding: 5vw 3vw 5vw 12vw;
		background-size: 4.2vw;
	}
}
/*------------------sp時下部ボタン------------------*/
@media(min-width: 480px){
	#sp_btn{
		display: none!important;
	}
}
#sp_btn{
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 990;
	padding: 3vw;
	box-sizing: border-box;
	background: rgba(255,255,255,0.5);
}
#sp_btn .reserve .reserve_btn{
	display: inline-block;
	padding: 0 15%;
	font-size: 15px;
	background: #de3c55;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}
#sp_btn .reserve .recruit_reserve{
	display: inline-block;
	padding: 0 20px;
	font-size: 18px;
	background: #de3c55;
}
#sp_btn .reserve .reserve_btn span {
	display: block;
	background: url(img/icon_cal.png) no-repeat 0 center;
	background-size: 20px auto;
	padding: 20px 0 20px 35px;
}
#sp_btn .reserve .recruit_reserve {
	display: inline-block;
	padding: 0 20px;
	font-size: 18px;
	background: #de3c55;
}
#sp_btn .reserve .recruit_reserve span {
	display: block;
	padding: 20px 53.5px;
}

/*------------------料金テーブル------------------*/
.plan_table_list {
	display: table;
	width: 100%;
	border: solid 2px #d5d5d5;
	color: #071855;
	margin: 0 0 5vw;
}
.plan_table_list th,
.plan_table_list td {
	padding: 1.5vh .5vw;
	margin: 0;
	text-align: center;
	font-size: 3vw;
	border: solid 1px #d5d5d5;
}
.plan_table_list th {
	color: #071855;
	font-weight: bold;
	background: #d5effc;
	border: solid 1px #FFF;
}
.plan_table_list.pink th {
	background: #FFD0DA;
}
.plan_table_list td.red {
	color: #e9546b;
	font-weight: bold;
}
.plan_table_list th:nth-of-type(1) {
	width: 42%;
}
.plan_table_list th:nth-of-type(2) {
	width: 20%;
}
.plan_table_list th:nth-of-type(3) {
	width: 38%;
}
@media screen and (max-width: 320px) {
	.plan_table_list th,
	.plan_table_list td {
		font-size: 1vw;
		letter-spacing: -.05em;
	}
}
@media screen and (min-width: 897px) {
	.plan_table_list th,
	.plan_table_list td {
		font-size: 17px;
	}
	.plan_table_list th:nth-of-type(1) {
		width: 30%;
	}
	.plan_table_list th:nth-of-type(2) {
		width: 35%;
	}
	.plan_table_list th:nth-of-type(3) {
		width: 35%;
	}
}

/*------------------記事テキスト------------------*/
section.contents.infomation .article picture {
	display: block;
	margin-bottom: 2em;
	text-align: center;
}
section.contents.infomation .article picture img {
	margin: 0 auto;
}
section.contents.infomation .article p {
	line-height: 1.66;
	margin-bottom: 2em;
	text-align: left;
}
section.contents.infomation .article .em {
	color: #e9546b;
	font-weight: bold;
}
section.contents.infomation .btn {
	display: block;
	font-size: 15px;
	color: #fff;
	background: #de3c55;
	transition: .4s;
	margin: 0 auto;
	position: relative;
}
section.contents.infomation .btn:after{
	content: '';
	position: absolute;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: translate(0,-50%) rotate(-45deg);
	transition: .4s;
		width: 5vw;
		height: 5vw;
		top: 50%;
		right: 5vw;
}
section.contents.infomation .btn:hover {
	background: #071855;
}
section.contents.infomation .btn span {
	display: block;
	background-size: 26px auto;
	padding: 7vw;
	text-align: center;
}
@media(min-width: 480px){
	section.contents.infomation .btn {
		max-width: 390px;
	}
	section.contents.infomation .btn span {
		padding: 32px 20px 32px 24px;
		font-size: 18px;
	}
	section.contents.infomation .btn:after{
		right: 20px;
		top: 50%;
		width: 22px;
		height: 22px;
	}
}

/*------------------お問い合わせページボタン------------------*/
.btn_more_2 {
	text-align: center;
}
@media (min-width: 480px) {
	.btn_more_2 {
		margin-top: 2em;
		padding: 25px 0;
	}
}

@media (max-width: 479px) {
	.btn_more_2 {
		margin-top: 2em;
		max-width: 100%;
		padding: 6vw 0;
	}
	section.contents .contact section:last-child {
		padding: 10vw 0;
	}
}

/*------------------media------------------*/
section.contents .article.media {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.contents .article.media > div {
	width: 100%;
}
section.contents .article.media > div > a {
	width: 100%;
	display: block;
	cursor: pointer;
	margin-bottom: 15px;
}
section.contents .article.media > div > a > img {
	width: 100%;
	display: block;
	border: #071855 solid 1px;
}
section.contents .article.media > div > a:hover > img {
	border: #de3c55 solid 1px;
}
section.contents .article.media > div > a.title {
	width: auto;
	display: inline-block;
	font-size: 16px;
}
section.contents .article.media > div > a.title:hover {
	color: #de3c55;
	text-decoration: none;
}
section.contents .article.media > div > p.txt {
	font-size: 12px;
	margin-bottom: 30px;
}
@media(min-width: 480px){
	section.contents .article.media {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	section.contents .article.media:after {
		content: '';
		display: block;
		width: calc( (100%/3) - 1rem );
		height: 0;
	}
	section.contents .article.media > div {
		width: calc( (100%/3) - 1rem );
	}
	section.contents .article.media > div > p.txt {
		min-height: 7em;
		margin-bottom: 15px;
	}
}

/* #covid-19 a */
#covid-19 {
	margin-bottom: 30px;
}
#covid-19 a {
	display: block;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 1em 1em 1.1em;
	color: #E3017E;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.38;
	border: 1px solid #E3017E;
	background: #FFF;
}
#information .covid-19 .last_modified {
	font-weight: normal;
}
@media (max-width: 479px) {
	#covid-19 {
		margin-bottom: 4.8vw;
	}
}