@charset "utf-8";

/* -------------------- mv -------------------- */
.mv {
	width: 100%;
	background: url(../img/bg_mv.jpg) no-repeat center center;
	background-size: cover;
	padding: 105px 0;
	overflow: hidden;
}

.mv .inner {
	position: relative;
}

.mv .inner::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	bottom: 20px;
	right: 0;
	background-image: linear-gradient(to right, transparent, #35352f);
	opacity: 0.66;
	border-radius: 50px 0 0 50px;
}

.mv .inner::after {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 20px;
	right: -100%;
	width: 100%;
	background-color: rgba(53, 53, 47, 0.66);
}

.mv_content {
	width: 50%;
	margin-left: 50%;
	position: relative;
	z-index: 1;
}

.mv_advantage {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.mv_advantage span {
	background-color: #0601fc;
	transform: skew(-18deg);
	display: inline-block;
	padding: 12px 15px;
	font-size: 2rem;
	letter-spacing: 1px;
	font-weight: normal;
	display: block;
	color: #ffffff;
}

.ttl_h1 {
	font-size: 3.6rem;
	line-height: 1.4;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 30px auto;
	letter-spacing: 2px;
}

.mv_point_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.mv_point_list>li:nth-of-type(2) {
	margin: 0 15px;
}

.mv_point_list>li img {
	display: block;
}

.btn_common_red img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.btn_common_red span {
	display: inline-block;
	vertical-align: middle;
}

/* -------------------- about -------------------- */
.about {
	background-color: #f7f7f7;
}

.about .ttl_h2 {
	text-align: left;
	margin-bottom: 15px;
}

.about .inner {
	display: flex;
}

.about_img {
	width: 360px;
}

.about_img img {
	display: block;
	margin: 0 auto;
}

.about_content {
	width: calc(100% - 360px);
	padding: 0 50px 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* -------------------- product -------------------- */
.product_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.product_list>li {
	width: 46.2%;
}

.product_tit {
	background-color: #35352f;
	max-width: 383px;
	margin: 0 auto 20px auto;
	padding: 7px 0;
}

.product_list>li:last-of-type .product_tit {
	background-color: #0601fc;
}

.product_tit img {
	display: block;
	margin: 0 auto;
}

.product_list_measure>li {
	padding: 30px;
	border: 8px solid #eaeaea;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.product_intro {
	margin: 40px auto 50px;
}

.product_measure .font18 {
	padding: 0 23px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.product_measure img {
	display: block;
	margin: 20px auto 0;
}
.video_iframe{
	display: block;
	width: 100%;
	aspect-ratio: 508/286;
	margin-top: 40px;
}


/* -------------------- features -------------------- */
.features {
	background: url(../img/bg_features.jpg) no-repeat center center;
	background-size: cover;
	color: #ffffff;
	padding: 105px 0 1px 0;
	position: relative;
}

.features::before {
	content: "Product Features";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	font-size: 18rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: rgba(255, 255, 255, 0.08);
}

.features::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0601fc;
	width: 100%;
	height: 17px;
}

.features .inner {
	position: relative;
	z-index: 1;
}

.features_h2 {
	position: absolute;
	top: 32%;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
}

.features_h2 .ttl_cn_wrap {
	padding-left: 80px;
}

.features_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -200px;
}

.features_list>li {
	width: 32%;
	margin-right: 2%;
	padding: 60px 25px 50px;
	text-align: center;
	margin-bottom: 200px;
	border: 5px solid #0601fc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.features_list>li:nth-of-type(2n) {
	background-color: rgba(43, 49, 52, 0.65);
	border-color: transparent;
	position: relative;
	top: -105px;
}

.features_list>li:nth-of-type(2n)::after {
	content: '';
	position: absolute;
	bottom: -45px;
	left: -5px;
	width: calc(100% + 10px);
	height: 40px;
	background: rgba(43, 49, 52, 0.65);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.features_list>li:nth-of-type(3n) {
	margin-right: 0;
}

.features_point {
	font-size: 3.2rem;
	font-weight: bold;
	color: #ffe5be;
}

.features_tit {
	font-size: 2.4rem;
	line-height: 1.75;
	font-weight: bold;
	margin: 15px 0 30px;
}

.features_txt {
	padding: 0 11px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* -------------------- specifications -------------------- */
.specifications_table_wrap {
	width: 100%;
	max-width: 1033px;
	border: 2px solid #50585c;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 30px auto 60px;
}

.specifications_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.specifications_table tr:nth-of-type(2n+1) {
	background-color: #f7f7f7;
}

.specifications_table th {
	width: 38.5%;
	background-color: #35352f;
	color: #ffffff;
	border: 6px solid #ffffff;
	font-size: 2rem;
	font-weight: bold;
	padding: 9px;
}

.specifications_table th:first-of-type {
	width: 23%;
}

.specifications_table td {
	border: 6px solid #ffffff;
	font-size: 1.8rem;
	line-height: 1.75;
	vertical-align: middle;
	padding: 18px 30px;
}

.specifications_list {
	display: none;
	margin-top: 120px;
}

.specifications_list>li {
	margin-bottom: 70px;
}

.specifications_list>li:last-of-type {
	margin-bottom: 0;
}

.specifications_tit {
	color: #565e61;
	margin-bottom: 35px;
}

.specifications_tit02 {
	font-size: 2rem;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #565e61;
}

.specifications_tit02::before {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fb1806;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #565e61;
}

.specifications_measure {
	display: flex;
	align-items: end;
	justify-content: space-between;
}

.specifications_img {
	width: 760px;
}

.specifications_img img {
	display: block;
}

.specifications_txt {
	width: calc(100% - 790px);
}

.specifications_txt p {
	text-indent: -16px;
	padding-left: 16px;
}

/* -------------------- faq -------------------- */
.faq {
	background-color: #f7f7f7;
}

.faq_list {
	width: 100%;
	border-top: 1px solid #444c4f;
	margin-top: 20px;
}

.faq_list>li {
	width: 100%;
	border-bottom: 1px solid #444c4f;
	padding: 60px 0;
}

.faq_q,
.faq_a {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.faq_q::before,
.faq_a::before {
	position: absolute;
	left: 3px;
	font-size: 4.5rem;
	line-height: 1;
	font-weight: bold;
	font-family: "Hiragino Sans GB", "Microsoft YaHei", "PingFang SC", "微软雅黑", "黑体", "宋体", Arial, sans-serif;
}

.faq_q {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0 110px;
	width: 100%;
	display: flex;
	align-items: center;
}

.faq_q::before {
	content: "Q";
	top: -4px;
	color: #0601fc;
}

.btn_show .panel-btn {
	display: block;
	width: 96px;
	height: 40px;
	position: relative;
	cursor: pointer;
	border-radius: 20px;
	border: 2px solid #0601fc;
}

.btn_show {
	position: absolute;
	right: 0;
}

.btn_show .panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 2px;
	margin: -1px 0 0 -13px;
	transition: .2s;
	background-color: #444c4f;
}

.btn_show .panel-btn-icon:before {
	display: block;
	content: "";
	position: absolute;
	top: -12px;
	left: 12px;
	width: 2px;
	height: 26px;
	transition: .3s;
	background-color: #444c4f;
}

.btn_show .panel-btn .close:before {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq_a {
	display: none;
	padding: 50px 0 0 110px;
}

.faq_a::before {
	content: "A";
	top: 40px;
	color: #fb1806;
}

/* -------------------- company -------------------- */
.company {
	background: url(../img/bg_company_blue.png) no-repeat center top, url(../img/bg_company.jpg) no-repeat center center;
	background-size: 100%, cover;
	color: #ffffff;
	position: relative;
	padding-top: 170px;
	padding-bottom: 200px;
}

.company::before {
	content: "Company Information";
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	font-size: 15rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: rgba(255, 255, 255, 0.08);
	z-index: 1;
}

.company .inner {
	display: flex;
}

.company_h2 {
	width: 425px;
}

.company_list {
	width: calc(100% - 425px);
	border-top: 1px solid #ffffff;
	margin-top: 20px;
}

.company_list>li {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #ffffff;
	padding: 10px 30px 10px 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.company_tit {
	width: 170px;
	font-weight: bold;
}

.company_txt {
	width: calc(100% - 170px);
}

/* -------------------- contact -------------------- */
.contact {
	padding: 0 0 125px 0;
}

.contact .inner {
	max-width: 956px;
	background-color: #f7f7f7;
	border-top: 8px solid #0601fc;
	padding: 50px 90px 90px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: -120px;
}

.contact .content_txt {
	text-align: center;
	margin: 6px 0 30px;
}

.contact_content {
	width: 100%;
}

.contact_line {
	width: 100%;
	display: flex;
	align-items: start;
	margin-bottom: 30px;
	font-size: 1.6rem;
}

.contact_type {
	width: 155px;
	font-weight: bold;
	color: #35352f;
	padding: 10px 65px 0 0;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contact_type.must::before {
	content: "必填";
	background-color: #fb1806;
	position: absolute;
	top: 11px;
	right: 20px;
	width: 42px;
	font-size: 1.4rem;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	padding-bottom: 1px;
}

.contact_write {
	width: calc(100% - 155px);
}

input.input_text,
textarea#message {
	display: block;
	width: 100%;
	border: 1px solid #eaeaea;
	background: #FFFFFF;
	line-height: normal;
	font-family: 'Noto Sans SC', sans-serif;
	height: 45px;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	border-radius: 0;
}

textarea#message {
	height: auto;
	padding: 10px 20px;
	resize: none;
}

#btn_check {
	cursor: pointer;
	border: none;
	outline: none;
	font-family: 'Noto Sans SC', sans-serif;
	letter-spacing: 5px;
	margin-top: 70px;
	padding: 20px 0;
}

/*--------------- formCheck ---------------*/

.formCheck {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
	font-size: 1.6rem;
}

.check_content {
	max-width: 956px;
	overflow: auto;
	max-height: 80%;
	background: #FFFFFF;
	padding: 51px 90px 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.check_txt {
	background: #EEEEEE;
	padding: 10px 20px;
	min-height: 25px;
}

pre {
	font-family: 'Noto Sans SC', sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0;
}

.contact_btn {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	margin: 50px auto 0 auto;
}

.contact_btn li {
	width: 50%;
	padding: 0 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contact_btn li a{
	max-width: 100% !important;
}

/*--------------- thankspage ---------------*/
.thankspage {
	text-align: center;
	border-top: 1px solid #35352f;
}

@media only screen and (max-width:1200px) {

	/* -------------------- mv -------------------- */
	.mv_content {
		width: 60%;
		margin-left: 40%;
	}
	.mv_advantage span {
		font-size: 1.8rem;
	}

	.ttl_h1 {
		font-size: 3.2rem;
	}

	/* -------------------- about -------------------- */

	.about_content {
		padding-right: 0;
	}


	/* -------------------- product -------------------- */

	.product_list>li {
		width: 48%;
	}

	.product_measure .font18 {
		padding: 0;
	}

	/* -------------------- features -------------------- */

	.features::before {
		bottom: -10px;
		font-size: 12vw;
	}

	.features_list>li {
		padding: 60px 15px 50px;
	}


	.features_point {
		font-size: 3rem;
	}

	.features_tit {
		font-size: 2.2rem;
	}

	.features_txt {
		padding: 0;
	}

	/* -------------------- specifications -------------------- */
	.specifications_img {
		width: 60%;
	}

	.specifications_txt {
		width: 35%;
	}

	/* -------------------- company -------------------- */

	.company::before {
		font-size: 9vw;
	}
}

@media only screen and (max-width:1024px) {

	/* -------------------- mv -------------------- */
	.mv {
		padding: 80px 0;
	}

	.mv_advantage {
		gap: 6px;
	}

	.mv_advantage span {
		padding: 5px 10px;
		font-size: 1.6rem;
	}

	.ttl_h1 {
		font-size: 2.8rem;
		margin: 20px auto;
	}

	/* -------------------- about -------------------- */

	.about_img {
		width: 320px;
	}

	.about_content {
		width: calc(100% - 320px);
	}

	/* -------------------- product -------------------- */

	.product_list_measure>li {
		padding: 30px 20px;
	}

	.video_iframe {
		margin-top: 30px;
	}

	.product_intro {
		margin: 30px auto 40px;
	}


	/* -------------------- features -------------------- */
	.features {
		padding: 80px 0 97px 0;
	}

	.features::before {
		bottom: -12px;
	}

	.features_h2 {
		position: static;
		top: auto;
		left: auto;
		transform: translate(0, 0);
	}

	.features_h2 .ttl_cn_wrap {
		padding-left: 0;
	}

	.features_list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
		margin-top: 50px;
	}

	.features_list>li {
		width: 48%;
		margin-right: 4%;
		padding: 40px 25px;
		margin-bottom: 30px;
	}

	.features_list>li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.features_list>li:nth-of-type(2n) {
		margin-right: 0;
		background-color: transparent;
		border-color: #0601fc;
		position: static;
		top: auto;
	}

	.features_list>li:nth-of-type(2n)::after {
		display: none;
	}

	.features_point {
		font-size: 3rem;
	}

	.features_tit {
		font-size: 2.2rem;
	}

	/* -------------------- specifications -------------------- */

	.specifications_measure {
		display: block;
	}

	.specifications_img {
		width: 100%;
	}


	.specifications_txt {
		width: 100%;
		margin-top: 10px;
	}

	/* -------------------- faq -------------------- */

	.faq_list>li {
		padding: 40px 0;
	}

	.faq_q::before,
	.faq_a::before {
		font-size: 4.2rem;
	}

	.faq_q {
		font-size: 2.2rem;
		padding-left: 80px;
	}


	.btn_show .panel-btn {
		width: 80px;
	}

	.faq_a {
		padding-left: 80px;
	}


	/* -------------------- company -------------------- */
	.company {
		padding-top: 100px;
	}

	.company::before {
		top: 15px;
	}

	.company .inner {
		display: block;
	}

	.company_h2 {
		width: 100%;
	}

	.company_list {
		width: 100%;
	}
}


@media only screen and (max-width:768px) {

	/* -------------------- mv -------------------- */
	.mv {
		background-image: url(../img/bg_mv_sp.jpg);
		padding: 50vw 0 0 0;
	}

	.mv .inner {
		width: 100%;
		padding: 0 5% 60px;
		background-color: rgba(53, 53, 47, 0.66);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.mv .inner::before,
	.mv .inner::after {
		display: none;
	}

	.mv_content {
		width: 100%;
		margin-left: 0;
	}

	.mv_advantage {
		position: relative;
		top: -20px;
	}

	.ttl_h1 {
		font-size: 2.4rem;
		margin-top: 0;
	}

	.mv_point_list {
		justify-content: center;
	}

	/* -------------------- about -------------------- */

	.about .inner {
		display: block;
	}

	.about .ttl_h2 {
		text-align: center;
	}

	.about_img {
		width: 100%;
	}

	.about_content {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	/* -------------------- product -------------------- */
	.product_list {
		width: 100%;
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.product_list>li {
		width: 100%;
	}

	.product_list>li:last-of-type {
		margin-top: 50px;
	}

	.product_list_measure>li {
		padding: 30px;
		border-width: 4px;
	}

	.product_measure img {
		display: block;
		margin: 20px auto 0;
	}


	/* -------------------- features -------------------- */
	.features {
		padding: 60px 0 70px 0;
	}

	.features::after {
		height: 10px;
	}

	.features_list {
		margin-top: 40px;
	}

	.features_list>li {
		border-width: 3px;
		padding: 30px 20px;
	}


	.features_point {
		font-size: 2.4rem;
	}

	.features_tit {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	/* -------------------- specifications -------------------- */
	.specifications_table_wrap {
		margin-bottom: 50px;
	}

	.specifications_table th {
		border-width: 3px;
		font-size: 1.8rem;
	}

	.specifications_table td {
		border-width: 3px;
		font-size: 1.6rem;
		padding: 15px;
	}

	.specifications_list {
		margin-top: 60px;
	}

	.specifications_list>li {
		margin-bottom: 40px;
	}

	.specifications_tit {
		margin-bottom: 20px;
	}

	.specifications_tit02 {
		font-size: 1.8rem;
		padding-left: 30px;
		margin-top: 20px;
	}

	.specifications_txt p {
		text-indent: -14px;
		padding-left: 14px;
	}

	/* -------------------- faq -------------------- */


	.faq_list>li {
		padding: 30px 0;
	}

	.faq_q::before,
	.faq_a::before {
		left: 3px;
		font-size: 3.6rem;
	}

	.faq_q {
		font-size: 2rem;
		padding: 0 80px 0 50px;
	}

	.btn_show .panel-btn {
		display: block;
		width: 70px;
		height: 30px;
		border-radius: 20px;
	}

	.btn_show .panel-btn-icon {
		width: 20px;
		margin-left: -10px;
	}

	.btn_show .panel-btn-icon:before {
		top: -9px;
		left: 9px;
		height: 20px;
	}

	.faq_a {
		padding-top: 40px;
		padding-left: 50px;
	}

	.faq_a::before {
		top: 35px;
	}

	/* -------------------- company -------------------- */
	.company {
		padding-top: 100px;
		padding-bottom: 140px;
	}

	/* -------------------- contact -------------------- */

	.contact .inner {
		border-top-width: 4px;
		padding: 50px 40px;
		margin-top: -80px;
	}

	.contact_line {
		display: block;
		margin-bottom: 20px;
		font-size: 1.4rem;
	}

	.contact_type {
		width: 100%;
		padding: 0 50px 0 0;
	}

	.contact_type.must::before {
		top: 1px;
		right: 0;
		width: 40px;
		font-size: 1.2rem;
		padding-bottom: 0;
	}

	.contact_write {
		width: 100%;
		margin-top: 10px;
	}

	input.input_text,
	textarea#message {
		height: 40px;
		padding: 0 15px;
	}

	textarea#message {
		height: auto;
		padding: 10px 15px;
	}

	#btn_check {
		margin-top: 40px;
		padding: 18px 0;
	}

	/*--------------- formCheck ---------------*/

	.formCheck {
		font-size: 1.4rem;
	}

	.check_content {
		padding: 35px 20px 70px 20px;
	}

	.check_txt {
		padding: 10px 15px;
	}

	.contact_btn {
		display: block;
	}

	.contact_btn li {
		width: 100%;
		padding: 0;
	}

	.contact_btn li:last-of-type {
		margin-top: 30px;
	}

}


@media only screen and (max-width: 480px) {

	/* -------------------- mv -------------------- */
	.mv {
		padding-top: 70vw;
	}

	.mv_advantage span {
		font-size: 1.4rem;
		padding: 5px 8px;
	}

	.ttl_h1 {
		font-size: 2.2rem;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}

	/* -------------------- about -------------------- */
	.about_img img {
		width: 75%;
		max-width: 220px;
	}

	/* -------------------- product -------------------- */


	.product_list_measure>li {
		padding: 20px;
	}

	.product_list>li:last-of-type {
		margin-top: 35px;
	}

	/* -------------------- features -------------------- */

	.features::before {
		bottom: 4px;
	}

	.features::after {
		height: 6px;
	}

	.features_list>li {
		width: 100%;
		margin-right: 0;
	}

	.features_list>li:nth-of-type(3n) {
		margin-right: 0;
	}

	.features_point {
		font-size: 2rem;
	}

	.features_tit {
		font-size: 1.8rem;
	}

	/* -------------------- specifications -------------------- */

	.specifications_table th {
		padding: 10px 5px;
		font-size: 1.5rem;
	}


	.specifications_table td {
		font-size: 1.3rem;
		padding: 10px 5px;
	}

	.specifications_tit {
		margin-bottom: 35px;
	}

	.specifications_tit02 {
		font-size: 1.6rem;
	}


	/* -------------------- faq -------------------- */



	.faq_q::before,
	.faq_a::before {
		font-size: 3.2rem;
	}

	.faq_q {
		font-size: 1.6rem;
		padding-right: 70px;
	}

	.faq_q::before {
		top: -4px;
	}

	.btn_show .panel-btn {
		width: 60px;
	}

	.faq_a {
		padding-top: 35px;
	}

	.faq_a::before {
		top: 30px;
	}

	/* -------------------- company -------------------- */
	.company {
		background-size: auto, cover;
		padding-top: 80px;
		padding-bottom: 100px;
	}

	.company_list>li {
		display: block;
		padding: 10px 5px;
	}

	.company_tit {
		width: 100%;
	}

	.company_txt {
		width: 100%;
	}

	/* -------------------- contact -------------------- */

	.contact .inner {
		padding: 30px 20px;
		margin-top: -60px;
	}

}