  @charset "UTF-8";
/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a {
    color: #000;
}
ol {
    margin: 0;
}
.material-icons {
    font-size: 17px;
}
.TOP {
    background: url(/content/400076739.jpg) no-repeat top center;
    height: 850px;
    background-size: cover;
    position: relative;
}
.TOP .inner {
    padding: 10%;
    height: 500px;
}
.lang {
    text-align: right;
}
.lang_btn {
    padding: 1%;
    background: #e62925;
    color: #fff;
}
.lang_btn:hover {
    background: #f9f4f1;
    color: #e62925;
}
.TOP h1 {
    text-align: center;
    color: #e62925;
    font-size: 35px;
    white-space: nowrap;
    margin-top: 100px;
}
.banner {
    width: 40%;
    display: inline-block;
    text-align: center;
    margin: 10% 4% 0;
}
.jiepp_btn {
    background: #e62925;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    font-size: 35px;
    color: #fff;
}
.jiepp_btn:hover {
    background: #f9f4f1;
    color: #e62925;
}
.sp_top_img {
    display: none;
}



body {
    font-family: 'Noto Sans JP', "Noto Sans", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
ul#breadcrumb {
    padding: 0;
    margin: 0;
}
#breadcrumb_inner li {
    list-style: none;
    display: inline-block;
}
#breadcrumb_inner li:not(:last-child)::after {
    content: "\03e";
    padding-left: 5px;
}
#breadcrumb li {
    display: inline-block;
}
#breadcrumb li:not(:last-child)::after {
    content: "\03e";
    padding-left: 5px;
}
.header_area {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    height: 48px;
    font-size: 13px;
}
.header_inner {
    margin: auto;
    position: relative;
    background: #fff;
    height: 48px;
}
.header_left {
    margin-left: 30px;
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.letter_after {
    display: inline-block;
}
.header_left span {
    display: inline-block;
    font-weight: bold;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 15px;
}
span.br {
    display: inline-block;
}
.header_left span:first-letter {
    color: #ed7423;
}
.header_right {
    text-align: right;
}
#srchBox {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 10px 35px 0 0;
}
form#srch {
    margin-top: 0;
}
input#srchInput {
    height: 20px;
    padding: 3px 8px;
    width: 130px;
    font-size: 12px;
}
input#srchBtn {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: -24px;
    top: 3px;
    border: none;
    background: url(/content/400132180.png) no-repeat;
}
#sp_srchBox {
    width: 72%;
    margin: auto;
    position: relative;
}
#sp_srchBox input#srchBtn {
    right: 0;
}
.S_header_area #srchBox {
    position: absolute;
    top: -14px;
    right: -10px;
}
.S_header_area input#srchInput {
    width: 100px;
    border-style: solid;
    border-width: 0.1px;
    border-color: #999;
}
.header_right ul {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 0;
    vertical-align: top;
}
.header_right ul a {
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 48px;
    position: relative;
}
.header_right li {
    display: inline-block;
    width: 120px;
}
li.control {
    margin-left: -4px;
}
li.contact a {
    background: #333;
}
li.control a {
    background: #ed7423;
}
.contact span, .control span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.symposium_logo {
    display: inline-block;
    width: 200px;
    margin: 5px 20px 0 40px;
    vertical-align: middle;
    padding-top: 3px;
}
.u-tokyo_logo {
    display: inline-block;
    margin: 5px 10px 0;
    vertical-align: middle;
}
.under_header {
    position: fixed;
    background: #faf4f1;
    width: 100%;
    z-index: 10;
    top: 48px;
}
.menu_area {
    width: 100%;
    margin: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 58px;
}
#header_logo {
    margin: 5px 2%;
    display: inline-block;
    width: 9%;
    text-align: left;
    position: absolute;
    left: 0;
}
#header_logo img {
    max-width: none;
}
#pc_nav {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: 85%;
}
#pc_nav ul {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}
#pc_nav li {
    display: inline-block;
    margin: 0 1.5%;
    padding-left: 1.1%;
    position: relative;
}
#pc_nav li:last-child {
    margin-right: 0;
}
#pc_nav li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 14%;
    display: inline-block;
    width: 6px;
    height: 17px;
    background-color: #ed7423;
}
#pc_nav a {
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
#sp_nav {
    display: none;
}
/*.u-tokyo_logo {
    display: inline-block;
    right: 0;
    position: absolute;
    margin: 17px 30px 0;
    top: 0;
}*/

#breadcrumb_area {
    margin: 0 30px;
    padding-top: 115px;
}
#s_breadcrumb_area {
    padding-top: 140px;
    margin: 0 auto;
    width: 94%;
}
.detail.jiepp {
    width: 1020px;
    margin: 60px auto 200px;
}
.jiepp .page_title {
    margin: 20px auto;
    font-size: 25px;
    font-weight: bold;
    border-left: 10px solid #ed7423;
    padding-left: 20px;
    position: relative;
    padding-right: 180px;
}
/*.jiepp .page_title:before {
    content: "";
    border-left: 10px solid #ed7423;
    margin-right: 20px;
}*/
.jiepp .detail_sub_title, .jiepp h3 {
    border-bottom: 3px solid #ed7423;
    margin-top: 100px;
}
.top_date_after ul {
    list-style: none;
}
.footer_area {
    background: #faf4f1;
    position: relative;
    /*padding-bottom: 130px;*/
}
#page_top {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.footer_inner {
    width: 80%;
    margin: 0 auto;
    padding-top: 35px;
    display: flex;
}
.footer_left {
    width: 49%;
    display: inline-block;
}
.footer_banner img {
    width: 100%;
}
.footer_contact {
    width: 180px;
    text-align: center;
    margin-top: 20px;
}
.footer_contact a {
    background: #ed7423;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 5px;
    transition: .4s;
}
.footer_contact a:hover {
    background: none;
    border: 1px solid;
    color: #ed7423;
    transition: .4s;
}
.footer_right {
    width: 50%;
}
.sns {
    padding: 0;
    text-align: right;
}
.sns li {
    list-style: none;
    display: inline-block;
}
.footer_banner {
    text-align: right;
    padding: 0;
}
.footer_banner li {
    display: inline-block;
    padding-left: 30px;
}
.S_over_footer ul.footer_banner {
    text-align: left;
}
address.l-footer-copyright {
    background: #ed7423;
    color: #fff;
    text-align: right;
    padding-right: 10%;
}
.report_img ul {
    list-style: none;
    padding: 0;
}
.report_img li {
    display: inline-block;
    width: 30.33%;
    margin: 20px 1%;
    vertical-align: top;
}
.report_img p {
    margin: 0;
    font-size: 14px;
}
.content_sns_area {
    text-align: right;
}
.sns_link {
    display: inline-block;
}
.index_area {
    margin: 50px 0;
}
.index_title {
    font-size: 17px;
    font-weight: bold;
}
.index_position {
    font-size: 15px;
    margin-top: 10px;
}
.list_index .index_title {
    margin: 0;
    font-size: 15px;
}

.S_header_area {
    width: 100%;
    position: fixed;
    background: #fff;
    height: 80px;
    z-index: 99;
    border-bottom: 2px solid #e62925;
    top:0;
}
.S_header_inner {
    width: 94%;
    margin: 0 auto;
    height: 80px;
    position: relative;
}
#S_header_logo {
    width: 270px;
    margin: 0;
    line-height: 1;
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#S_header_logo a {
    color: #e62925;
}

.S_header_right_area {
    display: inline-block;
    text-align: right;
    width: 73%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.s_heder_jiepp span {
    display: inline-block;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.s_heder_jiepp span:first-letter {
    color: #ed7423;
}
.S_nav a {
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}
.jiepp_logo {
    padding-right: 14px;
}
.S_header_right_area ul {
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
    display: inline-block;
}
.S_header_right_area li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
li.s_heder_jiepp {
    width: 350px;
    position: relative;
    height: 53px;
}
li.s_heder_jiepp .letter_after {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.S_nav li img {
    width: 24px;
    position: absolute;
    left: -7px;
}
.S_header_right_area .control {
    margin-top: 30px;
    width: 137px;
    text-align: center;
}
.S_header_right_area li.control a {
    background: #ed7423;
    color: #fff;
    padding: 4px;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}
.S_nav {
    position: relative;
    background: #e62925;
    width: 100%;
    z-index: 1;
    padding: 1px;
}
.S_nav.is-fixed {
    position: fixed;
}
.S_nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 1020px;
    margin: 13px auto;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.S_nav li {
    margin: 0 15px;
}
.arrow_nav {
    position: relative;
    display: inline-block;
    padding: 0 0 0 23px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 20px;
}


.detail.sympojium, .other_sympojium, .symposium_detail_free {
    width: 1020px;
    margin: 100px auto;
    min-height: 600px;
}
.sympojium .page_title, .other_sympojium .page_title, .symposium_detail_free h2 {
    text-align: center;
    font-weight: normal;
    font-size: 27px;
    color: #e62925;
    border: 1px solid;
    padding: 5px;
    margin: 0 auto 30px;
}
.sympojium .detail_main_img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 390px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-top: 60px;
}
.jiepp .no_img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 300px;
    width: 34%;
    display: inline-block;
    vertical-align: top;
    margin-top: 60px;
}
.top_date_after dd {
    display: inline-block;
    width: 70px;
    text-align: right;
    margin-right: 7px;
}
.top_date_after dt {
    display: inline-block;
}

.after_report h3, .sympojium .detail_sub_title {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color: #e62925;
    border: 1px solid;
    padding: 5px;
    margin: 70px auto 20px;
}

h3.index_area_title {
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    color: #e62925;
    border: 1px solid;
    padding: 5px;
    margin: 100px auto 0;
}
h3.speaker_area_title {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color: #e62925;
    border: 1px solid;
    padding: 5px 0;
    width: 92%;
    margin: 60px 0 20px 8%;
}

.other_area ul {
    width: 90%;
    margin: 2% auto;
    padding: 0;
}
.other_area li {
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
    word-break: break-word;
}

.sympojium .link_area_title {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color: #e62925;
    border: 1px solid;
    padding: 5px;
    margin: 100px auto 0;
}

.detail.sympojium .index_img {
    height: 330px;
}
.S_footer_area {
    background: #e62925;
}
.S_footer_inner {
    width: 90%;
    margin: auto;
    padding: 40px 0 0;
    position: relative;
}
.S_footer_left {
    color: #fff;
}
.S_footer_contact {
    width: 170px;
    text-align: center;
    margin-top: 20px;
}
.S_footer_contact a {
    width: 100%;
    background: #fff;
    padding: 5px;
    display: inline-block;
    color: #e62925;
    border: 1px solid;
    transition: .4s;
}
.S_footer_contact a:hover {
    border: 1px solid;
    background: none;
    color: #fff;
    transition: .4s;
}
.over_f_sns {
    text-align: right;
    border-top: 1px solid#e62925;
    padding: 0 4%;
}
.S_over_footer .footer_banner {
    display: inline-block;
    margin: 0;
}
.S_over_footer .sns {
    display: inline-block;
    margin: 5px 20px;
    text-align: center;
    height: 42px;
}
.S_over_footer img {
    width: 80%;
}
.S_over_footer .footer_banner li {
    padding-left: 0;
    text-align: center;
}



#S_page_top {
    position: absolute;
    right: 0;
    top: 50%;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(0, -50%);
}
.S_l-footer-copyright {
    color: #fff;
    text-align: right;
}

.profile_area {
    width: 63%;
    display: inline-block;
    vertical-align: top;
}
.profile_area ul {
    list-style: none;
    margin: 0;
    width: 96%;
    padding-left: 4%;
}
.profile_area li {
    border-bottom: 1px solid #ccc;
    padding: 1% 0;
}
.profile {
    font-size: 16px;
}

.main_content, .remarks {
    width: 60%;
    margin: auto;
    border-bottom: 1px solid #ccc;
    padding: 1% 0;
}

.jiepp .main_content {
    width: auto;
}
.jiepp .detail_right ul {
    list-style: none;
}
.jiepp .detail_right li {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.detail_top_area .no_img {
    margin-top: 0;
    vertical-align: top;
}
.detail_main_img.no_img {
    margin-top: 0;
}
.detail_right {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}
.detail_top_area {
    margin: 60px auto;
    display: flex;
}
.detail_mainIMG img {
    width: 100%;
}
.main_theme {
    font-size: 25px;
    font-weight: bold;
    color: #ed7423;
}

.end_flag {
    text-align: center;
    margin: 25px 0;
}
li.main_content {
    font-size: 16px;
}
.over_view_nav, .detail_page_menu {
    top: 80px;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.symposium_detail #breadcrumb_area {
    width: 80%;
    margin: 0 auto 60px;
}
.symposium_detail .inner {
    padding: 0;
}
.theme_area {
    background: #f6f4f1;
    text-align: center;
    padding: 60px 8%;
}
.symposium_top_intro {
    font-size: 20px;
}
.theme {
    font-size: 30px;
    color: #e62925;
    margin: 20px 0;
}
.over_view {
    text-align: left;
    width: 1020px;
    margin: auto;

}
.symposium_detail .main_img {
    margin: 0;
    position: relative;
    height: 700px;
    overflow: hidden;
    margin-top: 82px;
}
.symposium_detail .main_img img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.main_img_btn_icon img {
    width: 57px !important;
    height: unset !important;
    object-fit: unset !important;
}
.main_img_text {
    width: 500px;
    background: #e62925;
    color: #fff;
    padding: 1%;
}
.main_img_date {
    padding: 20px 30px;
}
.main_img_date ul {
    list-style: none;
    text-align: left;
    padding: 0;
}
.main_img_text {
    width: 500px;
    background: #e62925;
    color: #fff;
    padding: 1%;
    position: absolute;
    top: 0;
    left: 0;
    height: 272px;
    text-align: center;
}
.after_report {
    margin-top: 40px;
    line-height: 1.8;
}

li.flee {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
}
.main_img_text h2 {
    display: inline-block;
}
.h2_under_line {
    width: 100%;
    border-bottom: 1px solid #fff;
}
.main_img_btn_area {
    position: absolute;
    bottom: 54px;
    background: #f9f4f1;
    right: 0;
    padding: 2% 1%;
    width: 500px;
    height: 216px;
    text-align: center;
}
.main_img_btn_title {
    font-size: 22px;
    font-weight: bold;
    color: #e62925;
    margin: 30px 0;
}
.main_img_btn {
    border: 1px solid #e62925;
    margin: auto;
    width: 80%;
}
.appli_btn {
    color: #e62925;
    display: inline-block;
    width: 100%;
    padding: 2% 0;
}
.appli_btn:hover {
    background: #e62925;
    color: #fff;
}

.qr_code_area {
    position: absolute;
    bottom: 0;
    right: 2%;
    text-align: right;
}
.qr_text {
    display: inline-block;
    bottom: 10px;
    position: absolute;
    right: 55%;
    width: 500px;
}
.qr_code {
    display: inline-block;
}
.qr_code img {
    width: 29%;
}
.detail_bloc {
    width: 1020px;
    margin: 80px auto;
}
.sub_venue {
    font-size: 15px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map_area {
    width: 30%;
}
.schedule th {
    text-align: left;
    padding: 6px 20px;
    font-weight: normal;
}
.schedule_list {
    display: flex;
    margin: 15px 0;
    flex-wrap: wrap;
   position: relative;
}
dd.schedule_time {
    width: 100%;
    margin: 0 15px 0  0;
    color: #ed7423;
}
dd.schedule_time:before {
    content: "\025a0";
    margin-right: 5px;
}
.scheduleSpeakerName {
    width: 100%;
}
.sheduleListTitle {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.schedule_list a:before, .schedule_list a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.schedule_list a::before {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e62925;
    right: -26px;
}

.schedule_list a::after {
    right: -21px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
dl.list_name, dl.list_name_en {
    display: flex;
    margin: 10px 0;
}
.list_name dt {
    width: 102px;
}
.list_name_en dt {
    width: 255px;
}
.list_name dd, .list_name_en dd {
    margin: 0;
    width: 100%;
}
.bloc_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
}
.pdf_downlode {
    text-align: center;
    margin: 60px auto;
    width: 50%;
    color: #fff;
}
.downlode {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #e62925;
    display: inline-block;
    width: 100%;
    padding: 5px;
}
.downlode:hover {
    color: #e62925;
    border: 1px solid#e62925;
    background: #fff;
    padding: 4px;
}
.joyin_area {
    text-align: center;
}
.j_btn_area {
    width: 50%;
    margin: 30px auto;
}
.j_btn {
    color: #fff;
    padding: 10px 29%;
    background: #ccc;
}
.background_inner {
    width: 1020px;
    margin: auto;
    padding: 60px 0;
}
.detail_bloc.Overview {
    width: 100%;
    background: #f6f4f1;
}
.S_main_content {
    line-height: 2.3em;
    letter-spacing: .05em;
    font-size: 17px;
}
.detail_bloc h2 {
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    color: #e62925;
    border: 1px solid;
    padding: 5px;
    margin: 0 auto 30px;
}
dl.s_time_table dt {
    float: left;
    width: 120px;
}
dl.s_time_table dd {
    width: 800px;
    margin-left: 150px;
}
.s_time_table {
    clear: both;
}
.speakers .index_img, .symposium_top .info_bloc .index_img {
    width: 100%;
}
.speakers .index_img img, .symposium_top .info_bloc .index_img img {
    width: 100%;
}

.j_btn_area_end {
    text-align: center;
    margin-top: 60px;
    font-size: 20px;
}
.date_area th {
    background: #e62925;
    color: #fff;
    font-weight: normal;
    padding: 5px 2%;
    width: 170px;
}
.date_area td {
    padding-left: 30px;
}
.flee_content {
    text-align: center;
    font-size: 20px;
    margin: 40px 0;
}
.detail_bloc.banner {
    text-align: center;
}
.inner_banner {
    text-align: center;
    padding: 2% 20%;
    background: #ccc;
    color: #fff;
}
.inner_banner:hover {
    background: #e62925;
}
.index_list {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

}
/*.info_index {
    display: flex;
    flex-wrap: wrap;
}*/
.index_bloc {
    width: 23%;
    margin: 0 1%;
    transition: .5s;
    padding: 2%;
    box-sizing: border-box;
}
.index_bloc:hover {
    box-shadow: 4px 3px 4px 3px #ccc;
    transform: translateY(-10px);
    transition: .5s;
}
.speakers .index_bloc {
    margin: 0 0 20px;
    text-align: center;
    width: calc(100% / 4);
}
.speakers {
    display: flex;
    flex-wrap: wrap;
}
.speakers_list p {
    text-align: center;
    margin-top: 65px;
}

.speakers .index_title {
    font-size: 17px;
}
.speakers .index_intro {
    font-size: 14px;
}

.archive_bloc .index_img {
    width: auto;
    margin: auto;
    height: 130px;
    overflow: hidden;
}
.index_title {
    margin: 0;
}
.index_intro {
    margin: 20px 0;
}
/*.report_list {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
}*/
.archive_event_img {
    width: 30%;
    display: inline-block;
}
.report_right {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.report_text {
    margin: 60px 0;
}
.archive_event_title {
    font-size: 23px;
    font-weight: bold;
    color: #ed7423;
}
.report_bloc {
    margin-bottom: 60px;
    position: relative;
    display: flex;
    gap: 2%;
}
.report_right .event_event_detail {
    margin-left: 70%;
}

/*.archive_event_intro {
    display: inline-block;
    min-height: 130px;
}*/


.Archive .index_list {
    justify-content: left;
}
.o_info_index {
    display: flex;
    flex-wrap: wrap;
}
.archive_bloc {
    display: inline-block;
    width: calc(93% / 3);
    margin: 1%;
    border: 1px solid #333;
    position: relative;
    vertical-align: top;
}

.archive_bloc .index_title {
    text-align: center;
    color: #e62925;
    font-size: 16px;
    margin: 20px 1px;
    height: 80px;
}
.btn {
    text-align: center;
    margin: 15px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.archive_btn {
    background: #e62925;
    color: #fff;
    padding: 5px 20%;
    font-size: 14px;
    display: inline-block;
}
.info_img_area {
    margin-top: 60px;
    text-align: center;
}
.info_img_area img {
    width: calc(95% / 3);
    margin: auto;
}
.info_img_area img:nth-child(2) {
    margin: 0 2%;
}
.no_img {
    background-color: #dcdcdc;
    position: relative;
}
.no_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.symposium_detail {
    margin-bottom: 200px;
}





/**フリーコンテント**/

.symposium_detail_free h3 {
    font-size: 18px;
    color: #333;
    border: none;
    text-align: left;
    font-weight: bold;
}
.symposium_left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.symposium_left p {
    margin: 0;
}
.symposium_right_img {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.symposium_bloc {
    margin-bottom: 80px;
}
/**/

.jiepp_detail_free h2:before {
    content: "";
    border-left: 10px solid #ed7423;
    margin-right: 20px;
    }


#purpose, #plan {
    margin-top: 120px;
    position: relative;
}
.lead{
    margin-top: 60px;
    position: relative;
}

.lead h3, #plan h3 {
    border-bottom: 1px solid #ed7423;
    font-size: 32px;
    padding-left: 40px;
    width: 97%;
   box-sizing: border-box;
}

figcaption {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding: 35px 4%;
}

figure {
    position: relative;
}

h4.heading {
    margin-top: 81px;
    font-weight: bold;
    font-size: 32px;
    color: #E50012;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 31px;
}

.cf {
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.cf .box-01 {
    display: inline-block;
    width: 40%;
    height: 356.0px;
    border: 20px solid #fdede3;
    text-align: center;
    padding-top: 50px;
    overflow: hidden;
    box-sizing: border-box;
}

.box-02 {
    clear: both;
    height: 250px;
    background-color: #d11423;
    margin-top: 60.0px;
    padding: 24px 40px 40px;
    position: relative;
    box-sizing: border-box;
}

.cf .box-01 h5 {
    font-weight: bold;
    font-size: 28px;
    font-weight: bold;
    color: #ED7517;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 39px;
}

.cf .box-01 p {
    font-size: 15px;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
}

.cf .box-01:nth-child(odd) {
    margin-right: 5%;
}

img.india {
    display: block;
    position: absolute;
    left: 50%;
    top: 100px;
    z-index: 2;
    transform: translate(-42%, 0px);
}

.box-02:before {
    content: " ";
    width: 324.0px;
    height: 70.0px;
    display: block;
    position: absolute;
    background: transparent url(/adm/jiepp/ja/img/about/arrow-01.png) 0% 0% no-repeat;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -60.0px;
    z-index: 1;
}

.box-02 h5 {
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 13px;
    text-align: center;
}


.box-02 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.box-02 li {
    display: inline-block;
    width: 14%;
    height: 135px;
    background: #fff;
    position: relative;
}
.box-02 li p {
    position: absolute;
    bottom: 7px;
    line-height: 1;
    font-size: 13px;
    vertical-align: top;
    margin: 0 2px;
    width: 90%;
}
.box-02 li img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 90%;
}


.box-02:after {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: " ";
    width: 164.0px;
    height: 59.0px;
    display: block;
    position: absolute;
    background: transparent url(/adm/jiepp/ja/img/about/arrow-02.png) 0% 0% no-repeat;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -59.0px;
    z-index: 1;
}

.box-03 h5 {
    margin: 85px 0 0;
    font-weight: bold;
    font-size: 24px;
    color: #E50012;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1.5;
    text-align: center;
}

box-03 img.logo {
    text-align: center;
}

.box-03 {text-align: center;}

#purpose .box-03 .logo {display: inline-block;}

#purpose .box-03 .btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    width: 660px;
    position: relative;
}

#purpose .box-03 .btn a {
    display: block;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ed7517), color-stop(100%, #e50011));
    background-image: -moz-linear-gradient(left, #ed7517 0%, #e50011 100%);
    background-image: -webkit-linear-gradient(left, #ed7517 0%, #e50011 100%);
    background-image: linear-gradient(to right, #ed7517 0%, #e50011 100%);
    color: #fff;
    text-decoration: none;
    -moz-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
}

#plan {
    margin: 120px auto;
    display: inline;
}

#plan .box-01 {
    width: 100%;
    background-color: #fdfbf3;
    padding: 30px 40px 10px;
    box-sizing: border-box;
}

#plan .box-01 h2 {
    font-weight: bold;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    padding-bottom: 13.0px;
    border-bottom: 1px solid #CBCBCB;
    line-height: 1.5;
    margin-bottom: 0.0px;
    margin-top: 0;
    text-align: center;
}

#plan .box-01 h4 {
    font-weight: bold;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    padding-bottom: 13.0px;
    border-bottom: 1px solid #CBCBCB;
    line-height: 1.5;
    margin-bottom: 0.0px;
    margin-top: 0;
    text-align: center;
}

.year-box {
	display: table;
	border-bottom: 1px solid #CBCBCB;
	width: 100%;
}



@media screen and (max-width: 736px) {
	.year-box + .year-box {
		position: relative;
	}
	.year-box + .year-box:before {
		content: " ";
		display: block;
		width: 9.0px;
		height: 16.0px;
		position: absolute;
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background: transparent url(/adm/jiepp/ja/img/about/arrow-03.png) 0% 0% no-repeat;
		top: -6.0px;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}
}
.year-box > div {
	display: table-cell;
	padding-top: 21px;
	padding-bottom: 21px;
	vertical-align: top;
}

.year-box .year {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    font-family: Roboto , sans-serif;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 32px;
}

.year-box .content {
    position: relative;
    width: 420px;
}

.year-box .content span {
    display: block;
    width: 100%;
    background-color: rgba(253, 224, 146, 0.5);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0;
}

.notes {
    padding-left: 38px;
    padding-right: 25px;
    padding-top: 25.0px;
    font-size: 16px;
    width: 458px;
    font-weight: bold;
}

.year-box .content span.big2 {
    padding: 7px 0;
}

.year-box .content span.arrow {
    position: relative;
}

.year-box .content span.arrow:after {
    content: " ";
    display: block;
    width: 18.0px;
    height: 31.0px;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent url(/adm/jiepp/ja/img/about/arrow-03.png) 0% 0% no-repeat;
    bottom: -37.0px;
}

.goal {
    width: 100%;
    height: 80px;
    background: transparent url(/adm/jiepp/ja/img/about/goal-bg.png) 0% 0% repeat;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 80px;
    color: #e50012;
    font-size: 21px;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
}

.goal:after {
    content: " ";
    display: block;
    width: 18.0px;
    height: 34.0px;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -28.0px;
    z-index: 2;
    background: transparent url(/adm/jiepp/ja/img/about/arrow-04.png) 0% 0% no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}




/**フリーコンテント-END**/
/***SYMPOSIUM概要-END****/


/***TOP****/
.main_body {
    position: relative;
    margin: 60px auto 200px;
    min-height: 1000px;
}
/**slider**/
.slider_line {
    border-left: 10px solid #ed7423;
    position: absolute;
    top: 50%;
    left: 0;
    height: 50%;
    transform: translate(0, -50%);
}
.lazy.slider img {
    width: 100%;
}
.jiepp_top .lazy.slider img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.slider_area {
    margin-top: 55px;
    position   : relative;
    overflow   : hidden;
    height: 800px;
}
.slick-slide img {
      width: 100%;
    }

.slider_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
/**JIEPP_TOP**/
.jiepp_top .slider_area{
    height: 600px;
}
.jiepp_top .s_banner_title {
    font-size: 35px;
    text-align: center;
    margin: 0;
}
.banner_for_s {
    text-align: center;
    border: 1px solid #ed7423;
    margin: 60px 0;
}
.banner_for_s h2 {
    font-size: 25px;
    text-align: center;
    color: #ed7423;
}
.banner_for_s span {
    font-weight: bold;
    font-size: 42px;
}
.banner_area_btn {
    margin: 20px auto;
    width: 500px;
}
.b_btn {
    width: 100%;
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 5px 0;
}
.for_archive {
    text-align: center;
    margin: 60px auto;
    width: 450px;
}
.for_archive_btn {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    border: 1px solid #ed7423;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 7px 12px rgba(0,0,0,0.2);
    background: #e62925;
    font-weight: normal;
}
.for_archive_btn:hover {
    background: #fff;
    color: #e62925;
    border: 1px solid #e62925;
}
.Symposiumpage_banner {
    width: 1020px;
    margin: auto;
    height: 360px;
    overflow: hidden;
    position: relative;
}
.s_banner_right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    background: rgba(255, 255, 255, 0.5);
    padding: 33px;
    box-sizing: border-box;
}
.s_banner_title {
    font-size: 25px;
    text-align: center;
    margin: 0;
}
.s_banner_title span {
    font-size: 38px;
}
.s_banner_dete_area {
    margin: 25px auto;
}
.s_banner_dete_area dl {
    display: flex;
}
.s_banner_dete_area dt {
    width: 50px;
}
.banner_btn_area {
    text-align: center;
    margin-top: 50px;
}
.banner_btn {
    background: rgba(51, 51, 51, 0.8313725490196079);
    padding: 5px 16px;
    color: #fff;
    display: inline-block;
}
.banner_btn:hover {
    opacity: 0.8;
}
.banner_content {
    text-align: center;
    border: 1px solid;
    padding: 5px 0;
}
.j_btn_area_before {
    text-align: center;
    margin-top: 30px;
}

.j_btn_area_close {
    text-align: center;
    margin-top: 30px;
}
.j_btn_area_content {
    text-align: center;
}
.info_bloc2, .info_bloc3, .info_bloc4, .info_bloc5 {
    margin: auto;
    padding: 60px 0;
}
.info_bloc1 {
    margin: auto;
    padding: 0 0 60px;
}
.info_inner {
    width: 1020px;
    margin: auto;
    border: 1px solid #e62925;
}
.info_bloc2 {
    background: #fefbf4;
}

.report_content_bloc {
    position: absolute;
    top: 0;
    width: 25%;
    left: 25%;
    background: #fff;
    padding: 0 2%;
    z-index: 1;
    height: 300px;
}
.left_img img {
    height: 300px;
}
.report_content_bloc h3 {
    text-align: center;
    color: #ed7423;
}
.top_report_btn {
    text-align: center;
}

.right_img_1 img, .right_img_2 img {
    height: 300px;
}
.right_img_1 {
    position: absolute;
    top: 0;
    right: 25%;
}
.right_img_2 {
    position: absolute;
    top: 0;
    right: -9%;
}
.info_title {
    text-align: center;
    margin: 20px auto;
    font-size: 38px;
    font-weight: bold;
    position: relative;
}
.jiepp_top .info_title:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 30px;
    background-color: #ed7423;
    margin-right: 20px;
}
.jiepp_text {
    width: 65%;
    margin: 30px auto;
}

.info_content {
    margin: 4%;
}
.jiepp_img_area {
    position: relative;
    width: 90%;
    margin: 30px auto;
    height: 300px;
}
.center_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.symposium_report {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.left_map {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.left_s_img {
    position: absolute;
    top: 45%;
    left: 17%;
    z-index: 10;
}
.right_map {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.right_s_img {
    position: absolute;
    top: 45%;
    right: 17%;
    z-index: 10;
}
.top_about_jiepp {
    height: 419px;
}
.text_1 {
    position: absolute;
    top: 30%;
    left: 20%;
    z-index: 10;
}
.text_2 {
    position: absolute;
    top: 30%;
    right: 7%;
    z-index: 10;
}
.text_3 {
    position: absolute;
    bottom: 32%;
    left: 11%;
}
.text_4 {
    position: absolute;
    bottom: 32%;
    right: 14%;
    z-index: 10;
}
.after_line {
    position: absolute;
    left: 100%;
    top: 40%;
    border-top: 1px solid;
    width: 30%;
}
.text_3 .after_line {
    width: 20%;
}
.before_line {
    width: 21%;
    border-top: 1px solid;
    position: absolute;
    top: 45%;
    right: 100%;
}
.text_4 .before_line {
    width: 12%;
}
.map_after_line {
    border-top: 1px solid;
    width: 20%;
    position: absolute;
    left: 20%;
    top: 49%;
}
.map_before_line {
    border-top: 1px solid;
    width: 20%;
    position: absolute;
    top: 49%;
    right: 20%;
}
.for_about_jiepp {
    text-align: center;
}
.for_about_jiepp {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50%;
    text-align: center;
}
.for_btn {
    background: #676767;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    font-size: 20px;
    position: relative;
}
.for_btn:hover {
    opacity: 0.8;
}
.for_btn:before, .for_btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.for_btn:before{
    width: 15px;
    height: 15px;
    background: #fff;
}
.for_btn:after{
    right: 26px;
    width: 3px;
    height: 3px;
    border-top: 2px solid #676767;
    border-right: 2px solid #676767;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.jiepp_img_bloc {
    position: relative;
}
.jiepp_img_bloc img {
    width: 70%;
    margin: 0 15%;
}
.for_jiepp {
    width: 50%;
    text-align: center;
    margin: 50px auto;
}
.jiepp_img_title {
    position: absolute;
    left: 50%;
    top: 4%;
    transform: translate(-50%, 0);
    font-size: 32px;
    font-weight: 700;
    color: #e62925;
}
.event_index {
    display: flex;
    padding: 30px 6%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
}
.list_bloc {
    width: 319px;
}
.info_bloc3 .list_bloc {
    width: calc(100% / 3 - 2%);
    background: #fff8f5;
    display: flex;
    flex-direction: column;
}

.list_title {
    margin: 0;
    background: #ed7423;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 4%;
}
.list_img {
    height: 200px;
    overflow: hidden;
}
.o_info_index .event_index .list_img img {
    height: 263px;
    width: 100%;
    max-width: none;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: top;';
}
.info_bloc3 .list_img img {
    height: 200px;
    width: 100%;
    max-width: none;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: top;';
}
.o_info_index .event_index .list_img.no_img img, .info_bloc3 .list_img.no_img img {
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: unset;
    font-family: unset;
}
.list_img.no_img {
    position: relative;
    background: #d1d1d1;

}
.event_detail {
    text-align: center;
    border: 1px solid;
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: auto;
}

.list_date {
    margin: 10px 20px;
    font-size: 14px;
}
.detail_event_list .list_date {
    width: 25%;
    display: inline-block;
    font-size: 16px;
    margin: 0;
}

.detail_event_list dt {
    width: 100%;
}
dl.detail_event_list {
    font-size: 18px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.list_intro {
    padding: 10px 20px 60px;
}
.link_btn {
    color: #000;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 5px 0;
}
.link_btn:hover {
    background: #333;
    color: #fff;

}
.link_btn:before, .link_btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.link_btn:before {
    width: 15px;
    height: 15px;
    background: #ed7423;
}
.link_btn:after {
    right: 14px;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.for_detail {
    text-align: center;
    width: 45%;
    margin: 30px auto 60px;
}
.news_area {
    padding: 30px 6%;
}
.news_list {
    border-bottom: 1px dotted #505050;
    padding: 0 0 11px;
    margin: 11px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.s_news_area {
    width: 100%;
}
.news_list dd {
    margin: 0 30px 0 0;
    width: 150px;
}
.news_list dt {
    flex: 1;
}
.symposium_top .slider_area {
    margin-top: 0;
}
.symposium_top .main_body {
    width: 100%;
}
.symposium_top .background_inner {
    width: 1020px;
}

.symposium_top .date_area {
    width: 1020px;
    font-size: 18px;
}
.tabke_add {
    font-size: 20px;
}
.symposium_top .info_bloc {
    margin: 60px auto;
    width: 1020px;
    border: none;
}

.symposium_top .detail {
    width: 50%;
    margin: 60px auto 0;
    text-align: center;
}
.JIEPP_banner {
    border: 1px solid #e62925;
    text-align: center;
    width: 1020px;
    margin: auto;
}
.JIEPP_banner .banner_btn_area {
    margin: 0 0 40px;
}
.JIEPP_banner .top_about_jiepp {
    height: 375px;
}

.symposium_top .info_bloc .info_title {
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    color: #e62925;
    border: 1px solid;
    padding: 5px;
    margin: 0 auto 30px;
}
.symposium_top .info_bloc .info_title:before {
    content: unset;
}
.banner_heldtime {
    font-size: 33px;
    text-align: center;
    font-weight: bold;
}
.banner_icon {
    text-align: center;
    margin-top: 20px;
}
.banner_for_J {
    width: 1020px;
    margin: auto;
    text-align: center;
    border: 1px solid #e62925;
}
.banner_for_J h2:before, h2.inner_title:before {
    border-left: 10px solid #e62925;
    content: "";
    margin-right: 10px;
}
.banner_area_content {
    padding: 0 10%;
}
.symposium_top .banner_area_btn {
    margin: 40px auto 30px;
    width: 500px;
}
.symposium_top .Symposiumpage_banner {
    width: 1020px;
    margin: auto;
}
/*.symposium_top .after_line {
    top: 40%;
    border-top: 1px solid;
    border-bottom: none;
    width: 30%;
}

.symposium_top .map_after_line {
    border-top: 1px solid;
    border-bottom: none;
    width: 20%;
}

.symposium_top .before_line {
    border-top: 1px solid;
    border-bottom: none;
    width: 21%;
}

.symposium_top .map_before_line {
    border-top: 1px solid;
    border-bottom: none;
    width: 20%;
}*/
.symposium_top .text_4 {
    right: 12%;
    z-index: 10;
}
.inner_title, .banner_for_J h2 {
    font-size: 30px;
}
.inner_content {
    padding: 30px 0;
}
.other_jiepp, .jiepp_detail_free {
    margin: 60px auto 150px;
    width: 1020px;
}
.other_jiepp .page_title, .jiepp_detail_free h2 {
    margin: 20px auto;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    border-left: 10px solid #ed7423;
    padding-left: 20px;
}
/*.other_jiepp .page_title:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 30px;
    background-color: #ed7423;
    margin-right: 20px;
    vertical-align: top;
}*/
.page_title_univ {
    margin: 20px auto;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
}
.page_title_univ span {
    font-size: 25px;
}
.page_title_univ:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    width: 13px;
    height: 76px;
    background-color: #ed7423;
}
/*.inner_content {
    margin: 60px auto;
    width: 90%;
}*/
.univ_left {
    width: 35%;
    display: inline-block;
    border: 1px solid #333;
    text-align: center;
    padding: 2%;
}
.univ_img {
    width: 300px;
    text-align: center;
    vertical-align: top;
}
h3.univ {
    font-size: 28px;
    margin: 0 0 20px;
}
.univ_detail {
    width: 180px;
    text-align: center;
    margin: auto;
}
.univ_content {
    display: inline-block;
    width: 57%;
    vertical-align: top;
    padding-left: 3%;
    text-align: justify;
}
.univ_detail a {
    width: 100%;
    display: inline-block;
    background: #ed7423;
    color: #fff;
    padding: 5px;
}
.o_info_title {
    margin-top: 60px;
    font-size: 25px;
    border-bottom: 1px solid #333;
}
/*.o_info_content {
    margin: 60px 0;
}*/
.title_exchange {
    border-bottom: 1px solid;
    font-size: 20px;
    margin-top: 60px;
}
.o_info_content li {
    padding: 1%;
}
.o_info_index dl {
    border-bottom: 1px dotted #505050;
    padding: 0 0 11px;
    margin: 11px 0;
}
.o_info_index .news_area {
    padding: 10px 20px;
}
.news_list dd.news_cate{
    width: 100px;
    text-align: center;
    border-radius: 4px;
    padding: 2px;
    font-size: 14px;
    color: #fff;
}
.cate_exchange {
    background: #ed7423;
}
.cate_jiepp{
    background: #f4c63f;
}
.cate_symposium {
    background: #e62925;
}
.exchange_project_list .univ_img {
    border: 1px solid;
    padding: 2%;
    margin: 0;
}
.exchange_project_list dt {
    width: 67%;
    padding: 2% 0 0 2%;
}
.exchange_project_list dt a {
    font-size: 18px;
}
.exchange_project_list dl {
    border: none;
    margin: 0 20px;
    display: flex;
}

.o_info_index .event_index {
    justify-content: start;
    padding: 0;
}
.o_info_index .list_bloc {
    margin: 30px 1%;
    background: #fff8f5;
    position: relative;
    display: flex;
    flex-direction: column;
}

.main_img {
    text-align: center;
    margin-bottom: 50px;
}
.event_list {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
}
.event_list_bloc {
    margin: 1%;
    width: 25%;
    position: relative;
}
.event_list:after {
    content: "";
    display: block;
    height: 0;
}
.event_list_title {
    margin: 0;
    font-size: 22px;
    color: #e62925;
}
.event_list_speaker {
    font-size: 22px;
    margin: 10px 0;
}
.event_list_intro {
    margin-bottom: 50px;
}
.event_list_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.event_list_img img {
    width: 100%;
}
.event_event_detail {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.s_link_btn {
    background: #e62925;
    color: #fff;
    padding: 5px 0;
    width: 100%;
    display: inline-block;
}
.s_link_btn:hover {
    background: #fff;
    border: 1px solid #e62925;
    color: #e62925;
    padding: 4px 0;
}

.detail_right ul {
    list-style: none;
    font-size: 24px;
    margin: 0;
}
.detail_right li {
    border-bottom: 1px solid;
    padding: 2%;
}
.detail_right li:first-child {
    padding: 0 2% 2%;
}
ul.event_speaker_list {
    font-size: 17px;
}
span.name {
    font-size: 19px;
    font-weight: bold;
}
.list_text {
    width: 76%;
    display: inline-block;
}
.event_speaker_list li {
    position: relative;
    border-bottom: 1px dotted #dcdcdc;
}
.detail_btn {
    margin-left: auto;
    text-align: center;
    width: 163px;
}
.detail_btn a {
    background: #e62925;
    color: #fff;
    padding: 10px 18px;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.detail_btn a:hover {
    color: #e62925;
    border: 1px solid #e62925;
    background: #fff;
    padding: 9px 17px;
}


.registration {
    text-align: center;
}
.registration_btn_l, .registration_btn_r {
    width: 39%;
    display: inline-block;
    vertical-align: top;
}
.registration_btn_area .appli_btn {
    border: 1px solid;
}
.registration_btn_l {
    margin-right: 60px;
}
.registration_btn_area {
    margin-top: 60px;
}
.end_symposium_banner {
    position: relative;
    text-align: center;
    width: 1020px;
    margin: auto;
    padding: 30px 0;
    background: url(/content/400076739.jpg) center;
}
.end_symposium_banner:hover {
    opacity: 0.8;
}
.sympo_banner_img {
    filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.3));
    width: 50%;
    margin: auto;
}
.for_symposium {
    font-size: 17px;
    margin-top: 20px;
    text-shadow: 3px 2px 3px #fff;
}
.for_symposium span {
    font-weight: bold;
    padding: 0 5px;
}
.for_symposium img {
    width: 20px;
    padding-left: 10px;
}
.list_detail_btn {
    width: 200px;
    text-align: center;
}
.archive_event_intro {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    margin: 10px 0;
}
.report_full {
    width: 100%;
}
.report_right .list_detail_btn {
    margin-left: auto;
    margin-top: 18px;
}
.left .list_detail_btn {
    margin-right: auto;
    margin-left: 0;
    margin-top: 18px;
}

#s_footer_position .symposium_logo {
    margin: 0;
}

.for_site img {
    width: 15px;
    padding-left: 7px;
}
/*.banner-trigger {
    display: inline-block;
    width: 30px;
    height: 88px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    bottom: 23px;
    right: 0;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
    background: #e62925;
}
.banner-trigger span {
    content: "";
    position: absolute;
    right: 9px;
    top: 45%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
span.chage {
    -webkit-transform: rotate(-137deg);
    transform: rotate(-137deg);
}*/
.banner-trigger {
    display: none;
}
#s_footer_position {
    padding: 26px 0 15px;
    text-align: center;
    border-top: 1px solid #e62925;
    border-bottom: 1px solid #e62925;
    margin-top: 55px;
    position: relative;
}
/*#s_footer_position {
    position: fixed;
    bottom: 22px;
    right: 0;
    z-index: 2;
    border-top: 1px solid #e62925;
    border-bottom: 1px solid #e62925;
    border-left: 1px solid #e62925;
    background: #fbf4f1;
    width: 100%;
    text-align: center;
    padding: 13px 30px 4px 0;
    transform: translateZ(0);
    transition: all .5s;
    height: 70px;
}
#s_footer_position.close {
    transform: translate(100%);
}*/
form th {
    text-align: left;
    display: inline;
    width: 100%;
    height: unset;
}
form td {
    margin-bottom: 15px;
    display: inline;
}
.radio-box {
    margin-top: 10px;
    margin-bottom: 30px;
}
form#form_area {
    margin: 60px 10%;
}

table.link_list {
    width: 100%;
    border: 1px solid #ccc;
    border-spacing: unset;
    margin-bottom: 60px;
}

.link_list td img {
    padding-left: 10px;
    width: 22px;
    vertical-align: top;
}

.link_list th, .link_list td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: unset;
    padding: 10px 25px;
    text-align: left;
    box-sizing: border-box;
    word-break: break-all;
}

.link_list tr {
    border-collapse: collapse;
    border-spacing: unset;
    border: 1px solid;
}
th.top_th {
    text-align: center;
    background: #fafaf1;
}

.link_are h3 {
    margin-bottom: 5px;
    font-size: 23px;
    position: relative;
    padding-left: 50px;
}

.link_are h3:before{
    content: "□";
    font-size: 140%;
    position: absolute;
    color: #ff6b6e;
    top: -16px;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
.link_are h3:after{
    content: "□";
    font-size: 140%;
    position: absolute;
    color: #B92A2C;
    top: -3px;
    left: 0;
    height: 12px;
    width: 12px;
}
.detail.jiepp p a, .content_area a {
    text-decoration: underline;
}
.detail.jiepp p a:hover, .content_area a:hover {
    color: #ed7423;
}
.news_list a:hover {
    color: #ed7423;
}
.exchangelist_index {
    display: flex;
    flex-wrap: wrap;
}
.exchangeList {
    margin: 30px 0;
    border: 1px solid #ed7423;
    padding: 2%;
    border-radius: 7px;
    width: 100%;
    box-sizing: border-box;
}
.EventTitle {
    font-size: 18px;
    background: #ed7423;
    color: #fff;
    padding: 5px 15px;
}
.EventIntro {
    padding: 2%;
    display: flex;
}
.EventIntroImg {
    width: 200px;
    margin-right: 20px;
}
.EventIntroImg img {
    width: 100%;
}
.listRight {
    padding: 0 25px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
}


.ForDetail {
    width: 180px;
    text-align: center;
    margin-left: auto;
    margin-top: auto;
}
.ForDetail a {
    width: 100%;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px 0;
    position: relative;
}
.ForDetail a::before, .ForDetail a::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 8px;
    margin: auto;
    content: "";
}
.ForDetail a::before {
    width: 15px;
    height: 15px;
    background: #ed7423;
}
.ForDetail a::after {
    right: 14px;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.ForDetail a:hover {
    background: #333;
    color: #fff;
}
.detail_right {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin-left: 50px;
}
.detail_right dl {
    display: flex;
    flex-wrap: wrap;
}
.detail_right dd {
    margin: 0;
    font-size: 18px;
    width: 30%;
    padding-right: 2%;
    box-sizing: border-box;
    color: #ed7423;
    font-weight: bold;
    letter-spacing: 1.2px;
}
.detail_right dt.dt_content {
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 1.5;
}
.detail_right dt {
    font-size: 18px;
    margin-bottom: 15px;
    width: 70%;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
}
.detail_right dd:before {
    content: "\025a0";
    padding-right: 5px;
}
dl {
    margin: 0;
}
.detail_mainIMG {
    width: 30%;
}
.detail_mainIMG p {
    text-align: center;
    margin: 0;
}
.detail_right dt a, .page_discript a {
    color: rgba(237, 116, 35, 1);
    text-decoration: underline;
}
.text_after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.inner {
    position: relative;
}
.online {
    font-size: 20px;
    position: absolute;
    width: 150px;
    text-align: center;
    background: #ed7423;
    color: #fff;
    top: 0;
    right: 0;
}
.speakerIndex h4, .list_bg_title {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background: #ed7423;
    padding: 5px 20px;
    margin: 40px auto 30px;
}
.JIspeakers {
    display: flex;
    justify-content: space-between;
}
.JIspeaker_l {
    width: 30%;
    margin-right: 30px;
}
.JI_Simg {
    width: 100%;
}
.JI_Simg img {
    width: 100%;
}
.JI_name {
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}
.JIspeaker_r {
    width: 70%;
}

.JI_cv {
    letter-spacing: 1.5px;
    line-height: 2;
}
.top_semmer_theme {
    font-size: 22px;
    color: #ed7423;
    text-align: center;
}
.top_detail_li {
    list-style: none;
    width: 80%;
    margin: 10px auto;
}
.detail_right.__top_info {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
}
.detail_right.__top_info dl {
    margin-top: 20px;
}
.detail_right.__top_info dd {
    padding-left: 3%;
    font-size: 16px;
    width: 25%;
}
.detail_right.__top_info dt {
    font-size: 16px;
    margin-bottom: 6px;
}
.center {
    text-align: center;
}
.close {
    margin-top: 20px;
}
.join_btn {
    width: 1020px;
    margin: auto;
    display: flex;
}
.btn_left {
    background: #ed7423;
    color: #fff;
    padding: 15px 30px;
    width: 50%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.btn_right {
    background: #555;
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.btn_right a {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 21px 30px;
}
.pdf_img {
    width: 400px;
    margin-bottom: 40px;
}
.linkbtn {
    width: 200px;
    text-align: center;
}
.linkbtn a {
    width: 100%;
    display: inline-block;
    background: #ed7423;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
}
.linkbtn a:hover {
    background: none;
    border: 1px solid;
    padding: 14px 0;
}
.report_sub {
    font-size: 20px;
    font-weight: bold;
}
.reportstyle {
    margin-top: 30px;
}
.speakername {
    margin-top: 1em;
    color: #ed7523;
    font-size: 19px;
}
.speakername:before {content: "\025a0";margin-right: 8px;}

.fleximgstyle {
    display: flex;
    justify-content: space-between;
}
.flextext {
    width: 50%;
    padding-right: 3%;
}
.fleximg {
    width: 50%;
}






/****/
/****/
@media screen and (max-width: 1500px){
 .header_inner {
     width: 100%;
 }
 .symposium_top .slider_area {
     height: 700px;
 }

}
@media screen and (max-width: 1300px){
 .header_inner {
     width: 100%;
 }
.main_img_text, .main_img_btn_area {
    display: none;
}
 .symposium_top .slider_area {
     height: 600px;
 }
 .o_info_index .list_bloc {
     width: 300px;
 }

}
@media screen and (max-width: 1280px){


}
@media screen and (max-width: 1200px){
 .nav a {
     font-size: 14px;
 }
 .S_header_right_area .control {
     right: -6%;
 }
 .S_nav ul {
     width: 90%;
 }
.info_inner {
    width: 90%;
}
.Symposiumpage_banner {
    width: 90%;
    height: auto;
}
.s_banner_right {
    width: 65%;
}
 .detail_bloc {
     width: 90%;
 }
 .footer_inner {
     width: 90%;
 }
 #pc_nav a {
     font-size: 15px;
 }
#pc_nav {
    margin-top: 15px;
}
.news_list dd {
    margin: 0 10px 0 0;
}
section.jiepp_detail_free {
    width: 90%;
}
.other_jiepp, .jiepp_detail_free {
    width: 90%;
}
#S_header_logo {
    margin: 0;
}
 .symposium_top .slider_area {
     height: 500px;
 }
.symposium_top .date_area, .symposium_top .info_bloc {
    width: 90%;
}
.symposium_top .background_inner {
    width: 90%;
}
.symposium_top .Symposiumpage_banner {
    width: 90%;
}
.s_banner_title {
    font-size: 20px;
}
.banner_heldtime {
    font-size: 24px;
}
.detail.sympojium, .other_sympojium, .symposium_detail_free, .detail.jiepp {
    width: 90%;
}
.theme_area {
    padding: 60px 5%;
}
.over_view {
    width: 100%;
}
.u-tokyo_logo {
    width: 120px;
    margin-top: 10px;
}
.header_right li {
    width: 80px;
}
.symposium_logo {
    width: 145px;
    margin: 10px 10px 0 30px;
}
#srchBox {
    margin-top: 10px;
}
.S_header_area #srchBox{
    margin-top: 5px;
}
.end_symposium_banner {
    width: 90%;
}
.join_btn {
    width: 90%;
    margin: 80px auto;
}
.detail_right.__top_info dd {
    padding-left: 0;
}

}
@media screen and (max-width: 1100px){
.o_info_index  .list_bloc {
     width: 275px;
 }
 .o_info_index .event_index .list_img img {
    height: 230px;
 }
.btn_left {
    font-size: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
}

}
@media screen and (max-width: 1000px){
 .nav {
     display: none;
 }
 .jiepp_logo span {
     display: none;
 }
 .menu-trigger {
   display: initial;
 }
 #pc_nav {
   display: none;
 }
#sp_nav {
    display: initial;
}
 .u-tokyo_logo {
     right: 80px;
 }
 li.contact {
     display: none;
 }
 #srchBox {
     display: none;
 }

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 200%;
  opacity: 1;
}
.menu-trigger {
    display: inline-block;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 62px;
    right: 20px;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
}
.symposium_top .menu-trigger, .symposium_detail .menu-trigger, .sympojium .menu-trigger, .other_sympojium .menu-trigger, .symposium_detail_free .menu-trigger {
    top: 24px;
}
 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #070c47;
}
.symposium_top .menu-trigger span, .symposium_detail .menu-trigger span, .sympojium .menu-trigger span, .other_sympojium .menu-trigger span, .symposium_detail_free .menu-trigger span {
    background-color: #e62925;
    height: 2px;
}
.menu-trigger.active span {
  background-color: #fff;
}
/*.menu-trigger span:nth-of-type(1) {
  top: 3px;
}*/
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-14px) rotate(45deg);
}
.menu-trigger.active span {
    background-color: #333;
}
.symposium_top .menu-trigger.active span, .symposium_detail .menu-trigger.active span, .sympojium .menu-trigger span, .other_sympojium .menu-trigger.active span, .symposium_detail_free .menu-trigger span {
    background-color: #e62925;
}

#sp_nav {
  width: 70%;
  height: 100%;
  padding: 100px 20%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.93);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(100%);
  transition: all .5s;
}
#sp_nav.open {
  transform: translateZ(0);
}
#sp_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sp_nav li {
    text-align: left;
    padding: 10px 0;
    font-size: 18px;
}
#sp_nav li a {
    color: #333;
}
#sp_nav li a:hover {
    color: #ed7423;
}
.u-tokyo_logo {
    display: none;
}
 .sp_u-tokyo_logo {
     width: 50%;
 }
.sp_symposium_logo {
    width: 50%;
    margin: 30px 0;
}
.sp_symposium_logo img {
    width: 200px;
}
.symposium_top li.control {
    margin-left: 0;
    width: 150px;
}
.banner_content {
    font-size: 14px;
}
.banner_btn_area {
    margin-top: 20px;
}

.footer_right {
    top: 0;
}
.sns img {
    width: 80%;
}
#purpose .box-01 {
    width: 70%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 80px;
    margin: 0 auto;
    
}
#purpose .box-01:first-child {
    margin-bottom: 80px;
}
#purpose .india {
    left: 55%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 125.0px;
    height: auto;
    top: 326px;
}
.cf {
    display: block;
    text-align: center;
}
 .symposium_top .slider_area {
    display: none;
 }
.sp_top_img {
    display: block;
}
.symposium_top {
    margin-top: 80px;
}
.sp_top_img {
    display: block;
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;
    bottom: 0px;
}
.sp_top_img img {
    width: 100%;
}






li.s_heder_jiepp, .S_header_right_area .control {
    display: none;
}
.S_nav.is-fixed {
    position: unset;
}
.S_nav {
    background: none;
}
.S_nav ul {
    display: none;
}

.S_main_content {
    line-height: 1.8em;
}
.date_area table {
    width: 100%;
}
.map_area {
    width: 50%;
    margin: 20px 25%;
}
.sympojium .detail_main_img {
    display: block;
    margin: auto;
    /*height: 300px;*/
    width: 50%;
}
.profile_area {
    width: 80%;
    margin: auto;
    text-align: center;
    display: block;
}
li.profile {
    text-align: left;
}

.detail_top_area .detail_main_img {
    text-align: center;
    display: block;
}
.detail.sympojium .control {
    width: 35%;
}
.detail.sympojium .control a {
    width: 100%;
    padding: 5px 0;
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 20px;
}
#sp_nav .control a {
    width: 100%;
    padding: 5px 0;
    color: #fff;
    display: inline-block;
    text-align: center;
    height: auto;
}
#sp_nav .control a:hover {
    background: none;
    border: 1px solid;
    padding: 4px 0;
}
dl.s_time_table dd {
    width: 83%;
    margin-left: 17%;
}
.symposium_left {
    width: 100%;
}
.symposium_right_img {
    margin-top: 30px;
}
#sp_srchBox {
    width: 175px;
    margin: 0;
    position: relative;
}
.arrow_nav {
    padding: 0;
}
.pdf_downlode {
    width: 70%;
}
#s_breadcrumb_area {
    padding-top: 85px;
}
.event_list_bloc {
    width: 31.33%;
}

.o_info_index .list_bloc {
    width: 250px;
}
.jiepp_logo {
    padding-right: 40px;
}
.after_report h3, .sympojium .detail_sub_title {
    margin: 30px auto 10px;
}
.report_text {
    margin: 20px 0 30px;
}
.news_list dt {
    width: 100%;
    flex: auto;
}
}
@media screen and (max-width: 900px){
.symposium_top .Symposiumpage_banner {
    width: 70%;
    min-height: unset;
}
.banner_btn {
    width: 70%;
}
.qr_code_area {
    position: relative;
    right: unset;
}
.qr_text {
    position: relative;
    right: unset;
    text-align: center;
    width: 100%;
}
.qr_code {
    display: block;
    text-align: center;
}
.qr_code img {
    width: 20%;
    text-align: center;
    position: relative;
    right: unset;
}
.detail_event_list .list_date {
    width: 100%;
}
.o_info_index .list_bloc {
    width: 225px;
}
.o_info_index .list_img {
    height: 170px;
}
.o_info_index .event_index .list_img img {
    height: 180px;
}
.box-02 {
    height: 300px;
}
.box-02 li {
    width: 30.33%;
    height: 80px;
    margin-top: 10px;
}
.for_btn {
    font-size: unset;
}
.index_bloc {
    width: 29.33%;
    margin: 0 2%;
}
.detail_main_img.no_img {
    height: 0;
}
.detail_main_img img {
    display: none;
}
.detail_right {
    display: block;
    width: 90%;
    margin: 20px auto;
}
.detail_top_area {
    flex-wrap: wrap;
}
.detail_mainIMG {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
}
}
@media screen and (max-width: 767px){
body {
    font-size: 13px;
}
/* .header_area {
     height: 60px;
 }*/
.header_inner {
    height: 40px;
}
 .under_header {
     height: 40px;
     top: 40px;
 }
.menu_area {
    height: 40px;
}
#header_logo img {
    width: 100px;
}
.menu-trigger {
    height: 22px;
    width: 26px;
    top: 47px;
    right: 10px;
}
.menu-trigger span:nth-of-type(2) {
    top: 10px;
}
.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(14px) rotate(-45deg);
    top: -7px;
}
.symposium_top .menu-trigger, .symposium_detail .menu-trigger, .sympojium .menu-trigger, .other_sympojium .menu-trigger, .symposium_detail_free .menu-trigger {
    top: 7px;
}
#sp_nav {
    width: 100%;
}
.for_archive {
    width: 90%;
    margin: 3% auto 0;
}
.list_bloc {
    width: 90%;
    margin: 60px auto 0;
}
.o_info_index .list_bloc {
    margin: 60px auto;
    width: 80%;
}
.info_bloc3 .list_bloc {
    width: 90%;
    margin: 60px auto;
}
.list_bloc:first-child {
    margin: 0 auto;
}
.event_index {
    display: block;
}
.list_intro {
    min-height: unset;
}
.news_cate {
    width: 100px !important;
}
.news_list dt {
    font-size: 13px;
}
.for_detail {
    margin: 0 auto 30px;
    width: 80%;
}
#purpose {
    position: relative;
}

#purpose .box-01 h5 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}
#purpose .box-01 p {
    font-size: 12px;
}

.box-02:before {
    top: -32px;
    width: 160px;
    height: 35px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.box-02 h5 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
}
.lead h3, #plan h3 {
    font-size: 15px;
    width: auto;
}
figure {
    width: 100%;
    margin: auto;
}
figcaption {
    font-size: 13px;
    padding: 15px 1%;
}
h4.heading {
    font-size: 18px;
}
.lead, #purpose, #plan {
    margin-top: 60px;
}

.box-02 {
    margin-top: 25px;
    height: auto;
    padding: 24px 10px;
}
#purpose .box-02:after {
    width: 82.0px;
    height: 30.0px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    bottom: -30.0px;
}
.box-03 h5 {
    margin-top: 43px;
    font-size: 18px;
    margin-bottom: 10px;
}
#purpose .box-03 .btn {
    width: 82%;
    margin-top: 45px;
}
#purpose .box-03 .btn a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
#plan .box-01 h4 {
    font-size: 15px;
}

#purpose .box-01 {
    width: 95%;
    border-width: 10px;
    margin: 0 auto;
}
#purpose .india {
    top: 295px;
}
.year-box .year {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.year-box .content {
    width: 100%;
}
.year-box > div {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.year-box .content span {
    height: auto;
    font-size: 12px;
    padding: 7px;
}
.year-box {
    display: block;
}
.notes {
    font-size: 12px;
    width: auto;
    padding: 7px;
    padding-bottom: 10px;
}
.year-box .content span.arrow:after{
    display:none;
}
.year-box .content span.big2 {
    height: auto;
    font-size: 12px;
    padding: 7px;
}
.goal {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
}
#header_logo {
    width: 25%;
    margin: 0;
}
.jiepp_top .s_banner_title {
    font-size: 25px;
}
.info_title, .jiepp_top .s_banner_title {
    font-size: 18px;
}
.jiepp_top .info_title:before, .other_jiepp .page_title:before, .jiepp .page_title:before {
    height: 15px;
    margin-right: 7px;
    width: 8px;
}
.symposium_top .info_bloc .info_title{
    font-size: 18px;
}
.date_area table, .tabke_add {
    font-size: 13px;
}
.sub_venue {
    font-size: 12px;
}
.index_title {
    font-size: 15px;
}
.map_area {
    width: 100%;
    margin: 20px 0;
}
.symposium_top .detail {
    width: 170px;
    margin: 5px auto 0;
}
.symposium_top .Symposiumpage_banner {
    width: 90%;
}
.symposium_top .date_area {
    font-size: 13px;
}
.S_main_content {
    font-size: 13px;
}
.s_banner_title {
    font-size: 14px;
}
.s_banner_title span {
    font-size: 20px;
}
.banner_heldtime {
    font-size: 15px;
}
.j_btn_area_close {
    margin: 10px 0;
}
.archive_bloc {
    width: 80%;
    margin: 10px auto
;
}
#S_header_logo {
    width: 150px;
}
.S_header_inner {
    height: 40px;
}
.S_header_area {
    height: 40px;
}
.S_header_right_area li {
    margin-right: 25px;
    width: 85px;
}
.sp_top_img {
    height: 270px;
}

#s_breadcrumb_area {
    font-size: 12px;
}
.detail.sympojium, .other_sympojium, .symposium_detail_free, .detail.jiepp {
    margin: 80px auto 200px;
}
.sympojium .page_title, h3.index_area_title, .other_sympojium .page_title, .symposium_detail_free h2 {
    font-size: 18px;
}
.detail_bloc h2 {
    font-size: 18px;
}
.detail_top_area .detail_main_img {
    text-align: center;
    display: block;
}

.detail_right ul {
    font-size: 13px;
    padding: 0;
}
h3.speaker_area_title {
    margin: 30px auto;
    font-size: 18px;
}
span.name {
    font-size: 15px;
}
.arrow_nav {
    font-size: 18px;
}
.detail_btn a {
    font-size: 13px;
}
.symposium_right_img {
    width: 100%;
    text-align: center;
}
.S_footer_left {
    padding-bottom: 30px;
}
.pdf_downlode {
    width: 90%;
    margin: 0 auto 60px;
}
.detail_bloc {
    margin: 60px auto 0;
}
.jiepp .page_title {
    font-size: 20px;
    padding-right: 120px
}
.online {
    font-size: 16px;
    width: 110px;
}

.exchange_project_list dt {
    width: 70%;
    margin: 0 auto 20px;
    display: block;
}
.page_title_univ {
    font-size: 15px;
}
.page_title_univ span {
    font-size: 18px;
}
.univ_left {
    width: 70%;
    margin: 0 15%;
}
.univ_img {
    width: 100%;
}
.inner_content {
    padding: 0;
}
.univ_content {
    width: 90%;
    margin: 20px 5%;
    padding: 0;
}
.other_jiepp, .jiepp_detail_free {
    width: 90%;
    margin: 50px auto;
}
.other_jiepp {
    margin: 50px auto 150px;
}
.S_over_footer .sns {
    width: 29%;
    display: inline-block;
    margin: 0;
}
.S_over_footer .sns li {
    width: 35%;
}
.S_over_footer .footer_banner li {
    padding-left: 0;
    width: 49%;
}
.over_f_sns {
    text-align: left;
    padding: 1%;
}
.S_over_footer ul.footer_banner {
    text-align: left;
    width: 70%;
}
.sympojium .detail_main_img {
    width: 80%;
}
.detail_top_area .detail_main_img {
    width: 80%;
    background-size: contain;
    background-color: unset;
}

.registration_btn_l, .registration_btn_r {
    width: 80%;
    display: block;
    margin: 60px auto;
}
.theme {
    font-size: 18px;
}
.symposium_top_intro {
    font-size: 15px;
}
.downlode {
    font-size: 13px;
}
.archive_event_title {
    font-size: 15px;
}
.after_report h3, .sympojium .detail_sub_title {
    font-size: 18px;
}
.event_list_title {
    font-size: 18px;
}
.event_list_speaker {
    font-size: 15px;
}
li.main_content {
    font-size: 13px;
}
.exchange_project_list dt a {
    font-size: 13px;
}
.o_info_title {
    font-size: 15px;
}
.o_info_content {
    margin: 30px 0;
}
.header_left {
    margin-left: 10px;
}
.o_info_index .list_img {
    height: unset;
}
.o_info_index .event_index .list_img img {
    height: unset;
}
dl.s_time_table dt {
    float: none;
}
dl.s_time_table dd {
    width: 95%;
    margin-left: 5%;
}
.speakers .index_bloc {
    width: 80%;
    margin: 20px auto;
}
.for_jiepp {
    width: 80%;
}
.header_left span {
    font-size: 11px;
}
.jiepp_img_title {
    font-size: 20px;
}
.for_btn {
    font-size: 12px;
    padding: 7px 0;
}
#page_top img {
    width: 55px;
    top: -30px;
}
.footer_left {
    font-size: 12px;
}
.other_jiepp .page_title, .jiepp_detail_free h2 {
    font-size: 17px;
}
.top_date_after dd {
    text-align: left;
    margin: 0;
}
#breadcrumb_area {
    font-size: 11px;
    padding-top: 21px;
    margin: 60px 5px;
}

#s_footer_position {
    bottom: 19px;
}
.banner-trigger {
    bottom: 20px;
}
form th {
    text-align: left;
}
.EventTitle {
    font-size: 15px;
    padding: 5px 10px;
}
.EventIntro p {
    padding: 0;
}
.EventIntroImg {
    width: 170px;
    margin-right: 15px;
}
.exchangeList {
    margin: 15px 0;
}
.ForDetail {
    width: 150px;
}
.listRight {
    padding: 0;
}
.s_banner_right {
    width: 75%;
}
.btn_left, .btn_right {
    font-size: 18px;
}
.report_sub {
    font-size: 17px;
}
.speakername {
    font-size: 16px;
}
.fleximgstyle {
    flex-wrap: wrap;
}
.flextext, .fleximg {
    width: 100%;
}
.fleximg {
    margin-top: 20px;
}
}

@media screen and (max-width: 700px){
.event_list_bloc {
    margin: 20px auto;
    width: 65%;
}
.box-02 ul {
    display: block;
    text-align: center;
}
.box-02 li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.box-02 li img {
    transform: none;
    position: relative;
    width: auto;
}
.box-02 li p {
    position: relative;
    width: 100%;
    margin: 10px 0 0;
}

.for_symposium {
    font-size: 12px;
}
#purpose .india {
    top: 310px;
}
.index_bloc {
    width: 46%;
}
.detail_mainIMG {
    width: 90%;
}
.pdf_img {
    width: 90%;
}
}
@media screen and (max-width: 600px){
.s_banner_right {
    width: 100%;
}
.sp_top_img {
    height: auto;
}
.date_area th {
    width: 100px;
}
.btn_left {
    width: 35%;
}
.btn_right {
    width: 65%;
}


}
@media screen and (max-width: 500px){
.report_bloc {
    width: 90%;
    margin: 50px auto;
    flex-wrap: wrap;
}
.archive_event_img {
    width: 100%;
}
.report_right {
    width: 100%;
    margin: auto;
}
.archive_event_title {
    margin-bottom: 20px;
}
.list_detail_btn {
    position: relative;
    margin-top: 20px;
}
.left .archive_event_title {
    margin-top: 242px;
}
.left .archive_event_img {
    position: absolute;
    top: 0;
}
.archive_event_intro {
    margin-bottom: 0;
}
.report_img li {
    display: block;
    width: 80%;
    margin: auto;
}
.list_text {
    width: 60%;
}
.position_jiepp_logo img {
    width: 200px;
}
#s_footer_position {
    height: 47px;
    padding: 10px 20px 4px 0;
}
.banner-trigger {
    height: 61px;
}
#s_footer_position .symposium_logo {
    margin: 0;
    width: 112px;
    padding: 0;
}
.for_site {
    font-size: 12px;
}
#S_page_top {
    top: 27%;
}
#S_page_top img {
    width: 50px;
}
/*.footer_area {
    padding-bottom: 67px;
}*/
li.control a {
    height: 40px;
}
.symposium_top li.control {
    width: 135px;
}
.symposium_top li.control a {
    height: auto;
}
#S_header_logo {
    width: 120px;
}
.S_header_right_area li {
    margin-right: 0px;
}

}
/* --------------------------------------------------

大学の世界展開力強化事業（インド）とは？

-------------------------------------------------- */

section#about {
	width: 100%;
	background: #d11423 url(/content/400076434.gif) 50% 0% no-repeat;
	padding-top: 50px;
	padding-bottom: 90px;
}

@media screen and (max-width: 736px) {
	section#about {
		padding-top: 20px;
		padding-bottom: 30px;
		background-size: auto 380px;
		-webkit-background-size: auto 380px;
		background-position: 50% 0, 50% 96%;
	}
}

section#about h2 {
	font-weight: bold;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 0;
	border-bottom: none;
	line-height: 1.5;
	margin-bottom: 18px;
	margin-top: 0;
	text-align: center;
}

@media screen and (max-width: 736px) {
	section#about h2 {
		font-size: 16px;
		line-height: 1.5;
		padding-bottom: 0;
		margin-bottom: 7px;
		margin-left: 15px;
		margin-right: 15px;
	}
}

section#about h2+p {
	color: #fff;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 24px;
}

@media screen and (max-width: 736px) {
	section#about h2+p {
		margin-left: 20px;
		margin-right: 20px;
		font-size: 12px;
		line-height: 1.5;
		margin-bottom: 1.2em;
	}
}

section#about .block-area {
	margin: 50px 0;
	display: flex;
}

@media screen and (max-width: 736px) {
	section#about .block-area {
		margin-bottom: 17px;
		display: block;
	}
}

section#about .block {
	padding: 50px;
	width: 49.9%;
	width: calc(50% - 1px);
	background-color: #ededed;
	position: relative;
	box-sizing: border-box;
}

@media screen and (max-width: 736px) {
	section#about .block {
		padding: 16px 25px;
		width: auto;
		float: none;
	}
}

section#about .block.left {
	margin-right: 1px;
	padding-right: 140px;
}

@media screen and (max-width: 736px) {
section#about .block.left {
    padding-right: 16px;
    padding-left: 70px;
    margin: 2px;
}
}

section#about .block.left:after {
	position: absolute;
	display: block;
	content: " ";
	right: 33.0px;
	top: 40.0px;
	width: 74.0px;
	height: 105.0px;
	background: transparent url(/content/400076449.png) 0% 0% no-repeat;
}

@media screen and (max-width: 736px) {
section#about .block.left:after {
    width: 37.0px;
    height: 53.0px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    right: auto;
    top: 20.0px;
    left: 15px;
}
}

section#about .block.right {
	padding-left: 140px;
}

@media screen and (max-width: 736px) {
section#about .block.right {
    padding-left: 70px;
    min-height: 90px;
    margin: 2px;
}
}

section#about .block.right:after {
	position: absolute;
	display: block;
	content: " ";
	left: 33.0px;
	top: 40.0px;
	width: 74.0px;
	height: 105.0px;
	background: transparent url(/content/400076450.png) 0% 0% no-repeat;
}

@media screen and (max-width: 736px) {
	section#about .block.right:after {
		width: 31.0px;
		height: 53.0px;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		left: 19.0px;
		top: 20.0px;
	}
}

section#about .block p {
	line-height: 1.8;
	font-size: 16px;
	margin: 0;
}

@media screen and (max-width: 736px) {
	section#about .block p {
		line-height: 1.5;
		font-size: 12px;
	}
}
.type {
    background: #ed7423;
    color: #fff;
    text-align: center;
    width: 100px;
    margin-left: auto;
}
.type.type_b {
    background: #e62925;
}
.inner_text {
    word-break: break-all;
}




//
@media screen and (max-width: 767px) {
th.top_th {
    width: 100%;
    display: inline-block;
}

.link_list th, .link_list td {
    width: 100%;
    display: inline-block;
}

.link_list th {
    border-bottom: none;
    padding: 10px 10px 0 10px;
}

.link_list td {
    border-top: none;
}

th.top_th {
    border-top: none;
    padding: 2px;
}
#s_breadcrumb_area {
    padding-top: 45px;
}
.symposium_top {
    margin-top: 40px;
}
.detail_right dd {
    width: 100%;
}

.detail_right dt {
    width: 100%;
}
.inner {
    margin-bottom: 60px;
}
.s_banner_dete_area {
    margin: 12px auto 25px;
}
.s_banner_dete_area dd {
    margin: 0;
}
}
@media screen and (max-width: 500px) {
.jiepp_text {
    width: 90%;
    margin: 10px auto;
}
.jiepp_img_title {
    width: 100%;
    text-align: center;
    top: 0px;
    font-size: 16px;
    transform: none;
    left: 0px;
}
.link_are h3 {
    font-size: 18px;
    padding-left: 30px;
}
.link_list td img {
    width: 15px;
    margin-top: 3px;
}
.jiepp_top .slider_area {
    height: 100vh;
}
.jiepp_top .lazy.slider img {
    height: 100vh;
}
.main_body {
    margin: 50px auto;
}
.end_symposium_banner {
    width: 100%;
}
.info_bloc2 {
    padding: 30px 0;
}
.for_jiepp {
    margin: 0 auto 30px;
}
.info_bloc3 .list_bloc {
    width: 100%;
}
.info_title, .jiepp_top .s_banner_title {
    margin-bottom: 0;
}
.list_intro {
    padding: 5px 15px 15px;
}
.info_bloc2, .info_bloc3, .info_bloc4, .info_bloc5 {
    padding: 30px 0;
}
.info_bloc3 .list_bloc {
    margin: 30px auto 0;
}
.inner_text ul {
    padding: 0 5px 10px 16px;
}
.event_index {
    padding: 0 6% 30px;
}
.news_area {
    padding: 10px 6% 30px;
}
ul#breadcrumb {
    margin: 0 0 10px;
}
.other_jiepp {
    margin: 30px auto 60px;
}
.lead, #purpose, #plan {
    margin-top: 30px;
}
h4.heading {
    margin: 30px auto 10px;
}
#purpose .box-01 {
    padding: 20px 0;
}
#purpose .india {
    top: 216px;
}
.o_info_title {
    margin: 30px auto 20px;
}
.exchange_project_list .univ_img {
    width: 30% !important;
    margin: 0;
}
.exchange_project_list .univ_img {
    border: none;
}
.exchange_project_list .univ_img img {
    border: 1px solid;
}
.detail.jiepp {
    margin: 30px auto;
}
.detail_top_area {
    margin: 10px auto 30px;
}
.online {
    font-size: 14px;
    width: 100px;
    top: 100%;
}
.jiepp .page_title {
    padding-right: 0;
    font-size: 19px;
    padding-left: 6px;
    border-left: 6px solid #ed7423;
}
.main_theme {
    font-size: 18px;
    margin: 35px auto 10px;
}
.detail_right {
    width: 100%;
}
.JI_name {
    font-size: 19px;
    line-height: 1.2;
}
.JIspeakers {
    flex-wrap: wrap;
}
.JIspeaker_l {
    width: 100%;
    margin: 0 0 10px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
}
.JIspeaker_r {
    width: 100%;
}
.speakerIndex h4, .list_bg_title {
    font-size: 18px;
}
.banner_btn {
    width: 90%;
}
.s_banner_right {
    padding: 10px 15px;
}
.s_banner_dete_area {
    margin: 5px auto 10px;
}
.join_btn {
    flex-wrap: wrap;
}
.btn_left, .btn_right {
    width: 100%;
}
}
.text_area_dl {
    display: flex;
    flex-wrap: wrap;
}
.text_area_dl dt {
    width: 170px;
    box-sizing: border-box;
    color: #ed7423;
    font-weight: bold;
    letter-spacing: 1.2px;
}
.text_area_dl dt:before {
    content: "\025a0";
    padding-right: 5px;
}
.text_area_dl dd {
    width: calc(100% - 210px);
}
.page_discript h4 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.deco_link {
    color: #ed7423;
    text-decoration: underline;
}

.s_slider_text_area {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 1020px;
    transform: translate(-50%, -50%);
    border: 4px double #df3029;
}
.s_slider_text_free {
    padding: 30px 32px 0;
}
.main_img_text {
    display: none;
}
@media screen and (max-width: 1200px){
.s_slider_text_area {
    width: 90%;
  }
}


@media screen and (max-width: 834px){
.s_slider_text_free {
    padding: 4% 3%;
  }
  .for_archive_btn {
      padding: 10px 0;
  }
}