@charset "UTF-8";

/*
layout
------------------------------------------------*/
.main{
  padding-top: 0px;
}
@media screen and (max-width: 950px){
  .main{
    padding-top: 0px;
  }
}



/*
PAGE COMMON
------------------------------------------------*/
.pc{ display: block; }
.sp{ display: none; }

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

}

.ab-block:before{
  content:"";
  display: block;
  padding-top: 100%;
}
.ab-inner{
  height: 100%;
}

.inner{
  position: relative;
}
.-bgGray{
  background: #ededed;
}
.-border{
  background:linear-gradient(transparent 60%, #FFE37E 50%);
}
.-w20{
  width: 20%;
}
.-w30{
  width: 30%;
}
.-w40{
  width: 40%;
}
.-w60{
  width: 60%;
}
.-w70{
  width: 70%;
}
.-w80{
  width: 80%;
}

.mb-10{
  margin-bottom: 10px;
}
.flex-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px){
  .c-inner{
    width: 100%;
  }
}




/*見出し*/
h2.landing-title{
  font-size: 3.8rem;
  position: absolute;
  top: 20px;
  z-index: 10;
  letter-spacing: 0em;
  line-height: 2;
}
h2.landing-title .title_num{
  font-size: 5rem;
  padding-right: 10px;
}


@media screen and (max-width: 768px){
  h2.landing-title{
    font-size: 2.5rem;
  }
  h2.landing-title .title_num{
    font-size: 3rem;
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px){
  h2.landing-title{
    font-size: 2.0rem;
    padding-left: 20px;
  }
  h2.landing-title .title_num{
    font-size: 3rem;
    padding-right: 10px;
  }
}



/*文字*/
.lead{
  font-size: 2.2rem;
  line-height: 2.5;
}
.text-gray{
  color: #646464;
  letter-spacing: .1em;
  line-height: 1.5;
  padding-top: 30px;
}
strong{
  font-weight: bold;
}
a.text-light{
  color: #00ACB8;
}
a.text-light:hover{
  text-decoration: underline #00ACB8;
}
@media screen and (max-width: 768px){
  .lead{
    font-size: 2.0rem;
  }
  .text-gray{
    font-size: 1.2rem;
    padding-top: 20px;
  }

}

@media screen and (max-width: 640px){
  .lead{
    font-size: 1.8rem;
  }
}


/*CVボタン*/

.cv-area{
  position: relative;
}

.cv-area a .button{
  position: absolute;
  z-index: 10;
  background-color: #fff;
  border: solid 2px #00306d;
  left: 0;
  right: 0;
  width: 500px;
  margin: 30px auto;
  padding: 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .4em;
  transition: .3s;
}
.cv-area a .button-bk{
  position: absolute;
  z-index: 0;
  background-color: #00306d;
  border: solid 2px #00306d;
  top: 10px;
  right: 0;
  left: 10px;
  width: 500px;
  text-align: center;
  font-size: 2rem;
  padding: 30px;
  margin: 30px auto;
  transition: .3s;
}
.cv-area a:hover .button{
  color:#fff;
  background-color: #00306d;
  transition: .3s;
}

.cv-area a:hover .button-bk{
  top: 0;
  right: 0;
  left: 0;
  transition: .3s;
}

@media screen and (max-width: 640px){
  .cv-area{
    margin-top: 30px;
  }
  .cv-area a .button,
  .cv-area a .button-bk{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    margin: 0 auto;
    padding: 15px;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: .2em;
  }
}






/* グレーエリア */

.bk-dark-box .num{
  font-size: 2.2rem;
  font-weight: bold;
}
.bk-dark-box .sec1-gray{
  color: #646464;
  letter-spacing: .1em;
  line-height: 1.5;
  padding-top: 10px;
}
.bk-light-box{
  background: #F4F4F4;
  position: absolute;
  box-sizing: border-box;
  z-index: 0;
/*  top: -40px;*/
  right: 0;
  left: 50px;
  height: auto;
  width: 92%;
}
.bk-dark-box{
  background: #EDEDED;
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
  height: auto;
  width: 50%;
}



@media screen and (max-width: 640px){
  .bk-light-box{
    left: auto;
  }
}



/*
ヘッダー
------------------------------------------------*/
.l-header {
  padding: 24px 0;
  display: block;
  box-sizing: border-box;
}
.header_contents {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.header_contents .logo {
  overflow: hidden;
  text-indent:100%;
  white-space:nowrap;
  width: 264px;
  margin: 0;
  background-image: url(../images/logo_01_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.header_contents .tel {
  width: 197px;
}

@media only screen and (max-width: 768px) {
  .l-header {
    padding: 20px 10px;
  }
  .header_contents {
    max-width: 728px;
  }
  .header_contents .logo {
    width: 199px;
    background: url(../images/logo_01_sp.png) no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size:contain;

  }
  .header_contents .tel {
    width: 127px;
  }
}



/*
ページの大見出し
------------------------------------------------*/
.c-pageTitle{
  text-align: center;
  padding: 120px 0 70px;
}
@media screen and (max-width: 640px){
  .c-pageTitle{
    padding: 60px 0;
  }
}


/*
キービジュアル
------------------------------------------------*/
.landing .c-kv{
  width: 100%;
  height: 780px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/top_bg01_pc.png");
}
@media screen and (max-width: 1024px){
  .landing .c-kv{
    height: 760px;
  }
}
@media screen and (max-width: 768px){
  .landing .c-kv{
    height: 700px;
  }
}
@media screen and (max-width: 640px){
  .landing .c-kv{
    height: 750px;
    background-image: url("../images/top_bg01_sp.png");
  }
}


.merit-kv{
  height: 300px;
}
.c-kv .merit-list{
    display: flex;
    justify-content: space-between;
}
.c-kv .merit-list .item{
    width: 28%;
    height: 330px;
    text-align: center;
    color: #fff;
    margin: auto;
    display: table;
    position: relative;
  }

@media screen and (max-width: 1024px){
  .c-kv .merit-list .item{
    width: 30%;
    height: 260px;
  }
}
@media screen and (max-width: 768px){
  .c-kv .merit-list .item{
    width: 32%;
    height: 230px;
  }
}

@media screen and (max-width: 640px){
  .c-kv .merit-list{
    display: block;
  }
  .c-kv .merit-list .item{
    width: 90%;
    height: initial;
    text-align: center;
    padding-bottom: 30px;
    background-image: none;
  }
}



/*
SECTION 1 未公開物件
------------------------------------------------*/


.section-1{
  padding: 100px 0;
}
.section-1 .bk-light-box{
  width: 80%;
  padding: 150px 50px 50px;
  z-index: 1;
}

.section-1 .bk-dark-box{
  width: 100%;
  padding:120px 80px 120px;
  margin-bottom: 200px;
  top: 200px;
  z-index: 0;
  position: relative;
}

.section-1 .koukaikensu{
  width: 80%;
  margin: 0 auto;
  font-size: 2rem;
}
.section-1 .koukaikensu .col{
  text-align: center;
}
.section-1 .koukaikensu .col .num{
  font-size: 4rem;
  font-weight: bold;
  padding: 0 10px;
}


.section-1 h3{
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.0;
  padding-left: 50px;
  padding-bottom: 20px;
  background: url(../images/icon_glass@2x.png) left 0px top 8px no-repeat;
  background-size: 40px;
  display: block;
}

.section-1 .explanation_list{
  padding: 30px;
  background-color: #F6F6F6;
  box-sizing: border-box;
}
.section-1 .explanation_img{
  width: 80px;
  margin: 0 auto;
}
.section-1 .explanation p{
  line-height: 5rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.section-1 .explanation_list ul li,
.section-1 .explanation_list .-w80{
  font-size: 1.8rem;
  line-height: 3rem;
}

.explanation_map{
  padding-top: 40px;
}
@media screen and (max-width: 1024px){
  .section-1 .koukaikensu{
    width: 90%;
  }
}
@media screen and (max-width: 768px){
  .section-1{
    padding: 75px 0 50px;
  }
  .section-1 .bk-light-box{
    padding: 100px 20px 30px;
  }
  .section-1 .koukaikensu{
    width: 100%;
  }

  .section-1 .bk-dark-box{
    padding:120px 50px 100px;
    top: 150px;
  }
  .section-1 .explanation_img{
    width: 50px;
  }
  .section-1 .explanation_list .-w80 .flex-row{
    display: block;
  }
  .section-1 .explanation_list .-w20{
    margin-right: 20px;
  }

}




@media screen and (max-width: 640px){
  .section-1 .bk-light-box{
    padding: 130px 20px 30px;
    width: 90%;
  }
  .section-1 .bk-dark-box{
    padding: 80px 30px 110px;
    top: 230px;
  }
  .section-1 .koukaikensu{
      font-size: 1.5rem
  }
  .section-1 .koukaikensu .col .num{
    font-size: 3rem;
    padding: 0;
  }
  .section-1 h3{
    font-size: 1.8rem;
    padding-left: 30px;
    background-size: 23px;
  }
  .section-1 .explanation_list{
    padding: 20px;
  }
  .section-1 .explanation_list .flex-row{
    display: block;
    font-size: 1.5rem;
  }
  .section-1 .explanation_list .flex-row .col{
    width: 100%;
  }
  .section-1 .explanation_list .flex-row .col li,
  .section-1 .explanation_list .flex-row .col.-w80{
    font-size: 1.5rem;
  }
  .explanation_map{
    padding-top: 20px;
  }
}


.section-1-cv{
  padding-bottom: 260px;
}

.section-1-cv p{
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
  padding-bottom: 40px;
}
.section-1-cv .cv-area{
  height: 110px;
  justify-content: space-around;
}

.section-1-cv .button,
.section-1-cv .button-bk{
  width: 100%!important;
}

.section-1-cv .-w30 span{
  position: absolute;
  font-weight: bold;
}
.section-1-cv .-w30 a .button{
  border: solid 2px #646464;
  color: #646464;
}

.section-1-cv .-w30 a:hover .button{
  background-color: #646464;
  color: #fff;
}
.section-1-cv .-w30 a .button-bk{
  background-color: #646464;
  border: solid 2px #646464;
}

@media screen and (max-width: 768px){
  .section-1-cv .flex-row{
    display: block;
  }
  .section-1-cv .flex-row .col{
    width: 80%;
    margin: 0 auto;
  }
  .section-1-cv .flex-row .col.-w30{
    margin-top: 50px;
  }
  .section-1-cv .flex-row .col.-w30 span{
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 640px){
  .section-1-cv .c-inner{
    width: calc(100% - 45px);
  }
  .section-1-cv p{
    font-size: 1.8rem;
  }
  .section-1-cv .flex-row .col{
    width: 100%;
  }
  .section-1-cv .-w30 span{
    top: -30px;
  }
}


/*
SECTION 2 住宅ローン
------------------------------------------------*/
.section-2{
  padding: 0 0 100px;
}
.section-2 .bk-light-box{
    padding: 150px 50px 80px;
}
.section-2 .lead{
  font-size: 2.2rem;
  letter-spacing: 0;
}
.section-2 .lead .num{
  font-weight: bold;
  font-size: 3rem;
}
.section-2 .lead .important{
  font-weight: bold;
  font-size: 3rem;
  padding: 0 5px;
}
.section-2 .lead .small{
  font-size: 1.5rem;
  padding: 0 5px;
}
@media screen and (max-width: 768px){
  .section-2{
    padding: 75px 0 50px;
  }
  .section-2 .bk-light-box{
    padding: 100px 30px 30px;
  }
}


@media screen and (max-width: 640px){
  .section-2 .bk-light-box{
    padding: 140px 20px 30px;
    width: 90%;
  }
  .section-2 .lead{
    font-size: 1.8rem;
  }
  .section-2 .lead .num{
    font-size: 2.5rem;
  }
  .section-2 .lead .important{
    font-size: 2.5rem;
    padding: 0 5px;
  }
  .section-2 .lead .small{
    font-size: 1.2rem;
    padding: 0 5px;
  }

}


/*
SECTION 2 メリット一覧
------------------------------------------------*/
.section-2-merits{
  padding: 400px 0 150px;
  margin-top: -420px;
  text-align: center;
}
.section-2-merits h3{
  font-size: 2.8rem;
  letter-spacing: .5rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
}
.section-2-merits .img_merits{
  padding-top: 50px;
}
.section-2-merits .img_merits p{
  font-size: 1.5rem;
  padding: 20px 30px 0;
  text-align: left;
}

.section-2-merits .triangle{
  width: 200px;
  height: 100px;
  margin: 0 auto;
  bottom: -200px;
  left: 0;
  right: 0;
  position: absolute;
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: #ededed transparent transparent transparent;
}

@media screen and (max-width: 768px){
  .section-2-merits{
    padding: 460px 0 100px;
  }
  .section-2-merits .triangle{
    width: 100px;
    bottom: -180px;
    border-width: 70px 100px 0 100px;
  }
}

@media screen and (max-width: 640px){
  .section-2-merits{
    padding: 550px 0 100px;
    margin-top: -520px;
  }
  .section-2-merits h3{
    font-size: 2.0rem;
    letter-spacing: .1rem;
  }
  .section-2-merits .img_merits{
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-2-merits .img_merits p{
    padding: 20px 0 0;
    text-align: left;
  }
}


/*
SECTION 2 保険サービス
------------------------------------------------*/
.section-2-ins{
  padding: 100px 0 260px;
}
.section-2-ins .c-inner{
  width: calc(100% - 45px);
}
.section-2-ins .important{
  font-size: 2.3rem;
  font-weight: bold;
}
.section-2-ins .img_insurance{
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 768px){

}

@media screen and (max-width: 640px){

}

/*
SECTION 3 取引実績
------------------------------------------------*/

.section-3{
  padding: 50px 0 100px;
}
.section-3 .important{
  font-size: 3rem;
  font-weight: bold;
}
.section-3 .bk-light-box{
  padding: 150px 50px 50px;
  z-index: 1;
  height: auto;
  width: 100%;
}
.section-3 .bk-light-box .lead{
  width: 100%;
  font-size: 2.3rem;
  line-height: 1.8;
}
.section-3 .bk-dark-box{
  padding:250px 120px 80px;
  top: 130px;
  right: auto;
  left: 0;
  z-index: 0;
  height: auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.section-3 .bk-dark-box h3{
  font-size: 3rem;
  line-height: 1.8;
  padding: 20px 0;
}
.section-3 .bk-dark-box .num{
  font-size: 4rem;
  font-weight: bold;
  padding: 0 5px;
}
.section-3 .bk-dark-box .small{
  font-size: 1.5rem;
  padding: 0 5px;
}
.section-3 .bk-dark-box .pr-news{
  width: 100%;
  height: auto;
  text-align: center;
}
.section-3 .bk-dark-box .pr-news a{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.section-3 .bk-dark-box .pr-news a:after{
  content: "";
  display: block;
  background: url(../images/results_icon_zoom.png) no-repeat center center;
  background-size: cover;
  width: 25px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section-3 .bk-dark-box .pr-news a:hover img{
  -webkit-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  opacity: .7;
}
.section-3 .bk-dark-box .pr-news a img{
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.section-3 .cv-area{
  position: relative;
  height: 110px;
  margin-top: 40px;
  display: block;
}


@media screen and (max-width: 768px){
  .section-3{
    padding: 0px 0 0px;
  }
  .section-3 .bk-light-box{
    padding: 130px 30px 30px;
  }
  .section-3 .bk-light-box .lead{
    font-size: 1.8rem;
  }
  .section-3 .bk-dark-box{
    padding: 250px 50px 80px;
    top: 100px;
  }
  .section-3 .bk-dark-box h3{
    font-size: 2.5rem;
  }
  .section-3 .bk-dark-box .num{
    font-size: 3.5rem;
  }

  .section-3 .cv-area{
    height: 150px;
  }
}
@media screen and (max-width: 640px){
  .section-3 .bk-light-box{
    padding: 130px 20px 30px;
    width: 90%;
  }
  .section-3 .important{
    font-size: 2.5rem;
  }
  .section-3 .bk-light-box .lead{
    font-size: 1.8rem;
  }
  .section-3 .bk-dark-box{
    padding: 220px 20px 80px;
    top: 130px;
  }
  .section-3 .bk-dark-box h3{
    font-size: 2.0rem;
  }
  .section-3 .bk-dark-box .num{
    font-size: 3.0rem;
  }

  .section-3 .cv-area{
    height: 80px;
  }
  .section-3 .bk-dark-box .img_result{
    text-align: center;
  }
}



/*
SECTION 4 お客様の声
------------------------------------------------*/
.section-4{
  padding: 0 0 100px;
}
.section-4 .bk-light-box{
    padding: 150px 50px 50px;
}
.section-4 .lead{
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.8;
  padding-bottom: 20px;
}
.section-4 .lead .num{
  font-weight: bold;
  font-size: 3rem;
  padding: 0 5px;
  margin: 0 10px;
}
.section-4 .lead .important{
  font-weight: bold;
  font-size: 3rem;
  padding: 0 5px;
}
.section-4 .lead .small{
  font-size: 1.5rem;
  padding: 0 5px;
}

.section-4 h3{
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.0;
  padding-bottom: 20px;
  display: inline-block;
}
.section-4 h3:after{
  display: inline-block;
  content: "";
  width: 60px;
  height: 45px;
  background: url(../images/icon_voice@2x.png) right 0px top 8px no-repeat;
  background-size: 40px;
}


@media screen and (max-width: 768px){
  .section-4{
    padding: 0 0 50px;
  }
  .section-4 .bk-light-box{
    padding: 100px 30px 30px;
  }
}


@media screen and (max-width: 640px){
  .section-4 h3{
    font-size: 2.0rem;
  }
  .section-4 .bk-light-box{
    padding: 140px 20px 30px;
    width: 90%;
  }
  .section-4 .lead{
    font-size: 1.8rem;
  }
  .section-4 .lead .num{
    font-size: 2.5rem;
  }
  .section-4 .lead .important{
    font-size: 2.5rem;
    padding: 0 5px;
  }
  .section-4 .lead .small{
    font-size: 1.2rem;
    padding: 0 5px;
  }

}

/*
SECTION 4 お客様の声（クチコミ）
------------------------------------------------*/

.section-4-voice{
  padding: 550px 0 260px;
  margin-top: -580px;
}
.comment-area{
  background-color: #FFF;
  padding: 50px 80px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: solid 6px #00306d;
  position: relative;
}
.comment-area .label_buy{
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/label_buy@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  top: -6px;
  left: 0;
}
.comment-area .comment-left{
  width: 30%;
  text-align: center;
  display: table-cell;
}

.comment-area .comment-right{
  width: 70%;
  padding-left: 30px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.comment-area .point{
  font-size: 2rem;
  padding-bottom: 10px;
}
.comment-area .point .point_label{
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
}
.comment-area .point .-num{
  font-size: 2.3rem;
}
.comment-area .point .-star, .comment-area .point .-num{
  color: #D80A0A;
  font-weight: bold;
}
.comment-area .text-blue{
  font-size: 1.7rem;
  font-weight: bold;
  color: #00306C;
  line-height: 1.5;
  padding-bottom: 20px;
}
.comment-area .text-blue a:hover{
  text-decoration: underline #00306C;
}

.comment-area .answer-info{
  color: #000;
  line-height: 2rem;
}
.comment-area .more_voice{
  padding: 10px 0;
}

.section-4-voice .lead{
  text-align: center;
  font-weight: bold;
}


@media screen and (max-width: 768px){
  .section-4-voice{
    margin-top: -540px;
  }
  .section-4-voice .c-inner{
    width: calc(100% - 45px);
  }
  .section-4-voice .lead{
    font-size: 2.5rem;
  }
  .section-4-voice .lead .num{
    font-size: 4rem;
  }

  .comment-area{
    padding: 40px 20px;
  }
  .comment-area .comment-right{
    padding: 0px 15px;
  }
  .comment-area .point{
    font-size: 1.5rem;
  }
  .comment-area .point .-num{
    font-size: 1.8rem;
  }
}


@media screen and (max-width: 640px){
  .comment-area{
    padding: 40px 20px;
    display: block;
    justify-content: initial;
  }
  .comment-area .comment-left{
    display: block;
    width: 100%;
  }
  .comment-area .comment-right{
    display: block;
    width: 100%;
    padding: 30px 0 10px;
  }
  .comment-area .point{
    font-size: 1.4rem;
  }
  .comment-area .point .-num{
    font-size: 1.6rem;
  }
  .comment-area .more_voice{
    padding: 30px 0 10px;
  }

}


/*
SECTION 5 会員登録メリット
------------------------------------------------*/
.section-5{
    padding: 150px 0 100px;
  }
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
  .section-5{
    padding: 50px 0 30px;
  }
}


.section-5 .bk-light-box{
  padding: 150px 80px 80px;
}
.section-5 .member-merit{
  list-style: url(../images/icon_checkbox.png) inside;
}

.section-5 .member-merit li{
  width: 100%;
  display: block;
  font-size: 2rem;
  line-height: 2;
  padding-left: 40px;
  background: url(../images/icon_checkbox.png) left 0px top 8px no-repeat;
}


.section-5 p{
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
  padding-bottom: 40px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .section-5 .member-merit li{
    width: 100%;
    display: block;
    font-size: 2rem;
    line-height: 2.5;
    padding-left: 30px;
    background: url(../images/icon_checkbox@2x.png) left 0px top 8px no-repeat;
    background-size: 25px;
  }
}


@media screen and (max-width: 768px){
  .section-5 .bk-light-box {
    width: 90%;
    padding: 120px 20px 50px;
  }
  .section-5 .member-merit li{
    font-size: 1.8rem;
    background-size: 20px;
  }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .section-5 .member-merit li{
      background-size: 20px;
    }
  }

}
@media screen and (max-width: 640px){
  .section-5 .member-merit li{
    font-size: 1.5rem;
  }

}




/*
SECTION 6　無料会委員登録
------------------------------------------------*/
.section-6{
    padding: 0 0 100px;
  }
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
  .section-6{
    padding: 75px 0 50px;
  }

  .section-6 .cv-area{
    height: 100px;
  }
}

.section-6 p{
  font-size: 2.5rem;
  line-height: 2;
  text-align: center;
  padding-bottom: 40px;
  font-weight: bold;
  letter-spacing: .5rem;
}


@media screen and (min-width: 769px){
  .c-content-page{
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 768px){
  .section-6{
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 640px){
  .section-6 p{
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}


/*
FOOTER
------------------------------------------------*/
footer{
  padding: 50px 0;
  text-align: center;
  background-color: #EDEDED;
}

footer .footer-body{
  display: initial;
}
footer p{
  text-align: center;
  padding: 10px;
  font-size: 1.3rem;
}
footer .footer-nav-other{
  text-align: center;
  margin: 0 auto;
  display: initial;
}
footer .footer-nav-other li{
  font-size: 1.3rem;
  display: initial;
}










