@charset "utf-8";

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
html {
    font-size: 62.5%;
}
body {
    background: #ffffff;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    line-height: 1.875;
    font-weight: 400;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    position: relative;
    min-width: 100%;
    width: 100%;
}
a {
    color: #333;
    text-decoration: none;
    transition: all 0.4s;
}
a:hover {
    color: #868686;
}

button,
input[type="submit"],
input[type="button"] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
img,
svg {
    display: block;
    width: 100%;
}

.txtCenter {
    text-align: center;
}

#main {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}
.innerWrap {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

/*--- tablet ---*/
@media (min-width: 767px) and (max-width: 767px) {
    #header-pc,
    .pagetop-pc {
        display: none !important;
    }
    #main {
        padding-top: 57px;
    }
}
/*--- SP ---*/
@media (max-width: 767px) {
    #header-pc {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .pagetop-pc {
        display: none !important;
    }
    p,
    li,
    a {
        font-size: 1.4rem;
    }
    .txtCenter {
        text-align: left;
    }
    #main {
        padding-top: 57px;
    }
    /* ページ内リンク */
    .page-anc {
        margin-top: -60px;
        padding-top: 60px;
    }
    .wrapper {
        padding: 0 2%;
    }
    .innerWrap {
        padding: 0 2%;
    }
}
@media (max-width: 415px) {
    p,
    li,
    a {
        font-size: 1.3rem;
    }
}

/* ------------------------------------------------------------
header
------------------------------------------------------------ */
#header-pc {
    width: 1200px;
    height: 80px;
    background: #111111;
    padding: 0px 25px;
    position: fixed;
    left: 50%;
    transform: translateX(-600px);
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#header-pc::before {
    background: url(../images/header_parts01.png);
    width: 40px;
    height: 80px;
    position: absolute;
    top: 0;
    left: -40px;
    content: "";
}
#header-pc::after {
    background: url(../images/header_parts02.png);
    width: 31px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: -31px;
    content: "";
    z-index: 9999;
    visibility: visible;
}
#header-pc #logo {
    width: 119px;
    height: 42px;
    z-index: 100;
    margin-right: 22px;
}
ul.userArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 35px;
    top: 8px;
}
ul.userArea > li {
    color: #fff;
    font-size: 1.4rem;
}
ul.userArea > li span {
    color: #ffe613;
}
ul.userArea > li:first-child {
    position: relative;
    top: 1px;
}
ul.userArea > li:last-child {
    margin-left: 20px;
}
ul.userArea > li a {
    font-size: 1.2rem;
    color: #ffe613;
    border: 1px solid #ffe613;
    padding: 5px 17px;
    font-weight: 500;
}
ul.userArea > li a:hover {
    background: #ffe613;
    color: #000;
}
#header-pc #g-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffe613;
    height: 40px;
    width: 600px;
    padding: 0 10px;
}
#header-pc #g-nav::before {
    content: "";
    position: fixed;
    bottom: 0;
    right: 600px;
    border-top: 0 solid #ffe613;
    border-left: 30px solid transparent;
    border-right: 30px solid #ffe613;
    border-bottom: 40px solid transparent;
}
/*iE用*/
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    #header-pc #g-nav::before {
        position: absolute;
    }
}

#header-pc #g-nav .g-nav-inner > ul {
    width: 100%;
    margin-right: 0;
}
@media (max-width: 1261px) {
    #header-pc {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        height: 80px;
        background: #111111;
        padding: 0px 25px;
        position: fixed;
        left: inherit;
        transform: translateX(0);
        z-index: 1000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #header-pc::before {
        background: none;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
    }
    #header-pc::after {
        background: none;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
    }
}

/* ------------------------------------------------------------
nav
------------------------------------------------------------ */
.mega-nav {
    display: inline-block;
    padding: 0 7px;
}
.mega-nav:last-child {
    padding: 0;
}
.mega-nav .parent {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 40px;
    font-weight: 400;
    padding: 0px 8px 0px 8px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #000;
}
.mega-nav:hover .parent,
.mega-nav:focus .parent,
.mega-nav:active .parent {
    color: #777777;
    position: relative;
}
span#gnav-service span {
    font-size: 1.4rem;
    margin: 0 0 0 5px;
}
span#gnav-service02 {
    color: #fff;
}
span#gnav-service02:hover {
    color: #777777;
}
span#gnav-service02 span {
    font-size: 1.4rem;
    margin: 0 0 0 5px;
}
#slide-line {
    position: absolute;
    bottom: 0px;
    height: 2px;
    background-color: #d60000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mega_nav_2nd {
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    position: absolute;
    top: 40px;
    left: 0;
    width: 105%;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 15px 0;
}
.mega_nav_2nd.active {
    visibility: visible;
    opacity: 1;
}
.mega_nav_2nd ul {
    zoom: 1;
    max-width: 1200px;
    min-height: 100%;
    margin: 0 auto;
}
.mega_nav_2nd ul > li {
    position: relative;
}
.mega_nav_2nd ul > li a {
    color: #ffffff;
    font-weight: 200;
}
.mega_nav_2nd ul .child_ttl,
.mega_nav_2nd ul .child_ttl02 {
    width: 100%;
    max-width: 940px;
    font-size: 2rem;
    line-height: 1;
    font-weight: 300;
    padding-left: 20px;
    color: #ffffff;
    border-bottom: 1px solid #565656;
    margin: 0 auto;
    padding-bottom: 15px;
}
.mega_nav_2nd ul.child_ttl_sub01 {
    width: 100%;
    max-width: 940px;
}
.mega_nav_2nd ul.child_ttl_sub01 li {
    border-bottom: 1px dotted #353535;
}
.mega_nav_2nd ul.child_ttl_sub01 li a {
    padding: 5px 20px;
    display: block;
    font-size: 1.6rem;
}
.mega_nav_2nd ul.child_ttl_sub01 li a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    margin-top: -14px;
    background: url("../images/baseline-chevron_right-24px.png") top left
        no-repeat;
    background-size: 30px 30px;
}
.mega_nav_2nd ul.child_ttl_sub01 li a:hover {
    background: rgba(255, 255, 255, 0.1);
}
a.single-nav {
    font-size: 1.6rem;
    font-weight: 400;
    font-weight: 400;
    color: #000;
}
a.single-nav:hover {
    font-size: 1.6rem;
    color: #777777;
}

/* ------------------------------------------------------------
 SP
------------------------------------------------------------ */
#header-sp {
    width: 100%;
    height: 57px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1000;
    zoom: 1;
}
#header-sp:after {
    content: "";
    display: block;
    clear: both;
}
#header-sp #logo {
    float: left;
    width: 98px;
    height: 7px;
    padding-top: 11px;
    margin-left: 15px;
    display: block;
}
#header-sp #hbg {
    float: right;
    display: block;
    margin: 0 15px 0 0;
    cursor: pointer;
    padding: 19px 0 0 0;
}
#header-sp .menu-trigger,
#header-sp .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}
#header-sp .menu-trigger {
    position: relative;
    width: 27px;
    height: 19px;
}
#header-sp .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d5d5d5;
}
#header-sp .menu-trigger span:nth-of-type(1) {
    top: 0;
}
#header-sp .menu-trigger span:nth-of-type(2) {
    top: 8px;
}
#header-sp .menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
#header-sp .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
#header-sp .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
#header-sp .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}
#header-sp #g-nav {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    margin-top: 57px;
    overflow-y: auto;
    clear: both;
    font-size: 1.6rem;
    padding: 0 30px 100px 30px;
    background: rgba(0, 0, 0, 0.95);
}
#header-sp #g-nav a {
    color: #ffffff;
}
#header-sp #g-nav > li .parent {
    display: block;
    padding: 20px 5px;
    position: relative;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 1px dotted #3e3e3e;
}
#header-sp #g-nav > li .parent:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
}
#header-sp #g-nav > li .parent.active:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0px;
}
#header-sp #g-nav > li.s-userInfo {
    color: #fff;
    margin: 30px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}
#header-sp #g-nav > li.s-userInfo dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px;
}
#header-sp #g-nav > li.s-userInfo dt {
    margin-right: 20px;
}
#header-sp #g-nav > li.s-userInfo dt i {
    font-size: 3.4rem;
}
#header-sp #g-nav > li.s-userInfo dd {
    position: relative;
    top: -2px;
}
#header-sp #g-nav > li.s-userInfo a {
    width: 170px;
    display: block;
    color: #000;
    font-size: 1.4rem;
    padding: 10px;
    background: #ffae00;
    font-weight: 500;
    text-align: center;
    margin: 0 0 0 auto;
}
#header-sp #g-nav > li .child {
    display: none;
    padding-left: 0;
}
#header-sp #g-nav > li .child .child-category-box {
    margin-top: 10px;
    padding: 0 0 15px 16px;
}
#header-sp #g-nav > li .child .child-category-box ul {
    zoom: 1;
}
#header-sp #g-nav > li .child .child-category-box ul:after {
    content: "";
    display: block;
    clear: both;
}
#header-sp #g-nav > li .child a {
    padding: 20px 0;
    display: block;
}
#header-sp #g-nav > li .child .child-item {
    display: block;
    padding: 10px 0;
    font-weight: 400;
    color: #ededed;
}
#header-sp #g-nav > li .child .child-item:before {
    display: none;
}
#header-sp #g-nav > li .child .child-main-category {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    position: relative;
}
#header-sp #g-nav > li .child .child-main-category:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header-sp #g-nav .h-info {
    padding: 20px 20px 40px 20px;
    background: rgba(98, 158, 178, 0.96);
    text-align: center;
}
#header-sp #g-nav .h-info li {
    display: inline-block;
    margin-right: 40px;
}
#header-sp #g-nav .h-info li:last-child {
    margin-right: 0;
}
#header-sp #g-nav .h-info a {
    display: inline-block;
}
@media (max-width: 531px) {
    #header-sp #g-nav {
        font-size: 1.4rem;
        padding: 0 22px 100px 22px;
    }

    #header-sp #g-nav > li .parent {
        padding: 15px 5px;
    }

    #header-sp #g-nav > li.s-userInfo {
        color: #fff;
        margin: 30px 0 10px;
        display: block;
        padding-bottom: 15px;
    }

    #header-sp #g-nav > li.s-userInfo dl {
        position: static;
        margin-bottom: 15px;
    }

    #header-sp #g-nav > li.s-userInfo dt {
        width: 32px;
        margin-right: 15px;
    }

    #header-sp #g-nav > li.s-userInfo dd {
        font-size: 1.6rem;
    }

    #header-sp #g-nav > li.s-userInfo a {
        width: 100%;
        font-size: 1.5rem;
        margin: 0;
        padding: 10px 10px;
    }

    #header-sp #g-nav > li .child {
        display: none;
        padding-left: 0;
    }

    #header-sp #g-nav > li .child .child-category-box {
        margin-top: 10px;
        padding: 0 0 15px 16px;
    }

    #header-sp #g-nav > li .child .child-category-box ul {
        zoom: 1;
    }

    #header-sp #g-nav > li .child .child-category-box ul:after {
        content: "";
        display: block;
        clear: both;
    }

    #header-sp #g-nav > li .child a {
        padding: 20px 0;
        display: block;
    }

    #header-sp #g-nav > li .child .child-item {
        display: block;
        padding: 10px 0;
        font-weight: 400;
        color: #ededed;
    }

    #header-sp #g-nav > li .child .child-item:before {
        display: none;
    }

    #header-sp #g-nav > li .child .child-main-category {
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: bold;
        position: relative;
    }

    #header-sp #g-nav > li .child .child-main-category:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -3px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #header-sp #g-nav .h-info {
        padding: 20px 20px 40px 20px;
        background: rgba(98, 158, 178, 0.96);
        text-align: center;
    }

    #header-sp #g-nav .h-info li {
        display: inline-block;
        margin-right: 40px;
    }

    #header-sp #g-nav .h-info li:last-child {
        margin-right: 0;
    }

    #header-sp #g-nav .h-info a {
        display: inline-block;
    }
}

/*--- 0902追加箇所 ---*/
#header-sp #g-nav a.sp_single_nav {
    padding: 20px 5px;
    display: block;
    border-bottom: 1px dotted #3e3e3e;
}
/*--- ///0902追加箇所 ---*/

/*--- 0902ページャー追加 ---*/
/* ------------------------------------------------------------
pager
------------------------------------------------------------ */
.pager ul.pagination {
    text-align: center;
    margin: 0;
    padding: 0;
}

.pager .pagination li {
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
}

.pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #333;
    border: 1px solid #c9c9c9;
    text-decoration: none;
}

.pager .pagination li a span {
    display: table-cell;
    vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
    color: #333;
    background: #ffe613;
    border: 1px solid #ffe613;
}

@media (max-width: 767px) {
    .pager .pagination li {
        margin: 0 3px;
        width: 38px;
        height: 38px;
    }
}
@media (max-width: 414px) {
    .pager .pagination li {
        margin: 0 2px;
        width: 34px;
        height: 34px;
    }
}
/*--- ///0902ページャー追加 ---*/

/* -----------------------------------------------
 footer
-----------------------------------------------*/
/*--- pagetop ---*/
#top_scroll {
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
}
#page-top {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -200px;
    right: 30px;
    width: 46px;
    height: 46px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
    outline: none;
    background: rgba(255, 230, 19, 0.9);
}
#page-top i {
    line-height: 46px;
    color: #333;
    font-size: 3rem;
}
#page-top:hover {
    outline: none;
}
#top_scroll:hover {
    background: #fff;
}

@media (max-width: 769px) {
    #page-top {
        position: fixed;
        bottom: 30px;
        right: 20px;
        width: 36px;
        height: 36px;
    }
    #page-top i {
        line-height: 36px;
        font-size: 2.2rem;
    }
    #page-top:hover {
        outline: none;
    }
    #top_scroll:hover {
        background: #fff;
    }
}

/* ------------------------------------------------------------
news
------------------------------------------------------------ */
.top_newsWrap {
    margin: 0 auto;
    background: #dcdcdc;
    padding: 60px;
}
.top_newsArea {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    padding: 50px 0;
}
.top_news {
    width: 100%;
    max-width: 570px;
    padding-right: 30px;
    border-right: 2px solid #eeeeee;
}
.top_news_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    transition: 0.4s;
    background: #fff;
}
.top_news_top:hover {
    background: #f9f9f9;
    transition: 0.4s;
}
.top_news_top figure {
    width: 180px;
}
.top_news_top dd {
    width: 610px;
    padding: 0 0 0 20px;
    color: #838383;
    font-weight: 300;
}
.top_news_top dd ul li a {
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
ul.top_news_list {
    margin-top: 18px;
}
ul.top_news_list > li {
    border-bottom: 1px dotted #c8c8c8;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}
ul.top_news_list > li:first-child {
    border-top: 1px dotted #c8c8c8;
}
ul.top_news_list > li a {
    display: block;
    padding: 15px 0 12px;
}
ul.top_news_list > li a:hover {
    background: #fcfcfc;
}
ul.top_news_list > li::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    display: block;
    border-top: solid 2px #a3a3a3;
    border-right: solid 2px #a3a3a3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.txtLimit2 {
    display: inline;
}
.news_title {
    color: #304e9b;
    font-weight: 700;
    display: inline;
}
li .news_date {
    color: #9a9a9a;
    font-weight: 300;
    font-size: 1.2rem;
}
/*--- mailbox ---*/
.top_mailBox {
    width: 100%;
    max-width: 400px;
    margin-left: 30px;
}
.top_mailBox ul li a {
    display: block;
    padding: 12px;
    margin-bottom: 15px;
}
.top_mailBox ul li a:hover {
    background: #f9f9f9;
}
.top_mailBox ul li a ul li {
    color: #838383;
    line-height: 1.875;
    font-weight: 300;
}
.mail_title {
    color: #304e9b;
    font-weight: 700;
    display: inline;
}
.top_mailBox ul li a ul li:first-child {
    color: #838383;
    font-weight: 300;
    font-size: 1.2rem;
}
@media (max-width: 1025px) {
    .top_newsWrap {
        margin-top: 0;
        display: block;
        padding: 20px;
    }
    .top_newsArea {
        padding: 20px;
    }
    .top_news {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .top_news_top {
        padding-bottom: 10px;
    }
    .top_news_top figure {
        max-width: 210px;
    }
    .top_news_top dd {
        width: 100%;
        padding: 0 0 0 30px;
    }
    ul.top_news_list li ul li:last-child {
        width: 94%;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 400;
        color: #333;
    }
    .top_mailBox {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 769px) {
    .top_newsWrap {
        margin-top: 0;
        padding: 0;
        background: #fff;
    }
    .top_newsArea {
        margin: 0 auto;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #fff;
        padding: 0;
    }
    .top_news {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        border-right: none;
        padding-right: 0;
        padding: 20px 0;
        border-bottom: 1px solid #cdcdcd;
    }
    .top_news_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        border: 1px solid #ccc;
        margin-bottom: 5px;
    }
    .top_news_top dd {
        max-width: 100%;
        padding: 0;
        color: #838383;
        font-weight: 300;
    }
    .top_mailBox {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 20px 0;
    }
    .top_mailBox ul li a {
        margin-bottom: 0;
        padding: 10px;
        border: 1px solid #ccc;
        margin-bottom: 5px;
    }
}
@media (max-width: 415px) {
    .top_news_top {
        display: block;
    }
    .top_news_top figure {
        max-width: 210px;
        margin: 0 auto 5px;
    }
    .top_news_top dd ul li a {
        margin-top: 0;
    }
    .top_news_top dd {
        width: 100%;
        padding: 0;
    }
    ul.top_news_list > li a {
        display: block;
        padding: 13px 0 10px;
    }
    ul.top_news_list > li a:hover {
        background: #fcfcfc;
    }
    ul.top_news_list > li::after {
        right: 6px;
        width: 6px;
        height: 6px;
        margin-top: -5px;
    }
    .newsLabel {
        font-size: 1.1rem;
        padding: 1px 8px;
    }
    ul.top_news_list li ul li:last-child {
        width: 92%;
    }
    /*--- mailbox ---*/
    .top_mailBox ul li a ul li {
        font-size: 1.3rem;
    }
    .top_mailBox ul li a ul li:first-child {
        font-size: 1.2rem;
    }
}

/*-------------------------------------------------------------
contact
-------------------------------------------------------------*/
.contact_wrap {
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    background: url(../images/telBg.jpg) no-repeat center center;
    background-size: cover;
    padding: 75px 0 85px;
}
.contactInner {
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contactInner .contact_txt {
    width: 100%;
    max-width: 525px;
    background: rgba(255, 230, 19, 0.9);
    padding: 56px 40px 40px;
    position: relative;
    z-index: 5;
}
.contactInner .contact_txt02 {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    background: rgba(255, 230, 19, 0.9);
    padding: 56px 40px 40px;
    position: relative;
    text-align: center;
    z-index: 5;
}
.contactInner .contact_txt02 h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 27px;
}
.contactInner .contact_txt02 ul {
    margin-top: 0;
}
.contactInner .contact_txt02 ul li a {
    font-size: 4.2rem;
    font-weight: 700;
}
.contactInner .contact_txt h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 27px;
}
.contactInner .contact_txt ul {
    margin-top: 0;
}
.contactInner .contact_txt ul li a {
    font-size: 4.2rem;
    font-weight: 700;
}
.contactInner .contact_txt ul li:last-child {
    font-size: 16px;
    position: relative;
    top: -3px;
}
a.contact_btn,
a.contact_btn02 {
    max-width: 280px;
    border: 1px solid #333;
    display: block;
    padding: 10px 20px;
    text-align: center;
    color: #333;
    margin: 20px auto 0;
    position: relative;
    transition: 0.4s;
    font-weight: 400;
    font-size: 1.8rem;
}
a.contact_btn02 {
    max-width: 400px;
}
a.contact_btn::before,
a.contact_btn02::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -3px;
    transition: 0.4s;
}
a.contact_btn:hover,
a.contact_btn02:hover {
    background: #333;
    color: #ffe613;
}
a.contact_btn:hover::before,
a.contact_btn02:hover::before {
    border-top: solid 2px #ffe613;
    border-right: solid 2px #ffe613;
}
.contactInner .contact_txt .contact_tel {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 1025px) {
    .contact_wrap {
        padding: 30px 0;
    }
    .contactInner {
        flex-direction: column;
    }
    .contactInner .contact_txt {
        width: 100%;
        max-width: 84%;
        padding: 40px;
        margin: 0 auto 10px;
        text-align: center;
    }
    .contactInner .contact_txt h2 {
        font-size: 2.3rem;
        margin-bottom: 20px;
    }
    .contactInner .contact_txt ul {
        margin-top: 20px;
    }
    .contactInner .contact_txt ul li a {
        font-size: 3.8rem;
    }
    .contactInner .contact_txt ul li:last-child {
        font-size: 1.2rem;
    }
    a.contact_btn {
        margin-top: 15px;
    }
}
@media (max-width: 769px) {
    .contact_wrap {
        padding: 20px 0 10px;
    }
    .contactInner .contact_txt {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        margin: 0 auto 10px;
        text-align: left;
    }
    .contactInner .contact_txt h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    a.contact_btn {
        margin-top: 10px;
        padding: 8px 20px;
        font-size: 1.5rem;
        font-weight: 500;
    }
    .contactInner .contact_txt .contact_tel {
        font-size: 3rem;
        margin-bottom: 10px;
    }
}

/*-------------------------------------------------------------
cap
-------------------------------------------------------------*/
.lineT_cap {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 30px;
}
@media (max-width: 769px) {
    .lineT_cap {
        font-size: 2.6rem;
        margin-bottom: 20px;
    }
}
@media (max-width: 415px) {
    .lineT_cap {
        font-size: 2.2rem;
        line-height: 1;
        margin-bottom: 20px;
    }
}

/*-------------------------------------------------------------
btn
-------------------------------------------------------------*/
a.btnBg {
    border: 1px solid #a0a0a0;
    background: #f9f9f9;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #111111;
    position: relative;
    font-weight: 500;
    transition: 0.4s;
}
a.btnBg::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 24px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    display: block;
    border-top: solid 2px #ffd512;
    border-right: solid 2px #ffd512;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.4s;
}
a.btnBg:hover {
    border: 1px solid #ffe613;
    background: #ffe613;
    color: #111;
    transition: 0.4s;
}
a.btnBg:hover::after {
    top: 50%;
    right: 10px;
    border-top: solid 2px #111;
    border-right: solid 2px #111;
    transition: 0.4s;
}
a.btnBg02 {
    border: 1px solid #ffe613;
    background: #ffe613;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #111111;
    position: relative;
    font-weight: 500;
    transition: 0.4s;
}
a.btnBg02::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 24px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    display: block;
    border-top: solid 2px #111;
    border-right: solid 2px #111;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.4s;
}
a.btnBg02:hover {
    border: 1px solid #111;
    background: #111;
    color: #fff;
    transition: 0.4s;
}
a.btnBg02:hover::after {
    top: 50%;
    right: 10px;
    border-top: solid 2px #ffe613;
    border-right: solid 2px #ffe613;
    transition: 0.4s;
}
a.btn250 {
    max-width: 250px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #111111;
}
a.btn300 {
    max-width: 300px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #111111;
}
a.btn350 {
    max-width: 350px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #111111;
}
.btnCenter {
    margin: 40px auto 0;
}
@media (max-width: 769px) {
    .btnCenter {
        margin: 20px auto 0;
    }
    a.btnBg {
        border: 1px solid #111111;
        background: none;
        display: block;
        text-align: center;
        padding: 10px 0;
        color: #111111;
        position: relative;
        font-weight: 500;
        font-size: 1.4rem;
        transition: 0.4s;
    }
    a.btnBg::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 24px;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        display: block;
        border-top: solid 2px #fff000;
        border-right: solid 2px #fff000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: 0.4s;
    }
    a.btnBg:hover {
        border: 1px solid #fff000;
        background: #fff000;
        color: #111;
        transition: 0.4s;
    }
    a.btn250 {
        max-width: 75%;
    }
    a.btn300 {
        max-width: 75%;
    }
}

/* ------------------------------------------------------------
company_logo
------------------------------------------------------------ */
.company_logo_area {
    margin: 100px auto 0;
    padding: 28px 0 10px 0;
    border-top: 1px solid #efefef;
}
ul.company_logo01 {
    max-width: 1440px;
    margin: 0 auto;
    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;
}
ul.company_logo01 li {
    width: 100%;
    max-width: 170px;
    margin: 0 1% 22px 1%;
    text-align: center;
}
ul.company_logo01 li a {
    width: 100%;
    display: block;
}
@media (max-width: 769px) {
    .company_logo_area {
        margin: 0 auto 0;
        padding: 20px 0 10px;
    }
    ul.company_logo01 {
        width: 98%;
        margin: 0 auto;
        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;
    }
    ul.company_logo01 li {
        width: 25%;
        max-width: 200px;
        margin: 0 2.5% 12px 2.5%;
        text-align: center;
    }
    ul.company_logo01 li a {
        width: 100%;
        display: block;
    }
}

/* ------------------------------------------------------------
bread_crumb
------------------------------------------------------------ */
.bread_crumb_area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 23px;
}
.breadcrumb li {
    display: inline;
    text-decoration: none;
    color: #666;
}
.breadcrumb li:after {
    content: ">";
    padding: 0 3px;
    color: #9c9b9b;
    font-size: 1.3rem;
}
.breadcrumb li:last-child:after {
    content: none;
}
.breadcrumb li a {
    font-size: 1.3rem;
    color: #9c9b9b;
    font-weight: 400;
}
.breadcrumb li a span {
    font-size: 1.3rem;
    font-weight: 300;
    vertical-align: 0;
    padding-right: 4px;
    margin-left: 0;
}
.breadcrumb li a span i {
    font-size: 1.9rem;
    padding-right: 5px;
    vertical-align: -4px;
}
@media (max-width: 1025px) {
    .bread_crumb_area {
        width: 100%;
        padding: 8px 7px;
        background: #fafafa;
    }
    .breadcrumb li:after {
        font-size: 1.1rem;
        padding: 0;
    }
    .breadcrumb li a {
        font-size: 1.2rem;
    }
    .breadcrumb li a span {
        font-size: 1.2rem;
        padding-right: 3px;
        margin-left: 4px;
    }
    .breadcrumb li a span i {
        font-size: 1.8rem;
        padding-right: 4px;
        vertical-align: -4px;
    }
}

/* ------------------------------------------------------------
clearfix
------------------------------------------------------------ */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* ------------------------------------------------------------
fade
------------------------------------------------------------ */
.fade {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.fade:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* ------------------------------------------------------------
PC/SP切り替え
------------------------------------------------------------ */
@media (min-width: 1025px) {
    #header-sp,
    .tabletonly {
        display: none !important;
    }
}
@media (min-width: 769px) and (max-width: 979px) {
    .pcsponly,
    .tablethidden {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .sponly {
        display: none !important;
    }
}
@media (max-width: 769px) {
    .pconly,
    .tabletonly {
        display: none !important;
    }
}

/* ------------------------------------------------------------
margin
------------------------------------------------------------ */
.mT1 {
    margin-top: 1px;
}
.mT5 {
    margin-top: 5px;
}
.mT10 {
    margin-top: 10px;
}
.mT15 {
    margin-top: 15px;
}
.mT20 {
    margin-top: 20px;
}
.mT25 {
    margin-top: 25px;
}
.mT30 {
    margin-top: 30px;
}
.mT35 {
    margin-top: 35px;
}
.mT40 {
    margin-top: 40px;
}
.mT45 {
    margin-top: 45px;
}
.mT50 {
    margin-top: 50px;
}
.mT55 {
    margin-top: 55px;
}
.mT60 {
    margin-top: 60px;
}
.mT65 {
    margin-top: 65px;
}
.mT70 {
    margin-top: 70px;
}
.mT75 {
    margin-top: 75px;
}
.mT80 {
    margin-top: 80px;
}
.mT85 {
    margin-top: 85px;
}
.mT90 {
    margin-top: 90px;
}
.mT95 {
    margin-top: 95px;
}
.mT100 {
    margin-top: 100px;
}
.mT110 {
    margin-top: 110px;
}
.mT120 {
    margin-top: 120px;
}
.mT130 {
    margin-top: 130px;
}
.mT140 {
    margin-top: 140px;
}
.mT150 {
    margin-top: 150px;
}
.mT160 {
    margin-top: 160px;
}
.mT170 {
    margin-top: 170px;
}

@media (max-width: 769px) {
    .mT100 {
        margin-top: 50px;
    }
    .mT110 {
        margin-top: 55px;
    }
    .mT120 {
        margin-top: 60px;
    }
    .mT130 {
        margin-top: 65px;
    }
    .mT140 {
        margin-top: 70px;
    }
    .mT150 {
        margin-top: 75px;
    }
    .mT160 {
        margin-top: 80px;
    }
    .mT170 {
        margin-top: 85px;
    }
}
