﻿@charset "utf-8";


.fillbox{
	margin-bottom: 50px;
}
.floatbox[data-cnt="2"]{
	margin-bottom: 50px;
}





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

	.fillbox{
	margin-bottom: 25px;
	}
	.floatbox[data-cnt="2"]{
	margin-bottom: 25px;
	}

}
.category-head .icon-title>h2 {
	color: #349bc2;
}
.section-number {
	padding-bottom: 120px;
}
.floatbox[data-cnt="3"]>li + li{margin-left: 20px;}
.floatbox[data-cnt="3"]>li{width: calc((100% - 120px) / 3);}

.section ul {
	margin: 0 -20px;
}
.section li {
	margin: 0 20px;
}

.category .h4_title {
	font-weight: normal;
	text-align: center;
}
.section dl {
	padding: 0 20px;
	margin-bottom: 45px;
}

.number {
	font-size: 80px;
	color: #f2a64b;
	text-align: center;
	position: relative;
	height: 140px;
	font-family: "Questrial";
}
.flpc .number {
	padding-top: 0;
}
.number span::before{
	display: block;
	content: "";
	width: calc(50% - 60px);
	border-top: 2px solid #f2a64b;
	position: absolute;
	top: calc(54% - 1px);
}

.number span::after {
	display: block;
	content: "";
	width: calc(50% - 60px);
	border-top: 2px solid #f2a64b;
	position: absolute;
	top: calc(54% - 1px);
	right: 0;
}

@media screen and (max-width:750px) {
	.section-number {
		padding-bottom: 60px;
	}
	.number {
		height: auto;
	}
	.number span::before,
	.number span::after{
		width: calc(50% - 1em);
	}
	.number span::before {
		margin-left: 20px;
	}
	.number span::after {
		margin-right: 20px;
	}
	.section dl {
		padding: 0 20px;
		margin-bottom: 20px;
	}
}


.flpc img {
	margin-left: -20px;
}
.flpc dt {
	padding-bottom: 10px;
}
.flpc dd,
.flpc p {
	padding-top: 10px;
}
.flpc .h4_title {
	font-weight: bold;
}
.category .h4_title + .lead {
	margin-top: 0;
}

@media screen and (max-width:750px) {
	.floatbox[data-cnt="3"]>li {
		width: 100%;
	}
	.floatbox[data-cnt="3"]>li + li{
		margin-left: 0;
		margin-bottom: 0;
	}
	.section li {
		margin: 0;
	}
	.number {
		font-size: 50px;
	}
	.flpc img {
		margin-left: 0;
	}
	.category .h4_title + .lead {
		margin-top: 0;
	}

	.lead-img {
		text-align: center;
	}
	.lead-img .lead {
		text-align: left;
	}
	.lead-img .img100{margin-bottom: 0.5em;}
}



.section-recruit {
	padding-bottom: 340px;
}
.section-recruit table {
	width: 100%;
}
.section-recruit h3{
	font-size: 24px;
	color: #fff;
	background-color: #349bc2;
	line-height: 50px;
	text-align: center;
}
.section-recruit table tbody tr:nth-child(odd){
	background-color: #ece9de;
}
.section-recruit table tbody th{
	width: 40%;
	text-align: left;
	padding: 11px 0 11px 22px;
	font-size: 21px;
	font-weight: bold;
}
.section-recruit table tbody th span {
	color: #f2a64b;
}
.section-recruit table tbody td {
	width: 60%;
}

.section-recruit .donot {
	font-size: 16px;
	margin: 3em 0 4em;
	text-align: center;
}
@media screen and (max-width:750px) {
	.section-recruit {
		padding-bottom: 40px;
	}
	.section-recruit h3 {
		font-size: 13px;
		line-height: 3;
	}
	.section-recruit table th,
	.section-recruit table td {
		display: block;
	}
	.section-recruit table tbody th {
		font-weight: bold;
		padding-bottom: 0;
		padding-top: 20px;
	}
	.section-recruit table tbody th,
	.section-recruit table tbody td{
		width: 100%;
		padding-left: 0;
		font-size: 13px;
	}
	.section-recruit table tbody td {
		padding-bottom: 15px;
		padding-bottom: 10px;
	}
	.section-recruit table tbody tr:nth-child(odd){
		background: none;
	}
}