/************    base   ******************/
* {
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    min-width: 66.3rem;
    overflow: visible;
    background: #FFFFFF;
    font-family: 'Helvetica', Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft Yahei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 20px;
}
.mobile {display: none;}

@media screen and (max-width: 1440px) {
    html, body {
        font-size: 18px;
    }
}

@media screen and (max-width: 1080px) {
    html, body {
        font-size: 16px;
    }
}

@media screen and (max-device-width: 850px) {
    html, body {
        font-size: 12px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .mobile {display: block;}
    .pc {display: none;}
}

@media screen and (max-device-width: 560px) {
    html, body {
        font-size: 10px;
    }
}
@media screen and (max-device-width: 280px) {
    html, body {
        font-size: 7px;
    }
}

body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica', Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft Yahei', 'WenQuanYi Micro Hei', sans-serif;
    -webkit-tap-highlight-color: transparent;
}

.fixed-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-bottom: 2rem;
}

ol, ul {
    list-style: none;
}

label {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: left;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

q:before, q:after {
    content: ' '
}

abbr, acronym {
    border: 0;
}

a {
    color: #0366d6;
    text-decoration: none;
    background-color: initial;
    -webkit-tap-highlight-color: transparent;
}

a:active, a:hover, a:visited {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a.disabled, button.disabled,
a[disabled], button[disabled] {
    opacity: 0.5 !important;;
    cursor: not-allowed !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
}

button, input, select, textarea {
    line-height: inherit;
    font: inherit;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

button, select {
    text-transform: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
}

:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
.clear:after{
    content:'';
    display:block;
    height:0;
    overflow:hidden;
    clear:both;
}
.bg-contain-img {
    background: no-repeat center;
    background-size: contain;
    max-width: 100%;
}
.ma {margin: auto;}

/*****************  section  ******************/
.section {
    width: 100%;
    padding: 4.5rem 0 4.4rem;
    cursor: default;
    position: relative;
}

.limit-width {
    max-width: 100%;
    width: 66.3rem;
    margin-right: auto;
    margin-left: auto;
}

.section .section-title {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #343E4C;
    line-height: 2.65rem;
    margin-bottom: 0.8rem;
}

.section .section-sub-title {
    font-size: 0.8rem;
    font-weight: 400;
    color: #9AA1AB;
    line-height: 1rem;
    width: 100%;
    text-align: center;
    margin: 0.8rem  auto 2.4rem;
}

.value {
    font-size: 1.2rem;
    font-weight: 500;
    color: #343E4C;
    line-height: 1.33;
}

.value-bold {
    font-weight: 600;
    font-size: 2rem;
    color: #343E4C;
    line-height: 1.33;
}

.desc {
    font-weight: 400;
    font-size: 0.9rem;
    color: #343E4C;
    line-height: 1.32;
}

.plus {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAQMAAABJtOi3AAAABlBMVEUAAAApef9BBOmSAAAAAXRSTlMAQObYZgAAABpJREFUCNdjYAAD/gNkE/8/2P/BTVBiMggAAPpnJmXfpvA5AAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 2px;
}

.plus.plus-white {
    width: 0.9rem;
    height: 0.9rem;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkAQMAAADbzgrbAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABpJREFUCNdjYGD8wQAENCD//2P//4EASTPbAVFuNOGevccuAAAAAElFTkSuQmCC');
    margin-left: 5px;
}
