@charset "utf-8"; .sampleH1 {
    font-size: 30px;
    font-weight: normal;
    border-bottom: 1px solid;
    line-height: 1.8;
}
body {
    -webkit-print-color-adjust: exact;
    }
/*common
----------------------------------------*/
body {
    font-size: 0.9rem;
    color: #333333;
    font-family: 'Heebo', 'Noto Sans JP', sans-serif;
}

p {
    line-height: 1.8em;
}

a {
    color: #0064aa;
}

.underline-link {
    text-decoration: underline;
}

a:hover {
    opacity: 0.8;
    transition: all .3s linear;
}

ul {
    line-height: 1.8em;
    list-style-type: none;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

/* 
line-height -----------------------------*/
.line-height-1 {
    line-height: 1em;
}

.line-height-12 {
    line-height: 1.2em;
}

.line-height-14 {
    line-height: 1.4em;
}

.line-height-16 {
    line-height: 1.6em;
}

.line-height-18 {
    line-height: 1.8em;
}

.line-height-20 {
    line-height: 2em;
}

/* color Control
----------------------------------------*/
.text-primary {
    color: #0064aa!important;
}

.border-primary {
    border-color: #0064aa!important;
}

a.text-primary:focus, a.text-primary:hover {
    color: rgba(232, 82, 103, 0.8)!important;
}

.btn-outline-primary {
    color: #0064aa;
    border-color: #0064aa;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: rgba(0, 100, 170, 0.8)!important;
    border-color: rgba(0, 100, 170, 0.8);
}

.btn-outline-primary {
    color: #0064aa;
    border-color: #0064aa;
}

.badge-primary {
    color: #fff;
    background-color: #0065ab;
}

.bg-primary {
    background-color: #0065ab!important;
}

.text-secondary {
    color: #e85267!important;
}

.border-secondary {
    border-color: #e85267!important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: rgba(232, 82, 103, 0.8)!important;
}

.btn-outline-secondary {
    color: #e85267;
    border-color: #e85267;
}

.badge-secondary {
    color: #fff;
    background-color: #e85267;
}

.bg-dark {
    background-color: #ACACAC!important;
}

.bg-light-gray {
    background: #F0F0F0;
}

/*breadcrumb
----------------------------------------*/
.breadcrumb {
    background: none;
}

.breadcrumb li:after {
    content: ">>";
    margin: 0 0.5em;
}

.breadcrumb li:last-child:after {
    content: "";
}

/*border
----------------------------------------*/
.bw-2 {
    border-width: 2px!important;
}

.bw-3 {
    border-width: 3px!important;
}

.bw-4 {
    border-width: 4px!important;
}

.bw-5 {
    border-width: 5px!important;
}

.bw-18 {
    border-width: 18px!important;
}

.no-round {
    border-radius: 0!important;
}

img,picture {
    max-width: 100%;
}

.tpl-half {
    max-width: 570px;
}

.tpl-bg-blue {
    background-color: #0065AB;
}

time.tpl-news-time:before {
    color: #0065ab;
}

/*icons*/
.tpl-bg-awesome:before,.tpl-bg-awesome:after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.tpl-bg-awesome:before {
    margin-right: 0.5em;
}

.tpl-bg-awesome:after {
    margin-left: 0.5em;
}

.tpl-bg-awesome-triangle:before {
    content: "\f0da";
}

.bg-primary.is_tpl {
    background-color: #0065AA!important;
}

.icon-after-pdf:after {
    content: "\f1c1";
    font-weight: normal;
}

.icon-after-blank:after {
    content: "\f35d"
}

.icon-after-word:after {
    content: "\f1c2";
    font-weight: normal;
}

.icon-after-excel:after {
    content: "\f1c3";
    font-weight: normal;
}

.icon-after-dl:after {
    content: "\f103"
}

/* HeadLine
----------------------------------------*/
/*H2*/
.tpl-H2 span {
    display: block;
}

h2.tpl-H2 span.h2En {
    font-size: 14px;
    color: #ACACAC;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

.tpl-H2:before {
    content: "";
    width: 3px;
    height: 25px;
    background: #0065AB;
    display: block;
    margin: 0 auto 25px;
    z-index: 1;
    position: relative;
}

.tpl-H2 span.h2En_Big {
    position: absolute;
    left: 40%;
    top: -20px;
    font-weight: bold;
    font-size: 130px;
    width: 100%;
    text-align: left;
    letter-spacing: 9px;
    z-index: 0;
    opacity: 0.2;
    color: #CCC;
}

.tpl-H2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.6em;
}

.tpl-H2.is_tpl-H2-underline {
    margin-bottom: 0;
}

span.tpl-H2-title {
    z-index: 1;
    position: relative;
}

.tpl-bg-gray {
    background-color: rgba(172, 172, 172, 0.18);
}

.tpl-H2-left.tpl-H2 span.h2En_Big {
    left: 0;
}

span.h2En_Big.tpl-h2En_Big-w {
    color: #FFF;
    opacity: 1;
    ss }

.tpl-H2.is_tpl-H2-underline: before {
    content: none;
}

.tpl-H2.is_tpl-H2-underline:after,.postCont h2:after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background: #0065ab;
    margin: 22px auto 40px;
}

.postCont h2 {
    text-align: center;
    margin-top: 70px;
}

/*H3*/
h3.tpl-H3, .postCont h3 {
    font-size: 1.5rem;
    background: #F0F0F0;
    padding: 15px 30px;
    margin-bottom: 30px;
    margin-top: 60px;
}

/*H4*/
.tpl-H4,.postCont h4 {
    font-size: 1rem;
    padding-left: 20px;
    position: relative;
    margin: 40px 0;
    line-height: 20px;
}

.tpl-H4:before,.postCont h4:before {
    content: "";
    display: block;
    width: 12.5px;
    height: 2px;
    background: #0065ab;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 9px;
}
/* quote
----------------------------------------*/
.wp-block-quote {
    border: solid 1px #dee2e6;
    padding: 1.4rem;
}
.wp-block-quote p:last-child {
    margin-bottom: 0;
}
/* List
----------------------------------------*/
/*arrowList*/
.arrowList {
    padding-left: 0;
}

li.arrowList-li {
    margin-bottom: 20px;
}

.arrowList-li-before:before {
    content: "\f138";
    color: #0065ab;
}

.arrowList-li-after:after {
    content: "\f138";
    color: #0065ab;
}

.tpl-list li,.postCont li {
    list-style-type: disc;
    line-height: 2.5em;
}

.postCont ol li {
    list-style-type: decimal;
}

.tpl-list-nestUl li:before {
    content: "・";
}

.tpl-list .tpl-list-nestUl li {
    list-style-type: none;
}

.tpl-list-nestUl {
    padding-left: 0;
}

/* ol */
ol.tpl-list-order {
    line-height: 2.5em;
    padding-left: 1em;
}

.tpl-list-order.is_blocknum {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.tpl-list-order.is_blocknum ol {
    padding-left: 1em;
}

.tpl-list-order.is_blocknum li {
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 20px;
}

.tpl-list-order.is_blocknum li:before {
    counter-increment: item;
    content: counter(item);
    margin-right: .5em;
    font-weight: bold;
    padding: 5px 10px;
    background: #0065ab;
    color: #FFF;
    margin-left: 1em;
}

ul.tpl-list {
    padding-left: 1em;
}

/* Badge
----------------------------------------*/
.badge.tpl-badge {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}

/* Table
----------------------------------------*/
.wp-block-table td,.wp-block-table th{
    vertical-align: middle;
    line-height: 1.6em;
    padding: 1em;
    border-bottom: 1px solid #dee2e6;
}
.wp-block-table table{
    width:100%;
    max-width: 760px;
    margin: 50px auto;
}
.table.tpl-table td, .table.tpl-table th, .wp-block-table td,.wp-block-table th {
    border-right: 1px solid #dee2e6;
    vertical-align: middle;
    line-height: 1.6em;
    padding: 1em;
}
.wp-block-table th {
   background-color: #0065ab;
   color: #FFF;
}
@media print{
    .tpl-table tr.bg-primary th,.tpl-table th.bg-primary{
        background-color: #0065ab!important;
    }
}
.table.tpl-table td:first-child, .table.tpl-table th:first-child ,.wp-block-table td:first-child, .wp-block-table th:first-child {
    border-left: 1px solid #dee2e6;
}

.table.tpl-table tr:last-child td, .table.tpl-table tr:last-child th,.wp-block-table tr:last-child td, .wp-block-table tr:last-child th {
    border-bottom: 1px solid #dee2e6;
}

.table.tpl-table th {
    font-weight: 500;
}
.wp-block-table td, .wp-block-table th{
    border-top: 1px solid #dee2e6;
}
}
/* Button
----------------------------------------*/
.tpl-btn:after {
    content: "\f105";
    position: absolute;
    right: 9px;
    top: calc(50% - 0.75rem);
}

.tpl-btn {
    position: relative;
    font-size: 0.9rem
}

.tpl-btn.initialism {
    font-size: 0.8rem
}

.tpl-btn.icon-before:before {
    content: "\f104";
    position: absolute;
    left: 9px;
    top: calc(50% - 0.75rem);
}

.tpl-btn.icon-before:after {
    content: "";
}

/* NEWS
----------------------------------------*/
.tpl-news-list {
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0;
}

.tpl-news-title {
    display: block;
}

/* card
----------------------------------------*/
.card {
    border-top: solid 23px #0065ab;
    border-radius: 0px;
}

.card-title {
    margin-bottom: 0;
    margin: 1.25rem 1.25rem 0 0;
    border-left: solid 10px #0065AB;
    padding-left: 0.5em;
}

/*UnderMV
----------------------------------------*/
.topContent {
    margin-top: 160px;
}

.underMV .underMV-title {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    position: relative;
}

.underMV:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 101, 171, 0.35);
    z-index: 0;
}

.underMV {
    position: relative;
    background-image: url(../images/common/undermv.jpg);
    background-size: cover;
    background-position: center;
    color: #FFF;
}

/*LineArc
----------------------------------------*/
.lineWrap a.lineLogoOver {
    border: none;
}
.lineList2-titel.bg-dark {
    background-color: #343a40!important;
}
.lineListInner-under {
    background: #F0F0F0;
}

.stationLine:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #ACACAC;
}
a.lineList2Wrap:hover {
    text-decoration: none;
}
/*PageConpornent1
----------------------------------------*/
span.tpl-conpoline {
    display: block;
    height: 1px;
}

.tpl-comp1-title:before {
    content: "●";
    opacity: 0.3;
    position: absolute;
    left: 10px;
    font-size: 1.5em;
    top: calc(50% - 0.5em);
}

.tpl-comp1-title {
    position: relative;
    padding: 0 10px 0 42px;
}

/*小デバイス（横向きモバイル, 576px 以上）*/
@media (min-width: 576px) {
    .navWrap {
        width: 100%;
    }
}

/*中デバイス（タブレット, 768px 以上）*/
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 780px;
    }

    /*header
    ----------------------------------------*/
    ul.navbar-nav {
        flex-direction: row;
    }
}

/*大デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

/*特大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (max-width: 767px) {
    /*PartsSet
    ----------------------------------------*//* UnderMV */ .underMV .underMV-title {
        height: 100px;
        font-size: 1.5rem;
    }

    /* H2 */
    span.tpl-H2-title {
        font-size: 25px;
    }

    h2.tpl-H2 span.h2En {
        font-size: 12px;
    }

    .tpl-H2 span.h2En_Big {
        font-size: 80px;
        top: 0;
    }
    .postCont > h2:first-child {
        margin-top: 40px;
    }
    /* H3 */
    h3.tpl-H3 {
        font-size: 1.2rem;
        margin-top: 0px;
    }

    /* LineList */
    .lineArc {
        padding: 0;
    }

    .background-gray .row {
        margin: 0 10px;
    }

    h2.text-white.lineTitle {
        color: #333!important;
        padding: 20px;
        margin-bottom: 0;
        text-align: center;
        font-size: 24px;
    }

    .table.tpl-table td, .table.tpl-table th {
        display: block;
        width: 100%!important;
        border-left: 1px solid #dee2e6;
    }

    .topContent {
        margin-top: 0;
    }

    /* table */
    .table.tpl-table.tpl-sp-table td, .table.tpl-table.tpl-sp-table th {
        display: table-cell;
        width: auto!important;
    }
    /* Form */
    .wp-block-table table.formTable td,.wp-block-table table.formTable th {
        display: block;
        width: 100%!important;
        border: none;
    }

}