

/* なるほど家電　CSS */

/*---------デフォルトcss---------*/
/*タイトル画像*/
.head_box h2 {
  margin-bottom: 40px;
}

.center-box {
  display: block;
  text-align: center !important;
}

/*製品名*/
#product_intro h3 {
  font-size: 2.6rem;
  /*font-family: "NSJ-sb";*/
  font-family: "Noto Sans Japanese-sb";
}

#product_intro h3 span {
  font-size: 1.4rem;
}

#productname {
  margin-bottom: 1em;
}

#productname:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#productname img {
  float: left;
  margin-right: 20px;
}

#product_intro p {
  color: #E30C00;
  font-size: 25px;
  margin-bottom: 1em;
}

#product_intro ul {
  width: 960px;
  margin-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#product_intro ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#product_intro ul img {
  width: 100%;
}

#product_intro li {
  flex-basis: 30%;
}

/*開発者*/
#interview h4 {
  background: url(../images/mark01.png) left center no-repeat;
  color: #1F3D8B;
  font-size: 25px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 20px;
}

#interview h5 {
  font-size: 2rem;
  font-family: "Noto Sans Japanese-m";
  /*font-family: "NSJ-m";*/
  margin-bottom: 4%;
}

#interview p {
  margin-bottom: 30px;
  text-align: justify;
  letter-spacing: 0.1em;
}

#developer {
  margin-bottom: 50px;
}

#developer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.developer_wrap {
  float: left;
  margin-right: 20px;
}

.inter_wrap {
  margin-bottom: 50px;
}

.inter_wrap h6 {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese-m";
  /*font-family: "NSJ-m";*/
}


.inter_wrap .center-box img {
  max-width: 850px;
}


.title01 > span {
  display: block;
  text-align: center;
}

/*---------レイアウト irw-2217c-2817c---------*/


.review{
  overflow:hidden;
}

/*.content01
-----------------------------*/
.content01 .img{
  padding: 5% 2% 5% 0;
    width: 50%;
    float: right;
}

.content01 .img img{
    width: 100%;
}

.content01 {
     background: rgba(0, 0, 0, 0) url(/products/naruhodo/images/irw-2217c-2817c/main-bg.jpg) no-repeat scroll 0 0 / 100%;
    overflow: hidden;
    color: rgb(68, 68, 68);
}
#interview .content01 .txt{
    padding:5% 2%;
}
#interview .content01 h3{
    letter-spacing: 1.2pt;
    font-size: 2rem;

}

.txt .blue {
    background: #4492c4;
}
.txt .green {
    background: #58b48c;
}

.txt span {
    color: #fff;
    padding: 0 0.5%;
    border-radius: 5px;
    margin-right: 0.5%;
    font-weight: bold;
}

/*.content02
-----------------------------*/
.content02 {
    color: rgb(68, 68, 68);
    overflow:hidden;
}
.content02 h3{
    color: #4492c4;
    text-align: center;
    font-size: 2rem;
    letter-spacing:4px;
    margin-bottom:1%;
}
#interview .content02 h4{
  font-weight:normal;
  letter-spacing:3px;
    background:none;
    color: rgb(68, 68, 68);
    text-align:center;
}

.content02 img {
    width: 100%;
    vertical-align:bottom;
}
.content02 li {
    background: #FFEAD1;
    overflow: hidden;
}
.content02 li dl {
    position: relative;
}
.content02 li dt{
  padding-left:0;
  margin-bottom:0;
}

.content02  li dt, .content02  li dd {
    width: 50%;
    float: left;
    position: relative;
}

.content02 li:nth-child(1) dt, .content02  li:nth-child(2) dt, .content02  li:nth-child(3) dt {
    padding: 10% 3% 5%;
    box-sizing:border-box;
}

#interview .content02 li:nth-child(1) h4, #interview .content02 li:nth-child(2) h4, #interview .content02 li:nth-child(3) h4 {
    margin: 0;
    padding:0 0 3%;

}
.content02 li:nth-child(1) .triangle, .content02 li:nth-child(3) .triangle {
    width: 0;
    height: 0;
    border: 80px solid transparent;
    border-left: 58px solid #FFEAD1;
    position: absolute;
    left: 0;
    top: 35%;
}
.content02 li:nth-child(2n) dt, .content02 li:nth-child(2n) dd {
    float: right;
}
.content02 li:nth-child(2) .triangle {
    width: 0;
    height: 0;
    border: 80px solid transparent;
    border-right: 58px solid #FFEAD1;
    position: absolute;
    right: 0;
    top: 35%;
}
.content02 li:nth-child(4), .content02 li:nth-child(5) {
    width: 50%;
    float: left;
    padding-top:3%;
}

.content02 li:nth-child(4) dt, .content02 li:nth-child(5) dt, .content02 li:nth-child(4) dd, .content02 li:nth-child(5) dd {
    width: 100%;
    float: none;
}
.content02 li:nth-child(4) .triangle {
    border-top: 58px solid #FFEAD1;
}

.content02 li:nth-child(4) .triangle, .content02 li:nth-child(5) .triangle {
    width: 0;
    height: 0;
    border: 80px solid transparent;
    border-top: 58px solid #FFEAD1;
    position: absolute;
    right: 35%;
    top: -1px;
}
/*.content03
-----------------------------*/

.content03 {
    overflow:hidden;

}

.content03 .wrap{
    background: rgba(244,255,219,1.00);
    padding:5%;  
}


#interview .content03 h3,#interview .content03 h4{
    color: #35976c;
    text-align: center;
    font-size: 2rem;
    letter-spacing:4px;
    margin-bottom:3%;
    background:none;
}
#interview .content03 h4{
    font-weight: normal;
    letter-spacing: 3px;
    background: none;
    text-align: center;
    font-size:25px;
}
#interview .sensor-wrap p,#interview .sensor-wrap {
    margin: 0 auto 3%;
    text-align: center;
}

.txt-s {
    font-size: 80%;
}

/*.content04
-----------------------------*/
#interview .content04 {
    overflow:hidden;
    color: rgb(68, 68, 68);
    
}

.content04 .wrap{
    background: url(/products/naruhodo/images/irw-2217c-2817c/app-bg.jpg);
    padding:5%;
  
}
.content04 .contents-wrap {
    background: rgba(255,255,255,.8);
    padding: 5%;
}
.content04 .heading {
    background: rgba(0, 0, 0, 0) url(/products/naruhodo/images/irw-2217c-2817c/app-heading-bg.png) no-repeat scroll right bottom / 15% auto;
}

.content04 h3{
    text-align: center;
    font-size: 2rem;
    letter-spacing:4px;
    padding:5% 0 1%;
}

.content04 li {
    overflow: hidden;
    margin-bottom: 5%;
}
.content04 li .txt {
    width: 42%;
    float: left;
}
#interview .content04 h4 {
    margin: 0 0 8% 0;
    font-weight: normal;
    letter-spacing: 3px;
    background: none;
    text-align: center;
    font-size:25px;  
    color: rgb(68, 68, 68);
    padding:0;
      
}
.content04 li img {
    width: 53%;
    float: right;
}

/*.content05
-----------------------------*/
#interview .content05 {
    overflow:hidden;
    color: rgb(68, 68, 68);
    
}

.content05 h3{
    text-align: center;
    font-size: 2rem;
    letter-spacing:4px;
    padding:5% 0 1%;
}

.content05 .wrap {
    background: url(/products/naruhodo/images/irw-2217c-2817c/normal-bg.jpg);
    padding: 5%;
    
}


.content05 .contents-wrap {
    background: rgba(255,255,255,.8);
    padding: 5%;
}

.content05 ul{
  display:flex;
  justify-content: space-between;
}
.content05 ul li{
  width:30%;
}

#interview .content05 h4 {
    margin: 0 0 8% 0;
    font-weight: normal;
    letter-spacing: 3px;
    background: none;
    text-align: center;
    font-size:25px;  
    color: rgb(68, 68, 68);
    padding:0;
      
}
#interview .content05 h4 span{
  font-size:60%;
  display:block;
}

.content05 ul li:nth-child(1) img {
    width: 50%;
    margin:10% auto 6%;
    display:block;
}
.content05 ul li:nth-child(2) img {
    width: 80%;
    margin:20% auto 10%;
    display:block;
}
.content05 ul li:nth-child(3) img {
    width: 100%;
    margin:0 0 5%;
    display:block;
}





@media screen and (max-width: 480px) {

/*---------デフォルトcss---------*/	
/*タイトル画像*/
.head_box h2 {
  margin-bottom: 0;
}

/*製品名*/
#product_intro h3 {
  font-size: 2.4rem;
}

#productname img {
  width: 30%;
  float: none;
}

#product_intro p {
  font-size: 150%;
}

#product_intro ul {
  width: 100%;
  margin-bottom: 8%;
}

#product_intro li {
  width: 80%;
  float: none;
  margin: 0 auto 5% auto;
}

/*開発者*/
.developer_wrap {
  width: 100%;
  margin: 0;
}

.developer_wrap p {
  text-align: center;
}

.developer_wrap img {
  width: 60%;
  margin: 0 auto;
  display: block;
  float: none;
}

#interview h4 {
  font-size: 150%;
  margin-bottom: 5%;
}

#interview h5 {
  font-size: 1.8rem;
  margin-bottom: 5%;
  letter-spacing: 0.1em;
}

#interview p {
  margin-bottom: 8%;
}

#developer {
  margin-bottom: 8%;
}

.inter_wrap {
  margin-bottom: 8%;
}


/*---------レイアウト irw-2217c-2817c---------*/

/*.content01
-----------------------------*/

.content01{
background-size: 150%;
margin-bottom:0;
}
.content01 .img{
    float: none;
    padding: 0;
    width: 70%;
    margin: 5% auto;  
}


#interview .content01 .txt {
    width: 100%;
    padding: 5% 0;
    text-align: center;
    margin-bottom: 5%;
    background: rgba(255, 255, 255, 0.7);
}

#interview .content01 .txt p {
    text-align: center;
    font-size:0.8rem;
    margin-top:3%;
}



#interview .content01 h3 {
    line-height: 1.6;
    text-align: center;
    font-size:1.3rem;
}



/*.content02
-----------------------------*/
.content02 h3{
  font-size:1.3rem;
  letter-spacing:1px;
}


.content02 li dt, .content02 li dd {
    float: none;
    width: 100%;
}

.content02 li .triangle{
  display: none;
}

#interview .content02 h4 {
    font-size: 1.2rem;
    padding:3%;
}

#interview .content02 li:nth-child(4) h4,#interview .content02 li:nth-child(5) h4 {
    font-size: 1rem;
}


/*.content03
-----------------------------*/


#interview .content03 h3{
      font-size: 1.3rem;
    letter-spacing: 1px;
}
#interview .content03 h4{
  padding:0;
  font-size:1rem;
}


/*.content04
-----------------------------*/

#interview .content04 h3{
      font-size: 1.3rem;
    letter-spacing: 1px;
}

.content04 .heading{
  background:none;
}

.content04 li .txt, .content04 li .img {
    float: none;
    width: 100%;
}

.content04 li img{
  margin:0 auto;
  width:100%;
}
#interview .content04 h4{
  font-size:1.2rem;
  margin-bottom:3%;
}

.content04 li{
  margin-bottom:10%;
}




/*.content05
-----------------------------*/
#interview .content05 h3{
      font-size: 1.3rem;
    letter-spacing: 1px;
}

.content05 ul{
  display:block;
}

.content05 ul li{
  width:100%;
}

#interview .content05 h4{
  font-size:1.2rem;
  margin-bottom:3%;
}

.content05 ul li:nth-child(1) img {
    width: 30%;
}
.content05 ul li:nth-child(2) img {
    width: 60%;
}



}
