/*exhibition.css*/

.one_column_cont h2 {
    letter-spacing: 0;
}

.ot_mainVisual p.title sub {
    font-size: 70%;
    bottom: -0.1em;
}

.exhibition sub {
    font-size: 70%;
    bottom: -0.1em;
}

p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}
.mb_40 {
    margin-bottom: 40px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_100 {
    margin-bottom: 100px;
}

.ft16 {
    font-size: 16px!important;
}
.ft22 {
    font-size: 22px!important;
}

.red {
    color: #f70909!important;
}

.p_caution {
    margin-top: 50px;
    margin: 0 40px;
}

.p_caution h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.p_caution h3{
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 20px;
}



.p_caution h3:before {
    content: '';
    border: 3px solid #b3b3b3;
    position: absolute;
    height: 100%;
    min-height: 30px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.p_caution h3:after {
    content: '';
    border: 3px solid #0072C1;
    position: absolute;
    left: 0;
    height: 30%;
    min-height: 12px;
    top: 0;
}

.car {
    font-size: 20px;
    padding: 10px 40px;
    line-height: 1.8;
}

.result_wr {
    width: 1120px;
}

.exhibition_title_bn {
    min-height: 120px;
    margin-bottom: 30px;
    margin-top: 15px;

}

.exhibition_title h1{
    color: #5e5f5f;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    margin-left: 120px;
text-align: justify;
}

.exhibition_inner h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    background-color: #0072c1;
    padding: 10px 20px 10px 160px;
    margin-bottom: 20px;
    position: relative;
}

.exhibition_inner h2 a{
	color:#FFF;
}

.exhibition_inner h2 a:hover{
	color:#FFF;
}

.greet {
display:block;
    padding: 20px 0px 10px 140px;
}

.greet p{
    font-size: 15px;
	line-height:26px;
}

.keig {
    float: right;
    font-size: 15px;
    padding-right: 140px;
}

.ex_sub_title  {
    width: 1120px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #363636;
    margin: 50px 0;
    padding: 12px 0;
}

.ex_main_i  {
    text-align: center;
    margin-top:30px;

}
.ex_link_b  {
    text-align: center;
    margin-top:30px;
}

.mt15_m {
    margin-top: -15px;
}

.imp_btn {
    float: left;
    width: 500px;
    padding-top: 16px;
    margin-left: 300px;
}
.imp_btn a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 20px;
    font-weight:bold;
    text-align: center;
    border: 3px solid #0072C1;
    color: #0072C1;
    width: 500px;
    margin: 0 auto;
    margin: 5px 0;
}

.imp_btn a:before {
    position: absolute;
    top: 33%;
    right: 5%;
    display: inline-block;
    width: 8px;
    height: 13px;
    content: "";
    vertical-align: middle;
    background-image: url(/assets/smc_img/common/arrow_blue01.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.imp_btn a:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
}



/*---------------------------------------------
  展示会（国内・海外）2022.09追加
  ---------------------------------------------*/
.exhibition_top02 {
    background-image: url(/assets/exhibition/exhibition_bg_bnr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 23px 30px 17px 30px;
}

.exhibition_top02 h1 {
    color: #000;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.0;
}

.semi_bt_area {
     width: 1120px;
     margin: 0 auto;
     padding-top: 30px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.opr_btn_ex {
    float: left;
    margin: 0 auto;
}
.opr_btn_ex a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight:bold;
    text-align: center;
    border: 1px solid #0072C1;
    color: #0072C1;
    width: 400px;
    height: 70px;
    margin: 0 auto;
    margin: 5px 0;
    padding-top: 16px;
}

.opr_btn_ex a:before {
    position: absolute;
    top: 42%;
    right: 30px;
    width: 16px;
    height: 16px;
    margin-top: -4px;
    content: "";
    transform: rotate(45deg);
    border: 0;
    border-top: solid 2px #0072C1;
    border-right: solid 2px #0072C1;
}

.opr_btn_ex a:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
}



.opr_ex {
    font-size: 24px;
    font-weight: bold;
    padding-top: 50px;
}

.ex_table_tx  {
    text-align: start!important;
}

.start_ic {
    float: right;
    color: #fff;
    font-size: 14px;
    background-color: #f81111;
    padding: 4px 10px;
    width: 64px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
}

.end_ic {
    float: right;
    color: #fff;
    font-size: 14px;
    background-color: #000000;
    padding: 4px 10px;
    width: 64px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
}

.inter_info_area {
     width: 980px;
     margin: 0 auto;
     padding-top: 30px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.d_event_list{
     width: 980px;
}


.d_event_list h3{
   font-size: 20px;
　color: #0072C1!important;
   margin-bottom:15px;
    border-bottom: solid 2px #0072C1;
}

.b_title_j {
    font-size: 20px;
　color: #0072C1;
    font-weight: bold;
    padding-top: 50px;
    border-bottom: solid 2px #0072C1;
}

.cau_area {
    width: 840px;
    border: solid 2px #1d2089;
    padding: 20px;
    margin: 20px 0px 40px 140px;
　color: #0072C1;
}
.ctitle {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.8;
　color: #0072C1;
}

.cau_area p {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.8;
}




