@charset "UTF-8";

/* ===================================================================
CSS information
file name  :  common.css
style info :  全ページ共通 cssの定義
=================================================================== */
/*-----------------------------------------------------------------

HEADER

-----------------------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #EEEEEE;
    transition: 3s;
}

header #header_area {
    position: relative;
    max-width: 1120px;
    width: 96%;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 10px 0;
    transform: translate(0%, 0%);
}

header #header_logo {
    margin-right: auto;
}

header #header_logo a {
    display: block;
}

header #header_logo img {
    max-width: 100%;
    width: auto;
    height: auto;
}

header .gnavi_area {
    transition: .6s;
    background-color: #4274BA;
}

@media only screen and (min-width: 980px) {
    header.is-animation #header_area {
        transform: translate(0%, -100%);
        position: absolute;
    }

    header.is-scroll .gnavi_area {
        background-color: RGBA(66, 116, 186, 0.7);
    }
}

header .gnavi_area nav {
    height: 100%;
}

header .gnavi_area nav>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1120px;
    width: 100%;
    margin: auto;
}

header .gnavi_area nav>ul>li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

header .gnavi_area nav>ul li {
    list-style: none;
    flex: 1;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

header .gnavi_area ul li a,
header .gnavi_area ul li .nolink,
header .gnavi_area ul li .hidden_menu_title {
    position: relative;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    transition: all .3s ease 0s;
}

header .gnavi_area ul li a::after,
header .gnavi_area ul li .nolink::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: auto;
    display: block;
    height: 2px;
    width: 0;
    background-color: #1b394c;
    transform: translateY(-50%);
    transition: .6s;
}

header .gnavi_area ul li a:hover,
header .gnavi_area ul li .nolink:hover {
    color: #FFF;
    text-decoration: none;
}

header .gnavi_area ul li a:hover::after,
header .gnavi_area ul li .nolink:hover::after {
    width: 100%;
}

header .gnavi_area ul li.main_current > a,
header .gnavi_area ul li.main_current .nolink,
header .gnavi_area ul li.main_current .hidden_menu_title {
    text-decoration: none;
    color: #FFF;
    background-color: #1c394b;
}

header .gnavi_area ul li .nolink.pc_none {
    display: none;
}

header .gnavi_area ul li.main_current a::after,
header .gnavi_area ul li.main_current .nolink::after {
    display: none;
    /*    background-color: #4274ba;
width: 100%;*/
}

/*MEGAMENU ****************************/
header .gnavi_area .mmn {
    position: relative;
}

header .gnavi_area .mmn:hover .mmnList {
    top: 50px;
    opacity: 1;
    visibility: visible;
}

header .gnavi_area .mmnList {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    transform: translateX(-50%);
}

header .gnavi_area .mmnList::before {
    content: "";
    border-right: 20px solid transparent;
    border-bottom: 28px solid #00224E;
    border-left: 20px solid transparent;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto 10px;
}

header .gnavi_area .mmnList li {
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header .gnavi_area .mmnList li:last-child {
    border-bottom: 1px solid #FFF;
}

header .gnavi_area .mmnList li a,
header .gnavi_area .mmnList li .hidden_menu_title {
    background-color: #4274BA;
}

header .gnavi_area .mmnList li .hidden_menu_title {
    cursor: pointer;
}

header .gnavi_area .mmnList li a::after {
    display: none;
}

header .gnavi_area .mmnList li a:hover,
header .gnavi_area .mmnList li .hidden_menu_title:hover {
    background-color: #1C394B;
}

header .gnavi_area .mmnList li.hidden_menu_btn ul.hidden_menu {
    display: none;
    background: #ffffff;
}

header .gnavi_area .mmnList li.hidden_menu_btn ul li a {
    background: #ffffff;
    color: #4276BA;
    border: 1px solid #CCCCCC;
}

header .gnavi_area .mmnList li.hidden_menu_btn ul li a:hover {
    background: #1C394B;
    color: #ffffff;
}


/*/////////////////////////////////////*/
header .hdInfo {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

header .hd-search {
    width: 300px;
}

header .hd-search form {
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
}

header .hd-search-input {
    width: calc(100% - 70px);
    height: 40px;
    /*line-height: 60px;*/
    padding: 0 15px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: initial;
    color: #333;
}

header .hd-search-input::placeholder {
    color: #BBBBBB;
}

header .hd-search-input::-webkit-placeholder {
    color: #BBBBBB;
}

header .hd-search-input::-ms-placeholder {
    color: #BBBBBB;
}

header .hd-search-submit {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: none;
    padding: 0;
    background: #4276BA url(../image/common/icon_mag.png)no-repeat center;
}

header .hd-search-submit input {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background-color: transparent;
}

/*/////////////////////////////////////*/
header .loginBtn {
    display: flex;
    align-items: center;
}

header .loginBtn li {
    list-style: none;
}

header .loginBtn li br {
    display: none;
}

header .loginBtn li+li {
    margin-left: 10px;
}

header .loginBtn li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    height: 40px;
    padding: 10px 15px 10px 35px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #1C394B;
    background: #1C394B url(../image/common/icon_login.png)no-repeat left 10px center;
    transition: .6s;
}

header .loginBtn li a:hover {
    color: #1C394B;
    background-color: #FFF;
    text-decoration: none;
}

/*header .loginBtn li a::before {
content: "";
display: inline-block;
vertical-align: middle;
width: 17px;
height: 19px;
background: url(../image/common/icon_login.png)no-repeat center /contain;
margin-right: 10px;
}*/
header .loginBtn li a:hover {
    background: #FFF url(../image/common/icon_login_on.png)no-repeat left 10px center;
}

/*header .loginBtn li.signin a, 
header .loginBtn li.mypage a{
background-color: #4276BA;
}*/
header .loginBtn li.signin a:hover,
header .loginBtn li.mypage a:hover {
    color: #4276BA;
    background-color: #FFF;
}

header .loginBtn li.signin a,
header .loginBtn li.mypage a {
    background: #4276BA url(../image/common/icon_signin.png)no-repeat left 10px center;
    border: 1px solid #4276BA;
}

header .loginBtn li.signin a:hover,
header .loginBtn li.mypage a:hover {
    background: #FFF url(../image/common/icon_signin_on.png)no-repeat left 10px center;
}

header .language {
    margin-left: 10px;
}

header .language ul {
    display: flex;
    align-items: center;
    list-style: none;
}

header .language ul li+li a {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #000;
}

header .language a {
    display: inline-block;
    line-height: 1;
}

header .language .on a {
    font-weight: bold;
    color: #4275ba;
}

.t-default p {
    font-size: 10px;
    margin-top: 12px;
    margin: 0;
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 980px) {
    header #header_area {
        flex-wrap: wrap;
        justify-content: center;
    }

    header #header_logo {
        margin-right: 20px;
    }

    header .hd-search {
        width: calc(100% - 160px);
        margin-right: 60px;
    }

    header .hdInfo {
        width: 100%;
        justify-content: center;
        margin: auto;
        /*max-width: 440px;*/
    }

    header .loginBtn {
        flex: 1;
    }

    header .loginBtn li {
        flex: 1;
    }

    header .loginBtn li a {
        width: 100%;
        border-radius: 3px;
        padding: 5px 15px 5px 30px;
    }

    header .loginBtn li a::before {
        position: static;
        transform: translateY(0%);
    }

    header .language {
        margin-right: 60px;
    }

    header .gnavi_area {
        display: none;
        position: static;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
    }

    header .gnavi_area nav {
        height: 350px;
    }

    header .gnavi_area nav>ul {
        display: block;
        border-top: 1px solid #eeeeee;
    }

    header .gnavi_area ul li {
        width: 100%;
        margin-right: 0;
        height: auto !important;
        border-bottom: 1px solid #eeeeee;
    }

    header .gnavi_area ul li a,
    header .gnavi_area ul li .nolink {
        width: 100%;
        height: 100%;
        display: block;
        color: initial;
        padding: 12px 16px;
    }

    header .gnavi_area ul li a.sp_none {
        display: none;
    }

    header .gnavi_area nav>ul>li:first-child {
        border-left: none;
    }

    header .gnavi_area ul li .nolink.pc_none {
        display: block;
    }

    header .gnavi_area ul li a:hover,
    header .gnavi_area ul li .nolink:hover,
    header .gnavi_area ul li .nolink.active {
        background-color: #1C394B;
        color: #FFF;
    }

    header .gnavi_area ul li a::after,
    header .gnavi_area ul li .nolink::after {
        display: none;
    }

    header .gnavi_area .mmnList {
        display: none;
    }

    header .gnavi_area .mmn .mmnList {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: 0s;
    }

    header .gnavi_area ul li.main_current.mmn .mmnList {
        background-color: #1c394b;
    }

    header .gnavi_area .mmnList::before {
        display: none;
    }

    header .gnavi_area .mmnList li {
        width: 100%;
        border: none;
        border-bottom: 1px solid #DDD;
    }

    header .gnavi_area .mmnList li:last-child {
        border-bottom: none;
        /*padding-bottom: 20px;*/
    }

    header .gnavi_area .mmnList li a {
        padding: 7px 20px;
        background-color: #FFF;
        color: #1b394c;
    }

    header .gnavi_area .mmnList li a::before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 2px;
        background-color: currentColor;
        vertical-align: middle;
        margin-right: 5px;
        position: relative;
        top: -1px;
    }

    header .gnavi_area .mmnList li a,
    header .gnavi_area ul li.main_current a,
    header .gnavi_area ul li .mmnList.main_current .hidden_menu_title,
    header .gnavi_area ul li .mmnList li .hidden_menu_title {
        color: inherit;
        background-color: #FFF;
    }

    header .gnavi_area .mmnList li a:hover,
    header .gnavi_area ul li.main_current a:hover,
    header .gnavi_area ul li .mmnList.main_current .hidden_menu_title:hover,
    header .gnavi_area ul li .mmnList li .hidden_menu_title:hover,
    header .gnavi_area .mmnList li.hidden_menu_btn ul li a:hover {
        color: inherit;
        background-color: rgb(186, 208, 236);
    }

    header .gnavi_area .mmnList li .hidden_menu_title {
        position: relative;
        padding: 7px 20px;
        justify-content: flex-start;
    }

    header .gnavi_area .mmnList li .hidden_menu_title::before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 2px;
        background-color: currentColor;
        vertical-align: middle;
        margin-right: 5px;
        position: relative;
        top: -1px;
    }

    header .gnavi_area .mmnList li .hidden_menu_title::after {
        content: "";
        display: block;
        position: absolute;
        top: 13px;
        right: 20px;
        border-right: 2px solid;
        border-bottom: 2px solid;
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        transition: .6s;
    }

    header .gnavi_area .mmnList li .hidden_menu_title.active::after {
        top: 15px;
        transform: rotate(-135deg);
    }


    header .gnavi_area .mmnList li .hidden_menu li {
        border: none;
    }

    header .gnavi_area .mmnList li.hidden_menu_btn {
        /*border-bottom: 1px solid #DDD;*/
    }

    header .gnavi_area .mmnList li.hidden_menu_btn ul li a {
        padding: 4px 40px;
        border: none;
    }

    header .gnavi_area .mmnList li .hidden_menu li a::before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        background-color: #4274BA;
        margin-right: 5px;
        top: auto;
    }

    header .gnavi_btn_sp {
        display: block;
        position: absolute;
        top: 25px;
        right: 15px;
    }

    header .gnavi_btn_sp_in {
        position: relative;
        width: 26px;
        height: 24px;
        cursor: pointer;
        z-index: 2;
    }

    header .gnavi_btn_sp_in,
    header .gnavi_btn_sp_in span {
        display: inline-block;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    header .gnavi_btn_sp_in span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #333333;
        border-radius: 4px;
    }

    header .gnavi_btn_sp_in span:nth-of-type(1) {
        top: 0;
    }

    header .gnavi_btn_sp_in span:nth-of-type(2) {
        top: 10px;
    }

    header .gnavi_btn_sp_in span:nth-of-type(3) {
        top: 20px;
    }

    header .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        -ms-transform: translateY(16px) rotate(-45deg);
        transform: translateY(16px) rotate(-45deg);
        top: -4px;
    }

    header .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(2) {
        opacity: 0;
    }

    header .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(3) {
        -webkit-transform: translateY(-16px) rotate(45deg);
        -ms-transform: translateY(-16px) rotate(45deg);
        transform: translateY(-16px) rotate(45deg);
        top: 28px;
    }
}

@media only screen and (max-width: 690px) {
    header #header_area {
        justify-content: space-between;
    }

    header #header_logo img {
        height: 45px;
    }

    header .hd-search {
        max-width: calc(100% - 135px);
        width: 100%;
        margin-right: 50px;
    }

    header .hd-search-input {
        font-size: 14px;
    }

    header .hdInfo {
        max-width: 100%;
        margin-top: 5px;
    }

    header .loginBtn {
        flex: 1;
    }

    header .loginBtn li {
        flex: 1;
    }

    header .loginBtn li a {
        width: auto;
        padding: 5px;
        background: #1C394B;
    }

    header .loginBtn li a:hover {
        background: #FFF;
    }

    header .loginBtn li.signin a,
    header .loginBtn li.mypage a {
        background: #4276BA;
        font-size: 2.8vw;
        padding: 4px 0;
    }
    header .loginBtn li a {
        font-size: 2.8vw;
    }

    header .loginBtn li.signin a:hover,
    header .loginBtn li.mypage a:hover {
        background: #FFF;
    }

    header .loginBtn li a::before {
        display: none;
    }

    header .language {
        margin-right: 15px;
    }
}


body.dcms_editor header {
    position: static;
}

/*-----------------------------------------------------------------

CONTACT CV

-----------------------------------------------------------------*/
.ContactCV {}

.ContactCV .col {
    position: relative;
    padding: 80px 10px;
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../image/img_contact_bg_01.jpg)no-repeat center /cover;
}

.ContactCV .col:last-child {
    background: url(../image/img_contact_bg_02.jpg)no-repeat center /cover;
}

.ContactCV .col::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: RGBA(66, 118, 186, 0.85);
}

.ContactCV .col:last-child::after {
    background-color: RGBA(28, 57, 75, 0.90);
}

.ContactCV .col::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 275px;
    height: 273px;
    background: url(../image/common/icon_fttrcv_tel.png)no-repeat center /contain;
    z-index: 1;
    opacity: .1;
}

.ContactCV .col:last-child::before {
    width: 320px;
    height: 220px;
    background: url(../image/common/icon_fttrcv_mail.png)no-repeat center /contain;
}

.ContactCV .HTitl {
    font-size: 26px;
    color: #FFF;
}

.ContactCV .inn {
    position: relative;
    z-index: 1;
}

.ContactCV .num a {
    display: block;
    color: #FFF;
    font-size: 40px;
    font-weight: 900;
    margin: 30px auto;
    letter-spacing: .25em;
    line-height: 1;
}

.ContactCV .time,
.ContactCV .note {
    font-size: 12px;
}

.ContactCV .bttn {
    margin-top: 30px;
}

.ContactCV .bttn a {
    border: 1px solid #FFF;
}

@media only screen and (max-width: 980px) {
    .ContactCV .col {
        padding: 40px 20px;
    }

    .ContactCV .col::before {
        width: 215px;
        height: 213px;
    }

    .ContactCV .col:last-child::before {
        width: 270px;
        height: 180px;
    }

    .ContactCV .num a {
        font-size: 30px;
    }
}

@media only screen and (max-width: 690px) {
    .ContactCV .col {
        padding: 30px 15px;
    }

    .ContactCV .col::before {
        display: none;
    }

    .ContactCV .num a {
        margin: 15px auto;
        letter-spacing: .1em;
    }

    .ContactCV .bttn {
        margin-top: 15px;
    }

    .ContactCV .bttn a {
        padding: 20px;
    }
}

/*-----------------------------------------------------------------

CONTACT CV

-----------------------------------------------------------------*/
.EnContactCV {}

.EnContactCV .col {
    position: relative;
    padding: 80px 10px;
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../image/en_img_contact_bg_01.jpg)no-repeat center /contain;
}

.EnContactCV .col:first-child {
    align-items: flex-end;
}

.EnContactCV .col:last-child {
    background: url(../image/en_img_contact_bg_02.jpg)no-repeat center /cover;
}

.EnContactCV .col:last-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: RGBA(28, 57, 75, 0.90);
}

.EnContactCV .col:last-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 320px;
    height: 220px;
    background: url(../image/common/icon_fttrcv_mail.png)no-repeat center /contain;
}
.EnContactCV .bttn.dark_blue a:hover {
    border-color: #1C394B;
}


.EnContactCV .HTitl {
    font-size: 26px;
    color: #FFF;
}

.EnContactCV .inn {
    position: relative;
    z-index: 1;
}

.EnContactCV .num a {
    display: block;
    color: #FFF;
    font-size: 40px;
    font-weight: 900;
    margin: 30px auto;
    letter-spacing: .25em;
    line-height: 1;
}

.EnContactCV .time,
.EnContactCV .note {
    font-size: 12px;
}

.EnContactCV .bttn {
    margin-top: 30px;
}

.EnContactCV .bttn a {
    border: 1px solid #FFF;
}

@media only screen and (max-width: 980px) {
    .EnContactCV .col {
        padding: 40px 20px;
    }

    .EnContactCV .col::before {
        width: 215px;
        height: 213px;
    }

    .EnContactCV .col:last-child::before {
        width: 270px;
        height: 180px;
    }

    .EnContactCV .num a {
        font-size: 30px;
    }
}

@media only screen and (max-width: 690px) {
    .EnContactCV .col:first-child {
        padding: 160px 15px 40px;
		background-position: center top;
    }

    .EnContactCV .col::before {
        display: none;
    }

    .EnContactCV .num a {
        margin: 15px auto;
        letter-spacing: .1em;
    }

    .EnContactCV .bttn {
        margin-top: 15px;
    }

    .EnContactCV .bttn a {
        padding: 20px;
    }
}

/*-----------------------------------------------------------------

footer CV

-----------------------------------------------------------------*/
.fttrCV {
    position: relative;
    text-align: center;
}

.fttrCV::before,
.fttrCV::after {
    position: absolute;
    top: 0;
    left: 0;
}

.fttrCV::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/img_footercv_bg.jpg)no-repeat center /cover;
    z-index: -2;
}

.fttrCV::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: RGBA(66, 118, 186, 0.8);
    z-index: -1;
}

.fttrCV .inner {
    position: relative;
    padding: 60px 0;
    z-index: 0;
}

.fttrCV .inner::after {
    content: "";
    display: block;
    width: 202px;
    height: 201px;
    background: url(../image/common/icon_fttrcv_tel.png)no-repeat center /contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .2;
    z-index: -1;
}

.fttrCV,
.fttrCV a {
    color: #FFF;
    letter-spacing: .1em;
    line-height: 1.2;
}

.fttrCV .HTitl {
    font-size: 26px;
    color: #FFF;
    letter-spacing: .1em;
}

.fttrCV .num a {
    display: block;
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    margin: 30px auto;
    letter-spacing: .25em;
    line-height: 1;
}

.fttrCV .num a:hover {
    text-decoration: none;
}

.fttrCV .time {
    font-size: 15px;
}

@media only screen and (max-width: 690px) {
    .fttrCV .inner {
        padding: 40px 0;
    }

    .fttrCV .inner::after {
        width: 110px;
        height: 120px;
    }

    .fttrCV .HTitl {
        font-size: 22px;
    }

    .fttrCV .num a {
        font-size: 30px;
        margin: 15px auto;
        letter-spacing: .1em;
    }
}

@media only screen and (max-width: 480px) {
    .fttrCV .num a {
        font-size: 26px;
    }

    .fttrCV .time {
        font-size: 14px;
        letter-spacing: .05em;
    }
}

/*-----------------------------------------------------------------

footer

-----------------------------------------------------------------*/
footer {
    background-color: #1C394B;
}

footer,
footer a {
    color: #FFF;
}

footer .inner {}

footer .fnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    padding: 60px 0 30px;
}

footer .fnav_list a {
    color: #FFF;
    line-height: 1.2;
}

footer .fnav_list a:hover {
    color: #FFF;
}

footer .fnav_list li {
    list-style: none;
    margin-bottom: 30px;
    line-height: 1.4;
    width: 25%;
}

footer .footer_info_navi {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #4F6E80;
}

footer .footer_info_navi a {
    display: inline-block;
    color: #4F6E80;
    line-height: 1;
}

footer .footer_info_navi a+a {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid;
}

footer small {
    font-size: 14px;
    margin-left: auto;
    color: #4F6E80;
}

@media only screen and (max-width: 980px) {
    footer .fnav_list li {
        width: 33.33%;
    }

    footer .footer_info_navi {
        display: block;
        text-align: center;
        padding: 20px 0;
    }

    footer .footer_info_navi a {
        font-size: 12px;
        font-weight: 400;
    }

    footer .footer_info_navi a+a {}

    footer small {
        margin-top: 15px;
        display: block;
        text-align: center;
        font-size: 12px;
    }
}

@media only screen and (max-width: 690px) {
    footer .fnav_list {
        padding: 30px 0 15px;
    }

    footer .fnav_list li {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .fnav_list a {}
}



/*-----------------------------------------------------------------

pagetitle

-----------------------------------------------------------------*/
#pagetitle.template_c2 {
    padding: 80px 0;
    margin-top: 125px;
    text-align: center;
    background-image: url(../image/h1_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#pagetitle.template_c2 .pagetitle_bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
/*    z-index: 2;*/
}

#pagetitle.template_c2 .pagetitle_block {
    position: relative;
/*    z-index: 3;*/
}

#pagetitle.template_c2 .pagetitle_block .pagetitle {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
}

#pagetitle.template_c2 .pagetitle_block .pagetitle::after {
    content: none;
}

@media only screen and (max-width: 1024px) {
    #pagetitle.template_c2 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 980px) {
    #contents_left #pagetitle.template_c2 {
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }

    #pagetitle.template_c2 {
        padding: 16px 0;
    }

    #pagetitle.template_c2 .pagetitle_block .pagetitle {
        font-size: 24px;
    }

    #pagetitle.template_c2 .pagetitle_block .pagetitle::after {
        height: 3px;
    }
}








/*---------------
subnav
----------------*/
/***-----column2-----***/
#subnav.sb_col2 {
    margin-bottom: 20px;
}

#subnav.sb_col2 ul li {
    list-style: none;
}

#subnav.sb_col2 ul li a {
    width: 100%;
    display: block;
    border-width: 0 0 1px 0;
    border-style: dotted;
    padding: 10px;
}

#subnav.sb_col2 ul li a:hover {
    text-decoration: none;
}

#subnav.sb_col2 ul li ul {
    border-bottom: none;
}

#subnav.sb_col2 ul li ul li a {
    padding: 5px 5px 5px 25px;
}

#subnav_title.sb_col2 a {
    display: block;
    text-align: center;
    padding: 8px 5px;
    font-size: 18px;
}

#subnav_title.sb_col2 a:hover {
    text-decoration: none;
}

#subnav.sb_col2 ul li a {
    padding: 8px 25px 8px 18px;
}

#subnav.sb_col2 ul li.current ul li a {
    padding: 8px 28px 8px 28px;
}

#subnav.sb_col2 ul li.current ul li.current ul li a {
    padding: 8px 28px 8px 38px;
    font-size: 0.8em;
}

#subnav.sb_col2 ul li.current ul li.current ul li.current ul li a {
    padding: 8px 28px 8px 48px;
}

#subnav.sb_col2 ul li.current ul li.current ul li.current ul li.current ul li a {
    padding: 8px 28px 8px 55px;
}

/***-----column2 No.02-----***/
#subnav.sb_col2_accordion {
    margin-bottom: 20px;
}

#subnav.sb_col2_accordion ul li {
    list-style: none;
}

#subnav.sb_col2_accordion ul li a {
    width: 100%;
    display: block;
    border-width: 0 0 1px 0;
    border-style: dotted;
    padding: 10px;
}

#subnav.sb_col2_accordion ul li a:hover {
    text-decoration: none;
}

#subnav.sb_col2_accordion ul li ul {
    border-bottom: none;
}

#subnav.sb_col2_accordion ul li ul li a {
    padding: 5px 5px 5px 25px;
}

#subnav.sb_col2_accordion .sp_btn {
    display: none;
}

#subnav_title.sb_col2_accordion a {
    display: block;
    text-align: center;
    padding: 8px 40px 8px 40px;
    font-size: 18px;
}

#subnav_title.sb_col2_accordion a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 980px) {
    #subnav.sb_col2_accordion #subnav_title {
        position: relative;
    }

    #subnav.sb_col2_accordion .sp_btn {
        position: absolute;
        top: 50%;
        right: 8px;
        z-index: 2;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        width: 30px;
        height: 30px;
        display: block;
    }

    #subnav.sb_col2_accordion .sp_btn::before {
        padding: 4px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        font-family: "Font Awesome 5 Free";
        content: "\f067";
        display: block;
        font-size: 20px;
        color: #ffffff;
        line-height: 1;
        text-align: center;
    }

    #subnav.sb_col2_accordion #subnav_list {
        display: none;
    }

    #subnav_title.sb_col2_accordion a {
        padding: 12px 40px 12px 40px;
    }
}

#subnav.sb_col2_accordion ul li a {
    padding: 8px 25px 8px 18px;
}

#subnav.sb_col2_accordion ul li.current ul li a {
    padding: 8px 28px 8px 28px;
}

#subnav.sb_col2_accordion ul li.current ul li.current ul li a {
    padding: 8px 28px 8px 38px;
    font-size: 0.8em;
}

#subnav.sb_col2_accordion ul li.current ul li.current ul li.current ul li a {
    padding: 8px 28px 8px 48px;
}

#subnav.sb_col2_accordion ul li.current ul li.current ul li.current ul li.current ul li a {
    padding: 8px 28px 8px 55px;
}

/***-----column1 01-----***/
#subnav.sb_col1_1 {
    margin-bottom: 40px;
    text-align: center;
}

#subnav.sb_col1_1 ul {
    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;
}

#subnav.sb_col1_1 ul li {
    list-style: none;
    margin: 4px 0;
}

#subnav.sb_col1_1 ul li a {
    display: block;
    padding: 8px 24px;
    line-height: 1.4;
    font-size: 95%;
}

#subnav.sb_col1_1 ul li a:hover {
    text-decoration: none;
}

#subnav.sb_col1_1 ul li a::after {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    font-size: 14px;
    content: "\f138";
    margin-left: 8px;
}

#subnav.sb_col1_1 ul li a {
    border-width: 0 1px 0 1px;
    border-style: solid;
    margin-left: -1px;
}

#subnav.sb_col1_1 ul li.current a::after {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    font-size: 14px;
    content: "\f138";
    margin-left: 8px;
}

#subnav_title.sb_col1_1 {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
}

#subnav_title.sb_col1_1 a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 32px;
    font-size: 2rem;
}

#subnav_title.sb_col1_1::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}

@media only screen and (max-width: 690px) {
    #subnav.col1_1 {
        margin-bottom: 40px;
        text-align: left;
    }

    #subnav.col1_1 ul li {
        font-size: 1.4rem;
        display: block;
    }

    #subnav.col1_1 ul li a {
        padding: 8px;
    }

    #subnav.col1_1 ul li a::before {
        content: '';
        width: 4px;
        height: 4px;
        border: 0px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 3px);
        left: 0;
        -webkit-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
        transition: all .2s ease 0s;
        content: "\f138";
        font-size: 1.2rem;
        margin-left: 8px;
    }

    #subnav.col1_1 ul li a::after {
        display: none;
    }

    #subnav.col1_1 ul li:not(:last-child) a {
        border-right: none;
    }

    #subnav.col1_1 ul li.current a::before {
        content: '';
        width: 4px;
        height: 4px;
        border: 0px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 3px);
        left: 0;
        -webkit-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
        transition: all .2s ease 0s;
        content: "\f138";
        font-size: 1.2rem;
        margin-left: 8px;
    }

    #subnav.col1_1 ul li.current a::after {
        display: none;
    }

    #subnav.col1_1 ul li:not(:last-child) a {
        border-right: none;
    }

    #subnav_title.col1_1 {
        margin-bottom: 16px;
    }

    #subnav_title.col1_1 a {
        padding: 0 16px;
        font-size: 1.8rem;
    }
}

/***-----column1 02-----***/
.sb_col1_2_wrap {
    padding: 8px;
}

#subnav.sb_col1_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sb_col1_2_wrap #subnav_title {
    border-width: 0 2px 0 0;
    border-style: solid;
}

.sb_col1_2_wrap #subnav_title a {
    font-weight: bold;
    padding: 0 16px;
    text-decoration: none;
}

.sb_col1_2_wrap #subnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sb_col1_2_wrap #subnav_list li {
    list-style: none;
    padding: 0 16px;
    border-width: 0 1px 0 0;
    border-style: solid;
    font-size: 90%;
}

@media only screen and (max-width: 980px) {
    .sb_col1_2_wrap {
        padding: 0;
        position: absolute;
        width: 100%;
        z-index: 3;
    }

    #subnav.sb_col1_2 {
        display: none;
    }

    #sb_col1_2_btn {
        width: 30px;
        height: 30px;
        position: absolute;
        top: -40px;
        right: 2%;
    }

    #sb_col1_2_btn::before {
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        font-size: 20px;
        text-decoration: none;
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
    }

    #sb_col1_2_btn.active::before {
        content: "\f077";
    }

    .sb_col1_2_wrap #subnav_title {
        border-width: 0 0 1px 0;
    }

    .sb_col1_2_wrap #subnav_title a {
        padding: 8px;
        display: block;
    }

    .sb_col1_2_wrap #subnav_list {
        display: block;
    }

    .sb_col1_2_wrap #subnav_list li {
        padding: 8px;
        border-width: 0 0 1px 0;
    }

    .sb_col1_2_wrap #subnav_list li:last-child {
        border: none;
    }

    .sb_col1_2_wrap #subnav_list li a {
        display: block;
    }
}

/*-----------------------------
subnav template_c3 one column 
------------------------------*/
#subnav.template_c3_one {
    margin-top: 80px;
}

#subnav.template_c3_one .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    width: calc(1200px - 32px);
}

#subnav.template_c3_one #subnav_title a {
    display: block;
    padding: 24px 40px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    background-color: #0D3780;
}

#subnav.template_c3_one #subnav_list {
    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;
    margin-left: 16px;
}

#subnav.template_c3_one #subnav_list li {
    list-style: none;
}

#subnav.template_c3_one #subnav_list li a {
    display: block;
    padding: 8px 24px;
    border-right: 1px solid #dddddd;
    font-size: 95%;
}

#subnav.template_c3_one #subnav_list li.current a {
    font-weight: bold;
}

@media only screen and (max-width: 980px) {
    #subnav.template_c3_one {
        margin-top: 40px;
    }

    #subnav.template_c3_one .inner {
        display: block;
        padding: 0;
        width: 100%;
    }

    #subnav.template_c3_one #subnav_title a {
        width: 100%;
        font-size: 16px;
        padding: 8px 16px;
    }

    #subnav.template_c3_one #subnav_list {
        display: block;
        margin-left: 0;
    }

    #subnav.template_c3_one #subnav_list li a {
        padding: 10px 16px;
        margin-right: 0;
        font-size: 95%;
        border-top: 1px dotted #ebebeb;
    }
}

/*-----------------------------
subnav template_c3 two column 
------------------------------*/
#subnav.template_c3_two #subnav_title a {
    display: block;
    padding: 32px 40px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    background-color: #0D3780;
}

#subnav.template_c3_two #subnav_list li {
    list-style: none;
}

#subnav.template_c3_two #subnav_list li a {
    display: block;
    padding: 20px 16px;
    font-size: 95%;
    border-bottom: 1px dotted #999999;
}

#subnav.template_c3_two #subnav_list li.current a {
    font-weight: bold;
}

@media only screen and (max-width: 980px) {
    #subnav.template_c3_two {
        width: 100vw;
        margin-left: -3vw;
    }

    #subnav.template_c3_two #subnav_title a {
        width: 100%;
        font-size: 16px;
        padding: 8px 16px;
    }

    #subnav.template_c3_two #subnav_list {
        display: block;
        margin-left: 0;
    }

    #subnav.template_c3_two #subnav_list li a {
        padding: 10px 16px;
        margin-right: 0;
        font-size: 95%;
        border-top: none;
        border-bottom: 1px dotted #ebebeb;
    }
}

/*-----------------------------
subnav template_c4 one column 
------------------------------*/
#subnav.template_c4_one {
    margin-top: 80px;
}

#subnav.template_c4_one .inner_m,
#subnav.template_c4_one .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    width: calc(1200px - 32px);
}

#subnav.template_c4_one #subnav_title a {
    display: block;
    padding: 24px 40px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    background-color: #0D3780;
}

#subnav.template_c4_one #subnav_list {
    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;
    margin-left: 16px;
}

#subnav.template_c4_one #subnav_list li {
    list-style: none;
}

#subnav.template_c4_one #subnav_list li a {
    display: block;
    padding: 8px 24px;
    border-right: 1px solid #dddddd;
    font-size: 95%;
}

#subnav.template_c4_one #subnav_list li.current a {
    font-weight: bold;
}

@media only screen and (max-width: 980px) {
    #subnav.template_c4_one {
        margin-top: 40px;
    }

    #subnav.template_c4_one .inner_m,
    #subnav.template_c4_one .inner {
        display: block;
        padding: 0;
        width: 100%;
    }

    #subnav.template_c4_one #subnav_title a {
        width: 100%;
        font-size: 16px;
        padding: 8px 16px;
    }

    #subnav.template_c4_one #subnav_list {
        display: block;
        margin-left: 0;
    }

    #subnav.template_c4_one #subnav_list li a {
        padding: 10px 16px;
        margin-right: 0;
        font-size: 95%;
        border-top: 1px dotted #ebebeb;
    }
}

/*-----------------------------
subnav template_c4 two column 
------------------------------*/
#subnav.template_c4_two #subnav_title a {
    display: block;
    padding: 32px 40px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    background-color: #0D3780;
}

#subnav.template_c4_two #subnav_list li {
    list-style: none;
}

#subnav.template_c4_two #subnav_list li a {
    display: block;
    padding: 20px 16px;
    font-size: 95%;
    border-bottom: 1px dotted #999999;
}

#subnav.template_c4_two #subnav_list li.current a {
    font-weight: bold;
}

@media only screen and (max-width: 980px) {
    #subnav.template_c4_two {
        width: 100vw;
        margin-left: -3vw;
    }

    #subnav.template_c4_two #subnav_title a {
        width: 100%;
        font-size: 16px;
        padding: 8px 16px;
    }

    #subnav.template_c4_two #subnav_list {
        display: block;
        margin-left: 0;
    }

    #subnav.template_c4_two #subnav_list li a {
        padding: 10px 16px;
        margin-right: 0;
        font-size: 95%;
        border-top: none;
        border-bottom: 1px dotted #ebebeb;
    }
}

/*-----------------------------
subnav template_c6 two column 
------------------------------*/
/***-----column2-----***/
#subnav.template_c6_two {
    margin-bottom: 20px;
}

#subnav.template_c6_two ul li {
    list-style: none;
    margin-top: 1px;
}

#subnav.template_c6_two ul li a {
    width: 100%;
    display: block;
    background-color: #f5f5f5;
}

#subnav.template_c6_two ul li a:hover {
    text-decoration: none;
}

#subnav.template_c6_two ul li ul {
    border-bottom: none;
}

#subnav.template_c6_two ul li ul li a {
    padding: 5px 5px 5px 25px;
}

#subnav.template_c6_two #subnav_title a {
    display: block;
    text-align: center;
    padding: 15px 5px;
    background-color: #555555;
    color: #ffffff;
}

#subnav.template_c6_two #subnav_title a:hover {
    text-decoration: none;
}

#subnav.template_c6_two ul li a {
    padding: 15px 15px 15px 30px;
    position: relative;
}

#subnav.template_c6_two ul li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -2px;
}

#subnav.template_c6_two ul li.current ul li a {
    padding: 5px 10px 5px 40px;
}

#subnav.template_c6_two ul li.current ul li a::before {
    left: 25px;
}

#subnav.template_c6_two ul li.current ul li.current ul li+li {
    margin-top: 0;
}

#subnav.template_c6_two ul li.current ul li.current ul li+li a {
    padding-top: 0;
}

#subnav.template_c6_two ul li.current ul li.current ul li a {
    padding: 5px 10px 5px 55px;
}

#subnav.template_c6_two ul li.current ul li.current ul li a::before {
    display: none;
}

/*-----------------------------------------------------------------

side fix banner link

-----------------------------------------------------------------*/
.sidefix_banner {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 10000;
}

.sidefix_banner li {
    margin-bottom: 2px;
    list-style: none;
}

.sidefix_banner li a {
    display: block;
    width: 80px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding: 8px 4px;
}

.sidefix_banner li a img {
    max-width: 28px;
    height: auto;
    display: block;
    margin: auto auto 4px;
}

.sidefix_banner li .material-icons {
    display: block;
}

@media only screen and (max-width: 980px) {
    .sidefix_banner {
        display: none;
    }
}

/*-----------------------------------------------------------------

pagetop

-----------------------------------------------------------------*/
#topcontrol {
    z-index: 150;
    margin-bottom: 0;
    bottom: 0 !important;
    right: 0 !important;
}

a.pagetop {
    width: 72px;
    height: 72px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 72px 72px;
    display: block;
    z-index: 50;
}

@media only screen and (max-width: 980px) {
    #topcontrol {}

    a.pagetop {
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
    }
}

@media only screen and (max-width: 690px) {
    a.pagetop {
        width: 45px;
        height: 45px;
        background-size: 45px 45px;
    }

    #topcontrol {
        bottom: 58px !important;
    }
}

/*-----------------------------------------------------------------*/
/* ぱんくず locator */
/*-----------------------------------------------------------------*/
#locator_t_under {
    font-size: 10px;
    line-height: 1.4;
    padding: 12px 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 40px;
    margin-top: 85px;
    margin-bottom: 0;
    width: 100%;
}

#locator_t_up {
    font-size: 10px;
    line-height: 1.4;
    padding: 12px 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

/*template c2--------*/
#locator_template_c2 {
    font-size: 18px;
    line-height: 1.4;
    padding: 12px 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    width: 100vw;
    margin-bottom: 40px;
    width: 100%;
}

#locator_template_c2 li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
    position: relative;
    font-size:16px;
}

#locator_template_c2 li::after {
    content: ">";
    margin-left: 6px;
}

#locator_template_c2 li a {
    text-decoration: underline;
}

#locator_template_c2 li:last-child::after {
    display: none;
}

#locator_template_c2 li:first-child {
    margin-left: 0;
}

/*template c6--------*/
#locator_template_c6 {
    font-size: 10px;
    line-height: 1.4;
    padding: 12px 0 0;
    width: 100vw;
    width: 100%;
}

#locator_template_c6 li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
    position: relative;
}

#locator_template_c6 li::after {
    content: ">";
    margin-left: 6px;
}

#locator_template_c6 li a {
    text-decoration: underline;
}

#locator_template_c6 li:last-child::after {
    display: none;
}

#locator_template_c6 li:first-child {
    margin-left: 0;
}

body.submain #locator_template_c6 li,
body.submain #locator_template_c6 li a {
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    #locator_t_up .inner {
        width: calc(100% - 40px);
        margin-left: 0;
    }

    #locator_t_under {
        margin-bottom: 24px;
    }

    #locator_template_c2 {
        padding: 8px 0;
    }

    #locator_template_c6 {
        padding: 8px 0;
        margin-bottom: 20px;
    }
}

/*-----------------------------------------------------------------*/
/* キャッチ・強調　テキスト */
/*-----------------------------------------------------------------*/
.mincho {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}

.txt_tate {
    letter-spacing: 4px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: justify;
    text-justify: inter-ideograph;
}

.txt_bg_blue {
    padding: 2px 10px;
    display: inline-block;
}

.txt_bg_green {
    padding: 2px 10px;
    display: inline-block;
}

/*-----------------------------------------------------------------*/
/* バナー */
/*-----------------------------------------------------------------*/
@media only screen and (max-width: 690px) {
    .form_info.inner_s {
        padding: 0;
    }
}

/*-----------------------------------------------------------------*/
/* バナー */
/*-----------------------------------------------------------------*/
.banner_sbs3 {
    font-size: 0;
}

.banner_sbs3 li {
    display: inline-block;
    width: 32%;
}

.banner_sbs3 li:not(:last-child) {
    margin-right: 2%;
}

.banner_sbs3 li img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 690px) {
    .banner_sbs3 li {
        width: 100%;
        margin: 8px 0;
    }

    .banner_sbs3 li:not(:last-child) {
        margin-right: 0;
    }
}

.banner_sbs2 {
    font-size: 0;
}

.banner_sbs2 li {
    display: inline-block;
    width: 47.5%;
}

.banner_sbs2 li:not(:last-child) {
    margin-right: 5%;
}

.banner_sbs2 li img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 690px) {
    .banner_sbs2 li {
        width: 100%;
        margin: 8px 0;
    }

    .banner_sbs2 li:not(:last-child) {
        margin-right: 0;
    }
}

/*-----------------------------------------------------------------*/
/* google map */
/*-----------------------------------------------------------------*/
/* API */
#map_canvas {
    height: 240px;
    width: 100%;
    position: relative;
}

/*#map_canvas::after{
content: "";
position: absolute;
background-color: rgba(0,0,0,.15);
width: 100%;
height: 100%;
}*/
@media only screen and (max-width: 980px) {
    #map_canvas {
        height: 240px;
    }
}

@media only screen and (max-width: 690px) {
    #map_canvas {
        height: 160px;
    }
}

/* iframe */
.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------------------*/
/* side banner */
/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
/* media_info */
/*-----------------------------------------------------------------*/
#media_info {
    background-color: #eeeeee;
    padding: 40px 0;
}

#media_info .media_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
}

#media_info .media_area {
    background-color: #ffffff;
    padding: 16px 32px;
}

#media_info .media_img {
    width: 30%;
}

#media_info .media_img img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

#media_info .media_txt {
    width: 70%;
    padding: 0 0 0 2em;
}

#media_info .media_pos {
    margin-top: 8px;
}

#media_info .catelist {
    display: none;
}

#media_info time {
    margin-bottom: 12px;
}

#media_info .title06 {
    font-size: 18px;
    font-weight: bold;
    margin-top: -4px;
}

@media only screen and (max-width: 690px) {
    #media_info {
        padding: 24px 0;
    }

    #media_info .media_in {
        margin: 20px 0;
    }

    #media_info .media_in:first-child {
        margin-top: 0;
    }

    #media_info .media_area {
        padding: 16px 16px 8px;
    }

    #media_info .media_img {
        width: 30%;
    }

    #media_info .media_txt {
        width: 70%;
        padding: 0 0 0 0.8em;
    }

    #media_info time {
        display: none;
    }

    #media_info .title06 {
        font-size: 16px;
        font-weight: bold;
    }

    #media_info .media_pos {
        font-size: 12px;
        line-height: 1.2;
    }
}

/*-----------------------------------------------------------------*/
/*　サイトマップ */
/*-----------------------------------------------------------------*/
#sitemap {
    padding-bottom: 30px;
}

#sitemap li {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    padding-left: 17px;
}

#sitemap ul {
    padding: 0 0 5px 0;
}

#sitemap ul li {
    margin: 5px 0;
}

#sitemap li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #4276ba;
    border-right: 2px solid #4276ba;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
}

/**********************************************************************************************
***********************************************************************************************
***********************************************************************************************
***********************************************************************************************
TOP SUB common
***********************************************************************************************
***********************************************************************************************
***********************************************************************************************
**********************************************************************************************/
/*-----------------------------------------------------------------
sub area T
-----------------------------------------------------------------*/
.sub_t_area {
    border-width: 1px 0 0 1px;
    border-style: solid;
}

.sub_t_area .col,
.sub_t_area .col:nth-child(3n+1),
.sub_t_area .col:nth-child(5n+1) {
    padding: 16px 24px;
    margin: 0;
    border-width: 0 1px 1px 0;
    border-style: solid;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.sub_t_area .col img,
.sub_t_area .col:nth-child(3n+1) img,
.sub_t_area .col:nth-child(5n+1) img {
    max-width: 60%;
    margin: auto;
}

.sub_t_area .col3_sp2 .col {
    width: 33.33333%;
}

.sub_t_area .col4_sp2 .col {
    width: 25%;
}

.sub_t_area .col5_sp2 .col {
    width: 20%;
}

.sub_t_area_m .col {
    text-align: center;
    padding: 1em;
    margin-bottom: 0;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.sub_t_area_m .col img {
    max-width: 60%;
    margin: auto;
    opacity: 1;
}

@media only screen and (max-width: 980px) {
    .sub_t_area_m .col {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 690px) {
    .sub_t_area .col3_sp2 .col {
        width: 50%;
    }

    .sub_t_area .col4_sp2 .col {
        width: 50%;
    }

    .sub_t_area .col5_sp2 .col {
        width: 50%;
    }

    .sub_t_area_m .col {
        margin-bottom: 16px;
    }
}

/* txt lilnk *******************/
.txt_link.arr a {
    position: relative;
    padding-left: 13px;
}

.txt_link.arr a::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.txt_link.arr_r a::after {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-left: 8px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    vertical-align: middle;
}



@media all and (-ms-high-contrast: none) {
    .txt_link.arr a::before {
        top: calc(50% - 5px);
    }
}


/*ここからサイトオリジナル*/
/*_________________________________________________________________________*/


/*br　レスポンシブ切り分け*/

br.pc,
br.pc.tab,
br.pc.sp {
    display: block;
}

br.tab,
br.sp,
br.tab.sp {
    display: none;
}

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

    br.pc,
    br.pc.sp {
        display: none;
    }

    br.tab,
    br.pc.tab,
    br.tab.sp {
        display: block;
    }

    /*---------------------------------------*/
}

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

    br.tab,
    br.pc.tab {
        display: none;
    }

    br.sp,
    br.pc.sp {
        display: block;
    }

    /*---------------------------------------*/
}


.fa,
.far,
.fas {
    font-weight: 600;
}

/*title*/

.h2_tt01 {
    font-size: 32px;
    color: #1b394c;
    margin-bottom: 10px;
}

.h2_tt01.bb_on {
    border-bottom: solid 4px #eee;
    padding-bottom: 5px;

}

.h2_tt01 .en_sub {
    font-size: 16px;
    font-weight: bold;
    font-style: oblique;
    color: #666;
    letter-spacing: 0px;
}

.h2_tt01 .en_sub.subarea_on {
    display: block;
    margin-bottom: 25px;
}


/*btn*/

.btn a {
    padding: 7px 2.5em 7px 1.5em;
}

.btn a::before {
    right: 1em;
    left: auto;
}

.btn a:hover::before {
    right: 0.5em;
    left: auto;
}


.en_table_common {
    font-size: 14px;
    word-break: normal;
}

.en_table_common thead th {
    background-color: #4276BA;
    color: #ffffff;
    text-align: center;
    padding: 12px;
}

.en_table_common tbody td {
    padding: 12px 20px;
	overflow-wrap:break-word;
}

.en_table_common tbody tr:nth-child(even) td {
    background-color: #f5f5f5;
}

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

    .table_list {
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }

    .table_list table {
        width: 980px;
    }
}


.en_table_common tbody td.break-all {
	word-break:break-all;
}
	

