@charset "utf-8";

html,
body {
  color: #333;
  font-family:
    "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "メイリオ", "Meiryo";
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
}

.wf-jp-min {
  font-family:
    "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
}
.wf-en-g {
  font-family: "Lato", sans-serif;
}

* {
  box-sizing: border-box;
}
a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: #558dcc;
}
a:hover {
  color: #ddd;
  text-decoration: none;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: top;
}
img.object-fit-img {
  object-fit: cover;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

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

.inner {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.inner.wide {
  width: 100%;
}
@media screen and (min-width: 1425px) {
  .inner.wide {
    width: 1400px;
  }
}

article {
  margin-bottom: 70px;
}
article.nobottom {
  margin-bottom: 0;
}
article.mt45 {
  margin-top: 45px;
}

.demo-img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .demo-img img {
    width: 100%;
  }
  .inner {
    width: 90%;
  }
}

.tac_pc {
  text-align: center;
}
.movie_item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_item iframe,
.movie_item video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mark_list > * {
  text-indent: -1em;
  padding-left: 1em;
}
.mark_list.dot > *:before,
.mark_list > .dot:before {
  content: "・";
}
.mark_list.circle_b > *:before,
.mark_list > .circle_b:before {
  content: "○ ";
}
.mark_list.circle_dub > *:before,
.mark_list > .circle_dub:before {
  content: "◎ ";
}
.mark_list.kome > *:before,
.mark_list > .kome:before {
  content: "※";
}

.mark_list > .nomark:before {
  display: none;
}
/*----------

header

---------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 0 0.5%;
  box-sizing: border-box;
}

.siteid {
  width: 15%;
  max-width: 240px;
  transition: 0.2s;
  line-height: 0;
}
.siteid img {
  width: 100%;
}

header.fixed {
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: 2px 4px 8px -1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 99;
}
header.fixed h1.siteid {
  width: 20%;
}
header.fixed nav#navi ul li a {
  padding: 14px 0.7vw;
}
header.fixed nav#navi ul li.green a {
  padding: 13.5px 0.7vw;
}

/* ナビゲーション */
#nav-toggle {
  display: none;
}
nav#navi {
  width: 85%;
}
nav#navi ul {
  display: flex;
  justify-content: flex-end;
}
nav#navi ul li {
  box-sizing: border-box;
  font-size: 0.75rem;
}
nav#navi ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 22px 0.7vw;
  width: 100%;
  box-sizing: border-box;
}
nav#navi ul li a:hover {
  color: #fff;
  background-color: #0083a1;
}
nav#navi ul li.green a {
  color: #fff;
  background-color: #0083a1;
  padding: 21.5px 0.8vw;
  display: flex;
  align-content: center;
}
nav#navi ul li.green a:before {
  content: "";
  display: block;
  background: url(../images/common/icon_member.png) no-repeat center center /
    contain;
  width: 12px;
  height: 18px;
  padding-top: 5px;
  margin-right: 5px;
  transition: 0.3s ease-in-out;
}
nav#navi ul li.green a:hover {
  color: #0083a1;
  background-color: #fff;
}
nav#navi ul li.green a:hover:before {
  background: url("../images/common/icon_member_green.png") no-repeat center
    center / contain;
}

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

index

---------*/
/*
.index-wrap h1,
.index-wrap h2,
.index-wrap h3{font-weight: normal;}
*/

.index-news {
  margin-top: 20px;
  border-top: 10px solid #81803d;
  padding: 100px 0;
}
.index-news div.inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.index-news h2 {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  letter-spacing: 0.2rem;
}
.index-news h2 span {
  font-size: 1rem;
  letter-spacing: 0;
  margin-left: 1rem;
}

.index-news .linkbtn {
  margin: 0;
}

.news-list {
  width: 100%;
  margin-top: 24px;
}
.news-list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-list span.days {
  font-size: 0.8rem;
  margin-right: 10px;
}
.news-list span.news-cat {
  background-color: #1c2a55;
  color: #fff;
  font-size: 0.8rem;
  width: 120px;
  margin-right: 10px;
  text-align: center;
}
.news-list span.news-cat.news-notices {
  background-color: #c25c88;
}
.news-list span.news-cat.news-comp {
  background-color: #e0ad10;
}
.news-list span.news-cat.news-member {
  background-color: #008080;
}
.news-list span.news-cat.news-newspaper {
  background-color: #004080;
}
.news-list span.news-title a {
  color: #333;
  text-decoration: none;
}
.news-list span.news-title a:hover {
  color: #1c2a55;
  text-decoration: underline;
}

.index-concept > .inner.wide {
  background-image:
    url(../images/page/index/bg_concept_left.png),
    url(../images/page/index/bg_concept_right.png),
    url(../images/page/index/bg_concept.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position:
    top left,
    bottom right 114px,
    bottom center;
  padding: 100px 0;
}

.index-concept .index-concept-ttl {
  background-color: #0058a1;
  background-color: rgba(28, 42, 85, 0.91);
  width: 100%;
  max-width: 540px;
  padding: 60px 0 60px 47px;
  margin-left: 50px;
}

.index-message > .inner.wide {
  background: url(../images/page/index/bg_message.png) no-repeat center center /
    cover;
  padding: 135px 0 120px;
}

.index-message > .inner.wide > .inner {
  text-align: center;
  max-width: 755px;
}
.index-message .index-message-ttl {
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.index-message .txtarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.index-message .txtarea .txt {
  text-align: left;
}

.index-message .txtarea .cathy {
  font-size: 1.3rem;
}

.index-message .txtarea .subttl {
  margin: 40px auto 5px;
}
.index-message .name {
  font-size: 1.5rem;
  margin-top: 50px;
}
.index-message .name small {
  font-size: 1rem;
  margin-right: 1rem;
}

.index-exam > .inner.wide {
  background: url(../images/page/index/bg_exam.jpg) no-repeat top center / cover;
  padding: 90px 0;
}
.index-exam .linkbtn {
  margin: 24px 0;
}

.index-exam > .inner.wide > .inner {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.index-exam .txtarea {
  background-color: rgba(230, 233, 232, 0.88);
  text-align: center;
  padding: 56px 50px;
  width: 100%;
  max-width: 500px;
}
.index-exam .en-ttl {
  font-size: 1.9rem;
  line-height: 1.4;
  margin-bottom: 25px;
}

.index-exam .en-ttl span {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
}
.index-exam .txt {
  font-size: 0.9rem;
}

.index-exam .linkbtn {
  width: 310px;
  margin: 30px auto 0;
}

.index-blog {
  padding: 100px 0 110px;
  color: #fff;
}
.index-blog .subtitle-001 {
  font-size: 2rem;
  margin-bottom: 15px;
}
.index-blog .desc {
  text-align: center;
  margin-bottom: 40px;
}
.index-blog .linkbtn {
  margin-bottom: 0;
}

.index-flipbook {
  padding: 100px 0 0px;
  color: #fff;
}
.index-flipbook h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #000;
  text-align: center;
}

.flipbook-btn > a:nth-child(1) {
  color: #000;
  text-decoration: none;
  border: solid 1px #000;
  background: #fff;
  padding: .7rem 5rem;
  margin: 2rem auto 0;
  width: fit-content;
  display: flex;
  position: relative;
  transition: color 0.3s, background 0.3s;
}

.flipbook-btn > a:nth-child(1):hover {
  color: #fff;
  background: #000;
}


.flipbook-btn > a::before {
  content: '';
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin-right: 0.6em;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.7em solid #000;
}
.flipbook-btn > a:nth-child(1):hover::before {
  border-left: 0.7em solid #fff;
}

.chusikyou-news .pagemain-text h1{
  width: 100%;
  max-width: 100%;
}
/*----------

下層ページ共通

---------*/

main article:last-of-type {
  margin-bottom: 190px;
}
.pagemain {
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 90px 0;
}
.pagemain-text {
  /*width: 55%;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagemain-text h1 {
  background-color: rgba(255, 255, 255, 0.65);
  color: #000;
  font-size: 1.65rem;
  letter-spacing: 0.25rem;
  /* display: inline-block; */
  padding: 14px 24px;
  width: 100%;
  text-align: center;
  max-width: 420px;
  /*margin-bottom: 1em;*/
}
.pagemain-text h2 {
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
  line-height: 1.5;
}
.pagemain-text h2.min-text-size {
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}
.pagemain-text p {
  font-size: 0.9rem;
}
/* 短めのメインイメージ */
.pagemain.min {
  padding: 5% 0 6%;
}

.pagemain p.subtext {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 15px;
  letter-spacing: 0.2rem;
}
/*.pagemain h1{
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  margin-top: 18px;
}*/

/* パンくず */
#breadcrumbs {
  font-size: 0.7rem;
  padding: 20px 3% 45px;
  margin-bottom: 0px;
}
#breadcrumbs ul {
  display: flex;
}
#breadcrumbs ul li a {
  background: url(../images/common/icon_pan.png) right center no-repeat;
  padding: 0 20px 0 0;
  margin-right: 10px;
  text-decoration: underline;
  display: block;
}
#breadcrumbs ul li:last-child a {
  background: none;
  padding: 0 20px 0 0;
  margin-right: 10px;
  text-decoration: underline;
  display: block;
}
#breadcrumbs ul li a:hover {
  text-decoration: none;
}
#breadcrumbs ul li.breadcat a:not(:nth-last-child(1)) {
  background: none;
  padding-right: 0;
}

h2 {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin-bottom: 24px;
}
/* 見出し */
.subtitle-001 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 35px;
}
.subtitle-001::before,
.subtitle-001::after {
  border-top: 1px solid;
  content: "";
  width: 100px;
}
.subtitle-001::before {
  margin-right: 1.2rem;
}
.subtitle-001::after {
  margin-left: 1.2rem;
}

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

.subtitle-002 {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  margin-bottom: 35px;
}
.subtitle-002::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #003c5d;
  margin-right: 15px;
}

.subtitle-003 {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  margin-bottom: 35px;
  border-left: 10px solid #003c5d;
  padding-left: 1.5rem;
}
.subtitle-003::after {
  flex-grow: 1;
  border-top: 1px solid #ccc;
  content: "";
  margin-left: 1rem;
}
.subtitle-004 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #1c2a55;
  padding: 20px 10px;
  margin-bottom: 40px;
}

.green-title {
  font-size: 1.3rem;
  color: #1c2a55;
  margin-bottom: 20px;
}
.green-title.nocolor {
  color: #000;
}
.green-title.pc-center {
  text-align: center;
}

.txt-bg-green {
  background-color: #003c5d;
  color: #fff;
  padding: 0.5rem 0.8rem;
  margin: 0 0.5rem;
}

/* ボタン */
.linkbtn {
  background-color: #fff;
  width: 250px;
  margin: 24px auto;
}
.linkbtn a {
  display: block;
  box-sizing: border-box;
  color: #1c2a55;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  text-decoration: none;
  /*background-image: url(../images/common/icon-arrow.png);
  background-position: 95% center;
  background-repeat: no-repeat;*/
  background-color: transparent;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  border: 2px solid #1c2a55;
}
.linkbtn a:hover {
  color: #fff;
}
.linkbtn a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 24px;
  height: 6px;
  background-image: url(../images/common/icon-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: 0.3s;
}
.linkbtn a:hover::after {
  content: "";
  right: 3px;
  background-image: url(../images/common/icon-arrow-hover.png);
}
.linkbtn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #1c2a55;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.linkbtn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.linkbtn.green a {
  border: 2px solid #0083a1;
}

.linkbtn.green a::before {
  background-color: #0083a1;
}

.linkbtn.red {
  width: 300px;
}
.linkbtn.red a {
  background: #a21a3c;
  color: #fff;
  border: 1px solid #a21a3c;
  text-align: center;
  padding: 10px 0;
  font-size: 1.15rem;
  font-weight: bold;
}
.linkbtn.red a:hover {
  background: #fff;
  color: #a21a3c;
}

.linkbtn.red a:before,
.linkbtn.red a:after {
  display: none;
}

.linkbtn.redlarge {
  width: 370px;
}
.linkbtn.redlarge a {
  background: #9e0000;
  color: #fff;
  border: 1px solid #9e0000;
  text-align: center;
  padding: 20px 0;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 6px;
}
.linkbtn.redlarge a:hover {
  background: #fff;
  color: #9e0000;
}

.linkbtn.redlarge a:before,
.linkbtn.redlarge a:after {
  display: none;
}

/* 配置 */
.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%;
}

.tac-text {
  text-align: center;
  margin: 20px 0;
}

/* バナーアニメーション */
.bnr-anime {
  box-sizing: border-box;
  background-color: #1c2a55;
  transition: 0.3s;
}
.bnr-anime.blue {
  background-color: #003c8b;
}
.bnr-anime.white {
  background-color: #fff;
  border: 3px solid #fff;
}
.bnr-anime.white:hover {
  border: 3px solid #1c2a55;
}
.bnr-anime img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bnr-anime:hover img {
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
  opacity: 1;
}

.dl_styl01 dl {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.dl_styl01 dl.align_fs {
  align-items: flex-start;
}

.dl_styl01 dl dt {
  width: 15%;
  text-align: center;
  max-width: 150px;
  background-color: #003c5d;
  color: #fff;
  padding: 20px 0;
  margin-right: 30px;
  flex-shrink: 0;
}
.dl_styl01 dl dd {
  width: 100%;
}

.desc_navy > .inner {
  background-color: #0a182c;
  padding: 70px 0;
  color: #fff;
}

.bg_tri_navy {
  background-image:
    url(../images/common/bg_tri_top.png),
    url(../images/common/bg_tri_bottom.png),
    url(../images/common/bg_tri_navy.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto;
  background-position:
    top left,
    bottom right,
    top left;
  position: relative;
}
.bg_tri_navy:before,
.bg_tri_navy:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #80803d;
  display: block;
}
.bg_tri_navy:before {
  left: 0;
  top: 20px;
}
.bg_tri_navy:after {
  left: 0;
  bottom: 20px;
}

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

よくあるご質問
---------*/
.pagemain.faq {
  background-image: url(../images/page/faq/bg-main.png);
}

.faq-subject ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
  padding: 15px 20px 15px 40px;
  background-image: url(../images/page/faq/icon-arrow.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
.faq-subject ul li a:hover {
  background-color: #007589;
  color: #fff;
  background-image: url(../images/page/faq/icon-arrow-hover.png);
}
.faq-list .subtitle-001 {
  margin-bottom: 60px;
}

.faq-list section {
  margin-bottom: 90px;
}
.faq-list section h3.subtitle-004 {
  text-align: left;
  background-color: #003c5d;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.faq-answer {
  background-color: #f0f5f5;
  margin: 0 auto;
  padding: 6% 5% 5%;
}

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

委員会について

---------*/
.pagemain.committe {
  background-image: url(../images/page/committe/bg-main.png);
  background-position: top center;
}

.committe_intro {
  text-align: center;
  background: url(../images/common/bg_tri_navy.jpg) repeat top left;
}

.committe_intro .inner {
  padding: 100px 0;
  color: #fff;
}

.committe_intro .ttl {
  font-size: 1.5rem;
}

.committe_list .subtitle-001 {
  color: #003c5d;
}

.committe_item:nth-of-type(even) {
  background-color: #f1f0e4;
}
.committe_item .inner {
  display: flex;
  justify-content: space-between;
  padding: 90px 0;
}
.committe_item:first-of-type .inner {
  padding-top: 0;
}

.committe_item .box {
  width: 48%;
  max-width: 474px;
  display: flex;
}

.committe_item .box_in {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.committe_item .desc {
  width: 100%;
}

.committe_item .subtitle-004 {
  width: 100%;
  background-color: #003c5d;
}

.committe_item .mark_list {
  background-color: #f1f0e4;
  padding: 20px 10px;
  font-size: 0.8rem;
  margin-top: 20px;
  width: 100%;
}
.committe_item:nth-of-type(even) .mark_list {
  background-color: #fff;
}

.committe_item .linkbtn {
  margin: auto auto 0;
  background-color: inherit;
}
.committe_item .linkbtn a {
  margin-top: 40px;
}
/*----------

組合案内

---------*/
.pagemain.about {
  background-image: url(../images/page/about/bg-main.png);
}

.about_outline {
  background: url(../images/page/about/bg_gray.jpg) no-repeat center center /
    cover;
  margin-bottom: 0;
}
.about_outline .inner {
  padding: 70px 0 140px;
}
.outline_tbl {
  width: 100%;
}

.outline_tbl th,
.outline_tbl td {
  font-size: 1.15rem;
  padding: 15px 0;
}

.outline_tbl th {
  width: 17.5%;
  text-align: left;
  letter-spacing: 0.2rem;
}

.outline_tbl dl {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.outline_tbl dl dt {
  width: 14%;
}

.about_outline .linkbtn.redlarge {
  margin-top: 85px;
}

.about_organization .inner {
  padding: 90px 0 100px;
}
.about_organization .subtitle-001 {
  color: #fff;
}
.about_organization .subtitle-001:before,
.about_organization .subtitle-001:after {
  background-color: #fff;
}

.about_detail {
  background: url(../images/page/about/bg_about2.jpg) no-repeat bottom center /
    cover;
  margin-bottom: 0 !important;
}
.about_detail .inner {
  padding: 90px 0 280px;
  position: relative;
}
.about_detail .inner:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -210px;
  background: url(../images/page/about/img_map_jp.png) no-repeat center center /
    contain;
  width: 783px;
  height: 894px;
  display: block;
}

.about_detail .txtarea_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.about_detail .txtarea {
  width: 100%;
  max-width: 100%;
}

.about_detail .txtarea .txt {
  font-size: 0.9rem;
  line-height: 1.4;
}

.about_detail .txtarea h2 {
  font-size: 1.5rem;
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  max-width: 80%;
  margin: 0 0 60px auto;
}

.about_detail .txtarea.half {
  max-width: 640px;
  margin-bottom: 50px;
}
.about_detail .txtarea.half .txt {
  margin-left: 32px;
  margin-top: 25px;
}

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

 外国人技能実習制度

---------*/

.system_head {
  margin-bottom: 0;
}

.system_head > .inner {
  background: url(../images/page/system/main_img_pc.jpg) no-repeat center
    center / cover;
  height: 647px;
}
.system_head > .inner > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.system_head_text {
  width: 603px;
}
.system_head_text h1 {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 24px;
}
.system_head_text .txt {
  padding: 30px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.15rem;
  width: 100%;
}
.system_desc {
  margin-bottom: 100px;
}
.system_desc h3 {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 40px;
}

.system_desc .mark_list {
  border: 1px solid #fff;
  padding: 35px;
  font-size: 0.9rem;
}

.system_item .type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.system_item .type + .type {
  margin-top: 60px;
}

.system_item .type dt {
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 30px;
}
.system_item .type dd.img {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.system_item section + section,
.system_item.item03 section:first-of-type {
  margin-top: 50px;
}

.system_item section.hight_small {
  margin-top: 30px;
}

.system_item section .subttl {
  font-size: 1.25rem;
}

.system_item section .subttl + * {
  margin-top: 20px;
}
.system_tbl {
  width: 100%;
}
.system_tbl th,
.system_tbl td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  padding: 10px;
  border: 1px solid #969695;
  width: 20%;
}
.system_item section .mark_list li {
  margin-bottom: 15px;
}

.system_item.item01 .linkbtn {
  width: 560px;
  margin-bottom: 100px;
}

.system_item.item01 .linkbtn a {
  padding: 40px 0;
}

.system_item section.item03 .desc {
  margin-top: 20px;
}
/*----------

技能実習制度の申し込み

---------*/
.pagemain.system-form {
  background-image: url(../images/page/contact/bg-main.png);
}

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

ARTグランプリ

---------*/

.art_head {
  margin-bottom: 0;
}

.art_head .inner {
  background: url(../images/page/art/main_img_pc.webp) no-repeat center center /
    cover;
  height: 808px;
}

.art_head .inner h2 {
  width: 465px;
  padding-top: 83px;
  margin-left: 240px;
}

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

.art_note .mark_list {
  margin-bottom: 120px;
}
.art_note dt {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.art_note .time {
  font-size: 1.75rem;
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #000;
}
.art_note .time span {
  margin-right: 2em;
}
/*----------

技能検定試験

---------*/
.pagemain.exam {
  background-image: url(../images/page/exam/bg-main.png);
  background-position: top center;
}

.pagemain.exam .pagemain-text {
  flex-direction: column;
  align-items: flex-end;
}

.pagemain.exam .pagemain-text h1 {
  background-color: #81803d;
  color: #fff;
  font-size: 1.5rem;
  padding: 8px 24px;
  max-width: 325px;
  margin-bottom: 30px;
}

.pagemain.exam .pagemain-text h2 {
  font-size: 1.5rem;
  padding: 10px 20px;
  /* border-top: 1px solid #000;
    border-bottom: 1px solid #000;*/
  background-color: rgba(255, 255, 255, 0.85);
}

.pagemain.exam .pagemain-text p {
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: right;
  font-size: 1.15rem;
  width: 560px;
}

.exam_detail .ttl {
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  background-color: #003c5d;
  padding: 20px 10px;
  margin-bottom: 40px;
}

.exam_detail .desc {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 80px;
}

.exam_info {
  margin-bottom: 70px;
}

.exam_price_tbl {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.exam_price_tbl th,
.exam_price_tbl td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  padding: 20px 10px;
  border: 1px solid #000;
  width: 26%;
}

.exam_detail .notice {
  text-align: center;
  font-size: 1.25rem;
  border: 1px solid;
  padding: 50px 20px;
}

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

会員企業

---------*/
.pagemain.company {
  background-image: url(../images/page/company/bg-main.png);
  padding: 157px 0;
}
.pagemain.company .pagemain-text h1 {
  background-color: inherit;
  color: #fff;
}

.company_item:nth-of-type(even) {
  background-color: #ecf0df;
}
.company_item:nth-of-type(even) .inner {
  padding: 70px 0;
}
.company_item .txt {
  text-align: center;
  margin-bottom: 40px;
}

.company_tbl {
  width: 100%;
}

.company_tbl th,
.company_tbl td {
  text-align: left;
  padding: 8px 12px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 0.9rem;
}

.company_tbl thead th {
  background-color: #dae7ea;
}
.company_tbl thead .th_name {
  width: 27%;
}
.company_tbl thead .th_tel,
.company_tbl thead .th_fax {
  width: 15%;
}

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

PCBの廃棄について

---------*/
.pagemain.pcb {
  background-image: url(../images/page/pcb/bg-main.png);
}

.pcb_intro .txt {
  margin: 0 auto 0;
  width: 100%;
  max-width: 860px;
}

.pcb_jsia {
  margin-top: 90px;
}

.pcb_jsia .subtitle-004 {
  font-size: 1rem;
}

.pcb_jsia .linkbtn.red {
  width: 480px;
  margin-bottom: 40px;
}

.pcb_jsia .linkbtn.red a {
  padding: 20px;
  border-radius: 15px;
}

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

入会案内

---------*/
.pagemain.joinus {
  background-image: url(../images/page/joinus/bg-main.png);
}

.joinus_intro {
  background: url("../images/page/joinus/bg_intro.jpg") no-repeat top center /
    cover;
}

.joinus_intro .inner {
  padding: 120px 0 180px;
}
.joinus_intro .txtarea {
  width: 100%;
  max-width: 660px;
  color: #003c5d;
}
.joinus_intro .txtarea .subtitle-004 {
  font-size: 1.25rem;
  max-width: 390px;
  background-color: #003c5d;
}
.joinus_intro .txtarea .subttl {
  font-size: 2rem;
  margin-bottom: 30px;
}
.joinus_intro .txtarea .txt {
  font-size: 1.25rem;
  line-height: 1.6;
}

.joinus_request .note {
  text-align: center;
  margin: 40px auto 0;
  padding: 20px;
  border: 1px solid;
  max-width: 60%;
}
/*----------
ブログ

---------*/
.pagemain.blog {
  background-image: url(../images/page/blog/bg-main.png);
}
.pagemain.blog.cate-blog-csr {
  background-image: url(../images/page/blog/bg-main-csr.png);
}

.column2 {
  display: flex;
  justify-content: space-between;
}
.column2 #main-contents {
  width: 70%;
}
.column2 #sidebar {
  width: 25%;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
}
.blog-list article {
  width: 48%;
  margin: 0 1% 4%;
}
.blog-list article {
  width: 48%;
  margin: 0 1% 4%;
}
.blog-list.row3 article {
  width: 31%;
  margin: 0 1% 4%;
}
.blog-list article a {
  display: block;
  height: 100%;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 4px 6px 12px -10px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
}
.blog-list article a:hover {
  background-color: #1c2a55;
  color: #fff;
}
.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 {
  display: inline-block;
  background-color: #1c2a55;
  color: #fff;
  font-size: 0.8rem;
  padding: 3px 8px;
  margin: 0 3px 3px 0;
}
.blog-photo img {
  width: 100%;
  height: 220px;
}
.blog-list article a div.blog-list-in {
  padding: 5% 6%;
}
.blog-list article a div.blog-list-in h3 {
  font-size: 1rem;
}
.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.8rem;
  line-height: 1.8;
}
.blog-list .cont_empty {
  margin: 0 auto;
}

/* sidebar */
.column2 #sidebar h2.subtitle-002 {
  font-size: 1.3rem;
  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 {
  display: block;
  text-decoration: none;
  font-size: 0.9rem;
  color: #333;
  padding: 4% 3%;
  border-bottom: 1px dotted #ccc;
}
.column2 #sidebar div.side-list ul li a:hover {
  background-color: #1c2a55;
  color: #fff;
}

.blog-btn-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4%;
}

.blog-btn-list .linkbtn {
  margin: 24px 0;
}
.blog-btn-list .linkbtn + .linkbtn {
  margin-left: 24px;
}
.blog-btn-list .linkbtn.current a {
  background-color: #1c2a55;
  color: #fff;
}
.blog-btn-list .linkbtn.current a:after {
  background-image: url(../images/common/icon-arrow-hover.png);
}
/* 詳細 */
.blig-single .blog_head {
  margin-bottom: 40px;
}
.blig-single .blog_head h1 {
  font-size: 1.3rem;
  border-bottom: 2px solid #1c2a55;
  padding: 12px 0 12px;
  margin-bottom: 5px;
}
.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 {
  box-sizing: border-box;
  padding: 6px;
}
.side-search .submit-btn {
  background-color: #1c2a55;
  color: #fff;
  border: 2px solid #1c2a55;
  width: 20%;
  padding: 4px 0;
  cursor: pointer;
  transition: 0.3s;
}
.side-search .submit-btn:hover {
  background-color: #fff;
  color: #1c2a55;
}

.pagenavi {
  text-align: center;
}

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

新着情報

---------*/
.pagemain.news {
  background-image: url(../images/page/news/bg-main.png);
}

.news-cat-list ul {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.news-cat-list ul li {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  width: 20%;
  text-align: center;
}
.news-cat-list ul li a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: #1c2a55;
  border: 1px solid #1c2a55;
  padding: 10px 0;
  box-sizing: border-box;
}
body.post-type-archive-news .news-cat-list ul li.all-cat a,
.news-cat-list ul li.current-cat a,
.news-cat-list ul li a:hover {
  background-color: #1c2a55;
  color: #fff;
}

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

活動内容

---------*/
.pagemain.action {
  background-image: url(../images/page/action/bg-main.png);
}

.post-menu-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.post-menu-list ul li {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  width: 29%;
  text-align: center;
}
.post-menu-list ul li a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: #1c2a55;
  border: 1px solid #1c2a55;
  padding: 10px 0;
  box-sizing: border-box;
}
.post-menu-list ul li.all-cat a,
.post-menu-list ul li [aria-current="page"],
.post-menu-list ul li.current-cat a,
.post-menu-list ul li a:hover {
  background-color: #1c2a55;
  color: #fff;
}

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

404
---------*/
.pagemain.not404 {
  background-image: url(../images/common/bg-main-404.png);
}

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

プライバシーポリシー

---------*/
.pagemain.policy {
  background-image: url(../images/page/policy/bg-main.png);
}

.policy-contents section {
  margin: 0 0 80px;
}
.policy-contents section div {
  margin: 0 30px;
}
.policy-contents section div p {
  margin-bottom: 20px;
}
.policy-contents section h2,
.policy-contents section h3 {
  font-weight: bold;
}

article.policy-in {
  margin-bottom: 20px;
}
article.policy-in section {
  margin: 40px 0 0 40px;
}
article.policy-in section h3,
.policy-contents section .ttl_small {
  color: #003c5d;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

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

お問い合わせ

---------*/
.pagemain.contact {
  background-image: url(../images/page/contact/bg-main.png);
}

.conact_head {
  text-align: center;
  font-size: 18px;
}
.conact_head p {
  margin-bottom: 24px;
}
.conact_head .tellink {
  line-height: 1.5;
  margin-bottom: 0;
}
.tellink a {
  text-decoration: none;
  color: #007580;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

.form-info {
  text-align: center;
  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 {
  background: #ffdede;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.contact-error h2 {
  color: #ff0000;
}

.redtext {
  color: #cc0000;
  font-weight: bold;
}
table.formtbl {
  width: 100%;
  border-top: solid 1px #efefef;
  text-align: left;
}
table.formtbl02 {
  width: 100%;
  border-bottom: solid 1px #efefef;
  text-align: left;
}

table.formtbl tr.none,
table.formtbl02 tr.none {
  display: none;
}
table.formtbl tr th,
table.formtbl tr td {
  box-sizing: border-box;
  padding: 3% 1%;
  border-bottom: solid 1px #efefef;
  vertical-align: middle;
}
span.f-title {
  display: inline-block;
  vertical-align: middle;
}
span.redbox,
span.greenbox {
  display: inline-block;
  vertical-align: middle;
  background-color: #ab1a3c;
  color: #fff;
  padding: 3px 10px;
  font-weight: normal;
  margin-right: 1rem;
  font-size: 0.8rem;
}
span.normalbox{
  color: #000;
  background-color: #afafaf;
  padding: 3px 10px;
  font-weight: normal;
  margin-right: 1rem;
  font-size: 0.8rem;
}

span.redbox
span.greenbox {
  background-color: #1c2a55;
}
table.formtbl tr th.f-messe {
  background-color: #1c2a55;
  color: #fff;
  text-align: center;
  padding: 2% 0;
  font-size: 1.2rem;
  font-weight: normal;
}

table.formtbl tr th {
  width: 30%;
  text-align: left;
}
table.formtbl tr td {
  width: 70%;
}

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

table.formtbl tr td img {
  max-width: 100%;
}

.formtbl input.w30 {
  width: 35%;
}

.mb5 {
  margin-bottom: 3%;
}

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

td.birthday span {
  display: inline;
  vertical-align: middle;
  margin-right: 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 {
  background: #9e0000;
  color: #fff;
  border: 1px solid #9e0000;
  width: 35%;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
}

#submit input:hover {
  background: #fff;
  color: #9e0000;
  cursor: pointer;
}

#submit input.backbtn {
  background: #f2f2f2;
  color: #333;
  border: 1px solid #666;
  width: 35%;
  padding: 30px 0;
  font-size: 16px;
  border-radius: 6px;
  margin-right: 20px;
}

#submit input.backbtn:hover {
  background: #333;
  color: #fff;
  cursor: pointer;
}

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

.contact-caption {
  text-align: center;
  margin-bottom: 32px;
}
.contact-complete{
margin-top: 190px;
}
/*----------

footer

---------*/

/* side-bnr */
.side-bnr {
  width: 7%;
  position: fixed;
  right: 1%;
  top: 40%;
  z-index: 90;
}

.side-bnr ul li + li {
  margin-top: 20px;
}

/*
.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: #1c2a55;
  color: #fff;
  background-image: url(../images/common/icon-mail.png);
  background-position: center 10px;
  background-repeat: no-repeat;
  padding: 34px 5px 10px;
}
*/
@media all and (-ms-high-contrast: none) {
  .side-bnr ul li a {
    height: 172px;
  }
}
/*
.side-bnr ul li a:hover{
  background-color:#0083a1;
}
*/

/* page-top */
#page-top {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 900;
}
#page-top a {
  background: url(../images/common/img_pagetop.png) no-repeat center center;
  text-decoration: none;
  width: 50px;
  height: 55px;
  text-align: center;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#page-top a:hover {
  background: url(../images/common/img_pagetop_hover.png) no-repeat center
    center;
}

.foot-contact-ttl {
  max-width: 384px;
  margin: 0 auto 60px;
}

.contact_tel_list {
  display: flex;
  justify-content: center;
}
.contact_tel_list li + li {
  margin-left: 35px;
}
.contact_tel_list li,
.contact_tel_list li.mail a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
.contact_tel_list li a:hover {
  color: #000;
  opacity: 0.7;
}

.contact_tel_list li img {
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid #cdd2d3;
  margin-right: 20px;
}
.contact_tel_list li .small {
  font-size: 14px;
  display: block;
  line-height: 1.7;
}

.contact_tel_list li.mail .small {
  margin-top: 3px;
}

.contact_tel_time {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

.foot-btn-ttl {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}

.foot-btn {
  margin-top: 60px;
}

.foot-btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot-btn-list li + li {
  margin-left: 20px;
}

.foot-btn-list li a {
  color: #fff;
  text-decoration: none;
  background-color: #003c5d;
  border: 1px solid #003c5d;
  border-radius: 15px;
  padding: 18px 10px;
  display: block;
  font-size: 1.08rem;
  font-weight: bold;
}
.foot-btn-list li a:hover {
  color: #003c5d;
  background-color: #fff;
}

.foot-btn-list li {
  width: 30%;
  max-width: 330px;
  text-align: center;
}

.foot-btn-txt {
  text-align: center;
  margin-top: 20px;
}

.copy {
  margin-top: 60px;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  background-color: #003c5d;
  color: #fff;
  text-align: center;
  padding: 3% 0;
}

/*--common-*/
.di-fl {
  display: flex;
}
.ju-sp {
  justify-content: space-between;
}

.demo-img img {
  width: 100%;
}
.tac {
  text-align: center;
}

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

coming soon

---------*/

.article-coming {
  margin: 70px auto;
}

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

検定試験材料発注

---------*/
.test,
.order,
.catalog-form,
.product-form,
.product01-form {
  background: #003c5d !important;
}

.test .pagemain-text h1,
.order .pagemain-text h1,
.catalog-form .pagemain-text h1,
.product-form .pagemain-text h1,
.product01-form .pagemain-text h1 {
  background: #003c5d !important;
  color: #fff !important;
}
.product01-form .pagemain-text h1 {
  max-width: 520px;
}

.test-txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;

  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
.red-text {
  color: #e61d12;
}
.test-txt-01 {
  margin-bottom: 1rem;
}

p.test-txt-02 {
  font-size: 0.9rem;
  line-height: 1.4;
}
.test-info,
.test-flow {
  margin-bottom: 40px;
}
.test-info h3,
.test-flow h3 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
.test-info p {
  font-size: 16px;
}
.test-flow ul li + li {
  margin-top: 10px;
}
.test-flow ul li div {
  width: 80%;
  margin-left: auto;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

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

.test-area {
  text-align: center;
  margin-bottom: 100px;
}
.test-area-01 {
  padding: 2rem;
  border: solid 1px #333333;

}
.test-area h3 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.test-area ul.btn_01 {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 30px;
}

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

.test-area ul.btn_01 li a {
  position: relative;
  width: 100%;
  height: 80px;
  line-height: 80px;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 20px;
}

.test-area ul.btn_01 li a::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 40px;
  background: url(../images/page/test/icon.png) no-repeat;
  background-size: contain;
}

.test-area ul.btn_01 li a:hover {
  border: 1px solid #333333;
  background: #fff;
  color: #333333;
}


.test-area ul.btn_02 li a.pdf-link {
  background: #333333;
  border: 1px solid #333333;
  font-size: 18px;
  color: #fff;
  margin-top: 1rem;
}
.test-area ul.btn_02 li a.pdf-link:hover {
  background: #fff !important;
  border: 1px solid #333333 !important;
  color: #333333 !important;
}

.test-area p.rental-txt {
  font-size: 18px;
  font-weight: bold;
}

.test-area p.mail-txt {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 20px;
}

.test-area p.fax-txt {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
}

.test-area ul.btn_02 {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.test-area ul.btn_02 li {
  width: 380px;
  margin: 0 28px;
}

.test-area ul.btn_02 li p {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}

.test-area ul.btn_02 li a {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 70px;
  line-height: 70px;
  display: block;
  background: #e61d12;
  border: 1px solid #e61d12;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
}

.test-area ul.btn_02 li a:hover {
  background: #fff;
  border: 1px solid #e61d12;
  color: #e61d12;
}

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

作業着の発注

---------*/

ul.order-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}

ul.order-btn li {
  margin: 0 90px;
  text-align: center;
}

ul.order-btn li {
  width: 260px;
}

ul.order-btn li .mail {
  margin-bottom: 20px;
}

ul.order-btn li h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

ul.order-btn li a {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 50px;
  line-height: 48px;
  display: block;
  background: #e61d12;
  border: 1px solid #e61d12;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
}

ul.order-btn li a:hover {
  background: #fff;
  border: 1px solid #e61d12;
  color: #e61d12;
}
.catalog-btn {
  width: 600px;
  text-align: center;
  margin: 0 auto 25px;
}
.catalog-btn a {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 100%;
  height: 80px;
  line-height: 78px;
  display: block;
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 20px;
}

.catalog-btn a:hover {
  background: #fff;
  border: 1px solid #333333;
  color: #333333;
}

.catalog-btn a::before {
  position: absolute;
  top: 20px;
  left: 110px;
  content: "";
  display: inline-block;
  width: 23px;
  height: 40px;
  background: url(../images/page/order/icon.png) no-repeat;
  background-size: contain;
}

p.catalog-txt {
  font-size: 25px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}

.spec-form table.formtbl02 .catalog-btn {
  margin-bottom: 50px;
}
.spec-form table.formtbl02 tr th.menu-table,
.spec-form table.formtbl02 tr td.menu-table {
  width: 100%;
  display: block !important;
  padding: 3% 1%;
}

.formtbl02 .menu-flex {
  display: flex;
  margin-bottom: 20px;
}
.formtbl02 .menu {
  width: 20%;
  margin-right: 10px;
}
.formtbl02 .menu span {
  display: block;
  font-size: 13px;
  padding-right: 10px;
  text-align: center;
}

.formtbl02 input.w10 {
  width: 90%;
  padding: 2%;
  border: 1px solid #ccc;
}

.formtbl02 select {
  width: 90%;
  padding: 2%;
  border: 1px solid #ccc;
}

p.home-txt {
  padding: 40px 0 0;
}

p.home-txt a {
  color: #000;
  text-decoration: none;
}

p.home-txt a:hover {
  text-decoration: underline;
}

.catalog-confirm span.redbox,
.catalog-confirm span.greenbox,
.catalog-confirm .catalog-btn {
  display: none;
}

.menu-table-inner02 {
  padding-left: 65px;
  margin-bottom: 50px;
}
.product-menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-ttl {
  width: 30%;
}
.product-info {
  width: 70%;
  display: flex;
  justify-content: flex-end;
}

.formtbl02 .product-info .menu {
  width: 25%;
}
.formtbl02 .product-info select,
.formtbl02 .product-info input.w10 {
  width: 100%;
}

table.bo-none {
  border-top: none !important;
}
p.menu-txt {
  font-size: 13px;
}

.formtbl-product .product-ttl {
  width: 100%;
}
.formtbl-product .product-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 3%;
}

.formtbl02 .product-inner .menu {
  margin-right: 0;
}
.formtbl02 .product-inner .menu span {
  width: 100px;
}

.formtbl-product .mwform-checkbox-field-text,
.formtbl-product .product-menu01 {
  font-size: 13px;
}
.formtbl-product .product-table .menu {
  width: 50% !important;
  align-items: center;
}
.product-table .product-menu span {
  width: 200px !important;
}

.product-table .product-menu select {
  font-size: 12px;
}

.page-template-page-product01-confirm table.bo-none tr th,
.page-template-page-product01-confirm table.formtbl tr td {
  border-bottom: solid 1px #efefef !important;
}

.page-template-page-product01-confirm .product-ttl {
  font-size: 12px;
}
.page-template-page-product01-confirm .formtbl-product .product-table .menu {
  font-size: 12px;
}
