@charset "UTF-8";
@import 'fonts.css';
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 16px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}
body {
    font-family: 'hirakakupro_w3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    cursor: auto;
    width: 100%;
    line-height: 180%;
    color: #000;
    font-size: 1rem;
    padding-top: 51px;
}
/*remove highlight color touch on mobile*/
input,textarea,button,select,div,a,span
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a, input, div, select, textarea, img, button
{
    outline: none;
    -webkit-appearance: none;
}
a:focus, a:visited, input:focus, select:focus, textarea:focus, button:focus
{
    outline: none !important;
    box-shadow: none;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hidden-scroll, .hidden-scroll body
{
    overflow: hidden !important;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover, button:hover
{
    text-decoration: none;
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
a.link
{
    display: inline-block;
}
.container {
    margin: 0 auto;
    max-width: 1080px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
}
.main-color {
    color: #0252A8;
}
.red
{
    color: #FE3B00;
}
.text-bold
{
    font-weight: 700;
}
.tbl
{
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.tbl-row
{
    display: table-row;
}
.tbl-cell
{
    display: table-cell;
    padding: 5px;
}
.main-title
{
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    color: #0252A8;
    line-height: 170%;
    font-family:'hiragino_kaku_gothic_stdnw6';
}
.main-title span
{
    font-size: 3rem;
    color: #FE3B00;
    display: block;
}
.d-flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.d-flex-top
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
}
.d-flex-center
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: left;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
    flex-wrap: wrap;
}
.txt-shadow
{
    text-shadow: 3px 0px 3px #555, 0px 2px 2px #555, 3px 3px 3px #555;
}
.line-title
{
    background: #0252A8;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 4px 20px 3px 20px;
    font-size: 1.94rem;
    font-weight: bold;
    line-height: 170%;
    border-radius: 30px;
}
.line-title span
{
    font-size: 2.5rem;
}
.w6
{
    font-family: 'hirakakupro_w6'
}
.text-right
{
    text-align: right;
}
.text-left
{
    text-align: left;
}
.text-center
{
    text-align: center;
}
table
{
    border-collapse: collapse;
}
/*
==============================================================
========================= Header =============================
==============================================================
*/
.header-top
{
    display: inline-block;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 1px 1px rgba(13, 111, 172, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(13, 111, 172, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.header-top .right-menu
{
    display: inline-block;
    float: right;
}
.header-top .container
{
    background: #fff;
    max-width: 1360px;
    padding-top: 7px;
    padding-bottom: 1px;
}
.menu-backdrop
{
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 100;
    display: block;
}
.header-top .menu-close
{
    display: none;
}
.header-top ul
{
    float: right;
}
.header-top ul li
{
    display: inline-block;
}
.header-top ul li a
{
    color: #0252A8;
    font-size: 0.88rem;
    padding: 4px 20px;
    display: inline-block;
    font-weight: bold;
}
.header-top ul li.register a
{
    background: #DD3A29;
    color: #fff;
}
.header
{
    position: relative;
}
.header:before
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 43%;
    background-image: url('../images/bg-top.jpg');
    background-repeat: no-repeat;
    background-position: top -40px center;
    background-size: 100%;
}
.header .bg-header-bottom
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 43%;
    z-index: 10;
    background-image: url('../images/bg-top-bottom.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
}
.header .bg-header-bottom:after
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url('../images/bg-trans.png');
}
.header .container
{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
}
.header h1
{
    font-family:'hiragino_kaku_gothic_stdnw7';
    font-size: 4rem;
    color: #00356D;
    font-weight: bold;
    line-height: 100%;
}
.header h2
{
    font-size: 2rem;
    color: #00356D;
    line-height: 100%;
    margin-top: 15px;
}
.header h2 p
{
    display: inline-block;
    border-top: 2px solid #00356D;
    border-bottom: 2px solid #00356D;
    padding: 10px 0px 15px 0px;
    letter-spacing: 7px;
}


.header .text-large
{
    font-size: 3.1rem;
    color: #FE3B00;
    padding-left: 10px;
    display: inline-block;
    line-height: 100%;
    position: relative;
    top: 4px;
    font-weight: bold;
    font-family: 'hiragino_kaku_gothic_stdnw6';
    letter-spacing: 0px;
} 



.header .no1
{
    display: inline-block;
    width: 100%;
    margin: 35px 0px 25px 0px;
    padding: 0px 150px;
}
.header .no1 img
{
    width: 100%;
}
.header .items
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fff;
    border-top: 7px solid #AED6FF;
}
.header .items .item
{
    width: 33.33%;
    position: relative;
    padding: 35px 15px 55px 15px;
    overflow: hidden;
    color: #252525;
    border-left: 1px solid #efefef;
    background: url('../images/ic-down.png') no-repeat;
    background-position: center bottom 30px;
    font-weight: bold;
    cursor: pointer;
}
.header .items .item:first-child
{
    border-left: none;
}
.header .items .item .title
{
    color: #FE3B00;
    font-size: 1.66rem;
    font-family: "Roboto";
    font-weight: 500;
    display: inline-block;
    border-bottom: 3px solid #AED6FF;
    padding-bottom: 12px;
    margin: 10px 0px 10px;
}
.header .items .item .txt
{
    font-size: 1.11rem;
    color: #0252A8;
}
.header .items .item .txt span
{
    font-size: 1.5rem;
    color: #FE3B00;
    font-weight: bold;
}
.header .customers
{
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-top: 80px;
}
.header .customers h2
{
    color: #fff;
    font-size: 1.94rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.header .customers p.img
{
    padding: 0px 0px;
}
.header .customers p.img img
{
    width: 100%;
}
.header .customers .txt
{
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 0.77rem;
    line-height: 160%;
}
.header-top .navbar-toggler
{
    display: none;
    padding: 0;
    border: none;background:none;
}
.header .no1 #mb
{
    display: none;
}
.header .customers p.img img#mb
{
    display: none;
}
.header .customers h2.mb
{
        display: none;
}
.btn_mb
{
    display: none;
}
.header .item-row
{
    padding: 25px 0px;
    background: url('../images/sub-banner.jpg') no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.header .item-row .item
{
    width: 100%;
    background: none;
    padding: 25px 15px;
    border: none !important;
}
.header .item-row .item:hover p
{
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.header .item-row .item .txt
{
    font-size: 2.3rem;
    font-family: 'hiragino_kaku_gothic_stdnw6';
}
.header .item-row .item .txt span
{
    font-size: inherit !important;
}
.header .item-row .item .txt span.pl
{
    padding-left: 30px;
    position: relative;
}
.header .item-row .item .txt span.pl span
{
    position: relative;
    display: inline-block;
    line-height: 100%;
}
.header .item-row .item .txt span.pl span span
{
    color: #0252A8;
    font-size: 1.5rem !important;
    position: absolute;
    font-weight: normal;
    top: -8px;
}
.header .item-row .item .txt span span
{
    font-size: 4.6rem !important;
}
.header .item-reason-note
{
    padding: 0px 20px;
    margin-top: 10px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
.header p.btn-link
{
    display: block;
    margin-bottom: 35px;
}
.header .no1
{
    margin-bottom: 0;
}
@media(max-width: 1200px){
    .header .bg-header-bottom
    {
        height: 45%;
    }
}
@media(max-width: 1024px){
   .header:before
    {
        background-image: url('../images/bg-top.jpg');
        background-position: top 0px center;
        background-size: 130%;
    }
}
@media(max-width: 768px) 
{
    .header:before
    {
        bottom: 60%;
        background-image: url('../images/bg-top-sp.jpg');
        background-size: 100%;
        background-position: top 0px center;
    }
    .header .bg-header-bottom
    {
        height: 60%;
        background-image: url('../images/bg-top.jpg');
        background-size: cover;
    }
    .header .no1
    {
        padding: 0 50px;
        margin-bottom: 50px;
    }
    .header h1
    {
        font-size: 3rem;
    }
   
	
	.header .text-large
   {
	 font-size: 2.5rem;
   }
    .header h2 p
    {
        font-size: 2rem;
    }
    .btn_mb
    {
        display: block;
    }
    .btn_mb img
    {
        max-width: 100%;
    }
    .header .items
    {
        margin-top: 40px;
    }
    .header .items .item
    {
        width: 100%;
        background-position: center bottom 20px;
        border-left: none;
    }
    .header .items .item .title
    {
        font-size: 1.6rem;
    }
    .header .items .item .txt span
    {
        font-size: 1.2rem;
    }
    .header .items
    {
        border:none;
    }
    .header .items .item
    {
        border-top: 7px solid #AED6FF;
    }
    .header .customers
    {
        margin-top: 35px;
    }
    .header:after 
    {
        height: 62%;
    }
    .header-top .container
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-top .navbar-toggler
    {
        display: block;
    }
    .header-top .right-menu
    {
        position: fixed;
        left: -280px;
        top: 0;
        bottom: 0;
        width: 270px;
        z-index: 1000;
        background: #fff;
    }
    .header-top .menu-close
    {
        display: block;
        width: 18px;
        height: 18px;
        background: url('../images/ic-close.png') no-repeat;
        background-position: center;
        background-size: 100%;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 300;
    }
    .header-top .right-menu ul
    {
        padding-top: 52px;
        position: relative;
        height: 100%;
        background: #fff;
        z-index: 200;
    }
    .header-top .right-menu ul li
    {
        display: inline-block;
        width: 100%;
        border-top: 1px solid #ccc;
    }
    .header-top .right-menu ul li a
    {
        color: #111;
        display: block;
        padding-left: 0;
        padding: 10px 20px;
    }
    .header-top .right-menu ul li.register
    {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-top .right-menu ul li.register a
    {
        margin-top: 20px;
        color: #fff;
    }
    .header .item-row
    {
        border-top: 7px solid #AED6FF;
    }
    .header.header-v1::before
    {
        bottom: 40%;
    }
    .header.header-v1 .bg-header-bottom
    {
        height: 40%;
    }
}
@media(max-width: 640px)
{
    .header .no1
    {
        padding: 0;
    }
    .header .item-row .item
    {
        padding: 20px 15px;
    }
    .header .item-row .item .txt
    {
        font-size: 2rem;
    }
    .header .item-row .item .txt span span
    {
        font-size: 4.2rem !important;
    }
}
@media(max-width: 549px)
{
    .header:before
    {
        bottom: 62%;
        background-size: 100%;
        background-position: top 0px right;
    }
    .header .bg-header-bottom
    {
        height: 62%;
    }
    .header h1
    {
        font-size: 2.1rem;
    }
    .header h2 p
    {
        font-size: 1rem;
        letter-spacing: 3px;
        padding: 14px 0px 12px 0px;
    }

   .header .text-large
   {
	 font-size: 1.6rem;
   }
    .header .no1
    {
        padding: 0 45px;
    }
    .header .no1 #pc
    {
        display: none
    }
    .header .no1 #mb
    {
        display: block;
    }
    .header .customers h2
    {
        font-size: 1.38rem;
    }
    .header .customers h2.pc
    {
        display: none;
    }
    .header .customers h2.mb
    {
        display: block;
        line-height: 140%;
    }
    .header .customers p.img
    {
        padding: 20px 0px;
    }
    .header .customers p.img #pc
    {
        display: none;
    }
    .header .customers .txt
    {
        text-indent: 15px;
    }
    .header .customers p.img img#mb
    {
        display: block;
    }
    .header.header-v1::before
    {
        bottom: 48%;
    }
    .header.header-v1 .bg-header-bottom
    {
        height: 48%;
    }
}
@media(max-width: 480px)
{
    .header:before
    {
        bottom: 68%;
        background-size: 110%;
    }
    .header .bg-header-bottom
    {
        height: 68%;
    }
    .header .no1
    {
        margin-bottom: 30px;
    }
    .header .items
    {
        margin-top: 30px;
    }
    .header .item-row .item
    {
        padding: 15px 10px;
    }
    .header .item-row .item .txt span.pl
    {
        padding-left: 20px;
    }
    .header .item-row .item .txt
    {
        font-size: 1.35rem;
    }
    .header .item-row .item .txt span span
    {
        font-size: 3rem !important;
    }
    .header.header-v1::before
    {
        bottom: 50%;
    }
    .header.header-v1 .bg-header-bottom
    {
        height: 50%;
    }
    .header .item-reason-note
    {
        padding: 0px 10px;
    }
    .header .item-row .item .txt span.pl span span
    {
        font-size: 1rem !important;
    }
}
@media(max-width: 375px)
{
    .header:before
    {
        background-size: 115%;
    }
    .header .no1
    {
        padding: 0;
    }
    .header .item-row .item
    {
        padding: 10px;
    }
    .header .item-row .item .txt span.pl
    {
        padding-left: 20px;
    }
    .header .item-row .item .txt
    {
        font-size: 1.2rem;
    }
    .header .item-row .item .txt span span
    {
        font-size: 2.7rem !important;
    }
    .header.header-v1::before
    {
        bottom: 48%;
    }
    .header.header-v1 .bg-header-bottom
    {
        height: 48%;
    }
    .header .item-reason-note
    {
        font-size: 0.9rem;
    }
}
@media(max-width: 320px)
{
    .header:before
    {
        background-size: 120%;
    }
    .header .item-row .item .txt
    {
        font-size: 1rem;
    }
    .header .item-row .item .txt span span
    {
        font-size: 2.2rem !important;
    }
    .header .item-reason-note
    {
        font-size: 0.75rem;
    }
}
/*
==============================================================
========================= Registration =======================
==============================================================
*/
.registration-group
{
    background: url('../images/bg-register.png');
}
.registration-group .container
{
    color: #fff;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 65px;
}
.registration-group h2
{
    font-size: 1.66rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.registration-group .desc
{
    display: inline-block;
    width: 100%;
    font-size: 0.77rem;
    line-height: 160%;
}
.registration-group .btn
{
    margin-top: 20px;
}
.registration-group .btn img
{
    max-width: 100%;
}
.registration-group h2#mb
{
    display: none
}
.registration-group .desc .mb
{
    display: none;
}
@media (max-width: 768px)
{
    .registration-group .container
    {
        padding: 40px 15px;
    }
}
@media (max-width: 549px)
{
    .registration-group h2#pc
    {
        display: none;
    }
    .registration-group h2#mb
    {
        display: block;
        line-height: 45px;
    }
    .registration-group .desc .pc
    {
        display: none;
    }
    .registration-group .desc .mb
    {
        display: block;
    }
}
@media (max-width: 375px)
{
    .registration-group h2#mb
    {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}
/*
==============================================================
========================= End Registration ===================
==============================================================
*/
/*
==============================================================
============================ reasons =========================
==============================================================
*/
.reasons
{
    background: #EAF4FF;
    padding-top: 70px;
    padding-bottom: 70px;
}
.reasons .main-title
{
    margin-bottom: 35px;
    font-size: 1.94rem;
}
.reasons .reasons-inner,
.reasons .item
{
    display: inline-block;
    width: 100%;
}
.reasons .item .title
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
    width: 100%;
}
.reasons .item1 .tbl
{
    margin-bottom: 30px;
}
.reasons .item1 .group,
.reasons .item2 .group
{
    margin-top: 20px;
}
.reasons .item .title .right
{
    font-size: 1.94rem;
    line-height: 140%;
    padding: 15px 0px 0px 10px;
    font-weight: bold;
}
.reasons .item .group
{
    display: inline-block;
    width: 100%;
    padding: 0px 70px;
    margin-bottom: 15px;
}
.reasons .item .group .tbl
{
    width: 100%;
    background: #fff;
}
.reasons .item .group .tbl .tbl-cell
{
    border: 3px solid #fff;
    padding: 40px 10px 40px 35px;
    color: #0252A8;
    vertical-align: bottom;
}
.reasons .item .group .tbl .cell1
{
    background: url('../images/bg-reason.png') no-repeat;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
    width: 40%;
}
.reasons .item .group .tbl .cell1 p
{
    line-height: 100%;
}
.reasons .item .group .tbl .cell1 p.top
{
    font-size: 1.66rem;
    margin-bottom: 20px;
}
.reasons .item .group .tbl .cell1 p.bottom
{
    font-size: 2.22rem;
    font-weight: bold;
}
.reasons .item .group .tbl .cell1 p.bottom span
{
    font-size: 3rem;
}
.reasons .item .group .tbl .cell2
{
    padding-left: 5px;
    text-align: center;
}
.reasons .item .group .tbl .cell2 p
{
    font-weight: bold;
    font-size: 2rem;
}
.reasons .item .group .tbl .cell2 p .num
{
    font-size: 5.2rem;
    padding-left: 10px;
}
.reasons .item .group .tbl .cell2 p .txt
{
    font-size: 2.5rem;
}
.reasons .item1 .txt-note
{
    font-size: 1rem;
}
.reasons .tbl-items
{
    display: inline-block;
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
    overflow: hidden;
}
.reasons .tbl-items .tbl
{
    width: 100%;
}
.reasons .tbl-items .tbl-cell
{
    width: 50%;
    vertical-align: top;
}
.reasons .item2
{
    margin-top: 30px;
}
.reasons .item2 .tbl .cell1
{
    padding-right: 70px;
    padding-top: 50px;
}
.reasons .item2 .tbl .cell2 .chart
{
    display: inline-block;
    width: 100%;
    background: #fff;
    /*padding: 15px 10px 25px 20px;*/
    position: relative;
}
.reasons .item2 .tbl .cell2 .chart .title
{
    position: absolute;
    left: 0;
    top: 15px;
    background: #0252A8;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 0px 40px 0px 30px;
    height: 40px;
    line-height: 40px;
}
.reasons .item2 .tbl .cell2 .chart .title:after
{
    content: "";
    position: absolute;
    right: -14px;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 14px solid #0252A8;
}
.reasons .item2 .tbl .cell2 p.img
{
    padding: 80px 30px 15px 30px;
}
.reasons .item2 .tbl .cell2 p.img img
{
    width: 100%;
}
.reasons .item2 .tbl .cell2 .txt
{
    font-size: 0.72rem;
}
.reasons .item2 .tbl .cell2 .txt p
{
    line-height: 150%;
}
.reasons .item2 .tbl .cell2 .txt p span.chk
{
    width: 12px;
    height: 12px;
    border: 1px solid #29368D;
    position: relative;
    top: 2px;
}
.reasons .item2 .tbl .cell2 .txt p span.chk1
{
    background: #AED6FF;
}
.reasons .item2 .tbl .cell2 .txt p span.chk2
{
    background: #EB7A2C;
}
.reasons .item2 .tbl .cell2 .txt p span.txt
{
    flex: 1;
    padding-left: 8px;
}
.reasons .item2 p.note
{
    font-size: 0.77rem;
}
.reasons .item3
{
    margin-top: 20px;
}
.reasons .item3 .tbl-items .tbl-cell
{
    vertical-align: middle;
    padding: 0px 30px 10px 30px;
}
.reasons .item3 .tbl-items .cell1
{
    padding-left: 50px;
}
.reasons .item3 .tbl-items .cell2
{
    text-align: center;
}
.reasons .item3 .tbl-items .cell2 img
{
    max-width: 100%;
}
.reasons .banks
{
    display: inline-block;
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
}
.reasons .banks .banks-inner
{
    background: #fff;
    display: inline-block;
    width: 100%;
}
.reasons .banks .banks-inner img
{
    width: 100%;
    padding: 20px 30px;
}
.tbl_mb
{
    display: none;
}
.reasons .banks .banks-inner img.mb
{
    display: none;
}
.flex-center
{
    display: flex;align-items: center;justify-content: center;
}
@media (max-width: 1024px)
{
    .reasons .item .group .tbl .cell2 p
    {
        font-size: 1.8rem;
    }
    .reasons .item .group .tbl .cell2 p .num
    {
        font-size: 4.8rem;
    }
    .reasons .item .group .tbl .cell2 p .txt
    {
        font-size: 2.4rem;
    }
}
@media (max-width: 768px)
{   
    .reasons
    {
        padding: 40px 0;
    }
    .reasons .item .group
    {
        padding: 0 15px;

    }
    .reasons .item .group .tbl
    {
        display: none;
    }
    .tbl_mb
    {
        display: block;
        background: url('../images/bg_tbl_mb.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 15px;
        min-height: 320px;
        text-align: center;
        width: 470px;
        font-weight: bold;
    }
    .tbl_top
    {
        text-align: center;
        font-size: 1.4rem;
        color: #0252A8;
    }
    .tbl_top p:nth-child(2)
    {
        font-size: 1.83rem;
        line-height: 41px;
    }
    .tbl_top p:nth-child(2) span
    {
        font-size: 2.5rem;
        line-height: 50px;
    }
    .tbl_bot
    {
        font-size: 1.67rem;
        margin-top: 140px;
        color: #0252A8; 
    }
    .tbl_bot span:nth-child(1)
    {
        font-size: 3.33rem;
    }
    .tbl_bot span:nth-child(2)
    {
        font-size: 2.2rem;
    }
    .group .note
    {
        margin-top: 30px;
    }
    .reasons .tbl-items
    {
        padding: 0;
    }
    .reasons .item2 .tbl-row  .tbl-cell
    {
        display: block;
    }
    .reasons .tbl-items .tbl-cell
    {
        width: 100%;
    }
    .reasons .item2 .tbl .cell1
    {
        padding: 0 15px;
    }
    .tbl-cell.cell2
    {
        margin-top: 15px;
        padding: 0 15px;
    }
    .reasons .banks
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .reasons .tbl_bot div.first
    {
        display: inline-block;
    }
}
@media (max-width: 549px)
{
    .reasons .main-title
    {
        font-size: 1.66rem;
    }
    .main-title span
    {
        font-size: 1.94rem;
    }
    .reasons .item .title .left
    {
        width: 30%;
    }
    .reasons .item .title img
    {
        max-width: 100%;
    }
    .reasons .item .title .right
    {
        padding: 0 0 0 10px;
        font-size: 1.4rem;
    }
    
    .reasons .item2 p.note
    {
        font-size: 0.9rem;
    }
    .reasons .item3 .tbl-items .cell1
    {
        padding: 0 15px;
    }
    .reasons .item3 .tbl-items .tbl-row
    {
        display: grid;
        grid-template-areas: "a" "b";
    }
    .reasons .item3 .tbl-items .tbl-row .grid_b
    {
        grid-area: b;
    }
    .reasons .item3 .tbl-items .tbl-row .grid_a
    {
        grid-area: a;
    }
    .reasons .item3 .tbl-items .tbl-row .tbl-cell
    {
        display: block;
    }
    .reasons .banks
    {
        padding: 0;
        margin-top: 20px;
    }
    .reasons .banks .banks-inner img.pc
    {
        display: none;
    }
    .reasons .banks .banks-inner img.mb
    {
        display: block;
    }
    .reasons .tbl_mb
    {
        min-height: 310px;
    }
    .reasons .tbl_bot
    {
        margin-top: 150px;
        font-size: 1.55rem;
    }
    .reasons .tbl_bot span.num
    {
        font-size: 3rem;
    }
    .reasons .tbl_bot span.txt
    {
        font-size: 1.8rem;
    }
}
@media(max-width: 480px)
{
    .reasons .tbl_bot div.first
    {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width: 414px)
{
    .reasons .tbl_mb
    {
        padding-left: 10px;
        padding-right: 10px;
        min-height: 280px;
    }
    .reasons .tbl_bot
    {
        font-size: 1.6rem;
        margin-top: 120px;
    }
    .tbl_bot .num
    {
        font-size: 3rem !important;
    }
    .tbl_bot span:nth-child(2)
    {
        font-size: 1.8rem;
    }
}
@media (max-width: 375px)
{
    .reasons .main-title
    {
        font-size: 1.2rem !important;
    }
    .main-title span
    {
        font-size: 1.5rem  !important;
    }
    .reasons .tbl_mb
    {
        width: 100%;
        min-height: 240px;
    }
    .reasons .tbl_bot
    {
        font-size: 1.6rem;
        margin-top: 80px;
    }
    .tbl_bot span:nth-child(1)
    {
        line-height: 100%;
    }
    .reasons .tbl_bot
    {
        font-size: 1.6rem;
    }
    .tbl_bot .num
    {
        font-size: 2.5rem !important;
    }
    .tbl_bot span:nth-child(2)
    {
        font-size: 1.8rem;
    }
}
@media (max-width: 375px)
{
    .reasons .item .title .right
    {
        font-size: 1.2rem !important;
    }
}
@media (max-width: 320px)
{
    .reasons .tbl_bot
    {
        font-size: 1.2rem;
    }
    .tbl_bot .num
    {
        font-size: 2.2rem !important;
    }
    .tbl_bot span:nth-child(2)
    {
        font-size: 1.4rem;
    }
}
/*
==============================================================
========================== End reasons =======================
==============================================================
*/
/*
==============================================================
========================== Usere voice =======================
==============================================================
*/
.user-voice
{
    margin-top: 70px;
}
.user-voice .items
{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
}
.user-voice .item
{
    width: 50%;
    position: relative;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
.user-voice .bg-trans
{
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    background: url('../images/bg-trans2.png');
}
.user-voice .item-img
{
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 320px;
}
.user-voice .item .top,
.user-voice .item .bottom
{
    position: absolute;
    left: 45px;
    right: 45px;
}
.user-voice .item .top
{
    top: 20px;
}
.user-voice .item .bottom
{
    bottom: 10px;
    font-size: 0.88rem;
    line-height: 170%;
}
.user-voice .item .top p
{
    line-height: 150%;
    font-size: 0.77rem;
}
.user-voice .item .bottom p.rates
{
    line-height: 100%;
    margin-top: 10px;
}
.user-voice .item .bottom p.rates img
{
    width: 160px;
}
.user-voice .item .bottom p.rates span
{
    font-weight: normal;
    margin-left: 20px;
}
.user-voice .item .top .first
{
    font-size: 0.66rem;
    background: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    color: #000;
    white-space: nowrap;
}
.user-voice .item .top .txt
{
    padding-left: 10px;
    position: relative;
    top: 1px;
}
.user-voice .item .top .top_mb
{
    display: none;
}
.s-video
{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0px 0px;
}
@media (max-width: 768px)
{
    .user-voice
    {
        margin-top: 40px;
    }
    .user-voice .item
    {
        width: 50%;
    }
    .user-voice .item .top p
    {
       font-weight: 400; 
    }
    .user-voice .item .top .top_pc
    {
        display: none;
    }
    .user-voice .item .top .top_mb
    {
        display: flex;
    }
    .top_mb_l
    {
        margin-left: 10px;
        font-size: 0.77rem;
    }
    .user-voice .item-img
    {
        height: 350px;
    }
    .user-voice .item
    {
        margin-bottom: 20px;
    }

}
@media (max-width: 640px)
{
    .s-video
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .s-video iframe
    {
        width: 100% !important;
    }
}
@media (max-width: 549px)
{
    .user-voice
    {
        margin-top: 40px;
    }
    .main-title
    {
        font-size: 1.67rem;
    }
    .user-voice .item
    {
        width: 100%;
    }
    .user-voice .item .top p
    {
       font-weight: 400; 
    }
    .user-voice .item .top .top_pc
    {
        display: none;
    }
    .user-voice .item .top .top_mb
    {
        display: flex;
    }
    .top_mb_l
    {
        margin-left: 10px;
        font-size: 0.77rem;
    }
    .user-voice .item-img
    {
        height: 270px;
    }
    .user-voice .item
    {
        margin-bottom: 20px;
    }
    .s-video
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .s-video iframe
    {
        height: 270px !important;
    }
}
@media (max-width: 480px)
{
    .user-voice .item .top,
    .user-voice .item .bottom
    {
        left: 30px;
        right: 30px;
    }
    .user-voice .item .top
    {
        top: 10px;
    }
    .s-video iframe
    {
        height: 240px !important;
    }
}
@media (max-width: 375px)
{
    .user-voice .item .bottom
    {
       font-size: 0.8rem;
    }
    .s-video iframe
    {
        height: 190px !important;
    }
}
@media (max-width: 320px)
{
    .s-video iframe
    {
        height: 150px !important;
    }
}
/*
==============================================================
======================= End Usere voice ======================
==============================================================
*/
/*
==============================================================
====================== Overseas remittance ===================
==============================================================
*/
.overseas-remittance
{
    background: #EAF4FF;
    padding-top: 70px;
    padding-bottom: 70px;
}
.overseas-remittance .main-title
{
    margin-bottom: 30px;
}
.overseas-remittance .line-title
{
    margin-bottom: 50px;
}
.overseas-remittance .line-title.line02
{
    margin-top: 30px;
}
.overseas-remittance .items
{
    margin-left: -18px;
    margin-right: -18px;
}
.overseas-remittance .items .item
{
    width: 33.33%;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 30px;
    text-align: center;
}
.overseas-remittance .items .item-inner
{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 25px;
    background: #fff;
    border: 3px solid #C5E2FF;
    position: relative;
}
.overseas-remittance .items .item-inner:before,
.overseas-remittance .items .item-inner:after
{
    content: "";
    position: absolute;
    background: #C5E2FF;
}
.overseas-remittance .items .item-inner:before
{
    left: 4px;
    right: -9px;
    bottom: -7px;
    height: 7px;
}
.overseas-remittance .items .item-inner:after
{
    top: 4px;
    right: -9px;
    bottom: -7px;
    width: 7px;
}
.overseas-remittance .items .item .icon
{
    text-align: center;
    line-height: 100%;
}
.overseas-remittance .items .item .icon img
{
    height: 85px;
}
.overseas-remittance .items .item .title
{
    text-align: center;
    color: #0252A8;
    font-weight: bold;
    font-size: 1.38rem;
    border-bottom: 2px solid #AED6FF;
    margin: 15px 0px 15px;
    padding-bottom: 12px;
    display: inline-block;
    min-width: 55%;
}
.overseas-remittance .items .item .title span
{
    display: block;
}
.overseas-remittance .items .item .txt
{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.overseas-remittance .items.items02
{
    margin-bottom: 20px;
}
.overseas-remittance .items.items02 .item
{
    width: 50%;
}
.overseas-remittance .items.items02 .item-inner
{
    padding-top: 50px;
}
.overseas-remittance .items .item .label
{
    position: absolute;
    left: -6px;
    top: 16px;
    background: #0252A8;
    font-size: 1.38rem;
    font-family: "Roboto";
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding: 3px 20px;
    color: #fff;
    border-radius: 0px 6px 6px 0px;
}
.link
{
    text-align: center;
}
.overseas-remittance .main-title.mb
{
    display: none;
}
.line-text-line02
{
    display: none;
}
@media(max-width: 768px)
{
   .overseas-remittance .items .item
    {
        width: 100%;
        padding: 0 33px;
    } 
    .overseas-remittance .items.items02 .item
    {
         width: 100%;
    }
    .overseas-remittance
    {
        padding-bottom: 50px;
        padding-top: 40px;
    }
    .overseas-remittance img
    {
        max-width: 100%;
    }
}
@media(max-width: 549px)
{
    .overseas-remittance
    {
        margin-top: 40px;
    }
    .overseas-remittance .main-title.mb
    {
        display: block;
    }
    .overseas-remittance .main-title.pc
    {
        display: none;
    }
    .overseas-remittance .line-title
    {
        font-size: 1.38rem;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 40px;
    }
    
    .overseas-remittance .items.items02 .item
    {
       
    }
    .line-title.line02
    {
        margin-bottom: 25px;
    }
    .line-text-line02
    {
        margin-bottom: 40px;
        display: block;
        text-align: center;
    }
    .overseas-remittance .link img
    {
        max-width: 100%;
    }
}
@media(max-width: 375px)
{
    .overseas-remittance
    {
        margin-top: 30px;
    }
    .overseas-remittance .items .item .icon
    {
        margin-top: 15px;
    }
}
/*
==============================================================
==================== End Overseas remittance =================
==============================================================
*/
/*
==============================================================
========================= Step ===============================
==============================================================
*/
.step
{
    background: #2A76C4;
    padding-top: 70px;
    padding-bottom: 70px;
}
.step .container
{
    color: #fff;
}
.step .main-title
{
    color: #fff;
    line-height: 140%;
}
.step .desc,
.step .img
{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.step .desc
{
    margin: 25px 0px 35px;
}
.step .img img
{
    width: 100%;
}
.step .img.img_mb
{
    display: none;
}
@media (max-width: 768px)
{
    .step
    {
        padding: 40px 0;
    }
}
@media (max-width: 549px)
{
    .step
    {
        padding: 40px 0;
    }
    .step .main-title
    {
        font-size: 2.22rem;
    }
    .step .img.img_pc
    {
        display: none;
    }
    .step .img.img_mb
    {
        display: block;
        padding:  0 15px;
    }
    .step .desc .break-line
    {
        display: none;
    }
}
@media(max-width: 375px)
{
    
}
/*
==============================================================
========================= End Step ===========================
==============================================================
*/
/*
==============================================================
========================= FAQ ================================
==============================================================
*/
.faq
{
    padding-top: 70px;
    padding-bottom: 70px;
    background: url('../images/bg-faq.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.faq .main-title
{
    margin-bottom: 30px;
}
.faq .items
{
    display: inline-block;
    width: 100%;
}
.faq .item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
    font-size: 1.11rem;
    margin-bottom: 5px;
}
.faq .faq-group
{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.faq .item .avatar
{
    width: 150px;
    padding-right: 20px;
}
.faq .item .avatar img
{
    width: 100%;
}
.faq .item .txt
{
    flex: 1;
}
.faq .item .inner
{
    width: 55%;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    min-height: 130px;
}
.faq .item.a .inner
{
    margin: 15px 0px 15px 30px;
    background: #fff;
    box-shadow: 1px 0px 5px 2px #99999940;
    -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.faq .item.a .inner:before
{
    content: "";
    width: 37px;
    height: 24px;
    background: url('../images/a-arrow.png') no-repeat;
    position: absolute;
    top: 25px;
    left: -36px;
}
.faq .item.q .inner:before
{
    content: "";
    width: 36px;
    height: 24px;
    background: url('../images/q-arrow.png') no-repeat;
    position: absolute;
    top: 25px;
    right: -36px;
}
.faq .item.q
{
    color: #fff;
}
.faq .item.q .inner
{
    background: #2A76C4;
    float: right;
    margin: 10px 60px 0px 0px;
}
.arrow_box {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 15px;
  box-shadow: 1px 0px 5px 2px #99999940;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.arrow_box:after, .arrow_box:before {
  right: 100%;
  top: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  /*border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;*/
    border-top: 2px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 22px solid #fff;
}

.arrow_box:before {
  border-color: rgba(211, 211, 211, 0);
  /*border-right-color: #d3d3d3;*/
  /*border-width: 12px;
  margin-top: -12px;*/
    border-top: 1px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 26px solid #d3d3d3;
}
@media (max-width: 768px)
{
    .faq
    {
        padding: 40px 0;
        padding-bottom: 0px;
    }
    .faq .item.a .inner
    {
        width: calc(100% - 15px);
        margin-left: 0;
        margin-top: 0;
        border-top-left-radius: 0;
    }
     .faq .item.q .inner
    {
        width: calc(100% - 45px);
        margin-right: 30px;
    }

}
@media (max-width: 549px)
{
    .faq .item.a .inner
    {
        width: calc(100% - 15px);
        margin-left: 0;
        margin-top: 0;
        border-top-left-radius: 0;
    }
    .faq .item .avatar
    {
        width: 80px;
    }
    .faq .item.a .inner:before
    {
      width: 25px;
      left: -25px;
    }
    .faq .item.q .inner
    {
        width: calc(100% - 15px);
        margin-right: 0;
    }
    .faq .item.q .inner:before
    {
        right:-20px;
        width: 20px;
        background-size: 100%;
    }
    .faq .item.q .avatar
    {
        padding-right: 0;
        padding-left: 20px;
    }
}
@media (max-width: 375px)
{
    .faq .item .txt
    {
        font-size: 0.95rem;
    }
    .faq .item.a .inner
    {
        padding: 10px;
        min-height: auto;
    }
    .faq .item.q .inner
    {
        padding: 10px;
        min-height: auto;
    }
}
/*
==============================================================
========================= End FAQ ============================
==============================================================
*/
/*
==============================================================
========================= FAQ ================================
==============================================================
*/
/*
==============================================================
========================= Choose for me ======================
==============================================================
*/
.choose-for-me
{
    position: relative;
}
.choose-for-me:before
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 35%;
    background: #D3ECFD;
}
.choose-for-me .items
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
}
.choose-for-me .items .item1
{
    width: 280px;
    display: inherit;
}
.choose-for-me .items .item2
{
    flex: 1;
    position: relative;
}
.choose-for-me .items .item3
{
    width: 300px;
    padding-top: 30px;
}
.choose-for-me .items .item2 .inner
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    padding-left: 20px;
    font-family:'hiragino_kaku_gothic_stdnw7';
}
.choose-for-me .item2 h2
{
    font-weight: bold;
    font-size: 2.22rem;
    color: #fff;
    background: #2A76C4;
    display: inline-block;
    padding: 5px 40px;
    line-height: 160%;
    margin-bottom: 40px;
    border-radius: 10px;
    position: relative;
}
.choose-for-me .item2 h2:before
{
    content: "";
    position: absolute;
    width: 23px;
    height: 22px;
    left: 10px;
    bottom: -20px;
    background: url('../images/arrow-down.png') no-repeat;
}
.choose-for-me .item2 .desc
{
    font-weight: bold;
    font-size: 2.22rem;
    line-height: 140%;
    padding-left: 50px;
}
.choose-for-me .items img
{
    width: 100%;
}
.text-mb,.text2-mb
{
    display: none;
}
@media (max-width: 768px)
{
    .choose-for-me .item2 h2
    {
        display: none;
    }
    .choose-for-me .item2 .desc
    {
        display: none;
    }
    .choose-for-me .items .item3
    {
        display: none;
    }
    .choose-for-me .items .item1
    {
        display: block;
        text-align: center;
        width: 100%;
        line-height: 100%
    }
    .choose-for-me .items img
    {
        width: 268px;
        position: relative;
        top: 5px;
    }
    .choose-for-me .items
    {
        display: block;
        font-size: 2rem;
        color:#FFF;
        line-height: 47px;
        text-align: center;
        padding: 15px;
    }
    .text-mb
    {
        display: inline-block;
        padding: 15px 15px;
        border-radius: 15px;background-color: #2A76C4;
        position: relative;
        width: 100%;
    }
    .text-mb:before
    {
        content: "";
        position: absolute;
        top: -14px;
        right: 20px;
        width: 0;
        height: 0;
        border-bottom: 15px solid #2A76C4;
        border-right: 15px solid transparent;
    }
    .text2-mb
    {
        display: block;
        color:#0252A8;
        margin-top: 20px;
        font-size: 1.67rem;
        font-weight: bold;
        margin-top: 10px;
    }
    .choose-for-me:before
    {
        top: 32%;
    }
}
@media (max-width: 414px)
{
    .choose-for-me .items
    {
        padding-left: 0;
        padding-right: 0;
    }
    .choose-for-me .items img
    {
        width: 220px;
    }
}
@media (max-width: 375px)
{
    .text-mb
    {
        padding: 10px 25px;
    }
    .choose-for-me .items img
    {
        width: 200px;
    }
    .choose-for-me .items
    {
        font-size: 1.9rem;
    }
}
/*
==============================================================
====================== End Choose for me =====================
==============================================================
*/
/*
==============================================================
========================= Contact ============================
==============================================================
*/
.contact .container
{
    padding-top: 70px;
    padding-bottom: 60px;
}
.contact .inner
{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.contact .title
{
    font-size: 1.66rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact .sub-title
{
    font-size: 1.38rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.contact .phone
{
    font-size: 3rem;
    font-weight: bold;
    font-family: "Roboto";
    color: #0252A8;
    line-height: 100%;
    padding: 10px 20px;
    border-top: 1px solid #2A76C4;
    border-bottom: 1px solid #2A76C4;
    display: inline-block;
    margin-bottom: 10px;
}
.contact .time_mb
{
    display: none;
}
.contact .container .break-line
{
    display: none;
}
@media (max-width: 768px)
{
    .contact .container
    {
        padding: 40px 20px;
    }
    .contact .time_pc
    {
        display: none;
    }
    .contact .time_mb
    {
        display: block;
    }
}
@media (max-width: 549px)
{
    .contact .phone
    {
        font-size: 2rem;
    }
    .contact .title
    {
        font-size: 1.3rem;
    }
    .contact .sub-title
    {
        font-size: 1.1rem;
    }
    .contact .phone img
    {
        height: 30px;
    }
    .contact .inner .time
    {
        font-size: 0.78rem;
        letter-spacing: 0;
    }

}
@media (max-width: 375px)
{
    .contact .phone img
    {
        height: 25px;
    }
    .contact .container .break-line
    {
        display: block;
    }
}
@media (max-width: 320px)
{
    .contact .title
    {
        font-size: 1.1rem;
    }
}
/*
==============================================================
======================= End contact ==========================
==============================================================
*/
.footer
{
    background: #DEDEDE;
}
.footer .container
{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer .container p
{
    font-size: 0.88rem;
    line-height: 140%;
}
.footer .container p.copy-right
{
    font-size: 0.77rem;
    margin-top: 10px;
}
.footer .container a
{
    color: #000;
}
.scrollup{
    position: fixed;
    bottom: 10px;
    right: 0px;
    padding: 2px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}
.scrollup a
{
    width: 46px;
    height: 67px;
    background: url('../images/ic-scroll-up.png') no-repeat;
    background-size: 100%;
    display: block;
}
@media(max-width: 768px)
{
    .scrollup
    {
        bottom: 40px;
        right: 0px;
    }
}
@media(max-width: 549px)
{
    /*body
    {
        overflow-x: hidden;
    }*/
    .footer .container p
    {
        font-size: 0.78rem;
    }
    .footer .container p.copy-right
    {
        letter-spacing: 0;
    }
    .scrollup a
    {
        width: 36px;
        height: 52px;
    }
}
/*
==============================================================
========================= End Footer =========================
==============================================================
*/
/*
==============================================================
========================= Menu Mobie =========================
==============================================================
*/
.menu_mb_bg
{
    position: fixed;top: 0;
    left: 0;
    width: 100%;height: 100vh;
    z-index: 1111;
    background:rgba(0,0,0,.7);
    display: none;
}
.menu_mb_bg.active
{
    display: block;
}
.menu_mb
{
    left: 0;
    width: 270px;
    background: #FFF;
    height: 100vh;
    transition: 0.2s;
    position: fixed;top: 0;
    z-index: 1112;
    transform: translateX(-270px);
}
.menu_mb.active
{
    transform: translateX(0px);
}
.menu_mb_top
{
    height: 52px;
    display: flex;
    align-items: center;justify-content: flex-end;padding: 0 20px;
    border-bottom: 1px solid #ccc;
}
.menu_mb_bot
{
    
   
}
.menu_mb_bot > .menu_mb_li 
{
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
}
.menu_mb_bot a
{ 
    color: #111;
}
.menu_mb_button
{
    padding: 10px 20px;
    margin-top: 10px;
}
.menu_mb_button button
{
    width: 100%;
    padding: 8px 20px;
    background: #DD3A29;
    border:none;
    font-size: 0.88rem;
    color: #FFF;
    font-weight:bold;
}
#close_menu_mb
{
    border:none;
    padding: 5px 10px;
    border-radius: 4px;background: none;
}
/*
==============================================================
========================= End Menu Mobie =====================
==============================================================
*/
/*
==============================================================
========================= commission =========================
==============================================================
*/
.group .group-inner
{
    display: block;
    background: #fff;
}
.row-commission .tbl-cell
{
    padding: 10px 20px !important;
    width: 50%;
    vertical-align: top !important;
    color: #000 !important;
}
.commission-title .tbl-cell
{
    padding-bottom: 0px !important;
    padding-top: 30px !important;
}
.row-commission .title
{
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}
.row-commission .title:before
{
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 3px;
    content: '';
    background: #039;
}
.row-commission tr:nth-of-type(1),
.row-commission th
{
    background: #e7eaf5;
}
.row-commission tr:nth-of-type(odd)
{
    background: #f8f9fc;
}
.row-commission tr:nth-of-type(odd)
{
    background: #f8f9fc;
}
.row-commission .subtitle
{
    font-size: 1.3rem;
    font-weight: bold;
    color: #0252A8;
    margin-bottom: 15px;
}
.row-commission  tr th
{
    font-weight: bold;
}
.row-commission  tr td,
.row-commission  tr th
{
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 8px 5px;
}
.row-commission .tbl-cell table
{
    width: 100%;
    margin-bottom: 7px;
}
.row-commission .tbl-cell.first
{
    padding-right: 10px !important;
}
.row-commission .tbl-cell.last
{
    padding-left: 10px !important;
}
.row-commission .tbl-cell .th-last
{
    min-width: 85px;
    width: 85px;
}
.tbl-commission-mb
{
    display:none;
}
.commission-intro
{
    padding: 10px 20px 20px 20px;
}
@media(max-width: 768px)
{
    .tbl-commission-mb
    {
        display: inline-block;
        width: 100%;
        margin-top: 30px;
    }
    .tbl-commission-mb .tbl,
    .tbl-commission-mb .tbl .tbl-row,
    .tbl-commission-mb .tbl .tbl-cell
    {
        display: inline-block !important;
        width: 100%;
    }
    .tbl-commission-mb .tbl .commission-title
    {
        display: flex !important;
        margin-top: 15px;
    }
    .tbl-commission-mb .commission-title .tbl-cell
    {
        width: 50%;
    }
    .tbl-commission-mb .tbl .tbl-cell
    {
        padding: 10px 20px !important;
    }
    .tbl-commission-mb .row-commission .tbl-cell .th-last
    {
        min-width: 100px;
        width: 100px;
    }
    .tbl-commission-mb .tbl .commission-title .tbl-cell
    {
        padding-bottom: 0px !important;
    }
    .commission-intro
    {
        display: none;
    }
}
@media(max-width: 549px)
{
    .tbl-commission-mb .tbl .commission-title
    {
        margin-top: 10px;
    }
    .tbl-commission-mb .tbl .tbl-cell
    {
        padding: 10px 10px !important;
    }
    .tbl-commission-mb .row-commission .tbl-cell .th-last
    {
        min-width: 75px;
        width: 75px;
    }
}
@media(max-width: 414px)
{
    .tbl-commission-mb .tbl .tbl-cell table td,
    .tbl-commission-mb .tbl .tbl-cell p
    {
        font-size: 0.9rem;
    }
    .tbl-commission-mb .tbl .tbl-cell .title,
    .tbl-commission-mb .tbl .tbl-cell .subtitle
    {
        font-size: 1.2rem;
    }
}
