/*
-----------------
Hatsuden @PC
-----------------
*/

#Hatsuden > div:nth-child(1){
    width: 1080px;
    margin: 0 auto;
    position: relative;
    background: url(/solution/img/Hatsuden.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 180px 0 44px 0;
}
#Hatsuden > div:nth-child(1) h1{
    color: #ffc20e;
    font-size: 48px;
    font-weight: 600;
    padding: 116px 66px 0 66px;
    line-height: 1.4em;
}
#Hatsuden > div:nth-child(1) p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0 66px 0 66px;
    margin: 22px 0 0 0;
    letter-spacing: 2px;
    line-height: 2em;
}
@media screen and (max-width: 1080px) {
    #Hatsuden > div:nth-child(1){
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    #Hatsuden > div:nth-child(1){
        position: relative;
        background: url(/solution/img/Hatsuden.jpg) 50% 50% no-repeat #000;
        background-size: cover;
        padding: 160px 0 44px 0;
    }
        #Hatsuden > div:nth-child(1) h1{
        color: #ffc20e;
        font-size: 32px;
        font-weight: 600;
        padding: 0 10px 0 10px;
        line-height: 1.4em;
    }
    #Hatsuden > div:nth-child(1) p{
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        padding: 0 10px 0 10px;
        margin: 22px 0 0 0;
        letter-spacing: 2px;
        line-height: 2em;
    }
}

/*
-----------------
Plant @PC
-----------------
*/

#Plant > div:nth-child(1){
    width: 1080px;
    margin: 0 auto;
    position: relative;
    background: url(/solution/img/pressure_image_top.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 180px 0 44px 0;
}
#Plant > div:nth-child(1) h1{
    color: #ffc20e;
    font-size: 48px;
    font-weight: 600;
    padding: 116px 66px 0 66px;
    line-height: 1.4em;
}
#Plant > div:nth-child(1) p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0 66px 0 66px;
    margin: 22px 0 0 0;
    letter-spacing: 2px;
    line-height: 2em;
}
@media screen and (max-width: 1080px) {
    #Plant > div:nth-child(1){
        width: 100%;
        margin: 0 auto 30px auto;
    }
}
@media screen and (max-width: 480px) {
    #Plant > div:nth-child(1){
        position: relative;
        background: url(/solution/img/pressure_image_top.jpg) 50% 50% no-repeat #000;
        background-size: cover;
        padding: 160px 0 44px 0;
    }
    #Plant > div:nth-child(1) h1{
        color: #ffc20e;
        font-size: 32px;
        font-weight: 600;
        padding: 0 10px 0 10px;
        line-height: 1.4em;
    }
    #Plant > div:nth-child(1) p{
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        padding: 0 10px 0 10px;
        margin: 22px 0 0 0;
        letter-spacing: 2px;
        line-height: 2em;
    }
}

/*
-----------------
Anzen @PC
-----------------
*/

#Anzen > div:nth-child(1){
    width: 1080px;
    margin: 0 auto;
    position: relative;
    background: url(/solution/img/Anzen.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 143px 0 44px 0;
}
#Anzen > div:nth-child(1) h1{
    color: #ffc20e;
    font-size: 48px;
    font-weight: 600;
    padding: 116px 66px 0 66px;
    line-height: 1.4em;
}
#Anzen > div:nth-child(1) p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0 66px 0 66px;
    margin: 22px 0 0 0;
    letter-spacing: 2px;
    line-height: 2em;
}
@media screen and (max-width: 1080px) {
    #Anzen > div:nth-child(1){
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    #Anzen > div:nth-child(1){
    position: relative;
    background: url(/solution/img/Anzen.jpg) 50% 50% no-repeat #000;
    background-size: cover;
    padding: 160px 0 44px 0;
}
    #Anzen > div:nth-child(1) h1{
    color: #ffc20e;
    font-size: 32px;
    font-weight: 600;
    padding: 0 10px 0 10px;
    line-height: 1.4em;
}
#Anzen > div:nth-child(1) p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px 0 10px;
    margin: 22px 0 0 0;
    letter-spacing: 2px;
    line-height: 2em;
}
}

#Sermography > div:nth-child(1){
    width: 1080px;
    margin: 0 auto;
    position: relative;
    background: url(/solution/img/Sermography.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 143px 0 44px 0;
}
#Sermography > div:nth-child(1) h1{
    color: #ffc20e;
    font-size: 48px;
    font-weight: 600;
    padding: 116px 66px 0 66px;
    line-height: 1.4em;
}
#Sermography > div:nth-child(1) p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0 66px 0 66px;
    margin: 22px 0 0 0;
    letter-spacing: 2px;
    line-height: 2em;
}
@media screen and (max-width: 1080px) {
    #Sermography > div:nth-child(1){
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    #Sermography > div:nth-child(1){
    position: relative;
    background: url(/solution/img/Sermography.jpg) 50% 50% no-repeat #000;
    background-size: cover;
    padding: 160px 0 44px 0;
}
    #Sermography > div:nth-child(1) h1{
    color: #ffc20e;
    font-size: 32px;
    font-weight: 600;
    padding: 0 10px 0 10px;
    line-height: 1.4em;
}
#Sermography > div:nth-child(1) p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px 0 10px;
    margin: 22px 0 0 0;
    letter-spacing: 2px;
    line-height: 2em;
}
}

.solutionList{
    width: 1080px;
    margin: 0 auto;
}
.solutionList > p{
    padding: 22px 26px 22px 66px;
    background: #f8f8f8;
    position: relative;
}
.solutionList > p i{
    color: #ffc20e;
    font-size: 40px;
    position: absolute;
    left: 20px;
    top: 26px;
}
.solutionList h2{
    background: #212121;
    color: #fff;
    padding: 6px 10px 6px 10px;
    font-weight: 500;
    font-size: 15px;
}
.solutionList > ul > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    font-size: 15px;
    border-bottom: 1px solid #dcdcdc;
    padding: 26px 0 26px 0;
}
.solutionList > ul > li > div:nth-child(1){
    width: 25%;
}
.solutionList > ul > li > div:nth-child(1) img{
    width: 100%;
    display: block;
}
.solutionList > ul > li > div:nth-child(2){
    width: 70%;
}
.solutionList > ul > li > div:nth-child(2) h3{
    font-size: 26px;
    padding: 26px 0 0 0;
}
.solutionList > ul > li > div:nth-child(2) h3 span{
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 10px 0 0 0;
    color: #3f3f3f;
}
.solutionList > ul > li > div:nth-child(2) h3 br{
    display: none;
}
.solutionList > ul > li > div:nth-child(2) p{
    padding: 16px 0 0 0;
    text-align: justify;
}
.solutionList > ul > li > div:nth-child(2) ul{
    display: flex;
    justify-content: flex-start;
}
.solutionList > ul > li > div:nth-child(2) ul li a{
    display: block;
    background: #a7a7a7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 10px 18px 10px 26px;
    margin: 16px 16px 0 0;
    border-radius: 2px;
}
.solutionList > ul > li > div:nth-child(2) ul li a i{
    padding: 0 0 0 16px;
    font-size: 12px;
    vertical-align: 1px;
}
.solutionList > ul > li > div:nth-child(2) ul li a:hover{
    color: #000;
    background: #ffc20e;
}
.solutionList > ul > li > div:nth-child(2) ul li a:hover i.fa-youtube{
    color: #ff0000;
}

@media screen and (max-width: 1080px) {
    .solutionList{
        width: 96%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .solutionList > ul > li > div:nth-child(1){
        width: 100%;
    }
    .solutionList > ul > li > div:nth-child(1) img{
        width: 50%;
        display: block;
        margin: 0 auto;
    }
    .solutionList > ul > li > div:nth-child(2){
        width: 100%;
    }
    .solutionList > ul > li > div:nth-child(2) h3{
        font-size: 20px;
        padding: 26px 0 0 0;
        text-align: center;
    }
    .solutionList > ul > li > div:nth-child(2) h3 span{
        font-size: 20px;
        font-weight: 600;
        display: block;
        padding: 10px 0 0 0;
        color: #3f3f3f;
    }
    .solutionList > ul > li > div:nth-child(2) h3 br{
        display: block;
    }
    .solutionList > ul > li > div:nth-child(2) ul{
        display: flex;
        justify-content: space-around;
    }
     .solutionList > ul > li{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: flex-start;
        font-size: 15px;
        border-bottom: 1px solid #dcdcdc;
        padding: 26px 0 26px 0;
    }
    .solutionList > ul > li > div:nth-child(2) ul li{
        width: 48%;
    }
    .solutionList > ul > li > div:nth-child(2) ul li a{
        display: block;
        background: #a7a7a7;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        padding: 10px 0 10px 5px;
        margin: 16px 0 0 0;
        border-radius: 2px;
    }
    .solutionList > ul > li > div:nth-child(2) ul li a i{
        padding: 0 0 0 12px;
        font-size: 10px;
        vertical-align: 1px;
    }
    .solutionList > ul > li > div:nth-child(2) p{
        padding: 16px 0 16px 0;
        text-align: justify;
        line-height: 1.6em;
    }
}


.sermography{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
}
.sermography > div:nth-child(1){
    width: 57%;
    padding: 20px 0 20px 0;
}
.sermography > div:nth-child(2){
    width: 40%;
}
.sermography > div:nth-child(2) ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.sermography > div:nth-child(2) ul li{
    width: 50%;
    text-align: center;
    padding: 10px 0 40px 0;
}
.sermography > div:nth-child(2) ul li img{
    width: 100%;
    margin: 0 0 5px 0;
}
.sermography > div:nth-child(2) ul li a{
    width: 50%;
    display: block;
    background: #a7a7a7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 10px 18px 12px 26px;
    margin: 5px auto 0 auto;
    border-radius: 2px;
    line-height: 1.2em;
}
.sermography > div:nth-child(2) ul li a i{
    padding: 3px 0 0 16px;
    font-size: 12px;
}
.sermography > div:nth-child(2) ul li a:hover{
    color: #000;
    background: #ffc20e;
}
.souden > div:nth-child(1) img{
    width: 100%;
    margin: 0 0 10px 0;
}
.henden iframe{
    width: 100%;
}

.haiden > div:nth-child(1) img{
    width: 100%;
    margin: 0 0 10px 0;
}
@media screen and (max-width: 1080px) {
    #Sermography > div:nth-child(1){
        margin: 0 0 30px 0;
    }
    .henden iframe{
        width: 100%;
        height: 29vw;
    }
}
@media screen and (max-width: 768px) {
    .sermography{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px;
    }
    .sermography > div:nth-child(1){
        width: 100%;
        padding: 20px 0 0 0;
    }
    .sermography > div:nth-child(2){
        width: 100%;
    }
    .sermography > div:nth-child(2) ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .sermography > div:nth-child(2) ul li a{
        width: 60%;
        display: block;
        background: #a7a7a7;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        color: #fff;
        font-weight: 400;
        padding: 10px 9px 12px 18px;
        margin: 5px auto 0 auto;
        border-radius: 2px;
        line-height: 1.2em;
    }
    .henden iframe{
        width: 100%;
        height: 51vw;
    }
}


/*
-----------------
solutionList2c @PC
-----------------
*/
.solutionList2c{
    width: 1080px;
    margin: 0 auto;
}
.solutionList2c > p{
    padding: 22px 26px 22px 66px;
    background: #f8f8f8;
    position: relative;
}
.solutionList2c > p i{
    color: #ffc20e;
    font-size: 40px;
    position: absolute;
    left: 20px;
    top: 26px;
}
.solutionList2c h2{
    background: #212121;
    color: #fff;
    padding: 6px 10px 6px 10px;
    font-weight: 500;
    font-size: 15px;
}
.solutionList2c > ul{
    display: flex;
    justify-content: space-between;
}
.solutionList2c > ul > li{
    width: 46%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    font-size: 15px;
    padding: 0 2% 0 2%;
    margin: 30px 0 40px 0;
}
.solutionList2c > ul > li:nth-child(1){
    border-right: 1px solid #dcdcdc;
}
.solutionList2c > ul > li > div:nth-child(1){
    width: 40%;
}
.solutionList2c > ul > li > div:nth-child(1) img{
    width: 100%;
    display: block;
}
.solutionList2c > ul > li > div:nth-child(2){
    width: 56%;
}
.solutionList2c > ul > li > div:nth-child(2) h3{
    font-size: 26px;
    padding: 26px 0 0 0;
}
.solutionList2c > ul > li > div:nth-child(2) h3 span{
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 10px 0 0 0;
    color: #3f3f3f;
}
.solutionList2c > ul > li > div:nth-child(2) h3 br{
    display: none;
}
.solutionList2c > ul > li > div:nth-child(2) p{
    padding: 16px 0 0 0;
    text-align: justify;
}
.solutionList2c > ul > li > div:nth-child(2) ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.solutionList2c > ul > li > div:nth-child(2) ul li a{
    display: block;
    background: #a7a7a7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 10px 12px 10px 20px;
    margin: 16px 0 0 0;
    border-radius: 2px;
}
.solutionList2c > ul > li > div:nth-child(2) ul li a i{
    padding: 0 0 0 16px;
    font-size: 12px;
    vertical-align: 1px;
}
.solutionList2c > ul > li > div:nth-child(2) ul li a:hover{
    color: #000;
    background: #ffc20e;
}
.solutionList2c > ul > li > div:nth-child(2) ul li a:hover i.fa-youtube{
    color: #ff0000;
}
.solutionList2c > ul > li > div:nth-child(3){
    padding: 10px 0 0 0;
}
@media screen and (max-width: 1080px) {
    .solutionList2c{
        width: 96%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 780px) {
    .solutionList2c > ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .solutionList2c > ul > li{
        width: 96%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: flex-start;
        font-size: 15px;
        padding: 0 2% 30px 2%;
        margin: 30px 0 0 0;
        border-bottom: 1px solid #dcdcdc;
    }
    .solutionList2c > ul > li:nth-child(1){
        border-right: none;
    }
}
@media screen and (max-width: 580px) {
    .solutionList2c > ul > li > div:nth-child(1){
        width: 74%;
        margin: 0 auto;
    }
    .solutionList2c > ul > li > div:nth-child(1) img{
        width: 100%;
        display: block;
    }
    .solutionList2c > ul > li > div:nth-child(2){
        width: 100%;
    }
    .solutionList2c > ul > li > div:nth-child(2) h3{
        font-size: 26px;
        padding: 26px 0 0 0;
        text-align: center;
    }
    .solutionList2c > ul > li > div:nth-child(2) ul li a{
        display: block;
        background: #a7a7a7;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        padding: 10px 12px 10px 20px;
        margin: 16px auto 0 auto;
        border-radius: 2px;
        width: calc(100vw - 60px);
    }
}