@charset "UTF-8";

/*--------------------
/* common
-------------------------------------------------- */
.badge {
  font-size: 20px !important;
  margin-left: 10px;
}

.c-note a.fs14 {
  font-size: 14px !important;
}

.anchor_area {
  margin-bottom: 40px;
}

@media screen and (max-width:767px) {
  .badge {
    font-size: 14px !important;
  }
}

/*--------------------
/* tab
-------------------------------------------------- */
.tabContents {
  background: none;
}

.tabContents>div {
  padding: 40px 0 0;
}

/*--------------------
/* accordion
-------------------------------------------------- */
.acHide .acTrigger {
  background: #fff;
  border: 1px solid #D0D0D0;
  color: #000 !important;
  height: 80px !important
}

.acTrigger {
  position: relative;
}

.acTrigger em {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4
}

.acTrigger em img {
  width: 160px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
}

.ac_area .ac_area .acTrigger {
  min-height: 110px !important;
  font-size: 155.56%;
}

@media screen and (max-width:767px) {
  .ac_area .ac_area .acTrigger {
    min-height: 60px !important;
    padding: 10px 0 10px 18px;
    font-size: 122.22%
  }

  .acTrigger {
    font-size: 20px;
    line-height: 1.4 !important;
  }

  .acTrigger em {
    font-size: 13px;
  }

  .acTrigger em img {
    width: 120px;
  }
}

.acTrigger .shoulder {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
  padding: 5px 10px;
  text-align: left;
  font-size: 16px;
  background: #1D2088;
  color: #FFF;
  font-weight: 600;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width:767px) {
  .acTrigger .ac_txt {
    line-height: 1.2 !important;
  }

  .acTrigger .ac_txt em {
    line-height: 1.6 !important;
  }

  .tab2 .acTrigger {
    padding-top: 30px;
  }

  .acTrigger .shoulder {
    right: 10px;
    margin: 0;
    padding: 5px;
    font-size: 12px;
    border-radius: 0 0 5px 5px;
  }
}

/*--------------------
/* table
-------------------------------------------------- */
.c-table thead th {
  font-size: 90% !important;
}

.c-table tbody th,
.c-table tbody td._bg_bluegray {
  font-size: 90% !important;
}

.c-table tbody th,
.c-table tbody td {
  vertical-align: middle;
}

.c-table tbody td.diagonal {
  background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
}

.c-table thead th,
.c-table tbody td,
.c-table tbody th {
  padding: 12px 10px;
}

.c-table.smart_table thead th,
.c-table.smart_table tbody td,
.c-table.smart_table tbody th {
  padding: 8px 15px
}

@media screen and (max-width:767px) {
  .c-table thead th {
    font-size: 80% !important;
  }
}

.c-table.replace th {
  font-weight: 600;
  color: #FFF;
}

.c-table.replace td img {
  width: 100%;
  height: auto;
}

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

  .c-table.replace th,
  .c-table.replace td {
    display: block;
    width: 100% !important;
    padding: 13px 16px 13px;
  }

  .c-table.replace th {
    border-top: none;
    border-bottom: none;
  }
}

/*--------------------
/* faq
-------------------------------------------------- */
/*@media print,screen and (min-width:768px){
  #main .faq_list._more ._more-read{
    width:650px;
  }
}*/

#main .faq_list._more .faq_a small {
  font-size: 83.33333% !important;
}

#main .faq_list._more .faq_a sup {
  font-size: 83.33333% !important;
}

@media print,
screen and (min-width:768px) {

  #main .faq_list._more .faq_a .annotation li,
  #main .faq_list._more .faq_a .c-note_list li {
    font-size: 14px !important;
  }
}

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

  #main .faq_list._more .faq_a .annotation li,
  #main .faq_list._more .faq_a .c-note_list li {
    font-size: 83.33333% !important;
  }
}

#main .faq_list._more ul.bullet--free>li {
  padding-left: 1em;
}


#main .faq_list._more dd.faq_on .link_icn.no-img:after {
  display: none;
}

#main .faq_list._more dd.faq_on .link_icn.arrow:after {

  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/resources/img/cmn/ic_arrow_blue_right.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  right: -4px;
  bottom: -3px;

}

.hp_m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.faq_list_item.no-flex ul li {
  display: block;
}

#main .faq_list._more .hiddenArea div+div,
#main .faq_list._more .hiddenArea div+li,
#main .faq_list._more .hiddenArea li+div,
#main .faq_list._more .hiddenArea li+li {
  margin-top: 33px;
}

.hiddenArea{
  display: none;
}

.zenko{
    width: 120px;
}

h1.title._lv1{display:block!important;}

.lh-type01{
    line-height: 1.5 !important;
}