@charset "UTF-8";

a {
	display: block;
}

img {
	width: 100%;
}

body {
	font-family: Inter, "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #333;
	line-height: 1.5;
}

@media screen and (max-width: 812px) {

	body {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-text-size-adjust: 100%;
	}

}

main {
	position: relative;
	z-index: 0;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
	padding-bottom: 20px;
}

@media screen and (max-width: 812px) {

	main {
		padding-top: 20px;
	}

}

iframe {
	width: 100%;
	height: 100%;
}

.tac {
	text-align: center !important;
}

.bold {
	font-weight: 600;
}

.big {
	font-size: 125%;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.color_red {
	color: #cc0033;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.footer {
	color: #333333;
	font-size: 10px;
	font-weight: 600;
}

.entry_method {
	background-color: #333;
	color: #fff;
	padding: 20px 0;
}

.method_wrap {
	background-color: #fffce7;
	padding: 0 30px 20px;
}

.method_wrap .list_wrap:first-of-type {
	margin-top: 0 !important;
	padding-bottom: 0;
}

.method_wrap .color_red {
	color: #cc0033;
	font-size: 14px;
	font-weight: 600;
}

.method_wrap .info {
	padding: 0 20px;
}

.method_wrap .tokuten_scroll {
	background-color: #f4f4f4 !important;
	margin-top: 0;
}

.method_wrap .tokuten_scroll li {
	text-align: left !important;
}

.method_wrap .square_wrap {
	width: 70%;
	margin: 0 auto;
}

.method_wrap .square_wrap .txt01 {
	color: #cc0033;
	font-weight: 600;
	text-align: left;
}

.method_wrap .event_flow_wrap {
	margin: 0 auto;
}

.method_wrap .event_flow_wrap ul {
	padding: 0;
}

.method_wrap .event_flow_wrap ul li {
	text-align: center;
	padding: 0;
}

.method_wrap .steps ul li {
	text-align: center;
}

.method_wrap .steps ul li.txt02 {
	font-size: 17px;
	margin: 24px 0 5px;
}

.method_wrap .steps ul li.txt03 {
	color: #eb5528;
	font-weight: 600;
}

.method_wrap .steps ul li.txt03 a {
	color: #437ef5;
	text-decoration: underline;
	word-break: break-all;
	display: inline;
}

.method_wrap.ver2 .list_wrap {
	margin-bottom: 0;
	padding-bottom: 0;
}

.method_wrap.ver2 .list_wrap .color_red {
	font-size: 28px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1.6em;
}

.method_wrap.ver2 .list_wrap.ta-c2 li {
	text-align: left;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 812px) {

	.method_wrap .tokuten_scroll {
		margin-top: 0;
	}

	.method_wrap .color_red {
		font-size: 14px;
	}

	.method_wrap .event_flow_wrap {
		width: 100%;
	}

	.method_wrap .event_flow_wrap li {
		padding: 0;
	}

	.method_wrap .square_wrap {
		width: 100%;
	}

	.method_wrap .square_wrap a {
		padding: 10px 15px 10px 10px;
		margin: 15px auto;
	}

	.method_wrap.ver2 .list_wrap.ta-c2 li {
		margin-left: 0;
		margin-right: 0;
	}

}

.event_flow_wrap .type01 {
	width: 416px;
	margin: 0 auto;
}

.event_flow_wrap .type01 li {
	text-align: left !important;
}

@media screen and (max-width: 812px) {

	.event_flow_wrap .type01 {
		width: 100%;
	}

}

.steps {
	border-top: 1px solid #09B5CF;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.steps .step_icon {
	margin: 20px auto;
	padding-top: 20px;
	text-align: center;
}

.steps .step_icon img {
	width: 100%;
	max-width: 50px;
}

.steps ul {
	text-align: left;
}

.steps .txt01 {
	color: #000;
	text-align: center;
	font-family: Inter, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}

.benefit_btns {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
	max-width: 900px;
	margin: 20px auto 0;
}

@media screen and (min-width: 813px) {

	.benefit_btns {
		flex-direction: row;
	}

}

@media screen and (max-width: 600px) {

	.benefit_btns {
		gap: 20px;
	}

	.benefit_btns .btn.m10 a {
		font-size: 14px !important;
		letter-spacing: 1px !important;
		padding: 15px 0;
	}

}

.benefit_btns > div {
	flex: 1;
	padding: 20px;
	border: 1px solid #eb5528;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
}

.benefit_btns p {
	margin: 5px 0;
}

.benefit_btns p.txt01 {
	color: #eb5528;
	font-weight: 600;
}

.benefit_btns p.txt02 {
	color: #333;
	font-weight: 600;
}

.benefit_btns p.txt04 {
	color: #333;
}

.benefit_btns .btn.m10 a {
	background-color: #666;
	border: 2px solid #000;
	display: block;
	max-width: 500px;
	margin: auto;
	border-radius: 100px;
	color: #fff;
	padding: 20px 5px;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 3px;
}

.benefit_btns .btn.m10 a:hover {
	background-color: #fff;
	color: #cc0033;
}

.benefit_end {
	padding: 10px;
}

.btn {
	position: relative;
}

.btn a {
	background-color: #cc0033;
	display: block;
	max-width: 500px;
	margin: auto;
	border-radius: 100px;
	color: #fff;
	padding: 20px 0;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 3px;
	border: 2px solid #000;
}

.btn a:hover {
	transition: all 0.3s ease-in;
	border: 2px solid #1bbeb1;
	background-color: #000;
	color: #fff;
}

@media screen and (max-width: 812px) {

	.btn a {
		font-size: 18px;
		padding: 15px 0;
	}

}

.btn.square a {
	max-width: 750px;
	border-radius: 10px;
	padding: 20px 20px;
	margin: 20px auto;
	position: relative;
	background: url("../images/dot_pink.webp") repeat top left / 10px #fff;
	border: 3px solid #1bbeb1;
	color: #1bbeb1;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0;
}

.btn.square a::after {
	border-right: solid 4px #1bbeb1;
	border-top: solid 4px #1bbeb1;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
	width: 15px;
}

.btn.square a img {
	width: 70%;
	margin: 0 auto 10px;
	display: block;
}

.btn.square a:hover {
	border: 3px solid #1bbeb1;
}

.btn.square.max a {
	color: #d70a30;
	background: url("../images/dot_red.webp") repeat top left / 10px #fff;
	border: 3px solid #d70a30;
}

.btn.square.max a::after {
	border-right: solid 4px #d70a30;
	border-top: solid 4px #d70a30;
	transform: translateY(-50%) rotate(45deg);
}

.btn.square.max a:hover {
	border: 3px solid #d70a30;
}

.btn.square.max a:hover::after {
	transform: translateX(8px) translateY(-50%) rotate(45deg);
	transition: 0.2s all ease-in-out;
}

@media screen and (max-width: 812px) {

	.btn.square a {
		width: 100%;
		padding: 10px 15px 10px 10px;
		margin: 15px auto;
		background: url("../images/dot_pink.webp") repeat top left / 5px #fff;
	}

	.btn.square a::after {
		border-right: solid 3px #1bbeb1;
		border-top: solid 3px #1bbeb1;
		height: 10px;
		right: 12px;
		width: 10px;
	}

	.btn.square a img {
		width: 85%;
		margin: 5px auto 10px;
	}

	.btn.square.max a {
		background: url("../images/dot_red.webp") repeat top left / 5px #fff;
	}

	.btn.square.max a::after {
		border-right: solid 3px #d70a30;
		border-top: solid 3px #d70a30;
	}

}

.contents_wrap {
	max-width: 900px;
	width: 90%;
	margin: 50px auto;
	position: relative;
}

.contents_wrap .attention_box {
	width: 100%;
	margin: 20px 0;
}

@media screen and (max-width: 812px) {

	.contents_wrap {
		margin: 30px auto;
		padding: 20px 10px;
		width: 92%;
	}

}

.youtube {
	width: 100%;
	max-width: 780px;
	max-height: 381px;
	aspect-ratio: 16/9;
	margin: 50px auto 30px;
}

@media screen and (max-width: 812px) {

	.youtube {
		margin: 20px auto 0;
	}

}

.list_wrap {
	text-align: center;
	padding: 15px 0;
}

.list_wrap:first-of-type {
	margin-top: 20px;
}

.list_wrap:last-of-type {
	margin-bottom: 20px;
}

.list_wrap li {
	padding: 5px 0;
}

.list_wrap.type02 {
	width: 450px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

.list_wrap.type02 li {
	text-align: left !important;
}

.list_wrap.tal.list-custom-margin > li {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.list_wrap.tal.list-custom-margin > li:not(:first-child) {
	margin-left: 150px;
	margin-right: 0;
	padding-right: 0;
}

@media screen and (max-width: 812px) {

	.list_wrap:first-of-type {
		margin-top: 15px;
	}

	.list_wrap:last-of-type {
		margin-bottom: 15px;
	}

	.list_wrap li {
		font-size: 14px;
		font-weight: 400;
	}

	.list_wrap li.list_ttl {
		font-size: 16px;
		font-weight: 600;
	}

	.list_wrap.type02 {
		width: 100%;
	}

	.list_wrap.tal.list-custom-margin > li:not(:first-child) {
		width: 100%;
	}

}

.list_ttl {
	background-color: #eb5528;
	color: #fff;
	font-weight: 600;
	padding: 5px 0;
	margin-bottom: 15px;
}

.attention_box {
	padding: 15px;
	max-width: 1000px;
	width: 90%;
	margin: auto;
	font-size: 14px;
	background-color: #f4f4f4;
}

.attention_box li {
	padding: 3px 0;
	line-height: 1.4;
	text-indent: -1em;
	margin-left: 1em;
}

.attention_box a {
	display: inline;
	color: #437ef5;
	text-decoration: underline;
}

.tokuten_scroll {
	color: #fff;
	overflow: hidden;
	width: 100%;
	margin: 20px auto 0;
	font-size: 12px;
	font-weight: 400;
	padding: 1px;
}

.tokuten_scroll .inn {
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: left;
	color: #333333;
	background-color: rgba(150, 150, 150, 0.1);
	padding: 15px;
}

.tokuten_scroll .inn .inn_box {
	margin-bottom: 2em;
}

.tokuten_scroll .inn .inn_box > ul > li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0.3em;
}

.tokuten_scroll .inn .inn_box > ul > li a {
	display: inline;
	text-decoration: underline;
}

.tokuten_scroll .inn::-webkit-scrollbar {
	width: 12px;
	margin-right: 10px;
}

.tokuten_scroll .inn::-webkit-scrollbar-thumb {
	background: #666666;
	width: 10px;
	border-radius: 100px;
}

@media screen and (max-width: 812px) {

	.tokuten_scroll {
		width: 100%;
		font-size: 12px;
		margin: 30px auto 0;
	}

	.tokuten_scroll .inn {
		height: 220px;
		padding: 10px;
	}

	.tokuten_scroll .inn .inn_box {
		margin-bottom: 2em;
	}

	.tokuten_scroll .inn::-webkit-scrollbar {
		width: 10px;
	}

}

.contact > li {
	padding: 5px 0;
}

.contact > li:not(:first-child) {
	width: 516px;
	margin: 0 auto;
	text-align: left !important;
}

.contact .kome {
	padding-left: 1rem;
	text-indent: -1rem;
	font-size: 14px;
}

@media screen and (max-width: 812px) {

	.contact li {
		font-size: 14px;
	}

	.contact > li:not(:first-child) {
		width: 100%;
	}

}

.page_top {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 999;
}

.page_top.is-fixed {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 43px;
	height: 43px;
}

.page_top.is-fixed img {
	display: block;
	width: 43px;
	height: 43px;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 812px) {

	.page_top.is-fixed {
		bottom: 10px;
		right: 10px;
	}

}

.page-itomiku, .page-itomiku .wrapper {
	background-color: #5EC2D1;
}

.page-itomiku main {
	background: linear-gradient(0deg, #EBFBFE 0%, #EBFBFE 100%), linear-gradient(0deg, #DCFAFF 0%, #DCFAFF 100%), linear-gradient(0deg, #CFF8FF 0%, #CFF8FF 100%), #FFF;
	max-width: 900px;
	margin: 50px auto;
	padding-bottom: 20px;
}

@media screen and (min-width: 813px) {

	.page-itomiku main {
		padding: 30px;
	}

}

@media screen and (max-width: 812px) {

	.page-itomiku main {
		padding: 10px 10px 20px;
		margin: clamp(20px, 6.16vw, 50px) 4px;
	}

}

.page-itomiku .kv_area {
	width: 100%;
	margin: 0 auto;
}

.page-itomiku .intro_area {
	margin: 50px auto 0;
	padding: 0;
	width: calc(100% - 60px);
}

@media screen and (max-width: 812px) {

	.page-itomiku .intro_area {
		width: 100%;
	}

}

.page-itomiku .intro_area .entry-deadline {
	color: #000;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	margin-top: 0;
}

.page-itomiku .intro_area .entry-deadline p {
	color: #000;
	text-align: center;
	font-size: 22px !important;
	font-weight: 500 !important;
	line-height: 32px;
}

.page-itomiku .intro_area .entry-deadline .intro_pink {
	color: #F43367;
	font-weight: 600;
	text-decoration: none;
}

.page-itomiku .intro_area .entry-deadline .intro_limited {
	color: #BF0000;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.page-itomiku .intro_area .entry-deadline .intro_entry {
	color: #000;
	font-size: 16px !important;
	font-weight: 500 !important;
}

.page-itomiku .br-sp {
	display: none;
}

@media screen and (max-width: 812px) {

	.page-itomiku .br-sp {
		display: inline;
	}

}

@media screen and (max-width: 812px) {

	.page-itomiku .intro_area .entry-deadline .br-pc {
		display: none;
	}

}

@media screen and (max-width: 812px) {

	.page-itomiku .intro_area .entry-deadline {
		font-size: 18px;
		line-height: 27px;
	}

	.page-itomiku .intro_area .entry-deadline p {
		font-size: 18px !important;
		line-height: 27px;
	}

	.page-itomiku .intro_area .entry-deadline .intro_limited {
		font-size: 14px !important;
	}

	.page-itomiku .intro_area .entry-deadline .intro_entry {
		font-size: 14px !important;
	}

}

.page-itomiku .itomiku-wrap {
	border-radius: 10px;
	background: #fff;
	margin: 50px auto 0;
	padding: 0 30px 40px;
	width: calc(100% - 60px);
}

@media screen and (max-width: 812px) {

	.page-itomiku .itomiku-wrap {
		width: 100%;
		padding: 0 10px 30px;
	}

}

.page-itomiku .itomiku-wrap ~ .itomiku-wrap:not(.itomiku-wrap--entry) {
	margin-top: 20px;
}

.page-itomiku #content_benefit {
	margin-top: 30px;
}

.page-itomiku .video_area {
	width: 100%;
	margin-top: 70px;
}

@media screen and (min-width: 813px) {

	.page-itomiku .video_area {
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
	}

}

@media screen and (max-width: 812px) {

	.page-itomiku .video_area {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		box-sizing: border-box;
	}

}

.page-itomiku .video_area .schedule_bar {
	margin-top: 0;
}

.page-itomiku .video_area .youtube {
	width: 100%;
	max-width: 780px;
	max-height: 381px;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
}

.page-itomiku .section_head {
	text-align: center;
	margin: 0 auto;
	max-width: 512px;
}

.page-itomiku .section_head img {
	width: 100%;
	max-width: 512px;
	margin: 0 auto;
}

.page-itomiku .schedule_bar {
	background-color: #f5c518;
	color: #333;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	padding: 8px 0;
	margin: 40px 0 0;
	letter-spacing: 0.1em;
}

.page-itomiku .benefit-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	margin-top: 30px;
	width: 100%;
}

.page-itomiku .benefit-wrap img {
	width: 100%;
	max-width: 587px;
}

.page-itomiku .benefit_notes {
	margin: 60px auto 0;
	list-style: none;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
}

.page-itomiku .benefit_notes li {
	text-indent: -1em;
	margin-left: 1em;
}

.page-itomiku .box1-deco {
	background: url(../images/box1.png) no-repeat center top / 100% 100%;
	padding: 40px 30px 30px;
	margin: 0 auto;
}

@media screen and (max-width: 812px) {

	.page-itomiku .box1-deco {
		padding: 25px 15px 15px;
	}

}

.page-itomiku .box2-deco {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.page-itomiku .box2-deco .benefit-wrap {
	margin-top: 0;
	width: 100%;
}

.page-itomiku .box2-deco .benefit-item {
	position: relative;
	width: 100%;
	max-width: 587px;
	margin: 0 auto;
}

.page-itomiku .box2-deco .benefit-item > img {
	display: block;
	width: 100%;
}

.page-itomiku .box2-deco .apply-btn, .page-itomiku .box2-deco .disabled-btn {
	position: absolute;
	left: 50%;
	bottom: 18%;
	transform: translateX(-50%);
	display: block;
	width: 54.855%;
	max-width: 322px;
}

.page-itomiku .box2-deco .apply-btn img, .page-itomiku .box2-deco .disabled-btn img {
	display: block;
	width: 100%;
	height: auto;
}

.page-itomiku .box2-deco .apply-btn {
	transition: opacity 0.2s ease;
}

.page-itomiku .box2-deco .apply-btn:hover {
	opacity: 0.85;
}

.page-itomiku .box2-deco .disabled-btn {
	bottom: 32%;
	pointer-events: none;
	cursor: default;
}

.page-itomiku .box2-deco .benefit_end {
	margin-top: 60px;
	padding: 0;
	color: #000;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.page-itomiku .box2-deco .benefit_end p {
	margin: 0;
}

@media screen and (max-width: 812px) {

	.page-itomiku .box2-deco .benefit_end {
		margin-top: 40px;
	}

}

@media screen and (max-width: 812px) {

	.page-itomiku .box2-deco {
		padding: 15px 15px 15px;
	}

}

.page-itomiku .benefit_card {
	display: grid;
	gap: 12px;
	background-color: #fff;
	border: 2px solid #2ec4d9;
	border-radius: 8px;
	padding: 20px 15px;
	margin: 20px 0 0;
	text-align: center;
}

.page-itomiku .benefit_card:first-child {
	margin-top: 0;
}

.page-itomiku .benefit_card_label {
	display: inline-block;
	background-color: #f5c518;
	color: #333;
	font-weight: 700;
	font-size: 14px;
	padding: 4px 16px;
	margin: 0;
}

.page-itomiku .benefit_card_ttl {
	color: #2ec4d9;
	font-weight: 700;
	font-size: 17px;
	margin: 0;
}

.page-itomiku .benefit_card_txt {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.page-itomiku .benefit_btn a {
	background-color: #e84c89;
	border: 2px solid #e84c89;
	border-radius: 100px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 0;
	max-width: 280px;
	letter-spacing: 1px;
}

.page-itomiku .benefit_btn a:hover {
	background-color: #fff;
	color: #e84c89;
}

.page-itomiku .overview_list {
	max-width: 700px;
	margin: 20px auto 0;
	text-align: left;
}

.page-itomiku .overview_row {
	display: flex;
	min-height: 69px;
}

.page-itomiku .overview_row + .overview_row {
	margin-top: 20px;
}

@media screen and (max-width: 812px) {

	.page-itomiku .overview_row {
		flex-direction: column;
	}

}

.page-itomiku .overview_row dt {
	flex: 0 0 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	background: linear-gradient(0deg, #DEFAFF 0%, #DEFAFF 100%), #DEFAFF;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	padding: 8px 10px;
	margin-right: 15px;
}

@media screen and (max-width: 812px) {

	.page-itomiku .overview_row dt {
		flex: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
		align-self: flex-start;
	}

}

.page-itomiku .overview_row dd {
	flex: 1;
	align-self: center;
	color: #222;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}

.page-itomiku .overview_row dd a {
	display: inline;
	color: #222;
	text-decoration: none;
}

.page-itomiku .overview_row dd a.overview_link {
	text-decoration: underline;
}

.page-itomiku .overview_row dd .overview_dd_body p {
	margin: 0;
	padding: 0;
}

.page-itomiku .overview_row dd .note {
	font-size: 12px;
}

@media screen and (max-width: 812px) {

	.page-itomiku .overview_row dd {
		text-align: center;
	}

}

.page-itomiku .overview_schedule {
	--overview-dash-color: #7FC8D4;
	--overview-dash-length: 6px;
	--overview-dash-gap: 4px;
	margin-top: 10px;
	padding: 10px 0;
	border: none;
	background-image: repeating-linear-gradient(
			to right,
			var(--overview-dash-color) 0,
			var(--overview-dash-color) var(--overview-dash-length),
			transparent var(--overview-dash-length),
			transparent calc(var(--overview-dash-length) + var(--overview-dash-gap))
		);
	background-size: 100% 1px;
	background-position: top left;
	background-repeat: no-repeat;
}

.page-itomiku .overview_schedule::after {
	content: "";
	display: block;
	height: 1px;
	margin-top: 10px;
	background: repeating-linear-gradient(
				to right,
				var(--overview-dash-color) 0,
				var(--overview-dash-color) var(--overview-dash-length),
				transparent var(--overview-dash-length),
				transparent calc(var(--overview-dash-length) + var(--overview-dash-gap))
			);
}

.page-itomiku .overview_schedule p {
	margin: 0;
	padding: 4px 0;
	line-height: 1.6;
}

.page-itomiku .overview_schedule p .overview_schedule_time {
	display: block;
	padding-left: 1em;
}

@media screen and (max-width: 812px) {

	.page-itomiku .overview_schedule p .overview_schedule_time {
		padding-left: 0;
	}

}

.page-itomiku .overview_schedule p + p {
	margin-top: 10px;
	padding-top: 10px;
	background-image: repeating-linear-gradient(
					to right,
					var(--overview-dash-color) 0,
					var(--overview-dash-color) var(--overview-dash-length),
					transparent var(--overview-dash-length),
					transparent calc(var(--overview-dash-length) + var(--overview-dash-gap))
				);
	background-size: 100% 1px;
	background-position: top left;
	background-repeat: no-repeat;
}

.page-itomiku .itomiku-wrap--entry {
	border-radius: 0;
	background: none;
	margin-top: 60px;
	padding: 0 0 20px;
}

.page-itomiku .itomiku-wrap--flow {
	border-radius: 0;
	background: none;
	margin-top: 20px;
	padding: 0 0 20px;
}

.page-itomiku .entry_method {
	border-top: 4px solid #00AAC4;
	border-bottom: 4px solid #00AAC4;
	background: #FFEE81;
	color: #0091A7;
	text-align: center;
	text-shadow: 0 4px 0 #FFF;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 1.56px;
	padding: 12px 0;
	margin: 0;
}

@media screen and (max-width: 812px) {

	.page-itomiku .entry_method {
		font-size: 22px;
		line-height: 28px;
		letter-spacing: 1px;
		text-shadow: 0 2px 0 #FFF;
	}

}

.page-itomiku .entry_body {
	border-radius: 10px;
	background: #fff;
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.page-itomiku .entry_body .section_head {
	margin-top: 14px;
	max-width: 580px;
	width: 100%;
}

.page-itomiku .entry_body .section_head img {
	width: 100%;
	max-width: 580px;
}

.page-itomiku .entry_body--flow {
	display: grid;
	gap: 20px;
	padding: 30px 10px 40px;
}

@media screen and (min-width: 813px) {

	.page-itomiku .entry_body--flow {
		padding: 40px 30px;
	}

}

.page-itomiku .entry_body--flow .flow_contact_ttl {
	margin-left: -10px;
	margin-right: -10px;
	width: calc(100% + 20px);
}

@media screen and (min-width: 813px) {

	.page-itomiku .entry_body--flow .flow_contact_ttl {
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
	}

}

.page-itomiku .flow_result {
	display: grid;
	gap: 24px;
	justify-items: center;
}

.page-itomiku .flow_result_label {
	display: block;
	width: 110px;
	height: auto;
}

.page-itomiku .flow_result_date {
	color: #CC0033;
	font-family: Inter, sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	text-decoration: underline;
	margin: 0;
	word-break: break-word;
}

@media screen and (max-width: 812px) {

	.page-itomiku .flow_result_date {
		font-size: 18px;
		line-height: 26px;
	}

}

.page-itomiku .flow_result_notes {
	width: 100%;
	max-width: 640px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	justify-self: start;
}

.page-itomiku .flow_result_notes li {
	color: #000;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}

.page-itomiku .flow_info_box {
	display: flex;
	width: 100%;
	max-width: 640px;
	padding: 20px;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	border: 1px solid #09B5CF;
	background: #fff;
	box-sizing: border-box;
	margin: 20px auto 0;
}

.page-itomiku .flow_info_box ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-itomiku .flow_info_box li {
	color: #000;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}

.page-itomiku .flow_info_box:not(.flow_info_box--contact) li {
	padding-left: 1em;
	text-indent: -1em;
}

.page-itomiku .flow_info_box a {
	display: inline;
	color: #000;
	text-decoration: underline;
}

.page-itomiku .flow_contact_ttl {
	background-color: #09B5CF;
	color: #fff;
	text-align: center;
	font-family: Inter, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	padding: 6px 0;
	margin: 20px 0 0;
	box-sizing: border-box;
}

@media screen and (max-width: 812px) {

	.page-itomiku .flow_contact_ttl {
		font-size: 20px;
		line-height: 26px;
	}

}

.page-itomiku .entry-period {
	display: grid;
	gap: 24px;
	margin: 30px auto 0;
	text-align: center;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

@media screen and (min-width: 813px) {

	.page-itomiku .entry-period {
		padding: 0 30px;
	}

}

.page-itomiku .entry-period .entry-period_block {
	display: grid;
	gap: 24px;
	justify-items: center;
}

.page-itomiku .entry-period .entry-period_label {
	display: block;
	width: 110px;
	height: auto;
}

.page-itomiku .entry-period .entry-period_date {
	color: #CC0033;
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	word-break: break-word;
}

@media screen and (max-width: 812px) {

	.page-itomiku .entry-period .entry-period_date {
		font-size: 18px;
		line-height: 26px;
	}

}

.page-itomiku .method_wrap {
	margin-top: 30px;
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 20px;
}

@media screen and (min-width: 813px) {

	.page-itomiku .method_wrap {
		padding: 0 30px 30px;
	}

}

.page-itomiku .method_wrap .steps {
	display: grid;
	gap: 20px;
	margin-bottom: 0;
	width: 100%;
}

.page-itomiku .method_wrap .steps .txt01_red {
	color: #CC0033;
}

.page-itomiku .method_wrap .steps .step_icon {
	margin: 40px auto 0;
	padding-top: 0;
}

@media screen and (max-width: 812px) {

	.page-itomiku .method_wrap .steps .txt01 {
		font-size: 16px;
		line-height: 24px;
	}

}

.page-itomiku .method_wrap .btn.square a {
	width: 100%;
	max-width: 100%;
}

.page-itomiku .method_wrap .white_boxs {
	display: grid;
	gap: 15px;
	border-radius: 10px;
	border: 4px solid #09B5CF;
	padding: 20px 15px;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	box-sizing: border-box;
	background: #fff;
}

@media screen and (min-width: 813px) {

	.page-itomiku .method_wrap .white_boxs {
		padding: 20px 31px;
	}

}

.page-itomiku .method_wrap .white_boxs .white_boxs_ttl {
	color: #000;
	text-align: center;
	font-family: Inter, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
}

.page-itomiku .method_wrap .white_boxs .white_boxs_subttl {
	color: #000;
	text-align: center;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
}

.page-itomiku .method_wrap .white_boxs .white_boxs_body {
	display: grid;
	gap: 1em;
}

.page-itomiku .method_wrap .white_boxs--terms .white_boxs_scroll {
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: left;
	background-color: #ECF4F6;
	padding: 15px;
	box-sizing: border-box;
}

.page-itomiku .method_wrap .white_boxs--terms .white_boxs_scroll::-webkit-scrollbar {
	width: 12px;
}

.page-itomiku .method_wrap .white_boxs--terms .white_boxs_scroll::-webkit-scrollbar-thumb {
	background: #666666;
	border-radius: 100px;
}

.page-itomiku .method_wrap .white_boxs .white_boxs_section {
	display: grid;
	gap: 0;
}

.page-itomiku .method_wrap .white_boxs .white_boxs_heading {
	font-weight: 700;
}

.page-itomiku .method_wrap .white_boxs ul {
	margin: 0;
	padding: 0;
}

.page-itomiku .method_wrap .white_boxs li {
	text-align: left !important;
}

.page-itomiku .method_wrap .square_wrap {
	display: grid;
	gap: 0;
	border-radius: 10px;
	border: 4px solid #333;
	padding: 20px 15px 16px;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	box-sizing: border-box;
	background: #fff;
}

@media screen and (min-width: 813px) {

	.page-itomiku .method_wrap .square_wrap {
		padding: 30px 20px 16px;
	}

}

.page-itomiku .method_wrap .square_wrap .btn a {
	margin-top: 0;
	margin-bottom: 0;
	filter: drop-shadow(0 6px 10px #C4C4C4);
}

.page-itomiku .method_wrap .square_wrap ul {
	display: grid;
	gap: 0;
	padding: 20px 15px;
	list-style: none;
}

@media screen and (min-width: 813px) {

	.page-itomiku .method_wrap .square_wrap ul {
		padding: 40px 30px 20px 40px;
	}

}

.page-itomiku .method_wrap .white_boxs_lead, .page-itomiku .method_wrap .white_boxs_body p, .page-itomiku .method_wrap .white_boxs_section p, .page-itomiku .method_wrap .white_boxs li, .page-itomiku .method_wrap .square_wrap li:not(.note_red) {
	color: #000;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	margin: 0;
}

.page-itomiku .method_wrap .note_red, .page-itomiku .method_wrap .square_wrap li.note_red {
	color: #C03;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	margin: 0;
}

.page-itomiku .method_wrap .list_ttl {
	background-color: #2ec4d9;
}

.page-itomiku .method_wrap .color_red, .page-itomiku .method_wrap.ver2 .list_wrap .color_red {
	color: #2ec4d9;
}

.page-itomiku .method_wrap .steps ul li.txt03 {
	color: #e84c89;
}

.page-itomiku .method_wrap .steps .step_icon img {
	max-width: 120px;
}

@media screen and (max-width: 812px) {

	.page-itomiku .method_wrap .steps .step_icon img {
		max-width: 90px;
	}

}

.page-itomiku .benefit_btns > div {
	border-color: #2ec4d9;
}

.page-itomiku .benefit_btns p.txt01 {
	color: #2ec4d9;
}

.page-itomiku .benefit_btns .btn.m10 a {
	background-color: #e84c89;
	border-color: #e84c89;
	pointer-events: auto;
	cursor: pointer;
}

.page-itomiku .benefit_btns .btn.m10 a:hover {
	background-color: #fff;
	color: #e84c89;
}

.page-itomiku .notes_box {
	display: grid;
	gap: 15px;
	border: 2px solid #2ec4d9;
	padding: 20px;
	margin: 40px auto 0;
	background-color: #fff;
	width: 100%;
	max-width: 640px;
	box-sizing: border-box;
}

.page-itomiku .notes_box_ttl {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	color: #2ec4d9;
}

.page-itomiku .notes_box_list li {
	font-size: 13px;
	line-height: 1.6;
	text-indent: -1em;
	margin-left: 1em;
	padding: 3px 0;
}

.page-itomiku .contact .list_ttl {
	background-color: #2ec4d9;
}

.page-itomiku .item_section {
	margin-bottom: 0;
}
