@charset "UTF-8";

* {
    -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;
    margin: 0;
    padding: 0;
}

body {
    font-family:
        'Hiragino Kaku Gothic ProN',
        'Hiragino Sans',
        'ヒラギノ角ゴ Pro W3',
        'Hiragino Kaku Gothic Pro',
        'メイリオ',
        Meiryo,
        'ＭＳ Ｐゴシック',
        sans-serif;
    cursor: auto;
    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;
}

.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;
}

.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;
}

body {
    padding-top: 0px;
}

button:hover {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.mb {
    display: none;
}

.font-roboto {
    font-family: "Roboto";
}

.bold500 {
    font-weight: 500;
}

.bold400 {
    font-weight: 400;
}

/*
==============================================================
========================= ## Header ==========================
==============================================================
*/
header {
    padding: 10px 33px;
    position: sticky;
    top: 0;
    padding-right: 25px;
    width: 100%;
    border-top: 7px solid #C22330;
    z-index: 111;
    background: #FFF;
}

header:before {
    display: none;
}

.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.header .logo a {
    display: block;
}

.header a:hover {
    opacity: 1;
}

.button-header {
    border: none;
    background: #C22330;
    color: #FFF;
    padding: 5px 40px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.125rem;
}

@media(max-width: 1500px) {
    header {
        padding: 10px 25px;
    }
}

@media(max-width: 1360px) {}

@media(max-width: 768px) {}

@media(max-width: 640px) {}

@media(max-width: 549px) {
    header {
        padding: 10px;
    }
}

@media(max-width: 480px) {
    .button-header {
        display: none;
    }

    .button-header-mb {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;

        background: rgba(255, 255, 255, 0.85);
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 111;
    }

    .button-header-mb .button-header {
        display: block;
    }
}

@media(max-width: 375px) {}

@media(max-width: 320px) {}

/*
==============================================================
========================= End header =========================
==============================================================
*/
/*
==============================================================
========================= ## Banner  =========================
==============================================================
*/

.banner img {
    vertical-align: middle;

}

.img-full {
    width: 100%;
}

.banner .img {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.banner .img picture {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    overflow: hidden;
}

.banner .img picture img {

    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

@media (max-width:640px){
    .banner .img picture img {

        height: 100%;
        position: unset;
        top: unset;
        left: unset;
        -webkit-transform: unset;
        transform:unset;
    }
}



.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.banner-container {
    width: 100%;
    margin: auto;
    margin-left: 10%;
}

.text-img {
    display: flex;
    font-size: 1.25rem;
    font-weight: bold;
    align-items: center;
}

.text-img>div {
    background: #FFF;
    padding: 3px 15px;
    padding-right: 5px;
    margin-left: -15px;
    position: relative;
    z-index: 0;
}

.text-img>img {
    margin-right: 5px;
    position: relative;
    z-index: 1;
}

.text-BNI {
    margin-top: 30px;
    font-size: 2.5rem;
    font-weight: bold;
}

.banner-text .text-red {
    font-size: 3rem;
    font-weight: bold;
    color: #C22330;
    line-height: 140%;
    margin-top: 5px;
}

.banner-text .text-last {
    font-size: 2.375rem;
    margin-top: 10px;
}

.banner-end {
    padding: 50px 0;
    text-align: center;
    background: #444444;
    color: #FFF;
    font-weight: bold;
    font-size: 2rem;
    border-bottom: 5px solid #C22330;
    position: relative;
}

.banner-end:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #C22330;
}

@media (min-width:1280px) {
    .banner .img {
        min-height: 500px;
    }

    .banner .img picture {}

    .banner .img picture img {}

    .banner-container {
        margin-left: 12%;
    }
}


@media (min-width:1600px) {
    .banner .img {}

    .banner .img picture {}

    .banner .img picture img {
        left: unset;
        right: 0;
        -webkit-transform: translateY(-50%) translateX(0%);
        transform: translateY(-50%) translateX(0%);
    }

    .banner-container {
        margin-left: 16%;
    }

    .text-BNI {
        margin-top: 50px;
        font-size: 3rem;
        font-weight: bold;
    }

    .banner-text .text-red {
        font-size: 3.5rem;
        font-weight: bold;
        color: #C22330;
        line-height: 140%;
        margin-top: 15px;
    }

    .banner-text .text-last {
        font-size: 2.375rem;
        margin-top: 15px;
    }
}

@media(max-width: 768px) {
    .banner-container {
        background: rgba(255, 255, 255, 0.75);
        padding: 10px;
        padding-left: 10px;
    }

    .banner .img {
        background: url('../images/banner_pc.png') center right;
    }

    .banner .img picture {
        opacity: 0;
    }

    .text-BNI {
        font-size: 1.375rem;
        margin-top: 18px;
    }

    .banner-text .text-red {
        font-size: 1.75rem;
    }

    .banner-text .text-last {
        font-size: 1.25rem;
        margin-top: 0;
    }

    .text-img {
        font-size: 1rem;
    }

    .text-img>img {
        transform: scale(0.8);
    }

    .banner-end {
        font-size: 1.25rem;
    }

    .text-img>div {
        padding: 0 15px;
    }
}

@media(max-width: 549px) {
    .banner .img {
        background: none;
    }

    .banner .img picture {
        opacity: 1;
    }
}

@media(max-width: 470px) {
    .banner-container {
        margin-left: 40px;
    }

    .text-img {
        font-size: 0.75rem;
    }

    .banner-text .text-red {
        font-size: 1.375rem;
    }

    .banner-text .text-last {
        font-size: 1.125rem;
    }

    .banner-end {
        padding: 25px 0;
    }
}

@media(max-width: 374px) {
    .banner-text .text-red {
        font-size: 1rem;
    }

    .text-BNI {
        font-size: 1rem;
        margin-top: 10px;
    }

    .question .title {
        font-size: 1rem;
    }
}

/*
==============================================================
========================= End banner =========================
==============================================================
*/



.container {
    max-width: 1200px;
}

.question {
    padding: 60px 0;
    background: #F2F2F2;
}

.question .title {
    font-size: 1.875rem;
    text-align: center;
    font-weight: bold;
}

.question-list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 100px;
}

.question-list .question-item {
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 6px 6px 0 #C22330;
    border: 1px solid #D6D6D6;
    overflow: hidden;
}

.question-list .item-img {
    margin: 20px 0;
    text-align: center;
}

.question-list .item-title {
    font-size: 1.625rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}


.question-list .item-listcheck {
    margin-bottom: 20px;
}

.question-list .item-listcheck .listcheck-item {
    padding: 8px 0;
    text-align: center;
    font-size: 1rem;
    border-bottom: 1px solid #D6D6D6;
    white-space: nowrap;
}

.question-list .item-listcheck .listcheck-item:nth-child(1) {
    border-top: 1px solid #D6D6D6;
}

.block-start {
    padding: 50px 0;
    text-align: center;
    background: #444444;
    color: #FFF;
    font-weight: bold;
    font-size: 2rem;
    border-bottom: 5px solid #C22330;
    position: relative;
}

.block-start:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #C22330;
}

@media(max-width: 768px) {
    .question .title {
        font-size: 1.375rem;
    }

    .question-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .sp-wrap-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .question {
        padding-top: 30px;
    }

    .question-list {
        margin-top: 20px;
    }

    .center-mb {
        display: flex;
        align-items: center;
    }

    .center-mb .item-img {
        max-width: 30%;
    }

    .center-mb .item-img img {
        max-width: 100%;
    }

    .center-mb .item-title {
        margin-bottom: 0;
    }

    .question-list .item-title {
        font-size: 1.25rem;
    }

    .block-start {
        padding: 30px 15px;
    }
}

@media(max-width: 414px) {
    .block-start {
        justify-content: flex-start;
        font-size: 1.25rem !important;
    }
}

@media(max-width: 375px) {
    .question {
        padding-top: 30px;
    }

    .question .container {
        padding: 10px;
    }

    .question-list {
        margin-top: 20px;
    }

}

@media(max-width: 374px) {
    .question-list .item-listcheck .listcheck-item {
        font-size: 0.875rem;
    }

    .container {
        padding: 5px;
    }

}


/*
==============================================================
========================== SECTION1 ============================
==============================================================
*/
.section1 {
    padding: 60px 0;
}

.section1-animation {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 100px;
}

.section1-animation .item-animation {
    border: 1px solid #D6D6D6;
    box-shadow: 5px 5px 5px #D6D6D6;
    padding: 20px;
    position: relative;
}

.box {
    position: relative;
}

.box>span:nth-child(1) {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 50%;
    height: 5px;
    background: #C22330;
    z-index: 11;
}

.box>span:nth-child(2) {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 5px;
    height: 50%;
    background: #C22330;
    z-index: 11;
}

.box>span:nth-child(3) {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 50%;
    height: 5px;
    background: #C22330;
    z-index: 11;
}

.box>span:nth-child(4) {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 5px;
    height: 50%;
    background: #C22330;
    z-index: 11;
}

.section1-animation .item-button>button {
    border: 1px solid #C22330;
    background: #FFF;
    font-weight: bold;
    padding: 3px 20px;
    color: #C22330;
}

.section1-animation .item-button>span {
    border: 1px solid #C22330;
    background: #FFF;
    font-weight: bold;
    padding: 3px 20px;
    color: #C22330;
    font-size: 0.875rem;
}

.section1-animation .item-button>button:hover {
    background: #C22330;
    color: #FFF;
    opacity: 1;
}

.section1-animation .item-button>a:hover {
    background: #C22330;
    color: #FFF;
    opacity: 1;
}

.section1-animation .item-text1 {
    margin-top: 15px;
    font-weight: bold;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.section1-animation .item-text1-info {
    font-size: 1.25rem;
    font-weight: 400;
}

.item-arrow-border {
    border-bottom: 1px solid #C22330;
    max-width: 80%;
    margin: 15px auto;
    position: relative;
}

.item-arrow-border:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #C22330;
}

.item-arrow-border:after {
    position: absolute;
    content: "";
    top: calc(100% - 2px);
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #FFF;
}

.section1-animation .item-number {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-number-big {
    font-size: 4.375rem;
}

.bold {
    font-weight: bold;
}

.font38 {
    font-size: 2.375rem;
}

.font26 {
    font-size: 1.625rem;
}

.font20 {
    font-size: 1.25rem !important;
}

.text-italic {
    font-style: italic;
}

.section1-animation .item-note {
    margin-top: 50px;
}

.font42 {
    font-size: 2.625rem;
}

.section1-animation .item-number-li {
    display: flex;
    justify-content: space-between;
}

.section1-animation .item-number-li:nth-child(1) {
    margin-bottom: 20px;
}

.section1-m {
    margin-top: 70px;
}

.line140 {
    line-height: 140%;
}

.section1-b {
    margin-top: 70px;
}

.color-red {
    color: #C22330;
}

.section1-b-title>div {
    padding-bottom: 5px;
    border-bottom: 1px solid #C22330;
    display: inline-block;
    margin: auto;
}

.section1-des {
    max-width: 940px;
    margin: auto;
    margin-top: 70px;
    padding: 30px;
    background: #F2F2F2;
}

@media(max-width: 1500px) {
    .container {
        max-width: 1200px;
    }

    .question-list {
        grid-gap: 100px;
    }
}

@media(max-width: 1366px) {
    .container {
        max-width: 1200px;
    }

    .question-list {
        grid-gap: 40px;
    }

    .section1-animation {
        grid-gap: 40px;
    }
}

@media(max-width: 768px) {
    .block-start {
        font-size: 1.375rem;
    }

    .section1-animation {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }

    .item-number-big {
        font-size: 3.85rem;
    }

    .section1-animation .item-number {
        height: auto;
        margin-top: 30px;
    }

    .section1-m {
        font-size: 1.25rem;
        margin-top: 30px;
    }

    .section1-b {
        margin-top: 30px;
    }

    .section1-b-title {
        font-size: 1.25rem;
    }

    .section1-des {
        margin-top: 30px;
    }
}

@media(max-width: 374px) {
    .section1-b-title {
        font-size: 1rem !important;
    }

    .section1-m {
        font-size: 1rem;
    }
}

/*
==============================================================
========================== ENDSECTON 1 ============================
==============================================================
*/
/*
==============================================================
========================== SECTON 2 ==========================
========================== ## Benefit ========================
==============================================================
*/


.section2
{
    margin-top: 40px;
    min-height:1000px;
}
.section2 img
{
    vertical-align: middle;
    width: 100%;
}
.section2-li
{
    border-top: 1px solid  #D6D6D6;

    position: relative;
}
.section2-li .flex
{
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.section2-li.start .flex
{
    justify-content: flex-start;
}
.section2-li .widthA
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.section2-li.start .widthA
{
    right: 0;
    left: unset;
}
.div-center
{
    display: flex;align-items: center;justify-content: center;
}
.section2-content
{
    margin: 0 335px;
    font-size: 0.875rem;
    line-height: 170%;
}
.section2-benefit
{
    font-size: 1.25rem;
    color: #64666A;
}
.section2-title
{
    padding-top: 60px;
    position: relative;
}
.section2-title .number
{
    font-size: 3.75rem;
    line-height: 100%;
    font-weight: 500;
    color: #C22330;
    position: absolute;
    bottom: 60px;

}
.section2-title .number:before
{
    position: absolute;
    content: "";
    width: 150px;
    border-top: 2px solid #C22330;
    transform: rotate(135deg);
    top: 100%;
}
.section2-title .number:after
{
    position: absolute;
    content: "Benefit";
    font-size: 1.25rem;
    color: #64666A;
    top: -40px;
    left: 0;
    font-weight: 400;

}
.section2-title .text
{
    font-size: 2rem;
    margin-left: 120px;
    line-height: 140%;
    margin-top: 0px;
}


#indexb #Benefit_li04 .section2-title .text
{
    font-size: 1.75rem;
}


.section2-text
{
    margin-top: 40px;
}
.section2-content-b
{
    padding-left: 10%;
    width: 100%;
    font-size: 0.875rem;
    line-height: 170%;
}
.banner-red
{
    position: relative;
}
.banner-red img
{
    width: 100%;
    vertical-align: middle;
}
.banner-red-text
{
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    display: flex;align-items: center;justify-content: center;
    color: #FFF;
    font-size: 1.375rem;
    line-height: 170%;
}

@media(max-width: 2000px)
{
    .section2-li .widthA {
        right:unset;
    }
    .section2-li .widthB {
        width:40%;
        overflow: hidden;

    }
    .section2-li.start .widthA {
        right:5%;
    }
    .section2-li.start .widthA .section2-content {
        margin-right:200px;
    }
    .section2-li.start .widthB {
        width:40%;
        overflow: hidden;

    }
}
@media(max-width: 1600px)
{
    .section2-content
    {
        margin: 0 235px;
    }
    .section2-li.start .widthA {
        right:0%;
    }
    .section2-li.start .widthA .section2-content {
        margin-right:100px;
    }
}
@media(max-width: 1366px)
{
    .section2-content
    {
        margin: 0 0px 0 80px;
    }
    .start .section2-content
    {
        margin: 0 0px 0 0px;
    }


    .section2-li.start .widthA {
        right:0%;
    }
    .section2-li.start .widthA .section2-content {
        margin-right:10px;
    }
    .section2 .widthB {
        width:40%;
        overflow: hidden;

    }

    .section2 .widthB img {
       display: block;
       width:auto;
    }
}
@media(max-width: 1100px)
{
    .section2-content
    {
        margin: 0 60px;
    }
    .start .section2-content
    {
        margin: 0 0px 0 0px;
    }
    .section2 .widthA {
        right:unset;

    }
    .section2-li .widthB ,
    .section2-li.start .widthB {
        width:20%;
        overflow: hidden;

    }

    .section2 .widthB img {
       display: block;
       width:auto;
    }
    #Benefit_li01 .widthB img {
       position: relative;
       left:-60%;
    }
}


@media(max-width: 768px) {

    .section-li {
        min-width: none;
    }
    .section2-li .flex {
        justify-content: space-between;
    }

    #Benefit_li01 .widthB img {
        position: relative;
        left:unset;
     }


    .section2-content ,
    .section2-li.start .widthA .section2-content{
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        margin: 0;
    }


    .section2-title {
        display: block;
        padding-top: 0px;
    }

    .section2-title .number {
        font-size: 2.3rem;
        margin-top: 30px;
        position: relative;
        bottom: 0;
    }

    .section2-title .number:before {
        width: 60px;
        transform: translateY(-50%) rotate(135deg);
        left: 50px;
        top: 10px;
    }

    .section2-title .number:after {
        font-size: 0.75rem;
        top: -30px;
    }

    .section2-title .text {
        margin-left: 0;
        font-size: 1.25rem;
    }
    #indexb #Benefit_li04 .section2-title .text
    {

        font-size: 1.20rem;
        line-height:1.3;
    }

    .section2-title .text .pc {
        display: none;
    }

    .section2-title .text .mb {
        display: block;
    }

    .section2-title .text {
        margin-top: 10px;
    }

    .section2-text {
        margin-top: 10px;
    }

    .section2-text .pc {
        display: none;
    }

    .section2-text .mb {
        display: block;
    }

    .section2-content-b {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin: 0;
    }

    .section2-text {
        font-size: 0.875rem;
        line-height: 140%;
    }

    .banner-red-text {
        font-size: 1.125rem;
    }

    .section2-text.pc {
        display: none;
    }

    .section2-text.mb {
        display: block;
        width: 100%;
        padding: 20px;
        padding-top: 0;
    }

    .section2-li .widthA {
        position: unset;
    }


}

@media(max-width: 414px) {
    .section2-content {
        padding-right: 0;
        padding-bottom: 0;
    }

    .section2-content-b {
        padding-bottom: 0;
    }

    .section2-title .text {
        font-size: 1.125rem;
    }

    .section2-li .flex {
        justify-content: space-between;
    }

}

@media(max-width: 374px) {
    .section2-title .text .mb {
        font-size: 1rem;
    }

    .section2-text {
        font-size: 0.75rem;
    }

    .banner-red-text {
        font-size: 0.875rem;
    }
}

/*
==============================================================
========================== ENDSECTON 2 ============================
==============================================================
*/

/*
==============================================================
========================== SECTON 3 ============================
==============================================================
*/
.section3 {
    padding: 70px 0;
}

.section3-1 {
    color: #707070;
    margin-bottom: 70px;
}

.section3-2 .title,
.section3-3 .title {
    font-size: 1.625rem;
}

.section3-2-content {
    margin: auto;
    margin-top: 50px;
    padding: 30px 0px 30px 200px;
    background: #F2F2F2;
    max-width: 900px;
    border-radius: 10px;

}

.section3-2-content-li {
    font-size: 1.25rem;
    margin-top: 20px;
}

.section3-2-content-li img {
    vertical-align: middle;
}

.section3-3 {
    margin-top: 60px;
}

.section3-3-content {
    margin: auto;
    margin-top: 60px;
    max-width: 900px;
}

.section3-3-li {
    border-top: 1px solid #D6D6D6;
    padding: 20px 0;
}

.section3-3-li .top {
    display: flex;
    align-items: center;
}

.section3-3-li .top .bg>div {
    background: #C22330;
    color: #FFF;
    padding: 5px 15px;
    font-weight: bold;
}

.section3-3-li .top .text {
    margin-left: 15px;
    font-size: 1.25rem;
}

.section3-3-li .bot {
    margin-top: 30px;
    display: block;
    padding: 0 20px;
}

.section3-3-li .bot .text {
    line-height: 180%;
    color: #444444;
    margin-bottom:1em;
}

.section3-3-li .bot .comment {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 180%;
    color: #888;
    background-color: #f9f9f9;
    padding: 1em;
    border-radius: 0.5em;

}

.section3-3-li .bot .button {
    /* margin-left: 80px; */
}

.section3-3-li .bot .button button {
    border: none;
    background: #444444;
    color: #FFF;
    white-space: nowrap;
    padding: 5px 25px;
    font-size: 1.125rem;
    font-weight: bold;

}

.section3-3-li .bot .button button:hover {
    background: #C22330;
    opacity: 1;
}

.section3-3-li .bot .button span {
    border: none;
    background: #f9f9f9;
    color: #333;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 1.125rem;
    font-weight: bold;
    opacity: 1;
    display:block;
    text-align: right;
}

.section3-3-li .bot .button a:hover {
    background: #C22330;
    opacity: 1;
}

.section3-4 {
    margin-top: 40px;
}

.section3-4-content {
    max-width: 900px;
    border: 2px solid #000000;
    margin: auto;
    padding: 30px;
}

@media(max-width: 768px) {
    .section3 {
        padding: 30px 15px;
    }

    .section3-1 {
        margin-bottom: 30px;
    }

    .section3-2-content {
        margin-top: 30px;
    }

    .section3-2-content {
        padding: 15px;
    }

    .section3-2-content-li {
        font-size: 1rem;
        display: flex;
        align-items: flex-start;
    }

    .section3-2-content-li img {
        margin-right: 5px;
    }

    .section3-2 .title,
    .section3-3 .title {
        font-size: 1.375rem;
    }

    .section3-3-li .top {
        display: block;
    }

    .section3-3-li .top .text {
        margin-top: 15px;
        font-size: 1rem;
    }

    .section3-3-li .bot {
        margin-top: 20px;
        display: block;
    }

    .section3-3-li .bot .button {
        margin: auto;
        text-align: center;
        margin-top: 15px;
    }

    .section3-3-li {
        border: none;
        padding-top: 0;
        margin-bottom: 30px;
    }

    .section3-4-content {
        padding: 15px;
        font-size: 1rem;
    }

}




/*
==============================================================
========================== ENDSECTON 3 ============================
==============================================================
*/
/*
==============================================================
========================== ## SECTON 4 =======================
========================== ## Voice ==========================
==============================================================
*/
.section4 {
    padding: 70px;
}

.section4 .content {
    max-width: 900px;
    margin: auto;
}

.section4-item {
    border: 1px solid #D6D6D6;
    padding: 30px;
    margin-bottom: 30px;

}

.section4-flex {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.section4-item .detail {
    flex: 1;
    margin-left: 40px;
    margin-right: 10px;
}

.detail-info {
    line-height: 100%;
    border-bottom: 3px solid #C22330;
    padding-bottom: 30px;
}

.detail-info>div {
    margin-bottom: 10px;
}

.detail-info>div.name {
    font-size: 1.25rem;
}

.detail-text {}

.detail-text .title {
    padding: 15px 0;
    color: #C22330;
    font-weight: bold;
    font-size: 1.375rem;
}

.detail-text .des {
    line-height: 140%;
}

@media(max-width: 768px) {}

@media(max-width: 549px) {
    .section4 {
        padding: 30px 15px;
    }

    .section4-item {
        padding: 10px;
    }

    .detail-text .title {
        font-size: 1rem;
    }

    .section4-item .detail {
        margin-left: 15px;
    }

    .detail-info {
        white-space: nowrap;
        border: none;
    }

    .detail-text.pc {
        display: none;
    }

    .detail-text.mb {
        display: block;
        width: 100%;
        border-top: 3px solid #C22330;
        padding-bottom: 20px;
    }

    .detail-text .des {
        font-size: 1rem;
    }

    .hide-mb {
        display: none;
    }
}

/*
==============================================================
========================== ENDSECTON 4 ============================
==============================================================
*/

/*
==============================================================
========================== SECTON 5 ============================
==============================================================
*/
.section5-q {
    margin-top: 10px;
    background: #FFF;
}

.section5-container {
    margin: auto;
    max-width: 1100px;

    padding: 35px 0;
}

.section5-container.q {
    border-left: 7px solid #C22330;
    display: flex;
    align-items: center;
}

.section5-container.q .icon {
    font-size: 2.625rem;
    padding-left: 15px;
    margin-right: 50px;
}

.section5-container.q .text {
    font-size: 1.375rem;
}

.section5-a {
    background: #F2F2F2;
}

.section5-container.a {
    border-left: 7px solid #E5E5E5;
    display: flex;
    align-items: flex-start;

}

.section5-container.a .icon {
    font-size: 2.625rem;
    padding-left: 15px;
    margin-right: 50px;
    color: #707070;
}

.section5-container.a .text {
    max-width: 775px;
    margin-top: 10px;
    font-size: 0.875rem;
}

.section5-container.a .text .text-one {
    margin-bottom: 30px;
}

@media(max-width: 1366px) {
    .section5-container.q .icon {
        padding-left: 15px;
    }
}

@media(max-width: 768px) {
    .section5-container.a .icon {
        margin-right: 20px;
        font-size: 2.25rem;
    }

    .section5-container.a .text {
        padding-right: 20px;
    }

    .section5-container.q .icon {
        margin-right: 20px;
    }

    .section5-container.q .text {
        font-size: 1.125rem;
    }
}

/*
==============================================================
========================== ENDSECTON 5 ============================
==============================================================
*/
.contact {
    margin-top: 50px;
}

.contact {
    margin-top: 100px;
}

.contact {
    display: inline-block;
    width: 100%;
    margin-bottom: 100px;
}

.contact .container {
    max-width: 1100px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.container {
    position: inherit !important;
    background-color: #fff0 !important;
}

.contact .contact-inner {
    border: 1px solid #252729;
    display: block;
    padding: 25px;
}

.contact .block-title {
    margin: 8px 0 34px;
    font-size: 1.875rem;

}

.block-title {
    text-align: center;
    color: #111;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.contact table {
    font-size: 1.125rem;
}

.contact table {
    border-collapse: collapse;
    width: 100%;
}

.contact table th {
    background: #fafafa;
    padding: 10px 0 10px 15px;
    width: 290px;
}

.contact table th,
.contact table td {
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.contact table th {
    text-align: left;
    font-weight: 700;
}

.contact .line {
    display: inline-block;
}

.contact .number {
    width: 27px;
    height: 27px;
    line-height: 100%;
    margin-right: 6px;
    color: #fff;
    text-align: center;
    background: #333;
    border-radius: 100%;
    font-size: .875rem;
    font-weight: 400;
    padding-top: 7px;
    position: relative;
    bottom: 2px;
    display: inline-block;
}

.contact .txt {
    position: relative;
    top: 20px;

}

.contact .txt {
    position: unset;
    font-weight: 400;
}

.contact .line .req {
    position: unset;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    color: #d00;
    border: 1px solid #d00;
    letter-spacing: 3px;
    line-height: 100%;
    padding: 1px 6px 3px;
    font-size: 0.75rem;
    background: 0 0;
    font-weight: 400;
    position: relative;
    bottom: 2px;
    top: unset;
    right: unset;
    margin-left: 6px;
}

.mw_wp_form span.req {
    padding: 3px 6px 3px !important;
}

.contact table .req {
    display: inline-block;
    background: #eb7422;
    padding: 2px 5px;
    line-height: 100%;
    margin-left: 5px;
    color: #fff;
}

.contact table td {
    padding-left: 10px;
    padding-right: 20px;
}

.contact table th,
.contact table td {
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.contact td input[type=text],
.contact td input[type=tel],
.contact td input[type=email],
.contact td textarea {
    margin-bottom: 0;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 6px;
    padding-left: 5px;
    padding-right: 5px;
}

.contact td input[type=text],
.contact td input[type=tel],
.contact td input[type=email] {
    height: 45px;
}

.mw_wp_form .wm {
    width: 80% !important;
}

.mw_wp_form .error {
    font-size: 93%;
    color: #b70000;
    display: block;
}

.contact table td {
    padding: 10px 10px;
}

.contact table td.area-info {
    padding-left: 0;
    padding-right: 0;
}

.mw_wp_form p.inline {
    margin-bottom: 10px;
}

.mw_wp_form .zip-code {
    width: 140px !important;
    display: inline-block;
}

.efo-form_footer .chk-confirm {
    margin: 40px 0 15px;
}

.contact .chk-confirm {
    line-height: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    font-weight: 400;
    margin-bottom: 0;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
    margin-right: 5px;
    -webkit-appearance: textfield;
}

.efo-form_footer .check_submit {
    text-align: center;
}

.contact .fic-btn-contact button,
.contact input[type=submit] {
    font-size: .64rem;
    background: #333;
    border: medium none;
    color: #fff;
    line-height: 100%;
    padding: 0;
    border-radius: 5px;
    width: 284px;
    height: 55px;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: bold;
}

.contact .policy-desc {
    font-size: .71rem;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.contact .fic-privacy-policy {
    margin-bottom: 5px;
}

.fic-privacy-policy {
    display: inline-block;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding: 15px 20px 15px 15px;
    font-size: .75rem;
    line-height: 1.5;
    border: 1px solid #ccc;
}

.textarea-form {
    margin-top: 20px;
    margin-right: 15px;
}

.textarea-form textarea {
    width: 100%;
    height: 160px;
    resize: none;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 15px;
    font-size: 1rem;
}

@media(max-width: 768px) {
    .contact .contact-inner {
        padding: 15px;
    }

    .contact .block-title {
        font-size: 1rem;
    }

    .textarea-form {
        padding: 0;
        margin-right: 0;
    }

    .textarea-form textarea {
        width: 100%;
    }

    .contact table th,
    .contact table td {
        border: none;
        background: none;
        width: 100%;
    }

    .contact table th,
    .contact table td {
        width: 100%;
        display: block;
    }

    .contact td input[type=text],
    .contact td input[type=tel],
    .contact td input[type=email] {
        border-radius: 4px;
    }

    .contact .line {
        display: flex;
        align-items: flex-start;
    }

    .contact .line .txt {
        flex: 1;
    }

    .contact table th,
    .contact table td {
        padding: 10px 0 0px 0;
    }

    .contact table td {
        padding-bottom: 15px;
    }

    .contact table tr {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .contact .policy-desc {
        margin-top: 10px;
    }

    .fic-privacy-policy {
        padding: 10px;
    }

    .textarea-form {
        margin-top: 10px;
    }
}

@media(max-width: 374px) {
    .contact input[type=submit] {
        font-size: 1rem;
        width: 100%;
    }
}

/*
==============================================================
========================== CSS contact ============================
==============================================================
*/




/*
==============================================================
========================== END CSS contact ============================
==============================================================
*/
/*
==============================================================
========================== Footer ============================
==============================================================
*/
@media(max-width: 480px) {
    body {
        padding-bottom: 50px;
    }
}

.footer {
    background: #C22330;
    padding: 15px 0;
    color: #FFF;
}

@media(max-width: 374) {
    .footer {
        font-size: 1rem;
    }
}

.footer .container {}

.scrollup {
    color: #fff;
    background: #B13436;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    border-radius: 100%;
    bottom: 35px;
    right: 40px;
    position: fixed;
    z-index: 800;
    cursor: pointer;
}

.scrollup i {
    position: absolute;
    left: 11px;
    top: 14px;
    border: solid white;
    border-width: 0 6px 6px 0px;
    display: inline-block;
    padding: 4px;
    width: 18px;
    height: 18px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

@media(max-width: 768px) {
    .scrollup {
        right: 25px;
    }
}

/*
==============================================================
========================= End Footer =========================
==============================================================
*/

@media(max-width: 768px) {
    .onlysp {
        display: block;
    }
}

@media(min-width: 769px) {
    .onlysp {
        display: none;
    }
}
