@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* ********************* * ITNET CSS TEMPLATE * @version 0.1.1 * @update 2016/09/07 ********************* */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

a {
  color: #0066cc;
}


/* ========================================================================== * COMMON ========================================================================== */


/* ========================================================================== * UTILS ========================================================================== */

.cf:after,
.cols ul:after,
.photo_list.col2 ul:after,
.photo_list.col3 ul:after,
.arround_box:after,
#header header:after,
#header header .header_right .gnav:after,
#header header .header_right .gnav .sitemap:after,
#header header .header_right .gnav .lang:after,
#content .content_body:after,
#content .content_body .top_cols:after,
#breadcrumbs ul:after,
.col2_box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf,
.cols ul,
.photo_list.col2 ul,
.photo_list.col3 ul,
.arround_box,
#header header,
#header header .header_right .gnav,
#header header .header_right .gnav .sitemap,
#header header .header_right .gnav .lang,
#content .content_body,
#content .content_body .top_cols,
#breadcrumbs ul,
.col2_box {
  display: inline-table;
}

.col3_box {
	display: flex;
}

.col3_box .col {
	width: 33.33%;
	padding-right: 5px;
}

.col3_box .col:last-of-type {
	padding-right: 0;
}

.col3_box .col img {
	width: 90%;
}


/* Hides from IE-mac \*/

* html .cf,
* html .cols ul,
.cols * html ul,
* html .photo_list.col2 ul,
.photo_list.col2 * html ul,
* html .photo_list.col3 ul,
.photo_list.col3 * html ul,
* html .arround_box,
* html #header header,
#header * html header,
* html #header header .header_right .gnav,
#header header .header_right * html .gnav,
* html #header header .header_right .gnav .sitemap,
#header header .header_right .gnav * html .sitemap,
* html #header header .header_right .gnav .lang,
#header header .header_right .gnav * html .lang,
* html #content .content_body,
#content * html .content_body,
* html #content .content_body .top_cols,
#content .content_body * html .top_cols,
* html #breadcrumbs ul,
#breadcrumbs * html ul,
* html .col2_box {
  height: 1%;
}

.cf,
.cols ul,
.photo_list.col2 ul,
.photo_list.col3 ul,
.arround_box,
#header header,
#header header .header_right .gnav,
#header header .header_right .gnav .sitemap,
#header header .header_right .gnav .lang,
#content .content_body,
#content .content_body .top_cols,
#breadcrumbs ul,
.col2_box {
  display: block;
}


/* End hide from IE-mac */

.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.vaM {
  vertical-align: middle!important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.color_red {
  color: red;
}

.color_orange {
  color: #ec7601;
}

.color_green {
  color: #369618;
}

.font_b {
  font-weight: bold;
}

.fontL {
  font-size: 3.2rem;
}

.fontM {
  font-size: 1.8rem;
}

.fontS {
  font-size: 1.0rem;
}

.link {
  background: url(./common/img/icn_arrow_circle.png) left center no-repeat;
  padding-left: 20px;
}

.text_ifia {
  color: #369617;
  font-weight: bold;
}

.text_hfe {
  color: #EE7601;
  font-weight: bold;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.sizeLL {
  font-size: 2.0rem;
}

.sizeS {
  font-size: 0.8rem;
}

.vaM {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

ul.dot,
ol.dot {
  margin-left: 1.5em;
}

ul.dot li,
ol.dot li {
  list-style-type: disc;
}

ul.num,
ol.num {
  margin-left: 1.5em;
}

ul.num li,
ol.num li {
  list-style-type: decimal;
}

ul.custom,
ol.custom {
  list-style-type: none;
  padding-left: 3.5em;
}

ul.custom li .mark,
ol.custom li .mark {
  margin-left: -3.5em;
  width: 3.5em;
  display: inline-block;
}

ul.loose li,
ol.loose li {
  margin-bottom: 2em;
}

ul.custom.en,
ol.custom.en {
  list-style-type: none;
  padding-left: 5.5em;
}

ul.custom.en li .mark,
ol.custom.en li .mark {
  margin-left: -5.5em;
  width: 5.5em;
  display: inline-block;
}

.alpha:hover,
.photo_list ul li .thumb .zoom:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.anime {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img.fit,
.photo_list ul li .thumb img {
  width: 100%;
  height: auto;
}

.zoom_thumb {
  display: inline-block;
  position: relative;
}

.zoom_thumb a.zoom {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}


/* ========================================================================== * COMPONENT ========================================================================== */


/* 列リスト */

.cols,
.photo_list.col2,
.photo_list.col3 {
  overflow: hidden;
}

.cols ul,
.photo_list.col2 ul,
.photo_list.col3 ul {
  margin-right: -10px;
}

.cols ul li,
.photo_list.col2 ul li,
.photo_list.col3 ul li {
  float: left;
  padding-right: 10px;
  margin-bottom: 10px;
}

.cols ul li .cols_item,
.photo_list.col2 ul li .cols_item,
.photo_list.col3 ul li .cols_item {
  display: block;
}

.cols.col_2 li,
.photo_list.col2 li,
.col_2.photo_list.col3 li {
  width: 50%;
}

.cols.col_3 li,
.col_3.photo_list.col2 li,
.photo_list.col3 li {
  width: 33.33333%;
}

.cols.col_4 li,
.col_4.photo_list.col2 li,
.col_4.photo_list.col3 li {
  width: 25%;
}


/* 画像回り込みエリア */

.arround_box .R {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}

.arround_box .L {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

.aspect {
  background: url(http://dummyimage.com/800x600/4d494d/686a82.gif&text=no+image) center center no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
}

.aspect:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.aspect.kin:after {
  padding-top: 61.8%;
}

.aspect.gin:after {
  padding-top: 70.7213%;
}


/* ========================================================================== * FORM ========================================================================== */

input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  padding: .5rem 1.5rem;
  cursor: pointer;
  outline: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {
  outline-offset: -2px;
}

.form_set input,
.form_set button,
.form_set textarea,
.form_set select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form_set input,
.form_set textarea,
.form_set select,
.form_set button {
  text-align: left;
  line-height: 1.2142em;
  /*font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  */
  padding: .67861429em 1em;
  background: #FFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: .28571429rem;
  -webkit-transition: box-shadow .1s ease, border-color .1s ease;
  transition: box-shadow .1s ease, border-color .1s ease;
  box-shadow: none;
}

.form_set textarea {
  resize: vertical;
}

.form_set input.fit,
.form_set select.fit,
.form_set textarea.fit {
  width: 100%;
}

.form_set input.half,
.form_set select.half,
.form_set textarea.half {
  width: 50%;
}

.form_set input:short,
.form_set select:short,
.form_set textarea:short {
  width: 33.3333%;
}

.form_set select {
  background: url(./common/img/ionicons/chevron-down.svg) no-repeat center right 5px;
  background-size: 15px;
  padding-right: 30px;
  cursor: pointer;
}

.form_set .checkbox {
  display: none;
}

.form_set .checkbox .checkbox_icon {
  cursor: pointer;
}

.form_set .checkbox+.checkbox_icon {
  position: relative;
  vertical-align: middle;
}

.form_set .checkbox+.checkbox_icon:before {
  content: "\f372";
  font-family: "Ionicons";
  color: #ccc;
  font-size: 22px;
}

.form_set .checkbox:checked+.checkbox_icon:before {
  content: "\f374";
  color: #17bcdf;
}

.form_set .radio {
  display: none;
}

.form_set .radio .radio_icon {
  cursor: pointer;
}

.form_set .radio+.radio_icon:before {
  content: "\f3a6";
  font-family: "Ionicons";
  color: #ccc;
  font-size: 22px;
}

.form_set .radio:checked+.radio_icon:before {
  content: "\f3a7";
  color: #17bcdf;
}

.form_set .err {
  padding-top: .25em;
  display: block;
  color: #DB2828;
  font-weight: bold;
  font-size: 1.4rem;
}

input[type="text"],
input[type="email"],
select {
  padding: .5em .2em;
}

input.S {
  width: 100px;
}

input.M {
  width: 200px;
}

.wpcf7c-conf {
  background-color: #efefef;
  color: black;
  border: none;
}


/* ========================================================================== * MIXIN ========================================================================== */

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

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

html {
  line-height: 1.5;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.4em;
  color: #333333;
}

body.en {
  font-size: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

body {
  min-width: 960px;
  background: #fff;
}

.wrap {
  min-width: 960px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.container,
#header header,
#mnav nav,
#main_visual,
#footer footer,
#breadcrumbs ul {
  width: 960px;
  margin: 0 auto;
}


/* ========================================================================== * ベース部分 ========================================================================== */

#header header {
  padding: 15px 0;
}

#header header .header_left {
  width: 70%;
  float: left;
}

#header header .header_left .logo a {
  display: inline-block;
}

#header header .header_left .logo a:first-of-type {
  margin-right: 20px;
}

#header header .header_left .site_desc {
  color: #555555;
  font-size: 1.4rem;
}

#header header .header_left .site_desc .day {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 1pt;
  margin-left: 5px;
}

#header header .header_left .site_desc .day.icn_to {
  background: url(./common/img/icn_to.png) left center no-repeat;
  padding-left: 15px;
  display: inline-block;
}

#header header .header_left .site_desc .yobi {
  background: #555;
  color: #fff;
  line-height: 1;
  padding: 0 .3em;
  font-size: 1.5rem;
  vertical-align: middle;
}

#header header .header_right {
  width: 30%;
  float: right;
}

#header header .header_right .gnav .sitemap {
  float: right;
}

#header header .header_right .gnav .sitemap li {
  display: inline-block;
}

#header header .header_right .gnav .sitemap li a {
  display: inline-block;
  background: url(./common/img/icn_arrow_circle.png) left center no-repeat;
  padding-left: 18px;
  font-size: 1.2rem;
  color: #535353;
  text-decoration: none;
}

#header header .header_right .gnav .sitemap li a:hover {
  text-decoration: underline;
}

#header header .header_right .gnav .lang {
  margin-left: 20px;
  float: left;
}

#header header .header_right .gnav .lang li {
  display: inline-block;
  font-size: 1.2rem;
}

#header header .header_right .gnav .lang li:not(:last-of-type) {
  margin-right: 20px;
}

#header header .header_right .gnav .lang li a {
  text-decoration: underline;
  color: #535353;
}

#header header .header_right .sns_unit {
  line-height: 1;
  text-align: right;
}

#header header .header_right .sns_unit .fb_iframe_widget {
  vertical-align: top;
}

#mnav {
  background: #f3f3f3;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
}

#mnav nav>ul {
  display: table;
  width: 100%;
}

#mnav nav>ul>li {
  position: relative;
  display: table-cell;
  width: 25%;
}

#mnav nav>ul>li>a {
  padding: 15px 0;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #535353;
  font-weight: 600;
}

#mnav nav>ul>li>a>span {
  width: 100%;
  display: inline-block;
  border-right: 2px solid #cccccc;
}

#mnav nav>ul>li:first-of-type>a {
  border-bottom: 2px solid transparent;
}

#mnav nav>ul>li:first-of-type>a>span {
  border-left: 2px solid #cccccc;
}

#mnav nav>ul>li.curr>a {
  border-bottom: 2px solid #aaa;
}

#mnav nav .child {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  border: 1px solid #eee;
  z-index: 99;
}

#mnav nav .child li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: #333;
  padding-left: 24px;
  background: url(./common/img/icn_to.png) left 10px center no-repeat;
}

#mnav nav .child li a:hover {
  background-color: #eee;
}

#mnav nav .child li:not(:last-of-type) {
  border-bottom: 1px solid #efefef;
}

#main_visual {
  margin-bottom: 34px;
}

#content {
  padding-bottom: 60px;
}

#footer {
  background: #666666;
  padding: 20px 0;
}

#footer footer {
  position: relative;
}

#footer footer .copyright small {
  font-size: 1.1rem;
  color: #fff;
}

#footer footer .backtop {
  position: absolute;
  display: inline-block;
  right: 0;
  top: -40px;
  width:40px;
}


/* ========================================================================== * COMMON ========================================================================== */

html {
  background: #f1f1f1;
}


/* ========================================================================== * LAYOUT ========================================================================== */

#content .content_body {
  background: #fff;
}

#content .content_body .top_cols {
  margin-right: -20px;
}

#content .content_body .top_cols .left_cont,
#content .content_body .top_cols .right_cont {
  width: 50%;
  float: left;
  padding-right: 20px;
}

.cont_box {
  border: 5px solid #f5f5f5;
  padding: 20px 14px;
}

.cont_box .txt {
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em 0;
}

.cont_box.green {
  border-color: #82c36e;
}

.cont_box.orange {
  border-color: #ec7601;
}

.cont_box.shadow {
  -webkit-box-shadow: 1px 1px 1px 0px rgba(35, 24, 21, 0.1);
  -moz-box-shadow: 1px 1px 1px 0px rgba(35, 24, 21, 0.1);
  box-shadow: 1px 1px 1px 0px rgba(35, 24, 21, 0.1);
}

.cont_box .cont_box_title {
  font-size: 1.8rem;
  color: #555555;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.cont_box .cont_box_title:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 50%;
  width: 10px;
  background: #ec7601;
}

.cont_box .cont_box_title:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 50%;
  width: 10px;
  background: #369618;
}

.page_title {
  border-top: 4px solid #369618;
  border-bottom: 2px solid #ed7f12;
  color: #535353;
  font-size: 3.2rem;
  padding: 5px 20px;
  margin-bottom: 24px;
  margin-top: 30px;
}

.icon_title {
  color: #535353;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px 0;
  display: table;
  margin-bottom: 20px;
}

.icon_title .icon {
  vertical-align: middle;
  /* display: table-cell; */
}

.icon_title .txt {
  padding-left: 10px;
  /* display: table-cell; */
  vertical-align: middle;
}

.icon_title.gray {
  padding-left: 15px;
  padding-right: 15px;
  background: #f5f5f5;
  width: 100%;
}

.icon_title.orange .txt {
  color: #ec7601;
}

.bnr_list {
  color: #535353;
  padding: 10px 0;
  display: table;
  margin-bottom: 20px;
}

.bnr_list li {
  margin-bottom: .5em;
}

.bnr_list li .logo {
  vertical-align: top;
  display: table-cell;
  min-width: 120px;
}

.bnr_list li .txt {
  padding-left: 10px;
  font-weight: normal;
  display: table-cell;
  vertical-align: top;
}

.label_stripe {
  background: url(./common/img/bg_label_stripe.png) left top repeat-x;
  background-size: contain;
  text-align: center;
  color: #535353;
  padding: 15px;
  margin-bottom: 15px;
}

.block .block_title {
  padding: 10px 20px;
  font-size: 1.8rem;
  color: #FFF;
  background: #369618;
  margin-bottom: 20px;
}

.block .block_title span {
  display: block;
  color: #FFF;
}

.block .block_sub_title {
  background: url(./common/img/icn_block_sub.png) left center no-repeat;
  padding-left: 40px;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.block .block_aword {
  border-top: 2px solid #876D4A;
  border-bottom: 2px solid #876D4A;
  margin-bottom: 20px;
}

.block .block_body {
  padding: 0 20px;
}

.widget .widget_box {
  border: 4px solid #f5f5f5;
  padding: 18px;
}

.widget .widget_box .bnr_list li:not(:last-of-type) {
  margin-bottom: 10px;
}

#breadcrumbs {
  padding: 10px 0;
  background: #f3f3f3;
}

#breadcrumbs ul li {
  float: left;
}

#breadcrumbs ul li:not(:last-of-type):after {
  content: '>';
  padding: 0 10px;
}

#breadcrumbs ul li a {
  color: #000;
}


/* ========================================================================== * Parts ========================================================================== */

table.default {
  width: 100%;
  border-collapse: collapse;
}

table.default th,
table.default td {
  border: 1px solid #bdbdbd;
  border-collapse: collapse;
  text-align: left;
  padding: 0.5em 1em;
  vertical-align: top;
}

table.default th {
  background: #f1f1f1;
  color: #535353;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}

table.default .total {
  background: #666666;
}

table.default .required {
  background: #333;
  color: #fff;
  vertical-align: middle;
}

table.default .required.yes {
  background: #EC7601;
}

table.price td {
  padding: 0.5em 4em;
}

table.default.questionnaire th {
  text-align: left;
}

.bnr_cels {
  display: list-item;
  list-style: none;
}

.bnr_cels a {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.btn_unit {
  /*@extend .cols;
   @extend .cols.col_2;
  */
}

.btn_unit li {
  display: inline-block;
}

.btn_unit a.btn {
  /*display: block;
  */
}

li.colcenter img {
  text-align: center;
  width: 50%;
}

.col2_box .col {
  float: left;
  width: 50%;
}

.col2_box .col:first-of-type {
  padding-right: 5px;
}

.col2_box .col:last-of-type {
  padding-left: 5px;
}

.photo_list ul li .thumb {
  position: relative;
}

.photo_list ul li .thumb .zoom {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.icn_arrow {
  display: inline-block;
  background: url(./common/img/icn_arrow_circle.png) left center no-repeat;
  padding-left: 18px;
  color: #535353;
  text-decoration: none;
}

.btn {
  display: inline-block;
  text-decoration: none;
  background: #369618;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.9em 1.8em;
}

.btn.btn_gray {
  background: #999;
  padding: 0.9em 1.3em;
}

.btn.btn_green {
  background: #369618;
  padding: 0.9em 1.3em;
}

.btn.btn_orange {
  background: #EC7601;
  padding: 0.9em 1.3em;
}

.btn.btn_red {
  background: #EF0000;
  padding: 0.9em 1.3em;
}

.btn.btn_blue {
  background: #3e6ab3;
}

.btn.btn_blue span {
  color: #fff;
}

.btn.btn_red .icn_arrow {
  color: #fff;
}

.btn *[class^="icn_"] {
  display: inline-block;
}

.btn .icn_mail {
  background: url(./common/img/icn_mail.png) left center no-repeat;
  padding-left: 34px;
}

.btn .icn_arrow {
  background: url(./common/img/icn_arrow_circle_fff.png) left center no-repeat;
  padding-left: 24px;
}

.btn .icn_pdf {
  vertical-align: middle;
}

.message {
  background: #d0130b;
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}

.message dt {
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: .3em;
}

.message dd {
  font-size: 1.4rem;
}

.page_link {
  margin-bottom: 20px;
  display: table;
}

.page_link a {
  display: inline-block;
  padding: 15px 30px 15px 40px;
  text-decoration: none;
  background: #cccccc url(./common/img/icn_arrow_under.png) left 20px center no-repeat;
  color: #535353;
  font-size: 1.2rem;
  text-align: center;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(35, 24, 21, 0.1);
  -moz-box-shadow: 1px 1px 1px 0px rgba(35, 24, 21, 0.1);
  box-shadow: 1px 1px 1px 0px rgba(35, 24, 21, 0.1);
}

.page_link a:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.page_link.fit {
  width: 100%;
}

.page_link.fit a {
  padding: 15px 15px 15px 30px;
  background-position: left 10px center;
  display: table-cell;
  vertical-align: middle;
}

#exhibitor_list dl.theme.exhibitor dd {
  display: none;
}

#exhibitor_list.all dl.theme.exhibitor dd {
  display: block;
}

#exhibitor_list table.mustsee {
  display: none;
}

#exhibitor_list.all table.mustsee {
  display: table;
}

dl.theme {
  border: 2px solid #999999;
}

dl.theme dt {
  padding: 5px;
  background: #999999;
  color: #f5f5f5;
}

dl.theme dd {
  padding: 10px;
  color: #535353;
}

dl.theme.exhibitor dt a {
  text-decoration: none;
  color: #fff;
  background: url(./common/img/icn_arrow_circle_fff.png) right center no-repeat;
  background-size: 12px 12px;
  padding-right: 20px;
  display: block;
}

dl.theme.exhibitor dd {
  /*display: none;
  */
  padding: 0;
}

dl.theme.exhibitor dd table,
dl.theme.exhibitor dd table th,
dl.theme.exhibitor dd table td {
  border: none;
}

dl.theme.exhibitor dd table tr:not(:last-of-type) th,
dl.theme.exhibitor dd table tr:not(:last-of-type) td {
  border-bottom: 1px solid #bdbdbd;
}

dl.theme.exhibitor dd table th {
  border-right: 1px solid #bdbdbd;
}

dl.theme.exhibitor dd table td {
  padding: .4em 1em;
}

dl.theme.exhibitor dd img {
  vertical-align: middle;
}

dl.mustsee dt {
  color: #fff;
}

dl.mustsee dt.booth {
  background: #fff;
  color: #000;
}

dl.mustsee dt.booth img {
  vertical-align: middle;
}

dl.theme.sec_link {
  border-color: #333;
}

dl.theme.sec_link dt {
  background-color: #333;
}

table.exhibitorlist_navi {}

table.exhibitorlist_navi,
table.exhibitorlist_navi td {
  border-collapse: collapse;
  border: 1px solid #ccc;
}

table.exhibitorlist_navi td {
  padding: .5em;
}

table.exhibitorlist_navi td a {
  text-align: center;
  display: block;
}

table.mustsee td {
  padding: .5em;
}

table.mustsee th {
  background: #EE8189;
}

table.mustsee th.mustsee_title {
  background: #F3CACA;
  width: inherit;
  text-align: left;
}

table.single td {
  padding: .5em;
}

.panel {
  border: 4px solid #119a4f;
  padding: 34px 40px;
  color: #009342;
  font-size: 2.0rem;
}

.news_list li {
  border-bottom: 1px dotted #cbcbcb;
  padding-bottom: 15px;
}

.news_list li:not(:first-of-type) {
  padding-top: 15px;
}

.info_list li {
  display: list-item;
  padding: 15px 0;
}

.info_list li:not(:last-of-type) {
  border-bottom: 1px dotted #cbcbcb;
}

.info_list li .dt {
  display: table-cell;
  min-width: 120px;
}

.info_list li .cont {
  display: table-cell;
}

.company_info dt,
.company_info dd {
  margin-bottom: 5px;
}

.company_info dd:last-of-type {
  margin-bottom: 0;
}


/******************** / * custom **/

.catch {
  font-weight: bold;
  color: #d0130b;
  font-size: 1.6rem;
}

.catch span.small {
  font-size: 1.3rem;
  color: #333;
}

.hinmoku_list {
  padding: 5px 0;
}

.hinmoku_list:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}

.box_privacy {
  /*width: 620px;
  */
  height: 250px;
  overflow: auto;
  padding: 20px;
  border: solid 1px #DDDDDD;
}

.tab_header a {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  border: 1px solid #ccc;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: none;
  color: #555;
  font-weight: bold;
}

.tab_header a.act {
  background: rgba(197, 240, 247, 0.31);
}

.tab_cont_item.hide{
  display: none;
}

.seminar_category_title {
  border-top: 4px solid #333;
  border-bottom: 1px solid #333;
  padding: .5em 0;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.seminar_section_title {
  padding: .5em;
  font-size: 1.8rem;
  background: #1792A4;
  color: #fff;
}

.seminar_time {
  padding: .5em 1em;
  background: #efefef;
  position: relative;
}

.seminar_info_box {
  background: rgba(197, 240, 247, 0.31);
  padding: 15px;
}

.seminar_title_area {
  font-size: 116%;
  font-weight: bold;
  margin: 3px 0px;
  line-height: 1.4;
}

.seminar_title_area .alphabet {
  vertical-align: middle;
  text-align: center;
  font-size: 3.0em;
  padding: 0 15px;
  background: #1792A4;
  color: #fff;
}

.seminar_title_area .seminar_title {
  padding-left: 15px;
}

.presen_box .seminar_title_area {
  width: 100%;
  border-collapse: collapse;
}

.presen_box .seminar_title_area,
.presen_box .seminar_title_area th,
.presen_box .seminar_title_area td {
  border: none;
}

.presen_box .seminar_title_area td {
  padding: 2em .5em;
}

.presen_box .seminar_title_area .alphabet {
  font-size: inherit;
  width: 30%;
}

.presen_box.orange .seminar_title_area {
  background: #FDF1E5;
}

.presen_box.orange .seminar_title_area .alphabet {
  background: #ED7600;
  color: #fff;
}

.presen_box.orange .seminar_timeline_title {
  color: #ED7600;
}

.presen_box.green .seminar_title_area {
  background: #F3F8EE;
}

.presen_box.green .seminar_title_area .alphabet {
  background: #3EA329;
  color: #fff;
}

.presen_box.green .seminar_timeline_title {
  color: #3EA329;
}

.presen_box.blue .seminar_title_area {
  background: #ECF4FA;
}

.presen_box.blue .seminar_title_area .alphabet {
  background: #4595D2;
  color: #fff;
}

.presen_box.blue .seminar_timeline_title {
  color: #4595D2;
}

.presen_box .seminar_sub_title {
  padding: 1em;
  margin-bottom: 20px;
}

.presen_box.orange .seminar_sub_title {
  background: #FDF1E5;
}

.presen_box.green .seminar_sub_title {
  background: #F3F8EE;
}

.presen_box.blue .seminar_sub_title {
  background: #ECF4FA;
}

.seminar_info_box table.default {
  background: #fff;
}

.seminar_timeline li {
  padding: 15px 0;
  line-height: 1.8;
}

.seminar_timeline li:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}

.seminar_timeline_title {
  color: #1792A4;
  margin-bottom: 10px;
  margin-top: 10px;
}

.info_title {
  font-size: 1.8rem;
  padding: .5em 1em;
  background: #ffe8e8;
  margin-bottom: 20px;
  position: relative;
  color: #dc6f6f;
  font-weight: bold;
}

.info_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe8e8;
}

.info_title_2 {
  font-size: 2.5rem;
  padding: .5em 1em;
  background: #ffe8e8;
  margin-bottom: 20px;
  position: relative;
  color: #dc6f6f;
  font-weight: bold;
}

.info_title_2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe8e8;
}


/* * トップページタイトル * 「Ifia HFE JAPAN2018へご来場頂きありがとうございました。」 */

.info_titles {
  /* font-size: 2.0rem; */
}

.info_titles-sm {
  /* font-size: 1.8rem; */
}

.catalog_category {
  display: none;
}

.all .catalog_category {
  display: block;
}

.catalog_category .catalog_toggle {
  display: block;
  text-decoration: none;
  padding: .4em 5px;
  color: #333;
  font-weight: 700;
  border: 1px solid #ccc;
  border-bottom: none;
  background: url(./common/img/bg_dot.png);
}

.catalog_category .catalog_list {
  display: none;
}

.catalog_category .catalog_toggle i {
  float: right;
}

.catalog_category.open .catalog_toggle {
  border-bottom: 1px solid #ccc;
}

.catalog_category.open .catalog_list {
  display: block;
}

.catalog_category.open .catalog_toggle i::before {
  content: "\f126";
}

.catalog_category table.default th {
  background: #fadbdd;
  vertical-align:middle;
}

.presenter {
  padding: .2em;
  font-weight: 600;
}



/********************************
*  seminar
********************************/
.tab_header.tab_header01{
  border-bottom:3px solid #999999;
  margin:40px 0 40px;
}

.tab_header.tab_header01 a{
  width:196px;
  height:60px;
  line-height:60px;
  background:#ee7829;
  padding:0;
  box-sizing:border-box;
  color:#fff;
  text-align:center;
  font-size:18px;
  border-radius:0;
  margin-right:10px;
  border:none;
  vertical-align: top;
  position:relative;
  top:3px;
  border-bottom:3px solid #999999;
}

.plan_cont.tab_header.tab_header01 a{
  background:#369617;
}

.tab_header.tab_header01 a.act{
  background:#fff;
  border:3px solid #999999;
  border-bottom:none;
}

.tab_header.tab_header01 a.act span{
  border-bottom:3px solid #ee7829;
  padding-bottom:2px;
  font-size:22px;
  color:#535353;
}

.plan_cont.tab_header.tab_header01 a.act span{
  border-color:#369617;
}

.btn_wrap{
  margin:40px 0 20px;
}

.btn_wrap .btn_style{
  width:300px;
  height:65px;
  box-sizing:border-box;
  float:left;
  margin-right:20px;
  text-align:center;
}

.btn_wrap .btn_style a{
  border:3px solid #c5c5c5;
  font-size:15px;
  padding:10px;
  display:block;
  position:relative;
  text-decoration:none;
  color:#535353;
}

.btn_wrap .btn_style a .tx01{
  width:90px;
  height:42px;
  color:#fff;
  text-align:center;
  font-size:13px;
  display:inline-block;
  vertical-align:top;
  margin-right:10px;
  padding-top:5px;
  line-height:1.2em;
}

.btn_wrap .btn_style.btn_style01 a{
  border-color:#e96b17;
}

.btn_wrap .btn_style.btn_style01 a .tx01{
  background:#e96b17;
  display:inline-block;
}

.btn_wrap .btn_style.btn_style02 a .tx01{
  background:#369617;
}

.btn_wrap .btn_style a .tx02{
  font-weight:bold;
  display:inline-block;
  text-align:left;
}

.btn_wrap .btn_style.btn_style02 a:after{
  content:"";
  width:28px;
  height:28px;
  position:absolute;
  background:url(image/seminar/arrow01.png);
  background-size:100% 100%;
  right:10px;
  top:0;
  bottom:0;
  margin:auto;
}

.btn_wrap .btn_style.btn_style02.btn_style02_1 a:after{
  display:none;
}

.btn_wrap .btn_style.btn_style01.btn_style01_1 a:after{
  content:"";
  width:28px;
  height:28px;
  position:absolute;
  background:url(image/seminar/arrow04.png);
  background-size:100% 100%;
  right:10px;
  top:0;
  bottom:0;
  margin:auto;
}

.btn_wrap .btn_style.btn_style01.btn_style01_1 a{border-color:#c5c5c5;}
.btn_wrap .btn_style.btn_style02.btn_style02_1 a{border-color:#369617;}

.btn_wrap .btn_style.btn_style03{
  width:40%;
  text-align: left;
}

.btn_wrap .btn_style.btn_style03 a{
  padding-left:10px;
}

.btn_wrap .btn_style.btn_style03 a .tx0{
  color:#e91010;
  font-weight:bold;
  display:inline-block;
  margin-right:10px;
  font-size: 18px;
  position: relative;
  top: -10px;
}

.btn_wrap .btn_style.btn_style03 a .tx01{
  width:auto;
  height:auto;
  position:absolute;
  left:auto;
  right:10px;
  margin:0;
}

.tl01{
  background:#f3f3f3;
  margin:40px 0 40px;
  font-size:24px;
  font-weight:bold;
  padding:10px 20px;
}

.tl01 .tx01{
  color:#e96b17;
}

.tl01 .tx02{
  display:inline-block;
  background:#fff;
  border:1px solid #e96b17;
  font-size:16px;
  margin-left:10px;
  padding:2px 10px;
  color:#e96b17;
  vertical-align:middle;
}

.unk_list li{
  margin:0 0 10px;
  font-size:16px;
}

.unk_list li:last-child{
  margin:0;
}

.unk_list li a{
  text-decoration:none;
}

.unk_list li span{
  color:#fff;
  line-height:1.2;
  padding:2px 5px;
  background:#0066cc;
  display:inline-block;
  margin-right:10px;
  float:left;
}

.unk_list li p{
  float:left;
  width:700px;
}

.smn_box01{
  border:3px solid #dddddd;
  padding:10px 20px;
  margin:40px 0;
}

.smn_box01 .cell01{
  float:left;
  font-size:15px;
  color:#ec7600;
  font-weight:bold;
  margin-top:5px;
}

.smn_box01 .cell02{
  width:345px;
  float:right;
}

.smn_btn a{
  width:345px;
  height:60px;
  line-height:38px;
  color:#fff;
  font-weight:bold;
  box-sizing:border-box;
  padding:10px 20px;
  position:relative;
  background:#e91010;
  text-decoration:none;
  font-size:22px;
  display:block;
  box-shadow:3px 3px #d9d9d9;
}

.smn_btn a:after{
  content:"";
  width:28px;
  height:28px;
  position:absolute;
  background:url(image/seminar/arrow02.png);
  background-size:100% 100%;
  right:20px;
  top:0;
  bottom:0;
  margin:auto;
}

.smn_box02{
  text-align:center;
}

.smn_box02 .cell01{
  display:inline-block;
  width:48px;
  vertical-align:top;
  margin-top:20px;
  margin-right:20px;
}

.smn_box02 .cell02{
  width:600px;
  text-align:left;
  display:inline-block;
  font-size:16px;
}

.smn_wrap .smn_block{
  background:#fef6f1;
  margin:0 0 60px;
  padding:30px;
}

.smn_wrap .smn_block:last-child{
  margin:0;
}

.tl02{
  font-size:20px;
  margin:0 0 20px;
  line-height:1.8;
}

.plan_cont .tl02{
  margin:0 0 5px;
}

.tl02 span{
  background:#e96b17;
  color:#fff;
  line-height:1.2;
  font-size:36px;
  display:inline-block;
  padding:2px 10px;
  margin-right:10px;
  vertical-align:top;
  float:left;
  margin-top: 5px;
}

.smn_wrap{
  margin-top:60px;
}

.table01{
  width:100%;
  font-size:16px;
  border-collapse:collapse;
}

.table01 td,
.table01 th{
  border:1px solid #cccccc;
  vertical-align:top;
  padding:5px 10px;
  background:#fff;
  box-sizing:border-box;
}

.table01 th{
  background:#f3f3f3;
  width:130px;
  font-weight:normal;
  text-align:left;
}

.table_bt_tx{
  margin:5px;
  margin-left:140px;
}

.table02{
  width:100%;
  font-size:16px;
  border-collapse:collapse;
  margin-top:30px;
}

.table02 td,
.table02 th{
  border:1px solid #cccccc;
  vertical-align:top;
  padding:10px 10px;
  background:#fff;
  box-sizing:border-box;
}

.table02 th{
  width:130px;
  font-weight:normal;
  text-align:left;
  border-right:none;
}

.table02 td{
  border-left:none;
}

.table02 .time{
  font-size:14px;
}

.more_btn{
  background:#767676;
  color:#fff;
  padding:5px 10px;
  font-weight:bold;
  font-size:14px;
  margin-top:13px;
  position:relative;
  cursor:pointer;
}

.more_btn:after{
  content:"";
  width:18px;
  height:12px;
  position:absolute;
  background:url(image/seminar/arrow03.png);
  background-size:100% 100%;
  right:6px;
  top:1px;
  bottom:0;
  margin:auto;
}

.more_btn.open:after{
  transform: rotateX( 180deg );
}

.table02 .t{
  font-size:16px;
  color:#e96b17;
  font-weight:bold;
  margin:0 0 0;
}

.table02 .tx01{
  font-size:14px;
  color:#e96b17;
  margin:0 0 0;
}

.table02 .tx02{
  font-size:14px;
  font-weight:bold;
}

.table02 .more_box{
  margin-top:10px;
  font-size:14px;
  display:none;
  line-height: 1.8;
}

.table02 .more_box .img{
  width:auto;
  height:120px;
  margin:10px 0;
}

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

.smn_block .smn_btn a{
  display:inline-block;
  text-align:left;
}

.smn_day{
  text-align:center;
  margin-top:40px;
}

.smn_day span{
  font-size:22px;
  border-bottom:3px solid #ee7829;
}

.plan_cont .tl01 .tx02,
.plan_cont .tl01 .tx01{color:#369617;}

.plan_cont .tl01 .tx02{border-color:#369617;}

.tl01 + p{
  margin:0 0 20px;
}

.smn_box03{
  text-align:center;
  margin-top:40px;
}


.plan_cont .tl02{
  color:#369617;
  font-size:28px;
}

.tbm_p{
  font-size:15px;
  margin:0 0 20px;
}

.smn_block .box{
  margin:0 0 40px;
}

.smn_block .box:last-child{
  margin:0;
}


.plan_cont .smn_block{
  background:#ecf5e9;
}

.tl03{
  background:#369617;
  color:#fff;
  font-weight:bold;
  padding:10px 20px;
  font-size:18px;
}

.plan_cont .table02{
  margin:0;
}

.plan_cont .table02 tr:first-child td,
.plan_cont .table02 tr:first-child th{
  border-top:none;
}

.plan_cont .table02 .t,
.plan_cont .table02 .tx01{
  color:#369617;
}

.table_bt_tx01{
  margin-top:10px;
  padding-top:10px;
  border-top:3px solid #cccccc;
  font-size:15px;
}

.tx_cen{
  text-align:center;
  margin:0 0 40px;
}

.btn_wrap01 .btn_style{
  margin:0;
  width:48%;
}

.btn_wrap01 .btn_style:nth-child(2){
  float:right;
}

.btn_wrap02{
  margin-bottom:40px;
}

.btn_wrap02 .btn_style{
  float:right;
}

.com_tx{
  font-size:15px;
  margin:0 0 20px;
}

.com_tx span{
  color:#369617;
  font-weight:bold;
}

#btn_all_visible{
  font-weight:bold;
  font-size:22px;
  background:#e91010;
  box-shadow:4px 4px #d9d9d9;
}

#btn_all_visible.btn_gray{
  background:#949494;
}

table.exhibitorlist_navi,
table.exhibitorlist_navi td{
  border:none;
}

table.exhibitorlist_navi td a{
  border:3px solid #ccc;
  font-size:15px;
  color:#535353;
  font-weight:bold;
  text-decoration:none;
  padding:10px 10px;
  text-indent:-1em;
  position:relative;
}

table.exhibitorlist_navi td a:after{
  content:"";
  width:18px;
  height:18px;
  background:url(./common/img/arrow01.png);
  background-size:100% 100%;
  position:absolute;
  right:12px;
  top:0;
  bottom:0;
  margin:auto;
}

dl.theme.exhibitor dt{
  background:#fef6f1;
  border-bottom:1px solid #cecece;
}

.all dl.theme.exhibitor dt{
  border-bottom:none;
}

.block_title.companies_tt{
  background:none;
  font-weight:bold;
  font-size:32px;
}

.block_title.companies_tt span{
  background:#e96b17;
  display:inline-block;
  padding:5px 10px
}


#exhibitor_list.all dl.theme.exhibitor dd{
  padding:10px 20px 20px;
  background:#fef6f1;
}

dl.theme.exhibitor dd table{
  background:#fff;
  border:1px solid #bdbdbd;
}

.all table.default th{
  width:130px;
  text-align:left;
  vertical-align:top;
}

ul.custom li{
  margin:0 0 10px;
}

ul.custom li:last-child{
  margin:0;
}

ul.custom li .mark{
  background:#989898;
  font-size:12px;
  padding:4px 10px;
  color:#fff;
  width:auto;
}

.catalog_category table.default th{
  width:240px;
  background:#f3f3f3;
  vertical-align:middle;
  text-align:center;
}

.catalog_category .catalog_list{
  display:block;
}

dl.theme.exhibitor dd .catalog_list table{
  border-top:none;
  border-bottom:none;
}

.ion-eye:before{
  font-size:34px;
}

.ion-eye-disabled:before{
  font-size:34px;
}

#btn_all_visible{
  width:380px;
  box-sizing:border-box
}

#btn_all_visible .ion-eye,
#btn_all_visible .ion-eye-disabled{
  position:relative;
  top:4px;
}

.search-box{
  background:#f3f3f3;
  padding:15px 80px;
  text-align:center;
  margin:30px 0;
}

.search-box .box .cell01{
  text-align:left;
  font-size:24px;
  font-weight:bold;
  display:inline-block;
  vertical-align:middle;
  margin-right:20px;
}

.search-box .box .cell01 span{
  position:relative;
  padding-right:20px;
}

.search-box .box .cell01 span:after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  margin:auto;

  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #369617;
  border-right: solid 3px #369617;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-box .box .cell02{
  text-align:left;
  display:inline-block;
  vertical-align:middle;
}

.search-box .box .cell02 .cl02{
  margin-top:10px;
}

#sbox1{
  width:270px;
  box-sizing:border-box;
  padding:5px 10px;
  background:#fff;
  border:2px solid #ededed;
  height:36px;
  display:inline-block;
  vertical-align:top;
}

#sbtn1{
  font-size:16px;
  width:120px;
  color:#fff;
  background:#369617;
  height:36px;
  line-height:24px;
  margin-left:10px;
  font-weight:bold;
  display:inline-block;
  vertical-align:top;
  text-indent:-1em;
  background-image:url(./common/img/search_icon.png);
  background-size:20px 20px;
  background-position:80% center;
  background-repeat:no-repeat;
}

.search_tx{
  font-size:24px;
  font-weight:bold;
  margin:20px 0;
  background:#fef9f6;
  padding:10px 20px;
}

.catalog_category table.default td span{
  background:#989898;
  font-size:12px;
  padding:4px 10px;
  color:#fff;
  width:auto;
  margin:0 10px 5px 0;
  display: inline-block;
}

.en table.exhibitorlist_navi td a{
  text-indent:-1.5em;
}

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/

.search-box .box:after,
.unk_list li:after,
.tl02:after,
.smn_box01:after,
.btn_wrap:after{
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}















/*------------------------------------------------------------------------------
  2021
------------------------------------------------------------------------------*/
#header{
  background:url(images/2021/head_bg.jpg) no-repeat center right;
  background-size:auto 100%;
}

#header .header_2021 a{
  text-decoration:none;
}

#header .header_2021 .box .cell01{
  float:left;
}

#header .header_2021 .box .cell02{
  float:right;
}

#header .header_2021 .box01 .cell02{
  margin-top:10px;
}

#header .header_2021 .box01{
  margin:0 0 5px;
}

#header .header_2021 .box01 .cell01 .lg{
  display:inline-block;
  width:200px;
  vertical-align:top;
}

#header .header_2021 .box01 .cell01 .lg img{
  width:140px;
  float:left;
}

#header .header_2021 .box01 .cell01 .lg01{
  margin-right:20px;
  margin-top:-5px;
}

#header .header_2021 .box01 .cell01 .st{
  width:52px;
  float:right;
  padding-top:10px;
}

#header .header_2021 .box01 .cell01 .lg02 .st{
  padding-top:6px;
}

#header .header_2021 .box01 .cell01 .lg .tx01{
  font-size:22px;
  line-height:1.4;
  display:block;
  text-align:center;
  font-family: 'Roboto', sans-serif;
  font-weight:900;
  font-style:italic;
}

#header .header_2021.header_2021_en .box01 .cell01 .st .tx01{
  position:relative;
  top:5px;
}

#header .header_2021 .box01 .cell01 .lg .tx02{
  font-size:12px;
  line-height:1.4;
  display:block;
  text-align:center;
  color:#fff;
  font-weight:bold;
  
}

#header .header_2021 .box01 .cell01 .lg01 .tx01{
  color:#4C9827;
}

#header .header_2021 .box01 .cell01 .lg01 .tx02{
  background:#4C9827;
}

#header .header_2021 .box01 .cell01 .lg02 .tx01{
  color:#E96B17;
}

#header .header_2021 .box01 .cell01 .lg02 .tx02{
  background:#E96B17;
}


#header .header_2021 .box01 .cell02 .h_btn_style{
  width:176px;
  float:right;
  margin-left:10px;
}

#header .header_2021 .box01 .cell02 .h_btn_style a{
  color:#fff;
  height:30px;
  line-height:30px;
  display:block;
  text-align:center;
  font-size:12px;
  font-weight:bold;
}

#header .header_2021 .box01 .cell02 .h_btn_style01 a{
  background:#535353;
  position:relative;
}

#header .header_2021 .box01 .cell02 .h_btn_style span{
  position:relative;
  padding-right:20px;
}

#header .header_2021 .box01 .cell02 .h_btn_style span:after{
  width:16px;
  height:16px;
  content:"";
  background:url(images/2021/btn_arrow01.png);
  background-size:100% 100%;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
}

#header .header_2021 .box01 .cell02 .h_btn_style02 a{
  background:#E96B17;
}

#header .header_2021 .box02 .cell01 .cobox,
#header .header_2021 .box02 .cell01 .tx01,
#header .header_2021 .box02 .cell01 .tx02{
  display:inline-block;
  font-weight:bold;
  vertical-align:middle;
  margin-right:5px;
  letter-spacing:0.02em;
}

#header .header_2021 .box02 .cell01 .cobox{
  background:#8E8E8E;
  padding:2px 10px;
  color:#fff;
  font-size:12px;
}

#header .header_2021 .box02 .cell01 .tx01{
  font-size:22px;
  font-weight:900;
  font-family:"Noto Sans JP";
}

#header .header_2021 .box02 .cell01 .tx01 span{
  color:#4C9827;
  font-size:14px;
  padding:0 2px;
  vertical-align:middle;
}

#header .header_2021 .box02 .cell01 .tx02{
  font-size:14px;
  padding-top:5px;
}

#header .header_2021 .box02 .cell02 ul li{
  float:left;
  width:75px;
  height:30px;
  border-radius: 30px 0 0 30px;
  overflow:hidden;
}

#header .header_2021 .box02 .cell02 ul li:last-child{
  float:right;
  border-radius:0 30px 30px 0;
}

#header .header_2021 .box02 .cell02 ul li a{
  font-size:12px;
  line-height:30px;
  text-align:center;
  display:block;
  background:#F3F3F3;
  color:#535353;
  font-weight:bold;
}

#header .header_2021 .box02 .cell02 ul li a.active{
  background:#FA8B40;
  color:#fff;
}

#mnav{
 padding:20px 0;
}

#mnav nav > ul > li{
  width:auto;
  border-right: 2px solid #cccccc;
  vertical-align: middle;
}

#mnav nav > ul > li:first-of-type{
  border-left: 2px solid #cccccc;
}

#mnav nav > ul > li > a{
  font-size:13px;
  padding:0;
}

#mnav nav > ul > li > a.parent span{
  position:relative;
  padding-right:20px;
  display:inline-block;
  width:auto;
}

#mnav nav > ul > li > a.parent span:after{
  width:13px;
  height:13px;
  content:"";
  background:url(images/2021/navi_icon01.png);
  background-size:100% 100%;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
}

#mnav nav > ul > li > a.parent.on span:after,
#mnav nav > ul > li > a.parent:hover span:after{
  background-image:url(images/2021/navi_icon02.png);
}

#mnav nav > ul > li:first-of-type > a > span,
#mnav nav > ul > li > a > span{
  border:none;
}


#footer.footer_2021{
  padding-bottom:0;
  background:#F3F3F3;
}

#footer.footer_2021 .sitemap h3{
  color:#535353;
  font-size:12px;
  margin:0 0 10px;
}
#footer.footer_2021 .sitemap .links a{
  color:#369617;
  font-size:12px;
  font-weight:bold;
}

#footer.footer_2021 .sitemap .links li{
  position:relative;
  padding-left:20px;
}

#footer.footer_2021 .f_ul li:after,
#footer.footer_2021 .sitemap .links li:after{
  content:"";
  width:4px;
  height:2px;
  background:#E96B17;
  position:absolute;
  left:5px;
  top:2px;
  bottom:0;
  margin:auto;
}

#footer.footer_2021 .f_ul{
  clear:both;
  padding-top:20px;
  font-weight:bold;
}

#footer.footer_2021 .f_ul li{
  position:relative;
  display:block;
  margin:0 0 10px;
  padding-left:20px;
}

#footer.footer_2021 .f_ul .li{
  display:inline-block;
  margin-right:20px;
}

#footer.footer_2021 .f_ul li a{
  color:#535353;
  font-size:12px;
}

#footer.footer_2021 .sitemap{
  width:57%;
  float:right;
}

#footer.footer_2021 .box{
  width:41%;
  float:right;
  background:#fff;
  padding:20px 15px;
  box-sizing:border-box;
  float:left;
  border-radius:10px;
}

#footer.footer_2021 .sitemap > ul > li:not(:nth-of-type(3n)){
  margin-right:3%;
}

#footer.footer_2021 .sitemap > ul > li{
  width:30%;
  max-width:30%;
}






#footer.footer_2021 .lg{
  display:inline-block;
  width:170px;
  vertical-align:top;
  float:left;
}

#footer.footer_2021 .lg02{
  float:right;
}

#footer.footer_2021 .lg img{
  width:110px;
  float:left;
}

#footer.footer_2021 .lg.lg01{
  margin-right:15px;
  margin-top:-5px;
}

#footer.footer_2021 .lg .st{
  width:52px;
  float:right;
  margin-top:-2px;
}

#footer.footer_2021 .lg01 .st{
  margin-top:2px;
}

#footer.footer_2021 .lg .tx01{
  font-size:22px;
  line-height:1.4;
  display:block;
  text-align:center;
  font-family: 'Roboto', sans-serif;
  font-weight:900;
  font-style:italic;
}

#footer.footer_2021 .lg .tx02{
  font-size:12px;
  line-height:1.4;
  display:block;
  text-align:center;
  color:#fff;
  font-weight:bold;
}

#footer.footer_2021 .lg.lg01 .tx01{
  color:#4C9827;
}

#footer.footer_2021 .lg.lg01 .tx02{
  background:#4C9827;
}

#footer.footer_2021 .lg.lg02 .tx01{
  color:#E96B17;
}

#footer.footer_2021 .lg.lg02 .tx02{
  background:#E96B17;
}


#footer.footer_2021 .copyright{
  clear:both;
  text-align:center;
  font-size:12px;
  color:#fff;
  padding:20px;
  background:#535353;
}
/*------------------------------------------------------------------------------
  top
------------------------------------------------------------------------------*/
.bx-controls-direction{
  display:none;
}
.mv_block{
  background:linear-gradient(90deg,#677263 0%,#677263 50%,#7E7067 50%,#7E7067 100%);
}
.mv_block .section_box{
  width:auto;
}

.section_box{
  width: 960px;
  margin: 0 auto;
}

.custom-thumb{
  text-align:center;
}

.custom-thumb a{
  width:126px;
  height:56px;
  margin:0 2px;
  box-sizing:unset;
  display:inline-block;
}


#bxslider{
  left:50%;
  margin-left:-480px;
}

@media (min-width: 761px) {
  #bxslider li,
  #bxslider img{
    width:960px!important;
  }
}

.custom-thumb img,
#bxslider img{
  vertical-align:top;
}

.custom-thumb img{
  border:2px solid #B7B7B7;
}

.custom-thumb .active img{
  border:2px solid #369617;
}

.mv_block01{
  padding:0 0 10px;
  background:#535353;
  margin:0 0 50px;
}

.new_block .cell01{
  width:200px;
  padding-top:35px;
  float:left;
  height:144px;
  box-sizing:border-box;
  border-right:1px solid #707070;
  padding-right:26px;
}

.page-en .new_block .cell01{
  padding-top:45px;
}

.new_block .cell02{
  width:730px;
  height:144px;
  float:right;
  overflow:auto;
}

.tl_styles01{
  color:#369617;
  font-size:34px;
  font-family: 'Roboto', sans-serif;
  font-weight:900;
  font-style:Italic;
  line-height:1.2;
}

.tl_styles01.tl_styles01_1{
  text-align:center;
}


.new_block .cell01 .tx01{
  text-align:right;
  margin-top:5px;
  font-weight:bold;
}

.content_bg{
  padding:50px 0;
}

.content_bg02,
.content_bg01{
  background:#FFF7F2;
  padding:50px 0;
}

.content_bg02{
  background:#369617;
}

.tl_styles01 .c01{
  color:#535353;
}
.tl_styles01 .c02{
  color:#E96B17;
}
.tl_sub_tx{
  text-align:center;
  font-weight:bold;
}

.eye_list{
  margin:40px 0 20px;
}

.eye_list .box{
  width:290px;
  margin:0 0 30px;
  margin-right:45px;
  float:left;
}

.eye_list .box:nth-child(3n){
  margin:0;
}

.eye_list .box:nth-child(3n+1){
  clear:both;
}

.eye_list .box .img{
  margin:0 0 10px;
  overflow:hidden;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  background:#fff;
  height:190px;
}

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


.eye_list .box .cell01{
  margin:0 0 10px;
  border-radius:10px;
  padding:10px;
  border:1px solid #E96B17;
  background:#fff;
}

.eye_list .box .cell01 .t{
  margin:0 0 10px;
}

.eye_list .box .cell02 .tx01 a,
.eye_list .box .cell01 .t a{
  color:#E96B17;
  font-size:14px;
  font-weight:bold;
}


.eye_list .box01 .cell01{border-color:#369617;}
.eye_list .box01 .cell02 .tx01 a,
.eye_list .box01 .cell01 .t a{
  color:#369617;
}

.eye_list .box .cell01 p{
  margin:0;
  font-size:12px;
}

.eye_list .box .cell02 .lgo img{
  width:auto;
  height:16px;
}

.btn_set01{
  margin:auto;
  text-align:center;
}

.btn_set01 a {
  color: #fff;
  background:#369617;
  display:inline-block;
  padding:0 50px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.btn_set01.btn_set02 a{
  background:#E96B17;
}

.btn_set01.btn_set03{
  background:#E96B17;
  display: inline-block;
  margin-right:20px;
}

.btn_set01 span{
  position:relative;
  padding-right:30px;
  display:inline-block;
}

.btn_set01 span:after{
  width:20px;
  height:20px;
  content:"";
  background:url(images/2021/btn_arrow01.png);
  background-size:100% 100%;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
}

.info_set{
  color:#fff;
}

.info_set .box{
  color:#fff;
  margin-top:50px;
}

.info_set .box{
  font-weight:bold;
}

.info_set .box .cell01{
  float:left;
  width:450px;
}

.info_set .box .cell01 video{
  width:450px;
}

.info_set .box .cell02{
  float:right;
  width:470px;
}

.info_set .box .t{
  font-size:20px;
  line-height:1.4;
  margin:0 0 10px;
}

.info_set .box p{
  margin:0 0 20px;
}

.info_set .box .btn_set01{
  text-align:left;
}

.info_set .tl_styles01 .c02{
  color:#FF9046;
}

.tl_styles01 .tl_magazin{
  height:45px;
  width:auto;
}

.magazin_block{
  margin-top:50px;
  overflow : hidden;
}

.magazin_block h3{
  color:#369617;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.magazin_block .cell01{
  float: left;
  width: 450px;
}

.magazin_block .cell02{
  float: right;
  width: 450px;
}

.btn_set01.btn_sm{
  text-align:left;
}

.btn_set01.btn_sm a{
  padding:5px 20px;
  font-size:14px;
  height:auto;
  line-height:1.4;
}

.btn_set01.btn_sm span{
  padding-right:20px;
}

.btn_set01.btn_sm span:after{
  width:16px;
  height:16px;
}

.magazin_set{
  margin-top:50px;
  clear: both;
}

.magazin_block .tx{
  margin:0 0 10px;
  font-weight:bold;
}

.magazin_set .box{
  margin:0 0 30px;
}

.magazin_set .box .cell01{
  float:left;
  width:160px;
}

.magazin_set .box .cell02{
  float:right;
  width:780px;
}

.magazin_set .box .cell02 .cl01{
  position:relative;
  background:#F3F3F3;
  padding:10px;
  font-weight:bold;
  margin:0 0 10px;
}

.magazin_set .box .cell02 .cl01 .t{
  font-size:20px;
  color:#369617;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
}

.magazin_set .box .cell02 .cl01 .tx01{
  font-size:12px;
  color:#E96B17;
  display:inline-block;
  vertical-align:middle;
}

.magazin_set .box .cell02 .cl01 .btn_set01{
  position:absolute;
  right:10px;
  top:10px;
}

.magazin_set .box .cell02 .tx02{
  font-weight:bold;
  margin:0 0 15px;
}

.magazin_set .box .cell02 .cl02{
  padding:10px;
  border-radius:10px;
  border:1px solid #369617;
  position:relative;
  padding-right: 100px;
}

.magazin_set .box .cell02 .cl02 .ps01{
  background:#fff;
  padding:0 5px;
  color:#369617;
  position:absolute;
  left:20px;
  top:-10px;
  font-family: 'Roboto', sans-serif;
  font-weight:900;
  font-size:12px;
}

.magazin_set .box .cell02 .cl02 .ps02{
  position:absolute;
  right:20px;
  top:10px;
}

.magazin_set .box .cell02 .cl02 .ps02 a{
  color:#369617;
  font-size:12px;
  padding-right:24px;
}

.magazin_set .box .cell02 .cl02 .ps02 a:after{
  width:18px;
  height:18px;
  content:"";
  background:url(images/2021/btn_arrow02.png);
  background-size:100% 100%;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
}

.magazin_set .box .cell02 .cl02{
  font-size:12px;
}

.tl_styles01 .sm{
  font-size:20px;
  display:inline-block;
}

.magazin_set01{
  text-align:center;
  margin:50px 0 0;
}

.magazin_set01 .box{
  width:160px;
  margin:0 5px;
  display:inline-block;
  vertical-align:top;
}

.magazin_block01 .tx03{
  margin:20px 0;
  text-align:center;
  font-weight:bold;
}

.magazin_block01 .tx03:last-child{
  margin-bottom:0;
}

.page-en #footer.footer_2021{
  padding:0;
}

#content.id_no_content{
  width:auto!important;
}

.exhibit_block01,
.exhibit_block02,
.exhibit_block03{
  margin:0 0 40px;
}

.exhibit_block01 .cell01{
  float:left;
  width:196px;
}

.exhibit_block01 .cell02{
  float:right;
  width:698px;
  padding:20px;
  border:1px solid #369617;
  border-radius:10px;
  position:relative;
  box-sizing:border-box;
}

.exhibit_block01 .cell02 .tl_styles01{
  font-size:12px;
  position:absolute;
  left:20px;
  top:-8px;
  background:#fff;
}

.exhibit_block01 .cell02 .t{
  font-size:20px;
  font-weight:bold;
  margin:0 0 10px;
  line-height:1.4;
}

.exhibit_block01 .cell02 p{
  margin:0;
  font-size:12px;
}

.exhibit_block02{
  display:table;
  width:100%;
}

.exhibit_block02 .cell01,
.exhibit_block02 .cell02{
  padding:20px;
  text-align:left;
  vertical-align:top;
  display:table-cell;
}

.exhibit_block02 .cell01{
  font-weight:bold;
  font-size:16px;
  background:#E3E3E3;
  width:130px;
}
.exhibit_block02 .cell02{
  background:#F3F3F3;
}

.exhibit_block02 .cell02 iframe{
  display:block;
  width:560px;
  height:315px;
  margin:auto;
}

.exhibit_block02 .cell02 video{
  display:block;
  width:600px;
  height:330px;
  margin:auto;
}

.pdf a{
  color:#E96B17;
  font-weight:bold;
  text-decoration:underline;
  position:relative;
  padding-left:20px;
}

.pdf a:after{
  width:12px;
  height:17px;
  content:"";
  background:url(images/2021/pdf.png);
  background-size:100% 100%;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  margin:auto;
}

.exhibit_block03 .cell01{
  float:left;
  width:70px;
  color:#369617;
  font-size:12px;
  font-weight:bold;
  font-family: 'Roboto', sans-serif;
}

.exhibit_block03 .cell02{
  float:right;
  width:840px;
}

.exhibit_block03 .cell02 p{
  font-weight:bold;
  margin:0 0 10px;
}

.exhibit_wrap{
  padding:0 20px;
}

.page_title .tl_styles01,
.page_title .page_title_sub_tx{
  display:inline-block;
  vertical-align:middle;
}

.page_title .tl_styles01{
  position:relative;
  top:-5px;
}

.page_title .page_title_sub_tx{
  font-size:14px;
  margin-left:20px;
}

#mnav.mnav_2021 nav > ul > li > a{
  height: 40px;
  line-height: 40px;
}

#mnav.mnav_2021 nav > ul > .lisize01 > a{
  line-height: 1.4;
  padding-top:2px;
  box-sizing:border-box;
}

#mnav.mnav_2021 nav .child{
  width:960px;
  border:none;
  top:40px;
  background:none;
  padding-top:22px;
  
}

#mnav.mnav_2021 nav .child .child_in{
  padding:15px 0;
  position:relative;
  background:#369617;
}

#mnav.mnav_2021 nav .child .child_in:before,
#mnav.mnav_2021 nav .child .child_in:after{
  content:"";
  background:#369617;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  right:0;
  top:0;
  margin:auto;
  margin-left:-960px;
}

#mnav.mnav_2021 nav .child .child_in:before{
  margin-left:auto;
  margin-right:-960px;
}

#mnav.mnav_2021 nav .child{
  text-align:left;
}

#mnav.mnav_2021 nav .child li{
  display:inline-block;
  margin-right:10px;
}

#mnav.mnav_2021 nav .child li a{
  position:relative;
  padding:7px 15px;
  padding-right:20px;
  background:#fff;
  color:#369617;
  font-weight:bold;
  display:block;
}

#mnav.mnav_2021 nav .child li a:after{
  position:absolute;
  top:0;
  bottom:0;
  right:10px;
  margin:auto;
  content:"";
  
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #E96B17;
  border-right: solid 2px #E96B17;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mnav.mnav_2021 nav > ul{
  position:relative;
}

#mnav.mnav_2021 nav > ul > li{
  position:static;
}

a#infolink{
  color: #FFC824 !important;
}
a#infolink:hover{
  color: #FFC824 !important;
}
a#infolink:visited{
  color: #FFC824 !important;
}

p.premovie span{
  color:#369617;
  font-weight:bold;
}

.f_banner{
  clear: both;
  text-align: center;
  position: relative;
  top: -30px;
}

.f_banner img{
  margin: 0 10px;
}

a.txt{color: #fff000}

.con_textbox img{
  width: 20%;
  float: left;
}
.con_textboxrignt{
  float: right;
  width: 80%;
}

.con_comment{
  border-radius: 10px;
  border: 2px solid #EC7601;
  padding: 10px;
}

.results_items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.results_items:after{
  content:"";
  display:block;
  width: 32%;
  height:0;
}
.results_item{
  width: 32%;
  height: 300px;
  margin-bottom: 10px;
}

.results_item img{
  width: 60%;
  margin-right: 10px;
  border: 3px solid #EC7601;
}

.column2img{
  display: flex;
  width: 700px;
}
.column2img>div{
    width: 50%;
}

/* 202402追記 */
.ctgr_sub-menu {
  display: none;
}

.ctgr_sub-menu li {
  display: block;
  width: 231px;
  margin-right: 0 !important;
  background-color: #efefef !important;
}

.ctgr_sub-menu li a {
  display: inline-block !important;
  position: relative;
  margin: 4px 8px;
  padding: 3px 14px 4px 33px !important;
  border-radius: 15px;
  box-sizing: border-box;
  background-color: #fff !important;
  color: #535353 !important;
  font-weight: bold !important;
  font-size: 14px;
  text-decoration: none;
}

.ctgr_sub-menu li:first-of-type a {
  margin-top: 8px;
}

.ctgr_sub-menu li:last-of-type a {
  margin-bottom: 8px;
}

.ctgr_sub-menu li a::before {
  position: absolute;
  top: 0;
  left: 13px;
  bottom: 0;
  width: 12.41px;
  height: 12.67px;
  margin: auto;
  background: url(image/green-arrow_r.svg);
  background-size: 100% 100%;
  content: "";
}

.ctgr_sub-menu li a::after {
  display: none !important;
}

#sub-parent:hover .ctgr_sub-menu {
  display: block;
  flex-direction: column;
  position: absolute;
  width: 231px;
}

#main .search-box {
  margin-bottom: 15px;
}

.search_ctgr {
  display: flex;
}

.search_ctgr dt {
  flex-shrink: 0;
  flex-basis: 145px;
  font-weight: bold;
  font-size: 14px;
  line-height: 39px;
}

.search_ctgr dd a {
  display: inline-block;
  position: relative;
  margin: 5px 4px;
  padding: 2.5px 14px 3.5px 33px;
  border: 1px solid #369617;
  border-radius: 15px;
  box-sizing: border-box;
  color: #535353;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.search_ctgr dd a::before {
  position: absolute;
  top: 0;
  left: 13px;
  bottom: 0;
  width: 12.41px;
  height: 12.67px;
  margin: auto;
  background: url(image/green-arrow_r.svg);
  background-size: 100% 100%;
  content: "";
}

.exhibi_nav-ttl {
  margin-top: 15px;
  margin-bottom: 3px;
  color: #535353;
  font-weight: bold;
  font-size: 14px;
}

/* 用途別一覧 */
.ttl-supple {
  padding-left: 3px;
  font-size: 24px;
  vertical-align: text-bottom;
}

.desc-txt {
  font-size: 14px;
  line-height: 24px;
}

.search_ctgr+.desc-txt {
  margin-top: 32px;
}

.desc-txt+#exhibitor_list {
  margin-top: 15px;
}

#exhibitor_list .theme.mb-adjust {
  margin-bottom: 20px;
}

span.noto-black {
  font-weight: 900;
  font-family: "Noto Sans JP";
}

.block_body span.green-box {
  display: inline-block;
  width: 103px;
  height: 27px;
  margin-right: 6px;
  background-color: #369617;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.exhibitor-desc {
  margin-top: 13.5px;
  font-weight: normal;
  font-size: 14px;
  font-family: "Noto Sans JP";
}

.exhibitor-desc p {
  margin-top: 7px;
  padding-top: 8px;
  border-top: 1px solid #CECECE;
  line-height: 18px;
}

.exhibitor-desc p:first-of-type {
  margin-top: 0;
}

.exhibitor-desc .desc-ttl {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 92px;
  color: #8E8E8E;
  font-weight: bold;
  font-size: 11px;
}

.exhibitor-desc .desc-ttl::after {
  position: relative;
  display: inline-block;
  top: -1px;
  left: 5px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 3px 0 3px 5.2px;
  border-color: transparent transparent transparent #E96B17;
  content: '';
}

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

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

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.exhibit_block03:after,
.exhibit_block01:after,
.magazin_set .box:after,
.magazin_set .box:after,
.info_set .box:after,
.eye_list:after,
.new_block:after,
#footer.footer_2021:after,
#header .header_2021:after,
#header .header_2021 .box02 .cell02 ul:after,
#header .header_2021 .box01 .cell01 .lg:after,
#header .header_2021 .box:after{
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

