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

/*-------------------------------------------------------------------------------- common start */
.sp-only {
	display: none;
}
/*-------------------------------------------------------------------------------- common end */





/*-------------------------------------------------------------------------------- header start */
.header-top {
	width:980px;
	margin: 0 auto;
	padding-top: 30px;
	border-bottom: 1px solid #3c3c3c;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn-top a {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #3c3c3c;
	text-decoration:none;
	transition:0.3s;
}

.btn-top a:hover {
	opacity: 0.5;
}

.sns-list {
	display: flex;
	justify-content: flex-end;
}

.sns-list li {
	margin-left: 20px;
	transition:0.3s;
}

.sns-list li:hover {
	opacity: 0.5;
}

.sns-list li img {
	height: 25px;
	width:auto;
}

.sns-list .sp-menu {
	display: none;
}

.gnavi-list {
	width:980px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}

.gnavi-disc a {
	display:block;
	width:145px;
	text-align: center;
	text-decoration:none;
	padding:10px 0;
	transition:0.3s;
}

.gnavi-number span {
	display:inline-block;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-decoration:none;
	color: #b8cbd2;
	margin-bottom: 8px;
	transition:0.3s;
}

.gnavi-number span:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background:#b8cbd2;
	margin:0 auto;
}

.gnavi-text {
	font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #3c3c3c;
}

.gnavi-text.type-faq {
	font-size: 36px;
	font-weight: 200;
	margin-top: 10px;
	padding-bottom: 16px;
}

.gnavi-disc a:hover {
	background:#dbe4e9;
}


.gnavi-disc.stay a .gnavi-number span {
	color: #3c3c3c;
}


.gnavi-disc.stay a .gnavi-number span:after {
	background:#3c3c3c;
}

.gnavi-disc.stay a{
	background:#f8e7e6;
}

.header-bottom.label01 {
	background: url(/sp/tepra_labeling/label01/images/bg_header.png) no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 50px;
}

.header-bottom.label02 {
	background: url(/sp/tepra_labeling/label02/images/bg_header.png) no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 50px;
}

.header-bottom.label03 {
	background: url(/sp/tepra_labeling/label03/images/bg_header.png) no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 50px;
}

.header-bottom.label04 {
	background: url(/sp/tepra_labeling/label04/images/bg_header.png) no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 50px;
}

.header-bottom.label05 {
	background: url(/sp/tepra_labeling/label05/images/bg_header.png) no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 50px;
}

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

.header-catch span {
	display: inline-block;
	font-size: 25px;
	font-weight: 400;
	background:#FFF;
	border: 1px solid #3c3c3c;
	padding:15px 25px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.header-catch.label2-layer span {
	padding:15px 50px 15px 25px;
}

.header-catch-sub {
	font-size: 15px;
	line-height: 1.8;
	font-weight: 300;
}

.header-bottom-faq {
	background: #646464;
	margin-bottom: 50px;
}

.header-bottom-faq .header-bottom-inner {
	text-align:center;
	padding:35px 0;
}

.header-catch-faq span {
	display: inline-block;
	font-size: 50px;
	font-weight:100;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3;
	margin: 0 0 20px;
	color:#fff;
}

.header-catch-faq span:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background:#fff;
	margin:0 auto;
}

.header-catch-faq-sub {
	font-size: 18px;
	font-weight:500;
	color:#fff;
	line-height: 1.8;
	margin-bottom:1em;
}

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

.faq-list-disc a {
	display: flex;
	align-items: center;
	width:480px;
	background:#FFF;
	text-align:left;
	padding:20px;
	text-decoration:none;
	transition:0.3s;
	margin-bottom:20px;
}

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

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

.faq-list-disc-text {
	font-size:18px;
	font-weight:500;
	color:#3c3c3c;
	letter-spacing: 0.15em;
	margin-left: 1em;
}
/*-------------------------------------------------------------------------------- header end */





/*-------------------------------------------------------------------------------- scroll start */
.float-menu-list {
	transition:0.5s;
}

.float-menu-list.pc-trans {
	position: fixed;
	top: 0;
	width:100%;
	padding: 0;
	margin: 0 auto;
	background: #FFF;
	z-index: 100;
}

.float-menu-list.pc-trans .header-top {
	padding-top: 10px;
}

.header-bottom.pc-trans {
	margin-top: 245px;
}

.header-bottom-faq.pc-trans {
	margin-top: 245px;
}

.float-menu-list.pc-trans nav {
	padding-bottom: 15px;
}

.float-menu-list.pc-trans .gnavi-list {
	margin-top: 10px;
}

.float-menu-list.pc-trans .gnavi-disc a {
	display:block;
	width:145px;
	text-align: center;
	text-decoration:none;
	padding:0 0 5px;
	transition:0.3s;
}

.float-menu-list.pc-trans .gnavi-number span {
	display:inline-block;
	font-size:10px;
	text-decoration:none;
	color: #b8cbd2;
	margin-bottom: 5px;
	transition:0.3s;
}

.float-menu-list.pc-trans .gnavi-number span:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background:#b8cbd2;
	margin:0 auto;
}

.float-menu-list.pc-trans .gnavi-text {
	font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #3c3c3c;
}

.float-menu-list.pc-trans .gnavi-text br:first-child {
	display:none;
}

.float-menu-list.pc-trans .gnavi-text.type-faq {
	font-size: 25px;
	font-weight: 200;
	margin-top: -5px;
	padding-bottom: 0;
}
/*-------------------------------------------------------------------------------- scroll end */





/*-------------------------------------------------------------------------------- footer start */
#page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

#page-top a {
    display: block;
    width:50px;
    transition: 0.3s;
}

#page-top a:hover {
    opacity: 0.5;
}

.footer-top-inner {
	width: 980px;
	margin:0 auto;
	padding:80px 0 30px;
	text-align: center;
}

.gt-icon {
	width:100px;
	margin:0 auto 15px;
}

.gt-intro {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.gt-item-list {
	display: flex;
	justify-content:space-between;
	margin-bottom: 30px;
}

.gt-item-disc {
	display: flex;
	/*align-items: flex-end;*/
	padding: 15px 25px;
	transition: 0.3s;
	cursor: pointer;
}

.gt-item-disc:hover {
	opacity: 0.5;
}

.gt-item-disc {
	width:480px;
	border: 1px solid #3c3c3c;
}

.gt-item-disc-spec {
	text-align: left;
}

.gt-item-name {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 40px;
}

.gt-item-name.tepra-name {
	font-size: 22px;
	margin-bottom: 0;
}

.gt-item-spec {
	font-size: 12px;
	line-height: 1.8;
	margin: 10px 0;
}

.gt-item-btn a {
	display:block;
	background: #f8e7e6;
	color:#3c3c3c;
	text-decoration: none;
	text-align: center;
	padding: 8px 0;
	margin: 15px 0 10px;
	width:180px;
}

.gt-item-disc-photo .type01 {
	width:190px;
	margin: 0 0 0 45px;
}

.gt-item-disc-photo .type02 {
	width:190px;
	margin: 5px 0 0 45px;
}

footer.second-layer {
	margin-top: 80px;
}

.footer-bottom {
	background: #646464;
}

.footer-bottom-inner {
	width: 980px;
	margin:0 auto;
	padding: 20px 0 30px;
	text-align: center;
}

.footer-bottom-logo {
	width:130px;
	margin:0 auto 15px;
	transition: 0.3s;
}

.footer-bottom-logo:hover {
	opacity: 0.5;
}

.copyright {
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #FFF;
}
/*-------------------------------------------------------------------------------- footer end */