@charset "UTF-8";
* {
	box-sizing: border-box;
	line-break: strict;
}
#ryokin, #access, #sym-s, #sym-k, #sym-g, #sym-z, #sym-a, #sym-t, #sym-n, #sym-j, #sym-b,div[id*="spo"] {
	padding: 110px;
	margin: -110px;
}
a {
	transition: 0.3s;
	color: #1e226a;
}
img {
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
body {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #1e226a;
	letter-spacing: 0.025em;
	font-size: 16.5px;
}
.f15 {
	font-size: 15px !important;
}
.h2_wrap {
	padding: 0 20px;
}
.h2_wrap h2 {
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	padding: 30px 0;
	max-width: 1000px;
	margin: 0 auto;
}
.h2-01 {
	background: url("http://next-link.jp/ts/urutatu/images/h2_bg01.png") no-repeat center center;
	background-size: cover;
}
.h2-02 {
	background: url("http://next-link.jp/ts/urutatu/images/h2_bg02.png")no-repeat center center;
	background-size: cover;
	line-height: 1.8;
}
.h2-03 {
	background: url("http://next-link.jp/ts/urutatu/images/h2_bg03.png")no-repeat center center;
	background-size: cover;
	line-height: 1.8;
}
.h2-01 span {
	display: block;
	width: 25px;
	margin: 0 auto 30px;
}
.h2-02 span {
	display: block;
	width: 25px;
	margin: 0 auto 30px;
}
.h2-03 span {
	display: block;
	width: 50px;
	margin: 0 auto 30px;
}
.wrap {
	margin-top: 110px;
	overflow: hidden;
}
.inner {
	/*max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;*/
}
.in-in {
	padding-top: 50px!important;
	padding-bottom: 55px!important;
}
.tsp {
	display: none!important;
}
.meiryo {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.tit_boder {
	max-width: 790px;
	width: 100%;
	margin: 50px auto;
	padding: 0 20px;
}
.details_btn {
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(15%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(232, 229, 229, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e5e5', GradientType=0);
	max-width: 275px;
	white-space: 100%;
	margin: 45px auto 60px;
	width: 100%;
}
.details_btn a {
	display: block;
	text-align: center;
	border: 1px solid #1e226a;
	padding: 16px 0;
	font-weight: bold;
}
.details_btn a:hover {
	opacity: 0.8;
}
.details_btn span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.details_btn span::before, .details_btn span::after {
	position: absolute;
	top: 0;
	bottom: 3px;
	left: -11px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.details_btn span::before {
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #0495e0;
}
.details_btn span::after {
	left: -7px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bg_red {
	color: #f03876;
	font-weight: bold;
	font-size: 24px;
}
.nl_red {
	color: #f03876;
	font-weight: bold;
}
.blue {
	color: #0495e0;
	font-weight: bold;
}
/*▼--ナビ　レイアウト--　▼*/
.header-pc {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2;
}
.header-pc .tnav {
	background: #fff;
	padding: 0 20px;
}
.header-pc .tnav div {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}
.header-pc .tnav div h1 {
	font-size: 34px;
	font-weight: bold;
}
.header-pc .tnav div p {
	display: flex;
	align-items: center;
}
.header-pc .tnav div p .meiryo {
	font-size: 14px;
}
.header-pc .tnav div p span:last-child {
	font-size: 34px;
	font-weight: bold;
}
.header-pc .tnav div p .meiryo span {
	font-size: 19px;
	font-weight: normal;
}
.header-pc .tnav div p img {
	width: 26px;
	height: 28px;
	margin: 0 13px;
}
/*-------------------------------------------*/
.header-pc .gnav {
	background: #1e226a;
}
.header-pc .gnav ul {
	/*max-width: 1000px;*/
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	height: 50px;
}
.header-pc .gnav ul li {
	/*display: flex;
    align-items: center;*/
}
.header-pc .gnav ul li a {
	display: flex;
	align-items: center;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	font-size: 18px;
	letter-spacing: 0.06em;
}
.header-pc .gnav ul li a img {
	width: 15px;
	height: 20px;
	margin-right: 5px;
}
.header-pc .gnav ul li a:hover {
	background: #0495e0;
	color: #fff;
}
/*▼　--トップ　レイアウトここから--　▼*/
/*▽FV　レイアウト*/
.fv_cont {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}
.fv_cont .fv_in {
	width: 48%;
}
.fv_cont .fv_in:first-of-type {}
.fv_cont .fv_in:first-of-type p:first-of-type {
	font-size: 19px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 28px 0 10px;
}
.fv_cont .fv_in:first-of-type p:first-of-type span:first-child {
	position: relative;
	padding-left: 45px;
	font-size: 30px;
	color: #0495e0;
}
.fv_cont .fv_in:first-of-type p:first-of-type span:first-child::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/ico_time.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}
.fv_cont .fv_in:first-of-type p:first-of-type span:last-child {
	font-size: 16px;
	border: 1px solid;
	padding: 5px 15px;
}
.fv_cont .fv_in:first-of-type p:last-of-type {}
.fv_cont .fv_in:last-of-type {}
.fv_cont .fv_in:last-of-type p:first-of-type {
	color: #0495e0;
	margin: 30px 0 7px;
	font-size: 17px;
	letter-spacing: 0.04em;
	line-height: 1.3;
	font-weight: bold;
}
.fv_cont .fv_in:last-of-type ul {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	margin-bottom: 12px;
}
.fv_cont .fv_in:last-of-type ul li {}
.fv_cont .fv_in:last-of-type ul li:first-child {
	font-size: 17px;
	line-height: 1.25;
	letter-spacing: 0.06em;
}
.fv_cont .fv_in:last-of-type ul li:last-child {
	max-width: 200px;
	width: 100%;
}
.fv_cont .fv_in:last-of-type ul li:last-child p, .tel_link {
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(15%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(232, 229, 229, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e5e5', GradientType=0);
	white-space: 100%;
	margin: 0;
}
.fv_cont .fv_in:last-of-type ul li:last-child p a, .tel_link a {
	display: block;
	padding: 10px 28px;
	color: #1e226a;
	text-align: right;
	position: relative;
	border: 1px solid #1e226a;
}
.fv_cont .fv_in:last-of-type ul li:last-child p:hover, .tel_link a:hover {
	opacity: 0.8;
}
.fv_cont .fv_in:last-of-type ul li:last-child p a::after {
	content: '';
	display: block;
	width: 18px;
	height: 23px;
	background: url(../images/ico_access01.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 7px;
}
.tel_link a {
	font-size: 24px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.tel_link span {
	padding-left: 48px;
}
.tel_link a::after {
	content: '';
	display: block;
	width: 21px;
	height: 29px;
	background: url(../images/nav_tel-pc.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 5px;
	left: 130px;
}
/*▼　--お悩み～　レイアウトここから--　▼*/
/*▼　--症状別治療例　レイアウトここから--　▼*/
.onay_list {
	max-width: 890px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.onay_list li {
	position: relative;
	text-align: center;
	font-size: 25px;
}
.onay_list li::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url("../images/ico_parts02.png") no-repeat;
	background-size: contain;
	position: absolute;
	left: 0px;
	bottom: 12px;
}
.onay_list li::after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url("../images/ico_parts03.png") no-repeat;
	background-size: contain;
	position: absolute;
	right: 0px;
	bottom: 12px;
}
.onay_list li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #292a38;
}
.onay_list li:last-child {
	padding-bottom: 20px;
}
.akirame {}
.akirame p {
	max-width: 640px;
	width: 100%;
	margin: 25px auto;
	padding: 0 20px;
}
.akirame ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 890px;
	padding: 0 20px;
	margin: 0 auto;
}
.akirame ul li {
	position: relative;
	display: flex;
	align-items: center;
	width: 48%;
	font-size: 25px;
	height: 100px;
}
.akirame ul li span:first-child {
	width: 40px;
	height: auto;
	margin-right: 5px;
}
.akirame ul li span:last-child {
	width: 75px;
	height: auto;
	position: absolute;
	right: 45px;
	bottom: 9%;
}
.akirame ul li a::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-top: 3px solid #292a38;
	border-right: 3px solid #292a38;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 14px;
	position: absolute;
	top: 41px;
	right: 0;
}
.akirame ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	border-bottom: 1px dashed #1e226a;
}
.akirame ul li a:hover {
	background: #cfd1f4;
}
/*▼　--アキュスコープ　レイアウトここから--　▼*/
.top_acu p:nth-child(2) {
	font-size: 25px;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}
.top_acu p:nth-child(3) {
	max-width: 400px;
	width: 100%;
	margin: 25px auto;
}
.top_acu p:nth-child(4) {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 30px;
	max-width: 800px;
	padding: 0 20px;
	margin: 0 auto 20px;
}
.top_acu_ce p/*.top_acu p:nth-of-type(5)*/ {
	font-size: 18px;
	line-height: 1.8;
	border: 4px #f03876 solid;
	padding: 20px;
	max-width: 840px;
	margin: 0 auto;
}
.top_acu_ce p span {
	display: block;
	font-size: 19px;
	font-weight: bold;
	margin: 0 auto 15px;
	text-align: center;
}
.top_acu_ce {
	padding: 0 20px;
}
.top_acu p:nth-child(5) span {
	font-weight: bold;
	font-size: 24px;
	display: block;
	margin-bottom: 12px;
	text-align: center;
}
/*▼　--交通事故治療　レイアウトここから--　▼*/
.top_acc .top_acc_txt {
	padding: 0 20px;
}
.top_acc .top_acc_txt p:first-child {
	font-size: 24px;
	font-weight: bold;
	color: #f03876;
	line-height: 1.8;
	text-align: center;
	max-width: 1200px;
	width: 100%;
	margin: 25px auto 10px;
}
.top_acc .top_acc_txt p:nth-child(2) {
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 20px;
}
.top_acc .top_acc_txt p:last-child {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.top_acc .anshin {
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	padding: 0 20px;
}
.top_acc .anshin div {
	width: 32%;
	border: 4px solid #f03876;
	padding: 20px 0;
}
.top_acc .anshin div:nth-child(-n + 3) {
	margin-bottom: 25px;
}
/*▼　--うるたつの特徴　レイアウトここから--　▼*/
.tokucyo {}
.tokucyo .point {
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto 25px;
	justify-content: space-between;
	/*align-items: self-end;*/
	padding: 0 20px;
}
.tokucyo .point div {
	width: 32%;
	border: 4px solid #f03876;
	position: relative;
	margin-bottom: 25px;
}
.tokucyo .point div:not(:last-child) {
	/*margin-bottom: 25px;*/
}
.dia_li {
	content: '';
	display: block;
	width: 55px;
	height: 31px;
	background: url(../images/ico_parts04.png) no-repeat;
	background-size: contain;
	margin-right: 20px;
	position: absolute;
	top: -5px;
	right: -49.2px;
}
.tokucyo .point div p:first-of-type {
	max-width: 85px;
	width: 100%;
	margin: 11px auto;
}
.tokucyo .point div p:nth-of-type(2) {
	border-bottom: dashed 2px #a1a4d4;
	padding: 0 14px 15px;
	line-height: 1.2;
}
.tokucyo .point div p:last-of-type {
	padding: 15px 14px;
	line-height: 1.8;
}
.tokucyo {}
.top_com_wrap .top_com {
	max-width: 750px;
	width: 100%;
	margin: 0 auto 50px;
	position: relative;
}
.top_com_wrap .top_com a {
	display: block;
}
.top_com_wrap .top_com a:hover {
	opacity: 0.8;
}
.top_com_wrap .top_com .top_com-btn01 img {
	position: absolute;
	top: 35.5%;
	width: 73%;
	left: 13%;
}
.top_com_wrap .top_com .top_com-btn02 img {
	top: 67%;
	position: absolute;
	width: 90%;
	left: 5%;
}
.top_com_wrap {
	/*position: relative;*/
	background-color: #fbd5e2;
	/*	width: 100vw;
	left: 50%;
	transform: translateX(-50%);*/
}
.top_com_wrap p:first-of-type a, .top_com_wrap p:last-of-type a {
	display: block;
}
.top_com_wrap p:last-of-type {
	position: absolute;
	bottom: 5%;
	left: 25%;
	width: 50%;
}
.riyu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.riyu .riyu_in {
	display: flex;
	justify-content: space-between;
	width: 48%;
	padding: 15px 0 20px 0;
	letter-spacing: 0.025em;
	line-height: 1.62;
	font-size: 15px;
}
.riyu .riyu_in div:first-of-type {
	width: 59.9%;
}
.riyu .riyu_in div:last-of-type {
	width: 36.2%;
}
.riyu .riyu_in:not(:last-child) {
	border-bottom: dashed 2px #a1a4d4;
}
.riyu .riyu_in div p:not(:last-child) {
	width: 36.5%;
	margin: 0 auto;
}
/*▼　院長挨拶レイアウト　▼*/
.hel_txt {
	background-color: #0495e0;
	/*	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);*/
	padding: 7px 0;
}
.hel_txt img {
	/*width: 212px;*/
	margin: 0 auto;
	display: block;
}
.aisatu {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: url("../images/top_aisatu_bg-pc.png") no-repeat center center;
	background-size: cover;
	padding: 0 20px;
}
.aisatu h3 {
	margin: 0 auto 35px;
	max-width: 230.5px;
	width: 100%;
}
.aisatu p img {
	max-width: 191px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.aisatu p:nth-child(3) {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	margin: 35px 0;
}
.aisatu p:nth-child(3) span {
	font-size: 12.6px;
	display: block;
}
.aisatu p:last-of-type {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.62;
	font-size: 18px;
}
/******************************************トップページここまで*********************************************************/
@media screen and (max-width: 1024px) {
	.header-pc .gnav ul li a {
		padding: 0 15px;
		font-size: 16px;
	}
}
/* ▼▼ 画面サイズ / TB ▼▼ */
@media screen and (max-width: 768px) {
	.header-pc .tnav div h1, .header-pc .tnav div p span:last-child {
		font-size: 28px;
	}
	.header-pc .gnav ul li a {
		font-size: 15px;
	}
	.header-pc .tnav div h1, .header-pc .tnav div p span:last-child {
		font-size: 25px;
	}
	/*--------------------共通部分ここまで-----------------------*/
	.top_acc .anshin div, .tokucyo .point div {
		width: 49%;
	}
	.top_acc .anshin div:nth-child(-n + 4) {
		margin-bottom: 20px;
	}
	.fv_cont .fv_in {
		width: 100%;
	}
	.tel_link span {
		padding-left: 42px;
	}
	.tel_link a::after {
		left: 36%;
		bottom: 4px;
		width: 20px;
	}
	.onay_list li {
		font-size: 19px;
	}
	.akirame ul li {
		font-size: 20px;
	}
}
@media screen and (max-width: 600px) {
	body {
		font-weight: 500;
	}
	#ryokin, #access, #sym-s, #sym-k, #sym-g, #sym-z, #sym-a, #sym-t, #sym-n, #sym-j, #sym-b,div[id*="spo"],div[id*="nec"],div[id*="wai"],div[id*="hea"],div[id*="arm"],div[id*="fle"],div[id*="leg"],div[id*="num"],div[id*="tra"] {
		padding: 86px;
		margin: -88px;
	}
	.details_btn {
		margin: 30px auto 40px;
	}
	.details_btn a {
		font-size: 14px;
	}
	.wrap {
		margin-top: 87px;
	}
	.inner {
		margin: 0 auto 85px;
		/*padding: 0 20px;*/
	}
	.h2_wrap {
		padding: 0 20px;
	}
	.h2-02 {
		font-size: 22px;
		padding: 22px 30px;
	}
	.h2-02 span {
		margin-bottom: 2px;
		width: 20px;
	}
	.h2-03 span {
		margin-bottom: 10px;
	}
	.h2_wrap h2 {
		font-size: 20px;
		padding: 18px;
	}
	.tit_boder {
		margin: 30px auto 25px;
	}
	.tsp {
		display: block!important;
	}
	.tpc {
		display: none!important;
	}
	.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
		background-color: rgba(0, 0, 0, 0.5);
		-webkit-animation: fade 500ms;
		animation: fade 500ms;
	}
	.header-sp {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
	}
	.header-sp nav {
		line-height: 0;
		background: rgba(255, 255, 255, 1);
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(15%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(232, 229, 229, 1)));
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
		background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
		background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e5e5', GradientType=0);
	}
	.header-sp nav ul {
		display: flex;
		align-items: center;
		width: 100%;
		height: 59px;
	}
	.header-sp nav ul li {
		width: 25%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	.header-sp nav ul li a {
		width: 100%;
		height: 59px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header-sp nav ul li img {
		height: 35px;
	}
	.header-sp nav ul li button {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
		border: 0;
		background: rgba(255, 255, 255, 1);
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(15%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(232, 229, 229, 1)));
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
		background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
		background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(232, 229, 229, 1) 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e5e5', GradientType=0);
	}
	.header-sp nav ul li:not(:last-child) {
		border-right: 1px solid #232770;
	}
	.header-sp div:last-of-type {
		overflow: hidden;
		padding-top: 18%;
		background: #232770;
		width: 100%;
		padding: 2% 3% 2%;
		text-align: center;
	}
	.header-sp div h1 {
		font-size: 13px;
		color: #fff;
		letter-spacing: 0.1em;
	}
	.header-sp div h1 span {
		font-size: 12px;
	}
	.fv_cont .fv_in:first-of-type p:first-of-type {
		margin-top: 13px;
	}
	/*---アコーディオンナビここから---*/
	.sy_accordion {
		/*text-align: center;*/
		font-weight: bold;
	}
	.sy_accordion .sy_inner {
		/*display: none;*/
	}
	.sy_accordion .sy_inner li ul {
		display: none;
	}
	.sy_accordion p.ac1 {
		border-bottom: 1px solid #5357a9;
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		color: #ff99ff;
	}
	.sy_accordion p.ac1 span {
		font-size: 12px;
		color: #FFD851;
		padding-right: 10px;
		text-align: center;
		line-height: 1.25;
	}
	.sy_accordion p.ac1 span::after {
		font-family: "Font Awesome 5 Free";
		content: "\f063";
		-webkit-font-smoothing: antialiased;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		display: block;
		padding-top: 5px;
	}
	.sy_accordion p.ac2 {
		background: #FFEA00;
	}
	.sy_accordion p.ac3 {
		background: #64DD17;
	}
	.sy_accordion .sy_inner li ul li a {
		display: block;
		font-size: 13px;
		padding: 10px 20px 10px 34px;
		line-height: 1.25;
		letter-spacing: 0.05em;
		background: #bdd7ee;
		color: #000;
	}
	.sy_accordion .sy_inner li ul li:not(:last-of-type) a {
		border-bottom: 1px solid #000;
	}
	.sy_accordion .sy_inner li > p {
		/*cursor: pointer;*/
		position: relative;
		font-size: 13px;
		color: #fff;
		display: block;
		padding: 12px 0 12px 25px;
		letter-spacing: 0.05em;
		border-bottom: 1px solid #5357a9;
	}
	.page_last {
		margin-bottom: 65px;
	}
	/*アイコン表示*/
	.sy_accordion .sy_inner li > p::after {
		content: "";
		position: absolute;
		right: 25px;
		top: 30%;
		transition: all 0.2s ease-in-out;
		display: block;
		width: 8px;
		height: 8px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	/*アイコンを入れ替える(jquery)*/
	.sy_accordion .sy_inner li > p.open::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 45%;
	}
	.sy_accordion .sy_inner li.content1-1 li:nth-child(1) {
		background: #f5a9c2;
	}
	.sy_accordion .sy_inner li.content1-1 li:nth-child(2) {
		background: #f5c1d3;
	}
	.sy_accordion .sy_inner li.content1-1 li:nth-child(3) {
		background: #f5dae3;
	}
	.sy_accordion .sy_inner li.content1-2 li:nth-child(1) {
		background: #f7cbda;
	}
	.sy_accordion .sy_inner li.content1-2 li:nth-child(2) {
		background: #f7dce6;
	}
	.sy_accordion .sy_inner li.content1-2 li:nth-child(3) {
		background: #f7edf1;
	}
	.sy_accordion .sy_inner li.content1-3 {
		background: #FCE4EC;
	}
	.sy_accordion .sy_inner li.content1-3 li:nth-child(1) {
		background: #fcebf1;
	}
	.sy_accordion .sy_inner li.content1-3 li:nth-child(2) {
		background: #fcf2f6;
	}
	.sy_accordion .sy_inner li.content1-3 li:nth-child(3) {
		background: #fcfafb;
	}
	.sy_accordion .sy_inner li.content2-1 {
		background: #FFF59D;
	}
	.sy_accordion .sy_inner li.content2-1 li:nth-child(1) {
		background: #fff8b8;
	}
	.sy_accordion .sy_inner li.content2-1 li:nth-child(2) {
		background: #fffad1;
	}
	.sy_accordion .sy_inner li.content2-1 li:nth-child(3) {
		background: #fffdeb;
	}
	.sy_accordion .sy_inner li.content2-2 {
		background: #FFF9C4;
	}
	.sy_accordion .sy_inner li.content2-2 li:nth-child(1) {
		background: #fffbd6;
	}
	.sy_accordion .sy_inner li.content2-2 li:nth-child(2) {
		background: #fffde8;
	}
	.sy_accordion .sy_inner li.content2-2 li:nth-child(3) {
		background: #fffefa;
	}
	.sy_accordion .sy_inner li.content2-3 {
		background: #fffbd9;
	}
	.sy_accordion .sy_inner li.content2-3 li:nth-child(1) {
		background: #fffce3;
	}
	.sy_accordion .sy_inner li.content2-3 li:nth-child(2) {
		background: #fffded;
	}
	.sy_accordion .sy_inner li.content2-3 li:nth-child(3) {
		background: #fffef7;
	}
	.sy_accordion .sy_inner li.content3-1 li:nth-child(1) {
		background: #cde0b6;
	}
	.sy_accordion .sy_inner li.content3-1 li:nth-child(2) {
		background: #d5e0c8;
	}
	.sy_accordion .sy_inner li.content3-1 li:nth-child(3) {
		background: #dde0da;
	}
	.sy_accordion .sy_inner li.content3-2 {
		background: #DCEDC8;
	}
	.sy_accordion .sy_inner li.content3-2 li:nth-child(1) {
		background: #e1edd3;
	}
	.sy_accordion .sy_inner li.content3-2 li:nth-child(2) {
		background: #e7eddf;
	}
	.sy_accordion .sy_inner li.content3-2 li:nth-child(3) {
		background: #ecedeb;
	}
	.sy_accordion .sy_inner li.content3-3 {
		background: #F1F8E9;
	}
	.sy_accordion .sy_inner li.content3-3 li:nth-child(1) {
		background: #f3f7ed;
	}
	.sy_accordion .sy_inner li.content3-3 li:nth-child(2) {
		background: #f5f7f2;
	}
	.sy_accordion .sy_inner li.content3-3 li:nth-child(3) {
		background: #f7f7f7;
	}
	/*---アコーディオンナビここまで---*/
	/*---------ヘッダーここまで-----------------------*/
	.top_acu p:nth-child(2) {
		font-size: 17.5px;
		/*text-align: inherit;*/
		padding: 0 20px;
	}
	.top_acu p:nth-child(3) {
		max-width: 200px;
	}
	.riyu .riyu_in {
		width: 100%;
		font-size: 14px;
	}
	.fv_cont .fv_in:last-of-type p:first-of-type {
		font-size: 13px;
		margin-top: 12px;
	}
	.fv_cont .fv_in:last-of-type p:first-of-type span {
		font-size: 10px;
	}
	.fv_cont .fv_in:last-of-type ul {
		align-items: flex-end;
	}
	.fv_cont .fv_in:last-of-type ul li:last-child {
		max-width: 140px;
	}
	.fv_cont .fv_in:last-of-type ul li:last-child p a, .tel_link a {
		font-size: 13px;
		padding: 10px 14px;
	}
	.fv_cont .fv_in:last-of-type ul li:last-child p a::after {
		width: 15px;
		height: 21px;
		bottom: 8px;
		left: 18px;
	}
	.fv_cont .fv_in:last-of-type ul li:first-child {
		font-size: 12px;
	}
	.tel_link a::after {
		left: 28%;
		bottom: -2px;
		width: 15px;
	}
	.tel_link span {
		font-size: 17px;
	}
	.onay_list li {
		font-size: 15px;
		line-height: 1.3;
	}
	.akirame ul li {
		width: 100%;
		font-size: 19px;
		height: 80px;
	}
	.akirame ul li span:first-child {
		width: 26px;
	}
	.akirame ul li span:last-child {
		width: 60px;
	}
	.akirame ul li a::after {
		width: 10px;
		height: 10px;
		top: 34px;
	}
	.aisatu {
		background: url(../images/top_aisatu_bg-sp.png) no-repeat top center;
		background-size: contain;
	}
	.aisatu p:last-of-type {
		font-size: 15px;
	}
	.aisatu p:nth-child(3) span {
		display: inline-block;
	}
	/*--------------------------------*/
	.akirame p {
		margin: 15px auto 0px;
	}
	.fv_cont .fv_in:first-of-type p:first-of-type {
		font-size: 15px;
	}
	.fv_cont .fv_in:first-of-type p:first-of-type span:first-child {
		padding-left: 25px;
		font-size: 16px;
	}
	.fv_cont .fv_in:first-of-type p:first-of-type span:last-child {
		font-size: 13px;
		padding: 3px 8px;
	}
	.fv_cont .fv_in:first-of-type p:first-of-type span:first-child::before {
		width: 16px;
		height: 16px;
		left: 0;
	}
	/*----------------------------------------------------*/
	.tokucyo .point div {
		width: 100%;
	}
	.top_acc .anshin div {
		width: 100%;
	}
	.top_acc .anshin div:nth-child(-n + 5) {
		margin-bottom: 20px;
	}
	.aisatu h3 {
		max-width: 117px;
	}
	.top_acu p:nth-child(4) {
		font-size: 15px;
	}
	.top_acu_ce p {
		font-size: 15px;
	}
	.top_acc .top_acc_txt p:first-child {
		font-size: 19px;
		text-align: inherit;
	}
	.top_acc .top_acc_txt p:nth-child(2) {
		font-size: 15px;
		text-align: inherit;
	}
	.tokucyo .point div p:last-of-type {
		font-size: 15px;
	}
	.onay_list li:not(:last-child) {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	/*background: #dee6f7;
*/
	/*padding-bottom: env(safe-area-inset-bottom);*/
	/*▽固定ボタン　レイアウト*/
	.bott_tel {
		position: fixed;
		bottom: 0;
		line-height: 0;
		z-index: 999;
		background: #f03876;
		/*padding-bottom: env(safe-area-inset-bottom);*/
	}
	.bott_tel02 {
		position: fixed;
		bottom: 0;
		line-height: 0;
		z-index: 999;
		background: #dee6f7;
		padding-bottom: env(safe-area-inset-bottom);
	}
	.bott_tel02 ul {
		display: flex;
		flex-wrap: wrap;
		border-bottom: #fff 2px solid;
	}
	.bott_tel02 ul li {
		width: 20%;
		position: relative;
	}
	.bott_tel02 ul li a {
		display: block;
	}
	.bott_tel02 ul li span {
		z-index: 1;
		position: absolute;
		top: 80%;
		width: 100%;
		font-size: 10px;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
	.btn_move {
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-moz-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
	@-moz-keyframes btn_move {
		0% {
			-moz-transform: rotate(0deg);
		}
		10% {
			-moz-transform: rotate(0deg);
		}
		40% {
			-moz-transform: rotate(0deg);
		}
		50% {
			-moz-transform: rotate(2deg);
		}
		60% {
			-moz-transform: rotate(-1deg);
		}
		80% {
			-moz-transform: rotate(0deg);
		}
		90% {
			-moz-transform: rotate(0deg);
		}
		100% {
			-moz-transform: rotate(0deg);
		}
	}
	@-webkit-keyframes btn_move {
		0% {
			-webkit-transform: rotate(0deg);
		}
		10% {
			-webkit-transform: rotate(0deg);
		}
		40% {
			-webkit-transform: rotate(0deg);
		}
		50% {
			-webkit-transform: rotate(2deg);
		}
		60% {
			-webkit-transform: rotate(-2deg);
		}
		70% {
			-webkit-transform: rotate(2deg);
		}
		80% {
			-webkit-transform: rotate(0deg);
		}
		90% {
			-webkit-transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(0deg);
		}
	}
	@-o-keyframes btn_move {
		0% {
			-o-transform: rotate(0deg);
		}
		10% {
			-o-transform: rotate(0deg);
		}
		40% {
			-o-transform: rotate(0deg);
		}
		50% {
			-o-transform: rotate(2deg);
		}
		60% {
			-o-transform: rotate(-2deg);
		}
		70% {
			-o-transform: rotate(2deg);
		}
		80% {
			-o-transform: rotate(0deg);
		}
		90% {
			-o-transform: rotate(0deg);
		}
		100% {
			-o-transform: rotate(0deg);
		}
	}
	@keyframes btn_move {
		0% {
			transform: rotate(0deg);
		}
		10% {
			transform: rotate(0deg);
		}
		40% {
			transform: rotate(0deg);
		}
		50% {
			transform: rotate(2deg);
		}
		60% {
			transform: rotate(-2deg);
		}
		70% {
			transform: rotate(2deg);
		}
		80% {
			transform: rotate(0deg);
		}
		90% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(0deg);
		}
	}
	.btn_move {
		-webkit-animation-name: btn_move;
		-moz-animation-name: btn_move;
		-o-animation-name: btn_move;
		animation-name: btn_move;
		-webkit-animation-duration: 1.5s;
		-moz-animation-duration: 1.5s;
		-o-animation-duration: 1.5s;
		animation-duration: 1.5s;
		padding-bottom: env(safe-area-inset-bottom);
	}
	/*△固定ボタン　レイアウト*/
	.f135 {
		padding-right: 20px;
	}
}
/* ▼▼ 画面サイズ / SP ▼▼ */
@media screen and (max-width: 420px) {
	.onay_list {
		max-width: 320px;
	}
}
/* ▼▼ 画面サイズ / SP(SE/5など個別調整必要なときのみ) ▼▼ */
@media screen and (max-width: 350px) {
	.akirame ul li {
		font-size: 17px;
	}
	.header-sp div h1 {
		font-size: 12px;
	}
	.header-sp div h1 span {
		padding-top: 5px;
		font-size: 10px;
	}
	.fv_cont .fv_in:first-of-type p:first-of-type {
		font-size: 13px;
	}
	.fv_cont .fv_in:first-of-type p:first-of-type span:first-child {
		padding-left: 20px;
		font-size: 14px;
	}
	.fv_cont .fv_in:first-of-type p:first-of-type span:last-child {
		font-size: 10px;
		padding: 5px 5px;
	}
	.fv_cont .fv_in:last-of-type ul li:first-child {
		font-size: 12px;
	}
	.akirame ul li span:last-child {
		right: 40px;
	}
	.wrap {
		margin-top: 84px;
	}
}
