@charset "utf-8";
/* CSS Document */
@media screen and (max-width:736px) {
    html, body {
        width: 100%;
        font-size: 3.5vw;
        line-height: 2;
    }

    img {
    	width: 100%;
        height: auto;recruit
        vertical-align: bottom !important;
        line-height: 0;
    }

    .mobile{display: inherit;}
    .pc{display:none;}

    .inner,.inner.min,.inner.wide{
    	width:88%;
    	margin: 0 auto;
    	box-sizing: border-box;
    }
    .inner.sp_width_invalid{
    	width:100%;
    }
	
	.tac_pc{text-align: left;}
	.pc_side {display: none;}
	
	.sp-side-bnr ul {
		display: flex;
		justify-content: space-between;
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		background: #1f2160;
	}
	.sp-side-bnr ul li {
		width: 50%;
	}

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

  header

  ---------*/
  header{
    display: block;
    align-items: baseline;
    width: 100%;
    height: 50px;
    padding: 0 0 0 0;
    position:static;
    z-index: 99;
    box-sizing: border-box;
    position: relative;
    box-shadow: 2px 4px 8px -1px rgba(0,0,0,0.2);
  }
  header.fixed{position: inherit;}

  .siteid,
  header.fixed .siteid{
    width: 60%;
    padding: 3% 0 3% 3%;
    margin: 0 0 0 0;
    line-height: 0;
  }

  header #navi{
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    /*top: 60px;*/
    top:0;
    bottom: 0;
    z-index: 990;
    /*padding-top: 100px;*/
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #fff;
  }
  .open #navi {transform: translateX(0);}

  header #navi ul{flex-direction: column;}
  header #navi ul li{width: 100%;}
  header #navi ul li a,
  header.fixed nav#navi ul li a{
    padding: 4% 3%;
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    font-size: 1rem;
  }
  header #navi ul a:hover{
    border-bottom:none;
    background-color: #0083a1;
    color: #fff;
  }
  nav#navi ul li.green a{justify-content: center;}

  #nav-toggle {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-sizing: border-box;
    background: #0083a1;
    z-index: 999;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 80%;
    height: 2px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {top: 10px;}
  #nav-toggle span:nth-child(2) {top: 18px;}
  #nav-toggle span:nth-child(3) {top: 26px;}
  #nav-toggle span:nth-child(4) {
    color: #fff;
    top: 30px;
    background:none;
    height: auto;
    left:8px;
    font-size: 0.8rem;
    text-align: center;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 20px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

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

  index

  ---------*/
  
  .index-news {
    margin-top: 10px;
    border-top: 5px solid #81803d;
    padding: 70px 0;
  }
  
  .index-news div.inner{
    flex-direction: column;
  }
  .index-news h2{
    flex-direction: column;
    margin-bottom: 0;
    letter-spacing: 0.2rem;
  }
  .index-news h2 span{
    font-size: 0.8rem;
    letter-spacing: 0;
    margin-left: 0rem;
  }
  .index-news .linkbtn{order: 3;}
  .index-news .linkbtn a{margin: 0;}

  .news-list{
    width: 100%;
    text-align: left;
    margin-top: 24px;
  }
  .news-list ul li{
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news-list span.days{font-size: 0.8rem; margin:0 0 5px;}
  .news-list span.news-cat{
    width: 35%;
    margin:0 0 5px;
    text-align: center;
  }

  
  .index-concept > .inner.wide {
    background-size: 89%, 50%, cover;
    background-position: top -20px left, bottom right -12vw, bottom center;
    padding: 70px 0;
  }

  .index-concept .index-concept-ttl {
    max-width: 85%;
    margin: 0 auto 0 0;
    padding: 20px 0 20px 10px;
  }


  .index-message > .inner.wide {
    padding: 70px 0;
}

.index-message .index-message-ttl {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }

  .index-message .txtarea .subttl{margin-top: 24px;}
  .index-message .name {
      margin-top: 24px;
  }
  
  .index-exam > .inner.wide {
      background-position: bottom left -138vw;
      background-size: 350%;
      padding: 70px 0;
  }

  .index-exam .txtarea {
      padding: 30px 10px;
  }

  .index-exam .en-ttl {
      font-size: 1.6rem;
      margin-bottom: 15px;
  }

  .index-exam .en-ttl span {
      font-size: 0.9rem;
  }

  .index-exam .linkbtn {
      width: 90%;
  }  
  
  
  .index-blog {
    padding: 70px 0;
  }

  .index-blog .desc {
      margin-bottom: 24px;
  }
  
  
  /*----------

  下層ページ共通

  ---------*/
  main article:last-of-type{
    margin-bottom: 140px;
  }
  .pagemain{
    margin-bottom: 32px;
    background-position: center top;
    padding: 15% 0 ;
  }
  .pagemain-text{
    width: 100%;
  }
  .pagemain-text h1{
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    display: inline-block;
    padding:5px 12px;
    max-width: 100%;
  }
  .pagemain-text h2{
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    line-height: 1.5;
  }
  .pagemain-text h2.min-text-size{
    font-size:1.1rem;
    letter-spacing: 0.1rem;
  }
  .pagemain-text p{
    font-size: 0.9rem;
  }
  /* 短めのメインイメージ */
  .pagemain.min{
    background-size: 120%;
    padding: 6% 0;
  }

  .pagemain p.subtext{
    display: inline-block;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 5px 15px;
    letter-spacing: 0.2rem;
  }


  /* パンくず */
  #breadcrumbs{
    display: none;
  }

  h2{
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    margin-bottom: 24px;
  }
  /* 見出し */
  .subtitle-001{
    font-size: 1.4rem;
    letter-spacing: 0.15rem;;
    margin-bottom: 35px;
  }
  .subtitle-001::before,
  .subtitle-001::after{
    border-top: 1px solid;
    content: "";
    width: auto;
    flex-grow: 1;
  }
  .subtitle-001::before{margin-right: 1.2rem;}
  .subtitle-001::after{margin-left: 1.2rem;}

  .en-title{
    font-size: 1rem;
    letter-spacing: 0.2rem;
    text-align: center;
  }

  .subtitle-002{
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin-bottom: 35px;
  }
  .subtitle-002::before{
    content: '';
    width: 20px;
    height: 2px;
    margin-right: 10px;
  }

  .subtitle-003{
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin-bottom: 35px;
    border-left: 5px solid #007580;
    padding-left: 1.2rem;
  }

  .subtitle-004{
    font-size: 1.4rem;
    padding: 10px 20px;
    letter-spacing: 0rem;
    margin-bottom: 24px;
  }
  
  .green-title{
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
	.green-title.pc-center{
		text-align: left;
	}

	.txt-bg-green {
		padding: 0.5rem;
		margin: 0 0.3rem;
	}


  /* ボタン */
  .linkbtn {
    width: 86%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .linkbtn a{
    text-align: center;
    width:100%;
    padding: 15px 3%;
    font-size: 1.1rem;
  }
  .linkbtn a::after{
    content: '';
    position: absolute;
    right: 10px;
    top: 45%;
  }
  .linkbtn.red {
    width: 85%;
  }
  .linkbtn.red a{
    font-size: 1.2rem;
    margin: 20px auto;
  }
  
  .linkbtn.redlarge {
    width: 80%;
  }
  .linkbtn.redlarge a{
    font-size: 1.2rem;
    margin: 20px auto;
  }


  /* 配置 */
  .center-img{
    text-align: center;
    margin:24px 0 30px;
  }
  .center-img img{max-width: 100%;}

  .comming-img{text-align: center; margin: 34px auto;}
  .comming-img img{width: 100%;}

  .w100-img img{width: 100%;}

  .tac-text{
    text-align: left;
    margin: 20px 0;
  }
  .min-width-text{
    width:80%;
  }

  .dl_styl01 dl {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .dl_styl01 dl dt {
      width: 40%;
      max-width: 40%;
      padding: 10px;
      margin-bottom: 5px;
  }

  .dl_styl01 dl dd {
      width: 100%;
  }
  
  
  .desc_navy {
    background-color: #0A182C
  }

  .desc_navy > .inner {
    padding: 35px 0;
  }
  
  .bg_tri_navy {
      background-size: 20%, 20%, auto;
  }

  .bg_tri_navy:before, .bg_tri_navy:after {
      height: 1px;
  }

  .bg_tri_navy:before {
      top: 10px;
  }

  .bg_tri_navy:after {
      bottom: 10px;
  }

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

  よくあるご質問
  ---------*/
  .faq-subject ul li a{
    display: block;
    padding: 15px 20px 15px 40px;
    background-image: url(../images/page/faq/icon-arrow.png);
    background-position: 10px center;
  }
  .faq-list .subtitle-001{
    margin-bottom: 30px;
  }

  .faq-list section{
    margin-bottom: 45px;
  }

  .faq-list section h3.subtitle-004{
    font-size: 1.2rem;
    letter-spacing: 0rem;
    padding: 10px 20px;
    margin-bottom: 24px;
  }
  .faq-answer{
    background-color: #F0F5F5;
    margin: 0 5%;
    padding: 6%;
  }

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

  委員会について

  ---------*/
  .pagemain.committe {
    background-position: top left -49vw;
    /* background-size: 270%; */
  }

  .committe_intro .inner {
      padding: 50px 0;
  }

  .committe_intro .ttl {
      font-size: 1.4em;
  }

  .committe_intro .txt {
      text-align: left;
  }

  .committe_list .subtitle-001 {
      width: 88%;
      margin: 0 auto 35px;
  }

  .committe_item .inner {flex-wrap: wrap; padding: 70px 0;}

  .committe_item .box {
      width: 100%;
      max-width: 100%;
  }
  .committe_item .subtitle-004 {margin-bottom: 15px;}

  .committe_item .box .desc {
      margin: auto 2%;
  }

  .committe_item .mark_list {
      margin: 10px 2%;
      padding: 15px 10px;
      font-size: 0.9rem;
  }

  .committe_item .linkbtn a{
    margin-top: 10px;
    margin-bottom: 0;
  }

  .committe_item .box + .box {
      margin-top: 90px;
  }
  
  
  /*----------

   組合案内

  ---------*/
  .about_outline .inner{
    padding: 70px 0 ;
  }

  .outline_tbl th, 
  .outline_tbl td {
      font-size: 1rem;
      padding: 9px 0;
      display: block;
  }

  .outline_tbl th {
      width: 100%;
      padding-bottom: 0;
  }

  .outline_tbl td {
      padding-top: 0;
  }

  .outline_tbl dl dt {
      width: 19%;
  }
  .about_outline .linkbtn.redlarge{
    margin-top: 50px;
  }

  .about_organization .inner {
      padding: 70px 0 80px;
  }
  
  .about_detail{
    background-size: 260% ;
    overflow: hidden;
  }

  .about_detail .inner {
      padding: 0 0 140px;
  }
  
  .about_detail .inner:before {
    width: 109vw;
    left: -8vw;
    top: 22vw;
    height: 129vw;
  }


  .about_detail .txtarea, .about_detail .txtarea.half {
      max-width: 100%;
      margin-bottom: 2em;
  }

  .about_detail .txtarea .txt {
      font-size: 1rem;
  }

  .about_detail .txtarea h2 {
      font-size: 1.35rem;
      margin: 0px auto 107vw;
      max-width: 100%;
      padding: 10px 0;
  }

  .about_detail .txtarea.half .txt {
      margin-left: 0;
  }

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

   外国人技能実習制度

  ---------*/

  .system_head > .inner{
    background-image: url(../images/page/system/main_img_sp_top.png), url(../images/page/system/main_img_sp_bottom.png);
    background-position: top left, bottom right;
    background-size: 100%;
    height: 99vh;
  }
  .system_head > .inner > .inner{
    justify-content: flex-start;
    padding-top: 10vw;
  }
  .system_head_text {
      width: 100%;
  }

  .system_head_text h1 {
      font-size: 1.6rem;
      margin-bottom: 0;
  }

  .system_head_text .txt {
      padding: 20px 10px;
      font-size: 1rem;
  }

  .system_desc h3 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  .system_desc{margin-bottom: 70px;}
  
  .system_desc .mark_list {
      padding: 20px 10px;
  }
  
  .system_item .type + .type {
    margin-top: 50px;
  }

  .system_item .type dt {
    margin-right: 0;
  }

  .system_item .type dd.img {
      margin-top: 20px;
  }
  .system_item section + section, 
  .system_item.item03 section:first-of-type{margin-top: 40px;}
  
  .system_item section.hight_small{margin-top: 20px;}
  
  .system_item section .subttl + *{
    margin-top: 10px;
  }
  
  .system_tbl{
    width: 130%;
  }
  .system_tbl th, .system_tbl td{font-size: 0.9rem;padding: 10px;}

  .system_item.item01 .linkbtn{
    width: 100%;
    margin-bottom: 70px;
  }
  .system_item.item01 .linkbtn a{
    padding: 20px 0;
  }

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

  ARTグランプリ

  ---------*/


  .art_head .inner{
    background: url(../images/page/art/main_img_sp2026.jpg) no-repeat top center / cover;
    height: 85vh;
    width: 100%;
  }
  
  .art_head .inner h2 {
    width: 64%;
    margin: 0 auto;
    padding-top: 9vw;
  }

  .art_head--complete .inner {
    background: none;
    height: auto;
  }

  .art_note dt {
      margin-bottom: 15px;
  }

  .art_note .mark_list {
      margin-bottom: 50px;
  }

  .art_note .time {
      padding: 10px;
  }
  .art_note .time span{
      display: block;
      margin-right: 0;
  }
  .contact-complete{
    margin-top: 100px;
    }
  /*----------

  技能検定試験

  ---------*/
  .pagemain.exam{
    background-position:top 0px left -114vw;
    background-size: 369vw;
  }
  .pagemain.exam .pagemain-text h1 {
    font-size: 1.6rem;
    padding: 5px 12px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .pagemain.exam .pagemain-text h2{
    font-size: 1.6rem;
    padding: 10px;
    text-align: center;
  }

  .pagemain.exam .pagemain-text p {
      width: 100%;
      padding: 20px 10px;
      text-align: left;
      font-size: 1rem;
  }
  .exam_detail .ttl {
    font-size: 1.6rem;
    padding: 10px;
    margin-bottom: 20px;
  }

  .exam_detail .desc {
      margin-bottom: 40px;
  }
  .exam_info{margin-bottom: 35px;}
  .exam_price_tbl{
    width: 160%;
    margin-top: 10px;
  }
  .exam_price_tbl th, .exam_price_tbl td{padding: 10px;}
  .exam_detail .notice {
    padding: 20px 10px;
    font-size: 1.2rem;
  }
  
  /*----------

  会員企業

  ---------*/
  .company_item .txt {
    text-align: left;
    margin-bottom: 40px;
}

  .company_tbl tr {
			flex-wrap: wrap;
			display: flex;
			border: 1px solid #ccc;
			margin-bottom: 40px;
	}
	
		.company_tbl th, 
		.company_tbl td {
				/*padding: 8px 10px;*/
				padding: 0;
				font-size: 3.5vw;
				border: none;
		}
	
		.company_tbl thead{display: none;} 
		.company_tbl td {
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				width: 100%;
		}
		.company_tbl td > *{
				padding: 6px 10px;
			width: 100%;
		}
		.company_tbl td::before {
			content: attr(data-label);
			color: #000;
			font-weight: bold;
			display: block;
			width: 100%;
			background-color: #d4deeb;
			padding: 6px 10px;
		}
		.company_tbl td:nth-of-type(3){
				border-right: 1px solid #ccc;
		}
	
		.company_tbl td:nth-last-of-type(-n+2){
      width: 50%;
		}
	
		.company_tbl tr td:first-child{background-color: #fff;}
  /*----------

  PCBの廃棄について

  ---------*/
  .pcb_jsia {
    margin-top: 70px;
  }

  .pcb_jsia .subtitle-004 {
      text-align: left;
      font-size: 1.2rem;
  }
  .pcb_jsia .linkbtn.red {
    width: 85%;
    margin-bottom: 24px;
  }

  .pcb_jsia .linkbtn.red a {
      padding: 10px 20px;
  }
  
  
  /*----------

  入会案内

  ---------*/
  .joinus_intro .inner {
    padding: 70px 0;
  }

  .joinus_intro .txtarea .subtitle-004 {
      font-size: 1.4rem;
      max-width: 100%;
  }

  .joinus_intro .txtarea .subttl {
      font-size: 1.48rem;
      margin-bottom: 24px;
  }

  .joinus_intro .txtarea .txt {
      font-size: 1rem;
  }

  .joinus_request .note {
      margin: 20px auto 0;
      padding: 10px;
      max-width: 100%;
  }

  /*----------
  ブログ

  ---------*/
  .column2{
    flex-direction: column;
  }
  .column2 #main-contents{width: 100%; margin-bottom: 32px;}
  .column2 #sidebar{width: 100%;}

  .blog-list{
    flex-direction: column;
  }
  .blog-list article,
	.blog-list.row3 article{
    width: 85%;
    margin: 0 auto 8%;
  }

  .blog-photo{
    position: relative;
  }
  .blog-photo ul{
    position: absolute;
    top:0;
    left: 0;
    display: flex;
    flex-wrap:wrap;
    z-index: 2;
  }
  ul.blog_cat li{
    font-size: 0.8rem;
    padding: 3px 8px;
    margin: 0 3px 3px 0;
  }
  .blog-photo img{
    width: 100%;
    height: 30vw;
  }
  .blog-list article a div.blog-list-in{
    padding: 5% 6%;
  }
  .blog-list article a div.blog-list-in .days{font-size: 0.8rem; margin-bottom: 24px;}
  .blog-list article a div.blog-list-in .blog_ex{font-size: 0.9rem; line-height: 1.8;}

  /* sidebar */
  .column2 #sidebar h2.subtitle-002{font-size: 1.2rem; margin-bottom: 20px;}
  .column2 #sidebar div.side-list{margin-bottom: 32px;}

  .column2 #sidebar div.side-list ul{border-top: 1px dotted #ccc;}
  .column2 #sidebar div.side-list ul li a{
    padding: 4% 3%;
    border-bottom: 1px dotted #ccc;
  }
	.blog-btn-list {
		margin-bottom: 8%;
	}
	.blog-btn-list .linkbtn + .linkbtn{
		margin-left: 0;
		margin-top: 0;
	}


  /* 詳細 */
  .blig-single .blog_head{
    margin-bottom: 40px;
  }
  .blig-single .blog_head h1{
    font-size: 1.3rem;
    padding:12px 0 12px;
    margin-bottom: 8px;
  }
  .blig-single .blog_head p.days{
    font-size: 0.8rem;
    text-align: right;
  }
  .blig-single .blog_detail figure{margin-top: 24px;}
  .blig-single .blog_detail img{
    max-width: 100%;
    height: auto;
  }

  .side-search input#s{width: 68%; box-sizing: border-box;}
  .side-search input{
    box-sizing: border-box;
    padding: 6px;
  }
  .side-search .submit-btn{
    width: 30%;
  }

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

  新着情報

  ---------*/
  .news-cat-list ul{
    flex-wrap:wrap;
    margin-bottom: 45px;
    justify-content: space-between;
  }
  .news-cat-list ul li{
    font-size: 1rem;
    letter-spacing: 0.1rem;
    width: 48%;
    text-align: center;
  }
  .news-cat-list ul li a{
    border: 1px solid #1c2a55;
    padding: 10px 0;
    box-sizing: border-box;
  }

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

  活動内容

  ---------*/
  .post-menu-list ul{
    flex-wrap:wrap;
    margin-bottom: 45px;
    justify-content: space-between;
  }
  .post-menu-list ul li{
    font-size: 1rem;
    letter-spacing: 0.1rem;
    width: 48%;
    text-align: center;
    margin-bottom: 2%;
  }
  .post-menu-list ul li a{
    padding: 10px 0;
    box-sizing: border-box;
  }

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

  プライバシーポリシー

  ---------*/
  .policy-contents section{
    margin: 0 0 80px;
  }
  .policy-contents section div{
    margin: 0 0;
  }
  .policy-contents section div p{margin-bottom: 20px;}

  article.policy-in{margin-bottom: 20px;}
  article.policy-in section{margin: 40px 0 0 5%;}
  article.policy-in section h3,
  article.policy-in section h4{
    color: #007580;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom:10px;
  }

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

  お問い合わせ

  ---------*/
  .conact_head{
    text-align: center;
    font-size: 1rem;
  }
  .conact_head p{margin-bottom: 24px;}
  .conact_head .tellink{line-height: 1.5; margin-bottom: 0;}
  .tellink a{
    text-decoration: none;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }

  .form-info{
    text-align:left;
    margin-bottom: 45px;
  }
  .form-info p{margin-bottom: 20px;}
  .form-info .redbox{margin: 0 1rem 0 0;}

  .form-caption{
    margin: 30px 0;
    font-size: 0.9rem;
  }

  /* 入力エラー */
  .contact-error{
      padding: 6%;
      margin-bottom: 30px;
      text-align: center;
  }

  table.formtbl tr.none{display: none;}
  table.formtbl tr th,
  table.formtbl tr td{
  	box-sizing: border-box;
  	padding: 4% 2%;
    display: block;
  }
  span.f-title{
    display: inline-block;
    vertical-align: middle;
  }
  span.redbox,
  span.greenbox{
    padding: 3px 10px;
    font-weight: normal;
    margin-left: 1rem;
    font-size: 0.9rem;
  }
  table.formtbl tr th.f-messe{
    font-size: 1rem;
    padding: 4% 2%;
    font-weight: normal;
    width: 100%;
  }

  table.formtbl tr th{width:100%; text-align: left; border-bottom: none;}
  table.formtbl tr td{width:100%;}
  table.formtbl tr td img{max-width: 100%;}

  .spec-form table.formtbl tr th{width:100%; font-size: 0.9rem;}
  .spec-form table.formtbl tr td{width:100%; }

  .formtbl input.w30{width: 35%;}
  .formtbl input.w90,
  .formtbl textarea{width: 96%;}
  .formtbl input,
  .formtbl textarea{padding:10px; background: #f6f6f6; border: 1px solid #ccc; box-sizing: border-box;}
  .formtbl select{
    padding:5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }

  td.birthday span{
    display: block;
    vertical-align: middle;
    margin:0 0 12px;
  }

  table.formtbl td label{padding: 0 0 0 0; margin: 0 0 0 0;}
  table.formtbl td input[type=radio]{padding: 0 5px; margin:  0 5px;}
  table.formtbl td label span{margin-left: 5px;}
  .formtbl td input:focus,
  .formtbl td textarea:focus{background: #fffaca;}

  table.formtbl td p.fcap{padding-bottom: 20px; }
  table.formtbl td dl{
      display: table;
  	width: 100%;
  	border-bottom: dotted 1px #ccc;
  	box-sizing: border-box;
  }
  table.formtbl td dl:last-child{border-bottom: none;}

  div.formtbl dl{
  	display: table;
  	width: 100%;
  	border-bottom: solid 1px #ccc;
  }

  table.formtbl td dl dt,
  table.formtbl td dl dd{
      display: table-cell;
      padding: 14px 0;
       box-sizing: border-box;
      border-top: none;
      vertical-align: middle;
  	text-align: left;
  }

  table.formtbl td dl.jiki dt{width: 15%;}
  table.formtbl td dl.jiki dd{width: 80%; padding-left: 1%;}
  table.formtbl td dl.jiki dd input,
  table.formtbl td dl.jiki dd select{width: 100%;}

  table.formtbl td.address dl dt{width: 20%;}
  table.formtbl td.address dl dd{width: 76%;}

  table.formtbl td dl:last-child dt,
  table.formtbl td dl:last-child dd{border-bottom: none;}

  table.formtbl tr.pass td input:nth-child(n+2){margin-top: 15px;}


  input[type="submit"] {-webkit-appearance: none;}
  #submit{
  	text-align: center;
  	margin: 30px 0;
  }

  #submit input{
  	width: 85%;
  	padding: 30px 0;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 6px;
    margin: 20px auto;
  }

  #submit input.backbtn{
  	width: 85%;
  	padding: 30px 0;
  	font-size: 1.2rem;
  	margin: 20px auto;
  }

  span.error{color: #ff0000; font-weight: bold; margin-left: 5px;}

  .contact-caption{
    text-align: center;
    margin-bottom: 32px;
  }


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

  footer

  ---------*/

  /* side-bnr */
  .side-bnr{
    display: none;
    position: fixed;
    right: 0;
    top:30%;
    z-index: 90;
  }
  .side-bnr ul li{
    margin-bottom: 10px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2rem;
  }
  .side-bnr ul li a{
    display: block;
    text-decoration: none;
    background-color: #00758b;
    color: #fff;
    background-image: url(../images/common/icon-mail.png);
    background-position: center 10px;
    background-repeat: no-repeat;
    padding: 34px 5px 10px;
  }
  .side-bnr ul li a:hover{
    color: #000;
    background-color:#ffd000;
  }

  /* page-top */
  #page-top {
      position: fixed;
      bottom: 10%;
      right: 2%;
      z-index: 900;
  }
  #page-top a {
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
  #page-top a:hover {
  	background-size: 100%;
  }

  
  .foot-contact .inner{
    width: 82%;
  }
  .foot-contact-ttl {
    max-width: 88%;
    margin-bottom: 30px;
  }
  .contact_tel_list li + li  {
    margin: 15px 0 0;
  }
  .contact_tel_list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .contact_tel_list li,
  .contact_tel_list li.mail a{
    font-size: 7vw;
  }
  .contact_tel_list li .small {
    font-size: 3.5vw;
  }
  .contact_tel_list li img{
    margin-right: 10px;
  }
 .contact_tel_time {
    margin-top: 20px;
    font-size: 3.5vw;
  }
  
  .foot-btn-list {
      flex-wrap: wrap;
  }

  .foot-btn-list li {
      width: 100%;
  }

  .foot-btn-list li + li {
      margin-top:15px;
      margin-left:0;

  }

  .foot-btn-list li a {
      padding: 15px;
      border-radius: 5px;
  } 
  
  .copy{
    margin-top: 32px;
    font-size: 0.6rem;
    letter-spacing: 0;
    padding: 4% 0 4rem;
  }
  
	/*--Point bg-*/
	.pagemain-text-point{width: 100%;}  
	
	h1.system-main-ttl:before {
		display: none;
	}
  
  
  /*----------

	横スクロールヒント

	---------*/

  .js-scrollable{
			width: 100%;
		 overflow: scroll;
		}

  .js-scrollable:before{
		content: "※右にスクロールすることが出来ます。";
		font-size: 3.5vw;
    margin-bottom: 5px;
    display: inline-block;
	}
	.scroll-hint-icon{top: calc(20%)!important; }
  
	/*--common-*/
	.di-fl {
		display: flex;
		flex-wrap: wrap;
	}
	
	.ju-sp {justify-content: space-between;}
	
	/*----------
	
	検定試験材料発注
	
	---------*/

	.test-txt {
		font-size: 13px;
	}

	.test-info p {
		font-size: 13px;
	}

	.test-info h3,
	.test-flow h3 {
		font-size: 19px;
    line-height: 1.3;
		margin-bottom: 10px;
	}

.test-flow ul li + li {
  margin-top: 20px;
}


	.test-flow ul li div {
		width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0rem;
    margin-top: 0px;
	}

	.test-flow ul li div span {
		width: 8em;
	}

	.test-area {
		text-align: left;
		margin-bottom: 50px;
	}

	.test-area-01 {
		padding: 1rem;
	}

	.test-area h3 {
		font-size: 15px;
		margin-bottom: 30px;
    line-height: 1.4;
	}

	.test-area ul.btn_01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 1rem;
		margin-bottom: 17px;
	}

	.test-area ul.btn_01 li {
		width: 100%;
	}

	.test-area ul.btn_01 li + li,
	.test-area ul.btn_02 li + li {
		margin-top: 0;
	}

	.test-area ul.btn_01 li a {
		font-size: 11px;
		height: 60px;
		line-height: 60px;
	}

	.test-area ul.btn_01 li a::before,
	.test-area ul.btn_01 li:last-child a::before {
		position: unset;
		top: 25px;
		left: 20px;
		width: 20px;
		height: 37px;
	}

	.test-area p.rental-txt {
		font-size: 13px;
    line-height: 1.5;
	}

	.test-area p.mail-txt {
		font-size: 20px;
		text-align: center;
	}

	.test-area p.fax-txt {
		font-size: 16px;
	}

	.test-area ul.btn_02 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 3rem;
		margin-top: 2rem;
		margin-bottom: 17px;
	}

	.test-area ul.btn_02 li {
		width: 100%;
		margin: 0;
	}

	.test-area ul.btn_02 li p {
		font-size: 18px;
	}

	.test-area ul.btn_02 li a {
		font-size: 18px;
		height: 60px;
		line-height: 60px;
	}

	.test-area ul.btn_02 li a.pdf-link {
		font-size: 14px;
	}

	/*----------
	
	作業着の発注
	
	---------*/
	
	ul.order-btn {
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	
	ul.order-btn li {
		margin: 0;
	}

	ul.order-btn li {
		width: 48%;
		margin: 0 auto;
		text-align: center;
	}
	
	ul.order-btn li .mail {
		width: 40%;
		margin: 0 auto;
	}
	
	ul.order-btn li h3 {
		font-size: 13px;
	}
	
	ul.order-btn li a {
		font-size: 14px;
		height: 40px;
		line-height: 38px;
	}
	
	.catalog-btn {
		width: 100%;
		text-align: center;
		margin: 0 auto 25px;
	}
	.catalog-btn a {
		font-size: 16px;
		font-weight: 700;
		letter-spacing: .1em;
		width: 100%;
		height: 70px;
		line-height: 68px;
	}
	
	.catalog-btn a::before {
		position: absolute;
		top: 18px;
		left: 30px;
		width: 20px;
		height: 37px;
	}
	
	p.catalog-txt {
		font-size: 14px;
	}
	
	.formtbl02 .menu-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 20px; 
	}
	.formtbl02 .menu {
		width: 48%;
		margin-right: 0px;
	}
	
	.formtbl02 .menu span {
	    display: block;
	    font-size: 13px;
	    padding-right: 0px;
	    text-align: center;
	}
	
	.formtbl02 select {
	    -webkit-appearance: none;
	    background: #fff;
	    border-width: 0;
	    padding: 2%;
	    border: 1px solid #ccc;
	}
	
	.formtbl02 .menu-flex {border-top: 1px solid #ccc; padding: 10px 0;}
	.menu-table-inner02 {padding-left: 0;}
	.product-menu {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.product-ttl {
		width: 100%;
	}
	.product-info {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.formtbl02 .product-info .menu {
	    width: 48%;
	}
	
	.formtbl-product .product-inner {
	    display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
	}
		
	.formtbl-product .product-table .menu {
	    width: 57% !important;
	    align-items: center;
	}
	
	.formtbl-product .product-info {
		justify-content: flex-end !important;
	}
	.formtbl-product .product-info {width: 48%;}
	.formtbl-product .product-info .menu {width: 85%;}
	.formtbl-product .product-menu01 {
		font-size: 13px;
		width: 100%;
	}
			

}
