/* ------ brand common -------- */

/* ------ page -------- */
  .c-pageTtl {
    background-image: url(/brand/alpitan/img/survey/bg_pageTtl_sp.jpg );
  }

  .c-anchor-box{
    margin-top:25px;
  }

  .c-anchor-box .column-ttl{
    background: #e9e9e9;
    padding: 0.3em 0.8em;
    color: #0d3191;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 30px 0 10px;
    border-left: solid 5px #0d3191;
  }

  .c-anchor{
    border:1px solid #e9e9e9;
    box-sizing: border-box;
    font-weight:bold;
    font-size:1.1em;
    padding: 10px 30px 10px 10px;
    line-height:1.2;
  }

  .c-anchor a{
    display: block;
    position: relative;
  }

  .c-anchor a::after{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -20px;
    width: 3rem;
    height: 3.1rem;
    -webkit-transform: scale(0.5) translateY(-50%);
    transform: scale(0.5) translateY(-50%);
    border-radius: 50%;
    background: #0d3191 url(/brand/alpitan/img/common/ico_arrow02.svg) no-repeat 53% center;
    transform-origin: right top;
    background-size: auto 80%;
    content: '';
  }

  .c-graph{
    margin-top: 0;
  }

  .c-graph_box .c-heading_lv2{
     margin: 25px 0 13px;
    text-align:left;
  }

  .c-graph_box .c-graph_img{
    margin-bottom:15px;
  }

  .c-graph_box .mt-img{
    padding-top: 5px;
  }
  .c-banner-box{
    padding-top:35px;
    padding-bottom:5px;
  }

  .c-graph_box .c-heading_lv3{
    margin: 25px 0 13px;
    color: #0d3191;
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .c-naviContents_inner{
    padding: 30px 0 5px;
  }

  .c-naviContents_list .firstBox {
    width: 100%;
    margin-top: 0px;
  }

  .c-naviContents_list .firstBox a{
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
  }

  .c-naviContents_list .firstBox a img{
    width:50%;
  }

  .c-naviContents_list .firstBox a .c-naviContentsItem_inner {
    width:50%;
  }

  .c-summary{
    background-color:#fff6ab;
    padding:20px 10px;
    margin-top:25px;
    margin-bottom:10px;
  }

  .c-summary .c-heading_lv2{
    margin: 0 0 10px;
  }

  .c-summary p{
    font-size:1.1em;
  }

  .c-summary .c-heading_lv2::before{
    box-sizing: border-box;
    display: inline-block;
    background: url(/brand/alpitan/img/alpitan_mechanism/ico_check01_sp.png) no-repeat left;
    background-size: contain;
    left: calc((100% - 7vw) / 2);
    width: 20px;
    height: 18px;
    content: "";
  }

  .c-heading_contents {
      margin-bottom: 100px;
      padding-top: 36px;
  }

   .c-naviContents:first-of-type .h3Ttl{
    padding-top: 20px;
  }

  .h3Ttl{
    width: 80vw;
    padding-bottom: 20px;
    padding-top: 40px;
    margin: 0 auto;
  }

  .c-naviContents:first-of-type .h3Ttl {
    padding-top: 25px;
  }

  .c-naviContents_list li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  
  .c-buy01{
    background: url(/brand/alpitan/img/common/bg_cv_alpitan_sp.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 50px;
  }

  .c-buy02{
    background: url(/brand/alpitan/img/common/bg_cv_gamma_sp.jpg) no-repeat center top;
    background-size: cover;
  }

.c-bgArea + .c-section {
  margin-top: 90px;
}

.c-buy_img figcaption{
  font-size: 1.2rem;
  letter-spacing: -0.087em;
  color: #0d3191;
  margin-top: 10px;
}

.c-buy_img-alpitan figcaption{
  font-size: 1.2rem;
  letter-spacing: -0.087em;
  color: #0d3191;
  margin-top: 10px;
}

.c-buy_img figcaption span{
  padding: 2px 4px;
  border: 1px solid #0d3191;
}

.c-buy_img-alpitan figcaption span{
  padding: 2px 4px;
  border: 1px solid #0d3191;
}

@media print,
screen and (max-width: 768px) {
  .c-banner-box .c-banner:nth-child(n+2){
    margin-top:15px;
  }
  .c-bgArea + .c-section {
    margin-top: 45px;
  }
  .c-naviContents_list--survey div:first-of-type{
    margin-bottom: 5px;
  }
}

@media print,
screen and (min-width: 768px) {
  .c-pageTtl {
    background-image: url(/brand/alpitan/img/survey/bg_pageTtl.jpg);
  }
  
  .c-anchor-box .column-ttl{
    background: #e9e9e9;
    padding: 0.3em 0.8em;
    color: #0d3191;
    font-weight: bold;
    font-size: 2.6rem;
    margin: 40px 0 20px;
    border-left: solid 11px #0d3191;
  }

  
  .h3Ttl {
    width: auto;
    text-align: center;
    padding: 55px 0 40px;
    margin: 0 auto;
  }
  
  .c-banner-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
  }

  .c-anchor{
    border:1px solid #e9e9e9;
    box-sizing: border-box;
    width:100%;
    padding: 22px 24px;
    line-height:1.6;
    font-size: 1.35em;
  }

  .c-anchor a:after{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 2.8rem;
    height: 2.8rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: #0d3191 url(/brand/alpitan/img/common/ico_arrow02.svg) no-repeat 53% center;
    background-size: auto 100%;
    content: '';
  }
  
  .p-txt{
    text-align:center;
  }
  
  .c-naviContents_inner .c-naviContents_list .l-pcOnly{
    margin:0 auto;
  }
  
  .c-graph{
    margin-top: 0;
    margin-bottom: 40px;
  }
  
  .c-graph_text {
    line-height: 1.7;
  }
  
  .p-mt_top{
    margin-top: 25px;
  }
  
  .c-graph_box .c-heading_lv2{
    margin: 50px 0 30px;
    font-size: 2.6rem;
  }
  
  .c-graph_box .c-heading_lv3 {
    margin: 15px 0 20px;
    font-size: 2.2rem;
    line-height: 1.2;
  }
  
  .c-graph_box .l-pcOnly {
    padding-right: 380px;
  }

  
  .c-graph_box div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .c-graph_box .mt-img {
    padding-top: 0;
  }
  
  .c-summary{
    background-color:#fff6ab;
    padding: 40px 40px;
    margin-top: 35px;
    margin-bottom: 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-summary .c-heading_lv2{
    margin: 0 70px 0 0;
    font-size: 1.7em;
    width: 28%;
    text-align: left;
  }

  .c-summary p{
    font-size: 1.3em;
    line-height: 1.6;
    width: 62%;
  }

  .c-summary .c-heading_lv2::before{
    box-sizing: border-box;
    display: inline-block;
    background: url(/brand/alpitan/img/alpitan_mechanism/ico_check01_sp.png) no-repeat left;
    background-size: contain;
    left: calc((100% - 7vw) / 2);
    width: 35px;
    height: 31px;
    content: "";
  }
  
  .c-naviContents_list li:nth-of-type(n+3) {
    margin-top: 50px;
  }
  
  .c-buy01{
    background: url(/brand/alpitan/img/common/bg_cv_alpitan_pc.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 80px;
  }
  
  .c-buy02{
    background: url(/brand/alpitan/img/common/bg_cv_gamma_pc.jpg) no-repeat center top;
    background-size: cover;
    margin-top:10px;
  }
  
  .c-buy02 .c-buy_ttl{
    width:365px;
  }
  
  .c-buy02 .c-buy_img{
    margin-top:20px;
  }
  
  .c-buy02 .c-buy_txt {
    font-size: 2rem;
  }
  .c-buy_img figcaption{
    font-size: 1.3rem;
    color: #0d3191;
    letter-spacing: normal;
  }

  .c-buy_img figcaption span{
    padding: 2px 4px;
    border: 1px solid #0d3191;
  }

  .c-naviContents_list--survey div {
    width: calc((100% - 1px) / 2);
  }

  .c-naviContents_list--survey .c-naviContents_caption {
    padding: 0 1rem;
  }
}
