@charset "UTF-8";x{
    display: flex;
}
.half{
    width: calc(100%/2);
}
.btn{
    background-color: #0070b8;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    width: 200px;
    height: 40px;
    margin: 0 auto;
}
h2{
    margin: 0 0 22px;
}

/* smart_appliances */
/* TOP */
.top.flex{
    margin-bottom: 40px;
}
.top.flex > div{
    width: calc(100%/2 - 30px);
    display: flex;
    flex-flow: column;
    align-items: center; 
}
.top h1{
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 50px;
}
.top h1 + p{
    margin-bottom: 28px;
}
.top.flex img{
    width: 338px;
    height: 259px;
    object-fit: cover;
}
/* Box01 */
.box01 .box01-1{
    margin-bottom: 50px;
    padding-left: 15px;
}
.box01 .box01-1 + p{
    margin-bottom: 36px;
}
.box01 h3{
    margin: 0 auto 50px;
    font-weight: normal;
    width: 487px;
}
.box01 .box01-1 li{
    max-width: 1003px;
    width: calc(100%/4);
    background-repeat: no-repeat;
    height: 191px;
    color: white;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
    text-shadow: 0px 0px 3px black;
    background-size: cover;
    font-size: 16px;
    line-height: 1.8;
}
.box01 .box01-1 li a{
    color: white;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.box01 .box01-1 li a p{
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 18px;
}
.box01 .box01-1 li:nth-of-type(1){
    background-image: url(../img/smart_appliances/box01-1-1.jpg);
}
.box01 .box01-1 li:nth-of-type(2){
    background-image: url(../img/smart_appliances/box01-1-2.jpg);
    background-size: 123%;
    background-position: top left;
}
.box01 .box01-1 li:nth-of-type(3){
    background-image: url(../img/smart_appliances/box01-1-3.jpg);
    background-size: 101%;
}
.box01 .box01-1 li:nth-of-type(4){
    background-image: url(../img/smart_appliances/box01-1-4.png);
}
.box01-2{
    justify-content: space-between;
    margin: 0 auto 36px;
}
.box01-2 li{
    width: calc(100%/3 - 40px);
    text-align: center;
}
.box01-2 li img{
    margin: 0 auto 8px;
}
.box01-2 li p {
    text-align: left;
}
/* Box02 */
.box02{
    margin-bottom: 75px;
}
ul.box02-1 {
    padding-left: 0;
    margin-bottom: 18px;
}
.box02-1 h3{
    margin: 0 auto 30px;
    width: 812px;
}
.box02-1 li div{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.box02-1 li div div{
    width: calc(100%/2);
}
.box02-1 li div div:first-of-type{
    justify-content: right;
    margin-right: 5px;
    padding: 22px 0 0 0;
}
.box02-1 li div div:last-of-type{
    justify-content: left;
    padding-left: 73px;
}
.box02-1 li div div p{
    margin: 0 10px 0 120px;
}
.box02-1 li:last-of-type{
    margin-bottom: 0;
}
.box02-1 img{
    width: 300px;
    height: 230px;
    object-fit: cover;
}
ul.box02-1 + p{
    margin-bottom: 36px;
}
/* Box03 */
.box03 {
    margin-bottom: 60px;
}
.box03 h2{
    margin-bottom: 47px;
}
.box03 h2 + p {
    margin-bottom: 117px;
}
.box03 div.flex {
    justify-content: space-between;
    padding: 0 38px 0 10px;
}
.box03 dl{
    text-align: center;
    width: calc(100%/2 - 53px);
}
.box03 dl:first-of-type{
    margin-right: 0px;
}
.box03 dl:last-of-type{
    margin-left: 0px;
}
.box03 dt{
    font-size: 20px;
    position: relative;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
    margin-bottom: 20px;
}
.box03 dl:first-of-type dd{
    padding: 0 28px 0 26px;
}
.box03 dl dd{
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}
.box03 dl dd:first-of-type{
    margin-bottom: 15px;
    min-height: 259px;
    display: flex;
    align-items: center;
}
.box03 dd p{
    text-align: left;
}
@media screen and (max-width: 768px){
    .box01 h3{
        width: 100%;
    }
    .box01 .box01-1 li:nth-of-type(2),
    .box01 .box01-1 li:nth-of-type(3){
      background-size:cover;  
    }
    .box02-1 li div div:first-of-type{
        padding: 0;
    }
    .box02-1 li div div p{
      margin: 0;  
    }
    .box02-1 li div div:last-of-type{
        padding-left: 0;
    }
    .box03 div.flex{
        padding: 0;
    }
    .box03 dl{
       width: calc(100% / 2 - 10px); 
    }
}
@media screen and (max-width: 599px){
    .top.flex img,
    .box02-1 img{
        width: 100%;
        height: auto;
    }
    .top.flex,
    .box01-2.flex,
    .box02-1 li div,
    .box03 div.flex{
        flex-flow: column;
    }
    .top.flex > div,
    .box01-2 li,
    .box02-1 li div,
    .box02-1 li div div,
    .box03 dl{
        width: 100%;
    }
    .box01-2 li{
        margin-bottom: 30px;
    }
    .box03 dl:first-of-type dd{
        padding: 0;
    }
}


/**********************************
英
**********************************/
.en {
    font-family: Verdana, Geneva, sans-serif;
}
.en p{
    line-height: 1.2;
    margin-top: 0;
}
.en .top.flex {
    padding-left: 6px;
    justify-content: space-between;
}
.en .top img{
    width: 453px;
    height: 324px;
    object-fit: cover;
}
.en .top h1 {
    font-weight: bolder;
    text-align: center;
    margin-bottom: 30px;
    white-space: nowrap;
}
.en .top p{
 font-size: 16px;
}
.en .top p:first-of-type{
    margin-bottom: 30px;
}
.en .box01 .box01-1{
    margin-bottom: 30px;
}
.en .box01 .box01-1 li{
    height: 202px;
    line-height: 1.4;
}
.en .box01 h3{
    margin-top: 0;
}
.en .box01-2 {
    max-width: 916px;
    padding: 0;
}
.en .box01-2 li:nth-of-type(1){
    width: 290px;
}
.en .box01-2 li:nth-of-type(2){
    width: 308px;
}
.en .box01-2 li:nth-of-type(3){
    width: 268px;
}
.en .box02-1 li dd {
    font-size: 16px;
    line-height: 1.2;
}
.en .box02-1 li img{
    object-fit: cover;
}
.en .box03 dt{
    line-height: 1.2;
    position: relative;
    font-weight: bold;
    margin: 13px 0 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}
.en .box03 dl dd {
    padding: 0 28px 20px 26px;
}
.en .box03 dl:first-of-type dd + dd{
    padding-left: 36px;
}
@media screen and (max-width: 768px){
    .en .top.flex > div{
        width: calc(100% / 2);
    }
    .en .top h1 {
        white-space: normal;
        font-size: 22px;
    }
}
@media screen and (max-width: 599px){
    .en .top.flex > div,
    .en .box01-2 li:nth-of-type(1),
    .en .box01-2 li:nth-of-type(2),
    .en .box01-2 li:nth-of-type(3){
        width: 100%;
    }
    .en .box03 dl dd {
    padding: 0;
    }
    .en .box03 dl:first-of-type dd + dd {
        padding-left: 0;
    }
}
