@charset "UTF-8";
body{
  font-family:"Koburina Gothic W3 JIS2004";
  font-size: 100%;
}
article{
  max-width:100%;
}

#kv{
  margin: 0 0 0 0;
  background-color: rgb(255, 255, 255, 0.90);
}


#yodogawa {
  background-color: rgb(255, 255, 255, 0.90);
  font-family: "Shin Maru Go Bold", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", sans-serif;
}

#yodogawa, .content_wrap section {
  padding-left: 0px;
  padding-right: 0px;
}

#index_nav {
  background-color: rgb(239, 237, 229, 0.95);
  margin:0px;
}

.talk_nav {
  background-color: rgb(255, 255, 255, 0.90);
  margin:0;
}

.bd_t, .bd_b {
  border-color: transparent;
}

.title_text{
  background-color: rgb(239, 237, 229, 0.95);
}

#talk_body .txt_box {
  max-width: 750px;
}

#talk_wrap h2 {
  margin:0px;
  padding: 60px 0px 0px 0px;
}

#talk_body .introduction{
  background-color: rgb(239, 237, 229, 0.95);
  font-family:'Koburina Gothic W6 JIS2004';
}

#talk_body .introduction .txt_box{
  margin: 0px auto 0px auto;
}

#talk_body .pic{
  padding-bottom: 40px;
}


#talk_body .exhibitor{
  background-color: transparent;
  margin-left: -120px;
}

#talk_body .exhibitor div .inner{
  width: 100%;
  background-color: #fff;
  border-radius: 58px;
  padding: 50px 70px;
}

#talk_body .exhibitor div .inner .sub_title{
  color: #EB6100;
  font-family:'Koburina Gothic W6 JIS2004';
}

#talk_wrap .talk_end{
  font-family: "Shin Maru Go Bold", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", sans-serif;
}

#information_free {
  background-color: rgba(255,251,248,0.90);
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
}

#information_free li {
  margin: 0 0 0 0;
}

#information_free li .info_desc {
  text-align: center;
  max-width:500px;
}

#information_free li .entry img {
  width: 15%;
  max-width: none;
}

#information_free li .entry_btn img {
  width: 30%;
  max-width: none;
}

#information_free li .info_desc p{
  font-family: "Shin Maru Go Bold", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", sans-serif;
  color: #000;
  font-size: 16px;
}

#information_free li .info_desc p span {
  color: #EB6100;
  font-size: 16px;

}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.profile_inner, .modal_content_inner {
  color: black;
}

.talk_nav_bottom {
  background-color: transparent;
  margin:0;
}

footer {
  background-color: rgba(255,251,248,0.90);
  padding: 80px 0;
}

@media screen and (min-width: 641px){
  .br-sp {display: none; }
  }

@media screen and (max-width: 640px) {
  .br-sp {display: inherit !important;  }

  #kv {
    min-height: 80vh;
}
#yodogawa, .content_wrap section {
  padding-left: 10px;
  padding-right: 10px;
}
  .content_wrap section {
    padding-left: 0px;
    padding-right: 0px;
}

#talk_body .exhibitor{
  background-color: transparent;
  margin-left: 0px;
}

  #talk_body .exhibitor div .inner{
    max-width: 496px;
    width: 90%;
    padding: 50px 10px;
    margin: 0 auto;
    position: relative;

  }
  #information_free li .entry img {
    width: 35%;
    max-width: none;
}
#information_free li .entry_btn img {
  width: 80%;
  max-width: none;
}

}
