/* BASE =====================================================*/
html {
	/* font-size: 62.5%; */
	/* ↓TOPに戻るときのスクロールの滑らかさ */
	scroll-behavior: smooth;

}

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;
	--sub-color3: #EF4050;
	--page-main-color: #2e90c3;
}

main img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
	padding: 0;
	position: relative;
	justify-content: center;
	align-items: center;
	font-size: 100%;
}


figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	list-style: none;
	display: block;
}


/* main ===================================================== */
/* ページ内すべての p と li は以下のサイズ
   調整が必要な個所のみ個別指定とする  */
main p,
main li {
	font-size: 16px;
	line-height: 1.75;
}

@media screen and (min-width: 641px) {

	main p,
	main li {
		font-size: 20px;
		line-height: 1.95;
	}
}



/* header =====================================================*/
#header {
	padding-top: 17.467vw;
	margin-bottom: 40px;
}

#header-inner {
	width: 100%;
}

@media screen and (min-width: 641px) {
	#header {
		padding-top: 121px;
		margin-bottom: 48px;
	}

	#header-inner {
		width: 1024px;
		margin: 0 auto;
	}
}

/* #contents =====================================================*/

.banner_section {
	margin: 0 auto;
}

.section-inner {
	margin: 0 auto 5%;
}

.section:last-of-type .section-inner {
	margin-bottom: 0;
}

.outline-box {
	margin: 0 auto 40px;
}

@media screen and (min-width: 641px) {
	.outline-box {
		width: 900px;
		margin: 0 auto 80px;
	}
}

.outline-box h3 {
	margin: 0 auto 3%;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	background-color: var(--page-main-color);
	border-radius: 4px;
	padding: 2% 1%;
	font-weight: normal;
}


@media screen and (min-width: 641px) {
	.outline-box h3 {
		margin: 0 auto 2%;
		font-size: 22px;
	}

}

.outline-box p {
	text-align: left;
}

.list {
	width: 100%;
	margin: 0 auto;
}

.list li {
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}


.list-gaiyo p {
	font-weight: bold;
}

.outline-box a {
	color: #b60081;
}


ul.download {
	width: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5%;
	margin: 0 auto 40px;
}

@media screen and (min-width: 641px) {
	ul.download {
		width: fit-content;
		margin-bottom: 80px;
	}
}

/* .outline =====================================================*/

.outline-lead {
	width: 85%;
	margin: 0 auto 40px;
}

.outline-lead h2 {
	color: #b50081;
	text-align: center;
	margin: 0 auto 3%;
	font-size: 20px;
}

.outline-lead p {
	text-align: left;
}

@media screen and (min-width: 641px) {

	.outline h2 {
		margin: 0 auto 2%;
		color: #b50081;
		font-size: 24px;
		text-align: center;
	}

	.outline-lead {
		width: fit-content;
		margin: 80px auto;
	}

	.outline-lead h2 {
		color: #b50081;
		font-size: 24px;
		margin-bottom: 3%;
	}

	.outline-lead p {
		font-size: 20px;
		text-align: left;
	}

	.txt-note {
		display: block;
		margin-top: 8px;
		font-size: 18px;
		line-height: 30px;
	}
	.isEntry img {
		margin-top: 15px;
	}
}

.outline-box p span {
	font-weight: normal;
}

.outline-box04 {
	margin-bottom: 6.668%;
}

.outline-box04 p.keyword {
	width: 100%;
	margin: 4.546% auto 4.871%;
}

.outline-box04 .keyword-box {
	margin: 15px auto;
	padding: 0.6em 1em;
	font-weight: bold;
	border: solid 3px #004c7e;
	box-sizing: border-box;
}

.outline-box04 .keyword-box p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #004c7e;
}

.outline-box09 li.isRed {
	color: #f00;
}

.outline-box10 a {
	color: #007cd0;
	text-decoration: underline;
}


/* .notes =====================================================*/

.notes {
	margin: -5% auto 0;
	width: 85%;
}
.notes .notes {
	width: 100%;
}

.notes .list li {
	font-size: 12px;
}

@media screen and (min-width: 641px) {
	.notes {
		margin: -3% auto 0;
		width: fit-content;
	}

	.notes .list li {
		font-size: 14px;
	}
}

.notes .keyword-box {
	width: 82.134%;
	margin: 0 auto;
	padding: 0.6em 1em;
	font-weight: bold;
	border: solid 3px .004c7e;
	box-sizing: border-box;
}

.notes .keyword-box p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #004c7e;
}

/* parts =====================================================*/

.footblank {
	margin-left: .5rem;
	width: 1.6rem !important;
	vertical-align: middle !important;
	display: inline-block !important;
	margin-top: -5px;
}

.fwb {
	font-weight: bold;
}

.box_01 p {
	text-align: center;
}

.main_section {
	width: 85%;
	margin: 0 auto;
}

.contents .banner_section div {
	width: 85%;
	margin: 0 auto;
}

.contents .banner_section div p {
	display: block;
	width: fit-content;
	margin: 0 auto 10%;
}

@media screen and (min-width: 641px) {
	.contents .banner_section div p {
		display: block;
		width: fit-content;
		margin: 0 auto 5%;
	}
}


.banner_01 {
	display: block;
	width: fit-content;
	height: fit-content;
	margin: 0 auto;
}

#header.end {
	padding-top: 0;
}

.fc_sub3 {
	color: var(--sub-color3);
}

@media screen and (min-width: 641px) {
	a[href*="tel:"] {
		pointer-events: none;
		color: #000000 !important;
	}

	.no_event {
		cursor: text !important;
	}

}


/* TOPに戻るボタン ====================== */

/* ボタンが出現するアニメーション */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 80%;
	}
}

/* ─────────── */

/* フッター手前で止まる挙動 */
.pagetop_sticky {
	position: sticky;
	height: 50px;
	width: 50px;
	left: 1500px;
	bottom: 30px;
	opacity: 80%;
	background: #F4EC70;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fadeIn 3s ease-in-out;
	margin: 0 7% 5% 0;
}

@media screen and (min-width: 641px) {
	.pagetop_sticky {
		height: 80px;
		width: 80px;
		bottom: 100px;
		opacity: 80%;
	}
}

.pagetop {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 641px) {
	.pagetop {
		width: 80px;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/* 矢印 ====================================== */
.pagetop_arrow {
	height: 10px;
	width: 10px;
	border-top: 2px solid var(--main-color1);
	border-right: 2px solid var(--main-color1);
	transform: translateY(20%) rotate(-45deg);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 641px) {

	.pagetop__arrow {
		border-top: 3px solid var(--main-color1);
		border-right: 3px solid var(--main-color1);
	}
}

/* ─────────── */


@media (hover: hover) and (pointer: fine) {

	.pagetop:hover {
		border-radius: 50%;
		background-color: var(--mono-tone3);
		border-color: var(--main-color1);
	}

}

/* / TOPに戻るボタン ====================== */





/* 追記240220 */
.outline-lead {
	max-width: 900px;
}

.pt_10 {
	padding-top: 10px 0 0;
}

h3 {
	font-weight: bold !important;
}

/* 追記240331 */
#outline-box01,
#outline-box01 p {
	text-align: center;
}


.txt-bold {
	font-weight: bold !important;
	padding-top: 0.6em;
}

.font-red {
	color: rgb(255, 45, 45);
	font-weight: bold !important;
}

.txt-boldred{
	font-weight: bold;
    color: red;
}



/*.app-entry h3 {
	background-color: #B50081;
}*/


.appdownload_text {

	margin: 0 auto 20px;
	text-align: center;
	font-size: 28px;
	color: #b50081;

}

@media screen and (max-width: 640px) {
	.appdownload_text {
		font-size: 16px;

	}
	.list li {
		font-size: 16px;
		line-height: 1.5em;
		padding-left: 1em;
		text-indent: -1em;
	}
	.txt-note {
		display: block;
		margin-top: 6px;
		font-size: 14px;
		line-height: 20px;
	}
	.isEntry img {
		margin-top: 10px;
	}
}


.main_section{
	width: 90%;/* テンプレートのwidth:85%;を修正 */
}

body{
	background-color: #f2fcff;
}