/*
@font-face {
  font-family: 'hiragino-W3';
  src: url('../../assets/fonts/hiragino-W3.otf') format('opentype');
}
@font-face {
  font-family: 'hiragino-W5';
  src: url('../../assets/fonts/hiragino-W5.otf') format('opentype');
}
@font-face {
  font-family: 'hiragino-W7';
  src: url('../../assets/fonts/hiragino-W7.otf') format('opentype');
}
@font-face {
  font-family: 'hiragino-W8';
  src: url('../../assets/fonts/hiragino-W8.otf') format('opentype');
}
@font-face {
  font-family: 'hiragino-W9';
  src: url('../../assets/fonts/hiragino-W9.otf') format('opentype');
}
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
*:focus {
    outline: none;
}
html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    /*font-family: 'hiragino-W3',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
}
a {
    text-decoration: none;
    color: #000;
}
img {
    width: 100%;
    vertical-align: middle;
}
p {
    font-weight: 100;
}
li {
    text-align: left;
    list-style: none;
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 0;
    border-color: none;
}
input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*///////////////////////
header
///////////////////////*/
.header-wrap {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #707070;
    font-weight: 500;
}
@media screen and (min-width: 768px) {
    .header-wrap {
        width: 768px;
        margin: auto;
    }
}
.header-wrap-inner {
    font-size: 1.2rem;
    line-height: 1.5;
}
.header-wrap-inner:last-child {
    display: flex;
    flex-direction: column;
}
.header-wrap-inner-tel {
    width: 146px;
}
.page-contact{
    height: 100%;
}
@media screen and (min-width: 768px) {
.page-contact{
    height: 100vh;
}
}
.page-contact-thanks{
    height: 100vh;
}
/*///////////////////////
main
///////////////////////*/
.main-banner-wrap {
    background-size: cover;
    background-position: center;
    background-image: url(../../assets/img/index-30/main-banner-bg.png);
    background-repeat: no-repeat;
    position: relative;
    height: 70vh;
}
@media screen and (min-width: 768px) {
  .main-banner-wrap {
    width: 800px;
    margin: auto;
  }
}
@media (max-width: 413px) and (min-width: 340px) {
  .main-banner-wrap {
height: 85vh;
  }
}
.main-banner {
    width: 90%;
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
    .main-banner {
        width: 50%;
    }
}
.main-banner-wrap .cta-btn-wrap a {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}
.main-banner-wrap .cta-btn-wrap a img {
    width: 25px;
    margin: 0 10px 0 0;
}

/*///////////////////////
btn
///////////////////////*/
.cta-btn-wrap a img {
    width: 25px;
    margin: 0 10px 0 0;
}

.cta-btn-wrap a {
    background: linear-gradient(to bottom, #ffe200 50%, #e0c600 0%);
    padding: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    font-weight: 700;
    border-radius: 5px;
    border-bottom: 5px solid #b29f0b;
    font-size: 1.8rem;
}
.cta-btn-wrap a span:first-child{
  display: block;
  font-size: 1.2rem;
  margin: 0;
  line-height: 1;
  margin: 0 0 5px;
  text-align: left;
}
.cta-btn-wrap a span:last-child{
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
}
.cta-btn-wrap a div{
  display: flex;
  flex-direction: column;
}


/*///////////////////////
section
///////////////////////*/
.sec-00-wrap,
.sec-01-wrap,
.sec-02-wrap,
.sec-03-wrap,
.sec-04-wrap,
.sec-05-wrap,
.sec-06-wrap,
.sec-07-wrap,
.sec-08-wrap,
.sec-09-wrap,
.sec-10-wrap,
.sec-11-wrap,
.sec-12-wrap,
.sec-13-wrap,
.sec-14-wrap,
.sec-15-wrap,
.sec-16-wrap,
.sec-17-wrap{
  width: 100%;
}
@media screen and (min-width: 768px) {
.sec-00-wrap,
.sec-01-wrap,
.sec-02-wrap,
.sec-03-wrap,
.sec-04-wrap,
.sec-05-wrap,
.sec-06-wrap,
.sec-07-wrap,
.sec-08-wrap,
.sec-09-wrap,
.sec-10-wrap,
.sec-11-wrap,
.sec-12-wrap,
.sec-13-wrap,
.sec-14-wrap,
.sec-15-wrap,
.sec-16-wrap,
.sec-17-wrap{
  width: 800px;
  margin: auto;
}
}
.sec-text-inner {
    width: 90%;
    margin: auto;
    border-radius: 5px;
    padding: 5%;
}
footer {
    padding: 20px 0;
    text-align: center;
    background-color: #1b2f56;
    color: #fff;
}
@media screen and (min-width: 768px) {
  footer{
    width: 800px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .sec-text-inner {
    width: 75%;
  }
}
.wrap-90 {
    width: 90%;
    margin: auto;
}
@media screen and (min-width: 768px) {
  .wrap-90 {
    width: 75%;
  }
}



/*///////////////////////
elem
///////////////////////*/
.pc{
  display: none;
}
@media screen and (min-width: 768px) {
  .pc{
  display: block;
}
}
.smp{
  display: block;
}
@media screen and (min-width: 768px) {
  .smp{
  display: none;
}
}
.under-marker {
    background: linear-gradient(transparent 10%, #ffe200 0%);
    display: inline;
    padding: 0 1px 0px;
    font-weight: 700;
    color: #000;
}
.max-bold {
    font-weight: 900;
}

/*///////////////////////
color
///////////////////////*/
.color-white {
    color: #fff;
}
.bg-ddd {
    background-color: #ddd;
}
.bg-dark-blue {
    background-color: #1b2f56;
}
.bg-light-blue {
    background-color: #e9f4fc;
}
.bg-black {
    background-color: #000;
}
.bg-f2 {
    background-color: #f2f2f2;
}
.bg-white {
    background: #fff;
}
.padding-text-bg-white,
.padding-text-bg-blue,
.padding-text-bg-black,
.padding-text-bg-gray {
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}
.padding-text-bg-white {
    background-color: #fff;
    color: #000;
}
.padding-text-bg-blue {
    background-color: #1f3c65;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.padding-text-bg-black {
    background-color: #000;
    color: #fff;
}
.padding-text-bg-gray {
    background-color: #ddd;
    color: #000;
    font-weight: 700;
    text-align: left;
}

/*///////////////////////
margin
///////////////////////*/
.mg-30{
  margin: 30px 0;
}
.pd-30{
  padding: 30px 0;
}
.pd-t-30{
  padding: 30px 0 0;
}
.pd-b-30,
.sec-01-text-wrap{
  padding: 0 0 30px;
}




/*///////////////////////
sec-01
///////////////////////*/
.sec-01-wrap-inner-title {
/*    width: 80%;
    margin: 40px auto 0;*/
    font-size: 2.4rem;
    text-align: center;
    margin: 40px 0 0px;
    font-weight: 900;
    color: #143d80;
}
@media screen and (min-width: 768px) {
  .sec-01-wrap-inner-title {
    /*width: 60%;*/
  }
}
.sec-01-wrap-inner-list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-weight: 700;
    margin: 30px auto 0;
}
.sec-01-wrap ul {
    width: 48%;
}
.sec-01-wrap li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.sec-01-wrap li img {
    width: 20px;
    margin: 0 5px 0 0;
}
.sec-01-text-wrap {
    background-image: url(../../assets/img/index-30/sec-01-03.png);
    background-repeat: no-repeat;
    background-color: #1b3056;
    background-size: contain;
}
@media screen and (min-width: 768px) {
.sec-01-text-wrap {
    background-image: url(../../assets/img/index-30/pc-sec-01-03.png);
    }
}
.sec-01-text-inner {
    border-radius: 5px;
    width: 90%;
    margin: auto;
    padding: 30px 20px;
}

/*///////////////////////
sec-03
///////////////////////*/

/*///////////////////////
sec-04
///////////////////////*/

/*///////////////////////
sec-05
///////////////////////*/
.sec-05-wrap .img-list {
    margin: 30px 0 0;
}
.sec-05-wrap .img-list img {
    margin: 0 0 20px;
}
/*///////////////////////
sec-06
///////////////////////*/

/*///////////////////////
sec-07
///////////////////////*/

/*///////////////////////
sec-08
///////////////////////*/

/*///////////////////////
sec-09
///////////////////////*/
.promise-wrap {
    margin: 0 auto 30px;
}
.promise-wrap:last-child {
    margin: 0;
    padding: 0 0 30px;
}
.promise-inner {
    border-radius: 10px;
    padding: 0 20px 30px;
}
.promise-num {
    width: 50px;
    margin: 0 auto;
}
.promise-icon {
    width: 100%;
    margin: 20px auto 10px;
}
@media screen and (min-width: 768px) {
.promise-icon {
  width: 70%;
}
}
.promise-title {
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
.promise-list-img{
  width: 70%;
  margin: auto;
}
}
.plan-title-all-wrap {
    margin: 0 0 30px;
}
.plan-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
}
.plan-title-wrap + div{
  margin: 0 0 20px;
}
.plan-title-wrap div {
    padding: 10px 0;
}
.plan-title-wrap div:first-child {
    width: 30%;
    background-color: #1f3c65;
    color: #fff;
    border-radius: 5px 0 0 5px;
    text-align: center;
}
@media screen and (min-width: 768px) {
.plan-title-wrap div:first-child {
text-align: center;
}
}
.plan-title-wrap div:last-child {
    width: 70%;
    background-color: #ddd;
    border-radius: 0 5px 5px 0;
    font-weight: 900;
    text-align: center;
}
@media screen and (min-width: 768px) {
  .plan-title-wrap div:last-child {
text-align: left;
padding: 10px 30px;
  }
}
.plan-list-img {
    margin: 30px 0 50px;
}
@media screen and (min-width: 768px) {
.plan-list-img{
  width: 70%;
  margin:30px auto 40px;
}
}

/*///////////////////////
sec-10
///////////////////////*/
.flow-wrap-inner:last-child {
    padding: 5%;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    color: #000;
}
.flow-arrow {
    width: 15%;
    margin: 20px auto;
}

/*///////////////////////
sec-11
///////////////////////*/
.sec-11-wrap ul {
}
.sec-11-wrap li {
    display: flex;
    align-items: center;
    line-height: 1.5;
    margin: 0 0 15px;
    font-weight: 700;
}
.sec-11-wrap li:last-child {
    margin: 0;
}
.sec-11-wrap li img {
    width: 20px;
    margin: 0 10px 0 0;
}
.sec-11-text-inner-title {
    font-size: 1.8rem;
    margin: 0 0 15px;
    font-weight: 900;
    text-align: center;
}
.sec-11-wrap-inner {
    margin: 0 0 30px;
    background: #ddd;
    padding: 20px 20px 30px;
    border-radius: 5px;
}

/*///////////////////////
sec-12
///////////////////////*/
.support-wrap {
    width: 90%;
    margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
.support-wrap {
    width: 70%;
}
}
.support-wrap-title-left {
    text-align: left !important;
}
.support-wrap-inner:last-child {
    padding: 20px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    text-align: center;
}
.support-wrap-inner ul {
    margin: 15px 0 0;
}
.support-wrap-inner li {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    line-height: 1.5;
    font-weight: 700;
}
.support-wrap-inner li:last-child {
    margin: 0;
}
.support-wrap-inner li img {
    width: 20px;
    margin: 0 10px 0 0;
}

.support-wrap-inner-title-left {
    font-size: 1.8rem;
    display: inline;
    background: linear-gradient(transparent 50%, #ffe200 50%);
    line-height: 1;
    font-weight: 900;
}
.support-wrap-inner-title-left span {
    font-size: 3rem;
    font-weight: 900;
}
.support-wrap-inner-title-center {
    font-size: 1.8rem;
    display: inline;
    background: linear-gradient(transparent 50%, #ffe200 50%);
    line-height: 1;
    font-weight: 900;
}
.support-wrap-inner-title-center span {
    font-size: 3rem;
    font-weight: 900;
}

/*///////////////////////
sec-13
///////////////////////*/
.sec-13-cta-text {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 900;
    color: #fff;
    width: 90%;
    margin:0 auto 30px;
}

/*///////////////////////
sec-14
///////////////////////*/
.sec-14-wrap-inner-title {
    font-weight: 900;
    font-size: 2.8rem;
    text-align: center;
}
/*///////////////////////
sec-15
///////////////////////*/
.sec-15-cta-text {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 900;
    color: #fff;
    width: 90%;
    margin:0 auto 30px;
}

/*///////////////////////
sec-16
///////////////////////*/
.sec-16-wrap-inner-title {
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
    margin: 0 0 20px;
}

/*///////////////////////
sec-17
///////////////////////*/
.sec-17-wrap .sec-text-wrap-90 {
    background-color: #ddd;
}
.sec-17-text-inner {
    background-color: #fff;
    color: #000;
    padding: 6%;
    border-radius: 5px;
    position: relative;
    margin: 0 0 30px;
}
.sec-17-text-inner-icon {
    position: absolute;
    left: 5%;
    top: 30px;
    width: 50px;
}
.sec-17-text-inner-title {
    font-size: 2.8rem;
    text-align: center;
    font-weight: 900;
    color: #1b2f56;
}
.sec-17-text-inner-right {
    text-align: right;
}

/*///////////////////////
readmore
///////////////////////*/
.readmore {
    position: relative;
    box-sizing: border-box;
    padding: 5%;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 30px;
}
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 300px;
    margin: 0 0 20px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 200px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}
.readmore-label {
    display: table;
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    border: 1px solid #000;
    width: 90%;
    text-align: center;
}
.readmore-label:before {
    content: "続きを読む";
}
.readmore-check {
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
    width: 100%;
}
.readmore-check:checked ~ .readmore-label:before {
    content: "閉じる";
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content {
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
.readmore-profile-wrap {
    display: flex;
    flex-direction: row;
    margin: 0 0 10px;
}
.readmore-profile-inner:first-child {
    width: 25%;
    margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
.readmore-profile-inner:first-child {
    width: 17%;
    margin: 0 20px 0 0;
}
}
.readmore-profile-inner:last-child {
    display: flex;
    flex-direction: column;
    width: 75%;
}
.readmore-profile-inner-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 5px;
}









.box_con {
    max-width: 800px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .box_con {
        width: 100%;
    }
}
.box_con {
    width: 100%;
}
.box_con table {
    width: 100%;
}
/*.box_con table tr {
  position: relative;
}
.box_con table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: dotted #cdcdcd 1px;
}*/
.box_con table tr th {
    width: 30%;
    font-weight: normal;
    padding: 1em 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    font-weight: 500;
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .box_con table tr th {
        width: 100%;
        display: block;
        color: #000;
        padding: 0;
    }
}
.box_con table tr th span {
    background: #ffe200;
    padding: 3px 10px 3px 10px;
    color: #000;
    margin-left: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
}
.box_con table tr td {
    padding: 1em 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
    .box_con table tr td {
        padding: 0;
        display: block;
        width: 100%;
    }
}
.box_con table tr .box_br {
    display: block;
}
.box_con table tr select {
    border: 1px solid #97ae88;
}
.box_con table tr label input {
    cursor: pointer;
    display: none;
    vertical-align: middle;
}
.box_con table tr .radio02-input + label {
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
}
.box_con table tr .radio02-input + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box_con table tr .radio02-input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #97ae88;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box_con table tr select,
.box_con table tr input,
.box_con table tr textarea {
    width: 100%;
    height: 4em;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #000;
    color: #000;
    font-size: 1.3rem;
}

.box_con table tr select{
background-color: #fff;

}

.box_con table tr textarea {
    height: 10em;
}

select {
    position: relative;
    padding: 10px;
    width: 100%;
}

.select-wrap {
    position: relative;
    width: 100%;
}

.select-wrap:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 24px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;

}



.con_pri {
    max-width: 700px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .con_pri {
        width: 100%;
    }
}
.con_pri .box_pri {
    height: 300px;
    overflow-y: scroll;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
}
@media only screen and (max-width: 768px) {
    .con_pri .box_pri {
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .con_pri .box_pri {
        padding: 4%;
    }
}
.con_pri .box_pri .box_tori {
    text-align: left;
}
.con_pri .box_pri .box_tori .txt{
    margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_tori {
    }
}
.con_pri .box_pri .box_tori h4 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_tori h4 {
    }
}

.con_pri .box_pri .box_num h4 {
    font-weight: normal;
}
.con_pri .box_pri .box_num .txt {
}
@media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_num .txt {
    }
}

.box_check {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
.box_check label {
    display: flex;
    align-items: center;
}
.box_check label span {
    margin-left: 0.3em;
}
/*チェックボックを打ち消して新たに作成*/
.box_check input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
border: 1px solid #0c0b07;
border-radius: 5px;
width: 30px;
height: 30px;
}
/*チェックマークを作成*/
.box_check input[type="checkbox"]:checked::before{
content: "";
position: absolute;
top: 9px;
left: 15px;
display: inline-block;
width: 12px;
height: 5px;
border-left: 4px solid #0e7eed;
border-bottom: 4px solid #0e7eed;
transform: rotate(-54deg);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffb900;
    border: 0;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    margin: auto;
}



.btn {
    text-align: center;
}
.btn input {
    background: linear-gradient(to bottom, #ffe200 50%, #e0c600 0%);
    padding: 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin: auto;
    font-weight: 900;
    border-radius: 5px;
    border-bottom: 5px solid #b29f0b;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-size: 1.7rem;
    border-top: 0;
    color: #000!important;
}
.btn-previous input {
    background: linear-gradient(to bottom, #e4e4e4 50%, #d1d1d1 0%);
    padding: 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin: auto;
    font-weight: 900;
    border-radius: 5px;
    border-bottom: 5px solid #b4b4b4;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-size: 1.7rem;
    border-top: 0;
    color: #000!important;
}

/*//////////////////
sticky
////////////////////*/
.sticky-button {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
.sticky-button ul {
    display: flex;
}
.sticky-button li a {
display: flex;
    padding: 15px 20px;
    font-size: 1.3rem;
    font-weight: 900;
    align-items: center;
    justify-content: center;
}
.sticky-button li {
    width: 50%;
    text-align: center;
}
.sticky-button li:first-child {
    background: #1b2f56;
}
.sticky-button li:first-child a{
    color: #fff;
}
.sticky-button li:first-child a img{
    width: 24px;
    margin: 1px 5px 0 0;
}

.sticky-button li:last-child {
    background: #ffe200;
    color: #000;
}
.sticky-button li:last-child a{
    color: #000;
}
.sticky-button li:last-child a img{
    width: 20px;
    margin: 0 5px 0 0;
}

.active {
    opacity: 1;
    visibility: visible;
    background: rgba(255, 255, 255, 0) !important;
}
.absolute {
    position: absolute;
    top: -40px;
    bottom: auto;
    width: 100%;
}





.sec-00-wrap .plan-list-img{
    width: 50%;
}
.sec-00-wrap .plan-text{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 900; 
    margin: 0 0 20px;
}
.sec-00-wrap .cta-btn-wrap{
    width: 50%;
    margin: auto;
}
@media screen and (max-width: 768px) {
.sec-00-wrap .plan-list-img{
    margin: 40px auto 20px;
    width: 90%;
}
.sec-00-wrap .cta-btn-wrap{
    width: 90%;
    margin: auto;
}
}



.main-banner-02 {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
    .main-banner-02 {
        width: 50%;
    }
}
