@charset "utf-8";
#pageWrap {
	margin: 1em .5em
}
#mainWrap {
	margin: 1em 0 0
}
.flexImg {
	margin-bottom: .4em
}
.flexImg img {
	width: 100%
}
.flexImg02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
.flexImg02 img {
	margin-bottom: .4em;
	width: 100%
}
.entry-header {
	border: 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	margin-top: -1em;
	background-color: #00a893;
	background-image: none;
	padding: 20px 10px
}
.entry-header-single {
	border: 0;
	margin: 0 0 1em 0;
	background-color: #00a893;
	border-radius: 12px;
	padding: 16px;
	background-image: none
}
.entry-header-single h1.entry-title {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	color: #fefefe
}
h1.entry-title {
	font-size: 2.3rem;
	font-weight: 400;
	line-height: 1.2;
	color: #fefefe
}
.entry-header p {
	line-height: 1.2;
	color: #d7eaf7;
	margin: 0;
	padding: 10px 0 0 0
}
#mainWrap main h2 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	margin: .4em 0 .6em;
	position: relative
}
#mainWrap main h2:after {
	content: "";
	display: block;
	height: 4px;
	background-image: linear-gradient(to right, #00a893, #6ed0c4);
	margin-top: .2em
}
#mainWrap main h2:first-of-type {
	margin: .4em 0 .6em
}
#mainWrap main h3 {
	font-size: 1.7rem;
	line-height: 1.2;
	font-weight: 400;
	position: relative;
	color: #fefefe;
	padding: .5em .5em .5em 1em;
	margin: .6em 0;
	background-color: #6ed0c4;
	border-radius: 4px
}
#mainWrap main h3::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: .6em;
	height: .2em;
	border-radius: 0 2px 2px 0;
	background-color: #fefefe
}
#mainWrap main h4 {
	font-size: 1.7rem;
	font-weight: 400;
	color: #00a893;
	line-height: 1.2;
	margin: .4em 0 .6em;
	border-bottom: 2px dotted #00a893
}
section {
	position: relative
}
section::before, section::after {
	position: absolute;
	content: '';
	pointer-events: none
}
.ss-style-triangles::after {
	left: 50%;
	width: 40px;
	height: 40px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg)
}
.ss-style-triangles::after {
	bottom: -20px;
	z-index: 10;
	background: inherit
}
.ss-style-halfcircle::before, .ss-style-halfcircle::after {
	left: 50%;
	z-index: 10;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: inherit;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.ss-style-halfcircle::before {
	top: -30px
}
.ss-style-halfcircle::after {
	bottom: -30px
}
.ss-style-halfcircleTop::before {
	left: 50%;
	z-index: 10;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: inherit;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.ss-style-halfcircleTop::before {
	top: -30px
}
.bgSec01 {
	padding: 2rem 0 3rem;
	margin: 0 0 4rem 0
}
.bgSec02 {
	padding: 4rem 0;
	margin: 4rem 0
}
.bgColor01 {
	background-color: #6ed0c4;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.3' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")
}
.bgColor02 {
	background-color: #6ed0c4
}
header {
	background-color: #fff;
	border-top: 4px #00a893 solid
}
#headerWrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 6px 5px 5px;
	display: flex;
	justify-content: space-between
}
#headerWrap h1 {
	flex-basis: 49%;
	align-self: center
}
#headerWrap .tel {
	flex-basis: 49%;
	align-self: center
}
#headerOffer {
	display: none
}
.top-reasonttl {
	display: block;
	margin: 0 auto
}
.top-reason {
	background: #fefefe;
	margin: 0 0 1em 0;
	padding: .5em;
	border-radius: 0 0 6px 6px
}
.top-reason h3 {
	color: #00a893;
	margin-bottom: .8em;
	padding-bottom: .2em;
	border-bottom: 2px #00a893 dotted
}
.reasonNum {
	background-color: #6ed0c4;
	border-radius: 0 12px 12px 0;
	color: #fefefe;
	display: inline-block;
	font-weight: 700;
	padding: 2px 20px 4px 12px;
	margin-top: .6em;
	border-left: .6em #00a893 solid
}
.topMenuBg {
	display: none
}
.profile {
	width: 100%;
	display: flex;
	justify-content: space-between
}
.career {
	flex-basis: 62%;
	font-size: 1.2rem
}
.profileSub {
	font-size: 1rem
}
.career dl dt {
	font-weight: 700
}
.career dl dd {
	border-bottom: 1px #ccc dotted;
	padding-bottom: .4em;
	margin-bottom: .6em
}
.doctor {
	flex-basis: 36%;
	text-align: right
}
.massage {
	background-color: #fefefe;
	border-radius: 12px;
	margin-top: 1em;
	padding: 1em
}
.massage p:last-child {
	margin: 0;
	padding: 0
}
.google-iframeWrap {
	padding-bottom: 52.1%
}
.access {
	background-color: #fefefe;
	border: 2px #6ed0c4 solid;
	border-radius: 12px;
	margin: 1em 0;
	padding: 1em
}
.accessLogo {
	width: 84%;
	margin: 0 auto;
	text-align: center
}
.topAccess {
	list-style: none;
	margin-top: .5em;
	font-size: 1.3rem
}
.topAccess li {
	position: relative;
	padding: 0 0 .5em 1em;
	line-height: 1.3
}
.topAccess .root01:before {
	content: "\e534";
	font-family: "icomoon";
	color: #00a893;
	position: absolute;
	left: 0;
	top: 0
}
.topAccess .root02:before {
	content: "\f288";
	font-family: "icomoon";
	color: #00a893;
	position: absolute;
	left: 0;
	top: 0
}
.topAccess .adress:before {
	content: "\e8b4";
	font-family: "icomoon";
	color: #00a893;
	position: absolute;
	left: 0;
	top: 0
}
a.topFaq {
	display: block;
	width: 94%;
	margin: 2em auto;
	text-align: center;
	border-radius: 50px;
	background-color: #ff8c00;
	padding: .7em;
	color: #fefefe;
	text-decoration: none
}
.topFaq:before {
	content: "\f086";
	font-family: "icomoon";
	color: #fefefe
}
.faq {
	margin-top: 1.4em
}
.faq dt {
	background-color: #6ed0c4;
	border-radius: 12px 12px 0 0;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: .8em
}
.faq dd {
	border-width: 0 1px 1px;
	border-style: none solid solid;
	border-color: #6ed0c4;
	background-color: #fefefe;
	border-radius: 0 0 12px 12px;
	margin-bottom: 2em;
	padding: .8em
}
.faq img {
	border-radius: 12px;
	margin: 0 0 .5em .5em
}
.faq p {
	margin-bottom: 1.6rem
}
.faq dd p:last-child {
	margin-bottom: 0
}
.topResponse {
	border-radius: 12px;
	background-color: #00a893;
	margin-bottom: 1em;
	padding: 1em
}
.responseFlex {
	width: 100%;
	display: flex;
	justify-content: space-between
}
.schedTxt {
	flex-basis: 100%
}
.responseTel {
	display: none
}
.sched {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	font-size: 1.3rem;
	padding: 1em 1.6em .8em 1.6em;
	text-align: center
}
.time {
	flex-basis: 30%;
	white-space: nowrap;
	border-right: 1px #ccc dashed;
	text-align: left
}
.timeSub {
	font-size: 1.2rem;
	line-height: 1.4;
	color: #fefefe;
	text-align: right;
	margin: .4em
}
.schedImage {
	flex-basis: 0%
}
a.responseMail {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-radius: 12px;
	border: 1px #eee solid;
	background-color: #fc9d29;
	padding: .7em;
	color: #fefefe;
	text-decoration: none
}
.responseMail:before {
	content: "\e901";
	font-family: "icomoon";
	color: #fefefe
}
.schedOn {
	color: #fc9d29;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.schedOff {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
#menuWrap {
	display: none
}
#bnrList {
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 1em 0 0 0
}
#bnrList li {
	width: calc(50% - 10px);
	align-items: center;
	justify-content: space-between
}
footer {
	display: none
}
#footerOffer {
	margin: 0;
	background-color: #d7eaf7
}
#fixSp {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	background-color: #fc9d29;
	position: fixed;
	bottom: 0;
	z-index: 99
}
#fixSp div {
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	color: #fefefe;
	flex: 1 1 25%;
	font-size: 1.2rem;
	line-height: 1;
	padding-top: 3px;
	text-align: center
}
#fixSp div:last-child {
	border-right: none
}
#fixSp a {
	color: #fefefe;
	text-decoration: none
}
#copy {
	font-size: 1.2rem;
	text-align: center;
	padding: 14px 0 74px 0;
	background: #00a893;
	color: #fefefe
}
.wpcf7 select, input[type="email"], input[type="text"], textarea {
	width: 100%;
	font-size: 100%;
	padding: .5em;
	border: 1px solid #ccc;
	border-radius: 4px
}
.formTitle {
	display: flex;
	align-items: center;
	margin-bottom: .4em
}
.formOption {
	width: 100%;
	display: flex;
	margin-bottom: 14px
}
.formDay {
	white-space: nowrap;
	width: 22%;
	margin-right: 8%
}
.formTime {
	white-space: nowrap;
	width: 28%
}
.formRequired {
	margin-left: 10px;
	padding: 1px 6px 2px;
	font-size: 70%;
	vertical-align: middle;
	background: #DC3437;
	color: #fff;
	border-radius: 4px
}
.wpcf7 input[type="submit"] {
	width: 100%;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #fc9d29;
	padding: .8em;
	border-radius: 4px;
	border: 0
}
.wpcf7 input[type="submit"]:hover {
	background: #ff9696
}
.wpcf7-submit {
	cursor: pointer
}
.wpcf7-mail-sent-ok {
	display: none!important
}
.page-ymd {
	background-color: #bbb;
	border-radius: 4px;
	color: #fefefe;
	font-size: .7em;
	letter-spacing: .2em;
	padding: .1em .6em
}
.menusp {
	padding-bottom: 70px
}
.menusp h3 {
	background-color: #00a893;
	border-radius: 6px;
	color: #fefefe;
	padding: .6em .8em .4em
}
.menusp ul {
	padding: .4em .8em 0
}
.menusp ul li a {
	text-decoration: none;
	display: block
}
#twitter {
	background-color: #55acee
}
#facebook {
	background-color: #3b5998
}
#line {
	background-color: #00b900
}
.sns-area {
	width: 100%;
	margin: 1em auto;
	display: block
}
.sns-area a {
	text-decoration: none
}
.sns-share {
	float: left;
	width: 32.3%;
	margin: 0 .5% 1em .5%;
	display: inline-block
}
.sns-link {
	display: block;
	text-align: center;
	color: #fff!important;
	font-size: 1.2rem;
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 4px
}
.pcBr {
	display: none
}
@media screen and (min-width :420px) {
	.flexImg {
		float: right;
		margin-left: .4em;
		width: 180px
	}
	.flexImg02 {
		flex-wrap: nowrap;
		justify-content: space-around
	}
	.flexImg02 figure, .flexImg02 p {
		width: 353px;
		padding: 0 0 0 .2em
	}
	.entry-header {
		margin: 0 0 1em 0;
		width: 100%;
		height: 150px;
		background-size: cover;
		border-radius: 12px 12px 0 0;
		padding: 20px;
		border-bottom: 1px #ccc solid
	}
	h1.entry-title {
		font-size: 3rem;
		font-weight: 500;
		color: #555
	}
	.entry-header p {
		font-size: 1.4rem;
		color: #888;
		margin: 0;
		padding: 10px 0 0 0
	}
	header {
		width: 100%
	}
}
@media screen and (min-width :768px) {
	#pageWrap {
		margin: 1em .5em
	}
	#mainWrap {
		margin: 1em auto
	}
	.flexImg {
		float: right;
		margin-left: .4em;
		width: 200px
	}
	.flexImg02 {
		justify-content: space-between
	}
	.entry-header-single {
		margin: 0 0 1em 0;
		background-color: #00a893;
		border-radius: 12px;
		padding: 16px
	}
	.entry-header-single h1.entry-title {
		font-size: 3rem;
		font-weight: 500
	}
	.entry-header p {
		font-size: 1.5rem;
		line-height: 1.4;
		color: #888;
		width: 400px
	}
	#mainWrap main h2 {
		font-size: 2.6rem;
		font-weight: 500
	}
	#mainWrap main h3 {
		font-size: 2.1rem;
		font-weight: 500;
		padding: .5em .5em .5em 1.2em
	}
	#mainWrap main h4 {
		font-size: 2.1rem;
		font-weight: 500
	}
	.ss-style-triangles::after {
		width: 100px;
		height: 100px
	}
	.ss-style-triangles::after {
		bottom: -40px;
		background: inherit
	}
	.ss-style-halfcircle::before, .ss-style-halfcircle::after {
		width: 100px;
		height: 100px
	}
	.ss-style-halfcircle::before {
		top: -40px
	}
	.ss-style-halfcircle::after {
		bottom: -40px
	}
	.ss-style-halfcircleTop::before {
		width: 100px;
		height: 100px
	}
	.ss-style-halfcircleTop::before {
		top: -40px
	}
	.bgSec01 {
		padding: 5rem 0 8rem;
		margin: 0 0 9rem
	}
	.bgSec02 {
		padding: 7rem 0 5rem;
		margin: 8rem 0
	}
	.bgSec03 {
		padding: 8rem 0 2rem;
		margin: 8rem 0 0
	}
	#headerWrap {
		max-width: 960px;
		padding: 10px 5px
	}
	#headerWrap h1 {
		width: 480px;
		flex-basis: 50%;
		height: 0;
		padding-bottom: 7.8125%;
		background: url(../img/header/logo_pc.webp) top center no-repeat;
		background-size: contain
	}
	#headerWrap h1 img {
		display: none
	}
	#headerWrap .tel {
		width: 480px;
		flex-basis: 50%;
		height: 0;
		padding-bottom: 7.8125%;
		background: url(../img/header/tel_pc.webp) top center no-repeat;
		background-size: contain
	}
	#headerWrap .tel img {
		display: none
	}
	#hero h2 {
		display: none
	}
	#hero {
		width: 100%;
		background: #fefefe url(../img/top/hero_bg_pc.webp) top center no-repeat
	}
	#heroPc {
		max-width: 960px;
		height: 0;
		margin: 0 auto;
		padding-top: 86.4583%;
		background: url(../img/top/hero_pc.webp) top center no-repeat;
		background-size: contain
	}
	#headerOffer {
		display: block
	}
	.top-reason {
		margin: 0 0 2em 0;
		padding: 1em 3em 2em;
		border-radius: 0 0 20px 20px;
	}
	.top-reason h3 {
		font-size: 2.6rem;
		margin-bottom: .8em
	}
	.topMenuBg {
		display: block;
		width: 100%;
		background-color: #00a893;
		border-radius: 20px;
		margin: 80px 0 60px;
		text-align: center;
		padding: 30px 40px 40px
	}
	.topMenu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}
	.buttonTopMenu {
		background: #00a893;
		border: 2px #fff solid;
		border-radius: 2px;
		color: #fff;
		display: inline-block;
		padding: 2em 1em;
		margin: 10px;
		text-decoration: none!important;
		text-align: center;
		position: relative;
		overflow: hidden;
		-moz-transition: 0.7s;
		-o-transition: 0.7s;
		-webkit-transition: 0.7s;
		transition: 0.7s;
		width: 30%
	}
	.buttonTopMenu:before {
		content: "";
		position: absolute;
		bottom: -90px;
		right: -90px;
		width: 10px;
		height: 10px;
		background: #fff;
		border-radius: 50%;
		-moz-transition: 0.7s;
		-o-transition: 0.7s;
		-webkit-transition: 0.7s;
		transition: 0.7s
	}
	.buttonTopMenu span {
		position: relative
	}
	.buttonTopMenu:hover, .buttonTopMenu:focus {
		color: #00a893
	}
	.buttonTopMenu:hover:before, .buttonTopMenu:focus:before {
		width: 400px;
		height: 400px;
		opacity: 1
	}
	.topMenu a {
		color: #fff
	}
	.profile {
		max-width: 960px
	}
	.profileSub {
		font-size: 1.4rem
	}
	.career dl dt {
		clear: both;
		float: left;
		font-weight: 700
	}
	.career dl dd {
		padding-left: 36%
	}
	.google-iframeWrap {
		padding-bottom: 36.46%
	}
	.access {
		max-width: 960px;
		padding: 1.5em 1em;
		display: flex;
		justify-content: space-between;
		align-items: center
	}
	.accessLogo {
		width: 50%;
		margin-right: auto
	}
	.topAccess {
		width: 50%;
		margin-top: 0;
		font-size: 1.5rem
	}
	.topAccess li {
		position: relative;
		padding: 0 0 .5em 1.4em;
		line-height: 1.4
	}
	a.topFaq {
		transition: .5s;
		width: 50%;
		padding: 1.4em;
		font-size: 1.8rem;
		font-weight: 700
	}
	.topFaq:hover {
		background-color: #00a893
	}
	.faq dt {
		padding: 1em
	}
	.faq dd {
		padding: 1em
	}
	.faq img {
		border-radius: 12px;
		margin: 0 0 1em 1em
	}
	.topResponseBg {
		background: url(../img/common/pc_responsebg.webp) repeat;
		padding: 2em 0;
		border-top: 1px #d7d7d7 solid
	}
	.topResponse {
		background-color: #faf9f7;
		border: 1px #d7d7d7 solid;
		margin: 1em 0;
		padding: 30px 29px
	}
	.schedTxt {
		flex-basis: 60%
	}
	.responseTel {
		display: block
	}
	.sched {
		justify-content: space-around;
		font-size: 1.6rem;
		padding: 1em 1.6em
	}
	.timeSub {
		color: #555;
		font-size: 1.5rem;
		line-height: 1.5;
		margin: .6em
	}
	.schedImage {
		display: block;
		flex-basis: 38%;
		background-size: contain
	}
	a.responseMail {
		transition: .5s;
		padding: 1.4em;
		font-size: 1.7rem;
		font-weight: 700;
		font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif
	}
	.responseMail:hover {
		background-color: #ff9696
	}
	#asideNavi {
		display: block
	}
	#asideNavi ul a {
		color: #fefefe;
		text-decoration: none
	}
	#asideNavi ul a:hover {
		color: #d7eaf7
	}
	#menuWrap {
		display: block;
		background-color: #00a893;
		border-radius: 12px
	}
	.menuList {
		display: block;
		padding: 15px 10px;
		list-style-position: inside
	}
	.menuList li {
		line-height: 1.2;
		padding: .6em 0 .6em .6em
	}
	.menuList li:first-child {
		padding: 0
	}
	.menuList li h3 {
		font-family: "メイリオ", Meiryo, sans-serif;
		background-color: #fefefe;
		border-radius: 8px;
		font-size: 1.6rem;
		font-weight: 400;
		color: #00a893;
		padding: .4em .6em
	}
	.menuList li span {
		color: #ddd;
		display: block;
		font-size: 1.2rem;
		line-height: 1;
		padding-top: .2em
	}
	#bnrList li {
		width: 100%;
		margin-bottom: 10px
	}
	#fixSp {
		display: none
	}
	footer {
		display: block;
		max-width: 960px;
		margin: 0 auto;
		padding: 2em 0;
		color: #fefefe
	}
	#footerOffer {
		display: none
	}
	.footerMenu {
		margin-top: 1em;
		display: flex;
		justify-content: space-between
	}
	.footerMenu01 {
		flex-basis: 40%
	}
	.footerMenu02 {
		flex-basis: 59%;
		display: flex;
		justify-content: space-between
	}
	.footerMenu02 ul {
		flex: 1 1 30%;
		padding: 0 2% 0
	}
	.footerMenu a {
		color: #f5f5f5;
		font-size: 1.4rem;
		text-decoration: none
	}
	.footerMenu a:hover {
		color: #1d5cad;
		text-decoration: none
	}
	.arrow {
		list-style-type: none
	}
	.arrow li {
		position: relative;
		padding: 0 0 0 14px;
		margin: 10px 0;
		line-height: 1.2
	}
	.arrow li:before {
		counter-increment: list;
		content: "";
		display: block;
		position: absolute;
		left: 0;
		height: 0;
		width: 0;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 7px solid #00a893;
		top: .7em;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	#copy {
		width: 100%;
		font-size: 1.4rem;
		padding: 1em 0
	}
	.sns-share {
		margin: .5em .5% 1em .5%
	}
	.sns-link:hover {
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: .7;
		opacity: .7
	}
	.sns-link {
		font-size: 1.5rem
	}
	.pcBr {
		display: inline
	}
}
@media screen and (min-width :960px) {
	.flexImg {
		width: 238px
	}
	#mainWrap main h1 {
		font-size: 3.2rem
	}
	#pageWrap {
		margin: 1em auto
	}
	header {
		background: #fff url(../img/header/header_bg.webp) top center no-repeat
	}
	#headerWrap {
		max-width: 960px;
		padding: 0
	}
	#headerWrap h1 {
		max-width: 480px;
		height: 75px;
		margin: 10px auto 10px;
		padding-top: 0
	}
	#headerWrap .tel {
		max-width: 480px;
		height: 75px;
		margin: 10px auto 10px;
		padding-top: 0
	}
	#heroPc {
		max-width: 960px;
		height: 830px;
		margin: 0 auto;
		padding-top: 0
	}
	.top-iframeWrap {
		background: url(../img/top/sec01/movie_pc.webp) no-repeat;
		width: 960px;
		height: 640px
	}
	.top-iframeWrap img, .top-iframeWrap iframe {
		max-width: 800px;
		max-height: 450px;
		position: absolute;
		top: 100px;
		left: 80px
	}
	.career {
		font-size: 1.4rem
	}
	.profileSub {
		font-size: 1.6rem
	}
	.massage {
		padding: 1em 2em
	}
	a.topFaq {
		margin: 4em auto
	}
	.menuList li {
		padding: .6em 0 .6em .8em
	}
	.menuList li h3 {
		padding: .4em .8em
	}
}
#newslist ul {
	margin: 0;
	padding: 0;
	width: auto;
	margin-bottom: 40px
}
#newslist li {
	list-style-type: none;
	margin: 0;
	padding: 0
}
#newslist a {
	display: block;
	position: relative;
	color: #0e17a7;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 140%;
	font-size: 100%;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #D9D9D9
}
#newslist a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #02a6f3;
	border-right: solid 2px #02a6f3;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: ""
}
#newslist a:hover {
	color: #6ec7f0
}
.top_info {
	margin-bottom: 60px
}
.c-both {
	clear: both;
	display: block;
	visibility: hidden
}
h3.widget-title {
	background: #00abdc;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: nomal;
	padding: 15px 15px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}
#recent-posts-2 ul {
	background: #fff
}
#recent-posts-2 ul {
	background: #fff;
	padding: 10px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px
}
#recent-posts-2 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #00abdc
}
#recent-posts-2 a {
	display: block;
	position: relative;
	color: #0e17a7;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 140%;
	font-size: 100%;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #D9D9D9;
	color: #00abdc!important
}
#recent-posts-2 a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #02a6f3;
	border-right: solid 2px #02a6f3;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: ""
}
.flexImg02 figure, .flexImg02 p {
	width: 450px;
	padding: 0 0 0 .2em
}
section.container {
	margin-bottom: 60px
}
.yoyaku01 {
	float: left;
	margin-bottom: 20px;
	width: 49%
}
.yoyaku02 {
	float: right;
	margin-bottom: 20px;
	width: 49%
}
.side_banner {
	margin-top: 20px
}
.cta_mail {
	position: static;
	display: block;
	padding: 0;
	color: #00bab0;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 48px;
	font-weight: 700;
	pointer-events: none;
	cursor: default;
	text-decoration: none
}
.cta_mail:link {
	text-decoration: none
}
.cta_mail:visited {
	text-decoration: none
}
.cta_mail:hover {
	color: #32b52d;
	text-decoration: none
}
@media screen and (max-width :960px) {
	.yoyaku01 {
		float: left;
		margin-bottom: 10px;
		width: 49%;
		text-align: center
	}
	.yoyaku02 {
		float: right;
		margin-bottom: 10px;
		width: 49%;
		text-align: center
	}
}
@media screen and (max-width :750px) {
	.yoyaku01 {
		float: none;
		margin-bottom: 10px;
		width: 100%;
		text-align: center
	}
	.yoyaku02 {
		float: none;
		margin-bottom: 20px;
		width: 100%;
		text-align: center
	}
	.cta_mail {
		position: relative;
		display: inline-block;
		padding: .9em 3em;
		background-color: #32b52d;
		border: 2px solid #32b52d;
		color: #fff;
		text-align: center;
		text-decoration: none;
		transition: all .3s;
		margin-top: 20px;
		margin-bottom: 40px;
		width: 85%;
		pointer-events: auto;
		font-size: 5vw;
		border-radius: 4px;
		font-weight: 700
	}
	.cta_mail::after {
		position: absolute;
		top: 50%;
		right: .2em;
		content: '';
		margin-top: -5px;
		border: 7px solid transparent;
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-color: #fff;
		transition: all .3s
	}
	.cta_mail:link {
		color: #fff;
		text-decoration: none
	}
	.cta_mail:visited {
		color: #fff
	}
	.cta_mail:hover {
		background-color: #fff;
		color: #32b52d;
		text-decoration: none
	}
	.cta_mail:hover::after {
		border-left-color: #32b52d
	}
}
ol.rec-num {
	counter-reset: number;
	list-style-type: none!important;
	padding: .3em .8em;
	border: solid 2px #ffb107;
	background: #fff
}
ol.rec-num li {
	border-bottom: dashed 1px orange;
	position: relative;
	padding: .5em .5em .5em 30px;
	line-height: 1.5em
}
ol.rec-num li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #ffb107;
	color: #fff;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: 700;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
ol.rec-num li:last-of-type {
	border-bottom: none
}
.sitesearch {
	background: #e8f8f6;
	padding: 10px
}
.sitesearch .wrap {
	width: 980px;
	margin: auto
}
.search_container {
	box-sizing: border-box;
	position: relative;
	padding: 5px 10px;
	border-radius: 30px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	font-size: 18px
}
.search_container input[type="text"] {
	border: none;
	height: 2em
}
.search_container input[type="text"]:focus {
	outline: 0
}
.search_container input[type="submit"] {
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 1.3em;
	border: none;
	background: none;
	color: rgb(96, 96, 96);
	position: absolute;
	width: 2.5em;
	height: 2.5em;
	right: 0;
	top: -4px;
	outline: none
}
.search-result li {
	font-size: 1.8rem;
	border-bottom: 1px dashed #b5b5b5;
	padding-bottom: 10px;
	margin-bottom: 10px
}
.search-result li i {
	color: #fb7600;
	margin-right: 10px
}
@media screen and (max-width:768px) {
	.sitesearch {
		padding: 10px
	}
	.sitesearch .wrap {
		width: auto;
		margin: auto 15px
	}
	.search_container {
		box-sizing: border-box;
		position: relative;
		padding: 5px 10px;
		border-radius: 30px;
		width: 100%;
		overflow: hidden;
		background: #fff;
		font-size: 1.5rem
	}
	.search_container input[type="text"] {
		border: none;
		height: 2em
	}
	.search_container input[type="text"]:focus {
		outline: 0
	}
	.search_container input[type="submit"] {
		cursor: pointer;
		font-family: FontAwesome;
		font-size: 1.3em;
		border: none;
		background: none;
		color: rgb(96, 96, 96);
		position: absolute;
		width: 2.5em;
		height: 2.5em;
		right: 0;
		top: -4px;
		outline: none
	}
	.search-result li {
		font-size: 1.5rem;
		border-bottom: 1px dashed #b5b5b5;
		padding-bottom: 5px;
		margin-bottom: 5px
	}
	.search-result li i {
		color: #fb7600;
		margin-right: 5px
	}
}
.case-title {
	background: #0062a8;
	padding: 40px 30px 25px 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 30px
}
.case-title h1 {
	padding: 0;
	margin: 0;
	font-size: 5.5rem!important;
	color: #fff;
	margin-bottom: 30px;
	text-align: center
}
.case-title h1 span {
	padding: 0;
	margin: 0;
	background: #fff;
	padding: 15px 20px;
	margin: 0 2px;
	border-radius: 5px;
	color: #0062a8
}
.case-title p {
	color: #fff;
	width: auto;
	padding: 10px 0;
	line-height: 1.4;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	margin: 0;
	text-align: center
}
.ba-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}
.ba-box .ph {
	width: 45%
}
.ba-box .sankaku {
	width: 10%;
	margin-top: 50px
}
.ba-box .ph img, .ba-box .sankaku img {
	width: 100%;
	height: auto
}
.academy-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px
}
.academy-list a {
	background: #00a894;
	width: 20%;
	color: #fff;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5
}
.academy-list a:hover {
	background: #019281
}
.academy-list .active {
	background: #019281
}
@media screen and (max-width:768px) {
	.case-title {
		background: #0062a8;
		padding: 30px 15px 20px 15px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 20px
	}
	.case-title h1 {
		padding: 0;
		margin: 0;
		font-size: 2rem!important;
		color: #0062a8;
		margin-right: 0;
		text-align: center;
		margin-bottom: 25px
	}
	.case-title h1 span {
		padding: 0;
		margin: 0;
		background: #fff;
		padding: 10px 12px;
		margin: 0 2px;
		border-radius: 5px
	}
	.case-title p {
		color: #fff;
		width: auto;
		padding: 10px 0;
		line-height: 1.4;
		border-bottom: 2px solid #fff;
		border-top: 2px solid #fff;
		margin: 0;
		text-align: center
	}
	.ba-box {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px
	}
	.ba-box .ph {
		width: 45%
	}
	.ba-box .sankaku {
		width: 10%;
		margin-top: 50px
	}
	.ba-box .ph img, .ba-box .sankaku img {
		width: 100%;
		height: auto
	}
	.academy-list {
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
		flex-wrap: wrap
	}
	.academy-list a {
		width: 33%;
		color: #fff;
		text-align: center;
		padding: 5px;
		box-sizing: border-box;
		font-size: 1.2rem;
		margin-bottom: 2px
	}
}
#topbnr {
	margin-bottom: 0;
	text-align: center
}
.topbnrList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
.topbnrList li {
	width: 48%;
	margin: 0 5px 10px 5px
}
@media screen and (max-width:768px) {
	#topbnr {
		margin-bottom: 20px
	}
	.topbnrList {
		margin-top: 20px;
		justify-content: space-between
	}
	.topbnrList li {
		width: 49%;
		margin: 0 0 10px 0
	}
}
ul.base {
	background: #fff;
	border: 1px solid #ddd;
	padding: 1em
}
ul.base li {
	border-bottom: 1px dotted;
	padding: 5px
}
ul.base li:last-child {
	border: none
}
.nlist {
	list-style-type: disc;
	margin: 15px 0 20px 0;
	margin-left: 20px;
	
}
.nlist li {
	list-style-type: disc;
	margin-bottom: 5px;
}