/* 動画全体の横幅を指定するためのdiv */
.video-wrap {
	max-width: 600px;
	/* ここに動画の横幅を指定 */
	margin: 0 auto;
}

/* 動画を囲うdiv */
.video {
	position: relative;
	margin: 0 auto;
	width: 100%;
	/* 横幅は100%で固定 */
	height: 0;
	/* 高さは0にしておく(padding-topで高さを指定するため) */
	padding-top: 56.25%;
	/* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe {
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

@font-face {
	src: url(../font/SeaweedScript-Regular.ttf);
	font-family: seaweed-script-pro;
}

@font-face {
	src: url(../font/SourceHanSansJP-Regular.otf);
	font-family: source-han-sans-cjk-ja;
}

@font-face {
	src: url(../font/Petersburg-Regular.woff);
	font-family: 'petersburg-web';
}

@font-face {
	src: url(../font/Raleway-VariableFont_wght.ttf);
	font-family: Raleway;
}

@font-face {
	src: url(../font/MonsieurLaDoulaise-Regular.ttf);
	font-family: Monsieur La Doulaise;
}

@font-face {
	src: url(../font/Notera_PersonalUseOnly.ttf);
	font-family: Notera;
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

img {
	height: auto;
}

header nav .ownmenu li {
	float: left;
}

header nav .ownmenu li ul li {
	float: none;
}

#introduction ul li div {
	display: block;
	margin: 0 20px 20px 20px;
	width: calc(100% - 40px);
}

#introduction ul li a img {
	max-width: 100%;
}

@media (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

/*slide*/
#furisode_slider {
	margin-bottom: 30px;
}

.tns-inner {
	margin: 0px 20px;

}

.tns-item {
	position: relative;
}

.tns-item a {
	display: block;
	margin: 5px;
}

.tns-item a:hover {
	text-decoration: none;
}

.tns-item img {
	max-width: 100%;
}

.tns-item h3 {
	margin: 1rem 0;
	text-align: center;
	color: #000;
}

.tns-item .txt {
	padding: 0 7px;
}


/*bottom menu*/
.sp-bottom-menu {
	opacity: .9;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #cc2233;
	z-index: 100;
}

.sp-bottom-menu ul {
	display: flex;
	justify-content: center;
}

.sp-bottom-menu ul li {
	width: 100%;
	text-align: center;
}

.sp-bottom-menu ul li:nth-child(2) {
	background-color: #32cd32;
	border-left: 1px solid #e0827e;
	border-right: 1px solid #e0827e;
}

.sp-bottom-menu ul li a {
	display: block;
	font-size: 11px;
	color: #fff;
	padding: 5px 0 5px;
}

.sp-bottom-menu ul li a:hover {
	text-decoration: none;
}

.sp-bottom-menu ul li figure {
	padding-bottom: 7px;
}

.sp-bottom-menu ul li figure img {
	width: 30px;
	height: auto;
}

#page-top {
	position: fixed;
	bottom: 15px;
	right: 5px;
	opacity: 0.7;
	z-index: 102;
	text-align: center;
}

#page-top:hover,
#page-top a:hover {
	opacity: 1;
}

#page-top img {
	width: 55px;
}


#page-tel {
	position: fixed;
	bottom: 15px;
	left: 5px;
	opacity: 0.7;
	z-index: 102;
}

#page-tel:hover,
#page-tel a:hover {
	opacity: 1;
}

#page-tel img {
	width: 55px;
}




#page-sin {
	position: fixed;
	bottom: 15px;
	left: 5px;
	opacity: 0.7;
	z-index: 102;
}

#page-sin:hover,
#page-sin a:hover {
	opacity: 1;
}

#page-sin img {
	width: 55px;
}



#page-30dai {
	position: fixed;
	bottom: 90px;
	left: 5px;
	opacity: 0.7;
	z-index: 102;
}

#page-30dai:hover,
#page-30dai a:hover {
	opacity: 1;
}

#page-30dai img {
	width: 55px;
}




.slide_arrow {
	height: auto;
}

/*test*/
#test {
	margin-top: 50px;
}

#test .left,
#test .right {
	width: calc(50% - 15px);
}

#test .left {
	float: left;
}

#test .right {
	float: right;
}

@media(max-width:768px) {

	#test .left,
	#test .right {
		width: 100%;
	}
}

#blog ul li p.thumb {
	height: auto;
}



/*IMG -> CSSの対応*/
.mincho {
	font-family: 'Sawarabi Mincho', 游明朝, YuMincho, sans-serif;
}

#meeting .left {
	float: left;
}

#meeting .right {
	float: right;
}




.daihyoucontact_link {
	width: 100%;
	background-color: #01108f;
}

.daihyoucontact_link a {
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	border: 1px solid #fff;
	display: inline-block;
	margin: 4px;
	width: calc(100% - 10px);
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.daihyoucontact_link a:hover {
	text-decoration: none;
}

.daihyoucontact_link a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	top: calc(50% - 5px);
	right: 5%;
}

#meeting .daihyoucontact_link {
	margin: 20px;
	width: calc(100% - 40px);
}


.contact_link {
	width: 100%;
	background-color: #ff526c;
}









.contact_link a {
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	border: 1px solid #fff;
	display: inline-block;
	margin: 4px;
	width: calc(100% - 10px);
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.contact_link a:hover {
	text-decoration: none;
}

.contact_link a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	top: calc(50% - 5px);
	right: 5%;
}

#meeting .contact_link {
	margin: 20px;
	width: calc(100% - 40px);
}

/*@media(max-width:768px) {
	#meeting .left, #meeting .right{
		float: left;
		width: 100%!important;
	}
}*/



.counselor-slide .slick-prev,
.counselor-slide .slick-next {
	width: 25px;
	height: 25px;
	z-index: 1;
}

.counselor-slide .slick-prev {
	left: 1px;
}

.counselor-slide .slick-next {
	right: 1px;
}

.counselor-slide .slick-prev:before,
.counselor-slide .slick-next:before {
	font-size: 25px;
	color: #ee7688;
}



#meeting .wrap {
	background-image: none;
	background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	height: auto;
	overflow: hidden;
	font-size: 1.65em;
	line-height: 1.3em;
	color: #333;
	font-weight: bold;
}

.meeting_ttl {
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 100%;
	color: #ff617c;
	font-size: 1.7em;
	margin-left: 1%;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
	text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
	;
	font-weight: 800;
}

.meeting_cct {
	overflow: hidden;
}

.meeting_cct .left {
	width: 36%;
}

.meeting_cct .right {
	width: calc(55% - 70px);
	padding-left: 65px;
	padding-right: 5px;
}

.meeting_cct p {
	margin-top: 15px;
	font-size: 1.3em;
	font-weight: 700;
	text-shadow: #fff 0.5px 0.5px 0;

}

.meeting_cct p:last-of-type {
	text-align: right;
	padding-right: 20%;
}

@media(max-width:768px) {
	#meeting {
		padding: 0px 0px 0px;
	}

	#meeting .contact_link {
		margin-bottom: 0px;
	}

	#meeting .wrap {
		font-size: 1.2em;
	}

	.meeting_ttl {
		margin-left: 0px;
		background-size: 25% auto;
		padding-left: 5vw;
		font-size: 1.6em;
		padding-top: 2vw;
		padding-bottom: 2vw;
		text-shadow: #000 2px 2px 0;
		font-weight: 800;
	}

	.meeting_cct .left img {
		width: auto;
	}

	.meeting_cct .right {
		padding-left: 0px;
		width: 40%;
	}
}



h2.index_ttl {
	text-align: center;
	color: #333;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 35px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	line-height: 1.5em;
	max-width: 1000px;
	margin: 70px auto 0.5em;
	font-weight: normal;
}

h2.index_ttl.news_ttl {
	margin-top: 90px;
}

h2.index_ttl.news_ttl span:nth-of-type(1) {
	position: relative;
}

h2.index_ttl.news_ttl span:nth-of-type(1):before {
	visibility: visible;
	z-index: 1000;
	position: absolute;
	top: -70px;
	left: -30px;
	width: 100px;
	height: 100px;
	margin-right: 15px;
	transform: translateX(-50%);
	background: url(../img/bg02.png) no-repeat top center;
	background-size: contain;
	vertical-align: middle;
	content: "";
}

h2.index_ttl span {
	position: relative;
	display: inline-block;
}

h2.index_ttl span.sub_ttl {
	display: block;
	font-size: 15px;
	line-height: 1.2em;
}

@media(max-width:768px) {
	h2.index_ttl {
		font-size: 25px;
		margin-bottom: 1em;
	}
}










#point .box h3 {
	background-color: #cd0017;
	color: #fff;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 2em;
	padding: 7px 10px;
	position: relative;
}

#point .box h3 span {
	display: inline-block;
}

#point .box h3 span:nth-child(1) {
	position: absolute;
}

#point .box h3 span:nth-child(2) {
	width: 100%;
	text-align: center;
}

.point10 {
	overflow: hidden;
	padding: 20px 0 10px 0;
}

.point10_caption {
	width: 85%;
	padding: 20px 0 10px 0;
}

.point10_irasuto {
	width: 350px;
	text-align: center;
	font-size: 1.75em;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
}

.irasuto_ttl {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	width: 220px;
}

.point10_irasuto p {
	margin-top: 10px;
}

.point10_irasuto p:nth-child(2) span {
	font-size: 0.85em;
}

.point10_irasuto p:nth-child(3) span {
	font-size: 2em;
	color: red;
}

.point10_irasuto .inner {
	border: 4px solid #333;
	padding: 5px;
	margin-top: 10px;
}

.point10_irasuto .inner div {
	border: 2px solid #333;
	padding-bottom: 20px;
}

.point10_irasuto.right {
	float: right;
}

.point10_irasuto.left {
	float: left;
}


@media(max-width:768px) {
	#point .box h3 {
		font-size: 1.2em;
		padding: 20px 15px;
	}

	#point .box h3 span:nth-child(2) {
		text-align: left;
		padding-left: 5.7em;
		width: calc(100% - 5.7em);
	}

	.point10 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.point10_irasuto {
		max-width: 768px !important;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5px;
	}

	.point10_irasuto p {
		margin-top: 10px;
	}

	.point10_irasuto.right {
		width: 100%;
	}

	.point10_irasuto.left {
		width: 100%;
	}

}



#sale h3,
#rental h3 {
	font-size: 3em;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

#sale .contact_link a {
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media(max-width:768px) {

	#sale h3,
	#rental h3 {
		font-size: 1.75em;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}


#guidance h2 {
	width: 100%;
	font-size: 2.5em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height: 1em;
	text-align: center;
}

#guidance h2 span {
	display: block;
}

#guidance h2 span:nth-child(2) {
	font-size: 0.9em;
	font-family: 'Dancing Script', cursive;
}

#guidance .contact_link {
	font-size: 1.2em;
}

#guidance .sub_ttl {
	color: #ff617c;
}

#guidance .sub_ttl.pc {
	width: 540px;
	font-size: 1.4em;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#guidance .sub_ttl.sp {
	margin-top: 20px;
	margin-bottom: 30px;
}

@media(max-width:768px) {
	#guidance h2 {
		background-size: 100% 100%;
		font-size: 1.5em;
		padding-bottom: 10px;
		margin-top: 10px;
	}

	#guidance .contact_link {
		font-size: 0.85em;
	}
}


#shop h2 {
	width: 100%;
	height: 166px;
	font-size: 3.5em;
	font-weight: normal;
	background-image: url("../img/h2-shop_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	padding-top: 30px;
}

#shop h2 span {
	display: block;
}

#shop h2 span:nth-child(1) {
	font-size: 0.7em;
}

@media(max-width:768px) {
	#shop h2 {
		background-image: url("../img/h2-shop_bg_sp.png");
		background-size: 100% 100%;
		background-position: bottom center;
		height: auto;
		font-size: 1.5em;
		padding-top: 0px;
		padding-bottom: 20px;
	}
}

.ft_btn.contact_link {
	width: 680px;
	margin: 96px auto 95px auto;
	font-size: 1.5em;
}

@media(max-width:768px) {
	.ft_btn.contact_link {
		width: calc(100% - 50px);
		margin: 25px auto;
		font-size: 0.8em;
	}
}



.ft_btn.uranaicontact_link {
	width: 680px;
	margin: 96px auto 95px auto;
	font-size: 1.5em;
}

@media(max-width:768px) {
	.ft_btn.uranaicontact_link {
		width: calc(100% - 50px);
		margin: 25px auto;
		font-size: 0.8em;
	}
}


.uranaicontact_link {
	width: 100%;
	background-color: #01108f;
}



.uranaicontact_link a {
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	border: 1px solid #fff;
	display: inline-block;
	margin: 4px;
	width: calc(100% - 10px);
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
























#sendai h3 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

#sendai h3 span {
	display: block;
	width: 100%;
	font-weight: normal;
}

#sendai h3 span:nth-of-type(1) {
	font-size: 1.7em;
}

#sendai h3 span:nth-of-type(2) {
	color: #ff617c;
	font-size: 2.3em;
}

#price h2 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3em;
	color: #000000;
	position: relative;
	font-family: "游明朝", "YuMincho", serif;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
}

#price h2:after {
	display: block;
}

.p-desc {
	margin: 0 0 30px 0;
	font-size: 80%;
	text-align: center;
}

#introduction #sale ul li .thumb,
#introduction #sale ul li .progressive-elm {
	margin: 0px 0px 20px !important;
	width: 100% !important;
	position: relative;
}

#introduction #sale ul li .thumb:after {
	content: "";
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 55px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0.6;
}

#introduction #sale ul li .thumb span {
	position: absolute;
	z-index: 2;
	width: 100%;
	display: block;
	text-align: center;
	left: 0px;
	bottom: 0px;
	color: #fff;
	font-size: 1.2em;
	line-height: 55px;
}

@media(max-width:768px) {
	#introduction #sale ul li .thumb {
		height: 55vw;
		overflow: hidden;
	}

	#introduction #sale ul li .thumb img {
		width: 100%;
	}
}


header h1 {
	top: 20px;
}

header h1 div {
	width: 100%;
	text-align: center;
	font-size: 14px !important;
}

.header-top-dmm__rank {
	font-size: 35px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 35px;
}

a.top-app-link-btn.btn--yellow {
	color: #000;
	background-color: #fff100;
	text-decoration: none;
}

a.top-app-link-btn.btn--yellow:hover {
	color: #000;
	background: #fff20a;
}

a.top-app-link-btn.btn--yellow.btn--cubic {
	border-bottom: 5px solid #ccc100;
}

a.top-app-link-btn.btn--yellow.btn--cubic:hover {
	margin-top: 13px;
	border-bottom: 2px solid #ccc100;
}

a.top-app-link-btn.btn--yellow.btn--cubic i {
	font-size: 2.5em;
	line-height: 1;
	font-style: normal;
	margin-right: 10px;
	margin-top: 3px;
}

a.top-app-link-btn.btn-c {
	font-size: 11px;
	line-height: 1.5;
	position: relative;
	padding: 4px 15px 3px;
	border-radius: 100vh;
	min-width: 140px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	margin-right: 10px;
}

a.top-app-link-btn.btn-c span span {
	font-size: 10px;
	display: block;
}

a.top-app-link-btn.btn-c i.fa {
	margin-right: 10px;
	font-size: 16px;
}

.file-icon img {
	width: 21px;
	margin-right: 10px;
}

a.top-app-link-btn.btn-c:before {
	/*font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	line-height: 1;
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
	margin: 0;
	padding: 0;
	content: '\f054';*/
}

@media(min-width: 769px) {
	a.top-app-link-btn.btn-c {
		margin-top: -5px;
		margin-right: 0;
	}

	a.top-app-link-btn.btn--yellow.btn--cubic:hover {
		margin-top: 0;
	}
}

@media(max-width:768px) {
	header {
		z-index: 999000009;
		height: 65px;
	}

	.tuukin header {
		z-index: 1;
		height: auto;
	}

	header h1 div {
		font-size: 10px !important;
		text-align: left;
		padding-left: 10px;
	}

	header h1 img {
		height: 23px;
	}

	.tuukin header .top_box h1 img {
		height: auto;
	}

	header .wrap {
		margin: 0px 15px 0px 5px;
	}

	header .wrap h1,
	header .wrap>p {
		margin-top: 10px;
		width: auto;
	}

	header .top-app-link {
		text-align: center;
		margin-right: 10px;
		margin-top: 5px;
	}

	header .top-app-link img {
		width: 35px;
	}

	header .top-app-link p {
		font-size: 10px;
	}

	#hd-menu i {
		background-color: #bd0000;
		width: 28px;
		height: 3px;
		display: block;
		position: relative;
		margin-top: 20px;
	}

	#hd-menu i:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: -10px;
		left: 0px;
		background-color: #bd0000;
		transition: transform 0.3s;
	}

	#hd-menu i:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 10px;
		left: 0px;
		background-color: #bd0000;
		transition: transform 0.3s;
	}

	header #hd-menu.active {
		background: unset;
	}

	#hd-menu.active i {
		background-color: rgba(255, 255, 255, 0);
	}

	#hd-menu.active i:before {
		top: 0;
		bottom: 0;
		webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#hd-menu.active i:after {
		top: 0;
		bottom: 0;
		webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	a.top-app-link-btn.btn-c {
		font-size: 10px;
		min-width: 120px;
	}

	a.top-app-link-btn.btn--yellow.btn--cubic i {
		font-size: 2em;
		margin-right: 3px;
	}
}

@media(max-width: 375px) {
	header .top-app-link:first-of-type {
		margin-left: 5px;
		margin-right: 0px;
	}

	header .top-app-link:last-of-type {
		margin-left: 0px;
		margin-right: 5px;
	}

	header .top-app-link p {
		width: 120%;
		margin-left: -10%;
		transform: scale(0.85);
	}
}

.plan_box ul li table td div p.price .price_old,
.price_old {
	position: relative;
	font-style: italic;
}

.plan_box ul li table td div p.price .price_old:after,
.price_old:after {
	content: "";
	width: calc(100% + 20px);
	height: 7px;
	position: absolute;
	top: 40%;
	left: 0px;
	background-color: #000;
	border-radius: 2px;
	font-style: italic;
}

.priceCo .price_old:after {
	width: 100%;
}

.plan_box ul li table td div p.price .price_new,
.price_new {
	color: red;
	display: block;
	margin-top: 10px;
	font-style: italic;
}

.priceCo .price_new {
	display: inline-block;
}

.plan_box ul li table td div p.price .price_new span {
	font-weight: normal;
}

.plan_box ul li table td div p.price .price_new span:nth-of-type(1) {
	color: #442602;
}

nav.pc {
	background: #EC7C8D;
}

.boxTokucho.ryoukin ul {
	width: 100%;
	overflow: hidden;
}

.boxTokucho.ryoukin ul li {
	display: block;
	float: left;
	width: 33.3%;
	margin-top: 30px;
}

.boxTokucho.ryoukin ul li img {
	float: none !important;
	padding: 0px !important;
	width: 70% !important;
	display: block;
	margin: 0px auto 5px auto !important;
}

.boxTokucho.ryoukin ul li p {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width:768px) {
	.boxTokucho.ryoukin ul li {
		width: 50%;
	}

	.boxTokucho.ryoukin ul li p {
		width: 95%;
	}
}

.p-page-header {
	position: relative;
	max-height: 600px;
	margin-bottom: 88.8px;
	overflow: hidden;
}

.nagare-p-page-header {
	margin-bottom: 0px;
}

.p-page-header__title {
	display: block;
	position: absolute;
	position: absolute;
	bottom: 0;
	left: 50%;
	min-width: 250px;
	height: 60px;
	margin-bottom: 0;
	padding: 0 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: translate3d(-50%, 100%, 0);
	transform: translate3d(-50%, 100%, 0);
	color: #fff;
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)) !important;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)) !important;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)) !important;
}

.top_subtitle,
.p-entry__body h2.top_subtitle {
	text-align: center;
	font-size: 28px;
	font-size: 1.8rem;
	color: #442602;
	line-height: 130%;
	font-weight: bold;
	margin: 30px 0;
}

.price_downlist {
	margin: 50px 0 100px 0;
}

.price_downlist ul {
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
}

.price_downlist li {
	display: block;
	float: left;
	width: 30.3%;
	margin: 0 1%;
	background: #FFF;
	border: 1px solid #A19283;
	border-left: 7px solid #A19283;
	text-align: center;
	position: relative;
}

.price_downlist li .price_btn {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 10px 0;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.price_downlist li img {
	width: 90px;
	height: auto;
}

.price_downlist li h3 {
	font-size: 20px;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 10px 0 0 0;
}

#priceOption {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width:768px) {

	.top_subtitle,
	.p-entry__body h2.top_subtitle {
		font-size: 1.5em;
	}

	.p-page-header {
		/*height: 320px;*/
		margin-bottom: 33px;
	}

	.p-page-header__title {
		min-width: 250px;
		height: auto;
		font-size: 20px;
		line-height: auto;
	}

	.price_downlist li {
		float: none;
		width: calc(100% - 8px);
		margin: 0 0 10px 0;
		background: #FFF;
	}

	.price_downlist li img {
		float: left;
	}

	.price_downlist li h3 {
		font-weight: bold;
		margin: 0;
		line-height: 60px;
		color: #000;
		clear: none;
	}

	.price_downlist li .price_btn {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		text-align: center;
		overflow: hidden;
	}
}

.mainTitle2 {
	font-size: 35px;
	margin-bottom: 25px;
}

.procedureContentsWrapper .procedureContents,
.procedureTitleBox.ctWrapper,
.mainTitle2 {
	padding-left: 10px;
	padding-right: 10px;
}

.procedureContentsWrapper .procedureWarning {
	padding: 40px 0px 0px 0px;
}

@media(max-width:768px) {
	.procedureContentsWrapper .procedureContents .article .detail {
		font-size: 1em;
	}

	.procedureContents .article .articleTitle {
		font-size: 1.2em !important;
	}

	.procedureContents .article .detail .example {
		font-size: 0.7em !important;
	}
}

.EVtracking_priceToyoyaku_sp {
	color: #0066c0 !important;
	font-size: 2em;
}

.EVtracking_priceToyoyaku_sp:visited {
	color: #333333 !important;
}

#step .box figure {
	position: relative;
}

#step .box figure img {
	max-width: 440px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.nagere_sub_ttl {
	font-size: 1.5em;
	color: #E7203D;
}

.business {
	overflow: hidden;
}

.business_ttl {
	font-size: 2.5em;
	color: #E7203D;
	text-align: center;
	width: 100% !important;
	padding-bottom: 30px;
}

.business_ctt {
	width: 100% !important;
	overflow: hidden;
	margin-bottom: 30px;
}

.business .image1 {
	width: 230px;
	float: left;
}

.business .image1 img {
	max-width: 100%;
	margin-top: 20px;
}

.business .text1 {
	width: calc(100% - 270px);
	float: right;
	overflow: hidden;
}

.business .text1 span {
	display: block;
	text-align: center;
	color: #281bfb;
	font-size: 1.2em;
}

@media(max-width:768px) {
	#step .box figure {
		padding-top: 35px;
	}

	.nagere_sub_ttl {
		position: absolute;
		top: 0px;
		left: 0px;
		font-size: 1.35em;
	}

	.business_ttl {
		padding-bottom: 0px;
	}

	.business .image1,
	.business .text1 {
		width: 100%;
	}

	.business .text1 span {
		text-align: left;
		margin-top: 15px;
		font-size: 1em;
	}

	.business .image1 img {
		margin-top: 10px;
	}
}


#contact div.tab {
	padding: 50px 0 0px 0;
	position: relative;
	overflow: hidden;
}

#contact div.tab ul {
	position: relative;
	left: 50%;
	float: left;
}

#contact div.tab ul li {
	position: relative;
	left: -50%;
	float: left;
	width: 150px;
	height: 46px;
	line-height: 46px;
	margin: 0 5px 30px 0;
	border: solid 1px #310C0C;
	background: #fff;
	color: #310C0C;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#contact div.tab ul li.active {
	background: #310C0C;
	color: #fff;
	cursor: auto;
	transform: rotate3d(1, 0, 0, 0deg);
}

#contact .p-desc {
	margin: 0 0 30px 0;
	font-size: 80%;
	text-align: center;
}

#contact h2 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5em;
	color: #000000;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}

.top_contact_link {
	background-color: #ff526c;
	width: 322px;
	line-height: 52px;
	text-align: center;
}

.top_contact_link a {
	display: inline-block;
	color: #fff;
	width: calc(100% - 8px);
	border: 1px solid #fff;
	margin: 3px;
	font-size: 1.3em;
	font-weight: normal;
	position: relative;
}

.top_contact_link a:hover {
	text-decoration: none;
}

.top_contact_link a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 5px;
	right: 5px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ffffff transparent;
}

.page {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ea608c;
}

.page a {
	text-decoration: none;
	color: #666;
	background-color: transparent;
}

.page a,
.page span {
	margin: 5px;
}


#konkatsu_list .box {
	margin-bottom: 19px;
	padding: 40px;
	background: #FFFFFF;
}

#konkatsu_list h3 {
	background-color: #333;
	color: #fff;
	font-size: 1.5em;
	padding: 0.5em;
	margin-top: 3em;
	font-weight: normal;
}

#konkatsu_list ul li {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

#konkatsu_list ul li:not(:first-of-type) {
	border-top: 1px solid #ddd;
}

#konkatsu_list ul li a {
	text-decoration: none;
	transition-duration: 0.3s !important;
}

#konkatsu_list ul li a:hover {
	text-decoration: none;
	opacity: 0.5 !important;
}

.konkatsu_ctt {
	overflow: hidden;
}

.konkatsu_ctt img {
	width: 90px;
	float: left;
	margin-right: 1rem;
}

.konkatsu_ctt .category {
	/*background-color: #ea608c;*/
	background-color: #191970;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: .9em;
}

.konkatsu_ctt .area {
	background-color: #cf020c;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: .9em;
}

.konkatsu_ctt .date {
	margin-left: 3rem;
	float: right;
	font-size: 0.8em;
}

.konkatsu_ctt p:nth-of-type(2) {
	margin-top: 10px;
}

#konkatsu_list .goto_list {
	padding: 10px 20px;
	color: #191970;
	display: block;
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	border: solid 1px #EC6F82;
}

#konkatsu_list .goto_list:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #EC6F82;
}

@media(min-width: 769px) {
	#konkatsu_list .box {
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	}
}

@media(max-width: 768px) {
	#konkatsu_list .box {
		margin-bottom: 15px;
		padding: 15px 4.3% 25px 4.3%;
		background: #FFFFFF;
		border: solid 1px #E6E6E6;
	}
}

.limited-offer {
	position: fixed;
	width: 100%;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-weight: 700;
	top: -999px;
	left: 100%;
	z-index: 9999;
}

.limited-offer-inner {
	position: relative;
}

.limited-offer .limited-offer-info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.limited-offer .limited-offer-info:not(:first-of-type) {
	display: none;
}

.flower_box {
	border: 2px dotted #EAA8BF;
	/* 線の太さ・種類・色 */
	margin: 20px 15px;
	padding: 15px 20px;
	/* 内側の余白 上下・左右 */
	position: relative;
}

.flower_box:before {
	content: '＊';
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	position: absolute;
	top: -0.4em;
	left: -0.6em;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	text-shadow: 0 0 8px #eaa8bf, 0 0 6px #eaa8bf, 0 0 4px #eaa8bf, 0 0 2px #eaa8bf, 0 0 0.5px #eaa8bf;
}

.flower_box:after {
	content: '*';
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	position: absolute;
	bottom: -0.6em;
	right: -0.3em;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	text-shadow: 0 0 8px #eaa8bf, 0 0 6px #eaa8bf, 0 0 4px #eaa8bf, 0 0 2px #eaa8bf, 0 0 0.5px #eaa8bf;
}







.stripe_box {
	padding: 0px;
	position: relative;
	z-index: 0;
}

.stripe_box:before {
	background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px);
	/* ストライプの色 */
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -2;
}

.stripe_box:after {
	background: #fff;
	/* 背景色 */
	content: '';
	position: absolute;
	top: 10px;
	/* ストライプ部分の太さ・上 */
	bottom: 10px;
	/* ストライプ部分の太さ・下 */
	left: 10px;
	/* ストライプ部分の太さ・左 */
	right: 10px;
	/* ストライプ部分の太さ・右 */
	z-index: -1;
}

















ul.header_menu {
	width: 1500px;
	display: -webkit-flex;
	/* Safari対応のつもり */
	display: -ms-flexbox;
	/* IE10以下対応 */
	display: flex;
}

ul.header_menu li {
	font-family: "Sawarabi Mincho";
	list-style-type: none;
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 1.25em;
	vertical-align: middle;
}

ul.header_menu li:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	top: 0px;
	left: 0px;
}

ul.header_menu li:last-of-type:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	top: 0px;
	left: 100%;
}

ul.header_menu li a {
	color: #fff;
	display: block;
	width: 100%;
	line-height: 80px;
}

ul.header_menu li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 5px;
	right: 5px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ffffff transparent;
}

ul.header_menu li a:hover {
	text-decoration: none;
	opacity: 1;
	background-color: #ff526c;
}

ul.header_menu li a:hover:after {
	opacity: 0.7;
}

ul.header_menu li a span {
	display: block;
	width: 100%;
	transition: 0.3s;
}

ul.header_menu li a:hover span {
	transform: scale(1.2);
}

#box.no-data {
	background-color: #fce6e2;
	font-size: 1.2em;
	text-align: center;
	line-height: 2.3em;
	padding-top: 5em;
	padding-bottom: 5em;
	font-weight: bold;
}

#box.no-data span,
#box.no-data a {
	display: inline-block;
	position: relative;
}

#box.no-data span:nth-child(1):before {
	content: "";
	width: 1.2em;
	height: 2em;
	position: absolute;
	top: 0px;
	left: -1.5em;
	background-image: url("/admin/asset/img/no-data.png");
	background-repeat: no-repeat;
	background-position: center;
}

#box.no-data ul#single_pager li a {
	padding: 3px 20px !important;
	font-weight: normal;
}

#box.no-data ul#single_pager li {
	margin-top: 1em !important;
}


#toc_container {
	margin: 2rem 0;
	padding: 10px 20px;
	color: #43a3ff;
	border: 1px solid #e0e0e0;
	line-height: 2em;
}

#toc_container p {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

#toc_container li a {
	color: #43a3ff;
	margin-left: 10px;
}

.toc-ttl h2 {
	font-size: 1.7rem;
	padding-bottom: 5px;
	color: #191919;
	border-bottom: 2px solid #755d35;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

#meeting_new .article_h2 {
	margin-top: 55px;
	padding: 0 0 30px;
	text-align: center;
}


#meeting_new .article_h2 h2 {
	font-family: "petersburg-web", serif;
	font-size: 35px;
	font-weight: 100;
	letter-spacing: .05em;
	line-height: 1.1;
	text-transform: uppercase;
}

#meeting_new .sub {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

#meeting_new .section_bestrate.section_inner {
	position: relative;
}

#meeting_new .section_bestrate.section_inner:after {
	visibility: visible;
	z-index: -1;
	position: absolute;
	top: -10px;
	left: 50%;
	width: 100%;
	max-width: 820px;
	height: 141px;
	margin-right: 15px;
	transform: translateX(-50%);
	background: url(../img/bg01_top.png) no-repeat top center;
	background-size: contain;
	vertical-align: middle;
	content: "";
}

#meeting_new .section_bestrate .box_main {
	margin-bottom: 30px;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
}




#meeting_new .section_bestrate .toriatukai img {
	max-width: 100%;
	margin: 0 auto 20px;
	text-align: center;
	margin: 0 auto 20px;
	margin-top: 30px;
}




#meeting_new .section_bestrate .icon_medal {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px;
}

#meeting_new .section_bestrate .icon_medal img {
	width: 100%;
}


#meeting_new .section_bestrate .box_main .lead {
	margin-bottom: 10px;
	color: #a68244;
	font-size: 28px;
}

#meeting_new .section_bestrate .box_main .txt {
	font-size: 19px;
}

#meeting_new .section_bestrate .box_sub {
	margin-bottom: 60px;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
}

#meeting_new .section_bestrate .box_sub .txt {
	font-size: 15px;
	line-height: 1.8;
}

#meeting_new .section_recfair {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #fdf7ec;
}

#meeting_new .section_recfair .aisatsu {
	padding: 60px 0 70px;
	overflow: hidden;
	/*background-image: url("/imglp/dansei.webp");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 75px 30px;*/
	position: relative;
	z-index: 0;
}

#meeting_new .section_recfair .aisatsu .aisatsu_bg {
	position: absolute;
	top: 30px;
	left: 75px;
	z-index: -1;
}

#meeting_new .section_recfair .aisatsu .aisatsu_bg img {
	height: 698px;
}

#meeting_new .section_recfair h3.font01 {
	font-family: "petersburg-web", serif;
	font-size: 34px;
	font-weight: inherit;
	line-height: 1;
	margin-bottom: 5px;
}

#meeting_new .section_recfair .catch {
	font-family: "petersburg-web", serif;
	font-size: 20px;
	margin-bottom: 30px;
}

#meeting_new .section_recfair .right {
	font-size: 25px;
	text-align: left;
	float: right;
	width: 100%;
	max-width: 550px;
	margin-right: 50px;
}

#meeting_new .section_recfair .right p {
	margin-bottom: 20px;
}

#meeting_new .section_recfair-link {
	float: left;
	width: 100%;
}

#meeting_new .section_recfair .daihyoucontact_link {
	width: calc(100% - 60px);
	max-width: 390px;
	display: inline-block;
	margin: 50px 30px 0px;
}

@media(max-width: 768px) {

	/*#meeting_new .section_recfair .aisatsu{
		background-position: -35px 150px;
	}*/
	#meeting_new .section_bestrate.section_inner:after {
		height: 100px;
	}

	#meeting_new .section_recfair .aisatsu .aisatsu_bg {
		top: 150px;
		left: -35px;
	}

	#meeting_new .section_recfair .right {
		font-size: 19px;
		margin-right: 10px;
		width: 40%;
	}

	#meeting_new .section_recfair .daihyoucontact_link {
		display: block;
		margin: 30px 30px 0px;
	}
}



#hd-spmenu ul.flex {
	margin-bottom: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

#hd-spmenu ul.flex li {
	flex-grow: 1;
	position: relative;
}

#hd-spmenu ul.flex li:not(:last-of-type):before {
	content: "";
	width: 2px;
	height: 50%;
	position: absolute;
	top: 25%;
	right: -1px;
	background-color: #fff;
}

#hd-spmenu ul.flex li a {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

@media (min-width: 769px) {
	.header-top-dmm {
		background-color: #bd0000;
		font-size: 14px;
	}

	.header-top-dmm .wrap {
		margin-right: 230px;
	}

	.header-top-dmm ul {
		display: flex;
		justify-content: flex-end;
		line-height: 30px;
	}

	.header-top-dmm ul li {
		padding-left: 10px;
		padding-right: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-top-dmm a {
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		line-height: 1.2;
		padding: 5px 0;
	}

	.header-top-dmm a:hover {
		text-decoration: none;
	}

	header h1 {
		position: absolute;
		left: 20px;
		top: 5px;
	}

	.tuukin header .top_box h1 {
		position: relative;
		left: unset;
		top: unset;
	}

	header .wrap {
		position: relative;
		width: 100%;
		height: 90px;
	}

	.header-menu-dmm {
		padding-top: 25px;
		font-size: 14px;
	}

	.header-menu-dmm ul {
		margin-left: auto;
		display: flex;
		justify-content: flex-end;
	}

	.header-menu-dmm li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header-menu-dmm a {
		color: rgb(0, 43, 137);
		display: block;
		line-height: 37px;
		text-align: center;
	}

	.header-menu-dmm a:hover {
		text-decoration: none;
	}

	/*.header-menu-dmm a.btn{
		border: 1px solid #EA7400;
		background: #EA7400;
		color: #fff;
		padding: 0 20px;
		border-radius: 4px;
		font-size: 13px;
		font-weight: 400;
		line-height: 36px;
		transition: 0.2s ease-in-out;
		position: relative;
	}*/
	.header-menu-dmm svg {
		position: absolute;
		top: 50%;
		right: 6px;
		width: 7px;
		height: 10px;
		transform: translateY(-50%);
	}
}

@media(max-width: 1500px) {
	.header-menu-dmm li {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media(max-width: 1350px) {
	.header-menu-dmm li {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media(max-width: 1200px) {
	.header-menu-dmm ul {
		width: 70%;
	}

	.header-menu-dmm a,
	.header-menu-dmm a.btn {
		line-height: 1.2em;
	}
}

.contentBox_graphArea {
	background: #f9f7f3;
}

.contentBox_graphArea .reason_area {
	border-top: unset !important;
	margin-top: 30px !important;
}

.contentBox_graphArea .stitle {
	color: #9f8046;
	text-align: center;
	font-weight: lighter;
	margin-bottom: 24px;
}

.contentBox_graphArea .graphList {
	display: flex;
	flex-wrap: wrap;
}

.contentBox_graphArea .graphList li {
	max-width: 540px;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	background: #fff;
	margin: 0 auto 24px;
}

.contentBox_graphArea .graphList li img {
	width: 150px;
	height: 150px;
}

.contentBox_graphArea .graphList li .txt {
	font-size: 16px;
	padding: 24px 8px 0;
	text-align: left;
}

.contentBox_graphArea .graphList li .txt p {
	font-size: 14px;
}

.contentBox_graphArea .graphList li .txt .age {
	color: #6899bb;
	font-size: 14px;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.contentBox_graphArea .stitle {
		font-size: 24px;
		margin-bottom: 64px;
	}

	.contentBox_graphArea {
		padding-bottom: 60px;
	}
}

@media (max-width: 768px) {
	.contentBox_graphArea .stitle {
		font-size: 12px;
		line-height: 1.5em;
		text-align: left;
	}
}

.contentBox .wrap {
	overflow: hidden;
}

.contentBox .wrap .plan_tihou_title {
	width: 350px;
}

.contentBox .wrap .staff-status {
	text-align: center;
	margin: 0px;
	overflow: hidden;
	margin-top: 5em;
	padding-left: 15px;
	padding-right: 15px;
}

.contentBox .wrap .staff-status strong {
	font-size: 2em;
	font-weight: normal;
	color: #007bff;
}

.contentBox .wrap .staff-status .col-sm-6 {
	width: 50%;
	float: left;
	text-align: center;
}

@media(max-width: 768px) {
	.contentBox .wrap .staff-status {
		text-align: left;
	}

	.contentBox .wrap .plan_tihou_title {
		width: 40%;
	}

	.contentBox .wrap .plan_tihou_title {
		padding-left: 5px;
		padding-right: 5px;
	}

	.contentBox .wrap .staff-status .col-sm-6 {
		width: 100%;
	}
}

.contentBox .wrap .mypage-staff-list {
	width: 100%;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.contentBox .wrap .mypage-staff-list ul {
	list-style: none;
	margin: 0px 0px 2rem;
	padding: 0px;
}

.contentBox .wrap .mypage-staff-list li:nth-of-type(2n) {
	background-image: url("../img/mypage-title-2.png");
}

.contentBox .wrap .mypage-staff-list li:nth-of-type(2n + 1) {
	background-image: url("../img/mypage-title-3.png");
}

.contentBox .wrap .mypage-staff-list li {
	display: block;
	padding: 40px 0px 40px 80px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 45px auto;
	min-height: 90px;
}

@media (max-width: 768px) {
	.plan_tihou {
		width: 94%;
	}
}






#tryoubo1 {
	position: fixed;
	bottom: 0px;
	left: 15px;
	width: 190px;
	z-index: 9999;
	display: none;
}

#tryoubo1>div {
	position: relative;
}

#tryoubo1 #close_tryoubo1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	border: 1px solid #777;
}

#tryoubo1 a {
	color: #777;
}

#tryoubo1 img {
	max-width: 100%;
}

#tryoubo1 a:hover,
#try img {
	opacity: 1;
	text-decoration: none;
}







#tryuketuke {
	position: fixed;
	bottom: 0px;
	left: 15px;
	width: 190px;
	z-index: 9999;
	display: none;
}

#tryuketuke>div {
	position: relative;
}

#tryuketuke #close_tryuketuke {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	border: 1px solid #777;
}

#tryuketuke a {
	color: #777;
}

#tryuketuke img {
	max-width: 100%;
}

#tryuketuke a:hover,
#try img {
	opacity: 1;
	text-decoration: none;
}




#tryqa {
	position: fixed;
	bottom: 0px;
	left: 15px;
	width: 190px;
	z-index: 9999;
	display: none;
}

#tryqa>div {
	position: relative;
}

#tryqa #close_tryqa {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	border: 1px solid #777;
}

#tryqa a {
	color: #777;
}

#tryqa img {
	max-width: 100%;
}

#tryqa a:hover,
#try img {
	opacity: 1;
	text-decoration: none;
}






#try {
	position: fixed;
	bottom: 0px;
	left: 15px;
	width: 190px;
	z-index: 9999;
	display: none;
}

#try>div {
	position: relative;
}

#try #close_try {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	border: 1px solid #777;
}

#try a {
	color: #777;
}

#try img {
	max-width: 100%;
}

#try a:hover,
#try img {
	opacity: 1;
	text-decoration: none;
}




.point__ctt {
	padding: 20px 0 41px 0;
	display: flex;
	justify-content: space-between;
}

.point__ctt__caption {
	width: 530px;
	padding-left: 10px;
}

.point__ctt__img {
	width: 350px;
}

.point__ctt__img img {
	width: 100%;
	/*	height: 212px;*/
}

#point .box figure {
	padding: 0px !important;
}

#introduction #sale {
	background: url(../img20px/bg-sale.webp) no-repeat center center/cover;
}

@media(max-width: 768px) {
	.point__ctt {
		padding: 15px 4.8%;
		display: flex;
		flex-wrap: wrap-reverse;
		align-items: baseline;
	}

	.point__ctt__caption {
		width: 100%;
		padding-left: 0px;
	}

	.point__ctt__img {
		margin-bottom: 15px;
		width: 100%;
	}

	#introduction #sale {
		background: url(../img20px/bg-sale.webp) no-repeat center center/cover;
	}
}


.progressive-elm {
	margin-left: auto;
	margin-right: auto;
}

.toriatukai.progressive-elm {
	max-width: 800px;
}

.menu111.progressive-elm {
	max-width: 605px;
}

.point__ctt__img.progressive-elm {
	margin-left: unset;
	margin-right: unset;
}

.progressive img.preview {
	filter: blur(0);
	transform: scale(1);
}

#guidance .progressive-elm {
	margin-left: 0;
	width: 350px;
}

#guidance .progressive-elm img {
	/*	min-height: 252px;*/
}

.progressive-colorbox .origin {
	left: 50% !important;
	transform: translateX(-50%);
}

.view_box .closebtn a {
	z-index: 1;
}




#shukuhaku_ryo .slick-dots li {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	float: unset;
	background: unset;
}




#jobinfo {
	position: relative;
	padding: 0 30px;
}

#jobinfo * {
	box-sizing: border-box;
}

#jobinfo_anchor {
	visibility: hidden;
	position: absolute;
	top: -100px;
}

#jobinfo.box_noborder {
	margin: 40px 0;
}

#jobinfo .ttl_tag {
	position: absolute;
	top: -25px;
	width: 82px;
	height: 94px;
	line-height: 1.2;
	background: url(/sendai/img/bg_tag.png);
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#jobinfo .ttl_tag::after {
	content: "job info.";
	display: block;
	color: #fde032;
	margin-top: 4px;
	font-size: 11px;
	font-family: 'Josefin Sans', sans-serif;
	text-indent: 1px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

#jobinfo .disc_tag {
	padding: 6px 0 0;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

#jobinfo .disc_tag .ttl_medium {
	color: #21c1de;
	font-size: 35px;
	font-weight: bold;
	font-family: "Sawarabi Mincho", sans-serif;
}

#jobinfo .disc_tag .date_area {
	display: inline-block;
	line-height: 1.4;
	color: #979797;
	font-size: 12px;
}

#jobinfo .point {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 10px;
	color: #534741;
	font-size: 14px;
}

#jobinfo .point li {
	width: 25%;
	display: block;
	display: flexbox;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

#jobinfo .point li a {
	color: #999;
}

#jobinfo .point li a:hover {
	text-decoration: underline;
}

#jobinfo .point .item {
	width: 100%;
	margin-top: 20px !important;
	margin-left: -3px;
	color: #af9e26;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#jobinfo .point .item span {
	margin-right: 7px;
	font-size: 18px;
}

#jobinfo .point .item:nth-child(1) {
	width: 100%;
	margin-top: 0;
}

#jobinfo .point li svg {
	margin-top: -2px;
	fill: #af9e26;
}

#jobinfo .icon_svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

@media(max-width: 768px) {
	#jobinfo.box_noborder {
		padding-top: 50px;
	}

	#jobinfo .ttl_tag {
		top: 35px;
	}

	#jobinfo .point {
		margin-top: 30px !important;
	}

	#jobinfo .disc_tag {
		padding-left: 50px;
	}

	#jobinfo .disc_tag .ttl_medium {
		font-size: 25px;
	}
}





#toc_box,
#toc_box *,
#toc_box *:before,
#toc_box *:after {
	box-sizing: border-box;
}

#toc_box {
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ddd;
	color: #333;
	background: #fafafa;
	width: 92%;
	max-width: 800px;
	margin: 80px auto 35px;
}

#toc_box ul.toc_list {
	padding: 0 10px;
	overflow: hidden;
	height: auto;
	margin-top: 20px;
	transition: all 0.4s;
}

#toc_box.hide ul.toc_list {
	height: 0px;
	margin-top: 0px;
}

#toc_box li a {
	padding: 4px;
	line-height: 4em;
}

#toc_box ul.toc_list ul {
	padding: 0 0 0 15px;
}

#toc_box .toc_toggle {
	cursor: pointer;
	display: inline-block;
	width: 65px;
	text-align: center;
	border: solid 1px #ddd;
	color: #333;
	background: 0 0;
	padding: 2px 5px;
	margin-left: 10px;
}

@media(max-width: 768px) {
	#toc_box {
		margin: 10px auto 35px;
	}
}






.inner-1000 {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.inner-1100 {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}

.rotateY-ani {
	animation-name: rotateYAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards
}

@keyframes rotateYAnime {
	from {
		transform: rotateY(0)
	}

	to {
		transform: rotateY(-360deg)
	}
}

.fadein {
	transition: all 1500ms ease
}

.fadein.toUp {
	transform: translateY(40px);
	opacity: 0
}

.fadein.to-r {
	transform: translateX(60px);
	opacity: 0
}

.fadein.to-l {
	transform: translateX(-60px);
	opacity: 0
}

.fadein.show {
	transform: translate(0);
	opacity: 1
}

#topimage {
	position: relative;
}

.scroll {
	position: absolute;
	width: 60px;
	height: 115px;
	bottom: 20px;
	right: 20px;
	margin-left: -30px;

	.scroll-title {
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 7px;
	}

	#mouse {
		position: absolute;
		left: 50%;
		margin-left: -4px;
		bottom: 0;
		width: 7px;
		height: 90px;

		.bar {
			position: absolute;
			width: 1px;
			height: 90px;
			background: #fff;
			top: 0;
			left: 3px;
		}
	}

	#mouse:before {
		position: absolute;
		content: '';
		top: 0;
		width: 7px;
		height: 7px;
		background: #fff;
		border-radius: 4px;
		animation: scroll 1.5s infinite;
	}
}

@keyframes scroll {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		transform: translateY(90px);
	}
}


.inc-main div:nth-of-type(1) a {
	margin-left: -5px;
	width: 270px;
	max-width: 100%;
	min-height: 65px;
	position: relative;
	background: rgba(33, 180, 77, .8);
	border: solid 2px #289b4e;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border-radius: 0px 30px 30px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.inc-main div:nth-of-type(1) a::before {
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: block;
}


.lever-link {
	text-decoration: none;
	display: block;
	border-bottom: solid 2px;
	color: #fff;
	padding: 1rem 2.5rem;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	transition: 0.5s;
	background: #000;
	border-radius: 40px;
	box-shadow: 0 0 6px #eee;
	position: relative;
}

.lever-link:visited,
.lever-link:link {
	color: #fff !important;
}

.lever-link::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: 50%;
	transform: translateY(-50%);
	left: 8%;
	background-size: contain;
	background-repeat: no-repeat;
}

.bestrate__wrap {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}

.bestrate__ctt {
	margin: 80px auto;
	overflow: hidden;
	box-sizing: border-box;
}

.bestrate__ttl {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 45px;
	position: relative;
}

.bestrate__ttl:before {
	content: "";
	position: absolute;
	background-size: contain;
	transform: translateY(-50%);
	background-image: url(../img/20231223.webp);
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	left: 0;
	top: 70%;
}

.bestrate__ttl.has-icon:after {
	content: '';
	position: absolute;
	background-image: url(../img/chara-11.webp);
	width: 80px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	left: 50%;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
}

.bestrate__ttl .en {
	font-size: 12px;
	position: absolute;
	left: 45px;
	top: -1.2rem;
	letter-spacing: 5px;
}

.bestrate__ctt--1 {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0;
}

.bestrate__ctt--1__item {
	width: 47%;
}

.bestrate__ctt--1__item h3 {
	font-size: 20px;
	font-weight: bold;
	color: #d926af;
	text-align: center;
	margin: 20px 0;
}

.bestrate__ctt--1__item p {}

.bestrate__ctt--1__item .progressive-elm {
	min-height: 270px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.bestrate__ctt--1__item .progressive {
	width: 100%;
}

@media(max-width: 768px) {
	.bestrate__ctt {
		padding: 0 15px;
	}

	.bestrate__ctt--1__item .progressive-elm {
		min-height: 170px;
	}

	.bestrate__ctt--1__item p {
		font-size: 11px;
	}

	.bestrate__ctt--1__item h3 {
		font-size: 18px;
	}
}


.bestrate__ctt--2 {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	flex-wrap: wrap;
}

.bestrate__ctt--2__item {
	width: 50%;
}


.yellow_line {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
	text-shadow: 0 0 10px #fff;
	font-weight: 700;
}

.v-txt {
	position: absolute;
	font-size: 4.9rem;
	color: #000;
	transform: rotate(90deg);
	right: -4rem;
	top: 5.5rem;
	font-weight: 700;
}

.bestrate__ctt--3__img .progressive-elm {
	margin: 10px 0;
}

.bestrate__ctt--3__img .progressive img {
	width: calc(100% - 80px);
	height: 130px;
	object-fit: cover;
}

.bestrate__ctt--3__img {
	position: relative;
}

.bestrate__ctt--3__txt {
	margin-top: 10px;
}

.bestrate__ctt--4 .v-txt {
	right: unset;
	left: -33%;
	top: 8.5rem;
}

.bestrate__ctt--4 .bestrate__ctt--3__img .progressive img {
	margin-left: auto;
	right: 0;
	height: 350px;
}

.bestrate__ctt--4 .bestrate__ctt--3 {
	width: 80%;
	margin-left: auto;
}

.bestrate__ctt--4 {
	position: relative;
	z-index: 0;
}

.bestrate__ctt--4:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 18%;
	height: 100%;
	background-image: radial-gradient(#707070 7%, transparent 10%), radial-gradient(#707070 7%, transparent 10%);
	background-size: 1rem 1rem;
}

.bestrate__ctt--4__ttl {
	border: 1px solid #000;
	font-size: 20px;
	padding: 15px 15px 15px 25px;
	position: relative;
	display: block;
	line-height: 1.2;
	background-color: #fff;
	margin-bottom: 10px;
}

.bestrate__ctt--4__ttl:before {
	content: "";
	position: absolute;
	transform: translate(-50%, -50%);
	border-bottom: 1px solid #000;
	left: -.5rem;
	top: 50%;
	width: 2.5rem;
	height: .2rem
}

.bestrate__ctt--4__items {
	width: 80%;
	margin-left: auto;
}

.bestrate__ctt--4__item {
	margin: 30px 0;
}

@media(max-width: 768px) {
	.bestrate__ctt--3__img .progressive img {
		width: calc(100% - 60px);
		height: 90px;
	}

	.v-txt {
		font-size: 3.9rem;
		right: -3.4rem;
	}

	.bestrate__ctt--4 .v-txt {
		left: -41%;
	}
}

.bestrate__ctt--5 {
	overflow: hidden;
}

.bestrate__ctt--5__items {}

.bestrate__ctt--5__item {
	height: 100%;
	overflow: hidden;
}

.bestrate__ctt--5__item__img {
	position: relative;
	overflow: hidden;
	max-height: 250px;
}

.bestrate__ctt--5__item__img>span {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(35, 35, 35, .8);
	color: #fff;
	border: solid 1px #333;
	font-size: 16px;
	padding: 5px 0;
}

.bestrate__ctt--5__item__img .progressive img.origin {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bestrate__ctt--5__item__desc table {
	width: 100%;
	text-align: center;
	margin: 10px 0;
	border: 1px solid #e1e1e1;
}

.bestrate__ctt--5__item__desc th,
.bestrate__ctt--5__item__desc td {
	padding: 7px 10px;
	border-bottom: 1px dashed #e1e1e1;
}

.bestrate__ctt--5__item__desc th {
	width: 200px;
	background-color: #fee;
}

.bestrate__ctt--5__item__desc .ttl {
	font-size: 20px;
	color: #ff7171;
	border-bottom: 1px dashed #ff7171;
}

.bestrate__ctt--5__item__desc h4 {
	margin: 10px 0;
}

#carousel3d .carousel-3d-slide {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	transition: all .4s;
}

@media(max-width: 768px) {
	.bestrate__ctt--5__item__desc th {
		width: 120px;
	}
}


.bestrate__ctt--6 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.bestrate__ctt--6__item {
	width: 33.33%;
	position: relative;
	border: 1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.bestrate__ctt--6__item>div {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
	text-align: center;
	background: rgba(35, 35, 35, .8);
	color: #fff;
	border: solid 1px #333;
	font-size: 16px;
	padding: 5px 0;
}

.bestrate__ctt--slide {}

.bestrate__ctt--slide__ttl1 {
	background: #fff;
	color: #000;
	text-align: center;
	padding: 0.1rem;
	font-size: 15px;
	margin: 0;
}

@media(max-width: 768px) {
	.bestrate__ctt--slide__ttl1 {
		padding: 0.5rem 0.5rem;
		font-size: 12px;
	}
}



.bestrate__ctt--slide__ttl {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 1rem;
	font-size: 30px;
	margin: 0;
}

@media(max-width: 768px) {
	.bestrate__ctt--slide__ttl {
		padding: 1.5rem 1rem;
		font-size: 16px;
	}
}


.bestrate__ctt--7 {
	overflow: hidden;
}

.bestrate__ctt--7__img {
	display: flex;
	gap: 10px;
	min-width: 500px;
}

.bestrate__ctt--7__img .progressive-elm {
	width: 100%;
}

.bestrate__ctt--7__txt {
	margin-top: -35px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: radial-gradient(#707070 7%, transparent 10%), radial-gradient(#707070 7%, transparent 10%);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
}

.bestrate__ctt--7__txt__inner {
	padding: 1rem;
	border-radius: 2rem;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.bestrate__ctt--8 .bestrate__ctt--7__img .progressive-elm {
	width: 65%;
	margin-left: 0;
	position: relative;
}

.bestrate__ctt--8 .bestrate__ctt--7__img .progressive-elm>span {
	position: absolute;
	font-size: 70px;
	color: #000;
	transform: rotate(90deg);
	right: -140px;
	top: 100px;
	font-weight: 700;
}

.bestrate__ctt--8 .bestrate__ctt--7__txt {
	background: none;
	margin-top: -22px;
}

.wake_interview4 .bestrate__ctt--7__txt {
	font-size: 14px;
}

.wake_interview4 .bestrate__ctt--8 .bestrate__ctt--7__img .progressive-elm>span {
	top: 140px;
}

@media(max-width: 768px) {
	.wake_interview4 .bestrate__ctt--8 .bestrate__ctt--7__img .progressive-elm {
		width: 57%;
	}

	.wake_interview4 .bestrate__ctt--7__txt__inner {
		padding: 1rem 0;
	}
}



@media(min-width: 769px) {
	.video-gr__inner {
		display: flex;
		align-items: stretch;
		justify-content: center;
	}

	.video-gr__gif {
		width: 100%;
	}

	.video-gr__inner .video {
		padding-top: 28%;
	}

	.video-gr__gif>* {
		height: 100%;
	}

	.video-gr__gif .progressive img {
		height: 100%;
	}

	.bestrate__ctt--1 {
		gap: 30px;
	}

	.bestrate__ctt--1__item {
		width: calc((100% - 60px) / 3);
	}

	.bestrate__ctt--2 {
		justify-content: flex-start;
	}

	.bestrate__ctt--2__item {
		width: 25%;
	}

	.bestrate__mt-100 {
		margin-top: 120px;
	}

	.bestrate__ctt--8 {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 40px;
		overflow: unset;
	}

	.bestrate__ctt--8 .bestrate__ctt--7__txt {
		order: 1;
	}

	.bestrate__ctt--8 .bestrate__ctt--7__img {
		order: 2;
		margin-top: -100px;
	}

	.bestrate__ctt--8 .bestrate__ctt--7__img .progressive-elm {
		width: 80%;
	}

	.bestrate__ctt--8 .bestrate__ctt--7__img {
		min-width: 450px;
	}

	.bestrate__ctt--8 .bestrate__ctt--7__txt {
		margin-top: 0;
		padding: 0;
	}

	.bestrate__ctt--3 {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 40px;
		overflow: unset;
	}

	.bestrate__ctt--3__txt {
		order: 1;
	}

	.bestrate__ctt--3__img {
		order: 2;
		margin-top: -120px;
	}

	.bestrate__ctt--3__img {
		min-width: 450px;
	}

	.bestrate__ctt--4 {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 60px;
	}

	.bestrate__ctt--4 .bestrate__ctt--3 {
		gap: 0px;
		flex-direction: column;
		width: 350px;
	}

	.bestrate__ctt--4 .bestrate__ctt--3__txt {
		order: 2;
		width: 250px;
		margin-left: auto;
	}

	.bestrate__ctt--4 .bestrate__ctt--3__img {
		order: 1;
		margin-top: 0;
		min-width: 350px;
	}

	.bestrate__ctt--4 .v-txt {
		left: -36%;
		top: 9rem;
	}

	.bestrate__ctt--4 .bestrate__ctt--3__img .progressive-elm {
		margin: 0;
	}

	.bestrate__ctt--4 .bestrate__ctt--3__img .progressive img {
		height: 350px;
		width: 250px;
	}

	.bestrate__ctt--4__items {
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 30px 60px;
	}

	.bestrate__ctt--4__item {
		margin: 0;
		width: calc((100% - 60px) / 2);
	}

	.bestrate__ctt--5__item__desc th {
		width: 150px;
		background-color: #fee;
	}
}

/*@media(min-width: 1500px) {
	.bestrate__ctt--2__item {
		width: 20%;
	}
}*/


.mv-sp {}

.mv-sp__inner {
	position: relative;
}

.mv-sp__video {
	display: block;
	/*	height: calc(100vh - 60px);*/
	/*	min-height: 600px;*/
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

.mv-sp__img {
	position: absolute;
	top: 10px;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.mv-sp__img__1 {
	width: 120px;
}

.mv-sp__img__2 {
	width: 120px;
}

.mv-sp__txt {
	position: absolute;
	left: 0;
	top: 65vw;
}

.mv-sp__txt__2 {
	margin-top: 10px;
}


p.date span.new {
	background-color: #ff2c5a;
}

.column-image {
	margin-right: 1rem;
	position: relative;
	width: fit-content;
}

.column-image img {
	margin-right: 0;
}

.column-image span[class^=sprite] {
	position: absolute;
	top: 0;
	right: 0
}

.column-image .sprite-new {
	background-image: url(/admin/asset/img/sprite-corner.png);
	background-position: -76px 0;
	width: 38px;
	height: 38px;
	background-size: 114px 110px;
}


#breadcrumb {
	width: 1000px;
	max-width: calc(100% - 20px);
	margin: 0 auto;
	font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
	font-size: 13px;
	margin: 30px auto;
	text-align: left;
}

#breadcrumb a {
	color: #4b91ad;
	text-decoration: none;
}



.faq-page .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: .25rem;
	margin-bottom: 10px;
}

.faq-page .card-header {
	border: 0;
	background-color: transparent;
	padding: 0;
	position: relative;
	cursor: pointer;
}

.faq-page .card-link:hover {
	opacity: 1 !important;
	color: inherit;
}

.badge {
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.faq-page .card-header .icon,
.faq-page span.badge-answer,
.faq-page span.badge {
	background-color: #e7be8a;
	color: #fff;
	font-size: 18px;
	padding: 4px 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.faq-page .card-header .card-link {
	padding-right: 45px;
	background-color: #f2f2f2;
	color: #987945;
	border-radius: 10px;
	padding: 0 20px 0 50px;
	display: block;
}

.faq-page .card-header .card-link h3 {
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
}

.faq-page .card-header .icon {
	display: inline-block;
	box-sizing: border-box;
	left: unset;
	right: 15px;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background-color: #f48179;
	color: #fff;
}

.faq-page .card-header .icon::after,
.faq-page .card-header .icon::before {
	display: block;
	position: absolute;
	content: "";
	top: 12px;
	left: 7px;
	width: 12px;
	height: 2px;
	background-color: #fff;
}

.faq-page .card-header .icon::after {
	top: 7px;
	left: 12px;
	width: 2px;
	height: 12px;
}

.faq-page .card-header a[aria-expanded="true"] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.faq-page .card-header a[aria-expanded="true"] .icon::after {
	width: 0;
}

.faq-page .card-body {
	position: relative;
	background-color: #f6f6f6;
	padding: 10px 20px 10px 50px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 16px;
	text-align: left;
	line-height: 1.7;
}

.faq-page span.badge-answer {
	background-color: #f48179;
	top: 16px;
	transform: unset;
}

.faq-page .card-body ol {
	padding-left: 5px;
}

.faq-page .card-body ol>li {
	list-style: auto;
	margin: 10px 0 0;
	display: inline-flex;
}

.faq-page .card-body ol>li span {
	position: relative;
	left: -5px;
}

.faq-page .card-header a {
	padding-right: 45px;
}

.faq-page .collapse {
	display: none;
}

.faq-page .card.show .collapse {
	display: block;
}

.faq-page .card.show .card-header .card-link {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.faq-page .card.show .card-header .icon::after {
	width: 0;
}

.c-button__grp {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.c-button._shiny {
	display: block;
	position: relative;
	padding: 1em 1.5em;
	background-color: #1981f7;
	box-shadow: 0 3px 0 0 #0867d4;
	border-radius: 4px;
	margin: 30px auto;
	font-weight: bold;
	font-size: 16px;
	width: fit-content;
	color: #fff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	transition: 300ms;
}

.c-button._shiny::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #b5e7ff;
	transition: 300ms;
	animation: shinyshiny 2.5s ease-in-out infinite;
}

.c-button._shiny:hover {
	text-decoration: none;
	color: #fff;
	box-shadow: none;
	-webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@media(max-width: 768px) {
	.c-button__grp .c-button._shiny {
		width: 100%;
		margin: 10px auto;
	}
}


.c-button__progress {
	width: fit-content;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0;
}

.c-button__progress .c-button._shiny {
	margin: 0 auto 10px;
}

.c-button__progress__bar__inner {
	width: calc(100% - 4px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}

.c-button__progress__bar {
	border: 1px solid #333;
	flex: 1;
	margin: 10px 0;
	background: linear-gradient(to right, #ff5623, #d3ff42);
	display: flex;
	justify-content: flex-end;
}

.c-button__progress__bar>div {
	height: 10px;
	background: #999;
}



.cl-bold-box {
	position: relative;
	border: 1px solid #415573;
	border-radius: 4px;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.cl-bold-box:after {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	border-left: 5px solid #fff;
	top: -5px;
	left: 20px;
	transform: translateY(-50%);
	background-color: #fff;
	background-image: url(/sendai/img/check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.cl-bold-box.has-thumbnail {
	display: flex;
}

.content p {
	margin-top: 20px;
}

.content :first-child {
	margin-top: 0;
}

.content p:after {
	content: "";
	display: block;
	clear: both;
}

.cl-bold-box p {
	margin: 0;
}

.cl-bold-box label,
.cl-bold-box>p:nth-child(1) {
	position: absolute;
	top: -15px;
	left: 38px;
	padding: 0 10px;
	background-color: #fff;
	color: #333;
	font-weight: 300;
	font-size: 1em;
	border-radius: 4px;
}

.cl-bold-box .thumbnail {
	display: flex;
	align-items: center;
	width: 140px;
	float: left;
	line-height: 0;
	margin-bottom: 0 !important;
}

.cl-bold-box .thumbnail:hover a,
.cl-bold-box .thumbnail a {
	text-decoration: none;
	border: 0 !important;
	display: block;
}

.cl-bold-box .thumbnail img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.cl-bold-box .content {
	padding-left: 15px;
	width: calc(100% - 140px);
	float: right;
}

.cl-bold-box .content p:first-child {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 16px;
}

.cl-custom-btn {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.cl-custom-btn .cla-btn {
	margin-top: 0;
	position: relative;
	font-weight: 700;
	line-height: 2;
	color: #000;
	animation: cla-btn 2s linear infinite;
}

.cl-custom-btn .block-button a {
	background: linear-gradient(100deg, #ff7ab8 0%, #ffb6b9 100%);
	border-radius: 30px;
	display: inline-block;
	line-height: 1.5;
	margin: 0;
	position: relative;
	text-decoration: none;
	color: #fff;
	padding: 12px 20px;
	border: 0 !important;
	transition: .25s all ease-in-out;
	padding-left: 45px;
}

.cl-custom-btn .block-button a:hover {
	border: 0 !important;
	bottom: -2px;
}

.cl-custom-btn .block-button a:before {
	content: "";
	position: absolute;
	width: 19px;
	height: 16px;
	background-image: url(/sendai/img/heart.svg);
	background-size: contain;
	background-repeat: no-repeat;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

@keyframes cla-btn {

	0%,
	100% {
		transform: translateY(5px)
	}

	50% {
		transform: translateY(-5px)
	}
}

@media (max-width: 768px) {
	.cl-bold-box .content p {
		display: none;
	}

	.cl-bold-box .content p:first-child {
		display: block;
		margin-bottom: 0;
		font-size: 15px;
	}
}


.wake_box {
	margin: 40px auto;
}

.wake_box>p:nth-child(1) {
	text-align: center !important;
}

.table111 {
	max-width: 800px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ddd;
	margin: 0 auto 32px;
}

.table111 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ddd;
}

.table111 .row:last-child {
	border-bottom: none;
}

.table111 .row .right,
.table111 .row .center {
	width: 50%;
	height: 48px;
	line-height: 48px;
}

.table111 .row .right {
	background-color: #f5f5f5;
}

.table111 .row .center {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.bigining_box {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
}

.bigining_box .faceicon {
	float: left;
	width: 80px;
}

.bigining_box .faceicon img {
	width: 100%;
	height: auto;
	/*zborder: solid 3px #e1e8f6;*/
	border-radius: 50%;
	margin-bottom: 0px;
}

.bigining_box .chatting {
	width: 100%;
}

.bigining_text {
	display: inline-block;
	position: relative;
	margin: 5px 0 0 95px;
	padding: 10px 10px;
	border-radius: 12px;
	background: #e1e8f6;
}

.bigining_text:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #e1e8f6;
}

.ranking .bigining_box {
	width: fit-content;
	margin: 1.5em auto;
	max-width: 1040px;
}

/* ////////////////////////////////////////////////////////////////////////  */
.sec-images .container {
	max-width: 800px;
	margin: 50px auto 0;
	width: 100%;
}

.sec-bg_lb {
	background: #e4f0fa;
	padding: 50px 0;
	margin-top: 70px;
}

.sec-bg_lb .container {
	max-width: 750px;
	width: 90%;
	margin: auto;
}

.sec-bg_lb .container .content .content-head h3 {
	background: #578dc9;
	padding: 25px 0;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	text-align: center;
}

.sec-bg_lb .container .content .content-head .group-txt {
	background: #fff;
	padding: 20px;
	font-size: 15px;
}

.sec-bg_lb .container .content .content-head .group-txt .des {
	color: #9e9e9e;
	margin-top: 15px;
}

.sec-bg_lb .container .content .content-head .group-txt .txt {
	margin-top: 15px;
	margin-left: 20px;
}

.sec-bg_lb .container .content .content-head .group-txt .txt p {
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: center;
	margin: 0;
}

.sec-bg_lb .container .content .content-head .group-txt .txt p span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #000;
}

.sec-bg_lb .container .content .content-body {
	margin-top: 40px;
}

.sec-bg_lb .container .content .content-body h3 {
	background: #578dc9;
	padding: 25px;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	text-align: left;
	display: flex;
	align-items: center;
	gap: 15px;
}

.sec-bg_lb .container .content .content-body h3 svg {
	width: 50px;
}

.sec-bg_lb .container .content .content-body .list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 30px;
}

.sec-bg_lb .container .content .content-body .list .item {
	background: #fff;
	padding: 15px;
	cursor: pointer;
}

.sec-bg_lb .container .content .content-body .list .item .item-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec-bg_lb .container .content .content-body .list .item .item-top .left {
	font-size: 26px;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.sec-bg_lb .container .content .content-body .list .item .item-top .left svg {
	width: 30px;
}

.sec-bg_lb .container .content .content-body .list .item .item-top .right {
	position: relative;
	width: 20px;
	height: 20px;
	display: block;
}

.sec-bg_lb .container .content .content-body .list .item .item-top p {
	margin: 0;
}

.sec-bg_lb .container .content .content-body .list .item .item-top .right span {
	width: 20px;
	height: 3px;
	background: #d1d1d1;
	position: absolute;
	transition: 0.3s ease;
}

.sec-bg_lb .container .content .content-body .list .item .item-top .right span:nth-child(1) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sec-bg_lb .container .content .content-body .list .item .item-top .right span:nth-child(2) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
}

.sec-bg_lb .container .content .content-body .list .item .item-top .right.active span:nth-child(1) {
	opacity: 0;
}

.sec-bg_lb .container .content .content-body .list .item .item-top .right.active span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(0);
}

.sec-bg_lb .container .content .content-body .list .item .item-ft {
	font-size: 24px;
	margin-top: 25px;
	display: none;
}

.p-liver_flow{
	margin-top: 70px;
}
.p-liver_flow .container{
	max-width: 1000px;
    width: 94%;
    margin: auto;
}
.p-liver_flow .container .content p{
	margin: 0;
}
.p-liver_flow .container .content .title {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	position: relative;
}

.p-liver_flow .container .content .title img {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 300px;
}

.p-liver_flow .container .content .group {
	max-width: 490px;
	width: 100%;
	margin: auto;
	margin-top: 60px;
}

.p-liver_flow .container .content .group p {
	font-size: 14px;
	font-weight: 500;
}

.p-liver_flow .container .content .group img {
	width: 250px;
}

.p-liver_flow .container .content .group .top {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.p-liver_flow .container .content .group .ft {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	margin-top: -50px;
}

.p-liver_flow .container .content .list{
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 25px;
	justify-content: center;
}
.p-liver_flow .container .content .list .item .step{
    background: #90E2EF;
    width: 90%;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 700;
    
}
.p-liver_flow .container .content .list .item .step::after{
    position: absolute;
    content: '';
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #90E2EF;
    top: 50%;
    right: -21px;
    transform: translateY(-50%);
}
.p-liver_flow .container .content .list .item .item-title{
    text-align: center;
    font-size: 18px;
}
.p-liver_flow .container .content .list .item .img{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.p-liver_flow .container .content .list .item .txt{
    font-size: 14px;
    margin-top: 8px;
}
.p-liver_flow .container .content .list .item .img img{
    height: 70px;
    object-fit: cover;
	width: auto;
}
.p-liver_flow .container .content .list .group{
	margin: 0;
}
.p-liver_flow .container .content .list .group .top{
	align-items: center;
}

.sec-contentBox_graphArea{
	padding: 80px 0;
	background: #f9f7f3;
}
.sec-contentBox_graphArea .container{
	max-width: 1120px;
	width: 90%;
	margin: 0 auto;
}
.sec-contentBox_graphArea .container .content .title{
	text-align: center;
	color: #9f8046;
	font-size: 24px;
}
.sec-contentBox_graphArea .container .content .list{
	display: grid;
	grid-template-columns: repeat(2, minmax(350px, 1fr));
	gap: 25px;
	margin-top: 70px;
}
.sec-contentBox_graphArea .container .content .list .item{
	padding: 10px;
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 5px;
	background: #fff;
}
.sec-contentBox_graphArea .container .content .list .item .right{
	font-size: 14px;
}
.sec-contentBox_graphArea .container .content .list .item .right .des{
	color: #6899bb;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.table111 {
		font-size: 16px;
	}

	.table111 .row .right,
	.table111 .row .center {
		height: 60px;
		line-height: 60px;
	}

	.table111 .row .center {
		font-size: 22px;
		text-align: center;
		margin: 0 auto;
	}

}

@media(max-width: 768px) {
	.bigining_box .faceicon {
		margin-right: -90px;
	}

	.sec-bg_lb .container .content .content-head h3 {
		font-size: 24px;
		padding: 15px;
	}

	.sec-bg_lb .container .content .content-body h3 {
		font-size: 24px;
		padding: 15px;
	}
	.sec-contentBox_graphArea .container .content .title{
		font-size: 24px;
		text-align: left;
	}
	.sec-contentBox_graphArea .container .content .title h3{
		line-height: 1.5;
	}
	.sec-contentBox_graphArea .container .content .list{
		grid-template-columns: repeat(1, minmax(auto, 1fr));
		margin-top: 3rem;
	}
}

@media (max-width: 740px) {
	.sec-bg_lb .container .content .content-body .list .item .item-top p {
		font-size: 15px;
	}

	.sec-bg_lb .container .content .content-body .list .item .item-ft {
		font-size: 14px;
		margin-top: 20px;
	}

	.sec-bg_lb .container .content .content-body .list .item .item-top .left {
		gap: 7px;
	}

	.sec-bg_lb .container .content .content-body .list .item .item-top {
		gap: 10px;
	}

	.sec-bg_lb .container .content .content-body .list {
		gap: 15px;
	}

	.sec-bg_lb .container .content .content-body .list {
		margin-top: 15px;
	}

	.sec-bg_lb .container .content .content-body {
		margin-top: 20px;
	}

	.sec-bg_lb {
		padding: 30px 0;
		margin-top: 50px;
	}
}

@media (max-width: 676px) {
	.p-liver_flow .container .content .list{
		display: flex;
		flex-direction: column;
	}
	.p-liver_flow .container .content .list .item{
		display: flex;
		position: relative;
		gap: 5px;
	}
	.p-liver_flow .container .content .list .group .top{
		flex-direction: row;
		margin-left: 25px;
		gap: 50px;
	}
	.p-liver_flow .container .content .list .item .step{
		width: 20px;
		padding: 0;
		font-size: 10px;
		/* transform: rotate(90deg);
		position: absolute;
		left: 0;
		top: 0; */
		margin-bottom: 20px;
	}
	.p-liver_flow .container .content .list .item .img{
		margin-top: 0;
	}
	.p-liver_flow .container .content .list .item .step p{
		transform: rotate(90deg) translateX(10px);
	}
	.p-liver_flow .container .content .list .item .step::after{
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 20px solid #90E2EF;
		border-bottom: 0;
		bottom: -21px;
		left: 50%;
		transform: translateX(-50%);
		top: auto;
    	right: auto;
	}
	.p-liver_flow .container .content .list .item .img img{
		height: 50px;
	}
	.sec-contentBox_graphArea .container .content .list .item{
		grid-template-columns: 130px 1fr;
	}
}
#single #box #comment iframe {
	display: block;
	margin: 20px auto;
	width: 100%;
	max-width: 560px;
}

#single #box #comment span[style="background-color:#FFFF00"],
#single #box #comment span[style="background-color:#ffff00"] {
	background: linear-gradient(180deg, transparent 60%, #FFFF00 60%) !important;
}


.shoukai-mv{
	background-color: #3bb7bc;
}
.shoukai-header{
	background-color: #f7f7f7;
	overflow: hidden;
}
.shoukai-header__ttl img{
	width: 550px;
    max-width: 80%;
    margin: 50px auto 0;
    display: block;
}
.shoukai-header__ctt{
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.shoukai-header__ctt >p{
	font-size: 20px;
	font-weight: 600;
	background-color: #3bb7bc;
	min-height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.shoukai-header__items{
	padding: 30px;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
}
.shoukai-header__items li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}
.shoukai-header__items li img{
	width: 24px;
}
.shoukai-header__items li p{
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.shoukai-header__items li p span{
	font-size: 22px;
	margin-right: 5px;
}
.shoukai-header__items li p small{
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
}
.shoukai-header__note{
	font-size: 12px;
	text-align: right;
}
.shoukai-header__link{
	background-color: #3d71d4;
	color: #fff !important;
	font-size: 18px;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 440px;
	max-width: 90%;
	margin: 30px auto 50px;
	border-radius: 10px;
	position: relative;
}
.shoukai-header__link:after{
	content: "";
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	rotate: -45deg;
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	width: 10px;
	height: 10px;
}
.shoukai-header__link span:nth-child(2){
	background-color: #fff;
	color: #dd3342;
	font-size: 14px;
	margin-left: 10px;
	padding: 0 5px;
	border-radius: 5px;
}
.shoukai-title{
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin: 50px 0;
}
.shoukai-title span{
	color: #34a5a9;
}
.shoukai-point{
	text-align: center;
}
.shoukai-point__num{
	color: #34a5a9;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.shoukai-point__num:after{
	content: "";
	width: 50px;
	height: 2px;
	background-color: #34a5a9;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.shoukai-point__num span{
	font-size: 26px;
	margin-left: 5px;
}
.shoukai-point__desc{
	font-size: 29px;
}
.shoukai-point__desc small{
	font-size: 22px;
	display: block;
}
.shoukai-point__desc span{
	color: #34a5a9;
}
.shoukai-step .shoukai-title{
	margin-top: 15px;
}
.shoukai-step-title{
	position: relative;
	background-color: #34a5a9;
	color: #fff;
	min-height: 47px;
	padding: 0 30px;
	border-radius: 50px;
	width: fit-content;
	margin: 50px auto 0;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shoukai-step-title:after{
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 7px 0 7px;
	border-color: #34a5a9 transparent transparent transparent;
	top: 100%;
	left: calc(50% - 7px);
}
.shoukai-step__items{
	display: flex;
	align-items: stretch;
    justify-content: center;
    gap: 40px;
    position: relative;
}
.shoukai-step__items:after{
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 7px 0 7px;
	border-color: #e1e1e1 transparent transparent transparent;
	top: calc(50% - 14px);
	left: 50%;
	transform: translate(-50%, -50%);
	rotate: -90deg;
}
.shoukai-step__items li{
	flex: 1;
	background-color: #f7f7f7;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
}
.shoukai-step__items li img{
	width: 70px;
}
.shoukai-step__items li p span{
	color: #34a5a9;
	margin-right: 5px;
}
@media(max-width: 768px) {
	.shoukai-header__ctt >p {
		font-size: 17px;
	}
	.shoukai-header__items {
		flex-direction: column;
		width: fit-content;
		margin: 0 auto;
	}
	.shoukai-header__items li {
		gap: 30px;
		margin: 10px 0;
	}
	.shoukai-header__note {
		padding-right: 20px;
	}
	.shoukai-title {
		font-size: 26px;
		line-height: 1.5;
	}
	.shoukai-step__items {
		flex-direction: column;
		align-items: center;
	}
	.shoukai-step__items li {
		width: 90%;
	}
	.shoukai-step__items li p{
		text-indent: -25px;
		padding-left: 25px;
	}
	.shoukai-step__items:after{
		top: 50%;
		rotate: 0deg;
	}
}

.kuchikomi-sprite-new {
    position: absolute;
    display: block;
    background: url(/column/img/icon-new.webp) no-repeat center center / 100% 100%;
    width: 80px;
    aspect-ratio: 122 / 66;
    top: 0;
    left: 0;
    z-index: 1;
}

.apply-time{
	background-color: #fff;	
	border-radius: 7px;
	width: 500px;
	max-width: 90%;
	margin: 50px auto;
	font-size: 32px;
	font-weight: 600;
	overflow: hidden;
}
.apply-time__ttl{
	background-color: #eda874;
	color: #fff;
	text-align: center;
	line-height: 2;
}
.apply-time__ctt{
	padding: 25px 40px;
	border: 1px solid #f1f1f1;
	border-top: none;
}
.apply-time__ctt li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.apply-time__ctt large{
	color: #fb8aaa;
	font-style: italic;
	margin-right: 20px;
}
@media(max-width: 768px) {
	.apply-time {
		font-size: 20px;
	}
}