@charset "utf-8"; body,html {
}

.main_slide_text{
position: absolute;
    top: 75%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: auto;
    left: 0;
    right: 0;
    font-family: "arial bold";
}

.main_slide_text br{
display:none;
}

li{
    list-style-type: none;
}

body {
    margin: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
    color : #333333;
    overflow: hidden;
}

.lang_j {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    position: relative;
    cursor: pointer;
}

.lang_j:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(./images/lang.jpg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.lang_j:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #333333 transparent transparent transparent;
    margin-left: 10px;
    /* position: absolute; */
    /* line-height: 30px; */
    /* top: 50%; */
    vertical-align: middle;
}

.lang_menu {
    display: none;
    position: absolute;
}

.lang_menu.active {
    display: block;
    width: 120px;
    background: #fff;
    z-index: 10;
}

.lang_menu.passive {
    display: none;
}

.lang_list {
}

.lang_list a {
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    display: block;
    padding: 5px;
    text-align: center;
    transition: all 0.3s;
}

.lang_list a:hover {
    text-decoration: underline;
    color: #0082CA;
}

header {
    width: 1200px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    position: relative;
    margin-top: 15px;
    align-items: center;
}

header .header_logo_block {
    display: flex;
    position: relative;
    align-items: center;
}

header .header_logo_block h1 {
    margin-right: 30px;
}

header .header_text_block {
    border-left: 1px solid #C7C7C7;
    font-size : 18px;
    line-height: 34px;
    padding-left: 30px;
}

header .header_r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .header_lang_block {
    margin-right: 40px;
}

header .header_lang_block form {
    display: flex;
    align-items: center;
}

header .header_lang_block form:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(./images/lang.jpg);
    background-size: contain;
    vertical-align: middle;
}

header .header_lang_block select {
    font-size: 14px;
    cursor: pointer;
    margin: 0px 10px;
}

header .header_lang_block form:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #333333 transparent transparent transparent;
}

header .header_search_block {
}

header .header_search_block form {
    position: relative;
}

header .header_search_block form:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 12px;
    color: #B6B6B6;
}

header .header_search_block form input[type="text"] {
    width: 210px;
    background: url(https://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png) 10px center no-repeat #e9e9e9!important;
    background: #e9e9e9;
    height: 40px;
    border-radius: 30px;
    padding: 5px 10px !important;
    border: none !important;
}

header .header_search_block form input[type="submit"] {
}

.top_menu {
    position: relative;
    width: 100%;
    height: 42px;
    max-width: 1030px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_menu > li {
    height: 42px;
    display: block;
    list-style-type: none;
}

.top_menu > li a {
    display: flex;
    align-items: center;
    line-height: 1;
    height: 42px;
    padding: 15px 25px 15px 25px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

.top_menu > li a:hover {
    color: #999;
}

ul.sub_menu_li {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.top_menu > li:hover {
    border-radius: 3px;
    color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.top_menu > li a:hover {
    color: #333;
}

.top_menu > li:nth-child(1):hover {
    background-color: #67D387;
}

.top_menu > li:nth-child(2):hover {
    background-color: #FFBA00;
}

.top_menu > li:nth-child(3):hover {
    background-color: #FF8287;
}

.top_menu > li:nth-child(4):hover {
    background-color: #A1A5DC;
}

.top_menu > li:nth-child(5):hover {
    background-color: #66CBF5;
}

.top_menu > li:nth-child(6):hover {
    background-color: #9FDDD7;
}

.top_menu > li:nth-child(7):hover {
    background-color: #E19492;
}

.top_menu > li:nth-child(8):hover {
    background-color: #BA9F8A;
}

.init-bottom:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 12px;
    border-radius: 10px;
    width: 6px;
    height: 6px;
}

.main_menu_li:nth-child(1) .init-bottom:after {
    background-color: #67D387;
}

.main_menu_li:nth-child(2) .init-bottom:after {
    background-color: #FFBA00;
}

.main_menu_li:nth-child(3) .init-bottom:after {
    background-color: #FF8287;
}

.main_menu_li:nth-child(4) .init-bottom:after {
    background-color: #A1A5DC;
}

.main_menu_li:nth-child(5) .init-bottom:after {
    background-color: #66CBF5;
}

.main_menu_li:nth-child(6) .init-bottom:after {
    background-color: #9FDDD7;
}

.main_menu_li:nth-child(7) .init-bottom:after {
    background-color: #E19492;
}

.main_menu_li:nth-child(8) .init-bottom:after {
    background-color: #BA9F8A;
}

.top_menu > li.main_menu_li {
    position: relative;
}

li.main_menu_li ul.sub_menu_li {
    position: absolute;
    top: 30px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.main_menu_li ul.sub_menu_li {
    top: 42px;
    list-style-type: none;
}

li.main_menu_li:hover ul.sub_menu_li {
    top: 42px;
    visibility: visible;
    opacity: 1;
    list-style-type: none;
    background: #fff;
}

li.main_menu_li ul.sub_menu_li li a, li.main_menu_li:hover ul.sub_menu_li li a {
    text-align: center;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

li.main_menu_li ul.sub_menu_li li:first-child, li.main_menu_li:hover ul.sub_menu_li li:first-child {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    text-align: center;
    margin: 10px auto 0px;
}

li.main_menu_li ul.sub_menu_li.l1, li.main_menu_li:hover ul.sub_menu_li.l1 {
    left: -40px;
}

li.main_menu_li ul.sub_menu_li.l2, li.main_menu_li:hover ul.sub_menu_li.l2 {
    left: -57px;
}

li.main_menu_li ul.sub_menu_li.l3, li.main_menu_li:hover ul.sub_menu_li.l3 {
    left: -40px;
}

li.main_menu_li ul.sub_menu_li.l4, li.main_menu_li:hover ul.sub_menu_li.l4 {
    left: -20px;
}

li.main_menu_li ul.sub_menu_li.l6, li.main_menu_li:hover ul.sub_menu_li.l6 {
    left: -40px;
}

li.main_menu_li ul.sub_menu_li.l7, li.main_menu_li:hover ul.sub_menu_li.l7 {
    left: -35px;
}

li.main_menu_li ul.sub_menu_li.l8, li.main_menu_li:hover ul.sub_menu_li.l8 {
    left: -25px;
}

.sub_menu_li li:hover:not(:first-child) {
    background: #ddd;
}

li.main_menu_li ul.sub_menu_li.l1 li:first-child, li.main_menu_li:hover ul.sub_menu_li.l1 li:first-child {
    border-color: transparent transparent #67d387 transparent;
}

li.main_menu_li ul.sub_menu_li.l2 li:first-child, li.main_menu_li:hover ul.sub_menu_li.l2 li:first-child {
    border-color: transparent transparent #FFBA00 transparent;
}

li.main_menu_li ul.sub_menu_li.l3 li:first-child, li.main_menu_li:hover ul.sub_menu_li.l3 li:first-child {
    border-color: transparent transparent #FF8287 transparent;
}

li.main_menu_li ul.sub_menu_li.l4 li:first-child, li.main_menu_li:hover ul.sub_menu_li.l4 li:first-child {
    border-color: transparent transparent #A1A5DC transparent;
}

li.main_menu_li ul.sub_menu_li.l6 li:first-child, li.main_menu_li:hover ul.sub_menu_li.l6 li:first-child {
    border-color: transparent transparent #9FDDD7 transparent;
}

li.main_menu_li ul.sub_menu_li.l7 li:first-child, li.main_menu_li:hover ul.sub_menu_li.l7 li:first-child {
    border-color: transparent transparent #E19492 transparent;
}

li.main_menu_li ul.sub_menu_li.l8 li:first-child, li.main_menu_li:hover ul.sub_menu_li.l8 li:first-child {
    border-color: transparent transparent #BA9F8A transparent;
}

li.main_menu_li ul.sub_menu_li.l1 li:nth-child(2), li.main_menu_li:hover ul.sub_menu_li.l1 li:nth-child(2) {
    border-top: 2px solid #67D387;
}

li.main_menu_li ul.sub_menu_li.l2 li:nth-child(2), li.main_menu_li:hover ul.sub_menu_li.l2 li:nth-child(2) {
    border-top: 2px solid #FFBA00;
}

li.main_menu_li ul.sub_menu_li.l3 li:nth-child(2), li.main_menu_li:hover ul.sub_menu_li.l3 li:nth-child(2) {
    border-top: 2px solid #FF8287;
}

li.main_menu_li ul.sub_menu_li.l4 li:nth-child(2), li.main_menu_li:hover ul.sub_menu_li.l4 li:nth-child(2) {
    border-top: 2px solid #A1A5DC;
}

li.main_menu_li ul.sub_menu_li.l6 li:nth-child(2), li.main_menu_li:hover ul.sub_menu_li.l6 li:nth-child(2) {
    border-top: 2px solid #9FDDD7;
}

li.main_menu_li ul.sub_menu_li.l7 li:nth-child(2), li.main_menu_li:hover ul.sub_menu_li.l7 li:nth-child(2) {
    border-top: 2px solid #E19492;
}

li.main_menu_li ul.sub_menu_li.l8 li:nth-child(2), li.main_menu_li:hover ul.sub_menu_li.l8 li:nth-child(2) {
    border-top: 2px solid #BA9F8A;
}

li.main_menu_li ul.sub_menu_li.l1 li:not(:first-child), li.main_menu_li:hover ul.sub_menu_li.l1 li:not(:first-child) {
    border-left: 2px solid #67D387;
    border-right: 2px solid #67D387;
}

li.main_menu_li ul.sub_menu_li.l2 li:not(:first-child), li.main_menu_li:hover ul.sub_menu_li.l2 li:not(:first-child) {
    border-left: 2px solid #FFBA00;
    border-right: 2px solid #FFBA00;
}

li.main_menu_li ul.sub_menu_li.l3 li:not(:first-child), li.main_menu_li:hover ul.sub_menu_li.l3 li:not(:first-child) {
    border-left: 2px solid #FF8287;
    border-right: 2px solid #FF8287;
}

li.main_menu_li ul.sub_menu_li.l4 li:not(:first-child), li.main_menu_li:hover ul.sub_menu_li.l4 li:not(:first-child) {
    border-left: 2px solid #A1A5DC;
    border-right: 2px solid #A1A5DC;
}

li.main_menu_li ul.sub_menu_li.l6 li:not(:first-child), li.main_menu_li:hover ul.sub_menu_li.l6 li:not(:first-child) {
    border-left: 2px solid #9FDDD7;
    border-right: 2px solid #9FDDD7;
}

li.main_menu_li ul.sub_menu_li.l7 li:not(:first-child), li.main_menu_li:hover ul.sub_menu_li.l7 li:not(:first-child) {
    border-left: 2px solid #E19492;
    border-right: 2px solid #E19492;
}

li.main_menu_li ul.sub_menu_li.l8 li:not(:first-child), li.main_menu_li:hover ul.sub_menu_li.l8 li:not(:first-child) {
    border-left: 2px solid #BA9F8A;
    border-right: 2px solid #BA9F8A;
}

li.main_menu_li ul.sub_menu_li.l1 li:last-child, li.main_menu_li:hover ul.sub_menu_li.l1 li:last-child {
    border-bottom: 2px solid #67D387;
}

li.main_menu_li ul.sub_menu_li.l2 li:last-child, li.main_menu_li:hover ul.sub_menu_li.l2 li:last-child {
    border-bottom: 2px solid #FFBA00;
}

li.main_menu_li ul.sub_menu_li.l3 li:last-child, li.main_menu_li:hover ul.sub_menu_li.l3 li:last-child {
    border-bottom: 2px solid #FF8287;
}

li.main_menu_li ul.sub_menu_li.l4 li:last-child, li.main_menu_li:hover ul.sub_menu_li.l4 li:last-child {
    border-bottom: 2px solid #A1A5DC;
}

li.main_menu_li ul.sub_menu_li.l6 li:last-child, li.main_menu_li:hover ul.sub_menu_li.l6 li:last-child {
    border-bottom: 2px solid #9FDDD7;
}

li.main_menu_li ul.sub_menu_li.l7 li:last-child, li.main_menu_li:hover ul.sub_menu_li.l7 li:last-child {
    border-bottom: 2px solid #E19492;
}

li.main_menu_li ul.sub_menu_li.l8 li:last-child, li.main_menu_li:hover ul.sub_menu_li.l8 li:last-child {
    border-bottom: 2px solid #BA9F8A;
}

.top_img {
    margin-top: 17px;
}

.bxslider {
    position: relative;
}

.bxslider ul {
    opacity: 0;
}

.bxslider a {
    transition: 0.4s;
}

.bxslider .bx-pager {
    position: absolute;
    bottom: 26px;
    left: 0;
    width: 100%;
    height: 0px;
    text-align: center;
    display: inline;
}

.bxslider .bx-pager-item {
    display: inline;
    padding: 0 10px;
}

.bxslider .bx-pager-item a {
    background: rgba(0,0,0,1);
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -200%;
    overflow: hidden;
    border-radius: 50%;
}

.bxslider .bx-pager-item a:hover {
    background: rgba(0,0,0,0.6);
}

.bxslider .bx-pager-item a.active {
    background: rgba(160,160,160,1);
}

.bxslider .bx-controls-direction {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1em;
    width: 100%;
    height: 0px;
}

.bxslider .bx-controls-direction a {
    width: 40px;
    height: 40px;
    display: block;
    background: rgba(0,0,0,0.8);
    position: relative;
    text-indent: -100%;
    overflow: hidden;
}

.bxslider .bx-controls-direction a:hover {
    background: rgba(0,0,0,0.4);
}

.bxslider .bx-controls-direction a:before, .bxslider .bx-controls-direction a:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 8px;
}

.bxslider .bx-controls-direction a:after {
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.bxslider .bx-controls-direction a.bx-prev:after {
    transform: rotate(-135deg);
    left: 16px;
}

.bxslider .bx-prev {
    float: left;
}

.bxslider .bx-next {
    float: right;
}

.bx-loading:before, .bx-loading:after, .bx-loading {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.bx-loading {
    color: #000;
    font-size: 10px;
    position: absolute;
    top: 40%;
    left: 50%;
    text-indent: -100%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.bx-loading:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.bx-loading:after {
    left: 3.5em;
}

.bx-loading:before, .bx-loading:after {
    content: '';
    position: absolute;
    top: 0;
}

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.bxslider2 {
    overflow: hidden;
}

.bxslider2 .bxslider {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
}

.bxslider2 ul li img:nth-child(1) {
    width: 100%;
    height: auto;
}

.bxslider2 ul li img:nth-child(2) {
    position: absolute;
    top: 33%;
    left: 0;
    right: 0px;
    margin: auto;
    text-align: center;
    max-width: 554px;
    width: 100%;
    padding: 0px 0px;}
.bxslider2 ul li img:nth-child(3) {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0px;
    margin: auto;
    text-align: center;
    max-width: 580px;
    width: 100%;
    padding: 0px 40px;}

.bxslider2 .bx-viewport {
    overflow: visible !important;
}

.slide span {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0px;
    margin: auto;
    text-align: center;
    font-size : 15px;
    color : #FFFFFF;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute !important;
    bottom: 40px !important;
    width: 100% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #fff;
    background: none !important;
}

.bx-wrapper {
    margin-bottom: 80px !important;
}

.container {
    max-width: 1020px;
    margin: auto;
    width: 100%;
}

.topics_box {
    padding: 0px 110px;
    margin-bottom: 80px;
}

.topics_box h2 {
    font-weight : bold;
    font-size : 44px;
    color : #0082CA;
    text-align: center;
    margin-bottom: 80px !important;
    letter-spacing: 3px;
}

.topics_box .topics_list {
    display: flex;
    align-items: baseline;
    border-top: 1px dashed #ccc;
    padding: 25px 0px;
    border-bottom: 1px dashed #ccc;
    margin-top: -1px;
}

.topics_box .topics_list .date {
    font-size : 15px;
    width: 90px;
    flex-shrink: 0;
    line-height : 27px;
}

.topics_box .topics_list .text {
    font-size : 15px;
    position: relative;
    padding-left: 25px;
    line-height : 27px;
}

.topics_box .topics_list .text a {
    text-decoration: underline;
    color: #267FBC;
}

.topics_box .topics_list .text:before {
    width: 15px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 3px;
    top: 15px;
    background: #0082CA;
    height: 1px;
}

.topics_box .topics_list .text:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #0082CA;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    left: 11px;
    top: 9px;
}

.pick__up__list li a:hover:before,.pick__up__list li a:hover:after {
    -webkit-animation: pickupHoverArw .5s;
    animation: pickupHoverArw .5s
}
}

@media only screen and (max-width: 767px) {
    .pick__up__list {
        margin:5px 5.333% 0
    }

    .pick__up__list li {
        margin: 35px 0 0;
        width: 47.9104478%
    }
}

@media only screen and (min-width: 768px) {
    .pick__up__list {
        padding:0 15px
    }

    .pick__up__list li {
        margin: 54px 0 0;
        width: 31.4814815%
    }
}

@-webkit-keyframes pickupHoverArw {
    0% {
        opacity: 1;
        right: 33px
    }

    30% {
        opacity: 0;
        right: 33px
    }

    50% {
        opacity: 0;
        right: 45px
    }

    100% {
        opacity: 1;
        right: 33px
    }
}

@keyframes pickupHoverArw {
    0% {
        opacity: 1;
        right: 33px
    }

    30% {
        opacity: 0;
        right: 33px
    }

    50% {
        opacity: 0;
        right: 45px
    }

    100% {
        opacity: 1;
        right: 33px
    }
}

.container_1200 {
    width: 1200px;
    margin: auto;
}

.sponsor_box {
    margin: auto;
}

.sponsor_box ul {
    display: flex;
    flex-wrap: wrap;
}

.sponsor_box ul li {
    display: flex;
    list-style-type: none;
    margin-right: 7px;
    width: 234px;
    height: 60px;
    margin-bottom: 7px;
}

.sponsor_box ul li:nth-child(5n) {
    margin-right: 0px;
}

.sponsor_box2{
margin-top:40px;
}

.sponsor_box2 ul {
    display: flex;
    flex-wrap: wrap;
}

.sponsor_box2 ul li {
    display: flex;
    list-style-type: none;
    margin-right: 7px;
    height: 60px;
    margin-bottom: 7px;
}

.sponsor_box2 ul li:last-child {
    margin-right: 0px;
}

.sponsor_box2 ul li:first-child {
    width: 234px;
    position: relative;
    background-image: url(./images/sponsors_img.png);
    font-size: 14px;
    color: #0082CA;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.sponsor_box3{
margin-bottom:40px;
}


.sponsor_box3 ul {
    display: flex;
    flex-wrap: wrap;
}

.sponsor_box3 ul li {
    display: flex;
    list-style-type: none;
    margin-right: 7px;
    height: 60px;
    margin-bottom: 7px;
}

.sponsor_box3 ul li:last-child {
    margin-right: 0px;
}

.sponsor_box3 ul li:first-child {
    width: 234px;
    position: relative;
    background-image: url(./images/sponsors_img.png);
    font-size: 14px;
    color: #0082CA;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}



.sponsor_box ul li:first-child {
    position: relative;
    background-image: url(./images/sponsors_img.png);
    font-size: 14px;
    color: #0082CA;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.container_full {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.spot_box {
    margin: 80px auto 0;
    width: 100%;
}

.spot_box ul {
    display: flex;
    align-items: stretch;
}

.spot_box ul li {
    position: relative;
    list-style-type: none;
}

.spot_box ul li img {
    width: 100%;
    height: 100%;
}

.spot_box ul li a:hover .title {
    position: absolute;
    top: 0;
    min-width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    background: #fff;
    padding-left: 20px;
    transition: all 0.3s;
    color: #0082CA;
}

.spot_box ul li .title {
    position: absolute;
    top: 0;
    min-width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    background: #0082CA;
    padding-left: 20px;
    transition: all 0.3s;
    color: #fff;
}

.spot_box ul li a {
}

.spot_box ul li a img {
    transition: all 0.3s;
    opacity: 1;
}

.spot_box ul li a:hover img {
    opacity: 0.7;
}

.spot_box ul.first li:nth-child(1), .spot_box ul.second li:nth-child(2), .spot_box ul.thaad li:nth-child(1) {
    width: 67%;
}

.spot_box ul.first li:nth-child(2), .spot_box ul.second li:nth-child(1), .spot_box ul.thaad li:nth-child(2) {
    width: 33%;
}

.spot_box ul li .title:before {
    width: 15px;
    content: "";
    position: absolute;
    z-index: 1;
    right: 22px;
    top: 32px;
    background: #fff;
    height: 1px;
}

.spot_box ul li .title:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #fff;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    right: 20px;
    top: 26px;
}

.spot_box ul li a:hover .title:before {
    width: 15px;
    content: "";
    position: absolute;
    z-index: 1;
    right: 22px;
    top: 32px;
    background: #0082CA;
    height: 1px;
}

.spot_box ul li a:hover .title:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #0082CA;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    right: 20px;
    top: 26px;
}

.spot_box ul.thaad li:nth-child(2) {
    background: #0082CA;
    display: flex;
    justify-content: center;
    text-align: center;
}

.spot_box ul.thaad li:nth-child(2) a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}

.spot_box ul.thaad li:nth-child(2) a .flex {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.spot_box ul.thaad li:nth-child(2) a .mark {
    font-size: 80px;
}

.spot_box ul.thaad li:nth-child(2) a p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

.top_event {
    background-image: url(./images/top_event_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.event_box {
    max-width: 1200px;
    margin: auto;
}

.event_box h2 {
    font-weight: bold;
    font-size: 44px;
    color: #0082CA;
    text-align: center;
    padding-top: 80px !important;
    margin-bottom: 80px !important;
    letter-spacing: 3px;
}

.event_box .event_line {
    max-width: 1200px;
    height: 70px;
    display: flex;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.event_box .event_line .title {
    max-width: 820px;
    width: 100%;
    height: 70px;
    background-color: #fff;
    font-weight: bold;
    font-size: 18px;
    color: #0082CA;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-left: 4px solid #0082CA;
}

.event_box .event_line .link {
    max-width: 380px;
    width: 100%;
    height: 70px;
    background-color: #0082CA;
    font-weight : bold;
    font-size : 18px;
    color : #FFFFFF;
    display: flex;
    align-items: center;
    border-radius: 0px 5px 5px 0px ;
}

.event_box .event_line .link a {
    border-radius: 0px 5px 5px 0px ;
    max-width: 380px;
    width: 100%;
    height: 70px;
    background-color: #0082CA;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
}

.event_box .event_line .link a:before {
    width: 15px;
    content: "";
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 37px;
    background: #fff;
    height: 1px;
}

.event_box .event_line .link a:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #fff;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    right: 13px;
    top: 31px;
}

.event_box .event_line .link a:hover {
    border-radius: 0px 5px 5px 0px ;
    max-width: 380px;
    width: 100%;
    height: 70px;
    background-color: #fff;
    font-weight: bold;
    font-size: 18px;
    color: #0082CA;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
}

.event_box .event_line .link a:hover:before {
    width: 15px;
    content: "";
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 37px;
    background: #0082CA;
    height: 1px;
}

.event_box .event_line .link a:hover:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #0082CA;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    right: 13px;
    top: 31px;
}

.event_box ul.main_list {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;    flex-wrap: wrap;
}

.event_box ul.main_list li {
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    max-width: 380px;
    width: 100%;
    list-style-type: none;
    margin-right: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.event_box ul.main_list li:hover {
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    max-width: 380px;
    width: 100%;
    list-style-type: none;
    margin-right: 30px;
    background-color: #0082CA;
    border-radius: 10px;
}

.event_box ul.main_list li:nth-child(3n) {
    margin-right: 0px;
}

.event_box ul.main_list li a {
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s;
    height: 100%;
}

.event_box ul.main_list li .cat_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.event_box ul.main_list li a:hover {
    display: block;
    text-decoration: none;
    background-color: #0082CA;
}

.event_box ul.main_list li a img {
    border-radius: 10px 5px 0px 0px ;
    width: 100%;
    height: auto;
}

.event_box ul.main_list li a .data_area {
    border-radius: 0px 0px 5px 5px ;
    padding: 25px;
    line-height: 1.8;
    position: relative;
}

.event_box ul.main_list li a .data_area .date {
    font-size : 14px;
    color : #858585;
}

.event_box ul.main_list li a .data_area h3 {
    font-weight : bold;
    font-size : 15px;
    color : #333333;
    padding-right: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event_box ul.main_list li a .data_area .place {
    font-size : 14px;
    color : #858585;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event_box ul.main_list li a:hover .data_area .date {
    font-size : 14px;
    color : #fff;
}

.event_box ul.main_list li a:hover .data_area h3 {
    font-weight : bold;
    font-size : 15px;
    color : #fff;
}

.event_box ul.main_list li a:hover .data_area .place {
    font-size : 14px;
    color : #fff;
}

.event_box ul.main_list li a .data_area:before {
    width: 15px;
    content: "";
    position: absolute;
    z-index: 1;
    right: 27px;
    top: 50%;
    background: #0082CA;
    height: 1px;
}

.event_box ul.main_list li a .data_area:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #0082CA;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    right: 25px;
    top: 46%;
}

.event_box ul.main_list li a:hover .data_area:before {
    width: 15px;
    content: "";
    position: absolute;
    z-index: 1;
    right: 27px;
    top: 50%;
    background: #fff;
    height: 1px;
}

.event_box ul.main_list li a:hover .data_area:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #fff;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    right: 25px;
    top: 46%;
}

@media (max-width: 1240px) {
    .event_box ul.main_list li {
        width: 32% !important;
        margin-right: 2% !important;
    }

    .event_box ul.main_list li:nth-child(3n) {
        margin-right: 0px!important;
    }
}

.event_box .event_line2 {
    max-width: 1200px;
    height: 70px;
    display: flex;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

.event_box .event_line2 .title {
    max-width: 1200px;
    width: 100%;
    height: 70px;
    background-color: #fff;
    font-weight: bold;
    font-size: 18px;
    color: #0082CA;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-left: 4px solid #0082CA;
}

.event_box ul.sub_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 80px;
}

.event_box ul.sub_list li {
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    max-width: 380px;
    width: 100%;
    list-style-type: none;
    margin-right: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.event_box ul.sub_list li a {
    display: flex;
    text-decoration: none;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s;
}

.event_box ul.sub_list li a:hover {
    display: flex;
    text-decoration: none;
    background-color: #0082CA;
}

.event_box ul.sub_list li a img {
    border-radius: 10px 0px 0px 5px;
    width: 100px;
    height: 100px;
}

.event_box ul.sub_list li a .data_area {
    border-radius: 0px 10px 10px 0px;
    padding: 15px 20px;
    line-height: 1.8;
    position: relative;
    flex-shrink: 0;
    width: 260px;
}

.event_box ul.sub_list li a .data_area .date {
    font-size : 12px;
    color : #858585;
}

.event_box ul.sub_list li a .data_area h3 {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event_box ul.sub_list li a .data_area .place {
    font-size: 12px;
    color: #858585;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event_box ul.sub_list li a .data_area .place br {
    display: none;
}

.event_box ul.sub_list li a:hover .data_area .date {
    font-size : 12px;
    color : #fff;
}

.event_box ul.sub_list li a:hover .data_area h3 {
    font-weight : bold;
    font-size : 14px;
    color : #fff;
}

.event_box ul.sub_list li a:hover .data_area .place {
    font-size : 12px;
    color : #fff;
}

.event_box ul.sub_list li a .data_area:before {
    width: 15px;
    content: "";
    position: absolute;
    z-index: 1;
    right: 0%;
    top: 50%;
    background: #0082CA;
    height: 1px;
}

.event_box ul.sub_list li a .data_area:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #0082CA;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
right: -1px;
    top: 44%;
}

.event_box ul.sub_list li a:hover .data_area:before {
    width: 15px;
    content: "";
    position: absolute;
    z-index: 1;
    right: 0%;
    top: 50%;
    background: #fff;
    height: 1px;
}

.event_box ul.sub_list li a:hover .data_area:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #fff;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
right: -1px;
    top: 44%;
}

@media (max-width: 1240px) {
    .event_box ul.sub_list li {
        width: 49%;
        margin-right: 2%;
        max-width: 100%;
    }

    .event_box ul.sub_list li:nth-child(even) {
        margin-right: 0;
    }

    .event_box ul.sub_list li a img {
        border-radius: 10px 0px 0px 5px;
        width: 100px;
        height: 100px;
    }

    .event_box ul.sub_list li a .data_area {
        border-radius: 0;
        padding: 0px 10px;
        line-height: 1.6;
        position: relative;
        max-width: 100%;
        width: 75%;
    }
}

@media (min-width: 1241px) {
    .event_box ul.sub_list li:nth-child(3n) {
        margin-right: 0px;
    }
}

.mogitate_box {
    max-width: 1200px;
    margin: 0px auto 80px;
}

.mogitate_box h2 {
    font-weight: bold;
    font-size: 44px;
    color: #0082CA;
    text-align: center;
    padding-top: 80px !important;
    margin-bottom: 80px !important;
    letter-spacing: 3px;
}

.mogitate_box h2:after {
    background-image: url(./images/rss.png);
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: contain;
    vertical-align: baseline;
    margin-left: 10px;
}

.mogitate_box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.mogitate_box ul li {
    margin-bottom: 30px;
    max-width: 280px;
    width: 100%;
    list-style-type: none;
    margin-right: 26px;
    background-color: #fff;
}

.mogitate_box ul li a {
    text-decoration: none;
    transition: all 0.3s;
}

.mogitate_box ul li a .title {
    text-decoration: none;
    color: #333333;
    transition: all 0.3s;
}

.mogitate_box ul li a:hover .title {
    text-decoration: underline;
    color: #0082CA;
}

.mogitate_box ul li:nth-child(4) {
    margin-right: 0px;
}

.mogitate_box ul li img {
    /*    width: 100%;
    height: auto;
*/
    width: auto;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.mogitate_box ul li .date {
    font-size : 14px;
    line-height : 25px;
    color : #858585;
    margin-top: 10px;
}

.mogitate_box ul li .title {
    font-size : 15px;
    line-height : 26px;
    color : #333333;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}

.mogitate_box ul li .title:before {
    width: 15px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 16px;
    background: #0082CA;
    height: 1px;
}

.mogitate_box ul li .title:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #0082CA;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    left: 10px;
    top: 10px;
}

.link_bt {
}

.link_bt a {
    width: 400px;
    height: 70px;
    display: flex;
    background: #0082CA;
    color: #fff;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
}

.link_bt a:before {
    width: 15px;
    content: "";
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 37px;
    background: #fff;
    height: 1px;
}

.link_bt a:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #fff;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    right: 13px;
    top: 31px;
}

@media (max-width: 1240px) {
    .mogitate_box ul li {
        width: 24% !important;
        margin-right: 1.33%;
    }

    .mogitate_box ul li:nth-child(4) {
        margin-right: 0px;
    }
}

.ie_box {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    border-top: 1px dashed #A7A7A7;
}

.ie_box h2 {
    font-weight: bold;
    font-size: 44px;
    color: #0082CA;
    text-align: center;
    padding-top: 80px !important;
    margin-bottom: 50px !important;
    letter-spacing: 3px;
}

.ie_box p {
    font-size: 15px;
    text-align: center;
}

.ie_box p a {
    color: #0082CA;
}

.ie_box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}

.ie_box ul li {
    margin-bottom: 30px;
    max-width: 380px;
    width: 100%;
    list-style-type: none;
    margin-right: 30px;
    background-color: #fff;
}

.ie_box ul li a {
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s;
}

.ie_box ul li a img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.ie_box ul li a .title {
    text-decoration: none;
    font-weight : bold;
    font-size : 15px;
    margin-top: 20px;
    color : #333333;
    transition: all 0.3s;
    position: relative;
    padding-left: 25px;
}

.ie_box ul li .title:before {
    width: 15px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 12px;
    background: #0082CA;
    height: 1px;
}

.ie_box ul li .title:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #0082CA;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    left: 10px;
    top: 6px;
}

.ie_box ul li a:hover .title {
    text-decoration: underline;
    color: #0082CA;
}

.ie_box ul li:nth-child(3n) {
    margin-right: 0px;
}

@media (max-width: 1240px) {
    .ie_box ul li {
        width: 32% !important;
        margin-right: 2% !important;
    }

    .ie_box ul li:nth-child(3n) {
        margin-right: 0px!important;
    }
}

.sns_box {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto 0px;
}

.sns_box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}

.sns_box ul li {
    max-width: 400px;
    width: 100%;
    list-style-type: none;
    background-color: #fff;
}

.sns_box ul li .title {
    max-width: 400px;
    width: 100%;
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color: #fff;
    position: relative;
}

.sns_box ul li .title.fb {
    background-color: #4267AE;
}

.sns_box ul li .title.fb .logo, .sns_box ul li .title.tw .logo {
    margin-top: 28px;
    font-size: 25px;
}

.sns_box ul li .title.fb .name, .sns_box ul li .title.tw .name {
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 65px;
}

.sns_box ul li .title.fb .account, .sns_box ul li .title.tw .account {
    position: absolute;
    top: 85px;
    font-size: 13px;
}

.sns_box ul li .title.tw {
    background-color: #1D9DEE;
}

.sns_box ul li .title.in {
    background-color: #EBEBEB;
}

.sns_box ul li .title.in .logo {
    margin-top: 28px;
    font-size: 25px;
    color: #000;
}

.sns_box ul li .title.in .name {
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 65px;
    color: #000;
}

.sns_box ul li .title.in .account {
    position: absolute;
    top: 85px;
    font-size: 13px;
    color: #000;
}

.sns_box ul#instafeed {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0px;
}

.sns_box ul#instafeed li {
    max-width: 200px;
    width: 50%;
    height: 200px;
    overflow: hidden;
border: 1px solid #fff;
}

.sns_box ul#instafeed li img {
    height: auto;
    width: 200px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

@media (max-width: 1240px) {
    .sns_box ul li {
        width: 33.33% !important;
    }
}

.link_box {
    margin: 80px auto;
}

.link_box ul {
    display: flex;
    flex-wrap: wrap;
}

.link_box ul li {
    display: flex;
    list-style-type: none;
    margin-right: 7px;
    width: 234px;
    height: 60px;
    margin-bottom: 7px;
}

.link_box ul li:nth-child(5n) {
    margin-right: 0px;
}

footer {
    background-color: #555555;
    width: 100%;
    padding: 80px 0px;
}

footer .foot_nav {
    max-width: 1200px;
    margin: auto;
}

footer .foot_nav {
    display: flex;
    justify-content: center;
}

footer .foot_nav .row {
    margin-right: 30px;
}

footer .foot_nav .row:last-child {
    margin-right: 0;
}

footer .foot_nav .row h4 {
    font-weight : bold;
    font-size : 15px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

footer .foot_nav .row ul li {
    list-style-type: none;
    font-size : 13px;
    margin-bottom: 10px;
}

footer .foot_nav .row ul li a {
    color: #C9C9C9;
    text-decoration: none;
    position: relative;
    padding-left: 10px;
}

footer .foot_nav .row ul li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    left: 0px;
}

footer .foot_nav .row ul li a:hover {
    text-decoration: underline;
}

footer .foot_bottom {
    max-width: 1200px;
    width: 100%;
    margin: 70px auto 0px;
    border-top: 1px dashed #A7A7A7;
}

footer .foot_bottom .logo {
    text-align: center;
    margin-top: 80px;
}

footer .foot_bottom .address {
    text-align: center;
    margin-top: 40px;
    font-size : 14px;
    line-height : 24px;
    color : #C9C9C9;
}

footer .foot_bottom .copy {
    text-align: center;
    margin-top: 40px;
    font-size : 13px;
    color : #A7A7A7;
}

footer .foot_bottom .copy br {
    display: none
}

/* PC非表示 */
@media (min-width: 751px) {
    .mogitate_box h2 br {
        display:none;
    }

    .sp_ {
        display: none;
    }
}

@media (max-width: 750px) {
    .header_lang_block {
        display: block;
        margin: auto;
        text-align: center;
    }

    .lang_menu {
        position: relative;
        margin: auto;
    }

    .pc_ {
        display: none;
    }

    body {
        font-size: 62.5%;
        overflow: hidden;
    }

    header {
        width: 100%;
        display: flex;
        margin: auto;
        justify-content: space-between;
        margin-top: 0;
        align-items: center;
/*        padding: 20px 5% 20px;*/
padding: 15px 5% 15px;
        position: fixed;
        z-index: 100;
        background: #fff;
        top: 0;
    }

    .header_logo img {
        width: 100%;
        max-width: 240px;
        height: auto;
    }

    header .header_text_block {
        border-left: none;
        font-size: 10px;
        line-height: 0;
        padding-left: 0;
        position: absolute;
        top: 9px;
        right: 40px;
    }

    nav.sp_ {
        display: none;
        position: fixed;
        width: 100%;
        background: #fff;
        left: 0;
        /*top: 85px;*/
        top: 75px;
        border-bottom: 4px solid #0082CA;
    }

    nav.sp_.header_nav {
        width: 100%;
        margin: 0px;
        z-index: 10000;
    }

    .nav_text1, .nav_text2 {
        font-weight : bold;
        font-size: 1em;
        line-height : 50px;
        color : #0082CA;
        position: absolute !important;
        bottom: -15px;
    }

    .nav_text1 {
        left: -3px;
    }

    .nav_text2 {
        display: none;
        left: -5px;
    }

    /*開閉ボタン*/
    #nav_toggle {
        display: block;
        width: 23px;
        height: 42px;
        position: relative;
        top: 0px;
        z-index: 100;
        cursor: pointer;
    }

    #nav_toggle div {
        position: relative;
    }

    #nav_toggle span {
        display: block;
        height: 2px;
        background: #0082CA;
        position: absolute;
        width: 100%;
        left: 0px;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    #nav_toggle span:nth-child(1) {
        top: 0px;
    }

    #nav_toggle span:nth-child(2) {
        top: 8px;
    }

    #nav_toggle span:nth-child(3) {
        top: 16px;
    }

    /*開閉ボタンopen時*/
    .open #nav_toggle span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav_toggle span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    nav.sp_.header_nav ul {
        margin-top: 20px;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 0px 6%;
    }

    nav.sp_.header_nav ul li {
        width: 49%;
        margin-bottom: 20px;
        list-style-type: none;
        display: flex;
        justify-content: center;
    }

    nav.sp_.header_nav ul li:nth-child(odd) {
        margin-right: 2%;
    }

    nav.sp_.header_nav ul li a {
        min-width: 140px;
        width: 100%;
        height: 50px;
        display: flex;
        border: 2px solid #dadada;
        border-radius: 10px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.4em;
        align-items: center;
        color: #333333;
        padding-left: 15px;
    }

    .sp_gnav span {
        position: relative;
    }

    .sp_gnav span:after {
        content: '●';
        position: absolute;
        top: -5px;
        right: -15px;
    }

    .sp_gnav li:nth-child(1) span:after {
        color: #67D387;
    }

    .sp_gnav li:nth-child(2) span:after {
        color: #FFBA00;
    }

    .sp_gnav li:nth-child(3) span:after {
        color: #FF8287;
    }

    .sp_gnav li:nth-child(4) span:after {
        color: #A1A5DC;
    }

    .sp_gnav li:nth-child(5) span:after {
        color: #66CBF5;
    }

    .sp_gnav li:nth-child(6) span:after {
        color: #9FDDD7;
    }

    .sp_gnav li:nth-child(7) span:after {
        color: #E19492;
    }

    .sp_gnav li:nth-child(8) span:after {
        color: #BA9F8A;
    }

    .header_lang_block form {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header_lang_block form:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(./images/lang.jpg);
        background-size: contain;
        vertical-align: middle;
    }

    .header_lang_block select {
        font-size: 1.4em;
        cursor: pointer;
        margin: 0px 10px;
    }

    .header_lang_block form:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #333333 transparent transparent transparent;
    }

    .header_search_block {
    }

    .header_search_block form {
        margin: 40px auto;
        text-align: center;
        position: relative;
    }

    .header_search_block form:after {
        content: "\f002";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 35px;
        top: 11px;
        color: #B6B6B6;
        width: 20%;
        font-size: 2em;
    }

    .header_search_block form input[type="text"] {
        width: 80%;
        background: #e9e9e9;
        height: 45px;
        border-radius: 25px;
        padding: 5px 10px;
        margin: auto;
    }

    .main {
        /*padding-top: 87px;*/
        padding-top: 77px;
    }

    .topics_box h2 {
        font-weight: bold;
        font-size: 3.2em;
        color: #0082CA;
        text-align: center;
        margin-bottom: 50px !important;
    }

    .bx-wrapper {
        margin-bottom: 50px !important;
    }

    .topics_box {
        padding: 0px 5%;
        margin-bottom: 100px;
    }

    .topics_box .topics_list {
        display: block;
        align-items: baseline;
        border-top: 1px dashed #ccc;
        padding: 12px 0px;
        border-bottom: 1px dashed #ccc;
        margin-top: -1px;
    }

    .topics_box .topics_list .date {
        font-size: 1.5em;
        width: 90px;
        flex-shrink: 0;
        line-height: 12px;
    }

    .topics_box .topics_list .text {
        font-size: 1.5em;
        position: relative;
        padding-left: 15px;
        line-height: 26px;
        margin-top: 10px;
        position: relative;
    }

    .sponsor_box {
        margin: auto;
        padding: 0 5%;
    }

    .sponsor_box ul li {
        display: flex;
        list-style-type: none;
        margin-right: 1%;
        height: auto;
        margin-bottom: 7px;
    }

    .sponsor_box ul li:first-child {
        position: relative;
        background-image: url(./images/sponsors_img.png);
        font-size: 1.2em;
        color: #0082CA;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        background-size: 100%;
    }

.sponsor_box2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

    .sponsor_box2 {
        margin: auto;
        padding: 0 5%;
    }

    .sponsor_box2 ul li {
        display: flex;
        list-style-type: none;
        margin-right: 1%;
        height: auto;
        margin-bottom: 7px;
    }

    .sponsor_box2 ul li:first-child {
        position: relative;
        background-image: url(./images/sponsors_img.png);
        font-size: 1.2em;
        color: #0082CA;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        background-size: 100%;
    }

    .sponsor_box3 {
        margin: auto;
        padding: 0 5%;
    }

.sponsor_box3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

    .sponsor_box3 ul li {
        display: flex;
        list-style-type: none;
        margin-right: 1%;
        height: auto;
        margin-bottom: 7px;
    }

    .sponsor_box3 ul li:first-child {
        position: relative;
        background-image: url(./images/sponsors_img.png);
        font-size: 1.2em;
        color: #0082CA;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        background-size: 100%;
    }
    .topics_box .topics_list .text:before {
        display: none;
    }

    .topics_box .topics_list .text span:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-color: transparent transparent transparent #0083ca;
        top: 5px;
        left: 5px;
    }

    .topics_box .topics_list .text:after {
        display: none;
    }

    .container_1200 {
        width: 100%;
        margin: auto;
    }

    .sponsor_box ul li:nth-child(5n) {
        margin-right: 1%;
    }

    .sponsor_box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sponsor_box img {
        width: 100%;
        height: auto;
    }

    .spot_box ul {
        display: flex;
        align-items: stretch;
        flex-flow: column;
    }

    .spot_box ul.first li:nth-child(1), .spot_box ul.second li:nth-child(2), .spot_box ul.thaad li:nth-child(1) {
        width: 100%;
    }

    .spot_box ul.first li:nth-child(2), .spot_box ul.second li:nth-child(1), .spot_box ul.thaad li:nth-child(2) {
        width: 100%;
    }

    .spot_box ul li img {
        width: 100%;
        height: 100%;
        vertical-align: top;
    }

    .spot_box ul li .title {
        position: absolute;
        top: 0;
        min-width: 185px;
        height: 40px;
        display: flex;
        align-items: center;
        background: #0082CA;
        padding-left: 10px;
        transition: all 0.3s;
        color: #fff;
        font-size: 1.2em;
        font-weight: bold;
        border-radius: 0 0 10px 0;
    }

    .spot_box ul li a:hover .title {
        position: absolute;
        top: 0;
        min-width: 185px;
        height: 40px;
        display: flex;
        align-items: center;
        background: #0082CA;
        padding-left: 10px;
        transition: all 0.3s;
        color: #fff;
        font-size: 1.2em;
        font-weight: bold;
        border-radius: 0 0 10px 0;
    }

    .spot_box ul li .title:before {
        width: 10px;
        content: "";
        position: absolute;
        z-index: 1;
        right: 12px;
        top: 22px;
        background: #fff;
        height: 1px;
    }

    .spot_box ul li .title:after {
        content: "";
        position: absolute;
        z-index: 1;
        height: 1px;
        background: #fff;
        width: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        right: 10px;
        top: 18px;
    }

    .spot_box ul li a:hover .title:before {
        width: 10px;
        content: "";
        position: absolute;
        z-index: 1;
        right: 12px;
        top: 22px;
        background: #fff;
        height: 1px;
    }

    .spot_box ul li a:hover .title:after {
        content: "";
        position: absolute;
        z-index: 1;
        height: 1px;
        background: #fff;
        width: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        right: 10px;
        top: 18px;
    }

    .spot_box ul.thaad li:nth-child(2) {
        width: 90%;
        margin: 5%;
        border-radius: 10px;
    }

    .spot_box ul.thaad li:nth-child(2) a .flex {
        display: flex;
        justify-content: center;
        flex-flow: row;
        align-items: center;
        width: 100%;
        height: 100%;
        align-items: center;
        padding: 20px;
    }

    .spot_box ul.thaad li:nth-child(2) a p {
        margin-top: 0px;
        font-weight: bold;
        font-size: 1.4em;
        line-height: 24px;
    }

    .spot_box ul.thaad li:nth-child(2) a .mark {
        font-size: 4em;
        margin-right: 20px;
    }

    .spot_box ul.thaad {
        margin-bottom: 50px;
    }

    .event_box {
        max-width: 100%;
        margin: auto;
        padding: 0px 5%;
    }

    .event_box h2 {
        font-weight: bold;
        font-size: 3.2em;
        color: #0082CA;
        text-align: center;
        padding-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .event_box .event_line .title {
        width: 100%;
        height: 50px;
        background-color: #fff;
        font-weight: bold;
        font-size: 1.4em;
        color: #0082CA;
        display: flex;
        align-items: center;
        padding-left: 10px;
        border-left: 4px solid #0082CA;
    }

    .event_box .event_line .link {
        max-width: 100px;
        width: 100%;
        height: 50px;
        background-color: #0082CA;
        font-weight: bold;
        font-size: 1.4em;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        border-radius: 0px 10px 10px 0px;
    }

    .event_box .event_line .link a span {
        display: none;
    }

    .event_box .event_line .link a {
        border-radius: 0px 10px 10px 0px;
        max-width: 90px;
        width: 100%;
        height: 50px;
        background-color: #0082CA;
        font-weight: bold;
        font-size: 1.2em;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        position: relative;
        transition: all 0.3s;
    }

    .event_box .event_line .link a:hover {
        border-radius: 0px 10px 10px 0px;
        max-width: 90px;
        width: 100%;
        height: 50px;
        background-color: #0082CA;
        font-weight: bold;
        font-size: 1.4em;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        position: relative;
    }

    .event_box .event_line .link a:before {
        width: 10px;
        content: "";
        position: absolute;
        z-index: 1;
        right: 5px;
        top: 25px;
        background: #fff;
        height: 1px;
    }

    .event_box .event_line .link a:after {
        content: "";
        position: absolute;
        z-index: 1;
        height: 1px;
        background: #fff;
        width: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        right: 3px;
        top: 21px;
    }

    .event_box .event_line .link a:hover:before {
        width: 10px;
        content: "";
        position: absolute;
        z-index: 1;
        right: 5px;
        top: 25px;
        background: #fff;
        height: 1px;
    }

    .event_box .event_line .link a:hover:after {
        content: "";
        position: absolute;
        z-index: 1;
        height: 1px;
        background: #fff;
        width: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        right: 3px;
        top: 21px;
    }

    .event_box .event_line {
        max-width: 100%;
        height: 50px;
        display: flex;
        box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);    border-radius: 10px
    }

    .event_box ul.main_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
    }

    .event_box ul.main_list li {
        width: 100% !important;
        margin-right: 0 !important;
        max-width: 100%;
        margin-bottom: 30px;
        background-color: #fff;
border-radius: 10px;
    max-width: 320px;
    }

    .event_box ul.main_list li:hover {
        box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
        max-width: 100%;
        width: 100%;
        list-style-type: none;
        margin-right: 30px;
        background-color: #fff;
border-radius: 10px;
    max-width: 320px;

    }

    .event_box ul.main_list li a .data_area .date {
        font-size: 1.2em;
        color : #858585;
    }

    .event_box ul.main_list li a .data_area h3 {
        font-weight : bold;
        font-size: 1.4em;
        color : #333333;
    }

    .event_box ul.main_list li a .data_area .place {
        font-size: 1.2em;
        color : #858585;
    }

    .event_box ul.main_list li a:hover .data_area .date {
        font-size: 1.2em;
        color : #858585;
    }

    .event_box ul.main_list li a:hover .data_area h3 {
        font-weight : bold;
        font-size: 1.4em;
        color : #333333;
    }

    .event_box ul.main_list li a:hover .data_area .place {
        font-size: 1.2em;
        color : #858585;
    }

    .event_box .event_line2 {
        max-width: 100%;
        height: 50px;
        display: flex;
        box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
        margin-top: 70px;
    }

    .event_box .event_line2 .title {
        max-width: 100%;
        width: 100%;
        height: 50px;
        background-color: #fff;
        font-weight: bold;
        font-size: 1.4em;
        color: #0082CA;
        display: flex;
        align-items: center;
        padding-left: 10px;
        border-left: 4px solid #0082CA;
    }

    .event_box ul.sub_list {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .event_box ul.sub_list li {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .event_box ul.sub_list li a img {
        border-radius: 0;
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }

    .event_box ul.sub_list li a {
        display: flex;
        text-decoration: none;
        background-color: #fff;
        border-radius: 10px;
        transition: all 0.3s;
        padding: 20px;
    }

    .event_box ul.sub_list li a .data_area .date {
        font-size: 1.1em;
        color : #666666;
    }

    .event_box ul.sub_list li a .data_area h3 {
        font-weight : bold;
        font-size: 1.4em;
        color : #333333;
    }

    .event_box ul.sub_list li a .data_area .place {
        font-size: 1.2em;
        color : #666666;
    }

    .event_box ul.sub_list li a:hover .data_area .date {
        font-size: 1.1em;
        color : #666666;
    }

    .event_box ul.sub_list li a:hover .data_area h3 {
        font-weight : bold;
        font-size: 1.4em;
        color : #333333;
    }

    .event_box ul.sub_list li a:hover .data_area .place {
        font-size: 1.1em;
        color : #666666;
    }

    .event_box ul.sub_list li a .data_area:before {
        width: 10px;
        content: "";
        position: absolute;
        z-index: 1;
        right: 0%;
        top: 50%;
        background: #0082CA;
        height: 1px;
    }

    .event_box ul.sub_list li a .data_area:after {
        content: "";
        position: absolute;
        z-index: 1;
        height: 1px;
        background: #0082CA;
        width: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    right: -1px;
        top: 44%;
    }

    .event_box ul.sub_list li a:hover .data_area:before {
        width: 10px;
        content: "";
        position: absolute;
        z-index: 1;
        right: 0%;
        top: 50%;
        background: #fff;
        height: 1px;
    }

    .event_box ul.sub_list li a:hover .data_area:after {
        content: "";
        position: absolute;
        z-index: 1;
        height: 1px;
        background: #fff;
        width: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    right: -1px;
        top: 45%;
    }

    .mogitate_box {
        max-width: 100%;
        margin: 0px auto 30px;
        padding: 0px 5%;
    }

    .mogitate_box h2 {
        font-weight: bold;
        font-size: 3.2em;
        color: #0082CA;
        text-align: center;
        padding-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .mogitate_box h2:after {
        background-image: url(./images/rss.png);
        content: '';
        display: inline-block;
        width: 28px;
        height: 28px;
        background-size: contain;
        vertical-align: baseline;
        margin-left: 10px;
    }

    .mogitate_box ul li {
        width: 100% !important;
        margin-right: 0;
        max-width: 100%;
    }

    .mogitate_box ul li .date {
        font-size: 1.2em;
        line-height: 15px;
        color: #858585;
        margin-top: 10px;
    }

    .mogitate_box ul li .title {
        font-size: 1.2em;
        line-height: 20px;
        color: #333333;
        position: relative;
        padding-left: 10px;
        margin-top: 10px;
    }

    .mogitate_box ul li .title:before {
        width: 10px;
        content: "";
        position: absolute;
        z-index: 1;
        left: 0px;
        top: 10px;
        background: #0082CA;
        height: 1px;
    }

    .mogitate_box ul li .title:after {
        content: "";
        position: absolute;
        z-index: 1;
        height: 1px;
        background: #0082CA;
        width: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        left: 6px;
        top: 6px;
    }

    .link_bt a {
        max-width: 90%;
        height: 50px;
        display: flex;
        background: #0082CA;
        color: #fff;
        margin: auto;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        border-radius: 10px;
        position: relative;
        font-size: 1.4em;
        font-weight: bold;
    }

    .link_bt a:before {
        width: 10px;
        content: "";
        position: absolute;
        z-index: 1;
        right: 15px;
        top: 25px;
        background: #fff;
        height: 1px;
    }

    .link_bt a:after {
        content: "";
        position: absolute;
        z-index: 1;
        height: 1px;
        background: #fff;
        width: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        right: 13px;
        top: 21px;
    }

    .ie_box {
        max-width: 100%;
        width: 100%;
        margin: auto;
        border-top: 1px dashed #A7A7A7;
        display: none;
    }

    .link_box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .foot_nav {
        display: flex;
        display: none;
        justify-content: center;
    }

    footer .foot_bottom {
        max-width: 100%;
        width: 100%;
        margin: 30px auto 0px;
        border-top: none;
        padding: 0px 5%;
    }

    footer .foot_bottom .address {
        text-align: center;
        margin-top: 20px;
        font-size: 1.2em;
        line-height: 24px;
        color: #C9C9C9;
    }

    .foot_bottom img {
        width: 100%;
        height: auto;max-width: 400px;
    }

    .slide span {
        position: absolute;
        bottom: 45px;
        left: 0;
        right: 0px;
        margin: auto;
        text-align: center;
        font-size: 1em;
        color: #FFFFFF;
    }

    footer .foot_bottom .copy {
        text-align: center;
        margin-top: 20px;
        font-size: 1.1em;
        color: #A7A7A7;
        line-height: 24px;
    }

    footer .foot_bottom .copy br {
        display: block;
    }

    footer .foot_bottom .logo {
        text-align: center;
        margin-top: 40px;
    }

    .top_img {
        margin-top: 0;
    }

    .sns_box {
        max-width: 100%;
        width: 100%;
        margin: 0px auto 0px;
    }

    .link_box {
        margin: 40px auto;
        padding: 0 5%;
    }

    .link_box ul li {
        display: flex;
        list-style-type: none;
        margin-right: 1%;
        width: 49%;
        height: 100%;
        margin-bottom: 7px;
    }

    .link_box ul li img {
        width: 100%;
        height: auto;
    }

    footer {
        background-color: #555555;
        width: 100%;
        padding: 40px 0px;
    }

    .sns_box .detail {
        display: none;
    }

.main_slide_text{
    position: absolute;
    top: 53%;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    margin: auto;
    left: 0;
    right: 0;
    font-family: "arial bold",-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.main_slide_text br{
display:block;
}


}

@media (max-width: 560px) {
    .sponsor_box ul li {
        display: flex;
        list-style-type: none;
        margin-right: 1%;
        width: 49%;
        height: auto;
        margin-bottom: 7px;
    }
    .sponsor_box2 ul li {
        display: flex;
        list-style-type: none;
        margin-right: 1%;
        width: 49%;
        height: auto;
        margin-bottom: 7px;
    }

.sponsor_box2 ul li:first-child{
        width: 49%;

}
.sponsor_box3 ul li:first-child{
        width: 49%;

}

    .sponsor_box3 ul li {
        display: flex;
        list-style-type: none;
        margin-right: 1%;
        width: 49%;
        height: auto;
        margin-bottom: 7px;
    }
    .sponsor_box3 ul li img{
    width: 100%;
    height: auto;

    }
    .sponsor_box2 ul li img{
    width: 100%;
    height: auto;

    }
}
