@charset "UTF-8";
/* CSS Document */



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


.contents2 h1#ogr,
.contents2 h1#tag{
  width: 100%;
  background: url("../img/ogr_mainimg_bg.jpg") repeat-x left top;
  text-align: center;
}

.contents2 h1#xgr,
.contents2 h1#seg{
  width: 100%;
  background: url("../xgr-rec-ap/img/xgr_mainimg_bg.jpg") repeat-x left top;
  text-align: center;
}

.contents2 h1#lgr{
  width: 100%;
  background: url("../lgr-3r-ap/img/lgr_mainimg_bg.jpg") repeat-x left top;
  text-align: center;
}

.contents2 h1#ewr{
  width: 100%;
  background: url("../ewr-3r-ap/img/ewr_mainimg_bg.jpg") repeat-x left top;
  text-align: center;
}

.contents2 h1#efr{
  width: 100%;
  background: url("../efr-3r-ap/img/efr_mainimg_bg.jpg") repeat-x left top;
  text-align: center;
}

.contents2 h1#bda{
  width: 100%;
  background: url("../bda-3hl-ap/img/bda_mainimg_bg.jpg") repeat-x left top;
  text-align: center;
}

.contents2 h1#bde{
  width: 100%;
  background: url("../bde-3hl-ap/img/bde_mainimg_bg.jpg") repeat-x left top;
  text-align: center;
}

.contents2 h1#bfrs{
  width: 100%;
  background: url("../bfrs-3f-ap/img/bfrs_mainimg_bg.jpg") repeat-x left top;
  text-align: center;
}

.contents2 h1#bfr{
  width: 100%;
  background: url("../bfr-1e-ap/img/bfr_mainimg_bg.jpg") repeat-x left top;
  text-align: center;
}

.contents2 h1#agg{
  width: 100%;
  background: #b3a99c;
  text-align: center;
}

.contents2 h1 img{
  width: 1000px;
}

.product_detail_01{
  width: 100%;
}

/* tab */
.tab_area_wrapper{
  width: 100%;
  background: #d7d7d7;
  height: 136px;
  padding: 16px 0 0;
}

.tab_area{
  width: 1000px;
  height: 136px;
  margin: 0 auto;
  overflow:hidden;
  display:flex;
  flex-wrap:wrap;
}
  
.tab_area li{
  width:320px; 
  height:136px;
  margin-right: 20px;
  position: relative;
}

.tab_area li.select::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width:320px; 
  height:136px;
  background: url("../img/tab_select.png") no-repeat left top;
  background-size: 320px auto;
}
  
.tab_area li img{
  width:320px; 
  height:120px;
}
  
.tab_area li:nth-child(3){
  margin-right: 0;
}
  
.content_area{
  width: 1000px;
  margin: 0 auto;
}

.main{
  display:flex;
  flex-wrap:wrap;
  padding: 55px 0 0 0;
}

#mainImg p{
  font-size: 12px;
  margin: -30px 0 55px;
}

.main .main_img{
  width: 455px;
  padding: 0 45px 40px 0;
}

.main .main_txt{
  width: 500px;
}
  
.contents2#product h2{
  font-size: 22px;
  border-bottom: 1px solid #b2b2b2;
  padding:0 0 15px 14px;
  margin-bottom: 16px;
  line-height: 24px;
  position: relative;
}

.contents2#product .main .main_txt h2{
  font-size: 22px;
  padding:0 0 0 14px;
  margin-left: 10px;
  border-bottom:none;
}
  
.contents2#product h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width:6px; 
  height:24px;
  background: #000;
}

.keyword,
.color{
  margin-bottom: 40px;
}

.keyword ul{
  width: 100%;
  display:flex;
  flex-wrap:wrap;
}

.keyword ul li{
  font-size: 16px;
  line-height: 32px;
  border: 1px solid #b2b2b2;
  border-radius: 16px;
  margin: 0 12px 9px 0;
  padding: 0 20px;
}

.color ul{
  width: 100%;
  display:flex;
  flex-wrap:wrap;
}

.color ul li{
  width: 150px;
  padding-right: 16px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}

.color ul li:hover{
  opacity: .8;
}

.color ul li img{
  width: 100%;
}


.color ul li p{
  font-size: 12px;
  margin: 20px 5px 0;
}
.color p {
    font-size: 12px;
    margin: 20px 5px 0;
}

.function{
  font-size: 14px;
  margin: 0 -8px 80px 0;
}

.function ul{
  display:flex;
  flex-wrap:wrap;
  margin-top: 15px;
}

.function ul li{
  width: 76px;
  height: 76px;
  margin: 0 8px 8px 0;
}

.function ul li.pc_no{
  display: none;
}

.function ul li.func_oilsmasher{
  width: 244px;
}

.function ul li.func_automatic_cleaning{
  width: 160px;
}

.function ul li img{
  width: 100%;
}

/* modal */

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}

/* モーダル背景 */
.modal-bg{
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 400px;
  background: white;
  padding: 30px 40px;
  font-size: 16px;
}

.modal-content h3{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 3px;
}

.modal-content p{
  padding-bottom: 10px;
}

.modal-content p.txt_s{
  font-size: 12px;
  line-height: 1.5;
}

/* モーダルウィンドウ表示中に記事本体を固定 */

.btn_close{
  display: block;
  width: 160px;
  margin: 20px auto 0;
  background: #004e8c;
  line-height: 32px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
}

.name_price{
  padding-bottom: 50px;
}

.name_price h3{
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin:25px 0 20px;
}

.name_price ul{
  display:flex;
  flex-wrap:wrap;
  margin-bottom: 40px;
}

.name_price ul li{
  width: 320px;
  margin-right: 20px;
}

.name_price ul li:nth-child(3){
  margin-right: 0;
}

.name_price table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  table-layout: fixed;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}

.name_price table tr th{
  background: #efefef;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  width: 75px;
  border-bottom: 1px solid #cdcdcd;
}

.name_price table td{
  border-left: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 1em 1em;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.7;
}

.name_price .table_02{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  table-layout: fixed;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  margin-bottom: 90px;
}

.w60{
  width: 60% !important;
}

.w660{
  width: 660px !important;
}

.w30{
  width: 32% !important;
}

.name_price .table_02 tr th{
  background: #efefef;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  width: 75px;
  border-bottom: 1px solid #cdcdcd;
}

.name_price .table_02 td{
  padding: 0;
  border-left: none;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.7;
}

.name_price .table_02 td ul{
  display:flex;
  margin-bottom: 0;
}

.name_price .table_02 td ul li{
  width : 33.33%;
  border-left: 1px solid #cdcdcd;
  padding: 1em 1em;
  box-sizing: border-box;
  margin-right: 0;
}


.name_price .table_02.w60 td ul li{
  width : calc(100% / 2) ;
}

.txt_name{
  font-size: 16px;
  font-weight: bold;
}

.txt_color{
  font-size: 12px;
}

.txt_price{
  font-size: 16px;
}

.txt_price span{
  font-size: 12px;
}

.option{
  margin-bottom: 90px;
}

.option .btn_b{
  width: 340px;
  margin-top: 30px;
}

.product_detail_02{
  width: 1000px;
  margin: 0 auto;
}

.product_detail_02 h3{
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  color: #1b365d;
  margin: 40px 0 0;
}

.product_detail_02 h4{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
}

.product_detail_02 .txt_s{
  font-size: 12px;
  padding: 0 0 40px;
  line-height: 1.5;
}

.product_detail_02 .btn_b{
  width: 500px;
  font-size: 20px;
}

.product_detail_02 .read{
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}

.product_detail_02 img{
  width: 100%;
}

#oilsmasher,
#random_driving{
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 100px;
  border-bottom: 2px solid #0169a4;
}

#oilsmasher .detail_01{
  display:flex;
  flex-wrap:wrap;
  width: 920px;
  margin:0 40px 60px;
}

#oilsmasher .detail_01 li:first-child{
  width: 528px;
  margin-right: 32px;
  text-align: center;
}

#oilsmasher .detail_01 li:first-child .oilsmasher_title{
padding-bottom: 25px;
}

#oilsmasher .detail_01 li:first-child .oilsmasher_img{
  width: 480px;
}

#oilsmasher .detail_01 li:nth-child(2){
  width: 360px;
}

#oilsmasher .detail_02{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  margin-bottom: 83px;
}

#oilsmasher .detail_02 p{
  font-size: 22px;
  color: #1b365d;
  font-weight: bold;
  line-height: 54px;
}

#oilsmasher .detail_02 .btn_b{
  width: 310px;
  margin: 0 0 0 25px;
  font-size: 20px;
}

#oilsmasher .detail_03{
  width: 1000px;
  background: #dff2fc;
  margin: 23px 0 20px;
}

#oilsmasher .detail_03 h5{
  width: 414px;
  margin: 0 auto;
}

#oilsmasher .detail_03 h5 img{
  margin: -23px 0 15px;
}

#oilsmasher .detail_03 ul{
  display:flex;
}

#oilsmasher .detail_03 ul li{
  width: 460px;
  padding: 0 15px 0 25px;
}

#oilsmasher .detail_03 .txt_s{
  padding: 20px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}

#random_driving .detail_01{
  display:flex;
  margin-bottom: 0px;
}

#random_driving .detail_01 .read{
  text-align: left;
  width: 630px;
  margin:0 36px 0 0;
}

#random_driving .detail_01 img{
  width: 334px;
}

#random_driving .detail_02{
  margin-bottom: 50px;
}

#random_driving .detail_02 img{
  width: 100%;
}

#random_driving .detail_02 h5{
 font-size: 24px;
 font-weight: bold;
 color: #0169a4;
}

#random_driving .detail_02 ul{
  display:flex;
  padding-top: 10px;
}

#random_driving .detail_02 ul li:first-child{
  width: 462px;
  margin-right: 49px;
}

#random_driving .detail_02 ul li:nth-child(2){
  width: 489px;
  position: relative;
  padding-top: 253px;
}

#random_driving .detail_02 ul li:nth-child(2) img:nth-child(2){
  position: absolute;
  top: 43px;
  left: 0;
}

#clean{
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 100px;
}

#clean .detail_01{
  width: 900px;
  margin: 0 auto 80px;
}

#clean .detail_01 ul{
  width: 100%;
  margin: 0 0 30px;
  display:flex;
  flex-wrap:wrap;
}

#clean .detail_01 ul li:first-child{
  width: 421px;
  margin-right: 84px
}

#clean .detail_01 ul li:nth-child(2){
  width: 395px;
}

#clean .detail_01 dl{
  width: 100%;
  color: #fff;
  display:flex;
  flex-wrap:wrap;
  font-size: 18px;
}

#clean .detail_01 dl dt{
  width: 278px;
  margin-right: 2px;
  background: #0d69a4;
  text-align: center;
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: center;
}

#clean .detail_01 dl dd{
  width: 580px;
  background: #0d69a4;
  padding: 15px 0 15px 40px;
}

#clean .detail_01 dl dd p{
  font-size: 12px;
}

#clean .detail_02{

}

#clean .detail_02 .balloon {
  position: relative;
  display: inline-block;
  margin:0 0 1.5em;
  padding: 6px 10px;
  width: 100%;
  background: #fff;
  text-align: center;
  color: #0d69a4;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #0d69a4;
  box-sizing: border-box;
}

#clean .detail_02 .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  margin:-10px 0 0 -10px;
  border-right: 2px solid #0d69a4;
  border-bottom: 2px solid #0d69a4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#clean .detail_02 ul{
  display:flex;
  flex-wrap:wrap;
  margin-bottom: 40px;
}

#clean .detail_02 ul li{
  width: 492px;
  background: #dff2fc;
  display:flex;
  flex-wrap:wrap;
}

#clean .detail_02 ul li:first-child{
margin-right: 16px;
}

#clean .detail_02 ul li img{
  width: 270px;
}

#clean .detail_02 ul li p{
  line-height: 1.5;
  width: 200px;
  padding: 0 10px 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #0d69a4;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

#clean > dl {
    font-size: 12px;
    padding: 0 0 40px;
    line-height: 1.5;
}

#clean > dl > dt {
  clear: both;
  width: 25px;
  float: left;
  text-align: right;
  padding-right:5px 
}

#clean > dl > dd {
  padding: 0 0 0 30px;
}



#automatic_ventilation{
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 100px;
  border-bottom: 2px solid #0169a4;
}

#automatic_ventilation h3{
  margin-bottom: 40px;
}

#automatic_ventilation h4{
  margin-bottom: 20px;
}

#automatic_ventilation .read{
  margin-bottom: 30px;
}


#automatic_ventilation .detail_01{
  margin-bottom: 70px;
  text-align: center;
}

#automatic_ventilation .detail_01 img{
  width: 924px;
}


#automatic_ventilation .detail_02{
  margin-bottom: 40px;
  text-align: center;
}

#automatic_ventilation .detail_02 img{
  width: 616px;
}

#automatic_ventilation .txt_s {
  width: 860px;
  text-align: left;
  margin: 0 auto;
}


.download ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin-bottom: 120px;
}

.download ul li{
  width: 241px;
  margin-right: 12px;
}

.download ul li:nth-child(4){
  margin-right: 0;
}

.download ul li .btn_b{
  width: 241px;
  margin: 0;
}

.back {
  width: 440px;
  border-top: 1px solid #b2b2b2;
  padding: 100px 280px;
  margin: 0 auto;
}