@charset "UTF-8";
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"] {
  background: #fff;
  color: #000;
}

#pagetitle h2, .h3set h3, .h4set h4, .mediaset:not(.img-small) .title, .mediaset.img-small .title, .calloutset .title, .productset .txtbox .title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

.txtset, .tableset.col2 table, .mediaset:not(.img-small) .text, .mediaset.img-small .text, .calloutset .text, .productset .txtbox .text {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  width: 100%;
  min-height: 171px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(214, 214, 214, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(214, 214, 214, 0));
}

@media (max-width: 767px) {
  #header {
    min-height: 0;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 450px;
  margin-bottom: 80px;
  padding-top: 57px;
}

#pagetitle .inner {
  width: calc(100% - 130px);
  max-width: 1100px;
  margin-left: 120px;
  margin-right: auto;
}

@media (max-width: 1099px) {
  #pagetitle .inner {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

#pagetitle h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 632px;
  min-height: 72px;
  margin: 0 auto;
  padding: 5px 20px;
  border-radius: 36px;
  background: #fff;
  color: #000;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 767px) {
  #pagetitle {
    height: 250px;
    padding: 30px 10px;
  }
  #pagetitle h2 {
    font-size: 24px;
  }
}

/* ----------------------------------------------
h3set
------------------------------------------------- */
.h3set {
  width: calc(100% - 130px);
  max-width: 1100px;
  margin-left: 120px;
  margin-right: auto;
  margin-bottom: 90px;
  text-align: center;
}

@media (max-width: 1099px) {
  .h3set {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.h3set h3 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 576px;
  min-height: 72px;
  padding: 10px 54px;
  background: url(../images/h3-l.png) no-repeat left bottom/auto 100%, url(../images/h3-r.png) no-repeat right top/auto 100%, #273C75;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1099px) {
  .h3set h3 {
    min-width: 550px;
  }
}

@media (max-width: 767px) {
  .h3set h3 {
    width: 100%;
    min-width: 0;
    max-width: 570px;
    min-height: 60px;
    font-size: 22px;
  }
}

/* ----------------------------------------------
h4set
------------------------------------------------- */
.h4set {
  width: calc(100% - 130px);
  max-width: 1100px;
  margin-left: 120px;
  margin-right: auto;
  margin-bottom: 80px;
}

@media (max-width: 1099px) {
  .h4set {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.h4set h4 {
  color: #111;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}

.h4set h4 small {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding-left: 113px;
  color: #00A7FF;
  font-family: "メイリオ", Meiryo, system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.h4set h4 small::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100px;
  height: 2px;
  background: #00A8FF;
  margin: auto 0;
}

@media (max-width: 767px) {
  .h4set h4 {
    font-size: 20px;
  }
  .h4set h4 small {
    font-size: 10px;
  }
}

/* ----------------------------------------------
h5set
------------------------------------------------- */
.h5set {
  width: calc(100% - 130px);
  max-width: 1100px;
  margin-left: 120px;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (max-width: 1099px) {
  .h5set {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.h5set h5 {
  position: relative;
  padding-left: 112px;
  color: #263B74;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.h5set h5::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100px;
  height: 2px;
  margin: auto 0;
  background: #273c75;
}

@media (max-width: 767px) {
  .h5set h5 {
    font-size: 16px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: calc(100% - 130px);
  max-width: 1100px;
  margin-left: 120px;
  margin-right: auto;
  margin-bottom: 100px;
}

@media (max-width: 1099px) {
  .txtset {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: calc(100% - 130px);
  max-width: 1100px;
  margin-left: 120px;
  margin-right: auto;
  margin-bottom: 100px;
}

@media (max-width: 1099px) {
  .fullimg {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.fullimg img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset.type-normal {
  width: calc(100% - 130px);
  max-width: 1100px;
  margin-left: 120px;
  margin-right: auto;
  margin-bottom: 100px;
}

@media (max-width: 1099px) {
  .tableset.type-normal {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.tableset.type-normal table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.tableset.type-normal th, .tableset.type-normal td {
  padding: 1px 12px;
  border: 5px solid #F2F4FB;
}

.tableset.type-normal th {
  background: #fff;
  font-weight: bold;
}

.tableset.type-normal td {
  background: #F2F4FB;
}

.tableset.type-normal thead td {
  background: #fff;
}

.tableset.type-normal.type-scroll {
  overflow-x: auto;
}

.tableset.type-normal.type-scroll th {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .tableset.type-normal.type-normal th, .tableset.type-normal.type-normal td {
    display: block;
  }
  .tableset.type-normal.type-normal tr:not(:first-child) th,
  .tableset.type-normal.type-normal td {
    border-top: 0;
  }
  .tableset.type-normal.type-scroll thead td {
    white-space: nowrap;
  }
}

.tableset.col2 {
  width: calc(100% - 130px);
  max-width: 1100px;
  margin-left: 120px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

@media (max-width: 1099px) {
  .tableset.col2 {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .tableset.col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tableset.col2 table {
  width: 46.18182%;
}

.tableset.col2 table tr {
  border-bottom: 1px solid #888;
}

.tableset.col2 table th {
  width: 50%;
  padding: 40px 10px 10px 0;
  font-weight: bold;
}

.tableset.col2 table td {
  padding: 40px 10px 10px;
}

.tableset.col2 table td:last-child {
  padding-right: 0;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .tableset.col2 table {
    width: 100%;
  }
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 130px);
  max-width: 1100px;
  margin-left: 120px;
  margin-right: auto;
  margin-bottom: 100px;
}

@media (max-width: 1099px) {
  .mediaset {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.mediaset.notLast {
  margin-bottom: 50px;
}

.mediaset:not(.img-small) .imgbox {
  width: 43.63636%;
}

.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset:not(.img-small) .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mediaset:not(.img-small) .title {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}

.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 6.09091%;
}

.mediaset:not(.img-small).img-right .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 6.09091%;
}

.mediaset.img-small .imgbox {
  width: 240px;
  margin-right: 69px;
}

.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset.img-small .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mediaset.img-small .title {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .mediaset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small) .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .mediaset:not(.img-small) .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 20px;
  }
  .mediaset.img-small .title {
    font-size: 20px;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 130px);
  max-width: 1100px;
  margin-left: 120px;
  margin-right: auto;
  margin-bottom: 100px;
}

@media (max-width: 1099px) {
  .calloutset {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.calloutset.notLast {
  margin-bottom: 50px;
}

.calloutset .image {
  position: relative;
  padding-right: 30px;
  padding-bottom: 25px;
  margin-bottom: 15px;
}

.calloutset .image img {
  width: 100%;
  height: auto;
}

.calloutset .image::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: calc(100% - 30px);
  height: calc(100% - 65px);
  background: -webkit-gradient(linear, left top, left bottom, from(#273C75), to(#00A8FF));
  background: linear-gradient(180deg, #273C75, #00A8FF);
}

.calloutset .title {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
}

.calloutset .text ul li {
  padding: 10px 0;
  border-bottom: 1px solid #888;
  font-weight: bold;
}

.calloutset.col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calloutset.col2 .block {
  width: 46.45455%;
}

.calloutset.col2 .block:nth-child(n + 3) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .calloutset.col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 531px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
  .calloutset.col2 .title {
    margin-bottom: 5px;
    font-size: 20px;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: calc(100% - 130px);
  max-width: 1100px;
  margin-left: 120px;
  margin-right: auto;
  margin-bottom: 100px;
}

@media (max-width: 1099px) {
  .miniSurveyView {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
  line-height: 2;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 1px 12px;
  border: 5px solid #F2F4FB;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea {
  border: 1px solid #F2F4FB;
  padding: 5px;
  width: 100%;
  background: #fff;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  background: #fff;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
  background: #fff;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(:first-child) td.question,
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    border-top: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    border-bottom-width: 10px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    width: 100%;
    max-width: 280px;
  }
}

/* ----------------------------------------------
productset
------------------------------------------------- */
.productset {
  margin-bottom: 100px;
  padding: 50px 10px 80px;
  background: #f8f8f8;
}

.productset.notLast {
  margin-bottom: 0;
  padding-bottom: 0;
}

.productset + .productset {
  padding-top: 75px;
}

.productset .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 110px);
  max-width: 1100px;
  margin: 0 auto 0 110px;
  padding: 38px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(204, 204, 204, 0.7);
          box-shadow: 0 0 15px rgba(204, 204, 204, 0.7);
}

@media (max-width: 767px) {
  .productset .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.productset .imgbox {
  width: 33.20388%;
}

.productset .imgbox .mains {
  margin-bottom: 1px;
}

.productset .imgbox .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productset .imgbox .thumbs li {
  position: relative;
  width: calc((100% - 2px) / 3);
  padding-top: 23.39181%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.productset .imgbox .thumbs li:hover {
  opacity: 0.6;
}

.productset .imgbox .thumbs li + li {
  margin-left: 1px;
}

.productset .imgbox .thumbs li img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.productset .txtbox {
  width: 63.20388%;
}

.productset .txtbox .title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
}

.productset .txtbox .text {
  margin-bottom: 20px;
}

.productset .txtbox .table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
}

.productset .txtbox .table th {
  width: 90px;
  background: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.productset .txtbox .table td {
  padding-left: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media (max-width: 1099px) {
  .productset .inner {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .productset .inner {
    padding: 20px;
  }
  .productset .imgbox {
    width: 100%;
    max-width: 342px;
    margin: 0 auto 20px;
  }
  .productset .txtbox {
    width: 100%;
  }
  .productset .txtbox .title {
    font-size: 20px;
  }
}
/*# sourceMappingURL=contents.css.map */