﻿@charset "UTF-8";
.right {
  float: right;
}
body.frame {
  margin: 0;
  padding: 0;
  text-align: center;
}
.container {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}
.pc {
  display: inline-block;
}
.pc2 {
  display: block;
}
.sp, .sp2 {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.4vw;
    line-height: 180%;
    -webkit-text-size-adjust: 100%; /* for iOS */
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    background: #fff;
  }
  .pc, .pc2 {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .sp2 {
    display: block;
  }
}
/*header----------------------------------------*/
.header {
  margin: 0 auto;
  width: 100%;
  height: 800px;
}
.header_frame {
  margin: 0 auto;
  width: 100%;
  height: 540px;
}
.header div.nav, .header_frame div.nav {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.header div.nav .h1_logo, .header_frame div.nav .h1_logo {
  position: absolute;
  top: 15px;
  left: 10px;
}
.header div.nav .h1_logo img, .header_frame div.nav .h1_logo img {
  transition: 0.2s linear;
}
.header div.nav .h1_logo img:hover, .header_frame div.nav .h1_logo img:hover {
  transition: 0.2s linear;
  opacity: 0.8;
}
.header div.nav ul {
  position: absolute;
  top: 25px;
  right: 30px;
}
.header div.nav ul li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
  font-family: Century Gothic, sans-serif;
  font-size: 12px;
}
.header div.nav ul li small {
  padding: 5px;
  font-size: 10px;
}
.header div.nav ul li:nth-of-type(3) a {
  color: #ffffff;
  background: #ffc340;
  padding: 1em 1em;
  border-radius: 0.2em;
  color: #000;
}
.header div.nav ul li a {
  text-decoration: none;
  transition: 0.2s linear;
}
.header div.nav ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.header div.header_top {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  background-image: url("../img/main_img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header_frame div.header_top {
  width: 100%;
  height: 440px;
  margin: 0 auto;
  background-image: url("../img/main_com_img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header div.header_top h1, .header_frame div.header_top h1 {
  margin: 0;
  padding: 150px 0 0 15%;
  box-sizing: border-box;
  text-align: left;
  font-size: 50px;
  line-height: 120%;
  font-weight: normal;
  color: #ffffff;
  font-family: Century Gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.2s linear;
}
.header div.header_box {
  margin: 0;
  padding: 100px 0 0 15%;
  box-sizing: border-box;
  text-align: left;
  transition: 0.2s linear;
}
.header div.header_box div {
  display: inline-block;
  margin: 20px 40px 0 0;
  padding: 10px;
  width: 200px;
  height: 200px;
  vertical-align: top;
  transition: 0.2s linear;
}
.header div.header_box_1 {
  background: #ffc340 url(../img/kensaku.png) center center / cover no-repeat;
}
.header div.header_box_2 {
  background: #ffc340 url(../img/hiquqlity.png) center center / cover no-repeat;
}
.header div.header_box_3 {
  background: #ffc340 url(../img/lowcost.png) center center / cover no-repeat;
}
.header div.header_box h3 {
  font-size: 20px;
  text-align: center;
  font-family: Century Gothic, sans-serif;
}
.header div.header_box h3 small {
  font-size: 10px;
}
.header div.header_box h4 {
  font-size: 16px;
  text-align: center;
  font-family: Century Gothic, sans-serif;
}
.header div.header_bottom {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #008080;
}
.header div.header_bottom h1 {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  font-family: Century Gothice, sans-serif;
}
@media (max-width: 1000px) and (min-width: 769px) {
  .header div.header_top h1, .header_frame div.header_top h1 {
    padding: 150px 0 0 5%;
  }
  .header div.header_box {
    padding: 100px 0 0 5%;
  }
  .header div.header_box div {
    margin: 20px 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .header, .header_frame {
    width: 100%;
    height: auto;
  }
  .header div.nav, .header_frame div.nav {
    width: 100%;
    height: 3.5em;
    overflow: hidden;
  }
  .header div.h1_logo, .header_frame div.h1_logo {
    width: 20%;
    text-align: left;
    top: 1%;
    left: 2%;
  }
  .header div.h1_logo img, .header_frame div.h1_logo img {
    width: 100%;
    height: auto;
  }
  .header div.nav ul {
    width: 84%;
    margin: 0;
    padding: 0;
    text-align: right;
    float: right;
    top: 1em;
    right: 2%;
  }
  .header div.nav ul li {
    font-size: 2.2vw;
    margin: 0 0 0 2%;
    padding: 0;
  }
  .header div.nav ul li.pconly {
    display: none;
  }
  .header div.nav ul li small {
    padding: 0;
    font-size: 80%;
  }
  .header div.nav ul li:nth-of-type(3) {
    text-align: center;
  }
  .header div.nav ul li:nth-of-type(3) a {
    padding: 0.5em 2em;
    font-size: 3.2vw;
  }
  .header div.header_top, .header_frame div.header_top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: none;
  }
  .header div.header_top h1, .header_frame div.header_top h1 {
    width: 100%;
    margin: 0;
    padding: 20% 0 15% 5%;
    box-sizing: border-box;
    font-size: 7.0vw;
    line-height: 120%;
    background: url("../img/main_img.jpg") center center / cover no-repeat;
  }
  .header.frame h1 {
    padding-top: 20px;
  }
  .header div.header_box {
    margin: 0 auto 0;
    padding: 0;
  }
  .header div.header_box div {
    width: 100%;
    height: auto;
    background-size: 15%;
    background-position: left;
    margin: 0;
    padding: 0;
  }
  .header div.header_box div br {
    display: none;
  }
  .header div.header_bottom {
    margin: 0 auto 0;
    padding: 3% 0;
    width: 100%;
  }
  .header div.header_bottom h1 {
    font-size: 3.5vw;
  }
  .header div.header_box h3 {
    margin: 0;
    padding-top: 15px;
    font-size: 4.0vw;
  }
  .header div.header_box h4 {
    margin: 0;
    padding: 5;
    font-size: 3.0vw;
  }
}
/* #section1----------------------------------------------------------- */
.section1 {
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
}
.section1 h2 {
  font-size: 40px;
  line-height: 140%;
  font-family: Century Gothic, sans-serif;
  font-style: bold;
  margin-top: 30px;
  padding: 50px;
}
.section1 .flow_cont {
  width: 100%;
  height: 300px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.section1 .flow_cont .flow_cont_innner {
  display: table;
}
.section1 .flow_1 {
  display: flex;
  height: 100px;
  padding: 0 20px;
  align-items: flex-start;
  line-height: 50px;
}
.section1 .flow_2 {
  display: flex;
  height: 100px;
  padding: 20px;
  align-items: flex-start;
  line-height: 70px;
}
.section1 .flow_cont div .flow_left {
  display: block;
  width: 75px;
}
.section1 .flow_cont div .flow_left .flow_check {
  margin: 0;
  padding: 0;
  height: 50px;
  position: relative;
}
.section1 .flow_cont div .flow_left .flow_check .check {
  position: relative;
  top: -80px;
  right: 0;
  overflow: hidden;
}
.section1 .flow_img {
  margin: 0 auto;
  width: 100%;
  display: inline;
  cursor: pointer;
  border: none;
}
.section1 .flow_img img:hover {
  opacity: 0.6;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.section1 .flow-img a {
  text-decoration: none;
}
.section1 h3 {
  display: block;
  margin-right: auto;
  font-size: 20px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  color: #008080;
  font-family: Century Gothic, sans-serif;
  padding-left: 20px;
  line-height: 20px;
}
/*for IE6 */
.section1 h3 {
  display: inline;
  zoom: 1;
}
.section1 h3 small {
  font-size: 15px;
  color: #000000;
  line-height: 0;
  margin: -30;
}
@media screen and (max-width: 768px) {
  .section1 {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .section1 .flow_cont {
    display: block;
  }
  .section1 h2 {
    margin: 20px auto;
    padding: 0;
    font-size: 7.0vw;
  }
  .section1 h3 {
    font-size: 4.5vw;
  }
  .section1 h3 small {
    font-size: 3.0vw;
  }
  .section1 div.flow_cont .flow_img {
    width: 100%;
    height: auto;
  }
  .section1 div.flow_cont.flow_img:last-child {
    display: none;
  }
}
/* #section2----------------------------------------------------------- */
.section2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  background: #ffc340 url("../img/yabk_img.gif") no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  position: relative;
}
.section2 div.cont_box {
  position: rabsolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.section2 div.cont_box div {
  margin: 20px;
  padding: 20px;
  width: 300px;
  height: 260px;
  object-fit: contain;
  align-self: center;
}
.section2 div.cont_box .box_1 {
  background: url(../img/yafront_img.gif) center center / cover no-repeat;
}
.section2 div.cont_box .box_2 {
  background: url(../img/yafront_img.gif) center center / cover no-repeat;
}
.section2 div.cont_box .box_3 {
  background: url(../img/yafront_img.gif) center center / cover no-repeat;
}
.section2 div.cont_box h3 {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  font-family: Century Gothic, sans-serif;
}
.section2 div.cont_box h4 {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-family: Century Gothic, sans-serif;
}
.section2 .point h2 {
  text-align: center;
  font-size: 40px;
  line-height: 160%;
  font-weight: bold;
  font-family: Century Gothic, sans-serif;
}
.section2 .point h3 {
  margin-top: 30px;
  text-align: center;
  font-size: 25px;
  color: #AD2A1A;
  font-weight: bold;
  font-family: Century Gothic, sans-serif;
}
.section2 .point2 h4 {
  margin: auto;
  padding-top: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 160%;
  font-weight: bold;
  font-family: Century Gothic, sans-serif;
}
@media screen and (max-width: 768px) {
  .section2 {
    width: 100% height:auto;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    background-size: contain;
  }
  .section2 .point h2 {
    padding-top: 10px;
    font-size: 7vw;
  }
  .section2 div.cont_box {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .section2 div.cont_box div {
    margin: 5px auto;
  }
  .section2 .point h3 {
    margin: 10 auto;
    font-size: 6vw;
  }
  .section2 .point2 h4 {
    margin: 0 auto;
    padding: 5px 20px;
    font-size: 3.5vw;
  }
  .section2 .point2 h4 br {
    display: none;
  }
}
/* #section3----------------------------------------------------------- */
.section3 {
  width: 100%;
  margin: 0 auto;
  padding: 50px 60px;
  background-image: url("../img/samplebk.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
}
.section3 div {
  display: block;
  padding: 0.5em 0.9em;
  margin: 2em auto;
  width: 40%;
  border: solid 5px #808080;
  background: #ffffff;
}
.section3 h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  line-height: 100%;
  font-weight: bold;
  font-family: Century Gothic, sans-serif;
}
.section3 h3 {
  margin-top: 10px;
  font-size: 20px;
  font-family: Century Gothic, sans-serif;
}
.section3 h4 {
  font-size: 20px;
  font-weight: normal;
  font-family: Century Gothic, sans-serif;
}
.section3 h5 {
  font-size: 15px;
  font-family: Century Gothic, sans-serif;
  font-weight: normal;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .section3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #e4f4f4 url(../img/samplebk.jpg) center center / cover no-repeat;
  }
  .section3 div {
    width: 100%;
    margin: 10px -20px;
  }
  .section3 h2 {
    font-size: 5.8vw;
  }
  .section3 h3 {
    font-size: 5.6vw;
  }
  .section3 h4 {
    font-size: 3.6vw;
  }
  .section3 h5 {
    font-size: 2.6vw;
  }
}
/* #section4----------------------------------------------------------- */
.section4 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.section4 div.simulator_flow {
  width: 70%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
}
div.simulator_flow dl, div.simulator_flow dt, div.simulator_flow dd {
  box-sizing: border-box;
}
div.simulator_flow dl {
  width: 60%;
  margin: 10px auto;
}
div.simulator_flow dt {
  width: 30%;
  margin: 0;
  padding: 12px 10px 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  border: 2px solid #ffc340;
  float: left;
  background: #ffc340;
}
div.simulator_flow dd {
  margin: 0 0 0 20%;
  width: 80%;
  padding: 0px 5px 6px;
  font-size: 14px;
  box-sizing: border-box;
}
.section4 div.simulator_flow select {
  width: 80%;
  height: 46px;
  padding: 0px 5px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/ya.png) 97% center no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
}
.section4 img {
  object-fit: contain;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}
.section4 .simulator_flow_3_box {
  margin: 20px auto;
  width: 35%;
  height: 40%;
  background-color: #00CED1;
  padding: 30px;
}
.section4 .simulator_flow_3_box p {
  width: 60%;
  height: 40px;
  padding: 20px;
  margin: auto;
  background: #ffffff;
}
.section4 .simulator_flow_3_box input {
  border: solid 0px;
  width: 80%;
  margin: auto;
  font-size: 20px;
  padding-bottom: 0.5em;
  line-height: 200%;
  font-weight: bold;
  text-align: center;
}
.section4 h2 {
  margin: 40px auto 20px;
  font-family: Century Gothic, sans-serif;
  font-size: 40px;
  line-height: 160%;
  font-weight: bold;
  color: #000;
}
.section4 h3 {
  font-family: Century Gothic, sans-serif;
  margin: 20px auto 0;
  color: #ffffff;
  font-size: 27px;
  line-height: 140%;
  font-weight: normal;
  font-weight: 400;
}
.section4 h4 {
  margin: 0 23%;
  text-align: left;
  font-family: Century Gothic, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-weight: 400;
}
.section4 h5 {
  font-size: 12px;
  text-align: left;
  color: #ffffff;
  font-weight: normal;
  line-height: 140%;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .section4 {
    width: 100%;
    margi: 0 auto;
  }
  .section4 h2 {
    font-size: 6.0vw;
  }
  .section4 h3 {
    padding-top: 25px;
    font-size: 5.0vw;
  }
  .section4 h4 {
    font-size: 3.0vw;
  }
  .section4 h5 {
    font-size: 2vw;
  }
  .section4 div.simulator_flow {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: inline;
  }
  div.simulator_flow dl {
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
  }
  div.simulator_flow dt {
    width: 30%;
    margin: 1% auto 0;
    padding: 1% 2%;
    font-size: 2.8vw;
  }
  div.simulator_flow dd {
    margin: 0 0 0 30%;
    width: 65%;
    padding: 2% 2%;
    font-size: 2.8vw;
  }
  .section4 div.simulator_flow select {
    width: 100%;
    height: 2.5em;
    padding: 2% 3%;
    font-size: 2.8vw;
  }
  .section4 img {
    margin: 0 auto;
    padding: 0;
    transform: rotate(90deg);
  }
  .section4 .simulator_flow_3_box {
    width: 100%;
    height: auto;
    margin: -20px auto;
    padding: 0 0 10%;
    text-align: center;
  }
  .section4 .simulator_flow_3_box input {
    margin: 0 auto;
    padding: 2% auto;
    font-size: 8.0vw;
    padding-bottom: 0;
  }
  .section4 .simulator_flow_3_box p {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0 8%;
  }
  .section4 h3 {
    margin: 20px auto 0;
    color: #ffffff;
    font-size: 7.0vw;
    line-height: 140%;
  }
  .section4 h5 {
    font-size: 4.0vw;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    line-height: 140%;
    padding: 3%;
  }
}
/* bosyuform----------------------------------------------------------- */
.bosyuform {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 60px;
  background-color: #fff;
  box-sizing: border-box;
}
.bosyuform h2 {
  font-size: 40px;
  line-height: 160%;
  color: #252525;
  font-family: Century Gothic, sans-serif;
  font-weight: 400;
  font-style: bold;
}
div.bosyuform1 {
  width: 800px;
  margin: 30px auto 0;
}
div.bosyuform1 p {
  font-size: 14px;
  line-height: 180%;
  text-align: left;
}
div.bosyuform1 p span {
  color: #f01165;
}
div.cont_tbl {
  margin: 10px auto 0;
  padding: 0 0 10px;
  box-sizing: border-box;
}
div.cont_tbl dl, div.cont_tbl dt, div.cont_tbl dd {
  box-sizing: border-box;
}
div.cont_tbl dl {
  width: 100%;
  margin: 10px auto 0;
  border-bottom: 1px dotted #fff;
  background: #ececec;
}
div.cont_tbl dt {
  width: 30%;
  margin: 0;
  padding: 12px 10px 8px;
  font-size: 14px;
  line-height: 160%;
  font-weight: bold;
  text-align: left;
  border-top: 2px solid #fff;
  float: left;
}
div.cont_tbl dd {
  margin: 0 0 0 30%;
  padding: 10px 15px 8px;
  font-size: 14px;
  line-height: 160%;
  text-align: left;
  border-top: 2px solid #fff;
  border-left: 5px solid #fff;
  background: #f9f9f9
}
div.cont_tbl dd:after {
  content: '';
  display: block;
  clear: both;
}
div.cont_tbl dt span {
  color: #f01165;
}
div.cont_tbl dt small {
  font-size: 12px;
  line-height: 160%;
}
div.cont_tbl dd small {
  display: block;
  margin: 5px 0 0;
}
div.cont_tbl dd span.caution {
  color: #f01165;
}
div.cont_tbl dd strong {
  display: block;
}
div.cont_tbl dd strong:nth-of-type(n+2) {
  clear: both;
  padding: 10px 0 0;
}
div.cont_tbl dd label, div.cont_tbl div.privacy_check label {
  margin: 0;
  padding: 2px 0;
  font-size: 14px;
  line-height: 160%;
}
div.cont_tbl dd div.checkbox_list {
  width: 100%;
}
div.cont_tbl dd div.checkbox_list p {
  width: 30%;
  float: left;
}
div.cont_tbl dd input[type=checkbox] {
  margin: 10px 10px 10px 0;
  width: 15px;
  height: 15px;
  vertical-align: -2px;
}
div.cont_tbl div.privacy_check input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  vertical-align: -2px;
}
dd.red {
  color: #8C2300;
}
/* 確認ページ料金シュミレーター部分 */
div.cont_tbl_sim dl, div.cont_tbl_sim dt, div.cont_tbl_sim dd, div.cont_tbl_sim2 dl, div.cont_tbl_sim2 dt, div.cont_tbl_sim2 dd {
  box-sizing: border-box;
}
div.cont_tbl_sim dl {
  width: 100%;
  margin: 10px auto 0;
  border-bottom: 1px solid #fff;
  background: #ffe09a;
}
div.cont_tbl_sim dt {
  width: 30%;
  margin: 0;
  padding: 12px 10px 8px;
  font-size: 14px;
  line-height: 160%;
  font-weight: bold;
  text-align: left;
  border-top: 2px solid #fff;
  float: left;
}
div.cont_tbl_sim dd {
  margin: 0 0 0 30%;
  padding: 10px 15px 8px;
  font-size: 14px;
  line-height: 160%;
  text-align: left;
  border-top: 2px solid #fff;
  border-left: 5px solid #fff;
  background: #f9f9f9
}
div.cont_tbl_sim dd:after {
  content: '';
  display: block;
  clear: both;
}
div.cont_tbl_sim2 dl {
  width: 100%;
  margin: 0 auto 0;
  border-bottom: 1px solid #fff;
  background: #ffc440;
}
div.cont_tbl_sim2 dt {
  width: 30%;
  margin: 0;
  padding: 12px 10px 8px;
  font-size: 14px;
  line-height: 160%;
  font-weight: bold;
  text-align: left;
  border-top: 2px solid #fff;
  float: left;
}
div.cont_tbl_sim2 dd {
  margin: 0 0 0 30%;
  padding: 10px 15px 8px;
  font-size: 14px;
  line-height: 160%;
  text-align: left;
  border-top: 2px solid #fff;
  border-left: 5px solid #fff;
  background: #f9f9f9
}
div.cont_tbl_sim2 dd:after {
  content: '';
  display: block;
  clear: both;
}
#name, #kana, #tel, #company {
  width: 80%;
  padding: 3px;
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  border: 1px solid #DDD;
  background: #fff;
  box-sizing: border-box;
}
#email, #address, #saiyouyoteimessage {
  width: 100%;
  padding: 3px;
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  border: 1px solid #DDD;
  background: #fff;
  box-sizing: border-box;
}
#message {
  width: 100%;
  height: 200px;
  padding: 3px;
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  border: 1px solid #DDD;
  background: #fff;
  box-sizing: border-box;
}
#saiyouyotei_message {
  width: 100%;
  height: 100px;
  padding: 3px;
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  border: 1px solid #DDD;
  background: #fff;
  box-sizing: border-box;
}
#contact_btn {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
div.form_btn1 {
  display: inline-block;
  margin: 5px auto;
}
div.form_btn1 button {
  display: block;
  width: 340px;
  font-size: 20px;
  padding: 15px 0;
  background: #ffc440;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
}
div.form_btn1 button:hover {
  text-decoration: none;
  opacity: 0.8;
}
div.form_btn2 {
  display: inline-block;
  margin: 5px auto;
}
div.form_btn2 button {
  display: block;
  width: 340px;
  font-size: 20px;
  padding: 15px 0;
  background: #a49881;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
}
div.form_btn2 button:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .bosyuform {
    width: 100%;
    margin: 0 auto;
    padding: 30px 5% 50px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .bosyuform h2 {
    font-size: 7.0vw;
    line-height: 160%;
  }
  div.bosyuform1 {
    width: 100%;
    margin: 20px auto 0;
  }
  div.bosyuform1 p {
    font-size: 3.4vw;
  }
  div.cont_tbl {
    margin: 10px auto 0;
    padding: 0 0 10px;
    box-sizing: border-box;
  }
  div.cont_tbl dl, div.cont_tbl dt, div.cont_tbl dd {
    box-sizing: border-box;
  }
  div.cont_tbl dl {
    width: 100%;
    margin: 0 auto 0;
    text-align: left;
    border-bottom: none;
    background: none;
  }
  div.cont_tbl dt {
    width: 100%;
    margin: 0;
    padding: 2% 2% 2%;
    font-size: 3.8vw;
    line-height: 160%;
    background: #ececec;
    border-top: 3px solid #fff;
    float: none;
  }
  div.cont_tbl dd {
    width: 100%;
    margin: 0;
    padding: 2% 2% 2%;
    font-size: 3.6vw;
    line-height: 160%;
    border-top: 2px solid #fff;
    border-left: none;
    float: none;
  }
  div.cont_tbl dt small {
    font-size: 2.8vw;
  }
  div.cont_tbl dd label, div.cont_tbl div.privacy_check label {
    margin: 0;
    padding: 2px 0;
    font-size: 3.6vw;
    line-height: 160%;
  }
  div.cont_tbl dd div.checkbox_list {
    width: 100%;
  }
  div.cont_tbl dd div.checkbox_list p {
    width: 48%;
    float: left;
  }
  div.cont_tbl dd input[type=checkbox] {
    margin: 10px 10px 10px 0;
    width: 18px;
    height: 18px;
    vertical-align: -2px;
  }
  div.cont_tbl div.privacy_check input[type=checkbox] {
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    vertical-align: -2px;
  }
  #name, #kana, #tel, #email, #address, #saiyouyoteimessage {
    width: 100%;
    padding: 2%;
    font-size: 3.8ve;
    font-family: Century Gothic, sans-serif;
  }
  #message {
    width: 100%;
    height: 200px;
    padding: 2%;
    font-size: 3.8vw;
    font-family: Century Gothic, sans-serif;
    border: 1px solid #DDD;
  }
  /* 確認ページ料金シュミレーター部分 */
  div.cont_tbl_sim dl {
    width: 100%;
    margin: 0 auto 0;
    text-align: left;
    border-bottom: none;
    background: none;
  }
  div.cont_tbl_sim dt {
    width: 100%;
    margin: 0;
    padding: 2% 2% 2%;
    font-size: 3.8vw;
    line-height: 160%;
    background: #ffe09a;
    border-top: 3px solid #fff;
    float: none;
  }
  div.cont_tbl_sim dd {
    width: 100%;
    margin: 0;
    padding: 2% 2% 2%;
    font-size: 3.6vw;
    line-height: 160%;
    border-top: 2px solid #fff;
    border-left: none;
    float: none;
  }
  div.cont_tbl_sim2 dl {
    width: 100%;
    margin: 0 auto 0;
    text-align: left;
    border-bottom: none;
    background: none;
  }
  div.cont_tbl_sim2 dt {
    width: 100%;
    margin: 0;
    padding: 2% 2% 2%;
    font-size: 3.8vw;
    line-height: 160%;
    background: #ffc440;
    border-top: 3px solid #fff;
    float: none;
  }
  div.cont_tbl_sim2 dd {
    width: 100%;
    margin: 0;
    padding: 2% 2% 2%;
    font-size: 3.6vw;
    line-height: 160%;
    border-top: 2px solid #fff;
    border-left: none;
    float: none;
  }
  #contact_btn {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
  }
  div.form_btn1, div.form_btn2 {
    width: 100%;
    display: inline-block;
    margin: 5px auto;
  }
  div.form_btn1 button {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: Century Gothic, sans-serif;
    margin: 0 auto;
    padding: 4% 0;
  }
  div.form_btn2 button {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: Century Gothic, sans-serif;
    margin: 0 auto;
    padding: 4% 0;
  }
}
.doui {
  border: 1px solid #c8c8c8;
  padding: 5px;
  width: 750px;
  margin: 30px auto 10px;
  height: 200px;
  font-size: 14px;
  line-height: 160%;
  text-align: left;
  overflow: auto;
  box-sizing: border-box;
}
.doui p {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .doui {
    padding: 3% 4%;
    box-sizing: border-box;
    width: 100%;
    font-size: 3.0vw;
    margin: 20px auto 10px;
  }
  .doui p {
    margin-bottom: 1em;
  }
}
/********************
	pege top
*******************/
#Page_top {
  display: none;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 30px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
#Page_top.stop {
  position: absolute;
  bottom: auto;
  top: 15px;
}
#Page_top a {
  position: absolute;
  content: "";
  right: 10px;
  top: -50px;
  width: 56px;
  height: 56px;
  background: url("../images/totop_01.png");
  background-size: contain;
}
#Page_top a:hover {
  background: url("../images/totop_02.png");
  background-size: contain;
}
/********************
	footer
*******************/
#footer {
  width: 100%;
  min-width: 1100px;
  margin: 10px auto 0;
  padding: 15px 0 0;
  box-sizing: border-box;
  background: url("../images/footer_bg.png") repeat;
  color: #fff;
  position: relative;
}
#footer div.footer_in {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 15px 55px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#footer div.footer_in div.logo {
  margin: 0;
  padding: 5px 85px 5px 5px;
  box-sizing: border-box;
  vertical-align: top;
}
#footer div.footer_in div.logo img {
  transition: 0.2s linear;
}
#footer div.footer_in div.logo img:hover {
  transition: 0.2s linear;
  opacity: 0.8;
}
#footer div.footer_in div.footer_nav {
  display: inline-block;
  margin: 0;
  padding: 5px 20px 5px;
  box-sizing: border-box;
  vertical-align: top;
}
#footer div.footer_in div.footer_nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: start;
}
#footer div.footer_in div.footer_nav ul li.footer_nav-item {
  list-style: none;
  margin-bottom: 1.2em;
}
#footer div.footer_in div.footer_nav ul li.footer_nav-item a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}
#footer div.footer_in div.footer_nav ul li.footer_nav-item a:hover {
  border-bottom: 2px #fff solid;
}
#footer div.footer_in div.footer_link {
  margin: 0 0 0 auto;
  padding: 5px 70px;
  box-sizing: border-box;
  vertical-align: top;
}
#footer div.footer_in div.footer_link ul {
  width: 344px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 0;
}
.footer_link-item {
  border: 2px solid #fff;
  width: 344px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(75, 130, 182, 0.3);
  margin: 0 0 15px;
  background-image: url(../images/window.png);
  background-repeat: no-repeat;
  background-position: top 10% right 2%;
  background-size: 20px;
}
.footer_link-item:hover {
  background-color: #002140;
}
.footer_link-item a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
  width: 100%;
  height: 100%;
  line-height: 70px;
  text-align: center;
}
#footer .sns ul {
  display: flex;
  justify-content: center;
  margin: 35px auto 30px;
}
#footer .sns ul li {
  list-style: none;
  margin: 0 10px;
}
#footer .sns ul li img {
  transition: 0.2s linear;
  vertical-align: middle;
}
#footer .sns ul li a:hover img {
  transition: 0.2s linear;
  vertical-align: middle;
}
#footer p.copy {
  width: 100%;
  margin: 0 auto;
  font-size: 11px;
  line-height: 160%;
  color: #fff;
  background-color: #303030;
  text-align: center;
  padding: 1.5em 0;
}
@media screen and (max-width: 1099px) {
  #footer {
    width: 100%;
    min-width: 100%;
  }
  #footer div.footer_in div.logo {
    margin: 0;
    padding: 5px 3%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
  }
  #footer div.footer_in div.footer_nav {
    margin: 0;
    padding: 5px 3% 45px;
    box-sizing: border-box;
    vertical-align: top;
  }
  #footer div.footer_in div.footer_link {
    padding: 5px 3%;
    box-sizing: border-box;
    vertical-align: top;
  }
}
@media screen and (max-width: 960px) {
  #footer div.footer_in {
    display: block;
    padding: 20px 0 0;
  }
  #footer div.footer_in div.footer_nav {
    width: 100%;
    margin-top: 18.5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 18.75px;
    padding-bottom: 0;
  }
  #footer div.footer_in div.footer_nav ul {
    text-align: center;
  }
  #footer div.footer_in div.footer_nav ul li.footer_nav-item a {
    font-weight: normal;
    font-size: 1em;
    text-align: center;
  }
  #footer div.footer_in div.footer_link {
    padding-top: 20px;
  }
  #footer div.footer_in div.footer_link ul {
    width: 100%;
  }
  .footer_link-item a {
    font-weight: normal;
    font-size: 1em;
    line-height: 39.5px;
  }
  .footer_link-item {
    border: 1px solid #fff;
    width: 224px;
    height: 39.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 33, 64, 0.3);
    margin: 0 auto 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: url(../images/window.png);
    background-repeat: no-repeat;
    background-position: top 10% right 2%;
    background-size: 12px;
    text-align: center;
  }
  #footer .sns ul {
    margin: 20px auto 20px;
  }
}
@media screen and (max-width: 768px) {
  /********************
	pege top
*******************/
  #Page_top {
    width: 100%;
    display: none;
    margin: 0 auto;
    position: fixed;
    bottom: 8vw;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  #Page_top.stop {
    position: absolute;
    bottom: auto;
    top: 2vw;
  }
  #Page_top a {
    position: absolute;
    content: "";
    right: 1.6vw;
    top: -6.6vw;
    width: 50px;
    max-width: 13.3vw;
	    background: url("../images/totop_01.png") no-repeat;
  background-size: contain;
}
#Page_top a:hover {
  background: url("../images/totop_02.png")no-repeat;
  background-size: contain;
}

  #Page_top a img {
    max-width: 100%;
  }
  /********************
	footer
*******************/
  #footer {
    width: 100%;
    margin: 10px auto 0;
    padding: 2vw 0 0;
    box-sizing: border-box;
    background: url("../images/footer_bg.png") repeat;
    color: #fff;
    position: relative;
  }
  #footer img {
    vertical-align: middle;
  }
  #footer div.footer_in {
    width: 100%;
    margin: 0 auto;
    padding: 4vw 0;
  }
  #footer div.footer_in div.logo {
    margin: 0;
    padding: 0 1em;
    box-sizing: border-box;
    vertical-align: top;
  }
  #footer div.footer_in div.logo img {
    max-width: 25vw;
    transition: 0.2s linear;
  }
  #footer div.footer_in div.logo img:hover {
    transition: 0.2s linear;
    opacity: 0.8;
  }
  #footer div.footer_in div.footer_nav {
    display: block;
    box-sizing: border-box;
    vertical-align: top;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
  }
  #footer div.footer_in div.footer_nav ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: start;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 1em auto;
    padding-top: 1em;
  }
  #footer div.footer_in div.footer_nav ul li.footer_nav-item {
    list-style: none;
    margin-bottom: 1.2em;
    text-align: center;
  }
  #footer div.footer_in div.footer_nav ul li.footer_nav-item a {
    color: #fff;
    text-decoration: none;
    font-size: 3.73vw;
  }
  #footer div.footer_in div.footer_nav ul li.footer_nav-item a:hover {
    border-bottom: 2px #fff solid;
  }
  #footer div.footer_in div.footer_link {
    margin: 0 0 0 auto;
    padding: 0.5em 1em;
    box-sizing: border-box;
    vertical-align: top;
  }
  #footer div.footer_in div.footer_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
  }
  .footer_link-item {
    border: 1px solid #fff;
    width: 60vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 33, 64, 0.3);
    margin: 0 auto 3.2vw;
    background-image: url(../images/window.png);
    background-repeat: no-repeat;
    background-position: top 10% right 2%;
    background-size: 3.2vw;
  }
  .footer_link-item:hover {
    background-color: #002140;
  }
  .footer_link-item a {
    color: #fff;
    text-decoration: none;
    font-size: 3.73vw;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0.5em;
  }
  #footer .sns ul {
    display: flex;
    justify-content: center;
    margin: 0 auto 4vw;
  }
  #footer .sns ul li {
    list-style: none;
    margin: 0 1.6vw;
  }
  #footer .sns ul li img {
    transition: 0.2s linear;
    vertical-align: middle;
  }
  #footer .sns ul li a:hover img {
    transition: 0.2s linear;
    vertical-align: middle;
  }
  #footer p.copy {
    width: 100%;
    margin: 0 auto;
    font-size: 2.9vw;
    line-height: 1.6;
    color: #fff;
    background-color: #303030;
    text-align: center;
    padding: 1.5em 0;
  }
}



.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}