@charset "UTF-8";

/*=============================================

#page_top

===============================================*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 80px;
  background: #000;
	border: solid 1px #fff;
  opacity: 0.86;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
	line-height: 1;
}


/*=============================================

common class

===============================================*/
.w100 { width: 100%!important; }
.w90 { width: 90%!important; }
.w80 { width: 80%!important; }


.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }

.mt0 { margin-top: 0px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
.mt100 { margin-top: 100px !important; }

.al_left { text-align: left !important; }
.al_right { text-align: right !important; }
.al_center { text-align: center !important; }


.f_pink { color: #ed1e79; }
.f_orange { color: #F7931E; }
.f_green { color: #39b54a; }
.f_blue { color: #00B1C5; }
.f_red { color: #ff0000; }

.f_big { font-size: 1.25em; }

.f_mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}


.marker_pink {
	background: linear-gradient(transparent 40%, #f9bbc0 0%);
	padding: 0 3px; margin: 0 3px;
}
.marker_pink2 {
	background: linear-gradient(transparent 70%, #f9bbc0 0%);
	padding: 0 3px; margin: 0 3px;
}
.marker_pink3 {
	background: linear-gradient(transparent 40%, #f9e5e5 0%);
	padding: 0 3px; margin: 0 3px;
}
.marker_yellow {
	background: linear-gradient(transparent 80%, #f4e7bd 0%);
	padding: 0 3px; margin: 0 3px;
}
.marker_green {
	background: linear-gradient(transparent 80%, #b6e0ba 0%);
	padding: 0 3px; margin: 0 3px;
}

.sp { display: none;} 
.pc { display: block; }
@media screen and (max-width: 640px){
	.sp { display: block;} 
	.pc { display: none; }	
}
/*=============================================

00. 共通

===============================================*/
.flex { display: flex; flex-wrap: wrap; }
.flex_s_b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_s_a {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.flex_c {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flex_start {
	align-items: flex-start;
}

.align_c { align-items: center; }

.box_1_2 {
	width: 48%; margin-bottom: 10px;
}
.box_1_3 {
	width: 32%; margin-bottom: 10px;
}
.box_2_3 {
	width: 66%;
}
.box_1_4 {
	width: 25%;
}
.box_3_4 {
	width: 73%;
}
.box_1_5 {
	width: 20%;
}
.box_4_5 {
	width: 78%;
}
.box_3_7 {
	width: 41.71%;
}
.box_4_7 {
	width: 56.28%;
}


@media screen and (max-width: 640px){
	.box_1_2,
	.box_1_3,
	.box_2_3,
	.box_1_4,
	.box_3_4,
	.box_1_5,
	.box_4_5,
	.box_3_7,
	.box_4_7 {
		width: 100%; margin-bottom: 10px;
	}
}

/*=============================================

main

===============================================*/
.main {
	padding: 0 0;
}
.main .inner {
	width: 95%; max-width: 1100px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	padding: 70px 0 3em;
	
}
.main .inner h1 {
	width: 100%;
	position: absolute; left: 50%; top: 0; transform: translate(-50%, -20%);
	text-align: center;
}
.main .inner h1 img {
	max-width: var(--inner-width);
}
.main section {
	margin: 5em auto 0;
}

@media screen and (max-width: 640px){
	.main .inner {
		width: 100%;
		padding: 50px 0 3em;

	}	
	.main .inner h1 img {
		width: 90%;
	}	
	.main section {
		margin: 2em auto 0;
	}	
	
}



.wrap_period {
	color: #fff;
	background-color:  var(--color1);
	border-radius: 15px;
	width: 90%;
	max-width: var(--inner-width);
	margin: 0 auto;
	padding: 20px 0 1em;
	position: relative;
}
.wrap_period h2 {
	width: 200px;
	height: 60px;
	font-size: 2.25em; letter-spacing: .1em;
	border-radius: 30px;
	background-color:  var(--color1);
	color: #fff100;
	margin: 0 auto;
	position: absolute; left: 50%; top: 0;
	transform: translate(-50%, -50%);
	text-align: center;
}
.wrap_period p {
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
}
.wrap_period p.period {
	font-size: 2.25em; letter-spacing: .1em;
	line-height: 1.2;
}
.wrap_period p.period .num {
	font-size: 2.0em;
}


@media screen and (max-width: 640px){
	.wrap_period h2 {
		font-size: 1.5em;
	}	
	.wrap_period p.period {
		font-size: 1.5em;
	}
	
}




/*---------------------------------------------------------------------------
各種項目
---------------------------------------------------------------------------*/

.wrap_detail {
	border:solid 3px  var(--color1);
	border-radius: 15px;
	width: 90%;
	max-width: var(--inner-width);
	margin: 0 auto;
	padding: 50px 0 0;
	margin: 80px auto 0;
	position: relative;
}

.wrap_detail strong {
	font-weight: bold;
	font-size: 1.125em;
}

.wrap_detail h2 {
	width: 200px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background-color:  var(--color1);
	color: #fff;
	margin: 0 auto 1em;
	text-align: center;
}
.wrap_detail h2:first-of-type {
	position: absolute; left: 50%; top: 0;
	transform: translate(-50%, -50%);
}

.wrap_detail .inner {
	width: 90%;
	margin: 0 auto 3em;
	padding: 0;
}
.wrap_detail .tbl_prize {
	width: 100%;
}
.wrap_detail .tbl_prize th {
	background-color: #99e1d9;
}
.wrap_detail .tbl_prize th,
.wrap_detail .tbl_prize td {
	padding: 5px 1em;
}

.wrap_detail ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrap_detail li {
  font-size: 1.125em;
	font-weight: 600;
  line-height: 1.5;
  padding-left: 40px;
  position: relative;
	margin: 5px 0;
}
.wrap_detail li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff100;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
	
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	
  height: 30px;
  width: 30px;
  color: #00b9ef;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 640px){
	.wrap_detail .tbl_prize th,
	.wrap_detail .tbl_prize td {
		display: block;
		text-align: center;
	}
	
}


/*---------------------------------------------------------------------------
FLOW 流れ
---------------------------------------------------------------------------*/
.wrap_flow {
	color: #fff;
	background-color:  var(--color1);
	width: 100%;
	max-width: var(--inner-width);
	margin: 0;
	padding: 20px 0;
	position: relative;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.wrap_flow h2 {
	width: 200px;
	height: 60px;
	font-size: 1.5em; letter-spacing: .1em;
	background-color:  var(--color1);
	color: #fff;
	margin: 0 auto;
	position: absolute; left: 50%; top: 0;
	transform: translate(-50%, -50%);
	text-align: center;
}
.wrap_flow .img_box {
	width: 80%; max-width: 600px;
	margin: 1em auto;
}

@media screen and (max-width: 640px){
	.wrap_flow h2 {
		font-size: 1.5em;
	}
	
}


/*---------------------------------------------------------------------------
FLOW 流れ
---------------------------------------------------------------------------*/
a.btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.8em 1em;
	margin: 2em auto;
	color: #fff;
    border-radius: 15px;
	/*cursor: pointer;*/
	text-decoration: none;
	width: 80%;
	max-width: 500px;
	font-size: 2.0em;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
}
a.btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
a.btn i {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
padding: 0 7px 0 0;
	color: #fff;
	font-size: 1.25em;
}
@media screen and (max-width: 640px){
	a.btn {
		font-size: 1.5em;
	}
	
}




/*---------------------------------------------------------------------------
リンク押さないとダメー
---------------------------------------------------------------------------*/

.readpdf{
    text-align: center;
    margin: 50px 0;
}

#applyBtn{
    background:#ccc;
    pointer-events:none;
    cursor:not-allowed;
}

#applyBtn.active{

background-color: #f15a24;/* #00a2de; 背景色 */
	border: solid 1px #f15a24;
	box-shadow: 0 10px 0 #d35315; /* 影の太さ・色 */
	

    pointer-events:auto;
    cursor:pointer;
}
