@charset "UTF-8";
/**

import

**/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@1,600;1,700;1,800&display=swap");
/* base
----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@1,600;1,700&family=Taviraj:ital,wght@1,600;1,700;1,800&display=swap");
/* layout
----------------------------------------------- */
.l-content {
  margin: 0 25px;
  padding-bottom: 50px;
  padding-top: 30px;
}

@media screen and (max-width: 575px) {
  .l-content {
    margin: 0 10px;
  }
}

.l-content * {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  box-sizing: border-box;
  font-weight: bold;
  color: #000000;
}

.l-content input, .l-content textarea, .l-content select {
  font-weight: normal;
}

.l-content a {
  transition: all 0.2s;
}

.l-content a:hover {
  transition: all 0.2s;
}

.l-content input[type="submit"] {
  width: 100%;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.l-content button {
  cursor: pointer;
  border: none;
  outline: none;
}

.l-content.--searchTop {
  padding-top: 0px;
}

.container.--searchTop .topicpath {
  margin-bottom: 0;
}

.c-hedline {
  height: 1px;
  margin: 10px 0;
  border: none;
  border-bottom: 1px solid #D2D2D2;
}

/* c-btn
----------------------------------------------- */
/**

タイトル関連

**/
.c-ttlPage {
  border: 2px solid #2861A6;
  text-align: center;
  position: relative;
  margin: 0;
}

.c-ttlPage > span {
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #2861A6;
  padding: 14px 0;
  margin: 0;
  transition: all 0.2s;
}

.c-ttlPage a {
  position: absolute;
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

@media screen and (max-width: 600px) {
  .c-ttlPage a {
    display: none;
  }
}

.c-ttlPage a:hover {
  color: #fff;
  background-color: #3C70AE;
  transition: all 0.2s;
  text-decoration: none;
  opacity: 1;
}

.c-ttlPage.--search {
  background-color: #2861A6;
}

.c-ttlPage.--search > span {
  color: #FFF;
  display: inline-block;
  padding-left: 20px;
  background-image: url(../images/icon_search.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
}

.c-ttl {
  background-color: #EDF3F8;
  text-align: center;
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #2861A6;
  padding: 25px 0;
  margin: 0;
  transition: all 0.2s;
}

/**

検索ボックス

**/
.c-search {
  background-color: #EDF3F8;
  padding: 15px 15px 40px;
}

@media screen and (max-width: 500px) {
  .c-search {
    padding: 10px 0px 10px;
    background-color: #FFF !important;
  }
}

.c-search__btn {
  display: flex;
  justify-content: center;
  padding: 30px 0 15px;
}

@media screen and (max-width: 500px) {
  .c-search__btn {
    flex-wrap: wrap;
  }
}

.c-search__btn button {
  height: 60px;
  color: #FFF;
  font-weight: bold;
  border-radius: 4px;
  -webkit-transition: all .275s;
  transition: all .275s;
}

.c-search .c-btn__submit {
  width: 400px;
  background-color: #C8625E;
}

.c-search .c-btn__submit span {
  padding: 10px 40px;
  background-image: url(../images/icon_search.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  color: #fff;
}

@media screen and (max-width: 500px) {
  .c-search .c-btn__submit {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c-search .c-btn__submit:hover {
  background-color: #CA6966;
}

.c-search .c-btn__reset {
  margin-left: 20px;
  width: 220px;
  background-color: #707070;
}

.c-search .c-btn__reset span {
  color: #fff;
}

.c-search .c-btn__reset:hover {
  background-color: #787878;
}

.c-search__box {
  background-color: #FFF;
  max-width: 1440px;
  padding: 20px 70px;
  border-radius: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .c-search__box {
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
  .c-search__box {
    padding: 5px;
  }
}

.c-search__box dl:first-child {
  padding: 0px 15px;
  border-bottom: none;
}

.c-search__box dl:first-child dt {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .c-search__box dl:first-child {
    padding: 0px 5px;
  }
}

.c-search__box dl {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #E1E1E1;
  padding: 10px 15px;
  margin: 0;
}

@media screen and (max-width: 900px) {
  .c-search__box dl {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .c-search__box dl {
    padding: 10px 5px;
  }
}

.c-search__box dl dt {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 240px;
  margin: 0;
}

@media screen and (max-width: 900px) {
  .c-search__box dl dt {
    max-width: 100%;
    margin-bottom: 5px;
  }
}

.c-search__box dl dt h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
  margin-left: 20px;
}

@media screen and (max-width: 500px) {
  .c-search__box dl dt h4 {
    margin-left: 10px;
  }
}

.c-search__box dl dt h4 span {
  font-size: 12px;
  display: inline-block;
}

.c-search__box dl dt h4 span sup {
  position: relative;
  top: -0.3em;
}

.c-search__box dl dt h4.--small {
  font-size: 17px;
}

.c-search__box dl dt .--disabled + h4 {
  opacity: 0.3;
}

.c-search__box dl dd {
  display: flex;
  font-size: 18px;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .c-search__box dl dd {
    padding-left: 45px;
  }
}

@media screen and (max-width: 500px) {
  .c-search__box dl dd {
    padding-left: 35px;
  }
}

.c-search .c-open__sensor {
  margin-bottom: 10px;
}

.c-search .c-open__sensor label {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.c-search .c-open__sensor.--open label:after {
  transform: rotateZ(180deg);
  transition: .2s;
}

.c-search .c-open__sensor + .--down {
  padding-left: 30px;
  margin-bottom: 10px;
}

.c-search .c-open {
  cursor: pointer;
  color: #2861A6;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.c-search .c-open:after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon_down.svg);
  transition: .2s;
}

.c-search .c-open span {
  display: inline-block;
  -webkit-transition: all .275s;
  transition: all .275s;
}

.c-search .c-open span:nth-child(2) {
  display: none;
}

.c-search .c-open.--open:after {
  transform: rotateZ(180deg);
  transition: .2s;
}

.c-search .c-open.--open span:nth-child(1) {
  display: none;
}

.c-search .c-open.--open span:nth-child(2) {
  display: block;
}

.c-search .--down {
  display: none;
}

/**

    結果

**/
.c-result {
  padding-top: 75px;
}

@media screen and (max-width: 600px) {
  .c-result {
    padding-top: 35px;
  }
}

.c-result__ttl {
  text-align: center;
}

.c-result__ttl h3 {
  font-size: 24px;
  font-weight: bold;
}

.c-result__ttl p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.c-result__ttl p span {
  font-size: 20px;
}

.c-result__ttl p em {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}

.c-result__ttl .c-select {
  font-size: 20px;
  padding: 3px;
  width: 80px;
  text-align: center;
  margin: 0 10px 0 0;
  box-sizing: border-box;
}

.c-result__list .--head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0 0;
  padding: 0;
}

.c-result__list .--head li {
  width: 100%;
  height: 30px;
  list-style: none;
}

.c-result__list .--head .--note span {
  display: block;
  padding-left: 20px;
  font-weight: bold;
  margin-left: 20px;
  font-size: 16px;
  color: #2861A6;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: none;
  background-image: url(../images/icon_check.svg);
  background-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 500px) {
  .c-result__list .--head .--note span {
    margin-left: 5px;
  }
}

.c-result__list .--head .--navi {
  max-width: 1440px;
  margin-top: -35px;
}

@media screen and (max-width: 600px) {
  .c-result__list .--head .--navi {
    max-width: 100%;
    margin-top: 0px;
  }
}

.c-result__list .--head .--navi .c-pagination {
  justify-content: flex-end;
}

@media screen and (max-width: 600px) {
  .c-result__list .--head .--navi .c-pagination {
    justify-content: center;
  }
}

.c-result__list .--head.--en .--note br {
  display: none;
}

@media screen and (max-width: 500px) {
  .c-result__list .--head.--en .--note br {
    display: block;
  }
}

.c-result__list .--head.--en .--navi {
  max-width: 1440px;
  margin-top: -35px;
}

@media screen and (max-width: 800px) {
  .c-result__list .--head.--en .--navi {
    margin-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  .c-result__list .--head.--en .--navi {
    max-width: 100%;
    margin-top: 30px;
  }
}

.c-result__table {
  padding-left: 200px;
  position: relative;
  margin-bottom: 70px;
}

@media screen and (max-width: 600px) {
  .c-result__table {
    margin-bottom: 30px;
  }
}

.c-result__table > table {
  border-collapse: collapse;
  width: 200px;
  position: absolute;
  top: 20px;
  left: 0;
}

.c-result__table th, .c-result__table td {
  white-space: nowrap;
  border: solid 1px #E1E1E1;
}

.c-result__table th {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #F5F5F5;
  height: 70px;
  padding: 0 30px;
}

.c-result__table th em {
  font-style: normal;
  display: block;
  font-size: 11px;
}

.c-result__table td {
  height: 40px;
  padding: 0 10px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .c-result__table td {
    padding: 0 5px;
  }
}

.c-result__table .--fixed td {
  background-color: #FFF;
}

@media screen and (max-width: 400px) {
  .c-result__table .--fixed td {
    font-size: 13px;
  }
}

.c-result__table .--fixed tr:nth-child(odd) td {
  background: #F5F5F5;
}

.c-result__table .--scroll {
  overflow: auto;
}

.c-result__table .--scroll table {
  border-collapse: collapse;
  width: 100%;
  border-collapse: collapse;
}

.c-result__table .--scroll table tr:nth-child(even) td {
  background: #F5F5F5;
}

.c-result__table .--scrollbar {
  width: 100%;
  height: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.c-result__table .--scrollbar .inner {
  height: 1px;
}

.c-result__table .--scroll th a {
  color: #424242;
  text-decoration: none;
}

.c-result__table .--scroll th a span {
  padding-right: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: none;
  background-image: url(../images/icon_sort.svg);
  background-size: 10px;
}

.c-result__table .--scroll th.--up span {
  background-image: url(../images/icon_sort_up.svg);
}

.c-result__table .--scroll th.--down span {
  background-image: url(../images/icon_sort_down.svg);
}

.c-result__table .--scroll th.is-sort {
  border: 2px solid #2861A6 !important;
  border-bottom: none !important;
}

.c-result__table .--scroll td.is-sort {
  border-left: 2px solid #2861A6 !important;
  border-right: 2px solid #2861A6 !important;
}

.c-result__table .--scroll td.is-last {
  border-bottom: 2px solid #2861A6 !important;
}

/**

    比較

**/
.c-comparison__BtnSp {
  display: none;
  margin: 10px 0 5px;
}

@media screen and (max-width: 600px) {
  .c-comparison__BtnSp {
    display: block;
  }
}

.c-comparison {
  padding-top: 20px;
}

@media screen and (max-width: 600px) {
  .c-comparison {
    padding-top: 5px;
  }
}

.c-comparison__table {
  padding-left: 200px;
  position: relative;
  margin-bottom: 70px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .c-comparison__table {
    margin-bottom: 30px;
    padding-left: 120px;
  }
}

.c-comparison__table > table {
  border-collapse: collapse;
  width: 200px;
  position: absolute;
  top: 20px;
  left: 0;
}

@media screen and (max-width: 600px) {
  .c-comparison__table > table {
    width: 120px;
  }
}

.c-comparison__table td {
  border: solid 1px #E1E1E1;
  height: 85px;
  padding: 0 10px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .c-comparison__table td {
    padding: 0 5px;
  }
}

.c-comparison__table tr.--img td {
  height: 200px;
}

.c-comparison__table tr.--img td img {
  max-height: 100%;
}

.c-comparison__table tr.--head td {
  text-align: center !important;
}

@media screen and (max-width: 600px) {
  .c-comparison__table tr.--sprow td {
    height: 130px;
  }
}

.c-comparison__table .--fixed thead tr:first-child td {
  height: 40px;
  width: 200px;
}

.c-comparison__table .--fixed tr:nth-child(even) td {
  background: #F5F5F5;
}

.c-comparison__table .--fixed td {
  font-size: 14px;
  font-weight: bold;
  background-color: #FFF;
  text-align: left;
}

.c-comparison__table .--fixed td em {
  font-style: normal;
  font-size: 11px;
  display: inline-block;
}

.c-comparison__table .--fixed .--control {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.c-comparison__table .--fixed .--control span {
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}

.c-comparison__table .--fixed .--control span:first-child {
  margin-left: 0px;
}

.c-comparison__table .--fixed .--control span:hover {
  transition: all 0.2s;
  opacity: .7;
}

.c-comparison__table .--scroll {
  overflow-x: auto;
  position: relative;
}

.c-comparison__table .--scroll table {
  table-layout: auto;
}

.c-comparison__table .--scroll table thead tr:first-child td {
  height: 40px;
  background-color: #FFF;
}

.c-comparison__table .--scroll table tr:nth-child(even) td {
  background: #F5F5F5;
}

.c-comparison__table .--scroll table td {
  width: 210px !important;
  min-width: 210px !important;
}

.c-comparison__table .--scroll table .--control {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.c-comparison__table .--scroll table .--control span {
  cursor: pointer;
  display: inline-block;
}

.c-comparison__table .--scroll table .--control span:first-child {
  margin-right: 10px;
}

.c-comparison__table .--scroll table .--control span:hover {
  transition: all 0.2s;
  opacity: .7;
}

.c-comparison__table .--scroll table .--control span.del {
  position: absolute;
  right: 5px;
}

.c-comparison__table .--scroll table .c-btn {
  width: 150px;
}

.c-comparison__table .--scroll table .--model {
  font-weight: bold;
  margin-bottom: 5px;
}

.c-comparison__table .--scrollbar {
  width: 100%;
  height: 20px;
  overflow-x: auto;
  overflow-y: hidden;
}

.c-comparison__table .--scrollbar .inner {
  height: 1px;
}

.c-comparison .js-table__fixed td,
.c-comparison .js-table__fixed tr {
  width: 100%;
}

/**

お知らせ一覧

**/
.c-detail {
  max-width: 1170px;
  padding: 20px 10px;
  margin: 0 auto;
}

.c-detail .c-contact {
  padding: 10px 0px 40px;
  background-color: #FFF !important;
}

.c-detail .c-contact__box {
  padding: 20px 0px;
}

.c-detail__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.c-detail__head h1 {
  margin: 0 0 60px;
  font-size: 34px;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-detail__head h1 {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 500px) {
  .c-detail__head h1 {
    font-size: 24px;
  }
}

.c-detail__head h1 span {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .c-detail__head h1 span {
    font-size: 16px;
  }
}

.c-detail__head__info .--img {
  display: none;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-detail__head__info .--img {
    display: block;
  }
}

.c-detail__head__info .--img img {
  width: 53%;
  height: auto;
}

.c-detail__head__info ul {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-left: -20px;
}

@media screen and (max-width: 900px) {
  .c-detail__head__info ul {
    flex-wrap: wrap;
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .c-detail__head__info ul {
    justify-content: space-between;
    margin-left: 0px;
  }
}

.c-detail__head__info ul li {
  list-style: none;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.c-detail__head__info ul li .c-btn {
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .c-detail__head__info ul li {
    padding: 0 20px;
    width: 45%;
  }
}

@media screen and (max-width: 500px) {
  .c-detail__head__info ul li {
    width: 50%;
  }
}

.c-detail__head__info ul li::after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  margin: 0 auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon_down.svg);
  transition: .2s;
}

.c-detail__head__info ul li em {
  font-style: normal;
  color: #FFF;
}

.c-detail__head__info ul li .--sp {
  display: none;
}

@media screen and (max-width: 400px) {
  .c-detail__head__info ul li .--sp {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .c-detail__head__info ul li .--pc {
    display: none;
  }
}

.c-detail__head .--imgPc {
  margin-right: 150px;
  min-width: 200px;
  max-width: 300px;
}

@media screen and (max-width: 1000px) {
  .c-detail__head .--imgPc {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-detail__head .--imgPc {
    display: none;
  }
}

.c-detail__head .--imgPc img {
  width: 100%;
  height: auto;
}

.c-detail__basic {
  padding: 70px 0px;
  border-top: 2px solid #2861A6;
}

.c-detail__basic h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.c-detail__basic .--note {
  margin-top: 10px;
}

.c-detail__basic .--note p {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0;
}

.c-detail__basic .--list dl {
  display: table;
  width: 100%;
  border-top: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  margin: 0;
}

.c-detail__basic .--list dl:nth-child(odd) {
  background-color: #F5F5F5;
}

.c-detail__basic .--list dl:last-child {
  border-bottom: 1px solid #E1E1E1;
}

.c-detail__basic .--list dl dt, .c-detail__basic .--list dl dd {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  display: table-cell;
}

.c-detail__basic .--list dl dt {
  width: 400px;
  border-right: 1px solid #E1E1E1;
}

@media screen and (max-width: 768px) {
  .c-detail__basic .--list dl dt {
    width: 160px;
  }
}

.c-detail__basic .--list dl dt span {
  display: inline-block;
}

.c-detail__dimensions {
  padding: 70px 0px;
}

.c-detail__dimensions h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.c-detail__dimensions .--img {
  text-align: center;
}

.c-detail__download {
  padding: 70px 0px 140px;
}

.c-detail__download h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.c-detail__download .--list dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-detail__download .--list dl {
    flex-wrap: wrap;
  }
}

.c-detail__download .--list dl:first-child {
  border-top: 2px solid #000;
}

.c-detail__download .--list dl:last-child {
  border-bottom: 2px solid #000;
}

.c-detail__download .--list dl dt, .c-detail__download .--list dl dd {
  margin: 0;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .c-detail__download .--list dl dt, .c-detail__download .--list dl dd {
    width: 100%;
  }
}

.c-detail__download .--list dl dt {
  width: 400px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .c-detail__download .--list dl dt {
    width: 100%;
    padding-bottom: 0;
  }
}

.c-detail__download .--list dl dd {
  display: flex;
  width: 320px;
}

@media screen and (max-width: 768px) {
  .c-detail__download .--list dl dd {
    width: 300px;
    margin: 0 auto;
  }
}

.c-detail__download .--list dl dd .c-btn {
  width: 130px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .c-detail__download .--list dl dd .c-btn {
    width: 120px;
    margin: 0 10px;
  }
}

/**

お問い合わせ

**/
.c-transaction__input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100px;
  padding-left: 20px;
  border-left: 1px solid #E1E1E1;
}

@media screen and (max-width: 768px) {
  .c-transaction__input {
    padding-left: 0px;
    border-left: none;
  }
}

.c-transaction__input .c-radio {
  margin: 10px 0;
  width: 100%;
}

.c-transaction__input .input_text {
  display: none;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 25px;
}

.c-transaction__input .input_text p {
  margin-bottom: 2px;
}

.c-transaction__input .input_text p span {
  display: block;
}

.c-contact {
  background-color: #F9F9F9;
  padding: 10px 15px 40px;
}

@media screen and (max-width: 500px) {
  .c-contact {
    padding: 10px 0px 10px;
    background-color: #FFF !important;
  }
}

.c-contact .--required {
  display: inline-block;
  border-radius: 4px;
  background-color: #DC3545;
  margin: 0 2px;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  padding: 2px 4px;
}

.c-contact .c-error {
  color: red;
  margin: 3px 0 0 0;
}

.c-contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
    .c-contact__btn {
      display: block !important;
    }
}

.c-contact__btn button {
  margin: 0 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
    .c-contact__btn button {
      margin: 0 auto;
    }
    .c-contact__btn button:nth-child(2){ margin-top: 40px !important;}
}

.c-contact__confirm th {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c-contact__confirm th {
    display: block;
    width: 100%;
  }
}

.c-contact__confirm td {
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .c-contact__confirm td {
    display: block;
    width: 100%;
  }
}

.c-contact__confirm #modellist ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.c-contact__confirm #modellist ul li {
  margin-top: 5px;
}

.c-contact__confirm #modellist ul li:first-child {
  margin-top: 0;
}

.c-contact__confirm #modellist ul span {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 500px) {
  .c-contact__confirm #modellist ul span {
    width: 100%;
    display: block;
    text-align: right;
  }
}

.c-contact__zip {
  display: flex;
  align-items: center;
}

.c-contact__zip span {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: normal;
}

.c-contact__zip input {
  width: 180px;
}

.c-contact__date {
  display: flex;
  align-items: center;
}

.c-contact__date input, .c-contact__date select {
  width: 100px;
}

.c-contact__date span {
  display: inline-block;
  font-weight: bold;
  margin: 0 5px;
}

.c-contact__addr select {
  min-width: 180px;
  width: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .c-contact__addr select {
    min-width: 100%;
    width: 100%;
  }
}

.c-contact__addr.--en select {
  min-width: 180px;
  width: auto;
  margin-top: 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .c-contact__addr.--en select {
    width: 100%;
    min-width: 100%;
  }
}

.c-contact__usage select {
  min-width: 180px;
  width: auto;
}

.c-contact__usage .--etc {
  margin-top: 15px;
}

.c-contact__captche img {
  margin-bottom: 5px;
}

.c-contact__captche p {
  margin-bottom: 5px;
}

.c-contact__captche input {
  width: 200px;
}

.c-contact__model {
  margin-top: 3px;
  padding-left: 20px;
  border-left: 1px solid #E1E1E1;
}

@media screen and (max-width: 768px) {
  .c-contact__model {
    margin-top: 0px;
    padding-left: 0px;
    border-left: none;
  }
}

.c-contact__model ul {
  margin: 0;
  padding: 0;
}

.c-contact__model li {
  list-style: none;
  display: flex;
  align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .c-contact__model li {
    justify-content: space-between;
  }
}

.c-contact__model li .del {
  cursor: pointer;
}

.c-contact__model li .del:hover {
  opacity: .7;
  transition: all 0.2s;
}

.c-contact__model__count, .c-contact__model__input {
  width: 500px;
  border-bottom: 1px solid #E1E1E1;
  padding: 10px;
  margin-right: 20px;
}

@media screen and (max-width: 900px) {
  .c-contact__model__count, .c-contact__model__input {
    width: 400px;
  }
}

@media screen and (max-width: 600px) {
  .c-contact__model__count, .c-contact__model__input {
    width: 100%;
    padding-right: 20px;
  }
}

.c-contact__model__count input, .c-contact__model__input input {
  width: 150px;
  margin: 0 10px;
  text-align: right;
}

@media screen and (max-width: 900px) {
  .c-contact__model__count input, .c-contact__model__input input {
    width: 120px;
  }
}

.c-contact__model__count {
  padding: 10px 10px 10px 0;
}

@media screen and (max-width: 600px) {
  .c-contact__model__count {
    padding: 10px 0px 10px 0;
  }
}

.c-contact__model__count > div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.c-contact__model__count > div input {
  margin: 0 10px;
  text-align: right;
}

.c-contact__model__count > div span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.c-contact__model__count > div span:first-child {
  display: inline-block;
  min-width: 150px;
  margin-right: 60px;
}

@media screen and (max-width: 600px) {
  .c-contact__model__count > div span:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .c-contact__model__count > div {
    width: 100%;
    flex-wrap: wrap;
    padding-left: 30%;
    margin-right: 10px;
  }
  .c-contact__model__count > div span {
    width: 100%;
    margin: 0;
  }
  .c-contact__model__count > div .--num {
    justify-content: flex-end;
  }
}

.c-contact__model .del {
  width: 15px;
}

@media screen and (max-width: 600px) {
  .c-contact__model .del {
    margin-left: -20px;
    width: 20px;
  }
}

.c-contact__model .del img {
  width: 100%;
}

.c-contact__model__input {
  padding: 10px 10px 10px 0;
}

@media screen and (max-width: 600px) {
  .c-contact__model__input {
    padding-right: 0px;
  }
}

.c-contact__model__input > div {
  text-align: right;
}

.c-contact__model__input .alert span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.c-contact__model__input .c-modelinput {
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .c-contact__model__input .c-modelinput input {
    margin: 0 1px 0 0;
  }
}

.c-contact__model__input .c-modelinput span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-contact__model__input span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c-contact__model .c-btn__add {
  margin-top: 20px;
}

.c-contact__model .c-btn__add span {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #424242;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  max-width: 180px;
  border: 1px solid #E1E1E1;
  background-color: #FFF;
  padding: 10px;
  position: relative;
}

.c-contact__model .c-btn__add span::before {
  content: '+';
  padding-left: 20px;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.c-contact__btn {
  display: flex;
  justify-content: center;
  padding: 50px 0 0;
}

.c-contact__note {
  margin-bottom: 30px;
}

.c-contact__att {
  color: red;
}

.c-contact__box {
  max-width: 1140px;
  padding: 20px 70px;
  border-radius: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .c-contact__box {
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
  .c-contact__box {
    padding: 5px;
  }
}

.c-contact__box dl.--odd {
  background-color: #ECECEC;
}

.c-contact__box dl {
  display: flex;
  align-items: flex-start;
  padding: 10px 15px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-contact__box dl {
    flex-wrap: wrap;
  }
}

.c-contact__box dl .--spacer {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-contact__box dl .--spacer {
    display: none;
  }
}

.c-contact__box dl dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 240px;
  padding: 10px 0;
  margin: 0;
}

.c-contact__box dl dt .--required {
  margin-left: 15px;
}

.c-contact__box dl dt .--wap {
  display: block;
  width: 100%;
  margin-left: 1rem;
}

@media screen and (max-width: 900px) {
  .c-contact__box dl dt {
    max-width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .c-contact__box dl dt {
    width: 100%;
    max-width: 100%;
  }
}

.c-contact__box dl dt .--note {
  font-size: 13px;
  margin: 10px 10px 0 0;
}

@media screen and (max-width: 768px) {
  .c-contact__box dl dt .--note {
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #E1E1E1;
  }
}

.c-contact__box dl dd {
  margin: 0;
  width: 100%;
}

.c-contact__box dl .c-check [type="checkbox"] + label:before {
  background-color: #FFF;
}

.c-contact__box dl .c-radio [type="radio"] + label:before {
  background-color: #FFF;
}

/**

フォーム調整系

**/
.c-checkList {
  display: flex;
  flex-wrap: wrap;
}

.c-checkList .c-check {
  min-width: 100px;
}

.c-checkList.--half .c-check {
  min-width: 45%;
}

.c-checkList .--br {
  width: 100%;
}

.c-checkbox {
  display: flex;
  align-items: center;
}

.c-checkbox [type="checkbox"] {
  display: none;
}

.c-checkbox [type="checkbox"] + label {
  cursor: pointer;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .c-checkbox [type="checkbox"] + label {
    margin-right: 6px;
  }
}

.c-checkbox [type="checkbox"] + label:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #2861A6;
  border-radius: .2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  -webkit-transition: all .275s;
  transition: all .275s;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: none;
}

.c-checkbox [type="checkbox"]:checked + label:before {
  background-image: url(../images/icon_check.svg);
  background-size: 15px;
}

.c-checkbox a {
  font-weight: bold;
  color: #424242;
}

.c-radio {
  display: flex;
  align-items: center;
}

.c-radio [type="radio"] {
  display: none;
}

.c-radio [type="radio"] + label {
  cursor: pointer;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

@media screen and (max-width: 600px) {
  .c-radio [type="radio"] + label {
    margin-right: 6px;
  }
}

.c-radio [type="radio"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border: 1px solid #2861A6;
  border-radius: 100vh;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  -webkit-transition: all .275s;
  transition: all .275s;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: none;
}

.c-radio [type="radio"]:checked + label:before {
  background-image: url(../images/icon_circle.svg);
  background-size: 14px;
}

.c-check {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin: 5px 20px 5px 0;
}

.c-check [type="checkbox"] {
  display: none;
}

.c-check [type="checkbox"] + label {
  cursor: pointer;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}

.c-check [type="checkbox"] + label span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  flex: 1;
  line-height: 1.2;
}

@media screen and (max-width: 400px) {
  .c-check [type="checkbox"] + label span {
    font-size: 12px;
  }
}

.c-check [type="checkbox"] + label:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #2861A6;
  border-radius: .2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  -webkit-transition: all .275s;
  transition: all .275s;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: none;
}

.c-check [type="checkbox"]:checked + label:before {
  background-image: url(../images/icon_circle.svg);
  background-size: 10px;
}

.c-check [type="checkbox"]:disabled + label {
  opacity: 0.4;
}

.c-check [type="checkbox"]:disabled + label:before {
  border: 1px solid #CCC;
}

.c-checknumber {
  margin: 5px 0;
  display: flex;
  justify-content: center;
  width: 40px;
}

.c-checknumber [type="checkbox"] {
  display: none;
}

.c-checknumber [type="checkbox"] + label {
  width: 25px;
  height: 25px;
  margin: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2861A6;
  border-radius: .2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  -webkit-transition: all .275s;
  transition: all .275s;
}

.c-checknumber [type="checkbox"] + label span {
  color: #fff;
  display: none;
  font-size: 11px;
}

.c-checknumber [type="checkbox"]:checked + label {
  cursor: pointer;
  background-color: #2861A6;
}

.c-checknumber [type="checkbox"]:checked + label span {
  display: block;
}

.c-checknumber [type="checkbox"]:disabled + label {
  opacity: 0.2;
}

.c-checknumber [type="checkbox"]:disabled + label:before {
  border: 1px solid #CCC;
}

.c-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 5px 0;
}

@media screen and (max-width: 700px) {
  .c-range {
    flex-wrap: wrap;
  }
}

.c-range__slider {
  width: 100%;
  margin: 0 10px;
}

@media screen and (max-width: 700px) {
  .c-range__slider {
    order: 1;
    margin-bottom: 20px;
  }
}

.c-range input {
  padding: 3px 25px 3px 10px;
  border: 1px solid #ABABAB;
  border-radius: 3px;
  text-align: right;
  width: 110px;
  height: 25px;
  margin: 0 15px;
  font-size: 14px;
  box-sizing: border-box;
  background-image: url(../images/icon_edit.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: auto;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .c-range input {
    margin: 0;
    width: 90px;
  }
}

.c-range .--input {
  display: flex;
  align-items: center;
}

.c-range .--input span {
  font-size: 10px;
  color: #ABABAB;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .c-range .--input span {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .c-range .--input {
    order: 2;
  }
}

.c-range .--input .form-control:disabled {
  background-color: none !important;
  opacity: 0.3;
}

.c-modelinput {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 700px) {
  .c-modelinput {
    flex-wrap: wrap;
  }
}

.c-modelinput input, .c-modelinput select {
  padding: 3px;
  text-align: center;
  width: 30px;
  height: 30px !important;
  margin: 0 4px 0 0;
  font-size: 16px;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .c-modelinput input, .c-modelinput select {
    width: 24px;
  }
}

@media screen and (max-width: 500px) {
  .c-modelinput input, .c-modelinput select {
    width: 22px;
    margin: 0 2px 0 0;
  }
}

.c-modelinput select {
  width: auto;
  margin-left: 0px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .c-modelinput select {
    margin-right: 100%;
    margin-bottom: 10px;
  }
}

.c-modelinput span {
  font-weight: bold;
  width: 20px;
  height: 30px;
  text-align: center;
  margin: 0 4px 0 0;
  line-height: 30px;
}

@media screen and (max-width: 800px) {
  .c-modelinput span {
    width: 20px;
  }
}

@media screen and (max-width: 500px) {
  .c-modelinput span {
    width: 15px;
    margin: 0 2px 0 0;
  }
}

.c-modelinput span.--clear {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 80px;
  font-weight: bold;
  color: #707070;
  border: 1px solid #707070;
  border-radius: 4px;
  line-height: 1;
  font-size: 14px;
  padding: 5px 10px;
  margin-left: 10px;
  transition: all 0.2s;
}

@media screen and (max-width: 650px) {
  .c-modelinput span.--clear {
    margin-left: 0;
    margin-right: 100%;
    margin-top: 10px;
  }
}

.c-modelinput span.--clear:hover {
  color: #787878;
  border: 1px solid #787878;
}

/**

button

**/
.c-btn {
  background-color: #2861A6;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  position: relative;
  line-height: 1;
  padding: 15px 20px;
  max-width: 400px;
  width: 100%;
  transition: all 0.2s;
}

.c-btn:hover {
  color: #fff;
  background-color: #3C70AE;
  transition: all 0.2s;
  text-decoration: none;
  opacity: 1;
}

.c-btn span {
  color: #fff;
}

.c-btn.--sm {
  padding: 10px 20px;
}

.c-btn.--lg {
  padding: 20px 20px;
}

.c-btn.--reload {
  font-size: 14px;
  padding: 10px 20px;
  width: auto;
}

.c-btn.--reload span {
  display: flex;
  align-items: center;
}

.c-btn.--reload span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon_load.svg);
  transition: .2s;
}

.c-btn.--mail {
  padding: 10px 20px;
}

.c-btn.--mail span {
  display: flex;
  align-items: center;
}

.c-btn.--mail span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon_mail.svg);
  transition: .2s;
}

.c-btn.--download {
  padding: 10px 20px;
}

.c-btn.--download span {
  display: flex;
  align-items: center;
}

.c-btn.--download span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon_download.svg);
  transition: .2s;
}

.c-btn.--dimensions {
  padding: 10px 20px;
}

.c-btn.--dimensions span {
  display: flex;
  align-items: center;
}

.c-btn.--dimensions span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon_dimensions.svg);
  transition: .2s;
}

.c-btn.--setting {
  padding: 10px 20px;
}

.c-btn.--setting span {
  display: flex;
  align-items: center;
}

.c-btn.--setting span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon_setting.svg);
  transition: .2s;
}

.c-btn.--file {
  padding: 10px 20px 10px 40px;
  display: flex;
  justify-content: center;
}

.c-btn.--file span {
  display: flex;
  align-items: center;
}

.c-btn.--file span::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon_download.svg);
  transition: .2s;
}

.c-btn.--none {
  background-color: #efefef;
}

/**

スライダー

**/
.noUi-horizontal {
  height: 10px;
}

.noUi-horizontal .noUi-handle {
  right: -15px;
  top: -9px;
}

.noUi-handle {
  border: none;
  background: none;
  cursor: pointer;
  box-shadow: none;
  background-image: url(../images/drag.svg);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 25px !important;
  height: 25px !important;
}

.--same .noUi-base > div:nth-child(2) .noUi-handle::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -13px;
  display: inline-block;
  width: 0;
  height: 0;
  background: none;
  border-top: 10px solid transparent;
  border-right: 10px solid #2163A8;
  border-bottom: 10px solid transparent;
  transition: all 0.2s;
}

.--same .noUi-base > div:nth-child(3) .noUi-handle::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 28px;
  display: inline-block;
  background: none;
  border-left: 10px solid #2163A8;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: all 0.2s;
}

.noUi-active {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: none;
}

.noUi-connects {
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 11px;
  opacity: 1;
}

.noUi-connect {
  background: #8eabcd;
  background: -moz-linear-gradient(left, #8eabcd 0%, #2861a6 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #8eabcd), color-stop(100%, #2861a6));
  background: -webkit-linear-gradient(left, #8eabcd 0%, #2861a6 100%);
  background: -o-linear-gradient(left, #8eabcd 0%, #2861a6 100%);
  background: -ms-linear-gradient(left, #8eabcd 0%, #2861a6 100%);
  background: linear-gradient(to right, #8eabcd 0%, #2861a6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eabcd', endColorstr='#2861a6', GradientType=1 );
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

/**

比較・お問い合わせボックスフロート関連

**/
.c-alert {
  display: flex;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.c-alert .--messe {
  width: 100%;
  max-width: 480px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
  text-align: right;
}

.c-alert .--messe p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

.c-alert .--messe .--under {
  margin: 0;
  text-align: right;
}

.c-alert .--messe .c-btn {
  cursor: pointer;
  padding: 10px;
  width: 80px;
}

.c-alert .--messe .c-btn:hover {
  background-color: #3269AA;
  transition: all 0.2s;
}

.c-enqueteFloat {
  position: absolute;
  top: 150px;
  right: 100px;
  z-index: 999;
  width: 300px;
  border: 2px solid #003399;
  background-color: #003399;
  border-radius: 4px;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 600px) {
  .c-enqueteFloat {
    display: none;
  }
}

.c-enqueteFloat .--close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

.c-enqueteFloat .--close::before, .c-enqueteFloat .--close::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  /* 棒の幅（太さ） */
  height: 15px;
  /* 棒の高さ */
  background: #FFF;
}

.c-enqueteFloat .--close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-enqueteFloat .--close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-enqueteFloat .--text {
  text-align: center;
  padding: 20px 10px 20px;
  color: #fff;
}

.c-enqueteFloat .--text p {
  margin: 0;
  font-size: 14px;
}

.c-enqueteFloat .--text p.--tl {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

.c-enqueteFloat .--from {
  padding: 20px;
  background-color: #FFF;
}

.c-enqueteFloat .--from .--input dl, .c-enqueteFloat .--from .--input dd, .c-enqueteFloat .--from .--input dt {
  margin: 0;
  padding: 0;
}

.c-enqueteFloat .--from .--input dt {
  background-color: #F4F7FB;
  border-left: 5px solid #2961A6;
  padding: 5px;
  font-size: 16px;
}

.c-enqueteFloat .--from .--input dd {
  padding: 10px 10px 10px 30px;
}

.c-enqueteFloat .--from .--input dd .c-check {
  min-width: 80px;
}

.c-enqueteFloat .--from .--input dd .c-range {
  flex-wrap: wrap;
}

.c-enqueteFloat .--from .--input dd .c-range__slider {
  order: 1;
  margin-bottom: 20px;
}

.c-enqueteFloat .--from .--input dd .c-range .--input {
  order: 2;
}

.c-enqueteFloat .--from .--input dd .c-range .--input input {
  padding: 3px 15px 3px 3px;
  width: 70px;
  margin: 0;
  background-position: right 2px center;
}

.c-enqueteFloat .--end {
  display: none;
}

.c-enqueteFloat .--end .--messe {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 400px;
}

.c-enqueteFloat .--end .--messe p {
  text-align: center;
}

.c-enqueteFloat .--btn {
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0;
  cursor: pointer;
}

.c-enqueteFloat .--btn .c-btn {
  background-color: #003399;
  width: 50%;
}

.c-enqueteFloat .--btn .c-btn.--none {
  border: 2px solid #003399;
  background-color: #FFF;
  color: #003399;
}

.c-sideFloat {
  position: fixed;
  bottom: 184px;
  right: 0;
  /* z-index: 9999; */
  z-index: 5;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .c-sideFloat {
    bottom: 130px;
  }
}

.c-contactList a,
.c-searchList {
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
}

.c-contactList {
  margin-bottom: 20px;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .c-contactList {
    margin-bottom: 10px;
  }
}

.c-contactList a {
  font-weight: bold;
  background-color: #C8625E;
  text-align: center;
  border-radius: 6px 0 0 6px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 20px;
  line-height: 1.2;
}

.c-contactList a:hover {
  background-color: #CA6966;
}

.c-contactList a em {
  font-style: normal;
}

@media screen and (max-width: 600px) {
  .c-contactList a em {
    display: none;
  }
}

.c-contactList a::before {
  content: '　';
  display: block;
  width: 100%;
  height: 20px;
  background-image: url(../images/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 600px) {
  .c-contactList a::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.c-searchList {
  border-radius: 6px 0 0 6px;
  background-color: #F5F5F5;
  text-align: right;
  padding: 15px;
}

@media screen and (max-width: 600px) {
  .c-searchList {
    padding: 10px;
  }
}

.c-searchList p {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 2px;
}

.c-searchList a {
  padding: 10px 20px;
  display: inline-block;
  background-color: #C8625E;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
}

.c-searchList a:hover {
  transition: all 0.2s;
  background-color: #CA6966;
}

@media screen and (max-width: 600px) {
  .c-searchList a {
    padding: 10px;
    font-size: 12px;
  }
}

.c-searchList a.--up {
  animation: flash 0.5s linear infinite;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.c-searchList .--count {
  display: inline-block;
  margin-right: 10px;
  font-size: 38px;
  color: #C8625E;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
}

@media screen and (max-width: 600px) {
  .c-searchList .--count {
    font-size: 28px;
  }
}

.c-footerFloat {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.c-footerFloat > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.c-footerFloat > dl dt {
  text-align: center;
  background-color: rgba(40, 97, 166, 0.7);
  border-radius: 10px 10px 0 0;
}

.c-footerFloat > dl dt span {
  display: flex;
  align-items: center;
  cursor: pointer;
  display: block;
  width: 135px;
  padding: 10px 20px;
  font-weight: bold;
  color: #FFF;
}

.c-footerFloat > dl dt span:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon_arr.svg);
  transition: .2s;
  transform: rotateZ(180deg);
}

.c-footerFloat > dl dt.--open span:before {
  transform: rotateZ(0deg);
  transition: .2s;
}

.c-footerFloat > dl dd {
  width: 100%;
  background-color: rgba(40, 97, 166, 0.7);
  margin: 0;
  padding: 30px;
  display: none;
}

@media screen and (max-width: 900px) {
  .c-footerFloat > dl dd {
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .c-footerFloat > dl dd {
    padding: 10px;
  }
}

.c-footerFloat.--comparison span {
  width: 150px;
}

.c-comparisonList {
  display: flex;
  align-items: flex-start;
}

.c-comparisonList .--control {
  color: #FFF;
  margin-right: 100px;
}

@media screen and (max-width: 1200px) {
  .c-comparisonList .--control {
    margin-right: 30px;
  }
}

@media screen and (max-width: 800px) {
  .c-comparisonList .--control {
    margin-right: 10px;
  }
}

@media screen and (max-width: 600px) {
  .c-comparisonList .--control {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
}

.c-comparisonList .--control .--btn {
  display: flex;
}

.c-comparisonList .--control .--count {
  font-size: 18px;
  border-bottom: 1px solid #FFF;
  padding: 0 0 10px;
  display: inline-block;
  margin: 0 0 20px;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .c-comparisonList .--control .--count {
    padding: 0 0 5px;
    margin: 0 5px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .c-comparisonList .--control .--count {
    font-size: 14px;
    padding: 0 0 0px;
  }
}

.c-comparisonList .--control .--count span {
  font-family: "Noto Sans", sans-serif;
  display: inline-block;
  font-style: italic;
  margin-left: 30px;
  font-weight: 500;
  font-size: 23px;
}

.c-comparisonList .--control .--count span em {
  font-size: 40px;
  margin-right: 3px;
}

@media screen and (max-width: 400px) {
  .c-comparisonList .--control .--count span em {
    font-size: 36px;
  }
}

@media screen and (max-width: 500px) {
  .c-comparisonList .--control .--count span {
    margin-left: 10px;
  }
}

@media screen and (max-width: 400px) {
  .c-comparisonList .--control .--count span {
    display: block;
    margin-left: 0px;
    font-size: 20px;
  }
}

.c-comparisonList .c-comparisonList__btn {
  width: 240px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #C8625E;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s;
}

.c-comparisonList .c-comparisonList__btn:hover {
  transition: all 0.2s;
  background-color: #CA6966;
}

@media screen and (max-width: 1100px) {
  .c-comparisonList .c-comparisonList__btn {
    width: 200px;
  }
}

@media screen and (max-width: 600px) {
  .c-comparisonList .c-comparisonList__btn {
    padding: 10px 5px;
    width: 140px;
  }
}

.c-comparisonList .c-comparisonList__btn.--none {
  cursor: default;
}

.c-comparisonList .c-comparisonList__btn.--none:hover {
  background-color: #C8625E;
}

@media screen and (max-width: 600px) {
  .c-comparisonList .c-comparisonList__btn span {
    display: none;
  }
}

.c-comparisonList .c-comparisonList__delBtn {
  cursor: pointer;
  width: 140px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #717171;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  margin-left: 30px;
  transition: all 0.2s;
}

.c-comparisonList .c-comparisonList__delBtn:hover {
  transition: all 0.2s;
  background-color: #787878;
}

@media screen and (max-width: 1200px) {
  .c-comparisonList .c-comparisonList__delBtn {
    margin-left: 10px;
  }
}

@media screen and (max-width: 600px) {
  .c-comparisonList .c-comparisonList__delBtn {
    margin-top: 0px;
    padding: 10px 5px;
    width: 100px;
  }
}

.c-comparisonList .c-comparisonList__delBtn.--none {
  cursor: default;
}

.c-comparisonList .c-comparisonList__delBtn.--none:hover {
  background-color: #717171;
}

@media screen and (max-width: 600px) {
  .c-comparisonList .c-comparisonList__delBtn span {
    display: none;
  }
}

.c-comparisonList ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .c-comparisonList ul {
    display: none;
  }
}

.c-comparisonList ul li {
  list-style-type: none;
  background: #FFF;
  margin: 0 10px 25px;
  line-height: 1;
  padding: 10px;
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  .c-comparisonList ul li {
    margin: 0 5px 15px;
  }
}

.c-comparisonList ul li span {
  cursor: pointer;
  position: absolute;
  top: -7px;
  right: -7px;
  display: inline-block;
  height: 15px;
  width: 15px;
  font-size: 16px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  background-color: #000;
  color: #FFF;
}

.c-comparisonBox {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-comparisonBox {
    justify-content: center;
  }
}

.c-comparisonBox .--control {
  color: #FFF;
  margin-right: 100px;
}

@media screen and (max-width: 1200px) {
  .c-comparisonBox .--control {
    margin-right: 30px;
  }
}

@media screen and (max-width: 800px) {
  .c-comparisonBox .--control {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-comparisonBox .--control {
    display: none;
  }
}

.c-comparisonBox .--control .--count {
  font-size: 18px;
  border-bottom: 1px solid #FFF;
  padding: 0 0 10px;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .c-comparisonBox .--control .--count {
    padding: 0 0 5px;
    margin: 0 5px 0 0;
    width: 100%;
  }
}

.c-comparisonBox .--control .--count span {
  font-family: "Noto Sans", sans-serif;
  display: inline-block;
  font-style: italic;
  font-weight: 500;
  margin-left: 30px;
  font-size: 40px;
}

.c-comparisonBox .--btns {
  display: flex;
  justify-content: center;
}

.c-comparisonBox .--btns a {
  margin: 0 5px;
}

.c-comparisonBox .c-comparisonDown__btn,
.c-comparisonBox .c-comparisonContact__btn {
  width: 240px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  .c-comparisonBox .c-comparisonDown__btn,
  .c-comparisonBox .c-comparisonContact__btn {
    width: 200px;
  }
}

@media screen and (max-width: 800px) {
  .c-comparisonBox .c-comparisonDown__btn,
  .c-comparisonBox .c-comparisonContact__btn {
    width: 180px;
  }
}

@media screen and (max-width: 600px) {
  .c-comparisonBox .c-comparisonDown__btn,
  .c-comparisonBox .c-comparisonContact__btn {
    width: 160px;
  }
}

.c-comparisonBox .c-comparisonDown__btn em,
.c-comparisonBox .c-comparisonContact__btn em {
  font-style: normal;
}

@media screen and (max-width: 600px) {
  .c-comparisonBox .c-comparisonDown__btn em,
  .c-comparisonBox .c-comparisonContact__btn em {
    display: none;
  }
}

.c-comparisonBox .c-comparisonDown__btn {
  background-color: #C8625E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-comparisonBox .c-comparisonDown__btn span {
  padding: 0  25px;
  display: inline-block;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../images/icon_download.svg);
}

@media screen and (max-width: 600px) {
  .c-comparisonBox .c-comparisonDown__btn span {
    padding: 0  22px 0 0;
  }
}

.c-comparisonBox .c-comparisonDown__btn:hover {
  transition: all 0.2s;
  background-color: #CA6966;
}

.c-comparisonBox .c-comparisonContact__btn {
  color: #C8625E;
  background-color: #FFF;
  border: 2px solid #C8625E;
}

.c-comparisonBox .c-comparisonContact__btn span {
  padding: 0  25px;
  display: inline-block;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../images/icon_mail_red.svg);
}

@media screen and (max-width: 600px) {
  .c-comparisonBox .c-comparisonContact__btn span {
    width: 20px;
    height: 20px;
    margin-right: 0px;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

/**

ページネーション

**/
.c-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.c-pagination ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.c-pagination ul li {
  list-style: none;
}

.c-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
  min-width: 28px;
  height: 28px;
  margin: 0 2px;
  border: 1px solid #2861A6;
  border-radius: 3px;
  text-decoration: none;
  line-height: 1;
  padding: 5px 10px;
  color: #2861A6;
}

.c-pagination .--current a,
.c-pagination a:hover {
  color: #FFF;
  background-color: #2861A6;
  opacity: 1;
}

.c-pagination .--dot {
  display: flex;
  align-items: flex-end;
  padding: 5px;
  font-family: "Noto Sans", sans-serif;
  color: #2861A6;
  font-weight: 400;
}

/**

ページトップへ

**/
.pageTop {
  z-index: 999999;
}

/**

タイトル関連

**/
.c-top {
  background-color: #EDF3F8;
}

.c-top__inner {
  max-width: 1440px;
  padding: 20px;
  margin: 0 auto;
}

.c-top__inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.c-top__inner ul li {
  list-style: none;
  margin: 0;
  padding: 10px 5px 0px 5px;
  width: 25%;
}

@media screen and (max-width: 1350px) {
  .c-top__inner ul li {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .c-top__inner ul li {
    width: 100%;
    padding: 5px 0;
  }
}

.c-top__inner ul a {
  display: flex;
  align-items: center;
  height: 130px;
  width: 100%;
  padding: 20px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .c-top__inner ul a {
    height: 90px;
  }
}

.c-top__inner ul a:hover {
  background-color: #2861A6;
}

.c-top__inner ul a:hover span {
  color: #FFF;
}

.c-top__inner ul a:hover span::after {
  content: '';
  background-image: url(../images/top/icon_arr_white.svg);
}

@media screen and (max-width: 1350px) {
  .c-top__inner ul a br {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .c-top__inner ul a br.-op {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-top__inner ul a br {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .c-top__inner ul a br {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .c-top__inner ul a br {
    display: block;
  }
}

.c-top__inner ul a span {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  display: inline-block;
  color: #2861A6;
}

.c-top__inner ul a span::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(../images/top/icon_arr.svg);
  transition: .2s;
}

.c-top__inner ul .--pic1 a {
  background-image: url(../images/top/pic1.png);
  background-position: right 20px center;
}

.c-top__inner ul .--pic2 a {
  background-image: url(../images/top/pic2.png);
  background-position: right 30px center;
}

.c-top__inner ul .--pic3 a {
  background-image: url(../images/top/pic3.png);
  background-position: right 30px center;
}

.c-top__inner ul .--pic4 a {
  background-image: url(../images/top/pic4.png);
}

/**

utility

**/
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 500px) {
  .u-sp {
    display: block;
  }
}

.u-font__gothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.u-font__en {
  font-family: "Noto Sans", sans-serif;
}

.u-font__italic {
  font-family: "Gelasio", serif;
}

/* bootstrap */
.alert-warning,
.alert-warning span {
  color: red !important;
}
/* 20251226 */
.s_confirm_btn_previous{
    width: 256px;
    height: auto;
    padding: 8px 66px;
    background: #7A7A7A;
    color: var(--color-white);
    border: 1px solid #7A7A7A;
    font-size: 1.6rem;
    line-height: 1.85;
    border-radius: 4px;
    transition: .3s;
    
}
.s_confirm_btn_previous:hover{
  color: #7a7a7a;
  background: var(--color-white);
  border: 1px solid #7A7A7A;
  cursor: pointer;
  transition: .3s;
}
@media (max-width: 767px) {
    .s_confirm_btn_previous{
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}
.s_confirm_btn{
  width: 256px;
  height: auto;
  padding: 8px 66px;
  background: var(--color-secondary);
  color: var(--color-white);
  border: 1px solid var(--color-secondary);
  font-size: 1.6rem;
  line-height: 1.85;
  border-radius: 4px;
  transition: .3s;
}
.s_confirm_btn:hover{
  color: var(--color-secondary);
  background: var(--color-white);
  border: 1px solid var(--color-secondary);
  cursor: pointer;
  transition: .3s;
}
@media (max-width: 767px) {
    .s_confirm_btn{
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}
