@charset "utf-8";

/*** reset ***/
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, sub, 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-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background: #fff;
    position: relative;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
}
a:hover{
    opacity: 0.6;
}
body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
	overflow-y: scroll;
}
.block{display: block;}
.in-block{display: inline-block;}
.bold{font-weight: 600;}

.pc-img{display: block;}
.sp-img{display: none;}
.image-box{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 20px;
    /* overflow: hidden; */
    text-align: center;
}
.image-box .column{
    width: 100%;
    height: 100%;
}
@media(max-width:767px) {
    .pc-img{display: none;}
    .sp-img{display: block;}
    .image-box{margin-bottom: 4%;}
}

/* FONT */
.serif{
    font-family: 'Noto Serif', serif;
    -webkit-font-smoothing: antialiased;
}
.Sans{
    -webkit-font-smoothing: antialiased;
    font-family: 'Noto Sans CJK','Noto Sans','sans-serif';
}
h2{
    font-size: 36px;
    text-align: center;
    line-height: 1.3;
}
h3{
    font-size: 28px;
    line-height: 1.3;
    position: relative;
}
h3.left-line{
    padding-left: 20px;
    padding-bottom: 10px;
    /*border-left:4px solid #990000;*/
    border-bottom: 1px solid #000;
}
h3.left-line::before{
    content: "";
    width: 4px;
    height: 82%;
    background: #990000;
    position: absolute;
    left: 0;
}
h3.bottom-line{
    margin-bottom: 15px;
}
h3.bottom-line::before{
    content: "";
    width: 60px;
    height: 4px;
    background: #990000;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.text-box{
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
}
.text-box p + p{
    margin-top: 20px;
}
@media(max-width:1024px) and (min-width:768px){
    h2{
        font-size: 3.6vw;
    }
    h3{
        font-size: 2.8vw;
    }
    .text-box{
        font-size: 15px;
    }
    .text-box p + p{
        margin-top: 15px;
    }
}
@media(max-width:767px) {
    h2{
        font-size: 5.5vw;
        padding: 0 2%;
    }
    h3{
        font-size: 4.8vw;
    }
    h3.left-line::before{
        width: 3px;
        height: 84%;
    }
    h3.bottom-line{
        margin-bottom: 15px;
    }
    h3.bottom-line::before{
        width: 40px;
        height: 4px;
        bottom: -15px;
    }
    .text-box{
        font-size: 14px;
        line-height: 1.5;
    }
    .text-box p + p{
        margin-top: 3%;
    }


}

/* MV */
.mv{
    width: 100%;
    height: 600px;
    display: flex;
    position: relative;
}
.mv .img{
    width: 100%;
    height: 600px;
    display: flex;
}
.mv .mv_text{
    width: 28%;
    height: 600px;
}

.mv .mv_img{
    background: url(../img/mv_bg.jpg);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
    /* width: 72%; */
    width: 86.5%;
    height: 600px;
}
.mv .mv_title{
    width: 100%;
    height: 600px;
    position: absolute;
    top:0;
    left: 0;
    align-items: baseline;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mv .mv_title .mv_red{
    /* width: 94.5%; */
    width: 82%;
    text-align: left;
    /*white-space: nowrap;*/
    font-size: 90px;
    color: #990000;
    z-index: 1;
    padding-left: 5.5%;
    background: -webkit-linear-gradient(left, #990000 0%, #990000 28%, #fff 28%, #fff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.mv .mv_title .mv_blue{
    width: 82%;
    text-align: left;
    /*white-space: nowrap;*/
    font-size: 55px;
    color: #213a6d;
    z-index: 1;
    padding-left: 5.5%;
    background: -webkit-linear-gradient(left, #213a6d 0%, #213a6d 28%, #fff 28%, #fff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}







/*
.mv .mv-img{
    background: url(../img/mv-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    max-width: 1700px;
    width: 90%;
    height: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv .mv-title{
    width: 60%;
    min-width: 800px;
    text-align: center;
}
.mv .mv-img .wh-bg{
    background: #fff;
    color: #213a6d;
    font-size: 64px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    padding: 12px 70px 8px;
}
.mv .mv-img .wh-bg.big{
    font-size: 90px;
    margin-bottom: 20px;
    padding: 12px 30px 8px;
}
*/

@media(max-width:1024px) and (min-width:768px){
    .mv{
        height: 60vw;
        /*padding-bottom: 70px;*/
    }
    .mv .img{
        height: 60vw;
    }
    .mv .mv_text{
        width: 40%;
        height: 60vw;
    }
    .mv .mv_img{
        width: 60%;
        height: 60vw;
    }
    .mv .mv_title{
        height: 60vw;
    }
    .mv .mv_title .mv_red{
        width: 94.5%;
        font-size: 9vw;
        padding-left: 5.5%;
        background: -webkit-linear-gradient(left, #990000 0%, #990000 40%, #fff 40%, #fff 100%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
    .mv .mv_title .mv_blue{
        width: 94.5%;
        font-size: 5.5vw;
        padding-left: 5.5%;
        background: -webkit-linear-gradient(left, #213a6d 0%, #213a6d 40%, #fff 40%, #fff 100%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }




    /*
    .mv .mv-img{
        width: 90%;
        height: 50vw;
    }
    .mv .mv-title{
        width: 80%;
        min-width: auto;
    }
    .mv .mv-img .wh-bg{
        font-size: 6.4vw;
        display: inline-block;
        padding: 12px 50px 8px;
    }
    .mv .mv-img .wh-bg.big{
        font-size: 9vw;
        margin-bottom: 15px;
        padding: 12px 25px 8px;
    }
    */
}
@media(max-width:767px) {
    .mv{
        background: url(../img/mv_bg-sp.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 110vw;

        /*
        background: url(../img/bg01.png);
        background-size: 200% auto;
	    background-position: bottom center;
	    background-repeat: no-repeat;
        */
        /*padding-bottom: 10%;*/
    }



    .mv .mv_title{
        display: none;
    }
    .mv .img{
        display: none;
    }




    /*
    .mv .mv-img{
        width: 90%;
        height: 80vw;
    }
    .mv .mv-title{
        width: 80%;
        min-width: auto;
    }
    .mv .mv-img .wh-bg{
        font-size: 8vw;
        display: inline-block;
        padding: 12px 5vw 8px;
    }
    .mv .mv-img .wh-bg.big{
        font-size: 10vw;
        margin-bottom: 4vw;
        padding: 12px 3vw 8px;
    }
    */
}
/* CV AREA */
.cv{
    background: url(../img/cv-bg.jpg),#08132a;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 90px 0;
}
.cv .cv-box{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    padding: 50px 0;
    background: #fff;
}
.cv .cv-title{
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}
.cv .cv-flex{
    max-width: 860px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.cv .cv-flex .tel{
    font-size: 60px;
    color: #990000;
    font-weight: 600;
    line-height: 1;
    position: relative;
    width: 55%;
    text-align: center;
    top:3px;
}
.cv .cv-flex .tel::before{
    content: "";
    background: url(../img/tel_icon.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 42px;
    height: 50px;
    display: inline-block;
    text-align: center;
    position: relative;
    top:3px;
}
.cv .cv-flex .mail{
    font-size: 24px;
    background: #213a6d;
    color: #fff;
    position: relative;
    max-width: 380px;
    width: 44%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cv .cv-flex .mail::before{
    content: "";
    background: url(../img/mail_icon.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 23px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
}
@media(min-width:768px) {
    a[href^="tel:"]{
        pointer-events: none;
    }
}
@media(max-width:1024px) and (min-width:768px){
    .cv{
        background: url(../img/cv-bg.jpg),#08132a;
        background-size: 150% auto;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 50px 0;
    }
    .cv .cv-box{
        width: 90%;
        padding: 30px 0 40px;
    }
    .cv .cv-title{
        font-size: 3.6vw;
        margin-bottom: 20px;
    }
    .cv .cv-flex{
        width: 94%;
    }
    .cv .cv-flex .tel{
        font-size: 6vw;
        width: 55%;
        top:3px;
    }
    .cv .cv-flex .tel::before{
        width: 4.2vw;
        height: 5vw;
        top:3px;
    }
    .cv .cv-flex .mail{
        font-size: 2.4vw;
        max-width: 380px;
        width: 44%;
    }
    .cv .cv-flex .mail::before{
        width: 2.3vw;
        height: 1.8vw;
    }
}
@media(max-width:767px) {
    .cv{
        background: url(../img/cv-bg.jpg),#08132a;
        background-size: 300% auto;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 12% 0;
    }
    .cv .cv-box{
        width: 80%;
        padding: 8% 0;
    }
    .cv .cv-title{
        font-size: 5vw;
        margin-bottom: 5%;
    }
    .cv .cv-flex{
        width: 90%;
        display: block;
    }
    .cv .cv-flex .tel{
        font-size: 10vw;
        width: 100%;
        top:0;
        display: block;
        margin-bottom: 3%;
    }
    .cv .cv-flex .tel::before{
        width: 6.8vw;
        height: 8vw;
        top:0.5vw;
    }
    .cv .cv-flex .mail{
        font-size: 5vw;
        max-width: none;
        width: 100%;
        padding: 2vw 0;
    }
    .cv .cv-flex .mail::before{
        width: 5vw;
        height: 4vw;
        position: relative;
        top:-0.3vw
    }
}
/* header */
.header{
    background: #fff;
    position: relative;
    width: 100%;
    height: 100px;
}
.header-box{
    /*max-width: 1700px;*/
    width: 90%;
    margin: 0 auto;
}
.header-box h1{
    /*height: 100px;*/
    display: flex;
    align-items: center;
}
.header-box h1 .header-logo{
    background: url(../img/logo.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 423px;
    height: 58px;
    display: block;
}
.header-box h1 a{
    font-size: 0;
    text-indent: -10000px;
}
.header-box .left-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 423px;
    height: 100px;
}
.header-box .lang{
    text-align: center;
    font-size: 14px;
    margin-top: 3px;
}
.header-box .lang a{
    color: #404040;
}
.header-box .lang a:hover{
    border-bottom: 1px solid #404040;
}

.header .menu-btn{
    background: url(../img/menu_btn.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    position: absolute;
    top:25px;
    right: 30px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.header.add_popup .menu-btn{
    display: none;
    transition: all 0.5s ease-in-out;
}

.header .popup-menu{
    background: rgb(0, 0, 0, 0.5);
    /*width: 100%;*/
    width: 0;
    height: 100%;
    position: fixed;
    top:0;
    /*left: 0;*/
    z-index: 9999999;
    /*display: none;*/
    right: -10000px;
    overflow: hidden;
}
.header .popup-menu.show{
    /*display: block;*/
    right:0;
    width: 100%;
}
.header .popup-whbox{
    max-width: 800px;
    min-width: 550px;
    width: 42%;
    height: 100%;
    background: rgb(255, 255, 255, 0.9);
    margin-left: auto;
    padding-top: 140px;
    transition:0.6s;
    position: relative;
    right: -10000px;
}
.header .popup-whbox.show{
    right:0;
}
.header .popup-whbox .content-box{
    max-width: 540px;
    width: 90%;
    margin: 0 auto;
}
.header .header-list li{
    border-bottom: 1px solid #c3c3c3;
    padding: 13px 0 10px;
}
/*
.header .header-list li:last-child{
    border-bottom:none;
}
*/
.header .header-list li a{
    font-size: 20px;
    color: #000;
    display: block;
    padding-left: 45px;
    position: relative;
    line-height: 1.3;
}
.header .header-list li a::before{
    content: "";
    width: 20px;
    height: 2px;
    background: #990000;
    position: absolute;
    top:12px;
    left: 10px;
}
.header .office-url{
    font-size: 20px;
    color: #000;
    padding-left: 30px;
    margin: 10px 0 50px;
    display: block;
    position: relative;
}
.header .office-url::before{
    content: "";
    background: url(../img/arrow_right2.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 14px;
    height: 22px;
    position: absolute;
    top:4px;
    left: 10px;
}
.header-cv{
    width: 100%;
    border: 1px solid #a2a2a2;
    display: flex;
    background: #fff;
}
.header-cv-title{
    background: #a2a2a2;
    color: #fff;
    max-width: 180px;
    width: 35%;
    font-size: 32px;
    letter-spacing: -0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-cv-flex{
    padding: 15px 0 20px;
    width: 67%;
}
.header-cv-flex .tel{
    font-size: 44px;
    color: #990000;
    font-weight: 600;
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
}
.header-cv-flex .tel::before{
    content: "";
    background: url(../img/tel_icon.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 38px;
    display: inline-block;
    text-align: center;
    position: relative;
    top:3px;
}
.header-cv-flex .mail{
    font-size: 20px;
    background: #213a6d;
    color: #fff;
    position: relative;
    max-width: 300px;
    width: 90%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 8px 0;
}
.header-cv-flex .mail::before{
    content: "";
    background: url(../img/mail_icon.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}
.header .menu-close-btn{
    background: url(../img/close_btn.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    position: absolute;
    top:25px;
    right: 30px;
    cursor: pointer;
}
@media(max-width:1024px) and (min-width:768px){
    .header{
        height: 10vw;
    }
    /*
    .header-box h1{
        height: 10vw;
    }
    */
    .header-box .left-box{
        height: 10vw;
        width: 42.3vw;
    }
    .header-box h1 .header-logo{
        width: 42.3vw;
        height: 5.8vw;
    }
    .header-box .lang{
        font-size: 12px;
        margin-top: 2px;
    }
    .header .menu-btn{
        width: 4vw;
        height: 5vw;
        top:2.5vw;
        right: 1vw;
    }

    .header .popup-whbox{
        min-width: auto;
        width: 50%;
        padding-top: 100px;
    }
    .header .popup-whbox .content-box{
        max-width: auto;
    }
    .header .header-list li a{
        font-size: 2vw;
    }
    .header .header-list li a::before{
        top:1.2vw;
    }
    .header .office-url{
        font-size: 2vw;
        margin: 10px 0 30px;
    }
    .header .office-url::before{
        width: 1.4vw;
        height: 2.2vw;
        top:0.3vw;
        left: 12px;
    }
    .header-cv-title{
        max-width: 180px;
        width: 35%;
        font-size: 3vw;
        letter-spacing: -0.05em;
    }
    .header-cv-flex{
        padding: 10px 0 15px;
        width: 67%;
    }
    .header-cv-flex .tel{
        font-size: 4vw;
    }
    .header-cv-flex .tel::before{
        width: 3.0vw;
        height: 3.6vw;
        top:0.3vw;
    }
    .header-cv-flex .mail{
        font-size: 2vw;
        max-width: 300px;
        padding: 6px 0;
    }
    .header-cv-flex .mail::before{
        width: 2.0vw;
        height: 1.6vw;
    }
    .header .menu-close-btn{
        width: 4vw;
        height: 5vw;
        top:2.5vw;
        right: 1vw;
    }
}
@media(max-width:767px) {
    .header{
        height: 20vw;
    }
    /*
    .header-box h1{
        height: 20vw;
    }
    */
    .header-box .left-box{
        height: 20vw;
        width: 63.45vw;
    }
    .header-box .lang{
        font-size: 11px;
        margin-top: 2px;
    }
    .header-box h1 .header-logo{
        width: 63.45vw;
        height: 8.7vw;
    }
    .header .menu-btn{
        width: 8vw;
        height: 10vw;
        top:5vw;
        right: 5vw;
    }

    .header .popup-whbox{
        max-width: none;
        min-width: auto;
        width: 100%;
        padding-top: 18%;
    }
    .header .popup-whbox .content-box{
        max-width: none;
        width: 90%;
        /*padding-bottom: 5%;*/
    }
    .header .header-list li{
        border-bottom: 1px solid #c3c3c3;
        padding: 13px 0 10px;
    }
    .header .header-list li a{
        font-size: 4vw;
        padding-left: 45px;
    }
    .header .header-list li a::before{
        top:2.1vw;
    }
    .header .office-url{
        font-size: 4vw;
        padding-left: 30px;
        margin: 2% 0 10%;
    }
    .header .office-url::before{
        width: 2.4vw;
        height: 4.0vw;
        top:0.5vw;
        left: 10px;
    }
    .header-cv{
        display: flex;
        display: block;
    }
    .header-cv-title{
        max-width: none;
        width: 100%;
        font-size: 6vw;
        padding: 2% 0;
    }
    .header-cv-flex{
        padding: 4% 0;
        width: 100%;
    }
    .header-cv-flex .tel{
        font-size: 9vw;
    }
    .header-cv-flex .tel::before{
        width: 6.4vw;
        height: 7.6vw;
        top:0.6vw;
    }
    .header-cv-flex .mail{
        font-size: 4.5vw;
        max-width: auto;
        width: 70%;
        padding: 2vw 0;
    }
    .header-cv-flex .mail::before{
        width: 4vw;
        height: 3.2vw;
    }
    .header .menu-close-btn{
        width: 8vw;
        height: 10vw;
        top:5vw;
        right: 5vw;
    }
    .header .sp-heaer-logo{
        background: url(../img/logo.svg);
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
        width: 63.45vw;
        height: 8.7vw;
        display: block;
        position: absolute;
        top:5.5vw;
        /* left: 50%; */
        left: 20px;
        /* -webkit-transform: translateX(-50%);
        transform: translateX(-50%); */
    }
}
@media(max-width:400px) {
    .header .popup-menu{
        overflow: auto;
    }
}
@media(max-width:320px) {
    .header .popup-menu{
        background: #000;
    }
    .header .popup-whbox{
        background: #fff;
    }
}



/* footer */
.footer{
    background: #08132a;
    padding: 20px 0 110px;
    color: #fff;
}
.footer-flex{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-logo{
    background: url(../img/logo_wh.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 404px;
    height: 26px;
    display: block;
}
.footer-url-box{
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.footer-url-box a{
    display: block;
    max-width: 190px;
    width: 49%;
    height: 50px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.footer-url-box a.footer-office::before{
    content: "";
    background: url(../img/mark_icon.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 14px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top:-2px;
}
.footer-url-box a.footer-contact::before{
    content: "";
    background: url(../img/mail_icon.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}
.footer .copyright{
    font-size: 12px;
    letter-spacing: 0.035em;
}
.footer-list li a{
    display: block;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.footer-list li a::before{
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    top:10px;
    left: 0;
}
@media(max-width:1024px) and (min-width:768px){
    .footer{
        padding: 10px 0 80px;
    }
    .footer-flex{
        width: 90%;
    }
    .footer-logo{
        width: 40vw;
        height: 2.6vw;
    }
    .footer-url-box{
        max-width: 40vw;
        margin: 20px 0;
    }
    .footer-url-box a{
        max-width: none;
        width: 48%;
        height: 5vw;
        font-size: 1.6vw;
    }
    .footer-url-box a.footer-office::before{
        width: 1.4vw;
        height: 1.8vw;
        top:-0.2vw;
    }
    .footer-url-box a.footer-contact::before{
        width: 1.4vw;
        height: 1.2vw;
        position: relative;
        top:-0.2vw;
    }
    .footer .copyright{
        font-size: 10px;
        letter-spacing: 0;
    }
    .footer-list li a{
        font-size: 1.6vw;
        margin-bottom: 12px;
    }
    .footer-list li a::before{
        top:1vw;
    }
}
@media(max-width:767px) {
    .footer{
        padding: 3% 0 15%;
    }
    .footer-flex{
        width: 90%;
        display: block;
    }
    .footer-logo{
        width: 100%;
        max-width: 600px;
/*        width: 80vw;*/
        height: 5.2vw;
        margin: 0 auto;
    }
    .footer-url-box{
        max-width: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 5% 0;
    }
    .footer-url-box a{
        max-width: none;
        width: 48%;
        height: 10vw;
        font-size: 3.8vw;
    }
    .footer-url-box a.footer-office::before{
        width: 4.2vw;
        height: 5.4vw;
        top:0;
    }
    .footer-url-box a.footer-contact::before{
        width: 4.2vw;
        height: 3.6vw;
    }
    .footer .copyright{
        font-size: 11px;
        letter-spacing: 0.035em;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 5% 2%;
        margin: auto;
        width: 100%;
        box-sizing: border-box;
/*        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
*/
    }
    .footer-list{
        /* margin-top: 5%; */
        margin: 5% 0;
    }
    .footer-list li a{
        font-size: 3.8vw;
        margin-bottom: 3%;
    }
    .footer-list li a::before{
        top: 2.8vw;
    }
}

/* flont-page */
/* flont-page section01*/
.flont-page .section01{
    padding: 130px 0 120px;
}
.flont-page .gray-box{
    background: #f1f1f1;
    max-width: 1200px;
    width: 95%;
    margin: 60px auto 0;
    padding: 90px 0;
}
.flont-page .gray-box .in-box{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}
.flont-page .section01-flex-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.flont-page .section01-flex-box.box03{
    margin-bottom: 0;
}
.flont-page .section01-flex-box .img-box{
    max-width: 320px;
    height: 320px;
    width: 32%;
    position: relative;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flont-page .section01-flex-box.box01 .img-box{
    background: url(../img/img01.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.flont-page .section01-flex-box.box02 .img-box{
    background: url(../img/img02.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.flont-page .section01-flex-box.box03 .img-box{
    background: url(../img/img03.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.flont-page .section01-flex-box .img-box::before{
    content: "";
    width: 92%;
    height: 92%;
    border: 1px solid #fff;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.flont-page .section01-flex-box .content-box{
    width: 62%;
}
.flont-page .section01-flex-box .text-box{
    margin: 30px 0 35px;
}
.flont-page .section01-flex-box a,
.flont-page .section02 a{
    background: #fff;
    border: 1px solid #213a6d;
    width: 100%;
    display: block;
    color: #213a6d;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    padding: 30px 0;
    position: relative;
}
.flont-page .section01-flex-box a::after,
.flont-page .section02 a::after{
    content: "";
    background: url(../img/arrow_right.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
    width: 37px;
    height: 27px;
    position: absolute;
    top:50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media(max-width:1024px) and (min-width:768px){
    .flont-page .section01{
        padding: 100px 0 90px;
    }
    .flont-page .gray-box{
        width: 90%;
        margin: 50px auto 0;
        padding: 70px 0;
    }
    .flont-page .gray-box .in-box{
        width: 94%;
    }
    .flont-page .section01-flex-box{
        margin-bottom: 50px;
    }
    .flont-page .section01-flex-box .img-box{
        height: 26vw;
        width: 32%;
        font-size: 2.8vw;
    }
    .flont-page .section01-flex-box .content-box{
        width: 64%;
    }
    .flont-page .section01-flex-box .text-box{
        margin: 20px 0 25px;
    }
    .flont-page .section01-flex-box a,
    .flont-page .section02 a{
        font-size: 2vw;
        padding: 2vw 0;
    }
    .flont-page .section01-flex-box a::after,
    .flont-page .section02 a::after{
        width: 3.7vw;
        height: 2.7vw;
        right: 1.5vw;
    }
}
@media(max-width:767px) {
    .flont-page .section01{
        padding: 15% 0;
    }
    .flont-page .gray-box{
        width: 90%;
        margin: 8% auto 0;
        padding: 10% 0;
    }
    .flont-page .gray-box .in-box{
        width: 92%;
    }
    .flont-page .section01-flex-box{
        display: block;
        margin-bottom: 12%;
    }
    .flont-page .section01-flex-box .img-box{
        max-width: none;
        height: 30vw;
        width: 100%;
        font-size: 5vw;
    }
    .flont-page .section01-flex-box .img-box::before{
        content: "";
        width: 95%;
        height: 88%;
    }
    .flont-page .section01-flex-box .content-box{
        width: 100%;
        padding-top: 5%;
    }
    .flont-page .section01-flex-box .text-box{
        margin: 5% 0;
    }
    .flont-page .section01-flex-box a,
    .flont-page .section02 a{
        font-size: 4vw;
        padding: 4vw 0;
    }
    .flont-page .section01-flex-box a span{
        display: block;
    }
    .flont-page .section01-flex-box a::after,
    .flont-page .section02 a::after{
        width: 6vw;
        height: 4.5vw;
        right: 2vw;
    }
}
/* flont-page section02*/
.flont-page .section02{
    background: url(../img/bg02.jpg),#fff;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 120px 0;
}
.flont-page .section02 h2{
    color: #fff;
    margin-bottom: 80px;
}
.flont-page .section02-box{
    background: #fff;
    max-width: 1200px;
    width: 95%;
    margin: 0 auto 90px;
    box-shadow: 0 0 15px 5px rgb(0, 0, 0, 0.1);
    padding: 50px 0 100px;
}
.flont-page .section02-box.box01{
    background: url(../img/section02-img01.png),#fff;
    background-size: 20% auto;
    background-position: bottom 30px right 30px;
    background-repeat: no-repeat;
}
.flont-page .section02-box.box02{
    background: url(../img/section02-img02.png),#fff;
    background-size: 20% auto;
    background-position: bottom 30px right 30px;
    background-repeat: no-repeat;
}
.flont-page .section02-box.box03{
    background: url(../img/section02-img03.png),#fff;
    background-size: 20% auto;
    background-position: bottom 30px right 30px;
    background-repeat: no-repeat;
}
.flont-page .section02-box .content-box{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}
.flont-page .section02-box h3{
    text-align: center;
    position: relative;
    font-size: 30px;
    margin-bottom: 40px;
    padding-top: 25px;
}
.flont-page .section02-box.box01 h3{
    background: url(../img/section02-no01.png);
    background-size: 6.5% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.flont-page .section02-box.box02 h3{
    background: url(../img/section02-no02.png);
    background-size: 6.5% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.flont-page .section02-box.box03 h3{
    background: url(../img/section02-no03.png);
    background-size: 6.5% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.flont-page .section02 a{
    max-width: 370px;
    width: 90%;
    margin: 0 auto;
}
@media(max-width:1024px) and (min-width:768px){
    .flont-page .section02{
        padding: 80px 0;
    }
    .flont-page .section02 h2{
        margin-bottom: 60px;
    }
    .flont-page .section02-box{
        width: 90%;
        margin: 0 auto 70px;
        padding: 40px 0 80px;
    }
    .flont-page .section02-box.box01{
        background: url(../img/section02-img01.png),#fff;
        background-size: 25% auto;
        background-position: bottom 20px right 20px;
        background-repeat: no-repeat;
    }
    .flont-page .section02-box.box02{
        background: url(../img/section02-img02.png),#fff;
        background-size: 25% auto;
        background-position: bottom 20px right 20px;
        background-repeat: no-repeat;
    }
    .flont-page .section02-box.box03{
        background: url(../img/section02-img03.png),#fff;
        background-size: 25% auto;
        background-position: bottom 20px right 20px;
        background-repeat: no-repeat;
    }
    .flont-page .section02-box .content-box{
        width: 94%;
    }
    .flont-page .section02-box h3{
        font-size: 3vw;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .flont-page .section02-box.box01 h3{
        background: url(../img/section02-no01.png);
        background-size: 10% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .flont-page .section02-box.box02 h3{
        background: url(../img/section02-no02.png);
        background-size: 10% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .flont-page .section02-box.box03 h3{
        background: url(../img/section02-no03.png);
        background-size: 10% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
}
@media(max-width:767px) {
    .flont-page .section02{
        background: url(../img/bg02.jpg),#fff;
        background-size: 200% auto;
        background-position: top right;
        background-repeat: no-repeat;
        padding: 15% 0;
    }
    .flont-page .section02 h2{
        margin-bottom: 10%;
    }
    .flont-page .section02-box{
        width: 90%;
        margin: 0 auto 10%;
        padding: 8% 0 12%;
    }
    .flont-page .section02-box.box01{
        background: url(../img/section02-img01.png),#fff;
        background-size: 40% auto;
        background-position: bottom 2vw right 2vw;
        background-repeat: no-repeat;
    }
    .flont-page .section02-box.box02{
        background: url(../img/section02-img02.png),#fff;
        background-size: 40% auto;
        background-position: bottom 2vw right 2vw;
        background-repeat: no-repeat;
    }
    .flont-page .section02-box.box03{
        background: url(../img/section02-img03.png),#fff;
        background-size: 40% auto;
        background-position: bottom 2vw right 2vw;
        background-repeat: no-repeat;
    }
    .flont-page .section02-box .content-box{
        width: 92%;
    }
    .flont-page .section02-box h3{
        font-size: 5vw;
        margin-bottom: 30px;
        padding-top: 10%;
    }
    .flont-page .section02-box.box01 h3{
        background: url(../img/section02-no01.png);
        background-size: 20% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .flont-page .section02-box.box02 h3{
        background: url(../img/section02-no02.png);
        background-size: 20% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .flont-page .section02-box.box03 h3{
        background: url(../img/section02-no03.png);
        background-size: 20% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .flont-page .section02 a{
        max-width: none;
        width: 90%;
        margin: 0 auto;
    }
}
@media(max-width:400px) {
    .flont-page .section02-box{
        box-shadow: 0 0 6px 3px rgb(0,0,0,0.1);
    }
}
/* flont-page section03 */
.flont-page .section03{
    background: url(../img/bg03.jpg),#f1f1f1;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 150px 0 120px;
}
.flont-page .section03 .text-box{
    max-width: 1000px;
    width: 95%;
    margin: 50px auto 70px;
}
.flont-page .section03-box{
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 80px;
}
.flont-page .section03-box .title{
    background: #990000;
    color: #fff;
    text-align: center;
    font-size: 30px;
    width: 100%;
    padding: 10px 0;
    font-weight: 600;
}
.flont-page .section03-list{
    max-width: 1000px;
    width: 95%;
    margin: 60px auto 0;
}
.flont-page .section03-list li{
    font-size: 18px;
    padding:15px;
    line-height: 1.4;
    border-top:2px dotted #c9c9c9;
    position: relative;
}
.flont-page .section03-list li:last-child{
    border-bottom:2px dotted #c9c9c9;
}
.flont-page .section03-list li::before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top:25px;
    left: 5px;
}
@media(max-width:1024px) and (min-width:768px){
    .flont-page .section03{
        padding: 120px 0 90px;
    }
    .flont-page .section03 .text-box{
        width: 90%;
        margin: 30px auto 50px;
    }
    .flont-page .section03-box{
        width: 90%;
        padding-bottom: 60px;
    }
    .flont-page .section03-box .title{
        font-size: 3vw;
    }
    .flont-page .section03-list{
        width: 94%;
        margin: 40px auto 0;
    }
    .flont-page .section03-list li{
        font-size: 16px;
        padding:15px;
    }
}
@media(max-width:767px) {
    .flont-page .section03{
        background: url(../img/bg03.jpg),#f1f1f1;
        background-size: 200% auto;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 15% 0;
    }
    .flont-page .section03 .text-box{
        width: 90%;
        margin: 8% auto 12%;
    }
    .flont-page .section03-box{
        width: 90%;
        padding-bottom: 10%;
    }
    .flont-page .section03-box .title{
        font-size: 5vw;
        padding: 10px 0;
    }
    .flont-page .section03-list{
        width: 93%;
        margin: 8% auto 0;
    }
    .flont-page .section03-list li{
        font-size: 15px;
        padding:15px;
        line-height: 1.4;
    }
}

/*** other-page ***/
/* other-Top */
.other-page-title{
    position: relative;
}
.other-page-redline{
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom,  #990000 0%,#993636 100%);
    margin-top: -160px;
}
.other-page-img{
    background: url(../img/other/other-top.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 1700px;
    width: 90%;
    min-height: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.other-page-img h2{
    color: #213a6d;
    font-size: 42px;
    line-height: 1.3;
    padding: 20px 5%;
}
.trash-list{
    padding-top: 15px;
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
}
.trash-list ul{
    display: flex;
}
.trash-list ul li{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.trash-list ul li a{
    display: block;
    color: #ebb7b7;
    font-weight: 400;
    margin-right: 20px;
    position: relative;
}
.trash-list ul li a::after{
    content: ">";
    position: absolute;
    top:0;
    right: -15px;
}
@media(max-width:1024px) and (min-width:768px){
    .other-page-redline{
        height: 18vw;
        background: #990000;
        margin-top: -16vw;
    }
    .other-page-img{
        min-height: 36vw;
    }
    .other-page-img h2{
        font-size: 4.2vw;
    }
    .trash-list{
        padding-top: 1.5vw;
        background: #990000;
    }
    .trash-list ul li{
        font-size: 1.4vw;
    }
}
@media(max-width:767px) {
    .other-page-redline{
        height: 30vw;
        margin-top: -27vw;
        background: #990000;
    }
    .other-page-img{
        min-height: 60vw;
    }
    .other-page-img h2{
        font-size: 6vw;
    }
    .trash-list{
        padding-top: 3vw;
        background: #990000;
    }
    .trash-list ul li{
        font-size: 3vw;
    }
}
/* Our-expertise-and-services */
.expertise-page{
    padding: 120px 0;
}
.expertise-flex-box{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}
.expertise-flex-box .content-box{
    margin-bottom: 80px;
    text-align: left;
}
.expertise-flex-box .content-box.box05{
    margin-bottom: 0;
}
.expertise-flex-box .content-box h3{
    line-height: 1.2;
}
.expertise-flex-box .content-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.expertise-flex-box .box02 .content-flex,
.expertise-flex-box .box04 .content-flex{
    flex-direction: row-reverse;
}
.expertise-flex-box .content-flex .img-box{
    max-width: 400px;
    width: 40%;
    height: 300px;
}
.expertise-flex-box .box01 .content-flex .img-box{
    background: url(../img/other/our-img01.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.expertise-flex-box .box02 .content-flex .img-box{
    background: url(../img/other/our-img02.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.expertise-flex-box .box03 .content-flex .img-box{
    background: url(../img/other/our-img03.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.expertise-flex-box .box04 .content-flex .img-box{
    background: url(../img/other/our-img04.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.expertise-flex-box .box05 .content-flex .img-box{
    background: url(../img/other/our-img05.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.expertise-flex-box .content-flex .list-box{
    max-width: 550px;
    width: 55%;
}
.expertise-flex-box .content-flex .list-box li{
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 15px;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    position: relative;
}
.expertise-flex-box .content-flex .list-box li::before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #990000;
    position: absolute;
    top:10px;
    left: 3px;
}
@media(max-width:1024px) and (min-width:768px){
    .expertise-page{
        padding: 80px 0;
    }
    .expertise-flex-box{
        width: 90%;
    }
    .expertise-flex-box .content-box{
        margin-bottom: 50px;
    }
    .expertise-flex-box .content-flex{
        margin-top: 30px;
    }
    .expertise-flex-box .content-flex .img-box{
        width: 40%;
        height: 30vw;
    }
    .expertise-flex-box .content-flex .list-box{
        width: 57%;
    }
    .expertise-flex-box .content-flex .list-box li{
        font-size: 15px;
        margin-bottom: 25px;
    }
}
@media(max-width:767px) {
    .expertise-page{
        padding: 15% 0;
    }
    .expertise-flex-box{
        width: 90%;
    }
    .expertise-flex-box .content-box{
        margin-bottom: 15%;
    }
    .expertise-flex-box .content-flex{
        display: block;
        margin-top: 5%;
    }
    .expertise-flex-box .content-flex .img-box{
        max-width: none;
        width: 100%;
        height: 40vw;
    }
    .expertise-flex-box .content-flex .list-box{
        max-width: none;
        width: 100%;
    }
    .expertise-flex-box .content-flex .list-box li{
        font-size: 14px;
        margin-bottom: 20px;
        padding-left: 15px;
        line-height: 1.8;
    }
}

/* support-page */
.support-page{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    padding: 120px 0;
}
.support-list-box{
    border: 1px solid #e6e6e6;
    margin-top: 50px;
}
.support-title{
    background: #e6e6e6;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}
.support-title .show-on-btn,
.support-title .show-off-btn{
    color: #213a6d;
    cursor: pointer;
}
.support-list-box .show-box{
    padding: 40px 0;
}
.support-list-box .support-list{
    max-width: 880px;
    width: 95%;
    margin: 0 auto;
    counter-reset: item;
    font-weight: 600;
    font-size: 16px;
}
.support-list-box .support-list ol {
    counter-reset: subitem;
}
.support-list-box .support-list li:before {
    display: inline-block;
    content: counters(item, ".") ". ";
    counter-increment: item;
    width: 2em;
    margin-left: -1.5em;
    color: #990000;
}
.support-list-box .support-list li li:before {
    content: counters(item, ".") "." counters(subitem, ".") " ";
    counter-increment: subitem;
}
.support-list-box .support-list li li li:before {
    width: 3em;
}
.support-list-box .support-list li{
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
}
.support-list-box .support-list a{
    color: #000;
}
.support-list-box .support-list-ol{
    margin-top: 10px;
}
.support-list-box .support-list-ol-se,
.support-list-box .support-list-ol-sa{
    margin-top: 6px;
}
.support-list-box .support-list-ol-se{
    padding-left: 0.8em;
}
.support-list-box .support-list-ol-sa{
    padding-left: 1.6em;
}
.support-list-box .support-list-ol-se li{
    padding-left: 1.2em;
}
.support-list-box .support-list-ol-sa li{
    padding-left: 2em;
    margin-left: -2em;
}
.support-list-box li .support-list-ol-se li::before,
.support-list-box li li .support-list-ol-sa li::before{
    position: absolute;
    left: 0;
}
.show-box,
.show-on.show-on,
.show-off-btn{
    display: none;
}
.show-on,
.show-box.show-on{
    display: block;
}
.show-off-btn.show-on{
    display: inline-block;
}
.support-page .opening-sentence{
    margin-bottom: 90px;
}
.support-page section{
    margin-top: 90px;
}
.support-page section.section01{
    margin-top: 0;
}
.support-page section h3{
    margin-bottom: 30px;
}
.support-page section h4{
    font-size: 24px;
    color: #990000;
    border-bottom: 1px solid #990000;
    margin: 50px 0 30px;
    padding-bottom: 10px;
    line-height: 1.4;
}

.support-page .blue-bold{
    font-size: 24px;
    color: #123cc4;
    /* border-bottom: 1px solid #990000; */
    margin: 50px 0 30px;
    padding-bottom: 10px;
    line-height: 1.4;
}
.support-page .bold{
    font-weight: bold;
}
.support-page-box{
    margin-top: 30px;
}
.support-page-box .munber{
    background: #e8eefa;
    color: #213a6d;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    border-radius: 20px;
}
.support-page-box .box-title{
    color: #213a6d;
    font-size: 22px;
    margin:20px 0 25px;
    font-weight: 600;
}
.support-page-box .box-sub-title{
    font-size: 16px;
    color: #213a6d;
    font-weight: 600;
    margin-top: 30px;
}
.support-page-box .upport-page-box-list{
    margin-top: 30px;
}
.support-page-box .upport-page-box-list.mt-0{
    margin-top: 0;
}
.support-page-box .upport-page-box-list li{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    line-height: 1.5;
}
.support-page-box .upport-page-box-list li::before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #990000;
    position: absolute;
    top: 9px;
    left: 4px;
}
.support-page .content-title{
    font-size: 20px;
    color: #213a6d;
    font-weight: 600;
    border-left:5px solid #213a6d;
    padding-left: 10px;
    margin: 35px 0 25px;
}
.support-table{
    margin: 35px 0 50px;
    border: 1px solid #cacaca;
}
.support-table .tr{
    display: flex;
    border-bottom: 1px solid #cacaca;
}
.support-table .tr:last-child{
    border-bottom:none;
}
.support-table .tr .th{
    background: #e7f4ff;
    width: 30%;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right:1px solid #cacaca;
    margin-right: -1px;
    font-weight: 600;
}
.support-table .tr .th.font-nomal{
    font-size: 16px;
    letter-spacing: -0.05em;
}
.support-table .tr .td{
    width: 70%;
    padding: 30px 50px;
    letter-spacing: 0;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
}
.support-content-list{
    list-style-type: decimal;
    margin: 35px 0;
    font-weight: 600;
    padding-left: 1em;
    font-size: 16px;
}
.mb-35{
    margin-bottom: 35px;
}
.support-table.two-box-table,
.support-table.three-box-table{
    display: flex;
    margin-top: 15px;
}
.support-table.two-box-table .tr{
    width: 50%;
    flex-direction: column;
}
.support-table.two-box-table .tr:first-child{
    border-right:1px solid #cacaca;
    border-bottom:none;
}
.support-table.two-box-table .tr .th,
.support-table.three-box-table .tr .th{
    width: 100%;
    border-bottom:1px solid #cacaca;
    padding: 20px 0;
    font-size: 18px;
}
.support-table.two-box-table .tr .td,
.support-table.three-box-table .tr .td{
    width: 100%;
    border-bottom:1px solid #cacaca;
    padding: 30px 0;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.support-table.two-box-table .tr .td span,
.support-table.three-box-table .tr .td span{
    width: 90%;
    margin: 0 auto;
    display: block;
}
.support-table.two-box-table .tr .td:last-child,
.support-table.three-box-table .tr .td:last-child{
    border-bottom:none;
}
.support-page .content-title-sub{
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    margin: 30px 0 10px;
}
.support-table.tax-table .tr .th{
    width: 60%;
    font-size: 16px;
    letter-spacing: -0.03em;
}
.support-table.tax-table .tr .td{
    width: 40%;
    padding: 30px 30px;
    font-size: 16px;
}
.support-table.three-box-table{
    flex-direction: column;
}
.support-table.three-box-table .tr{
    width: 100%;
}
.support-table.three-box-table .tr .th:first-child{
    color: #e7f4ff;
}
.support-table.three-box-table .tr .td{
    border-right:1px solid #cacaca;
    align-items: baseline;
}
.support-table.three-box-table .tr .td:last-child,
.support-table.three-box-table .tr .th:last-child{
    border-right:none;
}
.support-table.three-box-table .tr .th,
.support-table.three-box-table .tr .td{
    width: 40%;
    border-bottom: none;
}
.support-table.three-box-table .tr .th:first-child,
.support-table.three-box-table .tr .td:first-child{
    width: 20%;
}
.support-table.three-box-table .tr .th{
    margin-right: 0;
}
.message-page .support-page-box{
    margin-top: 0;
}
.message-page .support-content-list{
    margin: 10px auto 20px;
}
.image-box .greeting_img{
    width: 70%;
    margin-top: 30px;
    max-width: 700px;
}
.greeting-text{
    font-size: 16px;
    text-align: right;
    width: 70%;
    margin: auto;
}
.greeting-text .name{
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
}
@media(max-width:1024px) and (min-width:768px){
    .support-page{
        width: 90%;
        margin: 0 auto;
        padding: 80px 0;
    }
    .support-list-box{
        margin-top: 40px;
    }
    .support-title{
        font-size: 15px;
    }
    .support-list-box .show-box{
        padding: 30px 0;
    }
    .support-list-box .support-list{
        width: 92%;
        font-size: 15px;
    }
    .support-page .opening-sentence{
        margin-bottom: 60px;
    }
    .support-page section{
        margin-top: 60px;
    }
    .support-page section h4{
        font-size: 2.4vw;
        margin: 40px 0 25px;
    }
    .support-page-box .munber{
        font-size: 2.4vw;
        width: 14vw;
        height: 4vw;
        border-radius: 2vw;
    }
    .support-page-box .box-title{
        font-size: 2.2vw;
        margin:20px 0 25px;
    }
    .support-page-box .box-sub-title{
        font-size: 15px;
    }
    .support-page-box .upport-page-box-list li{
        font-size: 15px;
    }
    .support-page .content-title{
        font-size: 2vw;
        margin: 30px 0 20px;
    }
    .support-table{
        margin: 30px 0 40px;
    }
    .support-table .tr .th{
        font-size: 2vw;
    }
    .support-table .tr .td{
        padding: 25px 40px;
        font-size: 15px;
    }
    .support-content-list{
        margin: 30px 0;
        font-size: 15px;
    }
    .mb-35{
        margin-bottom: 30px;
    }
    .support-page .content-title-sub{
        font-size: 1.8vw;
        margin: 25px 0 10px;
    }
    .support-table.tax-table .tr .th,
    .support-table.tax-table .tr .td{
        font-size: 15px;
    }
    .image-box .greeting_img{
        margin-top: 20px;
    }
    .greeting-text{
        font-size: 15px;
    }
    .greeting-text .name{
        font-size: 18px;
    }
}
@media(max-width:767px) {
    .support-page{
        width: 90%;
        padding: 5% 0;
    }
    .support-list-box{
        margin-top: 8%;
    }
    .support-title{
        font-size: 4vw;
    }
    .support-list-box .show-box{
        padding: 8% 0;
    }
    .support-list-box .support-list{
        width: 92%;
        font-size: 3.5vw;
    }
    .support-list-box .support-list li:before {
        width: 1.5em;
        margin-left: -0.5em;
    }
    .support-list-box .support-list li li li:before {
        width: 2.5em;
    }
    .support-page .opening-sentence{
        margin-bottom: 10%;
    }
    .support-page section{
        margin-top: 10%;
    }
    .support-page section h3{
        margin-bottom: 5%;
    }
    .support-page section h4{
        font-size: 5.5vw;
        margin: 8% 0 5%;
        padding-bottom: 2vw;
        line-height: 1.2;
    }
    .support-page-box{
        margin-top: 5%;
    }
    .support-page-box .munber{
        font-size: 4.5vw;
        width: 20vw;
        height: 7vw;
        border-radius: 3.5vw;
    }
    .support-page-box .box-title{
        font-size: 4.2vw;
        margin:4% 0 5%;
    }
    .support-page-box .box-sub-title{
        font-size: 4vw;
        margin-top: 5%;
    }
    .support-page-box .upport-page-box-list{
        margin-top: 5%;
    }
    .support-page-box .upport-page-box-list li{
        font-size: 14px;
    }
    .support-page-box .upport-page-box-list li::before{
        top: 7px;
    }
    .support-page .content-title{
        font-size: 4.8vw;
        border-left:3px solid #213a6d;
        margin: 7% 0 5%;
    }
    .support-table{
        margin: 6% 0 8%;
    }
    .support-table .tr{
        border-bottom: 1px solid #cacaca;
        display: block;
    }
    .support-table .tr:last-child{
        border-bottom:none;
    }
    .support-table .tr .th{
        width: 100%;
        /*height: 12vw;*/
        padding: 2.5vw 0;
        line-height: 1.2;
        /*font-size: 4vw;*/
        font-size: 16px;
        border-right:none;
        border-bottom: 1px solid #cacaca;
        margin-right: 0;
    }
    .support-table .tr .td{
        width: 92%;
        margin: 0 auto;
        padding: 5vw 0;
        font-size: 14px;
    }
    .support-content-list{
        margin: 7% 0;
        font-size: 14px;
    }
    .mb-35{
        margin-bottom: 7%;
    }
    .support-page .content-title-sub{
        font-size: 4.5vw;
        margin: 5% 0 2%;
    }
    .support-table.tax-table .tr .th,
    .support-table.tax-table .tr .td{
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding: 20px 0;
    }
    .support-table.two-box-table{
        display: block;
        margin-top: 6%;
    }
    .support-table.two-box-table .tr{
        width: 100%;
    }
    .support-table.two-box-table .tr:first-child{
        border-right:1px solid #cacaca;
        border-bottom:none;
    }
    .support-table.two-box-table .tr .th{
        width: 100%;
        font-size: 14px;
    }
    .support-table.two-box-table .tr .td{
        width: 100%;
        padding: 30px 0;
        min-height: 10%;
    }
    .support-table.two-box-table .tr:last-child .th{
        border-top:1px solid #cacaca;
    }
    .support-table.three-box-table .tr{
        display: flex;
        width: 200%;
    }
    .support-table.three-box-table{
        overflow-x: auto;
    }
    .support-table.three-box-table .tr .th{
        border-right:1px solid #cacaca;
        font-size: 15px;
    }
    .support-table.three-box-table .tr .td:first-child{
        text-align: center;
    }
    .support-list-box .support-list-ol-se{
        padding-left: 1.8em;
    }
    .support-list-box .support-list-ol-sa{
        padding-left: 2.6em;
    }
    .support-list-box .support-list-ol-se li{
        padding-left: 2.2em;
    }
    .support-list-box .support-list-ol-sa li{
        padding-left: 3em;
        margin-left: -3em;
    }
    .image-box .greeting_img{
        width: 90%;
        margin-top: 5%;
    }
    .greeting-text{
        font-size: 14px;
    }
    .greeting-text .name{
        font-size: 16px;
    }
}
/* office */
.office-flex-box{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.office-flex-box .office-content-box{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.office-page .sub-content-heading{
    font-size: 20px;
    color: #213a6d;
    border-left: 4px solid #213a6d;
    padding-left: 10px;
    line-height: 1.4;
    font-weight: 600;
    margin-block-end: 0;
    margin-block-start: 5%;
}
.office-page .address{
    font-size: 16px;
    margin: 15px 0;
    height: 100%;
}
.office-flex-box-bottom{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
}
.office-flex-box-bottom .flex{
    width: 30%;
    padding: 1%;
    border: 1px solid #e2e2e2;
    margin: 1% 0;
}
.office-flex-box-bottom .flex .name{
    font-size: 16px;
    font-weight: 600;
    margin-block-start: 1em;
    margin-block-end: 1em;
    color: #213a6d;
    border-left: 4px solid #213a6d;
    padding-left: 10px;
    margin-left: 3%;
}
.office-flex-box-bottom .flex .address{
    margin: 5% 3%;
    font-size: 14px;
}
@media(max-width:1024px) and (min-width:768px){
    .office-page .sub-content-heading{
        font-size: 18px;
    }
    .office-page .address{
        font-size: 15px;
    }
    .office-flex-box-bottom .flex .name{
        font-size: 15px;
    }
    .office-flex-box-bottom .flex .address{
        font-size: 14px;
    }
}
@media(max-width:767px) {
    .office-flex-box{
        display: block;
    }
    .office-flex-box .office-content-box{
        width: 100%;
        margin-bottom: 5%;
    }
    .office-page .sub-content-heading{
        font-size: 16px;
    }
    .office-page .address{
        font-size: 14px;
    }
    .office-flex-box-bottom .flex{
        width: 46%;
        margin-bottom: 2%;
    }
    .office-flex-box-bottom .flex .name{
        font-size: 14px;
    }
    .office-flex-box-bottom .flex .address{
        font-size: 13px;
    }
}
@media(max-width:450px) {
    .office-flex-box-bottom .flex{
        width: 100%;
        margin: 0 0 3%;
    }
}
/* lawyer */
.lawyer-page ul{
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0 30px;
    padding: 0;
}
.lawyer-page ul li {
    width: calc(100% / 3 - 12px);
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 1.8;
}
.lawyer-page ul li p {
    line-height: 1.4;
    background-color: #fff;
    color: #1d1d1d;
    text-align: center;
    padding: 15px 20px 65px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    height: 100%;
}
.lawyer-page ul li p .posi{
    font-size: 14px;
    letter-spacing: normal;
    margin-top: 5px;
}
.lawyer-page ul li p .name{
    font-size: 18px;
    font-weight: bold;
}
.lawyer-page ul li p span{
    display: block;
}
.lawyer-page ul li p a{
    display: inline-block;
    margin: 10px auto 0;
    border-radius: 20px;
    background: #213a6d;
    color: #fff;
    padding: 10px 5px;
    width: 80%;
    max-width: 200px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.lawyer-page ul li p a:before {
    content: "";
    width: 7px;
    height: 9px;
    background: url(../../image/arrow_right_WH@2x.svg);
    background-repeat: no-repeat;
    z-index: 1;
    right: 10px;
    position: absolute;
    top: 15px;
}
.lawyer-page .lawyer-list-three{
    justify-content: space-between;
}
.lawyer-page .lawyer-list-three li{
    margin-right: 0;
}
.lawyer-page .lawyer-list-three:after{
  content:"";
  display: block;
  width: calc(100% / 3 - 12px);
}

.lawyer-page .img-box{
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.lawyer-page .img-box img{
    width: 100%;
    height: auto;
}
.lawyer-page .profile .prof_table{
    margin: 40px 0 0;
    width: 100%;
    box-sizing: border-box;
}
.lawyer-page .profile .prof_table th {
    font-weight: bold;
    background-color: #f6f6f6;
    width: 30%;
    text-align: left;
}
.lawyer-page .profile .prof_table th,.lawyer-page .profile .prof_table td {
    font-size: 18px;
    border: 1px solid #dbdbdb;
    padding: 1rem;
    line-height: 2;
}
.lawyer-page .profile .prof_table th .block{
    line-height: 1.2;
}
.lawyer-page ul.prof_table_list {
    display: block;
    margin: 20px 0 0;
}
.lawyer-page ul.prof_table_list li {
    border: none;
    display:list-item;
    font-size: 18px;
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 8px 25px;
    width: 100%;
}
.lawyer-page ul.prof_table_list li:last-child {
    margin: 0 0 0 25px;
}
.lawyer-page .lawyer-pro-h2{
    margin-bottom: 40px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: left;
    border-bottom: 1px solid #000;
    position: relative;
}
.lawyer-page .lawyer-pro-h2::before {
    content: "";
    width: 4px;
    height: 82%;
    background: #990000;
    position: absolute;
    left: 0;
}

@media(max-width:1300px) {
    .lawyer-page ul li p{
        padding: 15px 5px 65px;
    }
}
@media(max-width:1024px) and (min-width:768px){
    .lawyer-page ul li p .posi{
        font-size: 13px;
    }
    .lawyer-page ul li p a{
        font-size: 13px;
    }
    .lawyer-page .img-box{
        width: 80%;
    }
    .lawyer-page .profile .prof_table{
        margin: 30px 0 0;
    }
    .lawyer-page .profile .prof_table th,.lawyer-page .profile .prof_table td {
        font-size: 16px;
    }
    .lawyer-page ul.prof_table_list li {
        font-size: 16px;
    }
    .lawyer-page .lawyer-pro-h2{
        margin-bottom: 30px;
        font-size: 3.2vw;
    }
}
@media(max-width:767px) {
    .lawyer-page ul{
        justify-content: space-between;
    }
    .lawyer-page ul li {
        width: 48%;
        margin-right: 0;
        font-size: 16px;
    }
    .lawyer-page ul li p .posi{
        font-size: 13px;
    }
    .lawyer-page ul li p .name{
        font-size: 16px;
        line-height: 1.3;
    }
    .lawyer-page ul li p a{
        font-size: 13px;
    }
    .lawyer-page .img-box{
        width: 90%;
    }
    .lawyer-page .profile .prof_table{
        margin: 5% 0 0;
    }
    .lawyer-page .profile .prof_table th,.lawyer-page .profile .prof_table td {
        font-size: 14px;
    }
    .lawyer-page ul.prof_table_list li {
        font-size: 14px;
    }
    .lawyer-page .lawyer-pro-h2{
        margin-bottom: 5%;
        padding-bottom: 10px;
        padding-left: 2vw;
        font-size: 5vw;
    }
    .lawyer-page .lawyer-pro-h2::before {
        width: 3px;
        height: 84%;
        top: 0.6vw;
    }
}
@media(max-width:480px) {
    .lawyer-page .profile .prof_table th,.lawyer-page .profile .prof_table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-bottom: none;
        padding: 0.8rem;
    }
    .lawyer-page .profile .prof_table tr:last-of-type td {
        border-bottom: 1px solid #dbdbdb;
    }
}
/* contact */
.contact-box{
    padding: 100px 0;
}
.contact-box .en-mailfrom{
    max-width: 1000px !important;
}
.contact-box .en-mailfrom th{
    width: 200px !important;
}
.mail_contents .top_btn{
    display: block;
    max-width: 340px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: relative;
    background-color: #990000;
    margin: 60px auto 0;
    border-radius: 30px;
}
.mail_contents .top_btn:before {
    content: "";
    width: 7px;
    height: 9px;
    background: url(../../image/arrow_right_WH@2x.svg);
    background-repeat: none;
    z-index: 1;
    right: 15px;
    position: absolute;
    top: 18px;
}
@media(max-width:1024px) and (min-width:768px){
    .contact-box{
        padding: 70px 0;
        width: 90%;
        margin: 0 auto
    }

}
@media(max-width:767px) {
    .contact-box{
        padding: 15% 0;
        width: 90%;
        margin: 0 auto
    }
    .contact-box .description{
        font-size: 14px !important;
    }
    .contact-box .en-mailfrom th{
        width: 100% !important;
    }
    .contact-box input[type="submit"]{
        font-size: 12px !important;
        padding: 10px 15px !important;
    }
    .mail_contents .top_btn{
        max-width: none;
        width: 80%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 10% auto 0;
    }
    .mail_contents .top_btn:before {
        right: 10px;
        top: 16px;
    }
}
/* newsletter-page */
.newsletter-page.support-page section{
    margin-top: 0;
}

/*ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}*/

.newsletter-page ul.newsletter-list{
    margin: 0;
    padding: 0;
    width: 100%;
}
.newsletter-page ul li {
    font-size: 18px;
    line-height: 1.8;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    list-style-type: none;
    margin: 0 0 20px 20px;
}
.newsletter-page ul.newsletter-list li a {
    border: 1px solid #ddd;
    color: #000;
    display: flex;
    align-items: center;
    padding: 30px;
    position: relative;
    transition: 0.3s;
}
.newsletter-page ul.newsletter-list li a .nl-info {
    display: flex;
}
.newsletter-page ul.newsletter-list li a .nl-info .nl-date {
    color: gray;
    font-size: 15px;
    line-height: 1.8;
    width: 100px;
}
.newsletter-page ul.newsletter-list li a .nl-info .nl-number {
    background-color: #213a6d;
    border-radius: 140px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    margin: 0 20px 0 0;
    text-align: center;
    width: 70px;
}
.newsletter-page ul.newsletter-list li a .nl-title {
    font-weight: bold;
    line-height: 1.6;
    margin: 0 20px 0 0;
    font-size: 18px;
}
.newsletter-page ul.newsletter-list li a .nl-arrow {
    line-height: 1;
    margin-left: auto;
    position: absolute;
    top: 40%;
    right: 20px;
}
.newsletter-page ul.newsletter-list li a .nl-arrow img {
    width: 12px;
    height: auto;
    line-height: 1;
}
.newsletter-page .newsletter-archive-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
    padding: 0 0 20px;
    position: relative;
    border-bottom: 1px solid #000;
}
.newsletter-page .newsletter-archive-primary {
    width: 50%;
}
.newsletter-page .newsletter-archive-primary p{
    font-size: 38px;
    padding: 0;
    margin: 0;
}
.newsletter-page .newsletter-archive-secondary p {
    font-size: 14px;
    line-height: 1.8;
}
@media(max-width:1024px) and (min-width:768px){


}
@media(max-width:767px) {
    .newsletter-page .newsletter-archive-head{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .newsletter-page .newsletter-archive-primary,.newsletter-page .newsletter-archive-secondary {
        width: 100%;
    }
    .newsletter-page .newsletter-archive-primary p{
        font-size: 28px;
        margin-bottom: 5%;
    }
    .newsletter-page ul.newsletter-list li a {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 20px 5%;
    }
    .newsletter-page ul.newsletter-list li a .nl-info {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin: 0 0 8px;
    }

}
/* newsletter */
.newsletter-page .newsletter-head {
    color: #6F6F6F;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 0 0 20px;
}
.newsletter-page .nl-body p.introduction{
    margin: 0 0 50px;
    font-size: 18px;
    line-height: 2.0;
    text-align: justify;
}
.newsletter-page h2{
    margin: 0 0 50px;
}
.newsletter-page .nl-body h3 {
    font-size: 24px;
    background-color: #f7f6f5;
    margin: 0 0 40px;
    padding: 10px 20px;
}
.newsletter-page .nl-body h3.topics {
    background-color: #f7f6f5;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 40px;
    padding: 10px 20px;
}
.newsletter-page .nl-body h3.topics:before {
    content: 'Topics 1';
    border-right: 1px dotted #990000;
    color: #990000;
    font-size: 16px;
    margin: 0 15px 0 0;
    padding: 0 10px 0 0;
    width: 70px;
}
.newsletter-page .nl-body h3.topics span {
    flex: 1;
}
.newsletter-page .nl-body h3.topics.t02:before {
    content: 'Topics 2';
}
.newsletter-page .nl-body h3.topics.t03:before {
    content: 'Topics 3';
}
.newsletter-page .nl-body h3.topics.t04:before {
    content: 'Topics 4';
}
.newsletter-page .nl-body h3.topics.t05:before {
    content: 'Topics 5';
}
.newsletter-page .nl-body h3.topics.t06:before {
    content: 'Topics 6';
}
.newsletter-page .nl-body p.h3-empty {
    background-color: #f7f6f5;
    color: #990000;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 40px;
    padding: 10px 20px;
}
.newsletter-page .nl-body h4{
    font-size: 24px;
    color: #990000;
    border-bottom: 1px solid #990000;
    margin: 50px 0 30px;
    padding-bottom: 10px;
    line-height: 1.4;
}

.newsletter-page .nl-body h5{
    font-size: 18px;
}

.newsletter-page .nl-body table {
    border-collapse: collapse;
    font-size: 16px;
    margin: 60px auto;
    table-layout: fixed;
    text-align: left;
    max-width: 1000px;
    width: 100%;
}

.newsletter-page .nl-body table.headings {
	margin-top: 0;
}

.newsletter-page .nl-body table th {
    background-color: #fff0f0;
    font-weight: normal;
    width: 70%;
    border: 1px solid #ccc;
    line-height: 1.6;
    padding: 8px 10px;
    word-wrap: break-word;
    vertical-align: middle;
}
.newsletter-page .nl-body table td {
    text-align: center;
    width: 30%;
    border: 1px solid #ccc;
    line-height: 1.8;
    font-weight: normal;
    padding: 8px 10px;
    word-wrap: break-word;
}
.newsletter-page .nl-body table.nl-table-02 {
    text-align: center;
}
.newsletter-page .nl-body table.nl-table-02 th {
    background-color: #7c2c2c;
    color: #fff;
    vertical-align: middle;
    line-height: 1.3;
}
.newsletter-page .nl-body table.nl-table-02 td {
    width: 30%;
	vertical-align: middle;
}
.newsletter-page .nl-body table.nl-table-02 tr.gray td {
    background-color: #dbdbdb;
}
.newsletter-page .nl-body table.nl-table-02 tr.green td {
    background-color: #d3e0d9;
}
.newsletter-page .nl-body table.nl-table-02 tr.pink td {
    background-color: #fff0f0;
}
.newsletter-page .nl-body p {
    font-size: 18px;
    line-height: 2.0;
    margin: 0 0 30px;
    text-align: justify;
}
.newsletter-page .nl-body p.headings {
    margin-bottom: 0;
}
.newsletter-page .button-pdfdl {
    margin: 60px auto 0;
    width: 100%;
}
.newsletter-page .button-pdfdl a {
    background-color: #990000;
    border-radius: 120px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    max-width: 500px;
    height: 60px;
    margin: 0 auto;
}
.newsletter-page .nl-body ol{
    margin: 0 0 30px;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.newsletter-page .nl-body ol li {
    font-size: 18px;
    line-height: 2.0;
    margin: 0 0 15px;
}
.newsletter-page .nl-body ul{
    margin: 0 0 30px;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.newsletter-page .nl-body ul li {
    font-size: 18px;
    line-height: 2.0;
    list-style-type: disc;
    margin: 0 0 15px;
}
.newsletter-page .nl-body ul li.list-style-none {
    list-style-type: none;
}
.newsletter-page .nl-body table.nl-table-03 {
    table-layout: auto;
    margin: 0 0 40px;
}
.newsletter-page .nl-body table.nl-table-03 th {
    width: 70%;
    background: #7c2c2c;
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
}
.newsletter-page .nl-body table.nl-table-03 td.old {
    background: #ededed;
    font-weight: bold;
}
.newsletter-page .nl-body table.nl-table-03 td.td02 {
    width: 80%;
    text-align: justify;
}
.newsletter-page .nl-body table.nl-table-03 td.new {
    background: #f7e1e1;
    font-weight: bold;
    color: #7c2c2c;
}
.newsletter-page .nl-body table.nl-table-03 td.td01 {
    width: 20%;
    text-align: justify;
    vertical-align: middle;
}
.newsletter-page .nl-body table.nl-table-04{
	table-layout: auto;
	margin: 0 0 40px;
}
.newsletter-page .nl-body table.nl-table-04 th,
.newsletter-page .nl-body table.nl-table-04 td{
	padding: 15px 20px;
}
.newsletter-page .nl-body table.nl-table-04 th {
	background: #7c2c2c;
	color: #fff;
	font-weight: bold;
}
.newsletter-page .nl-body table.nl-table-04 th.th01_01{
	width: 80%;
}
.newsletter-page .nl-body table.nl-table-04 th.th01_02{
	width: 20%;
}
.newsletter-page .nl-body table.nl-table-04 td{
    text-align: left;
}
.newsletter-page .nl-body table.nl-table-04 td .txt_old{
	border-bottom: 1px solid;
	font-weight: bold;
}
.newsletter-page .nl-body table.nl-table-04 td .txt_new{
	color: #ae2c2c;
	font-weight: bold;
}
#newsletter-wrap .nl-body table.nl-table-04 td .br{
	display: inline-block;
	margin-bottom: 1.5em;
}
.newsletter-page .nl-body .red {
	color: #990000;
}


@media (max-width: 767px) {
    .newsletter-wrap{
        padding: 10% 0;
    }
    .newsletter-page .nl-body p.introduction{
        margin: 0 0 10%;
        font-size: 14px;
        line-height: 1.8;
    }
    .newsletter-page .nl-body h3{
        display: block;
        font-size: 15px;
        margin: 30px 0;
    }
    .newsletter-page .nl-body h3.topics{
        display: block;
        font-size: 15px;
    }
    .newsletter-page .nl-body h3.topics:before{
        display: block;
        margin-bottom: 5px;
        border-right: none;
    }
    .newsletter-page .nl-body p.h3-empty {
        font-size: 15px;
    }
    .newsletter-page .nl-body p{
        font-size: 14px;
        line-height: 1.8;
    }
    .newsletter-page .scroll-nl {
        margin: 0 0 30px;
        overflow-x: scroll;
        webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        padding: 0 0 10px;
    }
    .newsletter-page .nl-body .scroll-nl table {
        font-size: 14px;
        margin: 0 auto 20px;
        width: 100%;
        min-width: 800px;
    }
    .newsletter-page .nl-body table.nl-table-04{
        font-size: 14px;
    }
    .newsletter-page .nl-body h4{
        font-size: 5vw;
    }
    .newsletter-page .nl-body ol li,
    .newsletter-page .nl-body ul li {
        font-size: 14px;
        line-height: 1.6;
    }
    .newsletter-page .button-pdfdl a{
        font-size: 14px;
        height: auto;
        padding: 3vw;
    }

}


/* zeimu_support images*/
.support-page img.column {
    width: 100%;
    height: 100%;
    margin-top: 5%;
}
.support-page img.column {
	/* max-width: 1200px;
	display: inline-block; */
    text-align: center;
}
.support-page img.sp_img {
	display: none;
}
.support-page img + img {
	margin: 40px auto!important;
}
.support-page img.maxw_740 {
	max-width: 740px;
}
.support-page img.maxw_400 {
	max-width: 400px;
	margin-top: 20px;
}
@media (max-width: 767px) {
	.support-page img.column {
		margin: 0 auto 15px;
		/* display: block; */
	}
	.support-page img.pc_img {
		display: none;
    }  
    .support-page img.sp_img {
		display: block;
	}
	.support-page img.maxw_740 {
		margin-top: 0;
	}
}
@media (max-width: 480px) {
	.support-page img + img {
		margin: 20px auto!important;
	}
}


/*札幌開設*/
.office-flex-box-bottom .flex.sapporo .name {
    font-size: 16px;
    font-weight: 600;
    margin-block-start: 1em;
    margin-block-end: 1em;
    /*color: #213a6d;*/
	color: #990000;
    border-left: 4px solid #990000;
    padding-left: 10px;
    margin-left: 3%;
}


.office-flex-box-bottom::after{
  content:"";
  display: block;
  width:30%;
}

