@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------- common start */
.section-content-inner {
	width:1080px;
	margin: 0 auto;
}

.section-content-inner.top-layer {
	width:980px;
	margin: 0 auto;
}

.section-title {
	text-align: center;
}

.section-title span{
	display: inline-block;
	font-size: 50px;
	font-weight:100;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3;
	margin: 50px 0;
	letter-spacing: 0.05em;
}

.section-title span:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background:#3c3c3c;
	margin:0 auto;
}

.section-content-title {
	font-size: 60px;
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	margin: 10px 0 0;
	text-align:center;
	text-shadow: #3c3c3c 1px 1px 0px, #3c3c3c -1px 1px 0px,#3c3c3c 1px -1px 0px, #3c3c3c -1px -1px 0px;
}
/*-------------------------------------------------------------------------------- common end */





/*-------------------------------------------------------------------------------- top contents start */
.top-header {
	background: url(/sp/tepra_labeling/images/bg_top_main.png) #d7e0e5 no-repeat;
	background-size: 100% auto;
	background-position: center  bottom;
}

.top-header-inner {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 30%;
}

.top-header-sub {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.top-header-catch {
	font-size: 50px;
	font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.top-header-catch span {padding: 0 10px;}

.top-header-catch .label01 {background: #fffff5}
.top-header-catch .label02 {background: #f8e7e6}
.top-header-catch .label03 {background: #fff}

.profile-area {
	width:300px;
	float: right;
	margin: 0 0 50px 50px;
}

.profile-text {
	background: #646464;
	padding: 25px;
	color:#FFF;
}

.profile-text-positon {
	font-size:14px;
	margin-bottom:5px;
	letter-spacing: 0.05em;
}

.profile-text-name {
	font-size:18px;
	font-weight:700;
	margin-bottom:8px;
	letter-spacing: 0.05em;
}

.profile-text-name span {
	font-size:12px;
	font-weight:400;
}

.profile-text-info {
	font-size:12px;
	line-height: 1.8;
	text-align: justify;
}

.message-text {
	font-size:16px;
	font-weight:300;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 50px;
}

.navigation-list-disc a {
	display:flex;
	color:#3c3c3c;
	text-decoration: none;
	align-items: center;
	padding: 10px 0 15px 30px;
	margin-bottom: 15px;
	background: #dce5ea;
	transition: 0.3s;
}

.navigation-list-disc a:hover {
	background: #f8e7e6;
}

.navigation-list-disc-number span{
	display: inline-block;
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	margin-right: 30px;
}

.navigation-list-disc-number span:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background:#3c3c3c;
	margin:0 auto;
}

.navigation-list-disc-text {
	font-size: 35px;
	font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , sans-serif;
	font-weight: 300;
	letter-spacing: 0.15em;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .navigation-list-disc.ie-hack a {
		padding: 5px 0 10px 30px;
	}

	*::-ms-backdrop, .navigation-list-disc.ie-hack .navigation-list-disc-text {
		padding: 15px 0 0;
	}
}

.grad-wrap {
 	position: relative;
}

.grad-btn {
	z-index: 2;
	position: absolute;
	/*right: 0;*/
	bottom: 0;
	left: 0;
	width: 630px;
	margin: auto;
	padding: 1em 0;
	border-radius: 2px;
	background: #dce5ea;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 633px; /*隠した状態の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
  overflow:visible;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
/*-------------------------------------------------------------------------------- top contents end */





/*-------------------------------------------------------------------------------- main contents start */
.article-area {
	display: flex;
}

.article-photo {
	width:540px;
	position: relative;
}

.article-photo > a {
	display:block;
	transition:0.3s;
}

.article-photo > a:hover {
	opacity: 0.5;
}

.article-photo-zoom {
	width:75px;
	margin-top: 10px;
}

.type-right .article-photo-zoom {
	margin-left: 465px;
}

.article-info {
	width:540px;
}

.artice-title-area {
	width:500px;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #3c3c3c;
}

.artice-title {
	font-size:20px;
	font-weight:700;
	letter-spacing: 0.1em;
}

.artice-text {
	font-size:16px;
	font-weight:300;
	line-height: 1.8;
	text-align:justify;
	padding:0 40px;
}

.artice-text span {
	font-size:12px;
}

.type-left .artice-title {
	padding-left: 40px;
}

.type-right .artice-title-area {
	margin-left: 40px;
}

.type-right .artice-title {
	padding-right: 40px;
	text-align:right;
}
/*-------------------------------------------------------------------------------- main contents end */





/*-------------------------------------------------------------------------------- faq start */
.article-area.faq-box {
	padding:50px 0;
}

.section-content-title-faq {
	text-align: center;
}

.section-content-title-faq span {
	display: inline-block;
	font-size: 50px;
	font-weight:100;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3;
	margin: 0 0 10px;
}

.section-content-title-faq span:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background:#3c3c3c;
	margin:0 auto;
}

.faq-title-area {
	width:500px;
	padding: 0 0 20px 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3c3c3c;
	display:flex;
	align-items: center;
}

.faq-title-icon img {
	height:60px;
	width:auto;
}

.faq-text-icon img {
	height:55px;
	width:auto;
}

.faq-title {
	font-size:20px;
	font-weight:400;
	letter-spacing: 0.1em;
	margin-left:15px;
}

.faq-text-area {
	width:500px;
	padding: 0 0 0 40px;
	margin-bottom: 10px;
	display:flex;
}

.faq-title-answer {
	font-size:20px;
	font-weight:700;
	letter-spacing: 0.1em;
	margin-left:15px;
}

.faq-text {
	font-size:16px;
	font-weight:300;
	line-height: 1.8;
	text-align:justify;
	padding:0 40px;
}

.faq-text span {
	font-size:12px;
}

.pit-code-area {
	display:flex;
	justify-content: flex-end;
	align-items: flex-end;
	transition:0.3s;
	cursor: pointer;
}

.pit-code-area:hover {
	opacity: 0.5;
}

.pit-code-text-area {
	margin-right: 15px;
	text-align:right;
}

.pit-code-title {
	font-size:18px;
	font-weight:700;
	margin-bottom:5px;
}

.pit-code-link {
	font-size:18px;
	font-weight:300;
	margin-bottom:8px;
}

.pit-code-text {
	font-size:12px;
	font-weight:300;
}

.pit-code-photo img {
	width:90px;
}

.anchor {
	position: relative;
	top: -170px;/*左の数値を変えると、上下に調整します*/
	display: block;
}
/*-------------------------------------------------------------------------------- faq end */





/*-------------------------------------------------------------------------------- start */
/*-------------------------------------------------------------------------------- end */