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

/* Google Fontsのインポート（Asap, Damion） */
@import url('https://fonts.googleapis.com/css?family=Asap|Damion');

/* 改行位置の調整 */

.br--clear1{
	display: none;
}
.br--clear2, .br--clear3{
	display: block;
}

@media screen and (max-width: 900px){
	.br--clear3{
		display: none;
	}
}

@media screen and (max-width: 600px){
	.br--clear1{
		display: block;
	}
	.br--clear2{
		display: none;
	}
}





.webentry-wrap{
	margin-top: 80px;
}
.webentry-wrap section{
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}

.webentry-title{
	width: 100%;
	height: 280px;
	background-image: url(/cheer/common/img/webentry_title.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.webentry-intro{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 75px;
}

.webentry-intro__title{
	font-weight: bold;
	font-size: 20px;
}

.webentry-intro__text{
	margin-top: 20px;
	text-align: center;
	line-height: 170%;
	font-size: 16px;
	/* letter-spacing: -0.04em; */
}

.webentry-section-title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 37px;
}

.webentry-section-title__title{
	height: 117px;
	padding-top: 5px;
	font-family: 'Damion', cursive;
	font-size: 87px;
	color: #FB6281;
	font-weight: normal;
}
.webentry-section-title__title span{
	margin-right: 10px;
}

.webentry-section-title__caption{
	margin-top: -3px;
	font-size: 16px;
	color: #FB6281;
}

.webentry-merit{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 72px;
}

.webentry-merit-item{
	width: 306px;
	height: auto;
}

.webentry-merit-item-title{
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 91px;
	z-index: -1;
}

.webentry-merit-item-title-index{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: #FB6281;
	z-index: 100;
}

.webentry-merit-item-title-index__title{
	margin-top: 17px;
	margin-bottom: -10px;
	color: #FFFFFF;
	font-family: 'Asap', sans-serif;
	font-size: 18px;
}

.webentry-merit-item-title-index__number{
	color: #FFFFFF;
	font-family: 'Asap', sans-serif;
	font-size: 30px;
	font-weight: bold;
}

.webentry-merit-item-title-background{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 51px;
	background-color: #FB6281;
	z-index: 10;
}
.webentry-merit-item-body{
	padding: 22px 20px 30px;
	text-align: center;
	background-color: #FBF7CE;
}

.webentry-merit-item-body__title{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
}
.webentry-merit-item-body__title--part{
	position: relative;
	font-size: 30px;
	font-weight: bold;
}
.webentry-merit-item-body__title--part::after{
	content: '';

	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #FB6281;
}

.webentry-merit-item-body__text{
	width: 90%;
	margin: 8px auto 0;
	text-align: justify;
	line-height: 207%;
}

.webentry-button{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100px;
	border: 4px solid #FB6281;
	color: #FB6281;
	font-size: 30px;
	font-weight: bold;
	transition: color 0.5s, background-color 0.5s;
}
.webentry-button::after{
	content: '';

	position: absolute;
	top: 50%;
	right: 82px;
	width: 23px;
	height: 23px;
	border-right: 2px solid #FB6281;
	border-bottom: 2px solid #FB6281;
	transform: translateY(-50%) rotateZ(-45deg);
	transition: border-color 0.5s;
}
.webentry-button:hover{
	background-color: #FB6281;
	color: #FFFFFF;
}
.webentry-button:hover::after{
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.webentry-button a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.second_section{
	margin-top: 50px;
}

.webentry-step-title-wrap{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 90px;
	background-color: #FB6281;
}

.webentry-step-title-index{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	margin: 0 52px 0 39px;
	border: 6px solid #FB6281;
	border-radius: 50%;
	background-color: #FFFFFF;
	font-family: 'Asap', sans-serif;
	font-size: 26px;
	color: #FB6281;
	font-weight: bold;
}

	.webentry-step-title-index .num{
		display: inline-block;
		margin-left: 0.5em;
	}

.webentry-step-title{
	text-align: left;
}

.webentry-step-title__title{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}

.webentry-step-title__caption{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.webentry-step-caption{
	display: none;
}

.webentry-step-content-wrap{
	margin-top: 20px;
	margin-bottom: 65px;
}

.webentry-step-content-row{
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 80px;
	padding: 5px 0;
	border-bottom: 1px dotted #FB6281;
}
.webentry-step-content-row:last-of-type{
	border-bottom: none;
}

.webentry-step-content-row__title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 100%;
	min-height: 60px;
	background-color: #F0F0F0;
	font-size: 16px;
	color: #FB6281;
	font-weight: bold;
}
.webentry-step-content-row__title span{
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.webentry-step-content-row__text{
	width: 70%;
	padding-left: 40px;
	text-align: left;
}
.webentry-step-content-row__text .item{
	display: inline-block;
	margin-right: 1em;
}
.webentry-step-content-row__text a,
.webentry-step-content-row__text a:link,
.webentry-step-content-row__text a:visited{
	color: #11A1E3;
}

.webentry-step-mark{
	width: 100%;
	margin: 0 0 40px;
	text-align: center;
}
.webentry-step-mark img{
	display: inline-block;
	width: 69px;
}

.webentry-step-content-wrap--high{
	margin-top: 34px;
	margin-bottom: 47px;
}

.webentry-step-content-row__info{
	width: 100%;
	word-break: break-all;
}
.webentry-step-content-row__info,
.webentry-step-content-row__info--pic01,
.webentry-step-content-row__info--pic02{
	text-align: justify;
	font-size: 14px;
}
.webentry-step-content-row__info h3,
.webentry-step-content-row__info--pic01 h3,
.webentry-step-content-row__info--pic02 h3{
	font-size: 16px;
	color: #FB6281;
}

.webentry-step-content-row__info h3 span,
.webentry-step-content-row__info--pic02 h3 span{
	margin-left: 5px;
}

.webentry-step-content-row__info--notice{
	color: #11A1E3;
	font-weight: bold;
	margin: 0;
}

.webentry-step-content-row__info--pic01{
	width: calc(100% - 220px);
}
.webentry-step-content-row__info--pic02{
	width: calc(100% - 520px);
}

.webentry-step-content-row__image--pic01,
.webentry-step-content-row__image--pic02{
	margin-left: 20px;
}
.webentry-step-content-row__image--pic01{
	width: 200px;
}
.webentry-step-content-row__image--pic02{
	width: 500px;
}

.webentry-step-content-row__info_numlist_box{
  display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 10px;
}
.webentry-step-content-row__info_numlist{
  width: 55%;
}
.webentry-step-content-row__info_numlist h3{
	font-size: 16px;
  color: #FB6281;
}
.webentry-step-content-row__info_numlist.step05{
  width: 65%;
}
.webentry-step-content-row__info_numlist .list_item{
  padding-left: 1.2em;
	text-indent: -1.2em;
}
.webentry-step-content-row__info_numlist_img{
  width: 43%;
}
.webentry-step-content-row__info_numlist_img.step02_pc{
	display: block;
}
.webentry-step-content-row__info_numlist_img.step02_sp{
	display: none;
}

.webentry-step-content-row__info_numlist_img.step05{
  width: 33%;
}

.underline_text{
	text-decoration: underline;
}
.underline_text.double{
	text-decoration: underline double;
}
.item-number span{
	position: relative;
}
.item-number span::before{
	content: '';

	position: absolute;
	top: 50%;
	left: 0;
	width:16px;
	height: 16px;
	border: 1px solid #FB6281;
	border-radius: 50%;
	transform: translateY(-50%);
}

.webentry-step-content-wrap--high .webentry-step-content-row{
	justify-content: space-between;
	align-items: flex-start;
	padding: 18px 0;
}

.webentry-step-content-alert{
	margin-bottom: 47px;
	padding: 15px;
	width: 100%;
	height: auto;
	border: 1px solid #FB6281;
	border-radius: 10px;
	color: #FB6281;
}

.webentry-step-last{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 560px;
	width: calc(100% - 200px);
	height: 90px;
	margin: 48px auto 80px;
	background-color: #FB6281;
	border-radius: 45px;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}

/*-----------------------------------
	タブレット表示
  -----------------------------------*/

@media screen and (max-width: 1100px){
	.webentry-title{
		height: 240px;
	}
	.webentry-section-title__title{
		font-size: 75px;
	}
	.webentry-section-title__caption{
		margin-top: -18px;
		font-size: 14px;
	}
	.webentry-merit{
		justify-content: center;
		flex-wrap: wrap;
	}
	.webentry-merit-item{
		width: 270px;
		margin: 0 10px 10px;
	}
	.webentry-merit-item-title{
		height: 80px;
	}
	.webentry-merit-item-title-index{
		width: 110px;
		height: 110px;
	}
	.webentry-merit-item-title-index__title{
		margin-top: 10px;
		margin-bottom: -5px;
		font-size: 15px;
	}
	.webentry-merit-item-title-index__number{
		font-size: 26px;
	}
	.webentry-merit-item-title-background{
		height: 45px;
	}
	.webentry-merit-item-body__title--part{
		font-size: 28px;
	}
	.webentry-merit-item-body__text{
		font-size: 14px;
	}
	
	.webentry-step-title-wrap{
		height: 72px;
	}
	.webentry-step-title-index{
		width: 105px;
		height: 105px;
		margin: 0 26px 0 23px;
		font-size: 23px;
	}
	.webentry-step-title__title{
		font-size: 25px;
	}
	.webentry-step-title__caption{
		font-size: 12px;
	}
	.webentry-step-content-wrap .webentry-step-content-row{
		height: 90px;
	}
	.webentry-step-content-row__title{
		width: 250px;
	}
	.webentry-step-content-row__title span{
		font-size: 12px;
	}
	.webentry-step-content-row__text{
		width: calc(100% - 250px);
		padding-left: 20px;
		font-size: 14px;
	}

}

@media screen and (max-width: 900px){
	.webentry-button{
		height: 85px;
		font-size: 27px;
	}
	.webentry-button::after{
		right: 36px;
	}
	.webentry-step-content-wrap--high .webentry-step-content-row{
		flex-direction: column;
		height: auto;
		min-height: 0;
		border: none;
	}
	.webentry-step-content-row__info--pic01,
	.webentry-step-content-row__info--pic02{
		width: 100%;
	}
	.webentry-step-content-row__image--pic01,
	.webentry-step-content-row__image--pic02{
		margin: 10px auto;
	}
	.webentry-step-content-alert{
		text-align: justify;
	}
	.webentry-step-last{
		width: 60%;
		min-width: 280px;
	}
}

@media screen and (max-width: 600px){
	.webentry-title{
		height: 140px;
	}
	.webentry-intro{
		margin-top: 25px;
	}
	.webentry-intro__title{
		font-size: 17px;
	}
	.webentry-intro__text{
		text-align: justify;
		margin-top: 14px;
		padding: 0 20px;
		font-size: 14px;
	}
	.webentry-merit{
		margin-bottom: 10px;
	}
	.webentry-merit-item{
		margin: 0 0 20px;
	}
	.webentry-merit-item-body__title{
		flex-direction: row;
	}
	.webentry-merit-item-body__title.title_line{
		flex-direction: column;
	}
	.webentry-merit-item-body__title--part{
		font-size: 22px;
	}
	.webentry-merit-item-body__title--part::after{
		bottom: 3px;
	}
	.webentry-button{
		height: 60px;
		font-size: 16px;
	}
	.webentry-button::after{
		right: 12px;
		width: 12px;
		height: 12px;
	}
	.webentry-step-title-wrap{
		height: 60px;
	}
	.webentry-step-title-index{
		flex-direction: column;
		width: 90px;
		height: 90px;
		margin: 0 15px 0 17px;
		font-size: 23px;
    line-height: 1.2;
	}
	.webentry-step-title-index .num{
		margin-left: 0;
	}
	.webentry-step-title__title{
		font-size: 23px;
	}
	.webentry-step-title__caption{
		display: none;
	}
	.webentry-step-caption{
		display: block;
		margin-top: 20px;
		color: #FB6281;
		font-size: 14px;
		font-weight: bold;
	}
	.webentry-step-content-wrap--high{
		margin-top: 5px;
		margin-bottom: 26px;
	}
	.webentry-step-content-wrap{
		margin-bottom: 20px;
	}
	.webentry-step-content-wrap .webentry-step-content-row{
		flex-direction: column;
		height: auto;
		min-height: 0;
		border: none;
	}
	.webentry-step-content-row__title{
		width: 100%;
	}
	.webentry-step-content-row__text{
		width: 100%;
		padding: 0;
		margin: 13px 0 18px;
	}
	.webentry-step-content-row__image--pic02{
		width: 100%;
	}
	.webentry-step-content-row__info_numlist_box{
		flex-direction: column;
	}
	.webentry-step-content-row__info_numlist,
	.webentry-step-content-row__info_numlist.step05{
		width: 100%;
	}
	.webentry-step-content-row__info_numlist_img{
		width: 100%;
		margin: 10px auto 0;
	}
	.webentry-step-content-row__info_numlist_img.step05{
		width: 80%;
		margin: 20px auto 0;
	}
	.webentry-step-content-row__info_numlist_img.step02_pc{
		display: none;
	}
	.webentry-step-content-row__info_numlist_img.step02_sp{
		display: block;
    width: calc(100% + calc(1.2em * 1));
		margin-left: -1.2em;
	}

}

