@charset "UTF-8";
.gHeaderWrap {
	margin-bottom: 16px;
}
.gHeader {}
.gHeader_inner {
	max-width: none;
	padding-right: 0;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.gHeader_col {}
.gHeader_col-no1 {
	margin-right: 10px;
}
.gHeader_catch {
	color: #808080;
	font-size: 12px;
	font-weight: 500;
}
.gHeader_title {}
.gHeader_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 3px 0px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title > a > img {
	display: block;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
	width: 347px;
	height: 24px;
	fill: #4D4D4D;
	transition-duration: .3s;
	transition-property: fill;
}
.gHeader_title_img > title {}
.gHeader_title_img > use {}
.gHeader_col-no2 {
	display: flex;
	align-items: center;
}
.gHeader_list {
	list-style: none;
	font-size: 13px;
	display: flex;
	align-items: center;
	margin-right: 19px;/*15px*/
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: center;
}
.gHeader_list > li {
	margin-left: 1.1em;
}
.gHeader_list > li:first-child {
	margin-left: 0;
}
.gHeader_list > li:last-child {
	margin-right: 0;
}
.gHeader_list > li:nth-child(2n+1) {}
.gHeader_list > li:nth-child(n+3) {}
.gHeader_list > li > a {
	display: block;
	text-decoration: none;
	color: #808080;
	position: relative;
	z-index: 1;
	font-weight: 500;
	padding-left: 16px;
}
.gHeader_list > li > a::before {
	content: "";
}
.gHeader_list > li > a::after {
	content: "";
}
.gHeader_list > li > a > .icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.gHeader_line {
	/* margin-right: 15px;
	width: 26px; */
	margin-right: 19px;
	width: 30px;
}
.gHeader_line a {
	opacity: 1;
}
.gHeader_line a:hover {
	opacity: .7;
}
.gHeader_line img {
	min-width: 30px;/*26px*/
}
.gHeader_telLink {
	width: 206px;
	min-width: 206px;
}
.gHeader_telLink > a {
	display: flex;
	text-decoration: none;
	color: #4A87D9;
	font-size: 24px;
	font-weight: bold;
	align-items: center;
	background-color: #F5F5F5;
	height: 64px;
	line-height: 1;
	justify-content: center;
}
.gHeader_telLink > a::before {
	content: "";
}
.gHeader_telLink > a::after {
	content: "";
}
.gHeader_telLink > a > .icon {
	font-size: 77%;
	margin-right: 6px;
	display: block;
}
.gHeader_link {
	width: 180px;
	min-width: 180px;
}
.gHeader_link > a {
	display: flex;
	text-decoration: none;
	background-color: #4A87D9;
	color: #fff;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1;
	height: 64px;
	border: 1px solid #4A87D9;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_link > a::before {
	content: "";
}
.gHeader_link > a::after {
	content: "";
}
.gHeader_link > a > b {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 2px;
	text-align: center;
}
.gHeader_link > a > .icon {
	display: block;
	font-size: 20px;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav {
	box-shadow: 0 4px 0 #F2F2F2;
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	z-index: 1000;
	left: 0;
	top: 0;
}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: flex;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li.-top {
	width: 52px;
	flex-grow: 0;
}
.gNav_list > li.-contact,
.gNav_list > li.-policy,
.gNav_list > li.-company,
.gNav_list > li.-news,
.gNav_list > li.-line {
	display: none;
}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 48px;
	align-items: center;
	font-weight: 500;
	justify-content: center;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding: 0 10px;
}
.gNav_list > li > a.-members {
	flex-direction: column;
}
.gNav_list > li > a > span {
	display: block;
	line-height: 1;
	margin-bottom: 4px;
	text-align: center;
}
.gNav_list > li > a > small {
	display: block;
	font-size: 13px;
	line-height: 1;
	text-align: center;
}

.p-top .gNav_list > li > a.-top,
.p-news .gNav_list > li > a.-news,
.p-company .gNav_list > li > a.-company,
.p-service .gNav_list > li > a.-service,
.p-flow .gNav_list > li > a.-flow,
.p-procedure .gNav_list > li > a.-procedure,
.p-members .gNav_list > li > a.-members,
.p-accident .gNav_list > li > a.-accident,
.p-faq .gNav_list > li > a.-faq,
.p-policy .gNav_list > li > a.-policy,
.p-contact .gNav_list > li > a.-contact {
	color: #4A87D9;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background-image: linear-gradient(0deg, #707070 50%, transparent 50%);
	background-size: 100% 2px;
	background-position: 0 0;
	background-repeat: repeat-y;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	position: absolute;
	z-index: 1;
}
.gNav_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #4A87D9;
	height: 4px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.p-top .gNav_list > li > a.-top::after,
.p-news .gNav_list > li > a.-news::after,
.p-company .gNav_list > li > a.-company::after,
.p-service .gNav_list > li > a.-service::after,
.p-flow .gNav_list > li > a.-flow::after,
.p-procedure .gNav_list > li > a.-procedure::after,
.p-members .gNav_list > li > a.-members::after,
.p-accident .gNav_list > li > a.-accident::after,
.p-faq .gNav_list > li > a.-faq::after,
.p-policy .gNav_list > li > a.-policy::after,
.p-contact .gNav_list > li > a.-contact::after {
	opacity: 1;
}
.gNav_list > li > a > b {
	font-weight: inherit;
	display: block;
}
.gNav_list > li.-top > a > .icon {
	display: block;
}
.gNav_list > li.-top > a > b {
	display: none;
}
.gBody {
	overflow: hidden;
	padding-bottom: 160px;
	position: relative;
}
.gBody-noPb {
	padding-bottom: 0;
}
.gVisual {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.gVisual::after {
	content: "";
	background-image: url(/assets/img/common/bg-main@2x.png);
	background-size: auto 69px;
	background-position: center bottom;
	background-repeat: repeat-x;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 69px;
	bottom: 0;
}
.gVisual_dot {
	position: absolute;
	z-index: 0;
	width: 20px;
	height: 20px;
	background-color: #F4B7D2;
	border-radius: 50%;
	-webkit-animation-name: dot, dotYurayura;
	animation-name: dot, dotYurayura;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear, ease-in-out;
	animation-timing-function: linear, ease-in-out;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
.gVisual_dot[data-color="1"] {
	background-color: #FFE100;
}
.gVisual_dot[data-color="2"] {
	background-color: #C4E6F9;
}
.gVisual_dot[data-color="3"] {
	background-color: #C7DA4A;
}
.gVisual_dot[data-color="4"] {
	background-color: #D3C5E0;
}
.gVisual_dot[data-color="5"] {
	background-color: #E7D8AE;
}
.gVisual_dot[data-color="6"] {
	background-color: #DBDCDC;
}
.gVisual_dot[data-color="7"] {
	background-color: #F4B7D2;
}
.gVisual_inner {
	height: 164px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.gVisual_title {
	color: #4A87D9;
	font-size: 29px;
	font-family: 'LogoTypeGothic7', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: normal;
	line-height: 1;
	position: relative;
	z-index: 1;
	top: -3px;
}
.gPankuzu {
	margin-bottom: 35px;
}
.gPankuzu_inner {
	max-width: none;
}
.gPankuzu_oList {
	list-style: none;
	font-size: 11px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: auto;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::before {
	content: "＞";
	margin: 0 4px;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {
	display: block;
	max-width: 500px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 11px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPankuzu_oList > li > a > .icon {
	display: block;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gPankuzu_oList > li:first-child::before {
	display: none;
}
.gBody_inner {}
.gInsurance {
	background-color: #ECF2FA;
	padding: 24px 0;
}
.gInsurance_inner {}
.gInsurance_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	/* 2025/05/14 追加 */
	justify-content: center;
}
.gInsurance_list > li {
	width: 32.66%;
	margin-left: 1%;
}
.gInsurance_list > li:first-child {
	margin-left: 0;
}
.gInsurance_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.gInsurance_list > li:nth-child(n+4) {
	margin-top: 1%;
}
.gInsurance_list > li:last-child {}
.gInsurance_list > li:nth-child(2n+1) {}
.gInsurance_list > li:nth-child(n+3) {}
.gInsurance_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	background-color: #fff;
}
.gInsurance_list > li > a::before {
	content: "";
}
.gInsurance_list > li > a::after {
	content: "";
}
.gInsurance_list > li > a > img {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.gFootNav {
	background-color: #F7F7F7;
	padding: 24px 0 27px;
}
.gFootNav_inner {}
.gFootNav_text {
	font-size: 13px;
}
.gFootNav_dList {
	list-style: none;
	font-size: 13px;
	display: flex;
}
.gFootNav_dList > dt {}
.gFootNav_dList > dt::after {
	content: "：";
}
.gFootNav_dList > dd {}
.gFootNav_list {
	list-style: none;
	font-size: 13px;
	display: flex;
	align-items: center;
	border-top: 1px solid #E6E6E6;
	padding-top: 19px;
	margin-top: 18px;
	box-shadow: inset 0 1px 0 #ffff;
}
.gFootNav_list > li {
	margin-right: 1em;
}
.gFootNav_list > li:first-child {}
.gFootNav_list > li:last-child {
	margin-right: 0;
}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li:nth-child(n+3) {}
.gFootNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	padding-left: 17px;
}
.gFootNav_list > li > a::before {
	content: "";
}
.gFootNav_list > li > a::after {
	content: "";
}
.gFootNav_list > li > a > .icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
}
.gFooter {
	background-color: #4A87D9;
	color: #fff;
	padding: 39px 0 25px;
}
.gFooter_inner {}
.gFooter_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gFooter_list > li {
	/* width: 24.25%; */
	width: 32.666%;
	margin-left: 1%;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.gFooter_list > li:nth-child(n+4) {
	margin-top: 1%;
}
.gFooter_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	background-color: #fff;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_list > li > a > img {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.gFooter_line {
	margin-top: 20px;/*8px*/
}
.gHeader_line img {
	width: 22px;
}
.gFooter_line a {
	align-items: center;
	/* background-color: #FFF; */
	border-radius: 4px;
	display: flex;
	font-size: 10px;/*14px*/
	font-weight: 300;/*700*/
	height: 32px;
	opacity: 1;
	padding: 0 5px;
	text-decoration: none;
	transition: all .4s;
	white-space: nowrap;
	align-items: end;
	color: #fff;
}
.gFooter_line a:hover {
	opacity: .6;
}
.gFooter_line a img {
	height: auto;
	margin-right: 20px;/*4px*/
	width: 40px;/*20px*/
}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 13px;
	margin-top: 39px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.gFooter_col {}
.gFooter_col-no1 {}
.gFooter_dList {
	list-style: none;
}
.gFooter_dList > dt {
	margin-bottom: 3px;
}
.gFooter_dList > dt > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_dList > dt > a::before {
	content: "";
}
.gFooter_dList > dt > a::after {
	content: "";
}
.gFooter_dList > dt > a > small {
	display: block;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 2px;
}
.gFooter_dList > dd {
	font-size: 13px;
}
.gFooter_title_img {
	width: 294px;
	height: 21px;
	display: block;
	fill: #fff;
}
.gFooter_title_img > title {}
.gFooter_title_img > use {}
.gFooter_col-no2 {
	display: flex;
	align-items: center;
}
.gFooter_telLink {
	list-style: none;
	margin-right: 14px;
}
.gFooter_telLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
}
.gFooter_telLink > a::before {
	content: "";
}
.gFooter_telLink > a::after {
	content: "";
}
.gFooter_telLink > a > .icon {
	font-size: 77%;
	margin-right: 8px;
	display: block;
	position: relative;
	z-index: 1;
	top: 0.3em;
}
.gFooter_telLink > a > b {
	display: block;
	font-weight: inherit;
}
.gFooter_telLink > a > b > b {
	display: block;
}
.gFooter_telLink > a > b > small {
	font-size: 12px;
	display: block;
	text-indent: -0.6em;
	margin-top: 6px;
}
.gFooter_link {
	width: 180px;
}
.gFooter_link > a {
	display: flex;
	text-decoration: none;
	height: 48px;
	background-color: #fff;
	border-radius: 4px;
	color: #4A87D9;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_link > a::before {
	content: "";
}
.gFooter_link > a::after {
	content: "";
}
.gFooter_link > a > .icon {
	display: block;
	margin-right: 6px;
}
.gFooter_copyright {
	margin-top: 18px;
}
.gFooter_copyright > small {
	display: block;
	font-size: 10px;
}
.gFooter_fixed {
    display: none;
}
.gPageNav {
	margin-bottom: 52px;
}
.gPageNav_list {
	list-style: none;
	display: flex;
	justify-content: center;
}
.gPageNav_list > li {}
.gPageNav_list > li:first-child {}
.gPageNav_list > li:last-child {}
.gPageNav_list > li:nth-child(2n+1) {}
.gPageNav_list > li:nth-child(n+3) {}
.gPageNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	padding: 10px 18px;
	position: relative;
	z-index: 1;
	font-size: 18px;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.4;
	text-align: center;
}
.gPageNav_list > li > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: calc(100% - 26px);
	background-color: #333;
}
.gPageNav_list-lot > li > a::before {
	background-color: #ccc;
}
.gPageNav_list > li:first-child > a::before {
	display: none;
}
.gPageNav_list > li > a::after {
	content: "";
}
.gPager {
	margin-top: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.gPager > a,
.gPager > span {
	color: #4A87D9;
	border: 1px solid #4A87D9;
	text-decoration: none;
	line-height: 1;
	border-radius: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	display: flex;
	min-width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	box-sizing: border-box;
	margin: 4px 4px;
}
.gPager > .current {
	background-color: #4A87D9;
	color: #fff;
	font-weight: 500;
}
.gPager > .previouspostslink {}
.gPager > .extend {
	border: none;
}
.gPager > .nextpostslink {}
.gPageNav_list-lot {}
.gPageNav_list-lot > li {}
.gPageNav_list-lot > li > a {
	font-size: 15px;
	padding: 10px 18px;
}
@media screen and (max-width: 1049px) {
	.gHeader_title_img {
		width: 300px;
		height: 21px;
	}
	.gHeader_title > a > img {
		width: 300px;
		height: auto;
	}
	.gHeader_telLink {
		width: 210px;
		min-width: 210px;
	}
	.gHeader_telLink > a {
		font-size: 23px;
	}
}
@media screen and (min-width:1000px) {
	.gPager > a:hover {
		background-color: #4A87D9;
		color: #fff;
		font-weight: 500;
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	a:hover .gHeader_title_img {
		fill: #4A87D9;
	}
	.gHeader_list > li > a:hover {
		text-decoration: underline;
	}
	.gHeader_telLink > a:hover {}
	.gHeader_link > a:hover {
		color: #4A87D9;
		background-color: #fff;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		color: #4A87D9;
	}
	.gNav_list > li > a:hover::after {
		opacity: 1;
	}
	.gPankuzu_oList > li > a:hover {
		color: #4A87D9;
	}
	.gInsurance_list > li > a:hover {}
	.gInsurance_list > li > a:hover > img {
		opacity: .7;
	}
	.gFootNav_list > li > a:hover {
		text-decoration: underline;
	}
	.gFooter_list > li > a:hover {}
	.gFooter_list > li > a:hover > img {
		opacity: .7;
	}
	.gFooter_dList > dt > a:hover {
		opacity: .8;
	}
	.gFooter_telLink > a:hover {}
	.gFooter_link > a:hover {
		background-color: #4A87D9;
		color: #fff;
	}
	.gPageNav_list > li > a:hover {
		color: #4A87D9;
	}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {
		align-items: center;
	}
	.gHeader_col {}
	.gHeader_col-no1 {
		margin-right: 5px;
	}
	.gHeader_catch {
		font-size: 11px;
	}
	.gHeader_title {
		width: 250px;
	}
	.gHeader_title > a {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 260px;
		height: 18px;
	}
	.gHeader_title > a > img {}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {
		align-items: center;
	}
	.gHeader_list {
		margin-right: 8px;
		display: block;
		font-size: 12px;
	}
	.gHeader_list > li {
		margin-left: 0;
	}
	.gHeader_list > li:first-child {
		display: none;
	}
	.gHeader_list > li:last-child {}
	.gHeader_list > li:nth-child(2n+1) {}
	.gHeader_list > li:nth-child(n+3) {}
	.gHeader_list > li > a {}
	.gHeader_list > li > a::before {}
	.gHeader_list > li > a::after {}
	.gHeader_list > li > a > .icon {}
	.gHeader_line {
		margin-right: 8px;
	}
	.gHeader_telLink {
		width: 160px;
		min-width: 160px;
	}
	.gHeader_telLink > a {
		font-size: 18px;
	}
	.gHeader_telLink > a::before {}
	.gHeader_telLink > a::after {}
	.gHeader_telLink > a > .icon {}
	.gHeader_link {
		width: 100px;
		min-width: 100px;
	}
	.gHeader_link > a {}
	.gHeader_link > a::before {}
	.gHeader_link > a::after {}
	.gHeader_link > a > b {
		font-size: 12px;
	}
	.gHeader_link > a > .icon {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gNav {}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li.-top {}
	.gNav_list > li.-contact,
	.gNav_list > li.-policy,
	.gNav_list > li.-company,
	.gNav_list > li.-news {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {}
	.p-top .gNav_list > li > a.-top,
	.p-news .gNav_list > li > a.-news,
	.p-company .gNav_list > li > a.-company,
	.p-service .gNav_list > li > a.-service,
	.p-flow .gNav_list > li > a.-flow,
	.p-procedure .gNav_list > li > a.-procedure,
	.p-accident .gNav_list > li > a.-accident,
	.p-faq .gNav_list > li > a.-faq,
	.p-policy .gNav_list > li > a.-policy,
	.p-contact .gNav_list > li > a.-contact {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.p-top .gNav_list > li > a.-top::after,
	.p-news .gNav_list > li > a.-news::after,
	.p-company .gNav_list > li > a.-company::after,
	.p-service .gNav_list > li > a.-service::after,
	.p-flow .gNav_list > li > a.-flow::after,
	.p-procedure .gNav_list > li > a.-procedure::after,
	.p-accident .gNav_list > li > a.-accident::after,
	.p-faq .gNav_list > li > a.-faq::after,
	.p-policy .gNav_list > li > a.-policy::after,
	.p-contact .gNav_list > li > a.-contact::after {}
	.gNav_list > li > a > b {}
	.gNav_list > li.-top > a > b {}
	.gBody {
		padding-bottom: 120px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gVisual {}
	.gVisual::after {}
	.gVisual_dot {}
	.gVisual_dot[data-color="1"] {}
	.gVisual_dot[data-color="2"] {}
	.gVisual_dot[data-color="3"] {}
	.gVisual_dot[data-color="4"] {}
	.gVisual_dot[data-color="5"] {}
	.gVisual_dot[data-color="6"] {}
	.gVisual_dot[data-color="7"] {}
	.gVisual_inner {}
	.gVisual_title {
		font-size: 26px;
	}
	.gPankuzu {
		margin-bottom: 18px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::before {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a > .icon {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gPankuzu_oList > li:first-child::before {}
	.gBody_inner {}
	.gInsurance {}
	.gInsurance_inner {}
	.gInsurance_list {}
	.gInsurance_list > li {}
	.gInsurance_list > li:first-child {}
	.gInsurance_list > li:last-child {}
	.gInsurance_list > li:nth-child(2n+1) {}
	.gInsurance_list > li:nth-child(n+3) {}
	.gInsurance_list > li > a {}
	.gInsurance_list > li > a::before {}
	.gInsurance_list > li > a::after {}
	.gInsurance_list > li > a > img {}
	.gFootNav {}
	.gFootNav_inner {}
	.gFootNav_text {}
	.gFootNav_dList {}
	.gFootNav_dList > dt {}
	.gFootNav_dList > dd {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_list > li > a > .icon {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(4n+1) {}
	.gFooter_list > li:nth-child(n+5) {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_list > li > a > img {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-no1 {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dt > a {}
	.gFooter_dList > dt > a::before {}
	.gFooter_dList > dt > a::after {}
	.gFooter_dList > dt > a > small {}
	.gFooter_dList > dd {}
	.gFooter_title_img {
		width: 260px;
		height: 18px;
	}
	.gFooter_title_img > title {}
	.gFooter_title_img > use {}
	.gFooter_col-no2 {}
	.gFooter_telLink {}
	.gFooter_telLink > a {}
	.gFooter_telLink > a::before {}
	.gFooter_telLink > a::after {}
	.gFooter_telLink > a > .icon {}
	.gFooter_telLink > a > b > small {}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_link > a::before {}
	.gFooter_link > a::after {}
	.gFooter_link > a > .icon {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gPageNav {
		margin-bottom: 40px;
	}
	.gPageNav_list {}
	.gPageNav_list-lot {
		flex-wrap: wrap;
	}
	.gPageNav_list > li {}
	.gPageNav_list-lot > li {
		width: 23.5%;
		margin-left: 2%;
	}
	.gPageNav_list-lot > li:nth-child(4n+1) {
		margin-left: 0;
	}
	.gPageNav_list-lot > li:nth-child(n + 5) {
		margin-top: 2%;
	}
	.gPageNav_list > li:first-child {}
	.gPageNav_list > li:last-child {}
	.gPageNav_list > li:nth-child(2n+1) {}
	.gPageNav_list > li:nth-child(n+3) {}
	.gPageNav_list > li > a {
		font-size: 16px;
	}
	.gPageNav_list-lot > li > a {
		font-size: 14px;
		padding: 10px 5px;
		border: 1px solid #346AB4;
		border-radius: 4px;
		color: #346AB4;
		text-align: center;
		height: 100%;
		box-sizing: border-box;
	}
	.gPageNav_list > li > a::before {}
	.gPageNav_list-lot > li > a::before {
		display: none;
	}
	.gPageNav_list > li:first-child > a::before {}
	.gPageNav_list > li > a::after {}
	.gPager {}
	.gPager > a,
	.gPager > span {}
	.gPager > .current {}
	.gPager > .previouspostslink {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {
		height: 64px;
		background-color: #fff;
		margin-bottom: 0;
	}
	.gHeader {
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: 0 4px 0 #F2F2F2;
		background-color: #fff;
	}
	.gHeader_inner {
		padding-left: 13px;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {}
	.gHeader_col-no1 {
		height: 64px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-right: 0;
	}
	.gHeader_catch {
		font-size: 12px;
	}
	.gHeader_title {
		width: 230px;
	}
	.gHeader_title > a {
		padding: 0;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 230px;
		height: 17px;
	}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {
		display: none;
	}
	.gHeader_list {
		display: none;
	}
	.gHeader_list > li {}
	.gHeader_list > li:first-child {}
	.gHeader_list > li:last-child {}
	.gHeader_list > li:nth-child(2n+1) {}
	.gHeader_list > li:nth-child(n+3) {}
	.gHeader_list > li > a {}
	.gHeader_list > li > a::before {}
	.gHeader_list > li > a::after {}
	.gHeader_list > li > a > .icon {}
	.gHeader_telLink {
		display: none;
	}
	.gHeader_telLink > a {}
	.gHeader_telLink > a::before {}
	.gHeader_telLink > a::after {}
	.gHeader_telLink > a > .icon {}
	.gHeader_link {
		display: none;
	}
	.gHeader_link > a {}
	.gHeader_link > a::before {}
	.gHeader_link > a::after {}
	.gHeader_link > a > b {}
	.gHeader_link > a > .icon {}
	.gMenuBtn {
		display: block;
		width: 48px;
		height: 48px;
		border-radius: 4px;
		background-color: #4A87D9;
		position: fixed;
		z-index: 1000;
		top: 8px;
		right: 8px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 24px;
		height: 2px;
		background-color: #fff;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		left: 0;
		transition-duration: .3s;
		transition-property: transform, top;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 4px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 6px;
		transform: rotate(45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -6px;
		transform: rotate(-45deg);
	}
	.gNav {
		box-shadow: none;
		width: calc(100% - 64px);
		position: fixed;
		z-index: 1000;
		top: 64px;
		right: 0;
		left: auto;
		transform: translateX(100%);
		transition-duration: .3s;
		transition-property: transform;
		background-color: #4A87D9;
	}
	.gNav::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		right: 100%;
		width: 64px;
		height: 100%;
		background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.2), transparent);
		top: 0;
		pointer-events: none;
		opacity: 0;
	}
	.gNav.isShow::after {
		opacity: 1;
	}
	.gNav.isShow {
		transform: translateX(0);
	}
	.gNav_inner {
		padding: 0;
		height: calc(100vh - 64px);
		overflow: auto;
	}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {}
	.gNav_list > li.-top {
		width: auto;
	}
	.gNav_list > li.-contact,
	.gNav_list > li.-policy,
	.gNav_list > li.-company,
	.gNav_list > li.-news {
		display: block;
	}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		background-color: #4A87D9;
		color: #fff;
		border-bottom: 1px solid #649BE5;
		justify-content: flex-start;
		padding: 0 12px;
		padding-right: 20px;
	}
	.gNav_list > .-line > a {
		padding: 20px 12px 20px 20px;
		align-items: end;
		height: 40px;
		font-weight: 300;
		font-size: 10px;
	}
	.p-top .gNav_list > li > a.-top,
	.p-news .gNav_list > li > a.-news,
	.p-company .gNav_list > li > a.-company,
	.p-service .gNav_list > li > a.-service,
	.p-flow .gNav_list > li > a.-flow,
	.p-procedure .gNav_list > li > a.-procedure,
	.p-members .gNav_list > li > a.-members,
	.p-accident .gNav_list > li > a.-accident,
	.p-faq .gNav_list > li > a.-faq,
	.p-policy .gNav_list > li > a.-policy,
	.p-contact .gNav_list > li > a.-contact {
		color: #fff;
		background-color: #649BE5;
	}
	.gNav_list > li > a.-members {
		flex-direction: row;
	}
	.gNav_list > li > a > span {
		display: inline;
		margin-bottom: 0;
	}
	.gNav_list > li > a > small {
		display: inline;
		font-size: 12px;
	}
	.gNav_list > li.-line {
		display: block;
	}
	.gNav_list > li.-line img {
		/* width: 22px;
		margin-right: 8px; */
		width: 40px;
		margin-right: 20px;
	}
	.gNav_list > li > a::before {
		display: none;
	}
	.gNav_list > li > a::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 11px;
		margin-top: auto;
		margin-bottom: auto;
		border: 2px solid #FFF;
		width: 6px;
		height: 6px;
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
		left: auto;
		opacity: 1;
	}
	.p-top .gNav_list > li > a.-top::after,
	.p-news .gNav_list > li > a.-news::after,
	.p-company .gNav_list > li > a.-company::after,
	.p-service .gNav_list > li > a.-service::after,
	.p-flow .gNav_list > li > a.-flow::after,
	.p-procedure .gNav_list > li > a.-procedure::after,
	.p-members .gNav_list > li > a.-members::after,
	.p-accident .gNav_list > li > a.-accident::after,
	.p-faq .gNav_list > li > a.-faq::after,
	.p-policy .gNav_list > li > a.-policy::after,
	.p-contact .gNav_list > li > a.-contact::after {
		display: none;
	}
	.gNav_list > li > a > b {}
	.gNav_list > li.-top > a > b {
		display: block;
	}
	.gNav_list > li.-top > a > .icon {
		display: none;
	}
	.gBody {
		padding-bottom: 80px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gVisual {}
	.gVisual::after {
		height: 40px;
		background-size: auto 100%;
	}
	.gVisual_dot {}
	.gVisual_dot[data-color="1"] {}
	.gVisual_dot[data-color="2"] {}
	.gVisual_dot[data-color="3"] {}
	.gVisual_dot[data-color="4"] {}
	.gVisual_dot[data-color="5"] {}
	.gVisual_dot[data-color="6"] {}
	.gVisual_dot[data-color="7"] {}
	.gVisual_inner {
		height: 100px;
	}
	.gVisual_title {
		font-size: 20px;
	}
	.gPankuzu {
		margin-bottom: 15px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::before {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a > .icon {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gPankuzu_oList > li:first-child::before {}
	.gBody_inner {}
	.gInsurance {}
	.gInsurance_inner {}
	.gInsurance_list {
		display: block;
	}
	.gInsurance_list > li {
		width: auto;
		margin-left: 0;
	}
	.gInsurance_list > li:first-child {}
	.gInsurance_list > li:last-child {}
	.gInsurance_list > li:nth-child(2n+1) {}
	.gInsurance_list > li:nth-child(n+2) {
		margin-top: 8px;
	}
	.gInsurance_list > li > a {}
	.gInsurance_list > li > a::before {}
	.gInsurance_list > li > a::after {}
	.gInsurance_list > li > a > img {}
	.gFootNav {}
	.gFootNav_inner {}
	.gFootNav_text {}
	.gFootNav_dList {}
	.gFootNav_dList > dt {}
	.gFootNav_dList > dd {}
	.gFootNav_list {
		display: block;
	}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_list > li > a > .icon {}
	.gFooter {
		padding: 39px 0 105px;/*39px 0 85px*/
	}
	.gFooter_inner {}
	.gFooter_list {
		display: block;
	}
	.gFooter_list > li {
		width: auto;
		margin-left: 0;
	}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(4n+1) {}
	.gFooter_list > li:nth-child(n+2) {
		margin-top: 8px;
	}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_list > li > a > img {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {}
	.gFooter_col-no1 {
		margin-bottom: 10px;
	}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dt > a {}
	.gFooter_dList > dt > a::before {}
	.gFooter_dList > dt > a::after {}
	.gFooter_dList > dt > a > small {}
	.gFooter_dList > dd {}
	.gFooter_title_img {}
	.gFooter_title_img > title {}
	.gFooter_title_img > use {}
	.gFooter_col-no2 {
		display: block;
	}
	.gFooter_telLink {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.gFooter_telLink > a {
		border: 1px solid #fff;
		height: 64px;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
	}
	.gFooter_telLink > a::before {}
	.gFooter_telLink > a::after {
		/* content: "［受付時間］平日8：30〜17：15"; */
	}
	.gFooter_telLink > a > .icon {
		top: -5px;
	}
	.gFooter_telLink > a > b > small {
		font-weight: normal;
	}
	.gFooter_link {
		width: auto;
	}
	.gFooter_link > a {}
	.gFooter_link > a::before {}
	.gFooter_link > a::after {}
	.gFooter_link > a > .icon {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gPageNav {
		margin-bottom: 30px;
	}
	.gPageNav_list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.gPageNav_list > li {
		width: 49%;
		margin-left: 2%;
	}
	.gPageNav_list > li:first-child {}
	.gPageNav_list > li:last-child {}
	.gPageNav_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.gPageNav_list > li:nth-child(n+3) {
		margin-top: 2%;
	}
	.gPageNav_list > li > a {
		font-size: 12px;
		padding: 10px 5px;
		border: 1px solid #346AB4;
		border-radius: 4px;
		color: #346AB4;
		text-align: center;
		height: 100%;
		box-sizing: border-box;
	}
	.gPageNav_list > li > a::before {
		display: none;
	}
	.gPageNav_list > li:first-child > a::after {}
	.gPageNav_list > li:first-child > a::before {}
	.gPageNav_list > li > a::after {}
	.gPager {
		margin-top: 35px;
	}
	.gPager > a,
	.gPager > span {
		min-width: 32px;
		height: 32px;
		margin: 3px;
	}
	.gPager > .current {}
	.gPager > .previouspostslink {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gFooter_fixed {
		background-color: #4A87D9;
		border-top: 1px solid #1D63BF;
		box-sizing: border-box;
		bottom: 0;
		display: flex;
		height: 88px;/*68px*/
		left: 0;
		padding: 22px 8px;/*12px 8px*/
		position: fixed;
		width: 100%;
		z-index: 100;
		justify-content: center;
	}
	.gFooter_link2 > a {
		display: flex;
		text-decoration: none;
		height: 44px;
		background-color: #fff;
		border-radius: 10px;/*4px*/
		color: #4A87D9;
		font-weight: 500;
		align-items: center;
		justify-content: center;
		border: 1px solid #fff;
		box-sizing: border-box;
		transition-duration: .3s;
		transition-property: background-color, color;
	}
	.gFooter_line2 {
		color: #FFF;
		margin-left: 22px;/*8px*/
	}
	.gFooter_line2 > a {
		display: flex;
		text-decoration: none;
		height: 44px;
		/* background-color: #fff; */
		/* border-radius: 4px; */
		color: #4A87D9;
		font-weight: 500;
		align-items: center;
		justify-content: center;
		/* border: 1px solid #fff; */
		box-sizing: border-box;
		transition-duration: .3s;
		transition-property: background-color, color;
	}
	.gFooter_line2 > a > img {
		height: auto;
		width: 44px;/*22px*/
	}
	.gFooter_line a {
		display: flex;
		font-size: 10px;
		font-weight: 300;
		height: 40px;
		opacity: 1;
		padding: 0 0 20px;
		text-decoration: none;
		transition: all .4s;
		white-space: nowrap;
		width: 205px;
		align-items: end;
	}
	.gFooter_line a img {
		height: auto;
		margin-right: 20px;
		width: 40px;
	}
	.gFooter_telLink2 {
		margin-right: 30px;
	}
	.gFooter_telLink2 > a {
		color: #FFF;
		display: flex;
		text-decoration: none;
		font-size: 26px;
		font-weight: bold;
		line-height: 1;
	}
	.gFooter_telLink2 > a::before {
		content: "";
	}
	.gFooter_telLink2 > a::after {
		content: "";
	}
	.gFooter_telLink2 > a > .icon {
		font-size: 77%;
		margin-right: 4px;
		display: block;
		position: relative;
		z-index: 1;
		top: 0.3em;
	}
	.gFooter_telLink2 > a > b {
		display: block;
		font-weight: inherit;
		position: relative;
		top: 1px;
	}
	.gFooter_telLink2 > a > b > b {
		display: block;
	}
	.gFooter_telLink2 > a > b > small {
		font-size: 12px;
		display: block;
		text-indent: -0.6em;
		margin-top: 6px;
	}
	.gFooter_telLink2 span {
		color: #FFF;
		display: block;
		font-size: 15px;
		font-weight: 500;
		line-height: 1;
		position: relative;
		top: -2px;
	}
	.gFooter_link2 > a {
		width: 44px;
	}
	.gFooter_line2 > a {
		width: 44px;
	}
	.gFooter_link2 > a > b {
		display: none;
	}
	.gFooter_line2 > a > b {
		display: none;
	}
	.gFooter_link2 > a > .icon {
		font-size: 21px;
	}
	.gFooter_telLink2 > a > b > small {
		display: none;
	}
}
@media screen and (max-width:374px) {
	.gFooter_telLink2 {
		margin-right: 10px;
	}
	.gFooter_telLink2 > a > b > b {
		font-size: 24px;
	}
}
