@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;
  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;
}
@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%;
  }
}
.online_lp .hnav table {
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .online_lp .hnav table {
    width: 90%;
    margin: 10px auto;
  }
}
.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: 45%;
  }
}
.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;
}
@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;
  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;
  border: solid 1px #CCC;
}
.form-tbl th, .form-tbl td {
  padding: 15px 15px;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: top;
  border: solid 1px #CCC;
}
@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;
    border-bottom: solid 1px #CCC;
  }
  .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;
  background: #F4F4F4;
}
@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;
}
.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 {
    display: none;
  }
  .camp01 img {
    display: none;
  }
}