@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap');*/

/*@font-face {
  font-family: 'GenJyuuGothic';
  src: url("../fonts/genjyuu.eot");
  src: url("../fonts/genjyuu.eot?#iefix") format("embedded-opentype"), url("../fonts/genjyuu.ttf") format("truetype"), url("../fonts/genjyuu.woff") format("woff");
}*/

/*@font-face {
  font-family: 'GenJyuuGothic';
  src: url("../fonts/GenJyuuGothic.woff2") format("woff2"), url("../fonts/GenJyuuGothic.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}*/

/*@font-face {
    font-family: 'Gen Jyuu Gothic Monospace';
    src: url('../fonts/GenJyuuGothic-Monospace-Bold.woff2') format('woff2'),
        url('../fonts/GenJyuuGothic-Monospace-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gen Jyuu Gothic XP Normal';
    src: url('../fonts/GenJyuuGothicX-P-Normal.woff2') format('woff2'),
        url('../fonts/GenJyuuGothicX-P-Normal.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
*/
/*@font-face {
  font-family: 'GenJyuuGothic';
  src: url("/font/genjyuu.eot");
  src: url("/font/genjyuu.eot?#iefix") format("embedded-opentype"), url("/font/genjyuu.ttf") format("truetype"), url("/font/genjyuu.woff") format("woff");
}
*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

h1, h2, h3 {
  font-weight: 500;
}

/*@media(max-width: 768px){
    .ec-layoutRole__mainTop{
        overflow-x: hidden;
    }
}*/
.ec-layoutRole__mainTop {
  overflow: hidden;
}

p {
  font-size: 14px;
}

.mt-3 {
  margin-top: 30px;
}

.font-mplus {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.none-pc {
  display: none;
}

@media (min-width: 769px) {
  .br__sp {
    display: contents;
  }
}

.input__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  color: #434242;
  letter-spacing: 0px;
  line-height: 1.8;
}

@media (max-width: 768px) {
    .input__text {
        font-size: 3.73333vw;
    }
    .none-sp {
        display: none;
    }
    .none-pc {
        display: block;
    }
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0 -10px;
}

.p-1 {
  padding: 0 10px;
}

.m-2 {
  margin: 0 -20px;
}

.p-2 {
  padding: 0 20px;
}

.mg-two {
  margin: 0 -25px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mg-two {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .mg-two {
    margin: 0 -6.66667vw;
  }
}

.tell {
  font-size: 16px;
}

.pd-two {
  padding: 0 25px;
}

@media (max-width: 768px) {
  .pd-two {
    padding: 0 6.66667vw;
  }
}

.bg__radius {
  background-color: #fff;
  padding: 30px 50px;
  border: 8px solid #EEEDE5;
  margin-bottom: 40px;
}

.bg__radius p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #434242;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .bg__radius p {
    font-size: 3.73333vw;
  }
}

.bg__radius h3 {
  letter-spacing: 2px;
  color: #41312F;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .bg__radius h3 {
    font-size: 5.33333vw;
  }
}

.bg__radius h4 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #434242;
  line-height: 1.8;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .bg__radius h4 {
    font-size: 3.73333vw;
  }
}

.bg__radius img {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}

.boder__ccc {
  font-size: 11px;
  color: #B4B4AC;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0px;
  line-height: 1.8;
  display: inline-block;
  border: 1px solid #D3D3CF;
  border-radius: 15px;
  padding: 3px 9px;
  letter-spacing: 0px;
}

@media (min-width: 769px) {
  .boder__ccc {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .boder__ccc {
    font-size: 2.93333vw;
    padding: 1.33333vw 2.4vw;
    border-radius: 4vw;
  }
}

.boder__red {
  font-size: 11px;
  color: #FF0000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0px;
  line-height: 1.8;
  display: inline-block;
  border: 1px solid #FF0000;
  border-radius: 15px;
  padding: 3px 9px;
  letter-spacing: 0px;
  margin-left: 10px;
}

@media (min-width: 769px) {
  .boder__red {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .boder__red {
    font-size: 2.93333vw;
    padding: 1.33333vw 2.4vw;
    border-radius: 4vw;
  }
}

.boder__green {
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #00ACF1;
  border-radius: 32px;
  padding: 2px 10px;
  line-height: 1.8;
  display: inline-block;
  font-weight: 500;
}

@media (min-width: 769px) {
  .boder__green {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .boder__green {
    font-size: 3.2vw;
    padding: 0.53333vw 2.66667vw;
    border-radius: 4vw;
  }
}

.map {
  width: 100%;
  height: 400px;
  margin-bottom: 90px;
}

.map iframe {
  width: 100%;
  height: 400px;
}

@media (max-width: 768px) {
  .table-responsive {
    border: none;
  }
}

.detail img {
  width: 100%;
}

/*reset faq*/
.radius-type2 {
  border-radius: 40px 0px 0px 40px;
  background-color: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 70px;
}

.radius-type2 .btn-red {
  margin: auto;
  margin-top: 90px;
  margin-bottom: 120px;
}

.faq-section {
  margin-bottom: 50px;
}

.faq-section [aria-expanded="true"] {
  color: #fff !important;
}

.faq-section [aria-expanded="true"]:before {
  transform: rotate(0deg) !important;
  background: #fff !important;
  z-index: 1;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: #E86E9D;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
}

.faq .card .card-header.active {
  border-radius: 8px 8px 0px 0px;
}

.faq .card .card-header:hover {
  background: #E86E9D;
  padding-left: 10px;
}

.faq .card .card-header:hover .faq-title {
  color: #fff;
}

.faq .card .card-header .faq-title {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.faq .card .card-header .faq-title p {
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  text-align: left;
  padding: 22px 45px 22px 0;
  margin: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
  padding-left: 0;
  width: calc(100% - 80px);
}

@media (max-width: 768px) {
  .faq .card .card-header .faq-title p {
    font-size: 4.26667vw;
  }
}

.faq .card .card-header .faq-title:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2.5px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  right: 20px;
  top: 48.4%;
}

@media (max-width: 768px) {
  .faq .card .card-header .faq-title:after {
    width: 3.2vw;
    height: 0.66667vw;
  }
}

.faq .card .card-header .faq-title:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 2.5px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(90deg);
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .faq .card .card-header .faq-title:before {
    width: 3.2vw;
    height: 0.66667vw;
  }
}

.faq .card .card-header .faq-title.active:before {
  transform: rotate(0deg);
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-header .faq-title span {
  letter-spacing: 0px;
  color: #E86E9D;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  width: 42px;
  height: 42px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 18px;
  margin-left: 20px;
}

.faq .card .card-body {
  padding: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 28px;
  display: flex;
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  margin-bottom: 30px;
}

.faq .card .card-body span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  background-color: #E86E9D;
  font-size: 20px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .faq .card .card-body span {
    font-size: 4.26667vw;
    width: 11.2vw;
    height: 11.2vw;
  }
}

.faq .card .card-body .input__text {
  width: calc(100% - 62px);
  font-size: 14px;
  letter-spacing: 0px;
  color: #434242;
  line-height: 2;
}

@media (max-width: 768px) {
  .faq .card .card-body .input__text {
    width: calc((100% - 18vw));
  }
}

@media (max-width: 768px) {
  .faq .card .card-header:hover {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .faq .card .card-header .faq-title {
    line-height: 1.8;
    padding-right: 40px;
  }
  .faq .card .card-header .faq-title:after {
    top: 49%;
  }
  .radius-type2 .btn-red {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.table__content {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.6;
  color: #434242;
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .table__content {
    font-size: 3.73333vw;
  }
}

.table__content .table th {
  background-color: #EEEDE5;
  font-weight: bold;
  line-height: 1.6;
  padding: 25px 20px 20px 20px;
  color: #434242;
  border-top: none;
  border-bottom-color: #FBFCF5;
  border-right: none;
}

.table__content .table td {
  line-height: 1.6;
  background-color: #fff;
  padding: 25px 10px 20px 30px;
  color: #434242;
  border-top: none;
  border-right: none;
  border-bottom-color: #EEEDE4;
}

.table__content .table tr {
  border-top: none;
}

.table__content table {
  border: inherit;
}

.table__content .tab-cont {
  border: inherit;
}

.tab_section {
  background-color: #fff;
  margin-top: 30px;
  border-bottom: 1px solid #D3D3CF;
  margin-bottom: 95px;
}

@media (max-width: 768px) {
  .tab_section {
    margin-top: 8vw;
    margin-bottom: 25.33333vw;
  }
}

.tab_section.type__col2 table th:nth-child(1) {
  flex: 0 0 calc(100% - 450px);
}

@media (max-width: 768px) {
  .tab_section.type__col2 table th:nth-child(1) {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .tab_section.type__col2 table th {
    flex: 0 0 50%;
  }
}

.tab_section.type__col2 table td:nth-child(1) {
  flex: 0 0 calc(100% - 450px);
}

@media (max-width: 768px) {
  .tab_section.type__col2 table td:nth-child(1) {
    flex: 0 0 50%;
  }
}

.tab_section.type__col2 table td:nth-child(2) {
  flex: 0 0 calc(100% - 293px);
}

@media (max-width: 768px) {
  .tab_section.type__col2 table td:nth-child(2) {
    flex: 0 0 50%;
  }
}

.tab_section.type__col2 table tr {
  justify-content: flex-start;
}

.tab_section .table__content {
  margin-bottom: 18px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .tab_section .table__content {
    margin-bottom: 4.8vw;
  }
}

.tab_section .table__content.type02 .tab-cont td {
  border-top: 1px solid #D3D3CF;
}

.tab_section .tab-hea {
  background-color: #44302E;
  border-radius: 6px 6px 0px 0px;
  display: block;
}

.tab_section table {
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
}

.tab_section table th {
  background-color: inherit;
  color: #fff;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 2;
  padding: 12px 15px 12px 20px;
  border-right: none;
  flex: 0 0 calc(100% / 3);
  border-right: 1px solid #D3D3CF;
  border-bottom: inherit;
}

.tab_section table th:last-child {
  border-right: inherit;
}

@media (max-width: 768px) {
  .tab_section table th {
    font-size: 3.73333vw;
    padding: 3.2vw 4vw 3.2vw 5.33333vw;
  }
}

.tab_section table tr {
  border-top: inherit;
  border-left: inherit;
  display: flex;
  justify-content: space-between;
}

.tab_section table td {
  border-right: none;
  flex: 0 0 calc(100% / 3);
  border-right: 1px solid #D3D3CF;
}

.tab_section table td:first-child {
  background-color: #EEEDE5;
}

.tab_section table td:nth-child(n + 2) {
  background-color: #fff;
}

.tab_section table td:last-child {
  border-right: inherit;
}

.tab_section table td span {
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #434242;
  letter-spacing: 0px;
  line-height: 2;
}

@media (max-width: 768px) {
  .tab_section table td span {
    font-size: 2.93333vw;
  }
}
.exhibition__content__top .tab_section {
  background-color: transparent;
}
.exhibition__content__top .tab_section .box-even {
  background-color: #fff;
  margin-bottom: 60px;
  border-bottom: 1px solid #D3D3CF;
}

.exhibition__content__top .tab_section .btn__red {
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .exhibition__content__top .tab_section .btn__red {
    margin-bottom: 4.8vw;
  }
}

.exhibition__content__top .tab_section table td {
  padding: 22px 20px 20px 20px;
}

.exhibition__content__top .tab_section table td:last-child {
  padding-right: 10px;
}

.exhibition__content__top .tab_section table td:first-child span {
  margin-bottom: 11px;
  display: block;
}

.exhibition__content__top .tab_section table td:first-child p {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #44302E;
  letter-spacing: 0.8px;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .exhibition__content__top .tab_section table td:first-child p {
    font-size: 4.26667vw;
  }
}

.exhibition__content__top .tab_section table td .boder__ccc {
  font-size: 11px;
  color: #B4B4AC;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0px;
  line-height: 1;
  display: inline-block;
  border: 1px solid  #D3D3CF;
  border-radius: 15px;
  padding: 3px 9px;
  letter-spacing: 0px;
  margin-left: 10px;
  margin-bottom: 0;
}

.exhibition__content__top .tab_section table td .boder__ccc.type02 {
  font-size: 12px;
  color: #434242;
  background-color: #fff;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .exhibition__content__top .tab_section table td .boder__ccc.type02 {
    font-size: 3.2vw;
  }
}

@media (max-width: 768px) {
  .exhibition__content__top .tab_section table td .boder__ccc {
    font-size: 2.93333vw;
    padding: 1.33333vw 2.4vw;
  }
}

.exhibition__content__top .tab_section table td .boder__red {
  font-size: 11px;
  color: #FF0000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0px;
  line-height: 1.8;
  display: inline-block;
  border: 1px solid  #FF0000;
  border-radius: 15px;
  padding: 0px 9px;
  letter-spacing: 0px;
  margin-left: 10px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .exhibition__content__top .tab_section table td .boder__red {
    font-size: 2.93333vw;
    padding: 0.8vw 2.4vw;
  }
}

.note {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .tab_section .table__content {
    width: 204.8vw;
  }
  .tab_section .box-even:nth-child(2) .col-md-4 h4 {
    border-radius: inherit !important;
  }
}

.reset__style .box-even h4 {
  margin-top: 0px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .reset__style .box-even h4 {
    font-size: 3.73333vw;
  }
}

.box-even h4 {
  background-color: #44302E;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 2;
  padding: 12px 15px 12px 20px;
  border-right: none;
  letter-spacing: 0px;
}

.box-even .tab__content {
  padding: 20px 20px 20px 20px;
}

.box-even .tab__content .boder__ccc {
  font-size: 11px;
  color: #B4B4AC;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0px;
  line-height: 1;
  display: inline-block;
  border: 1px solid #D3D3CF;
  border-radius: 15px;
  padding: 3px 9px;
  letter-spacing: 0px;
  margin-left: 10px;
  margin-bottom: 0px;
}

.box-even .tab__content .boder__ccc.type02 {
  background-color: #fff;
  line-height: 1.3 !important;
  margin-left: 0;
}

.box-even .tab__content .boder__red {
  font-size: 11px;
  color: #FF0000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0px;
  line-height: 1;
  display: inline-block;
  border: 1px solid #FF0000;
  border-radius: 15px;
  padding: 3px 9px;
  letter-spacing: 0px;
  margin-left: 10px;
  margin-bottom: 0;
}

.box-even > .row {
  border-bottom: 1px solid #D3D3CF;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .box-even > .row {
    border-bottom: 0;
    margin-bottom: 0;
  }
}

.box-even > .row > .col-md-4, .box-even > .row > .col-md-8 {
  border-right: 1px solid #D3D3CF;
}

@media (max-width: 768px) {
  .box-even > .row > .col-md-4, .box-even > .row > .col-md-8 {
    border-right: inherit;
  }
}

@media (max-width: 768px) {
  .box-even > .row > .col-md-4 h4, .box-even > .row > .col-md-8 h4 {
    border-radius: 6px 6px 0 0 !important;
  }
}

.box-even > .row > .col-md-4:first-child h4, .box-even > .row > .col-md-8:first-child h4 {
  border-radius: 6px 0 0 0;
}

.box-even > .row > .col-md-4:first-child .tab__content, .box-even > .row > .col-md-8:first-child .tab__content {
  background-color: #EEEDE5;
}

.box-even > .row > .col-md-4:first-child .tab__content span, .box-even > .row > .col-md-8:first-child .tab__content span {
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #434242;
  letter-spacing: 0px;
  line-height: 2;
  margin-bottom: 11px;
  display: inline-block;
}

@media (max-width: 768px) {
  .box-even > .row > .col-md-4:first-child .tab__content span, .box-even > .row > .col-md-8:first-child .tab__content span {
    font-size: 2.93333vw;
  }
}

.box-even > .row > .col-md-4:first-child .tab__content h5, .box-even > .row > .col-md-8:first-child .tab__content h5 {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #44302E;
  letter-spacing: 0.8px;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .box-even > .row > .col-md-4:first-child .tab__content h5, .box-even > .row > .col-md-8:first-child .tab__content h5 {
    font-size: 4vw;
  }
}

.box-even > .row > .col-md-4:last-child, .box-even > .row > .col-md-8:last-child {
  border-right: inherit;
}

.box-even > .row > .col-md-4:last-child h4, .box-even > .row > .col-md-8:last-child h4 {
  border-radius: 0 6px 0 0;
}

a.btn__white.fix__mb {
  margin-bottom: 20px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animated, .animated__02 {
  -webkit-animation: fadeIn 0.5s linear both;
  animation: fadeIn 0.5s linear both;
  opacity: 1;
}

.animated__02 {
  -webkit-animation: fadeIn 1s linear both;
  animation: fadeIn 1s linear both;
}

.js-find-item, .js-click-fadeIn {
  opacity: 0;
}

.box-contact [type="radio"]:checked,
.box-contact [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.box-contact [type="radio"]:checked + label,
.box-contact [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #434242;
  letter-spacing: 0px;
  line-height: 2;
}

@media (max-width: 768px) {
  .box-contact [type="radio"]:checked + label,
  .box-contact [type="radio"]:not(:checked) + label {
    font-size: 3.5vw;
    padding-left: 9vw;
  }
}

.box-contact [type="radio"]:checked + label:before,
.box-contact [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
}

@media (max-width: 768px) {
  .box-contact [type="radio"]:checked + label:before,
  .box-contact [type="radio"]:not(:checked) + label:before {
    width: 7vw;
    height: 7vw;
  }
}

.box-contact [type="radio"]:checked + label:after,
.box-contact [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #EEEDE5;
  position: absolute;
  top: 9px;
  left: 9px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

@media (max-width: 768px) {
  .box-contact [type="radio"]:checked + label:after,
  .box-contact [type="radio"]:not(:checked) + label:after {
    width: 2.6vw;
    height: 2.6vw;
    top: 2.3vw;
    left: 2.2vw;
  }
}

.box-contact [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.box-contact [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.box-contact [type="radio"]:checked + label:before {
  background: #44302E;
}

.box-contact input[type=checkbox] + label {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  position: relative;
}

@media (max-width: 768px) {
  .box-contact input[type=checkbox] + label {
    font-size: 3.73333vw;
  }
}

.box-contact input[type=checkbox] {
  display: none;
}

.box-contact input[type=checkbox] + label:before {
  content: "";
  border: 1px solid #D0D0D0;
  border-radius: 3px;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: transparent;
  transition: .2s;
  position: relative;
  margin-right: 10px;
  vertical-align: bottom;
  background-color: #fff;
}

.box-contact input[type=checkbox] + label:after {
  content: '';
  display: block;
  top: 4px;
  width: 11px;
  height: 16px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 10px;
  transform: rotate(45deg);
}

.box-contact input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.box-contact input[type=checkbox]:checked + label:before {
  border: 1px solid #F6F6F6;
  background: #ccc;
}

.box-contact input[type=checkbox]:checked + label:after {
  transition: .2s all;
  transform: scale(1) rotate(45deg) !important;
  content: '';
  display: block;
  top: 8px;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 10px;
  transform: rotate(45deg);
}

.exhibition__body__top {
  margin-bottom: 130px;
}

@media (max-width: 768px) {
  .exhibition__body__top {
    margin-bottom: 13.33333vw;
  }
}

.exhibition__body__content.monsac .tab_section {
  margin-bottom: 30px;
}

.exhibition__body__content.monsac table th {
  width: 34.6%;
}

.exhibition__body__content.monsac table td {
  width: calc(100% - 34.6%);
}

.exhibition__body__content .row .reset__style h2 {
  margin-top: 0;
}

.exhibition__body__content .bg__radius {
  padding: 40px 30px;
  margin: auto;
  margin-bottom: 90px;
}

.exhibition__body__content .bg__radius.fx__mb {
  margin-bottom: 45px;
}

.exhibition__content__top {
  margin-bottom: 55px;
}

.exhibition__content__top.reset__style p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .exhibition__content__top.reset__style p {
    font-size: 3.73333vw;
  }
}

.exhibition__content__top.reset__style td p {
  margin-top: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .exhibition__content__top {
    margin-bottom: 14.66667vw;
    padding: 0 5.33333vw;
  }
}

.exhibition__content__top h2 {
  font-size: 30px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 3px;
  color: #41312F;
  line-height: 1.4;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .exhibition__content__top h2 {
    font-size: 5.6vw;
    letter-spacing: 0.56vw;
    padding-left: 0;
    margin-bottom: 8vw;
  }
}

.exhibition__content__top p {
  letter-spacing: 0px;
  color: #434242;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .exhibition__content__top p {
    font-size: 3.73333vw;
    margin-bottom: 4.8vw;
  }
}

.exhibition__content__top small {
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.6px;
  color: #434242;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .exhibition__content__top small {
    font-size: 3.2vw;
  }
}

.exhibition__content__top.detail img {
  margin-top: 20px;
  margin-bottom: 30px;
}

.exhibition__content__top.detail h2 {
  margin-bottom: 5px;
}

.exhibition__content__top.detail .link__tag {
  margin-top: 5px;
}

.exhibition__content__top.detail h3 {
  font-size: 16px;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0px;
  color: #44302E;
  line-height: 2;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .exhibition__content__top.detail h3 {
    font-size: 3.46667vw;
    margin-bottom: 2.66667vw;
  }
}

.exhibition__content__top.detail .d-flex.type02 {
  font-size: 12px;
  margin-bottom: 10px;
}

.exhibition__content__top.detail .d-flex.type02 .boder__ccc {
  color: #434242 !important;
  padding: 2px 9px;
  font-size: 12px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .exhibition__content__top.detail .d-flex.type02 .boder__ccc {
    margin: 1.33333vw 0 1.33333vw 0;
    padding: 0.53333vw 2.4vw;
    font-size: 3.2vw;
    border-radius: 4vw;
  }
}

.box__search h3 {
  letter-spacing: 2px;
  color: #44302E;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  background-color: #CFE092;
  padding: 19px 20px 21px 25px;
  border-radius: 6px 6px 0px 0px;
}

@media (max-width: 768px) {
  .box__search h3 {
    font-size: 3.73333vw;
    padding: 2.66667vw 2.66667vw 2.66667vw 5.33333vw;
    border-radius: inherit;
  }
}

.sel__down {
  background-color: #EEEDE5;
  padding: 30px 35px 40px 35px;
  margin-bottom: 60px;
  border-radius: 0px 0px 6px 6px;
}

@media (max-width: 768px) {
  .sel__down {
    padding: 8vw 4vw 10.66667vw 4vw;
    margin-bottom: 10.66667vw;
  }
}

.sel__down ul {
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sel__down ul {
    margin-bottom: 5.33333vw;
    justify-content: center;
    align-items: center;
  }
}

.sel__down ul li {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .sel__down ul li {
    margin-right: 6vw;
  }
}

@media (max-width: 768px) {
  .sel__down ul li:last-child {
    margin-right: 0;
  }
}

.btn__search {
  position: relative;
  border: inherit;
  outline: inherit;
}

.btn__search span {
  position: absolute;
  top: 37%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  display: block;
  letter-spacing: 0.7px;
  color: #FFFFFF;
  font-size: 14px;
}

@media (max-width: 768px) {
  .btn__search span {
    font-size: 3.73333vw;
  }
}

.btn__search span:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/search.svg) no-repeat center;
  display: inline-block;
    top: 3px;
    right: 6px;
    position: relative;
}

@media (max-width: 768px) {
  .btn__search span:before {
    width: 4.26667vw;
    height: 4.26667vw;
    background-size: 87%;
    margin-left: -8vw;
  }
}

.sti-dropdw {
  display: flex;
  /*Styling Selectbox*/
}

@media (max-width: 768px) {
  .sti-dropdw {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.sti-dropdw span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit;
}

.sti-dropdw button {
  position: relative;
  display: block;
  width: 230px;
  height: 60px;
  background: #44302E;
  font-weight: normal;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  outline-offset: inherit;
  border: none;
  letter-spacing: 0.7px;
  transition: 0.3s all;
}

.sti-dropdw button:hover {
  background-color: #fff;
  border: 1px solid #44302E;
}

.sti-dropdw button:hover span {
  color: #44302E;
}

.sti-dropdw button:hover span:before {
  background: url(../images/search--blue.svg) no-repeat center;
}

@media (max-width: 768px) {
  .sti-dropdw button:hover span:before {
    width: 4.26667vw;
    height: 4.26667vw;
    background-size: 87%;
    margin-left: -8vw;
  }
}

@media (max-width: 768px) {
  .sti-dropdw button {
    width: 100%;
    margin-top: 2.66667vw;
    height: 16vw;
  }
}

.sti-dropdw .dropdown {
  width: 340px;
  height: 60px;
  border: 1px solid #D3D3CF;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #434242;
  padding-left: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media (max-width: 768px) {
  .sti-dropdw .dropdown {
    width: 49.5%;
    height: 16vw;
    margin-right: 0;
    font-size: 3.46667vw;
    padding-right: 8vw;
    line-height: 1.8;
  }
}

.sti-dropdw .dropdown:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  background: url(../images/icon--down.svg) no-repeat center;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: .3s all;
}

@media (max-width: 768px) {
  .sti-dropdw .dropdown:before {
    right: 2.66667vw;
  }
}

.sti-dropdw .dropdown.active:before {
  transform: rotate(180deg);
}

.sti-dropdw .dropdown .select {
  cursor: pointer;
  display: block;
}

.sti-dropdw .dropdown .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;
  line-height: 20px;
}

.sti-dropdw .dropdown:hover {
  box-shadow: 0 0 4px #cccccc;
}

.sti-dropdw .dropdown:active {
  background-color: #f8f8f8;
}

.sti-dropdw .dropdown.active:hover,
.sti-dropdw .dropdown.active {
  box-shadow: 0 0 4px #cccccc;
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}

.sti-dropdw .dropdown.active .select > i {
  transform: rotate(-90deg);
}

.sti-dropdw .dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 350px;
  overflow-y: auto;
  z-index: 9;
  color: #ccc;
  border: 1px solid #ccc;
}

.sti-dropdw .dropdown .dropdown-menu li {
  padding: 20px 20px 17px 20px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-right: 0;
  color: #44302E;
  letter-spacing: 0px;
}

@media (max-width: 768px) {
  .sti-dropdw .dropdown .dropdown-menu li {
    padding: 5.33333vw 5.33333vw 4.53333vw 5.33333vw;
    font-size: 3.46667vw;
  }
}

.sti-dropdw .dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}

.sti-dropdw .dropdown .dropdown-menu li:hover {
  background-color: #EEEDE4;
}

.sti-dropdw .dropdown .dropdown-menu li:active {
  background-color: #e2e2e2;
}

.box__tow a {
  text-decoration: inherit !important;
  transition: 0.3s all;
}

@media (max-width: 768px) {
  .box__tow a {
    margin-bottom: 13.33333vw;
    display: block;
  }
}

.box__tow a:hover {
  opacity: 0.8;
}

.box__tow a h5 {
  font-size: 20px;
  letter-spacing: 2px;
  color: #41312F;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .box__tow a h5 {
    padding: 0 5.33333vw;
    font-size: 4.26667vw;
    margin-bottom: 5.33333vw;
  }
}

.box__tow a p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #434242;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .box__tow a p {
    padding: 0 5.33333vw;
    font-size: 3.73333vw;
    margin: 2.66667vw 0;
  }
}

.box__tow img {
  margin-bottom: 20px;
  width: 100%;
}

.exhibition__content__top .link__tag {
  font-size: 11px;
  display: block;
  color: #676560;
  margin-top: 14px;
  letter-spacing: 0px;
  line-height: 1.8;
  padding-bottom: 5px;
}

@media (max-width: 768px) {
  .exhibition__content__top .link__tag {
    font-size: 2.93333vw;
  }
}

.other__res .faq .card {
  border: 1px solid #D3D3CF;
  border-radius: 6px;
}

.other__res .faq .card.border-none {
  border-color: #FBFCF5;
}

.other__res .faq .card-body {
  display: block;
}

.other__res .faq .card .faq-title p {
  color: #44302E;
  font-size: 18px;
  padding: 17px 45px 17px 25px;
}

@media (max-width: 768px) {
  .other__res .faq .card .faq-title p {
    font-size: 4.8vw;
    padding: 4.53333vw 12vw 4.53333vw 6.66667vw;
  }
}

.other__res .faq .card .faq-title:before {
  background-color: #44302E;
}

.other__res .faq .card .faq-title:after {
  background-color: #44302E;
}

.other__res .faq .card-header {
  background-color: #fff;
}

.other__res .faq .card-header:hover {
  background-color: #fff;
}

.other__res .faq .card-header.active {
  background-color: #EEEDE4;
}

.other__res .faq .card-header.active .card {
  border: none;
}

.other__res .faq .card-header.active .faq-title p {
  color: #44302E;
}

.other__res .faq-section [aria-expanded="true"]:before {
  background-color: #44302E !important;
}

.other__res__table.table__content {
  margin-bottom: 0;
}

.other__res__table.table__content .table th {
  flex: 0 0 155px;
  padding-top: 20px;
}

.other__res__table.table__content .table td {
  flex: 0 0 calc(100% - 155px);
  padding-bottom: 5px;
  padding-top: 15px;
}

.other__res__table.table__content .table td .input__text {
  width: 100%;
}

@media (max-width: 768px) {
  .other__res__table.table__content .table td .input__text {
    font-size: 3.73333vw !important;
  }
}

.box__search.type02 h3 {
  font-size: 18px;
  padding: 14px 15px 13px 25px;
}

@media (max-width: 768px) {
  .box__search.type02 h3 {
    font-size: 4.8vw;
    padding: 3.73333vw 4vw 3.46667vw 6.66667vw;
  }
}

.box__search.type02 .sti-dropdw {
  flex-wrap: wrap;
  justify-content: space-between;
}

.box__search.type02 .sti-dropdw .dropdown {
  flex: 0 0 49.5%;
  margin-right: 0;
}

.box__search.type02 .sti-dropdw button {
  flex: 0 0 100%;
  margin-top: 16px;
}

.box__tow.type02 {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .box__tow.type02 {
    margin-bottom: 8vw;
  }
}

.box__tow.type02 .pd-6 {
  padding: 0 10px;
}

.box__tow.type02 .mr-6 {
  margin: 0 -10px;
}

@media (max-width: 768px) {
  .box__tow.type02 .col-md-12 h5, .box__tow.type02 .col-md-12 p {
    padding: 0;
  }
}

.box__tow.type02 h5 {
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .box__tow.type02 h5 {
    font-size: 4.26667vw;
    margin-bottom: 2.66667vw;
  }
}

.box__tow.type02 p {
  font-size: 13px;
}

@media (max-width: 768px) {
  .box__tow.type02 p {
    font-size: 3.46667vw;
  }
}

@media (max-width: 768px) {
  .tab__big__right {
    margin-bottom: 20vw;
  }
}

.tab__big__right .sti-dropdw {
  border-bottom: 1px solid #D3D3CF;
  cursor: pointer;
  margin-bottom: -1px;
}

.tab__big__right .sti-dropdw .dropdown .dropdown-menu {
  max-height: 535px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .tab__big__right .sti-dropdw .dropdown .dropdown-menu {
    max-height: 142.66667vw;
  }
}

.tab__big__right .sti-dropdw .dropdown .dropdown-menu li {
  padding: 10px 15px 10px 20px;
}

@media (max-width: 768px) {
  .tab__big__right .sti-dropdw .dropdown .dropdown-menu li {
    padding: 2.66667vw 4vw 2.66667vw 5.33333vw;
  }
}

.tab__big__right .sti-dropdw .dropdown .dropdown-menu li a {
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-right: 0;
  color: #44302E;
  letter-spacing: 0px;
  padding-left: 0;
}

@media (max-width: 768px) {
  .tab__big__right .sti-dropdw .dropdown .dropdown-menu li a {
    font-size: 3.46667vw;
  }
}

.tab__big__right .sti-dropdw .dropdown .dropdown-menu li a:hover {
  background-color: inherit;
}

.tab__big__right h3 {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #44302E;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  background-color: #CFE092;
  border-radius: 8px 8px 0 0;
  padding: 19px 0;
}

@media (max-width: 768px) {
  .tab__big__right h3 {
    font-size: 4.26667vw;
    padding: 5.06667vw 0;
  }
}

.tab__big__right .dropdown {
  width: 100%;
  margin-right: 0;
  background-color: #EEEDE5;
  border: inherit;
  border-radius: inherit;
}

.tab__big__right .dropdown.active {
  transition: 0.3s all;
  background-color: #44302E !important;
}

.tab__big__right .dropdown.active .select span {
  color: #fff;
}

.tab__big__right .dropdown.active:before {
  transform: inherit;
  background-color: #fff;
}

.tab__big__right .dropdown.active:after {
  transform: rotate(90deg);
  background-color: #fff;
}

.tab__big__right .dropdown:before {
  width: 10px;
  height: 2px;
  background: #41312F;
  right: 19px;
}

@media (max-width: 768px) {
  .tab__big__right .dropdown:before {
    width: 2.66667vw;
    height: 0.53333vw;
    right: 5.06667vw;
  }
}

.tab__big__right .dropdown:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #41312F;
  right: 23px;
}

@media (max-width: 768px) {
  .tab__big__right .dropdown:after {
    width: 0.53333vw;
    height: 2.66667vw;
    right: 6.13333vw;
  }
}

.tab__big__right .dropdown:hover {
  box-shadow: inherit;
}

.tab__big__right .dropdown .select span {
  font-size: 14px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #41312F;
  letter-spacing: 0.7px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .tab__big__right .dropdown .select span {
    font-size: 3.73333vw;
  }
}

.card-header.js-click-fadeIn {
  opacity: 1;
}

.finished {
  position: relative;
}

.finished .box-even {
  background-color: #F5F5F5;
  opacity: 0.29;
}

.finished__text {
  position: absolute;
  left: 0;
  right: 0;
  top: 42.5%;
  bottom: 0;
  margin: auto;
  letter-spacing: 0px;
  color: #FF0000 !important;
  font-size: 30px !important;
  font-weight: bold !important;
  z-index: 1;
  text-align: center;
}

.finished .table {
  background-color: #F5F5F5;
  opacity: 0.29;
}

.table__tow__detail .table__content {
  display: flex;
  margin-bottom: 0;
}

.table__tow__detail .table__content th {
  flex: 0 0 100%;
}

.table__tow__detail .table__content td {
  flex: 0 0 100%;
  padding-left: 20px;
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 12px;
}

.table__tow__detail .table__content td:first-child {
  background-color: #fff;
  border-radius: 6px 0px 0px 6px;
}

.table__tow__detail .table__content td .boder__ccc {
  margin-left: 10px;
  margin-bottom: 0;
}

.table__tow__detail .table__content td .boder__red {
  margin-bottom: 0;
}

.table__tow__detail .table__content td span {
  line-height: 1;
}

.table__tow__detail .table__content td p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}

.table__tow__detail .table__content td .d-flex {
  line-height: 2;
}

.table__tow__detail .table__content th {
  padding-top: 20px;
}

.table__tow__detail .tab_section {
  border-bottom: none;
}

.table__tow__detail .tab_section .tab-hea {
  flex: 0 0 235px;
  border-radius: 6px 0px 0px 6px;
}

.table__tow__detail .tab_section .tab-cont {
  flex: 0 0 calc(100% - 235px);
  background-color: #fff;
}

.monsac__content .table__tow__detail .table__content td .boder__red {
  color: #FF0000;
}

@media (max-width: 768px) {
  .monsac__content {
    padding: 0 5.33333vw;
  }
  .monsac__content .table__tow__detail .table__content {
    display: block;
    width: 100%;
  }
  .monsac__content .table__tow__detail .table__content td p {
    font-size: 3.73333vw;
  }
  .monsac__content .table__tow__detail .table__content td .boder__red {
    color: #FF0000;
  }
  .monsac__content .table__tow__detail .tab_section .tab-hea {
    border-radius: 1.6vw 1.6vw 0 0;
  }
  .monsac__content .table__tow__detail .tab_section .tab-hea th {
    width: 100%;
  }
  .monsac__content .table__tow__detail .tab_section .tab-cont {
    display: block;
    width: 100%;
  }
  .monsac__content .table tr td {
    display: block;
    width: 100%;
  }
}

.list__category {
  margin-bottom: 10px;
}

.list__category .boder__green.type02 {
  background-color: #E86E9D;
}

.list__category ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list__category ul .boder__ccc {
  padding: 2px 10px;
  color: #434242;
  font-size: 12px;
  border-radius: 42px;
}

@media (max-width: 768px) {
  .list__category ul .boder__ccc {
    font-size: 3.2vw;
  }
}

.list__category ul li {
  margin: 0 3px 5px 0;
}

@media (max-width: 768px) {
  .list__category ul li {
    margin: 0 0.8vw 1.33333vw 0;
  }
}

.list__category ul li:first-child {
  margin-left: 0;
}

.list__category.type02 .boder__ccc {
  background-color: #EEEDE4;
}

.list__category.type02 .boder__ccc.bg-white {
  background-color: #fff;
}

.bg-white {
  background-color: #fff;
}

.table__tow__detail.type03 {
  margin-bottom: 68px;
}

.table__tow__detail.type03 th, .table__tow__detail.type03 td {
  border-bottom: 1px solid #D3D3CF;
}

.table__tow__detail.type03 th {
  flex: 0 0 235px;
}

@media (max-width: 768px) {
  .table__tow__detail.type03 th {
    border-right: inherit;
    border-bottom: none;
  }
}

.table__tow__detail.type03 td {
  flex: 0 0 calc(100% - 235px);
  padding-right: 30px;
}

@media (max-width: 768px) {
  .table__tow__detail.type03 td {
    border-bottom: none;
  }
}

.table__tow__detail.type03 td .btn__white {
  margin-top: 20px;
  margin-bottom: 20px;
}

.table__tow__detail.type03 .tab_section .tab-hea {
  flex: 0 0 100%;
}

.table__tow__detail.type03 .tab_section table tr:last-child th {
  border-bottom: inherit;
}

.table__tow__detail.type03 .tab_section table tr:last-child td {
  border-bottom: inherit;
}

@media (max-width: 768px) {
  .table__tow__detail.type03 .tab_section tr {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .table__tow__detail.type03 .tab_section td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .table__tow__detail.type03 .table__content td .boder__ccc {
    margin-left: 0;
    margin-bottom: 5px;
  }
}

.box__orange {
  margin-bottom: 70px;
}

.box__orange h5 {
  font-size: 16px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #F6970A;
  border-radius: 6px 6px 0 0;
  padding: 20px 20px 18px 20px;
  letter-spacing: 1.6px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .box__orange h5 {
    font-size: 4.26667vw;
    border-radius: 1.6vw 1.6vw 0 0;
    padding: 5.33333vw 5.33333vw 4.8vw 5.33333vw;
    letter-spacing: 0.42667vw;
  }
}

.box__orange__content {
  background-color: #EEEDE4;
  padding: 28px 20px;
  font-size: 14px;
  border-radius: 0 0 6px 6px;
}

@media (max-width: 768px) {
  .box__orange__content {
    padding: 7.46667vw 5.33333vw;
    font-size: 3.73333vw;
  }
}

.box__orange__content p {
  margin-top: 0;
}

.d-flex-table {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.d-flex-table .boder__ccc {
  margin-right: 10px;
  font-size: 12px;
  background-color: #EEEDE4;
  border-radius: 42px;
}

@media (max-width: 768px) {
  .d-flex-table .boder__ccc {
    font-size: 3.2vw;
    border-radius: 11.2vw;
    margin-right: 1.33333vw;
  }
}

.d-flex-table:nth-child(n + 2) {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .d-flex-table:nth-child(n + 2) {
    margin-bottom: 2.66667vw;
  }
}

.tab__big__right .faq .card .card-header {
  background-color: #EEEDE5;
  border-radius: inherit;
  height: 60px;
  display: block;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .tab__big__right .faq .card .card-header {
    height: 16vw;
    padding-top: 5.33333vw;
  }
}

.tab__big__right .areaTitle {
  position: relative;
}

.tab__big__right .areaTitle a {
  font-size: 14px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #41312F;
  letter-spacing: 0.7px;
  line-height: 1.5;
  padding-left: 12px;
  text-decoration: inherit !important;
}

@media (max-width: 768px) {
  .tab__big__right .areaTitle a {
    font-size: 3.73333vw;
  }
}

.tab__big__right .faq .card {
  margin-bottom: 0;
}

.tab__big__right .faq .card .card-header.active {
  background-color: #44302E;
}

.tab__big__right .faq .card .card-header.active h5 a {
  color: #fff;
}

.tab__big__right .faq .card .card-header.active .plus {
  transition: 0.3s all;
}

.tab__big__right .faq .card .card-header.active .plus:before {
  background-color: #fff;
}

.tab__big__right .faq .card .card-header.active .plus:after {
  background-color: #fff;
  transform: rotate(90deg);
}

.tab__big__right .faq .card .card-header h5 a {
  display: block;
  width: 170px;
  height: 60px;
  margin-top: -20px;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .tab__big__right .faq .card .card-header h5 a {
    width: 100%;
    /*width: 100%;
                    height: vw(60px);
                    margin-top: vw(-20px);
                padding-top: vw(20px);*/
  }
}

.tab__big__right .faq .card .card-body {
  border-radius: inherit;
  padding: 0;
  margin-bottom: 0;
}

.tab__big__right .faq .card .card-body ul {
  width: 100%;
}

.tab__big__right .faq .card .card-body li {
  padding: 10px 15px 10px 20px;
  transition: 0.3s all;
}

@media (max-width: 768px) {
  .tab__big__right .faq .card .card-body li {
    padding: 2.66667vw 4vw 2.66667vw 5.33333vw;
  }
}

.tab__big__right .faq .card .card-body li.active {
  background-color: #EEEDE5;
}

.tab__big__right .faq .card .card-body li:hover {
  background-color: #EEEDE5;
}

.tab__big__right .faq .card .card-body li a {
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-right: 0;
  color: #44302E;
  letter-spacing: 0px;
  text-decoration: inherit !important;
  display: block;
}

@media (max-width: 768px) {
  .tab__big__right .faq .card .card-body li a {
    font-size: 3.2vw;
  }
}

.btn__red {
  width: 345px;
  height: 54px;
  background-color: #E86E9D;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: normal;
  transition: 0.3s all;
}

@media (min-width: 769px) {
  .btn__red.big {
    width: 600px;
    height: 80px;
    font-size: 16px;
  }
}

.btn__red.big:before {
  width: 9px;
  height: 9px;
}

@media (max-width: 768px) {
  .btn__red {
    width: 80%;
    height: 14.4vw;
    font-size: 3.73333vw;
    border-radius: 1.6vw;
    padding: 0 5.33333vw;
    color: #fff !important;
  }
}

.btn__red:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  right: 20px;
  top: 44%;
}

@media (max-width: 768px) {
  .btn__red:before {
    width: 1.6vw;
    height: 1.6vw;
    right: 5.33333vw;
  }
}

.btn__red:hover {
  background-color: #fff;
  border: 1px solid #E86E9D;
  color: #E86E9D !important;
}

.btn__red:hover:before {
  border-top-color: #E86E9D;
  border-left-color: #E86E9D;
}

.btn__white {
  width: 320px;
  height: 64px;
  background-color: #fff;
  border: 1px solid #D3D3CF;
  color: #44302E;
  font-size: 16px;
  letter-spacing: 0.8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-radius: 8px;
  transition: 0.3s all;
  position: relative;
}

.btn__white.target:before {
  background: url("../images/icon-tag.svg") no-repeat;
  width: 11px;
  height: 8px;
  border-top: none;
  border-left: none;
  transform: rotate(0);
}

@media (max-width: 768px) {
  .btn__white.target:before {
    width: 2.93333vw;
    height: 2.93333vw;
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .btn__white {
    width: 100%;
    height: 17.06667vw;
    font-size: 4.26667vw;
    border-radius: 2.13333vw;
    color: #44302E !important;
  }
}

.btn__white:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #44302E;
  border-left: 2px solid #44302E;
  transform: rotate(135deg);
  right: 20px;
  top: 25px;
}

@media (max-width: 768px) {
  .btn__white:before {
    right: 4.8vw;
    width: 2.13333vw;
    height: 2.13333vw;
    top: 7.2vw;
    border-top: 0.53333vw solid #44302E;
    border-left: 0.53333vw solid #44302E;
  }
}

.btn__white:hover {
  border-color: #44302E;
  opacity: 0.8;
}

.plus {
  position: absolute;
  right: 0;
  width: 40px;
  height: 60px;
  z-index: 111;
  cursor: pointer;
}

.plus:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #41312F;
  right: 19px;
  top: 28px;
}

.plus:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #41312F;
  right: 23px;
  top: 24px;
}

@media (max-width: 768px) {
  .warranty .inner {
    padding: 0 5.33333vw;
  }
}

@media (min-width: 769px) {
  .warranty .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.warranty .reset__style img {
  margin: 0;
}

.warranty .reset__style .accLink {
  margin-bottom: 20px;
}

.warranty .reset__style .accLink li {
  margin-right: 20px;
}

.warranty__box-center {
  margin-bottom: 90px;
}

.warranty__box-center h5 {
  font-size: 20px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #41312F;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .warranty__box-center h5 {
    font-size: 4.53333vw;
    margin-bottom: 4vw;
  }
}

.warranty__box-center img {
  opacity: 0.9;
}

.warranty__box-center .m-6 {
  margin: 0;
}

.warranty__box-center .p-6 {
  padding: 0;
}

.warranty__box-letfToRight {
  overflow: hidden;
  margin-bottom: 40px;
}

.warranty__box-letfToRight small {
  font-size: 12px;
}

@media (max-width: 768px) {
  .warranty__box-letfToRight small {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}

.warranty__box-letfToRight .row {
  display: flex;
  flex-wrap: wrap;
}

.warranty__box-letfToRight .col-md-8, .warranty__box-letfToRight .col-md-4 {
  margin-bottom: 60px;
}

.warranty__box-letfToRight .input__text {
  line-height: 2;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .warranty__box-letfToRight h3 {
    letter-spacing: 0.5px !important;
  }
}

@media (max-width: 768px) {
  .warranty__box-letfToRight .col-md-4 {
    flex: 0 0 100%;
  }
}

.warranty .box__contact {
  margin-bottom: 90px;
}

.warranty .box__contact h2 {
  font-size: 30px;
  letter-spacing: 3px;
  color: #41312F;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  position: relative;
  padding-left: 55px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .warranty .box__contact h2 {
    font-size: 5.6vw;
    padding-left: 10.66667vw;
  }
}

.warranty .box__contact h2:before {
  position: absolute;
  content: "";
  background: url("../images/icon--ques-type02.svg") no-repeat;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
}

@media (max-width: 768px) {
  .warranty .box__contact h2:before {
    width: 8vw;
    height: 8vw;
    background-size: 100%;
    padding-left: 8vw;
  }
}

.warranty .box__contact .bg__radius {
  margin-top: 35px;
}

@media (min-width: 769px) {
  .warranty .box__contact .bg__radius {
    padding: 30px 35px;
    padding-bottom: 37px;
  }
}

@media (max-width: 768px) {
  .warranty .box__contact .bg__radius {
    padding: 30px 20px;
  }
}

@media (min-width: 769px) {
  .warranty .box__contact .bg__radius .row {
    display: flex;
    align-items: center;
  }
}

.warranty .box__contact .bg__radius h5 {
  font-size: 15px;
  letter-spacing: 0px;
  color: #44302E;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 17px;
}

@media (max-width: 768px) {
  .warranty .box__contact .bg__radius h5 {
    font-size: 3.73333vw;
    margin-top: 1.33333vw;
  }
}

.warranty .box__contact .bg__radius .btn__white {
  font-weight: 500;
  text-decoration: none !important;
}

@media (min-width: 769px) {
  .warranty .box__contact .bg__radius .btn__white {
    width: 280px;
  }
}

@media (max-width: 768px) {
  .warranty .box__contact .bg__radius .btn__white {
    margin: 4vw 0;
  }
}

.warranty .box__contact .bg__radius .tell {
  font-size: 16px;
}

@media (max-width: 768px) {
  .warranty .box__contact .bg__radius .tell {
    font-size: 4.26667vw;
  }
}

.warranty__item .item ul {
  display: flex;
  align-items: center;
}

.warranty__item .item ul li:first-child {
  background: #ACC54C;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex: 0 0 80px;
  padding-left: 0;
  display: inline-flex;
}

@media (max-width: 768px) {
  .warranty__item .item ul li:first-child {
    width: 13.33333vw;
    height: 13.33333vw;
    flex: 0 0 13.33333vw;
  }
}

.warranty__item .item ul li:first-child img {
  width: 32px;
  margin: auto;
}

.warranty__item .item ul li:last-child {
  flex: 0 0 calc(100% - 80px);
  font-size: 18px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.9px;
  color: #434242;
  font-weight: 500;
}

@media (max-width: 768px) {
  .warranty__item .item ul li:last-child {
    font-size: 4.26667vw;
    flex: 0 0 80vw;
  }
}

.warranty__item .item ul li::before {
  opacity: 0;
}

.warranty__item small {
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.6px;
  color: #434242;
}

@media (max-width: 768px) {
  .warranty__item small {
    font-size: 3.2vw;
    line-height: 1.7;
  }
}

.warranty__item .warranty__item__list .item--02 li:before {
  opacity: 0;
  display: none;
}

.warranty__item {
  overflow: hidden;
}

.warranty__item__list {
  margin-top: 35px;
  margin-bottom: 60px;
}

.warranty__item__list .item--02 ul {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.warranty__item__list .item--02 ul li {
  padding: 0 10px;
  margin-bottom: 26px;
}

.warranty__item__list .item--02 ul li:first-child {
  flex: 0 0 125px;
}

@media (max-width: 768px) {
  .warranty__item__list .item--02 ul li:first-child {
    flex: 0 0 24vw;
  }
}

.warranty__item__list .item--02 ul li:last-child {
  flex: 0 0 calc(100% - 130px);
}

@media (max-width: 768px) {
  .warranty__item__list .item--02 ul li:last-child {
    flex: 0 0 70vw;
  }
}

.warranty__item__list .item--02 ul li:last-child p {
  font-size: 12px;
}

@media (max-width: 768px) {
  .warranty__item__list .item--02 ul li:last-child p {
    font-size: 3.2vw;
  }
}

.warranty__item__list .item--02 h4 {
  margin-top: 0px;
}

.warranty__item__list .row {
  margin: 0 -10px;
}

.warranty__item__list .col-md-4 {
  padding: 0 10px;
}

.warranty__content_text {
  margin-bottom: 140px;
}

.warranty__content_text p {
  font-size: 14px;
}

@media (min-width: 769px) {
  #main_column.colnum1 .warranty__tab {
    margin-top: -45px;
  }
}

@media (max-width: 768px) {
  #main_column.colnum1 .warranty__tab {
    margin-top: -6.66667vw;
  }
}

.warranty__tab > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .warranty__tab > ul {
    margin-left: -2.66667vw;
    margin-right: -2.66667vw;
  }
}

.warranty__tab > ul li {
  flex: 0 0 49%;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #44302E;
  transition: 0.3s all;
}

@media (min-width: 769px) {
  .warranty__tab > ul li:hover {
    opacity: 0.8;
    background: #44302E;
  }
  .warranty__tab > ul li:hover a {
    color: #fff;
  }
}

.warranty__tab > ul li.active {
  background-color: #44302E;
  position: relative;
  z-index: 2;
}

@media (min-width: 769px) {
  .warranty__tab > ul li.active:hover {
    background-color: #fff;
    z-index: 33;
  }
  .warranty__tab > ul li.active:hover a {
    color: #44302E;
  }
}

.warranty__tab > ul li.active:before {
  position: absolute;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #44302E;
  width: 17px;
  height: 20px;
  bottom: -20px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

.warranty__tab > ul li.active a {
  color: #fff;
}

.warranty__tab > ul li a {
  text-decoration: inherit !important;
  font-size: 16px;
  font-weight: bold;
  color: #44302E;
  letter-spacing: 0.8px;
  height: 80px;
  display: block;
  text-align: center;
  padding: 30px;
}

@media (max-width: 768px) {
  .warranty__tab > ul li a {
    font-size: 2.66667vw;
    height: 10.66667vw;
    padding: 2.66667vw;
    padding-top: 2vw;
    line-height: 1.4;
  }
}

.warranty__tab__step h6 {
  font-size: 16px;
  letter-spacing: 0px;
  color: #44302E;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .warranty__tab__step h6 {
    font-size: 3.73333vw;
    padding-left: 6.66667vw;
  }
}

.warranty__tab__step h6:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon-star.png") no-repeat;
  left: 0;
  top: 2px;
  background-size: 100%;
}

@media (max-width: 768px) {
  .warranty__tab__step h6:before {
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

.warranty__tab__step > .item {
  margin-top: 40px;
  background-color: #FBFCF5;
  border-radius: 10px;
  padding: 50px 40px;
  padding-bottom: 0;
}

@media (min-width: 769px) {
  .warranty__tab__step > .item#content2 .btn__white {
    width: 360px;
  }
}

@media (max-width: 768px) {
  .warranty__tab__step > .item#content2 .btn__white:before {
    right: 1.333vw;
  }
}

.warranty__tab__step > .item .step__item {
  position: relative;
}

.warranty__tab__step > .item .step__item:before {
  position: absolute;
  content: "";
  width: 9px;
  /* height: 106%;
                    border: 2px dashed #ACC54C;
                    top: 100%;*/
  left: 30px;
  background: url("../images/line-repeat.png") repeat;
  height: 100%;
  top: 102%;
}

@media (max-width: 768px) {
  .warranty__tab__step > .item .step__item:before {
    display: none;
  }
}

.warranty__tab__step > .item .step__item img {
  width: 100%;
}

.warranty__tab__step > .item .step__item .d-flex {
  position: absolute;
  top: -15px;
  left: -1px;
  background: url(../images/bg-step.svg) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .warranty__tab__step > .item .step__item .d-flex {
    width: 21.33333vw;
    height: 9.33333vw;
    top: -4vw;
  }
}

.warranty__tab__step > .item .step__item .en {
  font-size: 10px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .warranty__tab__step > .item .step__item .en {
    font-size: 2.66667vw;
  }
}

.warranty__tab__step > .item .step__item .num {
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

@media (max-width: 768px) {
  .warranty__tab__step > .item .step__item .num {
    font-size: 4.26667vw;
  }
}

.warranty__tab__step > .item .step__info p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .warranty__tab__step > .item .step__info p {
    font-size: 3.73333vw;
  }
}

.warranty__tab__step > .item .step__info h4 {
  margin-top: 10px;
}

@media (min-width: 769px) {
  .warranty__tab__step > .item .step__info .btn__white {
    width: 280px;
  }
}

.warranty__tab__step > .item .reset__style h3 {
  margin-top: 0;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.warranty__tab__step .row {
  align-items: flex-start;
}

.warranty__step_bg {
  background: url("../images/ptn.png") repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  padding-top: 1px;
  background-position: top center;
  padding-bottom: 80px;
}

.warranty__step_bg .warranty__tab__step .col-md-4, .warranty__step_bg .warranty__tab__step .col-md-8 {
  margin-bottom: 100px;
}

.warranty__step_bg .warranty__tab__step .col-md-4:last-child, .warranty__step_bg .warranty__tab__step .col-md-8:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .warranty__step_bg .warranty__tab__step .col-md-4:last-child p, .warranty__step_bg .warranty__tab__step .col-md-8:last-child p {
    padding-bottom: 10.66667vw;
  }
}

.warranty__step_bg .warranty__tab__step .col-md-4 b, .warranty__step_bg .warranty__tab__step .col-md-8 b {
  font-size: 14px;
}

@media (max-width: 768px) {
  .warranty__step_bg .warranty__tab__step .col-md-4 b, .warranty__step_bg .warranty__tab__step .col-md-8 b {
    font-size: 3.73333vw;
  }
}

.warranty__step_bg .warranty__tab__step .col-md-4 b span, .warranty__step_bg .warranty__tab__step .col-md-8 b span {
  font-size: 16px;
}

@media (max-width: 768px) {
  .warranty__step_bg .warranty__tab__step .col-md-4 b span, .warranty__step_bg .warranty__tab__step .col-md-8 b span {
    font-size: 4.26667vw;
  }
}

.warranty__step_bg .warranty__tab__step .col-md-4:nth-child(7) {
  margin-bottom: 40px;
}

#main_column.colnum1 .wt__table {
  margin-bottom: 120px;
}

#main_column.colnum1 .warranty__tab__step > .item {
  margin-top: 40px;
}

.wt__table .sub p {
  margin-bottom: 18px;
}

@media (min-width: 769px) {
  .wt__table .sub h4 {
    margin-top: 0;
  }
}

.wt__table .table__content .table td {
  padding-top: 20px;
  padding-bottom: 35px;
}

.warranty .wt__box3__item img {
  width: 100%;
}

.warranty .wt__box3__item img .row {
  align-items: flex-start;
}

.warranty .wt__box3 {
  overflow: hidden;
}

.warranty .wt__box3 > .row {
  align-items: flex-start;
  margin-bottom: 50px;
}

.warranty .wt__box3 .wt__box3__item {
  background-color: #fff;
  padding-bottom: 16px;
}

@media (max-width: 768px) {
  .warranty .wt__box3 .wt__box3__item {
    margin-bottom: 8vw;
  }
}

@media (min-width: 769px) {
  .warranty .wt__box3 .wt__box3__item h4 {
    margin-top: 15px;
  }
}

.warranty .wt__box3 .wt__box3__item a {
  transition: 0.3s all;
}

.warranty .wt__box3 .wt__box3__item a:hover {
  opacity: 0.7;
}

@media (min-width: 769px) {
  .warranty .wt__box3 .wt__box3__item {
    margin-top: 30px;
  }
}

.warranty .wt__box3 .wt__box3__item .boder__ccc {
  background-color: #EEEDE5;
  color: #44302E;
  font-size: 12px;
  margin-left: 14px;
}

@media (max-width: 768px) {
  .warranty .wt__box3 .wt__box3__item .boder__ccc {
    font-size: 3.2vw;
  }
}

.warranty .wt__box3 .wt__box3__item img {
  margin-bottom: 15px;
}

.warranty .wt__box3 .wt__box3__item h4 {
  font-size: 16px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding: 0 30px;
  letter-spacing: 1.6px;
}

@media (max-width: 768px) {
  .warranty .wt__box3 .wt__box3__item h4 {
    font-size: 4vw;
  }
}

.warranty .wt__box3 .wt__box3__item .time {
  font-family: "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #9D9A90;
  font-weight: normal;
  display: block;
  text-align: right;
  margin-right: 16px;
}

@media (max-width: 768px) {
  .warranty .wt__box3 .wt__box3__item .time {
    font-size: 3.2vw;
  }
}

.warranty .wt__box3 .btn__white {
  margin-bottom: 80px;
}

.warranty__tab__step > .item .step__item.last-child:before {
  opacity: 0;
}

@media (max-width: 768px) {
  .warranty .box__contact .bg__radius {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bg__blue {
  background-color: #F1ECE3;
  padding-top: 53px;
  padding-bottom: 63px;
  margin-bottom: 50px;
}

.bg__orange {
  background-color: #FBFCF5;
}

.reset__style a {
  text-decoration: none !important;
}

.reset__style h1 {
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 32px;
  color: #41312F;
  letter-spacing: 3.2px;
  line-height: 1.5;
}

.reset__style h2 {
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 3px;
  color: #41312F;
  line-height: 1.4;
  font-size: 30px;
  margin-top: 100px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 60px;
}

@media (max-width: 768px) {
  .reset__style h2 {
    margin-top: 10.66667vw;
  }
}

.reset__style h2:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 13px;
  background: url("../images/icon--h2.svg") no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .reset__style h2:before {
    background: url("../images/h2-icon--sp.svg") no-repeat;
    width: 10.66667vw;
    height: 1.86667vw;
    top: -2.66667vw;
    left: 0;
    bottom: auto;
  }
}

.reset__style h3 {
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 1px;
  color: #41312F;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  padding-left: 50px;
}

@media (max-width: 768px) {
  .reset__style h3 {
    margin-top: 10.66667vw;
  }
}

.reset__style h3:before {
  position: absolute;
  content: "";
  width: 36px;
  height: 13px;
  background: url("../images/icon--h3.svg") no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 769px) {
  .reset__style h3:before {
    top: 12px;
    bottom: auto;
  }
}

@media (max-width: 768px) {
  .reset__style h3:before {
    background: url("../images/h3-icon--sp.svg") no-repeat;
    width: 9.6vw;
    height: 1.86667vw;
    top: -3vw;
    left: 0;
    bottom: auto;
  }
}

.reset__style h4 {
  font-size: 16px;
  color: #44302E;
  letter-spacing: 0px;
  line-height: 2.1;
  margin-bottom: 10px;
  margin-top: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.reset__style p {
  margin: 5px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0;
  color: #434242;
  line-height: 2;
}

.reset__style img {
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
}

.reset__style .content {
  margin-bottom: 90px;
}

.reset__style .pr__col-6 {
  padding: 0 25px;
}

.reset__style .mr__col-6 {
  margin: 0 -25px;
}

.reset__style .pr__col-8 {
  padding: 0 20px;
}

.reset__style .mr__col-8 {
  margin: 0 -20px;
}

.reset__style .row h3 {
  margin-top: 0;
}

.reset__style ul li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  color: #434242;
  letter-spacing: 0px;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.reset__style ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #44302E;
  left: 0;
  top: 9px;
}

.reset__style ol li {
  list-style: decimal;
  font-size: 16px;
  letter-spacing: 0px;
  color: #434242;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.link__text {
  display: flex;
  margin: 0 -25px;
  margin-bottom: 30px;
  margin-top: 45px;
}

.link__text a {
  display: block;
  color: #434242;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 2.25;
  padding: 0 25px;
  border-bottom: 4px solid #EEEDE5;
  padding-bottom: 20px;
}

.link__text a:first-child {
  padding-left: 0;
  margin-left: 25px;
}

.link__text a.active {
  position: relative;
}

.link__text a.active:after {
  position: absolute;
  content: "";
  width: 84%;
  height: 4px;
  background: #44302E;
  left: 0;
  bottom: -4px;
  border-radius: 5px;
}

.content {
  margin-bottom: 50px;
}

.content p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #434242;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 2;
}

.content.fix__mb {
  margin-bottom: 40px;
}

.news__section {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D3D3CF;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.news__section .link {
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.7px;
  color: #44302E;
  line-height: 1.7;
}

.news__list {
  display: inline-flex;
}

.news__list .time {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #434242;
  letter-spacing: 0px;
  margin-right: 20px;
  line-height: 2;
}

.news__list .category {
  color: #fff;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.3px;
  border-radius: 32px;
  font-size: 12px;
  padding: 2px 23px;
  line-height: 1.9;
  margin-right: 28px;
}

.news__list .category.blue {
  background-color: #00ACF1;
}

.news__list .category.yellow {
  background-color: #F6970A;
}

.news__list .category.green {
  background-color: #99C904;
}

.news__list .category.pink {
  background-color: #EF6B95;
}

.news__content {
  margin-bottom: 90px;
}

.ul__li {
  margin-bottom: 40px;
}

.ol__li {
  margin-bottom: 100px;
}

.bangkuzu {
  padding-left: 20px;
}

.bangkuzu ul {
  display: flex;
  padding-bottom: 20px;
}

.bangkuzu ul li {
  font-size: 12px;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0px;
  color: #434242;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}

.bangkuzu ul li:before {
  opacity: 0;
}

.bangkuzu ul li:after {
  position: absolute;
  content: "/";
  left: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #EEEDE4;
}

.bangkuzu ul li:first-child {
  padding-left: 0;
}

.bangkuzu ul li:first-child:after {
  opacity: 0;
}

@media (max-width: 768px) {
  .reset__style h1 {
    font-size: 4.8vw;
    letter-spacing: 0.48vw;
  }
  .reset__style h2, .reset__style h3 {
    font-size: 5.6vw;
    letter-spacing: 0.56vw;
    padding-left: 0;
    margin-bottom: 8vw;
  }
  .reset__style h3 {
    font-size: 5.33333vw;
    letter-spacing: 0.26667vw;
  }
  .reset__style h4 {
    font-size: 3.73333vw;
  }
  .reset__style p {
    font-size: 4.26667vw;
  }
  .reset__style .inner {
    padding: 0 5.33333vw;
  }
  .reset__style .bg__radius {
    padding: 9.33333vw 9.33333vw 8vw 9.33333vw;
  }
  .reset__style .bg__radius p {
    font-size: 4.26667vw;
  }
  .reset__style ul li {
    font-size: 3.73333vw;
    margin-bottom: 4.8vw;
    padding-left: 5.33333vw;
  }
  .reset__style ul li:before {
    width: 1.6vw;
    height: 1.6vw;
  }
  .reset__style ol li {
    font-size: 4.26667vw;
    margin-bottom: 6.13333vw;
  }
  .bg__blue {
    padding: 4.8vw 5.33333vw;
    margin-bottom: 8vw;
  }
  .link__text {
    width: 1100px;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    margin-bottom: 22.4vw;
  }
  .link__text a {
    font-size: 4vw;
  }
  .table__content .table tr {
    display: block;
  }
  .table__content .table tr:first-child th {
    border-top: inherit;
  }
  .table__content .table tr th {
    display: block;
    width: 100%;
    font-size: 3.73333vw;
    padding: 3.46667vw 3.46667vw 3.46667vw 2.66667vw;
    border-top: 1px solid #D3D3CF;
  }
  .table__content .table tr td {
    font-size: 3.73333vw;
    padding: 4.26667vw 5.33333vw 5.86667vw 5.33333vw;
    border-bottom: none;
  }
  .news__section {
    display: block;
    padding: 0 5.33333vw;
    margin-bottom: 5.33333vw;
  }
  .news__section a {
    display: block;
  }
  .news__section .link {
    font-size: 3.73333vw;
    padding-bottom: 2.93333vw;
  }
  .news__list .time {
    font-size: 3.73333vw;
    margin-right: 5.33333vw;
  }
  .news__list .category {
    font-size: 3.2vw;
  }
  .ol__li {
    padding: 0 5.33333vw;
  }
  .bangkuzu ul {
    flex-wrap: wrap;
  }
  .bangkuzu ul li {
    font-size: 3.2vw;
  }
  .faq .card .card-header .faq-title {
    font-size: 3.73333vw;
  }
  .faq .card .card-header .faq-title span {
    width: 11.2vw;
    height: 11.2vw;
    font-size: 4.8vw;
  }
  .faq .card .card-header .faq-title p {
    padding-right: 2.66667vw;
  }
  .faq .card .card-body p {
    font-size: 3.73333vw;
  }
  .faq .card .card-body span {
    margin-right: 4.26667vw;
  }
}

.reset__style .accLink {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .reset__style .accLink {
    margin-bottom: 13.33333vw;
    display: block;
  }
}

.reset__style .accLink a {
  font-size: 16px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #44302E;
  letter-spacing: 0.8px;
  line-height: 2;
  font-weight: 500;
}

@media (max-width: 768px) {
  .reset__style .accLink a {
    font-size: 3.73333vw;
  }
}

.reset__style .accLink li {
  margin-right: 40px;
  margin-bottom: 30px;
  padding-left: 45px;
}

@media (max-width: 768px) {
  .reset__style .accLink li {
    margin-right: 5.33333vw;
    padding-left: 8vw;
    margin-bottom: 1.33333vw;
  }
}

.reset__style .accLink li:before {
  opacity: 0;
}

.reset__style .accLink li a:before {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #E86E9D;
  top: 0;
  bottom: auto;
  margin: auto;
  left: 0;
}

@media (max-width: 768px) {
  .reset__style .accLink li a:before {
    width: 5.86667vw;
    height: 5.86667vw;
    border-radius: 5.33333vw;
    top: 0.5vw;
    bottom: auto;
  }
}

.reset__style .accLink li a:after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-135deg);
  left: 14px;
  top: 12px;
}

@media (max-width: 768px) {
  .reset__style .accLink li a:after {
    width: 1.6vw;
    height: 1.6vw;
    left: 2.13333vw;
    top: 2.66667vw;
  }
}

#main_column.colnum1 .inner.faq__mb {
  margin-bottom: 225px;
}

@media (max-width: 768px) {
  #main_column.colnum1 .inner.faq__mb {
    margin-bottom: 24vw;
  }
}

.resfafa #reason02 .btn__red, .resfafa #reason02 .btn__blue {
  font-size: 16px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.8px;
}

@media (max-width: 768px) {
  .resfafa #reason02 .btn__red, .resfafa #reason02 .btn__blue {
    font-size: 14px;
  }
}

.resfafa #reason02 a.btn__red:link, .resfafa #reason02 a.btn__blue:link {
  width: 100%;
  height: 70px;
}

@media (max-width: 768px) {
  .resfafa #reason02 a.btn__red:link, .resfafa #reason02 a.btn__blue:link {
    height: 55px;
  }
}

.resfafa #reason .fv_area .inner {
  background: transparent !important;
}

.resfafa #reason .fv_area .input__text p {
  width: auto;
}

.resfafa #reason .fv_area .input__text p {
  width: auto;
}

.resfafa .res-box-top-row {
  align-items: flex-start;
}

.resfafa .res-box-top .news-txt h4 {
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .resfafa .res-box-top .news-txt h4 {
    font-size: 16px;
  }
}

.resfafa .res-box-top p {
  font-size: 16px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 1.6px;
}

@media (max-width: 768px) {
  .resfafa .res-box-top p {
    font-size: 15px;
  }
}

.resfafa #reason03 {
  background: url("../images/bg.png") repeat;
}

.resfafa .ttl__reason_out .ttl__reason.fargs {
  margin-bottom: 35px;
}

.resfafa #reason03 .banner_ul .banner_li {
  margin-bottom: 0;
}

.resfafa #reason03 .banner_ul .banner_li:nth-child(2) {
  margin-bottom: 35px;
}

.resfafa .fv_area {
  margin-bottom: 116px;
}

.justify-content-center {
  justify-content: center;
}

.resr-bg .justify-content-center {
  margin-top: -206px;
}

@media (max-width: 768px) {
  .resr-bg .justify-content-center {
    margin-top: -142px;
  }
}

.resr-bg .bg-Dfaf {
  margin-top: 100px;
}

.resr-bg .bg-Dfaf img {
  width: 100%;
}

.txt-fwfxs {
  margin-top: 80px;
}

.txt-fwfxs .list-svg {
  display: flex;
  align-items: center;
}

.txt-fwfxs .svg__text {
  text-align: center;
}

.txt-fwfxs .svg__text.fleDsf {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .txt-fwfxs .svg__text.fleDsf {
    width: 270px;
    margin: auto;
  }
}

.txt-fwfxs .svg__text .background {
  stroke: #fff;
  stroke-width: 11px;
  stroke-linejoin: round;
}

.txt-fwfxs .svg__text .foreground {
  fill: #AE6345;
}

.txt-fwfxs .svg__text text {
  font-weight: bold;
  letter-spacing: 0;
  text-anchor: middle;
  dominant-baseline: alphabetic;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 45px;
}

.txt-fwfxs .svg__text .fevaaf {
  width: 33px;
  height: 44px;
}

.txt-fwfxs .svg__text .fevaaf text {
  font-size: 32px;
}

.txt-fwfxs .svg__text .faFsa {
  width: 440px;
  height: 79px;
}

.txt-fwfxs .svg__text .faFsa.fMbff {
  margin-bottom: -23px;
}

@media (max-width: 768px) {
  .txt-fwfxs .svg__text .faFsa.fMbff {
    margin-bottom: -50px;
  }
  .txt-fwfxs .svg__text text {
      font-size: 50px;
  }
}

@media (max-width: 768px) {
  .txt-fwfxs .svg__text .LfafaF {
    width: 213px;
  }
}

.txt-fwfxs img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .txt-fwfxs-item {
    margin-bottom: 50px;
  }
  .reason_wrap01 .avatar.tt01 {
    text-align: center;
  }
  .txt-fwfxs img {
    max-width: 800px;
  }
}

.txt-fwfxs .ttl-img.tt01 {
  position: relative;
  font-family: "GenJyuuGothic";
  font-size: 56px;
  line-height: 1.2;
  font-weight: bold;
  color: #AE6345;
  text-shadow:4px 4px 0 #FFF, -4px -4px 0 #FFF,
              -4px 4px 0 #FFF, 4px -4px 0 #FFF,
              0px 4px 0 #FFF,  0 -4px 0 #FFF,
              -4px 0 0 #FFF, 4px 0 0 #FFF;
}
@media (max-width: 1200px) {
  .txt-fwfxs .ttl-img.tt01 {
    font-size: 10.13vw;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
}

.txt-fwfxs .ttl-img.tt01.txt02 {
  letter-spacing: -2.8px;
}
.txt-fwfxs .ttl-img.tt01 span {
  font-size: 32px;
}
@media (max-width: 1200px) {
  .txt-fwfxs .ttl-img.tt01 span {
    font-size: 5.87vw;
    margin-right: 5px;
  }
}


.txt-fwfxs .ttl-img.tt01 img {
  max-width: 440px;
  margin: auto;
}

.txt-fwfxs .ttl-img.tt02 {
  position: relative;
}

.txt-fwfxs .ttl-img.tt02 img {
  max-width: 360px;
  margin: auto;
}

.txt-fwfxs-item .avatar.tt02 img {
  margin-top: -80px;
  margin-left: -40px;
}

.txt-fwfxs-item .item {
  margin-top: 15px;
}

.txt-fwfxs-item .item p {
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
  color: #41312F;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .txt-fwfxs-item .item p {
    font-size: 16px;
  }
  .txt-fwfxs-item .avatar.tt02 img {
      margin-left: 0;
  }
}

.txt-fwfxs-item .item .note {
  font-size: 12px;
  display: block;
  margin-top: 15px;
}

.fx-img img {
  width: 100%;
}


.reason_wrap01 {
  height: 480px;
}
@media (max-width: 1200px) {
  .reason_wrap01 {
    height: auto;
  }
}



.reset__style .icon--type01.newColor span {
  color: #6C3119;
}

.reset__style .newColor {
  color: #6C3119;
}

.icon--cotype05.icon--new20 {
  background: url("../images/icon--cotype08.svg") no-repeat left top;
}

.small-sytle-new {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  margin: 3px 0;
}

.tab_icon_pink.tokubetsu {
  background-color: #F46480;
}

.ttl__reason_out .ttl__reason h3.co_first-styl {
  padding-left: 0;
}

.ttl__reason_out .ttl__reason h3.co_first-styl:before {
  display: none;
}

.ttl__reason_out .ttl__reason h3.co_first-styl .svg__text {
  width: 612px;
  background-size: 100% 77%;
}

.ttl__reason_out .ttl__reason h3.co_first-styl span {
  height: 88px;
}

.fsfrFx .ttl__reason_out .ttl__reason {
  padding-bottom: 0;
  background-position-y: 140px;
  margin-bottom: 40px;
}

.resfafa .co_first--bgNew#reason03 {
  background: transparent;
}

.reason--body #reason03 {
  padding-bottom: 160px;
}

.footer-newsfix {
  margin-top: -100px !important;
}

.fafDDvZ {
  margin-top: 40px;
}

.mp-00 {
  padding-left: 0px;
  padding-right: 0px;
}

.mm-00 {
  margin-left: 0px;
  margin-right: 0px;
}

.mp-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.mm-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.line__type02.line__type02--new > .row > .col-md-6 {
  max-width: 100%;
}

.newColor > span {
  color: #6C3119;
}

.box4startFafe {
  margin-top: -50px;
}

.box4startFafe.reset__style h3.icon--star-top {
  margin-top: 0;
}

@media (max-width: 768px) {
  #co_first .ptn_bg {
    overflow: hidden;
  }
}

#co_first .box4startFafe .content_box_co {
  margin-bottom: 0;
}

/*# sourceMappingURL=map/m-style.css.map */

/*add news*/
.lst__add_link{
  display: flex;
  align-items:center;
  width: 100%;
}
.lst__add_link h4{
  letter-spacing: 1.8px;
  color: #44302E;
  font-size: 18px;
  font-weight: 500;
  height: 70px;
  text-align: center;
  max-width: 32%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEEDE5;
  border-radius: 6px 0 0 6px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.lst__add_link .list_link{
  padding: 8px 0 8px 32px;
  display: inline-flex;
  background-color: #fff;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.lst__add_link .list_link li{
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: 0.3s all;
  width: 50%;
  padding-right: 12px;
}
.lst__add_link .list_link li:hover a{
  opacity: 0.8;
}
.lst__add_link .list_link li:before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #E86E9D;
  border-left: 3px solid #E86E9D;
  transform: rotate(135deg);
  left: -20px;
}
.lst__add_link .list_link li a{
  text-decoration: inherit !important;
  color: #434242;
  font-size: 14px;
  font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.box__search .lst__add_link{
  margin-top: -30px;
  margin-bottom: 50px;
  background: #eeede5;
}
@media(max-width: 768px){
  .lst__add_link{
    display: block;
  }
  .lst__add_link h4{
    width: 100%;
    max-width: 100%;
    font-size: 3.73333vw;
  }
  .lst__add_link .list_link{
    max-width: 100%;
    width: 100%;
  }
  .lst__add_link .list_link li{
    padding: 2vw 1.4em 0 0;
    width: 100%;
  }
  .lst__add_link h4{
    border-radius: 6px;
  }
  .lst__add_link .list_link li a{
    font-size: 3.1vw;
  }
}
.faq .card .card-body a{
  display: block;
  text-decoration: underline !important;
}
@media(max-width: 768px){
  .exhibition__content__top .tab_section .btn__red{
    color: #fff !important;
  }
  .plus{
    width: 9.66vw;
    height: 14.49vw;
  }
  .plus:before{
    width: 2.415vw;
    height: 0.48vw;
    right: 5.066vw;
    top: 7.4vw;
  }
  .plus:after{
    width: 0.48vw;
    height: 2.415vw;
    right:6.0vw;
    top: 6.4vw;
  }
  #accordion .card-body>p:first-child{
    font-weight: normal;
  }
  #accordion p:first-child{
    font-weight: normal;
  }
  /*#accordion .card-body .tab-cont tr:nth-child(1) td .col-md-6 p:first-child{
    font-weight: bold;
  }*/
}
@media(min-width: 768px) and (max-width: 1023px){
  .plus:after{
    top: 3.4vw;
  }
  .plus:before{
    top: 4.4vw;
  }
}
.js-tel--cal{
  pointer-events:none;
  cursor:default;
}
@media(max-width: 768px){
  .js-tel--cal{
    pointer-events:auto;
    cursor:pointer;
  }
  .wt__box3 .btn__red {
      color: #fff !important;
  }
  .faq-section [aria-expanded="true"] li a{
    color: #44302E !important;
  }
}