@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body {
	line-height: 1.4;
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
/*----------------------------------------------------

 outline

----------------------------------------------------*/
#header {
	background: #000;
	position: relative;
}
#wrapper.col1 {
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#container {
		margin-top: 47px;
	}
	#wrapper.col1 {
		margin-top: 45px;
	}
}
#wrapper.col2 {
	max-width: 1050px;
	margin: 30px auto 0;
	padding: 0 15px;
}
#wrapper.col2:after {
	content: '';
	display: table;
	clear :both;
}
#wrapper.col1 #main {
	margin: 0 auto;
}
#wrapper.col2 #main {
	float: left;
	width: 75%;
	margin-bottom: 100px;
}
#side {
	float: right;
	width: 22%;
}
#footer {
	text-align: center;
}
.container {
	max-width: 1070px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
}
.container.more {
	max-width: 1048px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
}
#wrapper.col2 .container {
	width: 100%;
}

/*sp*/
@media screen and (max-width: 767px) {
	#wrapper.col2 #main {
		float: none;
		width: 100%;
	}
	#wrapper.col2 {
		padding: 20px 15px;
	}
}

/*----------------------------------------------------

	header

----------------------------------------------------*/
.header-top {
	padding: 15px 0;
}
.header-logo-img,
.header-logo-text {
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
	.header-logo-text img {
		height: 35px;
		width: auto;
	}
}
.header-logo-img {
	margin-right: 17px;
}
.header-aside {
	overflow: hidden;
	text-align: right;
}
.global-nav {
	background: #333;
}
.global-nav-menu .menu-item ,
.global-nav-menu .gnav__label {
	position: relative;
	color: #e1bd85;
	font-weight: bold;
	cursor: pointer;
}
.global-nav-menu .gnav__label {
	display: inline-block;
}
.global-nav-menu .gnav__label.arrow {
	padding-right: 25px;
}
.global-nav-menu .gnav__label.arrow:after {
	content: url(../img/ico_arrow01.png);
	position: absolute;
	top: -3px;
	right: 0;
}
.global-nav-menu .sub {
	font-weight: normal;
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	padding: 2px 0 0;
	color: #9a8461;
}


.global-nav-menu .gnav__list-2nd {
	position: absolute;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	top: 55px;
	left: 0;
	border: 1px solid #000;
	width: 230px;
	text-align: center;
	z-index: 11;
}
.global-nav-menu .gnav__list-2nd:before {
	content: "";
	position: absolute;
	left: 20px;
	top: -12px;
	border-bottom: 12px solid #000;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.global-nav-menu .gnav__list-2nd:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -11px;
	border-bottom: 12px solid #333;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.global-nav-menu .menu-item:hover .gnav__list-2nd {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
.global-nav-menu .gnav__item-2nd a {
	display: block;
	padding: 15px;
	background: #333;
	color: #e1bd85;
	text-align: left;
	border-bottom: 1px solid #5c5c5c;
}
.global-nav-menu .gnav__item-2nd a:hover {
	background:#504a41;
}


/*pc*/
@media screen and (min-width:768px) {
	.header-top {
		padding-bottom: 30px;
	}
	.header-logo {
		float: left;
		margin-top: 16px;
		margin-bottom: 6px;
	}
	.global-nav .container {
		position: relative;
	}
	.nav-top-menu {
		position: absolute;
		top: -90px;
		right: 15px;
	}
	.global-nav-menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.global-nav-menu {
		margin: 0 auto;
		height: 71px;
	}
	.global-nav-menu .sub {
		display: block;
	}
	.global-nav-menu .menu-item ,
	.global-nav-menu .gnav__label {
		text-align: center;
	}
	.global-nav-menu .gnav__label.arrow {
		pointer-events: none;
	}
	.global-nav-menu .gnav__list-2nd {
		display: block !important;
	}
}

/*tab*/
@media screen and (min-width:768px) and (max-width: 1020px) {
	.global-nav-menu .gnav__label.arrow {
		padding-right: 15px;
	}
	.global-nav-menu .gnav__label {
		font-size: 13px;
	}
}

/*sp*/
@media screen and (max-width:767px) {
	.header-logo {
		float: none;
		margin-top:	0;
	}
	.header-logo-img {
		margin-right: 5px;
		width: 100px;
	}
	.header-logo-text {
		width: 130px;
		vertical-align: top;
	}
	.global-nav-menu .gnav__label {
		display: block;
	}
	.global-nav-menu .menu-item {
		margin-left: -15px;
		margin-right: -15px;
	}
	.global-nav-menu .menu-item {
		border-top: 1px solid #5c5c5c;
	}
	.global-nav-menu .menu-item:last-child {
		border-bottom: 1px solid #5c5c5c;
	}
	.global-nav-menu .menu-item .gnav__label ,
	.global-nav-menu .menu-item a {
		display: block;
		padding: 20px 15px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	.global-nav-menu .sub {
		padding: 1px 10px 0;
	}
	.global-nav-menu .gnav__label.arrow:after {
		top: 50%;
		right: 15px;
		margin-top: -15px;
		transition: .3s;
	}
	.global-nav-menu .gnav__label.is-open.arrow:after {
		margin-top: -9px;
		transform: rotate(-180deg);
	}
	.global-nav-menu .gnav__list-2nd {
		position: static;
		display: block;
		border: none;
		width: 100%;
		text-align: center;
		visibility: visible;
		opacity: 1;
		display: none;
	}
	.global-nav-menu .gnav__list-2nd a {
		font-weight: normal;
		padding-left: calc(1em + 15px);
		border-bottom: 0;
	}
	.global-nav-menu .gnav__list-2nd:before,
	.global-nav-menu .gnav__list-2nd:after {
		content: none;
	}
}

/*-------------add renewal 190724 */
.header-top-navi a {
	font-size: 13px;
	color: #e1bd85;
}
.header-top-navi ul a:hover {
	text-decoration: underline;
}
.header-top-navi ul:after {
	content: "";
	clear: both;
	display: block;
}

/*pc*/
@media screen and (min-width:768px) {
	.header-top-navi {
		text-align: right;
		margin-top: 10px;
	}
	.header-top-navi ul {
		margin-left: auto;
		display: inline-block;
	}
	.header-top-navi ul li {
		float: left;
		margin-left: 20px;
	}
	.header-top-navi a {
		font-size: 12px;
		font-weight: bold;
	}
}

/*sp*/
@media screen and (max-width:767px) {
	.header-top-navi {
		margin-top: 20px;
	}
	.header-top-navi li {
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}
	.global-nav {
		position: fixed;
		z-index: 100;
		overflow-y: scroll;
		max-height: calc(100% - 50px);
		top: -100%;
		transition: .5s;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	.nav-open .global-nav {
		top: 45px;
	}
	.nav-open .global-nav .close {
		text-align: center;
		padding: 40px 0;
	}

	.header-top {
		position: fixed;
		width: 100%;
		background: #000;
		z-index: 11;
		padding: 12px 0 8px;
		top: 0;
	}
	.nav-open .header-top {
		background: #333;
	}

	.hamburger {
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 49px;
	}
	.global-nav__list {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.global-nav__item {
		text-align: center;
		padding: 0 14px;
	}
	.global-nav__item a {
		display: block;
		padding: 8px 0;
		border-bottom: 1px solid #eee;
		text-decoration: none;
		color: #111;
	}
	.global-nav__item a:hover {
		background-color: #eee;
	}
	.hamburger__line {
		position: absolute;
		left: 11px;
		width: 20px;
		height: 2px;
		background-color: #e1bd85;
		transition: all .6s;
	}
	.hamburger__line--1 {
		top: 14px;
	}
	.hamburger__line--2 {
		top: 22px;
	}
	.hamburger__line--3 {
		top: 30px;
	}
	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 1;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}
	/* 表示された時用のCSS */
	.nav-open .global-nav {
		right: 0;
	}
	.nav-open .black-bg {
		opacity: .8;
		visibility: visible;
	}
	.nav-open .hamburger__line--1 {
		transform: rotate(45deg);
		top: 21px;
	}
	.nav-open .hamburger__line--2 {
		width: 0;
		left: 50%;
	}
	.nav-open .hamburger__line--3 {
		transform: rotate(-45deg);
		top: 21px;
	}

}

/*////add renewal 190724 */




.scroll .fixed-global-nav {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 64px;
	background: #191919;
	z-index: 100;
}

.fixed-global-nav {
	display: none;
}
.fixed-global-nav-wrapper {
	display: table;
	max-width: 1020px;
	margin: 0 auto;
}
.fixed-global-nav .fixed-logo {
	display: table-cell;
	width: 180px;
	vertical-align: middle;
}
.fixed-global-nav .nav-wrapper {
	display: table-cell;
	width: 840px;
}
.fixed-global-nav-menu {
	display: table;
	width: 840px;
	height: 64px;
	margin: 0 auto;
}
.fixed-global-nav-menu .menu-item {
	display: table-cell;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/gnav_fixed.gif) no-repeat;
}
.fixed-global-nav-menu .menu-item .gnav__label {
	position: relative;
	display: block;
	width: 120px;
	height: 64px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
		cursor: pointer;
}
.fixed-global-nav-menu .item01 { background-position: 0 0;}
.fixed-global-nav-menu .item02 { background-position: -120px 0;}
.fixed-global-nav-menu .item03 { background-position: -240px 0;}
.fixed-global-nav-menu .item04 { background-position: -360px 0;}
.fixed-global-nav-menu .item05 { background-position: -480px 0;}
.fixed-global-nav-menu .item06 { background-position: -600px 0;}
.fixed-global-nav-menu .item07 { background-position: -720px 0;}

.fixed-global-nav-menu .menu-item .gnav__label:hover {
	background: url(../img/icon_gnav_hover.png) no-repeat center 41px;
}


.fixed-global-nav-menu .gnav__list-2nd {
	position: absolute;
	top: 46px;
	font-size: 12px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.fixed-global-nav-menu .menu-item:hover .gnav__list-2nd {
	top: 50px;
	opacity: 1;
	visibility: visible;
	height: auto;
	overflow: hidden;
	z-index: 2;
}
.fixed-global-nav-menu .gnav__item-2nd {
	width: 120px;
	text-align: center;
}
.fixed-global-nav-menu .menu-item + .menu-item {
    margin-top: 1px;
}
.fixed-global-nav-menu .gnav__item-2nd a {
	display: block;
	padding: 12px 3px;
	color: #000;
	line-height: 1.4;
	background: #bca787;
}
.fixed-global-nav-menu .gnav__item-2nd a:hover {
	color: #000;
	background:#fff;
}
























.header-guidance-inquiry {
	display: inline-block;
}
.header-guidance-inquiry-title {
	margin-bottom: 10px;
}
.header-aside .inquiry-btn {
	display: inline-block;
	vertical-align: top;
}

.page-heading {
	border-bottom: 1px solid #ccc;
}
.page-heading .container {
	height: 170px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1020px){
	.page-heading .container {
		background-position: right -20vw bottom;
	}
}
.page-heading .container.faq {
	background-image: url(../img/bg-heading-faq.png);
	background-position: right 15px bottom;
	background-size: auto 85%;
}
.page-heading .container.products {
	background-image: url(../img/bg-heading-products.png);
}
.page-heading .container.tips {
	background-image: url(../img/bg-heading-tips.png);
}


.page-heading .heading-lv1:first-letter {
	color: #7f5b13;
}
.page-heading .heading-lv1 .main {
	font-size: 42px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	vertical-align: middle;
}
.page-heading .heading-lv1 .sub {
	font-weight: bold;
	padding-left: 20px;
	vertical-align: middle;
	padding-top: 5px;
	display: inline-block;
}

.heading-lv2-wrap {
	background-color: #333;
	padding: 20px;
	margin-bottom: 40px;
}
.heading-lv2-wrap .heading-lv2 {
	color: #e1bd85;
	font-weight: bold;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.heading-lv2-wrap {
		padding: 10px 3%;
		margin-bottom: 5%;
	}
	.heading-lv2-wrap .heading-lv2 {
		font-size: 16px;
	}
}

.heading-lv3 {
	color: #e1bd85;
	font-weight: bold;
	font-size: 18px;
	padding: 15px 15px 15px 35px;
	background-color: #333;
	background-image: url(../img/section-title03_bg.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.heading-lv3 {
		padding: 10px 3% 10px 20px;
		margin-bottom: 5%;
		font-size: 14px;
		background-size: 3px auto;
		background-position: 10px center;
	}
}

.heading-lv4 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.heading-lv4 {
		font-size: 14px;
	}
}


/*pc*/
@media screen and (min-width:768px) {
	.header-guidance-inquiry-phone {
		display: inline-block;
		margin-right: 35px;
	}
/*	.page-heading {
		margin-top: -42px;
	}
	.page-heading .heading-lv1 {
		margin-top: 37px;
	}*/
}
/*tab*/
@media screen and (min-width:768px) and (max-width: 1020px) {
	.header-guidance-inquiry-phone {
		margin-right: 10px;
	}
}
/*sp*/
@media screen and (max-width:767px) {
	.header-guidance-inquiry {
		display: block;
		width: 100%;
	}
	.header-aside {
		padding: 10px 0 5px;
	}
	.header-guidance-inquiry-body {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header-aside .inquiry-btn {
		padding-left: 10px;
		width: 220px;
	}
	.header-aside .inquiry-btn a {
		background: #574d3f;
		border-color: #ffd38f;
		color: #ffd38f;
		padding: 10px;
	}
	.page-heading .container {
		background-size: auto 100%;
		height: 90px;
		background-position: right -6vw bottom;
	}
	.page-heading .container.faq {
		background-size: 40% auto;
	}
	.page-heading .container.products {
		background-image: url(../img/bg-heading-products_sp.png);
	}
	.page-heading .heading-lv1 .main {
		font-size: 30px;
	}
	.page-heading .heading-lv1 .sub {
		display: block;
		padding: 0;
		font-size: 12px;
	}
}
/*sp small*/
@media screen and (max-width:374px) {
	.header-aside .inquiry-btn a {
		font-size: 11px;
	}
}

/*---------------------------------------------------- bread */
.bread {
	max-width: 1050px;
	margin: 13px auto;
	padding: 0 15px;
}
.bread,
.bread a {
	color: #221815;
}
.bread a {
	text-decoration: underline;
}
.bread a:hover {
	text-decoration: none;
}
.bread-list {
	font-size: 12px;
}
.bread-list li {
	display: inline-block;
	margin-right: 12px;
}
.bread-item:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: bold;
	content: "\f105";
	margin-right: 14px;
}

/*----------------------------------------------------

	side

----------------------------------------------------*/
.side-bnr {
	text-align: center;
}
.side-bnr li {
	margin-bottom: 28px;
}
.side-content {
	margin-bottom: 55px;
}
.side-content-title {
	margin-bottom: 4px;
	padding-bottom: 22px;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
}
.side-list01 li {
	padding: 12px;
	font-size: 14px;
	line-height: 1.3;
	border-bottom: 1px solid #d7d7d7;
}
.side-list01 a {
	color: #000;
	transition: .5s;
}
.side-list01 a:hover {
	color: #908067;
}
.side-information-list {
	padding-top: 20px;
}
.side-information-list li {
	margin-bottom: 15px;
}
.side-information-thumb {
	float: left;
	width: 80px;
	margin-right: 10px;
}
.side-information-text {
	font-size: 12px;
	line-height: 1.5;
}
.on-thumb .side-information-text {
	margin-left: 90px;
}
.side-information-text .post-category-icon span {
	padding: 1px 15px;
	font-size: 10px;
}
.on-thumb .side-information-text .post-category-icon {
	margin-bottom: 5px;
}
.side-information-title {
	font-size: 14px;
	line-height: 1.3;
}
.no-thumb .side-information-title {
	margin-bottom: 5px;
}
.side-information-title a {
	color: #000;
	font-weight: bold;
	transition: .5s;
}
.side-information-title a:hover {
	color: #908067;
}
.side-information-date {
	font-size: 10px;
	color: #878787;
}

/*----------------------------------------------------

	footer

----------------------------------------------------*/
.footer-banner {
	max-width: 1090px;
	margin: 90px auto 70px;
	padding: 0 25px;
	box-sizing: border-box;
}
.footer-top {
	background: #333;
	padding: 50px 0;
}

.footer-menu > li {
	text-align: left;
	margin-bottom: 35px;
}
.footer-menu > li > a {
	color: #e1bd85;
	font-size: 14px;
	font-weight: bold;
	transition: .5s;
}
.footer-menu > li .child a {
	color: #aa8a5a;
	font-size: 14px;
}
.footer-menu > li .child a:hover {
	text-decoration: underline;
}
.footer-menu > li .child li {
	margin-top: 15px;
	padding-left: 13px;
}
.footer-top-column a:hover {
	color: #908067;
}
.footer-menu > li > a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	margin-right: .5em;
}
.footer-menu > li.privacy a {
	font-weight: normal;
}
.footer-menu > li.privacy > a:before {
	content: none;
}
.footer-top-logo {
	margin-bottom: 30px;
}
.footer-guidance-inquiry-title {
	font-size: 14px;
	color: #e1bd85;
	border-bottom: 1px solid #aa8a5a;
	padding-bottom: 20px;
	font-weight: bold;
}
.footer-guidance-inquiry-phone {
	margin: 40px 0;
	text-align: left;
}
.footer-guidance-inquiry-phone > p {
	color: #e1bd85;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
.footer-bottom {
	padding: 10px 0 10px;
	background: #000;
}
.footer-bottom .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-bottom .copy {
	color: #7e633a;
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -0.05em;
}


/*PC*/
@media screen and (min-width:768px) {
	.footer-top .container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.footer-top-column.is-cols01 {
		width: 31%;
		padding-right: 80px;
		box-sizing: border-box;
	}
	.footer-top-column.is-cols02 {
		border-left: 1px solid #aa8a5a;
		width: 69%;
		padding-left: 80px;
		box-sizing: border-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
}

/*tab*/
@media screen and (min-width:768px) and (max-width: 1020px) {
	.footer-top-column.is-cols01 {
		padding-right: 5%;
	}
	.footer-top-column.is-cols02 {
		padding-left: 5%;
	}
}

/*sp*/
@media screen and (max-width:767px) {
	.footer-top-column.is-cols02 {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #aa8a5a;
	}
	.footer-menu {
		display: inline;
	}
	.footer-menu > li {
		display: inline-block;
		width: 49%;
	}
	.footer-menu > li.onecol {
		display: block;
		width: 100%;
	}
	.footer-menu > li.sp-onecol-mbl {
		display: block;
		margin-bottom: 80px;
		width: 100%;
	}
	.footer-menu > li.privacy {
		display: block;
		margin-bottom: 0;
	}
	.footer-menu > li .child {
		display: none;
	}
	.footer-top-column.is-cols01 {
		max-width: 235px;
		text-align: center;
		margin: auto;
	}
	.footer-guidance-inquiry-phone {
		text-align: center;
	}
	.footer-logo {
		width: 80px;
	}
}


/*----------------------------------------------------

	util

----------------------------------------------------*/
.l-table {
	display: table;
	width: 100%;
}
.l-table-item {
	display: table-cell;
	vertical-align: top;
}
.l-float:after {
	content: "";
	clear: both;
	display: block;
}
.l-float-item {
	float: left;
}

.section01.is-bg01,
.section02.is-bg01 {
	background: #f2f2f2;
}
.section01.is-bg02,
.section02.is-bg02 {
	background: #fff;
}
.section01 {
	padding: 55px 0 70px;
}
.section02 {
	position: relative;
	padding: 73px 0 85px;
}
.section02:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -64px;
	border: 64px solid transparent;
	border-top: 37px solid #fff;
}
.section02.is-bg01:before {border-top: 37px solid #fff;}
.section02.is-bg02:before {border-top: 37px solid #f2f2f2;}

.section01 .section-title,
.section02 .section-title {
	margin-bottom: 27px;
	text-align: center;
}
.section01 .section-copy,
.section02 .section-copy {
	text-align: center;
}
.section01 .section-desc,
.section02 .section-desc {
	padding: 0 20px;
	font-size: 14px;
	line-height: 2;
}
.section03 {
	padding: 0 0 70px;
}

.top-indent-header01 {
	margin-top: 20px;
}

.section-title-wrap {
	background: url(../img/section-title_bg.png) no-repeat top center;
	text-align: center;
	padding-top: 1.3rem;
}
.section-title-wrap .section-title-lv2 {
	font-size: 42px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.section-title-wrap .section-title-lv3 {
	font-size: 28px;
	font-weight: bold;
}
.section-title-wrap .section-title-lv2:first-letter {
	color: #7f5b13;
}
.section-title-wrap .sub{
	display: block;
	font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width:767px) {
	.section-title-wrap .section-title-lv2 {
		font-size: 30px;
	}
}


@media screen and (max-width:767px) {
	.main-wrap{
		padding-top: 45px;
	}
}


/*-------------
add 190806 TOPpage
--------------*/
.mainvisual {
	background: #000;
}
.tab-items {
	border-bottom: 1px solid #ccc;
}
.tab-items ul {
	max-width: 1020px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.tab-items li {
	width: 50%;
	text-align: center;
	padding: 4px 2px;
}
.tab-items a {
	background-color: #333;
	color: #e1bd85;
	display: block;
	font-weight: bold;
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab-items a.is-active {
	background-color: #fff;
	color: inherit;
	border: 1px solid #ccc;
	border-bottom: none;
	height: 55px;
	margin-bottom: -5px;
}
.tab-items a:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f078";
	margin-left: 1%;
	margin-top: -3px;
}
.tab-items a.is-active:after {
	content: none;
}
.tab_section .container {
	position: relative;
}
.tab_contents {
	transition: .3s;
}
.tab_contents:not(.is-open) {
	opacity: 0;
	display: none;
}
.tab_contents.is-open {
	opacity: 1;
}
.tab_section {
	border-bottom: 1px solid #ccc;
}
.banner_section ul {
	margin-top: 30px;
}
.technology_list {
	padding: 0 15px;
	margin: 30px auto;
	max-width: 1465px;
}
.technology_list a img{
	width: 100%;
}


/*------------  component --------------*/
.pcnone {
	display: none !important;
}
.spnone {
	display: none !important;
}

@media screen and (min-width:768px) {
	.spnone {
		display: block !important;
	}
}

@media screen and (max-width:767px) {
	.pcnone{
		display: block !important;
	}
}

.l-flex-grid-4-2 ,
.l-flex-grid-2-1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.l-flex-grid-4-2 > * {
	width: 25%;
	padding: 10px;
}
.l-flex-grid-2-1 > * {
	width: 50%;
	padding: 10px;
}
@media screen and (max-width:767px) {
	.l-flex-grid-4-2 > * {
		width: 50%;
	}
	.l-flex-grid-2-1 > * {
		width: 100%;
	}
}

.inquiry-btn a {
	display: block;
	padding: 13px 15px;
	background-color: #2e2516;
	font-weight: bold;
	color: #e1bd85;
	border: 1px solid #e1bd85;
	transition: .3s;
	font-size: 13px;
	text-align: center;
}
.inquiry-btn.color02 a {
	background-color: #574d3f;
	border-color: #ffd38f;
}
.inquiry-btn a:hover {
	background-color: #e1bd85;
	color: #000;
	border: 1px solid #e1bd85;
}

.series-list {
	margin-top: 50px;
}
.series-list.lastborder {
	border-bottom: 1px solid #ccc;
}
.series-list li {
	padding-bottom: 30px;
}
.series-list li:after {
	clear: both;
	content: "";
	display: block;
}
.series-list li:not(:last-child) {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.series-list a {
	color: inherit;
	display: block;
	transition: .3s;
}
.series-list a:hover {
	opacity: .8;
}
.series-list .series-image {
	text-align: center;
}
.series-list .series-title {
	font-size: 20px;
	font-weight: bold;
	color: #a3700a;
}
.series-list .series-text {
	font-size: 14px;
}
@media screen and (min-width: 768px) {
	.series-list .series-image {
		width: 200px;
		float: left;
		margin-right: 30px;
	}
	.series-list .series-title {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.series-list .series-product {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.series-list .series-image {
		width: 48%;
	}
	.series-list .series-title {
		width: 48%;
	}
	.series-list .series-text {
		margin-top: 20px;
	}
}

.section03:not(:last-of-type) {
	padding: 0 0 30px;
}


.anchor-list-4col {
	margin-bottom: 50px;
}
.anchor-list-4col li {
	margin-bottom: 15px;
}
.anchor-list-4col a {
	color: inherit;
	display: block;
	border: 1px solid #ccc;
	padding: 20px 15px 28px;
	background: url(../img/ico_arrow01.png) no-repeat bottom 12px center;
	transition: .3s;
	height: 100%;
}
.anchor-list-4col a:hover {
	opacity: .8;
	background-position: bottom 8px center;
}
.anchor-list-4col .c-ttl-01 {
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.anchor-list-4col li {
		width: 23%;
	}
	.anchor-list-4col ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
}

.features-area dt,
.function-box dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.features-area dd,
.function-box dd {
	font-weight: bold;
}
.features-area ul {
}
.features-area li,
.function-box li{
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.features-area .content {
		margin-top: 5%;
	}
	.features-area dt,
	.function-box dt {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.features-area li,
	.function-box li {
		font-size: 14px;
	}
}

.movie-responsive {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 30px;
}
.movie-responsive iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.c-pc3col-list > *{
	margin-bottom: 3.5%;
}
@media screen and (min-width: 768px) {
	.c-pc3col-list{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -1.5%;
	}
	.c-pc3col-list > *{
		width: 33.333333%;
		padding: 0 1.5%;
	}

}

.img-left { margin-bottom: 15px; }
.img-right { margin-bottom: 15px; }
@media screen and (min-width: 768px) {
.img-left { float: left; margin-right: 25px; }
.img-right { float: right; margin-left: 25px; }
}


.tips_contents p {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}
.tips_contents article ul {
	list-style: disc;
	padding-left: 1.5em;
	margin: 15px 0;
}
.tips_contents {
	padding-bottom: 70px;
}
.tips_contents_section:first-of-type {
	padding-top: 50px;
}
.tips_contents_section {
	padding-bottom: 50px;
}
.tips_contents_section:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 767px) {
	.tips_contents p {
		font-size: 14px;
	}
}


.technology_list .category-thumb,
.products-archive-category-list .category-thumb{
	border: 1px solid #ccc;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	transition: .3s;
}
.technology_list .category-thumb:before {
	width: 17px;
	height: 32px;
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -16px;
	background: url(../../img/index/ico_arrow.png);
	-webkit-background-size: contain;
	background-size: contain;
	content: "";
}
.technology_list .category-thumb:hover,
.products-archive-category-list  .category-thumb:hover {
	opacity: .6;
}
.technology_list .category-thumb .textwrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: calc(50% - 3em);
}
.products-archive-category-list  .category-thumb .textwrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: calc(50% - 0.65em);
}
.technology_list .category-thumb .ttl {
	font-size: 20px;
	font-weight: bold;
	color: #7f5b13;
	text-align: center;
	margin-bottom: 20px;
}
.products-archive-category-list  .category-thumb .ttl {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.technology_list .category-thumb .txt {
	color: #333;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.technology_list .category-thumb .ttl {
		margin-bottom: 5px;
	}
	.technology_list .category-thumb:before {
		width: 8px;
		height: 16px;
		right: 3%;
		margin-top: -8px;
	}
	.technology_list .category-thumb .textwrap {
		top: calc(50% - 2.5em);
	}
	.technology_list .category-thumb > a>img,
	.products-archive-category-list .category-thumb > a,
	.products-archive-category-list .category-thumb >a>img {
		width: 100%;
	}
}

.faq-content__header .anchor {
	text-align: right;
	font-size: 14px;
}
.faq-content__header .anchor a {
	color: #333;
	text-decoration: underline;
}
.faq-content__header .anchor a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.faq-content__header .anchor {
		font-size: 11px;
	}
}

.section-information-single .post-body ul li {
	list-style: disc;
	margin-left: 1.5em;
}
.section-information-single .post-body table {
	width: 100% !important;
	border-collapse: collapse;
	margin: 25px 0;
}
.section-information-single .post-body th ,
.section-information-single .post-body td {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
}
.section-information-single .post-body th {
	background-color: #eee;
}

@media screen and (max-width: 767px) {
	.slide-bnr-list-sp .owl-item img {
		display: block;
		width: 100%;
		height: auto;
	}
	.owl-carousel {
		touch-action: manipulation;
	}
}