@charset "UTF-8";
/* Scss Document */
/* MV form */
input.user01 {
  border: none;
}

.center {
  text-align: center;
}

/* common */
.top {
  background: url(../img/top_bg.png) bottom repeat-x;
  margin-bottom: 30px;
  height: 100px;
}

ul.navbar-nav li.current_page_item a {
  color: #ccc;
}

@media (max-width: 767px) {
  .navbar-nav > li > a {
    background: #fff;
  }
}
.product h3 {
  color: #fff;
  background: #666;
  padding: 10px 15px;
  font-size: 2rem;
  margin: 50px 0 25px;
}
.product h3 a {
  color: #fff;
}
.product h3:first-child {
  margin-top: 10px;
}

.image_right img {
  float: right;
  margin-bottom: 25px;
}

.rightTXT {
  text-align: right;
}

dl {
  margin-bottom: 15px;
  float: clear !important;
  line-height: 1.8;
}

@media (max-width: 767px) {
  dt {
    font-size: 1.8rem;
  }
  dd {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  dt {
    width: 200px;
    font-size: 1.8rem;
    text-align: right;
    float: left;
    padding-right: 15px;
  }
  dd {
    font-size: 1.8rem;
    display: block;
    padding-left: 200px;
    margin-bottom: 10px;
  }
}
.h3_box {
  border-bottom: 4px solid #333;
  margin: 40px 0 20px;
}
.h3_box h3 {
  font-size: 2.4rem;
  line-height: 2;
  margin: 0;
}
.h3_box p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 10px 0 0;
  vertical-align: bottom;
}

.pdRL15 {
  padding: 0 15px;
}

.pdRL2 {
  padding: 0 2px !important;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdtb50 {
  padding: 50px 0;
}

.fb:after {
  font-family: "FontAwesome";
  padding-left: 15px;
}

.fb-external:after {
  content: "\f08e";
}

.fb-chevon:after {
  content: "\f054";
}

li.active a.fb-chevon:after {
  content: "\f078";
}

/* page_top */
.page_top {
  line-height: 70px;
  margin-top: 10px;
  width: 70px;
  background: #4B4B4B;
  display: table;
  position: absolute;
  right: 0px;
  bottom: 30px;
}
.page_top a {
  color: #fff;
  font-size: 3rem;
  display: table-cell;
  text-align: center;
}
.page_top a:hover {
  background: #666;
}

/* font */
h2 {
  font-size: 2.4rem;
  padding-top: 45px;
  margin-top: 0;
}

h2 span {
  font-size: 1.2rem;
  padding-left: 15px;
  color: #BFBFBF;
}

.fz12 {
  font-size: 1.2rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz18 {
  font-size: 1.8rem;
}

.bold {
  font-weight: bold;
}

/* tab */
.tab01 {
  margin-bottom: 25px;
}
.tab01 li {
  border: 1px solid #333;
  border-bottom: 4px solid #333;
  background: #F7F7F7;
  font-size: 2rem;
  color: #333;
}
.tab01 li:first-child {
  border-right: none;
}
.tab01 li.active {
  background: #fff;
}
.tab01 li a {
  text-align: left !important;
  padding-left: 30px;
  color: #333;
}

.tab02 {
  box-sizing: border-box;
}
.tab02 li {
  border: 1px solid #333;
  border-bottom: 4px solid #333;
  border-left: none;
  font-size: 1.4rem;
  line-height: 50px;
  background: #F7F7F7;
  color: #333;
}
.tab02 li:first-child {
  border-left: 1px solid #333;
}
.tab02 li a {
  color: #333;
}
.tab02 li.active {
  background: #fff;
}

/* search */
.search_box {
  text-align: center;
  color: #666;
}
.search_box p.search_ttl {
  font-size: 3.4rem;
}
.search_box p.booth_Stxt {
  margin: 30px 0 0;
  font-size: 1.6rem;
}
.search_box .search_inner {
  background: #666;
  margin: 20px 0;
  padding: 50px 10px;
}
.search_box .search_inner .form-group {
  margin-bottom: 20px;
}
.search_box .search_inner .form-group label {
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
}
.search_box .search_inner .form-group input.form-control, .search_box .search_inner .form-group select.form-control {
  border-radius: 0;
}
.search_box .search_inner button.btn-lg {
  color: #fff;
  background: #33ADD6;
  padding: 10px 50px;
  margin: 40px 20px 0;
  border: none;
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

p.triangle {
  font-size: 3.4rem;
  text-align: center;
  color: #666;
}
p.triangle i {
  color: #333;
}

p.s_result {
  font-size: 1.2rem;
  margin: 20px 0 0;
  vertical-align: bottom;
}

.wp-pagenavi {
  margin: 10px 0;
}
.wp-pagenavi span, .wp-pagenavi a {
  margin-right: 5px;
  border-radius: 4px;
}
.wp-pagenavi a {
  margin: 1px 5px 0 0;
  padding: 4px 6px;
  border: #666 1px solid !important;
  background-color: #999;
  color: #fff;
}
.wp-pagenavi a:hover {
  background: #666;
}
.wp-pagenavi a.last {
  display: inline-block;
}
.wp-pagenavi span.current {
  padding: 6px 12px;
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
.wp-pagenavi span.pages {
  padding: 6px 12px;
  border: #666 solid 1px;
  background-color: #bbb;
  color: #fff;
  display: inline-block;
}

p.keyword_company {
  text-align: right;
  font-size: 1.6rem;
}
p.keyword_company span {
  margin-right: 15px;
  font-weight: bold;
}

/* list_box */
ul.list_box {
  list-style: none;
  padding: 0;
}
ul.list_box li {
  line-height: 70px;
  font-size: 2rem;
  color: #fff;
  background: #333;
  margin-bottom: 15px;
}
ul.list_box li a, ul.list_box li .union {
  color: #fff;
  min-height: 70px;
  padding: 0 60px 0 30px;
  position: relative;
  display: block;
}
ul.list_box li a:hover, ul.list_box li .union:hover {
  background: #fff;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
}
ul.list_box li a p, ul.list_box li .union p {
  line-height: 1.5;
  margin: 0;
  padding: 20px 0;
}
ul.list_box li a i, ul.list_box li .union i {
  position: absolute;
  right: 30px;
  top: 35%;
}
ul.list_box li a span {
  display: inline-block;
}
ul.list_box li.active a {
  background: #fff;
  color: #333;
  border: 1px solid #333;
}

li.active ul.list_boxInner, ul.list_boxInner {
  background: #999;
  padding: 30px;
  list-style: none;
}
li.active ul.list_boxInner li, ul.list_boxInner li {
  font-size: 1.6rem;
  margin-bottom: 1px;
  line-height: 50px !important;
  max-height: 50px;
  padding: 0;
}
li.active ul.list_boxInner li.active a, ul.list_boxInner li.active a {
  background: #fff;
  color: #333;
}
li.active ul.list_boxInner li.active a:hover, ul.list_boxInner li.active a:hover {
  background: #ccc;
}
li.active ul.list_boxInner li a, ul.list_boxInner li a {
  position: relative;
  background: #666;
  color: #fff;
  border: none;
  display: block;
  padding-left: 30px;
  min-height: 50px;
}
li.active ul.list_boxInner li a:hover, ul.list_boxInner li a:hover {
  background: #fff;
  text-decoration: none;
  color: #666;
}
li.active ul.list_boxInner li a i, ul.list_boxInner li a i {
  position: absolute;
  right: 30px;
  top: 20px;
}

@media (min-width: 768px) {
  ul.listBox01 {
    padding-right: 30px !important;
  }
  ul.listBox02 {
    padding-left: 30px !important;
  }
}
.under_menu {
  margin: 25px;
}

/* table */
.list_tb {
  border: none;
  margin-bottom: 30px;
}
.list_tb tr:nth-of-type(odd) {
  background: #ECECEC;
}
.list_tb tr:last-child {
  border-bottom: 4px solid #333;
}
.list_tb tr th {
  background: #666;
  color: #fff;
  border-right: 1px solid #fff;
  border-top: none !important;
  padding: 10px 20px !important;
}
.list_tb tr th:last-child {
  border-right: none;
}
.list_tb tr td {
  border-top: none !important;
  border-right: 1px solid #ccc;
  padding: 10px 20px !important;
  font-size: 1.8rem;
  vertical-align: middle !important;
}
.list_tb tr td:last-child {
  border-right: none;
}

/* seminar */
.seminar {
  padding: 0 2px;
}

.seminar p {
  margin: 0;
}
.seminar p.start {
  font-size: 1.8rem;
  color: #666;
  font-weight: bold;
  line-height: 1;
  margin: 5px 0;
}

.seminar .place {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 20px;
  line-height: 60px;
}

.seminar .A_place {
  background: #3FA1DA;
}

.seminar .B_place {
  background:  #EE869F;
}

.seminar .C_place {
  background:  #AACD06;
}

.seminar .D_place {
  background: #EDC300;
}

.seminar .E_place {
  background: #A59BC9;
}

.seminar .place p.pull-right {
  font-size: 1.4rem;
  font-weight: normal;
}

.seminar .date {
  background: #666;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 20px;
  line-height: 50px;
}

.seminar .time {
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 20px;
  line-height: 40px;
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
}

.seminar_box {
  border: 1px solid #CFCFCF;
  background-color: #f5f6f8;
}

.seminar_title {
  padding: 20px;
  margin-bottom: 10px;
}

.A_titleBg {
  background: #E2ECF8;
}

.B_titleBg {
  background:  #FCEBED;
}

.C_titleBg {
  background:  #F0F5D9;
}

.D_titleBg {
  background:  #FBF3D5;
}

.E_titleBg {
  background: #F2E8F7;
}

.A_menutitle {
  background: #3FA1DA !important;
}

.B_menutitle {
  background:  #EE869F !important;
}

.C_menutitle {
  background:  #AACD06 !important;
}

.D_menutitle {
  background: #EDC300 !important;
}

.E_menutitle {
  background: #A59BC9 !important;
}

.A_menutitle a:hover {
  background: #E2ECF8 !important;
  border: none !important;
}

.B_menutitle a:hover {
  background:  #FCEBED !important;
  border: none !important;
}

.C_menutitle a:hover {
  background:  #F0F5D9 !important;
  border: none !important;
}

.D_menutitle a:hover {
  background:  #FBF3D5 !important;
  border: none !important;
}

.E_menutitle a:hover {
  background: #F2E8F7 !important;
  border: none !important;
}

.seminar_title p.company {
  font-size: 1.6rem;
}

.seminar_title h3, .seminar_title h4 {
  margin-top: 5px;
  line-height: 1.2;
}

.seminar_title h4 span, .booth_box h4 span {
  font-size: small;
}

.seminar_box .p20 {
  padding: 10px 20px 0;
}

.w10 {
  width: 10%;
}

.w12 {
  width: 12%;
}

.w20 {
  width: 20%;
}

.w22 {
  width: 22%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33%;
}

.w40 {
  width: 40%;
}

.w80 {
  width: 80%;
}

.w88 {
  width: 88%;
}

.seminar table {
  margin-bottom: 50px;
  width: 100%;
  word-break: break-all;
  word-wrap: break-all;
}
.seminar table tr {
  width: 100%;
}
.seminar table th {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 10px;
  border: 1px solid #CFCFCF;
}
.seminar table th.area_a {
  background: #3FA1DA;
}
.seminar table th.area_b {
  background:  #EE869F;
}
.seminar table th.area_c {
  background:  #AACD06;
}
.seminar table th.area_d {
  background: #EDC300;
}
.seminar table th.area_e {
  background: #A59BC9;
}
.seminar table th.time_th {
  background: #CFCFCF;
}
.seminar table td {
  border: 1px solid #CFCFCF;
  padding: 10px;
}
.seminar table td.time_td {
  text-align: center;
  background: #F9F9F9;
}
.seminar table td.a_area {
  background: #E2ECF8;
}
.seminar table td.b_area {
  background:  #FCEBED;
}
.seminar table td.c_area {
  background:  #F0F5D9;
}
.seminar table td.d_area {
  background:  #FBF3D5;
}
.seminar table td.e_area {
  background: #F2E8F7;
}

#place_e {
  width: 100%;
}

.booth h3 {
  background: #F9F9F9;
  padding: 20px;
  margin: 0;
}

.booth_box {
  padding: 20px 0;
  border: none;
}

.booth_box dd .popover {
  width: 300px;
}
.booth_box dd .popover .popover-content img {
  width: 100% !important;
}

/*news*/
.news h3 {
  background: #EEF5F9;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px #333 dotted;
}
.news h3.catnews {
  margin-top: 70px;
}
.news h3.catnews:first-child {
  margin-top: 20px;
}
.news p.news_date {
  text-align: right;
  padding-bottom: 20px;
  font-size: 1.4rem;
}
.news p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.news aside h4 {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px dotted #333;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 55px;
  vertical-align: middle;
  margin-top: 20px;
}
.news aside h4::before {
  position: absolute;
  bottom: -1px;
  content: "";
  height: 50%;
  background-color: #fff;
  left: -1px;
  width: 6px;
}
.news aside h4::after {
  position: absolute;
  bottom: -1px;
  content: "";
  height: 50%;
  background-color: #fff;
  right: -1px;
  width: 6px;
}
.news aside ul {
  list-style: none;
  margin: 20px 5px;
  padding: 0;
}
.news aside ul li {
  padding: 10px 0 0;
  border-bottom: 1px dotted #333;
}
.news aside ul li p.menu_date {
  font-size: 1.2rem;
}
.news aside ul li p.menu_title {
  font-size: 1.4rem;
  line-height: 1.2;
}

/*author*/
.member h3 {
  font-size: 2rem;
  font-weight: normal;
  margin: 20px 0 0;
  vertical-align: bottom;
  line-height: 25px;
}
.member p {
  margin: 0;
  vertical-align: bottom;
  margin-top: 25px;
}
.member h4 {
  line-height: 80px;
  background: #666;
  color: #fff;
  font-size: 2.6rem;
}
.member h4 img {
  max-width: 100px;
  margin: auto;
  display: block;
  max-height: 80px;
  padding: 10px;
}
.member h4 span {
  margin-left: 20px;
}
.member table {
  font-size: 1.8rem;
  margin-bottom: 50px;
  width: 100%;
}
.member table tr {
  border-bottom: 1px solid #ccc;
}
.member table th {
  width: 200px;
  text-align: right;
  font-weight: bold;
  vertical-align: middle;
}
.member table td {
  padding: 15px 15px 15px 30px;
}

@media (max-width: 767px) {
  .member table th {
    width: 110px;
  }
}
/*tab*/
ul.box_tab {
  margin-bottom: 0;
}

#tab_item h3 {
  margin-top: 0;
  background: #999;
}

.area {
  display: none;
}

.show {
  display: table !important;
}

#tab_seminar .seminar_title h3 {
  border-color: transparent;
}

/*access*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 20px 0;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access p {
  margin: 10px 0 0;
  font-size: 1.6rem;
}
.access p span {
  font-size: 1.4rem;
}
.access h3 {
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 1px solid #333;
  text-align: center;
  line-height: 1.4;
  padding: 40px 0 10px;
}
.access h3 span {
  font-size: 1.8rem;
  font-weight: normal;
}
.access h4 {
  font-size: 1.8rem;
  margin: 30px 0 10px;
  font-weight: bold;
}
.access h4::before {
  display:inline-block; 
  vertical-align: middle;
  /*以下丸つくる*/
  content:'';
  width:1.8rem;
  height: 1.8rem;
  line-height: 1;
  background: #036EB7;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: top;
}

/*product*/
.archive .product img, .search .product img {
  max-height: 450px;
  width: auto;
}
.archive .product .media, .search .product .media {
  padding: 10px 0;
  border-top: 1px solid #ABABAB;
  margin: 0;
}
.archive .product .media:first-child, .search .product .media:first-child {
  margin-top: 10px;
}
.archive .product .media .media-left img, .search .product .media .media-left img {
  border: 1px solid #ccc;
  min-width: 150px;
}
.archive .product .media .media-body h3.media-heading, .search .product .media .media-body h3.media-heading {
  background: #eee;
  margin: 0 0 10px;
}
.archive .product .media .media-body h3.media-heading a, .search .product .media .media-body h3.media-heading a {
  color: #333;
}

.mediaBox {
  border-bottom: 1px solid #ABABAB;
}

/*layout*/
.layout {
  text-align: center;
}
.layout .h3_box {
  border: none;
}
.layout img {
  margin-bottom: 50px;
}
.layout .img-responsive {
  margin-bottom: 50px;
}
.layout h3.floor, .layout h4.floor {
  font-size: 2.4rem;
  background-color: #009fe8;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
  margin: 20px 0 10px;
  text-align: center;
  padding: 10px;
}

/*.layaut_details {
	margin: 30px 0;
  padding: 0;
	ul {
		list-style: none;
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

		li {
			display: inline-block;
			line-height: 34px;
			flex: 1 0 300px;
      box-sizing: border-box;
      margin: 10px;
      h3 { 
        color: #fff;
        font-size: 1.8rem;
        margin: 0;
        padding: 5px 10px;
      }
      p { 
        padding: 10px;
        line-height: 1.5;
      }
      &.green {
        h3 { background: #22ac38;}
        border: 2px solid #22ac38;
      }
      &.pink {
        h3 { background: #eb6d8e;}
        border: 2px solid #eb6d8e;
      }
      &.red {
        h3 { background: #e60020;}
        border: 2px solid #e60020;
      }
      &.brown {
        h3 { background: #c79f62;}
        border: 2px solid #c79f62;
      }
      &.blue {
        h3 { background: #4653a2;}
        border: 2px solid #4653a2;
      }
      &.orange {
        h3 { background: #ed6d1f;}
        border: 2px solid #ed6d1f;
      }
		}
	}
}*/
.layaut_details {
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layaut_details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layaut_details ul li {
  display: inline-block;
  line-height: 34px;
  flex: 1 0 200px;
  box-sizing: border-box;
  margin: 10px;
}
.layaut_details ul li h3 {
  color: #fff;
  font-size: 1.8rem;
  margin: 0;
  padding: 5px 10px;
}
.layaut_details ul li p {
  padding: 10px;
  line-height: 1.5;
}
.layaut_details ul li.lightgreen {
  border: 2px solid #7DBE34;
}
.layaut_details ul li.lightgreen h3 {
  background: #7DBE34;
}
.layaut_details ul li.green {
  border: 2px solid #1EAA39;
}
.layaut_details ul li.green h3 {
  background: #1EAA39;
  vertical-align: middle;
}
.layaut_details ul li.green h3 span {
  color: #FDE201;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #e50012;
  font-size: 1.4rem;
  margin: 0 0 0 5px;
  padding: 1px 5px;
  vertical-align: middle;
}
.layaut_details ul li.pink {
  border: 2px solid #EA6D8D;
}
.layaut_details ul li.pink h3 {
  background: #EA6D8D;
}
.layaut_details ul li.red {
  border: 2px solid #E60020;
}
.layaut_details ul li.red h3 {
  background: #E60020;
}
.layaut_details ul li.red .infobox {
  margin: 5px 10px 10px;
  background-color: #fbece4;
  padding: 0 0 20px;
}
.layaut_details ul li.red .infobox h4 {
  position: relative;
  padding: 5px 26px 5px 10px;
  background: #E50012;
  font-size: 1.4rem;
  max-width: 205px;
  color: #fff;
  margin-left: 0px;
  line-height: 1.3;
  z-index: 10;
}
.layaut_details ul li.red .infobox h4:after {
  position: absolute;
  content: "";
  right: -1px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px transparent;
  border-bottom: solid 39px #FCEDE4;
  z-index: 20;
}
.layaut_details ul li.red .infobox p {
  padding: 0 10px;
}
.layaut_details ul li.brown {
  border: 2px solid #E4AD43;
}
.layaut_details ul li.brown h3 {
  background: #E4AD43;
}
.layaut_details ul li.blue {
  border: 2px solid #4653a2;
}
.layaut_details ul li.blue h3 {
  background: #4653a2;
}
.layaut_details ul li.orange {
  border: 2px solid #EC6C1F;
  align-self: flex-start;
}
.layaut_details ul li.orange h3 {
  background: #EC6C1F;
}
.layaut_details ul li.purple {
  border: 2px solid #634B9B;
}
.layaut_details ul li.purple h3 {
  background: #634B9B;
}
.layaut_details ul li.yellow {
  border: 2px solid #F2971B;
}
.layaut_details ul li.yellow h3 {
  background: #F2971B;
}

/*button_red*/
.button_red a {
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 260px;
  padding: 0 10px;
  border: 1px solid #e60020;
  color: #e60020;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}
.button_red a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "FontAwesome";
  font-weight: 900;
  transform: translateY(-50%);
}
.button_red a:hover {
  background: #e60020;
  color: #FFF;
}

.layout_attention {
  background: #FDFBE3;
  padding: 20px;
}
.layout_attention h3 span {
  color: #fff;
  font-size: 1.8rem;
  background: #C30D23;
  border-radius: 20px;
  padding: 10px 15px;
}
.layout_attention h4 {
  color: #00aeeb;
  padding-top: 15px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
}
.layout_attention ul {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}
.layout_attention ul li {
  line-height: 1.8;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
}
.layout_attention ul li span.circle {
  max-width: 14px;
  color: #C30D23;
  flex: 1 0 14px;
}
.layout_attention ul li span.bold {
  max-width: 70px;
  font-weight: bold;
  flex: 1 0 70px;
}
.layout_attention ul li span.listcontent {
  box-sizing: border-box;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.modal-header {
  background: #666;
  color: #fff;
}

.modal-body {
  text-align: left;
}

.modal-footer {
  background: #F8F8F8;
}

dl.gallery-item dt.gallery-icon {
  width: auto;
  float: none;
  padding: 0;
  text-align: center;
}
dl.gallery-item dd.gallery-caption {
  padding: 0;
}

/*prevention*/
@media (max-width: 767px) {
  .covid p.leadcovid {
    padding: 20px 5px 0;
    font-size: 2.3rem;
  }
}
@media (min-width: 768px) {
  .covid p.leadcovid {
    padding-top: 45px;
    font-size: 2.5rem;
  }
}
.covid h2 {
  padding: 0 0 25px;
}
.covid p {
  font-size: 2rem;
}
.covid p.leadcovid {
  text-align: center;
  display: block;
  background: url(../img/top_bg.png) bottom repeat-x;
  height: 100px;
  margin: 0;
}
.covid img.covidneed {
  padding: 45px 0 0;
}
.covid h3 {
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 1px solid #333;
  padding: 80px 0 15px;
  margin-bottom: 25px;
  text-align: center;
}
.covid h4 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 15px 0 30px;
}
.covid h4 span {
  background: #005CA4;
  display: inline-block;
  width: 300px;
  padding: 15px 0;
}
.covid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 2rem;
}
.covid ul li {
  padding: 0 0 10px 0;
  padding-left: 1em;
  text-indent: -0.5em;
}
.covid ul li::before {
  content: "■";
  color: #B28500;
  padding: 0 10px 0 0;
  display: inline-block;
  line-height: 0.8;
  vertical-align: text-top;
}
.covid ul.xlist {
  margin: 10px 0 0 10px;
}
.covid ul.xlist li {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -0.5em;
}
.covid ul.xlist li::before {
  content: "x";
  color: #D83300;
  display: inline-block;
}
.covid .qr {
  margin: 0 0 40px 0;
}
.covid .qr h5 {
  font-size: 1.8rem;
  padding: 15px 0 0 10px;
  margin: 0;
}
.covid .qr p {
  font-size: 1.4rem;
  line-height: 1.2;
}
.covid .qr .google {
  width: 240px;
  float: left;
  margin-right: 50px;
}
.covid .qr .apple {
  width: 240px;
  float: left;
}

/* contact */
.contact h3 {
  font-size: 2.2rem;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
}
.contact p {
  padding-bottom: 10px;
}
.contact .contactbox {
  border: none;
  background: #eee;
  padding: 35px 10%;
}
.contact .contactbox dt {
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  margin: 20px 0 5px;
}
.contact .contactbox dt span.required {
  background: #cc1900;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  padding: 2px 10px;
  margin-left: 15px;
  vertical-align: top;
  display: inline-block;
}
.contact .contactbox dd {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.contact .contactbox dd p {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
}
.contact .contactbox dd p.redP {
  color: #cc1900;
  padding-top: 10px;
}
.contact .contactbox dd p.telno {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0 0;
}
.contact .contactbox dd p.telno .mwform-tel-field {
  display: flex;
  justify-content: space-between;
}
.contact .contactbox dd p.telno .mwform-tel-field input {
  flex: 2 0 30%;
  margin: -10px 5px 0;
}
.contact .contactbox dd p.telno .mwform-tel-field input:first-child {
  margin-left: 0;
}
.contact .contactbox dd p.telno .mwform-tel-field input:last-child {
  margin-right: 0;
}
.contact .contactbox input[type=text],
.contact .contactbox input[type=email] {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 10px;
}
.contact .contactbox textarea {
  width: 100%;
  height: 300px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact .contactbox input[type=submit] {
  font-size: 1.6rem;
  display: block;
  margin: 30px auto 20px;
  text-align: center;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  background: #00a1e9;
  border-radius: 25px;
  padding: 15px 35px;
  transition: 0.3s;
}
.contact .contactbox input[type=submit]:hover {
  border: 1px solid #00a1e9;
  color: #00a1e9;
  background: #fff;
}
.contact .contactbox select::-ms-expand {
  display: none;
}
.contact .contactbox select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 50px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-image: url(../img/icon/arrowB.png);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 15px center;
  background-color: #fff;
}

/* online */
.online .tab01 {
  margin-bottom: 0 !important;
}

.online p a {
  width: 200px;
}
.online p a.contactbtn {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin: 30px auto 20px;
  text-align: center;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  background: #00a1e9;
  border-radius: 25px;
  padding: 15px 35px;
  transition: 0.3s;
}
.online p a.contactbtn:hover {
  border: 1px solid #00a1e9;
  color: #00a1e9;
  background: #fff;
  text-decoration: none;
}

/* event */
.event {
  background: url(../img/top_bg3.png) top repeat-x;
  font-family: メイリオ, Meiryo, "Helvetica Neue", Helvetica, Arial, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.event h2 {
  margin: 25px 0;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 150;
}

.event h3.event-h3 {
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  margin-top: 40px;
}

.event h3.event-h3 img {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.event h3.event-h3 p {
   font-size: 2.2rem;
   font-weight: bold;
   padding-left: 25px;
}

.event h3.event-h3 p span {
   font-size: 1.4rem;
   display: block;
   margin: 0 0 5px -5px;
}

@media (min-width: 768px) {
  .event h3.event-h3 p span {
    margin: 10px 0 10px -5px;
  }
}

.event .event-lead {
  font-size: 1.8rem;
  line-height: 1.6;
}

.event .eventBox {
  display: flex;
  background-color: #F4F4F4;
  padding: 25px 30px 5px 20px;
}

.eventBox h4 {
  font-size: 2.0rem;
  font-weight: bold;
  color: #333;
}

.eventBox h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 5px 0;
  color: #333;
}
.eventBox h5 span {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 5px 0;
  display: inline-block;
  color: #333;
}

.eventBox h6,
.eventBox2 h6 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 30px 0 10px;
  line-height: 1.3;
  color: #333;
}

.eventBox .text p {
  margin-bottom: 20px;
}

.event .eventBox2 {
  background-color: #F4F4F4;
  padding: 30px 25px 10px;
  margin: 25px 0 40px;
}

.event .eventBox2 h5 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: center;
}

.event .eventinfo {
  display: flex;
  border: 1px solid #EBEBEB;
  padding: 30px 25px 25px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.event .eventinfo p {
  text-align: center;
  margin: 0;
}
.event .eventinfo p img {
  width: auto;
  margin: 0 auto;
  height: 2.0rem;
}
.event .eventinfo svg {
  margin-bottom: 20px;
  display: block;
}

.event .eventinfo2 {
  display: flex;
  margin: 20px 0 30px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .event .eventBox {
    flex-direction: column;
    margin: 25px 0 40px;
  }
  .event .eventBox .event-pic {
    width: 100%;
  }
  .event .eventBox .text,
  .event .eventBox2 p {
    width: 100%;
    line-height: 1.8;
    color: #666;
    font-size: 1.6rem;
  }
  .event .eventBox2 h4 {
    width: 80%;
    margin: 10px auto 0;
  }
  .event .eventBox2 {
    margin: 25px 0 40px;
  }
  .event .eventinfo,
  .event .eventinfo2 {
    flex-direction: column;
  }
  .event .eventinfo img,
  .event .eventinfo2 img {
    width: 100%;
  }
  .event .eventinfo .event-location,
  .event .eventinfo2 img {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .event .eventBox {
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 25px 0 80px;
  }
  .event .eventBox .event-pic {
    width: 45%;
    margin-bottom: 20px;
  }
  .event .eventBox .text {
    margin: 10px 25px;
    width: 55%;
    line-height: 1.8;
    color: #666;
    font-size: 1.6rem;
  }
  .event .eventBox2 {
    margin: 25px 0 80px;
  }
  .event .eventBox2 p {
    margin: 10px;
    line-height: 1.5;
    color: #666;
    font-size: 1.6rem;
  }
  .event .eventBox2 h4 {
    width: 60%;
    margin: 30px auto 40px;
  }
  .event .eventBox2 h6 {
    margin: 40px 10px 0;
  }
  .event .eventinfo,
  .event .eventinfo2 {
    flex-direction: row;
    justify-content: space-between;
  }
  .event .eventinfo .event-time {
    width: 40%;
  }
  .event .eventinfo .event-location {
    width: 55%;
  }
  .event .eventinfo2 {
    align-items: flex-start;
    padding-top: 20px;
  }
  .event .eventinfo2 img {
    width: 48%;
  }
}

/* event schedule */
.event_schedule {
  margin-bottom: 30px;
}

 @media (min-width: 768px) {
  .event_schedule {
    padding-left: 30px!important;
  }
}

.event_schedule svg a:hover,
.event .eventinfo svg a:hover {
  fill: #c0c0c0;
  fill-opacity: 50%;
  stroke: #333;
  stroke-width: 1px;
}

/*# sourceMappingURL=blog.css.map */