@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: block;
  width: 100%;
  min-height: 51px;
  padding: 14px 40px;
  border: 1px solid #ed858c;
  border-radius: 25.5px;
  background: url(../images/arrow-pk.png) no-repeat right 20px center/11px;
  color: #ed858c;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.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"] {
    padding: 10px 20px;
    background-position: right 10px center;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  padding: 0 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;
  height: 174px;
  color: #3f3f3f;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
}

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

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

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

.h3set h3 {
  padding-top: 70px;
  background: url(../images/title-icon.png) no-repeat center top;
  color: #3f3f3f;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.33333;
  text-align: center;
}

.h3set h3 small {
  display: block;
  margin-bottom: 20px;
  color: #80cce3;
  font-size: 11px;
}

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

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

.h4set h4 {
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

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

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

.h5set h5 {
  color: #ffea81;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

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

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 85px;
  font-size: 15px;
  line-height: 1.6;
}

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

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

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

.tableset table {
  width: calc(100% + 18px);
  margin-left: -9px;
  border-collapse: separate;
  border-spacing: 9px 20px;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 0.01em;
}

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

.tableset th {
  border-bottom: 2px solid #ffea81;
  font-weight: 700;
}

.tableset td {
  border-bottom: 1px solid #eaeaea;
}

.tableset thead td {
  text-align: center;
}

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

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

@media (max-width: 767px) {
  .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 {
    white-space: nowrap;
  }
}

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

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

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

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

.mediaset:not(.img-small) .txtbox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 70px;
}

.mediaset:not(.img-small) .title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.mediaset:not(.img-small) .text {
  font-size: 16px;
  line-height: 2;
}

.mediaset:not(.img-small) .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  max-width: 288px;
  margin-top: 40px;
}

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

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

.mediaset.img-small .imgbox {
  width: 280px;
  margin-right: 35px;
}

.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: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.mediaset.img-small .text {
  font-size: 15px;
  line-height: 1.6;
}

@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: 450px;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small) .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .mediaset:not(.img-small) .text {
    font-size: 14px;
  }
  .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: 280px;
    margin: 0 auto 20px;
  }
}

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

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

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

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

.calloutset .title {
  margin-bottom: 5px;
  color: #ffea81;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.calloutset .text {
  font-size: 16px;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

.calloutset.col2 .image {
  margin-bottom: 0;
}

.calloutset.col2 .txtbox {
  position: relative;
  padding: 15px  18px;
  background: #ed858c;
}

.calloutset.col2 .txtbox::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #ed858c transparent;
}

.calloutset.col2 .title {
  color: #fff;
}

@media (max-width: 767px) {
  .calloutset .title {
    font-size: 18px;
  }
  .calloutset .text {
    font-size: 14px;
  }
  .calloutset.col4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 513.33333px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 46.62162%;
  }
  .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: 332px;
    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.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: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 85px;
}

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

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

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

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

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

.linkset.col4 a {
  padding: 10px;
  background: none;
}

@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: 30px;
  }
}

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

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

.miniSurveyView table.formBlockSurveyTable {
  width: calc(100% + 18px);
  margin-left: -9px;
  border-collapse: separate;
  border-spacing: 9px 20px;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 0.01em;
}

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

.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 {
  border-bottom: 2px solid #ffea81;
}

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

.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:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    width: 100%;
    max-width: 280px;
  }
}

/* ----------------------------------------------
faqset
------------------------------------------------- */
.faqset {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 85px;
}

.faqset .question {
  border-bottom: 1px solid #eaeaea;
  padding-left: 40px;
  padding-bottom: 8px;
  background: url(../images/q.png) no-repeat left 10px top/17px;
  font-size: 16px;
  font-weight: 700;
}

.faqset .answer {
  padding: 10px 10px 0 40px;
  font-size: 16px;
  line-height: 1.5;
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 85px;
}

.listset.notLast {
  margin-bottom: 30px;
}

.listset .heading {
  margin-bottom: 20px;
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

.listset .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.listset .block {
  position: relative;
  width: 46.27451%;
  padding-left: 20px;
}

.listset .block:before {
  content: '';
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffea81;
}

.listset .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.listset .text {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .listset .block {
    width: 100%;
  }
  .listset .block + .block {
    margin-top: 30px;
  }
  .listset .title {
    font-size: 16px;
  }
  .listset .text {
    font-size: 14px;
  }
}
/*# sourceMappingURL=contents.css.map */