@charset "utf-8";
/*
	Theme Name: airflake
    Version: 1
*/
/*==================================================
cmn
==================================================*/
@font-face {
	font-family: 'Manrope Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Manrope Regular'), url('font/manrope-regular.woff') format('woff');
}
@font-face {
	font-family: 'Manrope Thin';
	font-style: normal;
	font-weight: normal;
	src: local('Manrope Thin'), url('font/manrope-thin.woff') format('woff');
}
@font-face {
	font-family: 'Manrope Light';
	font-style: normal;
	font-weight: normal;
	src: local('Manrope Light'), url('font/manrope-light.woff') format('woff');
}
@font-face {
	font-family: 'Manrope Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Manrope Medium'), url('font/manrope-medium.woff') format('woff');
}
@font-face {
	font-family: 'Manrope Semibold';
	font-style: normal;
	font-weight: normal;
	src: local('Manrope Semibold'), url('font/manrope-semibold.woff') format('woff');
}
@font-face {
	font-family: 'Manrope Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Manrope Bold'), url('font/manrope-bold.woff') format('woff');
}
.txt-en {
	font-family: 'Manrope Medium';
}
.qtranxs-available-languages-message{
	text-align: center;
	padding:10vw 0;
}
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2em;
	letter-spacing: 0.1em;
	position: relative;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	margin-bottom: 1em;
}
p:last-child {
	margin-bottom: 0;
}
a, input[type="submit"] {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
}
a:hover, input[type="submit"]:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.wrap {
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
	max-width: 1200px;
	width: 100%;
}
.wrap-s {
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
	max-width: 1000px;
	width: 100%;
}
.sp {
	display: none;
}
span.pin {
	position: relative;
	top: -108px;
	display: block;
}
/*==================================================
head
==================================================*/
.site-header::after {
	content: "";
	display: block;
	clear: both;
	z-index: 999;
}
.site-header {
	background: #C4000B;
	text-align: center;
	padding: 0 5%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.site-header h1 {
	padding: 20px 0;
}
.button-toggle {
	position: absolute;
	top: 35px;
	right: 50px;
}
.css-bar {
	display: inline-block;
	position: relative;
	margin: 0 0 4px 0;
	padding: 0;
	background: #fff;
}
.css-bar, .css-bar:before, .css-bar:after {
	width: 50px;
	height: 5px;
}
.css-bar:before, .css-bar:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
}
.css-bar:before {
	margin-top: -16px;
}
.css-bar:after {
	margin-top: 10px;
}
.sb-slidebar {
	background: #EEF2F6;
	text-align: center;
}
.sb-slidebar {
	padding: 2.5%;
}
.sb-slidebar ul li {
	font-size: 3rem;
}
.sb-slidebar ul li a {
	display: block;
	padding: 20px 0;
	letter-spacing: 0.1em;
}
.sel-lang {
	position: absolute;
	top: 35px;
	right: 150px;
	color: #fff;
	font-size: 87.5%;
}
/*==================================================
foot
==================================================*/
.site-footer {
	background: #000;
	text-align: center;
	padding: 30px 0;
}
address {
	margin-top: 1.5em;
	color: #fff;
	font-style: normal;
	font-size: 12px;
}
/*==================================================
content
==================================================*/
.main-content {
	margin-top: 109px;
}
section {
	padding: 120px 0;
}
.no-pad {
	padding: 0;
}
.txt-center {
	text-align: center;
}
.bg-gray01 {
	background: #EEF2F6;
}
.bg-gray02 {
	background: #C4CEDA;
}
.bg-red {
	background: #C4000B;
	color: #fff;
}
.bg-black {
	background: #000;
	color: #fff;
}
/*タイトル*/
.tit01 {
	text-align: center;
	margin: 0 0 2em;
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
.tit01 .txt-s {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 2em;
}
.tit01 span {
	display: block;
}
/*カラム*/
.col-2, .col-3, .col-4, .col-5 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-re {
	flex-direction : row-reverse;
}
.col-mid {
	align-items: center;
}
.col-2 .col-box {
	width: 47.5%;
}
.col-3 .col-box {
	width: 28%;
	margin-bottom: 60px;
}
.col-3:after {
	content: "";
	display: block;
	width: 28%;
}
.col-4 .col-box {
	width: 24.375%;
}
.col-4:before {
	content: "";
	display: block;
	width: 23%;
	order: 1;
}
.col-4:after {
	content: "";
	display: block;
	width: 24.375%;
}
.col-5 .col-box {
	width: 18%;
}
/*ボタン*/
.detail-link {
	text-align: center;
	max-width: 350px;
	width: 100%;
	margin: 50px auto 0;
}
.detail-link p {
	line-height: 1em;
	letter-spacing: 0.15em;
	font-size: 87.5%;
}
.detail-link a {
	display: block;
	color: #fff;
	background: #000;
	padding: 20px 10px;
}
.detail-link.border a {
	background: none;
	border: 1px solid #fff;
}
/*==================================================
index
==================================================*/
.main-sec {
	padding: 0;
	position: relative;
	overflow: hidden;
	height: 500px;
	background: url(img/top/main.jpg) no-repeat center;
	background-size: cover;
}
.main-sec .txt-box {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%) translateX(0%);
 -webkit- transform: translateY(-50%) translateX(0%);
	color: #fff;
}
.news-box a {
	display: block;
}
.news-box figure {
	margin-bottom: 0.8em;
}
.news-box figure img {
	width: 100%;
}
.news-box .data {
	font-size: 77.5%;
	margin-bottom: 0.5em;
	text-align: right;
}
.news-box h2 {
	font-size: 87.5%;
	line-height: 1.8em;
}
.about-sec {
	background: url(img/top/bg01.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 260px 0;
	text-align: center;
}
.about-sec h1 {
	font-size: 6rem;
	margin-bottom: 0.8em;
	letter-spacing: 0.06em;
	line-height: 1.4em;
}
.about-sec h2 {
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 1.5em;
	letter-spacing: 0.2em;
}
.about-sec p {
	line-height: 2.4em;
}
.type01 .col-box {
	width: 50%;
}
.type01 .col-box.img {
	position: relative;
}
.type01 .col-box.img:before {
	display: block;
	content: '';
	padding-top: 100%;
}
.type01 .col-box.img .inner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.si01-sec .img {
	background: url(img/top/img01.jpg) no-repeat center;
	background-size: cover;
}
.si02-sec .img {
	background: url(img/top/img02.jpg) no-repeat center;
	background-size: cover;
}
.type01 .txt {
	text-align: center;
	padding: 2.5% 4%;
}
.type01 .txt h1 {
	font-size: 5rem;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 0.6em;
}
.type01 .txt h1 .txt-en {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}
.product-list {
	text-align: center;
}
.product-list .col-box {
	margin-bottom: 30px;
}
.product-list .col-box a {
	display: block;
}
.product-list figure {
	margin: 0 auto 1em;
	max-width: 140px;
}
.product-list h2 {
	line-height: 1.4em;
	font-size: 2.2rem;
}
.movie-sec, .contact-sec {
	padding-bottom: 200px;
}
.movie-sec p {
	font-size: 140%;
}
.movie-box{
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*==================================================
page
==================================================*/
.page-product .type01 h2 {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 1.5em;
	line-height: 1.8em;
}
.page-product .type01 h2 .txt-s{
	font-size:75%;
}
.page-product .type01 .txt-box {
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
	font-size: 85%;
	line-height: 2em;
}
.page-product .type01 .txt-box .txt-s {
	font-size: 75%;
	line-height: 2em;
	letter-spacing: 0;
}
.page-product .type01 .graphic {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	width: 100%;
	text-align: center;
	padding: 2.5% 5%;
}
.product01 .img {
	background: url(img/product/product01.jpg) no-repeat center;
	background-size: cover;
}
.product05 .img {
	background: url(img/product/product05.jpg) no-repeat center;
	background-size: cover;
}
.product06 .img {
	background: url(img/product/product06.jpg) no-repeat center;
	background-size: cover;
}
.product07 .img {
	background: url(img/product/product07.jpg) no-repeat center;
	background-size: cover;
}
.product08 .img {
	background: url(img/product/product08.jpg) no-repeat center;
	background-size: cover;
}
.product09 .img {
	background: url(img/product/product09.jpg) no-repeat center;
	background-size: cover;
}
.product10 .img {
	background: url(img/product/product10.jpg) no-repeat center;
	background-size: cover;
}
.lightness {
	max-width: 800px;
}
.lightness .part {
	margin: 0 auto 20px;
	padding: 0 30px;
}
.lightness .col-box {
	width: 35.9375%;
}
.lightness .part01, .lightness .part02 {
	position: relative;
}
.lightness .col-box:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 13%;
	background: #fff;
	width: 74%;
	z-index: -1;
	transform: scale(1, 0);
	transform-origin: left bottom;
	transition: transform 2.5s;
}
.lightness .col-box.on:after {
	transform: scale(1, 1);
}
.lightness .part01:after {
	height: 105%;
}
.lightness .part02:after {
	height: 54%;
}
.power {
	max-width: 900px;
}
.power .col-box {
	width: 47.5%;
}
.power h3 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 1em;
}
.power h4 {
	font-size: 2.4rem;
	margin-top: 2em;
	font-weight: bold;
}
.durable {
	max-width: 1000px;
}
.durable .tit {
	width: 15%;
	text-align: left;
}
.durable .line {
	width: 85%;
	padding-right: 20%;
}
.durable .line-object {
	height: 10px;
	border-radius: 10px;
	margin: 30px 0;
}
.durable .line01 {
	background: #000;
}
.durable .line02 {
	background: #666666;
}
.durable .line-box {
	opacity: 0;
	transition: all 0.5s;
}
.durable .line-box.on {
	opacity: 1;
}
.durable .line-object {
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.8s;
	position: relative;
}
.durable .line-box.on .line-object {
	transform: scale(1, 1);
}
.durable .line-box02 .line01 {
	width: 30%;
}
.durable .line-box02 .line02 {
	width: 45%;
}
.durable .line-box03 .line01 {
	width: 96%;
}
.durable .line-box03 .line02 {
	width: 90%;
}
.durable .number {
	font-size: 2.4rem;
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
	margin-right: 10px;
}
.durable .number.on {
	opacity: 1;
	margin-right: 0;
}
.durable .line-box01 .number {
	right: 2.5%;
	bottom: -1.4em;
}
.durable .line-box02 .line01 .number {
	right: -2.4em;
	bottom: 0;
	font-size: 5rem;
}
.durable .line-box02 .line02 .number {
	right: 0;
	bottom: -1.4em;
}
.durable .line-box03 .line01 .number {
	right: -2.4em;
	bottom: 0;
	font-size: 5rem;
}
.durable .line-box03 .line02 .number {
	right: 0;
	bottom: -1.4em;
}
.durable .logo {
	margin-top: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.durable .logo.on {
	opacity: 1;
}
/*==================================================
single
==================================================*/
.entry-title {
	font-size: 34px;
	font-size: 3.4rem;
	margin-bottom: 1.5em;
	line-height: 1.8em;
	font-weight: bold;
}
.single-data {
	text-align: right;
	margin-bottom: 1em;
	display: block;
	font-size: 87.5%;
}
.wp-pagenavi {
	clear: both;
	margin: 5% 0 0;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #000 !important;
	padding: 8px 10px !important;
	margin: 2px !important;
}
.wp-pagenavi a {
	background: #000 !important;
	color: #fff !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000 !important;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.entry-content a {
	text-decoration: underline;
	/* 長いURLが横にはみ出してレイアウトを壊すため、リンクのみ任意位置で折り返す */
	word-break: break-all;
}
/*==================================================
お問い合わせ
==================================================*/
.policy-box {
	background: #f1f1f1;
	text-align: center;
	padding: 30px 5%;
	border: 1px solid #ccc;
	margin-top: 3em;
}
.policy-box dt {
	font-size: 120%;
	margin-bottom: 0.5em;
}
.policy-box dt a {
	text-decoration: underline;
}
.policy-box dd .must{
	margin-left: 0;
}
.table-style01 {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.table-style01 th {
	width: 35%;
	padding: 30px 2.5%;
	background: #f1f1f1;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	line-height: 1.6em;
}
.form-box .txt-s {
	font-size: 13px;
	font-size: 1.3rem;
}
.mw_wp_form .error {
	color: #c10202 !important;
	font-size: 100%;
	font-weight: bold;
}
.table-style01 td {
	padding: 30px 2.5%;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: left;
}
.mw_wp_form_preview td span, .mw_wp_form_preview td p.no {
	display: none;
}
.table-style01 td p {
	margin: 10px 0 0;
	text-align: left;
	line-height: 1.8em;
}
.form-box input[type=text].mini {
	width: 20%;
}
.form-box input[type=text].short {
	width: 25%;
}
.form-box textarea, .form-box input[type=text], .form-box input[type=email] {
	width: 60%;
	height: 50px;
	border-radius: 0;
	border: #ccc 1px solid;
	padding: 10px;
	font-size: 100%;
}
.form-box textarea {
	width: 100%;
	vertical-align: bottom;
	height: 150px;
}
.form-box select {
	width: 60%;
	padding: 10px;
	height: 50px;
	overflow: hidden;
	border: #ccc 1px solid;
	background: url(https://www.hakko-group.co.jp/img/common/ico_arrow02.png) 97% center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	border: 1px solid #ccc;
	font-size: 100%;
}
.form-box .checkbox {
	display: none;
	padding: 10px;
}
.form-box brand-check label {
 padding-left: 40px;
}
.form-box label {
	position: relative;
	padding: 12px 10px 10px 0px;
}
.mwform-checkbox-field label {
	padding-left: 40px;
}
.mwform-checkbox-field label:before {
	content: "";
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 0px;
}
.mwform-checkbox-field.checked label:after {
	content: "";
	position: absolute;
	display: block;
	top: 55%;
	left: 5px;
	width: 16px;
	height: 8px;
	margin-top: -5px;
	border: none;
	border-left: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 10px;
}
.must {
	color: #C4000B;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.3em;
	font-size:120%;
}
.form-box h3:first-child {
	margin-top: 0;
}
.form-box h3 {
	margin-top: 80px;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
}
.form-box table {
	margin: 50px 0;
	width: 100%;
}
.form-box .btn-submit {
	text-align: center;
}
.form-box .btn-submit li {
	display: inline-block;
	margin: 0 5px;
}
.form-box input[type="submit"] {
	display: block;
	background: #C4000B;
	color: #fff;
	padding: 30px 150px;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	letter-spacing: 2px;
	font-weight: bold;
}
.btn-submit li:last-child input[type="submit"] {
	background: #ccc;
}
.mw_wp_form .vertical-item{
	display: inline-block !important;
}
.mw_wp_form_confirm .policy-box{
	display: none;
}
/*==================================================
ENGLISH
==================================================*/
.page-en {
	font-family: 'Manrope Medium';
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.page-en  .detail-link p{
	font-size:100%;
}
.page-en .about-sec h2 {
	font-size: 3rem;
	letter-spacing: 0.1em;
}
.page-en .about-sec p {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.page-en .type01 .txt h1 {
	letter-spacing: 0.05em;
	line-height: 1.3em;
}
.page-en .page-product .type01 h2 {
	letter-spacing: 0.05em;
	font-size: 2.1rem;
	line-height: 1.6em;
}
.page-en .page-product .type01 .txt {
	padding-left: 2.5%;
	padding-right: 2.5%;
}
.page-en .page-product .type01 .txt-box {
	max-width: 650px;
}
.page-en .page-product .type01 .txt-box p {
	letter-spacing: 0.025em;
}
.page-en .durable .tit {
	width: 20%;
}
.page-en .durable .line {
	width: 80%;
}

@media screen and (max-width: 1500px) {
html {
	font-size: 58%;
}
}

@media screen and (max-width: 1400px) {
html {
	font-size: 55%;
}
body {
	letter-spacing: 0.05em;
}
.type01 .txt h1 {
	font-size: 4rem;
}
.page-product .type01 h2 {
	font-size: 2rem;
}
}

@media screen and (max-width: 1300px) {
.wrap {
	padding: 0 50px;
}
.page-en .page-product .type01 .txt-box {
	line-height: 1.6em;
}
}

@media screen and (max-width: 1250px) {
.page-product .type01 h2 {
	font-size: 1.7rem;
}
}

@media screen and (max-width: 1200px) {
.type01 .img {
	width: 100%;
	height: 60vw;
}
.type01 .txt {
	width: 100%;
	padding: 80px 5%;
}
.type01 .col-box.img .inner {
	position: inherit;
	top: inherit;
	height: auto;
}
.type01 .col-box.img:before {
	display: none;
}
section, .movie-sec, .contact-sec {
	padding: 100px 0;
}
.si01-sec .img {
	background-position: center top;
}
.page-product .type01 .graphic {
	position: inherit;
	top: inherit;
	left: inherit;
	transform: none;
 -webkit- transform: none;
	max-width: 700px;
}
.type01 .graphic-box {
	height: auto;
	padding-bottom: 100px;
}
}

@media screen and (max-width: 1000px) {
.site-header h1 {
}
.product-list h2 {
	font-size: 2rem;
}
}

@media screen and (max-width: 768px) {
/*==================================================
cmn
==================================================*/
html {
	font-size: 45%;
}
body {
	font-size: 14px;
	line-height: 1.8em;
}
.sp {
	display: block;
}
.pc {
	display: none !important;
}
.wrap, .wrap-s {
	padding: 0 5%;
}
span.pin {
	top: -67px;
}
/*==================================================
head
==================================================*/
.site-header h1 {
	padding: 15px 0;
}
.site-header h1 img {
	width: 140px;
	margin-left: -11%;
}
.button-toggle {
	top: 22px;
	right: 5%;
}
.css-bar {
	background: #fff;
}
.css-bar, .css-bar:before, .css-bar:after {
	width: 35px;
	height: 3px;
}
.css-bar:before, .css-bar:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
}
.css-bar:before {
	margin-top: -11px;
}
.css-bar:after {
	margin-top: 8px;
}
.sb-slidebar {
	padding: 5%;
}
.sel-lang {
	position: inherit;
	top: inherit;
	right: inherit;
	color: #000;
	font-size: 100%;
	margin-bottom: 8%;
}
.sel-lang a {
	display: block;
	border: 1px solid #000;
	padding: 8px;
}
/*==================================================
foot
==================================================*/
.site-footer h1 img {
	width: 140px;
}
address {
	font-size: 8px;
	line-height: 1.5em;
	letter-spacing: -0.02em;
}
/*==================================================
content
==================================================*/
.main-content {
	margin-top: 69px;
}
.tit01 {
	margin: 0 0 1.5em;
	font-size: 3.6rem;
}
.detail-link {
	max-width: 280px;
	margin: 30px auto 0;
}
/*==================================================
index
==================================================*/
section {
	padding: 80px 0;
}
.movie-sec, .contact-sec {
	padding: 80px 0 100px;
}
.main-sec {
	background: url(img/top/main_sp.jpg) no-repeat 79% center;
	background-size: cover;
}
.main-sec .txt-box h1 img {
	width: 240px;
}
.news-box .col-box {
	width: 47.5%;
	margin-bottom: 30px;
}
.news-box h2 {
	font-size: 12px;
	line-height: 1.8em;
}
.about-sec {
	padding: 80px 0;
}
.about-sec h1 {
	font-size: 4.4rem;
	line-height: 1.4em;
}
.about-sec h2 {
	font-size: 3.2rem;
	line-height: 1.6em;
}
.about-sec p {
	line-height: 2em;
}
.type01 .txt h1 {
	font-size: 3.6rem;
	line-height: 1.6em;
}
.type01 .txt h1 .txt-en {
	font-size: 1.6rem;
}
.type01 .img {
	height: 100%;
}
.type01 .col-box.img .inner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.type01 .col-box.img:before {
	display: block;
	content: '';
	padding-top: 100%;
}
.product-list .col-box {
	width: 47.5%;
}
.product-list figure {
	max-width: 100px;
}
.page-product .type01 h2 {
	font-size: 2rem;
}
.power h3 {
	font-size: 2.2rem;
}
.power h4 {
	font-size: 2rem;
}
.type01 .graphic-box.col-box.img:before {
	display: none;
}
.type01 .graphic-box.col-box.img .inner {
	position: inherit;
	top: inherit;
}
.durable .line-box01 .number, .durable .line-box02 .line02 .number, .durable .line-box03 .line02 .number {
	bottom: -22px;
}
.durable .line-box02 .line01 .number, .durable .line-box03 .line01 .number {
	font-size: 4rem;
}
.durable .line-object {
	margin: 20px 0;
}
.durable .logo img {
	width: 260px;
}
	.page-product .type01 .txt-box{
		font-size:100%;
	}
	.page-en .page-product .type01 .txt-box {
    line-height: 1.8em;
}
/*==================================================
single
==================================================*/
.page-single {
	padding-top: 40px;
}
.entry-title {
	font-size: 2.8rem;
}
/*==================================================
お問い合わせ
==================================================*/

.contact-box .info-driving .txt-box {
	padding: 0 0 20px;
}
.form-box h3 {
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
}
.must {
}
.table-style01 th {
	display: block;
	width: 100%;
	padding: 10px 10px 10px;
	font-weight: bold;
}
.table-style01 .txt-s {
	font-size: 10px;
	font-size: 1.0rem;
}
.table-style01 td {
	display: block;
	width: 100%;
	padding: 10px 10px 15px;
}
.form-box textarea, .form-box input[type=text], .form-box input[type=email] {
	width: 100%;
	height: 45px;
	border-radius: 0;
	border: #ccc 1px solid;
	padding: 10px;
	font-size: 16px;
}
.form-box textarea {
	height: 100px;
}
.form-box label {
	position: relative;
	padding: 5px 10px 5px 0px;
}
.form-box .mwform-checkbox-field label:after {
	margin-top: -12px;
}
.form-box .mwform-checkbox-field.checked label:before {
	margin-top: -7px;
}
.form-box select {
	width: 100%;
	height: 45px;
	font-size: 16px;
}
.form-box table {
	margin: 20px 0;
}
.form-box .btn-submit li {
	display: block;
	margin: 0 0 10px;
}
.form-box input[type="submit"] {
	display: block;
	padding: 20px 10px;
	width: 100%;
}
.mwform-checkbox-field label, .mwform-radio-field label {
	
	padding: 0 0 5px;
	margin-left: 1em;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !Important;
}
.form-box input[type="submit"] {
	padding: 20px 20px;
	font-size: 16px;
	letter-spacing: 0px;
}
/*==================================================
ENGLISH
==================================================*/
.page-en .page-product .type01 h2 {
	font-size: 2rem;
}
.page-en .page-product .type01 .txt {
	padding-left: 5%;
	padding-right: 5%;
}
.policy-box {
	padding: 20px 10px;
}
.policy-box dt{
	margin-bottom:0;
	}
.mwform-checkbox-field label {
	padding-left: 35px;
	padding-top: 10px;
	display: inline-block;
}
.page-en .durable .line {
    width: 70%;
}
	.page-en .durable .tit {
    width: 30%;
}
}

@media screen and (max-width: 320px) {
.page-en .type01 .txt h1 {
	font-size: 3rem;
}
.page-en .page-product .type01 h2 {
	font-size: 1.7rem;
}
	.policy-box dd {
		font-size:10px;
}
}
