@charset "UTF-8";

/* ======= 共通パーツ ============================================ */
.material-icons {
    font-family: 'Material Icons Round';
    display: inline-flex;
    vertical-align: middle;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.c_btn {
    display: block;
    width: 100%;
    font-weight: 700;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    color: #09143a;
    padding: 10px 30px 10px 20px;
    text-align: center;
    transition: all 400ms ease;
    border: 1px solid #09143a;
    box-shadow: none;
}

.en .c_btn {
    line-height: 1.2;
}

.c_btn::after {
    font-family: 'Material Icons Round';
    content: "keyboard_double_arrow_right";
    display: inline-flex;
    vertical-align: middle;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 16px;
    transition: all 400ms ease;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 539px) {
    .c_btn {
        max-width: 280px;
    }
}

.c_btn:hover {
    opacity: 1;
    color: #fff;
    background: #D92681 /*09143a 009BB7 */;
}

.c_btn:hover::after {
    right: 15px;
}

.c_btn.app {
    background: rgb(219, 58, 135);
}

.c_btn.ded {
    color: #eee;
    background: rgb(150, 150, 150);
}

.c_btn.app.ded {
    color: #000;
    background: rgb(98, 0, 62);
}

.c_btn.contact {
    color: #eee;
    background-color: #00B79B;
    border-color: #00B79B;
}

.c_btn.exhibition_app {
    color: #eee;
    background: rgb(219, 58, 135);
    border: none;
}

.c_btn.document_app {
    color: #eee;
    background: #02b3f0;
    border-color: #00B1EB;
}

.c_btn.contact:before,
.c_btn.exhibition_app:before,
.c_btn.document_app:before {
    font-family: 'Material Icons Round';
    display: inline-flex;
    vertical-align: middle;
    font-size: 17px;
    line-height: 0.75;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-right: .25em;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
}

.en .c_btn.contact:before,
.en .c_btn.exhibition_app:before,
.en .c_btn.document_app:before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.c_btn.contact:before {
    content: 'mail';
}

.c_btn.exhibition_app:before {
    content: 'create';
}

.c_btn.document_app:before {
    content: "description";
}

.c_btn.document_app:hover, .c_btn.contact:hover,
.c_btn.exhibition_app:hover {
    opacity: .5;
}


.c_btn.coming {
    background-color: #dedede;
    border: 1px solid #999;
}

.c_btn.coming:hover {
    opacity: 1;
}

.c_btn.coming::after {
    font-family: 'LINESeedJP';
    content: "2/15〜";
    display: block;
    color: #D92681;
    width: 100%;
    text-align: center;
    font-weight: 700;
    right: auto;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
}

.c_btn.close {
    padding-right: 20px;
    background-color: #dedede;
    border-color: #999;
    color: #757575;
    pointer-events: none;
    text-decoration: none;
}

.c_btn.close::before,
.c_btn.close::after {
    content: none;
}

.c_btn.download,
.c_btn[download] {
    padding: 9px 40px 9px 40px;
}

.c_btn.download:before,
.c_btn[download]:before {
    font-family: 'Material Icons Round';
    color: inherit;
    content: '\e2c4';
    display: inline-flex;
    vertical-align: middle;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 16px;
    transition: all 400ms ease;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.c_btn.download:hover:before,
.c_btn[download]:hover:before {
    top: 60%;
}


.text_link {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.text_link[download]::after,
.text_link::after {
    font-family: 'Material Icons Round';
    content: 'launch';
    font-weight: 700;
    font-size: 16px;
    color: inherit;
    display: inline-flex;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}


/**/

.sp_only {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }
}

/**/


.mnt_att {
    display: inline-block;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.c_sidebar .mnt_att {
    padding-left: 10px;
    padding-right: 10px;
}

.u_wh100p {
    width: 100% !important;
    height: auto !important;
}

.u_marginauto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.u_list li {
    text-indent: -0.7em;
    padding-left: 1em;
    margin-left: 1em;
}

/* scrollbox */

.scrollbox {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.scrollbox::-webkit-scrollbar {
    height: 10px;
}

.scrollbox::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.scrollbox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #17294B;
}

.scrollbox::-webkit-scrollbar-track-piece {
    background: #efefef;
}

/* width size */

.wid10 {
    width: 10% !important;
}

.wid15 {
    width: 15% !important;
}

.wid20 {
    width: 20% !important;
}

.wid25 {
    width: 25% !important;
}

.wid30 {
    width: 30% !important;
}

.wid35 {
    width: 35% !important;
}

.wid40 {
    width: 40% !important;
}

.wid45 {
    width: 45% !important;
}

.wid50 {
    width: 50% !important;
}

.wid60 {
    width: 60% !important;
}

.wid70 {
    width: 70% !important;
}

.wid80 {
    width: 80% !important;
}

.wid90 {
    width: 90% !important;
}

.wid00 {
    width: 100% !important;
}

/* For margin */

.mgauto {
    margin-right: auto;
    margin-left: auto;
}

.mgt0 {
    margin-top: 0px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgt15 {
    margin-top: 15px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt25 {
    margin-top: 25px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgt35 {
    margin-top: 35px !important;
}

.mgt40 {
    margin-top: 40px !important;
}

.mgt45 {
    margin-top: 45px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgt55 {
    margin-top: 55px !important;
}

.mgt100 {
    margin-top: 100px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb25 {
    margin-bottom: 25px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb35 {
    margin-bottom: 35px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}

.mgb45 {
    margin-bottom: 45px !important;
}

.mgb50 {
    margin-bottom: 50px !important;
}

.mgb55 {
    margin-bottom: 55px !important;
}

.mgl0 {
    margin-left: 0px !important;
}

.mgl5 {
    margin-left: 5px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl25 {
    margin-left: 25px !important;
}

.mgr0 {
    margin-right: 0px !important;
}

.mgr5 {
    margin-right: 5px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgr25 {
    margin-right: 25px !important;
}

/* For padding */

.pdt0 {
    padding-top: 0px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt25 {
    padding-top: 25px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt35 {
    padding-top: 35px !important;
}

.pdt50 {
    padding-top: 50px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb25 {
    padding-bottom: 25px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

/* 事務局のお知らせ */

.text-a-right {
    text-align: right !important;
}

.text-a-left {
    text-align: left !important;
}

.text-a-center {
    text-align: center !important;
}

/* 事務局からのお知らせレイアウト用 */

.txt-right {
    text-align: right !important;
    display: block !important;
}

.txt-left {
    text-align: left !important;
    display: block !important;
}

.txt-center {
    text-align: center !important;
    display: block !important;
}

.color-red {
    color: #b30828 !important;
}

.color-gray {
    color: #999 !important;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.font-bold {
    font-weight: 700;
    font-weight: bold !important;
}

.font-italic {
    font-style: italic !important;
}

.font-strike {
    text-decoration: line-through !important;
}

.font-under {
    text-decoration: underline !important;
}

/* For width */

/* font size */

.text5 {
    font-size: 5px !important;
}

.text6 {
    font-size: 6px !important;
}

.text7 {
    font-size: 7px !important;
}

.text8 {
    font-size: 8px !important;
}

.text9 {
    font-size: 9px !important;
}

.text10 {
    font-size: 10px !important;
}

.text11 {
    font-size: 11px !important;
}

.text12 {
    font-size: 12px !important;
}

.text13 {
    font-size: 13px !important;
}

.text14 {
    font-size: 14px !important;
}

.text15 {
    font-size: 15px !important;
}

.text16 {
    font-size: 16px !important;
}

.text17 {
    font-size: 17px !important;
}

.text18 {
    font-size: 18px !important;
}

.text19 {
    font-size: 19px !important;
}

.text20 {
    font-size: 20px !important;
}

.text25 {
    font-size: 25px !important;
}

.text30 {
    font-size: 30px !important;
}

.text35 {
    font-size: 35px !important;
}

.text40 {
    font-size: 40px !important;
}

.text50 {
    font-size: 50px !important;
}


/* font text-align */

.txtrgterad {
    text-align: right !important;
}

.txtcenter {
    text-align: center !important;
}

/* 打ち消し */
.double_line {
    position: relative;
    display: inline-block;
}

.double_line::before,
.double_line::after {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(0);
    background-color: red;
    width: 100%;
    height: 1px;
    left: 0;
}

.double_line::before {
    top: 55%;
}

.double_line::after {
    top: 42%;
}

/* float */

.innerLf {
    float: left;
}

.innerRf {
    float: right;
}

.listdod {
    list-style: disc;
}

.listdod li {
    margin-left: 1.5em;
    margin-top: 0.25em;
    line-height: 1.4;
}

.decimal {
    list-style: decimal;
    margin-bottom: 0.25em;
}

.decimal li {
    margin-left: 1.5em;
    margin-top: 0.25em;
}

/*規程用*/
.numlist {
    margin-left: 0.5em;
    margin-bottom: 0.25em;
}

.numlist li {
    text-indent: -1.8em;
    margin-top: 0.25em;
}

/*規程用 end*/
/* 数字 olリスト*/
.number_list {
    counter-reset: list-num;
}

.number_list li {
    display: flex;
    margin: 5px 0;
    line-height: 1.5em;
}

.number_list li:before {
    counter-increment: list-num;
    content: counter(list-num);
    background: #00B1EB;
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 0.5em;
    font-weight: 700;
}

.number_list li:not(:before) {
    width: 50px
}


.dspbl {
    display: block;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.indentbefore {
    padding-left: 1em;
    position: relative;
}

.indentbefore:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.en_indentbefore {
    padding-left: 0.5em;
    position: relative;
}

.en_indentbefore:before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
}

.note_indent {
    display: inline-block;
    padding-left: 2.9em;
    text-indent: -2.9em;
}

.notes_indent {
    /* sありの場合 */
    display: inline-block;
    padding-left: 3.5em;
    text-indent: -3.5em;
}

/* ページ内アンカーリンク用 */
.nav_ac,
.nav_link {
    display: flex;
    flex-wrap: wrap;
}

.around {
    justify-content: space-around;
}

.align-center {
    align-items: center;
}
.nav_ac li,
.nav_link li {
    margin-bottom: 5px;
    margin-left: 5px;
}

.nav_ac li a,
.nav_link li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 5px 30px 5px 15px;
    border: 1px solid #0e1b47;
    border-radius: 10px;
    position: relative;
    transition: all 400ms ease;
    font-weight: 700;
}

.nav_ac li a:hover,
.nav_link li a:hover {
    background-color: #3170a9;
    color: #fff;
}

.nav_ac li a::after,
.nav_link li a::after {
    font-family: 'Material Icons Round';
    content: "keyboard_double_arrow_down";
    display: inline-flex;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 16px;
    transition: all 400ms ease;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
}

.nav_link li a::after {
    content: "keyboard_double_arrow_right";
}


.tb_style {
    width: 100%;
}

.tb_style td {
    width: 80%;
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #ddd;
}

.tb_style th {
    width: 20%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 2em;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-weight: 700;
}

.tb_style tr:last-child th, .tb_style tr:last-child td {
    border-bottom: none;
}


.flex_unit {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.flex_unit img {
    width: 100%;
}

@media screen and (max-width: 640px) {
    .flex_unit {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*背景カラー*/
span.new {
    display: inline-block;
    background-color: #be0058;
    border-radius: 20px;
    color: #fff;
    padding: 2px 7px;
    font-size: 12px;
    margin-left: 5px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    bottom: initial !important;
    margin-bottom: 20px;
}

.slick-dots li {
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
}

.slick-dots li button {
    width: auto !important;
    height: auto !important;
    position: relative;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
}

.slick-dots li button:before {
    content: '●';
    font-size: 50px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    color: #17294B;
}

.slick-dots .slick-active button:before {
    color: #3170a9;
}

.slick-slider .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background-color: transparent;
}

.slick-slider .prev-arrow {
    left: -40px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid #113463;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.slick-slider .next-arrow {
    right: -40px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 25px solid #113463;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}


/* font weight */

.txtnl {
    font-weight: normal;
}

.imgbox img {
    width: 100%;
}

#news .l_main_article img {
    width: 100%;
}

/* h3 h4 h5 h6 */

.l_container h3 {
    position: relative;
    font-size: 1.4rem;
    margin-bottom: 0.75em;
    padding-top: 1em;
    padding-bottom: 0.25em;
    font-weight: 700;
    border-top: 3px solid #17294B;
    /*     background-color: #17294B;
 */
}

.l_container h3 span {
    font-size: 1.6rem;
}

.l_container p+h3, .l_container ul+h3, .l_container ol+h3 {
    margin-top: 50px;
}

.l_container h4 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: bold;
}

.l_container p+h4, .l_container ul+h4, .l_container ol+h4 {
    margin-top: 30px;
}

.l_container .btn {
    display: inline-block;
}

.l_container h5 {
    font-size: 1.1rem;
    font-weight: bold;
}

.l_container h6 {
    font-size: 1rem;
    font-weight: bold;
}


/*  */

/* news press releases */

#news .text-a-left {
    text-align: left !important;
}

#news .text-a-center {
    text-align: center !important;
}

#news .text-a-right {
    text-align: right !important;
}

#news .l_main_article .dpb {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

#news .l_main_article .txt {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 0;
}


#news .l_main_article .c_spec_detail {
    margin-top: 5px;
    font-size: 12px;
}

#news .pager {
    text-align: center;
    margin: 0 0 20px;
}

#news .pager li {
    display: inline-block;
    text-align: right;
    padding-left: 2px;
}

#news .pager li a {
    display: block;
    padding: 15px 20px;
    color: #0c1a49;
    text-align: center;
    text-decoration: none;
    background-color: #eeeeee;
    border: 1px solid #ddd;
    border-radius: 50%;
}

#news .pager li a:hover {
    color: #fff;
    background-color: #0c1a49;
}

#news .pager li a.current {
    background-color: #ddd;
    border: 1px solid #bbb;
    color: #333;
}


/*movie wp*/

.movie-rs {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.movie-rs iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}