@charset "utf-8";



@media screen and (max-width: 800px){
	body{
		min-width: 0;
	}

	a{
		/* text-decoration: none; */
		-webkit-transition: none ;
		-moz-transition: none;
		transition: none;
	}
/*
 * =====================================================
 * 非表示
 * =====================================================
 */
	.pcOnly{display: none !important;}
	.spOnly{display: block;}
	img.spOnly,br.spOnly{display: inline;}
	.hideContents{display: none;}
/*
 * =====================================================
 * 改行
 * =====================================================
 */
	br.sp{display: inline;}
	.pcBr:BEFORE{
		content: "";
		display: none;
	}
	.spBr:BEFORE{
		content: "\A";
		white-space: pre;
		display: inline !important;
	}
	.pcBlock{
		display: none !important;
	}

/*
 * =====================================================
 * Layout
 * =====================================================
 */
 .containerStyle1,
 .containerStyle2,
 .containerStyle3,
 .containerStyle4,
 .containerStyle5,
 .containerStyle6,
 .containerStyle7{width: 90%;}
 .containerWrapper{
	width: 100%;
	max-width: 100%;
}
.spContainerStyle0,
.spContainerStyle1,
.spContainerStyle2,
.spContainerStyle3{
	margin-left: auto;
	margin-right: auto;
	display: block;
 }
.containerWrapper > .spContainerStyle0{width: 100% !important;}
.containerWrapper > .spContainerStyle1{width: 96.67% !important;}
.containerWrapper > .spContainerStyle2{width: 93.33% !important;}
.containerWrapper > .spContainerStyle3{width: 90% !important;}

/*
 * =====================================================
 * Grid Set
 * =====================================================
 */


.gridSet > .grid2 > div,
.gridSet > .grid2 > li,
.gridSet > .grid2 > dt,
.gridSet > .grid2 > dd,
.gridSet > .grid2 > span{
	display: block;
	width: 100%;
	float: none;
}

.gridSet > .grid3 > div,
.gridSet > .grid3 > li,
.gridSet > .grid3 > dt,
.gridSet > .grid3 > dd,
.gridSet > .grid3 > span,
.gridSet > .grid12 > div,
.gridSet > .grid12 > li,
.gridSet > .grid12 > dt,
.gridSet > .grid12 > dd,
.gridSet > .grid12 > span,
.gridSet > .grid21 > div,
.gridSet > .grid21 > li,
.gridSet > .grid21 > dt,
.gridSet > .grid21 > dd,
.gridSet > .grid21 > span{
	display: block;
	width: 100%;
	float: none;
}

.gridSet > .grid4 > div,
.gridSet > .grid4 > li,
.gridSet > .grid4 > dt,
.gridSet > .grid4 > dd,
.gridSet > .grid4 > span,
.gridSet > .grid13 > div,
.gridSet > .grid13 > li,
.gridSet > .grid13 > dt,
.gridSet > .grid13 > dd,
.gridSet > .grid13 > span,
.gridSet > .grid31 > div,
.gridSet > .grid31 > li,
.gridSet > .grid31 > dt,
.gridSet > .grid31 > dd,
.gridSet > .grid31 > span{
	display: block;
	width: 100%;
	float: none;
}

.gridSet > .grid5 > div,
.gridSet > .grid5 > li,
.gridSet > .grid5 > dt,
.gridSet > .grid5 > dd,
.gridSet > .grid5 > span{
	display: block;
	width: 100%;
	float: none;
}

.gridSet > .grid12 > div:nth-child(2),
.gridSet > .grid12 > li:nth-child(2),
.gridSet > .grid12 > dt:nth-child(2),
.gridSet > .grid12 > dd:nth-child(2),
.gridSet > .grid12 > span:nth-child(2),
.gridSet > .grid21 > div:nth-child(1),
.gridSet > .grid21 > li:nth-child(1),
.gridSet > .grid21 > dt:nth-child(1),
.gridSet > .grid21 > dd:nth-child(1),
.gridSet > .grid21 > span:nth-child(1){width: 100%;}

.gridSet > .grid13 > div:nth-child(2),
.gridSet > .grid13 > li:nth-child(2),
.gridSet > .grid13 > dt:nth-child(2),
.gridSet > .grid13 > dd:nth-child(2),
.gridSet > .grid13 > span:nth-child(2),
.gridSet > .grid31 > div:nth-child(1),
.gridSet > .grid31 > li:nth-child(1),
.gridSet > .grid31 > dt:nth-child(1),
.gridSet > .grid31 > dd:nth-child(1),
.gridSet > .grid31 > span:nth-child(1){width: 100%;}
	

/*
 * =====================================================
 * titleStyle
 * =====================================================
 */





/*
 * =====================================================
 * titleBackStyle
 * =====================================================
 */


/*
 * =====================================================
 * photoBox
 * =====================================================
 */
.photoBox .leftSide{width: 100%; float: none;}
.photoBox .rightSide{width: 100%; float: none;}
.photoBox .leftSide img{display:block; margin:0 auto;}
.photoBox .rightSide img{display:block; margin:0 auto;}

/*
 * =====================================================
 * additionalStyle
 * =====================================================
 */


/*
 * =====================================================
 * テキスト
 * =====================================================
 */



/*
 * =====================================================
 * catchStyle
 * =====================================================
 */
 .catchStyle1,
 .catchStyle2,
 .catchStyle3,
 .catchStyle4,
 .catchStyle5,
 .catchStyle6{
	 font-weight: normal;
	 line-height: 1.3;
 }
 .catchStyle1{
	 font-size: 2.2rem;
 }
 .catchStyle2{
	 font-size: 2rem;
 }
 .catchStyle3{
	 font-size: 1.8rem;
 }
 .catchStyle4{
	 font-size: 1.7rem;
 }
 .catchStyle5{
	 font-size: 1.6rem;
 }
 .catchStyle6{
	 font-size: 1.4rem;
 }


/*
 * =====================================================
 * アライン
 * =====================================================
 */

.centerAdjustPC{text-align: left;}
.rightAdjustPC{text-align: left;}
.centerAdjustSP{text-align: center;}
.rightAdjustSP{text-align: right;}

/*
 * =====================================================
 * buttonStyle
 * =====================================================
 */
 .buttonStyle3{
	max-width: 100%;
	min-width: 220px;
	white-space: normal;
	font-size: 14px;
	width: auto;
}


/*
 * =====================================================
 * 下部マージン
 * =====================================================
 */
.spMb10{margin-bottom: 10px !important;}
.spMb20{margin-bottom: 20px !important;}
.spMb30{margin-bottom: 30px !important;}
.spMb40{margin-bottom: 40px !important;}
.spMb50{margin-bottom: 50px !important;}
.spMb60{margin-bottom: 60px !important;}
.spMb70{margin-bottom: 70px !important;}
.spMb80{margin-bottom: 80px !important;}
.spMb90{margin-bottom: 90px !important;}
.spMb100{margin-bottom: 100px !important;}
.spMb1Em{margin-bottom: 1em !important;}
.spMb15Em{margin-bottom: 1.5em !important;}
.spMb2Em{margin-bottom: 2em !important;}

/*
 * =====================================================
 * sectionPadding
 * =====================================================
 */
 /* .sp20{ padding-top: 10px; padding-bottom: 10px;}
 .sp30{ padding-top: 15px; padding-bottom: 15px;}
 .sp40{ padding-top: 20px; padding-bottom: 20px;}
 .sp50{ padding-top: 25px; padding-bottom: 25px;}
 .sp60{ padding-top: 60px; padding-bottom: 60px;}
 .sp70{ padding-top: 35px; padding-bottom: 25px;}
 .sp80{ padding-top: 40px; padding-bottom: 25px;}
 .sp80{ padding-top: 45px; padding-bottom: 25px;}
 .sp100{ padding-top: 12%; padding-bottom: 12%;}
 .sp150{ padding-top: 50px; padding-bottom: 25px;} */
/*
 * =====================================================
 * padding top
 * =====================================================
 */
.spPt10{ padding-top: 10px !important;}
.spPt20{ padding-top: 20px !important;}
.spPt30{ padding-top: 30px !important;}
.spPt40{ padding-top: 40px !important;}
.spPt50{ padding-top: 50px !important;}
.spPt60{ padding-top: 60px !important;}
.spPt70{ padding-top: 70px !important;}
.spPt80{ padding-top: 80px !important;}
.spPt90{ padding-top: 90px !important;}
.spPt100{ padding-top: 100px !important;}
.spPt1Em{ padding-top: 1em !important;}
.spPt15Em{ padding-top: 1.5em !important;}
.spPt2Em{ padding-top: 2em !important;}
/*
 * =====================================================
 * padding bottom
 * =====================================================
 */
 .spPb10{ padding-bottom: 10px !important;}
 .spPb20{ padding-bottom: 20px !important;}
 .spPb30{ padding-bottom: 30px !important;}
 .spPb40{ padding-bottom: 40px !important;}
 .spPb50{ padding-bottom: 50px !important;}
 .spPb60{ padding-bottom: 60px !important;}
 .spPb70{ padding-bottom: 70px !important;}
 .spPb80{ padding-bottom: 80px !important;}
 .spPb90{ padding-bottom: 90px !important;}
 .spPb100{ padding-bottom: 100px !important;}
 .spPb1Em{ padding-bottom: 1em !important;}
 .spPb15Em{ padding-bottom: 1.5em !important;}
 .spPb2Em{ padding-bottom: 2em !important;}
/*
 * =====================================================
 * lineListStyle
 * =====================================================
 */
 .lineListStyle1,
 .lineListStyle2,
 .lineListStyle3,
 .lineListStyle4{
	 display: block;
 }
 .lineListStyle1 > li,
 .lineListStyle2 > li,
 .lineListStyle3 > li,
 .lineListStyle4 > li,
 .lineListStyle1 > dt,
 .lineListStyle2 > dt,
 .lineListStyle3 > dt,
 .lineListStyle4 > dt,
 .lineListStyle1 > dd,
 .lineListStyle2 > dd,
 .lineListStyle3 > dd,
 .lineListStyle4 > dd{
	 display: block;
 }
 .lineListStyle1 > dt{ padding-top: 0.8em;padding-bottom: 0.2em;}
 .lineListStyle1 > li{ padding-top: 0.5em;padding-bottom: 0.5em;}
 .lineListStyle1 > dd{ padding-top: 0.2em;padding-bottom: 0.8em;}




/*
 * =====================================================
 * header
 * =====================================================
 */
main{
	padding-top: 70px;
}
header{
	position: fixed;
	/* position: relative; */
	top:0;
	left: 0;
	width: 100%;
	min-height: 0;
	height: 70px;
	background-color: #fff;
	z-index: 9999;
}
header .headerTitle{
	min-height: 0;
	width: 150px;
	/* line-height: 0.1;
	background-color: #E70008;
	width: 205px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	min-height: 104px; */
}
header .headerTitle > a img{
	width: 70%;
	height: auto;
}


/*
 * =====================================================
 * header gnav
 * =====================================================
 */

header #gnav{
	background-color: #fff;
}
header #gnav .pcMode{
	padding-right: 70px;
	padding-left: 150px;
}
header #gnav .pcMode .gnavLink{
	display: none;
}
header #gnav .pcMode .gnavSocial{
	display: none;
}
header #gnav .pcMode .gnavLocale{
	background-color: #fff;
	padding-top: 20px;
	font-size: 12px;
	padding-right: 0;

}
header #gnav .pcMode .gnavLocale > ul li{
	padding-right: 0;
}
header #gnav .pcMode .gnavLocale > ul li a{
	font-size: 14px ;
	line-height: 1.2;
}
header #gnav .pcMode .gnavMain{
	display: none;
}

header #gnav .spMode{
	display: block;
}

header #gnav .spMode #spMenuOpen{
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	cursor: pointer;
	background-image: url("../img/common/btn_sp_menu.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70px 70px;
	text-indent: -9999px;
	overflow: hidden;
}
header #gnav .spMode .spMenuContainer{
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	
	width: 100%;
	
}

header #gnav .spMode #spMenuClose{
	background-color: #E70008;
	height: 70px;
	cursor: pointer;
	background-image: url("../img/common/btn_sp_menu_o.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 70px 70px;
	overflow: hidden;
	text-indent: -999px;
}
header #gnav .spMode #spMenuClose::before{
	content: "";
	display: block;
	width: 150px;
	height: 100%;
	background-image: url("../img/common/img_header_logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% auto;
}

/* header #gnav .spMode .spMenuContainer .spMenuInner{
	overflow: auto;
} */
header #gnav .spMode .gnavMain{
	background-color: rgba(231, 0, 8, 0.95);
	padding-bottom: 1em;
}
header #gnav .spMode .gnavMain ul li,
header #gnav .spMode .gnavLink ul li{
	padding-left: 5%;
	padding-right: 5%;
}
header #gnav .spMode .gnavMain ul li a,
header #gnav .spMode .gnavLink ul li a{
	font-size: 16px;
	display: block;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	line-height: 1.2;
	position: relative;
	padding-left: 1.5em;
	color: #fff;
}
header #gnav .spMode .gnavMain ul li a::before,
header #gnav .spMode .gnavLink ul li a::before{
	content: "";
	display: block;
	border-right: 0.3em solid transparent;
	border-bottom: 0.6em solid #fff;
	border-left: 0.3em solid transparent; 
	transform: rotate(90deg) translateY(-50%);
	position: absolute;
	top: 40%;
	left: 0;
}
header #gnav .spMode .gnavLink,
header #gnav .spMode .gnavSocial{
	background-color: rgba(51, 51, 51, 0.95);
}
header #gnav .spMode .gnavLink{
	padding-top: 0.5em;
}
header #gnav .spMode .gnavSocial ul{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	max-width: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
}
header #gnav .spMode .gnavSocial ul li{
	width: 40px;
	display: flex;
	align-items: center;
}

 /*
 * =====================================================
 * footer
 * =====================================================
 */

 footer .footerContainer{
	display: block;
}
footer .footerContainer #footerLogo{
	text-align: center;
	margin-bottom: 1em;
}
footer #footerNav ul{
	justify-content: space-between;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
/* footer #footerNav ul li{

} */
footer #footerNav ul li a{
	display: inline-block;
}
footer #footerNav address{
	text-align: center;
} 

/*
 * =====================================================
 * news list
 * =====================================================
 */
.newsList li{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.newsList li .ttl{
	width: 100%;
} 


/*
 * =====================================================
 * top
 * =====================================================
 */
 #front #business .businessNav ul li{
	 height: auto;
	 width: 100%;
 }
 #front #business .businessNav ul li > div{
	transform: none;
	position: relative;
	top: auto;
	left: auto;
	padding-bottom: 80px;
	padding-left: 5%;
	padding-right: 5%;
}
#front #business .businessNav ul li > div .cap{
    transition: all 0.5s;
    transform: none;
    opacity: 1;
}
#front #business .businessNav ul li:hover > div{
    transform: none;
}
#front #business .businessNav ul li:hover > div .cap{
    transform: none;
    opacity: 1;
}
#front #business .businessNav ul li .fig{
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 58.39%;
}
#front #business .businessNav ul li:hover .fig{
    transform: none;
}
#front #business .businessNav ul li .fig img{
	display: block;
	margin-top: -15%;
	position: absolute;
	top:0;
	left: 0;
}
#front #business .businessNav ul li .buttonStyle1{
	width: 80%;
	max-width: 300px;
}
#front #banners ul{
	flex-wrap: wrap;
	justify-content: space-around !important;
}
#front #banners ul li{
	width: 47%;
	text-align: center;
	margin-bottom: 10px;
} 

/*
 * =====================================================
 * business
 * =====================================================
 */
#business .tabContents article{
	display: none;
}
#business .businessPcNav {
	display: none;
}
#business .tabContents{
	margin-bottom: 10px;
}

#business .tabContents .businessSpNav{
	display: block;
	background-color: #000;
	color: #fff;
	border-top: 5px #ccc solid;
	line-height: 1.2;
	padding-top: 1.1em;
	padding-bottom: 1.1em;
	padding-left: 1em;
	position: relative;
	padding-right: 2em;
}
#business .tabContents .businessSpNav::before{
	content: "";
	display: block;
	width: 0.7em;
	height: 0.7em;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(135deg) translateX(-50%);
	transform: rotate(135deg) translateX(-50%);
	position: absolute;
	top:50%;
	right: 1em;
}
#business .tabContents .businessSpNav.current{
	background-color: #E70008;
	border-top: 5px #f27f83 solid;
}
#business .tabContents .businessSpNav.current::before{
	transform: rotate(-45deg);
}
#business .publicationList > li{
    width: 48%;
    /* margin-bottom: 30px; */
}

#business .tabContents .businessSpNav span{
	color: #808080;
	display: inline-block;
	padding-left: 1em;
	font-size: 13px;
}
#business .tabContents .businessSpNav.current span{
	color: #fff;
}
/*
 * =====================================================
 * company
 * =====================================================
 */
 .companyData dl dt{
	 width: 100%;
 }
/*
 * =====================================================
 * access
 * =====================================================
 */
 #access #shop .grid2 > div{
	 padding-left: 0 !important;
	 padding-right: 0 !important;
 }
 #access #shop .buttons > li{
    width: 80%;
	text-align: center;
	margin: 0 auto 0.5em auto;
} 
/*
 * =====================================================
 * advertisement
 * =====================================================
 */
 #adList #adListContainer dl{
	 display: block;
}
#adList #adListContainer dl dt{
	display: flex;
	width: 100%;
	padding-top: 1em;
}
#adList #adListContainer dl dd{
	display: block;
	width: 100%;
}
#adList #adListContainer dl dt .date{
	width: 7em;
}

 #adList .adDocuments > li{
    width: 48%;
	margin-bottom: 20px;
	font-size: 14px;
}
#adDetail #adMain .adMainHeader #adMainImage{
    width: 100%;
	position: static;
	margin-bottom: 1em;
	text-align: center;
}
#adDetail #adMain #adMain01{
    width: 100%;
}
#adDetail #adMain #adMain01 .linkListStyle1 li{
	margin-bottom: 1.5em;
}

#adDetail #adMain #adMain02 ul > li{
    width: 100%;
}
#adDetail #adMain #adMain02 ul > li > dl > dt,
#adDetail #adMain #adMain02 ul > li > dl > dd{
	font-size: 1.4rem;
}
#adDetail #adMain #adMain03 table th,
#adDetail #adMain #adMain03 table td{
	font-size: 1.3rem;
}
#adDetail #adMain #adMain04 ul{
	flex-wrap: wrap;
}
#adDetail #adMain #adMain04 ul li{
	width: 100% !important;
	margin-bottom: 2.5em;
}

#adDetail #adMain #adMainNote{
	background-image: none !important;
	padding-right: 0 !important;
}
#adDetail #adMain #adMainNote::before{
	content: '';
	display: block;
	width: 120px;
	height: 86px;
	float: right;
	background-image: url("../img/advertisment/img_ad_banner01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
#adDetail #adDetail01 #adMain #adMainNote::before{background-image: url("../img/advertisment/img_ad_banner01.png");}
#adDetail #adDetail02 #adMain #adMainNote::before{background-image: url("../img/advertisment/img_ad_banner02.png");}
#adDetail #adDetail03 #adMain #adMainNote::before{background-image: url("../img/advertisment/img_ad_banner03.png");}
#adDetail #adDetail04 #adMain #adMainNote::before{background-image: url("../img/advertisment/img_ad_banner04.png");}
#adDetail #adDetail05 #adMain #adMainNote::before{background-image: url("../img/advertisment/img_ad_banner05.png");}
#adDetail #adDetail06 #adMain #adMainNote::before{background-image: url("../img/advertisment/img_ad_banner06.png");}

/* #adDetail #adMain #adMainNote{
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 120px auto;
    padding-right: 125px;
}
 */



/*
 * =====================================================
 * sitemap
 * =====================================================
 */
.sitemap .linkListStyle1 > li{
	width: 100%;
}

/*
 * =====================================================
 * contact list
 * =====================================================
 */
 #contactList .listContainer dl dt{
	 width: 100%;
	 padding-bottom: 0.5em;
 }
 #contactList .listContainer dl dd{
	 padding-top: 0.5em;
 }
/*
 * =====================================================
 * contact form
 * =====================================================
 */
#contactForm select{
	max-width: 90%;
	overflow: hidden;

}
#contactForm .contactNav ul li{
	 font-size: 11.5px;
	 line-height: 1.2;
}
#contactForm .formBody dl dt{
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
#contactForm .formBody dl dd.name span{
	display: block;
    padding-left: 0 !important;
    margin-bottom: 0.5em;
}
#contactForm .formBody textarea{
	width: 95%;
    height: 5em;
}
/*
 * =====================================================
 * history
 * =====================================================
 */

 #history .grid2 .thumb{
	 padding-right: 0;
	 margin-bottom: 2em;
}
#history .imgBox{max-width: 100%;width: 100%;justify-content: space-between;}
#history .imgBox li{
	width: 47%;	
}
#history .imgBox li span{
	display: block;
	line-height: 1.3;
	font-size: 1rem;
}
/*
 * =====================================================
 * news list
 * =====================================================
 */
 .newsList li .ttl{
	width: 100%;
	padding-top: 0.5em;
}
/*
 * =====================================================
 * recruit
 * =====================================================
 */
 #recruitList .recruitHeader{
	 background-image: none;
	 padding-right: 0;
	 min-height: 0;
 }
 #recruitList .recruitHeader #introduction{
	background-image: url("../img/recruit/img_recruit_s01.png");
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding-top: 45%;
 }


}
@media screen and (max-width: 520px){

/*
 * =====================================================
 * advertisement
 * =====================================================
 */
 #adList .adDocuments > li{
    width: 100%;
	margin-bottom: 20px;
}

/*
 * =====================================================
 * company navigation
 * =====================================================
 */
 .companyNav ul li a{
	 font-size: 14px;
 }
 header #gnav .pcMode .gnavLocale > ul li a{
	font-size: 11px ;
	line-height: 1.2;
}
}
/* 
@media screen and (max-width: 420px){

}
@media screen and (max-width: 580px){

}
*/
