@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
html {
    font-size: 62.5%;
    /* sets the base font to 10px for easier math */
}

body {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.65rem;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    color: #212121;
}

p {
    text-align: justify;
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

a:hover {
    opacity: 0.7;
}

.is_last {
    margin-bottom: 70px!important;
}

.charm_gray_area {
    background: rgb(240, 241, 240);
}

.red {
    color: rgb(170, 42, 57);
}

.mt0 {
    margin-top: 0 !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}


.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.sawarabi {
    font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.sidebar {
    max-width: 25%;
    width: 11em;
    height: 300px;
}

.img_Img {
    display: block;
    margin: 0 auto;
}

.hidden {
    display: none;
}

.cont_zone {
    padding-bottom: 50px;
}

.center {
    text-align: center;
}
.foot_info.clearfix {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*==========================
TABLE
==========================*/
table.common_table {
    border: 1px solid #000;
    margin: 0 auto;
    max-width: 723px;
    width: 100%;
    font-size: 1.5rem;
}

.common_table th {
    width: 11em;
    background: #1d2089;
    color: #FFF;
    font-weight: 200;
    padding: 5px 5px;
}

.common_table th,.common_table td {
    border-bottom: 1px solid #000;
    vertical-align: middle;
}

.common_table td {
    padding: 5px 10px;
}
/*==========================
H1～
==========================*/
.common_h1 {
    font-size: 2.6rem;
    font-weight: 200;
    margin-bottom: 20px;
}

.common_h1:before {
    content: "■ ";
    color: #100a64;
}
.company_sidebar li {
    border-bottom: solid 2px rgb(221, 223, 224);
    padding: 12px 0;
    font-size: 1.9rem;
}

.cont_wrap {
    padding: 60px 0;
}

ul.bread {
    font-size: 1.6rem;
    color: #666666;
    padding: 10px;
}
ul.bread li {
    display: inline-block;
    font-weight: 200;
    text-shadow: 0px 0px 3px #cdcdcd;
}
ul.bread.about_bread {
    color: #fff;
}

ul.bread li:after {
    content: " > ";
}

ul.bread li:last-child:after {
    content: none;
}
.flex {
    display: flex;
}

.tx_left {
    text-align: left!important;
}

.blink {
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*==========================
HEADER
==========================*/
.content.header_content {
    /* padding: 20px 10px; */
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 20px 10px;
    /* max-width: 276px; */
}

.menu {
    background: #100a64;
    color: #FFF;
    padding: 10px 10px 20px;
    flex-grow: 2;
}

.head_contact {
    color: #FFF;
    padding: 10px 10px;
    font-size: 2.0rem;
    display: flex;
    align-items: center;
}

.menu li {
    font-size: 2.0rem;
    font-weight: 200;
}

.menu ul.flex {
    justify-content: space-around;
}

.header_content.flex {
    justify-content: space-between;
}

@media screen and ( min-width: 741px) and ( max-width:1020px) {
    .menu li {
        font-size: 2vw;
    }

    .btn_official.pc {
        font-size: 1.4vw;
    }

    .head_contact {
        font-size: 2vw;
    }

    .logo {
        width: 28vw;
    }
}

/*==========================
FOOTER
==========================*/
.foot_navi.flex {
    /* max-width: 500px; */
    justify-content: space-around;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 2.0rem;
}

.footer_copy {
    text-align: center;
    background: #100a64;
    color: #fff;
    padding: 20px 0;
}

#footer {
    color: #010101;
    position: relative;
}

.foot_info {
    padding: 20px 0;
}
#top_back {
    position: fixed;
    bottom: 120px;
    right: 0;
    transition: opacity 0.3s;
    opacity: 1;
}
#top_back.opa {
    opacity: 0;
}
p.foot_access {
    text-align: right;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px), print {
    .sp {
        display: none !important;
    }

    .content {
        overflow: hidden;
        max-width: 1020px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main_content {
        max-width: 75%;
    }

    .sidebar {
        float: left;
    }

    .main_content {
        float: left;
        padding-left: 80px;
        box-sizing: border-box;
    }

    header {
        background: rgb(255,255,255);
        background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(16,10,100,1) 50%, rgba(16,10,100,1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(16,10,100,1) 50%,rgba(16,10,100,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(16,10,100,1) 50%,rgba(16,10,100,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#100a64',GradientType=1 );
    }
}

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {
    .pc {
        display: none !important;
    }

    .content {
        overflow: hidden;
        margin: 0 auto;
    }

    .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .common_h1 {
        font-size: 2.3rem;
        font-weight: normal;
    }

    .common_h2 {
        text-align: center;
        font-weight: normal;
        font-size: 2.3rem;
    }

    .content.header_content {
        padding: 20px 10px;
    }

    /*==========================
	HEADER
	==========================*/
    header {
        position: relative;
    }

    .btn_menu_open, .btn_menu_open span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .btn_menu_open {
        position: relative;
        width: 40px;
        height: 30px;
    }

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

    .btn_menu_open span:nth-of-type(1) {
        top: 0px;
    }

    .btn_menu_open span:nth-of-type(2) {
        top: 13px;
    }

    .btn_menu_open span:nth-of-type(3) {
        top: 26px;
    }

    .btn_menu_open.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-315deg);
        transform: translateY(14px) rotate(-315deg);
    }

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

    .btn_menu_open.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(315deg);
        transform: translateY(-13px) rotate(315deg);
    }

    .logo {
        padding: 0 20px 0 0;
    }

    .sp_menu {
        text-align: center;
        background: rgba(16, 10, 100, 0.87);
        color: #FFF;
        display: none;
        position: absolute;
        width: 100%;
        top: 70px;
        z-index: 999;
    }

    .sp_menu li {
        border-bottom: solid 1px;
        padding: 5px 0;
        font-size: 1.4rem;
    }

    .sp_menu li a {
        display: block;
    }
    /*==========================
	FOOTER
	==========================*/
    ul.foot_navi.flex {
        display: none;
    }

    #footer {
        font-size: 1.2rem;
    }
       #top_back {
        max-width: 50px;
        bottom: 0;
    }
    .foot_info.clearfix {
        display: block;
        text-align: center;
    }
}
