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

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

.sp-order-01 {
	order: 1;
}

.sp-order-02 {
	order: 2;
}

.sp-order-03 {
	order: 3;
}

.sp-order-04 {
	order: 4;
}

.sp-order-05 {
	order: 5;
}

.sp-order-06 {
	order: 6;
}
/*-------------------------------------------------------------------------------- common end */





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

.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;
	margin-bottom: 5%;
}

.sns-list.second-layer {
	margin-bottom: 0;
}

.sns-list li {
	margin-left: 15px;
	line-height: 0;
	transition:0.3s;
}

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

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

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

.gnavi-disc {
	width:32%;
	margin-bottom:2%;
}

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

.gnavi-number span {
	display:inline-block;
	font-size:14px;
	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: 16px;
	font-weight: 400;
	color: #3c3c3c;
}

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

.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 {
	margin-bottom: 50px;
}

.header-bottom.label01 {
	background: url(/sp/tepra_labeling/label01/images/bg_header_sp.png) #f8e7e6 no-repeat;
	background-position:  top;
	background-size: 100% auto;
}

.header-bottom.label02 {
	background: url(/sp/tepra_labeling/label02/images/bg_header_sp.png) #f8e7e6 no-repeat;
	background-position:  top;
	background-size: 100% auto;
}

.header-bottom.label03 {
	background: url(/sp/tepra_labeling/label03/images/bg_header_sp.png) #f8e7e6 no-repeat;
	background-position:  top;
	background-size: 100% auto;
}

.header-bottom.label04 {
	background: url(/sp/tepra_labeling/label04/images/bg_header_sp.png) #f8e7e6 no-repeat;
	background-position:  top;
	background-size: 100% auto;
}

.header-bottom.label05 {
	background: url(/sp/tepra_labeling/label05/images/bg_header_sp.png) #f8e7e6 no-repeat;
	background-position:  top;
	background-size: 100% auto;
}

.header-bottom-inner {
	width:90%;
	margin: 30px auto 0;
	padding:80% 0 5%;
}

.header-catch span {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	background:#FFF;
	border: 1px solid #3c3c3c;
	padding:3%;
	margin-bottom: 20px;
	text-align:left;
}

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

.header-catch br,
.header-catch-sub br {display:none;}

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

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

.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: 15px;
	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 {
	width:100%;
}

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

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

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

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





/*-------------------------------------------------------------------------------- scroll start */
.sp-menu {
	display:none;
	width:55px;
	height:55px;
	background:url(/sp/tepra_labeling/images/common/icon_open.png) no-repeat;
	background-size:cover;
	cursor: pointer;
	margin-left: 20px;
}

.sp-menu.sp-trans {
	display:block;
}

.sp-menu.active {
	background:url(/sp/tepra_labeling/images/common/icon_close.png) no-repeat;
	background-size:cover;
}

.float-menu-list {
	transition:0.5s;
}

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

.float-menu-list.sp-trans nav {
	display:none;
}

.float-menu-list.sp-trans nav.active {
	display:block;
}

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

.float-menu-list.sp-trans .sns-list {
	align-items: center;
}

.header-bottom.sp-trans {
	margin-top: 400px;
}

.header-bottom-faq.sp-trans {
	margin-top: 400px;
}
/*-------------------------------------------------------------------------------- scroll end */





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

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

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

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

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

.gt-intro {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}

.gt-item-list {
	display: flex;
	flex-wrap: wrap;
}

.gt-item-disc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5% 5% 3% 5%;
	transition: 0.3s;
	cursor: pointer;
	margin-bottom: 25px;
}

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

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

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

.gt-item-name {
	font-size: 16px;
}

.gt-item-name.tepra-name {
	font-size: 18px;
}

.gt-item-spec {
	font-size: 12px;
	line-height: 1.6;
	margin: 10px 0 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:100%;
}

.gt-item-disc-photo {
	width:48%;
}

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

.footer-bottom {
	background: #646464;
}

.footer-bottom-inner {
	width: 90%;
	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 */