@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
html {
	font-size: 62.5%;
	/* sets the base font to 10px for easier math */
}
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.4rem;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
ul {list-style: none;}
ol {list-style: none;}
li {list-style: none;}
a {text-decoration: none;color: inherit;}
img {vertical-align: bottom;}
p {text-align: justify;}

.mincho{ font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
.sawarabi { font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; }

.sidebar {
	max-width: 25%;
	width: 13em;
	height: 300px;
}

.img_Img{
	display: block;
	margin:0 auto;
}
.hidden{
	display: none;
}
.cont_zone{
	padding-bottom: 50px;
}
.company_sidebar li {
	border-bottom: solid 2px rgb(221, 223, 224);
	padding: 12px 0;
	font-size: 1.6rem;
}
.bread_area.content.pc {
    background: #fbf9f6;
    color: #785c57;
    width: 100%;
    max-width: none;
    padding-bottom: 7px;
    box-sizing: border-box;
    padding-top: 0;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
 @media screen and (min-width: 741px), print {
 	.sp{
 		display: none;
 	}
 	.content {
 		overflow: hidden;
 		max-width: 1020px;
 		margin: 0 auto;
 		padding: 50px 10px;
 		/* padding-left: 10px; */
 		/* background: #000; */
 	}
 	.main_content {
 		width: 70%;
 	}
 	.sidebar {
 		/* float: left; */
 		position: absolute;
 		/* margin-top: 30px; */
 	}
 	.main_content {
 		float: left;
 		/* padding-left: 80px; */
 		box-sizing: border-box;
 		margin-left: 30%;
 		/* padding: 50px 0; */
 	}
 	.company_sidebar li:last-child {
 		border-bottom: inherit;
 	}
 	.bread li {
 		display: inline-block;
 	}
 	.bread li:after {
 		content: "＞";
 		padding-left: 5px;
 	}
 	.bread li:last-child:after{
 		content: "";
 	}
 	.bread {
 		padding: 10px 0 0px;
 	}
 	.common_h1{
 		/* font-size: 4rem; */
 		font-weight: normal;
 		/* padding-bottom: 35px; */
 		text-align: center;
 		/* border-bottom: solid 1px rgb(87, 87, 87); */
 		margin: 50px 0;
 	}
}
/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
 @media screen and (max-width: 740px) {
 	.pc{
 		display: none;
 	}
 	.content {
 		overflow: hidden;
 		margin: 0 auto;
 	}
 	.content {
 		padding: 0 10px;
 	}
 	.common_h1{
 		font-size: 2.5rem;
 		font-weight: normal;
 		padding-bottom: 20px;
 		text-align: center;
 		border-bottom: solid 1px rgb(87, 87, 87);
 		margin: 30px 0;
 	}
}
