@charset "utf-8";

body {
  font-size: 12px;
  position:relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0;
  width: auto;
}

#wrapper {
  min-width:320px;
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
}

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

input, select, textarea {
  font-size: 16px!important;
  font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
}

.pc {
  display:none !important;
}
.pc-ib {
  display: none !important;
}

.sp {
  display:block !important;
}
.sp-ib {
  display: inline-block !important;
}

img {
  width: 100%;
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
#header {
  height: auto;
  width: 100%;
}

#header a {
  width: 100%;
}

#header .mv-btn01 {
  bottom: 6px;
  right: 20px;
  width: 37%;
}

#article {
  background: inherit;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 30px 0 0 0;
  min-height:  inherit;
  width: 100%;
}

#article .inner-block {
  background: #fff;
  border-radius: 5px;
  padding: 10px 10px 10px;
}

.rsign {
  padding-left: 0 !important;
  width: 100% !important;
}


#info .layout .icon,
#main .layout .icon,
#message .layout .icon,
#maker .layout .icon,
#exhibit .layout .icon,
#floormap .layout .icon,
#efloormap .layout .icon,
#presentation .layout .icon,
#lecture .layout .icon,
#access .layout .icon,
#cpd_cpds .layout .icon {
  background: none;
}

#info .layout,
#main .layout,
#exhibit .layout,
#presentation .layout, 
#floormap .layout,
#efloormap .layout,
#lecture .layout,
#cpd_cpds .layout,
#access .layout {
  border: none;
  width: 100%;
  padding: 0;
}

#info .layout .icon span,
#main .layout .icon span,
#exhibit .layout .icon span,
#presentation .layout .icon span,
#floormap .layout .icon span,
#efloormap .layout .icon span,
#lecture .layout .icon span,
#access .layout .icon span,
#cpd_cpds .layout .icon span {
  width: 65%;
  left: 0;
}

.layout h3.ttl {
  text-shadow: none;
}

/*------------------------------------------------------------------------------
  nav
------------------------------------------------------------------------------*/
#nav {
  background: #333;
  height: 100%;
  position: fixed;
  top: 0;
  right: -83%;
  float: right;
  width: 83%;
  z-index: 999;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#nav.show {
  right: 0;
}

#menu-btn {
  background: url(../images/sp_menu.png) no-repeat center #333;
  background-size: 20px;
  border-radius: 3px;
  box-shadow:0px 3px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.3);
  height: 35px;
  width: 35px;
  position: fixed;
  top: 10px;
  right: 10px;
  left: auto;
  z-index: 995;
}

#menu-btn.open {
  background-image: url(../images/sp_menu_close.png);
  right: auto;
  left: 10px;
  z-index: 995;
}

#menu-bg {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 1000%;
  height: 1000%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
}

#nav li a {
  background: #333;
  border-bottom: solid 1px #5f5e5e; 
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  line-height: 50px;
  font-size: 15px;
  height: 50px;
  text-decoration: none;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
#nav .current a {
  background: #006837;
}

#nav .info.current a { background: #cdc722; }
#nav .main.current a { background: #0864c0; }
#nav .message.current a { background: #398CC9; }
#nav .maker.current a { background: #006837; }
#nav .exhibit.current a { background: #97B739; }
#nav .floormap.current a,
#nav .efloormap.current a { background: #666; }
#nav .presentation.current a { background: #EB5C01; }
#nav .lecture.current a { background: #D0172C; }
#nav .access.current a { background: #802780; }
#nav .cpd_cpds.current a { background: #888; }

#nav li a:after {
  background: url(../images/sp_arrow02.png) no-repeat; 
  background-size: cover;
  content: "";
  height: 10px;
  width: 6px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 10px;
  margin: auto;
}



/*------------------------------------------------------------------------------
  message
------------------------------------------------------------------------------*/
#message .layout {
  border-top: none;
  clear: both;
  padding: 0;
  margin: 0;
  width: 100%;
}

#message .layout h3.ttl {
  background: #398CC9;
  border-radius: 5px;
  /*line-height: 50px;
  height: 50px;*/
  padding: 10px;
  box-sizing: border-box;
  margin: 0 0 20px;
  width: 100%;
}

.layout h3.ttl span {
  color: #fff;
  text-shadow: none;
  font-size: 17px;
}

#message .layout .icon {
  background: none;
  height: 28px;
  width: auto;
}

.printicon {
  display: none;
}

.printicon img {
  width: 18px;
}

.layout .paragraph {
  width: 100%;
  margin: 0;
}

.paragraph  .layoutlist li {
  font-size: 14px;
  padding: 10px; 
}

#message .layout .icon span {
  top: 6px;
  left: 20px;
}

#message .layout .icon span img {
  width: auto;
  height: 30px;
  max-width: inherit;
  margin: 0;
}
#message .layout .icon{
  display: none;
}
#message .layout h3.ttl:before{
  content: '';
  display: inline-block;
  background-image: url(../images/important.png);
  width: 30px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 7px;
}
#message .layout h3.ttl span{
  display: inline-block;
  padding-left: 44px;
}
#message .layout h3.ttl02{
  padding: 10px;
  line-height: normal;
}


/*------------------------------------------------------------------------------
  maker
------------------------------------------------------------------------------*/
#maker #submenu_sp{
  background-color: #006837;
}
#submenu ul,#submenu_sp ul {
  box-shadow: inherit;
}

#submenu ul .col6 ,#submenu_sp ul .col6{
  text-align: left;
  width: 100%;
}

#submenu ul li a ,#submenu_sp ul li a{
  border-bottom: 1px solid #fff;
  border-right: none;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  position: relative;
}

#submenu ul li a span ,#submenu_sp ul li a span {
  font-size: 15px;
  top: inherit;
}

#submenu ul li a:after, #submenu_sp ul li a:after {
  content: "";
  position: absolute;
  background: url(../images/arrow01.png) no-repeat center top;
  width: 16px;
  height: 10px;
  background-size: contain;
  bottom: 0;
  top: 0;
  left: 90%;
  margin: auto;
}
#submenu_sp{
  background-color: #666;
}
#main #submenu_sp{
  background-color: #0864c0;
}
#message #submenu_sp{
  background-color: #398CC9;
}
#maker #submenu_sp{
  background-color: #006837;
}
#maker #submenu_sp #nav_color2{
  background-color: #3bb131;
}
#maker #submenu_sp #nav_color3{
  background-color: #f27901;
}
#maker #submenu_sp #nav_color4{
  background-color: #00a0e1;
}
#maker #submenu_sp #nav_color5{
  background-color: #0097a8;
}
#maker #submenu_sp #nav_color6{
  background-color: #006699;
}
#maker #submenu_sp #ehrf{
  background-color: #AAAAAA;
}
#maker #submenu_sp #ri-nexco{
  background-color: #888888;
}
#maker #submenu_sp #panel{
  background-color: #666666;
}
#maker .layout .icon {
  background: none;
  z-index: 1;
}
#maker .layout .icon{
  display: none;
}
#maker .layout h3.ttl {
  background: #006837;
  border-radius: 5px;
  /*line-height: 50px;
  height: 50px;*/
  padding: 10px;
  box-sizing: border-box;
  margin: 0 0 20px;
  width: 100%;
}

#maker .layout {
  border-top: none;
  clear: both;
  padding: 0;
  margin: 0;
  width: 100%;
}

.memo-block01 {
  font-size: 14px;
  text-align: left;
}

#maker #submenu-hira {
  background-color: inherit;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  right: 0;
}

#submenu-hira ul .col6 {
  background: #006837;
  border-bottom: 1px solid #fff;
  width: 16.6666%;
}

#submenu-hira ul li a span {
  font-size: 16px;
}

#submenu-hira ul li a:after {
  background: url(../images/sp_arrow01.png) no-repeat;
  width: 16px;
  height: 10px;
  background-size: contain;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto
}

#submenu-hira ul li a {
  height: 30px;
  padding-bottom: 28px;
}

#maker table tr {
  border-bottom: solid 1px #ccc;
}

#maker table td {
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  display: block;
  border-bottom: none;
}

#maker table td + td {
  border-top: solid 1px #ccc;
}

#maker table td.empty {
  display: none;
}

#maker .layout h3.ttl {
  border: none;
}

#p02.layout h3.ttl { background: #3bb131 }
#p03.layout h3.ttl { background: #f27901 }
#p04.layout h3.ttl { background: #00a0e1 }
#p05.layout h3.ttl { background: #0097a8 }
#p06.layout h3.ttl { background: #006699 }

#maker .layout .icon_e-nexco,
#maker .layout .icon_c-nexco,
#maker .layout .icon_w-nexco,
#maker .layout .icon_shutoko,
#maker .layout .icon_hanshin {
  background: none;
}


#maker .layout .icon span, 
#maker .layout .icon_e-nexco span, 
#maker .layout .icon_c-nexco span, 
#maker .layout .icon_w-nexco span, 
#maker .layout .icon_shutoko span, 
#maker .layout .icon_hanshin span, 
#maker .layout .icon_etc span, .layout 
#maker .icon_index span {
  top: 5px;
  left: 20px;
}

#maker .layout .icon span img, 
#maker .layout .icon_e-nexco span img, 
#maker .layout .icon_c-nexco span img, 
#maker .layout .icon_w-nexco span img, 
#maker .layout .icon_shutoko span img, 
#maker .layout .icon_hanshin span img, 
#maker .layout .icon_etc span img, 
#maker .layout .icon_index span img {
  margin: 0;
  height: 30px;
  width: auto;
}

.MEMOBLOCK {
  text-align: left;
}

#maker .table01 tr.bg_odd,
#maker .table01 tr.bg_even {
  background: inherit;
}

#maker table .lbl {
  background: #ccc;
}

#maker #submenu-hira ul {
  position: relative;
  z-index: 444;
}

#maker .layout .icon,
#maker .layout .icon_e-nexco,
#maker .layout .icon_c-nexco,
#maker .layout .icon_w-nexco,
#maker .layout .icon_shutoko,
#maker .layout .icon_hanshin{
  display: none;
}
#maker .layout h3.ttl:before{
  content: '';
  display: inline-block;
  background-image: url(../images/users7.png);
  width: 34px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 6px;
}
#maker .layout h3.ttl span{
  display: inline-block;
  padding-left: 44px;
}
#maker .layout h3.ttl{
  padding: 10px;
  line-height: normal;
}

#submenu.fixed-submenu .menu{
  display: none !important;
}
#submenu{
  display: none !important;
}
#submenu_sp ul {
    width: 100%;
    margin-bottom: 25px;
}
#submenu_sp ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.text-left{
  text-align: left;
}


/*------------------------------------------------------------------------------
  info
------------------------------------------------------------------------------*/
#info .layout h3.ttl {
  background: #cdc722;
  box-sizing: border-box;
  color: #fff;
  border-radius: 5px;
  /*height: 60px;*/
  padding: 10px;
  text-align: left;
  margin: 0 0 20px;
  width: 100%;
}

#info .layout .icon span {
  /*top: 15px;*/
  position: static;
  display: block;
  padding: 10px 0;
}

#info .layout .paragraph table td img {
  display: none;
}

#info .layout .paragraph table td {
  font-size: 14px;
}

#info .layout .paragraph table .caution-td {
  padding: 0 !important;
}

#info .paragraph table tr {
  padding: 10px 0;
  display: block;
}

#info .paragraph table .caution-tr {
  border-bottom: dotted 1px #c0c0c0;
}

#info .paragraph table td {
  width: 100%;
  display: block;
}
#info .layout h3.ttl{
  position: relative;
}
#info .layout .icon{
  display: none;
}
#info .layout h3.ttl:before{
  content: '';
  display: inline-block;
  background-image: url(../images/message_ttl_icon01.png);
  width: 36px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 6px;
}
#info .layout h3.ttl span{
  display: inline-block;
  padding-left: 44px;
}
#info .layout h3.ttl{
  padding: 10px;
  line-height: normal;
}


/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/
#main #contents h2.ttl strong {
  line-height: 1.3;
}



#main .layout h3.ttl {
  background: #0864c0;
  box-sizing: border-box;
  color: #fff;
  border-radius: 5px;
  height: auto;
  padding: 10px;
  text-align: left;
  margin: 0 0 20px;
  width: 100%;
}

.paragraph i,
.paragraph .exhibit,
.paragraph .lecture {
  font-size: 16px;
}

.paragraph  .layoutlist p.sp_ex {
  font-size: 14px;
  padding: 0 !important;
}

.paragraph  .layoutlist li > div {
  width: 100% !important;
}

#main .msg2 {
  margin: 0 0 10px;
}

#main .sp_ex {
  width: 100%;
}

#main .sp_ex td {
  font-size: 14px;
}


#main .table-list01 {
  font-size: 14px !important;
  margin: 0 !important;
}

#main .table-list01 .indent-huck {
  text-indent: inherit !important;
  padding-left: 0 !important;
}

.mainprogram table td {
  display: block;
}
#main .layout .icon{
  display: none;
}
#main .layout h3.ttl:before{
  content: '';
  display: inline-block;
  background-image: url(../images/news3.png);
  width: 30px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
}
#main .layout h3.ttl span{
  display: inline-block;
  padding-left: 44px;
}
#main .layout h3.ttl{
  padding: 10px;
  line-height: normal;
}

/*------------------------------------------------------------------------------
  exhibit
------------------------------------------------------------------------------*/
#exhibit #submenu {
  background: inherit;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  right: 0;
}

#exhibit #submenu ul .col10 {
  background: #97B739;
  border-bottom: 1px solid #fff;
  width: 16.6666%;
}

#exhibit #submenu ul li a {
  border-right: 1px solid #fff;
  height: 30px;
  padding: 0 0 30px;
}

#exhibit #submenu ul li a:after {
  background: url(../images/sp_arrow01.png) no-repeat;
  width: 16px;
  height: 10px;
  background-size: contain;
  bottom: 10px;
  right: 0;
  left: 0;
  top: inherit;
  margin: auto;
}

#exhibit .layout h3.ttl {
  width: 100%;
  background: #97B737;
  border-radius: 5px;
  /*line-height: 50px;
  height: 50px;*/
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

#exhibit .layout .icon span {
  top: 7px;
}

#exhibit .tableExhibit td {
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  width: auto !important;
  text-align: left !important;
}

#exhibit .tableExhibit tr {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
}

#exhibit .tableExhibit .idt0,
#exhibit .tableExhibit .idt1 {
  display: table-caption;
  width: 100%;
}

#exhibit .tableExhibit .exb-table-num {
  width: 13% !important;
}

#exhibit .tableExhibit .exb-table-num,
#exhibit .tableExhibit .exb-table-num + td {
  display: table-cell;
  padding: 5px;
}

#exhibit .tableExhibit tr.even {
  background: inherit;
}

#exhibit .tableExhibit .idt0,
#exhibit .tableExhibit .idt1 {
  background: #f2f2f2;
}
#exhibit .layout .icon{
  display: none;
}
#exhibit .layout h3.ttl:before{
  content: '';
  display: inline-block;
  background-image: url(../images/profile8.png);
  width: 30px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 6px;
}
#exhibit .layout h3.ttl span{
  display: inline-block;
  padding-left: 44px;
}
#exhibit .layout h3.ttl{
  padding: 10px;
  line-height: normal;
}


/*------------------------------------------------------------------------------
  presentation
------------------------------------------------------------------------------*/
#presentation #contents h2.ttl strong {
  line-height: 1.3;
}

#presentation #submenu ul li:first-child {
  border-right: solid 1px #fff;
  box-sizing: border-box;
}

#presentation #submenu ul li a {
  padding: 0 0 10px 0;
}

#presentation #submenu ul li a:after {
  right: 0;
  left: 0;
  bottom: 10px;
  top: inherit;
}

#presentation .layout h3.ttl {
  background: #EB5C01;
  border-radius: 5px;
  /*line-height: 50px;
  height: 50px;*/
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

#presentation .layout .icon span {
  top: 6px;
}

#presentation .layout .icon{
  display: none;
}
#presentation .layout h3.ttl:before{
  content: '';
  display: inline-block;
  background-image: url(../images/business9.png);
  width: 34px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 7px;
}
#presentation .layout h3.ttl span{
  display: inline-block;
  padding-left: 44px;
}
#presentation .layout h3.ttl{
  padding: 10px;
  line-height: normal;
}

table.presenlist td.p4 span.corp a,
table.presenlist td.p3 span.corp a {
  font-size: 12px;
}
table.presenlist td .info{
  font-size: 11px !important;
}


/*------------------------------------------------------------------------------
  lecture
------------------------------------------------------------------------------*/
#lecture .paragraph  .layoutlist li > div {
  padding-left: 0;
  text-align: left;
}

#lecture .paragraph  .layoutlist li > div > div {
  padding: 0 !important;
}

#lecture #p03.layout h3.ttl {
  background: #d0172c;
  margin: 0;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}

#lecture .layout .icon span {
  top: 15px;
}

#lecture .paragraph  .layoutlist li {
  text-align: center;
}

#lecture .paragraph  .layoutlist li > img {
  float: inherit;
  width: 80%;
}

#lecture .lecture-box .left {
  float: none;
  width: 100%;
}

#lecture .lecture-box .right {
  float: none;
  width: auto;
  max-width: 100%;
  margin: 0 auto 20px;
}

#lecture .layout .icon{
  display: none;
}
#lecture .layout h3.ttl:before{
  content: '';
  display: inline-block;
  background-image: url(../images/schoolclass.png);
  width: 36px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 7px;
}
#lecture .layout h3.ttl span{
  display: inline-block;
  padding-left: 44px;
}
#lecture .layout h3.ttl{
  padding: 10px;
  line-height: normal;
}

/*------------------------------------------------------------------------------
  cpd_cpds
------------------------------------------------------------------------------*/
.font-14 {
  font-size: 14px !important;
}

#cpd_cpds .msg2 {
  font-size: 12px;
  margin: 10px 0 20px;
}

#cpd_cpds .layout h3.ttl {
  text-shadow: none;
  background: #666;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

#cpd_cpds .layout h3.ttl02 {
  padding: 10px 10px 10px 40px;
}

#cpd_cpds table .pc {
  display: none !important;
}

#cpd_cpds img.floatright {
  display: none;
}

#cpd_cpds .tableExhibit  {
  font-size: 16px;
  border-top-style: none !important;
}

#cpd_cpds .tableExhibit tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#cpd_cpds .tableExhibit tr .table-day {
  display: table-caption;
  background: #ccc;
  width: 100% !important;
  box-sizing: border-box;
  text-align: center;
}

#cpd_cpds .tableExhibit tr .table-day.day2 {
    height:0;
    padding:0;
  background: #fff;
}

#cpd_cpds .tableExhibit tr + tr {
  border-top: solid 1px #ccc;
}

#cpd_cpds .tableExhibit td{
  border-bottom: none;
}

#cpd_cpds .paragraph .tableExhibit .cpd-table-td{
  width: auto;
}
#cpd_cpds .tableExhibit td:last-child{
  width: 68%;
}
#cpd_cpds .layout h3.ttl{
  position: relative;
}
#cpd_cpds .layout .icon{
  display: none;
}
#cpd_cpds .layout h3.ttl:before{
  content: '';
  display: inline-block;
  background-image: url(../images/schoolclass.png);
  width: 36px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
}
#cpd_cpds .layout h3.ttl span{
  display: inline-block;
  padding-left: 44px;
}
#cpd_cpds .layout h3.ttl02{
  padding: 10px;
  line-height: normal;
}

/*------------------------------------------------------------------------------
  floormap
------------------------------------------------------------------------------*/
#floormap .layout h3.ttl {
  width: 100%;
  background: #E0AA4C;
  border-radius: 5px;
  /*line-height: 50px;
  height: 50px;*/
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

#floormap .layout .icon span {
  top: 7px;
}

#floormap .layout .icon{
  display: none;
}
#floormap .layout h3.ttl:before{
  content: '';
  display: inline-block;
  background-image: url(../images/map1.png);
  width: 30px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 7px;
}
#floormap .layout h3.ttl span{
  display: inline-block;
  padding-left: 44px;
}
#floormap .layout h3.ttl{
  padding: 10px;
  line-height: normal;
}

.pdf-icon {
  width: 16px;
}

/*------------------------------------------------------------------------------
  efloormap
------------------------------------------------------------------------------*/
#contents h2.ttl strong{
  line-height: 1.3;
}

#efloormap .layout h3.ttl {
  width: 100%;
  background: #666;
  border-radius: 5px;
  /*line-height: 50px;
  height: 50px;*/
  padding: 10px;
  box-sizing: border-box;
  position: relative;  
}

#efloormap .layout .icon span {
  top: 7px;
}
#efloormap .layout .icon{
  display: none;
}
#efloormap .layout h3.ttl:before{
  content: '';
  display: inline-block;
  background-image: url(../images/map1.png);
  width: 30px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 7px;
}
#efloormap .layout h3.ttl span{
  display: inline-block;
  padding-left: 44px;
}
#efloormap .layout h3.ttl{
  padding: 10px;
  line-height: normal;
}

/*------------------------------------------------------------------------------
  access
------------------------------------------------------------------------------*/
#access .layout h3.ttl {
  width: 100%;
  background: #802780;
  border-radius: 5px;
  /*line-height: 50px;
  height: 50px;*/
  padding: 10px;
  box-sizing: border-box;
  position: relative; 
}

#access .layout h3.ttl.no-icon {
  padding: 0 10px;
}

#access .layout .icon span {
  top: 7px;
}

#access .google-map {
  width: 100%;
  height: 300px;
  margin: 0 0 20px;
}

#access .layout .icon{
  display: none;
}
#access .layout h3.ttl:before{
  content: '';
  display: inline-block;
  background-image: url(../images/train20.png);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 7px;
}
#access .layout h3.ttl span{
  display: inline-block;
  padding-left: 44px;
}
#access .layout h3.ttl{
  padding: 10px;
  line-height: normal;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
#page-top a {
  padding: 10px 0;
  width: 60px;
}

#footer {
  height: auto;
  margin: 90px 0 0 0;
  padding: 20px 0 15px 0;
  width: 100%;
}

.toiawase {
  font-size: 11px;
  padding: 0;
}

.toiawase a {
  color: #fff;
  text-decoration: none;
}

.copyright {
  margin: 10px 0 0;
}

.copyright span {
  font-family: Verdana, "Droid Sans";
  color: #fff;
}

#footer .toiawase .pc {
  display: none !important;
}

/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/
#main .paragraph table.table-list01 tr ,
#main .paragraph table.sp_ex tr {
  display: block;
}

#main .paragraph table.table-list01 tr + tr,
#main .paragraph table.sp_ex tr + tr {
  padding-top: 10px;
}

#main .paragraph .table-list01 td,
#main .paragraph table.sp_ex td{
  display: block;
  width: 100%;
}

#main .paragraph table.table-list01 tr td.td01,
#main .paragraph table.sp_ex tr td.td01 {
  font-weight: bold;
}

/*------------------------------------------------------------------------------
  準備中
------------------------------------------------------------------------------*/
.preparation {
  font-size: 26px;
  margin: 20px auto;
}

.preparation .icon img {
  width: 80px;
}

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.clearfix:after {
  clear:both;
  content:"";
  display:block;
  height:0;
  font-size:0;
  visibility:hidden;
}

/*------------------------------------------------------------------------------
  banner
------------------------------------------------------------------------------*/
.banner-box{
  width: 100%;
}
.banner-box-bottom a{
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.banner-box-bottom a img{
  width: auto;
  max-width: 100%;
  height: auto;
}
.banner-box textarea{
  width: 100%;
}
.toiawase span{
  display: block;
}
.access-anchor-btn{
  position: static;
  margin-bottom: 20px;
}
.access-anchor-btn a{
  line-height: 50px;
  height: 50px;
  font-size: 15px;
  text-align: left;
  padding: 0 20px;
}
.access-anchor-btn a:after{
  content: "";
  position: absolute;
  background: url(../images/sp_arrow01.png) no-repeat center top;
  width: 16px;
  height: 10px;
  background-size: contain;
  bottom: 0;
  top: 0;
  left: 90%;
  margin: auto;
}
#exhibit #submenu_sp{
  background-color: transparent;
}
#exhibit #submenu_sp .co17{
  background: #97B737;
  float: left;
  width: 20%;
  box-sizing: border-box;
  border: 1px solid #fff;
}
#exhibit #submenu_sp ul li a{
  line-height: 38px;
}
#exhibit #submenu_sp ul li a:after{
  position: static;
  display: block;
}
#exhibit #submenu_sp ul li a span{
  text-align: center;
  display: block;
}
input[type="submit"].sp-submit-btn{
  font-size: 14px !important;
  width: 100%;
  box-sizing: border-box;
  background: #dcdcdc;
  border: none;
  padding: 10px 0;
}