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

	トップページ 	top

------------------------------------------------------*/
/*    COMMON  &   MAINIMAGE
-------------------------------*/

/*mainimage*/
#top #mainimage {
	padding: 0 6rem 6rem;
	position: relative;
}

#top #mainimage:after {
	content: '';
	width: 760px;
	height: 420px;
	background: #71afd0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#top #mainimage .mv_inner {
	width: 100%;
	height: 765px;
	background: url(../Image/top/img_mv.jpg) no-repeat right / cover;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	max-height: 100vh;
}

#top #mainimage .mv_txt {
	/*margin-left: 12rem;*/
	margin-left: 12rem;
	margin-bottom: 6rem;
	color: #2d3639;
}

#top #mainimage .mv_txt .main {
	/*font-size: 6.4rem;
	line-height: 1.48;*/
	font-size: 5rem;
	line-height: 1.4;
}

#top #mainimage .mv_txt .sub {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.22;
	margin-top: 3rem;
}

#top .ttl_box.center {
	text-align: center;
}

#top .ttl_box .ttl_en {
	margin-bottom: 1.6rem;
}

/*    SECTION 01 concept
-------------------------------*/
#top .concept {
	position: relative;
	padding-bottom: 496px;
	padding-top: 140px;
}

.img_bg {
	position: absolute;
}

.img_bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#top .concept .img_bg.img01 {
	left: 6rem;
	top: 4rem;
	width: 34.5%;
	height: 893px;
	z-index: -1;
}

#top .concept .img_bg.img02 {
	width: 24%;
	min-width: 350px;
	position: absolute;
	right: 10rem;
	bottom: 0;
}

#top .concept .concept_wrap {
	position: relative;
}

#top .concept .concept_wrap:before {
	content: 'Concept';
	font-size: 25rem;
	color: #313a29;
	opacity: 0.1;
	font-weight: 700;
	line-height: 0.8;
	position: absolute;
	bottom: -288px;
	left: -9.2rem;
	font-family: 'Arimo', sans-serif;
	z-index: 10;
	letter-spacing: 0;
}

#top .concept .ttl_01 {
	line-height: 1.5;
	margin-bottom: 4.5rem;
}

#top .concept .txt_box {
	width: 51%;
	margin-left: auto;
	padding-top: 6rem;
}

#top .concept .txt_box .btn {
	margin-top: 4.3rem;
}

#top .concept .img_box {
	position: absolute;
	width: 49%;
	left: -35px;
	padding-right: 65px;
}

@media print,
screen and (min-width : 992px) {}

/*    SECTION 02 product
-------------------------------*/
#top .product {
	padding-top: 0;
}

.product .product_list {
	flex-wrap: wrap;
	display: flex;
	margin-top: 4rem;
}

.product .product_list li {
	width: calc((100% - 6rem) / 3);
	margin-right: 3rem;
	position: relative;
	padding-right: 1rem;
	padding-top: 1rem;
}

.product .product_list li:nth-child(3n) {
	margin-right: 0;
}

.product .product_list li:not(:nth-child(-n+3)) {
	margin-top: 4.3rem;
}

.product .product_list li:nth-child(2),
.product .product_list li:nth-child(5),
.product .product_list li:nth-child(8),
.product .product_list li:nth-child(11),
.product .product_list li:nth-child(14) {
	transition-delay: 0.3s;
}

.product .product_list li:nth-child(3),
.product .product_list li:nth-child(6),
.product .product_list li:nth-child(9),
.product .product_list li:nth-child(12),
.product .product_list li:nth-child(15) {
	transition-delay: 0.6s;
}

.product .product_list li .inner {
	display: block;
	position: relative;
}

.product .product_list li .inner:after {
	content: '';
	background: url(../Image/common/icon_chevron.png) no-repeat center / contain;
	width: 30px;
	height: 8px;
	position: absolute;
	right: 3rem;
	bottom: 1.1rem;
	transition: 0.4s ease-in-out;
}

.product .product_list .img_thumb {
	border-radius: 50%;
	border: solid 1px #71afd0;
	overflow: hidden;
	position: absolute;
	top: -1rem;
	right: -1rem;
	width: 18rem;
	height: 18rem;
	z-index: 1;
}

.product .product_list .img_thumb img {}

.product .product_list .img_product {
	border: solid 1px #dddddd;
	overflow: hidden;
}

.product .product_list .img_product img {
	transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.product .product_list .txt_box {
	margin-top: 2.4rem;
}

.product .product_list .product_ttl {
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: 0.55rem;
}

.product .product_list .product_info {
	margin-top: 0.65rem;
}

@media print,
screen and (min-width : 992px) {
	.product .product_list li .inner:hover:after {
		right: 1rem;
	}

	.product .product_list li .inner:hover .img_product img {
		transform: scale(1.07);
	}
}

/*    SECTION 03 news
-------------------------------*/
#top .news {
	padding-top: 0;
	min-height: 541px;
}

#top .news .news_wrap {
	position: relative;
}

#top .news .img_bg {
	width: 45.5%;
	height: 541px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#top .news .news_box {
	width: 52%;
	margin-left: auto;
	display: flex;
	align-items: flex-start;
	padding-top: 3rem;
}

#top .news .news_box .ttl {
	font-size: 4rem;
	padding-right: 13.2rem;
	position: relative;
	display: inline-block;
	margin-bottom: 2rem;
}

#top .news .news_box .ttl:after {
	content: '';
	height: 1px;
	width: 5rem;
	background: #71afd0;
	position: absolute;
	right: 6rem;
	top: 50%;
}

#top .news .news_box .list_wrap {
	width: 70%;
}

.news_list li {
	border-bottom: solid 1px #ddd;
}

.news_list li .inner {
	display: block;
	padding: 2rem 0 1.3rem;
	transition: 0.4s ease-in-out;
}

.news_list .news_date {
	color: #71afd0;
	font-family: 'Arimo', sans-serif;
	line-height: 1;
	margin-bottom: 0.9rem;
	font-weight: 400;
}

@media print,
screen and (min-width : 992px) {
	.news_list li .inner:not(span):hover {
		opacity: 0.7;
	}
}

/*    SECTION 05 bottom_sec
-------------------------------*/
#top .bottom_sec {}

#top .bottom_sec .item {
	width: 50%;
}

#top .bottom_sec .item .inner {
	display: block;
	position: relative;
}

#top .bottom_sec .item .inner:after {}

#top .bottom_sec .item .inner .img_box {
	overflow: hidden;
}

#top .bottom_sec .item .inner .img_box img {
	transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
}

#top .bottom_sec .txt_box {
	margin-top: 3rem;
}

#top .bottom_sec .ttl_en {
	margin-bottom: 1.6rem;
}

#top .bottom_sec .ttl_01 {
	font-size: 2.8rem;
	display: inline-block;
	position: relative;
}

#top .bottom_sec .ttl_01:after {
	content: '';
	background: url(../Image/common/icon_chevron.png) no-repeat center / contain;
	width: 30px;
	height: 8px;
	position: absolute;
	right: -6rem;
	bottom: 1.1rem;
	top: 50%;
	margin-top: -4px;
	transition: 0.4s ease-in-out;
}

@media print,
screen and (min-width : 992px) {
	#top .bottom_sec .item .inner:hover .img_box img {
		transform: scale(1.1);
	}

	#top .bottom_sec .item .inner:hover .ttl_01:after {
		right: -8rem;
	}
}

/*-----------------------------------------------------
下層共通CSS
------------------------------------------------------*/
.breadcrumb {
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 2rem;
	padding: 0 6rem;
}

.breadcrumb .breadcrumb_list {
	max-width: 1200px;
	margin: 0 auto;
}

.breadcrumb .breadcrumb_list li {
	display: inline-block;
	position: relative;
}

.breadcrumb .breadcrumb_list li:not(:last-child) {
	margin-right: 0.5rem;
}

.breadcrumb .breadcrumb_list li:not(:last-child):after {
	content: '>';
	display: inline-block;
	margin-left: 0.5rem;
}

.under #mainimage {
	/* padding: 0 6rem; */
	height: 400px;

}

.under #mainimage .mv_inner {
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;

}

.under #mainimage .mv_img {
	width: 100%;
	height: 100%;
	background: url(../Image/common/mainimage.jpg) no-repeat right / cover;
	padding: 0 6rem;
}

.under .mv_ttl {
	line-height: 1;
	transform: translateY(20px);
}

.under .mv_ttl .ttl_en {
	font-family: 'Arimo', sans-serif;
	color: #54656b;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.under .mv_ttl .ttl {
	color: #2d3639;
	margin-top: 1.4rem;
	font-weight: 400;
}

.table_primary tr {
	border-bottom: solid 1px #cdcdcd;
}

.table_primary tr:first-child {
	border-top: solid 1px #cccccc;
}

.table_primary th,
.table_primary td {
	padding: 3.5rem;
}

.table_primary th {
	text-align: left;
	vertical-align: middle;
	width: 25%;
	font-weight: 500;
	position: relative;
}

.table_primary td {
	width: 75%;
}

.txt_bg {
	position: relative;
	padding: 6.5rem 0 2.9rem 6rem;
}

.txt_bg:before {
	content: '';
	height: 100%;
	width: 95px;
	background: #e3f3fb;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.under .lead_box {
	margin-bottom: 7.3rem;
}

@media screen and (min-width : 992px) {}

/*-----------------------------------------------------
コンセプト	concept
------------------------------------------------------*/
#concept #mainimage .mv_img {
	background-image: url(../Image/concept/mainimage.jpg);
}

#concept .sec_top .ttl_01 {
	line-height: 1.5;
}

#concept .sec_top .top_box:nth-child(odd) {
	flex-direction: row-reverse;
}

#concept .sec_top .top_box:not(:first-child) {
	margin-top: 8rem;
}

#concept .sec_top .top_box .txt_box .txt {
	margin-top: 3.5rem;
}

#concept .sec_top .txt_bg {
	padding-top: 5.7rem;
}

#concept .sec_top .inner_main {
	max-width: fit-content;
}

#concept .txt_box p:not(:first-child) {
	margin-top: 1.7rem;
}

#concept .sec_top .top_box.box01 {
	gap: 30px;
	justify-content: center;
}

#concept .sec_top .top_box.box01 .img_box {
	width: fit-content;
}

#concept .sec_top .top_box.box01 .txt_box {
	width: calc((100% - 30px) / 2);
	/* padding-left: 6.2rem;
	padding-top: 4.8rem; */
}

#concept .sec_top .top_box.box02 .txt_box {
	width: 35%;
	padding-right: 8.2rem;
}

#concept .sec_top .top_box.box02 .img_box {
	width: 65%;
	padding-right: 0;
}

#concept .sec_top .top_box.box02 .img_box .txt {
	margin-top: 0.5em;
}

#concept .sec_top .top_box.box02 .img_box .txt {
	margin-top: 0.5em;
}

#concept .sec_top .top_box.box03 .txt_box {
	width: 58%;
	/* padding-left: 8.2rem; */
	padding-right: 8.2rem;
}

#concept .sec_top .top_box.box03 .img_box {
	width: 42%;
}

#concept .movie {
	padding: 0 6rem;
}

#concept .movie .inner_main {
	position: relative;
	z-index: 10;
}

#concept .movie .inner {
	background: #f0f0ef;
	padding: 8rem 0;
	position: relative;
}

#concept .movie .inner:before {
	content: 'Movie';
	font-family: 'Arimo', sans-serif;
	font-size: 25rem;
	line-height: 0.7;
	font-weight: 700;
	color: #dbdbda;
	position: absolute;
	left: 0;
	top: 11.2rem;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	letter-spacing: -0.05em;
	opacity: 0;
	transform: translateY(80px);
	transition-delay: 0.4s;
}

#concept .movie .inner.is-active:before {
	opacity: 1;
	transform: translateY(0);
}

#concept .movie .inner .movie_wrap {
	position: relative;
	padding-top: 7rem;
	padding-bottom: 8rem;
}

#concept .movie .inner .movie_wrap .img_bg {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: 0;
}

#concept .movie .inner .movie_wrap .img_bg:before,
#concept .movie .inner .movie_wrap .img_bg:after {
	background: #f0f0ef !important;
}

#concept .movie .ttl {
	font-family: 'Arimo', sans-serif;
	font-size: 4rem;
	letter-spacing: 0.025em;
	font-weight: 700;
	position: relative;
	text-align: center;
	line-height: 0.8;
}

#concept .movie .ttl:after {
	content: '';
	background: #333;
	width: 6.4rem;
	height: 2px;
	margin: 2.4rem auto 0;
	display: block;
}

#concept .movie .movie_box {
	max-width: 704px;
	margin: 0 auto;
	position: relative;
	margin-top: 5rem;
	background: #fff;
	overflow: hidden;
}

#concept .movie .movie_box a {
	display: block;
}

#concept .movie .movie_btn {
	width: 90px;
	height: 90px;
	background: #71afd0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s ease-out;
	border: solid 1px transparent;
}

#concept .movie .movie_btn:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #ffffff;
	transition: 0.4s ease-out;
}

#concept .movie .movie_box a .movie_thumb {
	transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media print,
screen and (min-width : 992px) {
	#concept .movie .movie_box a:hover .movie_thumb {
		transform: scale(1.1);
	}

	#concept .movie .movie_box a:hover .movie_btn {
		background: #fff;
		border-color: #71afd0;
	}

	#concept .movie .movie_box a:hover .movie_btn:before {
		border-color: transparent transparent transparent #71afd0;
	}
}

#concept .urethane .about .txt_box {
	width: 51%;
}

#concept .urethane .about .txt_box .txt {
	margin-top: 4.3rem;
}

#concept .urethane .about .img_box {
	width: 49%;
	padding-top: 6.5rem;
	text-align: right;
}

#concept .urethane .feature {
	padding: 0 6rem;
	position: relative;
	margin-top: 10rem;
	padding-top: 10rem;
}

#concept .urethane .feature:before {
	content: '';
	width: 100%;
	height: 333px;
	background: #e3f3fb;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#concept .urethane .feature .ttl_01 {
	text-align: center;
}

#concept .urethane .feature .ttl_01:after {
	content: '';
	background: #333;
	width: 6.4rem;
	height: 2px;
	margin: 2.4rem auto 0;
	display: block;
}

#concept .urethane .feature .feature_list {
	counter-reset: number;
	margin-top: 5rem;
}

#concept .urethane .feature .feature_list li {
	width: 31.6%;
}

#concept .urethane .feature .feature_list li:not(:nth-child(3n)) {
	margin-right: 2.6%;
}

#concept .urethane .feature .feature_list li:not(:nth-child(-n+3)) {
	margin-top: 4.3rem;
}

#concept .urethane .feature .feature_list .txt_box {
	margin-top: 2.7rem;
}

#concept .urethane .feature .feature_list .ttl {
	font-size: 2.4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	line-height: 1;
}

#concept .urethane .feature .feature_list .ttl:before {
	counter-increment: number;
	content: counter(number, decimal-leading-zero);
	font-size: 4rem;
	font-weight: 700;
	font-family: 'Arimo', sans-serif;
	color: #71afd0;
	display: block;
	margin-right: 1.5rem;
	line-height: 0.7;
	letter-spacing: 0.025em;
}

/*-----------------------------------------------------
製品紹介	product
------------------------------------------------------*/
#product .product_list {
	margin-top: 0;
}

#product .top_link {
	margin-bottom: 4.8rem;
}

#product .top_link .item:not(:first-child) {
	margin-top: 2.8rem;
}

#product .top_link .ttl {
	font-family: 'Arimo', sans-serif;
	color: #54656b;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1;
	margin-bottom: 1.5rem;
	position: relative;
	padding-left: 2.5rem;
}

#product .top_link .ttl:before {
	content: '';
	width: 2rem;
	height: 1px;
	background: #54656b;
	position: absolute;
	top: 50%;
	left: 0;
}

#product .top_link .cat_list {
	display: flex;
	flex-wrap: wrap;
	padding-left: 2.5rem;
}

#product .top_link .cat_list li:not(:last-child) {
	margin-right: 2rem;
	padding-right: 2rem;
	position: relative;
}

#product .top_link .cat_list li:not(:last-child):after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #ddd;
}

#product .top_link .cat_list li a.current {
	color: #71afd0;
	border-bottom: solid 2px #71afd0;
}

/*詳細*/
#product_detail #mainimage {
	height: auto;
}

#product_detail #mainimage .img_mv {
	height: 650px;
	position: relative;
}

#product_detail #mainimage .img_mv:after {
	content: '';
	width: 44.6%;
	height: 100px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

#product_detail #mainimage .img_mv img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#product_detail .top {
	padding-bottom: 5rem;
}

#product_detail .top_wrap {
	margin-top: -45px;
	padding: 0 6rem;
}

#product_detail .top_wrap .inner {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#product_detail .ttl_area {
	line-height: 1;
	letter-spacing: 0.025em;
}

#product_detail .ttl_area .product_ttl {
	color: #54656b;
	margin-top: 1.4rem;
}

#product_detail .ttl_area .product_ttl .ttl {
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 0.7;
	font-family: 'Arimo', sans-serif;

}

#product_detail .ttl_area .product_ttl .number {
	font-size: 2.4rem;
	font-weight: 400;
}

#product_detail .ttl_area .product_feature {
	color: #54656b;
	margin-top: 2.5rem;
}

#product_detail .breadcrumb {
	padding: 0;
}

#product_detail .img_area .img_box {
	position: relative;
}

#product_detail .img_area .img_box .inner {
	position: relative;
	border: solid 1px #ddd;
}

#product_detail .img_area .img_box img {
	position: absolute;
	top: 0;
	left: 0;
}

#product_detail .img_area .main_img .img_box .inner {
	padding-top: 51.8%;
}

#product_detail .img_area .thumb_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 916px;
	margin: 2rem auto 0;
}

#product_detail .img_area .thumb_img .img_box {
	margin: 0 0.8rem;
	width: 9.3%;
	cursor: pointer;
}

#product_detail .img_area .thumb_img .img_box:nth-child(n+10) {
	margin-top: 1.6rem;
}

#product_detail .img_area .thumb_img .img_box .inner {
	padding-top: 69.7%;
}

#product_detail .img_area .thumb_img .img_box:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.7);
	z-index: 10;
	transition: 0.4s linear;
}

#product_detail .img_area .thumb_img .img_box.thumbnail-current:before {
	opacity: 0;
}

#product_detail .cnt_wrap {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 4.3rem;
}

#product_detail .cnt_wrap .table_wrap {
	margin-top: 4.3rem;
}

#product_detail .cnt_wrap table tr {
	border-bottom: solid 1px #dedfdf;
}

#product_detail .cnt_wrap table tr:first-child {
	border-top: solid 1px #dedfdf;
}

#product_detail .cnt_wrap table th,
#product_detail .cnt_wrap table td {
	padding: 1.3rem 2.5rem;
}

#product_detail .cnt_wrap table th {
	background: #f0f8fc;
	font-weight: 400;
	width: 60%;
	text-align: left;
}

#product_detail .cnt_wrap table td {
	width: 20%;
	text-align: center;
}

#product_detail .cnt_wrap table td:not(:last-child) {
	border-right: solid 1px #dedfdf;
}

#product_detail .cnt_wrap table td.price {
	text-align: right;
}

#product_detail .cnt_wrap .btn_wrap {
	margin-top: 5rem;
	display: flex;
	justify-content: center;
}

#product_detail .cnt_wrap .btn {
	margin: 0 2rem;
}

#product_detail .cnt_wrap .btn .btn_primary {
	width: 24rem;
}

#product_detail .sec_feature {}

#product_detail .feature_list {
	position: relative;
}

#product_detail .feature_list:before {
	content: 'Features';
	color: rgba(49, 58, 41, 0.08);
	font-size: 16rem;
	font-family: 'Arimo', sans-serif;
	position: absolute;
	left: -6rem;
	top: -9.3rem;
	z-index: -1;
	font-weight: 700;
	line-height: 0.7;
}

#product_detail .feature_list .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#product_detail .feature_list .item .img_box {
	width: 50%;
}

#product_detail .feature_list .item .img_box .inner {
	padding-top: 83.33%;
	position: relative;
}

#product_detail .feature_list .item .img_box img {
	position: absolute;
	top: 0;
	left: 0;
}

#product_detail .feature_list .item .txt_box {
	width: 50%;
	padding: 0 6.5rem;
}

#product_detail .feature_list .item:nth-child(odd) {
	flex-direction: row-reverse;
}

#product_detail .feature_list .ttl {
	font-weight: 500;
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 2.1rem;
}

#product_detail .sec_feature .btn {
	margin-top: 7rem;
}

@media print,
screen and (min-width : 992px) {}

/*-----------------------------------------------------
よくある質問	qa
------------------------------------------------------*/

#qa .faq_box {
	margin-top: 5rem;
}

#qa .faq_box:first-child {
	margin-top: 0;
}

#qa .faq_box.txt_bg {
	padding: 3rem;
}

#qa .faq_box .faq_ttl {
	font-weight: 500;
	position: relative;
	cursor: pointer;
	font-size: 1.8rem;
	display: flex;
	align-items: baseline;
}

#qa .faq_box .faq_ttl:before {
	content: 'Q.';
	font-size: 2.6rem;
	font-family: 'Arimo', sans-serif;
	color: #71afd0;
	line-height: 1;
	display: inline-block;
	margin-right: 1rem;
	font-weight: 700;
}

#qa .faq_box .faq_ttl.open:after {
	height: 1px;
	background: #212121;
	transform: none;
	position: absolute;
	right: 0;
	top: 50%;
}

#qa .faq_box .faq_ttl:after,
#qa .faq_box .faq_ttl.close:after {
	content: '';
	background: url(../Image/qa/btn_close.png) no-repeat;
	width: 15px;
	height: 15px;
	margin-left: auto;
}

#qa .faq_box .faq_txt {
	background: #f7f7f7;
	padding: 3rem;
	position: relative;
	margin-top: 1rem;
	display: flex;
	align-items: baseline;
}

#qa .faq_box .faq_txt p:not(:first-of-type) {
	margin-top: 16px;
}

#qa .faq_box .faq_txt:before {
	content: 'A.';
	font-size: 2.2rem;
	display: inline-block;
	margin-right: 1rem;
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	color: #acacac;
}

@media print,
screen and (min-width : 992px) {}

/*-----------------------------------------------------
会社案内	company
------------------------------------------------------*/
#company #mainimage .mv_img {
	background-image: url(../Image/company/mainimage.jpg);
}

#company .about_wrap .txt_box {
	width: 50%;
	padding-top: 4.8rem;
}

#company .about_wrap .txt_box .txt {
	margin-top: 3.5rem;
	padding-right: 8.2rem;
}

#company .about_wrap .img_box {
	width: 50%;
}

#company .about_wrap .txt_box p:not(:first-child) {
	margin-top: 1.7rem;
}

#company .company {
	padding-top: 2rem;
}

#company .company_wrap {
	position: relative;
	padding: 10rem 6rem 0 6rem;
}

#company .company_wrap:before {
	content: '';
	width: 100%;
	height: 333px;
	background: #e3f3fb;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#company .company .ttl_01 {
	text-align: center;
}

#company .company .ttl_01:after {
	content: '';
	background: #333;
	width: 6.4rem;
	height: 2px;
	margin: 2.4rem auto 0;
	display: block;
}

#company .company .table_wrap {
	margin-top: 5rem;
	padding: 6rem;
	padding-bottom: 0;
	background: #fff;
}

#company .access {
	padding-top: 0;
}

#company .access .txt_box {
	width: 40%;
	padding-top: 4.8rem;
	padding-right: 8.2rem;
}

#company .access .txt_box .txt {
	margin-top: 3.5rem;

}

#company .access .map {
	width: 60%;
}

@media print,
screen and (min-width : 992px) {}

/*-----------------------------------------------------
新着情報	news
------------------------------------------------------*/
#news .news_list li .inner {
	padding: 3rem 2rem 2.3rem;
}

#news .news_article .article_top {
	border-bottom: solid 2px #71afd0;
	margin-bottom: 3.3rem;
	padding-bottom: 1rem;
}

#news .news_article .article_top .news_date {
	color: #71afd0;
	font-family: 'Arimo', sans-serif;
	line-height: 1;
	margin-bottom: 0.9rem;
	font-weight: 400;
}

#news .news_article .article_top .news_ttl {
	font-size: 2rem;
	font-weight: 500;

}

#news .news_article .news_cnt {}

@media only screen and (min-width:767px) {}

/*-----------------------------------------------------
	WP PAGER
------------------------------------------------------*/
.wp-pagenavi {
	text-align: center;
	margin-top: 7rem;
}

.wp-pagenavi * {
	display: inline-block;
	min-width: 3.5rem;
	line-height: 3.5rem;
	text-decoration: none;
	transition: 0.3s linear;
	margin: 0 0.5rem;
	color: #71afd0;
}

.wp-pagenavi *:not(.extend) {
	color: #71afd0;
	border: solid 1px #71afd0;
}

.wp-pagenavi a {}

.wp-pagenavi .current {
	background-color: #71afd0;
	color: #fff;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	padding: 0 0.5em;
	box-sizing: content-box;
}

@media screen and (min-width : 992px) {

	/* ボタン<a>タグのホバー時のデザイン */
	.wp-pagenavi a:hover {
		color: #fff;
		background: #71afd0;
	}
}

/*-----------------------------------------------------
お問い合わせ	contact
------------------------------------------------------*/
#contact #mainimage .mv_img {
	background-image: url(../Image/contact/mainimage.jpg);
}

#contact .lead_box p:not(:first-of-type) {
	margin-top: 1.3rem;
}

#contact .lead_box .tel {
	margin-top: 2rem;
}

#contact .lead_box .tel .txt {
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 2rem;
}

#contact .lead_box .tel .tel_num a {
	display: inline-block;
	pointer-events: none;
}

#contact .lead_box .tel .tel_num span {
	font-size: 1.3rem;
	vertical-align: bottom;
}

#contact .attention_txt {
	margin-bottom: 0.5rem;
}

#contact .thanks {
	text-align: center;
}

#contact .thanks .ttl {
	margin-bottom: 3rem;
}

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

	各フォーム共通CSS

------------------------------------------------------*/
.form_wrap .form_adress {
	display: table;
	width: 100%;
}

.form_wrap .form_adress>* {
	display: table-cell;
	vertical-align: middle;
}

.form_wrap .form_adress .txt {
	width: 18rem;
	padding-right: 2rem;
	white-space: nowrap;
}

.form_wrap .form_adress+.form_adress {
	margin-top: 1.5rem;
}

.form_wrap input,
.form_wrap select,
.form_wrap textarea {
	font-family: 'Noto Sans JP', sans-serif;
}

.form_wrap input[type="text"],
.form_wrap select,
.form_wrap textarea {
	padding: 0.7em 1em;
	border-radius: 0;
	font-size: 1.6rem;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	background: #e3f3fb;
	border: none;
}

.form_wrap textarea {
	width: 100% !important;
	height: 15rem !important;
}

.form_wrap input.short {
	width: 25%;
}

.form_wrap input.middle {
	width: 50%;
}

.form_wrap input.long {
	width: 100%;
}

/*ボタン*/
.form_wrap .btn_wrap {
	margin-top: 5rem;
	text-align: center;
}

.form_wrap .btn_wrap button {
	display: inline-block;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	margin: 0 2rem;
	cursor: pointer;
	outline: none;
	/* font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	padding: 2.3rem 0;
	background: transparent;
	transition: 0.3s ease-in-out;
	z-index: 0;
	margin: 0 5rem;
	border: none;
	overflow: visible;
	cursor: pointer;
	outline: none; */
}

.form_wrap .btn_wrap button:disabled {
	opacity: 0.7;
	cursor: auto;
}

.form_wrap .btn_wrap button.cancel {
	background: #f7f7f7;
	color: #333;
	border: none;
}

.form_wrap .btn_wrap button.cancel:before,
.form_wrap .btn_wrap button.cancel:after {
	display: none;
}

/* 入力画面の「必須」のデザイン */
.must-fill {
	color: #E53333;
}

/*ラジオボタン*/
.radio_list+input {
	margin-top: 1rem;
}

.radio_list>li {
	display: inline-block;
	margin-top: 20px;
	margin-right: 25px;
	font-size: 1.4rem;
	line-height: 1.3;
	width: 40%;
}

.radio_list>li:last-child {
	margin-right: 0;
}

.radio_list>li>label input[type="radio"] {
	position: absolute;
	display: none;
}

.radio_list>li>label input[type="radio"]+span {
	position: relative;
	display: inline-block;
	padding-left: 2.8rem;
}

.radio_list>li>label input[type="radio"]+span::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #c5c5c5;
	background-color: #f4f6fa;
}

.radio_list>li>label input[type="radio"]:checked+span::after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #71afd0;
}


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

　　プライバシーポリシー

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

#privacy .lead_box {
	margin-bottom: 7.3rem;
}

#privacy .box:not(:first-child) {
	margin-top: 6.3rem;
}

#privacy .privacy_ttl {
	font-weight: 500;
	font-size: 2rem;
	margin-bottom: 1.3rem;
}

#privacy .list {
	padding: 0 2rem;
	margin-top: 1.6rem;
}

#privacy .list li {
	list-style: disc;
}

#privacy .list li:not(:first-child) {
	margin-top: 1.6rem;
}

#privacy .ga {
	margin-top: 1.6rem;
}

#privacy .ga .link {
	display: block;
	text-decoration: underline;
}

#privacy .box .contact_box {
	background: #f7f7f7;
	display: inline-block;
	padding: 3rem;
	margin-top: 2rem;
}

@media only screen and (min-width:767px) {}

/*404.php*/
#not_found .message {
	text-align: center;
}

#not_found .btn_wrap {
	display: flex;
	justify-content: center;
}

#not_found .btn_wrap .btn {
	margin-right: 2rem;
	margin-left: 2rem;
}

#not_found .btn_wrap .btn_primary {
	width: 24rem;
}

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

 (max-width : 1399px) 1399px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1399px) {
	#top #mainimage .mv_inner {
		align-items: flex-end;
	}

	#top #mainimage .mv_txt {
		margin-left: 5rem;
		margin-bottom: 5rem;
	}

	#top #mainimage .mv_txt .main {
		font-size: 4.5rem;
		line-height: 1.2;
	}

	#top #mainimage .mv_txt .sub {
		margin-top: 2rem;
	}
}

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

 (max-width : 1339px) 1339px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1339px) {

	#top .concept .img_box {
		left: 30px;
		width: 45%;
	}

	#top .concept .img_bg.img01 {
		height: 750px;
	}

}

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

 (max-width : 1199px) 1199px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1199px) {
	.news_list .news_badge {
		min-width: 100px;
	}

	#top .business .txt_box {
		padding-right: 5rem;
	}

	#top .product .product_box .product_txt .ttl {
		margin-top: 8rem;
	}

	#top .product .product_box .product_txt {
		padding-left: 3rem;
	}

	#top .bottom_sec .txt_box .inner {
		padding: 5rem 4rem;
	}

	#top .concept {
		padding-top: 12rem;
		padding-bottom: 40rem;
	}

	#top .concept .txt_box {
		width: 45%;
	}

	#top .concept .img_box {
		width: 53%;
		padding-left: 2%;
	}

	/*-----------------------------------------------------
company
------------------------------------------------------*/
	#company .access .txt_box {
		padding-right: 6rem;
		width: 45%;
	}

	#company .access .map {
		width: 55%;
	}

	/*-----------------------------------------------------
製品紹介
------------------------------------------------------*/
	#product_detail .feature_list .item .txt_box {
		padding: 0 4.5rem;
	}

	/*-----------------------------------------------------
プライバシーポリシー	privacy
------------------------------------------------------*/

}

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

(min-width : 992px) and (max-width : 1199px)　ノートPCのみ

*----------------------------------------------------*/
@media (min-width : 992px) and (max-width : 1199px) {}