@charset "utf-8";

/*
Theme Name: jimu-revo
Description: 事務レボテーマ
Author: BUENO design
Version: 2.2.0
*/

/*------------------------------------------------------
    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, main, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;}
html, body, footer, header, main,
div, iframe, table, form, img,
menu, nav, article, section, dl, ol, ul {
	vertical-align: top;}
tr, th, td,
label, input, select, button {
    margin: 0;
    vertical-align: middle;}
input,textarea,select,::placeholder {
    font-size: 100%;
	font: inherit;
    color: inherit;
    box-sizing: border-box;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
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;}


/*------------------------------------------------------
    common
------------------------------------------------------*/

html {font-size: 62.5%;}

body {
    width: 100%;
    min-width: 300px;
    overflow-x: hidden;
    background-color: #FFF;
    color: #3B4043;
    font-size: 1.4em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;}
body.video{background-color: #F5F5F5;}
img {max-width: 100%; height: auto;}
hr {margin:0 auto; border: none; width:100%; height: 1px; background:#BBC0C3;}
p {line-height: 1.8;}
span {display: inline-block;}
a {text-decoration: none; color:inherit; display: inline-block;}
p a {text-decoration: underline;
    color:#0092e5;
    -webkit-transition: -webkit-text-decoration .5s ease;
    transition: -webkit-text-decoration .5s ease;
    -o-transition: text-decoration .5s ease;
    transition: text-decoration .5s ease;
    transition: text-decoration .5s ease, -webkit-text-decoration .5s ease;}
sup {font-size: 50%; vertical-align: super;}
sub {font-size: 50%; vertical-align: sub;}
em {color: #FF7D6C;}

input,
select,
textarea {
    display: inline-block;
    border: 1px solid #BBC0C3;
    background-color: #FFF;
    -webkit-box-shadow: none;
            box-shadow: none;}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    padding: .8em;
    border-radius: 5px;
    line-height: 1.4;}
select {
    padding-right: 1.6em;
    background-image:
        -o-linear-gradient(45deg, transparent 50%, #3B4043 50%),
        -o-linear-gradient(315deg, #3B4043 50%, transparent 50%);
    background-image:
        linear-gradient(45deg, transparent 50%, #3B4043 50%),
        linear-gradient(135deg, #3B4043 50%, transparent 50%);
    background-position: calc(100% - 10px) 1em, calc(100% - 5px) 1em;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;}
input[type="radio"],
input[type="checkbox"] {
    margin-right: .25em;
    vertical-align: baseline;}
input[type="submit"],
input[type="reset"],
input[type="button"] {
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    padding: 1em;
    background-color: #003288;
    color: #FFF;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    outline-offset: -2px;}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
            box-shadow: 0 0 0px 1000px white inset;}
::-webkit-input-placeholder {
    color:#BBC0C3;
    line-height: 1.4;}
::-moz-placeholder {
    color:#BBC0C3;
    line-height: 1.4;}
:-ms-input-placeholder {
    color:#BBC0C3;
    line-height: 1.4;}
::-ms-input-placeholder {
    color:#BBC0C3;
    line-height: 1.4;}
::placeholder {
    color:#BBC0C3;
    line-height: 1.4;}
label {
    display: inline-block;}

.note {
    font-size: 0.8em;
    line-height: 1.5;}
.TAleft {
    text-align: left !important;}
.TAright {
    text-align: right !important;}
.TAcenter {
    text-align: center !important;}
.button {
    padding: 1em;
    background-color: #003288;
    color: #FFF;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;}
.buttons {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-top: 2.5em;
    text-align: center;}
.buttons input,
.buttons a {
    margin-right: .5em;
    width: 100%;}
.buttons input:last-child,
.buttons a:last-child {
    margin-right: 0;}
.required {
    padding: 3px 4px 4px;
    vertical-align: middle;
    border-radius: 2px;
    background-color: #FF7D6C;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;}
.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    border: 0;}
.current {
    pointer-events: none;}

body.menu-open {
    position: fixed;
    width: 100%;
    height: 100%;}

@media (hover: hover) {

    p a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;}

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
        background-color: #3663B3;}
    
    .button:hover {
        background-color: #3663B3;}

}

@media screen and (min-width:500px) {
    
    body {
        font-size: 1.6em;}
    
}

@media screen and (min-width:1000px) {
    
    body {
        font-size: 1.8em;}
    
}

.fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(20px) translateZ(0);
            transform: translateY(20px) translateZ(0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;}

    .fadeInUp.appear {
        opacity: 1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;}

.fadeIn {
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    -o-transition: opacity 1.2s;
    transition: opacity 1.2s;}

    .fadeIn.appear {
        opacity: 1;}

@media screen and (min-width:500px) {

    .fadeInUp {
        -webkit-transform: translateY(30px) translateZ(0);
                transform: translateY(30px) translateZ(0);}

}

@media screen and (min-width:1000px) {

    .fadeInUp {
        -webkit-transform: translateY(40px) translateZ(0);
                transform: translateY(40px) translateZ(0);}

}

/*------------------------------------------------------
    header
------------------------------------------------------*/

header a {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;}

    /*--- header ---*/
    
    #global-menu{
        padding: .5em;
        background-color: #003288;
        color: #FFF;
        text-align: center;}
    
    #global-menu img.logo{
        height: 40px;
        width: auto;}


@media (hover: hover) {

    header a:hover {
        opacity: 0.6;}

}

/*------------------------------------------------------
    footer
------------------------------------------------------*/

footer {
    padding: 40px 20px 20px;
    background-color: #333;
    color: #FFF;
    font-size: 1.5rem;
    text-align: center;}

    footer a {
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;}

    footer a.current {
        opacity: 0.6;}

    footer .inner {
        margin: 0 auto 30px;
        padding-bottom: 40px;
        max-width: 500px;
        border-bottom: 1px solid #888;}

        footer .upper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            margin: 0 auto;
            max-width: max-content;
            text-align: left;}

            footer .upper li + li {
                margin-top: 2em;}

            footer .first {
                margin: 0 30px 30px 0;
                font-weight: 700;}

            footer .second {
                margin-bottom: 30px;
                font-size: .9em;}

        footer .lower {
            margin: 0 auto;
            max-width: max-content;}

            footer .inquiry {
                margin: 0 auto;
                font-weight: 500;
                line-height: 1.4;}

                footer .inquiry .foot_inq {
                    margin-top: .5em;
                    font-size: 1.1em;
                    font-weight: 700;
                    line-height: 1;}

                footer .inquiry .foot_inq a {
                    padding: 1em 1.5em;
                    width: 100%;
                    border-radius: 6px;
                    background-color: #0064B6;
                    color: #FFF;
                    text-decoration: none;}

    footer .privacy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto 40px;
        max-width: 500px;}

        footer .privacy a {
            -webkit-box-flex: 0;
                    -ms-flex: 0 0 auto;
                        flex: 0 0 auto;
            border-radius: 7px;
            padding: 20px;
            width: 100px;
            height: 100px;
            overflow: hidden;
            background-color: #FFF;}

        footer .privacy p {
            -webkit-box-flex: 10;
                    -ms-flex: 10 10 auto;
                        flex: 10 10 auto;
            margin-left: 15px;
            font-size: 1.6rem;
            line-height: 1.6;
            text-align: justify;}


    footer .logo {
        margin: 0 auto 1em;
        width: 50%;
        max-width: 320px;}

    footer .copyright {
        font-size: 1rem;
        text-align: center;}


@media (hover: hover) {

    footer a:hover {
        opacity: 0.6;}

}

@media screen and (min-width:500px) {

    footer {
        padding: 60px 30px 30px;
        font-size: 1.7rem;}

        footer .inner {
            margin-bottom: 50px;
            padding-bottom: 60px;}

            footer .first {
                margin: 0 40px 40px 0;}

            footer .second {
                margin-bottom: 40px;}

        footer .privacy {
            margin-bottom: 60px;}

        footer .privacy a {
			padding: 24px;
            width: 120px;
            height: 120px;}

        footer .privacy p {
            margin-left: 25px;
            font-size: 1.7rem;}

}

@media screen and (min-width:1000px) {

    footer {
         font-size: 1.8rem;}
    footer .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: flex-star;
        -ms-flex-align: flex-star;
                align-items: flex-start;
        max-width: max-content;}

    footer .upper {
        margin: 0;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;}

        footer .first,
        footer .second {
            margin: 0 60px 0 0;}

    footer .lower {
        margin: 0;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;}

    footer .privacy {
        max-width: 830px;}

        footer .privacy p {
            font-size: 1.8rem;}

}

/*------------------------------------------------------
    singular & archive
------------------------------------------------------*/

#singular,
#archive {
    margin: 0 auto;
    padding: 3em 20px 5em;
    max-width: 920px;
    min-height: 300px;}

#singular article,
#archive article {
    margin-bottom: 4em;}

#singular article:last-child,
#archive article:last-child {
    margin-bottom: 0;}

#singular a.back,
#archive a.back {
    position: relative;
    padding-left: 1.2em;
    font-weight: 700;}

#singular a.back:before,
#archive a.back:before {
    content: '';
    display: block;
    width: .5em; height: .5em;
    position: absolute;
    top: .2em; left: .2em;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    border-top: 3px solid #003288;
    border-right: 3px solid #003288;
    -webkit-transition: left .5s ease;
    -o-transition: left .5s ease;
    transition: left .5s ease;}

@media (hover: hover) {

    #singular a.back:hover:before,
    #archive a.back:hover:before {
        left: 0;}

}

@media screen and (min-width:500px) {
    
    #singular,
    #archive {
        padding: 3em 30px 7em;}
    
}

/*- archive -*/

#archive .title {
    font-size: 2em;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;}

.archive li {
    border-bottom: 1px solid #BBC0C3;}

.archive li:first-child {
    border-top: 1px solid #BBC0C3;}

.archive li a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.2em 0;}

.archive li time,
.archive li p {
    line-height: 1.5;}

.archive li time {
    margin-right: 1em;
    width: 8em;
    -ms-flex-negative:0;
    flex-shrink:0;}

.archive li .category {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-right: 1em;
    padding: 3px 5px;
    min-width: 5.5em;
    max-width: 8.3em;
    background-color: #0092e5;
    color: #FFF;
    font-size: .7em;
    font-weight: 500;
    line-height: 1;
    text-align: center;}

.archive li p {
    text-decoration: underline;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;}

@media (hover: hover) {

    .archive li a:hover p {
        -webkit-text-decoration-color: transparent;
                text-decoration-color: transparent;}

}

@media screen and (min-width:750px) {

    .archive li .category {
        max-width: none;}

}

.video-hub-list {
    margin: 0 auto;
    max-width: 500px;
    border-bottom: 2px dotted #BBC0C3;
    font-size: 1.8rem;
    letter-spacing: .05em;
    font-weight: 700;
    text-align: center;}

    .video-hub-list li {
        border-top: 2px dotted #BBC0C3;}

    .video-hub-list a {
        display: block;
        padding: 20px 30px;
        position: relative;}

    .video-hub-list a[href]:after {
        content: '';
        display: block;
        width: .5em; height: .5em;
        position: absolute;
        top: calc(50% - .3em); right: 20px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        border-top: 3px solid #003288;
        border-right: 3px solid #003288;
        -webkit-transition: right .5s ease;
        -o-transition: right .5s ease;
        transition: right .5s ease;}

    .video-hub-list a:not([href]) {
        color: #9F9F9F;}

.video-anker-list {
    margin: 0 auto 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #0064B6;
    font-weight: 700;
    line-height: 1.3;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";}

    .video-anker-list li + li {
        margin-top: .3em;}

    .video-anker-list li a {
        display: block;
        position: relative;}

        .video-anker-list li a:before {
            content: '';
            display: inline-block;
            margin: 0 .4em .2em 0;
            width: .4em; height: .4em;
            border-left: 2px solid;
            border-bottom: 2px solid;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);}

.video-list-wrap + .video-list-wrap {
    margin-top: 50px;}

.video-list-term {
    padding: 7px 15px 9px;
    border-radius: 6px;
    background-color: #0064B6;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;}

    .video-list-term span {
        margin-left: .5em;
        padding: .1em .2em .2em;
        border-radius: 3px;
        background-color: #FFF;
        color: #0064B6;
        font-size: .9em;
        font-weight: 700;}

.video-list li {
    padding: 15px 0;
    border-bottom: 2px dotted #BBC0C3;}

    .video-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;}

    .video-list li a:before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: calc(50% - 6px);
        right: 2px;
        border-right: 2px solid;
        border-bottom: 2px solid;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);}

    .video-list li .img {
        margin-right: 10px;
        width: 60px;
        border: 1px solid #707070;}

    .video-list li .txt {
        padding-right: 15px;
        width: calc(100% - 70px);
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.4;
        text-align: left;}

@media (hover: hover) {

    .video-hub-list a[href]:hover:after {
        right: 15px;}

}
        
@media screen and (min-width:500px) {
    
    .video-list-term {
        border-radius: 8px;
        font-size: 2rem;}

    .video-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;}

    .video-list li {
        margin-right: 20px;
        padding: 20px 0;
        width: calc(50% - 10px);}

    .video-list li:nth-child(2n) {
        margin-right: 0;}

}

@media screen and (min-width:750px) {

    .video-hub-list {
        font-size: 2rem;}

    .video-anker-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 50px;}
    
        .video-anker-list li + li {
            margin: 0 0 0 1.2em;}

    .video-list-wrap + .video-list-wrap {
        margin-top: 80px;}

    .video-list li {
        margin-right: 30px;
        width: calc(50% - 15px);}

    .video-list li .img {
        margin-right: 20px;
        width: 150px;}

    .video-list li .txt {
        width: calc(100% - 170px);
        font-size: 1.8rem;
        line-height: 1.6;}

}


/*- singular -*/

#singular .title {
    font-size: 2em;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.2em;}

#singular .page .title {
    margin-bottom: 1em;
    color: #003288;
    text-align: center;}

#singular .page .title + hr {
    margin: 2em 0;}

#singular .meta {
    margin-bottom: 1.5em;
    font-size: .9em;}

#singular .meta + hr {
    margin: 0 0 1.5em;}

#singular .navigation {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom: 2em;}

#singular .navigation li {
    width: 50%;
    border-top: 1px solid #BBC0C3;
    border-bottom: 1px solid #BBC0C3;}

#singular .navigation li:first-child {
    border-right: 1px solid #BBC0C3;}

#singular .navigation li a {
    display: block;
    padding: 1.5em 1.5em 1.5em 2em;
    position: relative;
    color: #003288;
    line-height: 1.4;
    font-weight: 500;}

#singular .navigation li:last-child a {
    padding: 1.5em 2em 1.5em 1.5em;}

#singular .navigation li:first-child a:before,
#singular .navigation li:last-child a:after {
    content:'';
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px #003288;
    border-left: solid 2px #003288;
    -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    top: 50%;
    left: 1em;} 

#singular .navigation li:last-child a:after {
    -webkit-transform: rotate(135deg) translateY(50%);
        -ms-transform: rotate(135deg) translateY(50%);
            transform: rotate(135deg) translateY(50%);
    left: auto;
    right: 1em;}

#singular .relate {
    padding: 1.5em;
    background-color: #F0F1F2;
    border-radius: 5px;}

#singular .relate h2 {
    margin-bottom: 1em;
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;}

.relate .archive li, .relate .archive li:first-child {
    border-color: #CDD0D3;}

.article h2 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: 700;}
.article h3 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    color: #0064B6;
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 500;}
.article h4 {
    margin-top: 1.3em;
    margin-bottom: 0.5em;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 500;}
.article h5 {
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    color: #0064B6;
    font-size: 1.0em;
    line-height: 1.5;
    font-weight: 500;}
.article h6 {
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    font-size: 1.0em;
    line-height: 1.5;
    font-weight: 500;}
.article h2:first-child,
.article h3:first-child,
.article h4:first-child,
.article h5:first-child {
    margin-top: 0;}
.article p {
    margin-bottom: .5em;
    text-align: justify;
    text-justify: inter-ideograph;}
.article img,
.article div,
.article table,
.article form,
.article figure {
    margin-bottom: 1.5em;}
.article ul,
.article ol,
.article dl {
    margin-bottom: 1em;}
.article li ul,
.article li ol {
    margin-top: .5em;
    font-size: .95em;}
.article li,
.article dt,
.article dd {
    margin-bottom: .4em;}
.article li ul li,
.article li ol li {
    margin-bottom: .3em;}
.article p:last-child,
.article img:last-child,
.article div:last-child,
.article table:last-child,
.article form:last-child,
.article figure:last-child,
.article ul:last-child,
.article ol:last-child,
.article dl:last-child,
.article li:last-child,
.article dt:last-child,
.article dd:last-child {
    margin-bottom: 0;}
.article hr {
    margin: 1em auto;}
.article img {
    display: block;
    height: auto;}
.article ul {
    padding-left: 2em;
    list-style-type: disc;}
.article ol {
    padding-left: 2em;
    list-style-type: decimal;}
.article ol li::marker {
    font-weight: 500;}
.article li ol {
    list-style-type: decimal-leading-zero;}
.article li,
.article dt, .article dd {
    line-height: 1.6;}
.article table {
    border: 1px solid #BBC0C3;}
.article tr,
.article thead,
.article tbody {
    border-bottom: 1px solid #BBC0C3;}
.article tr:last-child,
.article tbody:last-child {
    border-bottom: none;}
.article th,
.article td {
    padding: .5em;
    border-right: 1px solid #BBC0C3;
    line-height: 1.5;}
.article th:last-child,
.article td:last-child {
    border-right: none;}
.article th {
    min-width: 5em;
    background: #F0F1F2;
    font-weight: 500;
    text-align: center;}
.article td {
    background: #FFF;
    text-align: justify;
    text-justify: inter-ideograph;}
    
.article .article-section + .article-section {
    margin-top: 40px;}

@media screen and (min-width:750px) {
    
    .article th,
    .article td {
        padding: 1em;}

    .article th {
        min-width: 10em;}

    .article .article-section + .article-section {
        margin-top: 60px;}

}

.article p.video-term {
    display: inline-block;
    margin-bottom: .5em;
    padding: 6px 13px 8px;
    border-radius: 5px;
    background-color: #0064B6;
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;}

.video-title {
    margin-bottom: 1.5em;
    font-size: 1.9em;
    font-weight: 500;
    line-height: 1.3;}

.youtube-wrap {
    padding-top: 56.25%;
    width: 100%;
    position: relative;}

    .youtube-wrap iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #707070;}

@media screen and (min-width:500px) {

    .video-term {
        font-size: 1.4rem;}

}

/*------------------------------------------------------
    inquiry / お問い合わせ
------------------------------------------------------*/

.wpcf7 dl {
    margin-bottom: 2em;}

.wpcf7 dt {
    margin-bottom: .8em;
    font-size: 1.1em;
    line-height: 1;
    font-weight: 500;}

.wpcf7 dd {
    margin-bottom: 1.6em;
    line-height: 1;}

.wpcf7 dd span {
    display: block;}

.wpcf7 dl input,
.wpcf7 dl textarea {
    width: 100%;}

.wpcf7 .screen-reader-response ul {
    font-size: .9em;
    font-weight: 500;
    color: #FF7D6C;}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: .5em;
    font-size: .8em;
    font-weight: 500;
    color: #FF7D6C;}

.wpcf7 .wpcf7-response-output {
    margin: 2em 0 0 !important;
    padding: 0 !important;
    border: none !important;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;}

.wpcf7 .buttons {
    display: block;
    position: relative;}

.wpcf7 .buttons p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}

.wpcf7 .buttons input {
    margin: 0;
    padding: 1.2em;
    width: 100%;
    background-color: #003288;
    color: #FFF;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;}

.wpcf7 .buttons input.wpcf7-back {
    margin-right: .5em;}

.wpcf7 .ajax-loader {
    margin: 0 !important;
    position: absolute !important;
    bottom: -2.5em; left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);}

.wpcf7 .wpcf7-spinner {
    margin: 0;
	position: absolute;
	bottom: -60px;
    left: calc(50% - 12px);}

input.wpcf7c-conf,
textarea.wpcf7c-conf {
    background-color: transparent !important;
    color: #3B4043 !important;
    outline: none;
    border: none;
    border-radius: 0;}

.wpcf7 .privacy-policy {
    padding: 1em 1.5em;
    width: 100%;
    height: 10em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #BBC0C3;
    font-size: 0.8em;
    line-height: 1.8;
    overflow-y: scroll;}


/*------------------------------------------------------
    FAQ よくあるご質問
------------------------------------------------------*/

.article ul.faq-anker_list {
    margin: 0 0 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    list-style-type: none;}

.article ul.faq-anker_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 10px 0 0;
    padding: 0;
    width: calc(50% - 5px);
    background-color: #FFF;
    border: 1px solid #0064B6;
    border-radius: 6px;
    line-height: 1.2;}

.article ul.faq-anker_list li:nth-child(-n+2) {
    margin-top: 0;}

.article ul.faq-anker_list li:nth-child(2n) {
    margin-right: 0;}

.article ul.faq-anker_list a {
    display: block;
    width: 100%;
    position: relative;
    padding: .5em .5em .5em 2em;}

.article ul.faq-anker_list a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 6px);
    left: .8em;
    border-right: 2px solid #0064B6;
    border-bottom: 2px solid #0064B6;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);}

.article dl.faq-container {
    margin: 20px 0 0;}

.article dl.faq-container:first-of-type {
    margin-top: 0;}

.article dl.faq-container dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    padding: .5em 1.2em .5em .8em;
    border-radius: 6px;
    background-color: #C7E4ED;
    cursor: pointer;}

.article dl.faq-container p.faq-q {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 0 .2em 0 1em;
    width: 3.8em;
    position: relative;
    color: #0064B6;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;}

.article dl.faq-container p.faq-q:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    border-right: 2px solid #0064B6;
    border-bottom: 2px solid #0064B6;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: transform.3s;
    -o-transition: transform.3s;
    transition: transform.3s;}

.article dl.faq-container .open p.faq-q:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);}

.article dl.faq-container p.faq-q-txt {
    color: #3B4043;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;}

.article dl.faq-container dd {
    display: none;}

.article dl.faq-container .faq-a-inner {
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: .7em 0 .7em .8em;
    border-radius: 6px;}

.article dl.faq-container .faq-a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 0 .2em 0 1em;
    width: 3.8em;
    color: #FA9600;
    font-size: 2rem;
    font-weight: 700;}

.article dl.faq-container .faq-a-txt {
    padding: .4em 0 0;}

 @media screen and (min-width:750px) {

    .article ul.faq-anker_list {
        margin-bottom: 60px;
        font-size: 1.8rem;}

    .article ul.faq-anker_list li,
        .article ul.faq-anker_list li:nth-child(2n) {
        margin: 21px 21px 0 0;
        width: calc(33.33333% - 14px);
        border-radius: 8px;}

    .article ul.faq-anker_list li:nth-child(-n+3) {
        margin-top: 0;}

    .article ul.faq-anker_list li:nth-child(3n) {
        margin-right: 0;}

    .article dl.faq-container p.faq-q {
        font-size: 2.4rem;}

    .article dl.faq-container p.faq-q-txt {
        font-size: 1.8rem;}

    .article dl.faq-container .faq-a-inner {
        border-radius: 8px;}

    .article dl.faq-container .faq-a {
        font-size: 2.4rem;}

}
