@charset "UTF-8";
.mediaset:not(.img-small) .btn a, .linkset.col4 a, .linkbtn a, .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;
  padding: 0 10px;
  width: 100%;
  height: 50px;
  background: #ff0000;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.mediaset:not(.img-small) .btn a:hover, .linkset.col4 a:hover, .linkbtn a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"] {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .mediaset:not(.img-small) .btn a, .linkset.col4 a, .linkbtn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    font-size: 14px;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  position: relative;
  margin-bottom: 0px;
  padding: 0 10px;
  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;
  height: 200px;
}

#pagetitle h2 {
  position: relative;
  z-index: 2;
  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;
  padding: 20px 0;
  width: 100%;
  height: 100%;
  max-width: 600px;
  color: #333;
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
  background-image: url(../images/pagetitle-h2-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

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

@media (max-width: 500px) {
  #pagetitle h2 {
    font-size: 20px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  padding: 11.5px 0;
  background-color: #eeeeee;
  margin-bottom: 70px;
  font-size: 12px;
}

#breadcrumb .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#breadcrumb a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#breadcrumb a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------
h3set
------------------------------------------------- */
.h3set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.h3set h3 {
  color: #525252;
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  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;
  min-height: 100px;
  border-top: solid 1px #bd272d;
  border-bottom: solid 1px #bd272d;
}

@media (max-width: 767px) {
  .h3set h3 {
    min-height: 60px;
    font-size: 24px;
  }
}

/* ----------------------------------------------
h4set
------------------------------------------------- */
.h4set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.h4set h4 {
  color: #bd272d;
  font-size: 26px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: bold;
  padding: 0 10px 15px 10px;
  border-bottom: solid 1px #9e9e9f;
}

@media (max-width: 767px) {
  .h4set h4 {
    padding: 0 10px 8px 10px;
    font-size: 22px;
  }
}

/* ----------------------------------------------
h5set
------------------------------------------------- */
.h5set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.h5set h5 {
  font-size: 22px;
  line-height: 1.45455;
  font-weight: bold;
  padding-left: 13px;
  border-left: solid 5px #ff0000;
}

@media (max-width: 767px) {
  .h5set h5 {
    font-size: 18px;
    padding-left: 10px;
    border-left: solid 4px #ff0000;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
  line-height: 2.285;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

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

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.tableset table {
  width: 100%;
  line-height: 1.8;
}

.tableset.type-normal th {
  text-align: center;
}

.tableset tr:not(:first-child) th {
  border-top: 1px solid #fff;
}

.tableset tr:last-child th {
  border-bottom: 1px solid #666666;
}

.tableset th,
.tableset td {
  padding: 6px 18px;
}

_:lang(x)::-ms-backdrop, .tableset th,
.tableset td {
  padding: 7px 18px 6px;
}

.tableset th {
  color: #fff;
  font-size: 16px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  background: #333333;
}

.tableset td {
  border: 1px solid #666666;
  background: #fff;
}

.tableset thead th {
  border-bottom: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}

.tableset thead td {
  color: #fff;
  font-size: 16px;
  background: #333333;
}

.tableset thead td:not(:last-child) {
  border-right: 1px solid #fff;
}

.tableset thead td:not(:first-child) {
  border-left: none;
}

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

.tableset.type-scroll th {
  width: 30%;
  white-space: nowrap;
}

.tableset.type-scroll tbody tr:first-child th {
  border-top: 1px solid #fff;
}

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

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

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

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

.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: 25px;
  font-size: 22px;
  line-height: 1.45454;
  font-weight: bold;
  padding-left: 13px;
  border-left: solid 5px #ff0000;
}

.mediaset:not(.img-small) .text {
  line-height: 1.7142857;
}

.mediaset:not(.img-small) .btn {
  width: 100%;
  max-width: 230px;
  margin-left: auto;
  margin-top: 40px;
}

.mediaset:not(.img-small) .btn a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: bold;
}

.mediaset:not(.img-small) .btn a:after {
  margin-left: 2px;
  display: block;
  content: ">";
  line-height: 1;
}

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

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

.mediaset.img-small .imgbox {
  width: 150px;
  margin-right: 50px;
}

.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: 15px;
  font-size: 18px;
  line-height: 1.6;
  color: #ff0000;
  font-weight: bold;
}

.mediaset.img-small .text {
  line-height: 1.7142857;
}

.mediaset.type-table {
  margin-bottom: 100px;
}

.mediaset.type-table .imgbox {
  width: 50%;
  margin-right: 6%;
}

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

.mediaset.type-table .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mediaset.type-table table {
  margin-top: 30px;
  width: 100%;
  line-height: 1.8;
}

.mediaset.type-table table tr:not(:first-child) th {
  border-top: 1px solid #fff;
}

.mediaset.type-table table tr:last-child th {
  border-bottom: 1px solid #666666;
}

.mediaset.type-table table th,
.mediaset.type-table table td {
  padding: 6px 18px;
}

_:lang(x)::-ms-backdrop, .mediaset.type-table table th,
.mediaset.type-table table td {
  padding: 7px 18px 6px;
}

.mediaset.type-table table th {
  color: #fff;
  font-size: 16px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  background: #333333;
  text-align: center;
}

.mediaset.type-table table td {
  border: 1px solid #666666;
  background: #fff;
}

@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: 440px;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small) .title {
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 10px;
    border-left: solid 4px #ff0000;
  }
  .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: 150px;
    margin: 0 auto 20px;
  }
  .mediaset.type-table table th {
    font-size: 14px;
  }
  .mediaset.type-table table tr:last-child th {
    border-bottom: none;
  }
  .mediaset.type-table table th,
  .mediaset.type-table table td {
    display: block;
  }
  .mediaset.type-table table tr:not(:first-child) th,
  .mediaset.type-table table td {
    border-top: 0;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

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

.calloutset .image {
  margin-bottom: 15px;
}

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

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

.calloutset .text {
  line-height: 1.714;
}

.calloutset.col4 .block {
  width: 22%;
}

.calloutset.col4 .block:not(:nth-child(4n + 1)) {
  margin-left: 4%;
}

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

.calloutset.col4 .title {
  color: #ff0000;
}

.calloutset.col3 .block {
  width: 30%;
}

.calloutset.col3 .block:not(:nth-child(3n + 1)) {
  margin-left: 5%;
}

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

.calloutset.col3 .title {
  font-size: 18px;
  padding-left: 8px;
  border-left: solid 5px #ff0000;
}

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

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

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

@media (max-width: 767px) {
  .calloutset.col4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 45.83333%;
  }
  .calloutset.col4 .block:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n + 3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n + 2) {
    margin-top: 50px;
  }
  .calloutset.col3 .title {
    font-size: 16px;
    border-left: solid 4px #ff0000;
  }
  .calloutset.col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 505px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset.col4 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.linkset.col4.notLast {
  margin-bottom: 20px;
}

.linkset.col4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.linkset.col4 li {
  width: 23.5%;
}

.linkset.col4 li:not(:nth-child(4n + 1)) {
  margin-left: 2%;
}

.linkset.col4 li:nth-child(n + 5) {
  margin-top: 20px;
}

.linkset.col4 a {
  height: 40px;
}

@media (max-width: 767px) {
  .linkset.col4 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n + 3) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 50px;
  width: calc(100% - 20px);
  max-width: 460px;
}

.linkbtn a {
  height: 60px;
  font-size: 22px;
}

@media (max-width: 767px) {
  .linkbtn a {
    height: 50px;
    font-size: 18px;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(:first-child) td.question {
  border-top: 1px solid #fff;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):nth-last-child(2) td.question {
  border-bottom: 1px solid #666666;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 6px 18px;
}

_:lang(x)::-ms-backdrop, .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 7px 18px 6px;
}

.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 #e4e4e4;
  padding: 5px;
  width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  color: #fff;
  font-size: 16px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  background: #333333;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
  border: 1px solid #666666;
  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):nth-last-child(2) td.question {
    border-bottom: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
    font-size: 14px;
  }
  .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:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    width: 100%;
    max-width: 280px;
  }
}

/* ----------------------------------------------
qaset
------------------------------------------------- */
.qaset {
  margin-bottom: 50px;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.qaset .question {
  margin-bottom: 25px;
  padding-left: 70px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 55px;
  background-color: #f0f0f0;
  background-image: url(../images/q-icon.png);
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: 55px auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.qaset .answer {
  min-height: 55px;
  padding-left: 70px;
  background-image: url(../images/a-icon.png);
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: 55px auto;
  line-height: 1.714;
}

@media (max-width: 767px) {
  .qaset .question {
    min-height: 50px;
    padding-left: 60px;
    font-size: 14px;
    line-height: 1.4;
    background-size: 50px auto;
  }
  .qaset .answer {
    min-height: 50px;
    background-size: 50px auto;
    padding-left: 60px;
  }
}

/* IE */
_:-ms-input-placeholder,
:root .qaset .question {
  min-height: 0;
  height: 55px;
}

_:-ms-input-placeholder,
:root .h3set h3 {
  min-height: 0;
  height: 100px;
}

@media (max-width: 767px) {
  _:-ms-input-placeholder,
  :root .qaset .question {
    height: 50px;
  }
  _:-ms-input-placeholder,
  :root .h3set h3 {
    min-height: 0;
    height: 60px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/*# sourceMappingURL=contents.css.map */