@charset "UTF-8";
body, html {
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}
body {
  margin: 0 auto;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: initial;
    min-width: auto;
  }
}
body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*online_lp---------------------------------*/
.online_lp, .online_lp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  letter-spacing: 0;
  list-style-type: none;
}
.online_lp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
}
.online_lp img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  transition: opacity .5s;
  line-height: 0;
}
.online_lp a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.online_lp p {
  font-size: 16px;
  line-height: 2.0;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .online_lp p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.online_lp h1, .online_lp h2, .online_lp h3, .online_lp h4, .online_lp h5, .online_lp h6 {
  color: #333333;
}
.online_lp .h_top {
  background-color: #2D3439;
  padding: 10px 0;
}
h2 {
  text-align: center;
  margin-top: 80px !important;
  color: #4CB6C2 !important;
  font-size: 40px !important;
}
@media screen and (max-width: 767px) {
  .online_lp .h_top {
    padding: 10px;
  }
}
.online_lp .h_top h1 {
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
}
.online_lp .wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .online_lp .wrap {
    width: 100%;
  }
  .hnav {
    border-bottom: 1px #ddd solid;
  }
}
.online_lp .hnav table {
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .online_lp .hnav table {
    width: 90%;
    margin: 0 auto 6px;
  }
}
.online_lp .hnav table td {
  width: 637px;
}
@media screen and (max-width: 767px) {
  .online_lp .hnav table td {
    width: 45%;
  }
}
.online_lp .hnav table td:nth-of-type(2) {
  width: 363px;
}
@media screen and (max-width: 767px) {
  .online_lp .hnav table td:nth-of-type(2) {
    width: 40%;
  }
}
.online_lp .ttl {
  background-color: #4CB6C2;
}
.online_lp .ttl p {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .online_lp .ttl p {
    font-size: 24px;
    line-height: 1.2em;
    padding: 10px;
  }
}
.online_lp .ttl p span {
  color: #FFFF99;
}
.online_lp .offer {
  padding: 10px;
}
.online_lp .offer.border {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #f4f4f4 3px, #f4f4f4 6px);
}
.online_lp .offer h4 {
  position: relative;
  display: inline-block;
  color: #FD8151;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .online_lp .offer h4 {
    font-size: 20px;
  }
}
.online_lp .offer h4:before, .online_lp .offer h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #FD8151;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.online_lp .offer h4:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.online_lp .offer h4:after {
  right: 0;
}
.online_lp .sec01 {
  background: url("../images/main_bg.jpg") center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.online_lp .sec02 .special {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .online_lp .sec02 .special {
    margin: 20px 0;
    padding: 15px;
  }
}
.online_lp .sec02 .special h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec02 .special h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.online_lp .sec02 .special h3 span {
  color: #FD8151;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec02 .special h3 span {
    font-size: 30px;
  }
}
.online_lp .sec02 .special ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 0px 80px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec02 .special ul {
    margin-bottom: 30px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .online_lp .sec02 .special ul li {
    width: 48%;
  }
  .online_lp .sec02 .special ul li:last-of-type {
    margin-top: 15px;
  }
}
.online_lp .sec02 .special h4 {
  color: #FD8151;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec02 .special h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.online_lp .sec02 .reconsider {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .online_lp .sec02 .reconsider {
    margin: 30px 0;
    padding: 15px;
  }
}
.online_lp .sec02 .reconsider h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec02 .reconsider h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.online_lp .sec02 .reconsider h3 span {
  background: linear-gradient(transparent 80%, #d8b978 80%);
}
.online_lp .sec02 .reconsider .box {
  border: solid 1px #999999;
  padding: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec02 .reconsider .box {
    padding: 10px;
  }
}
.online_lp .sec02 .reconsider .box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec02 .reconsider .box ul {
    padding: 0;
  }
}
.online_lp .sec02 .reconsider .box ul li {
  position: relative;
  width: 50%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  margin: 15px 0;
  padding-left: 40px;
}
.box2 {
  width: 100% !important;
}
.box3 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .online_lp .sec02 .reconsider .box ul li {
    width: 100%;
    font-size: 18px;
    margin: 10px 0;
  }
}
.online_lp .sec02 .reconsider .box ul li i {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 26px;
  height: 21px;
  background: url(../images/check_icon.png) center center no-repeat;
  background-size: auto 100%;
}
.online_lp .sec03 {
  background: url("../images/adviser_bg.jpg") center top;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec03 {
    background-color: #EDF8F9;
    background-image: url("../images/adviser_bg_sp.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10px;
  }
}
.online_lp .sec03 .title {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .online_lp .sec03 .title {
    padding: 20px 10px;
  }
}
.online_lp .sec03 .title h3 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec03 .title h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.online_lp .sec03 .title h3 span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec03 .title h3 span {
    font-size: 16px;
  }
}
.online_lp .sec03 .title p {
  width: 50%;
}
.online_lp .sec03 .box {
  background-color: #FFF;
  padding: 40px 30px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .online_lp .sec03 .box {
    margin: 10px;
    padding: 20px 10px;
  }
}
.online_lp .sec03 .box h4 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .online_lp .sec03 .box h4 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}
.online_lp .sec03 .box h4:before, .online_lp .sec03 .box h4:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #333333;
}
.online_lp .sec03 .box h4:before {
  margin-right: 10px;
}
.online_lp .sec03 .box h4:after {
  margin-left: 10px;
}
.online_lp .sec03 .box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec03 .box ul {
    padding: 0;
  }
}
.online_lp .sec03 .box ul li {
  width: 23%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec03 .box ul li {
    width: 47%;
  }
}
.online_lp .sec03 .box ul li .bg_orange {
  background-color: #FFF6EE;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec03 .box ul li .bg_orange {
    padding: 10px;
  }
}
.online_lp .sec03 .box ul li .bg_orange h5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec03 .box ul li .bg_orange h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.online_lp .sec04 {
  background-color: #FFFDF0;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec04 {
    padding-bottom: 10px;
  }
}
.online_lp .sec04 .title {
  padding: 60px 0 10px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec04 .title {
    padding: 30px 0 0;
  }
}
.online_lp .sec04 .title h3 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec04 .title h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.online_lp .sec04 .box {
  background-color: #FFF;
  padding: 40px 30px;
  margin-bottom: 30px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .online_lp .sec04 .box {
    margin: 20px 10px;
    padding: 15px;
  }
}
.online_lp .sec04 .box:last-of-type {
  margin-bottom: 0;
}
.online_lp .sec04 .box .innerwrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec04 .box .innerwrap {
    padding: 0;
  }
}
.online_lp .sec04 .box .innerwrap h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 0.5em;
  /*上下 左右の余白*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 4px #4CB6C2;
  /*左線*/
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec04 .box .innerwrap h4 {
    font-size: 18px;
    margin: 10px 0;
  }
}
.online_lp .sec04 .box .innerwrap .left {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .online_lp .sec04 .box .innerwrap .left {
    width: 100%;
    order: 2;
  }
  .online_lp .sec04 .box .innerwrap .left img {
    width: 100%;
  }
}
.online_lp .sec04 .box .innerwrap .right {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .online_lp .sec04 .box .innerwrap .right {
    width: 100%;
    order: 1;
  }
  .online_lp .sec04 .box .innerwrap .right img {
    width: 100%;
  }
}
.online_lp .sec05 {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #f4f4f4 3px, #f4f4f4 6px);
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec05 {
    padding-bottom: 10px;
  }
}
.online_lp .sec05 .title {
  padding: 60px 0 10px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec05 .title {
    padding: 30px 0 0;
  }
}
.online_lp .sec05 .title h3 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec05 .title h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.online_lp .sec05 .box {
  background-color: #FFF;
  padding: 40px 30px;
  margin-bottom: 30px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .online_lp .sec05 .box {
    margin: 20px 10px;
    padding: 15px;
  }
}
.online_lp .sec05 .box:last-of-type {
  margin-bottom: 0;
}
.online_lp .sec05 .box h4 {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec05 .box h4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 40px;
  }
}
.online_lp .sec05 .box p {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .online_lp .sec05 .box p {
    padding-left: 40px;
  }
}
.online_lp .sec05 .box span.que {
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: #FFF;
  background: #4CB6C2;
  font-size: 20px;
  font-weight: normal;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .online_lp .sec05 .box span.que {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 25px;
  }
}
.online_lp .sec05 .box span.ans {
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: #333333;
  background: #d8b978;
  font-size: 20px;
  font-weight: normal;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .online_lp .sec05 .box span.ans {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 25px;
  }
}
/*align---------------------------------*/
.alL {
  text-align: left !important;
}
.alR {
  text-align: right !important;
}
.alC {
  text-align: center !important;
}
/*margin---------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}
.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}
.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}
.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}
.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}
.mb40 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 25px !important;
  }
}
.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}
.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}
.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}
.mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0 !important;
  }
}
.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px !important;
  }
}
.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 10px !important;
  }
}
.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 15px !important;
  }
}
.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }
}
.mt40 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 25px !important;
  }
}
.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 30px !important;
  }
}
.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px !important;
  }
}
.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px !important;
  }
}
/*padding---------------------------------*/
.pb0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}
.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}
.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}
.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}
.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}
.pb50 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}
.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}
.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}
.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}
.pt0 {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0 !important;
  }
}
.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .pt10 {
    padding-top: 5px !important;
  }
}
.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .pt20 {
    padding-top: 10px !important;
  }
}
.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .pt30 {
    padding-top: 15px !important;
  }
}
.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .pt40 {
    padding-top: 20px !important;
  }
}
.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .pt50 {
    padding-top: 25px !important;
  }
}
.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .pt60 {
    padding-top: 30px !important;
  }
}
.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px !important;
  }
}
.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px !important;
  }
}
/*only---------------------------------*/
.pc_only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
.sp_only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
		  .sp_only2 {
    position: relative;
  }
}
/*lp_footer---------------------------------*/
.lp_footer, .lp_footer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.lp_footer {
  margin-top: 0px;
  display: block;
  width: 100%;
  /*
    .fnav{
      text-align: center;
      margin-bottom: 15px;
      ul{
        text-align: center;
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 0;
      }
  
      li{
        text-align: center;
        display: inline-block;
        border-right:solid 1px #FFF;
        margin: 0;
        padding: 0 10px;
        line-height: 1.1;
  
        &:last-child{
          border-right: none;
          padding-right: 0;
        }
  
        @include mq{
  
        }
  
      }
  
      a{
        color: #FFF;
        font-size: 14px;
        line-height: 1.1;
        @include mq{
          font-size: 11px;
          display: block;
          padding: 3px;
        }
      }
    }
    */
}
.lp_footer .banner {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp_footer .banner {
    width: 80%;
    margin: 10px auto;
  }
}
.lp_footer .banner img {
  margin: 0 auto;
}
.lp_footer .copyright {
  background-color: #2D3439;
  color: #FFF;
  padding: 5px;
  font-size: 12px;
  text-align: center;
}
/*pagetop---------------------------------*/
.pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  text-align: right;
  z-index: 40;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}
.pagetop a {
  display: inline-block;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-size: 0px;
  transition: .5s;
  position: relative;
}
.pagetop a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 12px;
  height: 12px;
  margin-right: -6px;
  margin-top: -4px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.pagetop a:hover {
  background: black;
}
.form-tbl {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 20px;
  display: block;
  /*placeholder*/
  /*フォーム部品*/
}
@media screen and (max-width: 767px) {
  .form-tbl {
    width: 100%;
    padding: 10px;
  }
}
.form-tbl table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.form-tbl th, .form-tbl td {
  padding: 15px 15px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .form-tbl th, .form-tbl td {
    width: 100% !important;
    display: block;
    padding: 0;
    font-size: 13px;
    border: none;
    line-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .form-tbl tr {
    width: 100%;
    display: block;
  }
  .form-tbl tr:last-of-type {
    border-bottom: none;
  }
}
.form-tbl th {
  color: #333;
  font-weight: bold;
  width: 25%;
  text-align: left;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .form-tbl th {
    width: 100%;
    display: block;
    padding: 5px;
    padding-bottom: 0;
  }
}
.form-tbl td label {
  display: inline-block;
  margin: 0 10px 5px 0px;
}
@media screen and (max-width: 767px) {
  .form-tbl td label {
    /*display: block;
    margin-right: 0;*/
  }
}
.form-tbl td span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .form-tbl td span {
    padding: 0 2px;
  }
}
.form-tbl td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-tbl td dl {
    display: block;
  }
}
.form-tbl td dl dt {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .form-tbl td dl dt {
    width: 100%;
    padding-bottom: 5px;
    font-weight: bold;
  }
}
.form-tbl td dl dd {
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .form-tbl td dl dd {
    width: 100%;
  }
}
.form-tbl :placeholder-shown {
  color: #CCC;
  font-size: 14px;
}
.form-tbl ::-webkit-input-placeholder {
  color: #CCC;
  font-size: 14px;
}
.form-tbl :-moz-placeholder {
  opacity: 1;
  color: #CCC;
  font-size: 14px;
}
.form-tbl ::-moz-placeholder {
  opacity: 1;
  color: #CCC;
  font-size: 14px;
}
.form-tbl :-ms-input-placeholder {
  color: #CCC;
  font-size: 14px;
}
.form-tbl input[type="text"], .form-tbl input[type="submit"], .form-tbl input[type="email"], .form-tbl button, .form-tbl textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-tbl input, .form-tbl select, .form-tbl textarea, .form-tbl select {
  padding: 5px;
  margin: 0;
  font-size: 14px;
  border: solid 1px #CCC;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .form-tbl input, .form-tbl select, .form-tbl textarea, .form-tbl select {
    font-size: 16px !important;
  }
}
.form-tbl input[type="checkbox"], .form-tbl input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}
input[type=checkbox] {
  width: 16px;
  height: 16px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.form-tbl button, .form-tbl input[type="submit"] {
  display: block;
  padding: 15px 100px;
  font-size: 16px;
  line-height: 1.6;
  transition: background-color .3s, color .3s, opacity .3s;
  background: #00156C;
  color: #FFF;
  letter-spacing: 3px;
  border: none;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form-tbl button, .form-tbl input[type="submit"] {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
  }
}
.form-tbl button:hover, .form-tbl input[type="submit"]:hover {
  opacity: 0.7;
}
.form-tbl textarea {
  resize: none;
}
.form-tbl input[type="text"], .form-tbl input[type="submit"], .form-tbl input[type="email"], .form-tbl button, .form-tbl textarea {
  width: 100%;
}
.form-tbl .caution {
  color: #DF0000;
  margin-top: 5px;
  font-size: 12px;
}
.form-tbl button, .form-tbl input[type="submit"] {
  border: none;
  background: url("../images/btn.png") no-repeat center;
  background-size: contain;
  color: #FFF;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 30px;
  width: 350px;
  letter-spacing: 1px;
  margin: 15px auto 0;
  border-radius: 0px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .form-tbl button, .form-tbl input[type="submit"] {
    width: 100%;
  }
}
.form-tbl button:hover, .form-tbl input[type="submit"]:hover {
  opacity: 0.5;
}
.form-tbl .required {
  position: relative;
}
.form-tbl .required::after {
  content: "※";
  display: inline-block;
  color: #ff0000;
  padding: 0px 5px;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  font-weight: normal;
  vertical-align: middle;
  border-radius: 4px;
  margin-left: 0px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .form-tbl .required::after {
    position: static;
    margin-left: 15px;
  }
}
.form-tbl .small {
  font-size: 10px;
  font-weight: normal;
}
.form-tbl .zip {
  width: 100px !important;
  display: inline-block;
}
.form-tbl .mini {
  width: 4em !important;
  display: inline-block;
}
.form-tbl .medium {
  width: 10em !important;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .form-tbl .medium {
    width: 7em !important;
  }
}
.camp01 {
  text-align: center;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .camp01 {
    margin: 0 10px 0;
  }
  .menu01 {
    display: none;
  }
}
.first01 {
  font-size: 20px !important;
  color: #333 !important;
  line-height: 2 !important;
  margin-bottom: 70px !important;
}
.first02 {
  max-width: 1000px;
  text-align: center;
  margin: 30px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first03 {
  width: 200px;
  height: 184px;
  padding: 58px 8px 0;
  color: #fff;
  line-height: 1.6;
  font-size: 24px;
  margin: 0 8px;
  background-color: #4CB6C3;
  border-radius: 50%;
}
.first04 {
  max-width: 840px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.first04 p {
  margin-bottom: 20px;
}
.faq01 {
  background-image: none !important;
}
.faq01 h3 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 0.5em;
  background: transparent;
  border-left: solid 4px #4CB6C2;
  margin-top: 60px;
}
.faq02 {
  margin-top: 20px;
}
/*menu pc---------------------------------*/
.menu01 {
  width: 100%;
  margin: 0;
  background-color: #fff;
  font-size: 18px;
}
.menu02 {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.menu03 {
  width: 20%;
  border-left: 1px #ddd solid;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  margin: 20px auto 0;
  padding-top: 16px;
  position: relative;
}
.menu03 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.menu03:hover {
  color: #4CB6C3;
  border-bottom: 3px #4CB6C3 solid;
}
.menu04 {
  border-right: 1px #ddd solid;
}
.menu05 {
  border-bottom: 1px #ddd solid;
}
.menu06 {
  border-bottom: 3px #4CB6C3 solid;
}
/*footer ---------------------------------*/
.f_contents01 {
  max-width: 860px;
  text-align: center;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f_contents02 {
  text-align: left;
}
.f_contents02 a {
  color: #333;
  text-decoration: none;
}
.f_contents02 a:hover {
  color: #4CB6C3;
}
.f_contents03 {
  color: #4CB6C3 !important;
  font-weight: 600;
}
.f_contents04:before {
  content: "・";
  color: #4CB6C3;
  position: relative;
}
.f_contents05 {
  border-top: 1px #ddd solid;
  width: 100%;
  margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .f_contents01 {
    max-width: 100%;
    margin: 20px 20px 60px;
    display: block;
  }
  .f_contents01 p {
    margin-bottom: 8px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .f_contents03 {
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
  .first01 {
    margin-bottom: 20px !important;
  }
  .first02 {
    max-width: 100%;
    margin: 0 auto 30px;
    display: block;
  }
  .first03 {
    height: 200px;
    margin: 0 auto 16px;
  }
}
.spheader {
  position: relative;
  height: 40px;
  background-color: #fff;
}
.global-nav {
  position: fixed;
  right: -320px;
  top: 20px;
  width: 300px;
  height: 100vh;
  padding-top: 40px;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
}
.hamburger {
  position: absolute;
  right: 30px;
  top: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 24px 0 10px;
  list-style: none;
  background-color: #fff;
}
.global-nav__item {
  text-align: left;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #666;
  transition: all .6s;
  margin-top: 6px;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
.online_lp .sec06 {
  background-color: #fff !important;
}
.contact01 table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fafafa;
}
.contact01 table tr:nth-child(odd) td {
  background: #f6f6f6;
}
.contact01 table tr:nth-child(odd) th {
  background: #f6f6f6;
}
.contact01 td {
  padding: 18px 30px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dcdcdc;
}
.contact01 th {
  padding: 18px 30px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dcdcdc;
}
.contact02 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
  padding: 20px;
}
.contact02 h3 {
  margin-bottom: 20px;
}
.contact02 p {
  font-size: 80%;
  margin-bottom: 16px;
}
.contact03 table {
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.contact03 th {
  border: 1px #ddd solid;
  font-size: 80%;
  padding: 20px;
  line-height: 1.6;
}
.contact03 td {
  border: 1px #ddd solid;
  font-size: 80%;
  line-height: 1.6;
  padding: 20px;
}
.contact04 {
  text-align: center;
  margin-bottom: 30px;
}
.contact05 {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
}
.contact06 {
  text-align: center;
}
.c-form__assent .c-btnGroup .c-btn {
  font-size: 20px;
  font-size: 2rem;
  padding-top: 13px;
  padding-bottom: 13px;
  min-width: 260px;
}
.c-btn--action:hover {
  text-decoration: none;
  opacity: .5;
}
.c-btn:hover {
  color: #fff;
  background-color: #ea711f;
  text-decoration: none;
}
button:hover {
  cursor: pointer;
}
.c-btn--action {
  background-color: #ea711f;
  color: #fff;
}
.c-btn {
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #ea711f;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  font-size: 26px;
  padding: 20px 80px;
}
.wrap600 {
  height: 400px;
}
@media screen and (max-width: 767px) {
  .contact03 th {
    border: 1px #ddd solid;
    font-size: 80%;
    padding: 10px;
    line-height: 1.6;
  }
  .contact03 td {
    border: 1px #ddd solid;
    font-size: 80%;
    line-height: 1.6;
    padding: 10px;
  }
  .contact04 {
    text-align: left;
    line-height: 1.8;
  }
  .contact05 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
.news01 table {
  width: 1000px;
  border-collapse: collapse;
  margin: 60px auto 0;
  text-align: center;
}
.news01 td {
  color: #333;
  padding: 10px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px #ccc dotted;
  line-height: 1.8;
}
.news02 {
  float: right;
}
.news03 {
  background-color: #4CB6C3;
  padding: 4px 8px 5px;
  color: #fff;
  font-size: 80%;
  margin-right: 10px;
}
.news04 {
  background-color: #C39D4D;
  padding: 4px 8px 5px;
  font-size: 80%;
  color: #fff;
  margin-right: 10px;
}
.news01 a {
  color: #333;
}
.news01 a:hover {
  color: #4CB6C3;
}
@media screen and (max-width: 999px) {
  .news01 table {
    width: auto;
    max-width: 1000px;
    border-collapse: collapse;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .news01 table {
    margin: 30px 10px;
  }
  .news01 td {
    border: none;
    line-height: 1.6;
    padding: 0 0 10px;
    font-size: 90%;
  }
  .news03 {
    padding: 2px 5px 2px;
    margin-right: 0;
  }
  .news04 {
    padding: 2px 5px 2px;
    margin-right: 0;
  }
}
.news05 {
  max-width: 840px;
  margin: 30px auto !important;
}
.news05 p {
  margin-bottom: 20px;
}
.news06 {
  text-align: center;
  margin: 0 auto;
}
.news07 {
  background-color: #C39D4D;
  padding: 0 8px 1px;
  color: #fff !important;
  text-align: center;
  margin: 60px auto 18px;
  width: 100px;
}
.news05 a {
  color: #333;
}
.news05 a:hover {
  color: #4CB6C3;
}
.news08 {
  text-align: center;
  margin: 40px auto 80px !important;
}
.news08 img {
  border: 2px #4CB6C3 solid;
  padding: 30px;
}
.news09 h4{
	color: #4CB6C3;
}
@media screen and (max-width: 767px) {
  .news07 {
    margin: 20px auto 18px;
  }
  .news06 {
    margin: 0 16px;
    line-height: 1.6;
  }
  .news05 {
    margin: 0 auto !important;
  }
  .news08 {
    margin: 40px 20px 40px !important;
  }
  .news08 img {
    border: 1px #4CB6C3 solid;
    padding: 20px 30px;
  }
}
.media01{
	font-size: 18px;
	line-height: 1.3;
}
.online_lp .sec02 .media02 h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
margin-top: 100px;
}
.media03 {
    text-align: center;
    margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
	.media03 {
    margin: 20px 30px;
}
	 }