@charset "UTF-8";

/* ==========================================================

title : Leader navi
scope : インタビューページ_刀剣・甲冑

memo :

last modify :

2020/01/31 #18073 新規

========================================================== */
/* --------------------------------------------- */
/* ▼ モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

p {
  word-break: normal !important;
}

/* ==========================================================
　レスポンシブ記述
========================================================== */

/* ------------------------------------ */
/* ▼ PC タブレット用 */
/* ------------------------------------ */

.type_l.r_adjust .pc_rowbox {
  right: auto;
}

@media all and (min-width: 768px) {

  .top_info {
    background-image: url("../image/img-main.jpg");
    background-position: center;
  }

  .top_infobox.ver_r .top_info_set {
    bottom: 6em;
    left: 4em;
    width: 24em;
  }

  .type_ct .headline {
    left: 0;
  }

  .type_ct .pc_rowbox {
    top: 20%;
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%);
  }

  #entry_01 .pc_rowbox {
    top: 80%;
  }
  
  #entry_01 .img_entry {
    left: auto;
    right: 0;
  }
  
  #entry_01 .inbox {
    margin-left: 0;
    margin-right: 9.375em;
  }

  #entry_02.type_ct .headline {
    height: 150px;
  }
  
  #entry_02 .pc_rowbox {
    left: 2em;
    max-width: 610px;
    text-align: right;
    top: 50%;
  }
  
  #entry_02 .img_entry {
    right: 0;
    width: 450px;
  }

  #entry_02 .qabox {
    min-height: 536px;
  }

  #entry_02 .inbox {
    margin: 5em 23em 0 0;
  }

  #entry_03 .pc_rowbox {
    left: auto;
    right: 0;
    top: 2.5em;
    text-align: right;
    max-width: 700px;
  }

  #entry_04 .pc_rowbox {
    top: 80%;
  }

  #entry_04 .img_entry {
    left: auto;
    right: 0;
  }

  #entry_04 .inbox {
    margin-left: 0;
    margin-right: 9.375em;
  }

  #entry_05 .pc_rowbox {
    max-width: 70%;
    right: 0;
    top: 15%;
  }

  #entry_06 .headline {
    height: 550px;
    width: 100%;
  }
  
  #entry_06 .pc_rowbox {
    left: 50%;
    max-width: 100%;
    top: 75%;
    transform: translateX(-50%);
    text-align: center;
  }

  .mod_bnrlst {
    width: 1000px;
    margin: 20px auto 0;
    text-align: center;
  }
  
  .mod_bnrlst .bnr {
    width: 400px; 
    height: 100px;
    display: inline-table;
    margin: 0 15px 0 15px;
  }
  
  .mod_bnrlst .bnr a:hover {
    opacity: .7;
  }
  
  .mod_bnrlst .cap {
    color: #FFF;
    text-align: left;
    margin: 10px auto 30px;
    line-height: 1.3;
    font-size: 16px;
  }
  
  .relation_contents {
    padding: 2em 0;
  }
}

/* ------------------------------------ */
/* ▼ PCのみ */
/* ------------------------------------ */

@media all and (min-width: 920px) {
  .info_data .ttl_member .biz_ttl,
  .info_data .ttl_member .company_name {
    padding-right: 0;
  }
  
  .mod_bnrlst .sp_bnr {
    display: none;
  }
}


/* ------------------------------------ */
/* ▼ SPのみ */
/* ------------------------------------ */

@media all and (max-width: 767px) {
  .pr_lead {
    font-size: 1.8rem !important;
  }
  
  .mod_bnrlst {
    margin: 20px 15px 0;
  }
  
  .mod_bnrlst .pc_bnr {
    display: none;
  }
  
  .mod_bnrlst .cap {
    color: #FFF;
    margin: 10px 0 20px;
  }
  .relation_contents {
    padding: 1.876em 0;
  }
}
