@charset "UTF-8";
/* CSS Document */
.color_bg_palegray {
  background: #f9f9f9;
}
.tp2022_header_wrap {
  background: #008BE5;
  height: 140px;
}
.tp2022_h100 {
  height: 100%;
	
}
.tp2022_header_wrap_t {
  background: rgba(36, 219, 201, 1);
  background: -moz-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36, 219, 201, 1)), color-stop(51%, rgba(0, 139, 229, 1)), color-stop(100%, rgba(3, 110, 213, 1)));
  background: -webkit-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -o-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -ms-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: linear-gradient(to right, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24dbc9', endColorstr='#036ed5', GradientType=1);
  height: 100px;
}
.tp2022_header_wrap_g {
  background: #00D824;
  height: 140px;
}
.tp2022_header_wrap_b {
  background: rgba(36, 219, 201, 1);
  background: -moz-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36, 219, 201, 1)), color-stop(51%, rgba(0, 139, 229, 1)), color-stop(100%, rgba(3, 110, 213, 1)));
  background: -webkit-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -o-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -ms-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: linear-gradient(to right, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24dbc9', endColorstr='#036ed5', GradientType=1);
  height: 140px;
}
.tp2022_header_wrap_b2 {
  background: #1aa0ac;
  height: 110px;
}
.tp2022_header {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.tp2022_header-logo {
  width: 30%;
  padding-left: 30px;
}
.tp2022_header-logo-right {
  width: 10%;
  padding-right: 30px;
}
.tp2022_header-lang {
  display: flex;
  width: 60%;
  padding-right: 20px;
  justify-content: flex-end;
  font-size: 12px;
}
.tp2022_header-lang ul {
  display: flex;
}
.tp2022_header-lang ul li {
  padding: 12px;
}
.tp2022_header-lang ul li:first-child {
  border-right: #ffffff 1px solid;
}
.tp2022_header-lang ul li a {
  color: #FFFFFF;
  transition: all 0.5s;
}
.tp2022_header-lang ul li a:hover {
  text-decoration: underline;
}
.tp2022_header-lang ul li .lang_active {
  text-decoration: underline !important;
}
.tp2022_header-nav {
  border-bottom: #ffffff 1px solid;
  padding-bottom: 20px;
}
.tp2022_header-nav ul {
  display: flex;
  width: 60%;
  margin: 0 auto;
  justify-content: space-around;
  padding-top: 10px;
  font-weight: bold;
  font-size: 1em;
  position: relative;
}
.tp2022_header-nav ul i {
  font-size: 12px;
  padding: 3px;
}
.tp2022_header-nav ul a {
  color: #FFFFFF;
  position: relative;
  padding-bottom: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tp2022_header-nav ul li {
  overflow: hidden;
}
.tp2022_header-nav ul a:after {
  content: "";
  width: 90%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tp2022_header-nav ul a:hover:after {
  bottom: 0px;
}
.tp2022_main_bk_b {
  background: #008BE5;
  background-size: 100%;
}
.tp2022_main_bk_g {
  background: #00D824;
  background-size: 100%;
}
.tp2022_main_bk {
  background: #008BE5;
  background-size: 100%;
}
.tp2022_main_bk2 {
  background: rgba(36, 219, 201, 1);
  background: -moz-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36, 219, 201, 1)), color-stop(51%, rgba(0, 139, 229, 1)), color-stop(100%, rgba(3, 110, 213, 1)));
  background: -webkit-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -o-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -ms-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: linear-gradient(to right, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24dbc9', endColorstr='#036ed5', GradientType=1);
  background-size: 100%;
}
.tp2022_main_bk3 {
  background: url("../images/tp2022_main_bg03.jpg") no-repeat;
  background-size: 100%;
  height: 100vh;
}
.tp2022_main_bk4 {
  background: url("../images/tp2022_main_bg04.jpg") no-repeat;
  background-size: 100%;
  height: 100vh;
}
.tp2022_main_booth img {
  width: 85%;
}
.tp2022_contents {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  padding: 40px 0;
  position: relative;
  height: calc(100% - 110px);
  width: 1120px;
  margin: 0 auto;
}
.tp2022_contents_t {
  padding: 60px 0;
  position: relative;
  height: calc(100% - 100px);
  width: 1120px;
  margin: 0 auto;
}
.tp2022_contents_g {
  padding: 1px 0 80px;
  position: relative;
  height: calc(100% - 140px);
  width: 1120px;
  margin: 0 auto;
}
.tp2022_main_title {
  width: 50%;
  height: auto;
  padding-top: 5%;
  padding-left: 50px;
}
.tp2022_main_title2 {
  width: 80%;
  height: auto;
  padding-top: 30px;
  padding-left: 50px;
}
.tp2022_main_title3 {
  width: 50%;
  height: auto;
  padding-top: 110px;
  padding-left: 50px;
}
.tp2022_marker {
  background: linear-gradient(transparent 60%, #c1e0ff 15%);
  font-weight: bold;
}
.tp2022_bg_gray {
  background: #E4EFEF;
}
.tp2022_bg_5r {
  background: #2FD38C;
}
.tp2022_bg_op_white {
  background: rgba(255, 255, 255, 0.40);
}
.tp2022_bg_seminar01 {
  background: #E4EFEF;
}
.tp2022_bg_seminar01 li, .tp2022_bg_seminar02 li {
  font-size: 1.0em;
}
.tp2022_bg_seminar01 h3, .tp2022_bg_seminar02 h3 {
  font-size: 1.1em;
}
.tp2022_special_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.tp2022_special_list .item {
  width: calc((100% - 14px)/2);
  height: 360px;
  margin: 0 auto;
}
.btn_normal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  margin: 0 auto;
  padding: .9em 2em;
  border: 1px solid #2589d0;
  border-radius: 5px;
  background-color: #fff;
  color: #2589d0;
  font-size: 1em;
}
.btn_blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  padding: .9em 2em;
  border: 1px solid #2589d0;
  border-radius: 5px;
  background-color: #2589d0;
  color: #fff;
  font-size: 1em;
}
.btn_green {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  margin: 0 auto;
  padding: .9em 2em;
  border: 1px solid #3BC8BD;
  border-radius: 5px;
  background-color: #3BC8BD;
  color: #fff;
  font-size: 1em;
}
.tag_btn {
  margin: 0 8px 0 0;
  padding: .2em .9em;
  border: 1px solid #2589d0;
  border-radius: 20px;
  background-color: #2589d0;
  color: #fff;
  font-size: .8em;
}
/*---------------TOP SELECT TAB---------------*/
.select_tab {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.select_tab > label {
  flex: 1 1;
  order: -1;
  position: relative;
  min-width: 70px;
  padding: .5em 1em;
  background-color: #9A9A9A;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  cursor: pointer;
  margin: 2px;
  line-height: 1.4;
}
.select_tab label::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background: rgba(0, 139, 229, 1);
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.select_tab > label.moku {
  /*background-color: #009977;*/
  background: rgba(0, 139, 229, 1);
}
.select_tab label.moku::before {
  /*background-color: #009977;*/
  background: rgba(0, 139, 229, 1);
}
.select_tab > label.kinou {
  /* background-color: #369AD3;*/
  background: rgba(0, 139, 229, 1);
}
.select_tab label.kinou::before {
  /* background-color: #369AD3;*/
  background: rgba(0, 139, 229, 1);
}
.select_tab > label.prdctgroup {
  /* background-color: #369AD3;*/
  background: rgba(0, 139, 229, 1);
}
.select_tab label.prdctgroup::before {
  /* background-color: #369AD3;*/
  background: rgba(0, 139, 229, 1);
}
.select_tab label:hover::before {
  background: rgba(0, 139, 229, 1);
}
.select_tab label .s_txt {
  display: block;
  font-size: .7em;
  line-height: 1.2;
  /*margin-bottom: 10px*/
}
.select_tab label span {
  display: block;
  font-size: .6em;
  line-height: 1.2;
}
.select_tab > label:hover, .select_tab label:has(:checked) {
  /* background-color: #262261;
    color: #fff; */
}
.select_tab label:has(:checked) {
  /* background-color: #262261;
    color: #fff; */
}
.select_tab label:has(:checked)::before {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 18px;
  background: rgba(0, 139, 229, 1);
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.select_tab label:first-child {
  /*background-color: #262261;*/ background: rgba(36, 219, 201, 1);
  background: -moz-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36, 219, 201, 1)), color-stop(51%, rgba(0, 139, 229, 1)), color-stop(100%, rgba(3, 110, 213, 1)));
  background: -webkit-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -o-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -ms-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: linear-gradient(to right, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24dbc9', endColorstr='#036ed5', GradientType=1);
}
.select_tab label:first-child::before {
  background: rgba(0, 139, 229, 1);
}
/* A11y: keep radio in accessibility tree (avoid display:none) */
.select_tab input{
  /* was display:none; */
}

/* visually hidden but SR accessible */
.select_tab input.sr-only-input{
  position:absolute;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* A11y: make filter buttons look like previous <li> clickable UI */
.filter-btn{
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  width: 100%;
  text-align: inherit;
}
.filter-btn:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.select_tab > div {
  display: none;
  width: 100%;
  padding: 1.8em 1em;
  transition: 0.5s;
}
.select_tab label:has(:checked) + div {
  display: block;
}
/*---------------TOP SELECT 5R---------------*/
.select_5r {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 20px;
}
.select_5r li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  order: -1;
  position: relative;
  min-width: 70px;
  font-size: .9em;
  line-height: 1.6;
  /*background-color: #262261;*/
  padding: 10px 0;
  margin: 2px;
  transition: all 0.5s;
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 50px;
  background: rgba(0, 139, 229, 1);
}
.select_5r li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  /*background-color: #262261;*/
  margin-top: auto;
  color: #fff;
  background-size: 100%;
}
.select_5r li span span {
  display: inline;
  font-size: 1.2em;
}
/*.select_5r li p::first-letter {
  font-size: 1.2em;
}

.select_5r li:hover, .select_5r li.filter-active {
    
    background-color: #262261;
    color:#262261;
    border:solid 1px #262261;
}*/
/*---------------TOP SELECT solution---------------*/
.select_solution span {
  display: inline-block;
  padding: 2px;
  font-size: 16px;
  font-weight: bold;
  width: 10%;
}
.btn_deck {
  margin: 2px 0;
  padding: 2px 0;
  display: flex;
  grid-gap: 5px;
  flex-wrap: wrap;
  border-bottom: 1px dotted rgba(0, 139, 229, 1);
  align-items: center;
}
.btn_deck li {
  cursor: pointer;
  text-align: center;
  font-size: .9em;
  background-color: rgba(0, 139, 229, 1);
  border: solid 2px rgba(0, 139, 229, 1);
  border-radius: 20px;
  padding: 2px 15px;
  color: #fff;
  transition: all 0.5s;
}
.select_5r li:hover, .select_5r li.filter-active {
  background-color: white;
  /*border: 2px solid #262261;*/
  color: rgba(0, 139, 229, 1);
}
.select_5r li:hover span, .select_5r li.filter-active span {
  color: rgba(0, 139, 229, 1);
}
.moku + div .btn_deck li {
  /*background-color: #009977;*/
  background-color: rgba(0, 139, 229, 1);
  border: 2px solid transparent;
}
.moku + div .btn_deck li:hover, .moku + div .btn_deck li.filter-active {
  background-color: white;
  border: 2px solid rgba(0, 139, 229, 1);
}
.kinou + div .btn_deck li {
  /* background-color: #369AD3;*/
  background-color: rgba(0, 139, 229, 1);
  border: 2px solid transparent;
}
.kinou + div .btn_deck li:hover, .kinou + div .btn_deck li.filter-active {
  background-color: white;
  border: 2px solid rgba(0, 139, 229, 1);
}
.btn_deck li:hover, .btn_deck li.filter-active {
  background-color: #fafadc;
  color: rgba(0, 139, 229, 1);
  border: solid 1px rgba(0, 139, 229, 1);
}
/*---------------TOP SELECT function---------------*/
.select_function span {
  display: block;
  width: 100%;
  padding: 2px;
  font-size: 16px;
  font-weight: bold;
}
.select_function .btn_deck li {
  width: calc((100% - 30px)/6);
}
.item__link {
  display: flex;
  overflow: hidden;
}
.item__link {
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 5px;
  transition: transform 0.3s cubic-bezier(0.12, 0.53, 0.33, 0.99), box-shadow 0.3s cubic-bezier(0.12, 0.53, 0.33, 0.99);
  box-shadow: 0px 5px 25px rgb(0 0 0 / 10%);
}
.item__link:hover {
  transform: translateY(3px);
  box-shadow: 0px 1px 3px rgb(0 0 0 / 8%);
}
.item__link-img_5r {
  display: block;
  width: 50%;
  background-color: #FCFFF6;
  background-image: url('../images/special/tp_deresus_title.png');
  background-position: center;
  background-size: 95% auto;
}
.item__link-img_ps {
  display: block;
  width: 50%;
  /*background-color:#5d5d5d;*/
  background-color: #EBFCFF;
  background-image: url('../images/special/tp_repos_title.png');
  background-position: center;
  background-size: 95% auto;
}
.box_5r:after {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  border: 30px solid transparent;
  border-top: 30px solid #fff;
  width: 0;
  height: 0;
  margin-left: -30px;
}
h2.ttl_bg {
  font-size: 1.7em;
  margin-bottom: 10px;
}
/*about_circulate*/
.about_circulate {
  padding: 40px 200px;
}
.box01.box02 img {
  width: 100%;
  height: auto;
}
.box01 {
  position: relative;
}
.top-left {
  position: absolute;
  top: 10px;
  left: 20px;
}
.box01 .repos_logo {
  width: 50%;
}
.box02 {
  position: relative;
}
.top-left {
  position: absolute;
  top: 10px;
  left: 20px;
}
.box02 .deresus_logo {
  width: 50%;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sample5-3::before {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #262161;
}
.sample5-3::after {
  left: 5px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width : 85em) {
  .about_circulate {
    padding: 40px 60px !important;
  }
}
@media screen and (max-width : 75em) {
  .about_circulate {
    padding: 40px 40px !important;
  }
  .box01 .repos_logo {
    width: 40%;
  }
  .box02 .deresus_logo {
    width: 40%;
  }
}
@media screen and (max-width : 47.938em) {
  .about_circulate {
    padding: 40px 20px !important;
  }
  .box01 .repos_logo {
    width: 90%;
  }
  .box02 .deresus_logo {
    width: 90%;
  }
}
.bk_lightblue {
  background-color: #EBFCFF;
}
.bk_lightgreen {
  background-color: #FCFFF6;
}
.item__link-content {
  display: block;
  width: 50%;
}
.item__link-content {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  position: relative;
  padding-right: 3.2%;
}
.item__link-content .inner {
  width: 90%;
  margin: 0 auto;
}
.item__link-content .inner h2 {
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 20px;
}
.item__link-content .text {
  font-size: 20px;
}
.tp2022_arrow_box {
  position: relative;
  width: 160px;
  height: 28px;
  background: #008BE5;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  margin-bottom: 10px;
}
.tp2022_arrow_box:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 139, 229, 0);
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -9px;
  border-top-color: #008BE5;
  top: 100%;
  left: 18%;
}
.tp2022_arrow_box2 {
  position: relative;
  width: 80px;
  height: 32px;
  background: #F04205;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  margin: 0 auto;
}
.tp2022_arrow_box2:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-left: -6px;
  border-top-color: #F04205;
  top: 100%;
  left: 50%;
}
.tp2022_heading04 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}
.tp2022_heading04::before, .tp2022_heading04::after {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #444;
}
.tp2022_heading04::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.tp2022_heading04::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
.tp2022_heading04_white {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
}
.tp2022_heading04_white::before, .tp2022_heading04_white::after {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #fff;
}
.tp2022_heading04_white::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.tp2022_heading04_white::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
.tp2022_heading05 {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  color: #008BE5;
  border-radius: 0 10px 10px 10px;
  background: #dff2ff;
}
.tp2022_heading05:before {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: -24px;
  left: 0;
  height: 24px;
  padding: 0 1em;
  content: '\リアル展示でのポイント';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #008BE5;
}
.tp2022_heading06 {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  color: #008BE5;
  border-radius: 0 10px 10px 10px;
  background: #dff2ff;
}
.tp2022_heading06:before {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: -24px;
  left: 0;
  height: 24px;
  padding: 0 1em;
  content: '\リアル展示でのポイントNo.2';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #008BE5;
}
.tp2022_table .mod-tbl02 {
  border-bottom: 1px solid #ddd;
}
.tp2022_table .mod-tbl02 th {
  background: #008BE5;
  color: #fff;
  font-weight: bold;
}
.tp2022_table .mod-tbl02 th, .tp2022_table .mod-tbl02 td {
  border-top: 1px solid #ddd;
  font-size: 16px;
}
.tp2022_table .mod-tbl02 td {
  background: #dff2ff;
}
.h550 {
  height: 550px;
}
.tp2030ps_table01 table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.tp2030ps_table01 th, td {
  border: solid 1px #222;
  padding: 10px;
}
.tp2030ps_table01 th {
  background: #08728B;
  text-align: left;
  color: #fff;
}
.tp2030ps_table01 td:first-child {
  background: rgba(16, 168, 202, 0.30);
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}
.tp2030ps_table01 caption {
  caption-side: bottom;
  margin-top: 0.5em;
  font-size: 0.9em;
  text-align: right;
}
.tp2030ps_list_triangle {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.tp2030ps_list_triangle > li {
  position: relative;
  padding: 0px 0px 0px .8em;
}
.tp2030ps_list_triangle > li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.4em solid transparent;
  border-left: 0.5em solid #08728B;
  content: "";
}
.tp2022_table .mod-tbl02 td {
	border-color: #fff;
}
.tp2022_table .mod-tbl02 .bgcolor_01 td {
  background: #D9E2F0;
  border-top-color: #fff;
}
.tp2022_table .mod-tbl02 .bgcolor_02 td {
  background: #E2EDF8;
  border-top-color: #fff;
}
.tp2022_table .mod-tbl02 .bgcolor_03 td {
  background: #EBF5DA;
  border-top-color: #fff;
}
.tp2022_table .mod-tbl02 .bgcolor_04 td {
  background: #FCF2E7;
  border-top-color: #fff;
}
.tp2022_table .mod-tbl02 .bgcolor_05 td {
  background: #f5f5e0;
  border-top-color: #fff;
}

.tp2024_table .mod-tbl02 th {
  background: #008BE5;
  color: #fff;
  font-weight: bold;
	text-align: center;
	width:10%;
}
.tp2024_table .mod-tbl02 td {
	border-color: #fff;
}
.tp2024_table .mod-tbl02 .bgcolor_01 td {
  background: #D9E2F0;
  border-top-color: #fff;
}
.tp2024_table .mod-tbl02 .bgcolor_02 td {
  background: #E8F7FC;
  border-top-color: #fff;
}
.tp2024_table .mod-tbl02 .bgcolor_03 td {
  background: #EBF5DA;
  border-top-color: #fff;
}
.tp2024_table .mod-tbl02 .bgcolor_04 td {
  background: #FCF2E7;
  border-top-color: #fff;
}
.tp2024_table .mod-tbl02 .bgcolor_05 td {
  background: #f5f5e0;
  border-top-color: #fff;
}
.tp2022_border_btm li {
  border-bottom: 1px solid #fff;
}
.align_center {
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.tp2022_main_lead_gray {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.5;
  text-align: center;
  padding: 10px;
}
.tp2022_main_lead {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  padding: 30px;
  color: #FFFFFF;
  text-align: center;
}
.tp2022_main_lead2 {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5;
  padding-top: 30px;
  padding-left: 50px;
  position: absolute;
  bottom: 6%;
  color: #FFFFFF;
}
.tp2022_main_lead3 {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 2%;
  color: #FFFFFF;
}
.tp_products_plus {
  width: 100%;
  text-align: center;
  margin-top: -30px;
  margin-bottom: -16px;
}
.tp_products_plus img {
  width: 18%;
}
.color_tp_green {
  color: #10A8CA;
}
.color_tp_green_5r {
  color: #2FD38C;
}
.color_bg_green1 {
  background-color: #279d6a;
}
.color_bg_green2 {
  background-color: #83b242;
}
.color_bg_blue1 {
  background-color: #205287;
}
.color_bg_blue2 {
  background-color: #369ad3;
}
.color_bg_orange {
  background-color: #f19739;
}
.color_tp_blue {
  color: #008BE5;
}
.tp_dl_list dl{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.tp_dl_list dl dt{
	width:12%;
}
.tp_dl_list dl dd{
	width:88%;
}
.tp_topic_btn a{
	padding: 20px 0;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	position: relative;
	width:100%;
  background: linear-gradient(to right, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
}

.tp_topic_btn .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff
}

.tp_topic_btn .icon:before {
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

/* nav */
.nav-side-menu {
  overflow: auto;
}
#tp_drawer .menu {
  max-width: 100%;
  /*font-size: 14px;*/
  color: #e1ffff;
  font-weight: 300;
}
@media all and (-ms-high-contrast: none) {
  #tp_drawer .menu {
    /*font-size: 13px;*/
    /*IEのみ*/
  }

  #tp_drawer .menu li a {
    padding: 2px 0 1px 0;
  }
}

#tp_drawer .topmenu a {
  display: block;
  max-width: 100%;
  padding: 3px 5px;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
  opacity: 1;
}

#tp_drawer .topmenu a:hover {
  opacity: 0.8;
  background: #fff;
}

#tp_drawer .menu a {
  /*color: #4f5b69;*/
}

#tp_drawer .menu li a {
  display: block;
  max-width: 100%;
  padding: 3px 5px;
  text-decoration: none;
  /*color: #4f5b69;*/
  border-bottom: solid 1px #ccc;
  background: #fff;
  padding: 1px 0;
}

#tp_drawer .menu li a:before {
  content: "\ea69";
  font-family: IcoFont;
  display: inline-block;
  padding-left: 5px;
  padding-right: 0;
  vertical-align: middle;
}

#tp_drawer .menu li a:hover {
  background-color: #020203;
  color: #e1ffff;
}

#tp_drawer label {
  display: block;
  margin: 0;
  padding: 8px 5px;
  line-height: 1;
  /*background-color: #4f5b69;*/
  cursor: pointer;
  color: #444;
  opacity: 1;
  position: relative;
  border-bottom: solid 1px #ccc;
}

#tp_drawer label:before {
  content: "\efc2";
  font-family: IcoFont;
  display: block;
  position: absolute;
  /*color: #4f5b69;*/
  right: 5px;
  top: 8px;
}

#tp_drawer label:hover {
  opacity: 0.8;
  background: #fff;
}

#tp_drawer input {
  display: none;
}

#tp_drawer .menu ul {
  margin: 0;
  padding: 0;
  list-style: none
}

#tp_drawer .menu li {
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#tp_drawer #menu_bar01:checked+label:before,
#tp_drawer #menu_bar02:checked+label:before,
#tp_drawer #menu_bar03:checked+label:before,
#tp_drawer #menu_bar04:checked+label:before,
#tp_drawer #menu_bar05:checked+label:before {
  content: "\ef9a";
}

#tp_drawer #menu_bar01:checked~#links01 li,
#tp_drawer #menu_bar02:checked~#links02 li,
#tp_drawer #menu_bar03:checked~#links03 li,
#tp_drawer #menu_bar04:checked~#links04 li,
#tp_drawer #menu_bar05:checked~#links05 li {
  height: 30px;
  opacity: 1;
}
/* nav */
#tp_products p {
  line-height: 1.5;
    padding-left:5px;
}
.header {
  height: 80px !important;
  border-bottom: solid 1px #222;
}
.header.is-minimal {
  height: 60px !important;
}
.contents {
  padding-top: 80px !important;
}
.header-logo a {
  top: 24px;
  width: 300px !important;
}
.header-logo a .is-minimal {
  width: 250px !important;
}
#tp2021mainmenu li:first-child a {
  font-size: 2rem !important;
}
.tp2022_bk {
  background: #00D824;
  background-size: 100%;
  color: #ffffff;
}
.tp2022_bk_blue {
  background: #008BE5;
  background-size: 100%;
  color: #ffffff;
}
.tp2022_bk_sptop {
  background: #f1ffd1;
  background-size: 100%;
}
.bk_orange-gradient {
  background-image: linear-gradient(45deg, rgba(255, 138, 138, 1), rgba(254, 220, 64, 1));
}
.tp2022_color_blue {
  color: #008BE5;
}
.tp2022_btn_blue {
  background: #008BE5;
  border-radius: 4px;
  padding: 5px 10px;
  ;
  color: #ffffff;
  font-size: 1.8rem !important;
  letter-spacing: 5px;
}
.tp2022_bk_blue_gra {
  background: rgba(36, 219, 201, 1);
  background: -moz-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36, 219, 201, 1)), color-stop(51%, rgba(0, 139, 229, 1)), color-stop(100%, rgba(3, 110, 213, 1)));
  background: -webkit-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -o-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -ms-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: linear-gradient(to right, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24dbc9', endColorstr='#036ed5', GradientType=1);
  background-size: 100%;
  color: #ffffff;
}
.tp2020_bk_grad {
  background: rgba(0, 175, 221, 1);
  background: -moz-linear-gradient(left, rgba(0, 175, 221, 1) 0%, rgba(139, 195, 70, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 175, 221, 1)), color-stop(100%, rgba(139, 195, 70, 1)));
  background: -webkit-linear-gradient(left, rgba(0, 175, 221, 1) 0%, rgba(139, 195, 70, 1) 100%);
  background: -o-linear-gradient(left, rgba(0, 175, 221, 1) 0%, rgba(139, 195, 70, 1) 100%);
  background: -ms-linear-gradient(left, rgba(0, 175, 221, 1) 0%, rgba(139, 195, 70, 1) 100%);
  background: linear-gradient(to right, rgba(0, 175, 221, 1) 0%, rgba(139, 195, 70, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afdd', endColorstr='#8bc346', GradientType=1);
}
.tp2020_bk_grad_op {
  background: rgba(25, 128, 148, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  z-index: 40;
  width: 100%;
}
.tp2020_bk_grad_op p {
  position: absolute;
  top: 25px;
  padding-left: 20px;
}
.main_img_01 {
  z-index: 10;
}
.main_img_02 {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  width: 85%;
}
.bd_radius05 {
  border-radius: 5px;
}
.tp_top_btn {
  background: #157F2E;
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
.tp_top_btn_blue {
  background: #24C4AD;
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
.main_btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
  height: 80px;
  z-index: 30;
}
.tp_head_01 {
  border-top: 2px solid #6B944F;
  border-image: linear-gradient(to right, #A7CC68 0%, #6B944F 100%);
  border-image-slice: 1;
  position: relative;
  font-size: 2em;
  text-align: center;
  padding-top: 40px;
}
.tp_head_2em {
  font-size: 2em;
}
.tp_head_03 {
  border-top: 2px solid #1B75BA;
  border-image: linear-gradient(to right, #24C4AD 0%, #1B75BA 100%);
  border-image-slice: 1;
  position: relative;
  font-size: 2em;
  text-align: center;
  padding-top: 40px;
}
.tp_border {
  border-top: 2px solid #1B75BA;
  border-image: linear-gradient(to right, #24C4AD 0%, #1B75BA 100%);
  border-image-slice: 1;
  position: relative;
}
.mod-box-event {
  border-radius: 5px;
  background: #f9f9f9;
  border: 0px;
}
.tp_bg_gd01 {
  background: url("../images/tp_bg_gd01_04.jpg") no-repeat;
  background-size: 100%;
}
.bk_blue {
  background: url("../images/index/bk_blue.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.btn_white .tp_head_02 {
  position: relative;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 2em;
  font-style: italic;
  color: #fff;
  padding-left: 170px;
  margin-top: 70px;
  width: 100%;
}
.tp_head_02:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 150px;
  height: 20px;
  background: #fff;
}
h2.tp_head_02 span {
  font-style: normal;
  font-size: 16px !important;
  padding-left: 10px;
}
/*--------------------------------------------------------------
# btn 
--------------------------------------------------------------*/
a.btn_03 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 350px;
  margin: auto;
  padding: 1rem 4rem;
  /*font-weight: bold;*/
  border: 3px solid #1f1f1f;
  color: #1f1f1f;
  border-radius: 100vh;
  transition: 0.5s;
}
.logo_fit {
  object-fit: contain;
  width: 200px;
  height: 100px;
}
/*--------------------------------------------------------------
# linkbg
--------------------------------------------------------------*/
.linkbg {
  display: block;
  width: 366px;
  height: 196px;
  background: #e2e2e2;
  text-align: center;
  vertical-align: middle;
}
/*--------------------------------------------------------------
# mod-head01
--------------------------------------------------------------*/
.mod-head01 {
  font-weight: 400 !important;
  text-align: center;
  margin-top: 10px !important;
}
.mod-head_TP {
  position: relative;
  display: block;
  margin: 20px 0 0 0;
  padding: 20px 10px;
  font-size: 32px !important;
  font-size: 3.2rem !important;
  line-height: 1.2;
  font-weight: 400 !important;
  text-align: center;
}
/*--------------------------------------------------------------
# icon mute
--------------------------------------------------------------*/
.icon_mute {
  width: 18px;
  height: auto;
  padding: 0 0 6px 0;
  margin: 0 0 0 3px;
  position: relative;
  display: inline-block;
}
/*--------------------------------------------------------------
# Ruby
--------------------------------------------------------------*/
ruby {
  position: relative;
}
ruby rt {
  position: relative;
  top: -2px;
}
/*--------------------------------------------------------------
# Category Label
--------------------------------------------------------------*/
.category_title {
  padding: 10px;
  margin-top: 20px;
}
.category_label {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 4px 10px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.al_items_stretch {
  align-items: stretch;
}
/*--------------------------------------------------------------
# Category Color
--------------------------------------------------------------*/
.color-tp2022 {
  color: #0258a8;
}
.color-ink {
  color: rgba(208, 42, 133, 1.00);
}
.color-film {
  color: rgba(2, 162, 140, 1.00);
}
.color-adhesive {
  color: rgba(56, 104, 170, 1.00);
}
.color-pigment {
  color: rgba(200, 66, 86, 1.00);
}
.color-color {
  color: rgba(205, 116, 39, 1.00);
}
.bg-color-gray {
  background: #e2e2e2;
}
.bg-color-darkgray {
  background: #5A5A5A;
  color: #FFFFFF;
}
.bd_color-tp2022 {
  border: 2px solid #0258a8;
}
.bd-color-ink {
  position: relative;
}
.bd-color-ink:after {
  position: absolute;
  content: "インキ・コーティング剤";
  font-size: 1.2rem;
  ;
  top: 12px;
  left: 12px;
  /*background-color: rgba(208, 42, 133, 1.00);*/
  background-color: #fff;
  color: #333;
  padding: 2px 10px;
  border-radius: 20px;
  letter-spacing: normal;
}
.bd-color-film {
  position: relative;
}
.bd-color-film:after {
  position: absolute;
  content: "フィルム";
  font-size: 1.2rem;
  top: 12px;
  left: 12px;
  /*background-color: rgba(2, 162, 140, 1.00);*/
  background-color: #fff;
  color: #333;
  padding: 2px 10px;
  border-radius: 20px;
  letter-spacing: normal;
}
.bd-color-adhesive {
  position: relative;
}
.bd-color-adhesive:after {
  position: absolute;
  content: "接着剤";
  font-size: 1.2rem;
  ;
  top: 12px;
  left: 12px;
  /*background-color: rgba(56, 104, 170, 1.00);*/
  background-color: #fff;
  color: #333;
  padding: 2px 10px;
  border-radius: 20px;
  letter-spacing: normal;
}
.bd-color-pigment {
  border: solid 1px rgba(200, 66, 86, 1.00);
}
.bd-color-color {
  border: solid 1px rgba(205, 116, 39, 1.00);
}
.bd-color-gray {
  border: solid 1px #e2e2e2;
}
.bg-color-tp2022, .bg-color-tp2022 a {
  background-color: #0258a8;
  color: #fff !important;
}
.bg-color-ink, .bg-color-ink a {
  background-color: rgba(208, 42, 133, 1.00);
  color: #fff !important;
}
/*.bg-color-ink-op, .bg-color-ink-op a {
  background:  rgba(60, 66, 66, 0.70);
  color: #fff !important;
}
.bg-color-ink a:hover .category_label {
  background-color: #fff;
  color: rgba(208, 42, 133, 1.00) !important;
}
.bg-color-ink a:hover {
  background-color: rgba(208, 42, 133, 0.80);
}
.bg-color-film, .bg-color-film a {
  background-color: rgba(2, 162, 140, 1.00);
  color: #fff !important;
}
.bg-color-film-op, .bg-color-film-op a {
  /*background:  linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.05) 60%, rgba(0,0,0,0.7) 100%);
  background:  rgba(60, 66, 66, 0.70);
  color: #fff !important;
}
.bg-color-film a:hover .category_label {
  background-color: #fff;
  color: rgba(2, 162, 140, 1.00) !important;
}
.bg-color-adhesive, .bg-color-adhesive a {
  background-color: rgba(56, 104, 170, 1.00);
  color: #fff !important;
}
.bg-color-adhesive-op, .bg-color-adhesive-op a {
  background:  rgba(60, 66, 66, 0.70);
  color: #fff !important;
}
.bg-color-adhesive a:hover .category_label {
  background-color: #fff;
  color: rgba(56, 104, 170, 1.00) !important;
}
.bg-color-pigment, .bg-color-pigment a {
  background-color: rgba(2, 162, 140, 1.00);
  color: #fff !important;
}
.bg-color-pigment-op, .bg-color-pigment-op a {
  background:  rgba(60, 66, 66, 0.70);
  color: #fff !important;
}
.bg-color-pigment a:hover .category_label {
  background-color: #fff;
  color: rgba(2, 162, 140, 1.00) !important;
}
.bg-color-color, .bg-color-color a {
  background-color: rgba(205, 116, 39, 1.00);
  color: #fff !important;
}
.bg-color-color-op, .bg-color-color-op a {
  background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 40%,rgba(0,0,0,.6));
  color: #fff !important;
}
.bg-color-color a:hover .category_label {
  background-color: #fff;
  color: rgba(205, 116, 39, 1.00);
}*/
/*--------------------------------------------------------------
# tp_products
--------------------------------------------------------------*/
.tp_products {}
.bg_blue_gray {
  background: #EBEFF1;
}
.tp_products_bd {
  width: 100%;
  border: solid 1px #221714;
  border-radius: 5px;
  padding: 5px 15px 10px 15px;
  margin-bottom: 10px;
  background: #DDE5EA;
}
.tp_products_bd2 {
  width: 100%;
  border: solid 1px #221714;
  border-radius: 5px;
  padding: 15px 15px 10px 15px;
  margin-bottom: 10px;
  background: #e2eed9;
}
.tp_products .tp_products-item {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
/* ===== Isotope loading (HTML改修なし) ===== */
#tp_products.is-loading .tp_products-container { opacity: 0; pointer-events: none; }
#tp_products.is-ready  .tp_products-container { opacity: 1; transition: opacity .15s ease; }

#tp_products.is-loading::before{
  content:"";
  position:absolute; inset:0;
  background: rgba(255,255,255,.85);
  z-index: 2;
}
#tp_products.is-loading::after{
  content:"";
  position:absolute;
  left:50%; top:50%;
  width:28px; height:28px;
  margin:-14px 0 0 -14px;
  border-radius:50%;
  border:3px solid rgba(0,0,0,.2);
  border-top-color: rgba(0,0,0,.65);
  animation: susSpin .8s linear infinite;
  z-index: 3;
}

/* ジャンプ抑制：最低高さ（件数に合わせて調整） */
#tp_products { position: relative; min-height: 600px; }

/*.tp_products #tp_products-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
}
.tp_products #tp_products-flters li {
  cursor: pointer;
  margin: 0 0 7px 0;
  display: inline-block;
  padding: 9px 0;
  font-size: 18px;
  line-height: 0.8;
  color: #444444;
  border-radius: 4px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
.tp_products #tp_products-flters li i{
    padding: 8px;
    border-radius: 4px 0 0 4px;
}
.tp_products #tp_products-flters .reuse_icon i{
      background: #177C9D;
    color: #fff;
}
.tp_products #tp_products-flters .Reduce_icon i{
      background: #406AA7;
    color: #fff;
}
.tp_products #tp_products-flters .recycle_icon i{
      background: #138DC2;
    color: #fff;
}
.tp_products #tp_products-flters .redesign_icon i{
      background: #0B9373;
    color: #fff;
}
.tp_products #tp_products-flters .reduceco_icon i{
      background: #659F31;
    color: #fff;
}
.tp_products #tp_products-flters .normal_icon i{
  color: #444444;
}
.tp_products #tp_products-flters .normal_icon{
    border:solid 1px #efefef;
}
.tp_products #tp_products-flters li.genre {
  cursor: auto;
  font-size: 12px;
  background: none;
  border: none;
  box-shadow: none;
	    margin-left: 15px;
}
.tp_products #tp_products-flters li.genre:hover,.tp_products #tp_products-flters li.filter-active .genre{
  background: none!important;
  color: #444444!important;
}
.tp_products #tp_products-flters li:hover, .tp_products #tp_products-flters .normal_icon i:hover, .tp_products #tp_products-flters li.filter-active {
  background: #262261;
  color: #fff;
}
.tp_products #tp_products-flters li:last-child {
  margin-right: 0;
}
.tp_products #tp_products-flters li span {
  font-size:1.2rem;
    float: right;
}
*/
.tp_products-container {
  display: flex;
  flex-direction: column;
}
.tp_products-item a {
  background: #fff;
  display: flex;
  height: 100%;
}
.tp_products .tp_products-wrap {
  /*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);*/
  transition: 0.3s;
}
.tp_products .tp_products-wrap .tp_img {
  overflow: hidden;
}
.tp_products .tp_products-wrap img {
  transition: 0.3s;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tp_products .tp_products-wrap:hover img {
  /*transform: scale(1.02);*/
}
.tp_products-item a:hover {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.38);
}
.tp_products .tp_products-wrap p {
  font-size: 1.6rem;
  color: rgba(0, 139, 229, 1);
  font-weight: 600;
  box-sizing: border-box;
  margin-bottom: 0;
  line-height: 1.5 !important;
  padding-bottom: 5%;
  min-height: 40%;
  min-width: 100%;
}
.tp_products .tp_products-wrap .tp_products-info {padding-left:5px}
.tp_products .tp_products-wrap .tp_products-info h4 {
  font-size: 14px;
  font-weight: normal;
  /*font-size: 20px;*/
  line-height: 1.3;
  margin-top: 8px;
}
.cursor-active {
  cursor: pointer;
}
.products-item-name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.tp_products .tp_category_label {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 1.2rem;
  line-height: 1.3;
}
.tp_products .tp_category_label span {
  display: block;
  background: rgba(255, 255, 255, 0.80);
  color: #333;
  padding: 5px;
  margin-right: 3px;
  margin-top: 3px;
  border-radius: 3px;
}
/*.tp_products .tp_category_label .reuse_on{
  background: rgba(23, 124, 157, 0.70);
	color: #fff;
}
.tp_products .tp_category_label .Reduce_on{
  background: rgba(64, 106, 167, 0.70);
	color: #fff;
}
.tp_products .tp_category_label .recycle_on{
  background: rgba(19, 141, 194, 0.70);
	color: #fff;
}

.tp_products .tp_category_label .redesign_on{
  background: rgba(11, 147, 115, 0.70);
	color: #fff;
}
.tp_products .tp_category_label .redesign_on{
  background: rgba(11, 147, 115, 0.70);
	color: #fff;
}
.tp_products .tp_category_label .reduceco_on{
  background: rgba(101, 159, 49, 0.70);
	color: #fff;
}*/
/*--------------------------------------------------------------
# tp_5R
--------------------------------------------------------------*/
.btn_5R {
  position: relative;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.active_5R {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.btn_5R:hover .active_5R {
  opacity: 1;
}
/*--------------------------------------------------------------
# tp_event
--------------------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
/*タブのスタイル*/
.tab_item {
  width: calc(95%/3);
  height: 70px;
  border-bottom: 3px solid #8ac731;
  background-color: #8ac731;
  line-height: 70px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-left: 10px;
  cursor: pointer;
}
.tab_item i {
  font-size: 12px !important;
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 0px;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content, #faq01:checked ~ #faq01_content, #faq02:checked ~ #faq02_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #eee;
  color: #8ac731;
  position: relative;
}
.tabs input:checked + .tab_item::before {
  bottom: -16px;
  content: '';
  border-color: #8ac731 transparent transparent;
  border-style: solid;
  border-width: 16px 12px 0;
  opacity: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*タブのスタイル*/
.tab_item_2 {
  width: calc(95%/2);
  height: 70px;
  border-bottom: 3px solid #8ac731;
  background-color: #8ac731;
  line-height: 70px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-left: 10px;
}
.tab_item_2:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_2_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_2_content {
  display: none;
  padding: 20px 0px;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all_2:checked ~ #all_2_content, #faq01_2:checked ~ #faq01_2_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs_2 input:checked + .tab_item_2 {
  background-color: #eee;
  color: #8ac731;
  position: relative;
}
.tabs_2 input:checked + .tab_item_2::before {
  bottom: -16px;
  content: '';
  border-color: #8ac731 transparent transparent;
  border-style: solid;
  border-width: 16px 12px 0;
  opacity: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mod-tblWrap {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
/*--------------------------------------------------------------
# special
--------------------------------------------------------------*/
.tp_special_head {
  background: url("../images/special/tp_special_top_bk.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  line-height: 1.5;
}
.tp_special_head h1 {
  padding: 90px 30px 70px;
  font-size: 4rem;
  font-weight: 500;
}
.tp_special_repos01_head {
  background: url("../images/special/tp_special_repos01_bk.jpg") no-repeat;
  background-size: cover;
  position: relative;
  line-height: 1.5;
  padding-bottom: 20px;
}
.tp_special_repos01_head h1 {
  padding: 0 30px 30px;
  font-size: 4rem;
  font-weight: 500;
}
.tp_special_repos01_head a {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.tp_special_repos02_head {
  background: url("../images/special/tp_special_repos01_bk.jpg") no-repeat;
  background-size: cover;
  position: relative;
  line-height: 1.5;
  padding-bottom: 20px;
}
.tp_special_repos02_head h1 {
  padding: 90px 30px 70px;
  font-size: 4rem;
  font-weight: 500;
}
.tp_special_repos02_head a {
  margin: 5px 0;
}
.tp_special_repos02_head .btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.tp_special_deresus_head {
  background: url("../images/special/tp_special_deresus_bk.jpg") no-repeat;
  background-size: cover;
  position: relative;
  line-height: 1.5;
  padding-bottom: 20px;
}
.tp_special_deresus_head h1 {
  padding: 0 30px 30px;
  font-size: 4rem;
  font-weight: 500;
}
.tp_special_deresus_head a {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.tp_special_head01_blue {
  position: relative;
  color: #10A8CA;
  text-align: center;
  margin-bottom: 40px;
}
.tp_special_head01_blue:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 40%);
  width: 80%;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #10A8CA;
}
.tp_special_head01_black {
	/*color: #004664;*/
    margin-bottom: 36px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
    font-feature-settings: normal
}
.tp_special_head01_index{
	padding: 40px 50px;
    background-color: #f2f2f2;
    margin-bottom: 70px;
}
.tp_special_head01_index ol li {
    margin-bottom: 10px;
    padding-left: 10px;
}
.tp_special_head01_index ol {
    list-style-type: decimal;
    padding-left: 15px;
}

.tp_special_head01_index ol li a {
    color: #08728b;
}
.tp_special_head01_index ol li a:hover {
    text-decoration: none;
    opacity: .6
}
.tp_special_head01_case {
    color: #08728b;
    font-size: 2.4rem;
    border-bottom: 1px #08728b solid;
    padding-bottom: 15px;
    margin-bottom: 30px;
    line-height: 1.8;
}
span.marker {
    background: linear-gradient(transparent 60%, #FFF500 70%);
}
.design01 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.design01 th {
 padding: 10px;
 background: #eaf3f6;
 border: solid 1px #08728b;
}
.design01 td {
 padding: 10px;
 border: solid 1px #08728b;
}
/*--------------------------------------------------------------
# tp_seminar
--------------------------------------------------------------*/
.mod-seminar-day {
  vertical-align: top;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.mod-seminar-day > span {
  position: relative;
  display: block;
}
.mod-seminar-day > span > i {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 2px;
  padding-right: 5px;
}
/*--------------------------------------------------------------
# fade
--------------------------------------------------------------*/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*--------------------------------------------------------------
# title
--------------------------------------------------------------*/
#tp_products .tp2022_product_cont h3 {
  font-size: 2.6rem;
  border-bottom: 3px solid #d8d8d8;
}
#tp_products .tp2022_product_cont h4 {
  font-size: 2.3rem;
}
#tp_products .tp2022_product_cont p, #tp_products .tp2022_product_cont li {
  font-size: 2rem;
}
.tp2022_solution {}
.tp2022_solution h3 {
  font-size: 2.1rem !important;
  font-weight: normal;
  position: relative;
  padding: 1rem 2.5rem;
  border-top: 3px solid #d8d8d8;
  border-bottom: 3px solid #d8d8d8;
  background: #f9f9f9;
}
.tp2022_answer {
  font-size: 2.1rem !important;
  font-weight: bold;
  line-height: 1.8;
  padding: 1.5rem 2rem;
}
  /*--------------------------------------------------------------
# Form Iframa
--------------------------------------------------------------*/
  .form_iframe {
    position: relative;
    width: 100%;
    height: 1160px;
    overflow-y: auto;
  }
  .form_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
/*--------------------------------------------------------------
# size
--------------------------------------------------------------*/
@media (max-width: 1300px) {
  .h550 {
    height: 700px;
  }
}
@media (max-width: 1024px) {
  .h550 {
    height: 800px;
  }
  .tp2022_header_wrap {
    height: auto;
  }
  .tp2022_header_wrap_g {
    height: auto;
  }
  .tp2022_header_wrap_b {
    height: auto;
  }
  .tp2022_header_wrap_b2 {
    background: #1aa0ac;
    height: 140px;
  }
  .tp2022_contents {
    padding: 20px;
    width: 100%;
  }
  .tp2022_contents_t {
    padding: 20px;
    width: 100%;
  }
  .tp2022_contents_g {
    padding: 1px 20px 20px;
    width: 100%;
  }
  .tp2022_header-nav ul {
    width: 90%;
  }
  .tp2022_main_title {
    width: 50%;
    height: auto;
    padding-top: 20px;
    padding-left: 50px;
  }
  .tp2022_bg_seminar01 {
    background: #E4EFEF;
    background-image: none;
  }
  .tp2022_bg_seminar02 {
    background: #E4EFEF;
    background-image: none;
  }
  .item__link .inner h2 {
    font-size: 18px;
  }
  .item__link .inner .text {
    font-size: 14px;
  }
}
@media (max-width: 92.062em) {
  .tp_products .tp_products-wrap p {
    font-size: 1.6rem !important;
  }
  .tp_products .tp_products-wrap .tp_products-info h4 {
    /*font-size: 20px;*/
    font-size: 1.6rem !important;
    line-height: 1.1 !important;
    padding-top: 8px;
    margin-bottom: .2rem;
  }
  .tp_products .tp_products-wrap .tp_products-info p {
    font-size: 0.6rem !important;
    margin-bottom: .2rem;
  }
  .tp_products .tp_products-wrap .tp_products-info p {
    color: #fff;
    font-size: 14px !important;
  }
  /*.tp_products .tp_products-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}
.tp_products .tp_products-wrap:hover .tp_products-info {
  opacity: 0.5;
}*/

  .mfp-iframe-holder .mfp-content {
    max-width: 1200px !important;
    max-height: 750px !important;
  }
  .products-item-head-block-head {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  /*--------------------------------------------------------------
# Youtube Iframe
--------------------------------------------------------------*/
  .live_iframe {
    position: relative;
    margin: 20px auto;
    width: 960px;
    height: 540px;
    overflow-y: auto;
    border: solid 1px #ccc;
  }
  .live_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  }
  @media screen and (max-width : 92.062em) {
    .header {
      height: 89px !important;
    }
    .header-content {
      height: 58px;
    }
    .contents {
      padding-top: 89px !important;
    }
    .mod-head_TP {
      font-size: 2.0rem !important;
      line-height: 1.5 !important;
    }
    /*--------------------------------------------------------------
# linkbg
--------------------------------------------------------------*/
    .linkbg {
      width: 100%;
    }
    .linkbg .mt70 {
      margin-top: 70px;
    }
    /*--------------------------------------------------------------
# Category Label
--------------------------------------------------------------*/
    .category_label {
      padding: 4px 5px;
      margin-bottom: 5px;
      margin-right: 5px;
    }
    .tp2020_bk_grad_op {
      position: relative;
      width: 100%;
      bottom: auto;
      left: auto;
    }
    .tp2020_bk_grad_op p {
      position: relative;
      padding-left: 10px;
      bottom: auto;
      left: auto;
    }
    .tp_main a {
      margin: 0 auto;
      padding: 10px;
      width: 100%;
      text-align: right;
    }
    .main_btn {
      position: relative;
      height: 50px;
      text-align: center;
      bottom: auto;
      left: auto;
    }
    .main_img_02 {
      width: 85%;
    }
    .tp_head_01 {
      background-size: 45%;
    }
    .tp_head_01 {
      font-size: 1.5em;
    }
    .tp_head_02 {
      font-size: 1.5em;
      padding-left: 70px;
    }
    .tp_head_02:before {
      top: 7px;
      width: 50px;
    }
    .tp_head_03 {
      font-size: 1.5em;
    }
    .tp_head_2em {
      font-size: 1.5em;
    }
    .tp_bg_gd01 {
      background-size: cover;
    }
    .mod-anchor li a {
      font-size: 12px;
      font-weight: 600;
    }
    #tp2021mainmenu li:first-child a {
      font-size: 16px !important;
    }
    /*--------------------------------------------------------------
# Form Iframa
--------------------------------------------------------------*/
    .mfp-iframe-holder .mfp-content {
      height: 100%;
      max-height: 450px;
    }
    /*--------------------------------------------------------------
# tp_event
--------------------------------------------------------------*/
      
.select_tab > label {
  font-size: 1.2em;
}
    .tab_item {
      width: 100%;
      height: 50px;
      border-bottom: 3px solid #8ac731;
      background-color: #8ac731;
      line-height: 50px;
      font-size: 16px;
      text-align: center;
      color: #fff;
      display: block;
      float: left;
      font-weight: bold;
      transition: all 0.2s ease;
      margin-bottom: 5px;
    }
    .tab_item_2 {
      width: 100%;
      height: 50px;
      border-bottom: 3px solid #8ac731;
      background-color: #8ac731;
      line-height: 50px;
      font-size: 16px;
      text-align: center;
      color: #fff;
      display: block;
      float: left;
      font-weight: bold;
      transition: all 0.2s ease;
      margin-bottom: 5px;
    }
    .tab_item {
      margin-left: 0px;
    }
    .tab_item_2 {
      margin-left: 0px;
    }
    .only_bt {
      width: 100%;
    }
    .superfoods_ul_box li {
      background-size: 10px;
    }
    .btn-blue_square, .btn-green_square {
      width: 100%;
    }
    .btn-square-little-rich {
      padding: 0.6em 0.4em;
      margin-top: 10px;
      width: 100%;
      text-align: center;
    }
    .subtitle_icon {
      /*四角アイコン*/
      padding-left: 12px;
      background-size: 10px;
      background-position: 0px 7px;
    }
    .tabs_2 input:checked + .tab_item_2 {
      position: unset;
    }
    .tabs input:checked + .tab_item {
      position: unset;
    }
  }
  @media screen and (max-width : 47.938em) {
    .tp2022_main_booth {
      margin-top: 20px;
    }
    .tp2022_main_booth img {
      width: 100%;
    }
    #tp_products .tp2022_product_cont h3 {
      font-size: 2rem !important;
    }
    #tp_products .tp2022_product_cont h4 {
      font-size: 1.8rem !important;
    }
    #tp_products .tp2022_product_cont p {
      font-size: 1.5rem !important;
    }
    .tp_products .tp_products-wrap p {
      font-size: 1.2rem !important;
    }
    .tp_products #tp_products-flters li {
      font-size: 14px;
      min-width: 30%;
      margin-left: 1%;
    }
    .tp_products .tp_category_label {
      top: 5px;
    }
    .tp_products .tp_category_label span {
      display: inline-block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      padding: 0;
      width: 10px;
      height: 10px;
      border-radius: 5px;
    }
    .tp2022_answer {
      font-size: 1.8rem !important;
    }
    .tp2022_header-logo {
      width: 60%;
      padding-left: 10px;
    }
    .tp2022_header-logo-right {
      width: 30%;
    }
    .tp2022_header-lang {
      width: 40%;
    }
    .tp2022_main_title {
      width: 80%;
      height: auto;
      padding-top: 75%;
      padding-left: 50px;
    }
    .tp2022_header-nav {
      display: none;
    }
    .tp2022_main_lead {
      font-size: 0.8em;
    }
    .tp_products_plus img {
      width: 15%;
    }
    .bd-color-ink:after, .bd-color-film:after, .bd-color-adhesive:after {
      font-size: 1rem;
    }
    .form_iframe {
      height: 1360px;
    }
    .live_iframe {
      height: 300px;
      max-height: 300px;
    }
    .mod-linkList-head {
      height: 100px !important;
    }
    .tp2022_special_list .item {
      width: 100%;
      height: auto;
      margin-top: 16px;
    }
    .item__link {
      display: block;
    }
    .item__link-img_5r, .item__link-img_ps {
      width: 100%;
      height: 250px;
      background-size: 90% auto;
    }
    .item__link-content {
      display: block;
      width: 100%;
    }
    .item__link-content .inner {
      width: 80%;
      margin: 0 auto;
      padding-bottom: 20px;
    }
    .h550 {
      height: auto;
    }
    /*---------------TOP SELECT solution---------------*/
    .select_solution span {
      width: 100%;
    }
    /*---------------other---------------*/
  }
  @media (max-width: 1024px) {
    .tp_special_repos01_head h1, .tp_special_deresus_head h1 {
      font-size: inherit;
      font-weight: bold;
    }
    .tp_special_deresus_head h1 {
      padding: 0 25px 30px;
    }
    .tp_special_repos01_head a, .tp_special_deresus_head a {
      position: static !important;
    }
  }
    /*---------------webiner---------------*/
h2.ttl_bg_webiner {
    font-size: 2.2em;
	line-height: 1.7;
}
h2.closeup4 {
	font-size: 1.2em;
    background: #fff;
    padding: 0.2em 0.5em;
    color: #444;
    border: 2px solid #054767;
}
.square2 {
    position: relative;
    padding-left: 1.4em;
    font-weight: bold;
    font-size: 1.0em;
}
.square2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c8";
    position: absolute;
    font-size: 1em;/*サイズ*/
    left: 0;/*アイコンの位置*/
    top: 0;/*アイコンの位置*/
    color: #054767; /*アイコン色*/
}
.tp_webiner01_index{
	padding: 40px 50px;
    background-color: #f2f2f2;
    margin-bottom: 70px;
}
.tp_webiner02_index{
	padding: 40px 50px;
    background-color: #f2f2f2;
}
.tp_webiner03_index{
	padding: 40px 50px;
    background-color: #efe;
    margin-bottom: 70px;
}
.tp_webiner04_index{
	padding: 40px 50px;
    background-color: #fff;
}
	.bnr,
	a.bnr{
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  /*border-radius: 3rem;*/
}
    .bnr_s,
	a.bnr_s{
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
	.bnr_orange,
a.bnr_orange {
  color: #fff;
  background-color: #eb6100;
}
.bnr_orange:hover,
a.bnr_orange:hover {
  color: #fff;
  background: #f56500;
}

a.bnr_radius {
   border-radius: 100vh;
}
.tbl_design02 {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}
.tbl_design02 th {
 padding: 10px;
 background: #eaf3f6;
 border: solid 1px #08728b;
 text-align: center;
}
.tbl_design02 td {
 padding: 10px;
 border: solid 1px #08728b;
 text-align: left;
}
  @media screen and (max-width : 64em) {
	  .bnr,
	a.bnr{
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
}
	  h2.ttl_bg_webiner {
    font-size: 1.8em;
	line-height: 1.6;
}
}
  @media screen and (max-width : 47.938em) {
	  .bnr,
	a.bnr{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  width: 100%;
}
 h2.ttl_bg_webiner {
    font-size: 1.3em;
	line-height: 1.2;
}
.tp2024_table .mod-tbl02 th {
	width:100%;
}
}
/*---------------webiner end---------------*/