@charset "UTF-8";

img {
  max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
p{
	font-size: 18px;
	line-height: 2;
}
.c5-heading1{
	font-size: 28px;
}
.c5-heading2{
	font-size: 24px;
	line-height: 2;
}
.c5-pc{
	display: block;
}
.c5-sp{
	display: none;
}
.c5-btn{
	font-weight: 700;
}

@media(min-width:768px){
	.c5-btn{
		font-size: 18px;
	}
}

@media screen and (max-width: 767px){
	p{
		font-size: 16px;
		line-height: 1.6;
	}
	.c5-pc{
		display: none;
	}
	.c5-sp{
		display: block;
	}
	.c5--alignLeft-sp{
		text-align: left!important;
	}
	.c5-noteText{
		font-size: 14px;
	}
}
.c5-iconInline{
	width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-top: -0.15em;
    color: inherit;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.c5-mt8{
	margin-top: 8px!important;
}
.c5-mt16{
	margin-top: 16px!important;
}
.c5-mt24{
	margin-top: 24px!important;
}
.c5-mt32{
	margin-top: 32px!important;
}
.c5-mt40{
	margin-top: 40px!important;
}
.c5-mt48{
	margin-top: 48px!important;
}
.c5-mt56{
	margin-top: 56px!important;
}
.c5-mt64{
	margin-top: 64px!important;
}
.c5-mt72{
	margin-top: 72px!important;
}
.c5-mt80{
	margin-top: 80px!important;
}
.c5-bgYellow{
	background-color: #F3EFC3;
	padding: 104px 0;
}
.c5-bgBlue{
	background-color: #DBE7F2;
	padding: 104px 0;
}
.c5-bgWhite{
	background-color: #fff;
	padding: 104px 0;
}
.c5-sectionTitle{
	margin: 0 0 32px;
}
.c5-sectionTitle img{
	display: block;
	padding-left: 8px;
}
.c5-sectionTitle h2{
	margin-top: 16px;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
}
.c5-blockTitle{
	margin: 24px 0 32px;
}
.c5-blockTitle h3{
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 16px;
	border-bottom: 4px solid #DBE7F2;
	position: relative;
}
.c5-blockTitle h3::after{
	position: absolute;
	content: '';
	bottom: -4px;
	left: 0;
	display: block;
	width: 100%;
	max-width: 100px;
	height: 4px;
	background-color: #276AA1;
}
.c5-linkbtn--blue{
	display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 20px 105px 20px 55px;
	border: 2px solid #266aa2;
    background-color: #276AA1;
    border-radius: 60px;
    font-size: 18px;
	font-weight: bold;
    text-align: left;
    color: #fff;
    position: relative;
	transition: .2s;
}
.c5-linkbtn--blue::after{
	position: absolute;
	content: '';
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/img_icon_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transition: .2s;
}
.c5-linkbtn--blue:hover{
    color: #276aa2;
    text-decoration: none;
    background: #fff;
	border: 2px solid #266aa2;
    transition: .2s;
}
.c5-linkbtn--blue:hover::after{
	background-image: url(../images/img_icon_arrow_hover.svg);
    transition: .2s;
}

.c5-linkbtn--black{
	display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 20px 96px 20px 40px;
	border: 2px solid #2F353D;
    background-color: #2F353D;
    border-radius: 60px;
    font-size: 18px;
	font-weight: bold;
    text-align: left;
    color: #fff;
    position: relative;
	transition: .2s;
}
.c5-linkbtn--black::after{
	position: absolute;
	content: '';
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	display: block;
	width: 32px;
	height: 24px;
	background-image: url(../images/img_icon_windowBtn.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transition: .2s;
}
.c5-linkbtn--black:hover{
    color: #2F353D;
    text-decoration: none;
    background: #fff;
	border: 2px solid #2F353D;
    transition: .2s;
}
.c5-linkbtn--black:hover::after{
	background-image: url(../images/img_icon_windowBtn_hover.svg);
    transition: .2s;
}

.c5-linkbtn--orange{
	display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 20px 88px 20px 40px;
	border: 2px solid #F5683A;
    background-color: #F5683A;
    border-radius: 60px;
    font-size: 18px;
	font-weight: bold;
    text-align: left;
    color: #fff;
    position: relative;
	transition: .2s;
}
.c5-linkbtn--orange::after{
	position: absolute;
	content: '';
	top: 50%;
	right: 48px;
	transform: translateY(-50%);
	display: block;
	width: 25px;
	height: 22px;
	background-image: url(../images/img_icon_mypage.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transition: .2s;
}
.c5-linkbtn--orange:hover{
    color: #F5683A;
    text-decoration: none;
    background: #fff;
	border: 2px solid #F5683A;
    transition: .2s;
}
.c5-linkbtn--orange:hover::after{
	background-image: url(../images/img_icon_mypage_hover.svg);
    transition: .2s;
}
.c5-noteBox{
	padding: 32px 40px;
	background-color: #EFEFEF;
	border-radius: 8px;
	font-size: 16px;
}
.c5-leadSmall{
	font-weight: normal;
}
.c5-columnButton{
	display: flex;
	justify-content: center;
	align-items: center;
	a{
		margin-bottom: 0;
		margin-right: 30px;
	}
}
.c5-imgStyle{
	margin: 0 auto;
}

@media screen and (max-width: 1000px){
	.c5-sectionTitle h2{
		font-size: 36px;
	}
}
@media screen and (max-width: 767px){
	.c5-heading1{
		font-size: 18px;
	}
	.c5-heading2{
		font-size: 16px;
	}
	.c5-mt8{
		margin-top: 4px!important;
	}
	.c5-mt16{
		margin-top: 8px!important;
	}
	.c5-mt24{
		margin-top: 12px!important;
	}
	.c5-mt32{
		margin-top: 16px!important;
	}
	.c5-mt40{
		margin-top: 20px!important;
	}
	.c5-mt48{
		margin-top: 24px!important;
	}
	.c5-mt56{
		margin-top: 28px!important;
	}
	.c5-mt64{
		margin-top: 32px!important;
	}
	.c5-mt72{
		margin-top: 36px!important;
	}
	.c5-mt80{
		margin-top: 40px!important;
	}
	.c5-bgYellow{
		padding: 56px 0;
	}
	.c5-bgBlue{
		padding: 56px 0;
	}
	.c5-bgWhite{
		padding: 56px 0;
	}
	.c5-sectionTitle{
		margin: 0 0 24px;
		overflow: hidden;
	}
	.c5-sectionTitle img{
		max-width: 260%;
		padding-left: 4px;
	}
	.c5-sectionTitle h2{
		font-size: 28px;
		margin-top: 8px;
	}
	.c5-blockTitle{
		margin: 16px 0;
	}
	.c5-blockTitle h3{
		font-size: 18px;
		border-bottom: 2px solid #DBE7F2;
		padding-bottom: 8px;
	}
	.c5-blockTitle h3::after{
		bottom: -2px;
		max-width: 50px;
		height: 2px
	}
	.c5-noteBox{
		padding: 16px 24px;
		font-size: 14px;
	}
	.c5-linkbtn--black{
		width: calc(100% - 64px);
		padding: 16px 40px 16px 24px;
		font-size: 14px;
		text-align: center;
	}
	.c5-linkbtn--black::after{
		width: 24px;
		height: 16px;
		right: 12px;
	}
	.c5-linkbtn--blue{
		width: calc(100% - 64px);
		padding: 16px 40px 16px 24px;
		font-size: 14px;
		text-align: center;
	}
	.c5-linkbtn--blue::after{
		width: 32px;
		height: 32px;
	}
	.c5-linkbtn--orange{
		width: calc(100% - 64px);
		padding: 16px 40px 16px 24px;
		font-size: 14px;
		text-align: center;
	}
	.c5-linkbtn--orange::after{
		width: 24px;
		height: 16px;
		right: 16px;
	}
}




/* main */
.c5-mv{
	background-image: url(../images/mv-bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: relative;
}
.c5-mv .c5-mv--flex{
	display: flex;
    width: 100%;
    max-width: 1120px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 95px 0 118px;
	align-items: center;
}
.c5-mv .c5-mv--flex .c5-mv--flex--left{
	width: 100%;
	max-width: 692px;
    margin-right: 4%;
}
.c5-mv .c5-mv--flex .c5-mv--flex--right{
	width: 100%;
	max-width: 421px;
}
@media screen and (max-width: 1440px){
	.c5-mv .c5-mv--flex{
		width: 80%;
		padding: 5% 0 7%;
		align-items: center;
	}
	.c5-mv .c5-mv--flex .c5-mv--flex--left{
		width: unset;
		max-width: 100%;
		margin-right: 8%;
	}
	.c5-mv .c5-mv--flex .c5-mv--flex--right{
		width: unset;
		max-width: 36%;
	}
}
.c5-dropshadow{
	filter: drop-shadow(28px 28px 30px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px){
	.c5-mv .c5-mv--flex{
		display: block;
		width: 90%;
	}
	.c5-mv .c5-mv--flex .c5-mv--flex--left{
		width: 100%;
		margin-right: 0;
	}
	.c5-mv .c5-mv--flex .c5-mv--flex--right{
		width: 70%;
		max-width: 100%;
		margin: 24px auto 0;
	}
	.c5-dropshadow{
		filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.3));
	}
}




/* explanation */
.c5-Title-img img{
	margin: auto;
}
.c5-explanation{
	padding: 34px 40px 40px;
	background-color: #DBE7F2;
	border: 1px solid #276AA1;
	border-radius: 8px;
}
.c5-explanation .c5-explanation-QuestionBox p{
	width: fit-content;
	background-color: #fff;
	padding: 16px 30px;
	border-radius: 8px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}
.c5-explanation .c5-explanation-QuestionBox p span{
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: #F5E149;
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}
.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft{
	display: flex;
	margin-top: -56px;
	align-items: center;
}
.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft:first-child{
	margin-top: 0;
}
.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft-secondChild{
	margin-top: 10px;
}
.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft-thirdChild{
	margin-top: -48px;
}
.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft-lastChild{
	margin-top: -30px;
}
.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft div{
	margin-right: 24px;
}
.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft p::before{
	position: absolute;
    content: '';
    top: 50%;
	transform: translateY(-50%);
    left: -12px;
    display: block;
    width: 20px;
    height: 18px;
    background-image: url(../images/img_icon_arrowLeft.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.c5-explanation .c5-explanation-QuestionBox .c5-questionRight{
	display: flex;
    margin: -64px 0 0 auto;
    width: fit-content;
    align-items: center;
}
.c5-explanation .c5-explanation-QuestionBox .c5-questionRight-firstChild{
    margin-top: -35px;
}
.c5-explanation .c5-explanation-QuestionBox .c5-questionRight div{
	margin-left: 24px;
}
.c5-explanation .c5-explanation-QuestionBox .c5-questionRight:last-child{
	margin-top: -36px;
}
.c5-explanation .c5-explanation-QuestionBox .c5-questionRight:last-child div{
	margin-top: -24px;
}
.c5-explanation .c5-explanation-QuestionBox .c5-questionRight p::after{
	position: absolute;
    content: '';
    top: 50%;
	transform: translateY(-50%);
    right: -16px;
    display: block;
    width: 20px;
    height: 18px;
    background-image: url(../images/img_icon_arrowRight.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1135px){
	.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft{
		margin-top: 0;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft-lastChild{
		margin-top: 16px;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionRight{
		margin: -4px 0 0 auto;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft div{
		max-width: 120px;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionRight div{
		max-width: 120px;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionRight:last-child{
		margin-top: -8px;
	}
}
@media screen and (max-width: 1000px){
	.c5-explanation .c5-explanation-QuestionBox p{
		font-size: 18px;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionRight{
		margin: 0 0 0 auto;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft div{
		max-width: 100px;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionRight div{
		max-width: 100px;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionRight:last-child{
		margin-top: 8px;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionRight:last-child div{
		margin-top: -64px;
	}
}
@media screen and (max-width: 767px){
	.c5-explanation .c5-explanation-QuestionBox p br{
		display: none;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionRight:last-child{
		margin-top: 16px;
	}
}
.c5-explanation .c5-explanation-YellowBox{
	margin-top: 72px;
	padding: 40px 60px 20px;
	background-color: #F3EFC3;
	border: 4px solid #fff;
	border-radius: 8px;
}
.c5-explanation .c5-explanation-YellowBox02{
	margin-top: 24px;
}
.c5-explanation .c5-explanation-YellowBox h3{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	position: relative;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanation-small{
	font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    position: relative;
}
.c5-explanation-YellowBox li .c5-explanation-Sellprice{
	font-size: 16px;
	font-weight: normal;
}

.c5-explanation .c5-explanation-YellowBox h3 br{
	display: none;
}
@media screen and (max-width: 1110px){
	.c5-explanation .c5-explanation-YellowBox h3{
		text-align: left;
	}
	.c5-explanation .c5-explanation-YellowBox h3 br{
		display: block;
	}
}
.c5-explanationTitle-img::after{
	position: absolute;
    content: '';
    top: -96px;
    right: -28px;
    display: block;
    width: 189px;
    height: 171px;
    background-image: url(../images/img_icon_female.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList{
	display: flex;
	justify-content: space-between;
	margin: 24px 0 0;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li{
	width: calc(33% - 0px);
    max-width: 300px;
    background-color: #fff;
    border: 4px solid #EFB293;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    padding: 23px 0 19px;
    margin-right: 50px;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li:last-child{
	margin-right: 0;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li h4{
	font-size: 24px;
	line-height: 1;
	width: fit-content;
	background-color: #F5E149;
	padding: 4px 8px;
    margin: 0 auto;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li p{
	line-height: 1.5;
	margin-top: 4px;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li .c5-explanationList-img{
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
	margin-top: 48px;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li .c5-explanationList-img01{
	margin-top: 26px;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li .c5-explanationList-img02{
	margin-top: 8px;
	max-width: 210px;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li .c5-explanationList-img03{
	margin-top: 32px;
    max-width: 144px;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li .c5-explanationList-img04{
	margin-top: 16px;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li .c5-explanationList-imgLast{
	max-width: 248px;
    margin-top: 44px;
}

.c5-explanation .c5-explanation-YellowBox .c5-explanationList li .c5-explanationList-price{
	font-size: 14px;
	font-weight: bold;
	color: #F5683A;
	margin-top: 16px;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li .c5-explanationList-price05{
	margin-top: 24px;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li .c5-explanationList-priceLast{
	margin-top: 14px;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li .c5-explanationList-price span{
	font-size: 24px;
	color: #F5683A;
}
.c5-explanation .c5-explanation-YellowBox .c5-explanationList li .c5-ProductName{
	font-size: 16px;
}


@media screen and (max-width: 1260px){
	.c5-explanation .c5-explanation-YellowBox h3{
		position: relative;
		display: flex;
		align-items: center;
		width: fit-content;
		margin: auto;
	}
	.c5-explanation .c5-explanation-YellowBox h3::after{
		position: unset;
		top: -83px;
		right: -28px;
		display: inline-block;
		width: 152px;
		height: 138px;
		margin-left: 16px;
	}
	.c5-explanation .c5-explanation-YellowBox .c5-explanationList{
		display: flex;
		justify-content: space-between;
		margin: 0;
	}
}
@media screen and (max-width: 1200px){
	.c5-explanation .c5-explanation-YellowBox h3{
		font-size: 26px;
		text-align: left;
	}
	.c5-explanation .c5-explanation-YellowBox h3::after{
		width: 120px;
		height: 109px;
	}
	.c5-explanation .c5-explanation-YellowBox .c5-explanationList li p br{
		display: none;
	}
	.c5-explanation .c5-explanation-YellowBox .c5-explanationList{
		display: block;
	}
	.c5-explanation .c5-explanation-YellowBox .c5-explanationList li{
		width: calc(100% - 0px);
		max-width: unset;
		margin: 24px auto 0;
	}
	.c5-explanation .c5-explanation-YellowBox .c5-explanationList li:first-child{
		margin: 0 auto 0;
	}
}
@media screen and (max-width: 767px){
	.c5-explanation{
		padding: 16px;
	}
	.c5-explanation .c5-explanation-QuestionBox p{
		font-size: 16px;
		padding: 12px 16px;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft{
		margin-top: 32px;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft div{
		max-width: 50px;
		margin-right: 16px;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionRight{
		margin: 16px 0 0 auto;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionRight div{
		max-width: 50px;
		margin-left: 16px;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionRight:last-child div{
		margin-top: unset;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionLeft p::before{
		left: -8px;
		width: 16px;
		height: 10px;
	}
	.c5-explanation .c5-explanation-QuestionBox .c5-questionRight p::after{
		width: 16px;
		height: 10px;
	}
	.c5-explanation .c5-explanation-YellowBox{
		padding: 24px 16px 16px;
		margin-top: 36px;
	}
	.c5-explanation .c5-explanation-YellowBox h3{
		font-size: 18px;
		text-align: center;
	}
	.c5-explanation .c5-explanation-YellowBox h3::after{
		display: none;
	}
	.c5-explanation .c5-explanation-YellowBox .c5-explanationList li{
		width: calc(100% - 32px);
		margin: 16px auto 0;
		padding: 16px;
		border: 2px solid #EFB293;
	}
	.c5-explanation .c5-explanation-YellowBox .c5-explanationList li:first-child{
		margin: 16px auto 0;
	}
	.c5-explanation .c5-explanation-YellowBox .c5-explanationList li h4{
		font-size: 18px;
	}
	.c5-explanation .c5-explanation-YellowBox .c5-explanationList li p br{
		display: block;
	}
	.c5-explanation .c5-explanation-YellowBox .c5-explanationList li .c5-explanationList-price span{
		font-size: 18px;
	}
}
/* explanation */

.c5-anchorLink{
	display: flex;
	justify-content: space-between;
}
.c5-anchorLink li{
	width: 19%;
	display: flex;
    flex-direction: column;
}
.c5-anchorLink li .c5-anchorLink--inner{
	display: flex;
	align-items: center;
	font-size: 16px;
	padding: 18px 74px 18px 24px;
	position: relative;
	background-color: #DBE7F2;
    line-height: 1.5;
	text-align: left;
	flex-grow: 1;
	font-weight: bold;
}
.c5-anchorLink li .c5-anchorLink--inner::after{
	position: absolute;
	content: '';
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/img_icon_down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transition: .2s;
}
.c5-anchorLink li .c5-anchorLink--inner:hover{
	color: #2F353D;
	text-decoration: none;
}
.c5-anchorLink li .c5-anchorLink--inner:hover::after{
	background-image: url(../images/img_icon_down_hover.svg);
	transition: .2s;
}
@media screen and (max-width: 1067px){
	.c5-anchorLink{
		display: block;
	}
	.c5-anchorLink li{
		width: 100%;
		margin-bottom: 8px;
	}
	.c5-anchorLink li:last-child{
		margin-bottom: 0;
	}
	.c5-anchorLink li .c5-anchorLink--inner{
		padding: 18px 64px 18px 16px;
	}
	.c5-anchorLink li .c5-anchorLink--inner br{
		display: none;
	}
	.c5-anchorLink li .c5-anchorLink--inner::after{
		right: 16px;
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 767px){
	.c5-anchorLink li .c5-anchorLink--inner{
		font-size: 15px;
	}
}




/* points */
#points .c5-pointsList{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
#points .c5-pointsList li{
	text-align: center;
	padding: 55px 24px 34px;
	background-color: #fff;
	border-radius: 8px;
	margin-right: 1.2%;
	margin-top: 54px;
	position: relative;
	width: calc(32.5% - 48px);
}
#points .c5-pointsList li:nth-child(3n){
	margin-right: unset;
}
#points .c5-pointsList li:last-child{
	margin-right: unset;
}
#points .c5-pointsList .c5-num01::after{
	position: absolute;
	content: '';
	top: -24px;
	left: 50%;
    transform: translateX(-50%);
	display: block;
	width: 100px;
	height: 69px;
	background-image: url(../images/img_points_num01.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
#points .c5-pointsList .c5-num02::after{
	position: absolute;
	content: '';
	top: -24px;
	left: 50%;
    transform: translateX(-50%);
	display: block;
	width: 100px;
	height: 69px;
	background-image: url(../images/img_points_num02.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
#points .c5-pointsList .c5-num03::after{
	position: absolute;
	content: '';
	top: -24px;
	left: 50%;
    transform: translateX(-50%);
	display: block;
	width: 104px;
	height: 71px;
	background-image: url(../images/img_points_num03.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
#points .c5-pointsList .c5-num04::after{
	position: absolute;
	content: '';
	top: -24px;
	left: 50%;
    transform: translateX(-50%);
	display: block;
	width: 104px;
	height: 71px;
	background-image: url(../images/img_points_num04.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
#points .c5-pointsList .c5-num05::after{
	position: absolute;
	content: '';
	top: -24px;
	left: 50%;
    transform: translateX(-50%);
	display: block;
	width: 100px;
	height: 70px;
	background-image: url(../images/img_points_num05.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
#points .c5-pointsList .c5-num06::after{
	position: absolute;
	content: '';
	top: -24px;
	left: 50%;
    transform: translateX(-50%);
	display: block;
	width: 100px;
	height: 70px;
	background-image: url(../images/img_points_num06.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
#points .c5-pointsList li h4{
	font-size: 20px;
	line-height: 1.5;
}
#points .c5-pointsList li p{
	font-size: 16px;
	text-align: left;
}
@media screen and (max-width: 1094px){
	#points .c5-pointsList li h4{
		font-size: 28px;
	}
}
@media screen and (max-width: 984px){
	#points .c5-pointsList{
		display: block;
	}
	#points .c5-pointsList li{
		width: calc(100% - 48px);
		padding: 40px 24px 24px;
		margin-top: 40px;
	}
	#points .c5-pointsList .c5-num01::after{
		width: 64px;
		height: 53px;
		top: -16px;
	}
	#points .c5-pointsList .c5-num02::after{
		width: 77px;
		height: 53px;
		top: -16px;
	}
	#points .c5-pointsList .c5-num03::after{
		width: 76px;
		height: 53px;
		top: -16px;
	}
	#points .c5-pointsList .c5-num04::after{
		width: 78px;
		height: 53px;
		top: -16px;
	}
	#points .c5-pointsList .c5-num05::after{
		width: 77px;
		height: 53px;
		top: -16px;
	}
	#points .c5-pointsList .c5-num06::after{
		width: 77px;
		height: 53px;
		top: -16px;
	}
}
@media screen and (max-width:767px){
	#points .c5-pointsList li h4{
		font-size: 16px;
	}
}

/* price */
@media screen and (min-width:1000px){
	#price .c5-priceImg{
		margin: 48px 40px 0;
	}
}
@media screen and (max-width:1000px){
	#price .c5-priceImg_sp{
		margin: 48px 0;
	}
}


/* failure */
@media screen and (max-width:767px){
	.c5-columnButton{
		display: block;
	}
}


/* faq */
#faq .c5-faqList li{
	padding: 40px;
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 24px;
}
#faq .c5-faqList li:last-child{
	margin-bottom: 0;
}
#faq .c5-faqList li .c5-faqQuestion{
	font-weight: bold;
	line-height: 2;
	padding-left: 60px;
	position: relative;
}
#faq .c5-faqList li .c5-faqQuestion::before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
    transform: translateY(-50%);
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../images/img_icon_question.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
#faq .c5-faqList li .c5-faqAnswer{
	line-height: 2;
	padding-left: 60px;
	margin-top: 32px;
}
#faq .c5-faqList li .c5-faqAnswer .c5-noteText{
	font-size: 18px;
	color: #2e353d;
}
#faq .c5-faqList li .c5-answerIcon{
	position: relative;
}
#faq .c5-faqList li .c5-answerIcon::before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
    transform: translateY(-50%);
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../images/img_icon_answer.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
#faq .c5-faqList li .c5-answerIcon-long{
	position: relative;
}
#faq .c5-faqList li .c5-answerIcon-long::before{
	position: absolute;
	content: '';
	top: 16px;
	left: 0;
    transform: translateY(-50%);
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../images/img_icon_answer.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px){
	#faq .c5-faqList li{
		padding: 32px 24px;
		margin-bottom: 16px;
	}
	#faq .c5-faqList li .c5-faqQuestion{
		padding-left: 48px;
		line-height: 1.6;
	}
	#faq .c5-faqList li .c5-faqQuestion::before{
		top: 16px;
		width: 32px;
		height: 32px;
	}
	#faq .c5-faqList li .c5-faqAnswer{
		margin-top: 24px;
		padding-left: 48px;
		line-height: 1.6;
	}
	#faq .c5-faqList li .c5-faqAnswer .c5-noteText{
		font-size: 14px;
		color: #2e353d;
	}
	#faq .c5-faqList li .c5-answerIcon::before{
		top: 16px;
		width: 32px;
		height: 32px;
	}
	#faq .c5-faqList li .c5-answerIcon-long::before{
		width: 32px;
		height: 32px;
	}
}




/* request */
.c5-stepListBtn{
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
.c5-stepListBtn li{
	width: 33%;
	margin-right: 15px;
}
.c5-stepListBtn li:last-child{
	margin-right: 0;
}
.c5-stepUnderArrow{
	width: fit-content;
	margin: 24px auto 16px;
}
.c5-step{
    background-color: #DBE7F2;
    border-radius: 8px;
    padding: 64px 40px 48px;
}
.c5-step .c5-stepTitle{
    text-align: center;
}
.c5-step .c5-stepTitle h2{
	font-size: 32px;
    line-height: 1.5;
    margin: 24px auto 16px;
}
.c5-step .c5-stepList-ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.c5-step .c5-stepList-ul li{
	position: relative;
	padding-left: 16px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
.c5-step .c5-stepList-ul li::before{
	content: '・';
	position: absolute;
	left: -4px;
}
.c5-step .c5-stepList-ol{
	list-style: none;
  	counter-reset: number;
	padding: 0;
	margin: 0;
}
.c5-step .c5-stepList-ol li{
	position: relative;
	padding-left: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
.c5-step .c5-stepList-ol li::before{
	counter-increment: number;
	content: '0' counter(number) '.';
	position: absolute;
	left: 0;
}
.c5-stepCaptionBox{
	margin-top: 32px;
	padding: 32px 40px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #276AA1;
}
.c5-stepCaptionBox h3{
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	color: #276AA1;
	text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #92B4D0;
    text-underline-offset: 4px;
    text-decoration-skip-ink: none;
}
.c5-stepCaptionBox p span{
	font-weight: bold;
	text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: #F5E149;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
.c5-stepCaptionBox .c5-stepCaptionBox-ol{
	list-style: none;
  	counter-reset: number;
	padding: 0;
	margin: 0;
}
.c5-stepCaptionBox .c5-stepCaptionBox-ol li{
	position: relative;
	padding-left: 24px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
.c5-stepCaptionBox .c5-stepCaptionBox-ol li::before{
	counter-increment: number;
	content: counter(number) '.';
	position: absolute;
	left: 0;
}
@media screen and (max-width: 767px){
	.c5-stepUnderArrow{
		margin: 16px auto 8px;
	}
	.c5-stepListBtn{
		display: block;
	}
	.c5-stepListBtn li{
		width: fit-content;
		margin: 0 auto 16px;
	}
	.c5-stepListBtn li:last-child{
		margin: 0 auto;
	}
	.c5-step{
		padding: 16px;
	}
	.c5-step .c5-stepTitle img{
		max-width: 60%;
	}
	.c5-step .c5-stepTitle img:last-child{
		max-width: 30%;
	}
	.c5-step .c5-stepTitle h2{
		font-size: 24px;
		margin: 16px auto 8px;
	}
	.c5-step .c5-stepList-ol li{
		font-size: 16px;
		line-height: 1.5;
		margin-top: 16px;
	}
	.c5-stepCaptionBox{
		margin-top: 24px;
		padding: 16px;
	}
	.c5-stepCaptionBox h3{
		font-size: 20px;
	}
	.c5-stepCaptionBox .c5-stepCaptionBox-ol li{
		font-size: 14px;
		line-height: 1.5;
		margin-top: 8px;
	}
	.c5-stepCaptionBox .c5-stepCaptionBox-ol li:first-child{
		margin-top: 16px;
	}
	.c5-step .c5-stepList-ul li{
		font-size: 16px;
		line-height: 1.5;
		margin-top: 16px;
	}
}

@media screen and (max-width: 767px){
.c5-btnMt{
	margin-top: 20px;
}
.c5-btn{
	width: 100%;
	text-align: center;
}
}

.c5-sectionTitle .c5-link{
	display: inline;
}