/* ------ brand common -------- */

/* ------ page -------- */
 .c-anchor-box{
    margin-top:25px;
    padding-bottom: 10px;
  }

  .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-box .c-anchor:nth-of-type(n+2){
    border-top:none;
  }

  .c-anchor a{
    display: block;
    position: relative;
  }

  .c-anchor a::after{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -20px;
    width: 3rem;
    height: 3rem;
    -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-column_img{
    margin-bottom:10px;
  }

  .c-naviContents_inner{
    padding:30px 0 10px;
  }

  .c-naviContents_inner02{
    padding: 30px 0 0;
  }

  .p-dl-list dt{
    color:#0d3191;
    font-weight:bold;
    font-size:1.2em;
    margin:10px 0 0;
  }

  .c-heading_contents {
      margin-bottom: 100px;
      padding-top: 36px;
  }

  .p-last{
    display:block;
    margin-top:10px;
  }

   .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-bottom: 0;
    margin-top: -45px;
  }
  .c-bgArea .c-naviContents {
    padding-bottom: 0;
  }
  .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-pageTtl {
   padding-top: 0;
   background-color: #fff; 
  }

  .c-pageTtl_txt {
    padding: 25px 0 35px;
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .c-banner-box .c-banner:nth-child(n+2){
    margin-top:15px;
  }
  
  .mt-top{
    padding-top:12px;
  }
  .c-bgArea + .c-section {
    margin-top: 45px;
  }
  
  .c-naviContents_list--trivia div:first-of-type{
    margin-bottom: 5px;
  }
}

@media print,
screen and (min-width: 768px) {
  .c-pageTtl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

    height: 220px;
  }

  .c-pageTtl_txt {
    padding-left: 0;
    height: auto;
  }
  
  .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;
  }
  
  .c-anchor-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }

  .c-anchor{
    border:1px solid #e9e9e9;
    box-sizing: border-box;
    width:50%;
    padding:20px;
    line-height:1.6;
    font-size: 1.35em;
  }
  
  .c-anchor-box .c-anchor:nth-of-type(2){
    padding-top: 35px;
    border-top:1px solid #e9e9e9;
    border-left:none;
  }

  .c-anchor a:after{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -0.5rem;
    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: '';
  }
  
  .c-column_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .c-column_box .c-heading_lv2{
    margin: -10px 0 16px;
    font-size: 2.6rem;
    line-height: 1.5;
    text-align: left;
  }
  
   .c-column_text{
    line-height: 1.8;
  }
  
  .c-column_box .c-column_img{
    width:500px;
    margin-bottom: 35px;
  }
  
  .c-column_box div{
    width: 494px;
  }
  
  .c-naviContents_inner {
    padding: 30px 0;
  }
  
  .c-naviContents_inner02{
    padding: 55px 0 0;
  }
  
  .p-dl-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .p-dl-list div {
    width: 49%;
  }
  
  .p-dl-list div:nth-of-type(-n+2) dt {
    margin: 0;
  }
  
  .p-dl-list dt {
    font-size: 1.5em;
  }
  
  .p-last{
    text-align:center;
    margin-top:55px;
  }
  
  .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-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-buy02 .c-buy_txt {
    font-size: 2rem;
  }

  .c-bgArea .c-section {
    margin-bottom: 0;
    margin-top: 0;
  }

  .c-naviContents_list--trivia div {
    width: calc((100% - 1px) / 2);
  }

  .c-naviContents_list--trivia .c-naviContents_caption {
    padding: 0 1rem;
  }
}