/* -----------------------------------------------
 準備
----------------------------------------------- */
.while-wait{
  padding: 30px 0;
}

@media screen and (max-width:479px){
  .while-wait{
    padding: 15px 0;
  }
}

/* -----------------------------------------------
 共通
----------------------------------------------- */
@media screen and (max-width:1100px){
  .container { width: 90%; margin: 0 auto; }

}


/* -----------------------------------------------

	 u-page mainimg

----------------------------------------------- */
.products_section .main_img {
    background-image: url(../images/viewtop_products.png);
}
.technology_section .main_img {
    background-image: url(../images/viewtop_technology.png);
}
.development_section .main_img {
    background-image: url(../images/viewtop_development.png);
}
.tecreport_section .main_img {
    background-image: url(../images/viewtop_tecreport.png);
}
.company_section .main_img {
    background-image: url(../images/viewtop_company.png);
}
.contact_section .main_img {
    background-image: url(../images/viewtop_contact.png);
    background-position : top right !important;
}
.tokutei_section .main_img {
    background-image: url(../images/viewtop_tokutei.png);
}
.news_section .main_img {
    background-image: url(../images/viewtop_news.png);
}


/* -----------------------------------------------

	 top section

----------------------------------------------- */
.u-page .main_img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 300px;
    width: 100%;
    z-index: 1;
}
.u-page .h2-wrap{
    padding: 0 20px;
}
.u-page .h2-wrap span{
    font-weight: 700;
    font-family: 'YakuHanJP';
    font-size: 2.5rem;
}
.u-page .main_text{
    position: relative;
    top: 50%;
    -webkit-transform : translateY(-75%);
    transform : translateY(-75%);
}
.u-page .main_text::after{
    content: "";
    position: absolute;
    width: 43%;
    height: 5px;
    background: -moz-linear-gradient(top left, #5ee07a, #40916c);
    background: -webkit-linear-gradient(top left, #5ee07a, #40916c);
    background: linear-gradient(to bottom right, #5ee07a, #40916c);
}
.u-page-ttl{
    max-width: 1100px;
    margin: auto;
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* パンくずリスト */
.bread-wrap{
    position: relative;
    top: 180px;
    padding: 0 20px;
}
.breadcrumb {
    max-width: 1100px;
    margin: auto;
    list-style: none;
}

.breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/
}

.breadcrumb li:after {
    content: '>';
    padding: 0 0.5em;
    color: #fff;
    font-size: 1.2rem;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    transition: 0.5s;
}

.breadcrumb li:first-child a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f015';
    font-weight: 900;
    font-size: 1.2rem;
    color: #fff;
}

.breadcrumb li a:hover {
    text-decoration: underline;
    opacity: 1;
}


/* -----------------------------------------------

	 us0

----------------------------------------------- */

.us0{
    margin: 100px 20px;
}
.us0-h3{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 60px;
}
.us0-h3::after{
    position: absolute;
    left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
    bottom: 0%;
    content: "";
    width: 150px;
    height: 3px;
    background: -moz-linear-gradient(top left, #5ee07a, #40916c);
    background: -webkit-linear-gradient(top left, #5ee07a, #40916c);
    background: linear-gradient(to bottom right, #5ee07a, #40916c);
}

.us0 .guide-area{
    max-width: 1100px;
    margin: auto;
}
.us0 .guide-area a:hover{
    opacity: 1;
    border: solid 2px #48c16c !important;
}
.us0 .guide-set{
    border: solid 2px #dcdcdc;
    padding: 10px 0 25px;
    width: 250px;
    margin: 0 20px 20px;
    background: #fff;
}
.guide-txt{
    padding-bottom: 10px;
    color: #333;
}
.guide-txt::after{
    content: "";
    background-image: url(../images/arrow01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
}


@media screen and (max-width:479px){
  .us0 { margin: 50px 20px 20px;}
  .us0-h3 { font-size: 2rem !important; padding-bottom: 10px; margin-bottom: 30px;}
  .us0 .guide-set { width: 45%; margin: 2%; padding: 10px 0 20px; }
  .guide-txt { padding-bottom: 5px; }

}


/* -----------------------------------------------

	 us1

----------------------------------------------- */

.h4-wrap-ttl{
    padding: 15px 20px;
    margin-bottom: 60px;
    background: linear-gradient(135deg,#40916c 0%,#40916c 40%,transparent 40%,transparent 100%);
}
.h4-wrap-ttl h4 {
  font-size: 2rem;
}
.h4-wrap-ttl2{
    background: linear-gradient(135deg,#333 0%,#333 40%,transparent 40%,transparent 100%);
}

.us1-set{
    margin-bottom: 90px;
}
.us2 .us1-set{
    margin-bottom: 0;
}
.us1 h4, .us2 h4{
    color: #fff;
    max-width: 1100px;
    margin: auto;
    text-align: left;
}

.kiki-set-area{
    margin-bottom: 60px;
    -webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.kiki-set{
    text-align: center;
    margin: 0 20px;
}
.kiki-set dd{
    margin-bottom: 10px;
}
.us1-bottom{
    margin-bottom: 200px;
}
.us1-bottom > p{
    margin-bottom: 30px;
}
.us1-bottom .mainbtn a,.us2 .mainbtn a{
    display: block;
    max-width: 400px;
    margin: auto;
    padding: 10px;
    text-align: center;
}

/* スクロールずれ調整*/
#wireless, #rimocon, #relay, #other, #peltier{
    margin-top: -132px; /* 固定ナビの高さ分のネガティブマージン*/
    padding-top: 132px; /* 打ち消し用のパディング */
}

@media screen and (max-width:768px){
  .h4-wrap-ttl{ background: linear-gradient(135deg,#40916c 0%,#40916c 60%,transparent 40%,transparent 100%); }
}

@media screen and (max-width:479px){
  .h4-wrap-ttl{ padding: 5px 20px; margin-bottom: 30px; background: linear-gradient(135deg,#40916c 0%,#40916c 80%,transparent 40%,transparent 100%); }
  .h4-wrap-ttl h4 { font-size: 1.5rem; }
}

/* -----------------------------------------------

	 us2

----------------------------------------------- */

.us2-wrap{
    position: relative;
    padding: 60px 0 200px;
    background: #e6e6e6;
}
.us2-wrap:before,.us2-wrap:after{
    content: "";
    width: 290px;
    height: 498px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
.us2-wrap:before{
    bottom: 0;
    left: 0;
    background-image: url(../images/bg003.png);
}
.us2-wrap:after{
    bottom: 0;
    right: 0;
    background-image: url(../images/bg004.png);
}
.kiki-set-area2{
    margin: 60px 0;
}
.kiki-set-area2 .image{
    margin-right: 15px;
}
.kiki-set2{
    margin-bottom: 30px;
}


/* -----------------------------------------------

	 products

----------------------------------------------- */

/*popup下のnumber*/
.lb-data .lb-details{
    display: none;
}


.product01 img{
    max-width: 200px;
    width: auto;
}

.page-products .feature-set{
    margin-bottom: 30px;
}
#peltier .txt1{
    margin-bottom: 100px;
}
#peltier .txt2{
    margin-bottom: 100px;
}
#peltier .txt2 a{
    color: #4CAF50;
    border-bottom: solid 2px #4CAF50;
}
.bg002-top,.bg002-bottom{
    position: relative;
}
.bg002-top::before,
.bg002-bottom::after{
    position: absolute;
    content: "";
    background-image: url(../images/bg002.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70%;
    height: 60vw;
    z-index: -1;
    opacity: 0.5;
}
.bg002-top::before{
    top: 0;
    left: 0;
}
.bg002-bottom::after{
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
    opacity: 0.3;
}
.products-table{
    margin: 0 20px 100px;
}
.products-table table{
    max-width: 1000px;
    width: 100%;
    margin: auto;
    font-size: 1.6rem;
}
.products-table th{
    color: #40916c;
    font-weight: 700;
    text-align: center;
}
.products-table th,.products-table td{
    padding: 5px 15px;
    background-color: #fff;
}
.products-table a{
  color: #56ce76;
}
.products-table a:hover{
  border-bottom: solid 2px #56ce76;
}
table , td, th {
	border: 2px solid #e6e6e6;
	border-collapse: collapse;
}
.products-table .table01 .note{
  line-height: 30px;
  font-size: 12px;
  color: #56ce76;
  border: solid 1px #56ce76;
  margin-left: 15px;
  padding: 3px 6px;
}

.page-products .feature-set .trade a{
  color: #40916c;
  text-decoration: underline;
}
.page-products .feature-set .trade i{
  margin-left: 5px;
}

@media screen and (max-width:1300px){
  .us2-wrap:before,.us2-wrap:after{
    width: 200px;
    height: 344px;
  }
}
@media screen and (max-width:1200px)and (min-width:1001px){
  .product01 img{
    max-width: 160px;
  }
}
@media screen and (max-width:1000px){
  .product01 { -ms-flex-wrap: wrap; flex-wrap: wrap;}
  .product01 .kiki-set { margin-bottom: 30px; }
}
@media screen and (max-width:850px){
  .products-table .table01 .note{
    display: inline-block;
    line-height: 1.5;
    margin: 5px 0 0 0;
  }
  .products-table .table01 .sp{
    display: block;
  }
  .products-table .table01 td:first-child{
    width: 30%;
  }
  .products-table .table01 td:last-child{
    width: 70%;
  }
}
@media screen and (max-width:650px){
  .products-table .table01 {
    border: none;
    text-align: center;
  }
  .products-table .table01 tr{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products-table .table01 tr:first-child{
    border-bottom: none;
  }
  .products-table .table01 td{
    width: 100% !important;
    border-bottom: none;
  }
  .products-table .table01 tr:last-child{
    width: 100% !important;
    border-bottom: solid 2px #e6e6e6;
  }
}
@media screen and (max-width:479px){
  .mainbtn a { width: 250px; font-size: 1.2rem; }
  .page-products .feature-set ul li { font-size: 1rem; }
  .products-table { margin: 30px 0;  }
  .products-table table { font-size: 1rem; }
  .products-table th, .products-table td { padding: 5px; }
  .product01 .kiki-set { width: 45%; margin: 2%; }
  .product01 .kiki-set dt { font-size: 1rem; }
  .product01 img { max-width: unset; width: 100%; }

  .kiki-set-area2 { margin: 30px 0; }
  .kiki-set-area2 .image { width: 50%; margin: 0 auto 10px; }
  .kiki-set-area2 .txt { width: 90%; margin: 0 auto; font-size: 1rem; line-height: 2;}
  .kiki-set2 { -ms-flex-wrap: wrap; flex-wrap: wrap;}

  #peltier .txt1, #peltier .txt2 { margin-bottom: 30px; }

  .us2-wrap:before{ bottom: -10px; }
  .us2-wrap:after{ bottom: -10px; }

  .us2-wrap:before,
  .us2-wrap:after{
    width: 100px;
    height: 172px;
  }

  .page-products .us2-wrap{ padding: 60px 0 150px;}
  .page-products .kiki-set2{ margin-bottom: 45px;}

  .products-table .table01 .note{ font-size: 10px;}

}

/* -----------------------------------------------

	 company

----------------------------------------------- */
h3.under_title { font-size: 3rem; text-align: left; color: #000; width: 800px; margin: 0 auto 20px; }
.bg_gray { background-color: #DDE0E5; padding: 50px 0; }

.page-company .us1, .page-company .us2 { padding: 50px 0;}
.company_dl { width: 900px; margin:0 auto 50px; border: 1px solid #666; border-top: none; }
.company_dl dt { width:25%; padding: 20px; background-color: #DDE0E5; border-top: 1px solid #666; box-sizing: border-box;}
.company_dl dd { width:75%; padding: 20px; border-top: 1px solid #666; border-left: 1px solid #666; box-sizing: border-box;}
.page-company iframe { max-width: 900px; width: 100%; max-height: 450px; height: 45vw; margin: 0 auto;}

.page-company .tel-number a, .page-company .fax-number a{ color: #333;}

@media screen and (max-width:1100px){
  h3.under_title { width: 90%; }
  .company_dl { width: 100%; margin:0 auto 50px; }
  .page-company section.us3 { padding: 0;}
  .page-company .us2-wrap:before,.page-company .us2-wrap:after{ width: 130px; height: 223px;}
  iframe { width: 80%; }
}

@media screen and (max-width:768px){
  h3.under_title { font-size: 2.5rem; }
  iframe { width: 70%; height: 350px; }

}


@media screen and (max-width:479px){
  h3.under_title { font-size: 1.8rem; }
  .page-company .us1, .page-company .us2 { padding: 20px 0;}
  .company_dl dt { width:30%; padding: 10px; font-size: 1rem; }
  .company_dl dd { width:70%; padding: 10px; font-size: 1rem; color: #333 !important; }
  .page-company .us2-wrap { padding: 30px 0 50px; }
  iframe { width: 100%; height: 250px; }
  .page-company .us2-wrap:before,.page-company .us2-wrap:after{ display: none;}

}

/* -----------------------------------------------

	 tecreport

----------------------------------------------- */
.page-tecreport .us1 { padding: 100px 0; margin-bottom: 150px; background-image: url(../images/tecreport_bg.jpg); background-repeat: repeat; background-size: 150px;}
.tecreport_area { width: 800px; margin: 0 auto; }
.tecreport_area .tecreport_box { width: 45%; margin-bottom: 50px; text-align: center;}
.tecreport_area .tecreport_box a { color: #000; text-decoration: none; }
.tecreport_area .tecreport_box a:hover{ opacity: 1;}
.tecreport_area .tecreport_box a img { margin-bottom: 15px; }
.tecreport_area .tecreport_box a p { line-height: 1.5; min-height: 50px; }


.tecreport_area .tec-box{
    width:100%;
    overflow:hidden;
    display: block;
}
.tecreport_area .tec-box img{
    transition:1s all;
}
.tecreport_area .tec-box img:hover{
    transform:scale(1.2,1.2);
    transition:1s all;
}


@media screen and (max-width:768px){
  .page-tecreport .us1 { padding: 50px 0; margin-bottom: 70px; }
  .tecreport_area { width: 90%; }
  .us1-bottom { margin-bottom:70px; }


}


@media screen and (max-width:479px){
  .page-tecreport .us1 { margin-bottom: 30px; }
  .tecreport_area .tecreport_box { width: 80%; margin: 0 auto 30px;}
  .tecreport_area .tecreport_box a p { font-size: 1.2rem; }
  .us1-bottom { width: 80%; margin: 0 auto 30px; }

}



/* -----------------------------------------------

	 contact

----------------------------------------------- */
.page-contact .us1, .page-contact .us2 { padding: 50px 0;}
.page-contact h3.under_title { width: 100%; }
.page-contact .us2 form dl dd ul li { width: 40%; }
.page-contact .us2 form dl dd ul li:last-child { width: 20%; }
.page-contact .contact_home { margin: 30px 0 300px;}
.page-contact .contact_home a { color: #333; text-decoration: none; }


@media screen and (max-width:1100px){
  .page-contact .us1, .page-contact .us2 { padding: 20px 0;}
}

/* -----------------------------------------------

	 news

----------------------------------------------- */

@media screen and (max-width:479px){
  .page-news .container { width: 100%; }
  .siteContent{
    margin-bottom: 30px !important;
  }
}


/* -----------------------------------------------

	 technology

----------------------------------------------- */
.half_box { width: 48%; margin-bottom: 10px; }
.mb50 { margin-bottom: 50px;}
.b_title { font-weight: bold; margin-bottom: 20px; font-size: 2rem; display: inline-block; border-bottom: solid 3px #56ce76;}
.kome { font-size: 80%; }

.page-technology .ie-only{ display: none; }
.page-technology iframe{ width: 100%; height: 86%; }
.page-technology.l-youtube iframe{ max-width:560px; max-height:315px; width: 100%; height: 38vw;}

.page-technology .us1, .page-technology .us2, .page-technology .us3, .page-technology .us4 { padding: 50px 0;}
.page-technology .us3 h4, .page-technology .us4 h4 { color: #fff; max-width: 1100px; margin: auto; text-align: left; }
.page-technology .technology_waku { position: relative; border: 1px solid #40916c; padding: 50px; margin-top: 70px; background-color: #fff; }
.page-technology .waku_green { border-color: #006837;}
.page-technology .technology_waku .technology_waku_title { font-size: 2rem; font-weight: bold; color:#006837; background-color: #fff; position: absolute; top:-20px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);padding: 0 30px; }
.page-technology .btn_area { width: 60%; margin: 30px auto; }
.page-technology .technology_waku .technology_box { width: 30%; margin: 1%; }
.page-technology .mainbtn a { display: block; width: 250px; margin: auto; padding: 10px; text-align: center; }
.page-technology .technology_soudan { position: relative; background-color: #F2F2F2; padding: 40px 50px 50px; margin-top: 100px; margin-bottom: 100px;}
.page-technology .technology_soudan::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/gradation01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    z-index: 0;
  }
/* .page-technology .technology_soudan::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 4.5em solid transparent;
    border-right: 4.5em solid #288E3A;
    position: absolute;
    z-index: 1;
  } */
.page-technology .technology_soudan .technology_soudan_title {
  font-size: 2em;
  position: absolute;
  top:-35px;
  background: linear-gradient(110deg, #40916c, #5ee07a 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.0);
  color: transparent;

}
.page-technology .technology_soudan .technology_soudan_title::before {
  content: '';
  display:inline-block;
  width:1.8em;
  height:1.8em;
  background:url(../images/technology_titleicon.png) no-repeat;
  background-size:contain;
  margin-right: 10px;
  vertical-align: middle;
}
.page-technology .technology_waku .img-bottom{
  line-height: 1;
  margin-top: 5px;
}
.page-technology .slide03{ display: none;}
.fullimg_area03{ margin: 0 0 60px;}
.fullimg_area02{ padding: 30px 0 0;}

/*IEで未対応の場合は以下で背景を非表示に*/
@media all and (-ms-high-contrast:none){
  .page-technology .technology_soudan .technology_soudan_title {
    /*background: none;*/
  }
}

.page-technology .technology_soudan p { line-height: 1.5; }
.page-technology .technology_soudan ul { margin: 20px 0; }
.page-technology .technology_soudan ul .yellow_line { padding: 0 5px; background: linear-gradient(transparent 60%, #FFCC00 40%); line-height: 35px; font-size: 1.8rem;}
/*.page-technology .fullimg_area img { width: 20%; height: auto; }*/
.page-technology .bx-wrapper { max-width: unset !important; }
.page-technology .us4 .technology_waku img { width: 18%; }

.f-development { padding: 80px 0; color :#fff; text-align: center; background-image: url(../images/f-development_bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center;}
.f-development h3 { margin-bottom: 50px; }
.subbtn { margin-top:50px; }
.subbtn a { display: block; width: 250px; margin: auto; padding: 10px; text-align: center; background-color: #003300; border-radius: 50px; color: #fff;}
.subbtn a:hover{ opacity: 1;}

.bg005 { position: relative; }
.bg005::before{
    position: absolute;
    content: "";
    background-image: url(../images/bg005.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 60vw;
    z-index: -1;
    opacity: 0.5;
    bottom: 0;
    left: 0;
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .page-technology .ie-only{ display: block !important; margin-bottom: 60px;}
  .fullimg_area01,.fullimg_area02,.fullimg_area03{ display: none !important;}
}

@media screen and (max-width:1100px){
  .page-technology .us1, .page-technology .us2, .page-technology .us3, .page-technology .us4 { padding: 20px 0;}
  .page-technology .btn_area { width: 80%; margin: 30px auto 10px;}
  .page-technology iframe{ height: 83.5%; }
  .page-technology.l-youtube iframe{ height: 46vw;}
  .page-technology .slide01{ display: none;}
  .page-technology .slide03{ display: block !important;}
}

@media screen and (max-width:768px){
  .page-technology .mainbtn a { width: 200px; }
  .page-technology iframe{ height: 76%; }
  .page-technology .technology_soudan { margin-top: 80px; margin-bottom: 50px; }
  .page-technology .technology_soudan ul .yellow_line { font-size: 1.4rem; line-height: 30px; }

  .f-development { padding: 50px 0; }
  .f-development h3 { font-size: 2rem; margin-bottom: 30px; }

  .page-technology .technology_soudan::before {
    width: 45px;
    height: 45px;
  }
}


@media screen and (max-width:479px){
  .half_box { width: 100%; margin-bottom: 20px; }
  .mb50 { margin-bottom: 30px;}
  .kome { font-size: 70%; }
  .subbtn a { font-size: 1.2rem; }
  .page-technology .technology_waku { padding: 30px 30px 0; }
  .page-technology .technology_waku .technology_waku_title { font-size: 1.4rem; width: 60%; padding: 0; top:-15px; text-align: center; }
  .page-technology .technology_waku .technology_box { width: 48%; margin: 1% 1% 2%; }
  .page-technology iframe{ height: 50%; }
  .page-technology .l-youtube iframe{ height: 65vw;}
  .page-technology .btn_area { width: 100%; -ms-flex-wrap: wrap;	flex-wrap: wrap; }
  .page-technology .btn_area .mainbtn { margin-bottom: 10px; }
  .page-technology .technology_soudan { padding: 25px 15px; margin-top: 50px; margin-bottom: 20px; }
  .page-technology .technology_soudan .technology_soudan_title { font-size: 1.5em; top:-25px; }
  .page-technology .technology_soudan ul .yellow_line { font-size: 1rem; line-height: 20px; letter-spacing: 0; }
  .page-technology .us4 .technology_waku img { width: 48%; margin-bottom: 5px; }

  .f-development { padding: 50px 25px; }

  .b_title { font-size: 1.5rem; border-bottom: solid 2px #56ce76;
  }

  .page-technology .slide02{ display: block !important;}
  .page-technology .slide03{ display: none !important;}
}





/* -----------------------------------------------

	 development

----------------------------------------------- */
/* tab */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:50px 0;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  height: auto;
}

.tab-label {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  /*flex: 1;*/
  border: 1px solid #B3B3B3;
  border-bottom: none;
  width: 30%;
}
/*.tab-label:not(:last-of-type) {
  margin-right: 5px;
}*/
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/*.tab-switch:checked+.tab-label {
  background: #325A8C;
}*/
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 50px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.tab-switch {
  display: none;
}
.tab-switch:checked+.tab-label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #CCCCCC;
    border-width: 14px;
    margin-left: -14px;
}
.tab-switch:checked+.tab-label {
    background: #CCCCCC;
    position: relative;
    border-top: 2px solid #FFCC00;
}


.tab_panel { width:90%; margin:0 auto; }
.tab_panel .text_area { width: 63%; }
.tab_panel .text_area ul li { margin-bottom: 10px; }
.tab_panel .text_area ul li i { color: #78C19B; margin-right: 10px; font-size: 2.2rem; }
.tab_panel .text_area ul .green_line { padding: 0 5px; background: linear-gradient(transparent 60%, #78C19B 40%); font-size: 1.8rem;  }

.tab_panel .img_area { width: 35%; }

.page-development .us1, .page-development .us2, .page-development .us3, .page-development .us4 { padding: 50px 0; }
.page-development .mainbtn { margin: 30px 0; }
.page-development .mainbtn a{ display: block; max-width: 400px; margin: auto; padding: 10px; text-align: center; }
.page-development .us2 h3 { color: #006837; }
/*.page-development .us2 h3 span.dot-text {
    padding-top: .3em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.03em 0.5em;
    background-image: radial-gradient(.1em .1em at center center,#8CC63F,#8CC63F 100%,transparent);
}*/
.page-development .us2 h3 span.dot-text {-webkit-text-emphasis: filled dot #8CC63F; text-emphasis: filled dot #8CC63F;}
.page-development .us2 h3 span.dot { position: relative;}
.page-development .us2 h3 span.dot:after {
  content: "";
  top: -12px;
  left: 50%;
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

  position: absolute;
}
.page-development .us2 h3 span.pattern01 { color: #fff; background-color: #006837; padding: 0 5px; margin: 0 5px; }
.page-development .us2 h3 span.pattern02 { border: 1px solid #006837; padding: 0 5px; margin: 0 5px; }
.page-development .flow_area { margin: 50px 0 100px; }
.page-development .flow_area dl {
  position: relative;
  padding: 10px 0;
  border-bottom: 2px solid #006837;
}
.page-development .flow_area dl:nth-of-type(5), .page-development .flow_area dl:nth-of-type(7) { margin-bottom: 30px; }
.page-development .flow_area dl:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 20px 18px 0 18px;
  border-style: solid;
  border-color: #006837 transparent transparent transparent;
}

.page-development .flow_area dl:after {
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 20px 18px 0 18px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.page-development .flow_area dl dt {
  width: 15%;
  font-size: 10rem;
  font-weight: bold;
  background: linear-gradient(110deg, #40916c, #5ee07a 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.0);
  color: transparent;
  padding-left: 3%;
}
.page-development .flow_area dl dd { width: 45%; font-size: 3.5rem; font-weight: bold;}
.page-development .flow_area dl:nth-of-type(6) dd, .page-development .flow_area dl:nth-of-type(7) dd { width: 20%; }
.page-development .flow_area dd.dl_right { width: 20%; padding-right: 3%; text-align: center;}
.page-development .flow_area dd.dl_right p { font-size: 1.5rem; }
.page-development .flow_area dd.dl_right img { width: 60%; }
.page-development .flow_area dd.dl_right2 { width: 45% !important; padding-right: 3%; }
.page-development .flow_area dd.dl_right2 p.bg_green { font-size: 1.5rem; background-color:#006837; padding: 10px; color: #fff; }
.page-development .us3 h4, .page-development .us4 h4 { color: #fff; max-width: 1100px; margin: auto; text-align: left; }
h2.bluegreen { color: #003847; font-size: 2.5rem; font-weight: bold; margin-bottom: 30px; }
.page-development .us3 { color: #fff; padding: 80px 0; background-image: url(../images/development_us3_bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center;}
.page-development .us3 .kado { width: 48%; margin-bottom: 20px; position: relative; }
.page-development .us3 .kado::after{
  content: "";
  bottom: 0;
  right: 0;
  border-top: 3.5em solid transparent;
  border-right: 253px solid rgba(255,255,255,0.7);
  position: absolute;
}
.page-development .us3 .kado .kado_text { color: #666666; position: absolute; bottom: 0; right: 5px; z-index: 99;}
.page-development .us3 .subbtn_w {  margin-top:50px; }
.page-development .us3 .subbtn_w a { display: block; width: 250px; padding: 10px; text-align: center; background-color: #fff; border-radius: 50px; color: #2D6A4F;}

.page-development table { width: 80%; margin: 50px auto; border: 2px solid #006837; text-align: center;}
.page-development table tr th { padding: 10px; border: 1px solid #B3B3B3; color: #fff; background-color: #006837; }
.page-development table tr td { padding: 10px; border: 1px solid #B3B3B3; background-color: #fff;}
.page-development table tr td.left { text-align: left; padding-left: 5%; }
.page-development .setsubi_area { width: 60%; margin: 50px auto; text-align: center; }
.page-development .setsubi_area .half_box { width: 45%; }

.development .f-contact { display: none; }
.development .f-contact2 { text-align: center; color: #fff; padding: 80px 0; background-image: url(../images/f-contact2_bg.jpg); background-repeat: no-repeat; background-size: cover; }


@media screen and (max-width:1100px){
  .page-development .flow_area dl dt { font-size: 7rem; }
  .page-development .flow_area dl dd { font-size: 3rem; }
  .page-development .flow_area dd.dl_right { width: 23%; }
  .page-development .flow_area dd.dl_right2 p.bg_green { font-size: 1.2rem; }
  .page-development .us3 .kado::after{ border-right: 21vw solid rgba(255,255,255,0.7); }
  .page-development .us3 .kado .kado_text { font-size: 1.1rem; }

}

@media screen and (max-width:768px){
  .page-development h3 { font-size: 2.2rem;}
  .tab_panel { width: 100%; }
  .tab_panel .text_area ul li { margin-bottom: 5px; }
  .tab_panel .text_area ul .green_line {font-size: 1.4rem;}
  .tab-switch:checked+.tab-label+.tab-content { padding: 30px; }
  /*.page-development .us2 h3 span.dot-text { background-size: 1.06em 0.5em; }*/
  .page-development .us2 h3 span.dot:after { width: 7px; height: 7px top:-7px; }
  .page-development .flow_area dl dd { font-size: 2.5rem; }
  .page-development .flow_area dd.dl_right { width: 30%; }
  .page-development .flow_area dd.dl_right img { width: 50%; }
  .page-development .flow_area dd.dl_right2 { width: 55% !important; }
  .page-development .flow_area dd.dl_right2 p.bg_green { font-size: 1.1rem; }
  .page-development .flow_area dl dt { width: 25%;}
  .page-development .us3 .kado img { position: absolute; bottom: 0; }
  .page-development table { width: 100%; }
  .page-development table tr th { padding: 5px 10px; }
  .page-development table tr td { padding: 5px 10px; }
  .page-development table tr td.left { padding-left: 2%; }
  .page-development .setsubi_area { width: 80%; }

  .development .f-contact2 { padding: 50px 0; }
  .development .f-contact2 h3 { font-size: 2.2rem; }
  .development .f-contact2 .subbtn { margin-bottom: 30px; }

}


@media screen and (max-width:479px){
  .page-development .us1, .page-development .us2, .page-development .us3, .page-development .us4 { padding: 20px 0; }
  .tab-wrap { margin: 30px 0;}
  .tab-label { flex: 1; width: unset; font-size: 1.3rem; }
  .tab-switch:checked+.tab-label:after { display: none; }
  .tab-switch:checked+.tab-label+.tab-content { padding: 20px 10px; }
  .tab_panel .text_area { width: 100%; }
  .tab_panel .text_area ul li { margin-bottom: 5px; }
  .tab_panel .text_area ul li i { font-size: 1.5rem; }
  .tab_panel .text_area ul .green_line {font-size: 1.3rem;}
  .tab_panel .img_area { width: 70%; margin: 10px auto 0; }
  .page-development .us2 h3 { font-size: 1.8rem; line-height: 40px; }
  .page-development .flow_area { margin: 30px 0 50px; }
  .page-development .flow_area dl dt { font-size: 3rem; }
  .page-development .flow_area dl dd { width: 75%; font-size: 1.8rem; }
  .page-development .flow_area dd.dl_right { width: 100%; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: auto;}
  .page-development .flow_area dd.dl_right p { font-size: 1.1rem; }
  .page-development .flow_area dd.dl_right img { width: 30px; margin-right: 5px; }
  .page-development .flow_area dl:nth-of-type(6) dd, .page-development .flow_area dl:nth-of-type(7) dd { width: 75%; }
  .page-development .flow_area dd.dl_right2 { width: 100% !important; padding: 0;}
  h2.bluegreen { font-size: 2rem; }
  .page-development .us3 { padding: 30px 0; }
  .page-development .us3 .subbtn_w { margin-bottom: 30px; font-size: 1.2rem; }
  .page-development .us3 .kado img { position: relative; }
  .page-development .us3 .kado::after{ border-top: 3em solid transparent; border-right: 43vw solid rgba(255,255,255,0.7); }
  .page-development table { font-size: 1rem; margin: 30px auto;}
  .page-development table tr th { padding: 5px; }
  .page-development table tr td { padding: 5px; }
  .page-development .setsubi_area { width: 100%; margin: 30px auto;}


  .development .f-contact2 { padding: 50px 20px; }

}

/*IEの場合*/
@media all and (-ms-high-contrast:none){
  .page-development .flow_area dl dt { background-repeat: no-repeat; background-size: 70%; background-position: center; }
  .page-development .flow_area dl dt.num01 { background-image: url(../images/num_01.png); }
  .page-development .flow_area dl dt.num02 { background-image: url(../images/num_02.png); }
  .page-development .flow_area dl dt.num03 { background-image: url(../images/num_03.png); }
  .page-development .flow_area dl dt.num04 { background-image: url(../images/num_04.png); }
  .page-development .flow_area dl dt.num05 { background-image: url(../images/num_05.png); }
  .page-development .flow_area dl dt.num06 { background-image: url(../images/num_06.png); }
  .page-development .flow_area dl dt.num07 { background-image: url(../images/num_07.png); }

  .page-technology .technology_soudan .technology_soudan_title {
    background-image: url(../images/technology_soudan_title.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -25px;
    width: 250px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  }
  .page-technology .technology_soudan .technology_soudan_title::before { display: none; }

}
