@charset "UTF-8";
/*-----------------------------------------------------
全体共通
-------------------------------------------------------*/
body {
	color: #000000;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
a {
	text-decoration: none;
	color: #50b99b;
}
a.txtlink {
	text-decoration: underline;
	color: #1496b4;
}
.part_pc {}
.part_sp {}
#pagetop {
	width: 40px;
}
#pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../img/common/btn_pagetop.png") left top no-repeat;
	background-size: 100%;
}
.main_inner, .clearfix {
	zoom: 1;
	min-height: 1px;
}
.main_inner:after, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
.main { /*
 background-color: #fafcff;*/
}
.font_en, footer p {
	font-family: 'Roboto';
}
h1, h2, h3, h4 {
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-weight: normal;
}
img {
	width: 100%;
	height: auto;
}
/* 767px以下 スマホ向け
--------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
		font-size: 16px;
		line-height: 1.7;
	}
	.snav_open {
		overflow: hidden;
	}
	.snav_open {
		height: 100%;
	}
	img {
		width: 100%;
		height: auto;
	}
	a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.part_pc {
		display: none !Important;
	}
	#navoverlay {
		height: 100%;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #000;
		opacity: 0.5;
		display: none;
		z-index: 15;
	}
	/*-----------------------------------------------------
header
-------------------------------------------------------*/
	.header {
		height: 60px;
		padding: 0;
		box-sizing: border-box;
		position: fixed;
		width: 100%;
		z-index: 99;
		background-color: #fff;
	}
	/*.header h1 {
  width: 266px;
  position: relative;
  z-index: 20;
  margin: 16px 0 15px 20px;
 }*/
	.header h1 {
		width: calc(100% - 85px);
		max-width: 266px;
		position: relative;
		z-index: 20;
		margin: 16px 0 15px 20px;
	}
	.header a {
		display: block;
	}
	/**/
	.spnav_wrapper {
		display: none;
		/**/
		width: 100%;
		background-color: #fff;
		position: fixed;
		z-index: 99;
		overflow-y: scroll;
		top: 60px;
		height: calc(100% - 60px);
	}
	.gnav {
		padding: 20px 20px 0;
	}
	.gnav li.gnavli {
		border-bottom: solid 1px #000;
		position: relative;
		margin-bottom: 15px;
	}
	.gnav li a {
		display: block;
	}
	.gnav li.gnavli > a {
		padding: 8px 0 8px;
		box-sizing: border-box;
		width: calc(100% - 50px);
		font-size: 18px;
		margin-bottom: 15px;
	}
	.gnav li.gnavli.current a {}
	.gnav li.gnavli button {
		width: 50px;
		height: 40px;
		border: none;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		border-left: solid 1px #333;
		background-color: transparent;
	}
	.gnav li.gnavli button span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 20px;
		height: 20px;
		border: 1px solid #333;
		border-radius: 50%;
	}
	.gnav li.gnavli button span::after, .gnav li.gnavli button span::before {
		content: "";
		display: block;
		position: absolute;
		width: 10px;
		height: 1px;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		background-color: #333;
		transition: .5s;
	}
	.gnav li.gnavli button span::before {
		transform: rotate(90deg);
		opacity: 1;
	}
	.gnav li.gnavli button.showon span::before {
		opacity: 0;
		transform: rotate(0deg);
	}
	.gnav li.gnavli div.mmenu {
		display: none;
	}
	/**/
	.gnav li.gnavli ul {
		border-top: dotted 1px #333;
		/*
		display: none;*/
	}
	.gnav li.gnavli li {
		border-bottom: dotted 1px #333;
	}
	.gnav li.gnavli li:last-of-type {
		border-bottom: none;
	}
	.gnav li.gnavli .box_cate {}
	.gnav li.gnavli .box_cate div {
		font-size: 16px;
		letter-spacing: 0.1em;
		color: #fff;
		box-sizing: border-box;
		padding: 10px 0 10px 15px;
		background-color: #50b99b;
	}
	.gnav li.gnavli .box_cate ul {
		border-top: none;
		margin-bottom: 20px;
	}
	.gnav li.gnavli li a {
		padding: 15px 24px 15px 15px;
		position: relative;
	}
	.gnav li.gnavli li a::after {
		content: "";
		border: solid 2px #50b99b;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		width: 6px;
		height: 6px;
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-40%) rotate(-45deg);
	}
	.gnav li.gnavli .box_cate ul li a {
		background-color: #e4f4f0;
	}
	/**/
	.subnav {
		display: flex;
		margin: 0 20px 20px;
	}
	.subnav li {
		width: 50%;
		box-sizing: border-box;
		padding-right: 10px;
	}
	.subnav li:nth-of-type(2) {
		padding-left: 10px;
		padding-right: 0;
	}
	.subnav li a {
		color: #fff;
		background-color: #50b99b;
		font-size: 14px;
		font-size: clamp(0.875rem, 0.636rem + 1.02vw, 1.125rem);
		line-height: 1.2;
		border-radius: 5px;
		padding: 10px 0;
		box-sizing: border-box;
		text-align: center;
	}
	.subnav li:nth-of-type(2) a {}
	.btn_ymg {
		width: 260px;
		position: absolute;
		right: 0;
		top: 0;
		display: none;
	}
	.btn_ymg a {}
	/**/
	.header #menu {
		display: inline-block;
		position: fixed;
		top: 0;
		right: 0;
		height: 60px;
		width: 60px;
		background-color: #50b99b;
		z-index: 20;
	}
	.header .spmenu div {
		transition: all .2s ease-in-out;
		color: #fff;
		text-align: center;
		padding-top: 3px;
		font-size: 14px;
	}
	.header .spmenu span {
		display: block;
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.header .spmenu span:before, .header .spmenu span:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.header .spmenu span, .header .spmenu span:before, .header .spmenu span:after {
		width: 20px;
		height: 2px;
		background-color: #ffffff;
	}
	.header .spmenu span:before {
		margin-top: -10px;
	}
	.header .spmenu span:after {
		margin-top: 8px;
	}
	/* アニメーション */
	.header .peke {}
	.header #menu.peke div {}
	.header .peke span:before, .header .peke span:after {
		margin-top: 0;
	}
	.header .peke span {
		background: transparent;
	}
	.header .peke span:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.header .peke span:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/*-----------------------------------------------------
main
-------------------------------------------------------*/
	.mv {
		position: relative;
		margin: 0 auto;
		opacity: 0;
		animation: mvanime1 3s 0s forwards;
	}
	.mv img {
		width: 100%;
		height: auto;
	}
	.mv span {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.25;
	}
	.mv .mv_inner {
		position: absolute;
		left: 30px;
		bottom: 30px;
	}
	.mv h1 {
		color: #fff;
		font-size: 18px;
		line-height: 1.2;
		letter-spacing: 0.1em;
	}
	.mv h1 .h1_txt1 {
		margin-bottom: 10px;
		border-left: solid 4px #fff;
		padding-left: 15px;
		opacity: 0;
		transform: translateY(20px);
		animation: mvanime2 1s .5s forwards;
	}
	.mv h1 .h1_txt2 {
		font-size: 15px;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-weight: 300;
		opacity: 0;
		transform: translateY(10px);
		animation: mvanime3 1s .7s forwards;
	}
	/*-----------------------------------------------------
sidenav
-------------------------------------------------------*/
	.main_inner, .main_inner100 {
		width: 94%;
		margin: 0 auto;
		padding-top: 30px;
	}
	.main_inner aside {
		display: none;
	}
	.main_inner aside div {
		display: none;
	}
	.main_inner aside ul {}
	.main_inner aside ul li {
		display: none;
	}
	/*-----------------------------------------------------
contents
-------------------------------------------------------*/
	.contents_wrap {
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.contents .pg {
		margin: 0 auto 30px;
	}
	.contents .box {
		margin: 0 0 30px;
	}
	.contents .box_sky, .contents .box_kei, .contents .box_keigray, .contents .box_keiblack {
		margin: 30px 0 30px;
	}
	.contents .box_sky, .contents .box_kei, .contents .box_keigray, .contents .box_keiblack, .contents .box_keired {
		margin: 30px 0 30px;
	}
	.contents .box_kei, .contents .box_keigray, .contents .box_keiblack, .contents .box_keired {
		border: solid 2px #50b99b;
		padding: 20px 20px 10px;
		border-radius: 8px;
		background-color: #fff;
	}
	.contents .box_sky {
		background-color: #e4f4f0;
		padding: 20px 15px;
	}
	.contents .box_keigray {
		border: solid 2px #b5b5b6;
	}
	.contents .box_keiblack {
		border: solid 2px #000;
		border-radius: 0px;
	}
	.contents .box_keired {
		border: solid 2px #a7161d;
		border-radius: 0px;
	}
	/**/
	.contents h2 {
		color: #fff;
		padding: 13px 10px 11px 15px;
		font-size: 20px;
		margin-bottom: 30px;
		border: solid 1px #005e3c;
		position: relative;
		box-sizing: border-box;
	}
	.contents h2::after {
		position: absolute;
		left: 4px;
		top: 5px;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #51b197;
		display: block;
		z-index: -1;
	}
	.contents h2.h_red::after {
		background-color: #c00d1f;
	}
	.contents h3 {
		font-weight: bold;
		font-size: 20px;
		position: relative;
		margin-bottom: 20px;
		color: #005e3c;
		border-left: solid 4px #005e3c;
		border-bottom: solid 1px #005e3c;
		padding: 0 0 7px 10px;
	}
	.contents h4 {
		color: #005e3c;
		font-size: 18px;
		font-weight: bold;
		margin: 15px 0;
		padding-bottom: 10px;
		border-bottom: solid 1px #005e3c;
	}
	.contents h5 {
		font-size: 18px;
		font-weight: 500;
		padding-bottom: 10px;
		color: #50b99b;
	}
	.contents .h_bar {
		font-size: 22px;
		color: #50b99b;
		text-align: center;
		margin: 0 auto 30px;
		line-height: 1.3;
	}
	.contents .h_bar div {
		display: inline-block;
	}
	.contents .h_bar div::after {
		content: "";
		width: 100%;
		height: 3px;
		display: block;
		background-color: #50b99b;
		margin-top: 7px;
	}
	.contents .h_bar span {
		font-size: 70%;
		vertical-align: baseline;
		display: block;
	}
	/**/
	.contents p {
		margin-bottom: 15px;
		line-height: 1.8;
		font-size: 16px;
	}
	.contents .note {
		font-size: 13px;
		margin-bottom: 30px;
	}
	.contents .bg_green {
		background-color: #e4f4f0;
		margin-bottom: 20px;
		padding: 20px;
	}
	.contents div.bg_green {
		border-radius: 10px;
	}
	.contents div.bg_green p:last-of-type {
		margin-bottom: 0;
	}
	.contents strong {
		font-weight: bold;
	}
	.contents .red {
		color: #a7161d;
	}
	.contents .ex_color {
		color: #51b297;
		margin-right: 2px;
	}
	/* font18*/
	.contents .font_ll {
		font-size: 24px;
	}
	.contents .font_l2 {
		font-size: 20px;
	}
	.contents .font_l {
		font-size: 18px;
	}
	.contents .font_m {
		font-size: 15px;
	}
	/**/
	.contents .img, .contents .img_center {
		margin: 0 auto 20px;
	}
	.contents .img_center {
		text-align: center;
	}
	.contents .imgtxt {
		display: block;
		margin-top: 5px;
		text-align: left;
		font-size: 13px;
	}
	/**/
	.contents .box_anker {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
	}
	.contents .box_anker > div {
		margin-bottom: 10px;
		display: flex;
	}
	.contents .box_anker2 > div {
		width: calc(50% - 5px);
	}
	.contents .box_anker2 > div:nth-of-type(2n) {
		margin-right: 0;
	}
	.contents .box_anker3 > div {
		width: calc(50% - 5px);
	}
	.contents .box_anker3 > div:nth-of-type(2n) {
		margin-right: 0;
	}
	.contents .box_anker4 > div {
		width: calc(50% - 5px);
	}
	.contents .box_anker5 > div {
		width: calc(50% - 5px);
	}
	/**/
	.contents .box_anker div a {
		display: block;
		border: solid 1px #50b99b;
		box-sizing: border-box;
		color: #000;
		padding: 5px 10px 5px 30px;
		position: relative;
		line-height: 1.2;
		background-color: #fff;
		width: 100%;
		height: 50px;
		font-size: 14px;
	}
	.contents .box_anker div.ex_nav a {
		height: 60px;
	}
	.contents .box_anker div a div {
		position: absolute;
		left: 34px;
		top: 50%;
		transform: translateY(-50%);
	}
	.contents .box_anker div a span {
		display: block;
		height: 16px;
		width: 16px;
		background-color: #50b99b;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
	}
	.contents .box_anker div a span::after {
		position: absolute;
		left: 50%;
		top: 50%;
		content: "";
		width: 10px;
		border-top: solid 2px #fff;
		border-radius: 1px;
		transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	}
	.contents .box_anker div a span::before {
		position: absolute;
		left: 50%;
		top: 50%;
		content: "";
		width: 5px;
		height: 5px;
		border: solid 2px #fff;
		border-left: none;
		border-top: none;
		border-radius: 1px;
		display: block;
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
	}
	/**/
	.contents .column2, .contents .column3, .contents .column4, .contents .column0 {
		margin: 0 auto 30px;
	}
	.contents .column2 .column, .contents .column3 .column, .contents .column4 .column {
		margin-bottom: 30px;
	}
	.contents .column2 .column:last-of-type, .contents .column3 .column:last-of-type, .contents .column4 .column:last-of-type, .contents .column0 > div:last-of-type {
		margin-bottom: 0;
	}
	/**/
	.contents ul {
		margin-bottom: 30px;
	}
	.contents ol ul {
		margin-bottom: 0;
	}
	.contents ul > li {
		position: relative;
		margin-bottom: 8px;
		padding-left: 18px;
		line-height: 1.4;
	}
	.contents ul li::before {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		background-color: #50b99b;
		border-radius: 5px;
		position: absolute;
		left: 0;
		top: 6px;
	}
	/**/
	.contents ul.clearfix {}
	.contents ul.clearfix > li {
		float: left;
		margin: 0 20px 10px 0;
	}
	.contents .ul_btn {}
	.contents .ul_btn li {
		margin: 0 0 20px 0;
		padding: 0;
	}
	.contents .ul_btn li::before {
		display: none;
	}
	.contents .ul_btn li .btn {
		margin: 0;
	}
	/**/
	.contents .ul_red {}
	.contents .ul_red > li::before {
		background-color: #a7161d;
	}
	.contents .ul_small > li::before {
		width: 4px;
		height: 4px;
		left: 3px;
		background-color: #000000;
		top: 12px;
	}
	/**/
	.contents .ul_ex1 {}
	.contents .ul_ex1 li {
		margin: 0 0 20px 0;
		padding: 0;
	}
	.contents ul.ul_ex1 > li {
		padding-left: 1.5em;
		text-indent: -1.5em;
	}
	.contents ul.ul_ex1 li::before {
		content: none;
	}
	.contents .ul_ex1 li span {
		color: #50b99b;
	}
	/**/
	/**/
	.contents .ul_recruit {
		display: flex;
		flex-wrap: wrap;
	}
	.contents .ul_recruit li {
		position: relative;
		margin-bottom: 15px;
		padding-left: 0;
		width: -webkit-calc((100% - 20px)/2);
		width: calc((100% - 20px)/2);
		margin: 0 20px 15px 0;
		background: url("../img/common/btn_recruit.jpg") left 50% no-repeat;
		background-size: cover;
	}
	.contents .ul_recruit li:nth-of-type(2n) {
		margin-right: 0;
	}
	.contents .ul_recruit li::before {
		content: none;
	}
	.contents .ul_recruit li a {
		font-size: 16px;
		padding: 20px 15px 20px 10px;
		border: solid 1px #dcdddd;
		border-left: solid 10px #50b99b;
		box-sizing: border-box;
		display: block;
		color: #000000;
		position: relative;
		height: 100%;
	}
	.contents .ul_recruit li a::after {
		position: absolute;
		right: 10px;
		top: 50%;
		content: "";
		width: 12px;
		border-top: solid 2px #50b99b;
		border-radius: 2px;
		transform: translateY(-50%);
	}
	.contents .ul_recruit li a::before {
		position: absolute;
		right: 10px;
		top: 50%;
		content: "";
		width: 6px;
		height: 6px;
		border: solid 2px #50b99b;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
	}
	/**/
	.contents .likei {}
	.contents .likei > li {
		border: solid 1px #50b99b;
		padding: 5px 7px;
		background-color: #fff;
		margin-bottom: 10px;
	}
	.contents .likei li::before {
		content: none;
	}
	/**/
	.contents ol {
		margin-bottom: 20px;
		counter-reset: my-counter;
	}
	.contents ul ol {
		margin-bottom: 0;
	}
	.contents ol > li {
		position: relative;
		margin-bottom: 15px;
		padding-left: 24px;
		line-height: 1.4;
	}
	.contents ol > li::before {
		content: counter(my-counter);
		counter-increment: my-counter;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		background-color: #50b99b;
		border-radius: 50%;
		width: 18px;
		height: 18px;
		line-height: 18px;
		position: absolute;
		text-align: center;
		left: 0;
		top: 2px;
	}
	.contents ol > li > ul {
		margin-left: -24px !important;
	}
	.contents ol > li ul > li {}
	.contents .ol_white {}
	.contents .ol_white > li::before {
		color: #000;
		background-color: #fff;
		border: solid 1px #000;
		box-sizing: border-box;
		line-height: 16px;
		top: 0;
	}
	.contents .ol_ex {}
	.contents .ol_ex > li {
		padding-left: 30px;
	}
	.contents .ol_ex > li::before {
		color: #50b99b;
		border-right: solid 3px #50b99b;
		border-radius: 0;
		line-height: 16px;
		background-color: #fff;
	}
	/* .contents ol>li>ul, .contents ul>li>ol, .contents ul>li>ul, .contents ol>li>ol {
  padding-top: 5px;
 }
 .contents ul>li>ol {
  margin-left: -20px;
 }
 .contents ol>li>ol {}
 .contents ol>li>ul {
  margin-left: -36px;
 }
 .contents ul>li>ul {
  margin-left: -20px;
 }*/
	/**/
	.contents table th ul > li:last-of-type, .contents table td ul > li:last-of-type, .contents table th ol > li:last-of-type, .contents table td ol > li:last-of-type {
		margin-bottom: 0;
	}
	/**/
	.contents .btn {
		margin-bottom: 30px;
		margin-top: 20px;
		line-height: 1.1;
	}
	.contents .btn_center {
		text-align: center;
	}
	.contents .btn a {
		display: inline-block;
		border-radius: 25px;
		padding: 15px 65px 15px 30px;
		border: solid 1px #fff;
		color: #fff;
		position: relative;
		background-color: #51b297;
		font-size: 14px;
		box-shadow: 2px 2px #cdcdcd;
	}
	.contents .btn a::after {
		position: absolute;
		right: 20px;
		top: 50%;
		content: "";
		width: 16px;
		border-top: solid 2px #fff;
		border-radius: 2px;
		transform: translateY(-50%);
		transition: .5s;
	}
	.contents .btn a::before {
		position: absolute;
		right: 20px;
		top: 50%;
		content: "";
		width: 10px;
		height: 10px;
		border: solid 2px #fff;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		transition: .5s;
	}
	/**/
	.contents .btn_txt a {
		color: #231815;
		transition: .5s;
		position: relative;
		padding-left: 15px;
	}
	.contents .btn_txt a::after {
		content: "";
		border: solid 2px #50b99b;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		width: 6px;
		height: 6px;
		display: block;
		position: absolute;
		top: 50%;
		left: 2px;
		transform: translateY(-40%) rotate(-45deg);
	}
	/**/
	.contents .btn_keibox {
		width: 100%;
		margin-bottom: 10px;
	}
	.contents .btn_keibox a {
		display: block;
		position: relative;
		border: solid 1px #DCDDDD;
		border-left: solid 30px #50b99b;
		color: #000000;
		padding: 20px 10px 20px 10px;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 1.2;
	}
	.contents .btn_keibox a::before {
		position: absolute;
		left: -22px;
		top: 50%;
		content: "";
		width: 11px;
		height: 2px;
		background-color: #fff;
		display: block;
		transform: translateY(-50%);
		border-radius: 2px;
	}
	.contents .btn_keibox a::after {
		position: absolute;
		left: -18px;
		top: 50%;
		content: "";
		width: 6px;
		height: 6px;
		border: solid 2px #fff;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
	}
	/* 
 
 */
	/* 診療トップで共通使用 */
	.contents .shinryobtn {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.contents .shinryobtn .btn_keibox {
		margin-bottom: 10px;
	}
	/**/
	.contents .btn_w a {
		padding: 15px 30px 15px 35px;
		color: #000;
		background-color: #fff;
		border: solid 1px #50b99b;
	}
	.contents .btn_w a::after {
		position: absolute;
		right: auto;
		left: 20px;
		content: "";
		width: 5px;
		height: 18px;
		background-color: #50b99b;
		border: none;
		transform: translateY(-50%);
	}
	.contents .btn_w a::before {
		border: solid 1px #231815;
		border-left: none;
		border-top: none;
		border-radius: 0;
		transform: translateY(-50%) rotate(-45deg);
	}
	/**/
	.contents .btn_list {
		margin-bottom: 15px;
	}
	.contents .btn_txt2, .contents .btn_list div {
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.contents .btn_txt2 a, .contents .btn_list div a {
		position: relative;
		padding-left: 24px;
		color: #005e3c;
		text-decoration: underline;
	}
	/*.contents .btn_txt2 a,*/ .contents .btn_list div a {
		display: block;
	}
	.contents .btn_txt2 a::before, .contents .btn_list div a::before {
		position: absolute;
		left: 0px;
		top: 50%;
		content: "";
		width: 16px;
		height: 16px;
		background-color: #005e3c;
		display: block;
		transition: .5s;
		transform: translateY(-50%);
	}
	.contents .btn_txt2 a::after, .contents .btn_list div a::after {
		position: absolute;
		left: 4px;
		top: 50%;
		content: "";
		width: 5px;
		height: 5px;
		border: solid 1px #fff;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		transition: .5s;
	}
	.contents a.outlink {
		background: url("../img/common/outsite.png") right 50% no-repeat;
		background-size: 16px;
		padding-right: 23px;
		display: inline !important;
	}
	.contents .btn_img a {
		margin: 0 auto 30px;
		text-align: center;
		display: block;
	}
	.contents .column .btn_img a {
		margin-bottom: 0;
	}
	/**/
	.contents table {
		border: none;
		border-collapse: collapse;
		width: 100%;
		background-color: #ffffff;
		font-size: 16px;
		margin-bottom: 40px;
	}
	.contents table th, .contents table td {
		border: solid 1px #898989;
		vertical-align: middle;
		padding: 10px 20px;
		font-size: 100%;
		font-weight: normal;
	}
	/**/
	.contents .table_spvertical table th, .contents .table_spvertical table td {
		display: block;
	}
	/**/
	.contents .table_exleft table tr > td:nth-of-type(1), .contents table th {
		text-align: center;
		background-color: #e4f4f0;
		white-space: nowrap;
	}
	.contents .sp_vertical table {
		border-bottom: solid 1px #898989;
	}
	.contents .sp_vertical table th, .contents .sp_vertical table td {
		display: block;
	}
	.contents .sp_vertical table td {
		border-bottom: none;
	}
	.contents .td_nonenorawp table tr > td:nth-of-type(1) {
		white-space: normal;
	}
	.contents table td {
		text-align: left;
		background-color: #fff;
	}
	.contents table .no_rightbar {
		border-right: none;
	}
	.contents table .no_leftbar {
		border-left: none;
	}
	.contents table .td_color {
		background-color: #005e3c;
		color: #fff;
	}
	.contents table .line_tdgray td {
		background-color: #f0f0f0;
	}
	.contents table .td_center {
		text-align: center;
	}
	.contents table .td_right {
		text-align: right;
	}
	.contents table .td_left {
		text-align: left !important;
	}
	.contents table a {
		text-decoration: underline;
	}
	/**/
	.contents .table_barlest {
		font-size: 14px;
		background-color: transparent;
	}
	.contents .table_barlest tr {
		border-bottom: dashed 1px #787878;
	}
	.contents .table_barlest tr:last-of-type {
		border-bottom: none;
	}
	.contents .table_barlest td {
		border: none;
		padding: 20px 0;
		background-color: transparent;
		display: block;
	}
	.contents .table_barlest tr td {
		border: none;
		padding: 5px 0 20px;
		background-color: transparent;
		display: block;
	}
	.contents .table_barlest tr td:first-of-type {
		border: none;
		padding: 20px 0 0;
		display: block;
	}
	/**/
	.contents table ul, .contents table ol {
		margin-bottom: 0;
	}
	/*.contents .table_min, .contents .table_min table {
  width: 100%;
 }*/
	.contents .table_min table {}
	.contents .table_scroll {
		overflow-x: auto;
		width: 100%;
		margin-bottom: 40px;
	}
	.contents .table_scroll table {
		margin-bottom: 0;
	}
	.contents .table_recruit td:first-child {
		color: #1b4655;
	}
	.contents .table_tanto table {
		margin-bottom: 10px;
	}
	.contents .table_tanto table tr td {
		white-space: nowrap;
		text-align: center;
	}
	.contents .table_tanto table tr td:first-of-type {
		text-align: center;
		background-color: #e4f4f0;
		white-space: nowrap;
	}
	/**/
	.h_q {
		font-size: 15px;
		background-color: #e4f4f0;
		line-height: 1.4;
		padding: 15px 10px 10px 40px;
		margin-bottom: 15px;
		position: relative;
	}
	.h_q::after, .div_a::after {
		position: absolute;
		left: 15px;
		top: 15px;
		content: "Q.";
		letter-spacing: 0.05em;
		font-weight: bold;
		font-size: 16px;
	}
	.div_a {
		padding: 0 0 0 40px;
		margin-bottom: 30px;
		position: relative;
		line-height: 1.4;
	}
	.div_a::after {
		top: 0px;
		content: "A.";
	}
	/**/
	.name_div {
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 1.6;
		padding-left: 20px;
		border-left: solid 11px #50b99b;
	}
	.name_div span {
		display: block;
		font-size: 14px;
	}
	/**/
	.box_accordion {
		margin: 40px 0;
	}
	.bottom_min {
		margin-bottom: 15px;
	}
	/**/
	.box_accordion .h_accordion {}
	.box_accordion .h_accordion a {
		position: relative;
		font-size: 16px;
		color: #000;
		border: solid 2px #50b99b;
		padding: 15px 20px;
		box-sizing: border-box;
		display: block;
		background-color: #fff;
		line-height: 1.4;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	}
	.box_accordion .h_accordion a::after {
		position: absolute;
		right: 15px;
		top: 49%;
		content: "";
		width: 8px;
		height: 8px;
		border: solid 2px #50b99b;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform-origin: 50% 50%;
		transform: translateY(-50%) rotate(45deg);
		transition: .5s;
	}
	.box_accordion .h_accordion a.a_open::after {
		position: absolute;
		right: 14px;
		top: 50%;
		content: "";
		background-color: #50b99b;
		width: 12px;
		height: 2px;
		border: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(0deg);
		transition: .5s;
	}
	/**/
	.box_accordion .h_accordion a.h_a_q {
		padding-left: 50px;
		font-weight: normal;
		padding-right: 35px;
		font-size: 16px;
	}
	.box_accordion .h_accordion a.h_a_q span {
		font-weight: bold;
		font-size: 20px;
		color: #fff;
		background-color: #50b99b;
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		box-sizing: border-box;
		padding: 13px 10px 0;
		line-height: 1.2;
	}
	.box_accordion .div_a {
		padding: 0 0 0 42px;
		margin-bottom: 30px;
		position: relative;
		line-height: 1.4;
	}
	.box_accordion .div_a::after {
		content: "A.";
		left: 12px;
		top: 0px;
		color: #50b99b;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.1;
	}
	/**/
	.box_accordion .h_dname a {
		font-size: 18px;
		padding: 10px 20px;
		font-weight: normal;
	}
	.box_accordion .h_dname a span {
		font-size: 15px;
		display: block;
		font-weight: normal;
	}
	/**/
	.box_accordion .box_toggle {
		margin-top: 30px;
		display: none;
	}
	.box_accordion .box_toggle .end_accordion {
		display: block;
		height: 1px;
		width: 100%;
	}
	/**/
	.box_news dl {
		display: block;
	}
	.box_news dl dt {
		font-size: 14px;
		letter-spacing: 0.04em;
	}
	.box_news dl dd {
		font-size: 15px;
		letter-spacing: 0.04em;
		margin-bottom: 15px;
		line-height: 1.4;
	}
	.box_news dl dd a {
		text-decoration: underline;
		transition: .5s;
	}
	.box_news dl dd:last-of-type {
		margin-bottom: 0;
	}
	.box_recruit {
		width: 92%;
		margin: 0 auto 30px;
	}
	/**/
	.box_info dl {
		display: block;
	}
	.box_info dl dt {}
	.box_info dt span {
		color: #005e3c;
		background-color: #edf8f5;
		border-radius: 4px;
		text-align: center;
		font-size: 16px;
		display: inline-block;
		margin-right: 20px;
		vertical-align: top;
		/*font-weight:bold;*/
	}
	.box_info dl dt time {
		font-size: 16px;
	}
	.box_info dl dd {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.box_info dl dd a {
		color: #000000;
		text-decoration: underline;
	}
	/* タブ切り替え */
	.contents .h_tab {}
	.contents .h_tab .ul_tabsp {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.contents .h_tab .ul_tabsp li {
		position: relative;
		margin-bottom: 10px;
		padding-left: 0;
		width: calc(50% - 5px);
	}
	/**/
	/**/
	.contents .h_tab .ul_tabsp li::before {
		display: block;
	}
	
	.contents .h_tab .ul_tabsp li a {
		display: block;
		color: #50b99b;
		border: solid 1px #50b99b;
		background-color: #fff;
		line-height: 1.2;
		padding: 15px 25px 15px 5px;
		width: 100%;
		box-sizing: border-box;
		position: relative;
		transition: .5s;
		text-align: center;
	}
	.contents .h_tab .ul_tabsp li a::after {
		position: absolute;
		right: 15px;
		top: 49%;
		content: "";
		width: 8px;
		height: 8px;
		border: solid 2px #50b99b;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform-origin: 50% 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.contents .h_tab .ul_tabsp li.showtabbox a {
		background-color: #50b99b;
		color: #fff;
	}
	.contents .block_tab {}
	.contents .block_tab .box_tab {
		margin-bottom: 30px;
	}
	.contents .block_tab .showtabbox {}
	/**/
	.btn_info {
		display: block;
		width: 120px;
		margin: 10px auto 40px;
	}
	.btn_info a {
		color: #50b99b;
		font-size: 14px;
		transition: .5s;
		position: relative;
		border: solid 1px #50b99b;
		border-radius: 4px;
		padding: 10px 0 10px 20px;
		box-sizing: border-box;
		line-height: 1.2;
		display: block;
	}
	.btn_info a::after {
		content: "";
		border: solid 2px #50b99b;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		width: 6px;
		height: 6px;
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-40%) rotate(-45deg);
		transition: .5s;
	}
	/**/
	.dot_under {
		border-bottom: dotted 1px #9fa0a0;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	/**/
	.caution {
		margin-left: 1em;
		text-indent: -1em;
		margin-bottom: 30px;
	}
	.caution p {
		margin-bottom: 0;
		font-size: 13px;
	}
	/*-----------------------------------------------------
footer
-------------------------------------------------------*/
	footer {
		background-color: #50b99b;
		padding: 20px 25px 10px;
	}
	footer, footer a {
		color: #fff;
	}
	footer .ul_footer1, footer .ul_footer2 {}
	footer .ul_footer1 {
		margin: 0 auto 30px;
		padding-bottom: 10px;
		border-bottom: solid 1px #fff;
	}
	footer .ul_footer1 li {
		margin: 0 0 10px;
		font-size: 15px;
	}
	footer .ul_footer1 li a {
		background: url("../img/common/arrow2.png") left 50% no-repeat;
		background-size: 16px;
		padding-left: 20px;
		line-height: 1.2;
	}
	footer .ul_footer2 {
		margin: 0 auto 10px;
		line-height: 1.2;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		font-size: 17px;
	}
	footer .ul_footer2 li {
		margin: 0 auto;
	}
	footer .ul_footer2 li:nth-of-type(1) {
		margin-bottom: 10px;
		width: 100%;
	}
	footer .ul_footer2 li:nth-of-type(1) a {
		max-width: 320px;
		display: block;
		margin: 0 auto;
	}
	footer .ul_footer2 li:nth-of-type(2) {
		font-size: 14px;
		margin-bottom: 13px;
		width: 100%;
	}
	footer .ul_footer2 li:nth-of-type(3) {
		flex-basis: auto;
	}
	footer .ul_footer2 li:nth-of-type(4) {
		flex-basis: auto;
	}
	footer p {
		font-size: 12px;
		text-align: center;
	}
}
/* 768px以上 PC向け
--------------------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.8;
		color: #222;
	}
	#navoverlay {
		display: none !Important;
	}
	.spnav_wrapper {
		display: block !Important;
	}
	.part_sp {
		display: none !Important;
	}
	a {
		transition: .5s;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	#pagetop a {
		transition: .5s;
	}
	#pagetop a:hover {
		opacity: 0.5;
	}
	#wrapper {
		min-width: 1200px;
		padding-top: 140px;
	}
	/*-----------------------------------------------------
header
-------------------------------------------------------*/
	.header {
		position: fixed;
		width: 100%;
		height: 140px;
		top: 0;
		background-color: #fff;
		z-index: 15;
	}
	.header h1 {
		margin-bottom: 24px;
		width: 500px;
	}
	.header h1 a:hover, .btn_ymg a:hover {
		opacity: 0.7;
	}
	.header a {
		display: block;
	}
	.header h1 a img {
		width: 100%;
		height: auto;
	}
	.header .header_inner {
		width: 1200px;
		margin: 0 auto;
		position: relative;
		padding: 28px 0 0;
	}
	/**/
	.spnav_wrapper {}
	.gnav {
		zoom: 1;
		min-height: 1px;
	}
	.gnav:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.gnav li.gnavli {
		float: left;
		display: inline;
		padding-right: 15px;
		margin-right: 15px;
		border-right: solid 1px #323232;
	}
	.gnav li.gnavli:last-of-type {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}
	.gnav li.gnavli > a {
		color: #323232;
		font-size: 16px;
		line-height: 1.2;
	}
	.gnav li.gnavli > a::after {
		content: "";
		background-color: #50b99b;
		width: 0%;
		height: 2px;
		display: block;
		margin: 3px auto 0;
		transition: .3s;
	}
	.gnav li.gnavli:hover > a, .gnav li.gnavli.current > a {
		color: #50b99b;
	}
	.gnav li.gnavli:hover > a::after {
		width: 100%;
	}
	/**/
	.gnav li.gnavli button {
		display: none;
	}
	.gnav li.gnavli div.mmenu {
		position: absolute;
		left: 0;
		top: 120px;
		box-sizing: border-box;
		transform: translateY(15px);
		visibility: hidden;
		transition: .3s;
		opacity: 0;
		padding-top: 20px;
	}
	/**/
	.gnav li.gnavli:nth-of-type(2) div.mmenu {
		left: 80px;
	}
	.gnav li.gnavli:nth-of-type(3) div.mmenu {
		left: 207px;
	}
	.gnav li.gnavli:nth-of-type(4) div.mmenu {
		left: 335px;
	}
	.gnav li.gnavli:nth-of-type(6) div.mmenu {
		left: 523px;
	}
	.gnav li.gnavli:nth-of-type(7) div.mmenu {
		left: 620px;
	}
	/**/
	.gnav li.gnavli div.mmenu a {
		transition: unset;
	}
	.gnav li.gnavli:hover div.mmenu {
		visibility: visible;
		transform: translateY(0);
		opacity: 1;
	}
	.gnav li.gnavli div.block_mmenu {
		border-radius: 10px;
		padding: 20px 30px 20px 20px;
		background-color: #fff;
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .1);
		line-height: 1.4;
	}
	/**/
	.gnav li.current > a {
		cursor: default;
	}
	/**/
	.gnav li.gnavli div.block_mmenu ul li {
		margin-bottom: 15px;
	}
	.gnav li.gnavli div.block_mmenu ul li:last-of-type {
		margin-bottom: 0;
	}
	.gnav li.gnavli div.block_mmenu a {
		color: #231815;
		transition: .3s;
		position: relative;
		padding-left: 18px;
	}
	.gnav li.gnavli div.block_mmenu a::after {
		content: "";
		border: solid 2px #50b99b;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		width: 6px;
		height: 6px;
		display: block;
		position: absolute;
		top: 50%;
		left: 2px;
		transform: translateY(-40%) rotate(-45deg);
	}
	.gnav li.gnavli div.block_mmenu a:hover {
		color: #50b99b;
	}
	/**/
	.gnav li.gnavli .block_cate {}
	.bo + .box_cate {
		margin-top: 10px;
	}
	.gnav li.gnavli .box_cate {
		margin-bottom: 30px;
	}
	.gnav li.gnavli .box_cate div {
		font-size: 16px;
		letter-spacing: 0.1em;
		color: #50b99b;
		border-bottom: solid 2px #50b99b;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.gnav li.gnavli .box_cate ul {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
	}
	.gnav li.gnavli .block_mmenu .box_cate ul li {
		margin: 0px 20px 0px 0;
	}
	.gnav li.gnavli .box_cate ul li a {
		color: #000;
	}
	.gnav li.gnavli .box_cate ul li a span {
		color: #000;
		font-size: 14px;
	}
	/**/
	.subnav:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.subnav {
		zoom: 1;
		min-height: 1px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.subnav li {
		float: left;
		display: inline;
		margin-left: 10px;
		width: 120px;
		text-align: center;
	}
	.subnav li a {
		color: #50b99b;
		border: solid 1px #50b99b;
		font-size: 16px;
		line-height: 1.2;
		border-radius: 5px;
		padding: 3px 0 5px;
		box-sizing: border-box;
		display: block;
	}
	.subnav li a:hover {
		color: #fff;
		background-color: #50b99b;
	}
	.btn_ymg {
		width: 200px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.btn_ymg a img {
		width: 100%;
		height: auto;
	}
	/**/
	.header #menu {
		display: none !Important;
	}
	/*-----------------------------------------------------
main
-------------------------------------------------------*/
	.main {}
	.mv {
		position: relative;
		margin: 0 auto;
		opacity: 0;
		animation: mvanime1 3s 0s forwards;
	}
	.mv img {
		width: 100%;
		height: auto;
	}
	.mv span {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.25;
	}
	.mv .mv_inner {
		position: absolute;
		top: 50%;
		width: 1200px;
		left: 0;
		right: 0;
		height: 50%;
		margin: 0 auto;
	}
	.mv h1 {
		color: #fff;
		font-size: 34px;
		/*  font-size: 18px;		
  position: absolute;
  left: 30px;
  top: 50%;
  */
		line-height: 1.2;
		letter-spacing: 0.1em;
	}
	.mv h1 .h1_txt1 {
		margin-bottom: 10px;
		border-left: solid 4px #fff;
		padding-left: 15px;
		opacity: 0;
		transform: translateY(20px);
		animation: mvanime2 1s .5s forwards;
	}
	.mv h1 .h1_txt2 {
		font-size: 18px;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-weight: 300;
		opacity: 0;
		transform: translateY(10px);
		animation: mvanime3 1s .7s forwards;
	}
	/*-----------------------------------------------------
sidenav
-------------------------------------------------------*/
	.main_inner, .main_inner100 {
		margin: 70px auto 0;
		padding-bottom: 1px;
	}
	.main_inner {
		width: 1200px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.main_inner aside {
		position: sticky;
		top: 140px;
		width: 230px;
		margin-bottom: 100px;
	}
	.main_inner aside div {
		color: #005e3c;
		text-align: right;
		font-size: 20px;
		box-sizing: border-box;
		padding: 35px 5px 10px 0;
		line-height: 1.3;
		background: url("../img/common/bg_aside.jpg") left top no-repeat;
		background-size: 100%;
	}
	.main_inner aside ul {}
	.main_inner aside ul li {
		border-bottom: dashed 1px #b0b0b1;
		font-size: 15px;
	}
	.main_inner aside ul li:first-of-type {
		border-top: dashed 1px #b0b0b1;
	}
	.main_inner aside ul li a {
		padding: 10px 0 10px 40px;
		color: #000000;
		display: block;
		position: relative;
		line-height: 1.4;
	}
	.main_inner aside ul li a::before {
		position: absolute;
		left: 14px;
		top: 50%;
		content: "";
		width: 16px;
		height: 16px;
		background-color: #50b99b;
		border-radius: 8px;
		display: block;
		transition: .5s;
		transform: translateY(-50%);
	}
	.main_inner aside ul li a::after {
		position: absolute;
		left: 18px;
		top: 50%;
		content: "";
		width: 5px;
		height: 5px;
		border: solid 1px #fff;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		transition: .5s;
	}
	.main_inner aside ul li a:hover, .main_inner aside ul li.current a {
		background-color: #cbe8e0;
	}
	/**/
	.contents_wrap {
		margin: 0 auto 90px;
		width: 1200px;
	}
	/**/
	.main_inner .contents_wrap {
		margin: 0 0 90px 50px;
		width: 920px;
	}
	/*-----------------------------------------------------
contents
-------------------------------------------------------*/
	.contents .pg {
		margin: 0 0 70px;
	}
	.contents .box {
		margin: 0 0 40px 0;
	}
	.contents .box_sky, .contents .box_kei, .contents .box_keigray, .contents .box_keiblack, .contents .box_keired {
		margin: 30px 0;
	}
	.contents .box_kei, .contents .box_keigray, .contents .box_keiblack, .contents .box_keired {
		border: solid 1px #50b99b;
		padding: 20px 20px 10px;
		border-radius: 10px;
		background-color: #fff;
	}
	.contents .box_sky {
		background-color: #e4f4f0;
		padding: 25px;
		font-size: 140%;
	}
	.contents .box_keigray {
		border: solid 1px #b5b5b6;
	}
	.contents .box_keiblack {
		border: solid 1px #000;
		border-radius: 0px;
	}
	.contents .box_keired {
		border: solid 2px #a7161d;
		border-radius: 0px;
	}
	/**/
	.contents h2 {
		color: #fff;
		padding: 19px 10px 15px 20px;
		font-size: 26px;
		margin-bottom: 30px;
		border: solid 1px #005e3c;
		position: relative;
		box-sizing: border-box;
	}
	.contents h2::after {
		position: absolute;
		left: 4px;
		top: 5px;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #51b197;
		display: block;
		z-index: -1;
	}
	.contents h2.h_red::after {
		background-color: #c00d1f;
	}
	.contents h3 {
		font-weight: bold;
		font-size: 24px;
		position: relative;
		margin-bottom: 40px;
		color: #005e3c;
		border-left: solid 6px #005e3c;
		border-bottom: solid 1px #005e3c;
		padding: 0 0 5px 10px;
	}
	/*.contents h3 {
		font-weight:bold;
  font-size: 24px;
  
  position: relative;
  margin-bottom: 40px;
 }*/
	.contents h4 {
		color: #005e3c;
		font-size: 18px;
		font-weight: bold;
		margin: 15px 0;
		padding-bottom: 10px;
		border-bottom: solid 1px #005e3c;
	}
	.contents h5 {
		font-size: 16px;
		font-weight: 500;
		padding-bottom: 10px;
		color: #50b99b;
	}
	.contents .h_bar {
		font-size: 28px;
		color: #50b99b;
		text-align: center;
		margin: 0 auto 40px;
		letter-spacing: 0.05em;
		line-height: 1.3;
	}
	.contents .h_bar div {
		display: inline-block;
	}
	.contents .h_bar div::after {
		content: "";
		width: 100%;
		height: 5px;
		display: block;
		background-color: #50b99b;
		margin-top: 7px;
	}
	.contents .h_bar span {
		font-size: 55%;
		vertical-align: baseline;
	}
	/**/
	.contents p {
		margin-bottom: 15px;
		line-height: 1.6;
	}
	.contents .note {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.contents .bg_green {
		background-color: #e4f4f0;
		margin-bottom: 30px;
		padding: 20px 30px;
	}
	.contents div.bg_green {
		border-radius: 10px;
	}
	.contents div.bg_green p:last-of-type {
		margin-bottom: 0;
	}
	.contents strong {
		font-weight: bold;
	}
	.contents .red {
		color: #a7161d;
	}
	.contents .ex_color {
		color: #51b297;
		margin-right: 2px;
	}
	/* font18*/
	.contents .font_ll {
		font-size: 180%;
	}
	.contents .font_l2 {
		font-size: 140%;
	}
	.contents .font_l {
		font-size: 130%;
	}
	.contents .font_m {
		font-size: 15px;
	}
	/**/
	.contents .img, .contents .img_center {
		margin: 0 auto 40px;
	}
	.contents .img_center {
		text-align: center;
	}
	.contents .imgtxt {
		display: block;
		margin-top: 5px;
		text-align: left;
		font-size: 14px;
	}
	/**/
	.contents .box_anker {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: start;
	}
	.contents .box_anker > div {
		margin-bottom: 15px;
		margin-right: 15px;
		display: flex;
	}
	.contents .box_anker2 > div {
		width: calc(50% - 30px);
		margin-right: 30px;
	}
	.contents .box_anker2 > div:nth-of-type(2n) {
		margin-right: 0;
	}
	.contents .box_anker3 > div {
		width: calc((100% - 45px)/3);
	}
	.contents .box_anker3 > div:nth-of-type(3n) {
		margin-right: 0;
	}
	.contents .box_anker4 > div {
		width: calc((100% - 60px)/4);
	}
	.contents .box_anker4 > div:nth-of-type(4n) {
		margin-right: 0;
	}
	.contents .box_anker5 > div {
		width: calc((100% - 80px)/5);
		margin-bottom: 20px;
		margin-right: 20px;
	}
	.contents .box_anker5 > div:nth-of-type(5n) {
		margin-right: 0;
	}
	/**/
	.contents .box_anker div a {
		display: block;
		border: solid 1px #50b99b;
		box-sizing: border-box;
		color: #000;
		padding: 0 10px 0 50px;
		position: relative;
		line-height: 1.2;
		background-color: #fff;
		width: 100%;
		height: 62px;
	}
	.contents .box_anker div a div {
		position: absolute;
		left: 40px;
		top: 50%;
		transform: translateY(-50%);
	}
	.contents .box_anker div a span {
		display: block;
		height: 16px;
		width: 16px;
		background-color: #50b99b;
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
		transition: .5s;
	}
	.contents .box_anker div a span::after {
		position: absolute;
		left: 2px;
		top: 50%;
		content: "";
		width: 12px;
		border-top: solid 2px #fff;
		border-radius: 2px;
		transform: translateY(-50%) rotate(-90deg);
		transition: .5s;
	}
	.contents .box_anker div a span::before {
		position: absolute;
		left: 4px;
		top: 50%;
		content: "";
		width: 6px;
		height: 6px;
		border: solid 2px #fff;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(45deg);
		transition: .5s;
	}
	.contents .box_anker div a:hover {
		background-color: #50b99b;
		color: #fff;
		transition: .5s;
	}
	.contents .box_anker div a:hover span {
		background-color: #fff;
	}
	.contents .box_anker div a:hover span::after {
		border-top: solid 2px #50b99b;
	}
	.contents .box_anker div a:hover span::before {
		border: solid 2px #50b99b;
		border-left: none;
		border-top: none;
	}
	/**/
	.contents .column2, .contents .column3, .contents .column4, .contents .column0 {
		zoom: 1;
		min-height: 1px;
		margin: 0 auto 30px;
	}
	.contents .column2:after, .contents .column3:after, .contents .column4:after, .contents .column0:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.contents .column2 .column {
		float: left;
		width: calc((100% - 20px)/2);
	}
	.contents .column2 .column:nth-of-type(2n) {
		float: right;
	}
	.contents .column2 .column:nth-of-type(2n+1) {
		clear: both;
	}
	/**/
	.contents .column3 {}
	.contents .column3 .column {
		float: left;
		width: calc((100% - 40px)/3);
		margin-right: 20px;
	}
	.contents .column3 .column:nth-of-type(3n) {
		margin-right: 0;
	}
	.contents .column3 .column:nth-of-type(3n+1) {
		clear: both;
	}
	/**/
	.contents .column4 {}
	.contents .column4 .column {
		float: left;
		width: calc((100% - 60px)/4);
		margin-right: 20px;
	}
	.contents .column4 .column:nth-of-type(4n) {
		margin-right: 0;
	}
	.contents .column4 .column:nth-of-type(4n+1) {
		clear: both;
	}
	/* イレギューラカラム*/
	.contents .column0 {}
	.contents .column0 .column40, .contents .column0 .column60, .contents .column0 .column20, .contents .column0 .column80, .contents .column0 .column30, .contents .column0 .column70 {
		float: left;
	}
	.contents .column0 .column40 {
		width: calc((100% - 20px)*0.4);
	}
	.contents .column0 .column60 {
		width: calc((100% - 20px)*0.6);
	}
	.contents .column0 .column20 {
		width: calc((100% - 20px)*0.2);
	}
	.contents .column0 .column80 {
		width: calc((100% - 20px)*0.8);
	}
	.contents .column0 .column30 {
		width: calc((100% - 20px)*0.3);
	}
	.contents .column0 .column70 {
		width: calc((100% - 20px)*0.7);
	}
	.contents .column0 .column40:nth-of-type(2), .contents .column0 .column60:nth-of-type(2), .contents .column0 .column20:nth-of-type(2), .contents .column0 .column80:nth-of-type(2), .contents .column0 .column30:nth-of-type(2), .contents .column0 .column70:nth-of-type(2) {
		float: right;
	}
	/**/
	.contents ul {
		margin-bottom: 30px;
	}
	.contents ol ul {
		margin-bottom: 0;
	}
	.contents ul > li {
		position: relative;
		margin-bottom: 8px;
		padding-left: 20px;
		line-height: 1.4;
	}
	.contents ul li::before {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background-color: #50b99b;
		border-radius: 7px;
		position: absolute;
		left: 0;
		top: 6px;
	}
	/**/
	.contents ul.clearfix {}
	.contents ul.clearfix > li {
		float: left;
		margin: 0 20px 10px 0;
	}
	.contents .ul_btn {
		zoom: 1;
		min-height: 1px;
	}
	.contents .ul_btn:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.contents .ul_btn li {
		float: left;
		display: inline;
		margin: 0 20px 20px 0;
		padding: 0;
	}
	.contents .ul_btn li::before {
		display: none;
	}
	.contents .ul_btn li .btn {
		margin: 0;
	}
	/**/
	.contents .ul_red {}
	.contents .ul_red > li::before {
		background-color: #a7161d;
	}
	.contents .ul_small > li::before {
		width: 4px;
		height: 4px;
		left: 3px;
		background-color: #000000;
		top: 12px;
	}
	/**/
	.contents .ul_ex1 {}
	.contents .ul_ex1 li {
		margin: 0 0 20px 0;
		padding: 0;
	}
	.contents ul.ul_ex1 > li {
		padding-left: 1.5em;
		text-indent: -1.5em;
	}
	.contents ul.ul_ex1 li::before {
		content: none;
	}
	.contents .ul_ex1 li span {
		color: #50b99b;
	}
	/**/
	/**/
	.contents .ul_recruit {
		display: flex;
		flex-wrap: wrap;
	}
	.contents .ul_recruit li {
		position: relative;
		margin-bottom: 15px;
		padding-left: 0;
		width: -webkit-calc((100% - 40px)/3);
		width: calc((100% - 40px)/3);
		margin: 0 20px 25px 0;
		background: url("../img/common/btn_recruit.jpg") left 50% no-repeat;
		background-size: cover;
	}
	.contents .ul_recruit li:nth-of-type(3n) {
		margin-right: 0;
	}
	.contents .ul_recruit li::before {
		content: none;
	}
	.contents .ul_recruit li a {
		font-size: 18px;
		padding: 25px 5px 25px 10px;
		border: solid 1px #dcdddd;
		border-left: solid 10px #50b99b;
		box-sizing: border-box;
		display: block;
		background-size: 100% 100%;
		transition: .5s;
		color: #000000;
		position: relative;
	}
	.contents .ul_recruit li a::after {
		position: absolute;
		right: 10px;
		top: 50%;
		content: "";
		width: 12px;
		border-top: solid 2px #50b99b;
		border-radius: 2px;
		transform: translateY(-50%);
		transition: .5s;
	}
	.contents .ul_recruit li a::before {
		position: absolute;
		right: 10px;
		top: 50%;
		content: "";
		width: 6px;
		height: 6px;
		border: solid 2px #50b99b;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		transition: .5s;
	}
	.contents .ul_recruit li a:hover {
		background-color: #50b99b;
		color: #fff;
	}
	.contents .ul_recruit li a:hover::after {
		border-top: solid 2px #fff;
	}
	.contents .ul_recruit li a:hover::before {
		border: solid 2px #fff;
		border-left: none;
		border-top: none;
	}
	/**/
	.contents .likei {}
	.contents .likei > li {
		border: solid 1px #50b99b;
		padding: 5px 7px;
		background-color: #fff;
		margin-bottom: 10px;
	}
	.contents .likei li::before {
		content: none;
	}
	/**/
	.contents ol {
		margin-bottom: 40px;
		counter-reset: my-counter;
	}
	.contents ul ol {
		margin-bottom: 0;
	}
	.contents ol > li {
		position: relative;
		margin-bottom: 15px;
		padding-left: 30px;
		line-height: 1.4;
	}
	.contents ol > li::before {
		content: counter(my-counter);
		counter-increment: my-counter;
		color: #fff;
		display: inline-block;
		font-size: 16px;
		background-color: #50b99b;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		line-height: 20px;
		position: absolute;
		text-align: center;
		left: 0;
		top: 0;
	}
	.contents ol > li > ul {
		margin-left: -28px !important;
	}
	.contents .ol_white {}
	.contents .ol_white > li::before {
		color: #000;
		background-color: #fff;
		border: solid 1px #000;
		box-sizing: border-box;
		line-height: 20px;
	}
	.contents .ol_ex {}
	.contents .ol_ex > li::before {
		color: #50b99b;
		border-right: solid 3px #50b99b;
		border-radius: 0;
		line-height: 1.4;
		background-color: #fff;
	}
	/* .contents ol>li>ul, .contents ul>li>ol, .contents ul>li>ul, .contents ol>li>ol {
  padding-top: 5px;
 }
 .contents ul>li>ol {
  margin-left: -20px;
 }
 .contents ol>li>ol {}
 .contents ol>li>ul {
  margin-left: -36px;
 }
 .contents ul>li>ul {
  margin-left: -20px;
 }*/
	/**/
	.contents table th ul > li:last-of-type, .contents table td ul > li:last-of-type, .contents table th ol > li:last-of-type, .contents table td ol > li:last-of-type {
		margin-bottom: 0;
	}
	/**/
	.contents .btn {
		margin-bottom: 30px;
		margin-top: 20px;
		line-height: 1.1;
	}
	.contents .btn_center {
		text-align: center;
	}
	.contents .btn a {
		display: inline-block;
		border-radius: 25px;
		padding: 15px 65px 15px 30px;
		border: solid 1px #fff;
		color: #fff;
		position: relative;
		background-color: #51b297;
		font-size: 15px;
		box-shadow: 2px 2px #cdcdcd;
	}
	.contents .btn a::after {
		position: absolute;
		right: 20px;
		top: 50%;
		content: "";
		width: 16px;
		border-top: solid 2px #fff;
		border-radius: 2px;
		transform: translateY(-50%);
		transition: .5s;
	}
	.contents .btn a::before {
		position: absolute;
		right: 20px;
		top: 50%;
		content: "";
		width: 10px;
		height: 10px;
		border: solid 2px #fff;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		transition: .5s;
	}
	.contents .btn a:hover {
		border: solid 1px #51b297;
		color: #51b297;
		background-color: #fff;
	}
	.contents .btn a:hover::after {
		border-top: solid 2px #51b297;
	}
	.contents .btn a:hover::before {
		border: solid 2px #51b297;
		border-left: none;
		border-top: none;
	}
	/**/
	.contents .btn_txt a {
		color: #231815;
		transition: .5s;
		position: relative;
		padding-left: 15px;
	}
	.contents .btn_txt a::after {
		content: "";
		border: solid 2px #50b99b;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		width: 6px;
		height: 6px;
		display: block;
		position: absolute;
		top: 50%;
		left: 2px;
		transform: translateY(-40%) rotate(-45deg);
	}
	.contents .btn_txt a:hover {
		color: #50b99b;
	}
	/**/
	.contents .btn_keibox {
		width: 100%;
		margin-bottom: 20px;
	}
	.contents .btn_keibox a {
		display: block;
		position: relative;
		border: solid 1px #DCDDDD;
		border-left: solid 50px #50b99b;
		color: #000000;
		padding: 30px 10px 30px 15px;
		box-sizing: border-box;
		font-size: 18px;
		line-height: 1.2;
	}
	.contents .btn_keibox a::before {
		position: absolute;
		left: -32px;
		top: 50%;
		content: "";
		width: 14px;
		height: 2px;
		background-color: #fff;
		display: block;
		transition: .5s;
		transform: translateY(-50%);
		border-radius: 2px;
	}
	.contents .btn_keibox a::after {
		position: absolute;
		left: -27px;
		top: 50%;
		content: "";
		width: 8px;
		height: 8px;
		border: solid 2px #fff;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		transition: .5s;
	}
	.contents .btn_keibox a:hover {
		background-color: #50b99b;
		color: #fff;
	}
	/* 診療トップで共通使用 */
	.contents .shinryobtn {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.contents .shinryobtn .btn_keibox {
		width: 49%;
		margin-right: 2%;
	}
	.contents .shinryobtn .btn_keibox:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	/**/
	/* .contents .btn_w a {
  padding: 15px 30px 15px 15px;
  border: solid 1px #50b99b;
		border-left: solid 10px #50b99b;
		border-radius: 0;
  color: #000;
  background-color: #fff;
 }
 .contents .btn_w a::after {
		content: none;
 }
 .contents .btn_w a::before {
		right: 10px;
  border: solid 1px #231815;
  border-left: none;
  border-top: none;
  border-radius: 0;
  transform: translateY(-50%) rotate(-45deg);
 }
 .contents .btn_w a:hover {
  color: #fff;
  background-color: #50b99b;
 }
 .contents .btn_w a:hover::after {
  content: none;
 }
 .contents .btn_w a:hover::before {
		right: 10px;
  border: solid 1px #fff;
  border-left: none;
  border-top: none;
 }*/
	.contents .btn_w a {
		padding: 15px 30px 15px 35px;
		color: #000;
		background-color: #fff;
		border: solid 1px #50b99b;
	}
	.contents .btn_w a::after {
		position: absolute;
		right: auto;
		left: 20px;
		content: "";
		width: 5px;
		height: 18px;
		background-color: #50b99b;
		border: none;
		transform: translateY(-50%);
	}
	.contents .btn_w a::before {
		border: solid 1px #231815;
		border-left: none;
		border-top: none;
		border-radius: 0;
		transform: translateY(-50%) rotate(-45deg);
	}
	.contents .btn_w a:hover {
		color: #fff;
		background-color: #50b99b;
	}
	.contents .btn_w a:hover::after {
		background-color: #fff;
		position: absolute;
		right: auto;
		left: 20px;
		content: "";
		width: 5px;
		height: 18px;
		border: none;
		transform: translateY(-50%);
	}
	.contents .btn_w a:hover::before {
		border: solid 1px #fff;
		border-left: none;
		border-top: none;
	}
	/**/
	.contents .btn_list {
		margin-bottom: 40px;
	}
	.contents .btn_txt2, .contents .btn_list div {
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.contents .btn_txt2 a, .contents .btn_list div a {
		position: relative;
		padding-left: 28px;
		color: #005e3c;
		text-decoration: underline;
	}
	.contents .btn_txt2 a {
		/*display: block;*/
	}
	.contents .btn_txt2 a::before, .contents .btn_list div a::before {
		position: absolute;
		left: 0px;
		top: 50%;
		content: "";
		width: 16px;
		height: 16px;
		background-color: #005e3c;
		display: block;
		transition: .5s;
		transform: translateY(-50%);
	}
	.contents .btn_txt2 a::after, .contents .btn_list div a::after {
		position: absolute;
		left: 4px;
		top: 50%;
		content: "";
		width: 5px;
		height: 5px;
		border: solid 1px #fff;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		transition: .5s;
	}
	.contents .btn_txt2 a:hover, .contents .btn_list div a:hover {
		text-decoration: none;
	}
	.contents a.outlink {
		background: url("../img/common/outsite.png") right 50% no-repeat;
		background-size: 20px;
		padding-right: 30px;
		display: inline;
	}
	.contents .btn_img a {
		margin: 0 auto 40px;
	}
	.contents .column .btn_img a {
		text-align: center;
		display: block;
	}
	.contents .column .btn_img a {
		margin-bottom: 0;
	}
	.contents .btn_img a:hover {
		opacity: 0.5;
	}
	/**/
	.contents table {
		border: none;
		border-collapse: collapse;
		width: 100%;
		background-color: #ffffff;
		font-size: 16px;
		margin-bottom: 40px;
	}
	.contents table th, .contents table td {
		border: solid 1px #898989;
		vertical-align: middle;
		padding: 10px 20px;
		font-size: 100%;
	}
	.contents .table_exleft table tr > td:nth-of-type(1), .contents table th {
		font-weight: normal;
		text-align: center;
		background-color: #e4f4f0;
	}
	.contents .table_exleft table tr > td:nth-of-type(1) {
		white-space: nowrap;
	}
	.contents table td {
		text-align: left;
		background-color: #fff;
	}
	.contents table .no_rightbar {
		border-right: none;
	}
	.contents table .no_leftbar {
		border-left: none;
	}
	.contents table .td_color {
		background-color: #005e3c;
		color: #fff;
	}
	.contents table .line_tdgray td {
		background-color: #f0f0f0;
	}
	.contents table .td_center {
		text-align: center;
	}
	.contents table .td_right {
		text-align: right;
	}
	.contents table .td_left {
		text-align: left !important;
	}
	.contents table a {
		text-decoration: underline;
	}
	.contents table a:hover {
		text-decoration: none;
	}
	/**/
	.contents .table_barlest {
		font-size: 16px;
		background-color: transparent;
	}
	.contents .table_barlest tr {
		border-bottom: dashed 1px #787878;
	}
	.contents .table_barlest tr:last-of-type {
		border-bottom: none;
	}
	.contents .table_barlest td {
		border: none;
		padding: 20px 0;
		background-color: transparent;
	}
	.contents .table_barlest tr td:first-of-type {
		white-space: nowrap;
		padding-right: 20px;
	}
	/**/
	.contents table ul, .contents table ol {
		margin-bottom: 0;
	}
	/**/
	.contents .table_min table {
		width: auto;
		margin: 0;
	}
	.contents .table_scroll {
		overflow-x: auto;
		width: 100%;
		margin-bottom: 40px;
	}
	.contents .table_scroll table {
		margin-bottom: 0;
	}
	.contents .table_tanto table {
		margin-bottom: 10px;
	}
	.contents .table_tanto table tr th, .contents .table_tanto table tr td {
		white-space: nowrap;
		text-align: center;
	}
	.contents .table_tanto table tr td:first-of-type {
		text-align: center;
		background-color: #e4f4f0;
		white-space: nowrap;
	}
	.contents .table_recruit td:first-child {
		width: 25%;
		color: #1b4655;
	}
	/**/
	.h_q {
		font-size: 16px;
		background-color: #e4f4f0;
		line-height: 1.4;
		padding: 10px 10px 10px 40px;
		margin-bottom: 10px;
		position: relative;
	}
	.h_q::after, .div_a::after {
		position: absolute;
		left: 10px;
		top: 10px;
		content: "Q.";
		letter-spacing: 0.05em;
		font-weight: bold;
		font-size: 16px;
	}
	.div_a {
		padding: 0 0 0 40px;
		margin-bottom: 30px;
		position: relative;
		line-height: 1.4;
	}
	.div_a::after {
		top: 0px;
		content: "A.";
	}
	/**/
	.name_div {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: 1.6;
		padding-left: 20px;
		border-left: solid 11px #50b99b;
	}
	.name_div span {
		display: block;
		font-size: 16px;
	}
	/**/
	.box_accordion {
		margin: 40px 0;
	}
	.bottom_min {
		margin-bottom: 15px;
	}
	/**/
	.box_accordion .h_accordion {}
	.box_accordion .h_accordion a {
		position: relative;
		font-size: 16px;
		color: #000;
		border: solid 2px #50b99b;
		padding: 15px 30px 15px 20px;
		box-sizing: border-box;
		display: block;
		background-color: #fff;
		line-height: 1.4;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	}
	.box_accordion .h_accordion a::after {
		position: absolute;
		right: 18px;
		top: 50%;
		content: "";
		width: 10px;
		height: 10px;
		border: solid 2px #50b99b;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform-origin: 50% 50%;
		transform: translateY(-50%) rotate(45deg);
		transition: .5s;
	}
	.box_accordion .h_accordion a.a_open::after {
		position: absolute;
		right: 18px;
		top: 50%;
		content: "";
		background-color: #50b99b;
		width: 15px;
		height: 2px;
		border: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(0deg);
		transition: .5s;
	}
	/**/
	.box_accordion .h_accordion a.h_a_q {
		padding-left: 70px;
		font-weight: normal;
		padding-right: 70px;
		font-size: 16px;
	}
	.box_accordion .h_accordion a.h_a_q span {
		font-weight: normal;
		font-weight: bold;
		font-size: 24px;
		background-color: #50b99b;
		color: #fff;
		position: absolute;
		left: 0px;
		top: 0px;
		box-sizing: border-box;
		height: 100%;
		padding: 10px 15px 0px;
		line-height: 1.2;
	}
	.box_accordion .div_a {
		padding: 0 0 0 60px;
		margin-bottom: 30px;
		position: relative;
		line-height: 1.4;
	}
	.box_accordion .div_a::after {
		content: "A.";
		left: 17px;
		top: 0px;
		color: #50b99b;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.1;
	}
	/**/
	.box_accordion .h_dname a {
		font-size: 22px;
		padding: 10px 20px;
		font-weight: normal;
	}
	.box_accordion .h_dname a span {
		font-size: 16px;
		display: block;
		font-weight: normal;
	}
	/**/
	.box_accordion .box_toggle {
		margin-top: 30px;
		display: none;
	}
	.box_accordion .box_toggle .end_accordion {
		display: block;
		height: 1px;
		width: 100%;
	}
	/**/
	.box_news dl {
		display: flex;
		flex-wrap: wrap;
	}
	.box_news dl dt {
		font-size: 16px;
		letter-spacing: 0.04em;
		width: 100px;
	}
	.box_news dl dd {
		font-size: 16px;
		transform: scaleX(0.95);
		letter-spacing: 0.04em;
		width: calc(100% - 100px);
		margin-bottom: 15px;
	}
	.box_news dl dd a {
		text-decoration: underline;
		transition: .5s;
	}
	.box_news dl dd a:hover {
		text-decoration: none;
	}
	.box_news dl dd:last-of-type {
		margin-bottom: 0;
	}
	.box_recruit {
		width: 800px;
		margin: 0 auto 60px;
	}
	/**/
	.box_info dl {
		display: flex;
		flex-wrap: wrap;
	}
	.box_info dl dt {
		width: 230px;
	}
	.box_info dt span {
		color: #005e3c;
		background-color: #edf8f5;
		border-radius: 4px;
		width: 110px;
		text-align: center;
		font-size: 14px;
		display: inline-block;
		margin-right: 20px;
		vertical-align: top;
	}
	.box_info dl dt time {
		font-size: 16px;
	}
	.box_info dl dd {
		width: calc(100% - 230px);
		margin-bottom: 10px;
		font-size: 16px;
	}
	.box_info dl dd:last-of-type {
		margin-bottom: 0;
	}
	.box_info dl dd a {
		color: #000000;
	}
	.box_info dl dd a:hover {
		text-decoration: underline;
	}
	/* タブ切り替え */
	.contents .h_tab {}
	.contents .h_tab .ul_tab {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: start;
		margin-bottom: 30px;
	}
	.contents .h_tab .ul_tab li {
		position: relative;
		margin-bottom: 0;
		padding-left: 0;
		margin-right: 5px;
		display: flex;
	}
	/**/
	.contents .h_tab .tab2 > li {
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.contents .h_tab .tab3 > li {
		width: calc((100% - 10px)/3);
	}
	.contents .h_tab .tab4 > li {
		width: calc((100% - 15px)/4);
	}
	.contents .h_tab .tab5 > li {
		width: calc((100% - 20px)/5);
	}
	.contents .h_tab .tab2 > li:nth-of-type(2), .contents .h_tab .tab3 > li:nth-of-type(3), .contents .h_tab .tab4 > li:nth-of-type(4), .contents .h_tab .tab5 > li:nth-of-type(5n) {
		margin-right: 0;
	}
	/**/
	.contents .h_tab .ul_tab li::before {
		content: none;
		display: none;
	}
	.contents .h_tab .ul_tab li a {
		display: block;
		line-height: 1.2;
		padding: 10px 20px;
		width: 100%;
		box-sizing: border-box;
		position: relative;
		transition: .5s;
		text-align: center;
		font-size: 24px;
		background-color: #eaeaea;
		color: #000;
	}
	.contents .h_tab .ul_tab li a:hover, .contents .h_tab .ul_tab li.showtabbox a {
		background-color: #50b99b;
		color: #fff;
	}
	.contents .block_tab {}
	.contents .block_tab .box_tab {
		display: none;
	}
	.contents .block_tab .showtabbox {
		display: block;
	}
	/**/
	.btn_info {
		display: block;
		width: 140px;
		margin: 0 0 40px auto;
	}
	.btn_info a {
		color: #50b99b;
		font-size: 16px;
		transition: .5s;
		position: relative;
		border: solid 1px #50b99b;
		border-radius: 4px;
		padding: 10px 0 10px 20px;
		box-sizing: border-box;
		line-height: 1.2;
		display: block;
	}
	.btn_info a::after {
		content: "";
		border: solid 2px #50b99b;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		width: 6px;
		height: 6px;
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-40%) rotate(-45deg);
		transition: .5s;
	}
	.btn_info a:hover {
		background-color: #50b99b;
		color: #fff;
	}
	.btn_info a:hover::after {
		border: solid 2px #fff;
		border-left: none;
		border-top: none;
	}
	/**/
	.dot_under {
		border-bottom: dotted 1px #9fa0a0;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	/**/
	.caution {
		margin-left: 1em;
		text-indent: -1em;
		font-size: 14px;
		margin-bottom: 30px;
	}
	.caution p {
		margin-bottom: 0;
	}
	/*-----------------------------------------------------
footer
-------------------------------------------------------*/
	footer {
		background-color: #50b99b;
		text-align: center;
		padding: 20px 0 10px;
	}
	footer, footer a {
		color: #fff;
	}
	footer .ul_footer1, footer .ul_footer2 {
		width: 1200px;
	}
	footer .ul_footer1 {
		margin: 0 auto 30px;
		text-align: center;
		font-size: 0;
	}
	footer .ul_footer1 li {
		margin: 0 9px;
		display: inline-block;
		font-size: 16px;
	}
	footer .ul_footer1 li:first-of-type {
		margin-left: 0;
	}
	footer .ul_footer1 li:nth-last-of-type(2) {
		margin-right: 0;
	}
	footer .ul_footer1 li a {
		background: url("../img/common/arrow2.png") left 50% no-repeat;
		background-size: 16px;
		padding-left: 20px;
		line-height: 1.2;
	}
	footer .ul_footer1 li a::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: transparent;
		transition: .5s;
	}
	footer .ul_footer1 li a:hover::after {
		background-color: #fff;
	}
	footer .ul_footer2 {
		margin: 0 auto 30px;
		width: 900px;
		font-size: 21px;
		line-height: 1.2;
		zoom: 1;
		min-height: 1px;
		border-right: solid 1px #fff;
	}
	footer .ul_footer2:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	footer .ul_footer2 li {
		float: left;
		display: inline;
		box-sizing: border-box;
	}
	footer .ul_footer2 li:first-of-type {
		border-right: solid 1px #fff;
		padding-right: 30px;
		margin-right: 30px;
	}
	footer .ul_footer2 li:nth-of-type(3) {
		margin-right: 10px;
	}
	footer .ul_footer2 li a {
		display: block;
	}
	footer .ul_footer2 li:first-of-type a {
		padding: 3px 0;
	}
	footer .ul_footer2 li a img {
		width: auto;
		height: 44px;
	}
	footer p {
		font-size: 11px;
	}
}
.contents .ctr {
	text-align: center !important;
}
.contents .tar {
	text-align: right !important;
}
/* 強制マージン調整 */
.contents .mb00 {
	margin-bottom: 0 !important;
}
.contents .mb10 {
	margin-bottom: 10px !important;
}
.contents .mb30 {
	margin-bottom: 30px !important;
}
/* ページネーション */
.pagination {
	margin: 30px 0 20px;
	font-size: 0;
}
.pagination h2 {
	display: none !important;
}
.nav-links {
	text-align: center;
	line-height: 1.2;
}
.nav-links a {
	transition: .5s;
}
.pagination .page-numbers {
	display: inline-block;
	margin: 0 1px;
	padding: 8px 12px;
	color: #333;
	background: #fff;
	font-size: 13px;
}
.pagination .current {
	background: #50b99b;
	color: #fff;
}
.pagination .page-numbers:hover {
	background: #50b99b;
	color: #fff;
}
.pagination .prev, .pagination .next {
	background: transparent;
	box-shadow: none;
	color: #50b99b;
}
.pagination .dots {
	background: transparent;
	box-shadow: none;
}
/* ---各ページメインアニメーション--- */
@keyframes mvanime1 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes mvanime2 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
@keyframes mvanime3 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}