@charset "utf-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
    font-size: 62.5%;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, GeneralFonts, Hiragino Kaku Gothic ProN, Yu Gothic Medium, YuGothic-Medium, 游ゴシック Medium, YuGothic, 游ゴシック, Meiryo, Helvetica Neue, Segoe UI, sans-serif;
    color: #34333C;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.bold{font-weight:700;}
a{
	text-decoration: none;
	color:#3366CF;/* リンク色 */
    word-break: break-all;
    text-indent: 0;}
a:hover{
	text-decoration: none;}

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_sub{
  background-color: #e1f2fa;
}
.bg_mainC{
  background-color: #0065ac;
}
.bg_mainB{
  background-color: #a3d2e7;
}
.bg_stripe{
    background:repeating-linear-gradient(135deg,#81c0dd,#81c0dd 10px,#73b9d9 10px,#73b9d9 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;}
.indent{
    text-indent: -1em;
	padding-left: 1em;
}
/*-----------------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;}
.pd_t_b_20{padding: 20px 0;}
.pd_t_b_10{padding: 10px 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%, #ffeabd 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;
}
#header_area{
    padding: 15px 0;
    border-bottom: 1px solid #BDBDBD;
}
/*---------#MV_area-----------*/
#MV_area{
    background-image: url("../img/bg_pattern_car.png");/*MV背景パターン*/
    /*background-size: cover;*/
	background-size: 100%;
    background-color: #ffffff; /*MV背景*/
    background-position: top,center;
    background-repeat: repeat-y;
}


/*#CP_area{
    background-image: url("../img/bg_car.png");/*MV背景
    background-size: 100%;
    background-position: top,center;
    background-repeat: no-repeat;
}*/
.date_area{
    padding: 10px 0 15px;
    text-align: center;
    font-size: 2.2rem;
    background-color: #0065ac;
    color: #ffffff;
}
.date_area img{
        width: 700px;
        display: inline-block;
}
#MV_area > div >div{
    background-image: url("../img/bg_under.png");/*MV背景パターン*/
    background-size: 100%;
    background-position: bottom,center;
    background-repeat: no-repeat;
    padding: 30px 0;
	margin-bottom: -2px;
}
.btn_FV{
    width: 650px;
    margin: 35px auto 0;
}
.btn_FV a{
    display: block;
    font-weight: bold;
    padding:12px 0 10px;
    text-decoration:none;
    font-size: 26px;
    color:#ffffff;
    background-color: #ff4571;
    border-radius: 9999px;
}
/*---------step_area-----------*/
.step_list > li{
    width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 30px;
    border: #0065ac 4px solid;
    padding: 40px;
    box-shadow: 2px 2px 4px #0065ac;
}
.step_list > li+li{
    margin-top: 40px;
}

.step_title{
    color:  #0065ac;
    font-size: 32px;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
}
.step_title:before{
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #0065ac;
    top: 2px;
    left: 0;
    width: 8px;
    height: 38px;
}
.step_list p.lead{
    font-size: 24px;
}
.step_list p{
font-size: 16px;
}
.step_list .textBox{
    width: 77%;
}
.step_list .imgBox{
    width: 20%;
}

#step_area .a_list{
    margin-top: 30px;
}
#step_area .a_list a:not(.down_arrow){
    color: #0065ac;
    text-decoration: underline;
    font-size: 18px;
}
#step_area .a_list a:hover{
    text-decoration: none;
}
#step_area .maker{
    color: #ff4571;
}


/*---------cp_area-----------*/
#CP_area{
    /*border-bottom: #008e6e solid 8px;*/
}
.hukidasi_s h2{
    color: #0065ac;
    font-size: 3.6rem;
}
#CP_area ul.slider{
    margin: 30px auto 26px;
    width: 500px;
}
.more_cp_box{
    width: 500px;
    margin: 0 auto;
    text-align: center;
    /*background: #ffffff;*/
    padding: 0 0 20px;
    border-bottom: 4px solid #b60081;
}

.more_cp_area h3{
    width: 500px;
}
.more_cp_area h4{
    font-size: 2.4rem;
    margin-top: 20px;
    color: #0065ac;
}
.more_cp_area a{
    display: block;
    width: 500px;
    /*background-color: #00a2e5;*/
    background: linear-gradient(10deg, #0065ac 0%, #1a7cba 100%);
    /*color: #ffffff;*/
    font-size: 1.8rem;
    padding: 12px 0 10px;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: bold;
    box-sizing: border-box;
}
.more_cp_area a:hover{
    opacity: 0.7;
}
/*---------company_area-----------*/
#company_area{
    padding: 70px 0 50px;
}
/*.company_box{
    width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 30px;
    border: #008e6e 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;   
}

ul.company_list > li{
    margin-top: 15px;
	border: 1px solid #cccccc;
    border-radius: 10px; 
	text-align: center;
	padding: 30px;
}
ul.company_list > li:hover{
    box-shadow: 0 0 7px #cccccc;
}
ul.company_list > li+li{
	margin-top: 30px;
}
.company_list .rank_title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.company_list a{
	text-decoration: none;
}
.rank_title p{
	font-size: 2.2rem;
	margin-right: 20px;
	font-weight: bold;
}
.rank_title span{
	font-size: 160%;
}
.rank_title p.rank_1,
.rank_title p.rank_2,
.rank_title p.rank_3{
	position: relative;
	margin-right: 35px;
}
.rank_title p.rank_1:before{
	background: url("../img/rank_bg_1.png");
}
.rank_title p.rank_2:before{
	background: url("../img/rank_bg_2.png");
}
.rank_title p.rank_3:before{
	background: url("../img/rank_bg_3.png");
}
.rank_title p.rank_1:before,
.rank_title p.rank_2:before,
.rank_title p.rank_3:before{
	display: inline-block;
	content: "";
	position: absolute;
	width: 120px;
	height: 60px;
	background-size: 120px 60px;
	background-repeat: no-repeat;
	top: -10px;
	right: calc(50% - 60px);
}
.company_list img.rank_banner{
	width: 400px;
	margin-top: 15px;
}
.company_list img.rank_banner:hover{
	opacity: 0.7;
}
.company_list h4{
    font-size: 24px;
    font-weight: bold;
}
.btn_pink{
	margin-top: 25px;
}
.btn_pink p.btn {
    display: inline-block;
    text-align: center;
    background-color: #ff4571;
    text-decoration: none;
    color: #ffffff;
    width: 500px;
    border-radius: 9999px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    position: relative;
}
.btn_pink p.btn:hover{
    background-color: #ff5e84;
}
.btn_pink p {
    color: #ff4571;
    font-size: 15px;
	font-weight: bold;
    margin-bottom: 7px;
}

/*テキストリンクVer
.company_box dl dd a {
    color: #007ed7;
	text-decoration: underline;
}

.company_box dl dd a:hover {
	text-decoration: none;
}*/


/*4位以下は幅50％-----------*/
.flex_company_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_company_list li{
    width: 100%;
}
.flex_company_list li.u_4{
    width: 345px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.flex_company_list .u_4 h4{
	font-size: 2.2rem;
}
.flex_company_list li.u_4 .btn_pink p.btn{
    width: 100%;
}
@media screen and (max-width: 740px) {
.flex_company_list .u_4 h4{
	font-size: 1.6rem;
}
}
/*4位以下は幅50％ここまで-----------*/


/*---------#information_area-----------*/
#information_area{
    font-size: 16px;
}
#information_area .bg_white{
    padding: 20px 20px 30px;
    border-radius: 20px;
}

#information_area h2{
    font-size: 32px;
    font-weight: bold;
    color: #0065ac;
    margin-bottom: 10px;
}
.information_list{
    height: 500px;
    overflow-y: scroll;
    border-top: 1px solid #0065ac;
    border-bottom: 1px solid #0065ac;
}
.information_list > li{
    margin-top: 15px;
}
.information_list h3{
    font-weight: bold;
}
.information_list a{
    color: #007ed7;
    text-decoration: underline;
}
.information_list a:hover{
    text-decoration: none;
}
#information_area .img_gift{
    width: 25%;
}
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;}
.pd_t_b_20{padding: 10px 0;}
.pd_t_b_10{padding: 5px 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{
	background-size: 200%;
}

/*#MV_area >div{
    padding: 30px 0 30px;
}*/
.date_area{
    padding: 0 0 10px;
    font-size: 2.2rem;
}
    .date_area img{
        width: 95%;
        display: inline-block;
    }
.btn_FV{
    width: auto;
    margin: 20px 15px 0;
}
.btn_FV a{
    padding:12px 0 10px;
    font-size: 15px;
}
/*---------step_area-----------*/
#step_area > center img{
        width: 95%;
    }
.step_list > li{
    width: auto;
    margin: 0 20px;
    border-radius: 15px;
    padding: 15px;
    border: #0065ac 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{

    top: 0;
    left: 0;
    width: 6px;
    height: 25px;
}
.step_list p{
    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%;
}

#step_area .a_list{
    margin-top: 15px;
}
#step_area .a_list a{
    font-size: 14px;
}

/*---------cp_area-----------*/
#CP_area{
    /*border-bottom: #008e6e solid 4px;*/
}
.hukidasi_s h2{
    font-size: 2.2rem;
}
#CP_area ul.slider{
    width: 250px;
}
.more_cp_box{
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px;
    max-width: 400px;
}
.more_cp_area h3{
    width: 100%;
}
.more_cp_area h4{
    font-size: 1.8rem;
    margin-top: 20px;
}
.more_cp_area a{
    width: 100%;
    font-size: 1.5rem;
    padding: 12px 0 10px;
    margin-top: 10px;
}
/*---------company_area-----------*/
    #company_area{
    padding: 40px 0 25px;
}
    /*.company_box{
     width: auto;
    margin: 0 20px;
    border-radius: 15px;
    padding: 15px;
    border: #008e6e 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;
	padding: 20px 15px;
}
ul.company_list > li+li{
	margin-top: 15px;
}
.rank_title p{
	font-size: 1.6rem;
	margin-right: 20px;
}
.rank_title span{
	font-size: 160%;
}
.rank_title p.rank_1,
.rank_title p.rank_2,
.rank_title p.rank_3{
	position: relative;
	margin-right: 30px;
}
.rank_title p.rank_1:before,
.rank_title p.rank_2:before,
.rank_title p.rank_3:before{
	width: 90px;
	height: 45px;
	background-size: 90px 45px;
	top: -8px;
	right: calc(50% - 45px);
}
.company_list img.rank_banner{
	width: 80%;
	margin-top: 8px;
}
.company_list h4{
    font-size: 1.5rem;
}
	.btn_pink{
		margin-top: 15px;
	}
.btn_pink p.btn {
    width: 100%;
    font-size: 15px;
	margin: 0;
    padding: 8px 0 6px;
}
/*---------#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{
    height: 450px;
}
.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;
    text-decoration: none;
}
.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;
}
}
/* 下向きアロー
------------------------------------------------------------ */
    a.down_arrow {
    position: relative;
    padding-right: 13px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    color: #0065ac;
	}
    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);
}
}
/*---------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_ic_01{
    position: relative;
}
.btn_ic_01:after{
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("../img/btn_ic01.png");
    background-size: 80px, 80px;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    top: 10px;
    right: 0;
    z-index: 0;
}
@media screen and (max-width: 740px) {
    .btn_ic_01:after{
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("../img/btn_ic01.png");
    background-size: 50px, 50px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 13px;
    right: -12px;
    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);
}
}
/*---------ボタン_アニメーション_光るー-----------*/
.btn_anime_shine{
    position: relative;
    overflow: hidden;
    transition: 300ms;
}
.btn_anime_shine::before {
    content: '';
    position: absolute;
    display: inline-block;
    top:-180px;
    right:0;
    width:30px;
    height: 100%;
    background-color: #fe9dbd; /*ハイライト色 */
    transition: 300ms;
    animation: btn_anime_shine 5.0s ease-in-out infinite;
}
@-webkit-keyframes btn_anime_shine{
    0%{
        -webkit-transform:scale(0) rotate(-45deg);
        opacity: 0;
    }
    80%{
        -webkit-transform:scale(0) rotate(-45deg);
        opacity: 0.5;
    }
    81%{
        -webkit-transform:scale(4) rotate(-45deg);
        opacity: 1;
    }
    100%{
        -webkit-transform:scale(50) rotate(-45deg);
        opacity: 0;
    }
    }


