@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* 大枠 */
html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch !important;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

body#home {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    body.wrap {
        overflow: hidden;
    }

    body #header_inner,
    body #main,
    body #contents,
    body #side,
    body footer,
    body #footer_inner {
        float: none;
        width: 100%;
    }

    body #screen {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 200;
    }
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

body>#wrapper {
    height: auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

@media print {

    html,
    html body {
        overflow: visible !important;
    }
}

/* アクセシビリティ */
.guidance {
    left: -999px;
    position: absolute;
    width: 990px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    pointer-events: none;
}

/* レスポンシブ対応 */
img {
    vertical-align: bottom;
    -webkit-box-shadow: #000 0 0 0;
    box-shadow: #000 0 0 0;
    /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
    box-shadow: #000 0 0 0;
    /* IE7対応 */
}

/* Windows Chrome 画像ぼやけ防止 */
@media screen and (max-width: 768px) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}

/* リンク */
a {
    display: inline-block;
}

a:link,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    opacity: .7;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none !important;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
    content: "";
    display: table;
    clear: both;
}

.container {
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

#home .container {
    max-width: 1054px;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

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

.txt_blue,
a.txt_blue {
    color: #0067DE;
}

a.txt_link {
    text-decoration: underline;
}

a.txt_link:hover {
    opacity: 1;
    text-decoration: none;
}

.txt_link.arrow a {
    padding: 0 0 0 15px;
    text-decoration: underline;
}

.txt_link.arrow a:hover {
    opacity: 1;
    text-decoration: none;
}

.txt_link.arrow a::after {
    left: 0;
    right: auto;
}

.notes {
    font-size: 14px;
}

.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left;
}

.txt_centerd {
    text-align: center;
}

.txt_bold {
    font-weight: bold;
}

.arrow a {
    padding-right: 25px;
    position: relative;
}

.arrow a::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent #0067DE #0067DE transparent;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.btn {
    width: 159px;
    font-size: 16px;
}

.btn.blue,
.btn.wht {
    margin: 0 auto;
    width: 200px;
}

.btn.blue a {
    background: #0067DE;
    color: #fff;
}

.btn.blue a::after {
    border-color: transparent #fff #fff transparent;
}

.btn.wht a {
    background: #fff;
    border: 1px solid #0067DE;
    color: #0067DE;
}

.btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F4F4F4;
    width: 100%;
    height: 50px;
    padding: 0;
    color: #0067DE;
    letter-spacing: .08em;
    text-align: center;
    font-weight: bold;
}

.btn a::after {
    right: 10px;
}

input,
textarea {
    font-size: 16px;
    outline: none;
    font-family: 'Noto Sans JP', sans-serif;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    max-width: 100%;
}

input[type="submit"] {
    cursor: pointer;
}

textarea {
    -webkit-appearance: none;
    border: none;
    max-width: 100%;
}

select {
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Noto Sans JP', sans-serif;
}

.select_wrap {
    background: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.select_wrap::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #0067DE #0067DE;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 10px;
    pointer-events: none;
}

.select_wrap select {
    width: 100%;
    padding: 15px;
    padding-right: 35px;
    font-size: 16px;
}

.select_wrap select::-ms-expand {
    display: none;
}

@media screen and (max-width: 768px) {
    .select_wrap::before {
        width: 5px;
        height: 5px;
        right: 8px;
    }

    .select_wrap select {
        padding: 10px;
        padding-right: 23px;
    }
}

.link_list {
    max-width: 366px;
    margin: 0 auto;
}

.link_list.data {
    max-width: 100%;
}

.link_list.data li a {
    background: #EDEEF6;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
    padding: 21px 35px;
    height: auto;
    word-break: break-all;
}

.link_list.data li a::before {
    content: "";
    border-left: 4px solid #0067DE;
    height: 22px;
    position: absolute;
    top: 24px;
    left: 18px;
}

.link_list li {
    display: table;
    width: 100%;
    position: relative;
}

.link_list li:not(:last-child) {
    margin-bottom: 5px;
}

.link_list li a {
    display: table-cell;
    vertical-align: middle;
    background: #F4F4F4;
    padding: 0 35px;
    width: 100%;
    height: 70px;
    color: #0067DE;
}

.link_list li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent #0067DE #0067DE transparent;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
}

.link_list.wht a {
    background: #fff;
}

.indent_list li,
.notes_list li,
.indent {
    text-indent: -1em;
    padding-left: 1em;
}

.notes_list {
    font-size: 12px;
}

.square_list li {
    padding-left: 20px;
    position: relative;
    overflow: hidden;
}

.square_list li::before {
    content: "";
    background: #C4D6EB;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: 0;
}

.count_list {
    counter-reset: count 0;
}

.count_list>li {
    padding-left: 1.5em;
    position: relative;
}

.count_list>li:not(:last-child) {
    margin-bottom: 20px;
}

.count_list>li::before {
    content: counter(count) ".";
    counter-increment: count 1;
    color: #0067DE;
    position: absolute;
    left: 0;
    top: 0;
}

.li_mb30 li:not(:last-child) {
    margin-bottom: 30px;
}

.txt_link_list {
    font-size: 14px;
}

.txt_link_list li:not(:last-child) {
    margin-bottom: 15px;
}

.txt_link_list li a {
    padding: 0 0 0 15px;
    text-decoration: underline;
}

.txt_link_list li a:hover {
    opacity: 1;
    text-decoration: none;
}

.txt_link_list li a::after {
    left: 0;
    right: auto;
}

.anchor_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0 60px;
}

.anchor_list li {
    border-left: 1px solid #ccc;
    margin-top: 10px;
    font-weight: bold;
}

.anchor_list li:last-child {
    border-right: 1px solid #ccc;
}

.anchor_list li a {
    display: block;
    padding: 0 30px 0 45px;
    color: #0067DE;
    position: relative;
}

.anchor_list li a::before {
    content: "";
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: transparent #0067DE #0067DE transparent;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 40%;
    left: 25px;
}

@media screen and (max-width: 768px) {
    .anchor_list li {
        font-size: 14px;
    }

    .anchor_list li a {
        display: block;
        padding: 0 18px 0 28px;
    }

    .anchor_list li a::before {
        width: 4px;
        height: 4px;
        left: 13px;
    }
}

table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table th,
table td {
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 15px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table small {
    font-size: 14px;
    padding-left: 10px;
}

table small.unit {
    padding: 0;
}

.table02.full {
    width: 100%;
}

.table02.full tr:nth-child(2n) td {
    background: #fff;
}

.table02.full td {
    background: #F4FAFD;
}

.table02 caption {
    text-align: right;
}

.table02 tr:nth-child(2n) td {
    background: #F4FAFD;
}

.table02 th {
    background: #D6EAF7;
}

@media screen and (max-width: 768px) {
    .table_scroll {
        overflow-x: scroll;
    }
}

.table_scroll table {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .table_scroll table {
        max-width: inherit;
        white-space: nowrap;
    }
}

.table_scroll table .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    white-space: nowrap;
    z-index: 1;
}

.table_scroll table .sticky:not(.col2) {
    border-left: 1px solid #ccc;
}

.table_scroll table.table03 th.col1 {
    width: 73px;
}

.table_scroll table.table03 th.col2 {
    left: 74px;
}

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

.flex_col2>div {
    max-width: 48%;
    margin: 0 30px 10px 0;
}

.flex_col2>div p {
    margin-bottom: 5px;
}

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

    .flex_col2>div {
        max-width: 100%;
    }
}

.ttl {
    font-family: "Titillium Web", sans-serif;
    letter-spacing: .03em;
}

#site_title {
    overflow: hidden;
    max-width: 161px;
}

@media screen and (max-width: 768px) {
    #site_title {
        margin-left: 10px;
    }

    #site_title img {
        width: auto;
        height: 44px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #site_title {
        width: 12vw;
    }
}

.title_wrap {
    background: #EDEEF6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 200px;
}

.title_wrap .ttl {
    font-size: 64px;
    font-weight: bold;
    text-align: center;
}

.title_wrap .ttl::first-letter {
    color: #0067DE;
}

.title_wrap .ttl span {
    display: block;
    color: #0067DE;
    font-size: 16px;
    text-align: center;
    letter-spacing: .08em;
    font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
    .title_wrap {
        height: 150px;
    }

    .title_wrap .ttl {
        font-size: 34px;
        line-height: 1.4;
    }
}

#technical_data .title_wrap {
    background-image: url(../img/ttl_technical_data.jpg);
}

#glossary .title_wrap {
    background-image: url(../img/ttl_glossary.jpg);
}

@media screen and (max-width: 768px) {
    #glossary .title_wrap {
        background-image: url(../img/ttl_glossary_sp.jpg) !important;
    }
}

#faq .title_wrap {
    background-image: url(../img/ttl_faq.jpg);
}

@media screen and (max-width: 768px) {
    #faq .title_wrap {
        background-image: url(../img/ttl_faq_sp.jpg) !important;
    }
}

.sub_ttl {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #0067DE;
    font-size: 24px;
    font-weight: 500;
    position: relative;
}

.sub_ttl::before {
    border-bottom: 1px solid #0067DE;
    content: "";
    width: 200px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

@media screen and (max-width: 768px) {
    .sub_ttl::before {
        width: 100px;
    }
}

.block_ttl {
    padding-left: 30px;
    margin-bottom: 10px;
    color: #0067DE;
    font-size: 20px;
    position: relative;
}

.block_ttl::before {
    content: "";
    background: #0067DE;
    width: 20px;
    height: 4px;
    position: absolute;
    top: 15px;
    left: 0;
}

body:not(#home) header,
body:not(#home) .header_inner {
    background: #fff;
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 121px;
    font-weight: bold;
    padding: 15px 120px 15px 25px;
    position: fixed;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 5000;
}

header.bg {
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media screen and (max-width: 768px) {
    header {
        width: 100%;
        height: 70px;
        padding: 0;
        top: 0;
        left: 0;
        z-index: 99999;
        overflow: visible;
    }

    header.bg .header_inner {
        background: #fff;
    }

    header .header_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 70px;
        z-index: 99999;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    header {
        padding: 15px 115px 15px 15px;
    }
}

header .free_word_wrap .search_btn {
    display: none;
}

header .free_word_wrap .free_word {
    position: absolute;
    top: 10px;
    right: 300px;
    width: 250px;
}

header .free_word_wrap .free_word input {
    border: 1px solid #0067DE;
    border-radius: 17px;
    background: #fff;
    width: 245px;
    padding: 5px 35px 5px 20px;
}

header .free_word_wrap .free_word .icon-search {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

header .free_word_wrap .free_word .icon-search input {
    background: none;
    border: none;
    padding: 0;
    width: 40px;
    height: 100%;
}

header .free_word_wrap .free_word .icon-search::before {
    color: #0067DE;
    font-size: 19px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    header .free_word_wrap .search_btn {
        display: block;
        background: #0067DE;
        width: 70px;
        height: 70px;
        position: absolute;
        top: 0;
        right: 70px;
    }

    header .free_word_wrap .search_btn.close .icon::before,
    header .free_word_wrap .search_btn.close .icon::after {
        opacity: 1;
        content: '';
        width: 24px;
        border-top: 2px solid #fff;
        position: absolute;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        right: 0;
        -webkit-transform: rotate(-155deg);
        transform: rotate(-155deg);
        top: 0px;
        right: 0;
    }

    header .free_word_wrap .search_btn.close .icon::before {
        -webkit-transform: rotate(-155deg);
        transform: rotate(-155deg);
        top: 0px;
        right: 0;
    }

    header .free_word_wrap .search_btn.close .icon::after {
        -webkit-transform: rotate(155deg);
        transform: rotate(155deg);
        bottom: 0;
        right: 0;
    }

    header .free_word_wrap .search_btn.close .icon .icon-search::before {
        display: none;
    }

    header .free_word_wrap .search_btn.close .icon .icon-search::after {
        content: "CLOSE";
    }

    header .free_word_wrap .search_btn .icon {
        width: 24px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 40%;
        left: 50%;
    }

    header .free_word_wrap .search_btn .icon::before,
    header .free_word_wrap .search_btn .icon::after {
        opacity: 0;
        content: '';
        width: 24px;
        border-top: 2px solid #fff;
        position: absolute;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        right: 0;
        top: 0px;
        right: 0;
    }

    header .free_word_wrap .search_btn .icon::before {
        top: -4px;
    }

    header .free_word_wrap .search_btn .icon::after {
        bottom: -4px;
    }

    header .free_word_wrap .search_btn .icon .icon-search {
        color: #fff;
        width: 100%;
    }

    header .free_word_wrap .search_btn .icon .icon-search::before,
    header .free_word_wrap .search_btn .icon .icon-search::after {
        display: block;
        text-align: center;
        font-weight: bold;
        position: absolute;
        left: 50%;
    }

    header .free_word_wrap .search_btn .icon .icon-search::before {
        font-size: 20px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
    }

    header .free_word_wrap .search_btn .icon .icon-search::after {
        content: "検索";
        width: 70px;
        font-size: 12px;
        letter-spacing: .08em;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        bottom: -28px;
        font-family: 'Noto Sans JP', sans-serif;
    }

    header .free_word_wrap .free_word {
        display: none;
        background: #0067DE;
        width: 100%;
        padding: 35px 20px;
        position: absolute;
        top: 70px;
        left: 0;
    }

    header .free_word_wrap .free_word.active {
        display: block;
    }

    header .free_word_wrap .free_word form {
        position: relative;
    }

    header .free_word_wrap .free_word form input {
        border: 1px solid #0067DE;
        padding: 10px 35px 10px 20px;
        border-radius: 25px;
        width: 100%;
    }

    header .free_word_wrap .free_word form .icon-search {
        width: 50px;
    }

    header .free_word_wrap .free_word form .icon-search input {
        width: 50px;
        height: 100%;
    }

    header .free_word_wrap .free_word form .icon-search::before {
        font-size: 22px;
        font-weight: bold;
    }
}

/* メガメニュー */
header .mega_menu a {
    position: relative;
    margin-right: 13px;
}

header .mega_menu a::after {
    content: "";
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: transparent #0067DE #0067DE transparent;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 40%;
    right: -3px;
}

header ul.mega_menu_list {
    visibility: hidden;
    opacity: 0;
}

header .nav li.mega_menu:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

header li.mega_menu ul.mega_menu_list {
    position: absolute;
    top: 108px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

header li.mega_menu:hover ul.mega_menu_list {
    top: 108px;
    visibility: visible;
    opacity: 1;
}

header .mega_inner {
    max-width: 1200px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 100px 0 auto;
}

header .mega_inner li {
    margin-right: 30px;
}

header .mega_menu_img li {
    width: 160px;
    padding-top: 8%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

header .mega_menu_img li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff !important;
    position: absolute;
    top: 0;
    left: 0;
}

header .mega_menu_img li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

header .mega_menu_img li.strengths a::before {
    background-image: url(../img/strengths/contents_list_bg01.jpg);
}

header .mega_menu_img li.system a::before {
    background-image: url(../img/strengths/contents_list_bg02.jpg);
}

header .mega_menu_img li.quality a::before {
    background-image: url(../img/strengths/contents_list_bg03.jpg);
}

header .mega_menu_img li.certification a::before {
    background-image: url(../img/strengths/contents_list_bg04.jpg);
}

header .mega_menu_text li {
    position: relative;
}

header .mega_menu_text li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent #0067DE #0067DE transparent;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: -10px;
}

/* メガメニュー end */

header #gnav {
    overflow: hidden;
    margin-top: auto;
}

header #gnav .side {
    background: #0067DE;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 10;
}

header #gnav .side::-webkit-scrollbar {
    display: none;
}

header #gnav .side ul li {
    background: #0067DE;
    border-bottom: 1px solid #5896DE;
    font-size: 12px;
    line-height: 1.2;
    width: 100px;
    height: 100px;
}

header #gnav .side ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    text-align: center;
}

header #gnav .side ul li a span {
    margin-bottom: 8px;
    font-size: 26px;
    text-align: center;
}

header #gnav .side ul li:nth-child(1) {
    background: #000;
}

@media screen and (max-width: 768px) {
    header #gnav {
        border-top: 4px solid #000;
        display: block !important;
        background: #000;
        float: none;
        width: 306px;
        min-height: 100vh;
        max-height: 100vh;
        height: 100vh;
        padding: 0 0 70px;
        margin: 70px 0 0;
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transform: translate(306px);
        transform: translate(306px);
        z-index: 2000;
        overflow: auto;
    }

    header #gnav.open {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
    }

    header #gnav .side {
        height: auto;
        padding-bottom: 70px;
        position: relative;
        overflow: hidden;
    }

    header #gnav .side ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    header #gnav .side ul li {
        border-bottom: 1px solid #5896DE;
        border-right: 1px solid #5896DE;
        font-size: 8px;
        line-height: 1.2;
        width: calc(100%/4);
        height: 70px;
    }

    header #gnav .side ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        color: #fff;
        text-align: center;
    }

    header #gnav .side ul li a span {
        margin-bottom: 8px;
        font-size: 24px;
        text-align: center;
    }

    header #gnav .side ul li:nth-child(1) {
        border: none;
        width: 245px;
        height: 50px;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 10px;
        left: 50%;
    }

    header #gnav .side ul li:nth-child(1) a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
    }

    header #gnav .side ul li:nth-child(1) a span {
        margin: 0 10px 0 0;
    }

    header #gnav .side ul li:last-child {
        border-right: 0;
    }
}

header #gnav .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 120px;
}

header #gnav .language li {
    padding: 0 10px;
    line-height: 1;
    color: #696969;
}

header #gnav .language li:not(:last-child) {
    border-right: 1px solid #696969;
}

@media screen and (max-width: 768px) {
    header #gnav .language {
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }

    header #gnav .language li {
        color: #fff;
    }
}

header #gnav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    margin-top: 28px;
}

header #gnav .nav li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #0067DE;
}

header #gnav .nav li a .new-lead{
    display: block;
    color: #fff;
    background-color: red;
    padding: 0px 12px;
    position:relative;
}
header #gnav .nav li a .pc .new-lead::after{
    position:absolute;
    content: "";
    border: 4px solid transparent;
    border-top: 4px solid red;
    margin-left: -4px;
    top: 100%;
    left: 50%;
}

header #gnav .nav li a .sp-span{
    display: none;
}

header #gnav .nav li a:hover {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    header #gnav .nav {
        display: block;
        padding: 20px 30px;
        margin-top: 0px;
    }

    header #gnav .nav li {
        width: 100%;
        border-bottom: 1px solid #343434;
    }

    header #gnav .nav li .sp_open {
        display: block;
        height: 50px;
        line-height: 50px;
        width: 100%;
        color: #fff;
        position: relative;
    }

    header #gnav .nav li .sp_open::before,
    header #gnav .nav li .sp_open::after {
        content: "";
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
    }

    header #gnav .nav li .sp_open::before {
        border-left: 2px solid #fff;
        height: 12px;
        right: 5px;
    }

    header #gnav .nav li .sp_open::after {
        border-top: 2px solid #fff;
        width: 12px;
        right: 0;
    }

    header #gnav .nav li .sp_open.close::before {
        display: none;
    }

    header #gnav .nav li a {
        display: block;
        height: 50px;
        line-height: 50px;
        width: 100%;
        padding: 0;
        color: #fff;
        position: relative;
    }

    header #gnav .nav li a.pc {
        display: none;
    }

    header #gnav .nav li a .sp-span{
        display: inline;
    }

    header #gnav .nav li a .sp-span .new-lead{
        display: inline;
        margin-left: 4px;
        position:relative;
    }
    header #gnav .nav li a .sp-span .new-lead::after{
        position:absolute;
        content: "";
        top: 50%;
        left: -8px;
        margin-top: -4px;
        border: 4px solid transparent;
        border-right: 4px solid red;
    }

    header #gnav .nav li a::after {
        content: "";
        width: 4px;
        height: 4px;
        border: 2px solid;
        border-color: transparent #fff #fff transparent;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
    }

    header #gnav .nav li a:hover {
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
    }

    header #gnav .nav li ul {
        border-top: 1px solid #343434;
        display: none;
        padding-left: 20px;
        font-size: 12px;
        font-weight: 500;
    }

    header #gnav .nav li ul li:last-child {
        border: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    header #gnav .nav a {
        padding: 0 5px;
        font-size: 13px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    header #gnav .nav a {
        padding: 0 8px;
        font-size: 15px;
    }
}

header #gnav .sns {
    display: none;
}

@media screen and (max-width: 768px) {
    header #gnav .sns {
        display: block;
        padding: 0 30px 100px;
    }

    header #gnav .sns li {
        margin-bottom: 15px;
    }

    header #gnav .sns li a {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
    }

    header #gnav .sns li a img {
        vertical-align: middle;
        margin: 0 10px 2px 0;
    }
}

@media screen and (max-width: 768px) {
    header .menu {
        display: block;
        width: 70px;
        height: 70px;
        background: #000;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2000;
    }

    header .menu .icon {
        display: block;
        width: 24px;
        height: 2px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 40%;
        left: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    header .menu .icon::before,
    header .menu .icon::after {
        content: '';
        width: 24px;
        border-top: 2px solid #fff;
        position: absolute;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        right: 0;
    }

    header .menu .icon::before {
        top: -4px;
    }

    header .menu .icon::after {
        bottom: -4px;
    }

    header .menu .icon.active {
        border-color: #000;
    }

    header .menu .icon.active::before {
        -webkit-transform: rotate(-155deg);
        transform: rotate(-155deg);
        top: 0px;
        right: 0;
    }

    header .menu .icon.active::after {
        -webkit-transform: rotate(155deg);
        transform: rotate(155deg);
        bottom: 0;
        right: 0;
    }

    header .menu .icon.active span::before {
        content: "CLOSE";
    }

    header .menu .icon span::before {
        content: "MENU";
        color: #fff;
        font-size: 12px;
        letter-spacing: .08em;
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
    }
}

body#home #main {
    padding-top: 0;
}

#main {
    width: calc(100% - 100px);
    padding: 101px 0 70px;
    margin: 0;
    clear: both;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    #main {
        width: 100%;
        padding: 70px 0 50px !important;
    }
}

@media screen and (max-width: 768px) {
    .menu_fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .menu_fixed .header_inner {
        background: #fff;
    }
}

.sect_inner {
    padding-bottom: 50px;
}

.sect_inner:last-of-type {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .sect_inner {
        padding-bottom: 30px;
    }
}

.sect_inner .sect_lead {
    margin-bottom: 30px;
}

.sect_inner .sect_lead .notes {
    display: block;
    margin-top: 10px;
}

#path {
    margin: 20px 0 40px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
}

#path li {
    float: left;
}

#path li:not(:last-child):after {
    content: "|";
    margin: 0 10px;
    color: #ccc;
}

#path li a {
    color: #0067DE;
    text-decoration: underline;
}

#path li a:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #path {
        margin: 15px 0 30px;
    }
}

.tab_wrap .tab-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.tab_wrap .tab-group::before,
.tab_wrap .tab-group:after {
    content: "";
    border-bottom: 1px solid #9CC1ED;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: -40px;
    z-index: -1;
}

.tab_wrap .tab-group:after {
    left: auto;
    right: -40px;
}

.tab_wrap .tab-group .tab {
    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;
    background: #fff;
    border: 1px solid #fff;
    border-bottom: none;
    width: 125px;
    height: 50px;
    padding: 0 5px;
    margin: 0 5px;
    color: #0067DE;
    text-align: center;
    line-height: 1.3;
    cursor: pointer;
}

.tab_wrap .tab-group .tab.is-active {
    background: #0067DE;
    border-color: #9CC1ED;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media screen and (max-width: 768px) {
    .tab_wrap .tab-group {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .tab_wrap .tab-group::before,
    .tab_wrap .tab-group:after {
        left: -30px;
    }

    .tab_wrap .tab-group:after {
        left: auto;
        right: -30px;
    }

    .tab_wrap .tab-group .tab {
        width: calc((100%/3) - 5px);
        padding: 10px 3px;
        margin: 0;
        font-size: 12px;
    }
}

.panel-group .panel {
    display: none;
}

.panel-group .panel.is-show {
    display: block;
}

.panel-group .panel .category_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
}

.panel-group .panel .category_list li {
    margin: 20px 0 0;
}

.panel-group .panel .category_list li a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    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;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.panel-group .panel .category_list li a .new{
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 3px 6px;
    background-color: #EE3C1C;
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.panel-group .panel .form_warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.panel-group .panel .form_warp dl:nth-of-type(1) {
    margin-right: 20px;
}

.panel-group .panel .form_warp dl dt {
    width: auto;
    min-width: 2em;
    margin-right: 10px;
    margin-bottom: 0;
}

.panel-group .panel .form_warp dl dd {
    width: 130px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.panel-group .panel dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.panel-group .panel dl dt {
    width: 7em;
    margin-bottom: 30px;
}

.panel-group .panel dl dd {
    width: calc(100% - 7em);
    margin-bottom: 30px;
}

.panel-group .panel .submit {
    background: #fff;
    position: relative;
}

.panel-group .panel .submit span {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #0067DE;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.panel-group .panel .submit span::before {
    padding-right: 10px;
}

.panel-group .panel .submit input {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .panel-group .panel .category_list {
        margin-top: -15px;
    }

    .panel-group .panel .category_list li {
        margin: 15px 0 0;
        height: 68px;
        font-size: 12px;
    }

    .panel-group .panel .form_warp {
        display: block;
        max-width: 300px;
        margin-bottom: 30px;
    }

    .panel-group .panel .form_warp dl {
        max-width: 290px;
        width: 100%;
        margin-bottom: 0;
    }

    .panel-group .panel .form_warp dl:nth-of-type(1) {
        margin-bottom: 30px;
        margin-right: 0;
    }

    .panel-group .panel .form_warp dl dt {
        width: 7em;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
    }

    .panel-group .panel .form_warp dl dd {
        width: calc(100% - 7em);
        margin-bottom: 0;
    }

    .panel-group .panel .submit span {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

.tab_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.tab_list li {
    width: calc((100%/5) - 5px);
    display: block;
    border: 1px solid #0067DE;
    background: #fff;
    height: 40px;
    line-height: 39px;
    color: #0067DE;
    text-align: center;
    cursor: pointer;
}

.tab_list li:hover {
    background: #0067DE;
    color: #fff;
    opacity: 1;
}

.tab_list li.is-active {
    background: #0067DE;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .tab_list li {
        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;
        width: calc(100%/5);
        height: 62px;
        line-height: 1.6;
    }

    .tab_list li:not(:last-child) {
        border-right: none;
    }
}

.news_list {
    margin-bottom: 20px;
    font-weight: bold;
}

.news_list li {
    border-bottom: 1px solid #0067DE;
    letter-spacing: .08em;
    line-height: 1.9;
}

.news_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 35px 25px 15px 0;
    position: relative;
}

.news_list li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent #0067DE #0067DE transparent;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 58%;
    right: 0;
}

.news_list li a p {
    margin-left: 15px;
    margin-top: -5px;
    width: 100%;
    letter-spacing: .1em;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .news_list {
        margin-bottom: 20px;
    }

    .news_list li {
        border-bottom: 1px solid #0067DE;
    }

    .news_list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 35px 25px 15px 0;
    }

    .news_list li a p {
        margin: 10px 0 0;
        width: 100%;
    }
}

span.date {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #0067DE;
    font-size: 14px;
    line-height: 1.6;
}

span.cat {
    border: 1px solid #0067DE;
    background: #fff;
    display: inline-block;
    width: 84px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #0067DE;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: normal;
}

.pager .prev,
.pager .next,
.pager ol li {
    border: 1px solid #0067DE;
    background: #fff;
    color: #0067DE;
    height: 100%;
}

.pager .prev a,
.pager .next a,
.pager ol li a {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.pager .prev a:hover,
.pager .next a:hover,
.pager ol li a:hover {
    background: #0067DE;
    color: #fff;
    opacity: 1;
}

.pager .prev,
.pager .next {
    width: 58px;
}

.pager ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
}

.pager ol li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 5px;
}

.pager ol li a {
    width: 30px;
}

.pager ol li.active a {
    background: #0067DE;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .pager {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 355px;
        margin: 0 auto;
    }

    .pager .prev a,
    .pager .next a,
    .pager ol li a {
        display: block;
        text-align: center;
        height: 43px;
        line-height: 43px;
    }

    .pager .prev,
    .pager .next {
        width: 58px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .pager ol {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 5px;
    }

    .pager ol li {
        width: calc(100%/3);
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 5px;
    }

    .pager ol li a {
        width: 100%;
    }

    .pager ol li.active a {
        background: #0067DE;
        color: #fff;
    }
}

.pager.large {
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager.large .prev a,
.pager.large .next a,
.pager.large ol li a {
    height: 50px;
    line-height: 50px;
}

.pager.large .prev,
.pager.large .next {
    width: 97px;
}

.pager.large .prev a,
.pager.large .next a {
    position: relative;
}

.pager.large .prev a::before,
.pager.large .next a::before {
    content: "";
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: transparent #0067DE #0067DE transparent;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
}

.pager.large .prev a:hover::before,
.pager.large .next a:hover::before {
    border-color: transparent #fff #fff transparent;
}

.pager.large .prev a::before {
    border-color: #0067DE transparent transparent #0067DE;
    left: 15px;
    right: 0;
}

.pager.large .prev a:hover::before {
    border-color: #fff transparent transparent #fff;
}

.pager.large ol li a {
    width: 50px;
}

@media screen and (max-width: 768px) {

    .pager.large .prev a,
    .pager.large .next a,
    .pager.large ol li a {
        height: 43px;
        line-height: 43px;
    }

    .pager.large .prev,
    .pager.large .next {
        width: 58px;
    }

    .pager.large .prev a::before,
    .pager.large .next a::before {
        right: 8px;
    }

    .pager.large .prev a::before {
        left: 13px;
    }

    .pager.large ol li a {
        width: 100%;
    }
}

.accordion {
    border: 1px solid #0067DE;
    padding: 0 20px;
}

.accordion:not(:last-of-type) {
    margin-bottom: 20px;
}

.accordion dt,
.accordion dd {
    padding: 15px 0;
}

.accordion dt {
    padding-right: 35px;
    color: #0067DE;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.accordion dt .toggle_btn {
    width: 30px;
    height: 30px;
    border: 1px solid #0067DE;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 0;
}

.accordion dt .toggle_btn::before,
.accordion dt .toggle_btn::after {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.accordion dt .toggle_btn::before {
    border-top: 1px solid #0067DE;
    width: 14px;
}

.accordion dt .toggle_btn::after {
    border-left: 1px solid #0067DE;
    height: 14px;
}

.accordion dt.close .toggle_btn {
    border-color: #EDEEF6;
    background: #EDEEF6;
}

.accordion dt.close .toggle_btn::after {
    display: none;
}

.accordion dd {
    display: none;
    border-top: 1px dashed #0067DE;
}

#glossary .accordion dt {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    #glossary .accordion dt {
        font-size: 18px;
    }
}

#faq .accordion dt,
#faq .accordion dd {
    text-indent: -30px;
    padding-left: 30px;
    position: relative;
}

#faq .accordion dt::before,
#faq .accordion dd::before {
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

#faq .accordion dt::before {
    content: "Q.";
}

#faq .accordion dd::before {
    content: "A.";
    color: #EA7E00;
}

#faq .contact-link{
  display: inline-block;
  padding-left: 30px;
  padding-top: 8px;
  color: black;
  font-size: 1.1rem;
  text-decoration: underline;
}

.disabled {
    opacity: .5;
    pointer-events: none;
}

/* コンテンツスライダー */
.contentsNav {
    padding: 60px 100px 60px 0;
    width: 100%;
    margin: 0 auto;
    background-color: #F4F4F4;
}

@media only screen and (max-width: 767px) {

    .contentsNav {
        padding: 30px 0px 30px;
        width: 100%;
        margin: 0 auto;
    }
}

.contentsNav .contentsNav-box {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

.contentsNav .item-contentsNav {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
}

.contentsNav .item-contentsNav .slider_img {
    display: block;
    overflow: hidden;
}

.contentsNav .item-contentsNav img {
    height: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contentsNav .item-contentsNav .txt {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}

.contentsNav .item-contentsNav:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.contentsNav .item-contentsNav:hover .txt {
    color: #0067DE;
}

.contentsNav .slick-prev,
.contentsNav .slick-next {
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 75px;
    z-index: 5;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #00192a;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .contentsNav .slick-prev,
    .contentsNav .slick-next {
        top: 56px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .contentsNav .slick-prev,
    .contentsNav .slick-next {
        top: 45px;
    }
}

@media only screen and (max-width: 767px) {

    .contentsNav .slick-prev,
    .contentsNav .slick-next {
        top: 43%;
    }
}

.contentsNav .slick-prev:before,
.contentsNav .slick-prev:after,
.contentsNav .slick-next:before,
.contentsNav .slick-next:after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contentsNav .slick-prev:before,
.contentsNav .slick-next:before {
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contentsNav .slick-prev:hover,
.contentsNav .slick-next:hover {
    background-color: white;
    border-color: #0067DE;
}

.contentsNav .slick-prev:hover:before,
.contentsNav .slick-prev:hover:after,
.contentsNav .slick-next:hover:before,
.contentsNav .slick-next:hover:after {
    border-color: #0067DE;
}

.contentsNav .slick-prev {
    left: -18px;
}

.contentsNav .slick-prev:before {
    border-bottom: 2px solid #00192a;
    border-left: 2px solid #00192a;
    margin-left: 3px;
}

.contentsNav .slick-next {
    right: -26px;
}

@media only screen and (max-width: 767px) {
    .contentsNav .slick-next {
        right: -18px;
    }
}

.contentsNav .slick-next:before {
    border-top: 2px solid #00192a;
    border-right: 2px solid #00192a;
    margin-left: -3px;
}

.contentsNav .slick-list {
    margin-right: -20px;
}

@media only screen and (max-width: 1245px) {
    .contentsNav .slick-list {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .contentsNav .slick-list {
        margin-right: -5px;
    }
}

@media only screen and (max-width: 767px) {
    .contentsNav .slick-list {
        margin-right: -3.5%;
    }
}

.contentsNav .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.contentsNav .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.contentsNav .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.contentsNav .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.contentsNav .slick-dots li button:before {
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contentsNav .slick-dots li.slick-active button:before {
    color: #0067DE;
    opacity: 1;
}

/* コンテンツスライダー　end */

.contact_wrap {
    background: url(../img/contact_ph.jpg) no-repeat center/cover;
    padding: 70px 20px;
    width: calc(100% - 100px);
    color: #fff;
    font-weight: bold;
}

.contact_wrap h2 {
    font-size: 72px;
    text-align: center;
}

.contact_wrap h2::first-letter {
    color: #0067DE;
}

.contact_wrap p {
    margin-bottom: 30px;
    font-size: 17px;
    text-align: center;
}

.contact_wrap div {
    display: table;
    width: 526px;
    height: 100px;
    margin: 0 auto;
}

.contact_wrap div a {
    display: table-cell;
    background: #0067DE;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
}

.contact_wrap div a span {
    display: inline-block;
    margin: 0 10px 4px 0;
    vertical-align: middle;
}

.contact_wrap div a span::before {
    font-size: 32px;
}

@media screen and (max-width: 768px) {
    .contact_wrap {
        background: url(../img/contact_ph_sp.jpg) no-repeat center/cover;
        padding: 60px 20px 65px;
        width: 100%;
    }

    .contact_wrap h2 {
        font-size: 54px;
    }

    .contact_wrap p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .contact_wrap div {
        max-width: 316px;
        width: 100%;
        height: 70px;
    }

    .contact_wrap div a {
        font-size: 16px;
    }

    .contact_wrap div a span {
        margin: 0 8px 2px 0;
    }

    .contact_wrap div a span::before {
        font-size: 21px;
    }
}

footer {
    background: #000;
    width: calc(100% - 100px);
    padding: 0 0 50px;
    color: #fff;
    font-size: 14px;
    clear: both;
    overflow: hidden;
    font-weight: bold;
}

footer .pagetop {
    position: fixed;
    bottom: 20px;
    right: 120px;
    z-index: 2000;
    cursor: pointer;
}

footer .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 946px;
    width: 100%;
    padding: 65px 20px;
    margin: 0 auto;
}

footer .f_nav>ul li:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 20px;
}

footer .f_nav>ul ul {
    font-size: 12px;
    font-weight: normal;
}

footer .f_nav>ul ul li {
    padding-left: 10px;
    margin: 13px 0 0;
}

footer .f_nav>div .name {
    margin-bottom: 5px;
}

footer .f_nav>div .name+p {
    font-weight: normal;
    margin-bottom: 30px;
}

footer .f_nav>div ul {
    font-weight: normal;
}

footer .f_nav>div ul li {
    vertical-align: middle;
    margin-bottom: 10px;
}

footer .f_nav>div ul li img {
    margin: 0 5px 2px 0;
}

footer .f_nav.gap40 {
  justify-content: flex-start;
  gap: 40px;
  padding-top: 0;
}

footer #copyright {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    footer {
        width: 100%;
        padding: 0 30px 50px;
    }

    footer .pagetop {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 2000;
        cursor: pointer;
    }

    footer .f_nav {
        display: block;
        padding: 50px 0 30px;
    }

    footer .f_nav .pc {
        display: none;
    }

    footer .f_nav>ul .sp_open {
        display: block;
        height: 50px;
        line-height: 50px;
        width: 100%;
        position: relative;
    }

    footer .f_nav>ul .sp_open::before,
    footer .f_nav>ul .sp_open::after {
        content: "";
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
    }

    footer .f_nav>ul .sp_open::before {
        border-left: 2px solid #fff;
        height: 12px;
        right: 5px;
    }

    footer .f_nav>ul .sp_open::after {
        border-top: 2px solid #fff;
        width: 12px;
        right: 0;
    }

    footer .f_nav>ul .sp_open.close::before {
        display: none;
    }

    footer .f_nav>ul li {
        width: 100%;
        border-bottom: 1px solid #343434;
    }

    footer .f_nav>ul li a {
        display: block;
        height: 50px;
        line-height: 50px;
        width: 100%;
        position: relative;
    }

    footer .f_nav>ul li a::after {
        content: "";
        width: 4px;
        height: 4px;
        border: 2px solid;
        border-color: transparent #fff #fff transparent;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
    }

    footer .f_nav>ul li:not(:last-child) {
        margin-bottom: 0;
        margin-right: 0;
    }

    footer .f_nav>ul ul {
        border-top: 1px solid #343434;
        display: none;
        padding-left: 20px;
    }

    footer .f_nav>ul ul li {
        margin: 0;
        padding: 0;
    }

    footer .f_nav>ul ul li:last-child {
        border: none;
    }

    footer .f_nav>div {
        margin-top: 30px;
    }

    footer .f_nav>div .name {
        margin-bottom: 0;
    }

    footer .f_nav>div .name+p {
        margin-bottom: 30px;
    }

    footer #copyright {
        text-align: left;
    }
}

#not_found {
    padding: 8vw 20px;
}

#not_found p {
    font-size: 14px;
    text-align: center;
}

#not_found p.arial {
    margin-bottom: 10px;
    font-size: 42px;
    font-family: "Arial", "メイリオ";
}

#not_found p.arial+p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

#not_found p.txt {
    margin-bottom: 30px;
    line-height: 1.9;
}

#not_found .top_btn a {
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
    #not_found {
        padding: 100px 20px 60px;
    }

    #not_found p.arial {
        margin-bottom: 10px;
        font-size: 39px;
    }

    #not_found p.arial+p {
        font-size: 17px;
    }

    #not_found p.txt {
        line-height: 1.6;
    }
}

/*==================================
        GOOGLE SEARCH
===================================*/
.gsc-control-cse {
    padding: 0 !important;
    border: none !important;
    border-radius: 30px !important;
}

table.gsc-search-box {
    border-style: none;
    border-width: 0;
    border-spacing: 0 0;
    width: 100%;
    margin-bottom: 0 !important;
    border: 1.5px solid #0067DE !important;
    border-radius: 30px !important;
}

table.gsc-search-box td.gsc-input {
    border: none !important;
    background-color: #fff;
    border-radius: 30px 0 0 30px !important;
}

.gstl_50.gsc-input {
    border: none !important;
}

.gsib_a,
.gsc-search-button {
    border: none !important;
    border-radius: 0 30px 30px 0 !important;
}

.gsib_a {
    padding: 0 !important;
}

.gsib_a input {
    background: none !important;
    padding: 0 0 5px !important;
}

input.gsc-input {
    border-radius: 0 !important;
}

table.gsc-search-box td {
    border-bottom: none;
}

.gsib_b {
    display: none;
}

.gsc-input-box {
    border: none !important;
    background: transparent !important;
}

.gsc-input-box table {
    border-top: none;
}

form.gsc-search-box {
    margin-bottom: 0 !important;
    width: 100% !important;
}

.gsc-search-button {
    padding: 0 !important;
}

.gsc-search-button-v2 {
    background-color: transparent !important;
    color: #0067DE;
    font-size: 20px !important;
    border: none !important;
    padding: 6px 10px 0 !important;
    cursor: pointer;
    height: auto !important;
}

.gsc-search-button-v2::after {
    display: none;
}

.gsc-search-button-v2 svg {
    fill: #0067DE !important;
    width: 20px !important;
    height: 20px !important;
}

.gssb_e {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .gsib_a input {
        background: #fff !important;
        padding: 0 0 5px 20px !important;
        border-radius: 30px;
    }

    .gstl_50.gsc-input {
        margin-left: 20px;
    }
}

.guide_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 50px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #ccc;
    padding: 16px 0;
}
@media screen and (max-width: 768px) {
.guide_cont {
    width: 90%;
    margin-bottom: 25px;
}
}
.guide_cont_text {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
    .guide_cont_text {
        font-size: 16px;
    }
}
.guide_cont_link {
    text-align: center;
    background-color: #ff8400;
    margin: 0 auto;
    color: #fff !important;
    font-weight: 700;
    font-size: 24px;
    padding: 13px 2em;
    position: relative;
}
.guide_cont_link::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent #fff #fff transparent;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
}
@media screen and (max-width: 768px) {
    .guide_cont_link {
        font-size: 20px;
    }
}
