@charset "utf-8";
/* CSS Document */
/*
 */
/*----------------------------------------------------*/
/* PC only
------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .brPcInline {
    display: inline;
  }
  .brPcBlock {
    display: block;
  }
  .midashi03top {
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    background: #053B78;
    text-indent: 20px;
    padding: 0px;
    height: 40px;
    width: 100%;
    clear: both;
    margin: 0px 0px 10px;
    box-sizing: border-box;
    font-weight: bold;
  }
  .midashi03top-n {
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    background: #053B78;
    text-indent: 20px;
    padding: 0px;
    height: 40px;
    width: 100%;
    clear: both;
    margin: 0px;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*
 */
  /*btn Close
--------------------------*/
  .btn_modal_close {
    display: inline-block;
    text-decoration: none;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    border: solid 1px #053B78;
    font-weight: bold;
    margin: auto;
    font-size: 20px;
    position: absolute;
    top: -36px;
    right: 5px;
    text-align: center;
    background-color: #fff;
  }
  a .btn_modal_close {
    width: 32px;
    height: 32px;
  }
  div.content_wrap div.toiawase_wrap {
    width: 552px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto 1em;
    padding: 2em 2em 1em;
    background-color: #fff;
    box-sizing: border-box;
  }
  h2.link_tel_h2 {
    font-size: 1.2em;
    line-height: 1.8;
    text-align: center;
  }
  .t_center {
    text-align: center;
  }
  .txt12 {
    font-size: 12px;
  }
  .bold {
    font-weight: bold;
  }
  /*
 */
  /* tel_wrap_area
------------------------------------------------PC*/
  .tel_wrap__area {
    padding: 1em 0 2em;
    margin: 0;
    background-color: #F5F5F5;
    position: relative;
    border-radius: 5px;
  }
  .wan_title {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .wan_title p span {
    font-size: 14px;
    line-height: 1.5;
  }
  .wan_title img {
    margin: 0 auto;
    width: 100%;
  }
  p.tel_p_add_s {
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  p.tel_p_add_s span {
    font-size: 12px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
}
/* PC only END */
/*
 */
/* アコーディオン-9 画像クリック基本
-----------------------------------------------------*/
.acd9 label {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.8rem;
  color: #8A8A8A;
  height: 80px;
  border-radius: 6px !important;
}
/*.acd9 label::after {
  content: "";
}*/
.acd9 input {
  display: none;
}
.acd9 .accshow9 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}
/*クリックで中身表示*/
.cssacc9:checked + label + .accshow9 {
  height: auto;
  padding: 0 0 10px;
  opacity: 1;
  transition: .1s;
}
/*.cssacc9:checked + label::after {
  content: '';
}*/
/* アコーディオン-9 画像クリック基本　END */
/*
 */
/* アコーディオン デザイン
------------------------------------*/
.acd9 {
  margin: 0 0 12px;
  padding: 0;
  border-radius: 6px !important;
}
.acd9 h2 {
  text-align: center;
  font-size: 22px;
  margin: 1em 0 .5em;
}
.acd9 label {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  font-size: 26px;
  color: #1c1c1c;
  width: 100%;
  background-color: #053B78;
  border-radius: 6px;
  letter-spacing: 1%;
  border-bottom: solid 4px #022344;
}
.acd9 label:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border-bottom: none;
}
/*
 */
/* リンクのみ
----------------------------------*/
.acd9box003, .acd9box004, .acd9box005 {
  height: 80px;
  background-color: #053B78;
  border-radius: 6px;
  margin-bottom: 12px;
}
div.content_wrap div.toiawase_wrap {
  box-sizing: border-box;
  border: 1px solid #4787ee;
  border-radius: 6px;
  margin: 0 auto;
  padding: 2em 2em 1em;
  background-color: #fff;
  width: 92%;
}
.acd h2 {
  font-size: 26px;
  text-align: center;
  padding-bottom: 15px;
}
.tel_wrap__area {
  background: #F5F5F5;
  padding: 14px 0 25px 0;
  line-height: 20px;
}
/*
 */
/* リンクのみの画像
------------------------------------------*/
.acd99 .acd_s91 img {
  border-radius: 6px !important;
}
.acd_s91 {
  height: 80px;
  margin: 0 0 20px;
  padding: 0;
  border-radius: 6px !important;
  background-color: #053B78;
  border-radius: 6px !important;
}
