@charset "utf-8";
html {
    font-family: sans-serif;
    font-size: 62.5%;
    scroll-behavior: smooth;
}
* {
    font-family: Linotte, YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Roboto, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS PGothic', Arial,Helvetica, Verdana, sans-serif;
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
}
#contents02{
  color: #333333;
}
.flex_space_bt{
    display: flex;
    justify-content: space-between;
}
.flex_wrap{
    display: flex;
    flex-wrap: wrap;
}
.red{
    color: red;
}
.border_gray{
    border: solid 2px #d4d4d4;
    padding: 20px;
}
.bg_blue{
  background-color: #e1f2fb;
}
.bg_blue_stripe{
    background:repeating-linear-gradient(135deg,#77c0e4,#77c0e4 10px,#64b3dd 10px,#64b3dd 30px);
}
.bg_white{
  background-color: #ffffff;
}
/*二色混ぜ背景.bg_blue_pink{
    background:linear-gradient(350deg,#fcf3fc 0%,#fcf3fc 50%,#ddf2f9 50%,#ddf2f9 100%);
}*/
.center{text-align: center;} 
.left{text-align: left;}
.right{text-align: right;}

/*-----------------PC--------------------*/
.only_pc{display: block;}
.only_sp{display: none;}
.w1100 {
    width: 1100px;
    margin: auto;
}
.w1000{
    width: 1000px;
    margin: 0 auto;
}
.w900{
    width: 900px;
    margin: 0 auto;
}
.w650{
    width: 650px;
    margin: 0 auto;
}
.list_circle li{
    padding-left: 1.2em;
    position: relative;
}
.list_circle li+li{
    /*margin-top: 10px;*/
}
.list_circle li:before{
    content: "・";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.notice{
    padding-left: 1.5em;
    font-size: 1.4rem;
    position: relative;
}
.notice:before{
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.pd_t_b_50{padding: 50px 0;}
.pd_t_b_30{padding: 30px 0;}
.mt_60{margin-top: 60px;}
.mt_50{margin-top: 50px;}
.mt_40{margin-top: 40px;}
.mt_30{margin-top: 30px;}
.mt_20{margin-top: 20px;}
.mt_10{margin-top: 10px;}
.maker{
    background: linear-gradient(transparent 75%, #ffffab 25%);
}
.lead{
    font-size: 2.2rem;
    font-weight: bold;
}
.flex_space_bt_pc{
    display: flex;
    justify-content: space-between;
}
.flex_wrap_pc{
    display: flex;
    flex-wrap: wrap;
}
/*---------contents-----------*/
#contents02{
    font-size: 1.8rem;
    font-weight: 500;
}
/*---------#MV_area-----------*/
#MV_area{
    background-image: url(../img/mv-img_background.jpg);
    background-size: cover;
    background-position: bottom,center;
    background-repeat: no-repeat;
    padding: 40px 0 20px;
}
.date_area{
    padding: 15px 0;
    text-align: center;
    font-size: 2.2rem;
    background-color: #182987;
    color: #ffffff;   
}
/*---------step_area-----------*/
.step_list > li{
    width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 30px;
    border: #182987 4px solid;
    padding: 40px;
    box-shadow: 2px 2px 4px #3a5ea3;
}
.step_list > li+li{
    margin-top: 40px;
}
.step_title{
    color:  #182987;
    font-size: 32px;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
}
.step_title:before{
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #182987;
    top: 2px;
    left: 0;
    width: 8px;
    height: 38px;
}
.step_list p{
    margin-top: 10px;
    font-size: 18px;
}
.step_list p.lead{
    font-size: 24px;
}
.step_list .textBox{
    width: 77%;
}
.step_list .imgBox{
    width: 20%;
}
.step_list a:not(.down_arrow),
.information_list a{
    color: #007ed7;
    text-decoration: underline;
}
.step_list a:hover,
.information_list a:hover{
    text-decoration: none;
}
a.btn_stripe{
    display: inline-block;
    background:repeating-linear-gradient(135deg,#43469d,#43469d 10px,#2e3192 10px,#2e3192 30px);
    background-size: 400px 84px;
    text-decoration: none;
    color: #ffffff;
    width: 400px;
    border-radius: 9999px;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
    margin-top: 15px;
    animation:anime_stripe .8s infinite linear;
}

@keyframes anime_stripe{
    0%{background-position-y: 0}
    100%{background-position-y: -80px;}
}
a.btn_pink{
    display: inline-block;
    background-color: #fd5a8d;
    text-decoration: none;
    color: #ffffff;
    width: 400px;
    border-radius: 9999px;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
    margin-top: 15px;
    position: relative;
    z-index: 10;
}
/*a.btn_pink:hover{
    background-color: #ff85ab;
}*/
#step_area .a_list{
    margin-top: 30px;
}
#step_area .a_list a:not(.down_arrow){
    color: #182987;
    text-decoration: underline;
    font-size: 18px;
}
#step_area .a_list a:hover{
    text-decoration: none;
}
#step_area .maker{
    color: #fd5a8d;
}

/*---------cp_area-----------*/
#CP_area{
    /*border-bottom: #2e3192 solid 8px;*/
}
.hukidasi_s h2{
    color: #2e3192;
    font-size: 3.6rem;
}
#CP_area ul.slider{
    margin: 30px auto 0;
    width: 750px;
}
/*---------company_area-----------*/
#company_area{
    padding: 70px 0 50px;
}
/*.company_box{
    width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 30px;
    border: #182987 4px solid;
    padding: 35px;
    text-align: left;
     box-shadow: 2px 2px 4px #3a5ea3;
}*/
.company_box h2{
    text-align: center;
    font-weight: bold;
}
.company_box h2 img{
 width: 330px;
margin: -70px 0 15px;   
}

/*.company_box h2{
    text-align: center;
    color:  #182987;
    font-size: 32px;
    font-weight: bold;
}*/
ul.company_list > li{
    margin-top: 15px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}
ul.company_list > li+li{
	margin-top: 30px;
}
.step_rank{
    width: 100%;
    margin-bottom: 10px;
}
.step_rank img{
    width: 180px;
}
.company_list .imgBox {
	padding: 0 20px;
	width: 25%;
    border: 1px solid #cccccc;
    border-radius: 10px;
    height: 110px;
    display: flex;
    align-items: center;
}
.company_list .imgBox img {
	width: 100%;
}
.company_list .textBox{
	width: 70%;
}
.company_list .textBox h4{
    font-size: 20px;
    font-weight: bold;
}
.company_list .textBox a {
    display: inline-block;
    text-align: center;
    background-color: #fd5a8d;
    text-decoration: none;
    color: #ffffff;
    width: 220px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    margin-top: 12px;
    position: relative;
}
.company_list .textBox a:hover{
    background-color: #ff85ab;
}

/*テキストリンクVer
.company_box dl dd a {
    color: #007ed7;
	text-decoration: underline;
}

.company_box dl dd a:hover {
	text-decoration: none;
}*/

/*---------ranking-----------*/
.estimate_cnt02{
	background: #64b3dd;
}
.estimate_cnt02 h2{
	color:#fff;
	text-align: center;
	font-size:30px;
	padding: 0 0 30px;
}

.rank{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 980px;
	margin: 20px auto 0;
	padding: 10px 0;
	
}
.rank section{
	position: relative;
	width: 31%;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}
.rnk1, .rnk2, .rnk3{
	position: absolute;
	top:-30px;
	left:40%;
	right: 40%;
	display: inline-block; 
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border:3px solid #fff;
	text-align:center;
	line-height: 60px;
}

.rnk1{
	background: #ad8e00;
}

.rnk2{
	background: #949393;
}

.rnk3{
	background: #9e6f01;
}

.rank section img{
	width: 50%;
	height: auto;
	padding:30px 0 10px;
}

.rank_txt {
    text-align: center;
	
}

.rank_txt a{
	width: 80%;
	border-radius: 10px;
	padding: 10px 20px;
    font-size: 18px;
	color: #fff;
    text-decoration: none;	
	display: block;
	margin: 10px auto;
}

.rank_txt a.net{
	background: #64b3dd;
}

.rank_txt a.shop{
	background: #fdad02;
}

.rank_txt a.shiryo{
	background: #6bb948;
}
.note{
	text-align: left;
	margin:20px 0 20px 0;
	color: #fff;
}
/*---------#information_area-----------*/
#information_area{
    font-size: 16px;
}
#information_area .bg_white{
    padding: 50px 20px;
    border-radius: 20px;
}
#information_area h2{
    font-size: 32px;
    font-weight: bold;
    color: #2e3192;
}
.information_list > li{
    margin-top: 15px;
}
.information_list h3{
    font-weight: bold;
}
#information_area .img_gift{
    width: 30%;
}
footer{
    margin-top:0;
}
/*-----------------SP--------------------*/
@media screen and (max-width: 740px) {
    
.only_pc{display: none;}
.only_sp{display: block;}
.w1100,
.w1000,
.w900,
.w650{
    width: auto;
    margin: 0 10px;
}
.notice{
    padding-left: 1.5em;
    font-size: 1.2rem;
    position: relative;
}
.notice:before{
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.pd_t_b_50{padding: 25px 0;}
.pd_t_b_30{padding: 15px 0;}
.mt_50{margin-top: 25px;}
.mt_40{margin-top: 20px;}
.mt_30{margin-top: 15px;}
.mt_20{margin-top: 10px;}
.mt_10{margin-top: 5px;}
    
.content_box{
    width: auto;
    margin: 0;
}
.content_box p,
.content_box .img{
    margin-top: 0;
}
.lead{
    font-size: 1.6rem;
}
.flex_space_bt_pc{
  display: block;
}
/*---------contents-----------*/
#contents02{
    font-size: 1.8rem;
    font-weight: 500;
}
/*---------#MV_area-----------*/
#MV_area{
    padding: 30px 0 15px;
}
.date_area{
    padding: 0 0 15px;
    font-size: 2.2rem;
}
    .date_area img{
        width: 75%;
        display: inline-block;
    }
/*---------step_area-----------*/
.step_list > li{
    width: auto;
    margin: 0 20px;
    border-radius: 15px;
    padding: 15px;
    border: #182987 3px solid;
}
.step_list > li+li{
    margin-top: 25px;
}
    .step_rank{
        text-align: center;
    }
    .step_rank img{
    width: 150px;
}
.step_title{
    font-size: 20px;
    padding-left: 13px;
    position: relative;
}
.step_title:before{
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #182987;
    top: 0;
    left: 0;
    width: 6px;
    height: 25px;
}
.step_list p{
    margin-top: 10px;
    font-size: 13px;
}
.step_list p.lead{
    font-size: 16px;
}
.step_list .textBox{
    width: 100%;
}
.step_list .imgBox{
    text-align: center;
    width: 100%;
    margin-top: 15px
}
.step_list .imgBox img{
    width: 40%;
}
a.btn_pink{
    display: inline-block;
    background-color: #fd5a8d;
    text-decoration: none;
    width: 250px;
    border-radius: 9999px;
    font-size: 16px;
    padding: 8px 10px;
    margin-top: 10px;
}
#step_area .a_list{
    margin-top: 30px;
}
#step_area .a_list a{
    font-size: 14px;
}

/*---------cp_area-----------*/
#CP_area{
    /*border-bottom: #2e3192 solid 4px;*/
}
.hukidasi_s h2{
    color: #2e3192;
    font-size: 2.0rem;
}
#CP_area ul.slider{
    margin: 30px auto 0;
    width: 250px;
}
/*---------company_area-----------*/
    #company_area{
    padding: 40px 0 25px;
}
    /*.company_box{
     width: auto;
    margin: 0 20px;
    border-radius: 15px;
    padding: 15px;
    border: #182987 3px solid;
    }  */
    .company_box h2{
        /*font-size: 20px;
        text-align: center;
        padding: 5px 0 10px;*/
    }
.company_box h2 img{
 width: 200px;
margin: -70px 0 15px;   
}
	.company_box .company{
		color:#ab1b7d;
		font-weight:700;
	}
	.company_box dl dd {
		font-size: 13px;
		text-indent:0;
		padding-left:1em;
	}
ul.company_list > li{
    margin-top: 15px;
}
ul.company_list > li+li{
	margin-top: 30px;
}
.company_list .imgBox {
	padding: 5px;
    margin-top: 0;
	width: 100px;
    height: 100px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.company_list .imgBox > img{
        width: 100%;
    }
.company_list .textBox{
	width: auto;
    flex: 1;
    margin-left: 20px;
}
.company_list .textBox h4{
    font-size: 15px;
}
.company_list .textBox a {
    width: 150px;
    font-size: 13px;
    font-weight: bold;
    padding: 6px;
    margin-top: 10px;
}
/*---------ranking-----------*/    
.estimate_cnt02 h2{
	 font-size:20px;
	 padding: 6px 0;
	}
	.rank{
	 width: 96%;
		padding: 0 0 6px 0;
		display: block;
		margin: 0 auto;
	}
	.rank section{
	 position: relative;
	 width: 90%;
		display: flex;
		justify-content: space-between;
		padding: 10px;
		margin: 26px auto 0;
	}
    .rank h3{
        font-size: 15px;
    }
	
	.rnk1, .rnk2, .rnk3{
		top:-20px;
	 left:12%;
	 right: 36%;
	 font-size: 24px;
	 width: 40px;
	 height: 40px;
		line-height: 40px;
	}
	.rank section img {
    width: 100%;
    padding: 0;
	}
	.rank_img{
		width: 30%;
		margin: 20px auto 0;
	}
	.rank_txt{
		width: 66%;
		margin: 10px auto 0;
	}
	.rank_txt a{
		width: 80%;
		font-size: 16px;
		margin: 10px auto;
	}
    .note{
		margin: 10px auto;
		padding: 0 10px;
        font-size: 13px;
	}
/*---------#information_area-----------*/
#information_area{
    font-size: 13px;
}
#information_area .bg_white{
    padding: 25px 10px;
    border-radius: 20px;
}
#information_area h2{
    font-size: 20px;
}
.information_list > li{
    margin-top: 15px;
}
#information_area .img_gift{
    width: 50%;
}

}/*---------SPここまで-----------*/

/*--------- modal -----------*/
.main01 .modal, .main02 .modal, .main01_02 .modal ,.main02_02 .modal{
	text-decoration:underline;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.remodal{
	border-radius:10px;
	border:2px solid #ab1b7d;
	padding:2%;
	text-align:left;
	font-size:18px;
}
.remodal h2{
font-size: 24px;
    text-align: center;
    padding: 20px 0;
    color: #444545;
}
.remodal p{
	font-size: 0.8em;
	text-align: center;
}

.remodal .company{
	color:#ab1b7d;
	font-weight:700;
}

.remodal dl{
	display: flex;
	justify-content:space-between;
	align-items: center;
}

.remodal dl dt {
	margin: 0;
	padding: 0;
	width: 24%;
}

.remodal dl dt img {
	width: 100%;
}

.remodal dl dd {
	width: 74%;
	/*text-indent:0;
	padding-left:1em;*/
}


.remodal dl dd a {
    color: #007ed7;
	text-decoration: underline;
}

.remodal dl dd a:hover {
	text-decoration: none;
}

@media screen and (max-width: 740px) {
    .remodal{
		border-radius:10px;
		border:2px solid #ab1b7d;
		padding:8% 2% 5%;
		text-align:left;
		font-size:18px;
		margin:5% 0;
	}
    .remodal h2{
        font-size: 1.0em;
        text-align: center;
        padding: 12px 0 10px;
    }
	.remodal .company{
		color:#ab1b7d;
		font-weight:700;
	}
	.remodal dl dd {
		font-size: 0.8em;
		text-indent:0;
		padding-left:1em;
	}
}
/*---------フキダシ_スラッシュ見出し-----------*/
.hukidasi_s{
    position: relative;
    width: 620px;
    margin:0 auto;
}
.hukidasi_s:before,
.hukidasi_s:after{
    display: inline-block;
    content: "";
    position: absolute;
    width: 60px;
    height: 104px;
    top: 0;
}
.hukidasi_s:before{
    background: url("../img/hukidasi_s_L.png");
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
}
.hukidasi_s:after{
    background: url("../img/hukidasi_s_R.png");
    background-size: contain;
    right: 0;
    background-repeat: no-repeat;
}
@media screen and (max-width: 740px) {
.hukidasi_s{
    position: relative;
    width: 330px;
    margin:0 auto;
}
.hukidasi_s:before,
.hukidasi_s:after{
    display: inline-block;
    content: "";
    position: absolute;
    width: 36px;
    height:63px;
    top: 0;
}
}
/*---------ボタン_アロー-----------*/
.arrow{
    position: relative;
    color: #ffffff;
}
.arrow:after{
  content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border: 0.3em solid transparent;
    border-left: 0.5em solid currentColor;
    z-index: 10;
}
@media screen and (max-width: 740px) {
    .arrow a:after{
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border: 0.5em solid transparent;
    border-left: 0.8em solid currentColor;
}
}
/*---------liまたぎ_アロー-----------*/
.li_arrow{
    position: relative;
    margin-top: 80px!important;
}
.li_arrow:after{
  content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/arrow.png);
    background-size: 80px, 60px;
    background-repeat: no-repeat;
    width: 80px;
    height: 60px;
    top: -88px;
    right: calc(50% - 30px);
    z-index: 0;
}
@media screen and (max-width: 740px) {
    .li_arrow{
    position: relative;
    margin-top: 60px!important;
}
.li_arrow:after{
  content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/arrow.png);
    background-size: 52px, 39px;
    width: 60px;
    height: 45px;
    top: -66px;
    right: calc(50% - 27px);
    z-index: 0;
}
}
/*---------ボタン_アニメーション_波紋ー-----------*/
.btn_anime_wave{
    position: relative;
    transition: .2s;
     text-decoration: none;
}
.btn_anime_wave:before{
    content: "";
    position: absolute;
    display: inline-block;
    z-index: -5;
    width: 400px;
    height: 60px;
    border-radius: 9999px;
    top:0;
    left:0;
    background: #fd5a8d;
    transform: translate3d(0,0,0);
}
.btn_anime_wave:before{
    animation:anime 5s ease-out infinite;
}
@keyframes anime{
    0%{transform: scale(.95);opacity: 1;}
    70%{transform: scale(.95);opacity: 1;}
    90%{opacity: .1}to{transform: scale(1.1,1.3);opacity: 0}
}
@media screen and (max-width: 740px) {
.btn_anime_wave:before{
    content: "";
    position: absolute;
    display: inline-block;
    z-index: -5;
    width: 250px;
    height: 40px;
    border-radius: 9999px;
    top:0;
    left:0;
    background: #fd5a8d;
    transform: translate3d(0,0,0);
}
}
/* down_arrow
------------------------------------------------------------ */
    a.down_arrow {
    position: relative;
    padding-right: 13px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
	}
    a.down_arrow:hover {
        border-bottom: none;
	}
    .down_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 3px;
    top:0.2em;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
}
@media screen and (max-width: 740px) {
    a.down_arrow {
    position: relative;
    padding-right: 8px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
	}
	.down_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 3px;
    top:0.3em;
    width: 0.4em;
    height: 0.4em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
}
}

