@charset "UTF-8";

.wrap {
	width: 100%;
	padding: 0 0 80px;
}
.mainbox {
	width: 100%;
	height: 490px;
	position: relative;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.company .mainbox {
	background-image: url("../img/companymain.jpg");
}
.recruit .mainbox {
	background-image: url("../img/recruitmain.jpg");
}
.contact .mainbox {
	background-image: url("../img/contactmain.jpg");
}
.wholesale .mainbox {
	background-image: url("../img/wholesalemain.jpg");
}
.electric .mainbox {
	background-image: url("../img/electric.png");

}
.denba .mainbox {
	background-image: url("../img/denba.png");

}
.white .mainbox {
	background-image: url("../img/white.png");
}
.virus .mainbox {
	background-image: url("../img/virus.png");

}

.water .mainbox {
	background-image: url("../img/watermain.jpg");
}
.jet .mainbox {
	background-image: url("../img/jetmain.jpg");
}
.kencos .mainbox {
	background-image: url("../img/kencosmain.jpg");
}
.sterz .mainbox {
	background-image: url("../img/stermain.jpg");
}
.ozon .mainbox {
	background-image: url("../img/ozonmain.jpg");
}
.mask .mainbox {
	background-image: url("../img/maskmain.jpg");
}
.emg .mainbox {
	background-image: url("../img/emermain.jpg");
}
.title {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
	box-sizing: border-box;
	padding: 200px 0 0;
}
.mainbox h1 {
	font-weight: 300;
	font-size: 50px;
	letter-spacing: 0.06em;
	line-height: 1.6em;
	color: #006fc6;
	opacity: 0;
	transform: translate(0, 10px);
	transition: all 1s;
}
.mainbox h1 span {
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
}
.title.eon h1 {
	opacity: 1;
	transform: translate(0,0);
}
.mainbox .h1sub {
	font-size: 17px;
	letter-spacing: 0.06em;
	line-height: 1.6em;
	color: #0b0b0b;
	margin-bottom: 20px;
	opacity: 0;
	transform: translate(0, 10px);
	transition: all 1s;
	transition-delay: .5s;
}
.title.eon .h1sub {
	opacity: 1;
	transform: translate(0,0);
}
.mainbox .p01 {
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.09em;
	line-height: 2em;
	color: #0b0b0b;
	opacity: 0;
	transform: translate(0, 10px);
	transition: all 1s;
	transition-delay: .7s;
}
.title.eon .p01 {
	opacity: 1;
	transform: translate(0,0);
}
.page_history {
	width: 100%;
	height: 45px;
	background: #F7F7F7;
}
.page_history ul {
	width: 90%;
	margin: 0 auto;
	padding: 14px 0 0;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
}
.page_history ul li {
	padding-right: 24px;
	line-height: 1em;
	position: relative;
	font-size: 13px;
}
.page_history ul li a {
	color: #302D2C;
	text-decoration: none;
}
.page_history ul li a:hover {
	text-decoration: underline;
}
.page_history ul li:after {
	content: "/";
	position: absolute;
	right: 9px;
	color: #302D2C;
}
.page_history ul li:last-child {
	font-weight: 500;
	color: #006FC6;
}
.page_history ul li:last-child:after {
	display: none;
}
.content {
	width: 100%;
	padding: 80px 0 0;
}
.content h2 {
	text-align: center;
	font-size: 30px;
	color: #006FC6;
	letter-spacing: 0.06em;
	font-weight: 400;
	position: relative;
	margin-bottom: 60px;
}
.content h2:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 4px;
	background: #006FC6;
	bottom: -15px;
	left: calc(50% - 7px);
}
.content h3 {
	text-align: center;
	font-size: 20px;
	color: #006FC6;
	margin-bottom: 30px;
}
.block_style01 {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
	padding-bottom: 100px;
	margin-bottom: 100px;
	border-bottom: 1px solid #EAEAEA;
}
.block_style02 {
	width: 90%;
	margin: 0 auto 60px;
	max-width: 1000px;
}
.att {
	font-size: 12px;
	display: block;
	color: #302D2C;
	line-height: 1.4em;
	padding: 5px 0 0;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.shopbtn {
	width: 550px;
	height: 110px;
	background: #FFF;
	position: relative;
	margin: 60px auto 0;
	box-sizing: border-box;
	border: solid 1px #006FC6;
	box-shadow: 0px 10px 10px -2px rgba(0,0,0,0.15);
	transition: all .5s;
}
.shopbtn:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);
	right: 25px;
	z-index: 1;
	background: url("../img/arrow_blue.png") no-repeat center center;
	background-size: contain;
	transition: all .5s;
}
.shopbtn:hover:after {
	background: url("../img/arrow_white.png") no-repeat center center;
	background-size: contain;
}
.shopbtn:hover {
	background: #006FC6;
}
.shopbtn p {
	text-align: center;
	color: #006FC6;
	font-size: 22px;
	line-height: 110px;
	font-weight: 500;
	position: relative;
	transition: all .5s;
}
.shopbtn:hover p {
	color: #FFF;
}
.youtube {
	width: 100%;
	max-width: 650px;
	background: #777;
	margin: 0 auto;
}
.ytbox {
	width: 100%;
	max-width: 650px;
	margin: 0 auto 80px;
}
.ytbox p {
	font-size: 18px;
	color: #006FC6;
	font-weight: 500;
	padding-left: 10px;
}
.yt {
  position: relative;
  width: 100%;
	max-width: 650px;
  padding-top: 56.25%;
}
.yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}





/* 会社概要　*/
.company table, .recruit table {
	width: 680px;
	margin: 0 auto 0;
}
.company table th, .company table td, 
.recruit table th, .recruit table td {
 border-bottom: dotted 1px #BFBFBF;
 padding: 10px 0;
 font-size: 14px;
} 
.company table th, .recruit table th {
	width: 30%;
	color: #006FC6;
	font-weight: 400;
	vertical-align: top;
}
.company table td, .recruit table td {
	width: 70%;
}
.company .pbox {
	width: 80%;
	max-width: 790px;
	margin: 0 auto;
}
.company .pbox .p01 {
	line-height: 2.4em;
}
.company .pbox .name {
	text-align: right;
	font-size: 16px;
}
.company .pbox .name span {
	font-weight: 500;
	padding: 10px 0 0;
}

/* 採用情報　*/
.recruit .contactbox {
	width: 460px;
	margin: 0 auto;
	background: #F7F7F7;
	box-sizing: border-box;
	padding: 20px;
}
.contactbox p {
	border-bottom: dotted 1px #BFBFBF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.contactbox dl {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.contactbox dl dt {
	width: 30%;
	color: #006FC6;
	font-weight: 500;
}
.contactbox dl dd {
	width: 70%;
}




/* 卸売事業　*/

.wholesale .h201 {
	font-size: 20px;
	color: #006FC6;
	font-weight: 500;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 20px;
}
.wholesale .h201:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 20px;
	left: 0;
	top: calc(50% - 10px);
	background: #006FC6;
}





.mt24{
margin-top:240px;
}
.mt055{
margin-top:55px;
}
.mt12{
margin-top:120px;
}
.mt050{
margin-top:50px;
}
.mt040{
margin-top:40px;
}
.mt030{
margin-top:30px;
}
.mt10{
margin-top:100px;
}
.mt20{
margin-top:200px;
}
.kome{
font-size:12px;
}



/* DENBA Health-------------------------------------------------------------------------------　*/



.block-item{
display:block;
margin-bottom:30px;
}
.flex-item{
display:flex;
    justify-content: center;
}
.denba .flex-item li img{
width:30vw;
margin-left: 20px;
}
.center-item{

    margin: 0 auto;
}

.border-blue{
    border: 1px #006FC6 solid;
    padding: 3vw;
}




.int h2::after{
display:none;
}
.int .flex-item{
    gap: 40px;

}

.int .flex-item li img{
width:350px;
margin-left:0;
margin-top:10px;
}
.int .int-left{
    width: 49.2%;
}
.int .flex-item li:last-child h3{
    text-align: left;
    font-size: 19px;
margin-bottom:10px;
    font-weight: 400;
}
.mat{
width:47vw;
    margin-top: 50px;
}
.gray-area{
    background: #F7F7F7;
    padding: 15px;
    margin-top: 45px;
    margin-left: 55px;
    margin-right: 55px;
}

.profile{
justify-content: unset;
    align-items: center;
}

.profile .name{
font-size:19px;

}
.profile .position{
margin-left:10px;
font-size:13px;
    font-weight: 300;

}

.profile li p{
    font-weight: 500;
}
.profile .name-item{
position:relative;
width:33%;
margin-left:40px;
}
.profile .name-item::after{
content:"";
position:absolute;
    right: -8%;
    top: -20%;width:2px;
height:94px;
background:#B2B2B2;
}
.denbamain h3{
margin-bottom:0;

}
.denbamain .flex-item{
margin-top:40px;
}
.content .title-denba{
    letter-spacing: 1.1px;
font-size:22px;
}
.area2{
padding: 40px 50px 50px 50px;

    margin-left: 90px;
    margin-right: 90px;
}
.wrap-item{
display:flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;

}
.wrap-item li{
width:25%;
border: 1px #006FC6 solid;
    padding: 18px;
}
.wrap-item li p{
text-align:center;
    padding-bottom: 20px;
color:#006FC6;
}
.wrap-item li img{


}
.use{
width:100%;
}
/* セルフホワイトニング　-------------------------------------------------------------------------*/
.white .text-item{
	font-size:clamp(10px, 1.1vw, 17px);}
.item1 .text-item{
width:45%;

}

.white .block_style03{
    border: 1px #006FC6 solid;
    width: 74%;
    margin: 40px auto;
    padding-bottom: 50px;
}
.white h3{
    font-size: 18px;
    font-weight:bold;
    height: 50px;
    background: #E2EBF2;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;

}
.white .item1 li:last-child{
    margin-left: 5vw;
}
.white .item1 li:last-child img{
    width: 27vw;
    margin-left: 0;
}


.white .item2 img{
width:14vw;
}
.white .item2 .text-item{
width:37%;
}
.white .item2-name{
display:block;
font-size:19px;
}
.white .item2 li ul li{
    font-size: 1.2vw;
}
.white .item2 li ul li ul li{
    list-style: disc;
    margin-left: 20px;
font-weight:400;
}
.white .item2 li ul li ul li::marker{
font-size:50%;
}
.white .item2 li ul li p{
font-weight:500;
}
.white .item2-blue{
color:#006FC6;
}
.white .item2 .item2-right{
    margin-left: 3vw;
}
.white .item3 .text-item{
    width: 37%;

}
.white .item3 img{
width:29vw;
}
.white .item3 li:last-child{
    text-align: center;
    width: 52%;
}

.white .item3 li:last-child h3{
    background: none;
margin-bottom:0;
}
.white .item3 li:last-child p{
font-weight:500;
}
/* virus　---------------------------------------------------------------------------------*/

.virus .virus-intro{
width:170px;
    margin: 50px auto;
}
.virus .none h2::after{
display:none;
}
.virus .testplate h2{
font-size:22px;
}

.list-style li{
    list-style: disc;
    margin-left: 20px;

}
.list-style li::marker{
font-size:50%;
}
.other .list-style li::marker{
font-size:100%;
color:#006FC6;
}
.list-bold{
font-weight: 500;
}

.other .flex-item li img{
width:294px;
    margin-left: 60px;
}
.virus .other h3{
font-size:22px;
text-align:left;
font-weight: bold;
}
.virus .other p{
font-size:18px;
}
.virus .other ul li ul li{
font-size:18px;
}
.virus table {
	width: 720px;
	margin: 0 auto 0;
}
.mask table {
	width: 550px;
	margin: 0 auto 50px;
}
.virus table th, 
.virus table td,
.mask table th,
.mask table td {
 border-bottom: dotted 1px #BFBFBF;
 padding: 15px 0;
 font-size: 18px;
 box-sizing: border-box;
} 
.virus table th, .mask table th {
	width: 30%;
	padding: 15px 0 15px 10px;
	color: #006FC6;
	font-weight: 400;
	vertical-align: top;
}
.virus table td, .mask table td {
	width: 70%;
}
.virus table td .tbox01 {
	width: 90%;
	background: #F7F7F7;
	box-sizing: border-box;
	padding: 5px;
	font-size: 12px;
	line-height: 1.3em;
	display: block;
	margin: 5px 0 0;
}
.virus table td.fig01 img {
	width: 85%;
}
.virus table td.fig02 img {
	width: 65%;
}


/* electric　-----------------------------------------------------------------------------------------------*/
.electric .maintext{
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
}
.electric .jp-img .flex-item{
    align-items: center;
margin-top:-60px;
}
.electric .jp-img img{
width:19vw;
    margin-left: 60px;
}

.electric .plan .flex-item h3{
    font-size: 18px;
    height: 100px;
    background: #E2EBF2;
    align-items: center;
    display: flex;
    justify-content: center;

}
.electric .plan .flex-item{
gap:40px;
}
.electric .plan .flex-item li{
    border: 1px #006FC6 solid;
    width: 74%;
    margin: 40px auto;
    padding-bottom: 50px;

}
.electric .plan .flex-item .blue-area{
    background: #006FC6;
    padding: 30px;
    text-align: center;

    width: 70%;
    margin: 0 auto;
}
.electric .plan .flex-item .blue-area p{
    color: white;
font-size:clamp(13px, 1.3vw, 20px);
    font-weight: bold;
}
.electric .ele-text{

margin: 0 auto;
    width: 85%;
    font-size: 15px;
}

.electric .easy .flex-item{
    align-items: center;

}
.electric .easy .flex-item li{
width:39%;
}
.electric .easy .flex-item li img{

    margin-left: 60px;
}
.electric{
}





/* エアデザインカード　*/
.adcmain {
	width: 100%;
	margin: 0 auto 50px;
	background: url("../img/air_bg.png") no-repeat center center;
	background-size: auto 570px;
}
.adcmain .card_intro {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}

.card .fig_style01 {
	width: 100%;
	margin: 0 auto;
}
.card .fig_style01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.card .fig_style01 > ul > li {
	width: 49%;
	margin-bottom: 2%;
	box-sizing: border-box;
	border: solid 1px #006FC6;
	background: #F7F7F7;
}
.card .fig_style01 > ul > li.noborder {
	border: none;
	background: none;
}
.card .fig_style01 ul > li.full {
	width: 100%;
}
.card .fig_style01 ul li .p01 {
	background: #E2EBF2;
	line-height: 45px;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	font-size: 16px;
	color: #006FC6;
}
.card .fig_style01 .p01 span {
	font-weight: 500;
}
.card .fig_style01 .p01 span.kome {
	padding-left: 15px;
	font-size: 10px;
	font-weight: 400;
}
.card .fig_style01 ul li .databox {
	padding: 15px 15px 10px;
}
.card .splitfive {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.splitfive > li {
	width: 19%;
	box-sizing: border-box;
	margin: 15px 0;
	padding: 0px 15px 0;
}
.splitfive li:nth-child(-n + 4) {
	border-right: 1px dotted #BFBFBF;
}
.heightfix {
	height: 260px;
}
.heightfix .databox {
	text-align: center;
}
.heightfix .databox img {
	height: 180px;
	width: auto;
}
.splittwo {
	width: 100%;
}
.splittwo ul {
	display: flex;
	flex-wrap: wrap;
}
.splittwo ul li {
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	border: solid 1px #006FC6;
	background: #F7F7F7;
}
.splittwo ul li:nth-child(1) {
	margin-bottom: 20px;
}
.splittwo ul li .p02 {
	font-size: 20px;
	text-align: center;
	color: #006FC6;
	padding: 12px 0 0;
}
.pdflist {
	width: 96%;
	margin: 10px auto 0;
}
.pdflist p {
	line-height: 1.4em;
}
.pdflist p a {
	font-size: 12px;
	line-height: 1.4em;
	color: #437AA5;
	text-decoration: none;
}
.pdflist p a:hover {
	text-decoration: underline;
}
.card table {
	width: 720px;
	margin: 0 auto 0;
}
.mask table {
	width: 550px;
	margin: 0 auto 50px;
}
.card table th, 
.card table td,
.mask table th,
.mask table td {
 border-bottom: dotted 1px #BFBFBF;
 padding: 15px 0;
 font-size: 14px;
 box-sizing: border-box;
} 
.card table th, .mask table th {
	width: 30%;
	padding: 15px 0 15px 10px;
	color: #006FC6;
	font-weight: 400;
	vertical-align: top;
}
.card table td, .mask table td {
	width: 70%;
}
.card table td .tbox01 {
	width: 90%;
	background: #F7F7F7;
	box-sizing: border-box;
	padding: 5px;
	font-size: 12px;
	line-height: 1.3em;
	display: block;
	margin: 5px 0 0;
}
.card table td.fig01 img {
	width: 85%;
}
.card table td.fig02 img {
	width: 65%;
}

/* ウォーターサーバー　*/
.numlist {
	width: 100%;
	margin: 0 auto;
}
.numlist ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.numlist ul li {
	width: 49%;
	margin-bottom: 2%;
	box-sizing: border-box;
	border: solid 1px #006FC6;
	background-repeat: no-repeat;
	background-size: 48px auto;
	background-position: left top;
}
.numlist ul li:nth-child(1) {
	background-image: url("../img/num01.png");
}
.numlist ul li:nth-child(2) {
	background-image: url("../img/num02.png");
}
.numlist ul li:nth-child(3) {
	background-image: url("../img/num03.png");
}
.numlist ul li.full {
	width: 100%;
}

.numlist .numbox {
	display: flex;
	flex-wrap: wrap;
}
.numlist .numbox .textbox {
	width: 60%;
	box-sizing: border-box;
	padding: 35px 25px 20px 40px;
}
.numlist .numbox .imgbox {
	width: 40%;
}
.numlist h4 {
	font-size: 20px;
	line-height: 1.7em;
	color: #006FC6;
	padding-bottom: 4px;
}
.numlist .p01 {
	line-height: 1.7em;
}
.voice {
	width: 80%;
	margin: 0 auto;
}
.voice dl {
	padding: 20px 0;
	border-bottom: dotted 1px #BFBFBF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice dl dt {
	width: 90px;
}
.voice dl dd {
	width: calc(100% - 90px);
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
.voice dl dd .p01 {
	font-size: 20px;
	color: #006FC6;
	line-height: 1.8em;
	padding-bottom: 10px;
}
.voice dl dd .p02 {
	line-height: 1.8em;
}


/* JET　*/

.numbox2 .textbox {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 40px 10px;
}
.numbox2 .imgbox {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 40px 15px;
}
.jet .fig01 {
	width: 70%;
	max-width: 650px;
	margin: 0 auto;
	padding-left: 20px;
}
.jet .fig01 img {
	padding-left: 35px;
}
.jet .fig02 {
	width: 80%;
	max-width: 820px;
	margin: 0 auto;
}
.jet .fig03 {
	width: 70%;
	max-width: 730px;
	margin: 0 auto;
}


/* KENCOS　*/

.mode {
	width: 100%;
}
.mode ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mode ul li {
	width: 49%;
}
.mode ul li .p01 {
	font-size: 20px;
	color: #006FC6;
	line-height: 1.8em;
	padding-bottom: 5px;
}
.mode ul li .p02 {
	line-height: 1.8em;
	padding-bottom: 15px;
}
.kencos .fig01 {
	padding-bottom: 40px;
}



/* ステライザ　*/

.system {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.system li {
	width: 49%;
}
.system li .p01 {
	font-size: 24px;
	color: #006FC6;
	line-height: 1.8em;
	padding-bottom: 5px;
}
.system li .p02 {
	line-height: 1.8em;
	padding-bottom: 15px;
}
.result {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.result li {
	width: 24.5%;
	box-sizing: border-box;
	border: solid 1px #006FC6;
	background: #F7F7F7;
}
.result li .p01 {
	text-align: center;
	color: #006FC6;
	font-size: 18px;
	font-weight: 500;
	line-height: 45px;
	background: #E2EBF2;
}
.result li .list {
	font-size: 12px;
	line-height: 1.4em;
	padding: 8px;
}
.sterz .catch01 {
	font-size: 24px;
	color: #006FC6;
	text-align: center;
}
.sterz .fig02 {
	margin: 50px 0;
}
.sterz .lineupbox {
	width: 80%;
	margin: 0 auto 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sterz .spec {
	width: 55%;
}
.sterz .product {
	width: 45%;
	box-sizing: border-box;
	padding: 0 0 0 10%;
}
.lineupbox .spec .p01 {
	font-size: 20px;
	color: #006FC6;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.lineupbox .spec .p01 span {
	font-size: 80%;
	display: block;
	line-height: 1.6em;
	padding-top: 10px;
}
.lineupbox .spec dl {
	width: 100%;
	border-bottom: dotted 1px #BFBFBF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lineupbox .spec dt {
	font-weight: 500;
	color: #006FC6;
	vertical-align: top;
	line-height: 1.6em;
}
.lineupbox .spec dt span {
	font-size: 80%;
}
.lineupbox .spec dd {
	line-height: 1.6em;
}
.lineupbox .spec dd span {
	font-size: 80%;
	display: block;
}
.lineupbox.type01 dt {
	width: 35%;
}
.lineupbox.type01 dd {
	width: 65%;
}

/* オゾン空気清浄機　*/
.numbox3 {
	border-top: dotted 1px #BFBFBF;
	margin-top: 15px;
	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.numbox3 .textbox {
	width: 80%;
	box-sizing: border-box;
	padding: 10px 40px 10px;
}
.numbox3 .imgbox {
	width: 20%;
	box-sizing: border-box;
	padding: 20px 20px 0 0;
}
.ozon .fig01 {
	width: 60%;
	margin: 0 auto 60px;
	max-width: 580px;
}
.ozon .fig02 {
	width: 100%;
	margin: 60px auto 0;
}
.ozon .fig03 {
	width: 80%;
	padding: 15px 0 0;
}
.ozon .fig04 {
	width: 90%;
	padding: 15px 0 0;
}
.ozon .fig05 {
	width: 200px;
	padding: 15px 0 0;
}

.faq {
	width: 80%;
	margin: 0 auto;
}
.faq dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #BFBFBF;
}
.faq dl dt {
	width: 100%;
	box-sizing: border-box;
	padding-left: 25px;
	font-size: 20px;
	color: #006FC6;
	line-height: 1.6em;
	position: relative;
	margin-bottom: 10px;
}
.faq dl dt:before {
	content: "Q.";
	position: absolute;
	left: 0;
}
.faq dl dd {
	width: 100%;
	box-sizing: border-box;
	padding-left: 25px;	
	line-height: 1.6em;
	position: relative;
}
.faq dl dd:before {
	content: "A.";
	position: absolute;
	color: #006FC6;
	left: 0;
	font-size: 20px;
}
.ozon .lineupbox.type02 {
	width: 90%;
	margin: 0 auto 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ozon .lineupbox.type02 .spec {
	width: 40%;
}
.ozon .lineupbox.type02 .product {
	width: 60%;
	box-sizing: border-box;
	padding: 0 0 0 5%;
}
.lineupbox.type02 dt {
	width: 40%;
}
.lineupbox.type02 dd {
	width: 60%;
}
.ozon .lineupbox.type03, .ozon .lineupbox.type04, .ozon .lineupbox.type05 {
	width: 70%;
	margin: 0 auto 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ozon .lineupbox.type03 .spec, .ozon .lineupbox.type04 .spec, .ozon .lineupbox.type05 .spec {
	width: 60%;
}
.ozon .lineupbox.type03 .product, .ozon .lineupbox.type04 .product, .ozon .lineupbox.type05 .product {
	width: 40%;
	box-sizing: border-box;
	padding: 0 0 0 5%;
}
.lineupbox.type03 dt {
	width: 55%;
}
.lineupbox.type03 dd {
	width: 45%;
}
.lineupbox.type04 dt {
	width: 40%;
}
.lineupbox.type04 dd {
	width: 60%;
}
.lineupbox.type05 dt {
	width: 25%;
}
.lineupbox.type05 dd {
	width: 75%;
}


/* N-95マスク　*/

.mp01 {
	text-align: center;
}
.mask .fig01 {
	width: 65%;
	margin: 50px auto 0;
}
.masksbs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 60px;
}
.masksbs li {
	width: 49%;
	border: solid 1px #006FC6;
	box-sizing: border-box;
	padding: 20px;
}
.masksbs li .p01 {
	font-size: 24px;
	text-align: center;
	color: #006FC6;
	line-height: 1.8em;
	padding-bottom: 5px;
}
.masksbs li .p02 {
	line-height: 1.8em;
	padding-bottom: 15px;
}
.mask .fig02 {
	width: 50%;
	margin: 20px auto 0;
}
.mask .fig03 {
	width: 60%;
	margin: 30px auto 0;
}
.fnote {
	width: 80%;
	margin: 0 auto 20px;
	font-size: 13px;
}


/* 非常持ち出し袋　*/

.emg .lineupbox {
	width: 100%;
	margin: 50px auto 100px;
	position: relative;
}
.emg .lineupbox .spec {
	width: 380px;
	position: absolute;
	left: 12%;
	top: 5%;
}
.emg .lineupbox .spec dt {
	width: 17%;
}
.emg .lineupbox .spec dd {
	width: 83%;
}
.emg .lineupbox .product {
	width: 70%;
	box-sizing: border-box;
	margin-left: 30%;
	padding: 50px 0 0 0;
}

/*  /////////////////////////////////////////////////////////   TAB  */
@media screen and (max-width: 1000px) {
.wrap {
	width: 100%;
	padding: 0 0 80px;
}
.mainbox:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
}
.mainbox {
	width: 100%;
	height: 350px;
	position: relative;
}
.title {
	padding: 120px 0 0;
}
.mainbox h1 {
	font-size: 36px;
}
.mainbox .h1sub {
	font-size: 15px;
}
.page_history {
	width: 100%;
	height: 40px;
	background: #F7F7F7;
}
.page_history ul {
	padding: 12px 0 0;
}
.page_history ul li {
	padding-right: 18px;
	font-size: 11px;
}
.page_history ul li:after {
	right: 7px;
}
.content {
	width: 100%;
	padding: 60px 0 0;
}
.content h2 {
	font-size: 24px;
}
.content h3 {
	font-size: 18px;
	margin-bottom: 30px;
}
.block_style01 {
	width: 90%;
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid #EAEAEA;
}
.shopbtn {
	width: 450px;
}
.youtube {
	width: 90%;
}





/* 会社概要　*/
.company table, .recruit table {
	width: 80%;
}


/* 採用情報　*/
.recruit .contactbox {
	width: 460px;
	margin: 0 auto;
	background: #F7F7F7;
	box-sizing: border-box;
	padding: 20px;
}
.contactbox p {
	border-bottom: dotted 1px #BFBFBF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.contactbox dl {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.contactbox dl dt {
	width: 30%;
	color: #006FC6;
	font-weight: 500;
}
.contactbox dl dd {
	width: 70%;
}




/* 卸売事業　*/

.wholesale .h201 {
	font-size: 20px;
	color: #006FC6;
	font-weight: 500;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 20px;
}
.wholesale .h201:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 20px;
	left: 0;
	top: calc(50% - 10px);
	background: #006FC6;
}


/* エアデザインカード　*/
.splittwo ul li .p02 {
	font-size: 17px;
}
.card table {
	width: 90%;
	margin: 0 auto 0;
}
.mask table {
	width: 550px;
	margin: 0 auto 50px;
}


/* ウォーターサーバー　*/
.water .mainbox {
	background-position: 70% center;
}
.voice {
	width: 90%;
	margin: 0 auto;
}



/* JET　*/

.jet .fig02 {
	width: 90%;
}
.jet .fig03 {
	width: 90%;
}


/* KENCOS　*/
.kencos .mainbox {
	background-position: 70% center;
}
.mode ul li .p01 {
	font-size: 17px;
}



/* ステライザ　*/

.system {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.system li {
	width: 48.5%;
}
.system li .p01 {
	font-size: 20px;
}
.result li .p01 {
	font-size: 13px;
	line-height: 30px;
}
.result li .list {
	font-size: 11px;
}
.sterz .catch01 {
	font-size: 20px;
}
.sterz .fig02 {
	margin: 50px 0;
}
.sterz .lineupbox {
	width: 90%;
	margin: 0 auto 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* オゾン空気清浄機　*/
.numbox3 {
	border-top: dotted 1px #BFBFBF;
	margin-top: 15px;
	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.numbox3 .textbox {
	width: 80%;
	box-sizing: border-box;
	padding: 10px 40px 10px;
}
.numbox3 .imgbox {
	width: 20%;
	box-sizing: border-box;
	padding: 20px 20px 0 0;
}
.ozon .fig01 {
	width: 60%;
	margin: 0 auto 60px;
	max-width: 580px;
}
.ozon .fig02 {
	width: 100%;
	margin: 60px auto 0;
}
.ozon .fig03 {
	width: 80%;
	padding: 15px 0 0;
}
.ozon .fig04 {
	width: 90%;
	padding: 15px 0 0;
}
.ozon .fig05 {
	width: 200px;
	padding: 15px 0 0;
}

.faq {
	width: 90%;
	margin: 0 auto;
}
.ozon .lineupbox.type02 {
	width: 90%;
}
.ozon .lineupbox.type03, .ozon .lineupbox.type04, .ozon .lineupbox.type05 {
	width: 90%;
}



/* N-95マスク　*/

.mp01 {
	text-align: center;
}
.mask .fig01 {
	width: 65%;
	margin: 50px auto 0;
}
.masksbs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 60px;
}
.masksbs li {
	width: 49%;
	border: solid 1px #006FC6;
	box-sizing: border-box;
	padding: 20px;
}
.masksbs li .p01 {
	font-size: 24px;
	text-align: center;
	color: #006FC6;
	line-height: 1.8em;
	padding-bottom: 5px;
}
.masksbs li .p02 {
	line-height: 1.8em;
	padding-bottom: 15px;
}
.mask .fig02 {
	width: 50%;
	margin: 20px auto 0;
}
.mask .fig03 {
	width: 80%;
	margin: 30px auto 0;
}


/* 非常持ち出し袋　*/

.emg .lineupbox {
	width: 100%;
	margin: 50px auto 100px;
	position: relative;
}
.emg .lineupbox .spec {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
}
.emg .lineupbox .spec dt {
	width: 17%;
}
.emg .lineupbox .spec dd {
	width: 83%;
}
.emg .lineupbox .product {
	width: 90%;
	box-sizing: border-box;
	margin-left: 10%;
	padding: 50px 0 0 0;
}
}


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

.wrap {
	padding: 0 0 60px;
}
.mainbox {
	width: 100%;
	height: 250px;
}
.mainbox:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
}
.title {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
	box-sizing: border-box;
	padding: 120px 0 0;
}
.mainbox h1 {
	font-size: 24px;
	letter-spacing: 0.02em;
}
.mainbox h1 span {
	font-size: 11px;
	padding-left: 10px;
}
.mainbox .h1sub {
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.6em;
}
.mainbox .p01 {
	position: absolute;
	top: 260px;
	width: 90%;
	bottom: auto;
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}
.page_history {
	display: none;
}
.content {
	width: 100%;
	padding: 110px 0 0;
}
.content h2 {
	font-size: 20px;
	letter-spacing: 0.01em;
	margin-bottom: 40px;
}
.content h2:after {
	height: 3px;
	bottom: -10px;
}
.content h3 {
	text-align: center;
	font-size: 17px;
	color: #006FC6;
	margin-bottom: 30px;
}
.block_style01 {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #EAEAEA;
}
.block_style02 {
	width: 90%;
	margin: 0 auto 50px;
}
.att {
	font-size: 11px;
	display: block;
	color: #302D2C;
	line-height: 1.4em;
	padding: 5px 0 0;
}
.center {
	text-align: center;
}
.right {
	text-align: left;
}
.shopbtn {
	width: 90%;
	height: 70px;
	background: #FFF;
	position: relative;
	margin: 60px auto 0;
	box-sizing: border-box;
	border: solid 1px #006FC6;
	box-shadow: 0px 10px 10px -2px rgba(0,0,0,0.15);
	transition: all .5s;
}
.shopbtn:after {
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	right: 15px;
}
.shopbtn p {
	font-size: 18px;
	line-height: 70px;
}
.youtube {
	width: 90%;
	margin: 0 auto;
}
.ytbox {
	width: 100%;
	margin: 0 auto 50px;
}
.ytbox p {
	font-size: 16px;
	padding-left: 5px;
}

.electric .mainbox {
    background-position: 0% center;
}
.denba .mainbox {
        background-position: 20% center;
}
.white .mainbox {

}
.virus .mainbox {
        background-position: 35% center;
}




/* 会社概要　*/
.company table, .recruit table {
	width: 86%;
	margin: 0 auto 0;
} 
.company table th, .recruit table th {
	width: 100%;
	display: block;
	padding: 10px 0 0;
	border-bottom: none;
}
.company table td, .recruit table td {
	width: 100%;
	display: block;
	padding: 0 0 10px;
	border-bottom: dotted 1px #BFBFBF;
}
.company .pbox {
	width: 80%;
	margin: 0 auto;
}
.company .pbox .p01 {
	line-height: 2.2em;
}
.company .pbox .name {
	text-align: right;
	font-size: 16px;
	padding: 50px 0 0;
}

/* 採用情報　*/
.recruit .contactbox {
	width: 90%;
	padding: 15px;
}
.contactbox p {
	border-bottom: dotted 1px #BFBFBF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.contactbox dl {
	width: 90%;
}
.contactbox dl dt {
	width: 25%;
	color: #006FC6;
	font-weight: 500;
}
.contactbox dl dd {
	width: 75%;
}




/* 卸売事業　*/

.wholesale .h201 {
	font-size: 18px;
	padding-left: 10px;
	margin-top: 22px;
}
.wholesale .h201:after {
	width: 3px;
	top: calc(50% - 9px);
}


.flex-item{
    flex-direction: column;
        gap: 20px;
}


/*denba*/


.denba li{
margin:0 auto;
}

.denba .flex-item li img{
margin-left:0;
width:300px;
}

.int .int-left{
width:100%;
}


.profile .name-item{
width:100%;
    margin-left: 0;
}


.profile .name-item::after{
display:none;
}

.gray-area{
    margin-left: 0;
    margin-right: 0;
}

.wrap-item li{
width:100%;
}
.denba .content h2{
margin-top:30px;
}
.content .title-denba{
font-size:18px;
}

/*white*/

.white li{
margin:0 auto;
}

.white .text-item{
font-size:14px;

}

.white .content h3{
height:80px;
}

.item1 .text-item{
width:85%;
}
.white .item1 li:last-child{
        margin: 0 auto;
}
.white .item1 li:last-child img{
width:225px;
}

.white .item2 .text-item{
width:85%;
}
.white .item2 .item2-right{
        margin: 0 auto;
}
.white .item2 li ul li {
    font-size: 12px;
}
.white .item2 img{
width:140px;
}
.white .item3 .text-item{
width:85%;

}
.white .item3 li:last-child{
width:100%;

}

.white .item3 img{
    width: 230px;

}

.white .block_style03{
width:90%;
}
/*virus*/





.virus .virus-intro{
width:100px;
}


.virus h2{
        width: 90%;
        margin: 0 auto 40px auto;
}




.virus table{
width:100%;
}
.virus .other p{
font-size:14px;
}
.virus .other h3{
font-size:18px;
}
.virus .other ul li ul li{
font-size:14px;
}
.other .flex-item li img{
        margin: 0 auto;
}
.virus .mt10{
margin-top:50px;
}
.virus table th, .virus table td, .mask table th, .mask table td{
font-size:12px;
}

/*electric*/
.electric .maintext{
    width: 90%;
    margin: 0 auto 50px auto;
    font-size:22px;
}
.electric .jp-img .flex-item{
margin-top:0;
}

.electric .jp-img img{
    width: 180px;
margin-left:0;
}
.electric .plan .flex-item h3{
line-height:26px;
}
.electric .plan .flex-item li{
width:100%;
    margin: 20px auto;

}

.electric .easy .flex-item li{
width:100%;
}
.electric .easy .flex-item li img{
margin-left:0;
}

/* エアデザインカード　*/
.card .mainbox {
	background-position: 70% center;
}
.adcmain {
	width: 100%;
	margin: 0 auto 50px;
	background: url("../img/air_bg.png") no-repeat center center;
	background-size: auto 150%;
}
.adcmain .card_intro {
	width: 90%;
	margin: 0 auto;
}

.card .fig_style01 {
	width: 100%;
	margin: 0 auto;
}
.card .fig_style01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.card .fig_style01 > ul > li {
	width: 100%;
	margin-bottom: 2%;
	box-sizing: border-box;
	border: solid 1px #006FC6;
	background: #F7F7F7;
}
.card .fig_style01 > ul > li.noborder {
	border: none;
	background: none;
}
.card .fig_style01 ul > li.full {
	width: 100%;
}
.card .fig_style01 ul li .p01 {
	background: #E2EBF2;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 0 0 10px;
	font-size: 14px;
	color: #006FC6;
}
.card .fig_style01 .p01 span.kome {
	padding-left: 10px;
	font-size: 10px;
	font-weight: 400;
}
.card .fig_style01 ul li .databox {
	padding: 15px 15px 10px;
}
.card .splitfive {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.splitfive > li {
	width: 48%;
	box-sizing: border-box;
	margin: 15px 0;
	padding: 0px 15px 0;
}
.splitfive li:nth-child(odd) {
	border-right: 1px dotted #BFBFBF;
}
.splitfive li:nth-child(even) {
	border-right: none;
}
.heightfix {
	height: auto;
}
.heightfix .databox {
	text-align: center;
}
.heightfix .databox img {
	height: 150px;
	width: auto;
}
.splittwo {
	width: 100%;
}
.splittwo ul {
	display: flex;
	flex-wrap: wrap;
}
.splittwo ul li {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: solid 1px #006FC6;
	background: #F7F7F7;
}
.splittwo ul li:nth-child(1) {
	margin-bottom: 5px;
}
.splittwo ul li .p02 {
	font-size: 16px;
	text-align: center;
	color: #006FC6;
	padding: 5px 0 5px;
}
.pdflist {
	width: 96%;
	margin: 10px auto 0;
}
.pdflist p {
	line-height: 1.4em;
}
.pdflist p a {
	font-size: 12px;
	line-height: 1.4em;
	color: #437AA5;
	text-decoration: none;
}
.pdflist p a:hover {
	text-decoration: underline;
}

.card table {
	width: 90%;
	margin: 0 auto 0;
}
.mask table {
	width: 550px;
	margin: 0 auto 50px;
}
.card table th, 
.card table td,
.mask table th,
.mask table td {
 border-bottom: dotted 1px #BFBFBF;
 padding: 15px 0;
 font-size: 13px;
 box-sizing: border-box;
} 
.card table th, .mask table th {
	width: 100%;
	display: block;
	padding: 10px 0 0;
	border-bottom: none;
}
.card table td, .mask table td {
	width: 100%;
	padding: 0 0 10px;
	display: block;
	border-bottom: dotted 1px #BFBFBF;
}
.card table td .tbox01 {
	width: 100%;
}
.card table td.fig01 img {
	width: 100%;
}
.card table td.fig02 img {
	width: 100%;
}

/* ウォーターサーバー　*/
.water .mainbox {
	background-position: 70% center;
}
.numlist {
	width: 100%;
	margin: 0 auto;
}
.numlist ul li {
	width: 100%;
	margin-bottom: 2%;
	box-sizing: border-box;
	border: solid 1px #006FC6;
	background-repeat: no-repeat;
	background-size: 32px auto;
	background-position: left top;
}
.numlist ul li.full {
	width: 100%;
}

.numlist .numbox {
	display: flex;
	flex-wrap: wrap;
}
.numlist .numbox .textbox {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px 20px;
}
.numlist .numbox .imgbox {
	width: 100%;
}
.numlist h4 {
	font-size: 17px;
	line-height: 1.4em;
	color: #006FC6;
	padding-bottom: 4px;
}
.numlist .p01 {
	line-height: 1.7em;
}
.voice {
	width: 90%;
	margin: 0 auto;
}
.voice dl {
	padding: 20px 0;
	border-bottom: dotted 1px #BFBFBF;
}
.voice dl dt {
	width: 50px;
}
.voice dl dd {
	width: calc(100% - 50px);
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
.voice dl dd .p01 {
	font-size: 16px;
	line-height: 1.6em;
	padding-bottom: 5px;
}
.voice dl dd .p02 {
	line-height: 1.8em;
}


/* JET　*/
.jet .mainbox {
	background-position: 70% center;
}
.numbox2 .textbox {
	width: 100%;
	box-sizing: border-box;
	padding: 25px 20px 20px;
}
.numbox2 .imgbox {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 15px;
}
.jet .fig01 {
	width: 90%;
	margin: 0 auto;
	padding-left: auto;
}
.jet .fig01 img {
	padding-left: 0;
}
.jet .fig02 {
	width: 100%;
	margin: 0 auto;
}
.jet .fig03 {
	width: 100%;
	margin: 0 auto;
}


/* KENCOS　*/
.kencos .mainbox {
	background-position: 70% center;
}
.mode {
	width: 100%;
}
.mode ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mode ul li {
	width: 100%;
	margin-bottom: 20px;
}
.mode ul li .p01 {
	font-size: 16px;
}
.mode ul li .p02 {
	line-height: 1.8em;
	padding-bottom: 10px;
}
.kencos .fig01 {
	padding-bottom: 20px;
}



/* ステライザ　*/

.system {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.system li {
	width: 100%;
}
.system li .p01 {
	font-size: 18px;
}
.result {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.result li {
	width: 100%;
	margin-bottom: 10px;
}
.result li .p01 {
	font-size: 14px;
	line-height: 35px;
}
.result li .list {
	font-size: 11px;
	line-height: 1.4em;
	padding: 8px;
}
.sterz .catch01 {
	font-size: 17px;
	color: #006FC6;
	text-align: center;
}
.sterz .fig02 {
	margin: 30px 0;
}
.sterz .lineupbox {
	width: 90%;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sterz .spec {
	width: 100%;
}
.sterz .product {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 5% 10%;
	text-align: center;
}
.sterz .product img {
	max-width: 200px;
}
.lineupbox .spec .p01 {
	font-size: 18px;
	color: #006FC6;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.lineupbox .spec .p01 span {
	font-size: 80%;
	display: block;
	line-height: 1.6em;
	padding-top: 10px;
}
.lineupbox .spec dl {
	width: 100%;
	border-bottom: dotted 1px #BFBFBF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lineupbox .spec dt {
	font-weight: 500;
	color: #006FC6;
	vertical-align: top;
	line-height: 1.6em;
	font-size: 12px;
}
.lineupbox .spec dt span {
	font-size: 80%;
}
.lineupbox .spec dd {
	line-height: 1.6em;
	font-size: 12px;
}
.lineupbox .spec dd span {
	font-size: 80%;
	display: block;
}
.lineupbox.type01 dt {
	width: 35%;
}
.lineupbox.type01 dd {
	width: 65%;
}

/* オゾン空気清浄機　*/
.ozon .mainbox {
	background-position: 70% center;
}
.numbox3 {
	border-top: dotted 1px #BFBFBF;
	margin-top: 15px;
	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.numbox3 .textbox {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px 10px;
}
.numbox3 .imgbox {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 0 20px;
}
.numbox3 .imgbox img {
	max-width: 150px;
}
.ozon .fig01 {
	width: 90%;
	margin: 0 auto 40px;
}
.ozon .fig02 {
	width: 100%;
	margin: 40px auto 0;
}
.ozon .fig03 {
	width: 100%;
	padding: 15px 0 0;
}
.ozon .fig04 {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 0;
}
.ozon .fig05 {
	width: 180px;
	padding: 15px 0 0;
}

.faq {
	width: 90%;
	margin: 0 auto;
}
.faq dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #BFBFBF;
}
.faq dl dt {
	width: 100%;
	box-sizing: border-box;
	padding-left: 25px;
	font-size: 16px;
	color: #006FC6;
	line-height: 1.6em;
	position: relative;
	margin-bottom: 10px;
}
.faq dl dt:before {
	content: "Q.";
	position: absolute;
	left: 0;
}
.faq dl dd {
	width: 100%;
	box-sizing: border-box;
	padding-left: 25px;	
	line-height: 1.6em;
	position: relative;
}
.faq dl dd:before {
	content: "A.";
	position: absolute;
	color: #006FC6;
	left: 0;
	font-size: 16px;
}
.ozon .lineupbox.type02 {
	width: 100%;
	margin: 0 auto 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ozon .lineupbox.type02 .spec {
	width: 100%;
	margin-bottom: 15px;
}
.ozon .lineupbox.type02 .product {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 5%;
}
.lineupbox.type02 dt {
	width: 40%;
}
.lineupbox.type02 dd {
	width: 60%;
}
.ozon .lineupbox.type03, .ozon .lineupbox.type04, .ozon .lineupbox.type05 {
	width: 90%;
	margin: 0 auto 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ozon .lineupbox.type03 .spec, .ozon .lineupbox.type04 .spec, .ozon .lineupbox.type05 .spec {
	width: 100%;
}
.ozon .lineupbox.type03 .product, .ozon .lineupbox.type04 .product, .ozon .lineupbox.type05 .product {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0 0;
	text-align: center;
}
.ozon .lineupbox.type03 .product img, .ozon .lineupbox.type04 .product img, .ozon .lineupbox.type05 .product img {
	max-width: 150px;
}
.lineupbox.type03 dt {
	width: 40%;
}
.lineupbox.type03 dd {
	width: 60%;
}
.lineupbox.type04 dt {
	width: 40%;
}
.lineupbox.type04 dd {
	width: 60%;
}
.lineupbox.type05 dt {
	width: 40%;
}
.lineupbox.type05 dd {
	width: 60%;
}


/* N-95マスク　*/
.mask .mainbox {
	background-position: 55% center;
}
.mp01 {
	text-align: center;
}
.mask .fig01 {
	width: 90%;
	margin: 30px auto 0;
}
.masksbs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 30px;
}
.masksbs li {
	width: 100%;
	border: solid 1px #006FC6;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 10px;
}
.masksbs li .p01 {
	font-size: 18px;
	text-align: center;
	color: #006FC6;
	line-height: 1.8em;
	padding-bottom: 5px;
}
.masksbs li .p02 {
	line-height: 1.8em;
	padding-bottom: 15px;
}
.mask .fig02 {
	width: 70%;
	margin: 10px auto 0;
}
.mask .fig03 {
	width: 90%;
	margin: 30px auto 0;
}
.mask .fig04 {
	width: 100%;
}
.mask table {
	width: 90%;
	margin: 0 auto;
}
.fnote {
	width: 90%;
	margin: 10px auto 20px;
	font-size: 12px;
}


/* 非常持ち出し袋　*/
.emg .mainbox {
	background-position: 70% center;
}
.emg .lineupbox {
	width: 90%;
	margin: 50px auto 100px;
	position: relative;
}
.emg .lineupbox .spec {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
}
.emg .lineupbox .spec dt {
	width: 30%;
}
.emg .lineupbox .spec dd {
	width: 70%;
}
.emg .lineupbox .product {
	width: 100%;
	box-sizing: border-box;
	margin-left: 0;
	padding: 50px 0 0 0;
}
}