@charset "utf-8";



/*===================================
privacy
==================================*/

/* 基本設定 */

.tit_margin {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px dashed #4e7bc3;
}
.txt a{
  text-decoration: underline;
  color: #4977bf;
}
.privacyWrap .mainWrap {
    color: #333;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.privacyWrap .mainWrap a {
    color: #1D7DBE;
}
.up-gapx-20 .col222{
  width:66.666%;  
}

.privacyWrap .ttl01,
.covenantWrap .ttl01 {
    color: #fff;
    font-size: 18px;
    background: -webkit-gradient(linear, left top, left bottom, from(#7c9fd1), to(#3469b8));
    background: linear-gradient(to bottom, #7c9fd1 0%, #3469b8 100%);
    -webkit-box-shadow: 0 4px 4px #e7e7e7e7;
    box-shadow: 0 4px 4px #e7e7e7e7;
    border: solid 4px #b8d0ed;
    padding: 10px;
    margin-bottom: 20px;
}

.privacyWrap .ttl02 {
    font-size: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e7e7e7));
    background: linear-gradient(to bottom, #fefefe 0%, #e7e7e7 100%);
    border: solid 2px #ccc;
    padding: 5px 10px 5px 25px;
    margin-bottom: 15px;
    position: relative;
}

.privacyWrap .ttl02:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: calc(100% - 10px);
    background: -webkit-gradient(linear, left top, left bottom, from(#c6d6ed), to(#90afdd));
    background: linear-gradient(to bottom, #c6d6ed 0%, #90afdd 100%);
    position: absolute;
    top: 5px;
    left: 10px;
}

@media (max-width: 599px) {
    .privacyWrap .mainWrap {
        font-size: 14px;
    }

    .privacyWrap .ttl01 {
        font-size: 16px;
        padding: 5px 10px;
    }

    .privacyWrap .ttl02 {
        font-size: 14px;
    }
}



/* privacyBox */

.privacyBoxList .item + .item {
    margin-top: 30px;
}



/*===================================
covenant
==================================*/

/* 基本設定 */

.covenantWrap .mainWrap {
    color: #333;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.covenantWrap .mainWrap a {
    color: #1D7DBE;
}

@media (max-width: 599px) {
    .covenantWrap .mainWrap {
        font-size: 14px;
    }
}



/* covenantBox */

.covenantBoxTable table {
    width: 100%;
}

.covenantBoxTable table .tit {
    font-size: 18px;
    border-bottom: solid 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.covenantBoxTable table th {
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    background: #D2E0F0;
    border: solid 1px #BBB;
}

.covenantBoxTable table td {
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #BBB;
    padding: 10px;
}

.covenantBoxTable table thead th a {
    display: block;
    padding: 10px;
}

.covenantBoxTable table tbody th {
    padding: 10px;
    text-align: left;
}

.covenantBoxTable table tbody td {
    background: #EFF4F8;
    text-align: center;
}

@media (max-width: 599px) {
    .covenantBoxTable table + table {
        margin-top: 20px;
    }

    .covenantBoxTable table .tit {
        font-size: 14px;
    }

    .covenantBoxTable table th {
        font-size: 12px;
    }

    .covenantBoxTable table td {
        font-size: 12px;
    }

    .covenantBoxTable table thead th {
        background: #fff;
    }

    .covenantBoxTable table tbody th {
        display: block;
        width: 100%;
    }

    .covenantBoxTable table tbody td {
        display: block;
        width: 100%;
        text-align: left;
    }
}
/*===================================
covenant1
==================================*/
    .covenantWrap .ttl02{
      padding: 10px;
      margin: 20px 0;
      border-bottom: 2px solid #333;
      background-color: #09C;
      color: #FFF;
      font-size: 150%;
      font-weight: bold;
    }
    .ttl03{
        margin: 20px 0 10px;
        font-size: 120%;
        font-weight: bold;
    }
    .item p {
      margin: 0 0 15px;
      font-size: 90%;
      line-height: 1.5;
      text-align: left;
      zoom: 100%;
    }
    .item table{
      margin: 0 auto 15px;
      width: 100%;
      border-collapse: collapse;
      font-weight: bold;
    }
    .item table tr td{
	    font-size:80%;
	    padding:5px 10px;
	    text-align:left;
    }


/*===================================
introduction
==================================*/

/* 基本設定 */

.introWrap .mainWrap {
    color: #333;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.introWrap .ttl01 {
    color: #fff;
    font-size: 22px;
    background: #0193E8;
    border-left: 15px #1E6ABC solid;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.introWrap .ttl02 {
    color: #1E6ABC;
    font-size: 22px;
    border-bottom: solid 1px #1E6ABC;
    border-left: solid 10px #1E6ABC;
    padding-left: 10px;
    margin-bottom: 15px;
}

@media (max-width: 599px) {
    .introWrap .mainWrap {
        font-size: 14px;
    }
}



/* introBox */

.introBoxList .item + .item {
    margin-top: 30px;
}

.introBoxList .item .txt {
    border: solid 1px #ccc;
    padding: 15px;
}

@media (max-width: 599px) {
    .introWrap .ttl01 {
        font-size: 20px;
        border-left-width: 10px;
    }

    .introWrap .ttl02 {
        font-size: 18px;
        border-left-width: 6px;
    }

    .introBoxList .item .txt {
        padding: 10px;
    }
}



/*===================================
public_notice
==================================*/

/* 基本設定 */

.noticeWrap .mainWrap {
    color: #333;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.noticeWrap .mainWrap a {
    color: #1D7DBE;
}

.noticeWrap .ttl01 {
    color: #fff;
    font-size: 20px;
    background: #0057a0;
    border-left: solid 4px #00a0e9;
    padding: 5px 10px;
    margin-bottom: 20px;
}

@media (max-width: 599px) {
    .noticeWrap .ttl01 {
        font-size: 18px;
    }
}



/* noticeBox */

.noticeBoxList li {
    font-size: 14px;
    list-style: disc;
    list-style-position: inside;
}

.noticeBoxList li + li {
    margin-top: 10px;
}

.noticeBoxList li a {
    text-decoration: underline;
}



/*===================================
cancel
===================================*/

/* 基本設定 */

.cancelWrap .mainWrap {
    color: #333;
    font-size: 14px;
    font-family: Meiryo, sans-serif;
}

.cancelWrap .ttl01 {
    color: #3d7bb0;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.cancelWrap .ttl02 {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #3d7bb0;
    padding: 10px;
    margin: 20px 0;
}

@media (max-width: 1024px) {
    .cancelWrap .ttl01 {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .cancelWrap .mainWrap {
        font-size: 12px;
    }

    .cancelWrap .ttl01 {
        font-size: 22px;
    }

    .cancelWrap .ttl02 {
        font-size: 18px;
    }
}



/* cancelBox */

.cancelBoxList {
    border: solid #3d7bb0 2px;
    border-radius: 10px;
    padding: 20px;
}

.cancelBoxList .item + .item {
    margin-top: 30px;
}

.cancelBoxList .item .tit01 {
    color: #3d7bb0;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.cancelBoxList .item .tit02 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #6fa8d8;
    padding: 5px 10px;
    text-align: center;
}

.cancelBoxList .item .tit03 {
    color: #d75571;
    font-weight: bold;
    margin-bottom: 10px;
}

.cancelBoxList .item .table {
    width: 100%;
    border: 1px solid #d1d1d1;
}

.cancelBoxList .item .table th {
    width: 50%;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    background: #d1d1d1;
    padding: 15px;
    text-align: left;
}

.cancelBoxList .item .table tr:not(:last-of-type) th {
    border-bottom: 1px solid #fff;
}

.cancelBoxList .item .table td {
    width: 50%;
    font-size: 12px;
    border-bottom: 1px solid #d1d1d1;
    padding: 15px;
}

.cancelBoxList .item .txt {
    margin: 10px 0;
}

@media (max-width: 599px) {
    .cancelBoxList {
        padding: 10px;
    }

    .cancelBoxList .item .tit01 {
        font-size: 14px;
    }

    .cancelBoxList .item .tit02 {
        font-size: 14px;
        padding: 5px;
    }

    .cancelBoxList .item .table th {
        padding: 5px;
    }

    .cancelBoxList .item .table td {
        padding: 5px;
    }
}



/*===================================
emergency
===================================*/

/* 基本設定 */

.emergencyWrap .mainWrap a {
    color: #1D7DBE;
}

.emergencyWrap .ttl01 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #0057a0;
    border-left: solid 4px #00a0e9;
    padding: 5px 10px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .emergencyWrap .ttl01 {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .emergencyWrap .ttl01 {
        font-size: 16px;
    }
}



/* emergencyBox */

.emergencyBoxList .item + .item {
    margin-top: 30px;
}

.emergencyBoxList .item .tit {
    font-size: 20px;
    border-bottom: solid 2px #198CB4;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.emergencyBoxList .item .txt dt {
    font-weight: bold;
    margin-bottom: 5px;
}

@media (max-width: 1024px) {
    .emergencyBoxList .item .tit {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .emergencyBoxList .item .tit {
        font-size: 16px;
    }
}



/*===================================
mytabi
===================================*/

/* 基本設定 */

.mytabiWrap .mainWrap {
    color: #333;
    font-size: 16px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.mytabiWrap .mainWrap .fc-red {
    color: red;
}

.mytabiWrap .mainWrap a {
    color: #1D7DBE;
}

.mytabiWrap .mainWrap a:hover {
    color: #1D7DBE;
}



/* mytabiImg */

[data-element-id] .mytabiImg .pic.show\@sp {
    width: 500px;
}



/* mytabiLink */

.mytabiLink .list {
    border-bottom: 4px solid #f24800;
}

.mytabiLink-kaigai .list {
    border-bottom: 4px solid #3595D3;
}

.mytabiLink .list ul {
    max-width: 700px;
    margin: auto;
}

.mytabiLink .list li a {
    display: block;
    color: #333;
    font-size: 22px;
    background: #C7C7C7;
    border-radius: 5px 5px 0 0;
    padding: 15px;
    text-align: center;
}

.mytabiLink .list li a:hover {
    color: #333;
}

.mytabiLink .list li.active a {
    color: #fff;
    background: #f24800;
}

.mytabiLink-kaigai .list li.active a {
    background: #3595D3;
}

.mytabiLink .list li .txt {
    font-weight: bold;
}

@media (max-width: 599px) {
    .mytabiLink .list li a {
        font-size: 18px;
        padding: 10px;
    }

    .mytabiLink .list li .txt {
        display: block;
    }
}



/* mytabiBanner */

.mytabiBanner {
    text-align: center;
}

.mytabiBanner a {
    display: inline-block;
    width: 900px;
    max-width: 100%;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    background: rgb(251, 165, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 165, 0, 1)), to(rgba(255, 144, 0, 1)));
    background: linear-gradient(to bottom, rgba(251, 165, 0, 1) 0%, rgba(255, 144, 0, 1) 100%);
    border: solid 3px #e1e1e1;
    border-radius: 6px;
    padding: 15px 10px;
    position: relative;
}

.mytabiBanner a:after {
    display: block;
    content: "\f0da";
    font-family: "font awesome 5 free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mytabiBanner-large a {
    font-size: 28px;
    padding: 30px 10px;
}

@media (max-width: 599px) {
    .mytabiBanner a {
        font-size: 16px;
    }

    .mytabiBanner a:after {
        right: 10px;
    }

    .mytabiBanner-large a {
        font-size: 18px;
    }
}



/* mytabiIntro */

.mytabiIntro .box .left {
    width: 35%;
}

.mytabiIntro .box .right {
    width: 60%;
}

.mytabiIntro .box .info {
    background: #f7eee7;
    padding: 10px;
    margin-top: 35px;
}

.mytabiIntro .info .icon {
    margin-top: -48px;
}

.mytabiIntro .info .tit {
    color: #de0f3d;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.mytabiIntro .info-kaigai .tit {
    color: #1D7DBE;
}

.mytabiIntro .info .list {
    margin-top: 10px;
}

.mytabiIntro .info .list li {
    width: 50%;
}

.mytabiIntro .info .list li.full {
    width: 100%;
}

.mytabiIntro .info .list li a {
    height: 100%;
    color: #de0f3d;
    font-weight: bold;
    background: #fff;
    border: solid 2px #de0f3d;
    border-radius: 5px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0s;
    transition: 0s;
}

.mytabiIntro .info .list li .more {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    background: #de0f3d;
    border-radius: 4px;
    padding: 2px 10px;
}

.mytabiIntro .info .list li a:hover {
    color: #fff;
    background: #de0f3d;
    opacity: 1;
}

.mytabiIntro .info .list li a:hover .more {
    color: #de0f3d;
    background: #fff;
}

.mytabiIntro .attention {
    color: #21530a;
    font-size: 14px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mytabiIntro .attention img {
    margin-right: 5px;
}

.mytabiIntro .box .info-kaigai {
    background: #d7f1ff;
}

.mytabiIntro .info-kaigai .list li a {
    color: #1D7DBE;
    border: solid 2px #1D7DBE;
}

.mytabiIntro .info-kaigai .list li a:hover {
    background: #1D7DBE;
}

.mytabiIntro .info-kaigai .list li .more {
    background: #1D7DBE;
}

.mytabiIntro .info-kaigai .list li a:hover .more {
    color: #1D7DBE;
}

@media (max-width: 1024px) {
    .mytabiIntro .box .info {
        margin-top: 25px;
    }

    .mytabiIntro .info .icon {
        margin-top: -37px;
    }

    .mytabiIntro .info .list li .label {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .mytabiIntro .info .list li .more {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .mytabiIntro .info .list li .txt {
        margin-top: 5px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 599px) {
    .mytabiIntro .box .left {
        width: 60%;
        margin: auto;
    }

    .mytabiIntro .box .right {
        width: 100%;
        margin-top: 20px;
    }

    .mytabiIntro .box .info {
        margin-top: 20px;
    }

    .mytabiIntro .info .icon {
        margin-top: -32px;
    }

    .mytabiIntro .info .list li {
        width: 100%;
    }

    .mytabiIntro .info .list li a {
        font-size: 14px;
    }
}



/* mytabiPoint */

.mytabiPoint .tit01 {
    font-size: 26px;
    font-weight: bold;
    background: url(/import/tenant_1/www.wbf.co.jp/information/mytabipage/img/pc/bg_mainttl.gif);
    padding: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mytabiPoint .tit01 img {
    margin-right: 10px;
}

.mytabiPoint .tit02 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: dashed 3px #ffe400;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.mytabiPoint .tit03 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 4px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mytabiPoint .tit04 {
    color: #de0f3c;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.mytabiPoint .tit04 img {
    margin-right: 5px;
}

.mytabiPoint .tit05 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mytabiPointList .item + .item {
    margin-top: 40px;
}

.mytabiPointList .box {
    margin-top: 30px;
}

.mytabiPointList .boxBorder + .boxBorder {
    border-top: dashed 3px #ffe400;
    padding-top: 30px;
}

.mytabiPointList .item .left {
    width: 56%;
}

.mytabiPointList .item .right {
    width: 39%;
}

.mytabiPointList .item .cap {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}

.mytabiPointList .item .txt {
    margin-top: 10px;
}

.mytabiPointList .item .deco {
    -webkit-text-decoration: underline 8px #fffd68;
    text-decoration: underline 8px #fffd68;
    text-underline-offset: -8px;
}

.mytabiPointList .item .btn li {
    margin: 10px 0;
    text-align: center;
}

.mytabiPointList .item .btn a {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    color: #fff;
    font-size: 22px;
    background: #009fd3;
    border-radius: 10px;
    padding: 10px;
}

.mytabiPointList .item .icon img {
    margin: auto;
}

.mytabiPointList .item .info01 {
    margin-top: 10px;
}

.mytabiPointList .item .info01 li {
    list-style: decimal;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

.mytabiPointList .item .info01 li + li {
    margin-top: 10px;
}

.mytabiPointList .item .info02 {
    margin-top: 10px;
}

.mytabiPointList .item .info02 dl + dl {
    margin-top: 10px;
}

.mytabiPointList .item .info02 dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.mytabiPointList .item .info03 {
    border: solid 1px #dcdcdc;
    padding: 10px;
    margin-top: 10px;
}

.mytabiPointList .item .info03 dl + dl {
    margin-top: 20px;
}

.mytabiPointList .item .info03 dt {
    font-weight: bold;
    border-bottom: solid 3px #fead00;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.mytabiPointList .item .info03 dd {
    font-size: 14px;
}

.mytabiPointList .item .info03 dd ul {
    padding-left: 1em;
    list-style: disc;
}

.mytabiPointList .item .info03 dd li + li {
    margin-top: 5px;
}

.mytabiPointList .item .info04 {
    border: solid 1px #dcdcdc;
    padding: 10px;
    margin-top: 10px;
}

.mytabiPointList .item .info04 dl + dl {
    margin-top: 10px;
}

.mytabiPointList .item .info04 dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.mytabiPointList .item .info04 dd {
    font-size: 14px;
}

.mytabiPointList .item .info04 dd ul {
    padding-left: 1em;
    list-style: disc;
}

.mytabiPointList .item .info04 dd li + li {
    margin-top: 5px;
}

.mytabiPointList .item .info05 li {
    width: 160px;
}

.mytabiPointList .item .pic img[href] {
    border: solid 1px #e1e1e1;
    cursor: pointer;
}

.mytabiPointList .item .pic img[href]:hover {
    border: solid 1px #de0f3c;
}

@media (max-width: 1024px) {
    .mytabiPoint .tit01 {
        font-size: 22px;
    }

    .mytabiPoint .tit01 img {
        margin-bottom: 5px;
    }

    .mytabiPoint .tit02 {
        font-size: 20px;
    }

    .mytabiPoint .tit03 {
        font-size: 20px;
    }

    .mytabiPoint .tit04 {
        font-size: 20px;
    }

    .mytabiPointList .item .btn li a {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .mytabiPoint .tit01 {
        font-size: 18px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mytabiPoint .tit01 img {
        margin-bottom: 5px;
    }

    .mytabiPoint .tit02 {
        font-size: 18px;
    }

    .mytabiPoint .tit03 {
        font-size: 18px;
    }

    .mytabiPoint .tit04 {
        font-size: 18px;
    }

    .mytabiPointList .item .left {
        width: 100%;
    }

    .mytabiPointList .item .right {
        width: 100%;
        margin-top: 20px;
    }

    .mytabiPointList .item .btn li a {
        font-size: 18px;
    }
}

#point5 h4{
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #666;
  text-align: center;
}
#point5 h4 span{
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
#point5 h4 span > span{
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid #e6a521;
}

/*===================================
voice
===================================*/

/* 基本設定 */

.voiceWrap .mainWrap {
    color: #333;
    font-size: 14px;
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.voiceWrap .ttl01 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    background: #3d7bae;
    padding: 10px 50px;
    margin: 0 auto 50px;
    text-align: center;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.voiceWrap .ttl01 .inn {
    display: block;
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
}

.voiceWrap .ttl01 .inn > * {
    display: block;
}

.voiceWrap .ttl01 .lead {
    font-size: 28px;
    font-weight: bold;
}

.voiceWrap .ttl01 .sub {
    margin-top: 5px;
}

.voiceWrap .ttl01 .sub img {
    margin: auto;
}

.voiceWrap .ttl02 {
    color: #3d7bae;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.voiceWrap .ttl02:before, .voiceWrap .ttl02:after {
    content: "";
    display: block;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: #3d7bae;
    width: 28px;
    height: 7px;
    margin: 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .voiceWrap .ttl01 {
        margin-bottom: 40px;
    }

    .voiceWrap .ttl01 .lead {
        font-size: 24px;
    }

    .voiceWrap .ttl02 {
        font-size: 24px;
        margin-bottom: 40px;
    }
}

@media (max-width: 599px) {
    .voiceWrap .ttl01 {
        width: 85%;
        padding: 10px 30px;
        margin-bottom: 30px;
    }

    .voiceWrap .ttl01 .lead {
        font-size: 20px;
    }

    .voiceWrap .ttl02 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}



/* voiceImg */

[data-element-id] .voiceImg .pic.show\@sp {
    width: 500px;
}



/* voiceIntro */

.voiceIntro {
    position: relative;
    overflow: hidden;
}

.voiceIntro:after {
    display: block;
    content: "";
    width: 100%;
    height: 80px;
    background: #eaeaea;
    position: absolute;
    left: 0;
    bottom: 0;
}

.voiceIntro .inner {
    position: relative;
    z-index: 5;
}

.voiceIntro .box {
    width: 80%;
    max-width: 850px;
    background: #e6a521;
    padding: 40px;
    margin: auto;
    position: relative;
}

.voiceIntro .box:before, .voiceIntro .box:after {
    display: block;
    content: "";
    width: 20%;
    height: 20%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.voiceIntro .box:before {
    background: url(/upload/tenant_1/uv_point01.webp) no-repeat;
    background-size: contain;
    right: 99%;
}

.voiceIntro .box:after {
    background: url(/upload/tenant_1/uv_point02.webp) no-repeat;
    background-size: contain;
    left: 99%;
}

.voiceIntro .box .tit {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.voiceIntro .box .tit > * {
    display: block;
}

.voiceIntro .box .tit .sub {
    font-size: 70%;
}

.voiceIntro .box .tit:after {
    display: block;
    content: "";
    width: 100px;
    height: 5px;
    border-radius: 6px;
    background: #fff;
    margin: 30px auto;
}

.voiceIntro .box .txt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.voiceIntro .box .name {
    text-align: center;
}

.voiceIntro .box .bg {
    display: block;
    width: 60px;
    height: 60px;
    border: solid 4px #f3d290;
    position: absolute;
}

.voiceIntro .box .bg01 {
    border-right: none;
    border-bottom: none;
    top: 15px;
    left: 15px;
}

.voiceIntro .box .bg02 {
    border-left: none;
    border-bottom: none;
    top: 15px;
    right: 15px;
}

.voiceIntro .box .bg03 {
    border-top: none;
    border-right: none;
    left: 15px;
    bottom: 15px;
}

.voiceIntro .box .bg04 {
    border-top: none;
    border-left: none;
    right: 15px;
    bottom: 15px;
}

@media (max-width: 1024px) {
    .voiceIntro .box .tit {
        font-size: 24px;
    }

    .voiceIntro .box .bg {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 599px) {
    .voiceIntro .box {
        width: 100%;
        padding: 20px;
    }

    .voiceIntro .box:before, .voiceIntro .box:after {
        display: none;
    }

    .voiceIntro .box .tit {
        font-size: 20px;
    }

    .voiceIntro .box .tit:after {
        width: 80px;
        height: 3px;
        margin: 20px auto;
    }

    .voiceIntro .box .txt {
        font-size: 14px;
    }

    .voiceIntro .box .bg {
        width: 30px;
        height: 30px;
    }

    .voiceIntro .box .bg01 {
        top: 10px;
        left: 10px;
    }

    .voiceIntro .box .bg02 {
        top: 10px;
        right: 10px;
    }

    .voiceIntro .box .bg03 {
        left: 10px;
        bottom: 10px;
    }

    .voiceIntro .box .bg04 {
        right: 10px;
        bottom: 10px;
    }
}



/* voiceExam */

.voiceExam {
    background: #eaeaea;
}

.voiceExamBox + * {
    margin-top: 70px;
}

[data-element-id] .voiceExamList {
    display: flex;
    flex-wrap: wrap;
}

.voiceExamList {
    padding: 0 20px;
}

[data-element-id] .voiceExamList .item {
    width: 31.333%;
    margin: 0 1% 20px;
}

.voiceExamList .item {
    margin: 0 10px;
}

.voiceExamList .item .info01 {
    background: #90969c;
    padding: 15px;
}

.voiceExamList .info01 .icon {
    width: 45px;
    margin-right: 10px;
}

.voiceExamList .info01 .right {
    width: calc(100% - 55px);
    color: #fff;
}

.voiceExamList .info01 .date {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.voiceExamList .info01 .name {
    margin-bottom: 5px;
}

.voiceExamList .info01 .label dt {
    font-size: 12px;
    background: #3a77c7;
    border-radius: 4px;
    padding: 1px 8px;
    margin-right: 10px;
}

.voiceExamList .info01 .label dt.kaigai {
    background: #2896c7;
}

.voiceExamList .info01 .label dd {
    font-size: 12px;
}

.voiceExamList .info01 .comment {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
}

.voiceExamList .item .info02 {
    background: url(/import/tenant_1/www.wbf.co.jp/information/img/voice_improvement/triangle01.png) top right no-repeat #e6a521;
    padding: 20px;
}

.voiceExamList .item .info02 dt {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.voiceExamList .slick-arrow {
    width: auto;
    height: auto;
}

.voiceExamList .slick-arrow:before {
    display: block;
    opacity: 1;
}

.voiceExamList .slick-prev {
    left: 0;
}

.voiceExamList .slick-prev:before {
    content: url(/file_contents/7667/get);
}

.voiceExamList .slick-next {
    right: 0;
}

.voiceExamList .slick-next:before {
    content: url(/import/tenant_1/www.wbf.co.jp/information/img/voice_improvement/arrow-r.jpg);
}

.voiceExamList .slick-dots {
    left: 0;
}

.voiceExamList .slick-dots li {
    margin: 0;
}

.voiceExamList .slick-dots li.slick-active button:before {
    color: #007aff;
}



/* voiceFeed */

.voiceFeed {
    position: relative;
}

.voiceFeed:before, .voiceFeed:after {
    display: block;
    content: "";
    width: 20%;
    height: 80%;
    background-size: cover;
    position: absolute;
}

.voiceFeed:before {
    background: url(/import/tenant_1/www.wbf.co.jp/information/img/voice_improvement/back-l.png) no-repeat;
    background-size: cover;
    left: 0;
    bottom: 5%;
}

.voiceFeed:after {
    background: url(/import/tenant_1/www.wbf.co.jp/information/img/voice_improvement/back-r.png) no-repeat;
    background-size: cover;
    top: 5%;
    right: 0;
}

.voiceFeed .inner {
    position: relative;
    z-index: 5;
}

.voiceFeedList .item + .item {
    margin-top: 50px;
}

.voiceFeedList .item .left {
    width: 55%;
}

.voiceFeedList .item .right {
    width: 45%;
    background: url(/import/tenant_1/www.wbf.co.jp/information/img/voice_improvement/triangle02.png) top right no-repeat #eaeaea;
    padding: 60px;
}

.voiceFeedList .item .tit {
    color: #3d7bae;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .voiceFeedList .item .left {
        width: 50%;
    }

    .voiceFeedList .item .right {
        width: 50%;
        padding: 30px;
    }

    .voiceFeedList .item .tit {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .voiceFeedList .item .left {
        width: 100%;
    }

    .voiceFeedList .item .right {
        width: 100%;
        padding: 15px;
    }

    .voiceFeedList .item .tit {
        font-size: 20px;
    }
}



/*===================================
insurance
===================================*/

/* 基本設定 */

.insuranceWrap .mainWrap {
    color: #333;
    font-size: 14px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.insuranceWrap .ttl01 {
    font-size: 22px;
    margin-bottom: 10px;
}

.insuranceWrap .ttl02 {
    color: #fff;
    font-size: 22px;
    background: #3993E1;
    padding: 10px;
    margin-bottom: 10px;
}

@media (max-width: 599px) {
    .insuranceWrap .ttl01 {
        font-size: 18px;
    }

    .insuranceWrap .ttl02 {
        font-size: 18px;
        padding: 5px;
    }
}



/* insuranceImg */

.insuranceImg .inner {
    width: 100%;
}



/* insuranceIntro */

.insuranceIntroBox .left {
    width: 80%;
}

.insuranceIntroBox .right {
    width: 15%;
}

@media (max-width: 599px) {
    .insuranceIntroBox .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .insuranceIntroBox .right {
        width: 60%;
        margin: auto;
    }
}



/* insuranceCont */

.insuranceContLeft {
    width: 270px;
}

.insuranceContLeft .tit01 {
    color: #0581BE;
    font-size: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.insuranceContLeft .tit01 .icon {
    width: 40px;
    margin-right: 5px;
}

.insuranceContLeft li + li {
    margin-top: 20px;
}

.insuranceContLeft li .tit02 {
    font-size: 22px;
    font-weight: bold;
    border-left: 10px solid #959393;
    border-top: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
}

.insuranceContRight {
    width: calc(100% - 300px);
}

.insuranceContRight .info01 {
    margin-bottom: 10px;
}

.insuranceContRight .info01 dl {
    background: aliceblue;
    border: 1px solid #999;
    padding: 10px;
}

.insuranceContRight .info01 dt {
    font-size: 16px;
    font-weight: bold;
}

.insuranceContRight .tit01 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.insuranceContRight .tit01 > * {
    display: block;
}

.insuranceContRight .tit01 .sub {
    font-size: 14px;
}

.insuranceContRight .table {
    margin-bottom: 10px;
}

.insuranceContRight .table table {
    width: 100%;
}

.insuranceContRight .table tr:first-of-type {
    background: #DCFBFE;
}

.insuranceContRight .table tr:last-of-type {
    background: #FCEED7;
}

.insuranceContRight .table td {
    font-weight: bold;
    border: 1px solid #595959;
    padding: 5px;
    text-align: center;
}

.insuranceContRight .info02 {
    margin-bottom: 10px;
}

.insuranceContRight .info02 li + li {
    margin-top: 5px;
}

.insuranceContRight .info03 {
    margin-top: 20px;
}

.insuranceContRight .info03 dd {
    margin-top: 5px;
}

@media (max-width: 599px) {
    .insuranceContLeft {
        width: 100%;
        margin-bottom: 20px;
    }

    .insuranceContLeft li .tit02 {
        font-size: 18px;
    }

    .insuranceContRight {
        width: 100%;
    }

    .insuranceContRight .tit01 {
        font-size: 18px;
    }

    .insuranceContRight .table td {
        font-size: 12px;
    }

    .insuranceContRight .info03 dl {
        border: 1px solid #ccc;
        padding: 5px;
    }

    .insuranceContRight .info03 dt {
        font-size: 12px;
    }

    .insuranceContRight .info03 dd {
        font-size: 12px;
    }
}



/*===================================
seat
==================================*/

/* 基本設定 */

.seatWrap .mainWrap {
    color: #333;
    font-size: 16px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.seatWrap .ttl01 {
    max-width: 1200px;
    color: #fff;
    font-size: 30px;
    background: #4977bf;
    border-radius: 5px;
    padding: 50px 0;
    margin: 0 auto 30px;
    text-align: center;
}

@media (max-width: 599px) {
    .seatWrap .ttl01 {
        font-size: 26px;
        border-radius: 0;
    }
}



/* seatCont */
.seatContBtn ul{align-items: flex-end;}

.seatContBtn li a {
    display: block;
    color: #4977bf;
    font-size: 18px;
    font-weight: bold;
    background: #fafafa;
    border: solid 2px #4977bf;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    text-align: center;
}

.seatContBtn li.active a {
    color: #FFF;
    background: #4977bf;
}

.seatContBtn li a .txt {
    display: block;
    border-bottom: dotted 1px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.seatContList {
    background: #4977bf;
    padding: 50px 0;
}

.seatContItem {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
}

.seatContItem .tit01 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.seatContItem .info01 {
    margin-bottom: 30px;
}

.seatContItem .info01 dl {
    max-width: 600px;
    border: 2px solid #DD0000;
    padding: 15px;
    margin: auto;
}

.seatContItem .info01 dt {
    color: #DD0000;
    font-size: 18px;
    text-align: center;
}

.seatContItem .info01 dd {
    border-top: 1px dotted #DD0000;
    margin-top: 10px;
    padding-top: 10px;
    word-break: break-all;
}

.seatContItem .info01 dd a {
    color: #1D7DBE;
}

.seatContItem .box + .box {
    margin-top: 30px;
}

.seatContItem .box .tit02 {
    color: #4977bf;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #4977bf;
    margin-bottom: 20px;
}

.seatContItem .box .tit03 {
    color: #4977bf;
    font-weight: bold;
    border-bottom: 1px solid #4977bf;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.seatContItem .box .txt {
    margin-top: 20px;
}

[data-element-id] .seatContItem .box .img.show\@sp {
    width: 500px;
}

.seatContItem .box .img {
    background: #eee;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}

.seatContItem .box .img img {
    border: solid 2px #fff;
    margin: auto;
}

.seatContItem .box .btn {
    margin-top: 20px;
}

.seatContItem .box .btn a {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    color: #fff;
    background: #4977bf;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
}

.seatContItem .box .info02 {
    margin-top: 20px;
}

.seatContItem .box .info02 dl {
    max-width: 700px;
    border: 1px solid #4977bf;
    padding: 10px;
    margin: auto;
}

.seatContItem .box .info02 dt {
    color: #4977bf;
    font-weight: bold;
    border-bottom: 1px dotted #4977bf;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.seatContItem .box .info02 dd {
    color: #4977bf;
    font-size: 14px;
}

.seatContItem .box .info03 {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
}

.seatContItem .box .info03 .tit {
    font-weight: bold;
    border-bottom: solid 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.seatContItem .box .info03 dl {
    margin-top: 20px;
}

.seatContItem .box .info03 dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.seatContItem .box .info03 .btn {
    text-align: center;
}

.seatContItem .box .table {
    margin-top: 20px;
}

.seatContItem .box .table table {
    max-width: 100%;
    margin: auto;
}

.seatContItem .box .table tr:first-of-type th {
    color: #fff;
    background: #4977bf;
}

.seatContItem .box .table th {
    background: #fafafa;
    border: 1px solid #4977bf;
    padding: 10px;
    text-align: center;
}

.seatContItem .box .table td {
    border: 1px solid #4977bf;
    padding: 10px;
    text-align: center;
}

.seatContList .attention {
    border: solid 1px #fff;
    max-width: 700px;
    margin: 30px auto 0;
}

.seatContList .attention .tit {
    color: #4977bf;
    font-size: 18px;
    font-weight: bold;
    background: #FFF;
    padding: 5px 20px;
}

.seatContList .attention .txt {
    color: #FFF;
    padding: 20px;
}

.seatContItem .txtlink {
  margin-bottom: 20px;
  color: #228b22;
}

.seatContItem .txtlink span {
  display: flex;
}

.seatContItem .txtlink a {
    width: calc(100% / 2);
    text-align: center;
}

@media (max-width: 599px) {
    .seatContBtn li a {
        font-size: 16px;
        border: solid 2px #4977bf;
        border-radius: 5px;
    }

    .seatContBtn li a .txt {
        display: inline-block;
        border: none;
        padding: 0;
        margin: 0;
    }

    .seatContBtn li a .txt + .txt:before {
        content: "/";
        margin: 0 5px;
    }

    .seatContItem {
        padding: 15px;
    }

    .seatContItem .tit01 {
        font-size: 22px;
    }

    .seatContItem .box .img {
        padding: 10px;
    }

    .seatContItem .box .btn {
        text-align: center;
    }

    .seatContItem .box .table th {
        font-size: 14px;
    }

    .seatContItem .box .table td {
        font-size: 14px;
    }
    
    .seatContItem .txtlink span {
        display: block;
    }

}



/*===================================
promise
==================================*/

/* 基本設定 */

.promiseWrap .mainWrap {
    color: #333;
    font-size: 16px;
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.promiseWrap .ttl01 {
    color: #4b7baa;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 599px) {
    .promiseWrap .ttl01 {
        font-size: 7vw;
    }
}



/* promiseImg */

.promiseImg {
    position: relative;
}

.promiseImg .pic {
    height: 515px;
}

[data-element-id] .promiseImg .show\@sp {
  width: 500px;
}

.promiseImg .catch {
    color: #fff;
    font-weight: bold;
    background: rgba(61, 123, 176, 0.8);
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: calc(50% - 500px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.promiseImg .catch .lead {
    font-size: 26px;
    margin-bottom: 15px;
}

.promiseImg .catch .sub {
    font-size: 14px;
}

@media (max-width: 599px) {
    .promiseImg .pic {
        height: auto;
    }

    .promiseImg .catch {
        text-align: left;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }

    .promiseImg .catch .lead {
        font-size: 4.5vw;
        background: rgba(61, 123, 176, 0.8);
        padding: 10px;
        margin: 0;
        position: absolute;
        left: 4vw;
        bottom: 107%;
    }

    .promiseImg .catch .sub {
        font-size: 3.5vw;
    }
}



/* promiseCont */

.promiseCont .inner {
    width: 100%;
}

.promiseContList .item > * {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #f5f5f5), to(#f5f5f5));
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
    padding: 0 40px 40px;
    position: relative;
}

.promiseContList .item .pic {
    max-width: 300px;
    margin: auto;
}

.promiseContList .item .num {
    color: #ebeaea;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 20%;
}

.promiseContList .item .tit {
    color: #4c7a8f;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 10px;
    text-align: center;
}

.promiseContList .item .txt {
    color: #4c7a8f;
}

@media (max-width: 599px) {
    .promiseContList .item > * {
        padding: 0 20px 20px;
    }

    .promiseContList .item .num {
        font-size: 10vw;
        left: 7%;
    }

    .promiseContList .item .tit {
        font-size: 5vw;
    }

    .promiseContList .item .txt {
        font-size: 3.5vw;
    }
}



/*===================================
paidy
==================================*/

/* 基本設定 */

.paidyWrap .mainWrap {
    color: #607d8b;
    font-size: 16px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.paidyWrap .ttl01 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.paidyWrap .ttl01-pink {
    color: #e5258c;
}

.paidyWrap .ttl01-blue {
    color: #2196f3;
}

.paidyWrap .ttl01-green {
    color: #8bc34a;
}

.paidyWrap .btn {
    margin-top: 20px;
    text-align: center;
}

.paidyWrap .btn a {
    display: inline-block;
    width: 200px;
    max-width: 100%;
    color: #fff;
    background: #b0bec5;
    padding: 15px 10px;
    text-align: center;
}

@media (max-width: 599px) {
    .paidyWrap .ttl01 {
        font-size: 24px;
    }
}



/* paidyImg */

.paidyImg .inner {
    width: 100%;
    position: relative;
}

.paidyImg .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

[data-element-id] .paidyImg .pic {
    position: relative;
}

[data-element-id] .paidyImg .show\@sp {
    width: 500px;
}

.paidyImg .catch {
    width: 450px;
    max-width: 100%;
    height: 100%;
    min-height: 320px;
    background: rgba(255, 255, 255, 0.85);
    padding: 50px 20px;
    margin: 0 10% 0 auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.paidyImg .catch .logo {
    max-width: 220px;
    margin-bottom: 20px;
}

.paidyImg .catch .txt {
    font-size: 18px;
    text-align: center;
}

@media (max-width: 599px) {
    .paidyImg .catch {
        min-height: auto;
        padding: 30px 10px;
    }

    .paidyImg .catch .logo {
        max-width: 200px;
    }
}



/* paidyConv */

.paidyConvList .item > * {
    height: 100%;
    border: 2px solid #e5258c;
    border-radius: 5px;
    padding: 20px;
}

.paidyConvList .item .icon {
    height: 70px;
    margin-bottom: 10px;
}

.paidyConvList .item .icon img {
    max-height: 100%;
    margin: auto;
}

.paidyConvList .item .txt {
    color: #333;
    text-align: center;
}



/* paidyUse */

.paidyUseList .item > * {
    height: 100%;
    border: 2px solid #2196f3;
    border-radius: 5px;
    padding: 20px 10px 0 20px;
}

.paidyUseList .item .left {
    width: 50%;
}

.paidyUseList .item .right {
    width: 50%;
}

.paidyUseList .item .tit {
    color: #2196f3;
    font-size: 24px;
    margin-bottom: 10px;
}

.paidyUseList .item .tit .num {
    display: inline-block;
    font-size: 140%;
    margin-left: 5px;
}

@media (max-width: 599px) {
    .paidyUseList .item > * {
        padding: 10px 10px 0;
    }

    .paidyUseList .item .left {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .paidyUseList .item .right {
        width: 80%;
        margin: auto;
    }
}



/* paidyPay */

.paidyPayBox {
    border: 2px solid #8bc34a;
    border-radius: 5px;
    padding: 20px 20px 0;
}

.paidyPayList {
    max-width: 750px;
    margin: auto;
}

.paidyPayList .item > * {
    padding: 0 50px;
    position: relative;
}

.paidyPayList .item:nth-of-type(2n+1) > *:before {
    display: block;
    content: "";
    width: 25px;
    height: 31px;
    background: url(/upload/tenant_1/paidy_pay-arrow_pc.webp) no-repeat;
    position: absolute;
    top: 45%;
    left: 100%;
}

.paidyPayList .item .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.paidyPayList .item .desc {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.paidyPayFlow {
    margin-top: 20px;
}

.paidyPayFlow li {
    padding-left: 1.5em;
    position: relative;
}

.paidyPayFlow li + li {
    margin-top: 10px;
}

.paidyPayFlow li .num {
    color: #8bc34a;
    margin-right: 5px;
    position: absolute !important;
    top: 0;
    left: 0;
}

.paidyPayFlow li .note {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.paidyPayPic {
    margin-top: 20px;
}

[data-element-id] .paidyPayPic .pic.show\@sp {
    width: 500px;
}

.paidyPay .btn a {
    background: #8bc34a;
}

@media (max-width: 599px) {
    .paidyPayList .item > * {
        padding: 0;
    }

    .paidyPayList .item:nth-of-type(2n+1) > * {
        padding-bottom: 80px;
    }

    .paidyPayList .item:nth-of-type(2n+1) > *:before {
        top: calc(100% - 20px);
        left: 50%;
        -webkit-transform: translate(-50%, -100%) rotate(90deg);
        transform: translate(-50%, -100%) rotate(90deg);
    }

    .paidyPayList .item .tit {
        font-size: 16px;
    }
}



/* paidyContact */

.paidyContact .tit {
    margin-bottom: 10px;
    text-align: center;
}

.paidyContactInfo dl {
    background: #eceff1;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}

.paidyContactInfo dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.paidyContactInfo dd a {
    font-size: 18px;
    text-decoration: underline;
}

.paidyContactBtn {
    margin-top: 20px;
}

.paidyContactBtn .btn {
    margin-top: 0;
}

.paidyContactBtn .btn a {
    width: 100%;
}



/*===================================
depFlow
==================================*/

/* 基本設定 */

.depFlowWrap .mainWrap {
    color: #333;
    font-size: 16px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.depFlowWrap .mainWrap .red {
    color: #da2d41;
}

.depFlowWrap .ttl01 {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 5px solid #F39800;
    background: #FFF0D7;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.depFlowWrap .ttl02 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #2487DB;
    border-left: 10px solid #2487DB;
    padding: 5px 0px 5px 10px;
    margin-bottom: 20px;
}

.depFlowContList .ttl03 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.depFlowWrap .ttl04 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.depFlowWrap .btn-box-border {
    border: 3px solid #F39800;
    padding: 10px;
}

.depFlowWrap .btn-box li + li {
    margin-top: 10px;
}

.depFlowWrap .btn {
    text-align: center;
}

.depFlowWrap .btn a {
    display: block;
    color: #fff;
    font-size: 16px;
    background: #009fd3;
    border: #e2e2e2 solid 5px;
    border-radius: 5px;
    padding: 15px 10px;
}

.depFlowWrap .btns {
    text-align: center;
}

.depFlowWrap .btns a {
    display: block;
    color: #fff;
    font-size: 16px;
    background: #009fd3;
    width: 300px;
    border: #e2e2e2 solid 5px;
    border-radius: 5px;
    padding: 15px 10px;
}

@media (max-width: 1024px) {
    .depFlowWrap .ttl01 {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .depFlowWrap .mainWrap {
        font-size: 14px;
    }

    .depFlowWrap .ttl01 {
        font-size: 18px;
    }

    .depFlowWrap .ttl02 {
        font-size: 16px;
    }

    .depFlowWrap .ttl03 {
        font-size: 16px;
    }

    .depFlowWrap .ttl04 {
        font-size: 16px;
    }
    .depFlowWrap .btns a {
    width: 100%;
    }
}



/* depFlowImg */

.depFlowImg .left {
    width: 130px;
}

.depFlowImg .tit {
    font-size: 46px;
    text-align: center;
}

.depFlowImgBtn {
    margin-top: 20px;
}

.depFlowImgBtn li a {
    height: 100%;
    border: #1081BB solid 2px;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .depFlowImg .left {
        width: 100px;
    }

    .depFlowImg .tit {
        font-size: 32px;
    }
}

@media (max-width: 599px) {
    .depFlowImg .right {
        width: 100%;
        margin-top: 10px;
    }

    .depFlowImg .tit {
        font-size: 20px;
        font-weight: bold;
    }
}



/* depFlowCont */

.depFlowContList .item + .item {
    margin-top: 50px;
}

.depFlowContList .item .left {
    width: 68%;
}

.depFlowContList .item .right {
    width: 27%;
}

.depFlowContList .item .flex-pic .left {
    width: 55%;
}

.depFlowContList .item .flex-pic .right {
    width: 40%;
}

.depFlowContList .item .step dl + dl {
    margin-top: 30px;
}

.depFlowContList .item .step dd + dd {
    margin-top: 20px;
}

@media (max-width: 599px) {
    .depFlowContList .item .left {
        width: 100%;
    }

    .depFlowContList .item .right {
        width: 100%;
        margin-top: 20px;
    }

    .depFlowContList .item .flex-pic .left {
        width: 100%;
    }

    .depFlowContList .item .flex-pic .right {
        width: 100%;
    }
}



/*===================================
merit
==================================*/

/* 基本設定 */

.meritWrap .mainWrap {
    color: #333;
    font-size: 16px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.meritWrap .ttl01 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #ff7309;
    padding: 20px 0 5px 45px;
    margin-bottom: 20px;
    position: relative;
}

.meritWrap .ttl01:before {
    display: block;
    content: "";
    width: 40px;
    height: 51px;
    background: url(/import/tenant_1/www.wbf.co.jp/img/merritt/point_ttl01r.png) center top no-repeat;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.meritWrap .ttl02 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #ff7309;
    padding: 15px 0 5px 55px;
    margin-bottom: 20px;
    position: relative;
}

.meritWrap .ttl02:before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    background: url(/import/tenant_1/www.wbf.co.jp/img/merritt/point_ttl02r.png) center top no-repeat;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.meritWrap .btn {
    margin-top: 30px;
    text-align: center;
}

.meritWrap .btn a {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #ff7309;
    border: solid 4px #eee;
    border-radius: 10px;
    padding: 10px;
}

@media (max-width: 599px) {
    .meritWrap .ttl01 {
        font-size: 22px;
    }

    .meritWrap .ttl02 {
        font-size: 22px;
    }
}



/* meritImg */

.meritImg .pc {
    position: relative;
}

[data-element-id] .meritImg .show\@sp {
  width: 500px;
}

.meritImg .pc .tit {
    width: 60%;
    position: absolute;
    left: 0;
    bottom: 10%;
}

.meritImg .sp .left {
    width: 48%;
}

.meritImg .sp .right {
    width: 48%;
}

.meritImg .sp .txt {
    font-size: 14px;
}

.meritImgBtn {
    margin-top: 20px;
}

.meritImgBtn li a {
    color: #fff;
    font-size: 20px;
    background: #26689c;
    border: #e2e2e2 solid 5px;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.meritImgBtn li a:after {
    display: block;
    content: "▼";
    font-size: 10px;
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 10px;
}

@media (max-width: 599px) {
    .meritImgBtn li {
        width: 100%;
    }

    .meritImgBtn li a {
        font-size: 14px;
    }
}



/* meritCont */

.meritCont a {
    color: #1D7DBE;
    text-decoration: underline;
}

.meritContList .item {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 30px;
}

.meritContList .item + .item {
    margin-top: 30px;
}

.meritContList .item01 .left {
    width: 35%;
}

.meritContList .item01 .right {
    width: 60%;
}

.meritContList .item01 dl {
    margin-top: 20px;
}

.meritContList .item01 dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.meritContList .item01 dd {
    font-size: 28px;
    font-weight: bold;
}

.meritContList .item01 dd .deco {
    display: inline-block;
    color: #ff105f;
    background: url(/import/tenant_1/www.wbf.co.jp/img/merritt/point_icon.png) center left no-repeat;
    padding-left: 30px;
}

.meritContList .item02 .box {
    position: relative;
}

.meritContList .item02 .txt {
    width: 40%;
    position: absolute;
    top: 20px;
    left: 0;
}

.meritContList .item03 .left {
    width: 56%;
}

.meritContList .item03 .right {
    width: 36%;
}

.meritContList .item04 .left {
    width: 33%;
}

.meritContList .item04 .right {
    width: 10%;
}

.meritContList .item04 .txt {
    width: 48%;
}

.meritContList .item05 .left {
    width: 65%;
}

.meritContList .item05 .right {
    width: 22%;
}

.meritContList .item05 .txt {
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 599px) {
    .meritContList .item01 .left {
        width: 100%;
    }

    .meritContList .item01 .right {
        width: 100%;
        margin-top: 20px;
    }

    .meritContList .item01 dt {
        font-size: 14px;
    }

    .meritContList .item01 dd {
        font-size: 24px;
    }

    .meritContList .item02 .txt {
        width: 100%;
        font-size: 14px;
        margin: 10px 0;
        position: static;
    }

    .meritContList .item03 .left {
        width: 100%;
    }

    .meritContList .item03 .right {
        width: 100%;
    }

    .meritContList .item04 .left {
        width: 60%;
    }

    .meritContList .item04 .right {
        width: 25%;
    }

    .meritContList .item04 .txt {
        width: 100%;
        margin-top: 20px;
    }

    .meritContList .item05 .left {
        width: 100%;
    }

    .meritContList .item05 .right {
        width: 30%;
    }

    .meritContList .item05 .txt {
        width: 65%;
        font-size: 14px;
    }
}



/* meritPoint */

.meritPointList .item .tit {
    font-size: 14px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.meritPointList .item .tit:before {
    display: block;
    content: "\f054";
    color: #f1934b;
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-right: 5px;
}

.meritPointList .item .info {
    margin-top: 10px;
}

.meritPointList .item .info li + li {
    margin-top: 5px;
}

.meritPointList .item .info li a {
    color: #1D7DBE;
    font-size: 14px;
    text-decoration: underline;
}

@media (max-width: 599px) {
    .meritPointList .item > *:after {
        display: block;
        content: "\f078";
        color: #f1934b;
        font-size: 36px;
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        line-height: 1;
        margin-top: 20px;
        text-align: center;
    }

    .meritPointList .item .tit {
        font-size: 16px;
    }

    .meritPointList .item .tit:before {
        display: none;
    }

    .meritPointList .item .info li a {
        font-size: 12px;
    }
}



/* meritFaq */

.meritFaq a {
    color: #1D7DBE;
    text-decoration: underline;
}

.meritFaqList dl {
    padding: 20px;
}

.meritFaqList dl + dl {
    margin-top: 10px;
}

.meritFaqList dl:nth-of-type(2n+2) {
    background: #ededed;
}

.meritFaqList dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 2px 0 0 35px;
    position: relative;
}

.meritFaqList dt:before {
    display: block;
    content: "";
    width: 26px;
    height: 31px;
    background: url(/import/tenant_1/www.wbf.co.jp/img/merritt/q_icon.png) center top no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.meritFaqList dd {
    padding: 3px 0 0 35px;
    margin-left: 5%;
    position: relative;
}

.meritFaqList dd:before {
    display: block;
    content: "";
    width: 26px;
    height: 31px;
    background: url(/import/tenant_1/www.wbf.co.jp/img/merritt/a_icon.png) center top no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.emergencyBoxList .item .tit.sub{
  font-weight: bold;
}

@media (max-width: 599px) {
    .meritFaqList dl {
        padding: 10px;
    }
    .up-gapx-20 .col222{width:100%;}
    .meritFaqList dt {
        font-size: 16px;
        padding-top: 3px;
    }
}
@media (min-width: 599px) {
.upBox {
    margin-top: -200px;
}
}

/*===================================
  @ 保険追記
==================================*/

.ins_points{
  display: flex;
  flex-wrap:wrap;
  width: 1000px;
  margin:0 auto;
  justify-content: space-between;
}
.ins_point {
    width: calc(100% / 3 - 20px);
    border-radius: 8px;
    overflow: hidden;
    /* border: 1px solid #eee; */
    box-shadow: var(--shadow);
}
.ins_point--txt{
  padding: 20px;
}
.ins_point--txt b{
    font-size: 20px;
    display: block;
}
.ins_point--txt span{
    color: #666;
    font-size: 12px;
}
.ins_ttl{
    background: #0546a0;
    width: 1000px;
    margin: -15px auto 40px;
    padding: 25px 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 14px;
    position: relative;
}
.ins_ttl::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 24px solid #0546a0;
    border-bottom: 0;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media (max-width: 599px) {
  .ins_ttl {
      width: 90%;
      padding: 20px 20px;
      font-size: 15px;
  }
  .ins_points{width: 90%;}
    .ins_point {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
    } 
  .ins_point img{width:40%;}
  .ins_point .ins_point--txt{width:58%;}  
  .ins_point--txt b{font-size: 15px;}
  .ins_point--txt span {
      color: #666;
      font-size: 10px;
      line-height: 1.5;
      display: block;
  }
  .insuranceImg{margin-top:0;}
  
}
