@charset "UTF-8";
/* CSS Document */

/* root */

:root {
	--text: #000000;
	--text_a: #00b359;
	--bg: #f0f0f0;
	--bg_a: #00cd68;
	--bg_b: #f0f0f0;
	--bg_c: #cccccc;
	--bg_d: #333333;
	--btn_bg: #333333;
	--btn_bg_f: linear-gradient(#7bde59, #00a32b);
	--btn_bg_cv: linear-gradient(#ffffff, #ffffff, #f0f0f0);
}


/* html5 リセット */

article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
svg:not(:root) {
	overflow: hidden;
}
blockquote,q {
	quotes: none;
}


/* html リセット */

html,body{
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: top;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section,summary,
embed,output,ruby,
time,mark,audio,video,
tr,th,td{
	font-size: inherit;
	color: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin-block-start: initial;
	margin-block-end: initial;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}


/* iOS リセット */

button {
	 -webkit-appearance: none;
	 border-radius: 0;
}


/* FancyBox */
.fancybox__container{
    --fancybox-bg: rgba(255, 255, 255, 0.9);
	font-family: "Roboto", YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	z-index: 99999;
}

#body .fancybox__container{
	z-index: 10000000;
}

.fancybox__content{
    width: calc(100% - 5vw);
    max-width: 1024px;
}

.fancybox__container.has-toolbar{
    flex-direction: column-reverse;
}

.fancybox__infobar{
    font-family: 'Frank Ruhl Libre', serif !important;
    background-color: transparent;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
	margin: 0 20px;
}

.fancybox__toolbar, .fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar{
	padding: 40px 5vw 25px;
	top: initial;
	background: transparent;
	width: 100%;
}

@media screen and (min-width: 425px) {
	.fancybox__toolbar, .fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar{
		padding: 40px 0;
		width: 365px;
		margin: 0 auto;
		background: transparent;
	}
}

.fancybox__toolbar{
	--f-progress-color: var(--fancybox-color, rgba(0, 0, 0, 0.00));
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-color: var(--btn_bg);
    --f-button-hover-color: var(--btn_bg);
    --f-button-bg: #ffffff;
    --f-button-hover-bg: #ffffff;
    --f-button-active-bg: #ffffff;
    --f-button-border-radius: 50%;
    --f-button-svg-width: 25px;
    --f-button-svg-height: 25px;
    --f-button-svg-stroke-width: 2;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.00));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 1;
}

@media screen and (min-width: 425px) {
	.fancybox__toolbar{
		--f-button-width: 50px;
		--f-button-height: 50px;
		--f-button-svg-width: 25px;
		--f-button-svg-height: 25px;
	}
}

.f-button{
	border: solid 1px var(--btn_bg);
}

.f-button:hover{
	background-color: #ffffff !important;
}

.f-button[disabled],
.f-button[disabled]:hover{
	opacity: 0.1;
	border: solid 1px var(--btn_bg);
	background-color: #ffffff !important;
}

.f-button svg{
	stroke: var(--btn_bg);
}

.f-button[title="Close"],
.f-button[title="Close"]:hover{
	border: solid 1px #ffffff;
	background-color: var(--btn_bg) !important;
}

.f-button[title="Close"] svg{
	stroke: #ffffff !important;
}

.f-button + .f-button{
	margin-left: 20px;
}

/* 絵文字 */

.emoji{
	font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji", sans-serif;
}


/* パソコン・スマホ表示 */

.pc-only {
	display: none;
}
.sp-only {
	display: inherit;
}


/* 基本 */

body {
	font-style: normal;
	font-weight: normal;
	color: var(--text);
	font-family: "Roboto", YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
    font-feature-settings: "palt" !important;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
b,strong,h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
u{
	text-decoration: underline;
}


/* フェードイン */

.fade {
    opacity: 0 !important;
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    transition: all 1s;
}

.fade.fade-active {
    opacity: 1 !important;
}


/* LP個別 */

.button{
	width: auto;
	padding: 6px 22px;
	height: 44px;
	background-color: var(--btn_bg);
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 22px;
	box-shadow: 0px 1px 4px 0px hsl(0deg 0% 0% / 50%);
}

.button:hover{
	cursor: pointer;
}

.button .button-text{
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: -1px;
}

.button .button-text.yellow{
	color: #FFFF44;
}

.button-text::before,
.button-text::after{
	background-position: center;
	background-repeat: no-repeat;
}

.button.after-link .button-text::after{
    content: "open_in_new";
	font-size: 14px;
    font-family: "Material Symbols Outlined";
	margin-top: 0.125rem;
    margin-left: 0.25rem;
}

.button.before-arrow .button-text::before{
    content: "arrow_back_ios";
	font-size: 14px;
    font-family: "Material Symbols Outlined";
	margin-top: 0.125rem;
    margin-right: 0.25rem;
}

.button.after-arrow .button-text::after{
    content: "arrow_forward_ios";
	font-size: 14px;
    font-family: "Material Symbols Outlined";
	margin-top: 0.125rem;
    margin-left: 0.25rem;
}

.button.convex{
	display: flex;
	justify-content: space-around;
	background: var(--btn_bg_cv);
	box-shadow: 0px 2px 7px 0px hsl(0deg 0% 0% / 75%);
}

.button.convex .button-text{
	font-size: 17px;
	color: var(--text);
	width: calc(100% - 60px);
}

.button.convex .button-icon{
	width: 44px;
	height: 44px;
	border-radius: 25px;
	background: linear-gradient(135deg, #7bde59, #00a32b);
	z-index: 3;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0px -20px 0px 10px;
    -webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
    transition: all 0.25s;
}

.button.convex .button-icon .material-symbols-outlined{
	font-size: 28px;
	color: #ffffff;
}

.button.bg{
	background-color: var(--bg);
}

.button.bg .button-text{
	color: var(--text);
}

.text-link.after-arrow-circle{
	line-height: 1;
	display: flex;
}

.text-link.after-arrow-circle::after{
	content: "expand_circle_right";
	font-family: "Material Symbols Outlined";
	margin-left: 0.25rem;
}

.text-a{
	color: var(--text_a);
}

.text-yellow{
	color: #ffff80;
}

.text-green{
	color: #00a65a;
}

#body{
	background-color: #ffffff;
}

#body.no-scroll{
	overflow: hidden;
}

.body-wrapper{
	background-color: var(--bg);
}

.page-wrapper{
	width: 100%;
	min-width: 375px;
	max-width: 425px;
	margin: 0 auto;
	background-color: #ffffff;
}

@media screen and (min-width: 426px) {
	.page-wrapper{
		box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%);
	}
}

.lp-button-header{
	padding: 12px 20px;
	background-color: var(--bg_d);
}

.lp-button-header .header-title{
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

.lp-button-wrapper{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.lp-button-wrapper .button.line-green{
	font-size: 14px;
	height: 28px;
}

.lp-date-header{
	padding: 12px 20px;
	background-color: #2d6d8a;
}

.lp-date-header .date-title{
	line-height: 0;
}

.lp-date-header .date-title-img{
	width: 280px;
	height: auto;
}

.button-line-small{    
	width: auto;
	height: 32px;
	color: #ffffff;
	background: var(--btn_bg_f);
    display: flex;
    align-items: center;
    justify-content: center;
	border: 0px solid #06c755;
	border-radius: 16px;
	box-shadow: 0px 1px 2px 0px hsl(0deg 0% 0% / 50%);
}

.button-line-small span{
	width: 88px;
	font-size: 13px;
    margin: -2px 0 0 !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
}

.button-line-small.white{    
	color: #000000;
	background: #ffffff;
	border: 0px solid #ffffff;
}

.button-line-small.white span{
	font-size: 13px;
    font-weight: 500;
	width: auto;
    margin: -1px 0 0 !important;
	padding: 0px 12px;
}

.button-line-small.white span.before-line-icon::before{
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("../images/25-index/button-line-green.png?250307_1");
	background-size: cover;
    margin-right: 6px;
}

.lp-header{
	background-color: var(--bg_a);
	padding: 12px 20px 17px;
}

.header-wrapper{
	width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	color: #ffffff;
}

.lp-header-text{
	font-size: 19px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 15px;
}

.lp-header .text-link{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

section{
    padding: 60px 0px;
}

section.no-padding{
    padding: 0px 0px;
}

section.bg{
	background-color: var(--bg);
}

section.bg-a{
	background-color: var(--bg_a);
}

section.bg-b{
	background-color: var(--bg_b);
}

section.bg-c{
	background-color: var(--bg_c);
}

section.bg-d{
	background-color: var(--bg_d);
}

.section-wrapper{
	width: calc(100% - 40px);
	margin: 0 auto;
}

.section-wrapper.transparent{
	opacity: 0.25;
}

.section-wrapper.narrow{
	width: calc(100% - 60px);
}

.section-wrapper.no-margin{
	width: 100%;
}

.section-wrapper + .section-wrapper{
	margin-top: 60px;
}

.section-title{
	text-align: center;
	margin-bottom: 40px;
}

.section-title.ja-only{
}

.section-title.ja-only .ja{
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 0px;
}

.section-title.ja-only .ja .small{
	font-size: 15px;
	font-weight: 500 !important;
}

section.no-padding .section-content{
	margin-bottom: 80px;
}


/*トップ画像*/

.lp-mv{
	background-color: transparent;
	padding: 0;
	position: relative;
}

.mv-h1{
	display: none;
}

.mv-block-group{
	margin-bottom: 60px;
}

.mv-block{
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 1px 1px 4px 0px hsl(0deg 0% 0% / 50%);
	border-radius: 10px;
}

.mv-block-img{
	width: 100%;
    margin: 0 auto;
    display: block;
}

.mv-block-img.start{
    max-width: 238px;
}

.mv-block .block-button-group {
    display: flex;
    justify-content: center;
}

.mv-block .block-img-wrapper + .block-button-group{
	margin-top: 14px;
}

.mv-logo-link{
	display: block;
}

.mv-logo-img{
	width: 100%;
    max-width: 425px;
    margin: 0 auto;
    display: block;
}

/*ナビゲーション*/

.lp-nav-margin{
	height: 0px;
}

.lp-nav-margin.active{
/*	height: 80px;*/
}

.lp-nav{
    width: 100%;
    min-width: 375px;
    max-width: 425px;
    overflow-x: hidden;
    padding: 0;
	display: none;
}

.lp-nav.fixed{
	position: fixed;
    top: 0;
    z-index: 1;
	width: 100%;
}

.lp-nav-wrapper{
	width: 100%;
    margin: 0 auto;
	background-color: var(--bg_a);
	border-bottom: 10px solid #ffff80;
}

.link-list{
	list-style: none;
	margin: 0 10px;
	padding: 10px 0 0;
	display: flex;
    align-items: flex-start;
    justify-content: center;
	height: 70px;
	overflow-x: hidden;
}

.link-list li{
	width: calc(25%);
	height: 50px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
}

.link-list li + li{
	margin-left: 10px;
}

.link-list .link-title{
	width: 100%;
    height: 100%;
	font-weight: 900;
	font-size: 14px;
	line-height: 18px;
	color: var(--text_a);
	display: inline-flex;
    justify-content: center;
    align-items: center;
	background-color: #ffffff;
	cursor: pointer;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
	border-radius: 2px;
}

.link-list .link-title.active{
	color: var(--text);
	height: 60px;
	border-radius: 2px 2px 0 0;
	background-color: #ffff80;
}

/*パート*/

.part-wrapper{
	display: none;
}

.part-wrapper.active{
	display: block;
}



/*新イベントの特徴*/

.feature-title{
	width: 100%;
}

.feature-title + .feature-title{
	margin-top: 60px;
}

.feature-title-img{
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
	display: block;
}

.button-follow{
	margin: 0 auto;
	display: block;
	line-height: 0;
	width: 100%;
	max-width: 310px;
}

.feature-title + .feature-button{
	margin-top: 14px;
}

.feature-button + .feature-title{
	margin-top: 60px;
}

.button-follow-img{
	width: 100%;
	display: block;
}

.lp-about{
	background-color: var(--bg_a);
	color: #ffffff;
}

.lp-about .section-title{
	margin-bottom: 20px !important;
}

.lp-about .section-title.ja-only .ja {
    color: #ffffff;
}

.lp-about .about-text{
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	font-weight: 500;
}

.lp-about .about-text.small{
	font-size: 13px;
    line-height: 23px;
}

.lp-about * + .about-text{
	margin-top: 10px;
}

.lp-about .about-photo{
	margin-top: -40px;
}

.lp-about .about-photo-img{
	width: 100%;
	height: auto;
	display: block;
	line-height: 1;
}

.follow-button-column{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.follow-button-column .button + .button{
	margin-top: 15px;
}

.follow-title{
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: 900;
	color: var(--text);
}

.follow-text.bottom{
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.lp-follow + .lp-follow,
.lp-overview + .lp-follow{
	border-top: 1px solid #c4c4c4;
}

.lp-follow .button{
	width: 305px;
	height: 60px;
	border-radius: 30px;
}

.button.follow{
	background: var(--btn_bg_f);
	border: 0px solid #06c755;
}

.button.follow .button-text{
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 1px;
}

.button.share{
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.button.share .button-text{
	color: var(--text);
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0px;
}

.button.follow .button-text::before,
.button.share .button-text::before{
    content: "";
    width: 25px;
    height: 24px;
    background-size: cover;
    margin: 0 12px -1px 0;
}

.button.follow .button-text::before{
    background-image: url(../images/25-index/button-line-white.png?250307_1);
}

.button.share .button-text::before{
    background-image: url(../images/25-index/button-line-green.png?250307_1);
}


/* 登録手順 */

.lp-operation .section-title.ja-only .ja{
	color: var(--text);
}

.operation-list{
	counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.operation-list li{
	width: 100%;
	padding: 27px 23px;
	display: flex;
    justify-content: space-between;
    flex-direction: row;
	background-color: var(--bg_b);
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 2px 6px 0px hsl(0deg 0% 0% / 25%);
}

.operation-list li + li{
	margin-top: 75px;
}

.operation-list li + li:before{
	content: "arrow_drop_down";
	font-family: "material icons";
    font-size: 75px;
	height: 75px;
	width: 75px;
    line-height: 1;
	color: #666666;
	position: absolute;
	left: calc(50% - 38px);
	top: -75px;
	display: block;
}

.operation-list li .list-num{
	text-align: center;
	color: #ffffff;
	background-color: var(--bg_a);
    font-weight: 900;
	width: 40px;
	height: 40px;
	border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	line-height: 1;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
}

.operation-list li .list-wrapper{
	width: calc(100% - 55px);
}

.operation-list li .list-title{
	font-size: 16px;
	line-height: 25px;
	margin-top: -2px;
	font-weight: bold;
}

.operation-list li .list-title b{
	font-weight: 900;
}

.operation-list li .list-text{
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
}

.operation-list li .list-text.small{
	font-size: 13px;
    line-height: 23px;
}

.operation-list li .list-button-column{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.operation-list li .list-button-column .button.follow{
	width: 100%;
	height: 54px;
	border-radius: 27px;
}

.operation-list li .list-button-column .button.follow .button-text{
	font-size: 18px;
}

.operation-list li .list-photo{
	display: inline-block;
	position: relative;
}

/*
.operation-list li .list-photo::before{
	content: "画像を拡大";
	display: flex;
	align-items: center;
	position: absolute;
	bottom: -5px;
	right: -5px;
	color: var(--text_a);
	font-size: 15px;
	font-weight: bold;
	padding: 8px 15px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid var(--text_a);
	background-color: #ffffff;
	box-shadow: 1px 1px 2px 0px hsl(0deg 0% 0% / 50%);
}
*/

.operation-list li .list-photo-img{
	width: 100%;
	height: auto;
	display: inline-block;
	line-height: 1;
}

.operation-list li * + .list-text{
	margin-top: 8px;
}

.operation-list li * + .list-button-column{
	margin-top: 10px;
}

.operation-list li * + .list-photo{
	margin-top: 15px;
}

.operation-list + .operation-list{
	margin-top: 50px;
}

.operation-list li.cancel{
	background-color: var(--bg_c);
}

.operation-list li.cancel .list-title{
	color: var(--text_a);
	font-weight: 900;
}

.operation-list li.cancel .list-wrapper{
	width: 100%;
}


/* イベント概要 */

.lp-overview{
}

.lp-overview + .lp-overview{
	border-top: 1px solid #c4c4c4;
}

.overview-list{
	list-style: none;
	padding: 0;
}

.overview-list li{
	margin-bottom: 50px;
}

.overview-list li:last-child{
	margin-bottom: 0;
}

.overview-list .list-top{
	padding: 0 20px 0;
}

.overview-list .list-title{
	color: var(--text_a);
	font-size: 17px;
	font-weight: 900;
	border-bottom: 1px solid #d6d9de;
	padding-bottom: 10px;
}

.overview-list .list-title .small{
	font-size: 15px;
}

.overview-list .list-bottom{
	padding: 10px 20px 0;
}

.overview-list .list-text{
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
}

.overview-list .ta-left{
	text-align: left;
}

.overview-list .list-text .small,
.overview-list .list-text.small{
	font-size: 13px;
	line-height: 23px;
}

.overview-list .list-img{
	width: 100%;
	height: auto;
}

.overview-list .list-text + .list-img{
	margin-top: 20px;
}

.overview-list .list-img + .list-text{
	margin-top: 20px;
}

.overview-list .mark-list{    
	counter-reset: item;
	list-style-type: none;
    padding-left: 0;
}

.overview-list .mark-list li{
    border-width: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}

.overview-list .mark-list li:last-child{
    margin-bottom: 0;
}

.overview-list .mark-list li .mark.small{
	font-size: 13px;
}

.overview-list .list-text + .mark-list{
	margin-top: 10px;
}

.overview-list .list-text + .list-table-group{
	margin-top: 14px;
}

.overview-list .list-table-group + .list-text{
	margin-top: 14px;
}

.overview-list .list-table-group{
	display: grid;
  	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px;
	row-gap: 20px;
    justify-items: start;
}

.overview-list .list-table{
	border-collapse: collapse;
	border-color: #454545;
	width: auto;
}

.overview-list .list-table caption{
	text-align: left;
}

.overview-list .list-table caption .table-title{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
}

.overview-list .list-table caption .table-title .small{
	font-size: 16px;
	font-weight: bold;
}

.overview-list .list-table th{
	background-color: #e6e6e6;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 14px;
}

.overview-list .list-table .th-rank{
	background-color: var(--bg_c);
	font-weight: bold;
	font-size: 20px;
	padding: 10px 14px;
	line-height: 1rem;
}

.overview-list .list-table .th-rank .small{
	font-size: 14px;
}

.overview-list .list-table .th-rank .fw-normal{
	font-weight: normal !important;
}

.overview-list .list-table td{
	padding: 12px 14px;
}

.overview-list .list-table td .prize{
	font-weight: 900;
	color: var(--text_a);
	font-size: 28px;
	line-height: 1.5rem;
	letter-spacing: -0.5px;
}

.overview-list .list-table td .prize .small{
	font-weight: bold !important;
	font-size: 15px;
	letter-spacing: 0px !important;
}

.overview-list .list-table td hr{
    border: none;
	border-top: dotted 2px #cccccc;
}

.overview-list .list-table .td-score{
	font-weight: 500;
	font-size: 20px;
	text-align: right;
}

.overview-list .list-table .td-score .small{
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans GB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica, Meiryo, Arial, sans-serif !important;
	font-size: 14px;
}

.overview-list .num-list{    
	counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.overview-list .num-list li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-width: 0;
    margin-bottom: 17px;
}

.overview-list .num-list li .num-list-num{
	font-family: 'Roboto', Helvetica, Meiryo, Arial, sans-serif !important;
    font-weight: 900;
	line-height: 1;
	font-size: 22px;
    display: flex;
    align-items: center;
}

.overview-list .num-list.circle li .num-list-num{
	text-align: center;
	color: #ffffff;
	background-color: var(--bg_a);
	width: 30px;
	height: 30px;	
	border-radius: 50%;
    justify-content: center;
}

.overview-list .num-list.period li .num-list-num{
	text-align: left;
	color: var(--text);
	background-color: transparent;
	width: 20px;
    justify-content: flex-start;
}

.overview-list .num-list li .num-list-text{
	font-size: 15px;
	line-height: 23px;
	margin-left: 10px;
    text-align: justify;
}

.overview-list .num-list.circle li .num-list-text{
	width: calc(100% - 40px);
}

.overview-list .num-list.period li .num-list-text{
	width: calc(100% - 30px);
}

.overview-list .list-text + .list-text{
	margin-top: 8px;
}

.overview-list .num-list .mark-list li{
	margin-bottom: 0;
}

.overview-list .list-text + .num-list{
	margin-top: 18px;
}

.overview-list .list-button-group {
    display: flex;
    justify-content: center;
}

.overview-list .img-scroll{    
	width: calc(100% + 40px);
    margin-left: -20px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.overview-list .img-scroll .kisyu{
    width: 414px;
	height: auto;
	margin: 0px 20px;
}


.course-list{
	list-style: none;
	padding: 0;
}

.course-list li{
	font-size: 15px;
	height: 42px;
	display: flex;
	text-align: left;
	padding: 0 0 10px;
	border-bottom: 1px solid #d6d9de;
    justify-content: space-between;
    align-items: center;
	margin: 0 0 10px;
}

.course-list li .name{
	margin-right: 10px;
}

.course-list + .course-text{
	font-size: 13px;
	line-height: 23px;
}

.course-list + .list-text{
	margin-top: 20px;
}


.lp-campaign{
	
}

.lp-campaign + .lp-campaign{
	border-top: 1px solid #c4c4c4;
}

.campaign-title{
	width: 100%;
}

.campaign-title-img{
	width: 100%;
	max-width: 335px;
	margin: 0 auto;
	display: block;
}

.campaign-title-img.img-2{
	max-width: 355px;
}

.campaign-title + .campaign-title{
	margin-top: 40px;
}

.campaign-overview{
	opacity: 0;
	-webkit-transition: opacity 0.75s;
    -moz-transition: opacity 0.75s;
    -ms-transition: opacity 0.75s;
    transition: opacity 0.75s;
}

.campaign-overview.active{
	opacity: 1;
}

.campaign-title +.campaign-overview{
	margin-top: 40px;
}

.campaign-title + .campaign-button-group{
	margin-top: 20px;
}

.campaign-button-group{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.campaign-srixon-button{
	width: 100%;
    max-width: 335px;
    margin: 0 auto;
    display: block;
}

.campaign-srixon-button-img{
	width: 100%;
	height: auto;
}

.campaign-overview + .campaign-button-group{
	margin-top: 40px;
}

.campaign-overview .overview-list .list-top,
.campaign-overview .overview-list .list-bottom{
	padding-left: 0;
	padding-right: 0;
}

.campaign-overview .overview-list .list-title{
	text-align: center;
	color: #007330;
}

.campaign-button{
	background-image: url(../images/25-index/campaign-button.png?250307_1);
	width: 330px;
	height: 86px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.campaign-button.active{
	background-image: url(../images/25-index/campaign-button-active.png?250307_1);
}


/* フッター */

.lp-footer{
	color: #ffffff;
    padding: 40px 20px;
    background-color: var(--bg_d);
}

.footer-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-button-group + .footer-logo{
	margin-top: 20px;
}

.footer-logo-img{
	width: 168px;
	height: auto;
}

.footer-button-group + .footer-organizer{
	margin-top: 40px;
}

.footer-button-group .footer-button-column + .footer-button-column{
	margin-top: 24px;
}

.footer-button-group .button{
	background-color: #ffffff;
}

.footer-button-group .button .button-text{
	color: var(--text_a);
}

.footer-organizer{
	margin-bottom: 20px;
}

.organizer-table{
	border-collapse: collapse;
}

.organizer-table th,
.organizer-table td{
	font-weight: bold;
	padding: 0;
}

.organizer-table th{
	font-size: 15px;
	padding-right: 20px;
}

.organizer-table td{
	padding-top: 10px;
}

.organizer-table tr:first-of-type td{
	padding-top: 0 !important;
}

.organizer-table td .name{
	font-size: 18px;
}

#lp-pagetop{
    position: fixed;
    bottom: -50px;
    right: 20px;
	z-index: 10000;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

#lp-pagetop.fixed{
	bottom: 20px;
}

#lp-pagetop::before{
	content: "keyboard_arrow_up";
	font-family: "material icons";
    font-size: 26px;
	line-height: 1;
	color: #ffffff;
	background-color: var(--bg_d);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid #ffffff;
	opacity: 0.75;
}