/*===============================================
Bootstrap 調整
===============================================*/
//5カラム定義
.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }

    .col-md-offset-15 {
        margin-left: 4.3333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}

.list-group-item:first-child {
    border-top: none;
}

.text-primary {
    color: #0c88cc !important;
}

.text-danger {
    color: #fa3515 !important;
}

.rounded {
    border-radius: .6rem !important;
}

.btn-primary {
    background-color: #0c88cc;
    border-color: #0c88cc;
}

.btn-primary:hover {
    background-color: #047dbf;
    border-color: #047dbf;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #0c88cc;
    border-color: #0c88cc;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #047dbf;
    border-color: #047dbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(12, 136, 204, 0.5);
}

.btn-secondary {
    background-color: #ffb633;
    border-color: #ffb633;
}

.btn-secondary:hover {
    background-color: #f3aa26;
    border-color: #f3aa26;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #ffb633;
    border-color: #ffb633;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #f3aa26;
    border-color: #f3aa26;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 182, 51, 0.5);
}

.btn-light {
    background-color: #fff;
    border-color: #fff;
}

.btn-light:hover {
    background-color: transparent;
    border-color: #fff;
}

.btn-light:focus,
.btn-light.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);*/
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #fff;
    border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    background-color: transparent;
    border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #fff;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 182, 51, 0.5);
}

.btn-danger {
    background-color: #fa3515;
    border-color: #fa3515;
}

.btn-danger:hover {
    background-color: #e72809;
    border-color: #e72809;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #fa3515;
    border-color: #fa3515;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    background-color: #e72809;
    border-color: #e72809;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 53, 21, 0.5);
}


.btn-primary {
    background-color: #0c88cc;
    border-color: #0c88cc;
}

.form-control {
    font-size: 1.6rem;
}

.form-group label,
.form-group .col-form-legend {
    font-weight: 600;
  cursor: pointer;
}

.required::after {
    content: "\203B\5FC5\9808";
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
    color: rgb(226, 67, 30);
}

/*===============================================
FontAwesome 調整
===============================================*/
span.fas,span.fab{
  margin-right:1em
}


/*===============================================
Typography - テキストの指定
===============================================*/
html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    color: #454545;
    line-height: 1.9;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

p {
    margin-bottom: 2.2rem;
}

p,
li,
div {
    font-size: 15px;
    font-size: 1.5rem;
}

td,
th {
    font-size: 14px;
    font-size: 1.4rem;
}

@media (min-width: 992px) {

    p,
    li,
    div,
    td,
    th {
        font-size: 16px;
        font-size: 1.6rem;
    }

}

/*=========================================================
Anchor - アンカーテキスト設定
=========================================================*/
a {
    color: #4aa3df;
    text-decoration: none;
}

a:hover {
    color: #34495e;
    text-decoration: underline;
}

a:link {
    -webkit-tap-highlight-color: #34495e;
}

a {
    outline: 0;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

a img {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

a:hover img {
    opacity: .8;
}


.btn {
    font-size: 16px;
    font-size: 1.6rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .10);
}
.btn.btn-link{
  box-shadow: none;
}

/*=========================================================
Form - フォーム
=========================================================*/
.wt_form .form-control {
    height: 50px;
    padding: 12px;
    margin-bottom: 1.5rem
}

.wt_form .form-control::-webkit-input-placeholder {
    color: #ccc;
}

.wt_form .form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.wt_form .form-control:-ms-input-placeholder {
    color: #ccc;
}

.wt_form textarea.form-control {
    height: 20rem;
}

.wt_form_layer {
    background: rgba(255, 255, 255, .85);
    padding: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.wt_form_layer p {
    font-size: 14px;
    font-size: 1.4rem;
}

.wt_termsbox {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 15px;
    height: 20rem;
    overflow: auto;
    margin-bottom: 5px;
    background: #fff;
    color: ;
}

.wt_termsbox h3 {
        font-size: 16px;
    font-size: 1.6rem;
}

.wt_termsbox p,
.wt_termsbox li,
.wt_termsbox th,
.wt_termsbox td,
.wt_termsbox div {
        font-size: 14px;
    font-size: 1.4rem;
}


@media (min-width: 992px) {
    .wt_form_layer {
        padding: 40px;
    }

    .wt_form_layer p {
        font-size: 16px;
        font-size: 1.6rem;
    }
.wt_termsbox p {
        font-size: 14px;
    font-size: 1.4rem;
}
}

/*=========================================================
Section - セクション
=========================================================*/
section {
    padding-top: 45px;
    padding-bottom: 45px;
}

section h1 {
    font-size: 30px;
    font-size: 3rem;
}

section h2 {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 4rem;
    margin-bottom: 30px;
    background: url("../img/common/bg_hd2.svg") no-repeat center bottom;
}

section.wt_bgimg h2 {
    /*color: #fff;
    background: url("../img/common/bg_hd2_w.svg") no-repeat center bottom;*/
    position: relative;
    z-index: 1;
}

section h2 strong {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
}

section h3 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.wt_sec_grey {
    background: #f5f6f8;
}

.wt_sec_blue {
    background: #0c88cc;
}

.wt_sec_blue h1,
.wt_sec_blue h2,
.wt_sec_blue h3,
.wt_sec_blue h4,
.wt_sec_blue h5,
.wt_sec_blue h6,
.wt_sec_blue p,
.wt_sec_blue li {
    color: #fff;
}

.wt_bgimg {
    position: relative;
}

.wt_bgimg:before {
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
    margin: auto;
/*    background-color: rgba(0, 0, 0, .1);*/
    position: absolute;
/*    backdrop-filter: blur(3px);*/
}

.wt_sec_bg_1 {
    background: #f5f5f5 url("../img/bg/grey.png") repeat left top;
}

.wt_bg_login {
  background: #f5f5f5 url("../img/mypage/bg_login_sp.jpg") no-repeat center top;
  background-size:cover;
  background-attachment:fixed;
}
.wt_bg_register {
  background: #f5f5f5 url("../img/mypage/bg_register_sp.jpg") no-repeat center top;
  background-size:cover;
  background-attachment:fixed;
}

@media (min-width: 768px) {
  
  .wt_bg_login {
      background: #f5f5f5 url("../img/mypage/bg_login.jpg") no-repeat center top;
    background-size:cover;
    background-attachment:fixed;
    position: relative;
  }
  .wt_bg_register {
      background: #f5f5f5 url("../img/mypage/bg_register.jpg") no-repeat center top;
    background-size:cover;
    background-attachment:fixed;
    position: relative;
  }
}

@media (min-width: 992px) {
section {
    padding-top: 60px;
    padding-bottom: 60px;
}
    section h1 {
        font-size: 36px;
        font-size: 3.6rem;
    }

    section h2 {
        font-size: 3px;
        font-size: 3rem;
    padding-bottom: 5rem;
    }

    section h2 strong {
        font-size: 36px;
        font-size: 3.6rem;
    }

    section h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
    .wt_sec_bg_1 {
        background: #f5f5f5 url("../img/bg/grey_@2X.png") repeat left top;
        background-size: 397px 322px;
    }
  
}

/*=========================================================
Header - ヘッダ
=========================================================*/
.wt_header {
    background: #0c88cc;
    height: 45px;
    width: 100%;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

.index header {
    background: transparent;
}

.index .wt_header.fixed {
    height: 45px;
    background: #0c88cc;
}

@media (min-width: 992px) {
    .wt_header {
        height: 80px;
    }

    .wt_header.fixed,
    .index .wt_header.fixed {
        height: 60px;
        background: #0c88cc;
    }
}

.wt_hdbtn {
    display: flex;
}

.wt_hdbtn li {
    display: inline-block;
    width: 50%;
}

.wt_hdbtn a {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    height: 80px;
    line-height: 70px;
    border-radius: 0;
    box-shadow: none;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

.wt_header.fixed .wt_hdbtn a {
    height: 60px;
    line-height: 50px;
}

/*=========================================================
Footer - フッター
=========================================================*/

.wt_footer_cont {
    background: #0c88cc;
    padding: 3rem 0;
    margin-bottom: 2rem;
}

.wt_footer_cont h2 {
    color: #fff;
}

.wt_footer_cont h3 {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.wt_footer_cont ul {
    padding: 0;
    margin-bottom: 2rem;
}

.wt_footer_cont li {
    font-size: 14px;
    font-size: 1.4rem;
    list-style-type: none;
    position: relative;
}

.wt_footer_cont li:before {
    font-family: FontAwesome;
    content: "\f0da";
    padding-right: 10px;
    color: #fff;
    font-size: .8rem;
}

.wt_social li:before {
    display: none;
}

.wt_social li {
    display: inline-block;
    padding: 1rem 0 0;
    font-size: 1.8rem;
}


.wt_footer_cont a {
    color: #fff;
    padding: 1rem;
}

.wt_copyright {
    color: #767676;
}

/*=========================================================
Logo - ロゴ
=========================================================*/
.wt_logo {
    line-height: 1;
    height: 45px;
    margin: 0;
}

@media (min-width: 1200px) {
    .wt_logo {
        height: 80px;
    }

    .wt_header.fixed .wt_logo {
        height: 60px;
    }
}

.wt_logo a {
    padding-top: 45px;
    background: url("../img/common/logo_w.svg") center center no-repeat;
    background-size: contain;
    overflow: hidden;
    display: block;
    font-size: 0;
}


@media (min-width: 992px) {
    .wt_logo a {
        padding-top: 80px;
    }

    .wt_header.fixed .wt_logo a {
        padding-top: 60px;
    }
}

@media (min-width: 1600px) {
    .wt_logo a {
        background-size: 80%;
    }
}

/*=========================================================
Nav - ナビゲーション
=========================================================*/
.wt_nav {
    padding: 0;
}

.wt_nav ul {
    padding: 0;
    font-size: 0;
    margin: 0 auto;
    text-align: center
}

.wt_nav li {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    position: relative
}


@media (min-width: 1200px) {
    .wt_nav li {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.wt_nav a {
    display: block;
    height: 80px;
    line-height: 80px;
    color: #fff;
    position: relative;
    font-weight: 500;
    padding: 0 1rem;
}

@media (min-width: 1200px) {
    .wt_nav a {
        padding: 0 1.7rem;
    }
}

@media (min-width: 1600px) {
    .wt_nav a {
        padding: 0 2rem;
    }
}

.wt_header.fixed .wt_nav a {
    height: 60px;
    line-height: 60px;
}

.wt_nav a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, .1);
}



.wt_nav li ul {
    list-style: none;
    position: absolute;
    top: 80%;
    width: 250px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #fff;
    z-index: 1000;
    margin-left: -125px;
    border: 1px solid #ebebeb;
    border-radius: .6rem;
}

.wt_nav li:hover ul {
    top: 95%;
    visibility: visible;
    opacity: 1;
    transition: .5s linear;
    -webkit-transition: .5s linear;
}

.wt_nav li ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.wt_nav li ul li:last-child {
    border-bottom: none;
}

.wt_nav li ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    transition: none;
    -webkit-transition: none;
    color: #454545;
    font-weight: normal;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

.wt_header.fixed .wt_nav li ul li a {
    height: 45px;
    line-height: 45px;
}

.wt_nav li ul li a:hover {
    background: #f6f6f6;
}

.wt_nav li ul li a:before {
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    width: 160px;
    background: #ebebeb;
}

.wt_nav li ul li a:after {
    display: none;
}

/*=========================================================
Mainvis - メインビジュアル
=========================================================*/
.wt_mainvis {
    position: relative;
    text-align: center;
    /*  margin-top: 45px;*/
    padding: 0;
    height: 500px;
}

.wt_catch {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    color: #fff;
    z-index: 500;
    align-items: center;
    justify-content: flex-start;
}

.wt_catch p {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 10px;
}

.wt_catch p span {
    font-size: 35px;
    font-size: 3.5rem;
}

.wt_catch_circle {
    width: 300px;
    height: 300px;
    background: rgba(12, 136, 204, .7);
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wt_catch h1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: normal;
    margin-bottom: 20px;
}

.wt_seal {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 550;
    margin: 0;
    padding: 0;
}

.wt_seal li {
    display: inline-block;
}

.wt_seal li img {
    height: 25px;
}

.wt_seal li a img {
    transition: none;
    -webkit-transition: none;
}

@media(min-width:768px) {
    .wt_seal li img {
        height: 35px;
    }
}

@media(min-width:992px) {
    .wt_seal {
        top: 95px;
    }

    .wt_seal li img {
        height: 45px;
    }
}

.wt_mvbtn a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    margin: 0 auto;
    padding: 1.4rem 15px 1.4rem 75px;
    position: relative;
    line-height: 1;
}

.wt_mvbtn a.btn-light {
    color: #0c88cc;
}

.wt_mvbtn a.btn-light:hover,
.wt_mvbtn a.btn-light:active,
.wt_mvbtn a.btn-light:focus {
    color: #fff;
}

.wt_mvbtn a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 20px;
    background: url("../img/common/mv_btn.png") no-repeat left bottom;
    background-size: contain;
    z-index: 5;
    width: 60px;
    height: 60px;
}

.wt_mvbtn a:hover,
.wt_mvbtn a:active {
    text-decoration: none;
}

.wt_btn {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 2rem;
    min-width: 28rem;
    line-height: 1;
}

.wt_btn_sm {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1.6rem;
    min-width: 24rem;
    line-height: 1;
}


.wt_slider {
    height: 500px;
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.wt_slider li {
    height: 500px;
    width: 100%;
    list-style: none;
    background-size: cover;
    position: relative;
    text-align: center;
}

.wt_slider li::after {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
}

.wt_slider01 {
    background: url("/assets/img/index/main_sp_1.jpg?3") no-repeat center center;
    background-size: cover;
}

.wt_slider02 {
    background: url("/assets/img/index/main_sp_2.jpg?3") no-repeat center center;
    background-size: cover;
}

.wt_slider03 {
    background: url("/assets/img/index/main_sp_3.jpg") no-repeat center center;
    background-size: cover;
}

.wt_slider04 {
    background: url("/assets/img/index/main_sp_4.jpg") no-repeat center center;
    background-size: cover;
}

@media(min-width:768px) {
    .wt_mvbtn a {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 2rem 30px 2rem 100px;
    }

    .wt_mvbtn a:before {
        width: 80px;
        height: 80px;
    }

    .wt_mainvis {
        height: 400px;
    }

    .wt_catch p {
        font-size: 36px;
        font-size: 3.6rem;
        margin-bottom: 20px;
    }

    .wt_catch p span {
        font-size: 40px;
        font-size: 4rem;
    }


    .wt_catch h1 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 30px
    }

    .wt_slider {
        height: 400px;
    }

    .wt_slider li {
        height: 400px;
    }

    .wt_slider01 {
        background: url("/assets/img/index/main_1.jpg?3") no-repeat center center;
    }

    .wt_slider02 {
        background: url("/assets/img/index/main_2.jpg?3") no-repeat center center;
    }

    .wt_slider03 {
        background: url("/assets/img/index/main_3.jpg") no-repeat center center;
    }

    .wt_slider04 {
        background: url("/assets/img/index/main_4.jpg") no-repeat center center;
    }
}

@media(min-width:992px) {
    .wt_mainvis {
        /*    margin-top: 80px;*/
        height: 880px;
    }

    .wt_catch p {
        font-size: 40px;
        font-size: 4rem;
    }

    .wt_catch p span {
        font-size: 60px;
        font-size: 6rem;
    }

    .wt_catch_circle {
        width: 550px;
        height: 550px;
    }

    .wt_slider {
        height: 880px;
    }

    .wt_slider li {
        height: 880px;
    }
}

/*=========================================================
Reccomend - オススメ
=========================================================*/
.wt_recguide {
    margin-top: -50px;
    position: relative;
}

@media(min-width:992px) {
    .wt_recguide {
        margin-top: -100px;
    }
}

/*=========================================================
Copy - コピー
=========================================================*/
.wt_copy {
    font-size: 16px;
    font-size: 1.6rem;
    color: #0c88cc;
    font-weight: 600;
}

@media(min-width:992px) {
    .wt_copy {
        font-size: 20px;
        font-size: 2rem;
        color: #0c88cc;
        font-weight: 600;
    }

}

/*=========================================================
Intro - 導入
=========================================================*/
.wt_intro_list {
    padding: 3rem 0;
}

.wt_bg_intro {
    background: url("/assets/img/index/intro_1.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 56.25%;
}

@media(min-width:992px) {
    .wt_intro_list {
        padding: 6rem 3rem;
    }

    .wt_bg_intro {
        padding-top: 0;
    }
}

/*=========================================================
Strength - 強み
=========================================================*/
.wt_strength_list {
    padding: 3rem 0;
}

.wt_bg_strength_1,
.wt_bg_strength_2,
.wt_bg_strength_3 {
    background-size: cover;
    padding-top: 56.25%;
}

.wt_bg_strength_1 {
    background: url("/assets/img/index/strength_1.jpg") no-repeat center center;
    background-size: cover;
}

.wt_bg_strength_2 {
    background: url("/assets/img/index/strength_2.jpg") no-repeat center center;
    background-size: cover;
}

.wt_bg_strength_3 {
    background: url("/assets/img/index/strength_3.jpg") no-repeat center center;
    background-size: cover;
}

@media(min-width:992px) {
    .wt_strength_list {
        padding: 6rem 3rem;
    }

    .wt_bg_strength_1,
    .wt_bg_strength_2,
    .wt_bg_strength_3 {
        padding-top: 0;
    }
}


/*=========================================================
Feature - 特徴
=========================================================*/
.wt_feature {
    position: relative;
    margin-top: 30px;
}

.wt_feature:before {
    position: absolute;
    background: #0c88cc;
    color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 2rem;
    left: 50%;
    margin-left: -30px;
    top: -30px;
}

.wt_feature_1:before {
    content: "1";
}

.wt_feature_2:before {
    content: "2";
}

.wt_feature_3:before {
    content: "3";
}

.wt_feature h3,
.wt_feature p,
.wt_feature img {
    margin-bottom: 30px;
}

.wt_feature h3,
.wt_feature p {
    padding-left: 15px;
    padding-right: 15px;
}

.wt_feature h3 strong {
    color: #0c88cc;
    font-size: 24px;
    font-size: 2.4rem;
    background: linear-gradient(transparent 35%, #ffe31a 0%);
}

/*=========================================================
Strength - 強み
Strength - 強み
=========================================================*/
/*=========================================================
Card - カード
=========================================================*/
.wt_card {
    background: #fff;
    height: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .10);
    padding-bottom: 30px;
    border-radius: .6rem;
}

.wt_card h3,
.wt_card p,
.wt_card img {
    margin-bottom: 30px;
}

.wt_card h3,
.wt_card p {
    padding-left: 30px;
    padding-right: 30px;
}

.wt_card h3 {
    color: #0c88cc;
    font-size: 24px;
    font-size: 2.4rem;
}

.wt_card img {
    border-radius: .6rem .6rem 0 0;
}



/*=========================================================
Flow - フロー
=========================================================*/
.wt_flow h3,
.wt_flow p {
    padding-left: 15px;
    padding-right: 15px;
}

/*=========================================================
Carousel - カルーセル
=========================================================*/
.wt_carousel {
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .10);
    position: relative;
    z-index: 1;
    border-radius: .6rem;
}

.wt_carousel a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
}

.wt_carousel p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #767676;
    height: 8rem;
    overflow: hidden;
}

.owl-stage-outer {
    padding-bottom: 10px
}

/*=========================================================
ribbon - リボン
=========================================================*/
.wt_ribbon {
    color: #fff;
    background: rgba(12, 136, 204, .8);
    font-size: 16px;
    font-size: 1.6rem;
    height: 4.2rem;
    line-height: 4.2rem;
    display: inline-block;
    position: relative;
    padding: 0 3rem;
    margin: 0 0 -1rem -15px;
    z-index: 20;
    width: 200px;
    position: absolute;
    top: -15px;
}

.wt_ribbon:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    top: 0;
    right: -2.1rem;
    border-width: 2.1rem 2.1rem 2.1rem 0;
    border-color: rgba(12, 136, 204, .8) transparent rgba(12, 136, 204, .8) rgba(12, 136, 204, .8);
    border-style: solid;
}

@media(min-width:992px) {
    .wt_ribbon {
        height: 5.6rem;
        line-height: 5.6rem;
    }

    .wt_ribbon:after {
        right: -2.8rem;
        border-width: 2.8rem 2.8rem 2.8rem 0;
    }
}

/*=========================================================
Plan - プランテーブル
=========================================================*/
.wt_plan .col-15,
.wt_plan .col-sm-15,
.wt_plan .col-md-15,
.wt_plan .col-lg-15 {
    padding-right: 7px;
    padding-left: 7px;
}

.wt_plan h4 {
    background: #0c88cc;
    height: 6rem;
    line-height: 6rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    position: relative;
}

.wt_plan h4:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 6rem;
    width: 0;
    height: 0;
    border-right: 3rem solid transparent;
    border-top: 1.5rem solid #0c88cc;
    border-left: 3rem solid transparent;
    margin-left: -3rem;
    z-index: 5;
}

.wt_plan h4.ichioshi {
    background: #fa3515;
    margin-top: 0;
    height: 7rem;
    line-height: 7rem;
}

.wt_plan h4.ichioshi:before {
    top: 7rem;
    border-top: 1.5rem solid #fa3515;
}

.wt_plan li {
    padding: 1rem 0;
    font-weight: bold;
    font-size: 1.8rem;
}

@media (min-width: 992px) {
    .wt_plan li {
        padding: 1.5rem 0;
    }
}

.wt_plan span {
    font-size: 1.2rem;
    display: block;
    font-weight: normal;
    color: #767676;
}

.wt_plan strong {
    font-size: 3rem;
    margin-right: .3rem;
    line-height: 1.3;
    font-weight: 700;
}

/*=========================================================
Youtube - 動画埋め込み
=========================================================*/
.wt_youtube_cont {
    padding: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    border-radius: .6rem;
}

.wt_youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.wt_youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*=========================================================
Information - お知らせ
=========================================================*/
.wt_info_bdr {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    height: 100%;
    padding: 15px;
    overflow: auto;
}

.wt_info_bdr h3 {
    font-size: 1.6rem;
    margin-bottom: .8em;
    line-height: 1.9;
}

.wt_info_bdr p {
    font-size: 1.4rem;
    padding-bottom: .8em;
    margin-bottom: .8em;
    border-bottom: 1px solid #ebebeb;
}

/*=========================================================
Marker - マーカー
=========================================================*/
.wt_marker {
    background: linear-gradient(transparent 35%, #ffe31a 0%);
    font-size: 1.25em;
}

.wt_sec_blue .wt_marker {
    background: linear-gradient(transparent 35%, #ff9c07 0%);
}

/*=========================================================
checklist - チェックリスト
=========================================================*/
.wt_check {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wt_check li {
    position: relative;
    padding: 0 0 0 2em;
    margin: 0;
}

.wt_check li::before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    color: #0c88cc;
}

.wt_sec_blue .wt_check li::before {
    color: #fff;
}

@media(min-width:992px) {
    .wt_check li {
        line-height: 2.2;
    }
}

/*=========================================================
Main - メインコンテンツ
=========================================================*/
.wt_main {
    margin-top: 45px;
}
.index .wt_main {
    margin-top: 0;
}

@media(min-width:992px) {
    .wt_main {
        margin-top: 80px;
    }
    .index .wt_main {
        margin-top: 0;
    }
}

/*=========================================================
Headvisual - 下部ページヘッダ
=========================================================*/
.wt_headvis {
    background: url(/assets/img/common/bg_head_default.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.wt_head_company {
    background: url(/assets/img/company/bg_head_company.jpg) no-repeat center center;
    background-size: cover;
}

.wt_head_transactions {
    background: url(/assets/img/company/bg_head_company.jpg) no-repeat center center;
    background-size: cover;
}

.wt_head_terms {
    background: url(/assets/img/company/bg_head_company.jpg) no-repeat center center;
    background-size: cover;
}

.wt_head_privacy {
    background: url(/assets/img/company/bg_head_company.jpg) no-repeat center center;
    background-size: cover;
}

.wt_headvis:before {
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
    margin: auto;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
}

.wt_headvis h1 {
    color: #fff;
    z-index: 3;
    position: relative;
    font-size: 24px;
    font-size: 2.4rem;
}

@media(min-width:992px) {
    .wt_headvis {
        padding: 140px 0;
    }

    .wt_headvis h1 {
        font-size: 36px;
        font-size: 3.6rem;
    }
}



/*=========================================================
Timeline - タイムライン
=========================================================*/
/* Timeline holder */
.wt_timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

/* Timeline vertical line */
.wt_timeline:before {
    content: ' ';
    background: #0c88cc;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

.wt_timeline-item {
    margin: 20px 0;
}

/* Timeline item arrow */
.wt_timeline-arrow {
    border-top: 1rem solid transparent;
    border-right: 1rem solid #fff;
    border-bottom: 1rem solid transparent;
    display: block;
    position: absolute;
    left: 3.5rem;
}

/* Timeline item circle marker */
.wt_timeline-item::before {
    content: ' ';
    background: #0c88cc;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
