@charset "UTF-8";

a:hover {
  opacity: 0.5;
}

/* ===== .mv ===== */
.page__head_inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.title--head{
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}
.title--head::before{
  content: "";
  height: 100%;
  width: 2px;
  background-color: #ad0011;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px){
  
}
@media not screen and (min-width: 768px){
  .title--head{
    padding-left: 16px;
  }
  .page__head_box p, .page__head_noBox p {
    margin-top: 0;
  }
}

/* mv_btn */
.mv_btn {
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) {
  .mv_btn {
    height: 112px;
    position: relative;
  }
}
@media not screen and (min-width: 768px){
  .mv_btn {
    height: auto;
    padding: 12px 0;
  }
}
.mv_btn .container__under02 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 24px;
}
@media not screen and (min-width: 768px){
  .mv_btn .container__under02 {
    flex-direction: column;
    row-gap: 12px;
  }
}
.mv_btn .btn a.type01 {
  color: #fff;
  background-color: #ad0011;
}
.mv_btn .btn a.type02 {
  color: #ad0011;
  background-color: #fff;
  border: solid 2px #ad0011;
}
.mv_btn .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .mv_btn .btn {
    width: 100%;
  }
  .mv_btn .btn a {
    font-size: calc((15 / 16 * 1rem));
    width: 100%;
    height: 58px;
    padding: 0 25px 0 12px;
  }
}
.mv_btn .btn a.type01::after {
  background: url(/assets/img/common/btn_arrow01.png) no-repeat;
  background-size: 100%;
}
.mv_btn .btn a.type02::after {
  background: url(/assets/img/common/btn_arrow02.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .mv_btn .btn a::after {
    margin-right: 28px;
  }
}
.mv_btn .btn a::after {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
}
@media not screen and (min-width: 768px) {
  .mv_btn .btn a::after {
    right: 16px;
  }
  .btn small {
    font-size: calc((10 / 16 * 1rem));
  }
}
@media screen and (min-width: 768px) {
  .mv_btn .btn a {
    width: 460px;
    height: 64px;
  }
}
.btn p {
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .btn p {
    font-size: calc(14 / 16 * 1rem);
    margin-bottom: 8px;
  }
}
@media not screen and (min-width: 768px) {
  .btn p {
    font-size: calc((10 / 16 * 1rem));
    margin-bottom: 4px;
  }
}

/* contents */
.text--red {
  color: #970022;
}
.btnBox--rate {
  margin-top: 15px;
  width: 80%;
  justify-self: center;
}
@media not screen and (min-width: 768px) {
  .btnBox--rate {
    width: 100%;
  }
}

/* detail */
.detail table {
  font-size: calc((13 / 16 * 1rem));
  text-align: left;
}
.detail table a {
  color: #474645;
  text-decoration: none;
}
.detail table th {
  background: #dbdbdb;
  border: 2px solid #d1d1d1;
  padding: 8px;
  font-weight: normal;
  vertical-align: top;
}
.detail table td {
  border: 2px solid #d1d1d1;
  background: #fff;
  padding: 8px;
  padding-right: 15px;
}
.detail table p {
  line-height: 1.4;
}
.detail table p a {
  padding-bottom: 4px;
  border-bottom: solid 1px #000;
}
.detail table .circle li {
  padding-left: calc((14 / 16 * 1rem));
  text-indent: calc((14 / 16 * 1rem) * -1);
  line-height: 1.4;
}
.detail table .circle ul {
  padding: 5px 0;
}
.detail table .note {
  padding-left: calc((14 / 16 * 1rem));
  text-indent: calc((14 / 16 * 1rem) * -1);
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .detail table th {
    font-weight: normal;
    min-width: 130px;
  }
}
@media not screen and (min-width: 768px){
  .detail table th {
    min-width: 50px;
    padding: 4px;
  }
  .detail table td {
    padding: 4px;
    padding-right: 4px;
  }
}
.detail .table--nest th {
  width: 30%;
}
.detail .table--nest caption {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 4px;
}
.detail .list-flex {
  display: flex;
  padding-left: 2em;
  text-indent: -2em;
}
@media not screen and (min-width: 768px){
  .detail .list-flex {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
.bg-lightgray {
  background-color: #eee !important;
}
.detail .list-flex .tableSection  {
  flex: 1;
}
.detail .type01 {
  margin-top: 0px;
}
.detail .type01 td {
  border: none;
  padding: 8px 0;
}
.boderBtm {
  border-bottom: #ccc 1px dotted;
  padding: 8px 0;
}
.boderBtm:first-child {
  padding-top: 0;
}
.circle li {
  padding-left: calc((14 / 16 * 1rem));
  text-indent: calc((14 / 16 * 1rem) * -1);
  line-height: 1.4;
}
dl.turn4Str dt {
  clear: left;
  width: 4.5em;
  float: left;
}
.fFix {
  width: fit-content;
  text-align: center;
  vertical-align: middle;
}
@media not screen and (min-width: 768px){
  .fFix {
    font-size: .7rem;
  }
}