/* ▼▼ indexPage ▼▼ ------------------------------------------------------------ */

/* Main image▼▼
------------------------------------------------------------ */

.indexPage .mainImageWrap {
	display:block;
	height:0;
	padding-bottom:40%;
	background:url("../../img/mainimg01.jpg") no-repeat center center;
	background-size: cover;
	margin: 0px auto;
	position: relative;
}
.indexPage .mainImageWrap h2 {
	width: 1000px;
	margin:0 auto;
	position: absolute;
    color:white;
    top: 50%; /* 追記 */
    left: 50%; /* 追記 */
    -ms-transform: translate(-50%, -50%); /* 追記 */
    -webkit-transform: translate(-50%, -50%); /* 追記 */
    transform: translate(-50%, -50%); /* 追記 */
	z-index:1;
	font-size:3.0em;
	line-height: 1.9em;
	font-weight:500;
	color:#fff;
	letter-spacing:2.0px;
	text-shadow: 0px 1px 10px #000;
}
@media screen and (max-width: 1000px){
	.indexPage .mainImageWrap {
		padding-bottom:44%;
	}
	.indexPage .mainImageWrap h2{
	width: 90%;
	font-size:2.4em;
	}
}
@media screen and (max-width: 767px){
	.indexPage .mainImageWrap h2{
		font-size:1.4em;
		line-height: 1.6em;
		letter-spacing:1.0px;
	}
}
@media screen and (max-width: 767px){
	.indexPage #mainImageWrap .slick-dots {
		margin-bottom: 35px;
	}
}


/* pickupWrap▼▼
------------------------------------------------------------ */
.indexPage .pickupWrap{
	position:relative;
	padding:70px 0;
	z-index:0;
}
.indexPage .pickupWrap .slider {
	width: 1010px;
	margin: 0 auto;
}
@media screen and (max-width: 1100px){
	.indexPage .pickupWrap .slider{
		width:93%;
	}
}
@media screen and (max-width: 767px){
	.indexPage .pickupWrap .slider{
		width:88%;
	}
}

.indexPage .pickupWrap .slick-slide {
	margin: 0px 20px;
}
@media screen and (max-width: 980px){
	.indexPage .pickupWrap .slick-slide{
		margin: 0px 10px;
	}
}
@media screen and (max-width: 767px){
	.indexPage .pickupWrap .slick-slide{
		margin: 0px 0.26%;
	}
}
.indexPage .pickupWrap .slick-slide a {
	color:#000;
	text-decoration:none;
}
@media screen and (min-width: 768px){
	.indexPage .pickupWrap .slick-slide a:hover {
		color:#3582d7;
	}
}
.indexPage .pickupWrap .slick-slide div{
	cursor:pointer;
}
.indexPage .pickupWrap .slick-slide div img {
	max-width: 100%;
	height:auto;
}
.indexPage .pickupWrap .slick-slide div a span{
	display:block;
	width:100%;
	height:0;
	padding-bottom:75%;
	overflow:hidden;
}
@media screen and (min-width: 768px){
	.indexPage .pickupWrap .slick-slide div a:hover span img{
		-moz-transform:scale(1.08, 1.08);
		-ms-transform:scale(108, 1.08);
		-webkit-transform:scale(1.08, 1.08);
		transform:scale(1.08, 1.08);
	}
}
@media screen and (min-width: 768px){
	.indexPage .pickupWrap .slick-slide div a span img{
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
}

.indexPage .pickupWrap .slick-slide div h3{
	border:2px solid #fff;
	background:#fff;
	padding:10px 0;
}
.indexPage .pickupWrap .slick-slide div h3 img{
	text-align:center;
	margin: 0 auto;
}
@media screen and (max-width: 980px){
	.indexPage .pickupWrap .slick-slide div h3 img{
		max-width:100%;
		max-height:20px;
	}
}
@media screen and (max-width: 500px){
	.indexPage .pickupWrap .slick-slide div h3 img{
		max-width:100%;
		max-height:16px;
	}
}
.indexPage .pickupWrap .slick-slide div p {
	font-size:1.8em;
	line-height: 1.6em;
	letter-spacing:1.0px;
	margin-top:5px;
	text-decoration:none;
	text-align:center;
}
@media screen and (max-width: 767px){
	.indexPage .pickupWrap .slick-slide div p{
	font-size:1.3em;
	line-height: 1.6em;
	letter-spacing:0.5px;
	padding:0px 2% 10px 2%;
	}
}

.indexPage .pickupWrap .slick-prev:before,
.indexPage .pickupWrap .slick-next:before {
	color: black;
}

.indexPage .pickupWrap .slick-arrow {
	position: absolute;
	top: -40px;
	bottom: 0;
	margin: auto;
	cursor:pointer;
}
.indexPage .pickupWrap .prev-arrow {
	left: -25px;
	z-index: 10;
}
.indexPage .pickupWrap .next-arrow {
	right: -25px;
}
@media screen and (max-width: 767px){
	.indexPage .pickupWrap .prev-arrow {
		left: -5%;
		width: 15px;
	}
	.indexPage .pickupWrap .next-arrow {
		right: -5%;
		width: 15px;
	}
}
@media screen and (min-width: 768px){
	.indexPage .pickupWrap .prev-arrow,
	.indexPage .pickupWrap .next-arrow{
		opacity:0.9;
		-moz-transition:-moz-all 0.2s ease-in-out;
		-o-transition:-o-all 0.2s ease-in-out;
		-webkit-transition:-webkit-all 0.2s ease-in-out;
		transition:all 0.2s ease-in-out;
	}
	.indexPage .pickupWrap .prev-arrow:hover,
	.indexPage .pickupWrap .next-arrow:hover{
		opacity:0.6;
	}
}


/* indexPage02Wrap▼▼
------------------------------------------------------------ */
.indexPage02Wrap{
	width:100%;
	height: 400px;
	position:relative;
	background:url("../../img/indexpage02.jpg") no-repeat top center #8DC4F2;
}
.indexPage02Wrap h2{
	width:960px;
	margin:0 auto;
	position: absolute;
    color:white;
    top: 50%; /* 追記 */
    left: 50%; /* 追記 */
    -ms-transform: translate(-50%, -50%); /* 追記 */
    -webkit-transform: translate(-50%, -50%); /* 追記 */
    transform: translate(-50%, -50%); /* 追記 */
	font-size:2.4em;
	line-height: 1.8em;
	letter-spacing:1.0px;
	color:#fff;
	text-shadow: 0px 0px 5px #000;
	text-align:center;
}
@media screen and (max-width: 1000px){
	.indexPage02Wrap{
		display:block;
		width:100%;
		height:0;
		padding-bottom:30%;
		overflow:hidden;
		background-size: cover;
	}
	.indexPage02Wrap h2{
		width:100%;
	}
}
@media screen and (max-width: 767px){
	.indexPage02Wrap{
		padding-bottom:40%;
	}
	.indexPage02Wrap h2{
		font-size:2.2em;
		font-size:1.6em;
	}
}


/* indexPage04Wrap▼▼
------------------------------------------------------------ */
.indexPage04Wrap{
	background:#e5effa;
}
.indexPage04Wrap ul{
	width:1000px;
	margin:0 auto;
	padding:100px 0;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.indexPage04Wrap li{
	position: relative;
	width:47%;
	background:#0060cb;
	text-align:center;
}
.indexPage04Wrap li .indexPage04NakaWrap{
	width:90%;
	position: absolute;
    top: 0;
    left: 0;
    color:white;
    top: 50%; /* 追記 */
    left: 50%; /* 追記 */
    -ms-transform: translate(-50%, -50%); /* 追記 */
    -webkit-transform: translate(-50%, -50%); /* 追記 */
    transform: translate(-50%, -50%); /* 追記 */
}
.indexPage04Wrap li .indexPage04NakaWrap h2{
	font-size:2.4em;
	line-height: 1.0em;
	letter-spacing:2.0px;
	margin-bottom: 10px;
	text-shadow: 0px 0px 5px #000;
}
.indexPage04Wrap li .indexPage04NakaWrap span{
	font-size:0.5em;
	line-height: 0.8em;
	letter-spacing:2.0px;
}
.indexPage04Wrap li .indexPage04NakaWrap p{
	font-size:1.4em;
	line-height: 1.6em;
	letter-spacing:2.0px;
}
.indexPage04Wrap li:nth-child(2){
	margin-left:6%;
}
@media screen and (max-width: 1000px){
	.indexPage04Wrap ul{
		width:90%;
		padding:10% 0;
	}
}
@media screen and (max-width: 767px){
	.indexPage04Wrap li .indexPage04NakaWrap h2{
		font-size:2.0em;
	}
	.indexPage04Wrap ul{
		display:block;
		-webkit-flex-wrap:nowrap;
		flex-wrap:nowrap;
		padding:10% 0 1px 0;
		}
	.indexPage04Wrap li{
		width:100%;
		margin-bottom:10%;
	}
	.indexPage04Wrap li:nth-child(2){
		margin-left:0;
	}
}
.indexPage04Wrap li a{
	display:block;
	width:100%;
	height:0;
	padding-bottom:65%;
	overflow:hidden;
}
.indexPage04Wrap li a img{
	width:100%;
	height:auto;
}
@media screen and (min-width: 768px){
	.indexPage04Wrap li a img{
		opacity:0.6;
		-moz-transition:-moz-all 0.3s ease-in-out;
		-o-transition:-o-all 0.3s ease-in-out;
		-webkit-transition:-webkit-all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
	}
	.indexPage04Wrap li a:hover img{
		opacity:0.9;
		-moz-transform:scale(1.1, 1.1);
		-ms-transform:scale(1.1, 1.1);
		-webkit-transform:scale(1.1, 1.1);
		transform:scale(1.1, 1.1);
	}
}


/* Toppage News ▼▼
------------------------------------------------------------ */
.indexPage .contactBtWrap{
	width:1000px;
	margin:0 auto;
	padding-bottom:100px;
}
@media screen and (max-width: 1000px){
	.indexPage .contactBtWrap{
		width:96%;
	}
}
@media screen and (max-width: 767px){
	.indexPage .contactBtWrap{
	padding-bottom:10%;
	}
}
/* Toppage News ▼▼
------------------------------------------------------------ */
.indexPage .newsWrap{
	width:1000px;
	margin:0 auto;
	padding:100px 0;
}
@media screen and (max-width: 1000px){
	.indexPage .newsWrap{
		width:90%;
	}
}
@media screen and (max-width: 767px){
	.indexPage .newsWrap{
		padding:10% 0;
	}
}

.indexPage .newsWrap .h2_title_news h2{
	font-size:3.0em;
	line-height: 1.2em;
	letter-spacing:2.0px;
	font-weight:700;
	background:url("../../img/line.png") no-repeat 102px 19px;
}
.indexPage .newsWrap .h2_title_news span{
	font-size:1.4em;
	letter-spacing:2.0px;
	color:#0060cb;
}

.indexPage .newsWrap ul{
	margin:0;
	padding:0;
}
.indexPage .newsWrap li{
	background:url("../../common/img/dotline.png") repeat-x bottom left ;
	margin:0;
	padding:0;
}
.indexPage .newsWrap li a{
	display:block;
	width:100%;
	color:#000;
}


.indexPage .newsWrap li a:hover{
		text-decoration:none;
	}
.indexPage .newsWrap li a p{
	color:#0060cb;
	text-decoration:underline;
}
@media screen and (min-width: 768px){
	.indexPage .newsWrap li a:hover p{
		text-decoration:none;
	}
}


.indexPage .newsWrap li span{
	float:left;
	width:12%;
	padding:1.7% 0 0 0;
	font-size:1.4em;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	word-break:break-all;
}
.indexPage .newsWrap li p{
	float:left;
	width:73%;
	padding:1.7% 2% 2% 0;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px){
.indexPage .newsWrap li span{
	width:16%;
	}
	.indexPage .newsWrap li p{
	width:70%;
	}
}
@media screen and (max-width: 767px){
	.indexPage .newsWrap li span{
		display:inline-block;
		vertical-align:middle;
		*vertical-align:auto;
		*zoom:1;
		*display:inline;
		float:none;
		width:auto;
		padding:4.0625% 0 0 0;
	}
	.indexPage .newsWrap li p{
		clear:both;
		float:none;
		width:auto;
		margin:0 auto;
		padding:1% 0 4% 0;
	}
}






/* Format ▼▼
------------------------------------------------------------ */
.format .formatLeftWrap{
	width:350px;
	float:left;
}
@media screen and (max-width: 1000px){
	.format .formatLeftWrap{
		width:30%;
	}
}

@media screen and (max-width: 767px){
	.format .formatLeftWrap{
		float:none;
		width:100%;
	}
}
.format .formatLeftWrap img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.format .formatLeftWrap li:nth-child(2){
	width:48.5%;
	float:left;
}
.format .formatLeftWrap li:nth-child(3){
	width:48.5%;
	float:right;
}

@media screen and (max-width: 767px){
	.format .formatLeftWrap li,
	.format .formatLeftWrap li:nth-child(2),
	.format .formatLeftWrap li:nth-child(3){
		width:32%;
		float:left;
	}
	.format .formatLeftWrap li:nth-child(2){
		margin:0 2%;
	}
}

.format .formatRightWrap{
	width:600px;
	float:right;
}
@media screen and (max-width: 1000px){
	.format .formatRightWrap{
		width:67%;
	}
}

@media screen and (max-width: 767px){
	.format .formatRightWrap{
		float:none;
		width:100%;
	}
}
.format .formatRightWrap ul.formatRightInWrap{
	margin:2% 0;
	background:url("../../common/img/dotline.png") repeat-x top left ;
}
.format .formatRightWrap li{
	background:url("../../common/img/dotline.png") repeat-x bottom left ;
}

.format .formatRightWrap li a{
	text-decoration:underline;
	color:#ff2d00;
}
.format .formatRightWrap li a:hover{
		text-decoration:none;
}
.format .formatRightWrap li em{
	float:left;
	display:block;
	margin:2% 0;
	padding:1px 2px 2px 2px;
	width:20%;
	font-size:1.4em;
	line-height: 1.6em;
	text-align:center;
	background-color:#fcf311;
	white-space:nowrap;
	display:block;
}
@media screen and (max-width: 1000px){
	.format .formatRightWrap li em{
		width:24%;
	}
}
@media screen and (max-width: 767px){
	.format .formatRightWrap ul.formatRightInWrap{
		background:url("../../common/img/dotline.png") repeat-x top left;
		padding-top:1%;
	}
	.format .formatRightWrap li em{
		float:none;
		width:100%;
		margin:3% 0 0 0;
		padding:1% 0 1.2% 0;
	}
}
.format .formatRightWrap li span{
	float:left;
	width:78%;
	padding:1.7% 0 1.7% 2%;
	font-size:1.4em;
	line-height: 1.8em;
	word-break:break-all;
	display:block;
}
@media screen and (max-width: 1000px){
	.format .formatRightWrap li span{
		width:76%;
	}
}
@media screen and (max-width: 767px){
	.format .formatRightWrap li span{
		float:none;
		width:100%;
		margin:0;
	}
}


.format .formatRightAccordionWrap{
	background:url("../../common/img/dotline.png") repeat-x bottom left ;
	padding-bottom:2.25%;
}

.format .formatRightWrap .formatRightAccordionWrap ul{
	background-color:#fdf64d;
	padding:1% 3% 3% 3%;
}
.format .formatRightWrap .formatRightAccordionWrap li em{
	background-color:#ff2d00;
	color:#fff;
}
@media screen and (max-width: 1000px){
	.format .formatRightWrap .formatRightAccordionWrap li em{
		width:18%;
	}
}
@media screen and (max-width: 767px){
	.format .formatRightWrap .formatRightAccordionWrap li em{
		width:100%;
	}
}
.format .formatRightWrap .formatRightAccordionWrap li span{
	color:#ff2d00;
	font-weight:700;
}
@media screen and (max-width: 1000px){
	.format .formatRightWrap .formatRightAccordionWrap li span{
		width:82%;
	}
}
@media screen and (max-width: 767px){
	.format .formatRightWrap .formatRightAccordionWrap li span{
		width:100%;
	}
}


.format .formatRightWrap .formatRightAccordionWrap .dl{
	padding-top:3.27103%;
}
@media screen and (max-width: 767px){
	.indexPage .newsWrap .dl{
		padding-top:5.15625%;
		text-align:center;
	}
}
.format .formatRightWrap .formatRightAccordionWrap dd{
	padding-top:1%;
}

.format .formatRightWrap .formatRightAccordionRWrap{
	float:left;
	font-size:1.2em;
	line-height: 1.6em;
	padding:1.6% 0 0 2%;
}

@media screen and (max-width: 1000px){
	.format .formatRightWrap .formatRightAccordionRWrap{
		width:63%;
		padding:0% 0 0 2%;
	}
}
.format .formatRightWrap .formatRightAccordionWrap .btn{
	float:left;
	position:relative;
	background-color:#ff2d00;
	border:1px solid #ff2d00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#FFFFFF;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
	*vertical-align:auto;
	*zoom:1;
	*display:inline;
	padding:5px 33px 7px 21px;
	font-size:1.4em;
	line-height: 1.8em;
	font-weight:700;
	width:200px;
}
@media screen and (max-width: 1000px){
	.format .formatRightWrap .formatRightAccordionWrap .btn{
		width:37%;
	}
}
@media screen and (max-width: 767px){
	.format .formatRightWrap .formatRightAccordionWrap .btn{
		display:block;
		width:100%;
		margin:0 auto;
		text-align:center;
		padding:2% 33px 2% 21px;
	}
}

.format .formatRightWrap .formatRightAccordionWrap dt .btn::after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:15px;
	width:12px;
	height:10px;
	margin-top:-4px;
	background:url("../../common/img/arrow_white_down.png") no-repeat 0 0;
	background-size:contain;
}
.format .formatRightWrap .formatRightAccordionWrap dt.active .btn::after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:15px;
	width:12px;
	height:10px;
	margin-top:-4px;
	background:url("../../common/img/arrow_white_up.png") no-repeat 0 0;
	background-size:contain;
}
@media screen and (max-width: 767px){
	.format .formatRightWrap .formatRightAccordionWrap .btn::after{
		right:7px;
	}
}

@media screen and (min-width: 768px){
	.format .formatRightWrap .formatRightAccordionWrap .btn{
		-moz-transition:background-color 0.25s ease,color 0.25s ease;
		-o-transition:background-color 0.25s ease,color 0.25s ease;
		-webkit-transition:background-color 0.25s ease,color 0.25s ease;
		transition:background-color 0.25s ease,color 0.25s ease;
	}
	.format .formatRightWrap .formatRightAccordionWrap .btn:hover{
		border:1px solid #ff6c4c;
		background-color:#ff6c4c;
		cursor:pointer;
	}
}








/* Format ▼▼
------------------------------------------------------------ */
.telBox {
	width: 100%;
	border:1px #bfbfbf solid ;
	padding:30px;
	text-align:center;
	margin-bottom:80px;
}
.telBox h4 {
	font-size:2.4em;
	line-height: 1.8em;
	color:#0071df;
	font-weight:700;
	letter-spacing:2.0px;
}

.form table {
	width: 100%;
	border-top:1px #bfbfbf solid ;
	border-left:1px #bfbfbf solid ;
	border-right:1px #bfbfbf solid ;
	padding:0;
	font-size:1.4em;
	line-height: 1.6em;
	letter-spacing:0.5px;
	border-collapse:collapse;
	margin-bottom:20px;
}
.form table th,
.form table td{
	border-bottom:1px #bfbfbf solid ;
	padding:10px;
	margin:0;
	vertical-align:middle;
}
.form table th{
	font-weight:normal;
	text-align:left;
	width: 25%;
	background:#e5effa;
}
.form table td{
	background:#fff;
}
.wp20{
	width:20%;
	margin-bottom:5px;
}
.wp50{
	width:50%;
}
.wp95{
	width: 95%;
}
.nowrap{
	white-space: nowrap;
}

input,
textarea {
	padding:3px;
	border: 1px solid #bfbfbf;
}
.form table input[type="text"],
.form table textarea {
	padding: 4px 1%;
	border: 1px solid #cccccc;
	background: #fafafa;
	-webkit-appearance: none;
	font-size:14px;
}

.form table input[type="text"]:focus,
.form table textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}
select {
	padding:3px;
 	font-size:14px;
}

.form_btn1,
.form_btn2{
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#FFFFFF;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
	*vertical-align:auto;
	*zoom:1;
	*display:inline;
	padding:5px 0 7px 0;
	font-size:1.4em;
	line-height: 1.8em;
	width:250px;
}
.form_btn1{
	background-color:#0071df;
	border:1px solid #0071df;
}
.form_btn2{
	background-color:#888;
	border:1px solid #888;
}
@media screen and (max-width: 767px){
	.form_btn1,
	.form_btn2{
		display:block;
		width:80%;
		margin:0 auto;
		padding:9px 0 11px 0;
	}
}
@media screen and (min-width: 768px){
	.form_btn1,
	.form_btn2{
		-moz-transition:background-color 0.25s ease,color 0.25s ease;
		-o-transition:background-color 0.25s ease,color 0.25s ease;
		-webkit-transition:background-color 0.25s ease,color 0.25s ease;
		transition:background-color 0.25s ease,color 0.25s ease;
	}
	.form_btn1:hover{
		border:1px solid #3582d7;
		background-color:#3582d7;
		cursor:pointer;
	}
	.form_btn2:hover{
		border:1px solid #999;
		background-color:#999;
		cursor:pointer;
	}
}



@media screen and (max-width: 767px){
	.form table th,
	.form table td{
		width:auto;
		display: block;
	}
	.form table th{
		border-right:none;
	}
	.wp20{
		width:50%;
	}
	.wp50,
	.wp95{
		width:100%;
	}
	.form_btn1
	input[type="submit"]{
		-webkit-appearance: none;
		width:100%;
		margin-bottom:2%;
	}
	
	
	input,
	textarea {
		-webkit-appearance: none;
		padding:2%;
		border: 1px solid #bfbfbf;
	}
	
	input[type="radio"] {
		position: relative;
		-webkit-appearance: button;
		appearance: button;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 24px;
		height: 24px;
		content: "";
		background-color: #FFFFFF;
		border: 1px solid #999999;
		-webkit-border-radius: 24px;
		border-radius: 24px;
		-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
		box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
		vertical-align: middle;
		cursor: pointer;
	}

	input[type="radio"]:checked:after {
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		content: "";
		width: 12px;
		height: 12px;
		background: #58b16c;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}
}





/* company messageBoxR ▼▼
------------------------------------------------------------ */
.messageBoxR{
	width: 35%;
	float:right;
	text-align:center;
	letter-spacing:1.0px;
}
.messageBoxR img{
	margin-bottom:10px;
}

.messageBoxL{
	width: 60%;
	float:left;
	letter-spacing:1.0px;
}
.company .formatWrap h2{
	font-size:2.4em;
	line-height: 1.8em;
	font-weight:700;
	margin-bottom:30px;
	letter-spacing:1.0px;
	border:none;
}


@media screen and (max-width: 767px){
	.company .formatWrap h2{
	font-size:2.0em;
	}
	.messageBoxR,
	.messageBoxL{
		width: 100%;
		float:none;
	}
}




/* catalog ▼▼
------------------------------------------------------------ */
.catalogBox{
	margin-bottom:30px;
}
.catalogBox a{
	color:#000;
	text-decoration: none;
}
.catalogBox ul{
	list-style: none;
	padding:0;
	margin:0 auto;
	background:url("../../catalog/img/bk_list.png") 0 0;
}
.catalogBox li{
	width:220px;
	height:380px;
	float: left;
	padding:0;
	margin:0 30px 0 0;
	text-align:center;
	font-size:1.4em;
	line-height: 1.5em;
}
.catalogBox li:nth-child(3n){
	margin:0;
}
.catalogBox li img{
		width:218px;
		margin:1px 1px 5px 1px;
		height:auto;
		background:#fff;
		transition: 0.5s;
}
.catalogBox li.dummy img{
		border:1px #ddd solid ;
}
.catalogBox span{
	margin:2px 0 0 10px;
	padding:2px 10px;
	text-decoration: none;
	font-size:0.8em;
	line-height: 1.0em;
	color:#FFF;
	background:#c40202;
}

.catalogBox li:hover img{
	opacity:0.6;
	}
	
	
@media screen and (max-width: 1000px){
	.catalogBox ul{
	background:none;
	}
	.catalogBox li,
	.catalogBox li.dummy{
		width:30%;
		height:auto;
		margin:0 5% 5% 0;
	}
	.catalogBox li img{
		width:100%;
	}
	.catalogBox li:nth-child(3n){
		margin:0 0 5% 0;
	}
	.catalogBox li:nth-child(5n){
		margin:0 5% 5% 0;
	}
	.catalogBox li img{
		border:1px #c1c1c1 solid ;
	}
}
	@media screen and (max-width:420px) {
	.catalogBox li,
	.catalogBox li.dummy{
		width:48%;
		margin:0 4% 5% 0;
	}
	.catalogBox li:nth-child(3n),
	.catalogBox li:nth-child(5n){
		margin:0 4% 5% 0;
	}
	.catalogBox li:nth-child(even){
		margin:0 0 5% 0;
	}
	.catalogBox li.dummy img.for420{
		display:none !important;
	}
}



/* privacy ▼▼
------------------------------------------------------------ */
.privacy ol{
	margin-bottom:30px;
}
.privacy ol li {
	padding:10px 0 10px 2px;
	margin:0 0 0 20px;
	list-style: decimal;
	font-size:1.4em;
	line-height: 1.8em;
	letter-spacing:1.0px;
}



/* recruit ▼▼
------------------------------------------------------------ */
.recruitBox{
	text-align:center;
	margin-bottom:50px;
}
.recruitBox h2{
	border:none;
	text-align:center;
	margin-bottom:10px;
}
.recruitBox ul{
	display:flex;
}
.recruitBox li{
	background:#e5effa;
	width:49%;
	margin:0 2% 2% 0;
	padding:20px 10px;
}
.recruitBox li:nth-child(2n){
	margin-right:0;
}
.recruitBox li h3{
	font-size:1.8em;
	line-height: 1.8em;
	letter-spacing:1.0px;
	color:#0071df;
}
.recruitBox li p{
	font-size:1.4em;
	line-height: 1.8em;
	letter-spacing:1.0px;
}

@media screen and (max-width:420px) {
	.recruitBox ul{
		display:block;
		margin:0;
	}
	.recruitBox li{
		width:100%;
		margin:0 0 2% 0;
	}
}

.voiceBoxMens{
	background:#e5effa;
	padding:30px;
	margin:5px 0 80px 0;
}
.voiceBoxLadys{
	background:#ffeded;
	padding:30px;
	margin-top:5px;
}
.voiceBoxMens h3,
.voiceBoxLadys h3{
	font-size:1.8em;
	line-height: 1.8em;
	letter-spacing:1.0px;
	font-weight:700;
}



/* service ▼▼
------------------------------------------------------------ */
.serviceWrap{
	padding-top:15px;
	margin-bottom:80px;
}
.serviceBox01 ul,
.serviceBox02 ul,
.serviceBox03 ul{
	display:flex;
}
.serviceBox01 li{
	width:49%;
	margin-right:2%;
}
.serviceBox02 li{
	width:33%;
	margin-right:2%;
}
.serviceBox03 li{
	width:36.7%;
	margin-right:2%;
}
.serviceBox03 li:nth-child(3){
	width:22.6%;
	margin-right:0;
}
.serviceBox01 li img,
.serviceBox02 li img,
.serviceBox03 li img{
	width:100%;
	height:auto;
}
.serviceBox01 li:nth-child(2n),
.serviceBox02 li:nth-child(3n),
.serviceBox03 li:nth-child(3n){
	margin-right:0;
}
.serviceBox01 li p,
.serviceBox02 li p,
.serviceBox03 li p,
.serviceBoxR p{
	font-size:1.4em;
	line-height: 1.8em;
	letter-spacing:1.0px;
	text-align:center;
}
.serviceLinkBox{
	background:#e5effa;
	text-align:center;
	padding:20px;
	margin-top:10px;
}
.service h3{
	font-size:1.8em;
	line-height: 1.8em;
	letter-spacing:1.0px;
	font-weight:700;
}

.serviceBoxL{
	float:left;
	width:56%;
}
.serviceBoxR{
	float:right;
	width:40%;
}
@media screen and (max-width: 767px){
	.serviceBoxL,
	.serviceBoxR{
		width: 100%;
		float:none;
	}
}



.spt10{
	padding-top:15px;
}