@charset "UTF-8";


/* #mainvisual{
	display: none;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
}
 */



 body{
    background-color: #000312;

 }
.spinner {
  width: 100px;
  height: 100px;
  margin: 45vh auto;
  background-color: #303e92;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

.tar {
    text-align: right;
}
.tac {
    text-align: center;
}

.pc_only {
    display: block!important;
}

.pc_only_inline {
    display: inline;
}

.mb_only {
    display: none!important;
}

.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 1s;
} 

.fadein_type2 {
    transform : translate(0, 50px);
    transition : all 1.5s;
} 

.fadein_type3 {
    transform : translate(0, 60px);
    transition : all 2s;
} 

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


.spacer {
    height: 35px;
}




main {
    background-color: #001034;
    padding-bottom: 50px;
    padding-top: 1px;
}

#mainvisual {
    /* height: 75vh; */
    /* background: rgb(47,66,194);
    background: linear-gradient(180deg, rgba(47,66,194,1) 0%, rgba(47,147,194,1) 50%, rgba(149,226,255,1) 100%);
    text-align: center;
    background-attachment: fixed; */
    background-image: url(../images/mv_bg.png);
    background-position-x: 50%;
    background-position-y: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 2vh;
    padding-bottom: 40px;
    background-position: center;
}

#sub_page_mv {
    height: 320px;
    background: rgb(0,159,217);
    background: linear-gradient(180deg, rgba(0,159,217,1) 0%, rgba(129,205,227,1) 50%, rgba(185,226,243,1) 100%);
    text-align: center;
}

/* #mainvisual img.mv_flag {
    width: 100vw;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
    animation: slideIn 0.8s  ease-in 0s 1 normal;
    -webkit-animation: slideIn 0.8s  ease-in 0s 1 normal;
} */

@keyframes slideIn {
  0% { transform:translateY(-80px) }
  40% { transform:translateY(0px) }
  60% { transform:translateY(-10px) }

  100% { transform:translateY(0) }
}
 
@-webkit-keyframes fadeIn {
    0% {transform: translateY(-100px);}
    100% {transform: translateY(0px);}
}

#mainvisual img.mv_text {
    /* width: 100vw;
    height: 708px;
    object-fit: cover; */
    max-width: 1000px;
    margin: 0 auto;
    animation: fadeIn 1s ease-in-out 0s 1 normal;
    -webkit-animation: fadeIn 1s ease-in-out 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0;transform: translateY(300px);}
    100% {opacity: 1;transform: translateY(0px);}
}
 
@-webkit-keyframes fadeIn {
    0% {opacity: 0;transform: translateY(300px);}
    100% {opacity: 1;transform: translateY(0px);}
}




#sub_page_mv img {
    width: 100vw;
    height: 320px;
    object-fit: cover;
}

#g_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 30px 0;
    background-color: #000;
}

#g_menu > a {
    display: flex;
    width: 210px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    background-color: #efefef;
    color: #000;
    /* border: 5px solid #00a5a8; */
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    height: 60px;
    background-image: url(/images/arrow_down2.png);
    background-position: 90% center;
    background-size: 15px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    transition: 0.3s;
}

#g_menu > a:hover {
    background-color: #000312;
    color: white;
    border: 1px solid #fff;
}






.content_area {
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0px 0px;
    /* background-color: #fff; */
    position: relative;
}


#sub_page .content_area:last-child {
    padding: 50px 40px 35px;
}

.content_area .movie {
    margin: 20px auto 40px;
    text-align: center;
}







.content_area #access_bnr a {
    position: absolute;
    right: 50px;
    top: 150px;
    display: block;
    width: 68px;
    height: 68px;
    background-color: #8dd6ce;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    border-radius: 100px;
    line-height: 1;
    text-align: center;
    box-shadow: 0 3px #eee;
}

.content_area #access_bnr a:hover {
    top: 153px;
    box-shadow: none;
}

.content_area #access_bnr a > div:last-child{
    margin-top: -3px;
}




.content_area section .content_text {
    letter-spacing: 1px;
}

.content_area section .content_text span {
    display: block;
    margin-top: 20px;
}

.content_area section h3 img {
    margin: 0 15px 0 25px;
    width: 50px;
}

#sub_page .content_area section h3 img {
    margin: 0 15px 0 25px;
    width: 35px;
}




/* -------------------------------

------------------------------- */
section .inner_wrap {
    background-color: white;
    border: 3px solid #000312;
    padding: 20px 50px 20px;
    margin-bottom: 10px;
}
section .bb {
    /* border-bottom: 3px solid #000000; */
    display: flex;
    /* background-image: url(../images/line.png); */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: center;
    gap: 30px;
    /* min-height: 200px; */
    padding-bottom: 8px;
    margin-top: 13px;
    /* min-height: 80px; */
    padding-left: 25px;
    /* border-bottom: 1px dashed #acacac; */
    
    p {
        font-size: 18px;
    }
}
section .bb > div:first-child {
    flex-basis: 3%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
section .bb > div:first-child img {
    max-height: 55px;
}

section .bb span.fss {
    font-size: 14px;
    display: block;
    text-align: right;
}


section .bb > div:last-child {
    flex-basis: 90%;
}
section .bb.no_bb {
    background-image: none;
}


section .bbb {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 30px;
    /* background-color: #eaeef4; */
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px dashed #aaa;
    padding-left: 50px;
}

.content_area h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
}
/* .content_area h2 span:last-child:before {
    content: "";
    background-image: url(../images/t_l.png);
    position: absolute;
    left: -100px;
    top: -30px;
    width: 75px;
    height: 60px;
    background-size: 58%;
    background-repeat: no-repeat;
}
.content_area h2 span:last-child:after {
    content: "";
    background-image: url(../images/t_r.png);
    position: absolute;
    right: -123px;
    top: -30px;
    width: 75px;
    height: 60px;
    background-size: 58%;
    background-repeat: no-repeat;
} */

.content_area h2 span {
    display: block;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
}
.content_area h2 span:last-child {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
}
#exhibit_profile .inner_wrap,#exhibiting_inquiry .inner_wrap,#for_visitors .inner_wrap,#news .inner_wrap {
    font-size: 16px;
}
#exhibit_profile .inner_wrap > table:first-child {
    margin-bottom: 0;
    font-size: 18px;
}
#exhibit_profile .inner_wrap th {
    width: 155px;
    text-align: left;
    color: #000000;
    border-right: 3px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}
#exhibit_profile .inner_wrap td {
    padding-left: 30px;
    line-height: 2;
}
#exhibit_profile .inner_wrap td .fss {
    font-size: 80%;
    margin-right: 5px;
    margin-left: 5px;
}
#exhibit_profile .inner_wrap td .f_wrap {
    display: flex;
    align-items: center;
    padding: 15px 0 35px;
    gap: 50px;
    flex-wrap: wrap;
}


#exhibit_profile .inner_wrap td a.target {
    background-image: url(../images/targetling.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 1rem;
    padding-right: 27px;
    color: #222a8a;
}

section .inner_wrap .list {
    font-size: 16px;
    padding: 20px 30px 1px;
    background-color: #fffdf0;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 100px;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .listheading {
        font-weight: bold;
    }
    .listbody {
        margin-bottom: 15px;
    }
}





#exhibiting_inquiry .inner_box {
    margin-bottom: 20px;
    margin-left: 100px;
}




#for_visitors .inner_box {
    margin-bottom: 40px;
}
#for_visitors .f_wrap {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}
#for_visitors .f_wrap > div {
    flex-basis: 32.5%;
}
#for_visitors .f_wrap > div img {
    max-width: 100%;
}
section {
    padding-top: 40px;
}

section .inner_box {
    border: 3px solid #002056;
    padding: 10px 10px 20px;
    background-color: #fffdf0;
}
section .inner_box h3 {
    background-color: #002056;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 3px;
}
section .inner_box ul {
    /* display: flex; */
    justify-content: center;
    /* gap: 40px; */
    line-height: 1;
    margin-top: 35px;
    max-width: 600px;
    margin: 0px auto 0;
}


section#exhibiting_inquiry .inner_box ul {
    /* max-width: 350px; */
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
    max-width: 878px;
    justify-content: flex-start;
    gap: 10px;
    row-gap: 3px;
    padding: 0 10px;
}


section .inner_box ul li {
    list-style: disc;
    font-weight: bold;
    /* margin-left: 53px; */
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
section .inner_box .tar {
    line-height: 1;
    padding-right: 10px;
    font-size: 90%;
    margin-top: -20px;
}

section#access .inner_wrap {
    margin-bottom: 0;
}











#exhibitors2020 h4 {
    text-align: center;
    background-color: #1C2660;
    color: white;
    font-size: 24px;
    margin: 0px 0 25px;
}
#exhibitors2020 h4 span {
    font-size: 22px;
}
#exhibitors2020 .img_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px;
    margin-top: 40px;
}
#exhibitors2020 .img_list img {
    width: 19%;
}


#exhibit_profile h4 {
    text-align: center;
    background-color: #1C2660;
    color: white;
    font-size: 24px;
    margin: 50px 0 25px;
}


#exhibit_profile .ep_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

#exhibit_profile .ep_flex img {
    width: 280px;
    height: 190px;
    object-fit: cover;
}

#exhibit_profile .ep_flex > div {
    width: 30%;
    margin-bottom: 30px;
}

#exhibit_profile .ep_flex > div > div {
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #1C2660;
}

#exhibit_profile .ep_flex > div > div span {
    display: block;
    font-size: 13px;
}
#exhibit_profile h4 + div {
    padding: 30px;
    background-color: #f5fbff;
    /* margin-bottom: -12%; */
}
#exhibit_profile h5 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #1c2660;
    color: #1c2660;
}
#exhibit_profile h5 span {
    font-size: 16px;
    font-weight: normal;
}
#exhibit_profile h5 + div {
    font-size: 18px;
    margin: 5px 0 30px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 10px;
}
#exhibit_profile h5 + div.last {
    margin-bottom: 0;
}
#exhibit_profile .life_etc span {
    font-size: 18px;
    font-weight: bold;
}
#exhibit_profile h5 + div div{
    display: inline-block;
}
#exhibit_profile h5 + div span {
    font-size: 14px;
    font-weight: normal;
    padding-right: 3px;
    color: #999;
}

#inquiry {
    padding: 45px 0;
}
#inquiry.top {
    padding: 0px 0 20px;
    /* background-color: #002056; */
}
#inquiry.upper {
    padding: 10px 0 25px;
}
#inquiry.exhibitors2020 {
    padding: 0;
}

section .btn > a:hover {
    opacity: 0.8;
}
#inquiry > a > div,#inquiry > span > div,section .btn > a > div.inner_btn,section .btn > span > div.inner_btn {
    width: 530px;
    max-width: 90%;
    color: #1c2660;
    font-size: 27px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding: 21px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    height: 86px;
}
#inquiry.top > a > div,section .btn > a > div.inner_btn  {
    background-color: #66c4ff;
    color: white;
    align-items: center;
}

#inquiry.top > a > div .subtitile {
    background-color: red;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0 10px 2px;
    margin-top: 3px;
}





#inquiry.top > span > div,section .btn > span > div.inner_btn  {
    background-color: #ddd;
    position: relative;
}
#inquiry.top > span > div::after, section .btn > span > div.inner_btn::after {
    content: "【準備中】";
    content: "";
    position: absolute;
    background-color: rgba(200,200,200,0.8);
    color: black;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 22px;
    letter-spacing: 5px;
}

section .btn > a > div.inner_btn {
    background-color: #66c4ff;
    color: white;
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 36px;
    letter-spacing: 1px;
    box-shadow: 0 0 10px #ddd;
    .f_wrap_col {
        display: flex;
        flex-direction: column;
        font-size: 24px;
        .pc_only {
            font-size: 14px;
            line-height: 1.2;
        }
    }
}
section#exhibiting_inquiry .btn > a > div.inner_btn {
    margin: 20px auto 10px;
}







#inquiry.exhibitors2020 > a > div {
    height: 60px;
    font-size: 24px;
    border-radius: 10px;
    background-color: #1c2660;
}


#inquiry.exhibitors2020 .inquiry_btn_arrow {
    vertical-align: middle;
    display: contents;
}

#inquiry > a > div:hover {
    /* background-color: #7ccac1;
    margin-top: 2px;
    height: 84px; */
    opacity: 0.8;
}
#inquiry.top > a > div:hover {
    opacity: 0.8;
    /* background-color: #ff6b56; */
    /* margin-top: 2px; */
    /* height: 84px; */
}


#inquiry.exhibitors2020 > a > div:hover {
    height: 58px;
    background-color: #465088;
    margin-top: 2px;
}


#inquiry > a > div > div:first-child,section .btn > a > div > div:first-child,
#inquiry > span > div > div:first-child,section .btn > span > div > div:first-child {
    margin-right: 25px;
    display: flex;
}


#inquiry > a > div > div:nth-child(3),section .btn > a > div > div:nth-child(3),section .btn .small_font,
#inquiry > span > div > div:nth-child(3),section .btn > span > div > div:nth-child(3),section .btn .small_font {
    font-size: 16px;
    font-weight: normal;
    margin-left: 25px;
}

#inquiry > a > div > div:nth-child(4),section .btn .arrow,
#inquiry > span > div > div:nth-child(4) {
    position: absolute;
    right: 20px;
    bottom: 37%;
    width: 8px;
}
#access .btn .arrow {
    bottom: 32%;
}


#inquiry > a,section .btn > a {
    text-decoration: none;
    display: flex;
}





#for_press {
    padding: 0px 0 45px;
}

#for_press.upper {
    padding: 45px 0 45px;
}

#for_press > a > div {
    width: 50%;
    min-width: 530px;
    background-color: #1c2660;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding: 21px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    position: relative;
    height: 86px;
}

#for_press > a > div:hover {
    background-color: #343f7b;
    margin-top: 42px;
    height: 84px;
}

#for_press > a > div > div:first-child {
    margin-right: 25px;
}


#for_press > a > div > div:nth-child(3) {
    font-size: 13px;
    font-weight: normal;
    margin-left: 25px;
}

#for_press > a > div > div:nth-child(4) {
    position: absolute;
    right: 20px;
    bottom: 35%;
}

#for_press > a {
    text-decoration: none;
}


.now_open {
    margin-bottom: 30px;
    margin-top: 30px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.now_open span:first-child {
    font-size: 28px;
    font-weight: bold;
    color: white;
}


.now_open_wrap {
background-color: #eaf7ff;
    border-radius: 20px;
    padding: 30px 50px 40px;
    width: 90%;
    margin: 0 auto 50px;
}

.now_open {
    font-size: 20px;
    font-weight: bold;
    color: white;
    /* text-align: center; */
        margin: 0 -65px;
}
.now_open span:last-child {
    /* display: block; */
    /* padding-left: 0px; */
    font-size: 21px;
    padding: 7px 0;
}

.now_open img {
    position: absolute;
    left: 5%;
    top: -50px;
}


.now_open {
    position: relative;
    padding: 0px 36px 0px 28px;
    font-size: 28px;
    background-color: #d8aa03;
    display: flex;
}
.now_open::before,
.now_open::after
 {
  content: '';
  position: absolute;
}
.now_open::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ccc;
}
.now_open::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 25px 20px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}









#openning {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    margin-top: 30px;

}

#openning img {
    display: block;
    width: 30%;
}





#for_visitors {
    margin-bottom: 45px;
}
#for_visitors h2 {
    .free {
        right: 25%;
        background-color: red;
        padding: 3px 10px 7px ;
        color: white;
        border-radius: 6px;
        font-size: 18px;
    }
    
}
#for_visitors h2 span:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}


#for_visitors h4 {
    font-size: 24px;
    color: #1C2660;
    line-height: 27px;
    margin-bottom: 20px;
}

#for_visitors h4 span {
    font-size: 18px;
    display: block;
    margin-top: 0.4rem;
}

#for_visitors > div {
    /* display: flex; */
    margin-top: 20px;
}

#for_visitors .content_box2 > div {
    display: flex;
}

#for_visitors .content_box2 > div > div:first-child {
    min-width: 30%;   
    margin-right: 20px; 
}

#for_visitors .content_box2 > div > div:last-child {
    min-width: 70%;   
}

#for_visitors .inactive_button {
    margin: 20px 0;
    padding: 20px;
    background-color: #eee;
}





.content_area section#for_visitors .conv_btn > div {
    background-color: #ffd294;
}

.content_area section#for_visitors .conv_btn > div a {
    box-shadow: 0 0 7px 1px #ffca81;
}



#for_visitors h4.event {
    text-align: center;
    background-color: #1C2660;
    color: white;
    font-size: 24px;
    margin: 45px 0 15px;
    padding: 9px 0;
}

#for_visitors h3.event {
    text-align: center;
    margin-top: 50px;
    justify-content: center;
}

#for_visitors .timetable_wrap {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 30px 30px;
}


#for_visitors .timetable_wrap h4 {
    margin-bottom: 25px;
    width: 100%;
    margin-top: 24px;
    display: block;
    background-color: #1c2660;
    color: white;
    padding: 13px 45px 13px 38px;
    /* margin-left: -40px; */
    /* box-shadow: 0 1px 7px #ddd; */
    font-size: 25px;
    border: 1px solid #fff;
    text-align: center;
}

#for_visitors .timetable_wrap h4 .large {
    font-size: 38px;
    display: inline-block;
    vertical-align: top;
}

#for_visitors .timetable_wrap h4 .small {
    font-size: 19px;
    display: inline-block;
    vertical-align: top;
}

#for_visitors .timetable_wrap h5 {
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0;
}


#for_visitors .timetable_wrap h4#seven,#for_visitors .timetable_wrap h4#six {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  background-color: #1c2660;
}
#for_visitors .timetable_wrap h4#seven::before,
#for_visitors .timetable_wrap h4#seven::after,
#for_visitors .timetable_wrap h4#six::before,
#for_visitors .timetable_wrap h4#six::after
 {
  content: '';
  position: absolute;
}
#for_visitors .timetable_wrap h4#seven::before,
#for_visitors .timetable_wrap h4#six::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ccc;

  display: none;
}
#for_visitors .timetable_wrap h4#seven::after,
#for_visitors .timetable_wrap h4#six::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 25px 20px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}




#for_visitors .timetable_wrap h5.title {
  position: relative;
  text-align: center;
  margin: 55px 0 30px;
  color: #1c2660;
}
#for_visitors .timetable_wrap h5.title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
  font-size: 28px;
  letter-spacing: 2px;
}
#for_visitors .timetable_wrap h5.title span strong{
    font-size: 18px;
    color: #1c2660;
}


#for_visitors .timetable_wrap h5.title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #1c2660 10%, #1c2660 90%, transparent);
  background: linear-gradient(-45deg, transparent, #1c2660 10%, #1c2660 90%, transparent);
}

#for_visitors .timetable_wrap h5.title span:first-letter {
    font-size: 34px;
    color: #9ca2bf;
}





#for_visitors .timetable_wrap .exhibit_block h5 {
    font-size: 13px;
    line-height: 16px;
    margin: 10px 0 5px;
}

#for_visitors .timetable_wrap .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

#for_visitors .timetable_wrap .flex_wrap > div {
    flex: 1;
    margin: 0px 10px 15px;
    max-width: 30%;
}

#for_visitors .timetable_wrap .flex_wrap.n7 > div {
    flex: auto;
    max-width: 30%;;
}

#for_visitors .timetable_wrap .flex_wrap > div:first-child {
    max-width: 30%;
}

#for_visitors .timetable_wrap table {
    /* border-right: 1px dotted #eee; */
    /* border-top: 1px dotted #eee; */
}

#for_visitors .timetable_wrap th,td {
    vertical-align: middle;
    /* border-left: 1px dotted #dadada; */
    /* border-bottom: 1px dotted #dadada; */
    
}

#for_visitors .timetable_wrap th {
    width: 30%;
    font-size: 17px;
    padding: 10px;
    font-weight: normal;

    /* display: none; */
}
#for_visitors .timetable_wrap th.timepending {
    font-size: 90%;
    color: #666;
}

#for_visitors .timetable_wrap td {
    font-size: 18px;
    width: 70%;
    font-weight: bold;
    padding: 15px 20px;
    line-height: 1.3;
}

#for_visitors .timetable_wrap td.tac {
    text-align: center;
}

#for_visitors .timetable_wrap img {
    max-width: 320px;
    margin-top: 10px;
}

#for_visitors .timetable_wrap table td.bg1 {
    /* background-color: #fff7d9; */
}

#for_visitors .timetable_wrap table td.bg2 {
    /* background-color: #e0f1cc; */
}

#for_visitors .timetable_wrap td span {
    font-size: 14px;
    font-weight: normal;
}

#for_visitors .timetable_wrap span.place {
    background-color: #d8aa03;
    color: white;
    margin-left: 5px;
    padding: 1px 6px;
    font-weight: bold;
    white-space: nowrap;
}

#for_visitors .timetable_wrap .head_notes {
    text-align: right;
    margin-top: -20px;
    font-size: 12px;
    font-weight: bold;
}





#for_visitors .timetable_wrap .keynote_border {
    border-bottom: 1px solid #ffffff;
}

#for_visitors .timetable_wrap .keynote_box {
    display: flex;
    background-color: #f2f2f2;
}

#for_visitors .timetable_wrap .keynote_time {
    position: relative;
    padding: 5px;
    width: 20%;
    max-width: 140px;
    font-size: 18px;
    color: #ffffff;
    background: #1c2660;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}

#for_visitors .timetable_wrap .keynote_time:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    /* transform: translate(0, -50%); */
    border: 15px solid transparent;
    border-left: 15px solid #1c2660;
}

#for_visitors .timetable_wrap .keynote_time span {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

#for_visitors .timetable_wrap .keynote_time.pending span{
    font-size: 85%;
    color: #a5abc8;
}

#for_visitors .timetable_wrap .keynote_speaker {
    padding: 10px 10px 10px 30px;
    width: 80%;
}

#for_visitors .timetable_wrap .keynote_speaker ul {
    display: flex;
    align-items: center;
}
#for_visitors .timetable_wrap .keynote_speaker ul > li:last-child {
    flex: 1;
}

#for_visitors .timetable_wrap .keynote_speaker ul li:first-of-type {
    min-width: 120px;
}

#for_visitors .timetable_wrap .keynote_speaker ul li img {
    width: 120px;
}

#for_visitors .timetable_wrap .keynote_speaker ul li img.wide_300 {
    width: 300px;
}

#for_visitors .timetable_wrap .keynote_speaker ul li img.wide_200 {
    width: 200px;
}

#for_visitors .timetable_wrap .keynote_speaker > div {
    border-top: 2px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}

#for_visitors .timetable_wrap .keynote_speaker > div > div > div {
    margin-bottom: 10px;
}

#for_visitors .timetable_wrap .keynote_speaker .place {
    background-color: #d8aa03;
    color: white;
    display: inline-block;
    padding: 4px 10px;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: bold;
}
#for_visitors .timetable_wrap .keynote_speaker .ja {
    background-color: #e7e7e7;
    padding: 6px;
}
#for_visitors .timetable_wrap .keynote_speaker .en p:last-child{
    text-align: right;
}
#for_visitors .timetable_wrap .keynote_speaker .ja p:last-child{
    text-align: right;
}

#for_visitors .timetable_wrap .exhibit_block {

}


#for_visitors .timetable_wrap .keynote_speaker .profile,#for_visitors .timetable_wrap .keynote_speaker .profile + div {
    display: none;
}


#for_visitors .timetable_wrap .exhibit_block img {
    margin-top: 0;
    margin-right: 10px;    
}

#for_visitors .timetable_wrap .exhibit_block .keynote_speaker ul li:first-of-type {
    min-width: auto;
}

#for_visitors .timetable_wrap .exhibit_block .open_btn,#for_visitors .timetable_wrap .exhibit_block .open_btn2 {
    display: inline-block;
    background-color: #9ca2bf;
    color: white;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 10px;
}

#for_visitors .timetable_wrap .exhibit_block .open_btn span,#for_visitors .timetable_wrap .exhibit_block .open_btn2 span {
    font-size: 9px;
    margin-left: 5px;
}

#for_visitors .timetable_wrap .exhibit_block .open_btn:hover,#for_visitors .timetable_wrap .exhibit_block .open_btn2:hover {
    opacity: 0.8;
}

#for_visitors .timetable_wrap .exhibit_block .flex_wrap {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 0;

}

#for_visitors .timetable_wrap .notes {
    font-size: 13px;
    line-height: 17px;
    margin-top: 5px;
    color: #b1b1b1;
}



/* -------------------------------

------------------------------- */


.conv_btn > div {     
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px;
    background-color: #c2ddef;
    border-radius: 10px;
}

.conv_btn > div a {
    display: block;
    width: 48%;
    height: 86px;
    color: white;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    padding-top: 16px;
    box-shadow: 0 0 7px 1px #b9d0de;
    background-image: url(../images/arrow_right.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
}

.conv_btn > div a:hover {
    margin-top: 2px;
    height: 82px;
    box-shadow: 0 0 0px 0px #9bbbd0;
    background-size:10px;
    transition: 0.1s ;
}

.conv_btn > div a:first-child{
    background-color: #ff3b20;
}

.conv_btn > div a:last-child,.conv_btn > div a:nth-child(2){
    background-color: #d8aa03;
}

.conv_btn > div a span {
    display: block;
    line-height: 1;
}

.conv_btn > div a span:first-child {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.conv_btn > div a span:last-child {
    font-size: 14px;
}








#access > a {
    width: 50%;
    min-width: 530px;
    background-color: #4AB8AC;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding: 30px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 35px;
    position: relative;
    text-decoration: none;
}

#access > a:hover {
    background-color: #7ccac1;
}

#access > a > div:nth-child(2) {
    font-size: 13px;
    font-weight: normal;
    margin-left: 25px;
}


#access > a > div:last-child {
    position: absolute;
    right: 20px;
    bottom: 35%;
}





.top_information {
    /* width: 93%; */
    margin: 5px auto 50px;
    border-top: 3px double #1c2660;
    /* border-bottom: 1px solid #1c2660; */
    padding: 25px 20px 0;
}

.top_information h3 {
    font-size: 24px;
    border-bottom: 2px dotted #1c2660;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #1c2660;
    display: flex;
    align-items: center;
}

.top_information h3 span.small_text {
    font-size: 16px;
    display: inline-block;
}

.top_information h3 img {
    width: 23px;
    margin-right: 8px;
}

.top_information h3 .pc_only_inline {
    margin: 0 6px;
}

.top_information ul {
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px dotted #cacaca;
    padding-bottom: 6px;
}

.top_information .info_list_btn {
    width: 400px;
    height: 30px;
    text-align: center;
    background: #c2ddef;
    border-radius: 10px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
}

.top_information .info_list_btn a img {
    width: 30px;
}

.top_information .info_list_btn a {
    display: flex;
    padding: 5px 0;
    width: 100%;
    justify-content: center;
}
.top_information .info_text,.top_information .info_date {
    font-size: 20px;
}



footer #blank_space {
    width: 1080px;
    height: 75px;
    margin: 0 auto 40px;
    background-color: #edf9f9;
}

footer .img_logo  {
    img {
        max-width: 120px;
    }
}



#sub_page .content_area section h3 {
    margin-bottom: 40px;
}


#sub_page footer #blank_space {
    height: 55px;
}


.content_area section h3 span.sub_text {
    margin-left: 0.5em;
}

#sub_page h4 {
    font-size: 1.2em;
    margin: 2em 0 1em;
}

#sub_page h5 {
    font-size: 1em;
    margin-top: 14px;
    text-decoration: underline;
}


#sub_page .content_index {
    padding-left: 1em;
}

#sub_page .content_index ul {
    list-style: disc!important;
    padding-top: 0.5em;
}

#sub_page .en {
    color: #5069ca;
}

#sub_page .description_text {
    margin-bottom: 40px;
}




footer {
    background-color: #000312;
    color: white;
    text-align: center;
    padding: 0px 0 80px;
}

#footer_organization {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

#footer_organization span {
    font-size: 14px;
    display: block;
    font-weight: normal;
}


#footer_tel div.box {
    display: none;
    /* display: inline-block; */
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 17px;
    line-height: 12px;
    margin-right: 20px;
    vertical-align: middle;
}

#footer_tel span.tel_text {
    font-size: 20px;
    font-weight: normal;
    vertical-align: baseline;;
}

#footer_tel span:last-child {
    font-size: 14px;
}

#footer_tel a {
    color: white;
    text-decoration: none;
}

#footer_adress {
    font-size: 14px;
}

#footer_adress span {
    font-size: 12px;
    display: block;
}

#footer_support {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin: 25px 0;
}

#footer_support span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
}








#fixed_header {
    position: fixed;
    top: 0;
    height: 180px;
    background-color: #1C2660;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    border-bottom: 12px solid #ABDB6F;
}

#fixed_header #menu {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: #ABDB6F;
}

#fixed_header #menu > div {
    width: 167px;
    font-size: 17px;
    font-weight: 700;
    border-left: 1px solid #000;
    height: 75px;
    padding-top: 7px;
}

#fixed_header #menu > div.active {
    background-color: #FFB600;
}

#fixed_header #menu > div.inactive a {
    color: #74ab2f;
}

#fixed_header #menu > div:last-child {
    border-right: 1px solid #000;
}

#fixed_header #menu span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    min-height: 30px;
}

#fixed_header #menu a {
    text-decoration: none;
}


#fixed_footer {
    display: none;
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: #000000;
    /* display: flex; */
    justify-content: center;
    z-index: 1000;
    color: white;
}

#fixed_footer > div {
    width: 1080px;
    /* margin: 0 auto; */
    /* display: flex;
    justify-content: flex-end;*/
} 

#fixed_footer a.fixed_footer_wrap {
    display: flex!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    justify-content: center;
}

#fixed_footer a.fixed_footer_wrap {
    width: 470px;
    color: white;
    height: 100%;
    text-align: center;
    /* padding-top: 5px; */
    padding-top: 12px;
    position: relative;
}

#fixed_footer > a:first-child {
    background-color: #ea5449;
}


#fixed_footer > a:nth-child(2),#fixed_footer > a:nth-child(3) {
    background-color: #d8aa03;
}

#fixed_footer div#back_to_top {
    width: 60px;
    background-color: #fff100;
    text-align: center;
    padding-top: 20px;
}

#fixed_footer a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    padding-top: 7px;
    padding-left: 7px;
}

#fixed_footer a .text {
    padding-top: 7px;
}

#fixed_footer a .img {
    padding-right: 7px;
}

#fixed_footer a .text span {
    /* display: block; */
}

#fixed_footer a .text span:first-child {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-right: 12px;
}

#fixed_footer a .text span:last-child {
    font-size: 14px;
}


#fixed_footer {
    justify-content: center;
}
#fixed_footer a {
    display: none!important;
}


@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-timing-function: ease;
}



#press .h1_pagettl {
    background-color: #0d1231;
    padding: 30px 40px;
}

#press .h1_press {
    background: url(../images/bg_h104.jpg) left center no-repeat;
    height: 130px;
}

#press .h1_press span {
    font-size: 14px;
}


#press .h1_pagettl h1 {
    line-height: 1.4;
    color: #ffffff;
    font-size: 26px;
    letter-spacing: 0.2em;
    font-weight: 700;
}

#press .h1_ttltxt p {
    line-height: 1;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0.2em;
    padding-top: 10px;
    margin-top: 0px;
}

#press h2.style_h201 {
    padding: 18px 25px 18px 30px;
    margin-bottom: 20px;
    margin-top: 40px;
    border-left: 8px solid #ffd731;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    background-color: #1c2660;
    background-size: 8px;
}

#press .content_area #contact_press h3.style_h303 {
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    background: #ffffff url(../images/bg_h302.svg) left center no-repeat;
    background-size: 8px;
    border: 1px solid #00275d;
    color: #00275d;
}

#press h4.style_h401 {
    padding: 10px 10px 10px 20px;
    background: #ffffff url(../images/bg_h401.svg) left center no-repeat;
    border-bottom: 1px dashed #ffffff;
    margin-top: 0;
}

#press .lang_ja h4.style_h401 {
    background-color: transparent;
}

#press .content_block_upper {
    display: flex;
    justify-content: space-between;
}

#press .content_block_upper > div:first-child {
    flex: 2;
    margin-right: 30px;
}

#press .content_block_upper > div:last-child {
    flex: 1.4;
}

#press .tel_no {
    font-size: 30px;
    font-weight: 700;
}

#press .content_block {
  /* display: flex;
  justify-content: space-between; */
  margin-bottom: 50px;
}

#press .content_block.flex_wrap {
    display: flex;
    justify-content: space-between;
}

#press .content_doc {
  flex: 1;
  padding-right: 10px;
}

#press .content_block .lang_ja{
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #f7f7f7;
    color: #444;
}

#press .release_list .lang_ja{
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #f7f7f7;
    color: #444;
}

#press .lang_ja a {
    color: #444;
}


#press .content_img {
  max-width: 240px;
  width: 240px;
}

#press .content_img02 {
  max-width: 350px;
  width: 50%;
  text-align: center;
}

#press h3.style_h303 {
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  background: #ffffff url(../images/bg_h302.svg) left center no-repeat;
  background-size: 8px;
  border: 1px solid #00275d;
}

#press h3.style_h301 {
  background: #1c2660;
  border-left: 8px solid #ffd731;
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

#press h3.style_h301 span {
    font-size: 14px;
}






.mainbox_wrap {
    display: flex;
    justify-content: space-between;
}

.mainbox_wrap > div:first-child {
    flex: 3;
    /* margin-right: 30px; */
}

.mainbox_wrap > div:last-child {
    /* width: 260px; */
    flex: 1;
}

#press #sidebox h2 {
    background: #fbb03b;
    text-align: center;
    color: #000000;
    line-height: 1;
    padding: 40px 0;
    border-radius: 8px;
    font-size: 18px;
}

#press #sidebox h2::after {
    content: url(../images/bg_tri_black.svg);
    display: block;
    width: 16px;
    height: 18px;
    vertical-align: middle;
    margin: 0 auto;
}

#press #sidebox {
    width: 300px;
    float: right;
    margin: 40px 0 0;
    padding: 0 20px;
}

#press #sidebox .side_menu ul li a.current {
    background: url(../images/side_li02.png) left center no-repeat;
    color: #e95515;
}

#press #sidebox .side_menu ul li a {
    background: url(../images/side_li01.png) left center no-repeat;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px dashed #acacac;
}

#press #sidebox .side_menu ul li a {
    display: block;
    text-decoration: none;
}

#press .content_block_lower {
    margin-bottom: 40px;
}

#sidebox .side_menu ul li a {
    background: url(../images/side_li01.png) left center no-repeat;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px dashed #acacac;
}

#sidebox .side_menu ul li a:hover, #sidebox .side_menu ul li a.current {
    background: url(../images/side_li02.png) left center no-repeat;
    color: #e95515;
}

.sns-fb {
    padding: 40px;
}
.sns-fb a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #0c6ae4;
}
.sns-fb a img{
    width: 40px;
    margin-right: 10px;
}

h2#being {
    background-color: #1c2660;
    color: white;
    padding: 5px 0;
}
#openning.img2021 {
    margin-top: 3px;
}
#openning.img2021 img {
    width:33%;
}


#sns_box {
    margin: 0 auto;
}

#sns_box {
    display: block;
    width: 528px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #1c2660;
    border-radius: 10px;
    padding: 14px 0 14px;
    box-shadow: 0 4px 13px 0px #ccc;
}


#sns_box img {
    height: 140px;
    width: auto;
    margin: 0 auto;
}
#sns_box > div {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sns_box > div > span:first-child {
    background-color: #1c2660;
    color: white;
    border-radius: 20px;
    padding: 0px 12px;
    margin-right: 10px;
    line-height: 1.6;
}
#sns_box > div > span:nth-child(2) {
    font-size: 32px;
    display: inline-block;
    margin-right: 10px;
}
#sns_box a.inquiry_btn {
    width: 50%;
    min-width: 300px;
    background-color: #ff3b20;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding: 12px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 10px;
    position: relative;
    text-decoration: none;
    height: auto;
}

#sns_box a:hover {
    background-color: #ff7f6d;
}
.life_etc{
    text-align: right;
}

.mail_stop#sub_page #sub_page_mv {
    height: auto;
    padding: 20px 0
}
.mail_stop#sub_page header img {
    width: 700px;
    height: auto;
}
.mail_stop#sub_page main ,.mail_stop#sub_page main .content_area {
    background-color: #f3f3f3;
}
.mail_stop#sub_page .content_area section {
    background-color: #e1e1e1;
    border-radius: 0;
    padding: 30px 50px;
}
.mail_stop#sub_page .content_area section h3 {
    background-color: #fff;
    border-radius: 0;
}
.mail_stop#sub_page footer #blank_space {
    height: 0;
    color: #1c2660;
}

#exhibit_profile .worldff {
    background-color: white;
    padding: 20px 30px;
    margin-top: 30px;
    border: 2px solid #1c2660;
    border-radius: 3px;
}
#exhibit_profile .worldff h6 {
    font-size: 22px;
    font-weight: bold;
    margin-block-start: 0;
    margin-block-end: 0;
    border-bottom: 1px solid #1c2660;
    margin-bottom: 10px;
    color: #1c2660;
}
#exhibit_profile .worldff .ja {
    margin-top: 20px;
}
#exhibit_profile .worldff .ja h6 {
    font-size: 110%;
}
#exhibiting_inquiry .logo_area > div .bnr_area.media_partners img {
    margin: 10px 10px;
}
#exhibiting_inquiry #outline div.two_column {
    gap: 20px;
}
#exhibiting_inquiry #outline .two_column div.bnr_area_wrap:first-child {
    flex: 3;
}
#exhibiting_inquiry #outline .two_column div.bnr_area_wrap:last-child {
    flex: 1;
}

#exhibiting_inquiry {
    .borderb {
        border-bottom: 1px dashed #aaa;
    }
}


#inquiry .inq_btn_small {
    font-size: 14px;
    margin-left: 20px;
}
#inquiry .inq_btn_wrap {
    display: flex;
}
#exhibit_profile .worldff {
    padding-top: 10px;
}
#exhibit_profile .worldff h6 {
    margin-top: 10px;
}
#exhibit_profile .worldff h6 span {
    font-size: 70%;
    margin-left: 10px;
    font-weight: normal;
}


#inquiry.top, #exhibiting_inquiry .btn {
    display: flex;
    justify-content: center;
    /* background-color: #000000; */
    margin: 30px 0 10px;
    /* padding-top: 30px; */
}

#exhibiting_inquiry #outline div.media_partners {
    gap: 0 80px;
}

#advertising {
    padding-bottom: 30px;
}
#advertising > div {
    background-color: white;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
#advertising > div a {
    max-width: 420px;
    display: block;
    line-height: 1;
}
#advertising > div a img {
    max-width: 100%;
}



#world .f_wrap {
    display: flex;
    justify-content: space-between;
}
#world .f_wrap > a {
    display: flex;
    flex-direction: column;
    flex-basis: 32%;
    border: 3px solid #000000;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
}
#world .f_wrap > a > div {
    background-color: #000000;
    color: white;
}
#world .f_wrap > a > div h3 {
    text-align: left;
    line-height: 1.3;
    padding: 10px 20px;
}
#world .f_wrap > a > div:first-child {
    font-size: 24px;
    padding: 5px 0;
    font-weight: bold;
}
#world .f_wrap > a > div:last-child {
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#world h2 {
    font-size: 34px;
}
#world h2 > div {
    background: linear-gradient(transparent 55%, #f8f629 0%);
    display: inline;
    font-size: 42px;
    padding: 0 30px;
    letter-spacing: 2px;
}
#world .tac {
    font-size: 22px;
    color: #000000;
}
#world .top_catch {
    font-size: 24px;
    color: #f40000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}


#pagehead {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebfafe;
    background-image: url(/images/mv_bg.png);
}
#pagehead .pagehead_text {
    height: auto;
    margin: 0 auto;
    max-width: 850px;
}


/* section .btn > a > div {
    margin-top: 13px;
} */
section .btn > a {
    position: relative;
}
.balloon {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: -30px;
}
.balloon span {
    background-color: #222a8a;
    color: white;
    border-radius: 30px;
    padding: 15px 25px;
    font-size: 18px;
    position: relative;
    letter-spacing: 1px;
    font-weight: bold;
    z-index: 10;
}
.balloon span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 45%;
    background-color: #222a8a;
    height: calc(39px / 2 * tan(27deg));
    width: 17px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 10;
}
#access .btn > a > div.inner_btn {
    margin-bottom: 0;
}


body.page .content_area {
    /* margin-top: 40px; */
}

body.page form td {
    padding: 10px;
    max-width: 100%;
}
body.page form td select,body.page form td textarea,body.page form td input {
    max-width: 100%;
}
body.page section .inner_wrap {
    margin-bottom: 0;
    text-align: center;
}

.ryugakusei_bnr a {
    text-align: center;
    display: block;
    max-width: 800px;
    margin: 0 auto;
    
}
.ryugakusei_bnr a img {

    border: 2px solid #000000;
    box-shadow: 0 0 10px #aaa;
}



#exhibit_profile .inner_wrap th .fss {
    font-weight: normal;
    font-size: 17px;
    line-height: 1.5;
    display: block;
    margin-top: -25px;
    padding-left: 4px;
}
#exhibiting_inquiry .tac {
    font-size: 16px;
}

.preparing {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 8px;
    flex-direction: column;
    color: #000000;
    line-height: 1.3;
}
.preparing > span:last-child {
    letter-spacing: 1px;
    font-size: 20px;
}







.contact {
    
}
.contact .contact_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 15px;
    margin-top: 30px;
}
.contact .contact_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #000000;
    border: 1px solid #000000;
    color: white;
    height: 70px;
    font-size: 22px;
    flex: 0 0 48%;
    border-radius: 5px;
    transition: 0.5s;
    box-shadow: 0 0 5px #ddd;
}
.contact .contact_btn a:hover {
    background-color: white;
    color: #000000;
    box-shadow: none;
}
.contact .content_area h2 span:last-child:before,.contact .content_area h2 span:last-child:after {
    display: none;
}
.contact .content_area h2 span:last-child {
    font-size: 30px;
}
.contact .contact_catch {
    font-size: 20px;
    color: #000000;
    line-height: 2;
}

.jizen {
    background-color: #fff;
    margin: 35px 0 10px;
    border: 5px solid #000000;padding-bottom: 5px;
}
.jizen .top {
    text-align: center;
    color: white;
    font-size: 22px;
    padding: 15px 0 10px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jizen .top img {
    width: 40px;
    margin-right: 15px;
}
.jizen .body {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.jizen .body a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #1ca0d5;
    border-radius: 10px;
    flex: 0 0 40%;
    height: 60px;
    text-decoration: none;
    font-size: 20px;
    padding-top: 6px;
    font-weight: bold;
    border: 2px solid #1ca0d5;
}
.jizen .body a:hover {
    border: 2px solid #1ca0d5;
    background-color: white;
    color: #000000;
}
.jizen .bottom {
    text-align: center;
}


.jizen .body2 {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px dashed #cdcdcd;
}

.jizen .body2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    background-color: #fff100;
    border-radius: 10px;
    flex: 0 0 40%;
    height: 60px;
    text-decoration: none;
    font-size: 20px;
    padding-top: 6px;
    font-weight: bold;
    border: 2px solid #fff100;
    max-width: 90%;
    width: 500px;
    margin: 0px auto 20px;
    gap: 10px;
}
.jizen .body2 a:hover {
    background-color: #fff;
    /* color: #000; */
}
.jizen .body2 a > span:first-child {
    
}
.jizen .body2 a > span:last-child {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0px;
}


iframe {
    width: 100%;
    max-width: 100%;
}
.inquiry {
    section .inner_wrap {
        padding: 3vw 0;
    }
}




.content_section {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 30px 20px 10px;
        margin-bottom: 30px;
        border: 3px solid #000;
}


#mainvisual {
    .mv_text_box {
        max-width: 1000px;
        margin: 20px auto 0;
        background-color: rgb(255 253 240);
        padding: 10px 20px 20px;
        
        .head {
            font-size: 26px;
            text-align: center;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .f_wrap {
            display: flex;
            justify-content: space-around;
            .box {
                flex:   0 0 48%;
                h3 {
                    text-align: center;
                    font-size: 18px;
                    margin-bottom: 10px;
                    background-color: #000000;
                    color: white;
                }
                .large {
                    font-size: 15px;
                    font-weight: bold;
                    margin-bottom: 10px;
                }
            }
        }
    }
}

