@charset "UTF-8";
/* media query */
#container {
  background-color: #e6fcff;
}

.mtfuji_clean {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.mtfuji_clean img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mtfuji_clean .block_content {
  line-height: 1.6;
  margin-top: 20px;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .block_content {
    margin-top: 10px;
  }
}
.mtfuji_clean .block_content.narrow > div > dt {
  width: 100px;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .block_content.narrow > div > dt {
    width: 60px;
  }
}
.mtfuji_clean .block_content.narrow > div > dd {
  width: calc(100% - 100px);
}
@media all and (max-width: 640px) {
  .mtfuji_clean .block_content.narrow > div > dd {
    width: calc(100% - 70px);
  }
}
.mtfuji_clean .block_content > div {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .block_content > div {
    margin-top: 5px;
  }
}
@media all and (max-width: 480px) {
  .mtfuji_clean .block_content > div {
    flex-direction: column;
  }
}
.mtfuji_clean .block_content > div > dt {
  width: 200px;
  color: #0099cc;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .block_content > div > dt {
    width: 100px;
  }
}
@media all and (max-width: 480px) {
  .mtfuji_clean .block_content > div > dt {
    width: 100%;
  }
}
.mtfuji_clean .block_content > div > dd {
  width: calc(100% - 200px);
  color: #494949;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .block_content > div > dd {
    width: calc(100% - 110px);
  }
}
@media all and (max-width: 480px) {
  .mtfuji_clean .block_content > div > dd {
    width: 100%;
  }
}
.mtfuji_clean .txt_content {
  line-height: 1.6;
  margin-top: 20px;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .txt_content {
    margin-top: 10px;
  }
}
.mtfuji_clean .list_content {
  line-height: 1.6;
  margin-top: 20px;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .list_content {
    margin-top: 10px;
  }
}
.mtfuji_clean .list_content > li {
  position: relative;
  padding-left: 1em;
}
.mtfuji_clean .list_content > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.mtfuji_clean .list_img {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .list_img {
    margin-top: 15px;
  }
}
.mtfuji_clean .list_img > li {
  width: 48%;
}
.mtfuji_clean .list_img > li img {
  width: 100%;
}
.mtfuji_clean .ttl_attention {
  font-size: 18px;
  color: #0099cc;
  font-weight: bold;
  margin-top: 20px;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .ttl_attention {
    margin-top: 10px;
  }
}
.mtfuji_clean .list_attention {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .list_attention {
    font-size: 16px;
    margin-top: 5px;
  }
}
.mtfuji_clean .list_attention > li {
  position: relative;
  padding-left: 1em;
}
.mtfuji_clean .list_attention > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.mtfuji_clean .list_attention .txt_note {
  margin-top: 0;
}
.mtfuji_clean .txt_strong {
  text-align: center;
  color: #E40701;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .txt_strong {
    font-size: 20px;
  }
}
.mtfuji_clean .txt_important {
  font-size: 20px;
  font-weight: bold;
  color: #E40701;
  background: #fffc83;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .txt_important {
    font-size: 18px;
  }
}
.mtfuji_clean .block_map {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .block_map {
    margin-top: 10px;
  }
}
.mtfuji_clean .block_map .box_txt {
  width: 38%;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .block_map .box_txt {
    width: 100%;
  }
}
.mtfuji_clean .block_map .box_img {
  width: 58%;
  height: 400px;
  position: relative;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .block_map .box_img {
    width: 100%;
    height: 280px;
    margin-top: 15px;
  }
}
.mtfuji_clean .block_map .box_img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mtfuji_clean .block_map .txt_place {
  color: #0099cc;
  font-size: 24px;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .block_map .txt_place {
    font-size: 18px;
  }
}
.mtfuji_clean .block_map .img_map {
  width: 100%;
}
.mtfuji_clean .btn_content {
  margin: 30px auto 0;
  max-width: 340px;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .btn_content {
    margin-top: 20px;
    max-width: 260px;
  }
}
.mtfuji_clean .btn_content a {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  display: block;
  border-radius: 9999px;
  background: #0099CC;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media all and (max-width: 640px) {
  .mtfuji_clean .btn_content a {
    padding: 15px;
    font-size: 16px;
  }
}

.w1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

@media all and (max-width: 640px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 640px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.txt_note {
  font-size: 16px;
  color: #494949;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media all and (max-width: 640px) {
  .txt_note {
    font-size: 14px;
  }
}

.txt_red {
  color: #E40701;
}

.txt_bold {
  font-size: 22px;
  font-weight: bold;
}
@media all and (max-width: 640px) {
  .txt_bold {
    font-size: 20px;
  }
}

.txt_center {
  margin-inline: auto;
  inline-size: fit-content;
}

.mt20-10 {
  margin-top: 20px;
}
@media all and (max-width: 640px) {
  .mt20-10 {
    margin-top: 10px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.span_br {
  display: inline-block;
}

/*-----------------------------------

mainvisual

-----------------------------------*/
.mainvisual .area_mainvisual {
  position: relative;
}
.mainvisual .area_mainvisual .sec_mainvisual {
  background: url("../images/main_img.webp") center bottom/cover no-repeat;
  padding-top: 20px;
  position: relative;
}
.mainvisual .area_mainvisual .bottom_mainvisual {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 10;
}
@media all and (max-width: 480px) {
  .mainvisual .area_mainvisual .bottom_mainvisual {
    bottom: -10px;
  }
}
.mainvisual .area_mainvisual .bottom_mainvisual img {
  width: 100%;
}
.mainvisual .area_mainvisual .block_mainvisual {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.mainvisual .area_mainvisual .txt_bosyu {
  width: 20%;
  margin: 0 0 0 auto;
}
@media all and (max-width: 480px) {
  .mainvisual .area_mainvisual .txt_bosyu {
    width: 25%;
  }
}
.mainvisual .area_mainvisual .txt_detail {
  width: 70%;
  max-width: 500px;
  margin: 0 0 0 auto;
}
@media all and (max-width: 640px) {
  .mainvisual .area_mainvisual .txt_detail {
    margin: 5px auto 0;
  }
}
.mainvisual .area_mainvisual .box_family {
  width: 90%;
  margin-top: 15px;
  position: relative;
}
@media all and (max-width: 640px) {
  .mainvisual .area_mainvisual .box_family {
    margin-top: 10px;
  }
}
.mainvisual .area_mainvisual .box_family img {
  width: 100%;
  max-width: none;
}
.mainvisual .area_mainvisual .fukidashi_family {
  width: 38%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.mainvisual .area_mainvisual .img_chafuka {
  width: 28%;
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 20;
}
@media all and (max-width: 640px) {
  .mainvisual .area_mainvisual .img_chafuka {
    bottom: -10vw;
  }
}
@media all and (max-width: 480px) {
  .mainvisual .area_mainvisual .img_chafuka {
    width: 32%;
    bottom: -20vw;
  }
}

/*-----------------------------------

intro

-----------------------------------*/
.intro {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .intro {
    padding-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .intro {
    padding-top: 12%;
  }
}
@media all and (max-width: 480px) {
  .intro {
    padding-top: 22%;
  }
}
.intro .area_intro {
  padding-top: 8%;
  max-width: 1200px;
  margin-inline: auto;
  background: url("../images/bg_intro.webp") center top/cover no-repeat;
  position: relative;
}
.intro .area_intro .ttl_intro {
  width: 74%;
  margin-inline: auto;
  text-align: center;
  font-size: 42px;
  color: #0099cc;
  font-weight: bold;
  position: relative;
  z-index: 20;
  line-height: 1.4;
  filter: drop-shadow(0 0 10px rgba(50, 48, 139, 0.6));
}
@media all and (max-width: 640px) {
  .intro .area_intro .ttl_intro {
    font-size: 22px;
  }
}
.intro .area_intro .airplane_intro {
  width: 15%;
  position: absolute;
  top: 9%;
  right: 3%;
}
.intro .area_intro .list_cloud {
  padding-top: 34%;
  position: relative;
  margin-top: 30px;
}
@media all and (max-width: 640px) {
  .intro .area_intro .list_cloud {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .intro .area_intro .list_cloud {
    padding-top: 80%;
  }
}
.intro .area_intro .list_cloud .cloud01 {
  width: 39%;
  top: 0;
  left: 4%;
  position: absolute;
  rotate: 6deg;
}
@media all and (max-width: 480px) {
  .intro .area_intro .list_cloud .cloud01 {
    width: 50%;
  }
}
.intro .area_intro .list_cloud .cloud02 {
  width: 37%;
  top: 10%;
  right: 3%;
  position: absolute;
  rotate: -2deg;
}
@media all and (max-width: 480px) {
  .intro .area_intro .list_cloud .cloud02 {
    width: 56%;
    top: 24%;
    right: 3%;
  }
}
.intro .area_intro .list_cloud .cloud03 {
  width: 21.8%;
  bottom: 0;
  left: 35%;
  position: absolute;
  rotate: -5deg;
}
@media all and (max-width: 480px) {
  .intro .area_intro .list_cloud .cloud03 {
    width: 32%;
    bottom: 15%;
    left: 8%;
  }
}
.intro .area_intro .img_intro {
  width: 35%;
  position: absolute;
  bottom: 2%;
  right: 2%;
  z-index: 10;
}
@media all and (max-width: 480px) {
  .intro .area_intro .img_intro {
    width: 50%;
  }
}
.intro .area_intro .img_intro img {
  width: 100%;
  max-width: none;
}
.intro .area_intro .list_intro {
  max-width: 800px;
  margin: 40px auto 0;
}
@media all and (max-width: 640px) {
  .intro .area_intro .list_intro {
    margin-top: 20px;
  }
}
.intro .area_intro .list_intro > li {
  box-sizing: border-box;
  padding: 15px 100px 15px 15px;
  background: #fff;
  color: #0099cc;
  position: relative;
  border-radius: 10px;
  margin-top: 15px;
}
@media all and (max-width: 640px) {
  .intro .area_intro .list_intro > li {
    padding: 10px;
  }
}
.intro .area_intro .list_intro > li:nth-of-type(2) {
  margin-left: 30px;
}
@media all and (max-width: 640px) {
  .intro .area_intro .list_intro > li:nth-of-type(2) {
    margin-left: 20px;
  }
}
@media all and (max-width: 480px) {
  .intro .area_intro .list_intro > li:nth-of-type(2) {
    margin-left: 0;
  }
}
.intro .area_intro .list_intro > li:nth-of-type(3) {
  margin-left: 60px;
}
@media all and (max-width: 640px) {
  .intro .area_intro .list_intro > li:nth-of-type(3) {
    margin-left: 40px;
  }
}
@media all and (max-width: 480px) {
  .intro .area_intro .list_intro > li:nth-of-type(3) {
    margin-left: 0;
  }
}
.intro .area_intro .list_intro > li .block_intro {
  display: flex;
  column-gap: 10px;
}
.intro .area_intro .list_intro > li .txt_number {
  flex-shrink: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border-radius: 50%;
  background: #33ccff;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-top: 6px;
}
@media all and (max-width: 640px) {
  .intro .area_intro .list_intro > li .txt_number {
    width: 26px;
    height: 26px;
    line-height: 22px;
    font-size: 22px;
    margin-top: 5px;
  }
}
.intro .area_intro .list_intro > li .txt_large {
  font-size: 1.2em;
  font-weight: 700;
}
.intro .area_intro .list_intro > li .txt_large.txt_blue {
  color: #090774;
}
.intro .area_intro .list_intro > li .txt_large.txt_skyblue {
  color: #005179;
}
.intro .area_intro .list_intro > li .txt_large.txt_purple {
  color: #723a9d;
}
.intro .area_intro .list_intro > li .txt_deco {
  text-align: center;
  font-size: 18px;
  color: #E40701;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media all and (max-width: 640px) {
  .intro .area_intro .list_intro > li .txt_deco {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 480px) {
  .intro .area_intro .list_intro > li .txt_deco {
    justify-content: center;
  }
}
.intro .area_intro .list_intro > li .txt_deco::before, .intro .area_intro .list_intro > li .txt_deco::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background: #E40701;
}
.intro .area_intro .list_intro > li .txt_deco::before {
  rotate: -20deg;
}
.intro .area_intro .list_intro > li .txt_deco::after {
  rotate: 20deg;
}
.intro .area_intro .box_intro {
  font-size: 24px;
  line-height: 1.6;
}
@media all and (max-width: 640px) {
  .intro .area_intro .box_intro {
    font-size: 18px;
  }
}

/*-----------------------------------

board

-----------------------------------*/
.bg_board {
  padding: 80px 0;
  background: url("../images/bg_board.webp") center top/100% auto repeat-y;
}
@media all and (max-width: 640px) {
  .bg_board {
    padding: 40px 0 50px;
  }
}
.bg_board .area_board {
  font-size: 20px;
}
@media all and (max-width: 640px) {
  .bg_board .area_board {
    font-size: 16px;
  }
}
.bg_board .area_board + .area_board {
  margin-top: 80px;
}
@media all and (max-width: 640px) {
  .bg_board .area_board + .area_board {
    margin-top: 40px;
  }
}
.bg_board .area_board:nth-of-type(odd) {
  rotate: -1deg;
}
.bg_board .area_board:nth-of-type(even) {
  rotate: 1deg;
}
.bg_board .board_inner {
  box-sizing: border-box;
  padding: 20px 30px 50px;
  background: #fff;
  box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 640px) {
  .bg_board .board_inner {
    padding: 15px 20px 30px;
  }
}
.bg_board .board_pin {
  text-align: center;
}
@media all and (max-width: 640px) {
  .bg_board .board_pin img {
    width: 30px;
  }
}
.bg_board .ttl_board {
  text-align: center;
  margin: 20px 0 35px;
}
@media all and (max-width: 640px) {
  .bg_board .ttl_board {
    margin: 16px 0 25px;
  }
}
@media all and (max-width: 640px) {
  .bg_board .ttl_board.ttl_overview img {
    width: calc(202px * 0.6);
  }
}
@media all and (max-width: 640px) {
  .bg_board .ttl_board.ttl_price img {
    width: calc(92px * 0.6);
  }
}
@media all and (max-width: 640px) {
  .bg_board .ttl_board.ttl_schedule img {
    width: calc(304px * 0.6);
  }
}
@media all and (max-width: 640px) {
  .bg_board .ttl_board.ttl_place img {
    width: calc(204px * 0.6);
  }
}
@media all and (max-width: 640px) {
  .bg_board .ttl_board.ttl_item img {
    width: calc(151px * 0.6);
  }
}

/*-----------------------------------

content

-----------------------------------*/
.content.content--red .area_content .ttl_content {
  background: linear-gradient(to right, #f35f6d, #ff3366);
}
.content.content--red .area_content .sec_content {
  border-color: #ff3366;
}
.content.content--red .area_content .btn_content a {
  background: #ff3366;
}
.content .area_content {
  font-size: 20px;
  padding-top: 50px;
}
@media all and (max-width: 640px) {
  .content .area_content {
    font-size: 16px;
    padding-top: 30px;
  }
}
.content .area_content.content_first {
  padding-top: 80px;
}
@media all and (max-width: 640px) {
  .content .area_content.content_first {
    padding-top: 50px;
  }
}
.content .area_content.content_end {
  padding: 30px 0 80px;
}
@media all and (max-width: 640px) {
  .content .area_content.content_end {
    padding: 20px 0 50px;
  }
}
.content .area_content .ttl_content {
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #33ccff, #0099cc);
}
@media all and (max-width: 640px) {
  .content .area_content .ttl_content {
    font-size: 18px;
    padding: 10px;
  }
}
.content .area_content .sec_content {
  box-sizing: border-box;
  padding: 20px 80px 40px;
  border-right: 2px solid #33ccff;
  border-left: 2px solid #33ccff;
  border-bottom: 2px solid #33ccff;
  background-color: #fff;
}
@media all and (max-width: 640px) {
  .content .area_content .sec_content {
    padding: 10px 20px 20px;
  }
}

/*-----------------------------------

entry

-----------------------------------*/
.entry {
  position: relative;
  margin-top: 160px;
}
@media all and (max-width: 640px) {
  .entry {
    margin-top: 80px;
  }
}
.entry .img_entry {
  width: 100%;
  max-width: 180px;
  position: absolute;
  right: 10px;
  top: -125px;
}
@media all and (max-width: 640px) {
  .entry .img_entry {
    max-width: 100px;
    right: -10px;
    top: -50px;
  }
}
@media all and (max-width: 480px) {
  .entry .img_entry {
    top: -80px;
  }
}
.entry .img_entry img {
  width: 100%;
  max-width: none;
}
.entry > div img {
  width: 100%;
  max-width: none;
}
.entry > div p {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
@media all and (max-width: 640px) {
  .entry > div p {
    font-size: 16px;
  }
}
@media all and (max-width: 480px) {
  .entry > div p {
    text-align: left;
  }
}
.entry > div p.step {
  width: 543px;
  margin: 30px auto 0;
}
.entry h3 {
  font-size: 24px;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #33ccff, #0099cc);
}
@media all and (max-width: 640px) {
  .entry h3 {
    font-size: 18px;
  }
}

.thanks {
  margin-bottom: 300px;
}
@media all and (max-width: 640px) {
  .thanks {
    margin-bottom: 200px;
  }
}
.thanks .txt_thanks {
  margin-top: 50px;
}
@media all and (max-width: 640px) {
  .thanks .txt_thanks {
    margin-top: 30px;
  }
}

/*-----------------------------------

formBg

-----------------------------------*/
.formBg {
  background-color: #fff;
  border-radius: 20px;
  max-width: 700px;
  margin: 30px auto 40px;
  padding: 100px 150px 70px;
}
.formBg .notice {
  color: #E40701;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}
@media all and (max-width: 640px) {
  .formBg .notice {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.formBg .block_agree {
  font-size: 1.25em;
}
@media all and (max-width: 640px) {
  .formBg .block_agree {
    font-size: 1.1em;
  }
}
.formBg .block_agree .txt_agree {
  line-height: 180%;
  margin-bottom: 15px;
}
.formBg .block_agree .check_agree {
  text-align: center;
}
.formBg .block_agree input[type="checkbox"] {
  margin: 5px;
}
.formBg .btn_about {
  text-align: center;
  width: 90%;
  max-width: 270px;
  margin: 50px auto 0;
}
@media all and (max-width: 640px) {
  .formBg .btn_about {
    max-width: inherit;
    margin-top: 30px;
  }
}
.formBg .btn_about > a {
  display: block;
  box-sizing: border-box;
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(to right, #33ccff, #0099cc);
  color: #fff;
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .formBg .btn_about > a {
    font-size: 18px;
  }
}

.formBg > section {
  margin: 0 0 30px;
}

.formBg > section h4 {
  font-weight: bold;
  font-size: 1.4em;
  margin: 0 0 20px;
  padding: 8px 15px;
  line-height: 1.4;
}

.formBg > section h4.ora {
  background-color: #fad2a9;
}

.formBg > section h4.blu {
  background-color: #c7dcf2;
}

.formBg > section h4.gree {
  background-color: #e0e7ae;
}

.formBg > section > div {
  font-size: 1.25em;
}

.formBg input[type="text"] {
  box-sizing: border-box;
  margin: 8px 0;
  padding: 4px;
}

.formBg input[type="tel"] {
  box-sizing: border-box;
  margin: 8px 0;
  padding: 4px;
}

.formBg input[type="email"] {
  box-sizing: border-box;
  margin: 8px 0;
  padding: 4px;
}

.formBg input[type="radio"] {
  margin: 5px;
}

.formBg textarea {
  box-sizing: border-box;
  padding: 4px;
}

.formBg label {
  display: inline-block;
  margin: 5px;
}

.formTemp1 > div {
  margin: 0 0 20px;
}

.formTemp1 > div.clearfix {
  height: auto;
}

.formTemp1 > div > div {
  width: calc(50% - 20px);
}

.formTemp1 > div > div:nth-child(1) {
  float: left;
}

.formTemp1 > div > div:nth-child(2) {
  float: right;
}

.formTemp1 > div > div p span {
  font-size: 0.7em;
}

.borderBtm {
  border-bottom: 2px solid #494949;
}

.formAcc div label {
  margin-right: 15px;
}

.formCar div span {
  font-size: 0.8em;
  margin-left: 10px;
}

.sizeXL {
  width: 100% !important;
}

.sizeL {
  width: 70% !important;
}

.sizeM {
  width: 45% !important;
}

.sizeS {
  width: 20% !important;
}

.sizeXS {
  width: 12% !important;
}

.vl007 {
  width: calc(50% - 20px) !important;
}
@media all and (max-width: 640px) {
  .vl007 {
    width: 100% !important;
  }
}

.submitArea {
  text-align: center;
  font-size: 1.25em;
}
.submitArea .ttl_privacy {
  font-weight: bold;
  max-width: 800px;
  border: 1px solid #494949;
  padding: 15px !important;
  margin: 0 auto;
}
.submitArea .box_privacy {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  line-height: 180%;
  padding: 30px 0;
}
.submitArea .box_privacy p > a {
  color: #00A0E9;
  text-decoration: underline;
}
.submitArea input[type="checkbox"] {
  margin: 5px;
}

.submitArea > p:first-child {
  line-height: 180%;
  padding-bottom: 30px;
}

.submitArea > div {
  padding: 50px 0;
}

.btn_submit {
  cursor: pointer;
  background-color: #595757;
  color: #fff;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  font-size: 1.1em;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 13px 50px;
  border: 2px solid #494949;
}

.btn_submit:hover {
  background-color: #0099cc;
}

.submitArea > p:last-child {
  font-size: 1.3em;
  line-height: 150%;
}

/*-----------------------------------

common

-----------------------------------*/
.tt,
.tt5 {
  display: none;
}

/* PC */
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  .present > div {
    width: 970px;
  }
}
/* Tablet */
@media screen and (max-width: 768px) {
  html {
    font-size: 6.25%;
  }

  body {
    font-size: 14rem;
  }

  div, p, span, address, header, hgroup, footer, section, article, aside, nav, ul, ol, li, dl, dt, dd, figure, figcaption {
    box-sizing: border-box;
  }

  #wrapper img {
    width: 100%;
  }

  .pc {
    display: none;
  }
}
/* SP縦以外 */
@media screen and (min-width: 641px) {
  /*SP縦以外を表示*/
  .ta {
    display: block;
  }
}
/* SP縦向き */
@media screen and (max-width: 640px) and (orientation: portrait) {
  .tt {
    display: block;
  }

  /*SP縦以外を表示*/
  .ta {
    display: none;
  }
}
/* iphone5 */
@media screen and (max-width: 330px) and (orientation: portrait) {
  .tt5 {
    display: block;
  }
}
/* エラーメッセージ
-------------------------------------------------*/
.formLayout #errorMessage {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 30px auto 0;
  background: #FFF;
  border: 3px solid #f00;
  padding: 10px;
  color: #E40701;
}

/* 画面別表示/非表示
-------------------------------------------------*/
.formLayout.input_now .display_check,
.formLayout.check_now .display_input {
  display: none;
}

/*-----------------------------------

result

-----------------------------------*/
.result {
  padding: 80px 0;
}
@media all and (max-width: 640px) {
  .result {
    padding: 50px 0;
  }
}
.result .block_ttl {
  display: flex;
  justify-content: center;
}
.result .block_ttl .ttl_result {
  font-size: 36px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  .result .block_ttl .ttl_result {
    font-size: 22px;
  }
}
.result .block_ttl .txt_count {
  width: 140px;
  flex-shrink: 0;
}
@media all and (max-width: 640px) {
  .result .block_ttl .txt_count {
    width: 100px;
    margin-right: 10px;
  }
}
@media all and (max-width: 480px) {
  .result .block_ttl .txt_count {
    width: 80px;
    margin-right: 5px;
  }
}
.result .block_intro {
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  display: flex;
  gap: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
@media all and (max-width: 640px) {
  .result .block_intro {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.result .block_intro .copy_intro {
  font-size: 18px;
  line-height: 1.6;
}
@media all and (max-width: 640px) {
  .result .block_intro .copy_intro {
    font-size: 15px;
  }
}
.result .block_intro .img_intro {
  width: 380px;
  flex-shrink: 0;
}
@media all and (max-width: 640px) {
  .result .block_intro .img_intro {
    width: 280px;
  }
}
@media all and (max-width: 480px) {
  .result .block_intro .img_intro {
    width: 100%;
    max-width: 280px;
  }
}
.result .block_news {
  margin-top: 40px;
  box-sizing: border-box;
  padding: 15px;
  background: #F08200;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px 20px;
}
@media all and (max-width: 640px) {
  .result .block_news {
    flex-direction: column;
  }
}
.result .block_news .txt_news {
  font-size: 32px;
  line-height: 1.6;
}
@media all and (max-width: 640px) {
  .result .block_news .txt_news {
    font-size: 20px;
  }
}
.result .block_news .img_news {
  text-align: center;
}
@media all and (max-width: 640px) {
  .result .block_news .img_news {
    max-width: 120px;
    margin: 0 auto;
  }
}
.result .block_photo {
  margin-top: 40px;
}
@media all and (max-width: 640px) {
  .result .block_photo {
    margin-top: 30px;
  }
}
.result .block_photo img {
  width: 100%;
  max-width: none;
}
.result .block_photo .main_photo {
  border-radius: 10px;
  overflow: hidden;
}
.result .block_photo .list_photo {
  display: flex;
  justify-content: space-between;
}
.result .block_photo .list_photo > li {
  width: 49%;
  border-radius: 10px;
  overflow: hidden;
}
.result .block_photo .txt_photo {
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  margin-top: 10px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.6;
}
@media all and (max-width: 640px) {
  .result .block_photo .txt_photo {
    font-size: 15px;
  }
}
.result .block_summary {
  margin-top: 40px;
  box-sizing: border-box;
  padding: 20px;
  border: 5px solid #33ccff;
  border-radius: 10px;
  background: #fff;
  font-size: 18px;
  line-height: 1.6;
}
@media all and (max-width: 640px) {
  .result .block_summary {
    font-size: 15px;
    margin-top: 30px;
  }
}
.result .block_voice {
  margin-top: 60px;
}
@media all and (max-width: 640px) {
  .result .block_voice {
    margin-top: 40px;
  }
}
.result .block_voice .ttl_voice {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #33ccff;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 1em;
}
@media all and (max-width: 640px) {
  .result .block_voice .ttl_voice {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.result .block_voice .ttl_voice::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1.2em;
  background: #33ccff;
  transform: rotate(-35deg);
}
.result .block_voice .ttl_voice::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1.2em;
  background: #33ccff;
  transform: rotate(35deg);
}
