.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: 47px;
  background: #001040;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#header .info, #pagetitle h2, .big-mediaset .title, .mediaset .top, .mediaset .title, .h3set, .calloutset .title, .h4set, .flowset .step, .flowset .title, .h4title h4 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
}

.big-mediaset .text, .mediaset .text, .txtset, .calloutset .text, .fullimg .text, .tableset table, .flowset .text, .miniSurveyView table.formBlockSurveyTable {
  letter-spacing: 0.06em;
  line-height: 2;
}

#pagetitle h2, .big-mediaset .title, .mediaset .top, .mediaset .title, .h3set h3, .calloutset .title, .h4set h4, .flowset .step, .h4title h4 {
  letter-spacing: 0.1em;
  line-height: 1.6;
}



.wrapper {
  padding-top: 109.28px;
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 0;
  }
}
/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background: #fff;
}
@media (max-width: 767px) {
  #header {
    position: relative;
    top: 0;
  }
}

#header .logo {
  width: 300px;
  padding-top: 25px;
  background: #0c0c0c;
  text-align: center;
}

#header .contents {
  width: calc(100% - 300px);
  max-width: 1000px;
}

@media (min-width: 1600px) {
  #header .contents {
    margin-left: calc((100% - 1000px) / 2 - 300px);
  }
}

#header .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 10px 0 auto;
  font-weight: 300;
}

#header .info p + p {
  margin-left: 35px;
}

#header .info p.tel {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-style: italic;
}

#header .info img {
  margin-right: 10px;
}

#header .bottom {
  height: 68px;
  padding: 10px 0 10px 40px;
}

@media (max-width: 999px) {
  #header .bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 0 0 20px;
  }
  #header .bottom .btns ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100px;
  }
}

@media (max-width: 767px) {
  #header .logo {
    width: 100%;
    padding-top: 0;
    padding-left: 10px;
    line-height: 60px;
    text-align: left;
  }
  #header .logo img {
    max-width: 150px;
  }
  #header .contents {
    width: auto;
  }
  #header .info {
    display: none;
  }
  #header .bottom {
    height: 0;
    padding: 0;
  }
  #header .bottom .btns {
    display: none;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  position: relative;
  height: 300px;
  margin-bottom: 60px;
  padding: 0 10px;
}

#pagetitle h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: calc(100% - 20px);
  max-width: 545px;
  margin: 0 auto;
  padding: 20px 10px 10px;
  background: #fff;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

#pagetitle h2 span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
}

#pagetitle h2 span::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

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

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

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

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

.linkset li {
  width: 24%;
}

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

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

.linkset a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.linkset .image {
  width: 50px;
  height: 50px;
  margin-right: 13px;
}

.linkset .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.linkset .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 5px 5px 5px 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

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

/* ----------------------------------------------
bigmediaset
------------------------------------------------- */
.big-mediaset {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
}

.big-mediaset .imgbox {
  width: 59.4375%;
  padding-bottom: 15px;
}

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

.big-mediaset .imgbox::after {
  content: '';
  position: absolute;
  display: block;
  top: 25px;
  z-index: -1;
  width: 76.125%;
  height: calc(100% - 25px);
  background: #eeeeee;
}

.big-mediaset .txtbox {
  position: relative;
  padding-top: 40px;
  width: 45%;
}

.big-mediaset .txtbox .inner {
  padding: 30px;
  background: #fff;
}

.big-mediaset .title {
  margin-bottom: 25px;
  font-size: 30px;
  text-align: center;
}

.big-mediaset.img-left .imgbox::after {
  right: 50px;
}

.big-mediaset.img-left .txtbox {
  margin: 0 65px 0 -4.375%;
}

.big-mediaset.img-right .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

.big-mediaset.img-right .imgbox::after {
  left: 50px;
}

.big-mediaset.img-right .txtbox {
  margin: 0 -4.375% 0 65px;
}

@media (max-width: 999px) {
  .big-mediaset .imgbox::after {
    width: 79.25%;
  }
  .big-mediaset .title {
    font-size: 24px;
  }
  .big-mediaset.img-left .imgbox::after {
    right: 0;
  }
  .big-mediaset.img-left .txtbox {
    margin: 0 0 0 -4.375%;
  }
  .big-mediaset.img-right .imgbox::after {
    left: 0;
  }
  .big-mediaset.img-right .txtbox {
    margin: 0 -4.375% 0 0;
  }
}

@media (max-width: 767px) {
  .big-mediaset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .big-mediaset .imgbox {
    width: calc(100% - 15px);
    padding-bottom: 0;
  }
  .big-mediaset .imgbox::after {
    width: calc(100% - 15px);
  }
  .big-mediaset .txtbox {
    width: 90%;
    padding-top: 0;
  }
  .big-mediaset .txtbox .inner {
    padding: 20px;
  }
  .big-mediaset .title {
    font-size: 18px;
  }
  .big-mediaset.img-left .txtbox {
    margin: -15px 0 0 auto;
  }
  .big-mediaset.img-right .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 0 0 auto;
  }
  .big-mediaset.img-right .txtbox {
    margin: -15px auto 0 0;
  }
}

/* ----------------------------------------------
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 .imgbox {
  width: 55%;
}

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

.mediaset .txtbox {
  position: relative;
  width: 51%;
  margin-top: 90px;
  padding: 30px;
  background: #fff;
}

.mediaset .top {
  margin-bottom: 15px;
  color: #444;
  font-size: 16px;
  font-weight: bold;
}

.mediaset .title {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
}

.mediaset.img-left .txtbox {
  margin-left: -6%;
  padding-right: 0;
}

.mediaset.img-right .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.mediaset.img-right .txtbox {
  margin-right: -6%;
  padding-left: 0;
}

@media (max-width: 999px) {
  .mediaset .top {
    font-size: 14px;
  }
  .mediaset .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .mediaset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mediaset .imgbox {
    width: calc(100% - 15px);
    max-width: 500px;
  }
  .mediaset .txtbox {
    width: calc(100% - 15px);
    margin-top: -15px;
  }
  .mediaset .title {
    font-size: 20px;
  }
  .mediaset.img-left .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 auto 0 0;
  }
  .mediaset.img-left .txtbox {
    margin-left: auto;
    padding: 20px 0 20px 20px;
  }
  .mediaset.img-right .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 0 0 auto;
  }
  .mediaset.img-right .txtbox {
    margin-right: auto;
    padding-left: 0;
    padding: 20px 20px 20px 0;
  }
}

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

.h3set h3 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

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

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

/* ----------------------------------------------
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 {
  position: relative;
}

.calloutset .image::after {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  left: 20px;
  z-index: -1;
  width: calc(100% - 20px);
  height: 100%;
  background: #eee;
}

.calloutset .image img {
  width: calc(100% - 20px);
}

.calloutset .title {
  position: relative;
  z-index: 1;
  margin-top: -29px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
}

.calloutset .title span {
  display: inline-block;
  padding: 5px 10px 5px 25px;
  background: #fff;
}

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

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

@media (max-width: 999px) {
  .calloutset .title {
    font-size: 22px;
  }
  .calloutset .title span {
    padding: 7px 10px 7px 20px;
  }
}

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

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

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

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

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

.h4set h4 {
  display: inline-block;
  padding: 1px 35px;
  background: url(../images/h4-left.png) no-repeat left center, url(../images/h4-right.png) no-repeat right center;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 999px) {
  .h4set h4 {
    background-size: auto 40px;
    font-size: 22px;
  }
}

/* ----------------------------------------------
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%;
  border-collapse: separate;
  border-spacing: 0 1px;
}

.tableset th, .tableset td {
  border: 5px solid #eee;
  padding: 6px 12px;
}

.tableset th {
  background: #fff;
  color: #333;
  font-weight: bold;
}

.tableset td {
  background: #eee;
}

@media (max-width: 767px) {
  .tableset th, .tableset td {
    display: block;
  }
}

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

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

.flowset .imgbox {
  position: relative;
  width: 20%;
  padding-top: 20%;
  margin-right: 4%;
  border-radius: 50%;
  overflow: hidden;
}

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

.flowset .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flowset .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.flowset .step {
  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: 144px;
  height: 42px;
  margin-right: 30px;
  background: #eee;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

.flowset .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 999px) {
  .flowset .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .flowset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flowset .imgbox {
    width: 200px;
    height: 200px;
    padding-top: 0;
    margin: 0 auto 20px;
  }
  .flowset .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .flowset .step {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
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%;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  border: 5px solid #eee;
  padding: 6px 12px;
  background: #fff;
}

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

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  color: #333;
  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) 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;
  }
}



/* ----------------------------------------------
h4set背景なし
------------------------------------------------- */
.h4title {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  text-align: center;
}

.h4title h4 {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 999px) {
  .h4title h4 {
    font-size: 22px;
  }
}

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