@charset "utf-8";


/*====================================
	マージしなくて良い
====================================*/
.pankuzu ul{
	display: flex;
}
.pankuzu li {
    padding-right: 12px;
    font-size: 14px;
    line-height: 1;
}
/*====================================
	01.page_ttl
====================================*/
.page_ttl.product_ttl{
    background: url(../img/product.jpg) center center;
    background-size: cover;
}
/*====================================
	02.com_product
====================================*/
.com_product{
	padding-top: 70px;
}
.com_product h3{
	font-size: 28px;
	font-weight: bold;
	color: #005bac;
}
.com_product h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.com_product .block{
	margin: 35px 0 65px;
}
.com_product ul.flex{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    
    justify-content: space-between;
}
.com_product ul.flex li{
    margin-bottom: 40px;
    width: 48.5%;
}
.com_product ul.flex li.box a {
    box-shadow: 0 0 8px #d3d3d3;
    height: 100%;
    display: block;
    width: 100%;
    border-radius: 10px;
    position: relative;
    background: white;
}
.com_product .box_flex{
	display: flex;
	height: 100%;
}
.com_product .box_flex img {
    display: block;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
    object-fit: cover;
    width: 160px;
    height: auto;
}
.com_product .box_flex img.contain{
	object-fit: contain;
	padding: 10px 0px 10px 10px;
}
.com_product .box_flex dl{
	padding: 18px 18px 15px 18px;
}
.com_product .box_flex dl dt{
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.com_product .box_flex dl dd{
	font-size: 15px;
}
.com_product .next_arrow::before,
.com_product .window_arrow::before {
    bottom: -18px;
    right: 18px;
}
.com_product .next_arrow::after,
.com_product .window_arrow::after {
    bottom: -14px;
}
.com_product .window_arrow::after {
    right: 23px;
}
.com_product .next_arrow::after {
    right: 26px;
}
.com_product .no_box img{
    object-fit: contain;
    border: 1px solid #d3d3d3;
    border-radius: unset;
    /* min-width: 160px; */
    height: 140px;
    padding: 5px;
	margin-right: 15px;
}
.com_product .no_box .box_flex dl {
    padding: 0px;
}
.com_product .no_box dl dt{
	color: #005bac;
	padding-left: 28px;
    text-indent: -28px;
}
.com_product .no_box dl dt img{
	width: 18px;
    height: 18px;
    padding: 0px;
    border: unset;
    display: inline-block;
    margin-right: 10px;
	min-width: auto;
}
.com_product .last h3{
	margin-bottom: 8px;
}
.com_product .last .page_menu a.btn {
    display: flex;
    padding: 10px 70px 10px 10px;
    justify-content: start;
}
.com_product .last .page_menu{
	margin-top: 20px;
}
.com_product .last .round_arrow::after {
	content: '';
    right: -60px;
	left: auto;
}
/*====================================
	採用情報
====================================*/
.com_recruit h3{
	font-size: 28px;
	text-align: center;
	color: #005bac;
	font-weight: bold;
	margin-bottom: 35px;
}
.com_recruit .message{
	text-align: center;
	padding: 55px 0 95px;
}
.com_recruit .message p strong {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
    display: block;
}
.com_recruit .message p{
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
}
.com_recruit .interview{
    position: relative;
    background: url(../img/recruit_bg.jpg) center center;
    background-size: cover;
    padding: 65px 0 75px;
}
.com_recruit .interview::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #005bac;
    opacity: .6;
}
.com_recruit .interview .inner{
	position: relative;
	max-width:1100px;
	z-index: 1;
}
.com_recruit .interview h3{
	color: white;
	margin-bottom: 55px;
}
.com_recruit .interview ul{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.com_recruit .interview ul li {
    background: white;
    width: calc((100% - 60px) / 3);
    padding: 25px 25px 30px;
    margin-bottom: 2em;
    margin-right: 30px;
}
.com_recruit .interview ul li:nth-child(3n){
    margin-right: 0;
}
.com_recruit .interview ul li .thum{
    width: 100%;
    height: 240px;
}
.com_recruit .interview ul li img {
    max-width: 395px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.com_recruit .interview ul li p.name {
    font-size: 18px;
    color: #005bac;
    font-weight: bold;
	margin: 10px 0px 12px;
}
.com_recruit .welfare{
	padding: 70px 0 80px;
}
.com_recruit .welfare ul{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.com_recruit .welfare ul li {
    border: 1px solid #dddddd;
    padding: 15px 20px 22px;
    display: flex;
	margin-bottom: 18px;
}
.com_recruit .welfare ul li:last-child {
	margin-bottom: 0px;
}
.com_recruit .welfare ul li .icon {
    margin-right: 22px;
}
.com_recruit .welfare ul li .icon img{
	width: 65px;
}
.com_recruit .welfare ul li dt {
    font-size: 20px;
}
.com_recruit .full_gray {
    background: #f5f5f5;
	padding-top: 70px;
    margin-bottom: -65px;
    padding-bottom: 65px;
}
.com_recruit .full_gray ul {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
	width: 100%;
}
.com_recruit .full_gray ul li{
	width: 100%;
	margin: 0 1% 40px;
}
.com_recruit .full_gray a{
    width: 100%;
    text-align: center;
    padding: 35px;
    font-size: 18px;
    box-shadow: 0 0 8px #d3d3d3;
    display: block;
    background: white;
	border-radius: 10px;
	position: relative;
	font-weight: 500;
}
.com_recruit .full_gray a.blue{
	box-shadow: unset;
	color: white;
	background: #005bac;
}
.com_recruit .full_gray a::after{
	content: ' ';
    background-image: url(../img/icon_yazi_top.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    position: absolute;
    right: 30px;
    top: 44px;
}
.com_recruit .full_gray a.blue::after{
    background-image: url(../img/icon_yazi.png);
    transform: rotate(0deg);
}
.com_recruit .full_gray ul+.more{
    max-width: 800px;
    margin: auto;
}
/*====================================
	募集要項一覧
====================================*/
.recruit_list{
	margin-top: 60px;
	margin-bottom: 125px;
}
.recruit_list ul.saiyou{
	max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	width: 100%;
	margin-bottom: 40px;
}
.recruit_list ul.saiyou li{
	width: 100%;
    margin: 0 1%;
}
.recruit_list ul.saiyou li a{
	font-size: 18px;
	display: block;
    font-weight: 500;
    text-align: center;
    padding: 35px;
	box-shadow: 0 0 8px #d3d3d3;
    border-radius: 10px;
	position: relative;
}

.recruit_list ul.saiyou li a::after,
.recruit_list ul.list li a::after {
    content: ' ';
    background-image: url(../img/icon_yazi_top.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.recruit_list ul.saiyou li.current-cat a{
    background: #005bac;
    color: white;
	box-shadow: unset;
	pointer-events: none;
}
.recruit_list ul.saiyou li.current-cat a::after{
	content: none;
}
.recruit_list ul.list{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.recruit_list ul.list li{
	margin-bottom: 20px;
}
.recruit_list ul.list li a{
	display: block;
    position: relative;
    border: 3px solid #dadada;
    padding: 25px 70px 25px 30px;
    border-radius: 10px;
}
.recruit_list ul.list li a p.tit{
	font-size: 20px;
	font-weight: 500;
}
.recruit_list ul.list li a p{
	font-size: 14px;
}

/*====================================
	募集要項詳細
====================================*/
.recruit_page {
    max-width: 1000px;
    margin: 55px auto 135px;
    padding: 0 1.3rem;
    box-sizing: border-box;
}
.recruit_page h3{
	text-align: left;
	margin-bottom: 20px;
}
.recruit_page table {
    width: 100%;
	margin-bottom: 55px;
}
.recruit_page th,
.recruit_page td {
    border: 1px solid #d7d7d7;
	font-size: 15px;
    padding: 20px 16px;
}
.recruit_page th {
    background: #f5f5f5;
    vertical-align: middle;
	width: 200px;

}
.recruit_page .btn a{
	font-size: 18px;
    display: block;
    font-weight: 500;
    text-align: center;
    padding: 22px;
    border-radius: 10px;
    position: relative;
	background: #005bac;
    color: white;
	max-width: 350px;
	margin: 0 auto 20px;
}
.recruit_page .btn a.gray{
	background: #e8e8e8;
	color: #616161;
}
.recruit_page .btn a::after {
    content: ' ';
    background-image: url(../img/icon_yazi.png);
    width: 16px;
    height: 18px;
    background-size: 15px;
    display: block;
    background-repeat: no-repeat;
    /* transform: rotate(90deg); */
    position: absolute;
    right: 30px;
    top: 30px;
}
.recruit_page .btn a.gray::after{
	background-image: url(../img/icon_yazi_gray.png);
}
/*====================================
	テンプレート
====================================*/

.template{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 130px;
}
.template img {
    display: inline-block;
    width: 100%;
}
.template a:hover{
	opacity: .6;
	transition: .3s;
}
.template .side{
	width: 25%;
    font-size: 14.5px;
    color: #005bac;
    margin-right: 50px;
    position: sticky;
	top: 30px;
    padding: 0;
}
.template .side ul{
	position: sticky;
	top: 30px;
}
.template .side ul li{
	padding-bottom: 8px;
    padding-left: 20px;
    text-indent: -20px;
}
.template .side ul li:before{
	content: 'ー';
	padding-right: 5px;
}
#side #ezw_tco-3{
    list-style: none;
    padding: 0;
    text-indent: 0;
}
#side #ezw_tco-3:before{
    display: none;
}
#ezw_tco-3 .ez-toc-list{
    padding: 0;
    list-style: none;
}
li.ez-toc{
    padding: 0;
    text-indent: 0;
    list-style: none;
}
#ezw_tco-3 .ez-toc-list li{
    padding: 0;
    padding-left: 20px;
    text-indent: -20px;
    list-style: none;
    padding-bottom: 8px;
}
#ezw_tco-3 .ez-toc-list li:before{
}
#ezw_tco-3 .ez-toc-list li a{
    padding: 0;
    padding-left: 0;
    padding-bottom: 8px;
}
.ez-toc-widget-container ul.ez-toc-list li.active{
    background: #fff;
}
#side header_link{
    position: relative;
    transition: all 0.2s ease-in-out;
}
#side li .activeOn{
    font-weight: 600;
}
.template .main{
	width: 75%;
}
.template .main h2{
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
.template .main .temp_cont img.page_img{
	    margin-bottom: 22px;
    display: block;
    width: 100%;
    max-height: 240px;
    object-fit: cover;

}
.template .main .temp_cont h2{
	background-color: #005bac;
	color: white;
	font-size: 20px;
	padding: 8px 15px; 
	margin: 40px 0px 20px;
}
.template .main .temp_cont p{
	    font-size: 15px!important;
    line-height: 1.7;
}
.template .main .temp_cont p span{
	    font-size: 15px!important;
    line-height: 1.7;
}
.template .main .temp_cont h3{
	font-size: 20px!important;
	padding: 5px 10px;
	margin: 20px 0px;
	border-left: 5px solid #005bac;
	font-weight: bold;
}
.template .main .temp_cont h4 {
    color: #005bac;
    font-weight: bold;
    font-size: 18px!important;
    margin: 25px 0px 8px;
}
.template .main .temp_cont img{
	width: auto;
    height: auto;
}
.template .main .temp_cont img.auto{
	width: auto;
}
.template .main .temp_cont a {
    font-size: 15px!important;
    color: #005bac;
    text-decoration: underline;
    text-underline-offset: 3px;
	display: block;
}
.template .main .temp_cont .btn a{
    color: white;
    text-decoration: none;
    width: auto;
    display: inline-block;
    padding: 10px 80px 10px 20px;
    margin: 28px 0px 0px;
	position: relative;
    background: #f1412a;
    border-radius: 10px;
}
.template .main .temp_cont .btn a::after {
    content: url(../img/icon_yazi.png);
    position: absolute;
    margin: auto;
    top: 9px;
    transform: scale(0.5);
    right: 10px;
}
.template .main .temp_cont .btn-pt a{
    color: white;
    text-decoration: none;
    width: auto;
    display: inline-block;
    padding: 10px 80px 10px 20px;
    margin: 28px 0px 0px;
	position: relative;
    background: #f1412a;
    border-radius: 10px;
}
.template .main .temp_cont .btn-pt a::after {
    content: url(../img/icon_yazi.png);
    position: absolute;
    margin: auto;
    top: 9px;
    transform: scale(0.5);
    right: 10px;
}
.template .main .temp_cont li{
	display: flex;
    align-items: baseline;
}
.template .main .temp_cont li:before{
	content: '・';
    font-size: 32px;
    line-height: 0;
    color: #005bac;
    font-weight: bold;
	    top: 7px;
    position: relative;
}
.template .main .temp_cont table{
	margin: 20px 0px;
	width: 100%;
}
.template .main .temp_cont table th{
	width: 35%;
}
.template .main .temp_cont table th,
.template .main .temp_cont table td{
	border: 1px solid #ccc;
	padding: 10px 20px;
	font-weight: 300;
}
.template .main .temp_cont ul.box li:first-child{
	border-top: 1px solid #ccc;
}
.template .main .temp_cont ul.box li{
    border-bottom: 1px solid #ccc;
	    display: block;
    padding: 20px 2px;
}
.template .main .temp_cont ul.box li img{
	width: 160px;
    height: 160px;
    object-fit: cover;
    margin-right: 24px;
}
.template .main .temp_cont ul.box li dt{
	font-size: 17px;
	margin-bottom: 10px;
}
.template .main .temp_cont ul.box li dd{
	font-size: 14px;
}
.template .main .temp_cont ul.box li p{
	text-align: right;
}
.template .main .temp_cont ul.box li .flex{
	display: flex;
}
.template .main .temp_cont ul.box li:before{
	content: none;
}
.template .main dl.accordion {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.template .main dl.accordion dt{
	display: block;
    
    cursor: pointer;
    padding: 15px 65px 15px 20px;
    
    color: #005bac;
	position: relative;
}
.template .main .accordion dd{
	color: #000;
	margin-top: -10px;
	padding: 10px 65px 25px 20px;
	font-size: 14px;
	display:none;
}

.template .main dl.accordion dt::before,
.template .main dl.accordion dt::after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #005bac;
    position: absolute;
    right: 22px;
    top: 28px;
    transform: translateY(-50%);
  }
  
.template .main dl.accordion dt::after {
    background: #005bac;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

.template .main dl.accordion .open::after {
    transform: rotate(0);
    transition: 0.5s;
}
.template .main dl.link a {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 90px 20px 20px;
    margin-bottom: 20px;
    text-decoration: none;
	position: relative;
}
.template .main dl.link a dt{
	padding-bottom: 8px;
}
.template .main dl.link a dd{
	color: #000;
	font-size: 14px;
}
.template .main dl.link a::before {
    content: "";
    position: absolute;
    margin: auto;
    right: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #005bac;
    right: 12px;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.template .main dl.link a::after {
    content: "";
    position: absolute;
    right: 16px;
    background-size: 11px;
    background-image: url(../img/icon_yazi.png);
    width: 15px;
    height: 12px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.template .main .temp_cont img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.template .main .temp_cont img.alignright{
	margin: 0 0 0 auto;
    display: block;
}
.template .main .temp_cont img.alignleft{
	margin: 0 auto 0 0;
    display: block;
}
.temp_cont .nm-card{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 90px 20px 20px;
    margin-bottom: 20px;
    text-decoration: none!important;
	position: relative;
    color: #000;
}
 .temp_cont .nm-card-thumbnail{
     display: none;
}
.temp_cont .nm-card::before{
    content: "";
    position: absolute;
    margin: auto;
    right: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #005bac;
    right: 12px;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.temp_cont .nm-card::after {
    content: "";
    position: absolute;
    right: 17px;
    background-size: 11px;
    background-image: url(../img/icon_yazi.png);
    width: 15px;
    height: 12px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.temp_cont .nm-card-title{
    font-size: 1.1rem;
    font-weight: 600;
}
.temp_cont .nm-card-excerpt{
    color: #000;
    text-decoration: none;
}
/*====================================
	ISO
====================================*/
#capacity{
    margin-top: 35px;
}
.capa_blok{
    background: #f5f5f5;
    padding: 50px;
    margin-bottom: 50px;
}
.capa_blok h2{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.capa_blok h3{
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 15px;
}
.capa_box{
    display: flex;
    margin-top: 30px;
}
.capa_box li:first-child{
    width: 30%;
    margin-right: 5%;
}
.capa_box li img{
    width: 100%;
    display: block;
}
.capa_box li:last-child{
    width: 65%;
}
.capa_box_list{
    margin-top: 15px;
}
.capa_box_list li{
    padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 4px;
    width: 100%;
}
.capa_box_list li:first-child{
    width: 100%;
}
.capa_box_list li:before {
    content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #484848;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
}
#interview table td:first-child{
    background: #f5f5f5;
    width: 100px;
    }

/*====================================
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
　　SP
====================================*/
@media only screen and (max-width: 1100px){
.com_product {
    padding-top: 35px;
}
.com_product ul.flex li {
    width: 100%;
}	
}
@media only screen and (max-width: 767px){
.com_product h3 {
    font-size: 18px;
}
.com_product .block {
    margin: 20px 0 35px;
}
.com_product ul.flex li {
    margin-bottom: 30px;
}
.com_product .box_flex img {
    width: 35%;
}
.com_product .box_flex dl {
    padding: 12px 10px 12px 10px;
}
.com_product .box_flex dl dt {
    font-size: 14px;
    margin-bottom: 8px;
}
.com_product .box_flex dl dd {
    font-size: 13px;
}
.com_product .next_arrow::before, .com_product .window_arrow::before {
    bottom: -14px;
    right: 10px;
    width: 30px;
    height: 30px;
}
.com_product .next_arrow::after {
	transform: scale(0.4);
    right: 14px;
}
.com_product .next_arrow::after, .com_product .window_arrow::after {
    bottom: -15px;
}
.com_product .window_arrow::after {
    right: 10px;
    transform: scale(0.4);
}
.com_product .no_box img {
    margin-right: 10px;
	/* min-width: auto; */
}
.com_product .no_box dl dt img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.com_product .no_box dl dt {
    color: #005bac;
    padding-left: 20px;
    text-indent: -20px;
}
/*====================================
	採用情報
====================================*/
.com_recruit h3 {
    font-size: 23px;
    margin-bottom: 15px;
}
.com_recruit .message {
    padding: 35px 0 55px;
}
.com_recruit .message p strong {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}
.com_recruit .message p {
    font-size: 14px;
    text-align: left;
}
.com_recruit .interview {
    padding: 45px 0 55px;
    margin-top: 40px;
}
.com_recruit .interview h3 {
    margin-bottom: 30px;
}
.com_recruit .interview ul {
    flex-direction: column;
}
.com_recruit .interview ul li {
    width: 100%;
    padding: 20px 15px 30px;
    margin-bottom: 15px;
}
.com_recruit .interview ul li .thum{
    height: 200px;
}
.com_recruit .interview ul li img {
    max-width: unset;
    width: 100%;
    height: 200px;
}
.com_recruit .interview ul li p.name {
    font-size: 16px;
    margin: 8px 0px 10px;
}
.com_recruit .welfare {
    padding: 40px 0 60px;
}
.com_recruit .welfare ul li .icon {
    margin-right: 15px;
}
.com_recruit .welfare ul li .icon img{
	width: 50px;
}
.com_recruit .welfare ul li {
    padding: 10px 15px 15px;
    margin-bottom: 15px;
	align-items: center;
}
.com_recruit .welfare ul li dt {
    font-size: 16px;
}
.com_recruit .full_gray {
    padding-top: 45px;
    margin-bottom: -60px;
    padding-bottom: 55px;
}
.com_recruit .full_gray ul{
    flex-wrap: wrap;
}
.com_recruit .full_gray ul li {
    width: 100%;
    margin : 0 0 20px;
    max-width: 400px;
}
.com_recruit .full_gray a {
    padding: 25px;
    font-size: 16px;
}
.com_recruit .full_gray a::after {
    top: 30px;
}
.com_recruit .full_gray ul+.more{
    max-width: 400px;
}
/*====================================
	募集要項一覧
====================================*/

.recruit_list {
    margin-top: 35px;
    margin-bottom: 80px;
}
.recruit_list ul.saiyou{
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.recruit_list ul.saiyou li{
    margin: 1% 0;
}
.recruit_list ul.saiyou li a {
    font-size: 15px;
    padding: 12px;
}
.recruit_list ul.saiyou li a::after, .recruit_list ul.list li a::after {
    width: 14px;
    height: 14px;
    background-size: 14px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.recruit_list ul.list li a p.tit {
    font-size: 17px;
}
.recruit_list ul.list li a p {
    font-size: 13px;
}
.recruit_list ul.list li a {
    padding: 18px 40px 18px 20px;
}
/*====================================
	募集要項詳細
====================================*/
.recruit_page {
    margin: 35px auto 75px;
}
.recruit_page h3{
	font-size: 18px;
}
.recruit_page table {
    margin-bottom: 35px;
}
.recruit_page th, .recruit_page td {
    font-size: 13px;
    padding: 10px;
    display: block;
    width: 100%;
}
.recruit_page th {
    border-bottom: unset;
    border-top: unset;
}
.recruit_page tr:first-child th{
	border-top: 1px solid #d7d7d7;
}
.recruit_page .btn a {
    font-size: 16px;
    padding: 18px;
    margin: 0 auto 15px;
}
.recruit_page .btn a::after {
    background-size: 13px;
    top: 25px;
}
/*====================================
	テンプレート
====================================*/
.template {
    display: block;
    margin-top: 0px;
    margin-bottom: 80px;
}
.template a:hover {
    opacity: 1;
}
.template .side {
    width: 100%;
    font-size: 13px;
    margin-right: 0px;
    margin-bottom: 30px;
    position: relative;
    top:0;
}
.template .side ul{
	position: relative;
	top: 0px;
}
.template .side ul li:before {
    content: none;
}
.template .side ul li {
    padding-left: 0px;
    text-indent: 0px;
}
#ezw_tco-3 .ez-toc-list li {
    padding: 0;
    padding-left: 0px;
    text-indent: 0px;
    list-style: none;
    padding-bottom: 8px;
}
.template .main {
    width: 100%;
}
.template .main h2 {
    font-size: 18px;
}
.template .main .temp_cont img.page_img {
    margin-bottom: 15px;
}
.template .main .temp_cont p {
    font-size: 13px!important;
    line-height: 1.6;
}
.template .main .temp_cont p span{
    font-size: 13px!important;
    line-height: 1.6;
}
.template .main .temp_cont h2 {
    font-size: 16.5px!important;
    padding: 5px 10px;
    margin: 25px 0px 15px;
}
.template .main .temp_cont h3 {
    font-size: 16.5px!important;
    padding: 3px 5px;
    margin: 12px 0px;
    border-left: 4px solid #005bac;
}
.template .main .temp_cont img {
    width: 100%;
}
.template .main .temp_cont h4 {
    font-size: 15px!important;
    margin: 15px 0px 5px;
}
.template .main .temp_cont a {
    font-size: 13px!important;
    color: #005bac;
}
.template .main .temp_cont .btn a{
    padding: 8px 40px 8px 12px;
    margin: 20px 0px 0px;
}
.template .main .temp_cont .btn a::after {
    top: 5px;
    transform: scale(0.4);
    right: 8px;
}
.template .main .temp_cont li {
    font-size: 13px!important;
}
.template .main .temp_cont li span{
    font-size: 13px!important;
}
.template .main .temp_cont li:before {
    font-size: 25px!important;
    top: 6px;
}
.template .main .temp_cont table {
    margin: 10px 0px;
	font-size: 13px!important;
}
.template .main .temp_cont table th,
.template .main .temp_cont table td {
    padding: 6px 10px;
}
.template .main .temp_cont table th {
    width: 100%;
    display: block;
    font-weight: bold;
	border-bottom: unset;
	padding-bottom: 0px;
}
.template .main .temp_cont table td{
	width: 100%;
    /*display: block;
	border-top: unset;*/
	border-bottom: unset;
	padding-top: 0px;
}
.template .main .temp_cont table tr:last-child td{
	border-bottom: 1px solid #ccc;
}
.template .main .temp_cont ul.box li .flex {
    display: block;
}
.template .main .temp_cont ul.box li {
    padding: 15px 2px;
}
.template .main .temp_cont ul.box li img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
    margin-right: 0px;
}
.template .main .temp_cont ul.box li dt {
    font-size: 14px!important;
    margin-top: 15px;
    margin-bottom: 5px;
}
.template .main .temp_cont ul.box li dd {
    font-size: 13px!important;
}
.template .main .temp_cont ul.box li p {
    padding-top: 8px;
}
.template .main dl.accordion dt {
    padding: 12px 50px 12px 10px;
    font-size: 13px!important;
}
.template .main dl.accordion {
    margin-bottom: 12px;
}
.template .main dl.accordion dt::before, 
.template .main dl.accordion dt::after {
    right: 15px;
    top: 22px;
}
.template .main .accordion dd {
    padding: 10px 50px 17px 10px;
    font-size: 13px;
}
.template .main dl.link a dt {
    padding-bottom: 5px;
}
.template .main dl.link a dd {
    font-size: 13px;
}
.template .main dl.link a {
    padding: 10px 50px 10px 15px;
    margin-bottom: 15px;
}
.template .main dl.link a::before {
    right: 12px;
    width: 30px;
    height: 30px;
}
.template .main dl.link a::after {
    right: 16px;
}
.temp_cont .nm-card{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 50px 10px 15px;
    margin-bottom: 20px;
    text-decoration: none!important;
	position: relative;
    color: #000;
}
/*====================================
	ISO
====================================*/
#capacity{
    margin-top: 20px;
}
.capa_blok{
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
}
.capa_blok h2{
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.capa_blok h3{
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 15px;
}
.capa_box{
    display: block;
    margin-top: 30px;
}
.capa_box li:first-child{
    width: 100%;
    margin-right: 0%;
}
.capa_box li img{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.capa_box li:last-child{
    width: 100%;
}
.capa_box_list{
    margin-top: 15px;
}
.capa_box_list li{
    padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 4px;
    width: 100%;
}
.capa_box_list li:first-child{
    width: 100%;
}
.capa_box_list li:before {
    content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #484848;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
}
#interview table td:first-child{
    width: 25%
    }
}
/*====================================
    個人情報
====================================*/
.page_personal-information strong{
    font-weight: bold;
}