@charset "UTF-8";
/*基本の水色*/
/*青*/
/*背景色*/
/*ベージュ*/
/*濃いオレンジ*/
/*薄いオレンジ*/
/*スマホメニューの色*/
/*スマホメニューの色*/
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
body {
  background: #FCF9EF;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}

a {
  outline: none;
  -webkit-transition: 1s;
  transition: 1s;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover {
  color: #dd9933;
  text-decoration: none;
  opacity: 0.7;
}
a:active {
  color: #333;
  text-decoration: none;
}

.righttext {
  text-align: right;
}

.centertext {
  text-align: center;
}

.text_mini {
  font-size: 0.8em;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

p {
  margin-bottom: 20px;
  text-align: left;
}
p:last-child {
  margin-bottom: 0px;
}

ul {
  margin-left: 20px;
}
ul li {
  list-style: none;
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 10px;
  width: 65px;
  height: 65px;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 14px 0 0 2px;
  width: 65px;
  height: 65px;
  line-height: 1.4;
  background-color: #CCC;
  border-radius: 50%;
  border: 1px #fff solid;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#pageTop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox .col3_2box {
  width: 66%;
}
.flexbox .col3_1box {
  width: 30%;
}
.flexbox .col5_2box {
  width: 40%;
}
.flexbox .col5_3box {
  width: 55%;
}
.flexbox .col2box {
  width: 48%;
}
.flexbox .col3box {
  width: 31%;
}
.flexbox .col2fullbox {
  width: 50%;
}

header {
  position: fixed;
  padding: 0 20px;
  width: 100%;
  height: 110px;
  background-color: #fff;
  padding: 10px;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
header .headerinner {
  max-width: 1280px;
  margin: 0 auto;
}
header .headerinner.flexbox {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
header #logo {
  width: 16em;
  line-height: 1;
}
header #logo a {
  display: block;
  margin-top: 10px;
}
header #navigation {
  width: calc(100% - 16em);
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
header #navigation .navover {
  width: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
header #navigation .navover .nav_a {
  width: 222px;
}
header #navigation .navover .nav_b {
  text-align: center;
}
header #navigation .navover .nav_c {
  width: 125px;
  margin-left: 20px;
}
header #navigation ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
header #navigation ul li a {
  display: block;
}

footer {
  background: #5EB8E8;
  margin-top: 150px;
  width: 100%;
  margin: 0 auto;
}
footer #footmenu {
  padding: 10px;
}
footer #footmenu .flexbox {
  margin-left: 10%;
}
footer #footmenu li {
  text-align: left;
}
footer #footmenu li a {
  color: #777;
}
footer #footmenu li a:hover {
  color: #dd9933;
  text-decoration: underline;
}
footer .snskink {
  padding: 40px 0 0 0;
}
footer .snskink .snslinklist {
  margin-bottom: 20px;
}
footer .snskink .snslinklist li {
  display: inline-block;
  margin: 0 10px;
}
footer .snskink .snslinklist li.icon_x img, footer .snskink .snslinklist li.icon_f img {
  height: 30px;
}
footer .snskink .snslinklist li.icon_note {
  border: 1px #fff solid;
}
footer .snskink .snslinklist li.icon_note img {
  height: 40px;
}
footer ul.bannerlinklist li {
  display: inline-block;
  margin: 0 10px;
  width: 300px;
}
footer #footercopy {
  padding: 35px 0px;
  font-weight: 500;
  color: #fff;
}
footer p {
  text-align: center;
}

.mainwrapper {
  width: 1280px;
  margin: 0 auto;
  padding-top: 110px;
}

section {
  padding: 60px 0;
}
section .h2box {
  margin-bottom: 40px;
}
section .h2box h2 {
  font-size: 1.8em;
  color: #5EB8E8;
  font-weight: bold;
  margin-top: 10px;
}

.contactbox {
  background: #5EB8E8 url(../images/contact_img.png) left bottom no-repeat;
  background-size: contain;
  padding: 20px;
}
.contactbox .contactboxinner {
  padding-left: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contactbox .contactboxinner .txt01 {
  width: 40%;
}
.contactbox .contactboxinner .txt02 {
  width: 50%;
}
.contactbox .contactboxinner .txt02 .imgbox02 {
  margin-top: 20px;
}
.contactbox .contactboxinner .txt02 .imgbox02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
}
.contactbox .contactboxinner .txt02 .imgbox02 ul li {
  width: 32.2580645161%;
  vertical-align: top;
}
.contactbox .contactboxinner .txt02 .imgbox02 ul li p {
  color: #fff;
  font-size: 0.8em;
  margin-top: 10px;
  text-align: center;
  line-height: 1;
}
.contactbox .contactboxinner .txt02 .imgbox02 ul li p span {
  font-size: 0.8em;
}

.contentsinner {
  width: 1200px;
  margin: 0 auto;
}

.js-fadeUP {
  opacity: 0;
}
.js-fadeUP.inview {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.js-fade {
  opacity: 0;
}
.js-fade.inview {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.js-fade2 {
  opacity: 0;
}
.js-fade2.inview {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.js-slidein {
  opacity: 0;
}
.js-slidein.inview {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mainimgbox {
  background-color: #FAF3DF;
  -webkit-box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.6);
}
#mainimgbox .gridbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}
#mainimgbox .mainimg_img {
  background: url(../images/mainimg.png) center center no-repeat;
  background-size: cover;
  height: 100%;
}
#mainimgbox .mainimg_txt {
  padding: 40px 0;
}
#mainimgbox .mainimg_txt .readimg img {
  border-bottom: 2px #2B69BE solid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#mainimgbox .mainimg_txt .txtbox .ribbon {
  margin-top: 20px;
}
#mainimgbox .mainimg_txt .txtbox ul {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
  display: inline-block;
}
#mainimgbox .mainimg_txt .txtbox p {
  margin-top: 20px;
  text-align: center;
}

#contents01 .pointbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#contents01 .pointbox ul li {
  width: 29.4117647059%;
}

#contents02 .listbox ul {
  margin-left: 30px;
}
#contents02 .listbox ul li {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
}
#contents02 .listbox ul li:before {
  position: absolute;
  left: -30px;
  top: 6px;
  content: "";
  background-color: #5EB8E8;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
}
#contents02 .imgbox {
  margin-bottom: 60px;
  margin-top: 40px;
}
#contents02 .imgbox img {
  border: 8px #fff solid;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
#contents02 .txtbox {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px #C3C3C3 solid;
  padding: 10px;
}
#contents02 .txtbox span {
  display: block;
  background-color: #2B69BE;
  color: #fff;
  font-size: 2.2em;
  font-weight: bold;
  padding: 20px;
}

#contents03 .flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#contents03 .imgbox {
  width: 48%;
}
#contents03 .txtbox {
  width: 48%;
}
#contents03 .txtbox ul {
  margin-left: 40px;
}
#contents03 .txtbox ul li {
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
#contents03 .txtbox ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -35px;
  top: 0;
  color: #2B69BE;
}

#contents05 .stepbox.flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#contents05 .stepbox .stepnumber {
  width: 220px;
  text-align: left;
}
#contents05 .stepbox .stepnumber p {
  font-weight: bold;
  margin-top: 10px;
}
#contents05 .stepbox .stepcomments {
  width: calc(100% - 220px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px -1px 16px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px -1px 16px -6px rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}
#contents05 .stepbox .stepcomments .txtbox {
  width: 58%;
}
#contents05 .stepbox .stepcomments .txtbox p {
  padding-left: 20px;
}
#contents05 .stepbox .stepcomments .txtbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
}
#contents05 .stepbox .stepcomments .txtbox ul li {
  width: 32.2580645161%;
  vertical-align: top;
}
#contents05 .stepbox .stepcomments .txtbox ul li p {
  font-size: 0.7em;
  text-align: center;
  padding-left: 0;
  margin-top: 5px;
  line-height: 1;
}
#contents05 .stepbox .stepcomments .txtbox ul li p span {
  font-size: 0.9em;
}
#contents05 .stepbox .stepcomments .txtbox ul li a {
  color: #2B69BE;
}
#contents05 .stepbox .stepcomments .imgbox {
  width: 40%;
  min-height: 165px;
}
#contents05 .stepbox .stepcomments .imgbox.step01 {
  background: url(../images/stepimg01.png) center center no-repeat;
  background-size: cover;
}
#contents05 .stepbox .stepcomments .imgbox.step02 {
  background: url(../images/stepimg02.png) center center no-repeat;
  background-size: cover;
}
#contents05 .stepbox .stepcomments .imgbox.step03 {
  background: url(../images/stepimg03.png) center center no-repeat;
  background-size: cover;
}
#contents05 .stepbox .stepcomments .imgbox.step04 {
  background: url(../images/stepimg04.png) center center no-repeat;
  background-size: cover;
}
#contents05 .stepbox .stepcomments .imgbox.step05 {
  background: url(../images/stepimg05.png) center center no-repeat;
  background-size: cover;
}

#contents06 .voiceover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 30px;
}
#contents06 .voiceover .voicebox .imgbox {
  position: relative;
}
#contents06 .voiceover .voicebox .imgbox p {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#contents06 .voiceover .voicebox dl {
  margin-top: 10px;
}
#contents06 .voiceover .voicebox dl dt {
  background-color: #2B69BE;
  padding: 5px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
}
#contents06 .voiceover .voicebox dl dt span:before {
  content: "";
  background: url(../images/icon_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 13px;
  display: inline-block;
  margin-right: 10px;
}
#contents06 .voiceover .voicebox dl dt.open span:before {
  background: url(../images/icon_arrow2.svg) 0 0 no-repeat;
  background-size: contain;
}
#contents06 .voiceover .voicebox dl dd {
  display: none;
}
#contents06 .voiceover .voicebox dl dd ul {
  margin-bottom: 10px;
  margin-top: 10px;
}
#contents06 .voiceover .voicebox dl dd ul li {
  list-style: disc;
  text-align: left;
}
#contents06 .voiceover .voicebox dl dd .subttl {
  border: 1px #C3C3C3 solid;
  background-color: #fff;
  padding: 5px;
  text-align: center;
}
#contents06 .voiceover .voicebox dl dd .pricebox span {
  font-size: 1.8em;
}

#contents07 dl.qabox {
  text-align: left;
  border-bottom: 1px #C3C3C3 solid;
  padding: 10px 10px 20px 10px;
}
#contents07 dl.qabox:nth-child(odd) {
  background: #fff;
}
#contents07 dl.qabox dt {
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 80px;
  position: relative;
  padding-top: 20px;
}
#contents07 dl.qabox dt:before {
  content: "";
  background: url(../images/icon_q.svg) 0 0 no-repeat;
  background-size: contain;
  width: 34px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
}
#contents07 dl.qabox dt:after {
  content: "";
  background: url(../images/icon_off.svg) 0 0 no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contents07 dl.qabox dt.open:after {
  background: url(../images/icon_on.svg) 0 0 no-repeat;
  background-size: contain;
}
#contents07 dl.qabox dd {
  font-size: 1.2em;
  margin-top: 20px;
  position: relative;
  padding-top: 10px;
  padding-left: 80px;
  margin-left: 80px;
  padding-right: 60px;
  display: none;
}
#contents07 dl.qabox dd:before {
  content: "";
  background: url(../images/icon_a.svg) 0 0 no-repeat;
  background-size: contain;
  width: 34px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
}

#contents08 .formbox {
  width: 900px;
  margin: 0 auto;
}
#contents08 .formbox dl dt {
  width: 14em;
  float: left;
  text-align: left;
}
#contents08 .formbox dl dt span {
  background-color: #C63737;
  color: #fff;
  font-size: 0.6em;
  padding: 5px 10px;
  border-radius: 20px;
  margin-left: 10px;
}
#contents08 .formbox dl dd {
  text-align: left;
  padding-left: 14em;
  margin-bottom: 20px;
}
#contents08 .formbox dl dd .place-box {
  position: relative;
}
#contents08 .formbox dl dd .js-placeholder {
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0.5;
  z-index: 1;
}
#contents08 .formbox dl dd .js-placeholder.hidden {
  display: none;
}
#contents08 .formbox .privacybox {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  overflow: scroll;
}
#contents08 .formbox .privacybox .privacyboxinner {
  padding: 20px;
  background-color: #fff;
  font-size: 0.8em;
}
#contents08 .formbox .privacybox .privacyboxinner .ttl {
  font-weight: bold;
  background-color: #ededed;
  padding: 10px;
  text-align: center;
}
#contents08 .formbox .privacybox .privacyboxinner dl dt {
  font-weight: bold;
  width: 100%;
  float: none;
}
#contents08 .formbox .privacybox .privacyboxinner dl dd {
  padding-left: 0;
}

#contents09 {
  background: #FFAF52;
  margin-bottom: 60px;
}
#contents09 .h2box2 {
  margin-bottom: 10px;
  margin-top: 20px;
}
#contents09 .h2box2 h2 {
  font-size: 1.6em;
  color: #834600;
  font-weight: bold;
  margin-bottom: 10px;
}
#contents09 .h2box2 p {
  text-align: center;
}
#contents09 .readtxt {
  font-size: 1.4em;
  text-align: center;
  color: #2B69BE;
  font-weight: bold;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  display: inline-block;
}
#contents09 .itembox {
  width: 48%;
  background-color: #FAF3DF;
  padding: 20px;
  border-radius: 10px;
}
#contents09 .itembox h3 {
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: bold;
}
#contents09 .itembox h4 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FF8900;
  margin-bottom: 40px;
}
#contents09 .itembox h5 {
  background-color: #fff;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 40px;
  border-radius: 50px;
}
#contents09 .itembox .txtbox {
  padding-bottom: 20px;
}
#contents09 .itembox ul {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 40px;
}
#contents09 .itembox ul li {
  margin-bottom: 10px;
}
#contents09 .itembox ul.list_a li {
  position: relative;
  color: #2B69BE;
}
#contents09 .itembox ul.list_a li:before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -35px;
  top: 0;
  color: #2B69BE;
  font-size: 1.3em;
}
#contents09 .itembox ul.list_b li {
  position: relative;
}
#contents09 .itembox ul.list_b li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -35px;
  top: 0;
  color: #5EB8E8;
}
#contents09 .itembox p.memo {
  font-size: 0.9em;
  padding-left: 1em;
  text-indent: -1em;
}
#contents09 .btnbox {
  width: 80%;
  margin: 40px auto 0 auto;
}
#contents09 .btnbox a {
  display: block;
  background-color: #2B69BE;
  border-radius: 20px;
  position: relative;
  color: #fff;
  padding: 20px;
}
#contents09 .btnbox a:before {
  content: "";
  background: url(../images/icon_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 13px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.formcheck {
  padding: 20px 0;
}
.formcheck #formWrap {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
.formcheck p {
  text-align: center;
}
.formcheck table td {
  text-align: left;
}

p.thanksmessage {
  padding: 120px 0;
  text-align: center;
}

.spbottomnav {
  display: none;
}

#contents10 {
  border-top: 1px #5EB8E8 solid;
}
#contents10 dl dt {
  font-weight: bold;
}

.wordbox {
  max-width: 900px;
  margin: 60px auto 0 auto;
}
.wordbox .listbox:first-child {
  margin-bottom: 40px;
}
.wordbox .listbox dl {
  text-align: left;
  border-top: 1px #ccc solid;
}
.wordbox .listbox dl dt {
  width: 8em;
  float: left;
  padding: 10px;
}
.wordbox .listbox dl dd {
  padding: 10px 10px 10px 9em;
  margin-bottom: 10px;
  border-bottom: 1px #ccc solid;
}

@media screen and (max-width: 1280px) {
  .mainwrapper {
    width: 100%;
  }
  #mainimgbox .mainimg_txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .contentsinner {
    width: 90%;
  }
}
#mainblockover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-directionをflex containerに設定して、主軸方向を縦にしています */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
#mainblockover .mainwrapper {
  /* 1/1 = 100% 余地の独占状態 */
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 1050px) {
  header #logo {
    width: 20vw;
  }
  header #navigation {
    width: 75vw;
  }
}
/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 960px) {
  .sp_block {
    display: block;
  }
  .pc_block, .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
  .spbottomnav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spbottomnav .navbox {
    width: 33.3333333333%;
    padding: 10px 5px 5px 5px;
  }
  .spbottomnav .navbox img {
    height: 30px;
    margin-bottom: 5px;
  }
  .spbottomnav .navbox p {
    font-size: 0.7em;
    text-align: center;
  }
  .spbottomnav .navbox.nav01 {
    background-color: #5EB8E8;
  }
  .spbottomnav .navbox.nav01 a {
    color: #fff;
  }
  .spbottomnav .navbox.nav02 {
    background-color: #fff;
  }
  .spbottomnav .navbox.nav02 img {
    height: 20px;
    margin-bottom: 15px;
  }
  .spbottomnav .navbox.nav03 {
    background-color: #00b900;
  }
  .spbottomnav .navbox.nav03 a {
    color: #fff;
  }
  #pageTop {
    bottom: 100px;
  }
  .flexbox {
    display: block;
  }
  .flexbox .col2box, .flexbox .col3box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col2box:last-child, .flexbox .col3box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col3_2box, .flexbox .col3_1box, .flexbox .col5_2box, .flexbox .col5_3box {
    width: 100%;
    margin-bottom: 40px;
  }
  header {
    height: 70px;
    padding: 0;
  }
  header .headerinner {
    padding-right: 20px;
  }
  header .headerinner.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  header #logo {
    width: 300px;
    padding: 15px 10px 10px 10px;
  }
  header #logo a {
    margin-top: 0;
  }
  header #navigation {
    width: 70px;
    display: block;
  }
  header #navigation .navover {
    display: none;
  }
  footer p {
    font-size: 12px;
  }
  footer ul.bannerlinklist {
    width: 80%;
    margin: 30px auto 0 auto;
  }
  footer ul.bannerlinklist li {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  footer ul.bannerlinklist li img {
    width: 100%;
  }
  section .h2box h2 {
    font-size: 1.4em;
  }
  .mainwrapper {
    padding-top: 70px;
  }
  #mainimgbox .gridbox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #mainimgbox .gridbox .mainimg_img {
    min-height: 280px;
  }
  #mainimgbox .gridbox .mainimg_txt {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
  }
  .contactbox {
    background-size: 40vw;
  }
  .contactbox .contactboxinner {
    padding-left: 0px;
  }
  .contactbox .contactboxinner .txt01 {
    width: 100%;
    margin-bottom: 20px;
  }
  .contactbox .contactboxinner .txt02 {
    width: 100%;
  }
  #contents01 .pointbox ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60%;
    margin: 0 auto;
  }
  #contents01 .pointbox ul li {
    width: 100%;
  }
  #contents02 .listbox ul li {
    width: 100%;
  }
  #contents02 .txtbox {
    width: 100%;
    padding: 5px;
  }
  #contents02 .txtbox span {
    font-size: 1.3em;
    padding: 10px;
  }
  #contents03 .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
  #contents03 .txtbox {
    width: 100%;
  }
  #contents05 .stepbox .stepnumber {
    width: 100%;
    margin-bottom: 10px;
  }
  #contents05 .stepbox .stepcomments {
    width: 100%;
  }
  #contents05 .stepbox .stepcomments .txtbox {
    width: 100%;
    margin-bottom: 10px;
  }
  #contents05 .stepbox .stepcomments .imgbox {
    width: 100%;
  }
  #contents06 .voiceover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #contents06 .voiceover .voicebox {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px #ccc dotted;
  }
  #contents07 dl.qabox dt {
    padding-left: 40px;
    padding-top: 10px;
    padding-right: 40px;
    font-size: 1em;
  }
  #contents07 dl.qabox dt:before {
    width: 22px;
    left: 0;
  }
  #contents07 dl.qabox dt:after {
    width: 18px;
    height: 18px;
  }
  #contents07 dl.qabox dd {
    padding-left: 40px;
    padding-top: 10px;
    padding-right: 0px;
    font-size: 1em;
    margin-left: 20px;
  }
  #contents07 dl.qabox dd:before {
    width: 22px;
    left: 0;
  }
  #contents08 .formbox {
    width: 100%;
  }
  #contents08 .formbox dl dt {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #contents08 .formbox dl dd {
    padding-left: 0;
  }
  #contents09 .itembox {
    width: 100%;
    margin-bottom: 20px;
  }
  #contents09 .itembox:last-child {
    margin-bottom: 0;
  }
  #contents09 .itembox .btnbox {
    width: 100%;
  }
  .wordbox {
    width: 90%;
  }
  .wordbox .listbox dl {
    font-size: 0.8em;
  }
  .wordbox .listbox dl dt {
    width: 100%;
    float: none;
    background-color: #ededed;
    text-align: center;
  }
  .wordbox .listbox dl dd {
    padding: 10px;
  }
}
@media screen and (max-width: 430px) {
  header .headerinner {
    padding-right: 0px;
  }
  header #logo {
    width: 60vw;
  }
  footer {
    padding-bottom: 140px;
  }
  .contactbox {
    background-size: 60vw;
    padding-bottom: 50vw;
  }
  #mainimgbox .mainimg_txt .txtbox ul {
    font-size: 0.9em;
    margin-left: 0;
  }
  #contents09 .readtxt {
    font-size: 1em;
  }
  #contents09 .itembox h5 {
    font-size: 16px;
    padding: 5px 0 10px 0;
  }
  #contents09 .btnbox {
    width: 100%;
  }
  p.thanksmessage {
    padding: 120px 20px;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  #mainimgbox .mainimg_txt .txtbox ul {
    font-size: 0.78em;
    margin-left: 0;
  }
}