@charset "utf-8";

/**********************************************************************************
* common
***********************************************************************************/

/* ----- Clear  ------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ----- breadcrumbs --------------------*/
.breadcrumbs {
  width: 960px;
  height: 20px;
  display: block;
  font-size: 12px;
  text-align: right;
  margin: 10px auto
}

/* ----- Img bottom margin clear  ------------------- */
img {
  max-width: 100%;
  vertical-align: bottom
}

/* ----- Link -------------------- */
header a {
  color: #FFFFFF;
  text-decoration: none
}

header a:hover {
  color: #FFFFFF;
  text-decoration: underline
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}

.labeis-menu a li {
  color: #333333;
  text-decoration: none;
}

.labeis-menu a li:hover {
  background-color: #5280C1;
  color: #fff;
  text-decoration: none;
}

footer a {
  color: #333333
}

footer a:hover {
  text-decoration: underline;
  color: #333333
}

/* ----- Position ------------------------------ */
.ml {
  float: left
}

.mr {
  float: right
}

.alignright {
  float: right;
  clear: both
}

.alignleft {
  float: left;
  clear: both
}

img.alignright {
  float: right;
  margin-left: 10px;
  clear: both
}

img.alignleft {
  float: left;
  margin-right: 10px;
  clear: both
}

.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px
}

/* ----- Font  -------------------- */
.red {
  color: #FF0000
}

.blue {
  color: #0000FF
}

.green {
  color: #00FF00
}

em {
  font-style: italic;
}

strong {
  font-weight: bold
}

/* ----- ul・ol -------------------- */
#main ul {
  margin-left: 1.6em
}

#main ul li {
  list-style-position: outside;
  list-style-type: disc;
  float: none
}

#main ol {
  margin-left: 1.8em;
}

#main ol li {
  list-style-position: outside;
  list-style-type: decimal;
  float: none
}

/* LABEIS MENU */
#main .labeis-menu ul {
  margin-left: 0
}

#main .labeis-menu li {
  list-style-type: none;
  float: left
}

/* ----- Sitemap -------------------- */
#main #sitemap_list li {
  list-style-type: none
}

#sitemap_list li .cat-item, #sitemap_list .cat-item {
  font-weight: bold
}

/* ----- Topics 子カテゴリ分け（2024.12.18追記） -------------------- */
.child-category-list ul {
  margin: 1.5em 0 0 0;
  padding: 0;
  list-style-type: none;
}

.child-category-list li {
  margin: 0 0 8px 0;
  padding: 5px 10px;
  background: #f5f5f5;
  border-radius: 4px;
  transition: background 0.3s;
}

.child-category-list li:hover {
  background: #e2e2e2;
}

.child-category-list li a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.child-category-list li a:hover {
  text-decoration: underline;
  color: #000;
}



/* ----- Margin -------------------- */
.mt00 {
  margin-top: 0px
}

.mt05 {
  margin-top: 5px
}

.mt10 {
  margin-top: 10px
}

.mt15 {
  margin-top: 15px
}

.mt20 {
  margin-top: 20px
}

.mt25 {
  margin-top: 25px
}

.mt30 {
  margin-top: 30px
}

.mt35 {
  margin-top: 35px
}

.mt40 {
  margin-top: 40px
}

.mt45 {
  margin-top: 45px
}

.mt50 {
  margin-top: 50px
}

.mt60 {
  margin-top: 60px
}

.mt70 {
  margin-top: 70px
}

.mt80 {
  margin-top: 80px
}


.mb00 {
  margin-bottom: 0px
}

.mb05 {
  margin-bottom: 5px
}

.mb10 {
  margin-bottom: 10px
}

.mb15 {
  margin-bottom: 15px
}

.mb20 {
  margin-bottom: 20px
}

.mb25 {
  margin-bottom: 25px
}

.mb30 {
  margin-bottom: 30px
}

.mb35 {
  margin-bottom: 35px
}

.mb40 {
  margin-bottom: 40px
}

.mb45 {
  margin-bottom: 45px
}

.mb50 {
  margin-bottom: 50px
}

.mb60 {
  margin-bottom: 60px
}

.mb70 {
  margin-bottom: 70px
}

.mb80 {
  margin-bottom: 80px
}

.mr00 {
  margin-right: 0px
}

.mr05 {
  margin-right: 5px
}

.mr10 {
  margin-right: 10px
}

.mr15 {
  margin-right: 15px
}

.mr20 {
  margin-right: 20px
}

.mr25 {
  margin-right: 25px
}

.mr30 {
  margin-right: 30px
}

.mr35 {
  margin-right: 35px
}

.mr40 {
  margin-right: 40px
}

.mr45 {
  margin-right: 45px
}

.mr50 {
  margin-right: 50px
}

.ml00 {
  margin-left: 0px
}

.ml05 {
  margin-left: 5px
}

.ml10 {
  margin-left: 10px
}

.ml15 {
  margin-left: 15px
}

.ml20 {
  margin-left: 20px
}

.ml25 {
  margin-left: 25px
}

.ml30 {
  margin-left: 30px
}

.ml35 {
  margin-left: 35px
}

.ml40 {
  margin-left: 40px
}

.ml45 {
  margin-left: 45px
}

.ml50 {
  margin-left: 50px
}

.mc {
  text-align: center;
}

/* ----- Table 01 -------------------- */
.type01 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 3px solid #007615;
  margin: 15px 0;
  width: 100%;
}

.type01 th {
  width: 147px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #2A7314;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #D9FFD7;
  white-space: nowrap;
}

.type01 td {
  width: 349px;
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/**********************************************************************************
* page
***********************************************************************************

/* ----- Sidebar Title ------------------- */
/*#sub h2*/
#sub .sub-heading {
  font-size: 24px;
  font-weight: bold
}

#sub .sub-heading.min {
  font-size: 19px;
}

/*#sub h3*/
#sub .sub-title {
  font-size: 15px;
  font-weight: bold;
  color: #999999;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}

/* ----- Main Contents Title  ------------------- */
#main .heaing-h3 {
  clear: both;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  padding: 0 0 40px 5px;
  margin: 0 0 20px 0;
  color: #386194;
  background-image: url('https://www.tokai-techno.co.jp/image/h3-bg.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}

#main .update { /*2023.11.10 追記 */
  text-align: right;
  margin: 1em 0 2em 0
}

#main .heaing-h3 span {
  font-size: 16px;
  font-weight: bold;
}

#main .heaing-h4 {
  clear: both;
  background: transparent;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  border: 2px solid #4E87C7;
  padding: 10px 0 10px 15px;
  margin: 20px 0 20px 0;
}

#main .heaing-h5 {
  clear: both;
  border: 0;
  background: transparent;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  border-bottom: 1px dotted #333;
  padding: 10px 0 10px 0px;
  margin: 20px 0 20px 0;
}

#main .heaing-h6 {
  clear: both;
  border: 0;
  color: #386194;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  background-image: url('https://www.tokai-techno.co.jp/image/h6-bg.gif');
  background-repeat: no-repeat;
  padding: 5px 0 20px 10px;
  margin: 0 auto;
}

#main .heaing-h7 {
  clear: both;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0 10px 15px;
  margin: 15px 0 15px 0;
  color: #4E87C7;
  border: 1px dotted #4E87C7;
  font-weight: bold;
}

/* #main #topics h4 */
#main #topics .topics .ts {
  clear: both;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 2em
}

#main #topics .topics {
  clear: both;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
  margin: 20px 0 20px 0;
  color: #333;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #4E87C7;
}

#main #topics .topics a {
  font-weight: bold
}

#sub .sub-title:after,
#sub .sub-heading:after,
#main .heaing-h3:after,
#main .heaing-h4:after,
#main .heaing-h5:after,
#main .heaing-h6:after,
#main .heaing-h7:after,
#main #topics .topics .ts:after,
#main #topics .topics:after {
  content: "";
  clear: both;
  display: block;
}

/* ----- Category　List ------------------- */
#main #con-box1 {
  width: 100%;
  clear: both;
}

#con-box1 img {
  display: block;
  float: left;
  margin: 0 35px 55px 0
}

#con-box1 .page-list {
  float: right;
  width: 545px;
  background-color: #FAF7F7;
  border: 1px solid #CCCCCC;
  margin: 25px 0 55px 0;
  padding-top: 15px;
}

#con-box1 .page-list ul li {
  list-style: none inside;
  width: 165px;
  float: left;
  background-image: url('https://www.tokai-techno.co.jp/image/list-arrow.png');
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 20px;
  font-size: 14px;
  margin: -5px 0 0.75em 0
}

#kanren-title {
  border-bottom: 3px double #ccc;
  font-size: 18px;
  color: #386194;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 15px
}

#kanren {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #F9F5F5
}

#kanren .page-nav {
  padding: 5px 0px;
  font-size: 14px
}

#kanren .page-nav li {
  list-style: none;
  background-image: url('https://www.tokai-techno.co.jp/image/list-arrow.png');
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 20px;
  margin: 12px 0px;
  border-bottom: 1px dotted #ccc
}

/* ----- Sidebar Contents ------------------- */
#sub .page-nav {
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  font-size: 14px
}

#sub .page-nav li {
  margin-bottom: 10px
}

/* ----- Contents RIKEJYO ------------------- */
#main .rijyoke-box {
  background-color: #F3F4F6;
  border: 1px solid #333333;
  padding: 15px;
}

#main .rijyoke-box .rb-left {
  width: 490px;
  float: left
}

#main .rijyoke-box .rb-right {
  float: right;
}

.rb-left .title {
  color: #223773;
  font-weight: bold;
  font-size: 28px;
  line-height: normal;
}

.rb-left .sub-title {
  margin-bottom: 15px
}

.rb-left .word {
  font-size: 13px;
}

.rb-left .rdate {
  font-size: 13px;
  font-weight: bold;
  color: #223773;
  margin-top: 10px
}

.rb-right .group {
  color: #223773;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.rb-right .name {
  font-size: 13px;
  text-align: center;
}

#container #main .q-block {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: solid 3px #CCCCCC;
  position: relative;
}

#container #main .q-block:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #223773;
  bottom: -3px;
  width: 32%;
}

#main #q-title {
  font-weight: bold;
  padding: 10px;
  background-color: #F5F5F5;
  display: inline-block;
  margin-top: 15px;
}

#main .anser {
  margin-top: 15px;
  margin-bottom: 15px;
}


/* ----- LABEIS MENU ------------------- */
.labeis-menu {
  width: 730px;
  border: 1px solid #386194;
  clear: both
}

.labeis-menu ul {
  width: 730px;
  margin: 0;
}

.labeis-menu li {
  width: 243px;
  text-align: center;
  border: 1px dotted #386194;
  padding: 10px 0;
}

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

.font10 {
  font-size: 0.75em;
}

.font12 {
  font-size: 0.8em;
}

.font14 {
  font-size: 0.9em;
}

.font15 {
  font-size: 0.95em;
  line-height: 170%;
}

.t-blue {
  color: #336699;
}


/* カラーボックス文--------------------------------*/

.blback {
  width: 100%;
  background: #2860ad;
  padding: 15px 0;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin: 20px 0 30px;
}

.grback {
  width: 100%;
  background: #6ea924;
  padding: 15px 0;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
}

.orback {
  width: 100%;
  background: #ed7d31;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  margin: 15px 0;
}

.orborder {
  width: 100%;
  border: 1px solid #ff6600;
  padding: 15px 0;
  color: #ff6600;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
}



/* 表組み--------------------------------*/

.infotableArea {
  width: 100%;
  overflow: hidden;
  height: 100%;
  margin-bottom: 30px;
}

dl.info {
  margin: 12px 0;
  text-align: center;
  border-bottom: 1px dashed #333333;
}

dl.info:first-child {
  margin-top: 10px;
}

dl.info:last-child {
  border-bottom: none;
}


dl.info dt {
  margin-bottom: 8px;
  width: 20.54794520547945%;
  float: left;
  clear: both;
  text-align: left;
  line-height: 160%;
}

dl.info dd {
  margin-bottom: 8px;
  margin-left: 20.54794520547945%;
  text-align: left;
  line-height: 160%;
}

dl.info dd.month {
  margin: 0 3% 8px 0;
  width: 5%;
  text-align: right;
  float: left;
  line-height: 160%;
}

dl.info dd .inL {
  width: 49%;
  float: left;
  margin-right: 2%;
}

dl.info dd .inR {
  width: 49%;
  float: left;
  margin: 0;
}


dl.info02 {
  margin: 12px 0;
  text-align: center;
  border-bottom: 1px dashed #333333;
}

dl.info02:first-child {
  margin-top: 10px;
}

dl.info02:last-child {
  border-bottom: none;
}


dl.info02 dt {
  margin-bottom: 8px;
  width: 35.54794520547945%;
  float: left;
  clear: both;
  text-align: left;
  line-height: 160%;
}

dl.info02 dd {
  margin-bottom: 8px;
  margin-left: 35.54794520547945%;
  text-align: left;
  line-height: 160%;
}


/* 表：情報--------------------------------*/

.detailtableArea {
  width: 100%;
  overflow: hidden;
  height: 100%;
  margin-bottom: 30px;
}

.detailtableArea dl {
  width: 47.94520547945205%;
  margin: 12px 4.10958904109589% 0 0;
  text-align: center;
  float: left;
  border-bottom: 1px dashed #333333;
  overflow: hidden;
}

.detailtableArea dl:nth-child(1),
.detailtableArea dl:nth-child(2) {
  margin-top: 0;
}

.detailtableArea dl:nth-child(2n) {
  margin-right: 0;
}


.detailtableArea dl dt {
  margin-bottom: 12px;
  float: left;
  clear: both;
  text-align: left;
  white-space: nowrap;
}

.detailtableArea dl dd {
  margin-bottom: 12px;
  text-align: right;
  float: right;
  white-space: nowrap;
}

.detailtableArea dl dd p.nbsp {
  height: 1.5em;
}


/* 表：会社概要-有資格者--------*/

.qualifiedArea {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.qualifiedArea dl {
  width: 100%;
  margin: 12px 0 0 0;
  text-align: center;
  border-bottom: 1px dashed #333333;
  overflow: hidden;
}

.qualifiedArea dl:nth-child(1) {
  margin-top: 0;
}

.qualifiedArea dl:nth-child(2n) {
  margin-right: 0;
}


.qualifiedArea dl dt {
  margin-bottom: 12px;
  float: left;
  clear: both;
  text-align: left;
  white-space: nowrap;
}

.qualifiedArea dl dd {
  margin-bottom: 12px;
  text-align: right;
  float: right;
  white-space: nowrap;
}

.qualifiedArea dl dd p.nbsp {
  height: 1.5em;
}


/* 2カラム--------------------------------*/

#contents2_L {
  width: 47.94520547945205%;
  margin-right: 4.10958904109589%;
  float: left;
  overflow: hidden;
}

#contents2_L p {
  font-size: 0.9em;
}

#contents2_R {
  width: 47.94520547945205%;
  float: right;
  overflow: hidden;
}

#contents2_R p {
  font-size: 0.9em;
}


/* 470px・230px */

.contents2_Ltext {
  width: 64.38356164383562%;
  margin-right: 4.10958904109589%;
  float: left;
  overflow: hidden;
}

.contents2_Rimg {
  width: 31.506849315068493%;
  float: right;
  overflow: hidden;
}


/* 430px・270px */

.contents2_Ltext02 {
  width: 58.9041095890411%;
  margin-right: 4.10958904109589%;
  float: left;
  overflow: hidden;
}

.contents2_Rimg02 {
  width: 36.986301369863014%;
  float: right;
  overflow: hidden;
}


.contents2_L30 {
  width: 22.388059701%;
  margin-right: 4.47761194%;
  float: left;
  overflow: hidden;
}

.contents2_R70 {
  width: 73.134328358%;
  float: right;
  overflow: hidden;
}



/* 400px・300px */

.contents2_Ltext03 {
  width: 57.142857142%;
  margin-right: 1.10958904109589%;
  float: left;
  overflow: hidden;
}

.contents2_Rimg03 {
  width: 42.857142857;
  float: right;
  overflow: hidden;
}



/* 230px・470px*/

.contents2_Limg {
  width: 31.506849315068493%;
  margin-right: 4.10958904109589%;
  float: left;
  overflow: hidden;
  text-align: center;
}

.contents2_Rtext {
  width: 64.38356164383562%;
  float: right;
  overflow: hidden;
}



/* 300px・400px */

.contents2_Ltext04 {
  width: 47.857142857;
  margin-right: 1.10958904109589%;
  float: left;
  overflow: hidden;
}

.contents2_Rimg04 {
  width: 52.142857142%;
  float: right;
  overflow: hidden;
}


/* 3カラム--------------------------------*/

#contents3_L {
  width: 31.506849315%;
  margin-right: 2.739726027%;
  float: left;
  overflow: hidden;
}

#contents3_C {
  width: 31.506849315%;
  margin-right: 2.739726027%;
  float: left;
  overflow: hidden;
}


#contents3_R {
  width: 31.506849315%;
  float: right;
  overflow: hidden;
}


/* テーブル--------------------------------*/

table.content, .content td, .content th {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  padding: 10px 15px;
  line-height: 150%;
  vertical-align: middle;
}


/* 段落文--------------------------------*/

.notes {
  margin-left: 1em;
  text-indent: -1em;
}

.notes2 {
  margin-left: 2em;
  text-indent: -2em;
}

.notes3 {
  margin-left: 3em;
  text-indent: -3em;
}

.notes5 {
  margin-left: 5em;
  text-indent: -5em;
}


.notes15 {
  margin-left: 15em;
  text-indent: -15em;
  margin-top: 0;
  margin-bottom: 0;
}

/* 枠-----------------------------------*/

.waku1px_gr {
  border: #CCCCCC 1px solid;
  padding: 20px;
  background-color: #FAFBFC;
  font-size: 0.9em;
}

.waku1px_gr p {
  text-align: center;
  margin: 0 auto;
}

.waku1px_br {
  border: #CCCCCC 1px solid;
  padding: 20px;
  background-color: #FDFAFA;
  margin-bottom: 30px;
  font-size: 0.9em;
  overflow: hidden;
}

.waku1px_br p {
  text-align: center;
  margin: 0 auto;
}

.waku1px_wh {
  border: #CCCCCC 1px solid;
  padding: 20px;
}

.waku1px_wh p {
  text-align: center;
  margin: 0 auto;
}

.waku5px_wh {
  border: #DDDDDD 5px solid;
  padding: 30px;
  overflow: hidden;
  font-size: 0.9em;
  margin-bottom: 40px;
}

.waku5px_wh p {
  text-align: left;
  margin-left: 15px;
}

/* 製品サービス-環境調査分析-------------*/

#main .listcap {
  width: 100%;
  height: auto;
  background: url(https://www.tokai-techno.co.jp/image/h6_list-bg.gif);
  background-repeat: repeat;
  border: 1px solid #CCCCCC;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-size: 100% 100%;
}

#main .listcap p {
  font-size: 0.9em;
  color: #000000;
  background: url(https://www.tokai-techno.co.jp/image/h6_list.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 17px;
  font-weight: bold;
}

.icon_link {
  padding-left: 18px;
  background-image: url(https://www.tokai-techno.co.jp/image/icon-pagelink.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  margin: 10px 0;
}

a.linkblue:link {
  color: #003366;
  text-decoration: none;
  line-height: 130%;
}

a.linkblue:active {
  color: #003366;
  text-decoration: none;
  line-height: 130%;
}

a.linkblue:visited {
  color: #003366;
  text-decoration: none;
  line-height: 130%;
}

a.linkblue:hover {
  color: #003366;
  text-decoration: underline;
  line-height: 130%;
}



/* 製品サービス-ダウンロード-------------*/

#Areamb20 {
  margin-bottom: 20px;
  overflow: hidden;
}


#Areamb30 {
  margin-bottom: 30px;
  overflow: hidden;
}

#Areamb40 {
  margin-bottom: 40px;
  overflow: hidden;
}

#Areamb50 {
  margin-bottom: 50px;
  overflow: hidden;
}


.download_cap {
  padding-bottom: 20px;
}

table.download {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  width: 100%;
  border-spacing: 0;
  margin: 0 auto 40px;
  font-size: 0.9em;
}

table.download td {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
}

table.download td.cap-dl {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: left;
  background-color: #F7FCFF;
  width: 70%;
  padding: 10px 20px;
  vertical-align: middle;
}

table.download td.cap-dltext {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: left;
  width: 30%;
  padding: 10px 20px;
  vertical-align: middle;
}

table.download td.cap-dltext img {
  width: 19px;
  height: 21px;
  margin-right: 10px;
}

table.download td.img-dl {
  padding: 5px 0;
}

table.download td.img-dl img {
  width: 33px;
  height: 37px;
}

table.download td.cap-entry {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  width: 50%;
  padding: 10px 20px;
  vertical-align: middle;
}

table.download td.cap-entry span {
  font-weight: bold;
}

table.download td.cap-entry img {
  width: 34px;
  height: 24px;
  margin-right: 10px;
}

/* 製品サービス-かわせみ---------------*/

#backnumberArea {
  width: 100%;
  margin: 0 auto 40px;
}

.backnubreArea_in {
  width: 50%;
  background-color: #F2F2F2;
  border: #CCCCCC 1px solid;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.optionArea dl dt {
  width: 2em;
  float: left;
  line-height: 125%;
  margin-bottom: 1em;
  font-size: 0.9em;
}

.optionArea dl dd {
  line-height: 125%;
  margin-bottom: 1em;
  margin-left: 2em;
  font-size: 0.9em;
}


/* 企業情報-主要取引先------------------*/

.suppliers_main {
  max-width: 730px;
  height: auto;
  margin-bottom: 30px;
}

.suppliers_logoArea {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.suppliers_logoAreaL {
  width: 50%;
  height: auto;
  float: left;
}

.suppliers_logoAreaR {
  width: 50%;
  float: right;
}

.suppliers_logoArea_inL {
  width: 50%;
  float: left;
  text-align: center;
  display: table-cell;
}

.suppliers_logoArea_inL img {
  width: 80%;
  height: 80%;

}

.suppliers_logoArea_inR {
  width: 50%;
  float: right;
  text-align: center;
}

.suppliers_logoArea_inR img {
  width: 80%;
  height: 80%;

}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.pc-mr {
  float: right;
}

.clear {
  clear: both;
}

/* 数字が語る-----------------*/

.number_main {
  max-width: 730px;
  height: auto;
  margin-bottom: 30px;
}

.numberArea {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.numberAreaL {
  width: 50%;
  height: auto;
  float: left;
  text-align: center;
}

.numberAreaR {
  width: 50%;
  float: right;
  text-align: center;
}



/* エキスパート------------------*/


.expert_cap {
  background: url(https://www.tokai-techno.co.jp/image/cap_expert_pc.gif);
  background-repeat: no-repeat;
  margin-bottom: 20px;
  width: 730px;
  height: 56px;
  text-indent: -9999px;
}

.expert_photoArea {
  width: 28.985507246%;
  margin-right: 2.898550724%;
  float: left;
}

.expert_textArea {
  width: 68.115942028%;
  float: right;
}

/* スタッフ紹介エリア（お問い合わせ）-----------------------------------------*/

#contactstaffArea {
  width: 100%;
  padding: 0 0 20px;
  text-align: left;
}

#contactstaffArea_in_large {
  max-width: 730px;
  margin: 0 auto;
}

#contactstaffArea_in_large p {
  text-align: center;
}

#contactstaffArea_in_large p img {
  width: 488px;
  height: 55px;
}

.contactstaffArea_cap {
  width: 100%;
  margin: 15px 0 25px;
  text-align: center;
  font-size: 1.2em;
}

.contactstaffArea_cap img {
  width: 488px;
  height: 55px;
}

#contactstaffArea_tel {
  width: 82.191780821%;
  border-bottom: #999999 1px dotted;
  padding: 10px 0;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1.1em;
}

.contactstaffArea_telL {
  float: left;
  width: 66.666666666%;
}

.contactstaffArea_telR {
  float: right;
  width: 30.833333333%;
  text-align: right;
}

.contactstaffArea_telR span img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.row {
  display: flex;
  margin-left: -3.125%;
}

.col {
  width: 100%;
  margin-left: 3.125%;
}

.col img {
  width: 100%;
}


/* 品質方針-----------------------------------------*/

.plicy_img_pc {
  margin: 0 auto 30px auto:
}


/* 採用情報-----------------------------------------*/

.tab5 {
  width: 100%;
  /*横幅はここで設定します。100%にすれば可変になります。*/
  min-width: 320px;
  margin: 0 auto;
}

.tab5 .tab-content {
  margin: 0 auto;

}

.tab5 label {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.tab5 label {
  display: inline-block;
  width: 21%;
  padding: 20px 10px;
  cursor: pointer;
  background: #eee;
  color: #333;
  margin-right: -2px;
  font-weight: bold;
  border: #ccc 1px solid;
  text-align: center;
  margin-bottom: 2px;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}

.tab5 label:hover {
  background: #F8F6F6;
}

.tab5 input:checked+label {
  background: #9fb7d4;
  color: white;
  padding: 20px 10px;
}

.tab5 input {
  display: none;
}

.tab5 #tab5-b1,
.tab5 #tab5-b2,
.tab5 #tab5-b3,
.tab5 #tab5-b4 {
  display: none;
  padding-top: 25px;
}

.tab5 #tab5-1:checked~#tab5-b1,
.tab5 #tab5-2:checked~#tab5-b2,
.tab5 #tab5-3:checked~#tab5-b3,
.tab5 #tab5-4:checked~#tab5-b4 {
  display: block;
}

.recruit_bt {
  width: 20em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  background-color: #4E87C6;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  /* for Safari and Chrome 対応*/
  -moz-border-radius: 15px;
  /* for Firefox 対応*/
  margin-bottom: 40px;
}

/* Labise-----------------------------------------*/


.contents2_L35 {
  width: 33.388059701%;
  margin-right: 4.47761194%;
  float: left;
  overflow: hidden;
}

.contents2_R65 {
  width: 62.134328358%;
  float: right;
  overflow: hidden;
}




@media only screen and (min-width: 639px) and (max-width: 2048px) {


  .none {
    display: none
  }

  #contactstaffArea_in_small {
    display: none;
  }


  .plicy_img_sp {
    display: none;
  }

}

@media screen and (max-width: 639px) {

  .font14 {
    line-height: 150%;
  }


  /* 表組み----------------------------*/

  dl.info {
    padding-left: 2%;
    margin: 18px 0;
  }

  dl.info dt {
    text-indent: 0;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
    font-weight: bold;
  }

  dl.info dd {
    margin-left: 0;
    text-align: left;
    clear: both;
    margin-bottom: 15px;
  }

  dl.info dd.month {
    margin-right: 0;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
    float: none;
  }

  dl.info dd.month p {
    display: none;
  }

  dl.info dd .inL {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  dl.info dd .inR {
    width: 100%;
    float: none;
  }

  dl.info02 {
    padding-left: 2%;
    margin: 18px 0;
  }

  dl.info02 dt {
    text-indent: 0;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
    font-weight: bold;
  }

  dl.info02 dd {
    margin-left: 0;
    text-align: left;
    clear: both;
    margin-bottom: 15px;
  }

  /* 表：情報--------------------------------*/

  .detailtableArea dl {
    width: 100%;
    margin-right: 0;
    text-align: center;
    float: none;
    display: block;
  }

  .detailtableArea dl:nth-child(2) {
    margin-top: 12px;
  }

  .detailtableArea dl:first-child {
    margin-top: 10px;
  }

  .detailtableArea dl dd p.nbsp {
    display: none;
  }

  dl.info dd .detailtableArea dl dt {
    margin-bottom: 12px;
    width: 80%;
    clear: both;
    text-align: left;
    font-weight: normal;
    display: inline-block;
  }

  dl.info dd .detailtableArea dl dd {
    margin-bottom: 12px;
    width: 20%;
    text-align: right;
    display: inline-block;
  }


  /* 表：会社概要-有資格者--------*/


  .qualifiedAreaArea dl {
    width: 100%;
    margin-right: 0;
    text-align: center;
    float: none;
    display: block;
  }

  .qualifiedAreaArea dl:first-child {
    margin-top: 0;
  }

  .qualifiedAreaArea dl dd p.nbsp {
    display: none;
  }


  /* 2カラム--------------------------------*/

  #contents2_L {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
  }

  #contents2_R {
    width: 100%;
    float: none;
  }

  .contents2_Ltext,
  .contents2_Ltext02,
  .contents2_Ltext03,
  .contents2_Ltext04 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    https: //www.tokai-techno.co.jp/cms/wp-admin/theme-editor.php?file=css%2Fcustom.css&theme=tokai
      text-align:left;
    float: none;
    overflow: hidden;
  }

  .contents2_Rimg,
  .contents2_Rimg02,
  .contents2_Rimg03,
  .contents2_Rimg04 {
    width: 100%;
    float: none;
    overflow: hidden;
  }


  .contents2_L30 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
    float: none;
    overflow: hidden;
  }

  .contents2_R70 {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .contents2_Limg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
    overflow: hidden;
  }

  .contents2_Rtext {
    width: 100%;
    float: none;
    overflow: hidden;
    text-align: left;
  }



  /* 3カラム--------------------------------*/

  #contents3_L {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
  }

  #contents3_C {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
  }


  #contents3_R {
    width: 100%;
    float: none;
  }



  /* 3カラム--------------------------------*/

  #contents3_L img {
    width: 70%;
    height: auto;
  }

  #contents3_C img {
    width: 70%;
    height: auto;
  }


  #contents3_R img {
    width: 70%;
    height: auto;

  }


  /* 製品サービス-ダウンロード-------------*/

  #Areamb20 {
    margin-bottom: 10px;
  }

  #Areamb30 {
    margin-bottom: 15px;
  }

  #Areamb40 {
    margin-bottom: 20px;
  }

  #Areamb50 {
    margin-bottom: 25px;
  }

  .download_cap {
    padding-bottom: 10px;
  }

  table.download tr {
    display: block;
  }

  table.download td {
    display: block;
    padding: 10px;
  }

  table.download td.cap-dl {
    display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
  }

  table.download td.cap-dltext {
    display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
  }


  table.download td.cap-entry {
    display: block;
    padding: 10px;
    width: 100%;
    vertical-align: middle;
  }

  /* 製品サービス-かわせみ---------------*/

  #backnumberArea {
    width: 100%;
    margin: 0 auto 20px;
  }

  .backnubreArea_in {
    width: 100%;
    padding: 10px;
  }



  /* テーブルスクロール--------------------------------------------*/

  .scroll {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 20px;
  }

  .scroll::-webkit-scrollbar {
    height: 8px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #898A88;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .scroll::-webkit-scrollbar-button {
    width: 5px;
    height: 5px;
    background: #666666;
  }

  /* 企業情報-主要取引先------------------*/

  .suppliers_main {
    margin-bottom: 15px;
  }

  .suppliers_logoArea {
    margin-bottom: 0;
  }

  .suppliers_logoAreaL {
    width: 100%;
    float: none;
  }

  .suppliers_logoAreaR {
    width: 100%;
    float: none;
    clear: both;
  }

  .suppliers_logoArea_inL {
    margin-bottom: 30px;
  }

  .suppliers_logoArea_inR {
    margin-bottom: 30px;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }


  .pc-mr {
    float: none;
  }

  .sp-block {
    display: block;
    clear: both;
  }


  /* 数字が語る-----------------*/

  .numberArea {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  .numberAreaL {
    width: 50%;
    height: auto;
    float: none;
    margin: 0 auto 30px auto;
  }


  .numberAreaR {
    width: 50%;
    height: auto;
    float: none;
    margin: 0 auto 30px auto;
  }


  /* エキスパート------------------*/

  .expert_cap {
    background: url(https://www.tokai-techno.co.jp/image/cap_expert_sp.gif);
    background-repeat: no-repeat;
    margin-bottom: 10px;
    width: 200px;
    height: 56px;
    text-indent: -9999px;
  }

  .expert_photoArea {
    width: 70%;
    height: 70%;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }

  .expert_textArea {
    width: 100%;
    float: none;
  }


  /* スタッフ紹介エリア（お問い合わせ）-----------------------------------------*/

  #contactstaffArea {
    padding: 0 10px 10px 10px;
  }


  #contactstaffArea_in_large {
    display: none;
  }

  #contactstaffArea_in_small {
    max-width: 730px;
    margin: 0 auto;
  }

  #contactstaffArea_in_small p {
    text-align: center;
  }

  #contactstaffArea_in_small p img {
    width: 488px;
    height: 55px;
  }

  .contactstaffArea_cap {
    width: 100%;
    margin: 15px 0 25px;
    text-align: center;
    font-size: 1em;
  }

  .contactstaffArea_cap img {
    width: 341.6px;
    height: 38.5px;
  }

  #contactstaffArea_tel {
    width: 100%;
    border-bottom: #999999 1px dotted;
    padding: 10px 0;
    margin: 0 auto;
    overflow: hidden;
    font-size: 1em;
  }

  .contactstaffArea_telL {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .contactstaffArea_telR {
    float: none;
    width: 100%;
    text-align: center;
  }

  .contactstaffArea_telR span img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }

  .row {
    display: flex;
    margin-left: -0.283333333%;
    flex-wrap: wrap;
  }

  .col {
    width: 100%;
    margin-left: 0.283333333%;
    ;
  }

  .col img {
    width: 100%;
    margin-bottom: 10px;
  }

  .col-sm-50 {
    width: calc(50% - 0.283333333%);
  }

  /* 品質方針-----------------------------------------*/

  .plicy_img_pc {
    display: none;
  }


  .plicy_img_sp {
    margin: 0 auto 15px auto:
  }

  /* Labies-----------------------------------------*/

  .contents2_L35 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
    overflow: hidden;
  }

  .contents2_R65 {
    width: 100%;
    float: none;
    overflow: hidden;
  }

}

@media print {
  #contactstaffArea_in_small {
    display: none;
  }
}
