@charset "UTF-8";
body,
h1,
div,
h1,
h2,
ul,
li,
p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
}

li {
    list-style: none;
}

img {
    -webkit-backface-visibility: hidden;
    width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

.clear {
    clear: both;
}

.sp_clear {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp_clear {
        clear: both;
    }
}

.pc_block {
    display: block;
}

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

.pc_inline {
    display: inline;
}

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

.sp_block {
    display: none;
}

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

.sp_inline {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp_inline {
        display: inline;
    }
}

body,
table {
    font-size: 14px;
    color: #595757;
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", sans-serif;
    font: 14px "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", sans-serif;
}

body.debug .content,
table.debug .content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

main .bnr_aera {
    width: 1000px;
    margin: 0 auto;
    padding: 200px 0 30px;
    height: auto;
    background: #fff;
    /* border: solid 1px #d4d4d4;
	border-top: none;
	border-bottom: none; */
    position: relative;
    left: 2px;
}

main .bnr_aera li {
    float: left;
    margin: 0 calc((100% - (157px * 5)) / (5 * 2));
    /* margin: 0 30px; */
}

main .bnr_aera li a {
    display: block;
}

main .bnr_aera li a:hover {
    opacity: 0.6;
}

main .bnr_aera li a img {
    width: inherit;
}

main .bnr_aera li a img.w157 {
    width: 157px;
    height: auto;
}

@media screen and (max-width: 767px) {
    main .bnr_aera {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        margin-top: 90px;
    }
    main .bnr_aera li {
        width: 40%;
        margin: 0 5%;
        /* margin: 0 30px; */
    }
    main .bnr_aera li a img {
        width: 100%;
    }
    main .bnr_aera li a img.w157 {
        top: 7px;
        position: relative;
    }
}

#container {
    width: 1000px;
    background: #fff;
}

#container2 {
    width: 1050px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    #container2 {
        width: 100%;
    }
}

#container.new_header_container,
#container2.new_header_container {
    margin-top: 188px;
}

@media screen and (max-width: 767px) {
    #container.new_header_container,
    #container2.new_header_container {
        margin-top: 80px;
    }
}

#container .new_header_content {
    width: 1000px;
    margin: 0 auto;
    /* border: solid 1px #d4d4d4;
	border-top: none;
	border-bottom: none; */
}

#container2 .new_header_content {
    width: 100%;
    margin: 0 auto;
    /* border: solid 1px #d4d4d4;
	border-top: none;
	border-bottom: none; */
}

#container #contents {
    float: none;
    background: #fff;
}

#container #contents #header {
    width: 1000px;
}

#container2 #contents #header {
    width: 100%;
}

#container #contents #header #splash {
    width: 1000px;
    height: 610px;
}

#container #contents .old_content_width {
    width: 820px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #container {
        width: 100%;
    }
    #container .new_header_content {
        width: 100%;
    }
    #container #contents #header {
        width: 100%;
    }
    #container #contents #header #splash {
        width: 100%;
        height: 229px;
    }
    #container #contents .old_content_width {
        width: 100%;
    }
}

#new_footer {
    background: #fff;
    padding-top: 60px;
}

.content_width {
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .content_width {
        width: 100%;
    }
}

.content {
    font-size: 14px;
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .content {
        width: 100%;
        border: none;
    }
}

.pc_english_btn {
    float: right;
    margin: -3px 20px 8px 0px;
    font-size: 18px;
}

.pc_english_btn a {
    font-weight: 600;
    /* color: #DC2525; */
    color: #333;
    display: inline-block;
    padding-left: 20px;
}

.pc_english_btn .inquiry {
    display: inline-block;
    padding: 7px 20px;
    background: none;
    /* background-color: #DC2525; */
    background-color: #2A2F88;
    border-radius: 25px;
    margin-left: 15px;
    color: #FFF;
}

.pc_english_btn a:hover {
    opacity: 0.6;
}

header {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    header {
        box-shadow: 5px 5px 5px rgba(150, 150, 150, 0.4);
        padding-bottom: 9px;
    }
}

header .content_width {
    height: 150px;
}

@media screen and (max-width: 767px) {
    header .content_width {
        height: auto;
    }
}

header .content_width h1 {
    margin-top: 38px;
    margin-bottom: 13px;
}

header .content_width h1 a img {
    width: 250px;
}

header .content_width h1.on_scroll {
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    header .content_width h1.on_scroll {
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    header .content_width h1 {
        margin-top: 25px;
        float: left;
        margin-left: 25px;
    }
    header .content_width h1 a img {
        width: 50%;
        min-width: 130px;
        max-width: 200px;
    }
}

header .content_width .sp_header_btn {
    display: none;
}

@media screen and (max-width: 767px) {
    header .content_width .sp_header_btn {
        display: flex;
        position: absolute;
        top: 23px;
        right: 20px;
        width: 100px;
    }
    header .content_width .sp_header_btn .string {
        color: #615F5F;
        font-size: 12px;
        font-weight: bold;
        position: relative;
        letter-spacing: 2px;
        top: -1px;
        left: -10px;
        width: 95px;
    }
    header .content_width .sp_header_btn .string span {
        position: absolute;
        top: 0;
        display: inline-block;
        width: 50px;
        text-align: right;
    }
    header .content_width .sp_header_btn .string .close {
        opacity: 0;
        transition: opacity 500ms ease;
    }
    .open-menu header .content_width .sp_header_btn .string .close {
        display: inline;
        opacity: 1;
        transition: opacity 500ms ease;
    }
    header .content_width .sp_header_btn .string .open {
        display: inline;
        opacity: 1;
        transition: opacity 500ms ease;
    }
    .open-menu header .content_width .sp_header_btn .string .open {
        opacity: 0;
    }
    header .content_width .sp_header_btn .bars {
        position: relative;
        width: 40px;
        height: 17px;
        float: right;
    }
    header .content_width .sp_header_btn .bars span,
    header .content_width .sp_header_btn .bars:before,
    header .content_width .sp_header_btn .bars:after {
        content: "";
        display: block;
        width: 100%;
        height: 3.5px;
        background: #615F5F;
        position: absolute;
        top: 7.5px;
        left: 0;
    }
    header .content_width .sp_header_btn .bars span {
        transition: opacity 200ms ease 300ms;
    }
    .open-menu header .content_width .sp_header_btn .bars span {
        opacity: 0;
        transition: opacity 200ms ease;
    }
    header .content_width .sp_header_btn .bars:before {
        margin-top: -8px;
        transform: rotate(0deg);
        transition: transform 300ms ease 0ms, margin-top 200ms ease 300ms;
    }
    .open-menu header .content_width .sp_header_btn .bars:before {
        margin-top: 0;
        transform: rotate(45deg);
        transition: margin-top 200ms ease, transform 300ms ease 200ms;
    }
    header .content_width .sp_header_btn .bars:after {
        margin-top: 8px;
        transform: rotate(0deg);
        transition: transform 300ms ease 0ms, margin-top 200ms ease 300ms;
    }
    .open-menu header .content_width .sp_header_btn .bars:after {
        margin-top: 0;
        transform: translate3d(0, 0, 0) rotate(-45deg);
        transition: margin-top 200ms ease, transform 300ms ease 200ms;
    }
}

@media screen and (max-width: 767px) {
    header .content_width nav ul {
        width: 100%;
        background: #fff;
        height: 0;
        overflow: hidden;
        transition: height 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
    }
    .open-menu header .content_width nav ul {
        height: calc(100vh);
    }
}

header .content_width nav ul li {
    position: relative;
    float: left;
    height: 60px;
    /* width: calc(99.99% / 7 - 1px); */
    width: calc(99% / 7 - 1px);
    /* width: calc(99% / 6 - 1px); */
    border-left: #c8c8c8 solid 1px;
    text-align: center;
}


/* header .content_width nav ul li:last-child { */

header .content_width nav ul li.nav_pc_last {
    width: calc(99.99% / 7 - 2px);
    /* width: calc(99% / 6 - 2px); */
    border-right: #c8c8c8 solid 1px;
}

@media screen and (max-width: 767px) {
    header .content_width nav ul li:last-child {
        border: none;
        width: 95%;
    }
}

@media screen and (max-width: 767px) {
    header .content_width nav ul li {
        float: none;
        width: 95%;
        text-align: left;
        padding-left: 5%;
        border: none;
    }
    header .content_width nav ul li:first-child {
        margin-top: 20px;
    }
    header .content_width nav ul li.sp_english {
        display: none;
        position: fixed;
        /* bottom: 10px; */
        bottom: 52px;
        height: auto;
        /* font-size: 9px; */
    }
    header .content_width nav ul li.sp_inquiry {
        display: none;
        position: fixed;
        bottom: 10px;
        height: auto;
        font-size: 24px;
        /* background: #DC2525; */
        /* font-size: 9px; */
    }
    header .content_width nav ul li.sp_english a {
        background: url(../img/icon_global.png) no-repeat center left;
        padding-left: 20px;
        padding-top: 10px;
    }
    header .content_width nav ul li.sp_inquiry a {
        color: #DC2525;
        /* padding-top: 10px; */
    }
    .open-menu header .content_width nav ul li.sp_english {
        display: block;
    }
    .open-menu header .content_width nav ul li.sp_inquiry {
        display: block;
    }
}

header .content_width nav ul li:after {
    position: absolute;
    top: 68.5px;
    left: 50%;
    content: "";
    display: block;
    height: 2px;
    width: 0px;
    background-color: #DC2525;
    transition-duration: 0.5s;
}

@media screen and (max-width: 767px) {
    header .content_width nav ul li:after {
        top: 50px;
    }
}

header .content_width nav ul li:hover:after {
    left: 0px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    header .content_width nav ul li:hover:after {
        width: 0;
    }
}

header .content_width nav ul li.on:after {
    left: 0px;
    width: 100%;
}

header .content_width nav ul li a {
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
}

header .content_width nav ul li a span {
    display: inline-block;
}

header .content_width nav ul li a .en {
    margin-top: 9.5px;
    font-size: 9px;
    color: #7578B2;
}

header .content_width nav ul li a .jp {
    line-height: 16px;
    font-size: 16px;
}


/** ./header **/

.content_body h2 {
    font-size: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .content_body h2 {
        font-size: 25px;
    }
}

.content_body h3.bar_h3 {
    background: #f80041;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    font-size: 22px;
}

main #page-top {
    position: fixed;
    bottom: 8%;
    right: 3%;
    font-size: 10px;
    font-weight: bold;
    z-index: 30;
}

@media screen and (max-width: 767px) {
    main #page-top {
        display: none;
    }
}

main #page-top a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #DC2525;
    line-height: 11px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

main #page-top a span {
    display: block;
    padding-top: 7px;
}

main #page-top a:hover {
    text-decoration: none;
    background: #ED3636;
}

footer {
    min-width: 1000px;
}

@media screen and (max-width: 767px) {
    footer {
        min-width: 100%;
        margin-top: 30px;
    }
}

footer .content_width .pc_only {
    display: block;
}

@media screen and (max-width: 767px) {
    footer .content_width .pc_only {
        display: none;
    }
}

footer .content_width .sp_only {
    display: none;
}

@media screen and (max-width: 767px) {
    footer .content_width .sp_only {
        display: block;
    }
}

footer .content_width div li {
    display: block;
    float: left;
    height: 35.5px;
    /* width: calc(99.99% / 7 - 1px); */
    width: calc(99% / 7 - 1px);
    border-left: #c8c8c8 solid 1px;
    text-align: center;
}

footer .content_width div li:last-child {
    /* width: calc(99.99% / 7 - 2px); */
    width: calc(99% / 7 - 2px);
    border-right: #c8c8c8 solid 1px;
}

footer .content_width div li:hover {
    opacity: 0.6;
}

footer .content_width div li a {
    display: block;
    font-weight: bold;
    font-size: 9px;
    line-height: 9px;
    padding-top: 13.5px;
    padding-bottom: 14px;
    color: #7578B2;
}

@media screen and (max-width: 767px) {
    footer .content_width .sp_footer .clear {
        margin-bottom: 15px;
    }
    footer .content_width .sp_footer .clear:nth-child(4) {
        margin-bottom: 20px;
    }
    footer .content_width .sp_footer .clear:nth-child(6) {
        margin-bottom: 20px;
    }
    footer .content_width .sp_footer ul {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    footer .content_width .sp_footer ul li {
        width: calc(50% - 2px);
        border: none;
    }
    footer .content_width .sp_footer ul li:last-child {
        border-left: #c8c8c8 solid 1px;
    }
    footer .content_width .sp_footer ul.top {
        width: 90%;
    }
    footer .content_width .sp_footer ul.top li {
        width: calc(100% / 3 - 2px + 40px);
    }
    footer .content_width .sp_footer ul.top li:first-child {
        border-left: #c8c8c8 solid 1px;
        border-right: #c8c8c8 solid 1px;
        width: calc(100% / 3 - 22px);
    }
    footer .content_width .sp_footer ul.top li:last-child {
        border-right: #c8c8c8 solid 1px;
        width: calc(100% / 3 - 21px);
    }
    footer .content_width .sp_footer ul.mid li,
    footer .content_width .sp_footer ul.low li {
        border-left: #c8c8c8 solid 1px;
    }
    footer .content_width .sp_footer ul.mid li:last-child,
    footer .content_width .sp_footer ul.low li:last-child {
        border-right: #c8c8c8 solid 1px;
    }
    footer .content_width div li.pc_block {
        display: none;
    }
}

footer .content_width div:last-child li {
    margin-top: 18px;
    margin-bottom: 13.5px;
}

footer .content_width div:last-child li:first-child {
    margin-left: calc((99.99% / 7) * 1.5);
}

footer .content_width div:last-child li:last-child {
    width: calc(99.99% / 7 - 1px);
}

@media screen and (max-width: 767px) {
    footer .content_width div:last-child.footer_lower {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    footer .content_width div:last-child.footer_lower li {
        margin-top: 7px;
        width: calc(100% / 3 - 2px);
        border-right: #c8c8c8 solid 1px;
        border-left: none;
    }
    footer .content_width div:last-child.footer_lower li:first-child {
        margin-left: 0;
        border-left: #c8c8c8 solid 1px;
    }
}

footer #page_top_btn_sp {
    display: none;
}

@media screen and (max-width: 767px) {
    footer #page_top_btn_sp {
        display: block;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    footer #page_top_btn_sp a {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 78px;
        height: 66px;
        padding-top: 12px;
        border-radius: 50%;
        background: #DC2525;
        line-height: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: #fff;
    }
}

footer .copyright_wrap {
    height: 50px;
    background-color: #2A2F88;
}

footer .copyright_wrap p {
    font-size: 11px;
    line-height: 50px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}


/** ./footer **/

.tbl {
    border-collapse: collapse;
    width: 800px;
    margin: 75px auto 0;
}

@media screen and (max-width: 767px) {
    .tbl {
        width: 100%;
    }
}

.tbl tr:first-child th,
.tbl tr:first-child td {
    border-top: 2px solid #b5b5b5;
}

@media screen and (max-width: 767px) {
    .tbl tr:first-child th,
    .tbl tr:first-child td {
        border-top: none;
    }
}

.tbl tr:last-child th,
.tbl tr:last-child td {
    border-bottom: 2px solid #b5b5b5;
}

@media screen and (max-width: 767px) {
    .tbl tr:last-child th,
    .tbl tr:last-child td {
        border-bottom: none;
    }
}

.tbl tr th,
.tbl tr td {
    border: 1px solid #b5b5b5;
}

@media screen and (max-width: 767px) {
    .tbl tr th,
    .tbl tr td {
        border: none;
    }
}

.tbl tr th {
    font-weight: bold;
    width: 180px;
    text-align: center;
    border-left: none;
}

@media screen and (max-width: 767px) {
    .tbl tr th {
        width: 100%;
        display: block;
        background: #333;
        color: #fff;
    }
}

.tbl tr td {
    padding: 20px 30px;
    border-right: none;
}

@media screen and (max-width: 767px) {
    .tbl tr td {
        display: block;
        padding: 10px 10px 30px;
    }
}

.tbl tr td a {
    padding-bottom: 14px;
    text-decoration: underline;
}

.tbl tr td a:hover {
    text-decoration: none;
}