@charset "UTF-8";
/*治療院テンプレート*/
html {
	-webkit-font-smoothing: antialiased; /* フォントスムージングをオフ */
}
body {
	overflow-x: hidden!important;
	position: relative;
	width: auto;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, p, a, span {
	/*font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;*/
	color: #1A1A1A;
	letter-spacing: 0.02em;
}
h1 ,h2, h3, h4, h5, p {
	line-height: 1.7;
	letter-spacing: 0.02em;
}

.section_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.section_box.color_curve .container {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section_box.white_curve .container {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section_box.color_back {
	border-radius: 50px;
	background-color: #F2F8FF;
	background-image: url(img/wood_back.jpg);
}
.section_box {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.section_box.article {
	padding-top: 0px;
	padding-bottom: 35px;
}
.section_box.margin_top_none {
	padding-top: 0px;
}
.section_box .top_curve .curve_box {
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	height: 200px;
	width: 120vw;
}
.section_box .bottom_curve .curve_box {
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	height: 200px;
	width: 120vw;
}
.section_box.color_curve .curve_box {
	background-color: #F2F8FF;
}
.section_box.white_curve .curve_box {
	background-color: #FFFFFF;
}
.section_box .top_curve {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.section_box .bottom_curve {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}
.section_box.color_curve .top_curve {
	background-color: #FFFFFF;
}
.section_box.color_curve .bottom_curve {
	background-color: #FFFFFF;
}
.section_box.white_curve .top_curve {
	background-color: #F3EFEB;
}
.section_box.white_curve .bottom_curve {
	background-color: #F3EFEB;
}
.section_box.color_curve {
	background-color: #F2F8FF;
	padding-top: 0px;
	padding-bottom: 20px;
}
.section_box.white_curve {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}

.section_title .caution {
	color: #FF4D02;
	font-size: min(3.3vw,15px);
	margin-bottom: 60px;
}
.section_title .title {
	text-align: center;
	display: flex;
	justify-content: center;
	line-height: 1;
}
.section_title .title::before,.title::after {
	width: 2px;
	height: 6.5vw;
	border-radius: 5px;
	content: "";
	background-color: #999999;
}
.section_title .title::before {
	margin-right: 0.8em;
	transform: rotate(-35deg);
}
.section_title .title::after {
	margin-left: 0.8em;
	transform: rotate(35deg);
}
.section_title .title .text {
	display: flex;
	flex-direction: column;
}
.section_title .title h2 {
	font-size: 6.3vw;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #003B72;
	margin-bottom: 13px;
	background: linear-gradient(transparent 79%, #E3D37B 21%);
	display: inline-block;
	padding-bottom: 1px;
}

.section_title .title span {
	font-size: min(3.8vw,18px);
	display: block;
	text-align: center;
	color: #003B72;
	letter-spacing: 0.06em;
	line-height: 1;
}
.section_title .under_text {
	font-size: min(4.0vw,19px);
	margin-top: 25px;
	text-align: center;
	font-weight: bold;
}
.section_title .under_text .mobile_none {
	display: none;
}
.section_title .small_under_text {
	font-size: min(3.7vw,16px);
	margin-top: 25px;
	text-align: center;
	font-weight: bold;
}
.section_title .small_under_text .mobile_none {
	display: none;
}
.section_title .title_top {
	font-size: min(4.5vw,20px);
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.section_title p.top_margin_none {
	margin-top: 0px;
}
.banner_section_box {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	overflow: hidden;
}
.banner_section_box .container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.decoration_box {
	margin-top: 30px;
	position: relative;
}
.decoration_box .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	border-top: 13px solid #B2B2B2;
	border-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.decoration_box .img_box {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	margin-bottom: 25px;
}
.decoration_box .img {
	width: 21vw;
	height: 21vw;
	border-radius: 10px;
	overflow: hidden;
}
.decoration_box .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.decoration_box .img.circle {
	border-radius: 50%;
}

.decoration_box p {
	font-size: 4.0vw;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
}
.decoration_box p .mobile_none {
	display: none;
}
.decoration_box p span.big {
	font-size: 5.5vw;
	font-weight: bold;
	background: linear-gradient(transparent 79%, #E3D37B 21%);
}
.decoration_box p span.bold {
	font-weight: bold;
	background: linear-gradient(transparent 79%, #E3D37B 21%);
}

.greeting_box {
	margin-top: 40px;
	position: relative;
}
.greeting_box .img_box {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 14.5vw;
}
.greeting_box .img_box .img {
	overflow: hidden;
}
.greeting_box .img_box .img_A {
	border-radius: 20px;
	width: 75vw;
	height: 70vw;
}
.greeting_box .img_box .img_B {
	border-radius: 50%;
	width: 33vw;
	height: 33vw;
	position: absolute;
	right: 0px;
	bottom: -8vw;
}
.greeting_box .img_box .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.greeting_box .text {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}
.greeting_box .text p {
	font-size: min(3.7vw,16px);
	text-align: justify;
	margin-bottom: 15px;
}
.greeting_box .text p:last-child {
	margin-bottom: 0px;
}

.privacy_box {
	margin-top: 35px;
	position: relative;
}
.privacy_box section {
	margin-bottom: 35px;
}
.privacy_box section:last-child {
	margin-bottom: 0px;
}
.privacy_box .title {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 15px;
}
.privacy_box .title h3 {
	font-size: 4.7vw;
	text-align: justify;
	background: linear-gradient(transparent 79%, #E3D37B 21%);
	display: inline;
}
.privacy_box p {
	font-size: min(3.7vw,16px);
	text-align: justify;
	margin-top: 10px;
}

.price_box {
	margin-top: 35px;
	position: relative;
}
.price_box section {
	box-shadow: 1px 1px 7px #8C8C8C;
	border-radius: 12px;
	background-color: #FFFFFF;
	padding-top: 5.5%;
	padding-bottom: 4.5%;
	margin-bottom: 30px;
}
.price_box section:last-child {
	margin-bottom: 0px;
}
.price_box .text_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.price_box .text_box.single {
	margin-bottom: 15px;
}
.price_box .text_box .title {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 15px;
}
.price_box .text_box h3 {
	font-size: 4.7vw;
	text-align: justify;
	background: linear-gradient(transparent 79%, #E3D37B 21%);
	display: inline;
}
.price_box .text_box p {
	font-size: min(3.7vw,16px);
	text-align: justify;
	margin-top: 10px;
}
.price_box .text_box p.small {
	font-size: min(3.2vw,13px);
	line-height: 1.5;
	margin-top: 15px;
}
.price_box .small_text_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.price_box .small_text_box p {
	font-size: min(3.2vw,13px);
	line-height: 1.5;
	margin-top: 15px;
}
.price_box .text_box .button {
	text-align: center;
	margin-top: 15px;
	position: relative;
}
.price_box .text_box .button a {
	font-size: min(3.7vw,16px);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	border-radius: 9999px;
	line-height: 1;
	display: inline-block;
	color: #003B72;
	border: 2px solid #003B72;
	font-weight: bold;
}
.price_box .table_box {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 20px;
}
.price_box .table_box p {
	font-size: min(3.2vw,13px);
	line-height: 1.5;
	margin-top: 15px;
}
.price_box .table_box h4 {
	font-size: min(4.0vw,18px);
	text-align: center;
	margin-bottom: 5px;
}
.price_box .table_box table {
	margin-bottom: 15px;
}
.price_box .table_box table:last-child {
	margin-bottom: 0px;
}
.price_box .table_box table.two_col {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	width: 100%;
}
.price_box .table_box table.two_col tr {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.price_box .table_box table.two_col tr th {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	font-size: min(3.7vw,16px);
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	width: 50%;
}
.price_box .table_box table.two_col tr th:nth-child(1)  {
	background-color: #F3EFEB;
}
.price_box .table_box table.three_col {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	width: 100%;
}
.price_box .table_box table.three_col tr {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.price_box .table_box table.three_col tr:nth-child(1)  {
	background-color: #F3EFEB;
}
.price_box .table_box table.three_col tr th {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: min(3.7vw,16px);
	font-weight: normal;
	vertical-align: middle;
}
.price_box .table_box table.three_col tr th:nth-child(1)  {
	background-color: #F3EFEB;
}
.price_box .table_box table.three_col tr th span {
	font-size: min(2.5vw,12px);
}
.banner_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.banner_box a {
	margin-bottom: 4.5%;
	display: block;
	text-decoration: none;
	border-radius: 10px;
	position: relative;
	width: 48%;
	
}
.banner_box a .filter {
	background-color: rgba(255,255,255,0.40);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border-radius: 10px;
	height: 100%;
}
.banner_box a .img {
	height: 20vw;
	border-radius: 9px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner_box a .banner_A {
	background-image: url(img/banner_A.jpg);
}
.banner_box a .banner_B {
	background-image: url(img/banner_B.jpg);
}
.banner_box a .banner_C {
	background-image: url(img/banner_C.jpg);
}
.banner_box a .banner_D {
	background-image: url(img/banner_D.jpg);
}
.banner_box a .text_box {
	color: #FFFFFF;
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
.banner_box a .text_box .text_A {
	text-align: center;
	font-size: min(3.6vw,19px);/*（基本サイズ、最大サイズ）*/
	line-height: 1.5;
	font-weight: bold;
	text-shadow: 0 0 9px #FFF,
		0 0 9px #FFF,
		0 0 9px #FFF,
		0 0 9px #FFF,
		0 0 9px #FFF;
}
.banner_box a .arrow {
	position: absolute;
	right: 4px;
	top: 2px;
	transform: rotate(-45deg);
	font-size: min(3.8vw,22px);/*（基本サイズ、最大サイズ）*/
	color: #4A4A4A;
	text-shadow: 0 0 9px #FFF,
		0 0 9px #FFF,
		0 0 9px #FFF,
		0 0 9px #FFF,
		0 0 9px #FFF;
}
.banner_box a .text_arrow {
	position: absolute;
	right: 8px;
	bottom: 3px;
	font-size: min(2.6vw,15px);/*（基本サイズ、最大サイズ）*/
	color: #000000;
	text-shadow: 0 0 9px #FFF,
		0 0 9px #FFF,
		0 0 9px #FFF,
		0 0 9px #FFF,
		0 0 9px #FFF;
	font-weight: bold;
}

.recommend_box {
	margin-top: 40px;
	position: relative;
}
.recommend_box section {
	box-shadow: 1px 1px 7px #8C8C8C;
	border-radius: 12px;
	background-color: #FFFFFF;
	padding-top: 4%;
	padding-bottom: 5.5%;
	margin-bottom: 25px;
}
.recommend_box section:last-child {
	margin-bottom: 0px;
}
.recommend_box .img {
	width: 92%;
	height: 57vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 10px;
	outline: 2px solid #003B72;
}
.recommend_box .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}
.recommend_box .img .title {
	background-color: rgba(0,59,114,0.70);
	position: absolute;
	top: 0px;
	width: 100%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.recommend_box .img .title h3 {
	color: #FFFFFF;
	font-size: 4.3vw;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
.recommend_box .text_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.recommend_box .text_box .button a {
	font-size: min(3.7vw,16px);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	border-radius: 9999px;
	line-height: 1;
	display: inline-block;
	color: #003B72;
	border: 2px solid #003B72;
	font-weight: bold;
}
.recommend_box .text_box .button {
	text-align: center;
	margin-top: 15px;
	position: relative;
}
.recommend_box .text_box h4 {
	font-size: 4.3vw;
	text-align: justify;
	background: linear-gradient(transparent 79%, #E3D37B 21%);
	display: inline;
}
.recommend_box .text_box p {
	font-size: min(3.7vw,16px);
	text-align: justify;
	margin-top: 10px;
}
.recommend_box .text_box p span {
  font-size: 5.5vw;
  font-weight: bold;
}

.staff_box {

}
.staff_box section {
	box-shadow: 1px 1px 7px #8C8C8C;
	border-radius: 12px;
	background-color: #FFFFFF;
	padding-top: 2%;
	padding-bottom: 5.5%;
	margin-bottom: 30px;
}
.staff_box .text_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.staff_box .text_box img {
	width: 100%;
	height: auto;
	border-radius: 9px;
	margin-top: 20px;
}
.staff_box .text_box h2 {
	font-size: min(4.7vw,23px);
	text-align: justify;
	background: linear-gradient(transparent 79%, #E3D37B 21%);
	display: inline;
}
.staff_box .text_box p {
	font-size: min(3.7vw,16px);
	text-align: justify;
	margin-top: 15px;
}
.staff_box .text_box h3 {
	font-size: min(4.2vw,18px);
	margin-top: 20px;
	color: #003B72;
}
.staff_box .img {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.staff_box .img img {
	display: none;
}
.staff_box .staff_table table tr th {
	width: 90px;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: min(3.7vw,16px);
	font-weight: normal;
	background-color: #F9F9F9;
}
.staff_box .staff_table table tr td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: min(3.7vw,16px);
	padding-right: 10px;
}
.staff_box .staff_table {
	margin-top: 5%;
}
.staff_box .staff_table table {
	border-collapse: collapse;
	width: 100%;
}

.voice_box {
	margin-top: 40px;
	position: relative;
}
.voice_box.taxonomy {
	margin-top: 0px;
}
.voice_box section {
	box-shadow: 1px 1px 7px #8C8C8C;
	border-radius: 12px;
	background-color: #FFFFFF;
	padding-top: 6%;
	padding-bottom: 3%;
	margin-bottom: 25px;
}
.voice_box .text_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.voice_box .text_box .tag {
	margin-bottom: 10px;
}
.voice_box .text_box .tag a {
	color: #003B72;
	text-decoration: none;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	margin-bottom: 3px;
	display: inline-block;
	border: 1px solid #003B72;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 9999px;
	line-height: 1;
}
.voice_box .img {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.voice_box .img img {
	width: 100%;
	height: auto;
	border-radius: 9px;
}
.voice_box .text_box h3 {
	font-size: 4.3vw;
	text-align: justify;
	background: linear-gradient(transparent 79%, #E3D37B 21%);
	display: inline;
}
.voice_box .text_box p {
	font-size: min(3.7vw,16px);
	text-align: justify;
	margin-top: 10px;
}


.number_separate_box {
	margin-top: 40px;
}
.number_separate_box section {
	position: relative;
	margin-bottom: 35px;
}
.number_separate_box.flow section {
	margin-bottom: 0px;
}
.number_separate_box section:last-child {
	margin-bottom: 0px;
}
.number_separate_box .triangle {
	background: #003B72;
	height: calc(tan(60deg) * 23px / 2);
	width: 40px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin-top: 17px;
	margin-bottom: 17px;
	margin-left: 9%;
}
.number_separate_box section .number {
	position: absolute;
	top: 25.0vw;
	right: auto;
	left: 0px;
}
.number_separate_box section .number p {
	font-size: 21.5vw;
	color: #B4ADA5;
	line-height: 1;
	-webkit-text-stroke: 4px white;
	text-stroke: 4px white;
	paint-order: stroke;
}
.number_separate_box section .img_box {
	width: 85.5%;
	height: 48vw;
	margin-left: auto;
	margin-right: 0px;
}
.number_separate_box section .img_box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.number_separate_box section .title_box {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
.number_separate_box section .title_box h3 {
	font-size: 5.2vw;
	line-height: 1.5;
	background: linear-gradient(transparent 79%, #E3D37B 21%);
	display: inline; /*inlineをつけないと改行でアンダーラインがつかない*/
}
.number_separate_box section .title_box .title {
	margin-top: 8px;
	margin-bottom: 10px;
}
.number_separate_box section .title_box span {
	font-size: min(3.7vw,16px);
	display: block;
	color: #003B72;
}
.number_separate_box section .title_box p {
	font-size: min(3.7vw,16px);
	margin-bottom: 5px;
	text-align: justify;
	display: block;
}
.number_separate_box section .title_box p:last-child {
	margin-bottom: 0px;
}

.img_section_box {
	display: flex;
	justify-content: space-between;
	/* [disabled]margin-top: 10px; */
	/* [disabled]margin-bottom: 10px; */
	flex-wrap: wrap;
}
.img_section_box .img {
	width: 33.3%;
	height: 33vw;
	overflow: hidden;
}
.img_section_box .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.promise_box {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.promise_box section {
	position: relative;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 7px #8C8C8C;
	overflow-x: hidden;
	padding-top: 4%;
	padding-bottom: 4.5%;
	margin-bottom: 25px;
}
.promise_box section:last-child {
	margin-bottom: 0px;
}
.promise_box .img {
	height: 48vw;
	overflow: hidden;
	width: 92%;
	position: relative;
	border-radius: 9px;
	margin-left: auto;
	margin-right: auto;
}
.promise_box .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.promise_box .img .number {
	position: absolute;
	top: 1vw;
	left: 1vw;
	right: auto;
}
.promise_box .img .number p {
	font-size: 10vw;
	color: #003B72;
	line-height: 1;
	-webkit-text-stroke: 4px white;
	text-stroke: 4px white;
	paint-order: stroke;
}
.promise_box .text {
	margin-top: 15px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.promise_box .text h3 {
	font-size: 4.6vw;
	line-height: 1.5;
	background: linear-gradient(transparent 79%, #E3D37B 21%);
	display: inline;
}
.promise_box .text .title {
	text-align: left;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.promise_box .text p {
	font-size: min(3.7vw,16px);
	line-height: 1.5;
	text-align: justify;
	margin-top: 13px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.post_list_box {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.post_list_box.taxonomy {
	margin-top: 0px;
}
.post_list_box section {
	width: 48%;
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 7px #8C8C8C;
	padding-bottom: 5px;
	margin-top: 20px;
}
.post_list_box .vertical_box {
	text-decoration: none;
	display: block;
	overflow-x: hidden;
	padding-top: 1.2vw;
	padding-bottom: 5px;
}
.post_list_box .vertical_box.no_image {
	padding-top: 0px;
}
.post_list_box .vertical_box .img {
	height: 26vw;
	overflow: hidden;
	width: 95%;
	position: relative;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-left: auto;
	margin-right: auto;
}
.post_list_box  .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.post_list_box .vertical_box .text {
	margin-top: 5px;
}
.post_list_box .text time {
	font-size: 12px;
	color: #696969;
	display: flex;
	align-items: center;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1;
}
.post_list_box .text time img {
	width: 11px;
	height: auto;
	margin-right: 4px;
	display: block;
}
.post_list_box .text h3 {
	font-size: 3.3vw;
	line-height: 1.4;
	text-align: justify;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.post_list_box.menu .text h3 {
	margin-top: 10px;
	font-size: 3.5vw;
	text-align: center;
}
.post_list_box .text p {
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	text-align: justify;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.post_list_box .tag {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 0px;
}
.post_list_box .tag a {
	color: #003B72;
	text-decoration: none;
	font-size: 11px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 5px;
	margin-bottom: 3px;
	display: inline-block;
	border: 1px solid #003B72;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 9999px;
	line-height: 1;
}

.category_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.category_list.under {
	width: 100%;
	margin-top: 10px;
}
.category_list a {
	text-decoration: none;
	color: #003B72;
	font-weight: bold;
	font-size: 3.2vw;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 13px;
	padding-right: 13px;
	display: inline-block;
	text-align: center;
	line-height: 1;
	border: 1px solid #003B72;
	border-radius: 9999px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 12px;
	letter-spacing: 0.07em;
	background-color: #FFFFFF;
}
.line_banner .section_button {
	margin-top: 15px;
}

.number_separate_box section .title_box .section_button {
	margin-top: 20px;
}

.section_button {
	text-align: center;
	margin-top: 35px;
	position: relative;
}
.section_button a {
	font-size: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	border-radius: 9999px;
	line-height: 1;
	display: inline-block;
	color: #003B72;
	border: 2px solid #003B72;
	font-weight: bold;
	background-color: #FFFFFF;
}
.section_button.access {
	margin-top: 15px;
}

.access_box {
	position: relative;
	margin-top: 40px;
}
.access_box .address {
}
.access_box .address .logo {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.access_box .address p {
	font-size: min(3.7vw,16px);
	text-align: center;
}
.access_box .address p br {

}
.access_box .map {
	margin-top: 30px;
}

.access_box .map .map_img {
	width: 100%;
	height: 65vw;
}
.access_box .map .map_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}


.access_box .map #map{
	width: 100%;
	height: 65vw;
}
.access_box .map #map iframe{
	width: 100%;
	height: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.access_box .map .img {
	width: 100%;
	height: 65vw;
}
.access_box .map .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.access_box .parking {
	margin-top: 30px;
}
.access_box .parking .text {
	margin-bottom: 20px;
}
.access_box .parking .text p {
	font-size: min(3.7vw,16px);
}
.access_box .parking .text p span {
	font-size: min(4.2vw,20px);
	font-weight: bold;
	background-color: #003B72;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	border-radius: 7px;
	margin-bottom: 10px;
}
.access_box .parking .img {
	width: 100%;
	height: 65vw;
}
.access_box .parking .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.access_box .contact {
	margin-top: 30px;
}
.access_box .contact .title {
	font-size: min(4.6vw,20px);
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.access_box .contact .text {
	font-size: min(3.7vw,16px);
	text-align: center;
	margin-bottom: 15px;
}
.access_box .contact .tel {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}
.access_box .contact .tel img {
	width: 7.5vw;
	height: auto;
	margin-right: 10px;
}
.access_box .contact .tel p {
	font-size: min(9.0vw,50px);
	line-height: 1;
	font-weight: bold;
	color: #003B72;
}
.access_box .line_banner {
	border-radius: 20px;
	padding: 4%;
	background-color: #05CD05;
	margin-top: 30px;
}
.access_box .line_banner .left .flex {
	display: flex;
	align-items: flex-end;
}
.access_box .line_banner .left img {
	width: 35%;
}
.access_box .line_banner .left .flex p {
	font-size: 8.7vw;
	line-height: 1;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 7%;
}
.access_box .line_banner .left .flex p span {
	font-size: 18.0vw;
	color: #F6EE00;
	letter-spacing: 0.05em;
}
.access_box .line_banner .left .line_text {
	font-size: 7.8vw;
	line-height: 1;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
}
.access_box .line_banner .right {
	border-radius: 18px;
	background-color: #FFFFFF;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.access_box .line_banner .right .line_title {
	font-size: min(4.6vw,30px);
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.access_box .line_banner .right .line_text {
	font-size: min(3.7vw,16px);
	text-align: center;
}

/*ページネーション*/
.pnavi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.pnavi a {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #003B72;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 50%;
	transition: all 0.3s;
	line-height: 1;
}
.pnavi a.next {
	border: none;
}
.pnavi a.next:hover {
	background-color: #FFFFFF;
	color: #032A61;
}
.pnavi a.prev {
	border: none;
}
.pnavi a.prev:hover {
	background-color: #FFFFFF;
	color: #003B72;
}
.pnavi span {
	font-size: 14px;
	background-color: #003B72;
	color: #FFFFFF;
	border: 1px solid #003B72;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 15px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 50%;
	display: inline-block;
	line-height: 1;
}
.pnavi span.dots {
	font-size: 14px;
	color: #000000;
	border: none;
	padding-top: 8px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 1;
	background-color: #FFFFFF;
}

footer {
	padding-bottom: 65px;
}
footer .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 55px;
}
footer .footer_menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer .footer_menu .inner {
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 5%;
}
footer .footer_menu .inner a {
	font-size: min(3.7vw,16px);
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	width: 45%;
}
footer .footer_menu .inner a:last-child {
	margin-bottom: 0px;
}
footer .footer_menu .sns_box {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
footer .footer_menu .sns_box a {
	margin-left: 8px;
	margin-right: 8px;
}
footer .footer_menu .sns_box img {
	width: 35px;
}
footer .area {
	background-color: #F3EFEB;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 15px;
	margin-top: 30px;
}
footer .area p {
	font-size: min(3.7vw,16px);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	line-height: 1.5;
}
footer .copyright {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #000000;
}
footer .copyright span {
	font-size: 15px;
	margin-right: 3px;
	color: #000000;
}
footer .policy {
	margin-top: 25px;
	width: 81%;
	margin-left: auto;
	margin-right: auto;
}
footer .policy a {
	text-decoration: none;
	font-size: 13px;
}
footer .produce {
}
footer .produce a {
	text-decoration: none;
	font-size: 13px;
	color: #A2A2A2;
}
footer .flex {
	width: 81%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

/*------------よくある質問----------*/
.qa_list {
	margin-top: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.qa_list.taxonomy {
	margin-top: 0px;
}
.qa_list dl {
	position: relative;
	cursor: pointer;
	width: 100%;
	margin-top: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 1px 1px 7px #8C8C8C;
}
.qa_list dl:first-child {
	margin-top: 0px;
}
.qa_list dl dt {
	position: relative;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 40px;
	padding-right: 35px;
	color: #000000;
	font-size: min(3.7vw,16px);
}
.qa_list dl dt h3 {
	line-height: 1.4;
}
.qa_list dl dt .tag a {
	color: #367FD4;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 7px;
	margin-bottom: 4px;
	display: inline-block;
	border: 1px solid #A80082;
	border-radius: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.qa_list dl dd {
	position: relative;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 40px;
	display: none;
}
.qa_list dl dd p {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	color: #000000;
	font-size: min(3.7vw,16px);
	line-height: 1.5;
	text-align: justify;
}

.qa_list dl dt::before {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1;
	position: absolute;
	top: 11px;
	left: 9px;
	display: block;
	content: 'Q';
	color: #FFFFFF;
	border-radius: 50%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #003B72;
}
.qa_list dl dd::before {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1;
	position: absolute;
	left: 9px;
	display: block;
	content: 'A';
	color: #FFFFFF;
	border-radius: 50%;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F15F0D;
}
.qa_list dl dt::after {
	content: '＋';
	position: absolute;
	color: #6B6B6B;
	top: 10px;
	right: 8px;
	font-size: 17px;
	transition: all 0.3s;
}
.qa_list dl dt.selected::after {
	transform: rotate(-135deg);
	transition: all 0.3s;
}

/*他院との違い（表）*/
.diffe_box {
	margin-top: 35px;
}
.diffe_box p {
	font-size: min(3.7vw,16px);
	margin-bottom: 20px;
}
.diffe_box p .mobile_none {
	display: none;
}
.diffe_box .table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 0px;
}
.diffe_box .table thead {

}
.diffe_box .table th {
	border: 2px solid #DCDCDC;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: min(3.7vw,16px);
	letter-spacing: 0.15em;
	vertical-align: middle;
	color: #FFFFFF;
}
.diffe_box .table td {
	border: 2px solid #DCDCDC;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	background: #fff;
	font-size: min(3.5vw,15px);
	vertical-align: middle;
	letter-spacing: 0.02em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.diffe_box .table td.double_circle {
	font-size: min(4.5vw,20px);
	line-height: 0;
}
.diffe_box .table td.triangle {
	font-size: min(4.5vw,20px);
	line-height: 0;
}
.diffe_box .table td.circle {
	font-size: min(4.5vw,20px);
	line-height: 0;
}
.diffe_box .table td.batu {
	font-size: min(6.3vw,30px);
	line-height: 0;
	font-weight: normal;
}
.diffe_box .table th:nth-child(1) {
	border: 1px solid transparent;
}
.diffe_box .table th:nth-child(2) {
	background-color: #003B72;
	border-top: 2px solid #003B72;
	border-bottom: 2px solid #003B72;
	border-left: 4px solid #003B72;
	border-right: 4px solid #003B72;
}
.diffe_box .table th:nth-child(3) {
	background-color: #F15500;
	border-top: 2px solid #F05800;
	border-bottom: 2px solid #F05800;
	border-right: 2px solid #F05800;
}
.diffe_box .table td:nth-child(1) {
	font-weight: bold;
}
.diffe_box .table td:nth-child(2) {
	border-right: 4px solid #003B72;
	border-left: 4px solid #003B72;
	background-color: #F3EFEB;
	font-weight: bold;
	color: #000000;
}
.diffe_box .table td:nth-child(3) {
	color: #F15500;
}
.diffe_box .table td.last {
	border-bottom: 4px solid #003B72;
}

/*お知らせ*/
.news_box {
	margin-top: 35px;
}
.news_box.taxonomy {
	margin-top: 0px;
}
.news_box section {
	border-bottom: 1px solid #999999;
	padding-top: 20px;
	padding-bottom: 15px;
}
.news_box section .flex {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.news_box section:first-child {
	border-top: 1px solid #999999;
}
.news_box section time {
	font-size: 13px;
	color: #696969;
	display: flex;
	align-items: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.news_box section time img {
	width: 11px;
	height: auto;
	margin-right: 4px;
}
.news_box section .tag {
	color: #003B72;
	text-decoration: none;
	font-size: 11px;
	padding-left: 6px;
	padding-right: 6px;
	display: inline-block;
	border: 1px solid #003B72;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 9999px;
	line-height: 1;
	margin-left: 7px;
}
.news_box section .title a {
	font-size: min(3.6vw,16px);
	text-decoration: none;
	display: block;
}

.profile_box {
	margin-top: 45px;
}
.profile_box .title {
	text-align: center;
}
.profile_box .title h3 {
	font-size: 5.2vw;
	line-height: 1.5;
	background: linear-gradient(transparent 79%, #E3D37B 21%);
	display: inline; /*inlineをつけないと改行でアンダーラインがつかない*/
	color: #003B72;
}
/*-----テーブル---------*/
.profile_box table {
	width: 93%;
	border: none;
	border-top: solid 1px #A5A5A5;
	border-bottom: solid 1px #A5A5A5;
	border-collapse: separate;
	border-spacing: 0 7px;
	letter-spacing: 0.04em;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.profile_box table th {
	vertical-align: middle;
	/* [disabled]height: 30px; */
	width: 40px;
	border-right: solid 1px #A5A5A5;
	margin: 0;
	text-align: center;
	color: #212121;
	font-size: min(3.7vw,16px);
	font-weight: bold;
}
.profile_box table td.data {
	margin: 0;
	height: 30px;
	width: 90px;
	border: none;
	color: #212121;
	font-size: min(3.7vw,16px);
	line-height: 1.5;
	vertical-align: middle;
	overflow: hidden;
	padding-left: 10px;
}
.profile_box table td:fst-child {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
.profile_box table td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #A5A5A5;
}
/*--------------------------------------*/

.thought_box {
	margin-top: 30px;
}

.thought_box p {
	font-size: min(3.7vw,16px);
	margin-top: 20px;
}




























@media (min-width:600px) and (max-width:959px){
.decoration_box p {
	font-size: 2.3vw;
}
.decoration_box p span.big {
	font-size: 3.5vw;
}
.section_title .title h2 {
	font-size: 3.5vw;
}
.section_box {
	padding-top: 70px;
	padding-bottom: 70px;
}
.section_box.color_curve .container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.section_box.white_curve .container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.banner_section_box {
	padding-top: 70px;
	padding-bottom: 70px;
}
.post_list_box section {
	width: 48%;
	margin-top: 35px;
}
.number_separate_box section .number p {
	font-size: 155px;
}
.number_separate_box section .title_box h3 {
	font-size: 28px;
}
.category_list a {
	font-size: 18px;
}
.post_list_box .text h3 {
	font-size: 18px;
}
.post_list_box.menu .text h3 {
	font-size: 18px;
}
.post_list_box .vertical_box {
	padding-top: 1vw;
}
.staff_box .text_box h2 {
	font-size: 24px;
}
.voice_box .text_box h3 {
	font-size: 24px;
}
.promise_box .text h3 {
	font-size: 24px;
}
.recommend_box .text_box h3 {
	font-size: 24px;
}
.recommend_box .img .title h3 {
	font-size: 24px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.recommend_box .text_box h4 {
	font-size: 24px;
}
.recommend_box .text_box p span {
	font-size: 4.5vw;
}

.section_title .title::before,.title::after {
	height: 4.0vw;
}
.access_box .address .logo {
	width: 50%;
	margin-bottom: 15px;
}
.access_box .contact .tel img {
	max-width: 45px;
}
.greeting_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.number_separate_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.post_list_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.voice_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.promise_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.privacy_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.privacy_box .title h3 {
	font-size: 24px;
}
.price
.price_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.price_box .text_box h3 {
	font-size: 24px;
}
.banner_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.banner_box a .img {
	max-height: 110px;
}
.recommend_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.access_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.access_box .line_banner .left .flex p {
	font-size: min(8.7vw,65px);
	margin-left: 5%;
}
.access_box .line_banner .left .flex p span {
	font-size: min(18.0vw,135px);
}
.access_box .line_banner .left .line_text {
	font-size: min(7.5vw,56px);
	margin-top: 15px;
}

.qa_list {
	max-width: 650px;
}
.diffe_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.diffe_box p {
	text-align: center;
}
.diffe_box p .mobile_none {
	display: inline;
}

.news_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.profile_box .title h3 {
	font-size: 28px;
}
.profile_box table {
	max-width: 650px;
}
/*--------------------------------------*/

.thought_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.section_title .under_text .mobile_none {
	display: inline;
}




















































}



















@media (min-width:960px){
/*------------フェードイン（PCのみ）----------*/
/* 画面外にいる状態 */
.fade-in {
	opacity : 0;
	transform : translate(0, 0);/*フェードする距離*/
	transition : all 900ms;
}
/* 画面内に入った状態 */
.fade-in.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.section_box {
	padding-top: 8.5vw;
	padding-bottom: 8.5vw;
	position: relative;
}
.section_box.article {
	padding-top: 1.5vw;
	padding-bottom: 6vw;
}
.section_box.color_back {
	border-radius: 150px;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
}
.section_box .top_curve .curve_box {
	height: 500px;
}
.section_box .bottom_curve .curve_box {
	height: 500px;
}
.section_box .container {
	width: 85%;
}
.section_box.color_back .container {
	width: 88%;
}
.section_box .news_flex {
	display: flex;
	justify-content: space-between;
	width: 83%;
}
.section_title .title h2 {
	font-size: 2.7vw;
	margin-bottom: 20px;
	padding-bottom: 2px;
}
.section_title .title span {
	font-size: 1.4vw;
	letter-spacing: 0.06em;
}
.section_title .under_text {
	font-size: 1.4vw;
	margin-top: 45px;
}
.section_title .under_text .mobile_none {
	display: inline;
}
.section_title .small_under_text {
	font-size: 1.1vw;
	margin-top: 2vw;
}
.section_title .small_under_text .mobile_none {
	display: inline;
}
.section_title .title_top {
	font-size: 1.8vw;
	margin-bottom: 20px;
}
.section_title .title::before,.title::after {
	width: 3px;
	height: 2.8vw;
}
.section_title .title::before {
	margin-right: 1.7em;
}
.section_title .title::after {
	margin-left: 1.7em;
}
.banner_section_box {
	padding-top: 0vw;
	padding-bottom: 0vw;
}
.banner_section_box .container {
	width: 85%;
	background-color: #F3EFEB;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	border-radius: 30px;
	background-image: url(img/wood_back.jpg);
}

.decoration_box p {
	font-size: 1.4vw;
	margin-top: 20px;
}
.decoration_box p.margin_bottom {
	margin-bottom: 45px;
}
.decoration_box p span.big {
	font-size: 2.2vw;
}
.decoration_box {
	margin-top: 4vw;
}
.decoration_box .triangle {
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	border-top: 20px solid #B2B2B2;
	margin-top: 20px;
}
.decoration_box p .mobile_none {
	display: inline;
}
.decoration_box .img_box {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.decoration_box .img {
	width: 17vw;
	height: 17vw;
	border-radius: 35px;
	position: relative;
}
.decoration_box .img_A {
	position: absolute;
	left: 1vw;
	top: -2vw;
}
.decoration_box .img_B {
	position: absolute;
	right: 1vw;
	top: 8vw;
}
.decoration_box .img_C {
	position: absolute;
	left: 1vw;
	top: 20vw;
}
.decoration_box .img_D {
	position: absolute;
	right: 1vw;
	top: 30vw;
}

.decoration_box .img_E {
	position: absolute;
	left: 1vw;
	top: 0vw;
}
.decoration_box .img_F {
	position: absolute;
	right: 1vw;
	top: 13vw;
}
.decoration_box .img_G {
	position: absolute;
	left: 1vw;
	top: 28vw;
}
.decoration_box .img_H {
	position: absolute;
	right: 1vw;
	top: 43vw;
}
.greeting_box .text p {
	font-size: 1.1vw;
	margin-bottom: 25px;
}
.greeting_box {
	margin-top: 6vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2vw;
}
.greeting_box .img_box {
	width: 43%;
	margin-bottom: 8.5vw;
}
.greeting_box .img_box .img_A {
	width: 85%;
	height: 30vw;
	border-radius: 40px;
}
.greeting_box .img_box .img_B {
	width: 50%;
	height: 18.0vw;
	position: absolute;
	right: 0px;
	bottom: -6vw;
}
.greeting_box .text {
	width: 48%;
	margin-right: 3vw;
}
.section_box.color_curve .container {
	padding-top: 8.5vw;
	padding-bottom: 8.5vw;
}
.section_box.white_curve .container {
	padding-top: 8.5vw;
	padding-bottom: 8.5vw;
}
.number_separate_box section {
	margin-bottom: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.number_separate_box section .img_box {
	width: 37%;
	height: 21.5vw;
	margin-left: auto;
	margin-right: 0px;
}
.number_separate_box.flow section .img_box {
	height: 21vw;
	margin-right: auto;
	margin-left: 0px;
}
.number_separate_box section.reverse .img_box {
	margin-left: 0px;
	margin-right: auto;
}
.number_separate_box section .title_box {
	margin-top: 0px;
	margin-left: auto;
	margin-right: 7%;
	width: 45%;
}
.number_separate_box section.reverse .title_box {
	margin-left: 7%;
	margin-right: auto;
}
.number_separate_box section .title_box h3 {
	font-size: 1.85vw;
}
.number_separate_box section .title_box .title {
	margin-top: 10px;
	margin-bottom: 20px;
}
.number_separate_box section .title_box span {
	font-size: 1.0vw;
}
.number_separate_box section .title_box p {
	font-size: 1.1vw;
	margin-bottom: 10px;
}
.number_separate_box section .number {
	top: 6.8vw;
	right: auto;
	left: 0px;
}
.number_separate_box.flow section .number {
	top: 6.0vw;
	left: 31.5%;
}
.number_separate_box section.reverse .number {
	right: 0px;
	left: auto;
}
.number_separate_box section .number p {
	font-size: 8.2vw;
	-webkit-text-stroke: 5px white;
	text-stroke: 5px white;
}
.number_separate_box {
	margin-top: 6vw;
}
.number_separate_box section.reverse {
	flex-direction: row-reverse;
}
.number_separate_box section .img_box img {
	border-radius: 35px;
}
.img_section_box .img.img_A {
	width: 29%;
	height: 30vw;
}
.img_section_box .img.img_B {
	width: 42%;
	height: 30vw;
}
.img_section_box .img.img_C {
	width: 29%;
	height: 30vw;
}
.img_section_box {
}

.promise_box {
	margin-top: 6vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.promise_box.route:after {
	content:"";
	display: block;
	width: 31.5%;
}
.promise_box.five {
	justify-content: center;
	flex-wrap: wrap;
}
.promise_box.five section {
	width: 29.5%;
	margin-left: 0.8vw;
	margin-right: 0.8vw;
}

.promise_box section {
	width: 31.5%;
	border-radius: 20px;
	padding-bottom: 1.5vw;
	padding-top: 1.1vw;
	margin-bottom: 40px;
}
.promise_box section:last-child {
	margin-bottom: 40px;
}
.promise_box .img {
	height: 16vw;
	border-radius: 14px;
}
.promise_box .text {
	margin-top: 20px;
}
.promise_box .text h3 {
	font-size: 1.4vw;
	line-height: 1.6;
}
.promise_box .text p {
	font-size: 1.0vw;
	margin-top: 18px;
}

.post_list_box {
	margin-top: 4vw;
}
.post_list_box section {
	width: 23%;
	margin-top: 40px;
	border-radius: 20px;
	padding-bottom: 8px;
}
.post_list_box::after {
	content: "";
	display:block;
	width:23%;
}
.post_list_box::before {
	content: "";
	display:block;
	width:23%;
	order: 1;
}
.post_list_box .vertical_box {
	padding-bottom: 10px;
	padding-top: 0.5vw;
}
.post_list_box .vertical_box.no_image {
	padding-bottom: 10px;
	padding-top: 2px;
}
.post_list_box .vertical_box .img {
	height: 11.5vw;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
.post_list_box a:hover .img img{
	transform: scale(1.1,1.1);
	opacity: 0.8;
}
.post_list_box .vertical_box .text {
	margin-top: 10px;
	transition: all 0.3s;
}
.post_list_box a:hover .text {
	opacity: 0.6;
}
.post_list_box .text time {
	font-size: 0.9vw;
}
.post_list_box .text time img {
	width: 0.85vw;
}
.post_list_box .text h3 {
	font-size: 1.1vw;
	margin-top: 10px;
}
.post_list_box.menu .text h3 {
	margin-top: 17px;
	font-size: 1.2vw;
}
.post_list_box .text p {
	font-size: 15px;
	width: 95%;
	margin-top: 10px;
}
.post_list_box .tag a {
	padding-left: 9px;
	padding-right: 9px;
	transition: all 0.3s;
	font-size: 0.8vw;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 7px;
}
.post_list_box .tag a:hover {
	color: #FFF;
	background-color: #003B72;
}

.category_list {
	width: 80.5%;
	margin-top: 4vw;
	margin-left: auto;
	margin-right: auto;
}
.category_list.under {
	width: 95%;
	margin-top: 1vw;
}
.category_list a {
	font-size: 1.2vw;
	padding-top: 11px;
	padding-bottom: 11px;
	transition: all 0.3s;
	padding-left: 28px;
	padding-right: 28px;
	margin-right: 11px;
	margin-left: 11px;
	border-radius: 9999px;
	margin-top: 24px;
}
.category_list a:hover {
	color: #FFFFFF;
	background-color: #003B72;
}

.number_separate_box section .title_box .section_button {
	margin-top: 2.0vw;
	text-align: left;
}

.section_button {
	margin-top: 4vw;
}
.section_button a {
	font-size: 1.2vw;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 14px;
	padding-bottom: 14px;
	transition: all 0.3s;
}
.section_button a:hover {
	color: #FFFFFF;
	background-color: #003B72;
}

.staff_box {

}
.staff_box section {
	border-radius: 20px;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	padding-right: 2.5%;
	margin-bottom: 3.5vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.staff_box .text_box {
	width: 44%;
	margin-left: auto;
	margin-right: 0;
}
.staff_box .text_box img {
	display: none;
}
.staff_box .text_box .title {
	margin-bottom: 15px;
}
.staff_box .text_box h2 {
	font-size: 1.8vw;
	line-height: 1.6;
}
.staff_box .text_box h3 {
	font-size: 1.4vw;
	margin-top: 2.0vw;
}
.staff_box .text_box p {
	font-size: 1.1vw;
	margin-top: 1.2vw;
}
.staff_box .img {
	width: 42%;
	margin-left: auto;
	margin-right: 0;
}
.staff_box .img img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	display: inline;
}
.staff_box .staff_table table tr th {
	width: 25%;
	font-size: 1.0vw;
}
.staff_box .staff_table table tr td {
	font-size: 0.9vw;
	padding-left: 15px;
}
.staff_box .staff_table {
	margin-top: 1.2vw;
}

.voice_box .text_box .tag a {
	padding-left: 12px;
	padding-right: 12px;
	transition: all 0.3s;
	font-size: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 7px;
}
.voice_box .text_box .tag a:hover {
	color: #FFF;
	background-color: #003B72;
}
.voice_box section {
	border-radius: 20px;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 2.5%;
	margin-bottom: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.voice_box .text_box {
	width: 44%;
	margin-left: 0;
	margin-right: auto;
}
.voice_box .img {
	width: 42%;
	margin-left: 0;
	margin-right: auto;
	margin-top: 0px;
}
.voice_box .img img {
	border-radius: 15px;
}
.voice_box .text_box p {
	font-size: 1.1vw;
	margin-top: 10px;
}
.voice_box .text_box h3 {
	font-size: 1.5vw;
	line-height: 1.6;
}
.voice_box .text_box .title {
	margin-bottom: 15px;
}
.voice_box {
	margin-top: 6vw;
}
.promise_box .img .number p {
	font-size: 3.3vw;
}
.promise_box .img .number {
	top: 0.5vw;
	left: 0.5vw;
}

.privacy_box {
	margin-top: 4vw;
	border-radius: 20px;
	padding-top: 4.5%;
	padding-bottom: 4.5%;
	padding-left: 4.5%;
	padding-right: 4.5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-shadow: 1px 1px 7px #8C8C8C;
	background-color: #FFFFFF;
}
.privacy_box section {
	margin-bottom: 4.5%;
	width: 47%;
}
.privacy_box .title {
	margin-bottom: 20px;
	text-align: left;
}
.privacy_box .title h3 {
	font-size: 1.5vw;
	line-height: 1.6;
}
.privacy_box p {
	font-size: 1.1vw;
	margin-top: 10px;
}

.price_box {
	margin-top: 4vw;
}
.price_box section {
	border-radius: 20px;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 2.5%;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.price_box .text_box {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
.price_box .text_box.single {
	width: 94.5%;
	margin-bottom: 30px;
}
.price_box .text_box .title {
	margin-bottom: 20px;
	text-align: left;
}
.price_box .text_box h3 {
	font-size: 1.9vw;
	line-height: 1.6;
}
.price_box .text_box p {
	font-size: 1.1vw;
	margin-top: 10px;
}
.price_box .text_box p.small {
	font-size: 1.0vw;
	margin-top: 15px;
}
.price_box .small_text_box {
	width: 94%;
}
.price_box .small_text_box p {
	font-size: 1.0vw;
	margin-top: 15px;
}
.price_box .text_box .button {
	margin-top: 25px;
	text-align: left;
}
.price_box .text_box .button a {
	font-size: 18px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all 0.3s;
}
.price_box .text_box .button a:hover {
	color: #FFFFFF;
	background-color: #003B72;
}
.price_box .table_box {
	width: 49%;
	margin-right: 2.5%;
	margin-top: 0px;
}
.price_box .table_box p {
	font-size: 1.0vw;
	margin-top: 15px;
}
.price_box .table_box h4 {
	font-size: 1.35vw;
	margin-bottom: 10px;
}
.price_box .table_box table {
	margin-bottom: 25px;
}
.price_box .table_box table.two_col tr th {
	font-size: 1.2vw;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.price_box .table_box table.three_col tr th {
	font-size: 1.3vw;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.price_box .table_box table.three_col tr th span {
	font-size: 0.85vw;
}
.banner_box {
}
.banner_box a {
	margin-bottom: 0px;
	width: 23%;
}
.banner_box a .img {
	height: 8.8vw;
	border-radius: 18px;
}
.banner_box a .text_box .text_A {
	font-size: 1.35vw;
	line-height: 1.5;
}
.banner_box a .arrow {
	right: 8px;
	top: 5px;
	font-size: 1.6vw;
	transition: all 0.3s;
}
.banner_box a .filter {
	transition: all 0.3s;
}
.banner_box a:hover .arrow {
	right: 4px;
	top: 1px;
}
.banner_box a:hover .filter {
	background-color: rgba(255,255,255,0.0);
}

.recommend_box {
	margin-top: 6vw;
}
.recommend_box section {
	border-radius: 20px;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 2.5%;
	margin-bottom: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recommend_box .img {
	width: 42%;
	height: 24vw;
	margin-left: 0;
	border-radius: 17px;
	margin-right: auto;
}
.recommend_box .img img {
	border-radius: 15px;
}
.recommend_box .text_box {
	width: 44%;
	margin-left: 0;
	margin-right: auto;
	margin-top: 0px;
}
.recommend_box .text_box .button {
	margin-top: 25px;
	text-align: left;
}
.recommend_box .text_box .button a {
	font-size: 1.15vw;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all 0.3s;
}
.recommend_box .text_box .button a:hover {
	color: #FFFFFF;
	background-color: #003B72;
}
.recommend_box .text_box h4 {
	font-size: 1.7vw;
	line-height: 1.6;
}
.recommend_box .text_box .title {
	margin-bottom: 20px;
}
.recommend_box .text_box p {
	font-size: 1.1vw;
	margin-top: 10px;
}
.recommend_box .text_box p span {
	font-size: 2.0vw;
}
.recommend_box .img .title h3 {
	font-size: 1.8vw;
	padding-top: 6px;
	padding-bottom: 6px;
}
.recommend_box .img .title {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.number_separate_box .triangle {
	height: calc(tan(60deg) * 30px / 2);
	width: 55px;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 48%;
}
.access_box {
	margin-top: 6vw;
}
.access_box .address {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 84%;
	margin-left: auto;
	margin-right: auto;
}
.access_box .address .logo {
	width: 32%;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.access_box .address p {
	font-size: 1.17vw;
	text-align: left;
	width: 39%;
	margin-left: 0px;
	margin-right: auto;
	line-height: 1.6;
}
.access_box .address p br {

}
.section_button.access {
	margin-top: 0px;
}
.access_box .map {
	margin-top: 30px;
	display: flex;
	flex-direction: row-reverse;
}

.access_box .map .map_img {
	width: 64%;
	height: 28vw;
}
.access_box .map .map_img img {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0px;
}

.access_box .map #map {
	width: 64%;
	height: 28vw;
}
.access_box .map .img {
	width: 36%;
	height: 28vw;
}
.access_box .map .img img {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0px;
}
.access_box .map #map iframe {
	border-top-left-radius: 0px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.access_box .parking {
	margin-top: 0px;
	width: 43%;
}
.access_box .parking .img {
	height: 20vw;
}
.access_box .parking .img img {
	border-radius: 30px;
}
.access_box .parking .text {
	margin-bottom: 20px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.access_box .parking .text p {
	font-size: 1.1vw;
}
.access_box .parking .text p span {
	font-size: 1.4vw;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}
.access_box .contact {
	margin-top: 0px;
	width: 45%;
	margin-left: 7.5%;
	margin-right: auto;
}
.access_box .contact.pc_side {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin-left: 0px;
}
.access_box .contact.pc_side .tel_box {
	width: 45%;
}
.access_box .pc_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.access_box .contact .tel img {
	width: 3.5vw;
	margin-right: 10px;
}
.access_box .contact .tel p {
	font-size: 4.0vw;
}
.access_box .contact .title {
	font-size: 1.4vw;
	margin-bottom: 25px;
}
.access_box .contact .text {
	font-size: 1.1vw;
	margin-bottom: 20px;
}
.access_box .contact.pc_side .text {
	margin-bottom: 0px;
}
.access_box .contact .tel {
	margin-bottom: 30px;
	transition: all 0.3s;
}
.access_box .contact .tel:hover {
	opacity: 0.7;
}
footer .container {
	width: 85%;
	padding-top: 9vw;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}
footer .area {
	width: 40%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px;
	margin-top: 0px;
}
footer .footer_menu {
	width: 49.5%;
	display: flex;
	justify-content: flex-start;
	;
	flex-wrap: wrap;
	margin-top: 10px;
}
footer .area p {
	font-size: 1.1vw;
	width: 90%;
	line-height: 1.6;
}
footer .footer_menu .inner a {
	font-size: 1.1vw;
	margin-bottom: 13px;
	width: 25%;
	transition: all 0.3s;
}
footer .footer_menu .inner a:hover {
	opacity: 0.7;
}
footer .footer_menu .inner {
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 0%;
}
footer .footer_menu .inner::before{
	content:"";
	display: block;
	width:25%;
	order:1;
}
footer .footer_menu .inner::after{
	content:"";
	display: block;
	width:25%;
}
footer .footer_menu .inner a:last-child {
	margin-bottom: 13px;
}
footer .footer_menu .sns_box {
	justify-content: flex-start;
	margin-top: 10px;
}
footer .footer_menu .sns_box a {
	margin-left: 0px;
	margin-right: 15px;
	transition: all 0.3s;
}
footer .footer_menu .sns_box a:hover {
	opacity: 0.7;
}
footer .footer_menu .sns_box img {
	width: 2.5vw;
}
footer {
	padding-bottom: 20px;
}
footer .flex {
	width: 82%;
	justify-content: flex-start;
	margin-top: 10px;
}
footer .policy {
	margin-top: 7vw;
	width: 82%;
}
footer .policy a:hover {
	opacity: 0.7;
}
footer .policy a {
	font-size: 1.0vw;
	transition: all 0.3s;
}
footer .copyright {
	font-size: 1.0vw;
	margin-right: 5%;
}
footer .copyright span {
	font-size: 1.1vw;
	margin-right: 3px;
}
footer .produce a {
	font-size: 1.0vw;
	transition: all 0.3s;
}
footer .produce a:hover {
	color: #000000;
}
.access_box .line_banner .left .line_text {
	font-size: 3.15vw;
	margin-top: 15px;
	text-align: left;
}
.access_box .line_banner .left .flex p {
	font-size: 3.8vw;
	margin-left: 4%;
}
.access_box .line_banner .left .flex p span {
	font-size: 7.9vw;
}
.access_box .line_banner {
	border-radius: 30px;
	padding-top: 4%;
	padding-bottom: 4%;
	padding-left: 6%;
	padding-right: 4%;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.access_box .line_banner .right {
	border-radius: 25px;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 50.5%;
}
.access_box .line_banner .left {
	width: 45%;
	margin-top: -15px;
}
.access_box .line_banner .right .line_text {
	font-size: 1.4vw;
}
.access_box .line_banner .right .line_title {
	font-size: 2.1vw;
	margin-bottom: 10px;
}
.access_box .line_banner .left img {
	width: 33%;
}
.line_banner .section_button {
	margin-top: 20px;
}
.section_title .caution {
	font-size: 17px;
	margin-bottom: 100px;
	margin-top: -60px;
}

.pnavi {
	margin-top: 4vw;
}
.pnavi a {
	font-size: 1.25vw;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 1vw;
	padding-right: 1vw;
	padding-top: 0.7vw;
	padding-bottom: 0.7vw;
}
.pnavi span {
	font-size: 1.3vw;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 1vw;
	padding-right: 1vw;
	padding-top: 0.7vw;
	padding-bottom: 0.7vw;
}
.pnavi a:hover {
	color: #FFFFFF;
	background-color: #003B72;
}
.pnavi span.dots {
	font-size: 18px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0.5vw;
}

.qa_list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 4vw;
	width: 95%;
}
.qa_list.sub {
	margin-top: 55px;
}
.qa_list dl dt {
	padding-top: 1.15vw;
	padding-bottom: 1.15vw;
	padding-right: 40px;
	padding-left: 4.1vw;
	font-size: 1.1vw;
	transition: all 0.3s;
}
.qa_list dl dt h3 {
	line-height: 1.3;
}
.qa_list dt:hover {
	opacity: 0.7;
}
.qa_list dl dd {
	margin: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 4.1vw;
	padding-bottom: 17px;
}
.qa_list dl dd p {
	margin-top: 0.6vw;
	font-size: 1.1vw;
}

.qa_list dl dt::before {
	font-size: 1.8vw;
	top: 0.6vw;
	left: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5vw;
	height: 2.5vw;
	padding: 0px;
}
.qa_list dl dd::before {
	font-size: 1.8vw;
	margin-top: 2px;
	left: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5vw;
	height: 2.5vw;
	padding: 0px;
}
.qa_list dl dt::after {
	top: 1vw;
	right: 15px;
	font-size: 1.2vw;
}
.qa_list dl dt .tag a {
	padding-left: 6px;
	padding-right: 6px;
	transition: all 0.3s;
	font-size: 12px;
	margin-bottom: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.qa_list dl dt .tag a:hover {
	color: #FFF;
	background-color: #367FD4;
}
.qa_list dl {
	width: 48.5%;
	border-radius: 12px;
	margin-top: 2.5vw;
}
.qa_list dl:first-child {
	margin-top: 2.5vw;
}

/*他院との違い（表）*/
.diffe_box .table th {
	border: 3px solid #DCDCDC;
	padding-top: 1.8vw;
	padding-bottom: 1.8vw;
	font-size: 1.3vw;
}
.diffe_box .table th br {
	display: none;
}
.diffe_box .table td {
	border: 3px solid #DCDCDC;
	padding-top: 1.0vw;
	padding-bottom: 1.0vw;
	font-size: 1.3vw;
}
.diffe_box .table td.double_circle {
	font-size: 1.7vw;
}
.diffe_box .table td.triangle {
	font-size: 1.7vw;
}
.diffe_box .table td.circle {
	font-size: 1.6vw;
}
.diffe_box .table td.batu {
	font-size: 2.4vw;
}
.diffe_box .table th:nth-child(2) {
	border-top: 3px solid #003B72;
	border-bottom: 3px solid #003B72;
	border-left: 7px solid #003B72;
	border-right: 7px solid #003B72;
}
.diffe_box .table td:nth-child(2) {
	border-right: 7px solid #003B72;
	border-left: 7px solid #003B72;
}
.diffe_box .table td.last {
	border-bottom: 7px solid #003B72;
}
.diffe_box p {
	font-size: 1.1vw;
	text-align: center;
	margin-bottom: 4vw;
}
.diffe_box p .mobile_none {
	display: inline;
}
.diffe_box {
	margin-top: 4vw;
}
.diffe_box .table {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}
.diffe_box .table th:nth-child(3) {
	border-top: 3px solid #F15500;
	border-bottom: 3px solid #F15500;
	border-right: 3px solid #F15500;
}

/*お知らせ*/
.news_box {
	margin-top: 4vw;
	box-shadow: 1px 1px 7px #8C8C8C;
	border-radius: 20px;
	padding-top: 3.2vw;
	padding-bottom: 3.2vw;
	margin-left: auto;
	margin-right: auto;
	width: 94.5%;
	background-color: #FFFFFF;
}
.news_box section {
	padding-top: 1.6vw;
	padding-bottom: 1.3vw;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.news_box section .flex {
	margin-bottom: 0.8vw;
}
.news_box section time {
	font-size: 1.0vw;
}
.news_box section time img {
	width: 0.85vw;
	margin-right: 4px;
}
.news_box section .tag {
	padding-left: 9px;
	padding-right: 9px;
	transition: all 0.3s;
	font-size: 0.8vw;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 0.8vw;
}
.news_box section .tag:hover {
	color: #FFF;
	background-color: #003B72;
}
.news_box section .title a {
	font-size: 1.2vw;
	transition: all 0.3s;
}
.news_box section .title a:hover {
	opacity: 0.5;
}
.news_box section:first-child {
	border-top: none;
}
.news_box section:last-child {
	border-bottom: none;
}

.profile_box {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-top: 7.0vw;
}
.profile_box .title {
	width: 29%;
	text-align: right;
}
.profile_box .title h3 {
	font-size: 2.2vw;
}
/*-----テーブル---------*/
.profile_box table {
	width: 61.0%;
	margin-right: 3vw;
	margin-top: 10px;
}
.profile_box table th {
	height: 2.4vw;
	font-size: 1.1vw;
	width: 30px;
}
.profile_box table td.data {
	line-height: 2.4vw;
	font-size: 1.1vw;
	padding-left: 1vw;
}
/*--------------------------------------*/

.thought_box {
	margin-top: 4vw;
	width: 67%;
	margin-left: auto;
	margin-right: auto;
}

.thought_box p {
	font-size: 1.1vw;
	margin-top: 2vw;
}
.banner_box a .text_arrow {
	right: 15px;
	bottom: 5px;
	font-size: 1.0vw;
	transition: all 0.3s;
}
.banner_box a:hover .text_arrow {
	right: 7px;
}





























































































}
