/* .about_inner{
  max-width: 1400px;
  margin: auto;
} */

/*.about_wrap{
  position: relative;
  padding: 20px 0px;
}
.about_wrap::before{
  position: absolute;
  left: -20px;
  top: -25px;
  content: "";
  background: url(/common/june/img/about/pic/bg.png) no-repeat;
  background-size: 385px;
  width: 385px;
  height: 314px;
}
*/

@media only screen and (max-width:736px){
  .about_inner > section{
    width: 100%;
    overflow-x:hidden;
  }
}

.subpage_titile{
  font-family: 'Oswald', sans-serif !important;
  font-size: 65px;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 10px #888;
  text-align: left;
}
.subpage_subtitle{
  color: #fff;
  text-shadow: 0 0 5px #666;
  font-weight: bold;
}
.about_kv_slider{
  position: relative;
  max-width: 1400px;
  margin: 0 auto 10px auto!important;
}
@media only screen and (min-width:769px){
#shownet-pc {
   width: 50% !important;
 } 
} 
 .pc{
   height:520px;
   width: 100%;
   padding:0;
   margin:0;
   object-fit: cover;
}  
.about_kv_slider .slick-list{
  overflow: visible;
}
.about_kv_slider_content{
  position: relative;
  background-color: #f7f7f7;
}
.about_kv_inner{
  max-width: 1200px;
  margin: auto;
  padding-top: 60px;
}
.title_area{
  position: absolute;
  top: 8%;
  left: 5%;
  z-index: 3;
}

@media only screen and (min-width:769px){
#shownet-txt{ 
  max-width: 710px !important;
  padding: 40px 35px 40px 60px !important;
  top:60px !important;
 }
}


.text_area{
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgb(242, 242, 242);
  background: -moz-linear-gradient(top, #f7f7f7 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
  max-width: 410px;
  padding: 40px 75px 40px 60px;
  background: #f7f7f7;
  z-index: 2;
}
.text_area h2{
  font-size: 34px;
  color: #262262;
  margin-bottom: 10px;
  font-weight: bold;
}

.about_kv_slider_content .sp{
  padding-bottom: 100px;
}
#shownet #breadcrumb li{
  color:#000;
}
#shownet #breadcrumb li::after{
  color:#000;
}
.span-h2{
  font-size: 18px;
  font-weight: normal;
}
.text_area p{
  font-size: 16px;
  line-height: 1.6;
}
.about_nav{
  background: #fff;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.15);
  padding: 10px 0;
  width: 100%;
}
.about_nav ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  /*Android4.3*/
  -moz-box-pack: center;
  /*Firefox21*/
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-justify-content: center;
  /*PC-Safari,iOS8.4*/
  justify-content: center;
  font-size: 14px;
}
.about_nav ul li a{
  color: #000;
  margin: 0 25px;
}
.outline{
  padding: 80px 0;
  background: #fff;
}
.outline_wrap{
  max-width: 1200px;
}
.outline_wrap{
  max-width: 1200px;
  margin: auto;
}
.outline_wrap h3{
  font-size: 28px;
  margin-bottom: 15px;
}

.outline_wrap table{
  width: 100%;
}
.outline_wrap table th,
.outline_wrap table td{
  vertical-align: top;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #E5E5E5;
}
.outline_wrap table .th-small{
  width: 120px;
  font-size: 12px !important;
}
.outline_wrap table th{
  width: 120px;
  font-size: 15px;
}
.outline_wrap.en table th{
  width: 140px;
}
.outline_wrap table td{
  font-size: 14px;
}
.outline_wrap table td dl:not(:last-child),
.outline_wrap table td p:not(:last-child){
  margin-bottom: 15px;
}
.outline_wrap table td dt{
  margin-bottom: 5px;
}
.outline_wrap table td a{
  color: inherit;
  text-decoration: underline;
  display: block;
  line-height: 1.8;
}
.outline_wrap table tr.sponsorship a{
  display: inline-block;
}
.committee{
  background: #F3F4F5;
  padding: 80px 0;
}
.committee_wrap{
  max-width: 1200px;
  margin: auto;
}


/* 蜈ｱ騾� */
h3.outline_title{
  font-size: 28px;
  margin-bottom: 25px;
  color: #013048;
  font-weight: bold;
}


h4.outline_sub_title{
  font-size: 20px;
  color: #2B3990;
  position: relative;
  margin-bottom: 20px;
}
h4.outline_sub_title:after{
  content: "";
  background: #2B3990;
  width: 950px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 250px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}


body#dsj h4.outline_sub_title {
	color: #a3300f !important;
}

body#dsj h4.outline_sub_title:after {
	background: #a3300f !important;
}

.greeting{
  position: relative;
  margin-bottom: 50px;
}
.committee_wrap .greeting_lead h5{
  font-size: 18px;
  margin-bottom: 20px;
}
.committee_wrap .greeting_lead p{
  font-size: 14px;
  line-height: 1.8;
}
.committee_wrap .greeting_lead p:not(:last-child){
  margin-bottom: 15px;
}
.committee_wrap .greeting_lead .greeting_lead_text_area,
.greeting .greeting_contents_right{
  clear: both;
}
.committee_wrap .greeting_lead .greeting_lead_text_area .area_img_fix,
.greeting .greeting_contents_right .area_img_fix{
  content: "";
  display: block;
  height: 355px;
  clear: both;
  float: right;
}
.committee_chairman,
.conference_committee .chairman{
  clear: both;
  float: right;
  margin: 15px 0 0 15px;
  text-align: right;
}
.committee_chairman img{
  width: 210px;
  padding: 30px 0 10px 50px;
}
.committee_chairman p{
  font-size: 13px;
  line-height: 1.57;
}
.committee_chairman p span{
  font-size: 16px;
}
.intro{
  margin-top: 80px;
}
.committee_wrap .intro h4:after{
  width: 1020px;
  left: 180px;
}
.committee_wrap .intro_list > p{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 10px;
  margin-top: 35px;
}
.committee_wrap .intro_list dl{
  clear: both;
  overflow: hidden;
  margin-bottom: 12px;
}
.committee_wrap .intro_list dt,
.committee_wrap .intro_list dd{
  float: left;
  font-size: 14px;
  color: #231F20;
}
.committee_wrap .intro_list dt{
  background: rgba(34, 30, 31, 0.05);
  /* min-width: 200px; */
  width: 15%;
  padding: 8px 15px;
}
.committee_wrap .intro_list dd{
  background: #fff;
  padding: 8px 15px;
  width: 85%;
}

.committee_wrap .intro_list > small{
  font-size: 12px;
  display: block;
  color: #58595B;
  text-align: right;
}
.conference_committee{
  padding: 80px 0;
  /* background: #fff; */
}
.conference_committee_wrap{
  max-width: 1200px;
  margin: auto;
}
.program_committee h4.outline_sub_title::after{
  left: 380px;
  width: 820px;
}
.conference_committee_wrap .greeting h5{
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.conference_committee .greeting_contents{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.greeting_contents .greeting_contents_left{
  width: 32%;
  margin-right: 3%;
  display: none!important;
}
.greeting_contents .greeting_contents_left div{
  line-height: 0;
}
.greeting_contents .greeting_contents_left img{
  line-height: 0;
}
.greeting_contents .greeting_contents_right{
  /* width: 65%; */
  width: 100%;
  ;position: relative;
}
.greeting_contents .greeting_contents_right p{
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.conference_committee .text_cut{
  width: 63%;
  float: left;
}
.conference_committee .chairman p{
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  letter-spacing: normal;
  line-height: 1.57;
}
.conference_committee .chairman img{
  padding-bottom: 10px;
}
.conference_committee .chairman p span{
  font-size: 16px;
}
.program_committee .intro_list > p{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 10px;
  margin-top: 35px;
}
.program_committee .intro_list dl{
  clear: both;
  overflow: hidden;
  margin-bottom: 12px;
}
.program_committee .intro_list dt,
.program_committee .intro_list dd{
  float: left;
  font-size: 14px;
  color: #231F20;
}
.program_committee .intro_list dt{
  background: rgba(34, 30, 31, 0.05);
  /* min-width: 200px; */
  width: 15%;
  padding: 8px 15px;
}
.program_committee .intro_list dd{
  background: #fff;
  padding: 8px 15px;
  width: 85%;
}
.program_committee .intro_list > small{
  font-size: 12px;
  display: block;
  color: #58595B;
  text-align: right;
}
.about_kv_slider .slick-dots{
  text-align: left!important;
  right: inherit!important;
  bottom: -30px!important;
}
.about_kv_slider .slick-dots li button:before {
  /* font-size: 15px !important; */
  color: rgba(43, 57, 144, 0.1) !important;
  opacity: 1!important;
  font-size: 45px!important;
  font-family: inherit!important;
}
.about_kv_slider .slick-dots li.slick-active button:before{
  color: rgba(43, 57, 144, 0.5)!important;
}
@media only screen and (max-width:736px){
  .breadcrumb{
    margin: 20px auto 10px auto;
    padding: 0 15px;
  }

  .subpage_titile{
    font-size: 40px;
    margin-bottom: 5px;
    padding: 0 15px;
    letter-spacing: 1px;
    text-shadow: 0 0 5px #000;
    line-height: 1.2;
  }
  .subpage_subtitle{
    font-size: 14px;
    padding: 0 15px;
    text-shadow: 0 0 5px #000;
  }
  .about_kv_slider{
    margin: 0 auto 30px auto!important
  }
  .text_area{
    position: relative;
    bottom: inherit;
    padding: 0;
    margin: -90px 20px 0 20px;
    width: auto;
  }
  .text_area h2{
    font-size: 20px;
  }
  .text_area p{
    font-size: 14px;
  }
  .subnav ul{
    overflow-x: scroll;
  }
  .subnav ul li{
    white-space: nowrap;
  }
  .outline{
    padding: 40px 0;
  }
  h3.outline_title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .outline_wrap{
    padding: 0 15px;
  }
  .outline_wrap table th,
  .outline_wrap table td{
    display: block;
    width: 100%;
  }
  .outline_wrap table tr:last-child th,
  .outline_wrap table tr:last-child td{
    border-bottom: none;
  }
  .outline_wrap table tr:last-child td{
    padding-bottom: 0;
  }
  .outline_wrap table th{
    font-size: 14px;
    border-bottom: none;
    padding: 15px 0 0 0;
  }
  .outline_wrap table td{
    font-size: 13px;
    padding: 10px 0 15px 0;
  }
  h4.outline_sub_title{
    padding-bottom: 15px;
    font-size: 17px;
    margin-top: 30px;
  }
  h4.outline_sub_title:after{
    width: 45px;
    display: block;
    left: 0;
    bottom: 0;
    top: inherit;
    transform: inherit;
    -moz-transform: inherit;
    -webkit-transform: inherit;
    height: 2px;
  }
  .committee{
    padding: 40px 0;
  }
  .committee_wrap{
    padding: 0 15px;
  }
  .greeting{
    margin-bottom: 40px;
  }
  .committee_wrap .greeting_lead h5{
    font-size: 15px;
  }
  .committee_wrap .greeting_lead h5{
    font-size: 15px;
  }
  .committee_wrap .greeting_lead p{
    font-size: 13px;
    line-height: 1.6;
  }
  .committee_wrap .greeting_lead p:not(:last-child){
    margin-bottom: 10px;
  }
  .committee_wrap .greeting_lead .greeting_lead_text_area,
.greeting .greeting_contents_right{
    display: flex;
    flex-direction: column;
  }
  .committee_wrap .greeting_lead .greeting_lead_text_area .area_img_fix,
.greeting .greeting_contents_right .area_img_fix{
    display: none;
  }
  .committee_chairman,
  .conference_committee .chairman{
   float: none;
    order: 10;
    margin: 0 0 0 auto;
  }
  .committee_chairman img{
    width: 160px;
  }
  .committee_chairman p{
    font-size: 11px;
  }
  .committee_chairman p span{
    font-size: 14px;
    margin-top: 5px;
  }
  .intro{
    margin-top: 30px;
  }  
  .committee_wrap .intro h4:after{
    width: 45px;
    left: 0;
  }
  .committee_wrap .intro_list > p{
    font-size: 15px;
  }
  .committee_wrap .intro_list dl{
    margin-bottom: 18px;
  }
  .committee_wrap .intro_list dt,
  .committee_wrap .intro_list dd{
    display: block;
    float: none;
    width: 100%;
    font-size: 13px;
  }
  .committee_wrap .intro_list dd{
    /* background: none; */
  }
  .conference_committee{
    padding: 40px 0;
  }
  .conference_committee_wrap{
    padding: 0 15px;
  }
  .conference_committee_wrap .greeting h5{
    font-size: 15px;
  }
  .conference_committee .greeting_contents{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .greeting_contents .greeting_contents_right{
    width: 100%;
    -webkit-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
  .greeting_contents .greeting_contents_right p{
    font-size: 13px;
    margin-bottom: 10px;
  }
  .greeting_contents .greeting_contents_left{
    width: 100%;
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  .greeting_contents .greeting_contents_left img{
    width: 100%;
    object-fit: cover;
  }
  .conference_committee .text_cut{
    width: auto;
  }
  .conference_committee .chairman p{
    font-size: 12px;
  }
  .conference_committee .chairman p span{
    font-size: 14px;
  }
  .conference_committee .chairman{
    width: 46%;
  }
  .conference_committee .chairman img{
    width: 110px;
    padding-top: 30px;
  }
  .program_committee .intro_list > p{
    font-size: 15px;
  }
  .committee_wrap .intro_list dl{
  }
  .program_committee .intro_list dt,
  .program_committee .intro_list dd{
    float: none;
    width: 100%;
    font-size: 13px;
  }

  .about_kv_slider .slick-dots{
    left: inherit!important;
    right: 15px!important;
    text-align: right!important;
    /* width: 100%!important; */
    bottom: 65px!important;
  }
  .about_kv_slider .slick-dots li button:before{
    font-size: 30px!important
  }

}


.about_wrap .about_bold{
  font-weight: bold;
}

.about_wrap .about_none{
  color: red;
  text-decoration: line-through;
}