/* BASE =====================================================*/
html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 1.5rem;
}

a img:hover,
a img:active,
a:hover,
a:active {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}

:root {
	--main-color1: #B50081;
	--main-color2: #F86ACF;
	--main-color3: #F9F0F3;
	--sub-color: #D13F93;
	--mono-tone1: #F0F0F0;
	--mono-tone2: #676767;
	--mono-tone3: #707070;
	--sub-color2: #FFF8CA;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
}

h3 {
	margin: 0;
}

/* header =====================================================*/
#header {
	padding-top: 121px;
	margin-bottom: 35px;
}

#header.end {
	padding-top: 0;
}

#header-inner {
	width: 1024px;
	margin: 0 auto;
}

/* .contents =====================================================*/
.contents * {
	box-sizing: border-box;
}

.section {
	width: 100%;
	margin-top: 100px;
}

.section-inner {
	width: 924px;
	margin: 0 auto;
}

h2.ttl {
	margin-bottom: 40px;
	padding: 6px 0 4px;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0.05em;
	text-align: center;
	background: #ffffff;
}

.section h3 {
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
}

.section p,
li {
	font-size: 18px;
	line-height: 30px;
}

.copyright{margin-top: 100px;}

.section p,
li {
	
}

.section .note {
	padding-left: 1em;
	text-indent: -1em;
}

.list ul {
	padding-left: 1em;
	text-indent: -1em;
}

.listlist li {
	padding-left: 1em;
	text-indent: -1em;
}

.section span.sup {
	position: relative;
	font-size: 0.8em;
	top: -4px;
}

.other .linkBox {
	display: flex;
}

.other .linkBox a {
	flex: 0 0 442px;
	box-shadow: 0 0 8px #CBB790;
}

.other .linkBox a:nth-child(1) {
	margin-right: 40px;
}

.section .period-text {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.05em;
}

.period-text strong {
	font-size: 42px;
	vertical-align: -0.05em;
}

.howto .subttl {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.howto .subttl::before,
.howto .subttl::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background: #2F99C1;
	top: 0;
	bottom: 0;
	margin: auto;
}

.howto .subttl::before {
	transform: rotate(45deg);
	left: calc(50% - 7em);
}

.howto .subttl::after {
	transform: rotate(-45deg);
	right: calc(50% - 7em);
}

.howto .step ul {
	display: flex;
	margin-top: 40px;
	margin: 40px auto;
}

.howto .step ul li {
	flex: 0 0 auto;
	margin-right: 30px;
}

.howto .step ul li:last-child {
	margin-right: 0;
}

.howto .step+p {
	margin-top: 30px;
}

.howto ul+.note {
	margin-top: 30px;
}

.howto .linktxt {
	margin-top: 30px;
}

.schedule ul+.note {
	margin-top: 30px;
}

.sns_linkset {
	padding: 15px 0;
	margin: 10px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
}

.sns_linkset img {
	width: 56px;
	margin-right: 36px;
}

.sns_linkset a:last-child img {
	margin-right: 0;
}

.detail {
	width: 380px;
	margin: 50px auto 0;
}

.detail .apply-btn{
	margin: auto;
    display: block;
    padding-bottom: 20px;
}

.contents ul.download {
	margin: 50px auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
}

.contents .dl ul.download {
	margin-top: 20px;
}

.notes {
	width: fit-content;
	margin: 0 auto;
}

.notes li {
	padding-left: 1em;
	font-size: 16px;
	line-height: 24px;
	text-indent: -1em;
}

.section.isBtm {
	margin-bottom: 100px;
}

.contact {
	margin-top: 100px;
}

.contact .list li {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	position: relative;
}

.footblank {
	margin-left: .5rem;
	width: 1.6rem;
	vertical-align: middle;
}

#js-button img {
	width: 56px;
	height: 56px;
}

.end_text {
	background-color: #909090;
	color: #FFFFFF;
	padding: 130px 0 10px 0;
}

.end_text p {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 18px;
}

@media screen and (min-width: 641px) {
	a:link[href^="tel:"] {
		color: #424242;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 640px) {
	#header {
		padding-top: 17vw;
		margin-bottom: 15px;
	}

	#header-inner {
		width: 100%;
	}

	.section {
		margin-top: 50px;
	}

	.section-inner {
		width: 82.134%;
	}

	h2.ttl {
		margin-bottom: 20px;
		padding: 6px 10px 5px;
		font-size: 20px;
		line-height: 28px;
	}

	.section h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.section p,
	li {
		font-size: 16px;
		line-height: 26px;
	}

	.other .linkBox {
		display: block;
	}

	.other .linkBox a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.other .linkBox a:nth-child(1) {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.period {
		margin-bottom: 0;
	}

	.section .period-text {
		margin-bottom: 0;
		font-size: 24px;
	}

	.period-text strong {
		font-size: 24px;
		vertical-align: 0;
	}

	.howto .subttl {
		font-size: 18px;
	}

	.howto .subttl::before,
	.howto .subttl::after {
		width: 20px;
	}

	.howto .subttl::before {
		left: calc(50% - 6.5em);
	}

	.howto .subttl::after {
		right: calc(50% - 6.5em);
	}

	.howto .step ul {
		display: block;
		margin-top: 20px;
	}

	.howto .step ul li {
		position: relative;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.howto .step ul li:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.howto .step ul li::after {
		position: absolute;
		content: '';
		display: block;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		border-top: 20px solid #E74382;
		border-right: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid transparent;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -50px;
	}

	.howto .step ul li:last-child::after {
		display: none;
	}

	.howto ul+.note {
		margin-top: 15px;
	}

	.howto .linktxt {
		margin-top: 15px;
	}

	.howto .linktxt a {
		color: #B60081;
	}

	.schedule ul+.note {
		margin-top: 15px;
	}

	.detail {
		width: 100%;
		margin: 50px auto 0;
	}

	.contents ul.download {
		margin: 50px auto 15px;
		column-gap: 20px;
	}

	.contents .dl ul.download {
		margin-top: 10px;
	}

	.notes {
		width: fit-content;
		margin: 0 auto;
	}

	.notes li {
		font-size: 16px;
		line-height: 24px;
	}

	.section.isBtm {
		margin-bottom: 40px;
	}

	.contact {
		margin-top: 40px;
	}

	.contact .list li {
		font-size: 16px;
		line-height: 26px;
	}

	.contact .list li a {
		color: #b60081;
	}

	.notice {
		margin: auto;
		display: block;
	}

	/* parts =====================================================*/
	.footblank {
		margin-left: .5rem;
		width: 1.6rem;
		vertical-align: middle;
	}

	#js-button img {
		width: 56px;
		height: 56px;
	}

	.end_text {
		padding: 19.467vw 0 2vw 0;
	}

	.end_text p {
		width: calc(100% - 12.8vw);
		padding: 2vw 0;
		line-height: 1.75;
	}
}

/*ベース*/
.toggle {
	display: none;
}

.Label {
	/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background: #E60012;
	/*width: 924px;*/
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

@media screen and (min-width: 641px) {
	.Label {
		/*タイトル*/
		font-size: 24px;
		font-weight: bold;
	}
}

.Label2 {
	/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background: #124098;
	/*width: 924px;*/
	margin: 0 auto;
}

.Label::before {
	/*タイトル横の矢印*/
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
	transform: rotate(135deg);
}

.Label2::before {
	/*タイトル横の矢印*/
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
	transform: rotate(135deg);
}

.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.content {
	/*本文*/
	height: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
}

.toggle:checked+.Label+.content {
	/*開閉時*/
	height: fit-content;
	padding: 20px;
	transition: all .3s;
}

.toggle:checked+.Label::before {
	transform: rotate(-45deg) !important;
}



.accordion-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.accordion-flex img {
	max-width: 100%;
	max-height: 50%;
	display: block;
	margin: 0 auto 16px;
}

.accordion-flex-text {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
}

.accordion-flex-text span {
	font-weight: bold;
}


.ashirai {
	border-radius: 5px;
	background-color: #B60081;
	margin-bottom: 10px;
}


.ashirai p {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.ashirai p span {
	font-size: 18px;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 700;
}

.flex-tousen div img {
	width: 50%;
	display: block;
	margin: 10px auto 0;
	box-shadow: 0 0 10px #ccc;
}

.mw50 {
	max-width: 50% !important;
}




@media screen and (min-width: 641px) {

	.accordion-flex {
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
	}


	.accordion-flex img {
		max-width: 100%;
		max-height: none;
	}

	.accordion-flex-text {
		font-size: 20px;
		line-height: 1.75;
		padding: 0 40px;
		border-bottom: none;
	}

	.w50 {
		width: 50%;
		align-content: center;
	}

	.w30 {
		width: 40%;
		align-content: center;
	}

	.w20 {
		width: 10%;
		align-content: center;
	}

	.ashirai {
		width: 100px;
		height: 100px;
		border-radius: 50px;
		margin: 0 auto;
	}

	.ashirai p {
		width: 50px;
		height: 50px;
		display: block;
		margin: 0 auto;
	}

	.ashirai p {
		/* display: flex; */
		color: #fff;
		font-weight: bold;
		text-align: center;
		/* justify-content: center;
		align-content: center; */
		padding-top: 15px;
		line-height: 1.25;
	}

	.ashirai p span {
		font-size: 32px;
		font-family: din-2014, sans-serif;
		font-style: normal;
		font-weight: 700;
		letter-spacing: -1px;
	}

	.disfle {
		display: flex;
		justify-content: center;
		align-content: center;
	}

	.flex-tousen {
		display: flex;
	}

	.flex-tousen div {
		width: 50%;
	}

	.flex-tousen div img {
		width: 50%;
		display: block;
		margin: 0 auto;
		box-shadow: 0 0 10px #ccc;
	}

	.mw50 {
		max-width: 100% !important;
	}
}

.fwbfcr {
	color: red;
	font-weight: bold;
}

.fwbfcr02 {
	font-weight: bold;
}

.fontsize {
	font-size: small;
	vertical-align:top;
}

main {
  padding: 0;
}




.header-img {
  display: block !important;
  width: 100% !important;
  max-width: 1024px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  box-sizing: border-box !important;
}

  @media screen and (max-width: 640px) {
    main {
      padding: 0;
    }
    .section-inner {
        width: calc(100% - 30px);
    }
}

@media screen and (min-width: 641px) {
	main {
		min-width: auto;
	}
}


@media screen and (min-width: 641px) {
	#header-inner {
		width: 100%;
		margin: 0 auto;
	}
	#header-inner img:not(.header-img) {
		width: 100%;
	}

	
}
body {
  background-color: #fffded;
}

/* 共通タイトルの背景と文字色 */
h2.ttl,
.section h3,
.Label,
.Label2 {
  background-color: #c23a1e;
  color: #fffded;
}
@media screen and (max-width: 640px) {
  img[src*="pc_header.webp"] {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  img[src*="img_smt_04.webp"] {
    display: block;
    margin: 0 auto;
  }
}