@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.65rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}
p {
	text-align: justify;
}
ul {list-style: none;}
ol {list-style: none;}
li {list-style: none;}
a {text-decoration: none;color: inherit;}
img {vertical-align: bottom;max-width:100%;}
a:hover{
	opacity: 0.7;
}
body.is_under header {
    position: relative;
}

body.is_under .first_cont {
    margin-top: 0!important;
}
.is_last {
    margin-bottom: 70px!important;
}
.charm_gray_area{
    background: rgb(240, 241, 240);
}
.red{color: rgb(170, 42, 57);}
.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: 11em;
	height: 300px;
}
.img_Img{
	display: block;
	margin:0 auto;
}
.hidden{
	display: none;
}
.cont_zone{
	padding-bottom: 50px;
}
.mb0{
	margin-bottom: 0 !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb50{
	margin-bottom: 50px !important;
}
.mb60{
	margin-bottom: 60px !important;
}
.mb70{
	margin-bottom: 70px !important;
}
.mb80{
	margin-bottom: 80px !important;
}
.mb90{
	margin-bottom: 90px !important;
}
.mb100{
	margin-bottom: 100px !important;
}
.mt0{
	margin-top: 0 !important;
}
.mt10{
	margin-top: 10px !important;
}
.mt20{
	margin-top: 20px !important;
}
.mt30{
	margin-top: 30px !important;
}
.mt40{
	margin-top: 40px !important;
}
.mt50{
	margin-top: 50px !important;
}
.mt60{
	margin-top: 60px !important;
}
.mt70{
	margin-top: 70px !important;
}
.mt80{
	margin-top: 80px !important;
}
.mt90{
	margin-top: 90px !important;
}
.mt100{
	margin-top: 100px !important;
}

.center{
  text-align: center;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}

.indent li {
	padding-left: 1em;
	line-height: 1.6;
}
.indent li span {
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	line-height: 1.6;
}

.company_sidebar li {
	border-bottom: solid 2px rgb(221, 223, 224);
	padding: 12px 0;
	font-size: 1.6rem;
}
.cont_wrap {
    padding: 60px 0;
}
ul.bread {
    font-size: 13px;
    color: #666666;
}

.note {
	font-size: 1.2rem !important;
}
/* ===================================================================================
 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-left: 10px;
 		padding-right: 10px;
 	}
 	.main_content {
 		max-width: 75%;
 	}
 	.sidebar {
 		float: left;
 	}
 	.main_content {
 		float: left;
 		padding-left: 80px;
 		box-sizing: border-box;
 	}
 	.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 10px;
 	}
 	.common_h1{
 		font-size: 3.6rem;
 		font-weight: 300;
 		text-align: center;
 		margin: 0;
 		margin-bottom: 10px;
 	}
 	.common_h2 {
 		text-align: center;
 		font-weight: normal;
 		font-size: 2.8rem;
 	}
 	.mp_common_wide{
 		width: 700px;
 		margin:0 auto;
 	}
 	.left{
 		float: left;
 	}
 	.right{
 		float: right;
 	}

	.anchor-link {
	margin-bottom: 2.5rem;
	}
	.anchor-link ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	}
	.anchor-link ul li {
	width: 20%;
	margin-bottom: 1rem;
	padding-left: 2.5rem;
	background: url(/_assets/img/common/ico_anchor.svg) no-repeat left center;
	background-size: 16px;
	}
	.anchor-link ul li a {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
	.anchor-link ul li a:hover {
	text-decoration: underline;
	}
 }
/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
 @media screen and (max-width: 740px) {
 	.pc{
 		display: none;
 	}
 	.content {
 		overflow: hidden;
 		margin: 0 auto;
 	}
 	.content {
 		padding-left: 10px;
 		padding-right: 10px;
 	}
 	.common_h1{
 		font-size: 2.3rem;
 		font-weight: normal;
 		text-align: center;
 		margin: 30px 0;
 	}
 	.common_h2 {
 		text-align: center;
 		font-weight: normal;
 		font-size: 2.3rem;
 	}
 	.product_background_zone {
    padding-top: 50px;
	}
	.tokucho_control_text_1 {
    font-size: 2.2rem;
    text-align: center;
	}

	.anchor-link {
	margin-bottom: 2.5rem;
	}
	.anchor-link ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	}
	.anchor-link ul li {
	width: 40%;
	margin-bottom: 1rem;
	padding-left: 2.5rem;
	background: url(/_assets/img/common/ico_anchor.svg) no-repeat left center;
	background-size: 16px;
	}
	.anchor-link ul li a {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 1.4rem;
	}
	.anchor-link ul li a:hover {
	text-decoration: underline;
	}
 }
