@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  overflow: auto;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: 700;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 700;
}

body {
  font-family: "Roboto",
    "Noto Sans JP",
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN",
    "游ゴシック Medium",
    "Yu Gothic Medium",
    "游ゴシック体",
    YuGothic,
    "メイリオ",
    Meiryo,
    sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  width: 100%;
  background: white;
  margin: 0 auto;
  padding: 0;
  color: #1d2129;
  overflow: hidden;
  line-height: 1.8;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  /* Chromeにだけ「Original Yu Gothic」を優先適用 */
  body {
    font-family: "Roboto",
      "Noto Sans JP",
      "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN",
      "游ゴシック Medium",
      "Yu Gothic Medium",
      "游ゴシック体",
      YuGothic,
      "メイリオ",
      Meiryo,
      sans-serif;
    font-feature-settings: "palt";
  }
}

@media only screen and (min-width: 641px) {
  body {
    min-width: 1000px;
  }
}

@media only screen and (max-width: 640px) {
  body {
    min-width: auto;
    font-size: 12px;
  }

  .fs9sp {
    font-size: 10px !important;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  .fs8sp {
    display: block;
    font-size: 10px !important;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  .fs7sp {
    font-size: 10px !important;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }

  .fs6sp {
    font-size: 10px !important;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
  color: #1d2129;
  -webkit-tap-highlight-color: transparent;
}

a:link {
  color: #1d2129;
  text-decoration: underline;
}

a:visited {
  color: #1d2129;
  text-decoration: none;
}

a:hover {
  color: #005DAC;
  text-decoration: none;
  border-bottom: 1px solid #005DAC;
}

img {
  max-width: 100%;
  height: auto;
}

li img,
dt img,
dd img {
  vertical-align: middle;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  border-bottom: 0px;
}

a:not(img):hover {
  border-bottom: 0px;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
}

table th,
table td {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  clear: both;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

h1,
h2,
h5 {
  font-weight: 700;
}

strong {
  color: #000000;
}

strong.orange {
  color: #ff4d00;
}

header#header_block_pc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0;
  height: 185px;
}

header#header_block_pc p {
  padding: 0;
}

header#header_block_pc .h_box {
  float: left;
  margin: 0;
  padding: 10px 0 0 10px;
}

header#header_block_pc .h_box02 {
  float: right;
  margin: 0;
  /*  width: 535px;*/
}

header#header_block_pc .h_box02 p {
  margin: 0;
  padding: 0;
  font-size: 12.9px;
  letter-spacing: 0;
}

header#header_block_pc .head_wrapper {
  width: 1000px;
  margin: 0 auto 10px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  header {
    display: none;
  }

  .header_block_sp {
    display: block;
    width: auto;
    padding: 15px 10px 0;
  }

  .header_block_sp .head_logo {
    float: left;
    padding-bottom: 10px;
  }

  .header_block_sp h1 {
    margin: 0;
    padding: 0;
    font-size: 0;
  }

  .header_block_sp h1 a:hover {
    border-bottom: 0px;
  }

  .header_block_sp h1 img {
    width: 240px;
  }
}

#wrapper {
  margin: 177px auto 50px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #wrapper {
    margin: 0px auto 20px;
    overflow: hidden;
  }
}

#contentbox {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #contentbox {
    clear: both;
    width: auto;
    margin: 10px auto 0;
    overflow: hidden;
  }
}

#mainbox {
  width: 700px;
  float: left;
  margin: 20px 0 0;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  #mainbox {
    width: auto;
    float: none;
    padding: 0 10px;
  }
}

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

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

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

#sidebox .side_menu {
  margin: 10px 0 0;
  padding: 0;
}

#sidebox .side_menu ul {
  margin: 0;
}

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

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

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

#sidebox .side_banner {
  margin: 20px 0 0;
  padding: 0px;
  text-align: center;
}

#sidebox .side_banner ul {
  margin: 0;
}

#sidebox .side_banner ul li {
  padding: 0;
  margin-bottom: 25px;
}

#sidebox .side_banner ul li a {
  border: 0px;
}

.side_banner02 {
  margin-top: 20px;
  text-align: center;
}

.side_fb_block {
  margin-top: 20px;
}

.side_bnr_ttl {
  width: 100%;
  background: #666666;
  padding: 0;
  position: relative;
  margin-bottom: 24px;
}

.side_bnr_ttl p {
  background: #666666;
  position: relative;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 0;
  text-align: center;
  border-radius: 5px;
}

.side_bnr_ttl p:after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  border: 5px solid transparent;
  border-top-color: #666666;
  top: 100%;
  left: 50%;
}

@media only screen and (max-width: 640px) {
  #sidebox {
    width: auto;
    float: none;
    margin: 50px 0 0;
    padding: 0 10px;
  }

  #sidebox h2 {
    text-align: center;
    line-height: 1;
    padding: 20px 0;
    border-radius: 4px;
    font-size: 16px;
  }

  #sidebox h2:after {
    display: block;
    width: 8px;
    vertical-align: middle;
    margin: 0 auto;
  }

  #sidebox .side_banner {
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
  }

  #sidebox .side_banner ul {
    margin: 0;
  }

  #sidebox .side_banner ul li {
    padding: 0;
    margin-bottom: 25px;
  }
}

/* column */
.column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column01 {
  margin-bottom: 1rem;
  padding: 0;
  width: 100%;
}

.column02 {
  margin-bottom: 1rem;
  padding: 0;
  width: 49%;
}

.column02_b {
  margin-bottom: 1rem;
  padding: 0;
  width: 48%;
}

.column_border_right {
  border-right: 1px dashed #a6a6a6;
  padding-right: 10px;
}

.column_border_bottom {
  border-bottom: 1px dashed #a6a6a6;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .column_wrap {
    flex-direction: column;
  }

  .column02,
  .column02_b {
    width: 100%;
  }

  .column_border_right {
    border-right: 0px;
    padding-right: 0px;
  }

  .column_border_bottom {
    border-bottom: 0px;
  }
}

header h1 {
  transition: 0.3s;
}

.head_accesstxt {
  display: none;
}

.is-animation p.head_accesstxt {
  display: block;
  font-size: 14px;
}

.is-animation {
  height: 130px;
  background: #ffffff;
}

.is-animation h1 {
  color: #000;
}

/*
.is-animation .h_box {
  padding-top: 10px !important;
}

.is-animation h1.des_txt,
.is-animation .head_access {
  display: none;
}

.is-animation .head_access {
  float: left;
  padding: 10px 20px 0 0;
}
.is-animation .head_contact {
  margin-bottom: 0px;
}
*/

header h1 {
  float: left;
  margin: 0;
}

header h1 img {
  vertical-align: middle;
}

header h1 a {
  display: block;
}

header h1 a:hover {
  border: 0px;
}

h1.des_txt {
  float: left;
  font-size: 13px;
  padding: 0;
  padding-bottom: 0px;
  font-weight: normal;
}

.head_contact {
  float: left;
  width: 235px;
  /*background-color: rgb(0, 193, 0);*/
  background: rgb(255, 77, 0);
  overflow: hidden;
  margin-bottom: 12px;
  margin-left: 190px;
  margin-right: 10px;
  /* Englishボタン削除対応 */
}

.head_contact ul {
  text-align: center;
  color: #f3ffff;
}

.head_contact ul li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
}

.head_contact ul li img {
  vertical-align: text-top;
}

.head_contact ul li.contact_icon {
  padding-right: 12px;
}

.head_contact ul li.contact_icon img {
  width: 27px;
}

.head_contact ul li.contact_arrow {
  padding-left: 15px;
}

.head_contact ul li.contact_arrow img {
  width: 8px;
}

a>.head_contact:hover {
  /*background-color: rgba(0, 193, 0, 0.8);*/
  background: rgba(255, 77, 0, 0.8);
}

.bk {
  background: rgb(255, 215, 49);
}

.bk ul {
  color: #000 !important;
}

a>.bk:hover {
  background: rgba(255, 215, 49, 0.8);
}

ul.head_e_btn {
  float: right;
  width: 100px;
  background: #999999;
}

ul.head_e_btn li {
  height: 50px;
  line-height: 50px;
  text-align: center;
}

ul.head_e_btn li a {
  color: #f3ffff;
  text-decoration: none;
  display: block;
}

ul.head_e_btn li a:hover {
  border: 0px;
}

ul.head_e_btn:hover {
  background: rgba(153, 153, 153, 0.8);
}

.head_access {
  clear: both;
  display: inline-block;
  margin-left: 10px;
  padding-top: 0px;
  float: right;
  /* 2018/07/06 */
}

.head_access ul {}

.head_access ul li {
  display: inline-block;
  font-size: 12.9px;
}

.head_access ul li img {
  width: 65px;
}

.head_access dl dt {
  width: 42px;
  display: inline-block;
  vertical-align: top;
}

.head_access dl dt img {
  width: 42px;
}

.head_access dl dd {
  display: inline-block;
}

.head_access dl dd p {
  height: 17px;
}

#sp_access,
.header_block_sp,
.head_access_sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .header_block_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  h1.des_txt {
    float: left;
    font-size: 10px;
    padding: 0;
    padding-bottom: 5px;
    font-weight: normal;
    letter-spacing: 0px;
  }

  #sp_access {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #005DAC;
  }

  .head_access_sp {
    display: block;
    width: 100%;
    font-size: 10px;
    text-align: center;
  }

  .head_access_sp:first-child {
    border-right: 1px solid #103567;
  }

  .head_access_sp ul {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
  }

  .head_access_sp ul li {
    padding: 0;
    color: #ffffff;
  }

  .head_access_sp ul li:first-of-type {
    font-size: 10px;
    font-weight: normal;
  }

  .head_access_sp p {
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
  }

  .head_access_sp p a {
    color: #ffffff;
    text-decoration: none;
  }

  .head_access_sp p:before {
    content: url("../images/sp_access.svg");
    display: inline-block;
    width: 8px;
    vertical-align: middle;
    padding-right: 5px;
  }
}

nav {
  clear: both;
  min-width: 1000px;
  margin: 0;
  padding: 0;
  background: #005DAC;
}

nav .navi_home img {
  width: 16px;
}

nav .menu>ul>li.navi_under {
  background: url(../images/ic_navi_down.png) center 52px no-repeat;
}

nav .menu>ul>li.navi_under ul li:last-child .navi_block {
  border-right: none;
}

nav .menu>ul>li a:hover {
  border: 0px;
  text-decoration: none;
}

nav .menu>ul>li.navi_home,
nav .menu>ul>li.navi_outline,
nav .menu>ul>li.navi_exhibition,
nav .menu>ul>li.navi_visit,
nav .menu>ul>li.navi_media,
nav .menu>ul>li.navi_seminar {
  padding: 10px 0;
}

nav .menu>ul>li.navi_outline:hover,
nav .menu>ul>li.navi_outline:hover,
nav .menu>ul>li.navi_exhibition:hover,
nav .menu>ul>li.navi_visit:hover,
nav .menu>ul>li.navi_media:hover,
nav .menu>ul>li.navi_seminar:hover {
  background: url(../images/ic_navi_b_ye.png) center bottom repeat-x;
}

nav .menu>ul>li.navi_home>a {
  border-left: 1px solid #2b4c79;
}

nav .menu>ul>li.navi_outline>a {
  padding: 0 21px;
  border-right: 1px solid #2b4c79;
  border-left: 1px solid #2b4c79;
}

nav .menu>ul>li.navi_exhibition>a {
  padding: 10px 35px;
  border-right: 1px solid #2b4c79;
}

nav .menu>ul>li.navi_visit>a {
  padding: 10px 35px;
  border-right: 1px solid #2b4c79;
}

nav .menu>ul>li.navi_media>a {
  padding: 0 40px;
  border-right: 1px solid #2b4c79;
}

nav .menu>ul>li.navi_seminar>a {
  padding: 10px 35px;
  border-right: 1px solid #2b4c79;
}

nav .g_menu_block {
  display: inline;
  padding: 0 40px;
}

nav .g_menu_block img {
  display: inline-block;
  vertical-align: middle;
  width: 43px;
}

nav .g_menu_block img.he {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  margin-right: 10px;
}

nav .g_menu_block p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px !important;
  text-align: left;
  line-height: 1.2;
}

nav .g_gray {
  padding: 20px 35px !important;
  border-right: 1px solid #2b4c79;
  color: #666;
}

nav .g_gray:hover {
  background-image: none !important;
}

@media only screen and (max-width: 640px) {
  nav {
    min-width: auto;
  }
}

header h1 {
  margin: 0;
  padding: 0;
  font-size: 0;
}

header h1 img {
  width: 430px;
}

/* title */

/* h1 */

.h1_ttltxt {
  display: table-cell;
  width: 565px;
  height: 120px;
  max-height: 120px;
  vertical-align: middle;
}

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

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

.h1_pagettl {
  width: 1000px;
  margin: 0 auto;
  padding-left: 35px;
  background: url(../images/bg_h100.jpg) left center no-repeat;
  height: 120px;
  max-height: 120px;
}

.h1_outline {
  background: url(../images/bg_h101.jpg) left center no-repeat;
}

.h1_exhibit {
  background: url(../images/bg_h102.jpg) left center no-repeat;
}

.h1_attendance {
  background: url(../images/bg_h103.jpg) left center no-repeat;
}

.h1_press {
  background: url(../images/bg_h104.jpg) left center no-repeat;
}

.h1_inquiry {
  background: url(../images/bg_h105.jpg) left center no-repeat;
}

@media only screen and (max-width: 640px) {
  .h1_ttltxt {
    display: block;
    width: 59%;
    padding: 15px 0;
    height: 60px;
    max-height: 60px;
    vertical-align: middle;
  }

  .h1_ttltxt h1 {
    line-height: 1;
    font-size: 12px;
    letter-spacing: 0em;
  }

  .h1_ttltxt p {
    line-height: 1;
    font-size: 10px;
    letter-spacing: 0em;
    padding-top: 5px;
  }

  .h1_pagettl {
    width: auto;
    margin: 0 auto;
    padding-left: 15px;
    height: 61px;
    max-height: 61px;
    background: url(../images/bg_sp_h100.jpg) left top no-repeat;
    background-size: cover;
  }

  .h1_outline {
    background: url(../images/bg_sp_h101.jpg) left top no-repeat;
    background-size: cover;
  }

  .h1_exhibit {
    background: url(../images/bg_sp_h102.jpg) left top no-repeat;
    background-size: cover;
  }

  .h1_attendance {
    background: url(../images/bg_sp_h103.jpg) left top no-repeat;
    background-size: cover;
  }

  .h1_press {
    background: url(../images/bg_sp_h104.jpg) left top no-repeat;
    background-size: cover;
  }

  .h1_inquiry {
    background: url(../images/bg_sp_h105.jpg) left top no-repeat;
    background-size: cover;
  }
}

/* h2 */
h2.style_h201 {
  padding: 18px 25px 18px 30px;
  margin-bottom: 20px;
  border-left: 8px solid #FFEB30;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  background: #005DAC url(../images/bg_h201.svg) left center no-repeat;
  background-size: 8px;
}

h2.style_h201 span {
  font-size: 0.5em;
}

h2.style_h202 {
  padding: 18px 25px 18px 70px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  background: #005DAC url(../images/bg_h202.svg) 10px bottom no-repeat;
  background-size: 45px;
}

h2.style_h203 {
  margin-bottom: 20px;
  border: 1px solid #005DAC;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  background: #ffffff url(../images/bg_h201.svg) 8px center no-repeat;
  background-size: 8px;
}

.h2_ttltxt {
  padding: 25px 25px 25px 30px;
  border-left: 8px solid #FFEB30;
}

@media only screen and (max-width: 640px) {
  h2.style_h201 {
    padding: 12px 12px 12px 15px;
    margin-bottom: 10px;
    border-left: 4px solid #FFEB30;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background: #005DAC url(../images/bg_h201.svg) left center no-repeat;
    background-size: 4px;
  }

  h2.style_h202 {
    padding: 12px 12px 12px 45px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background: #005DAC url(../images/bg_h202.svg) 5px bottom no-repeat;
    background-size: 30px;
  }

  h2.style_h203 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background: #ffffff url(../images/bg_h201.svg) 4px center no-repeat;
    background-size: 4px;
  }

  .h2_ttltxt {
    padding: 12px 12px 12px 15px;
    border-left: 4px solid #FFEB30;
  }
}

/* h3 */
h3.style_h301 {
  background: #005DAC;
  border-left: 8px solid #FFEB30;
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

h3.style_h302 {
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  background: #005DAC url(../images/bg_h302.svg) left center no-repeat;
  background-size: 8px;
}

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

@media only screen and (max-width: 640px) {
  h3.style_h301 {
    background: #005DAC;
    border-left: 4px solid #FFEB30;
    padding: 5px 5px 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
  }

  h3.style_h302 {
    padding: 5px 5px 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    background: #005DAC url(../images/bg_h302.svg) left center no-repeat;
    background-size: 4px;
  }

  h3.style_h303 {
    padding: 5px 5px 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    background: #ffffff url(../images/bg_h302.svg) left center no-repeat;
    background-size: 4px;
  }
}

/* h4 */
h4.style_h401 {
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  background: #ffffff url(../images/bg_h401.svg) left center no-repeat;
  background-size: 8px;
  border-bottom: 1px dashed #e6e6e6;
}

h4.style_h402 {
  padding: 10px 10px 10px 0px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #005DAC;
  font-weight: normal;
  line-height: 1.5;
  border-bottom: 2px solid #7f93ae;
}

h4.style_h403 {
  padding: 10px 10px 10px 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  border-top: 1px dotted #005DAC;
  border-bottom: 1px dotted #005DAC;
}

@media only screen and (max-width: 640px) {
  h4.style_h401 {
    padding: 5px 5px 5px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    background: #ffffff url(../images/bg_h401.svg) left center no-repeat;
    background-size: 4px;
    border-bottom: 1px dashed #e6e6e6;
  }

  h4.style_h402 {
    padding: 5px 5px 5px 0px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
  }

  h4.style_h403 {
    padding: 5px 5px 5px 0px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
  }
}

/* h5 */
h5.style_h501 {
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  background: #ffffff url(../images/bg_h401.svg) left center no-repeat;
  background-size: 8px;
}

h5.style_h502 {
  padding: 10px 10px 10px 0px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #005DAC;
  font-weight: 700;
  line-height: 1.5;
}

h5.style_h503 {
  padding: 10px 10px 10px 0px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #005DAC;
  font-weight: normal;
  line-height: 1.5;
  border-bottom: 1px dotted #7f93ae;
}

@media only screen and (max-width: 640px) {
  h5.style_h501 {
    padding: 5px 5px 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background: #ffffff url(../images/bg_h401.svg) left center no-repeat;
    background-size: 4px;
  }

  h5.style_h502 {
    padding: 5px 5px 5px 0px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }

  h5.style_h503 {
    padding: 5px 5px 5px 0px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
  }
}

#top_pickup {
  padding: 50px 0;
  background: #FFEB30;
}

#top_pickup>h2 {
  color: #000000;
  border-bottom: 0px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.top_pickup_block {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_pickup a {
  text-decoration: none;
}

.top_pickup a:hover {
  border-bottom: 0px;
}

.top_pickup {
  background: #ffffff url(../images/bg_pickup02.png) left bottom no-repeat;
  /*  background-size: contain;*/
  width: 314px;
  /*  width : -webkit-calc(100% / 4 - 10px) ;
  width : calc(100% / 4 - 10px) ;*/
  text-align: center;
  padding-top: 15px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 20px;
}

.top_pickup figure {
  margin: 0 auto;
  /*  padding: 10px;*/
}

.top_pickup figure img {
  max-width: 270px;
}

.top_pickup p {
  padding: 0 20px 50px;
}

@media only screen and (max-width: 640px) {
  #top_pickup {
    padding: 25px 0;
  }

  #top_pickup>h2 {
    font-size: 18px;
  }

  .top_pickup_block {
    width: 100%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  .top_pickup {
    background: #ffffff url(../images/bg_pickup02.png) left bottom no-repeat;
    background-size: 262px;
    width: 260px;
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 20px;
    margin: 0 auto;
  }

  .top_pickup img {
    width: 230px;
  }
}

/* 4枠 */

#top_media {
  padding-top: 20px;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
}

#top_media .top_media_block {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width: 24%;
  padding: 24px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  /* margin: 0 20px;4つのときは削除 */
}

#top_media .top_media_block:nth-of-type(4) {
  margin-right: 0px;
}

@media only screen and (max-width: 640px) {
  #top_media {
    padding: 25px 0;
    width: auto;
    margin: 0 10px;
    text-align: center;
    /* justify-content: space-between;4つのときは削除 */
  }

  #top_media .top_media_block {
    border: 1px solid #cccccc;
    width: 48%;
    min-height: 100%;
    padding: 12px;
    position: relative;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 15px;
    vertical-align: top;
    /* margin-left: 0px;4つのときは削除 */
  }

  #top_media .top_media_block img {
    width: 100%;
  }

  .top_media_block ul li:first-child {
    font-size: 10px;
  }
}

.top_sponsor_block {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
}

#top_content .top_sponsor_block>h2 {
  background: #666666;
  color: #ffffff;
  border-bottom: 0px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.top_sponsor_block ul {
  margin: 50px 0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.top_sponsor_block ul li {
  width: calc(100% / 3 - 10px);
  margin: 0 5px;
}

.top_sponsor_block ul li img {
  width: 240px;
}

.top_sponsor_block ul.partner_center {
  justify-content: center;
}


@media only screen and (max-width: 640px) {
  .top_sponsor_block {
    width: 100%;
    padding: 50px 0 20px;
  }

  #top_content .top_sponsor_block>h2 {
    border-bottom: 0px;
    padding: 5px 0;
    margin: 0;
    font-size: 18px;
  }

  .top_sponsor_block ul {
    margin: 20px 0;
  }

  .top_sponsor_block ul li img {
    width: 100%;
    max-width: 150px;
  }
}

.top_information {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 50px;
}

#top_content .top_information>h2 {
  background: #666666;
  color: #ffffff;
  border-bottom: 0px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

#top_content .top_information ul.info {
  border-bottom: 1px dashed #d9d9d9;
  padding: 8px 20px;
}

#top_content .top_information ul.info .info_date {
  color: #818181;
  width: 100px;
}

#top_content .top_information ul.info li {
  display: inline-block;
  vertical-align: middle;
}

#top_content .top_information ul.info li img {
  width: 70px;
  margin-right: 10px;
}

#top_content .top_information ul.info:first-of-type {
  margin-top: 20px;
}

#top_content .top_information ul.info:last-of-type {
  display: none !important;
}

#top_content .info_list_btn {
  width: 400px;
  height: 30px;
  text-align: center;
  background: #666666;
  border-radius: 10px;
  margin: 30px auto;
}

#top_content .info_list_btn a {
  display: block;
  padding: 5px 0;
}

#top_content .info_list_btn a:hover {
  border-bottom: 0px solid #005DAC;
}

#top_content .info_list_btn a img {
  width: 30px;
}

#top_content .top_block {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
}

#top_content .top_block .top_fb {
  width: 50%;
  padding: 0 10px 0 20px;
  margin: 0 auto;
}

#top_content .top_block .top_fb .top_fb_block p.fb_like_large {
  display: block;
  position: relative;
  height: 38px;
}

#top_content .top_block .top_fb .top_fb_block p.fb_like_small {
  display: none;
}

#top_content .top_block .top_fb .top_fb_block p span:first-child {
  line-height: 28px;
  float: left;
}

#top_content .top_block .top_fb .top_fb_block p span:last-child {
  position: absolute;
  line-height: 28px;
  right: 0;
}

#top_content .top_block .top_bnr {
  /*  width: 42%;*/
  width: 100%;
  padding: 0px;
}

#top_content .top_block .top_bnr ul.bnr_block_a {
  margin-bottom: 20px;
}

#top_content .top_block .top_bnr ul.bnr_block_b {}

#top_content .top_block .top_bnr ul.bnr_block_a li,
#top_content .top_block .top_bnr ul.bnr_block_b li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  /*15px*/
  margin-bottom: 20px;
}

#top_content .top_block .top_bnr ul.bnr_block_a li a:hover,
#top_content .top_block .top_bnr ul.bnr_block_b li a:hover {
  border: 0px;
}

/*
#top_content .top_block .top_bnr ul.bnr_block_a li:nth-child(2n),
#top_content .top_block .top_bnr ul.bnr_block_b li:nth-child(2n) {
  margin-right: 0px;
}
*/

.top_bnr_ttl {
  width: 100%;
  background: #666666;
  padding: 0;
  position: relative;
  margin-bottom: 24px;
}

.top_bnr_ttl p {
  background: #666666;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 0;
  text-align: center;
  border-radius: 5px;
}

.top_bnr_ttl p:after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  border: 5px solid transparent;
  border-top-color: #666666;
  top: 100%;
  left: 50%;
}

.top_bnr_block {
  margin: 0;
}

.top_bnr_block ul {
  text-align: center;
}

.top_bnr_block ul li {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .top_information {
    width: auto;
    margin: 0 auto;
    padding: 0px 0 50px;
  }

  #top_content .top_information>h2 {
    background: #666666;
    color: #ffffff;
    border-bottom: 0px;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
  }

  #top_content .top_information .info {
    width: auto;
    border-bottom: 1px dashed #d9d9d9;
    padding: 12px 0;
  }

  #top_content .top_information ul.info {
    width: auto;
    border-bottom: 1px dashed #d9d9d9;
    padding: 4px 0;
  }

  #top_content .top_information ul.info .info_date {
    color: #818181;
    width: 100px;
  }

  #top_content .top_information ul.info li {
    display: block;
    padding: 0 10px;
  }

  #top_content .top_information ul.info li img {
    padding-right: 10px;
    margin-right: 0px;
  }

  #top_content .top_information ul.raijo {
    display: table;
    padding: 0 10px;
  }

  #top_content .top_information ul.shutten {
    display: table;
    padding: 0 10px;
  }

  #top_content .top_information ul.sonota {
    display: table;
    padding: 0 10px;
  }

  #top_content .info_list_btn {
    width: 240px;
    height: 30px;
    line-height: 20px;
    border-radius: 8px;
    margin: 30px auto;
  }

  #top_content .info_list_btn a {
    padding: 8px 0;
  }

  #top_content .top_menu {
    display: block;
  }

  #top_content .top_menu a {
    text-decoration: none;
  }

  #top_content .top_menu .top_menu_01 {
    width: 100%;
    padding: 35px;
  }

  #top_content .top_menu .top_menu_01 img {
    height: 48px;
  }

  #top_content .top_menu .top_menu_01 ul {
    width: auto;
    float: none;
  }

  #top_content .top_menu .top_menu_01 ul li {
    display: inline-block;
    padding: 0 15px 0 0;
    vertical-align: middle;
    text-align: center;
  }

  #top_content .top_menu .top_menu_01 ul li:last-child {
    padding: 10px 0 0 0;
  }

  #top_content .top_menu .top_menu_01 ul p {
    border-left: 1px solid #ffffff;
    padding: 0 0 0 15px;
    font-size: 10px;
    text-align: left;
  }

  #top_content .top_menu .top_menu_01 ul p span.top_menu_ttl {
    font-size: 16px;
  }

  #top_content .top_menu .top_menu_02 {
    width: 100%;
    padding: 35px 35px 35px 47px;
  }

  #top_content .top_menu .top_menu_02 img {
    height: 48px;
  }

  #top_content .top_menu .top_menu_02 ul {
    width: auto;
    float: none;
  }

  #top_content .top_menu .top_menu_02 ul li {
    display: inline-block;
    padding: 0 15px 0 0;
    vertical-align: middle;
    text-align: center;
  }

  #top_content .top_menu .top_menu_02 ul li:last-child {
    padding: 10px 0 0 0;
  }

  #top_content .top_menu .top_menu_02 ul p {
    border-left: 1px solid #ffffff;
    padding: 0 0 0 15px;
    font-size: 10px;
    text-align: left;
  }

  #top_content .top_menu .top_menu_02 ul p span.top_menu_ttl {
    font-size: 16px;
  }

  #top_content .top_block {
    width: auto;
    margin: 0 10px;
    display: block;
    padding: 20px 0;
    text-align: center;
  }

  #top_content .top_block .top_fb {
    width: 100%;
    padding: 0 0 20px 0;
  }

  #top_content .top_block .top_fb .top_fb_block p.fb_like_large {
    display: none;
  }

  #top_content .top_block .top_fb .top_fb_block p.fb_like_small {
    display: block;
    position: relative;
    height: 30px;
  }

  #top_content .top_block .top_fb .top_fb_block p span:first-child {
    line-height: 20px;
    float: left;
    font-size: 10px;
  }

  #top_content .top_block .top_fb .top_fb_block p span:last-child {
    position: absolute;
    line-height: 20px;
    right: 0;
  }

  #top_content .top_block .top_bnr {
    width: 100%;
    padding: 0;
  }

  #top_content .top_block .top_bnr ul.bnr_block_a {
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom: 10px;
    text-align: left;
  }

  #top_content .top_block .top_bnr ul.bnr_block_b {
    text-align: left;
  }

  #top_content .top_block .top_bnr ul.bnr_block_a li,
  #top_content .top_block .top_bnr ul.bnr_block_b li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 46%;
  }

  #top_content .top_block .top_bnr ul.bnr_block_a li:nth-child(2n),
  #top_content .top_block .top_bnr ul.bnr_block_b li:nth-child(2n) {
    margin-right: 0px;
  }
}

/* 開催報告 */

.top_event_block {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
}

.top_event_box {
  padding-bottom: 100px;
}

.top_event_box:last-of-type {
  padding-bottom: 0px;
}

.top_event_block h2 {
  background: #666666;
  color: #ffffff;
  border-bottom: 0px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

ul.top_event_photo {
  margin: 15px 0;
}

ul.top_event_photo li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 5px;
}

ul.top_event_photo.photo01 li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

ul.top_event_photo.photo03 li {
  width: 32%;
}

.top_event_name li {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .top_event_block {
    width: 100%;
    padding: 50px 0 20px;
  }

  .top_event_box {
    padding-bottom: 50px;
  }

  .top_event_block h2 {
    border-bottom: 0px;
    padding: 5px 0;
    margin: 0;
    font-size: 18px;
  }

  ul.top_event_photo.photo03 li {
    width: 46%;
  }

  .top_event_name {
    padding: 0 10px;
  }
}

/* 小見出し_マーク */

.sub_title01>h2 {
  border-bottom: 0px;
  padding: 0px;
  margin: 0;
  text-align: left;
  font-size: 26px;
  font-weight: normal;
}

.sub_title01>h2:before {
  content: url("../images/ic_point.svg");
  display: inline-block;
  width: 36px;
  vertical-align: middle;
  padding-right: 15px;
}

.sub_title01>h2 span {
  color: #e95513;
}

@media only screen and (max-width: 640px) {
  .sub_title01>h2 {
    border-bottom: 0px;
    padding: 0px;
    margin: 0;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
  }

  .sub_title01>h2:before {
    content: url("../images/ic_point.svg");
    display: inline-block;
    width: 24px;
    vertical-align: middle;
    padding-right: 10px;
  }

  .sub_title01>h2 span {
    color: #e95513;
  }
}

/* 小見出し_塗り */

.sub_title02>h3 {
  background: #ff8e01;
  color: #ffffff;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
  padding: 5px 0;
}

@media only screen and (max-width: 640px) {
  .sub_title02>h3 {
    font-size: 16px;
  }
}

/* 下吹き出し_オレンジ線 */

.balloon_bottom_orange {
  position: relative;
  border: 2px solid #ff8e01;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.balloon_bottom_orange:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #ff8e01;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.balloon_bottom_orange:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

p.balloon_txt01 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 10px;
}

p.balloon_txt01 span {
  font-weight: normal;
}

p.balloon_txt_red {
  font-weight: 700;
  font-size: 20px;
  color: #fe0000;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .balloon_bottom_orange {
    padding: 10px;
  }

  p.balloon_txt01 {
    font-size: 12px;
  }

  p.balloon_txt_red {
    font-size: 16px;
  }
}

/* 画像_角丸 */

.img_radius {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 20px;
}

.box_green01 {
  background: #ffffff url(../images/bg_tri_green.svg) 10px 10px no-repeat;
  background-size: 16px;
  border: 1px solid #168f30;
  padding: 5px 20px 20px;
  margin-bottom: 20px;
}

.box_red01 {
  background: #ffffff url(../images/bg_tri_red.svg) 10px 10px no-repeat;
  background-size: 16px;
  border: 1px solid #ea0014;
  padding: 5px 20px 20px;
  margin-bottom: 20px;
}

.box_orange01 {
  background: #ffffff url(../images/bg_tri_orange02.svg) 10px 10px no-repeat;
  background-size: 16px;
  border: 1px solid #ea0014;
  padding: 5px 20px 20px;
  margin-bottom: 20px;
}

.box_brown01 {
  background: #ffffff url(../images/bg_tri_brown.svg) 10px 10px no-repeat;
  background-size: 16px;
  border: 1px solid #b8661d;
  padding: 5px 20px 20px;
  margin-bottom: 20px;
}

.box_blue01 {
  background: #ffffff url(../images/bg_tri_blue.svg) 10px 10px no-repeat;
  background-size: 16px;
  border: 1px solid #0783a7;
  padding: 5px 20px 20px;
  margin-bottom: 20px;
}

.box_orange02 {
  background: #ffffff url(../images/bg_tri_orange.svg) 10px 10px no-repeat;
  background-size: 16px;
  border: 1px solid #ff8e01;
  padding: 5px 20px 20px;
  margin-bottom: 20px;
}

.box_gray {
  /*  background: #ffffff url(../images/bg_tri_gray.svg) 10px 10px no-repeat;*/
  background-size: 16px;
  border: 1px solid #999999;
  padding: 5px 20px 20px;
  margin-bottom: 20px;
}

.dl_green01 {}

.dl_green01 dt {
  padding: 15px 0;
  border-bottom: 1px dashed #168f30;
  font-size: 16px;
  font-weight: 700;
}

.dl_red01 dt {
  padding: 15px 0;
  border-bottom: 1px dashed #ea0014;
  font-size: 16px;
  font-weight: 700;
}

.dl_orange01 dt {
  padding: 15px 0;
  border-bottom: 1px dashed #ea6101;
  font-size: 16px;
  font-weight: 700;
}

.dl_brown01 dt {
  padding: 15px 0;
  border-bottom: 1px dashed #b8661d;
  font-size: 16px;
  font-weight: 700;
}

.dl_blue01 dt {
  padding: 15px 0;
  border-bottom: 1px dashed #0783a7;
  font-size: 16px;
  font-weight: 700;
}

.dl_orange02 dt {
  padding: 15px 0;
  border-bottom: 1px dashed #ff8e01;
  font-size: 16px;
  font-weight: 700;
}

.dl_gray dt {
  padding: 15px 0;
  border-bottom: 1px dashed #999999;
  font-size: 16px;
  font-weight: 700;
}

.dl_green01 dd,
.dl_red01 dd,
.dl_orange01 dd,
.dl_brown01 dd,
.dl_blue01 dd,
.dl_orange02 dd,
.dl_gray dd {
  padding: 20px 0 5px;
}

.btn_read01 {
  background: #7f7f7f;
  color: #ffffff;
  border-radius: 15px;
  padding: 2px;
  font-size: 10px;
  width: 35%;
  float: right;
  text-align: center;
}

.btn_read01 a {
  color: #ffffff;
  text-decoration: none;
}

ul.li_tenji li {
  display: inline-block;
  margin-right: 15px;
}

@media only screen and (max-width: 640px) {
  .box_green01 {
    background: #ffffff url(../images/bg_tri_green.svg) 5px 5px no-repeat;
    background-size: 8px;
    padding: 5px 10px 10px;
    margin-bottom: 10px;
  }

  .box_red01 {
    background: #ffffff url(../images/bg_tri_red.svg) 5px 5px no-repeat;
    background-size: 8px;
    padding: 5px 10px 10px;
    margin-bottom: 10px;
  }

  .box_orange01 {
    background: #ffffff url(../images/bg_tri_orange02.svg) 5px 5px no-repeat;
    background-size: 8px;
    padding: 5px 10px 10px;
    margin-bottom: 10px;
  }

  .box_brown01 {
    background: #ffffff url(../images/bg_tri_brown.svg) 5px 5px no-repeat;
    background-size: 8px;
    padding: 5px 10px 10px;
    margin-bottom: 10px;
  }

  .box_blue01 {
    background: #ffffff url(../images/bg_tri_blue.svg) 5px 5px no-repeat;
    background-size: 8px;
    padding: 5px 10px 10px;
    margin-bottom: 10px;
  }

  .box_orange02 {
    background: #ffffff url(../images/bg_tri_orange.svg) 5px 5px no-repeat;
    background-size: 8px;
    padding: 5px 10px 10px;
    margin-bottom: 10px;
  }

  .box_gray {
    background-size: 8px;
    padding: 5px 10px 10px;
    margin-bottom: 10px;
  }

  .dl_green01 dt,
  .dl_red01 dt,
  .dl_orange01 dt,
  .dl_brown01 dt,
  .dl_blue01 dt,
  .dl_orange02 dt,
  .dl_gray dt {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
  }

  .dl_green01 dd,
  .dl_red01 dd,
  .dl_orange01 dd,
  .dl_brown01 dd,
  .dl_blue01 dd,
  .dl_orange02 dd,
  .dl_gray dd {
    padding: 10px 0 5px;
  }
}

.btn_link_normal {
  background: rgba(0, 93, 172, 1);
}

.btn_link_stand {
  background: rgb(255, 77, 0);
}

.btn_link_ex {
  background: rgb(0, 193, 0);
  /*margin-top: 80px;*/
}

.btn_link_normal a {
  display: block;
  color: #FFEB30;
  text-decoration: none;
  text-align: center;
  padding: 25px 15px;
}

.btn_link_stand a,
.btn_link_ex a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 25px 15px;
}

.btn_link_normal a:after,
.btn_link_stand a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -3px 0 0 10px;
  background: url("../images/ic_linkbtn.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn_link_ex a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -3px 0 0 10px;
  background: url("../images/ic_mailbtn.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn_link_normal:hover {
  background: rgba(0, 93, 172, 0.8);
}

.btn_link_stand:hover {
  background: rgba(255, 77, 0, 0.8);
}

.btn_link_ex:hover {
  background: rgba(0, 193, 0, 0.8);
}

.btn_link_normal a:hover,
.btn_link_stand a:hover,
.btn_link_ex a:hover {
  border-bottom: 0px;
}

.bread_list ul {
  display: flex;
  width: 1000px;
  margin: 10px auto;
  font-size: 12px;
  padding-top: 10px;
}

.bread_list ul li:not(:last-child):after {
  content: " > ";
  margin: 0 10px;
}

@media only screen and (max-width: 640px) {
  .bread_list ul {
    display: block;
    width: auto;
    margin: 5px;
    font-size: 10px;
    padding-top: 0;
  }

  .bread_list ul li {
    display: inline;
  }

  .btn_link_ex {
    background: rgb(0, 193, 0);
    margin-top: 50px;
  }

  .btn_link_ex a {
    font-size: 18px;
  }
}

.center_st {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .center_st {
    font-size: 14px;
  }
}

.strong_left {
  text-align: left;
  font-size: 22px;
  color: #ff4d00;
}

@media only screen and (max-width: 640px) {
  .strong_left {
    font-size: 16px;
  }
}

/* リストスタイル01 */

.list_densha01 {
  background: url(../images/li_densha.svg) left center no-repeat;
  height: 41px;
  line-height: 41px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 60px;
  background-size: cover;
}

.list_bus01 {
  background: url(../images/li_bus.svg) left center no-repeat;
  height: 41px;
  line-height: 41px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 60px;
  background-size: cover;
}

.list_car01 {
  background: url(../images/li_car.svg) left center no-repeat;
  height: 41px;
  line-height: 41px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 60px;
  background-size: cover;
}

.list_hikouki01 {
  background: url(../images/li_hikouki.svg) left center no-repeat;
  height: 41px;
  line-height: 41px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 60px;
  background-size: cover;
}

/* リストスタイル02 */

.list_densha02 {
  background: url(../images/ic_densha.svg) left center no-repeat;
  font-size: 16px;
  padding: 5px 5px 5px 30px;
  background-size: 20px;
  border-bottom: 1px dotted #a6a6a6;
}

.list_bus02 {
  background: url(../images/ic_bus.svg) left center no-repeat;
  font-size: 16px;
  padding: 5px 5px 5px 30px;
  background-size: 20px;
  border-bottom: 1px dotted #a6a6a6;
}

.list_car02 {
  background: url(../images/ic_car.svg) left center no-repeat;
  font-size: 16px;
  padding: 5px 5px 5px 30px;
  background-size: 20px;
  border-bottom: 1px dotted #a6a6a6;
}

.list_hikouki02 {
  background: url(../images/ic_hikouki.svg) left center no-repeat;
  font-size: 16px;
  padding: 5px 5px 5px 30px;
  background-size: 20px;
  border-bottom: 1px dotted #a6a6a6;
}

ol.ol_list01 {
  font-size: 16px;
  color: #005DAC;
}

ol.ol_list01 li {
  background: url(../images/bg_sq_blue.svg) left center no-repeat;
  background-size: 10px;
  padding: 5px 5px 5px 20px;
  border-top: 1px dotted #005DAC;
  border-bottom: 1px dotted #005DAC;
  margin-bottom: 10px;
}

ol.ol_list02 {
  font-size: 16px;
}

ol.ol_list02 li {
  background: url(../images/bg_sq_orange.svg) left center no-repeat;
  background-size: 10px;
  padding: 5px 5px 5px 20px;
  border-bottom: 1px dotted #a5a5a5;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .list_densha01 {
    background: url(../images/li_densha.svg) left center no-repeat;
    height: auto;
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    background-size: cover;
    padding: 5px 5px 5px 40px;
  }

  .list_bus01 {
    background: url(../images/li_bus.svg) left center no-repeat;
    height: auto;
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    background-size: cover;
    padding: 5px 5px 5px 40px;
  }

  .list_car01 {
    background: url(../images/li_car.svg) left center no-repeat;
    height: auto;
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    background-size: cover;
    padding: 5px 5px 5px 40px;
  }

  .list_hikouki01 {
    background: url(../images/li_hikouki.svg) left center no-repeat;
    height: auto;
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    background-size: cover;
    padding: 5px 5px 5px 40px;
  }

  /* リストスタイル02 */

  .list_densha02 {
    background: url(../images/ic_densha.svg) left center no-repeat;
    font-size: 14px;
    padding: 5px 5px 5px 20px;
    background-size: 10px;
    border-bottom: 1px dashed #a6a6a6;
  }

  .list_bus02 {
    background: url(../images/ic_bus.svg) left center no-repeat;
    font-size: 14px;
    padding: 5px 5px 5px 20px;
    background-size: 10px;
    border-bottom: 1px dashed #a6a6a6;
  }

  .list_car02 {
    background: url(../images/ic_car.svg) left center no-repeat;
    font-size: 14px;
    padding: 5px 5px 5px 20px;
    background-size: 10px;
    border-bottom: 1px dashed #a6a6a6;
  }

  .list_hikouki02 {
    background: url(../images/ic_hikouki.svg) left center no-repeat;
    font-size: 14px;
    padding: 5px 5px 5px 20px;
    background-size: 10px;
    border-bottom: 1px dashed #a6a6a6;
  }

  ol.ol_list01 {
    font-size: 14px;
  }

  ol.ol_list01 li {
    background-size: 5px;
    padding: 5px 5px 5px 15px;
  }

  ol.ol_list02 {
    font-size: 14px;
  }

  ol.ol_list02 li {
    background-size: 5px;
    padding: 5px 5px 5px 15px;
  }
}

dl.list_count {
  display: flex;
  background: url(../images/bg_list_count.png) center center repeat-x;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dashed #cccccc;
}

dl.list_count:last-child {
  border-bottom: 1px solid #999999;
}

.list_count_top {
  border-top: 1px solid #999999;
}

dl.list_count dt {
  background: #ffffff;
  margin-right: auto;
  padding: 0 15px;
}

dl.list_count dd {
  background: #ffffff;
  padding: 0 15px;
}

.contact_block {
  clear: both;
  padding: 30px 0;
  overflow: hidden;
}

.contact_net {
  float: left;
  width: 290px;
  height: 112px;
  border: 2px solid #009e3e;
  border-radius: 8px;
  padding-top: 18px;
}

.contact_net ul {
  text-align: center;
}

.contact_net ul li {
  display: inline-block;
  vertical-align: middle;
  color: #009e3e;
  font-size: 16px;
  font-weight: 700;
  padding: 0 5px;
  line-height: 1.5;
}

.contact_net p {
  font-size: 10px;
  padding-top: 15px;
  text-align: center;
}

.contact_net p a {
  color: #009e3e;
  text-decoration: none;
  font-weight: 700;
}

.contact_tel {
  float: right;
  width: 290px;
  height: 112px;
  border: 2px solid #009e3e;
  border-radius: 8px;
  padding-top: 18px;
}

.contact_tel ul {
  text-align: center;
}

.contact_tel ul li {
  display: inline-block;
  vertical-align: middle;
  color: #009e3e;
  font-size: 16px;
  font-weight: 700;
  padding: 0 5px;
  line-height: 1.5;
}

.contact_tel p {
  font-size: 16px;
  padding-top: 5px;
  text-align: center;
  font-weight: 700;
  color: #009e3e;
}

ul.contact_page {
  text-align: center;
}

ul.contact_page li {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .contact_block {
    display: none;
  }

  .contact_net {
    float: left;
    width: 47%;
    height: auto;
    border-radius: 8px;
    padding: 8px 0;
  }

  .contact_net ul {
    text-align: center;
  }

  .contact_net ul li {
    display: block;
    vertical-align: middle;
    color: #009e3e;
    font-size: 11px;
    font-weight: 700;
    padding: 0 5px;
    line-height: 1.5;
  }

  .contact_net ul li img {
    width: 100%;
  }

  .contact_net p {
    font-size: 12px;
    padding: 5px 5px 0;
    text-align:
      /* center */
      left;
    letter-spacing: 0;
  }

  .contact_tel {
    float: right;
    width: 47%;
    height: auto;
    border-radius: 8px;
    padding: 8px 0;
  }

  .contact_tel ul {
    text-align: center;
  }

  .contact_tel ul li {
    display: block;
    vertical-align: middle;
    color: #009e3e;
    font-size: 11px;
    font-weight: 700;
    padding: 0 5px;
    line-height: 1.5;
  }

  .contact_tel ul li img {
    width: 100%;
  }

  .contact_tel p {
    display: table-cell;
    width: 100%;
    font-size: 12px;
    margin: 0 auto;
    padding: 5px 5px 0;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    color: #009e3e;
    letter-spacing: -0.1px;
  }

  .contact_tel p a {
    color: #009e3e;
    text-decoration: none;
  }

  ul.contact_page {
    text-align: center;
  }

  ul.contact_page li {
    display: inline-block;
    width: 47%;
  }
}

/* 下層ページ */

.link {
  cursor: pointer;
}

.link:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

ul.note_list {
  font-size: 12px;
}

ul.note_list li {
  text-align: right;
}

.txt_small {
  font-size: 12px;
}

.txt_caption {
  padding: 5px;
  text-align: center;
  font-size: 12px;
}

.img_center img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.txt_right {
  text-align: right;
}

ul.img_half {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

ul.img_half li {
  width: 49%;
}

.m20 {
  margin: 20px 0;
}

.p20 {
  padding: 20px 0;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.w80 {
  width: 80%;
  margin: 0 auto;
}

.pb1em {
  padding-bottom: 1em;
}

a.deco_none {
  text-decoration: none;
  display: block;
}

a.deco_none:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

blockquote,
.memo_txt {
  background-color: #cce9f4;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}

.memo_txt02 {
  border: 3px solid #ffeb30;
  /*background-color: #fff6a6;*/
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}

blockquote cite {
  display: block;
  text-align: right;
  font-size: 12px;
}

.bg_yellow {
  background-color: rgba(255, 215, 49, 0.3);
}

@media only screen and (max-width: 640px) {
  ul.note_list {
    font-size: 10px;
  }

  ul.note_list li {
    text-align: right;
  }

  .txt_small {
    font-size: 10px;
  }

  .m20 {
    margin: 10px 0;
  }
}

/* IRとは */
.outline_index {
  margin: 20px 0;
  padding: 20px 10px;
}

.outline_block {
  margin: 20px 0;
}

.outline_index table,
.exhibit_block table {
  clear: both;
  border: 0px;
  margin-bottom: 15px;
}

.outline_index table th,
.exhibit_block table th {
  width: 130px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  border-top: 1px dashed #cccccc;
  padding: 15px 0;
}

.outline_index table td,
.exhibit_block table td {
  padding-left: 20px;
  vertical-align: top;
  border-top: 1px dashed #cccccc;
  padding: 15px 0;
}

.outline_index table tr:last-child th,
.outline_index table tr:last-child td,
.exhibit_block table tr:last-child th,
.exhibit_block table tr:last-child td {
  border-bottom: 1px dashed #cccccc;
}

@media only screen and (max-width: 640px) {
  .outline_index {
    margin: 0;
    padding: 20px;
  }

  .outline_index table,
  .exhibit_block table {
    clear: both;
    border: 0px;
    margin-bottom: 15px;
  }

  .outline_index table th,
  .exhibit_block table th {
    display: block;
    width: auto;
    text-align: center;
    font-weight: 700;
    vertical-align: top;
    border-top: 1px solid #cccccc;
    padding: 15px 0;
  }

  .outline_index table td,
  .exhibit_block table td {
    display: block;
    padding-left: 20px;
    vertical-align: top;
    border-top: 1px dashed #cccccc;
    padding: 15px 0;
  }

  .outline_index table tr:last-child th,
  .outline_index table tr:last-child td,
  .exhibit_block table tr:last-child th,
  .exhibit_block table tr:last-child td {
    border-bottom: 1px dashed #cccccc;
  }
}

/* 出展のご案内 */
.exhibit_block {
  margin: 20px 0;
}

.que_count01,
.que_count02 {
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px solid #005DAC;
  border-bottom: 1px dashed #005DAC;
  color: #005DAC;
  font-weight: normal;
  line-height: 1.5;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.que_count01 span.que_ttl,
.que_count02 span.que_ttl {
  font-size: 16px;
  color: #e95611;
  padding-right: 0px;
}

.que_count01 span.que_no,
.que_count02 span.que_no {
  font-size: 20px;
  color: #e95611;
  padding-right: 10px;
}

.que_count01 span.que_memo,
.que_count02 span.que_memo {
  font-size: 12px;
  font-weight: normal;
  padding-left: 15px;
}

.que_count01 ul li,
.que_count02 ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
}

.que_count01 ul li:first-of-type,
.que_count02 ul li:first-of-type {
  width: 60px;
}

.que_count01 ul li:last-of-type {
  font-weight: 700;
}

.que_count02 ul li:last-of-type {
  font-weight: 700;
  width: 258px;
}

.que_graf {
  text-align: center;
}

.que_strong {
  color: #f15a24;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.que_under span {
  color: #c30d23;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #c30d23;
}

ul.que_img li {
  margin-bottom: 10px;
  text-align: center;
}

ul.que_img li img {}

ul.que_img02 li {
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  width: 50%;
  padding: 5px;
}

ul.que_img02 li img {}

.exhibit_img {
  margin-top: 20px;
}

.merit_txt_block {
  padding: 20px;
  border: 2px solid #ff8f00;
  border-radius: 8px;
  margin-bottom: 20px;
}

.merit_txt_block h3 {
  border-left: 2px solid #ff8f00;
  padding-left: 10px;
  color: #e85510;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}

dl.exhibit_merit {}

dl.exhibit_merit dt {
  font-size: 22px;
  color: #ff4d00;
  font-weight: bold;
  border-bottom: 1px dotted #005DAC;
  padding-bottom: 5px;
}

dl.exhibit_merit dt span {
  background-color: #005DAC;
  color: #FFEB30;
  font-size: 20px;
  padding: 1px 10px;
  line-height: 0;
  margin-right: 10px;
}

dl.exhibit_merit dd {
  margin-left: 50px;
  padding: 10px 10px 10px 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

dl.exhibit_merit dd.doc {
  margin-left: 0px;
}

dl.exhibit_merit dd.doc p {
  padding-right: 15px;
}

dl.exhibit_merit p {
  flex: 1;
}

ul.exhibit_list li>ul {
  margin-left: 1em;
}

ul.exhibit_list li>ul li {
  display: inline-block;
}

h2.dl_btn a {
  text-decoration: none;
}

h2.dl_btn a:hover {
  opacity: 0.8;
  border-bottom: 0px;
}

.exhibitors-list {
  margin-bottom: 30px;
}

.exhibitors-list dl dt {
  background-color: #005DAC;
  color: #ffffff;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.exhibitors-list dl:nth-child(n + 2) dt {
  background-color: rgba(0, 39, 93, 0.2);
  color: #005DAC;
  border-left: 1px solid #005DAC;
  border-right: 1px solid #005DAC;
}

.exhibitors-list dl dd {
  border-left: 1px solid #005DAC;
  border-right: 1px solid #005DAC;
  padding: 10px;
}

.exhibitors-list dl:last-of-type dd {
  border-bottom: 1px solid #005DAC;
}

.exhibitors-list ul.list {
  margin-bottom: 1em;
}

.exhibitors-list ul.list li {
  padding-bottom: 1em;
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .exhibit_block {
    margin: 20px 0;
  }

  .que_count01,
  .que_count02 {
    margin-bottom: 10px;
    padding: 8px 0;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .que_count01 span.que_ttl,
  .que_count02 span.que_ttl {
    font-size: 12px;
    padding-right: 5px;
  }

  .que_count01 span.que_no,
  .que_count02 span.que_no {
    font-size: 14px;
    padding-right: 15px;
  }

  .que_count01 span.que_memo,
  .que_count02 span.que_memo {
    font-size: 12px;
    font-weight: normal;
    padding-left: 15px;
  }

  .que_count01 ul li,
  .que_count02 ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
  }

  .que_count01 ul li:first-of-type,
  .que_count02 ul li:first-of-type {
    width: 50px;
  }

  .que_count01 ul li:last-of-type,
  .que_count02 ul li:last-of-type {
    font-weight: 700;
    width: 83%;
  }

  ul.que_img li {
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    width: 50%;
    padding: 5px;
  }

  dl.exhibit_merit dt {
    font-size: 14px;
  }

  dl.exhibit_merit dt span {
    font-size: 14px;
    padding: 5px 10px;
  }

  dl.exhibit_merit dd {
    margin-left: 0px;
    padding: 10px;
    font-size: 12px;
    flex-direction: column;
  }

  dl.exhibit_merit dd.doc p {
    padding-right: 0;
  }
}

/* お申込み方法 */
.application_block {
  padding: 30px 0;
  position: relative;
}

.application_block .arrow {
  position: relative;
  height: 50px;
  border-right: 8px solid #cccccc;
  box-sizing: border-box;
  top: 20px;
  right: 48%;
}

.application_block .arrow::after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: -29px;
  border-top: 25px solid #cccccc;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

/* フロー */
.application_block2 {
  margin: 0 auto 50px;
  padding-top: 170px;
}

.application_block2 .application_list {
  margin: 0 auto 50px;
  border: 2px solid #009e3e;
  border-radius: 8px;
  padding: 18px 0;
  position: relative;
}

.application_block2 .application_list ul {
  margin: 0 70px;
}

.application_block2 .application_list ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  padding: 0 5px;
  line-height: 1.5;
}

.application_block2 .application_list ul li img {
  width: 40px;
  margin-right: 10px;
}

.application_block2 .application_list ul li:first-child {
  width: 120px;
  text-align: center;
}

.application_block3 {
  margin: 0 auto 50px;
  padding-top: 30px;
}

.application_block3 .application_list02 {
  margin: 0 auto 50px;
  background: #daebd8;
  color: #009e3e;
  border-radius: 8px;
  padding: 18px 0;
  position: relative;
}

.application_block3 .application_list02.check_day {
  background: #009e3e;
  color: #ffffff;
}

.application_block3 .application_list02.check_day ul li:last-child {
  color: #daebd8;
}

.application_block3 .application_list02 ul {
  text-align: center;
}

.application_block3 .application_list02 ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  padding: 0 5px;
  line-height: 1.5;
}

.application_block3 .application_list02 ul li:last-child {
  color: #000000;
}

.application_block3 .application_list02:after,
.application_block2 .application_list:after {
  border-top: 25px solid #cccccc;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: "";
  position: absolute;
  bottom: -40px;
  /* 三角形の高さ＋ボックスのボーダーをマイナスに */
  left: 50%;
  /* 中央寄せに使用 */
  margin-left: -25px;
  /* 中央寄せに使用 */
}

.application_block3 .application_list02:last-child:after,
.application_block2 .application_list:last-child:after {
  border: none;
  /* 最後のボックスだけ三角形を表示しない */
}

@media only screen and (max-width: 640px) {
  .application_block {
    padding: 15px 0;
    position: relative;
  }

  .application_block .arrow {
    position: relative;
    height: auto;
    border-right: 8px solid #cccccc;
    box-sizing: border-box;
    top: 20px;
    right: 48%;
  }

  .application_block .arrow::after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -19px;
    border-top: 15px solid #cccccc;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }

  .application_block2 {
    margin: 0 auto 50px;
    padding-top: 130px;
  }

  .application_block2 .application_list {
    margin: 0 auto 50px;
    padding: 10px 0;
  }

  .application_block2 .application_list ul {
    text-align: center;
    margin: 0 auto;
  }

  .application_block2 .application_list ul li {
    font-size: 10px;
  }

  .application_block2 .application_list ul li img {
    width: 20px;
  }

  .application_block2 .application_list ul li:first-child {
    width: auto;
    text-align: center;
  }

  .application_block2 .application_list ul li:last-child {
    text-align: left;
  }

  .application_block3 .application_list02 ul li {
    font-size: 14px;
  }
}

/* 会場アクセス */
span.acc_sm {
  font-size: 12px;
  padding-left: 5px;
}

.access_map {
  padding: 30px 0;
}

.access_map ul {
  text-align: center;
}

.access_map ul li {
  padding-bottom: 10px;
}

.access_info {
  padding: 10px 0 20px;
}

/* 会場アクセス */

.access_block {
  padding: 30px 0;
}

span.acc_sm {
  font-size: 12px;
  padding-left: 5px;
}

.access_map {
  padding: 30px 0;
}

.access_map ul {
  text-align: center;
}

.access_map ul li {
  padding-bottom: 10px;
}

.access_info {
  padding: 10px 0 20px;
}

ul.access_li {}

ul.access_li li {
  background: url(../images/bg_sq_orange.svg) left 11px no-repeat;
  background-size: 10px;
  padding: 5px 5px 5px 20px;
}

.access_station {
  border: 1px solid #cccccc;
  text-align: center;
  padding: 5px;
  background: #f9f9f9;
}

.access_station_start {
  border: 1px solid #cccccc;
  text-align: center;
  padding: 5px;
  background: #e8e8e8;
}

.access_chika01 {
  /* 地下鉄御堂筋線 */
  border-left: 10px solid #ff0033;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
}

.access_chika02 {
  /* 地下鉄中央線 */
  border-left: 10px solid #1e8200;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
}

.access_chika03 {
  /* 地下鉄四つ橋線 */
  border-left: 10px solid #000fe5;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
}

.access_chika04 {
  /* 地下鉄長堀鶴見緑地線 */
  border-left: 10px solid #00c631;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
}

.access_porttown {
  /* ポートタウン */
  border-left: 10px solid #02ccdb;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
}

.access_jr {
  /* JR */
  border-left: 10px solid #999999;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
}

.access_car_txt {
  margin-bottom: 15px;
  line-height: 2;
}

.access_car_txt span {
  text-align: center;
  padding: 5px;
  margin-right: 5px;
  margin-left: 5px;
  background: #e8e8e8;
}

span.access_car_start {
  margin-left: 0px;
}

span.access_car_jct {
  border: 0px;
  margin: 0;
  font-size: 12px;
  background: #ffffff;
}

span.access_car_time {
  border: 0px;
  margin-left: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #3f9f13;
  background: #ffffff;
}

span.access_car_taxi {
  border: 0px;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  background: #ffffff;
}

span.access_car_last {
  border: 1px solid #3f9f13;
  font-weight: 700;
  color: #3f9f13;
  background: #ffffff;
}

@media only screen and (max-width: 640px) {

  .access_station,
  .access_station_start {
    margin: 0 10px;
  }

  ul.access_li li {
    background: url(../images/bg_sq_orange.svg) left 1em no-repeat;
    background-size: 5px;
    padding: 5px 5px 5px 12px;
  }

  .access_even {
    padding: 20px 0;
    background: #fcfaed;
  }

  span.access_car_jct {
    font-size: 10px;
  }

  span.access_car_time {
    font-size: 14px;
  }

  span.access_car_taxi {
    font-size: 14px;
  }
}

#footer {
  clear: both;
  margin: 0 auto;
  background: #FFEB30;
}

#footer a:link {
  text-decoration: none;
  border: 0px;
}

#footer #footerbox {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 0;
}

@media only screen and (max-width: 640px) {
  #footer #footerbox {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 0;
  }
}

.fo_sitemap {
  display: block;
  padding: 50px 0 40px;
  background: #e6e6e6;
}

.fo_sitemap_box {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}

.fo_sitemap .sitemap_ttl {
  font-size: 16px;
  font-weight: 700;
}

.fo_sitemap_block01 {
  width: 270px;
}

.fo_sitemap_block01 ul li {
  margin-bottom: 20px;
}

.fo_sitemap_block02 {
  width: 445px;
}

.fo_sitemap_block03 {
  width: 285px;
}

.fo_sitemap_block02 p,
.fo_sitemap_block03 p {
  clear: both;
}

.fo_sitemap_block02 ul,
.fo_sitemap_block03 ul {
  float: left;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.fo_sitemap_block02 ul:nth-of-type(2),
.fo_sitemap_block03 ul:nth-of-type(2) {
  margin-right: 0px;
}

.fo_sitemap_block02 ul li,
.fo_sitemap_block03 ul li {
  margin-bottom: 5px;
}

.fo_bnr ul {
  display: block;
  text-align: center;
}

.fo_bnr ul li {
  display: inline-block;
  margin: 0 5px;
}

@media only screen and (max-width: 640px) {

  .fo_sitemap,
  .fo_bnr {
    display: none;
  }
}

#footer #fo_logo {
  padding: 0 0 20px;
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

#footer #fo_logo p {
  font-size: 14px;
  padding: 0;
}

#footer #fo_logo img.logo {
  width: 36px;
  margin-right: 20px;
  vertical-align: middle;
}

#footer #fo_logo dl {
  text-align: left;
  max-width: 400px;
  margin: 20px auto;
  display: flex;
  padding: 0 0 0 50px;
}

#footer #fo_logo dl dt {
  font-size: 14px;
  width: 50px;
}

#footer .fo_box {
  padding-bottom: 45px;
}

#footer .fo_box ul {
  text-align: center;
  margin-top: 0;
}

#footer .fo_address {
  text-align: center;
}

#footer .fo_address p {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

#footer .fo_address p span {
  font-size: 20px;
}

#footer .copy {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  background: #005DAC;
  padding-top: 45px;
}

#footer .copy p {
  text-align: center;
  padding: 10px 0;
  font-size: 11px;
  color: #ffffff;
}

@media only screen and (max-width: 640px) {
  #footer #fo_logo {
    padding: 0 5px 10px;
    margin: 0;
    text-align: center;
    font-size: 14.4px;
    font-weight: 700;
  }

  #footer #fo_logo p {
    font-size: 8px;
    padding: 0;
    line-height: 1;
  }

  #footer #fo_logo img.logo {
    width: 28px;
    margin-right: 7px;
  }

  #footer #fo_logo dl {
    max-width: 65%;
    padding: 0;
    align-items: baseline;
  }

  #footer #fo_logo dl dt {
    width: 35px;
  }

  #footer #fo_logo dl dt,
  #footer #fo_logo dl dd p {
    font-size: 10px;
  }

  #footer .fo_box {
    padding-bottom: 70px;
  }

  #footer .fo_box ul {
    text-align: center;
    margin-top: 1em;
  }

  #footer .fo_box ul li {
    white-space: nowrap;
    line-height: 1.4;
    font-size: 10px;
    margin-bottom: 5px;
  }

  #footer .fo_address {
    text-align: center;
  }

  #footer .fo_address p {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }

  #footer .fo_address p span {
    font-size: 20px;
  }

  #footer .copy {
    display: none;
  }
}

.copy_sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .fo_address {
    display: none;
  }

  #footer .fo_box ul li.copy_sp {
    display: block;
    margin-top: 2em;
  }
}

.footer-menu {
  display: none;
}

@media only screen and (max-width: 640px) {
  .footer-menu ul {
    text-align: center;
    min-height: 55px;
    line-height: 55px;
  }

  .footer-menu ul li {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    padding: 0;
    line-height: 1.5;
  }

  .mail_btn {
    display: inline-block;
    width: calc(100% * 260 / 640);
    vertical-align: middle;
    border-right: 1px solid rgba(0, 0, 64, 0.2);
  }

  .mail_btn img {
    width: 110px;
  }

  .tel_btn {
    display: inline-block;
    width: calc(100% * 260 / 640);
    vertical-align: middle;
    border-right: 1px solid rgba(0, 0, 64, 0.2);
  }

  .tel_btn img {
    width: 110px;
  }

  .top_btn {
    display: inline-block;
    width: calc(100% * 120 / 640);
    vertical-align: middle;
  }

  .top_btn img {
    width: 60px;
  }

  .footer-menu {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ff4f00;
    background: -moz-linear-gradient(top, #ff4f00 0%, #b93c00 100%);
    background: -webkit-linear-gradient(top, #ff4f00 0%, #b93c00 100%);
    background: linear-gradient(to bottom, #ff4f00 0%, #b93c00 100%);
    box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .footer-menu_blue {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #003a86;
    background: -moz-linear-gradient(top, #003a86 0%, #18254d 100%);
    background: -webkit-linear-gradient(top, #003a86 0%, #18254d 100%);
    background: linear-gradient(to bottom, #003a86 0%, #18254d 100%);
    box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .footer-menu_blue ul {
    text-align: center;
    min-height: 55px;
    line-height: 55px;
  }

  .footer-menu_blue ul li {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    padding: 0;
    line-height: 1.5;
  }

  .footer-menu_blue .mail_btn {
    display: inline-block;
    width: calc(100% * 260 / 640);
    vertical-align: middle;
    border-right: 1px solid rgba(0, 91, 150, 0.5);
  }

  .footer-menu_blue .tel_btn {
    display: inline-block;
    width: calc(100% * 260 / 640);
    vertical-align: middle;
    border-right: 1px solid rgba(0, 91, 150, 0.5);
  }

  .footer-menu {
    left: 0px;
  }
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #b3b3b3;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
  border: 0px;
}

@media only screen and (max-width: 640px) {
  #page-top {
    display: none;
  }
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media only screen and (max-width: 640px) {
  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }
}

.c_color {
  color: #ff4d00;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .top_fb_block {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}

.center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.br-sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .br-sp {
    display: inline;
  }
}

/* ナビゲーション */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
  margin: 0 auto;
}

.menu-mobile {
  display: none;
}

.menu {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  font-size: 17px;
  background: #005DAC;
}

.menu>ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  background: #005DAC;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
  content: "";
  display: table;
}

.menu>ul:after {
  clear: both;
}

.menu>ul>li {
  float: left;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.menu>ul>li a {
  text-decoration: none;
  padding: 10px 25px;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.menu>ul>li>ul {
  display: none;
  width: 77%;
  /* 100 */
  background: #FFEB30;
  padding: 10px 30px 0;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 10px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li {
  margin: 0;
  padding: 0px;
  list-style: none;
  /*  width: calc(100% /4);*/
  background: none;
  float: left;
}

.menu>ul>li>ul>li a {
  font-weight: normal;
  padding: 0;
  display: block;
  color: #000000;
}

.menu>ul>li>ul>li.navi_ttl_block {
  float: none;
}

.navi_ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.navi_block {
  text-align: left;
}

.navi_block img {
  width: 140px;
}

.navi_block ul {
  margin-top: 0px;
}

.navi_block ul li {
  margin-bottom: 20px;
}

.navi_block ul li a {
  font-size: 14px;
  text-align: left !important;
}

.navi_block ul li a:hover {
  text-decoration: underline;
}

.navi_w250 {
  border-right: 1px dashed #000000;
  width: 250px;
  padding-left: 15px;
  min-height: 150px;
}

.navi_w320 {
  border-right: 1px dashed #000000;
  width: 300px;
  padding-left: 15px;
  min-height: 150px;
}

.navi_w210 {
  width: 230px;
  padding-left: 15px;
  min-height: 150px;
}

.menu>ul>li>ul>li>ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li>ul>li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu>ul>li>ul>li>ul>li a {
  border: 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.drawer {
  display: none;
}

@media only screen and (max-width: 640px) {
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .drawer {
    display: block;
  }

  span.menu_title {
    font-size: 10px;
    position: relative;
    top: 25px;
    background-color: transparent !important;
  }

  .drawer-open span.menu_title {
    display: none;
  }

  .drawer-hamburger {
    position: relative;
    z-index: 4;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 40px;
    padding: 0;
    padding: 9px 0 30px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
    float: right;
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 66px;
  }

  .drawer-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  ul.drawer-menu {
    border-top: 1px solid #cccccc;
  }

  ul.drawer-menu a {
    text-decoration: none;
  }

  ul.drawer-menu a:hover {
    border-bottom: 0px;
  }

  ul.drawer-menu li {
    background: #f7f7f7;
    border-bottom: 1px solid #cccccc;
  }

  ul.drawer-menu ul {
    border-top: 1px solid #cccccc;
  }

  ul.drawer-menu ul li {
    border-bottom: 1px solid #cccccc;
    background: white url(../images/sp_menu_right.svg) 3% center no-repeat;
    background-size: 7px;
  }

  ul.drawer-menu ul li:last-child {
    border-bottom: 0px solid #cccccc;
  }

  ul.drawer-menu li.drawer-dropdown>a {
    background: #f7f7f7 url(../images/sp_menu_down.svg) 97% center no-repeat;
    background-size: 10px;
  }

  .drawer-dropdown-menu-item {
    line-height: 2.75rem;
    display: block;
    padding: 0;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-menu-item:hover {
    text-decoration: none;
  }

  a.drawer-dropdown-menu-item:hover {
    border-bottom: 0px;
    text-decoration: none;
  }
}

.menu a:hover {
  cursor: pointer;
}

.on_hover {
  color: red;
}

.mainvisual {
  background: url(../images/bg_slide.png) center 350px repeat-x;
}

.mainvisual a:hover {
  border-bottom: 0px;
}

@media only screen and (max-width: 640px) {
  .mainvisual {
    background: url(../images/bg_slide.png) center bottom repeat-x;
  }
}

/**
 * 最大幅の指定と中央寄せ
 */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

/**
 * swiper.js
 */
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
  line-height: 1.5;
}

.swiper-slide {
  height: 350px;
}

.swiper-button-prev,
.swiper-button-next {
  fill: #fff;
  stroke: #cccccc;
  stroke-width: 1;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #666563;
  opacity: 10;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination {
  position: static;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 1;
  padding: 5px 0;
}

@media (min-width: 768px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: 27px;
    margin-top: -35px;
  }
}

@media only screen and (max-width: 640px) {
  .swiper-slide {
    height: 100%;
    line-height: 1;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    line-height: 0.8;
    padding: 5px 0 7px;
  }
}

/**
 * mainvisual
 */
.mainvisual {
  overflow-x: hidden;
  margin-top: 9px;
}

@media only screen and (max-width: 640px) {
  .mainvisual {
    margin-top: 0;
  }
}

/* PC非表示 */
@media only screen and (min-width: 641px) {
  .pc_delete {
    display: none;
  }

  .sp_delete {
    display: block;
  }
}

/* SP非表示 */
@media only screen and (max-width: 640px) {
  .pc_delete {
    display: block;
  }

  .sp_delete {
    display: none;
  }
}

/* OPEN / CLOSE BTNS */
.menu-btn {
  position: absolute;
  top: 3px;
  right:
    /* 20px */
    10px;
  z-index: 999;
  display: inline;
  font-size: 32px;
}

.menu-btn a {
  display: inline-block;
  text-decoration: none;
  /* safari hack */
}

.menu-btn a:hover {
  border-bottom: 0px;
}

/* OVERLAY */
.overlay {
  position: fixed;
  top: 93px;
  z-index: 99;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0);
}

/* RESPONSIVE */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 40px;
  height: 24px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span.menu_title {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.menu-trigger.active span.menu_title {
  opacity: 0;
}

/* temlate */
.template_block .h1_pagettl,
.list_densha01,
.list_bus01,
.list_car01,
.list_hikouki01,
.list_densha02,
.list_bus02,
.list_car02,
.list_hikouki02 {
  margin-bottom: 10px;
}

.sample_li {
  margin: 10px;
}

.sample_li li {
  display: inline-block;
  margin-right: 10px;
}

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

@media only screen and (max-width: 640px) {
  .content_block {
    flex-direction: column;
    margin-bottom: 25px;
  }
}

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

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

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

@media only screen and (max-width: 640px) {
  .content_doc {
    padding-right: 0px;
  }

  .content_img,
  .content_img02 {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

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

dl.release_list {
  margin-bottom: 10px;
}

/*
dl.release_list dt {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}

dl.release_list dd {
  display: inline-block;
}*/

ul.press_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

ul.press_list li {
  width: 20%;

}

@media only screen and (max-width: 640px) {

  dl.release_list dt,
  dl.release_list dd {
    display: block;
  }

  ul.press_list li {
    width: 50%;

  }
}

#about_ir {
  margin-top: -220px;
  padding-top: 220px;
}

@media only screen and (max-width: 640px) {
  #about_ir {
    margin-top: 0px;
    padding-top: 0px;
  }
}

.caption_txt {
  background-color: #fefefa;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
}

/* 基調講演 */

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

.keynote_time {
  position: relative;
  padding: 5px;
  width: 20%;
  max-width: 140px;
  font-size: 16px;
  color: #ffffff;
  background: rgba(31, 42, 102, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.keynote_time:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  /*transform: translate(0, -50%);*/
  border: 15px solid transparent;
  border-left: 15px solid rgba(31, 42, 102, 0.8);
}

.keynote_time.day1_color {
}
.keynote_time.day1_color:before {
}
.keynote_time.day2_color {
  background: #3EB370;
}
.keynote_time.day2_color:before {
  border-left: 15px solid #3EB370;
}
.keynote_border {
  border-bottom: 1px solid #ffffff;
}

.keynote_border:last-of-type {
  margin-bottom: 50px;
}

.keynote_time span {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

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

.keynote_speaker h4 {
  color: #1f2a66;
  font-size: 18px;
  padding-bottom: 10px;
}

.keynote_speaker ul {
  display: flex;
  align-items: center;
}

.keynote_speaker ul:nth-child(n + 2) {
  margin-top: 10px;
}

.keynote_speaker ul li p {
  font-size: 14px;
}

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

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

.keynote_speaker ul li:last-of-type {
  padding-left: 20px;
}

.profile_box {
  padding: 0 10px 10px;
  background-color: #ffffff;
  font-size: 16px;
}

.profile_box dl {
  border: 1px solid #1f2a66;
  padding: 10px;
}

.profile_box dl dt {
  color: #1f2a66;
  font-weight: 700;
  padding-bottom: 5px;
}

.profile_box dl dd {
  margin-left: 0;
  line-height: 1.5;
}

.st {
  font-size: 16px;
  margin-left: 20px;
  background: linear-gradient(transparent 75%, #ff7f7f 75%);
}

.st_border {
  padding: 10px;
  background-color: rgba(255, 127, 127, 0.2);
}

.m50 {
  margin: 50px 0;
}

.jp_en_btn {
  text-align: center;
  padding: 10px 5px;
  font-size: 0;
}

@media only screen and (max-width: 640px) {
  .keynote_box {
    flex-direction: column;
  }

  .keynote_time {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }

  .keynote_time:before {
    top: 50%;
    left: 50%;
    bottom: 0;
    margin-top: 30px;
    transform: translate(-50%, -50%);
    border: 0px solid transparent;
    border-top: 0px solid #95a5bc;
  }

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

  .keynote_border:last-of-type {
    margin-bottom: 50px;
  }

  .keynote_time span {
    margin: 0;
    padding: 0;
  }

  .keynote_speaker {
    padding: 10px;
    width: 100%;
  }

  .keynote_speaker h4 {
    font-size: 16px;
  }

  .keynote_speaker ul li p {
    font-size: 12px;
  }

  .keynote_speaker ul li:first-of-type {
    width: 100px;
  }

  .keynote_speaker ul li:last-of-type {
    padding-left: 10px;
  }

  .st {
    display: inline-block;
    font-size: 12px;
    margin-left: 0;
  }
}

.link_ttl {
  cursor: pointer;
  font-weight: bold;
}