@charset "UTF-8";
.mediaset:not(.img-small) .btn a, .calloutset .btn 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;
  width: 100%;
  height: 60px;
  border: 3px solid #f9be40;
  background: #f9be40;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  border-radius: 40px;
  line-height: 1.875;
}

.mediaset:not(.img-small) .btn a:hover, .calloutset .btn a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"] {
  background: #fff;
  color: #f9be40;
}

.mediaset:not(.img-small) .btn a:after, .calloutset .btn a:after, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"]:after {
  display: block;
  content: ">";
  font-size: 12px;
  margin-top: 2px;
  margin-left: 15px;
  line-height: 2.5;
}

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

.mediaset:not(.img-small) .btn a, .calloutset .btn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"], #pagetitle h2, .h3set h3, .h4set h4, .h5set h5, .mediaset:not(.img-small) .title, .mediaset.img-small .title, .calloutset .title, .linkset.col4 a, .linkbtn a, .qaset .question p {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

#fancybox-wrap,
#fancybox-outer,
#fancybox-content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 20px;
  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: 300px;
  color: #ea6ea4;
  font-size: 56px;
  line-height: 1.285;
  letter-spacing: 0.1em;
  text-shadow: white 3px 0px 0px, white 2.83487px 0.98158px 0px, white 2.35766px 1.85511px 0px, white 1.62091px 2.52441px 0px, white 0.70571px 2.91581px 0px, white -0.28717px 2.98622px 0px, white -1.24844px 2.72789px 0px, white -2.07227px 2.16926px 0px, white -2.66798px 1.37182px 0px, white -2.96998px 0.42336px 0px, white -2.94502px -0.5717px 0px, white -2.59586px -1.50383px 0px, white -1.96093px -2.27041px 0px, white -1.11013px -2.78704px 0px, white -0.13712px -2.99686px 0px, white 0.85099px -2.87677px 0px, white 1.74541px -2.43999px 0px, white 2.44769px -1.73459px 0px, white 2.88051px -0.83825px 0px;
}

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

@media (max-width: 767px) {
  #pagetitle h2 {
    height: 180px;
    font-size: 6vw;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  font-size: 12px;
}

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

.h3set h3 {
  color: #ea6ea4;
  font-size: 30px;
  line-height: 2.4;
  text-align: center;
  letter-spacing: 0.2em;
}

.h3set h3:before {
  margin: auto auto 0px;
  display: block;
  content: "";
  width: 90px;
  height: 60px;
  background: url(../images/h3-icon.png) no-repeat center/cover;
}

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

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

.h4set h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding: 10px 30px;
  background-color: #e9f2b3;
  border-left: solid 5px #b1d151;
  color: #8c6646;
  font-size: 20px;
  line-height: 1.8;
}

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

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

.h5set h5 {
  color: #ef820b;
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.h5set h5::before {
  display: block;
  content: "";
  width: 42px;
  min-width: 42px;
  height: 24px;
  margin-right: 10px;
  margin-top: 2px;
  background: url(../images/h5-icon.png) no-repeat center/cover;
}

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

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

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

.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: 100px;
}

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

.tableset th,
.tableset td {
  padding: 17px 18px;
  border-bottom: 2px solid #dddddd;
}

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

.tableset th {
  font-weight: bold;
}

.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: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

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

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

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

.mediaset:not(.img-small) .imgbox .imageinner {
  padding-top: 81%;
  position: relative;
  overflow: hidden;
}

.mediaset:not(.img-small) .imgbox .imageinner:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/c-01.png) no-repeat center/cover;
}

.mediaset:not(.img-small) .imgbox img {
  padding: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.mediaset:not(.img-small) .title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.6;
  color: #ea6ea4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mediaset:not(.img-small) .title::before {
  display: block;
  content: "";
  width: 60px;
  min-width: 60px;
  height: 40px;
  margin-right: 10px;
  background: url(../images/mediaset-title-icon.png) no-repeat center/cover;
}

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

.mediaset:not(.img-small) .btn {
  width: 100%;
  max-width: 300px;
  margin-top: 50px;
}

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

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

.mediaset.img-small {
  display: block;
  padding: 50px;
  background-color: #fff;
  width: calc(100% - 20px);
}

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

.mediaset.img-small .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.mediaset.img-small .imgbox .imageinner {
  padding-top: 70.833333%;
  position: relative;
  overflow: hidden;
}

.mediaset.img-small .imgbox .imageinner:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/c-03.png) no-repeat center/cover;
}

.mediaset.img-small .imgbox img {
  padding: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.mediaset.img-small .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.1em;
  color: #fff;
}

.mediaset.img-small .title .titleinner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 380px;
  min-height: 51px;
  padding: 10px 18px;
  background-color: #b1d151;
  overflow: hidden;
}

.mediaset.img-small .title .titleinner:before {
  content: '';
  position: absolute;
  display: block;
  top: -100%;
  bottom: -100%;
  right: calc(100% - 5px);
  z-index: 1;
  width: 0;
  height: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 50px 0 50px 10px;
  border-color: transparent transparent transparent #fff;
}

.mediaset.img-small .title .titleinner:after {
  content: '';
  position: absolute;
  display: block;
  top: -100%;
  bottom: -100%;
  left: calc(100% - 5px);
  z-index: 1;
  width: 0;
  height: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 50px 10px 50px 0;
  border-color: transparent #fff transparent transparent;
}

.mediaset.img-small .title span {
  margin-right: 50px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4444;
  white-space: nowrap;
}

.mediaset.img-small .text {
  margin-top: 10px;
  line-height: 2.285;
}

@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: 500px;
    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 {
    padding: 20px 10px;
  }
  .mediaset.img-small .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mediaset.img-small .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mediaset.img-small .title .titleinner:before {
    right: auto;
    left: 0;
  }
  .mediaset.img-small .title .titleinner:after {
    right: 0;
    left: auto;
  }
  .mediaset.img-small .title span {
    margin-right: 15px;
    font-size: 16px;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 20px;
  }
}

@media (max-width: 500px) {
  .mediaset.img-small .title {
    font-size: 14px;
  }
  .mediaset.img-small .title .titleinner {
    min-width: 260px;
  }
  .mediaset.img-small .title p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mediaset.img-small .title span {
    display: block;
    margin-right: 10px;
  }
}

/* ----------------------------------------------
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: 100px;
}

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

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

.calloutset .title {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  color: #ea6ea4;
}

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

.calloutset table {
  margin-top: 40px;
  width: 100%;
  line-height: 2;
}

.calloutset th,
.calloutset td {
  padding: 11px 18px;
  background-color: #fff;
  border-bottom: 2px solid #dddddd;
}

_:lang(x)::-ms-backdrop, .calloutset th,
.calloutset td {
  padding: 18px 18px 16px;
}

.calloutset th {
  font-weight: bold;
}

.calloutset .btn a {
  max-width: 400px;
  margin: 40px auto auto;
  height: 50px;
}

.calloutset .btn a::after {
  display: none;
}

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

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

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

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

.calloutset.col4 .title {
  line-height: 1.857;
}

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

.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 {
  line-height: 2;
}

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

.calloutset.col2.notLast {
  margin-bottom: 100px;
}

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

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

.calloutset.col2 .image {
  margin-bottom: 40px;
}

.calloutset.col2 .image .imageinner {
  padding-top: 67.3913%;
  position: relative;
  overflow: hidden;
}

.calloutset.col2 .image .imageinner:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/t+c-02.png) no-repeat center/cover;
}

.calloutset.col2 .image img {
  padding: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.calloutset.col2 .title {
  margin-bottom: 30px;
  line-height: 1.75;
  font-size: 16px;
}

@media (max-width: 767px) {
  .calloutset th,
  .calloutset td {
    display: block;
  }
  .calloutset tr:not(:first-child) th,
  .calloutset td {
    border-top: 0;
  }
  .calloutset.col4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 506.66667px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 47.26027%;
  }
  .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.col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset.col4 {
  background-color: #edf7b5;
  padding: 50px 0;
  margin-bottom: 100px;
}

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

.linkset.col4 ul {
  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;
  padding-left: 15px;
}

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

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

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

.linkset.col4 a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  padding-top: 39.131434%;
  font-size: 16px;
  color: #f781b9;
  line-height: 1.625;
}

.linkset.col4 a:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/linkset-bbg.png) no-repeat center/cover;
}

.linkset.col4 a:hover .boxinner {
  top: 0px;
  left: 0px;
}

.linkset.col4 .boxinner {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  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;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 10px;
  background: url(../images/linkset-bg.png) no-repeat center/cover;
}

@media (max-width: 767px) {
  .linkset.col4 {
    padding: 30px 0;
  }
  .linkset.col4 ul {
    max-width: 500px;
    -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;
  }
  .linkset.col4 a {
    font-size: 14px;
  }
}

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

.linkbtn a {
  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: 100px;
  border: 3px solid #f781b9;
  border-bottom: 5px solid #f781b9;
  background: #f781b9;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 18px;
  border-radius: 100px;
  line-height: 1.66666;
}

.linkbtn a:hover {
  background: #fff;
  color: #f781b9;
}

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

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

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

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 17px 18px;
  border-bottom: 2px solid #dddddd;
}

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

.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 {
  font-weight: bold;
}

.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;
  }
}

/* ----------------------------------------------
qaset
------------------------------------------------- */
.qaset {
  margin-bottom: 100px;
}

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

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

.qaset .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
  background-color: #f781b9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qaset .question p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 20px;
  line-height: 1.8;
  color: #ffffff;
}

.qaset .question p::before {
  display: block;
  content: "";
  width: 28px;
  min-width: 28px;
  height: 30px;
  margin-right: 30px;
  margin-top: 2px;
  background: url(../images/question.png) no-repeat center/cover;
}

.qaset .answer {
  padding: 30px;
  background-color: #fff0f4;
  line-height: 2.285;
}

@media (max-width: 767px) {
  .qaset .question {
    min-height: 50px;
    padding: 10px 10px;
  }
  .qaset .question p {
    font-size: 18px;
  }
  .qaset .question p::before {
    width: 28px;
    min-width: 28px;
    height: 30px;
    margin-right: 15px;
    margin-top: 2px;
  }
  .qaset .answer {
    padding: 15px;
  }
}

@media (max-width: 500px) {
  .qaset .question p::before {
    width: 22.4px;
    min-width: 22.4px;
    height: 24px;
    margin-right: 10px;
    margin-top: 4px;
  }
}

/* ----------------------------------------------
Googleカレンダー
------------------------------------------------- */
@media (max-width: 767px) {
  #iframe_google_cal {
    max-height: 400px;
  }
}
/*# sourceMappingURL=contents.css.map */