/*
 * is_home(), is_page()
 */
@charset "UTF-8";

/* フロントページ用 */
.frontpage_slider {
	position: relative;
	width: 1100px;
	margin: auto;
	overflow: hidden;
}

.frontpage_slider:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 35%;
	z-index: -1;
}

.frontpage_slider .flexslider {
	position: absolute;
	left: 0px;
	top: 0px;
}

.frontpage_slider .slider_sp.flexslider {
	display: none;
}

ul.frontpage_3banner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

ul.frontpage_3banner li {
	width: 310px;
	padding: 0;
	margin: 0 0 15px 0;
}

ul.frontpage_3banner li img {
	width: 100%;
}

/* フロントページ：タイル */

.tileContainer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tileContainer .tile {
	width: 32%;
	width: calc((100% - 40px) / 3);
	margin-bottom: 30px;
}

.tileContainer .tile h2 {
	float: none !important;
}

.tileContainer .tile .imgLink img {
	width: 100%;
	height: auto;
}

.tileContainer .tile .tileBody {
	min-height: 315px;
	margin: 10px 0 0 0;
	padding: 0;
	border: 3px solid #ebebeb;
	border-radius: 3px;
}

.tileContainer .tile .tileBody ul {
	padding: 10px;
}

.tileContainer .tile .tileBody ul > li {
	line-height: 30px;
	padding: 0 0 0 17px;
	border-bottom: 1px dotted #ebebeb;
	margin: 0;
	background: url('../../common/img/ico_010.png') left center no-repeat;
}

.tileContainer .tile .tileBody ul > li:last-child {
	border-bottom: none;
}

.tileContainer .tile .tileBody ul.pc2col {
	display: flex;
	flex-flow: column wrap;
	max-height: 93px; /* 31px * 3col */
	height: 93px;
}

.tileContainer .tile .tileBody ul.pc2col li {
	white-space: nowrap;
}

.tileContainer .tile .tileBody ul.pc2col li:nth-child(3n) {
	border-bottom: none;
}

.tileContainer .tile.blockInfo ul li {
	padding: 15px 0;
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.tileContainer .tile.blockInfo p {
	width: auto !important;
}

.tileContainer .tile.blockInfo ul li img {
	width: 70px;
	height: 60px;
	margin-right: 20px;
	float: left;
}

.tileContainer .tile.blockInfo ul li p strong {
	display: block;
	/*! width: 100%; */
}

/* コンテンツ部 */
#contents{
	padding-top: 30px;
}
#mainImg{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#contents.home  h2{
	margin-bottom: 0;
}
#contents .leftCol{
	float: left;
	width: 620px;
	margin-right: 20px;
}
#contents .rightCol{
	float: left;
	width: 320px;
}
#contents .leftCol > div{
	float: left;
	width: 300px;
}
#contents .leftCol .blockL{
	margin-right: 20px;
}
#contents .leftCol > div ul{
	display: block;
	float: left;
	margin: 20px 0 30px;
	padding:0 20px 0;
	width: 254px;
	height: 342px;
	border: 3px solid #ebebeb;
	border-radius: 3px;
}
#contents .leftCol > div ul li{
	line-height: 30px;
	border-bottom: 1px dotted #ebebeb;
	background: url(../../common/img/ico_010.png) left center no-repeat;
	padding-left: 17px;
}
#contents .leftCol > div ul li.imgLink{
	background: none;
	padding-left: 0;
	margin-left: -20px;
	border-bottom: none;
	margin-bottom: 8px;
}
#contents .leftCol > div ul li.imgLink a{
	display: block;
	width: 294px;
	height: 137px;
}
#contents .leftCol > div ul li.imgLink a img{
	width: 100%;
}
#contents .leftCol > div ul li.listLink{
	padding-left: 0;
	background: none;
	border-bottom: none;
}
#contents .leftCol > div ul li.listLink > ul{
	margin: 0;
	padding: 0;
	width: 127px;
	height: auto;
	border: none;
}
#contents .leftCol > div ul li.listLink a.linkBanner{
	margin-top: 8px;
	display: block;
	float: left;
	width: 254px;
	height: 77px;
	background: red;
	text-align: left;
	line-height: normal;
}
#contents .leftCol > div ul li.listLink a.linkBanner img{
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
#contents .leftCol > div ul li.last{
	border-bottom: none;
}
#contents .leftCol > div ul li.notList{
	line-height: normal;
	padding: 0;
	padding-top: 5px;
	background: none;
}
#contents .rightCol .blockInfo ul{
	display: block;
	float: left;
	margin: 0 0 30px;
	width: 100%;
	height:368px;
}
#contents .rightCol .blockInfo ul li{
	padding-top:15px;
	display: block;
	float: left;
	width: 100%;
	height:76px;
	border-bottom: 1px solid #e5e5e5;
}
#contents .rightCol #blockPr ul li img{
	width: 70px;
	height: 60px;
	margin-right: 20px;
	float: left;
}
#contents .rightCol .blockInfo ul li p{
	float: left;
	line-height: 1.6;
}
#contents .rightCol #blockPr ul li p{
	width: 230px;
}
#contents .rightCol #blockNews ul li p{
	width: 100%;
}
#contents .rightCol .blockInfo ul li p strong{
	display: inline-block;
	width: 100%;
}
#contents .links{
	width: 100%;
	float: left;
}
#contents .links ul{
	display: block;
	float: left;
	margin: 25px 0 30px;
}
#contents .links li{
	display: block;
	float: left;
	margin-right: 20px;
	width: 225px;
	height: 90px;
}

#contents .links li a{
	display: block;
	width: 223px;
	height: 88px;
	border: 1px solid #cbcbcb;
	border-radius: 0px;
	text-indent: -9999px;
}

#contents .links li:first-child a{
	background: url(../img/btn_010.gif) center center no-repeat;
}

#contents .links li:first-child + li a{
	background: url(../img/btn_020.gif) center center no-repeat;
}

#contents .links li:first-child + li + li a{
	background: url(../img/btn_030.gif) center center no-repeat;
}

#contents .links li:first-child + li + li + li a{
	background: url(../img/btn_040.gif) center center no-repeat;
}

#contents .links li.last{
	margin-right: 0;
}

.privacy .contentBox{
	margin-bottom: 30px;
}

.sitemap h4,
.privacy h4,
.privacy h5{
	font-weight: bold;
	font-size: 107.69%;
}

.sitemap ul,
.privacy ul{
	margin-left: 2em;
}

.sitemap em{
	padding-right: 0.5em;
}

.sitemap h4 a{
	text-decoration: none !important;
}

.sitemap h4 a span{
	text-decoration: underline !important;
}

.inquiry table.inquiryForm{
	width: 100%;
}
.inquiry table.inquiryForm th,
.inquiry table.inquiryForm td{
	line-height: normal !important;
	padding: 8px 25px !important;
	vertical-align: middle;
}
.inquiry table.inquiryForm th{
	font-weight: bold;
}
.inquiry table.inquiryForm td{
	position: relative;
}

.inquiry .error_caution{
	position: absolute;
	top: 25px;
	right: 0;
	margin: 0;
	padding: 0 2px;
	border: 1px solid #da0000;
	color: #262626;
	font-weight: normal;
	background: #fff;
	font-size: 11px;
	line-height: normal;
}

.inquiry .wide{
	width: 80%;
}

.inquiry select{
	margin-bottom: 5px;
}

.inquiry textarea{
	resize: none;
}

.inquiry button{
	border: none;
	background-color: #ffffff;
	cursor: pointer;
	margin-right: 35px;
}

.inquiry p.red{
	font-size: 138.46%;
	margin-bottom: 20px;
}

/* タブレット */
@media screen and (max-width: 769px) {
	/* フロントページ用 */
	.frontpage_slider {
		width: 100%;
	}

	ul.frontpage_3banner li {
		width: 30%;
		width: calc(100% / 3 - 10px);
	}

	/* フロントページ：タイル */

	.tileContainer .tile.tabFull {
		width: 100%;
	}

	.tileContainer .tile.tab2col {
		width: 49%;
		width: calc((100% - 20px) / 2);
	}

	.tileContainer .tile .tileBody ul.pc2col {
		display: block;
	}

	.tileContainer .tile .tileBody ul.pc2col li:nth-child(3n) {
		border-bottom: 1px dotted #ebebeb;
	}

	.tileContainer .tile .tileBody ul.pc2col li:last-child {
		border-bottom: none;
	}

	/* コンテンツ部 */
	#contents .leftCol,
	#contents .rightCol,
	#contents .rightCol #blockNews ul li p{
		width: 100% !important;
	}
	#contents .leftCol > div{
		width: 48%;
		margin-right: 4% !important;
	}
	#contents .leftCol > div.blockR{
		margin-right: 0 !important;
	}
	#contents .leftCol > div ul{
		width: 242px;
	}
	#contents .leftCol > div ul li.imgLink{
		margin-right: -20px;
	}
	#contents .leftCol > div ul li.imgLink a{
		width: 100%;
		height: auto;
	}
	#contents .leftCol > div ul li.imgLink a img{
		width: 100%;
		height: auto;
	}
	#contents .leftCol > div ul li.listLink > ul{
		width: 121px;
	}
	#contents .leftCol > div ul li.listLink a.linkBanner{
		width: 100%;
		height: auto;
	}
	#contents .leftCol .spBanner{
		display: none !important;
	}
	#contents .rightCol .blockInfo ul{
		height: auto !important;
	}
	#contents .rightCol #blockNews ul li{
		height: auto !important;
		padding-bottom: 15px;
	}
	#contents .links li{
		width: 290px;
		margin-bottom: 20px;
	}
	#contents .links li a{
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	#contents .links li:nth-child(2),
	#contents .links li:nth-child(4){
		margin-right: 0;
	}
	#contents .links li:nth-child(3),
	#contents .links li:nth-child(4){
		margin-bottom: 0;
	}
	.sitemap .contentBox.content4Col{
		margin-bottom: 0;
	}
	.inquiry .wide{
		width: 100%;
	}
	.breadLineup{
		width: 100%;
		float: right;
	}

}

@media only screen and (max-width: 640px) {
	/* フロントページ用 */
	.frontpage_slider:before {
		padding-top: 100%;
	}

	.frontpage_slider .slider_pc.flexslider {
		display: none;
	}

	.frontpage_slider .slider_sp.flexslider {
		display: block;
	}

	ul.frontpage_3banner li {
		width: 100%;
	}

	/* フロントページ：タイル */

	.tileContainer .tile {
		position: relative;
		width: 100% !important;
		border-radius: 0px;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.tileContainer .tile:not(.blockInfo) {
		box-sizing: border-box;
		border: 3px solid #008649;
	}

	.tileContainer .tile.sp2col {
		width: 48% !important;
		width: calc((100% - 20px) / 2) !important;
	}

	.tileContainer .tile:not(.blockInfo) h2 {
		box-sizing: border-box;
		position: absolute;
		bottom: 0px;
		height: 30px !important;
		line-height: 20px;
		padding: 5px 0 !important;
		border-radius: 0 !important;
	}

	.tileContainer .tile:not(.blockInfo) h2 span {
		border: none !important;
		padding: 0 !important;
	}

	.tileContainer .tile .tileBody {
		min-height: auto;
		border: none;
		margin: 0 0 30px 0;
	}

	.tileContainer .tile .tileBody ul {
		display: none !important;
	}

	/* コンテンツ部 */
	#contents{
		padding: 30px 15px 0 !important;
	}
	#contents .leftCol {
	}
	#contents .leftCol > div{
		position: relative;
		width: 49%;
		padding-bottom: 30px;
		border-radius: 3px;
		margin: 0 2% 2% 0 !important;
		overflow: hidden;
	}

	#contents .leftCol > div ul{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 0;
		border: none;
		margin: 0;
	}

	#contents .leftCol > div ul li{
		display: none;
	}

	#contents .leftCol > div ul li.imgLink{
		display: block;
		margin: 0;
	}

	#contents .leftCol > div ul li.imgLink a{
		width: 100%;
		height: auto;
	}

	#contents .leftCol > div ul li.imgLink a img{
		box-sizing: border-box;
		width: 100%;
		height: auto;
	}
	#contents .leftCol h2 {
		box-sizing: border-box;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 30px;
		line-height: 20px;
		padding: 5px;
		border-radius: 0;
	}
	#contents .leftCol h2 span {
		border: none;
		padding: 0;
	}
	.pcBanner{
		display : none;
	}
	#contents .leftCol .spBanner{
		display: block !important;
		float: left;
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	#contents .leftCol .spBanner.inpageBanner{
		margin-bottom: 0;
	}
	#contents .leftCol .spBanner img{
		display: block;
		float: left;
		width: 100%;
		height: auto;
	}
	#contents .links ul{
		width: 100%;
	}
	#contents .links li{
		width: 100%;
		margin-bottom: 10px !important;
	}

	#contents.sitemap h2{
		margin-bottom: 40px;
	}

	.sitemap .contentBox{
		width: 90%;
		box-sizing: border-box;
	}
	.sitemap .contentBox > div{
		margin-bottom: 0;
	}

	.sitemap h4 em{
		display: none;
	}
	.sitemap ul li,
	.sitemap h4{
		list-style: none;
		font-weight: normal;
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #d2d2d2;
		box-sizing: border-box;
		padding: 0;
	}
	.sitemap ul li a,
	.sitemap h4 a{
		display: block;
		width: 100%;
		height: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.sitemap ul li a:hover,
	.sitemap h4 a:hover{
		background: #f4f4f4;
		text-decoration: none;
	}
	.sitemap ul{
		margin-left: 0;
		width: 100%;
	}
	.sitemap h4.first{
		border-top: 1px solid #d2d2d2;
	}
	.sitemap .pagetop{
		margin-top: 50px;
	}

	.inquiry table.inquiryForm{
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
	}
	.inquiry table.inquiryForm tr,
	.inquiry table.inquiryForm th,
	.inquiry table.inquiryForm td{
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}
	.inquiry table.inquiryForm th,
	.inquiry table.inquiryForm td{
		height: auto;
		padding: 8px;
		vertical-align: middle;
	}
	.inquiry table.inquiryForm th{
		background: #fff;
		border-bottom: none;
		padding-top: 10px !important;
		padding-bottom: 0 !important;
	}
	.inquiry table.inquiryForm td{
		border-bottom: 1px solid #dcdcdc;
		padding-top: 4px !important;
		padding-bottom: 10px !important;
	}

	.inquiry .error_caution{
		top: -23px;
	}

	.inquiry button,
	.inquiry .submitBtn {
		width: 40%;
		padding: 0;
	}
	.inquiry button{
		margin-right: 5%;
	}
	.inquiry button img{
		width: 100%;
	}

}