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

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

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

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

.section-title.sp-only span {
	margin:0.1em 0 0 0;
}

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

.section-content-title {
	font-size: 55px;
	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: auto 80%;
	background-position: center bottom;
	margin-bottom:5%;
}

.top-header-inner {
	width: 90%;
	margin: 0 auto;
	padding: 5% 0 70%;
}

.top-header-sub {
	font-size: 18px;
	font-weight: 500;
}

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

.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}


.introduction-area {
	display:flex;
	flex-wrap: wrap;
}

.profile-area {
	width:85%;
	margin: 10% auto 10%;
}

.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-area {
	margin-top:10%;
}

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

.message-text:last-child {
	margin-bottom: 0;
}


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

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

.navigation-list-disc-number {
	width:100%;
	margin-bottom: 0.8em;
}

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

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

.navigation-list-disc-text {
	width:100%;
	font-size: 26px;
	line-height: 1.4;
	font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , sans-serif;
	font-weight: 300;
}

.navigation-list-disc:last-child .navigation-list-disc-text {
	font-size: 35px;
	padding-bottom: 0.5em;
}

.grad-wrap {
 	position: relative;
}

.grad-btn {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 85%;
	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: 200px; /*隠した状態の高さ*/
}
.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; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

@media screen and (max-width: 375px) {
	.top-header-sub {
		font-size: 5vw;
	}

	.top-header-catch {
		font-size: 9vw;
	}

	.section-title span{
		font-size: 12vw;
		line-height: 1.3;
		margin: 40px 0 30px;
	}
}
/*-------------------------------------------------------------------------------- top contents end */





/*-------------------------------------------------------------------------------- main contents start */
.article-area {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:10%;
}

.article-photo {
	width:100%;
	position: relative;
	transition:0.3s;
}

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

.article-photo-zoom {
	width:20%;
	margin-left: 80%;
	margin-top: 10px;
}

.article-info {
	width:100%;
}

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

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

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

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

.artice-title br {display:none;}
/*-------------------------------------------------------------------------------- main contents end */





/*-------------------------------------------------------------------------------- faq start */
.article-area.faq-box {
	padding:30px 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:100%;
	padding: 20px 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #3c3c3c;
	display:flex;
	align-items: center;
}

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

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

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

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

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

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

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

.faq-title br,
.faq-title-answer br {display:none;}

.pit-code-area {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	transition:0.3s;
	cursor: pointer;
	margin-top: 15px;
}

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

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

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

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

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

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

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