@charset "utf-8";

#company .sec1 .contents{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
}
#company .sec1 .contents h2{
    font-size: 3rem;
    font-family: ten-mincho-text, serif;
    margin-bottom: 30px;
}
#company .sec1 .contents p{
    width: 50%;
    line-height: 2.5;
}
#company .sec1 .contents p strong{
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 20px;
}
#company .sec1 .contents img{
    width: 45%;
    border-radius: 40px 0;
}
@media screen and (max-width: 1024px) {
    #company .sec1 .contents{
        display:block;
    }
    #company .sec1 .contents h2{
        font-size: 2rem;
        margin-bottom: 6%;
    }
    #company .sec1 .contents p{
        width: auto;
        margin: 0 2% 6%;
    }
    #company .sec1 .contents p strong{
        font-size: 1.5rem;
        line-height: 1;
        margin-top: 3%;
    }
    #company .sec1 .contents img{
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}

#company .sec2 table,
#company .sec2 table th,
#company .sec2 table td{
    border-collapse: collapse;
}
#company .sec2 table{
    border-collapse: collapse;
    width: 100%;
}
#company .sec2 table th{
    border-top: 1px solid #ccc;
    text-align: left;
    font-weight: bold;
    width: 25%;
    padding-left: 10px;
}
#company .sec2 table td{
    border-top: 1px solid #ccc;
    padding: 20px 10px 20px 0;
    line-height: 1.6;
}
#company .sec2 table td a{
   text-decoration: underline;
}
#company .sec2 table td small{
    display: block;
    margin-top: 5px;
}
#company .sec2 table th:last-of-type,
#company .sec2 table td:last-of-type{
    border-bottom: 1px solid #ccc;
}
#company .sec2 table td ul li{
    padding-left: 1.5em;
}
#company .sec2 table td ul li:first-of-type:before{
    content: "(イ)";
    margin-left: -1.5em;
}
#company .sec2 table td ul li:last-of-type:before{
    content: "(ロ)";
    margin-left: -1.5em;
}
@media screen and (max-width:1024px) {
    #company .sec2 table,
    #company .sec2 table th,
    #company .sec2 table td{
        display: block;
        width: 100%;
        border: 0;
    }
    #company .sec2 table th{
        background: #f3f3f3;
        text-align: center;
        padding:3% 0;
    }
    #company .sec2 table th:last-of-type,
    #company .sec2 table td:last-of-type{
        border-bottom:0;
    }
    #company .sec2 table td{
        padding:5% 2%;
    }
}

#company .sec3 .box{
    margin-bottom:50px;
}
#company .sec3 .box:last-of-type {
    margin-bottom:0;
}
#company .sec3 .box h5{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
#company .sec3 .box h5 span{
    font-weight: bold;
    color: #1e2188;
    margin-right: 10px;
}
#company .sec3 .gmap iframe{
    height:350px;
    border: 0;
}
@media screen and (max-width: 1024px) {
    #company .sec3 .box{
        margin: 0 2% 8%;
    }
    #company .sec3 .box:last-of-type {
        margin-bottom:0;
    }
    #company .sec3 .box h5{
        font-size: 1.8rem;
        margin-bottom: 2%;
    }
    #company .sec3 .box h5 span{
        margin-right: 2%;
    }
    #company .sec3 .gmap {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }
    #company .sec3 .gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
}

#company .sec4 .contents h2{
    font-size: 3rem;
    font-family: ten-mincho-text, serif;
    margin-bottom: 30px;
}
#company .sec4 .contents .ecomark{
    background-color: #009ce6;
    border-radius: 5px;
    padding: 30px;
    color: #fff;
}
#company .sec4 .contents .ecomark-inner{
    display: flex;
}
#company .sec4 .contents .ecomark-inner figure{
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 30%;
}
#company .sec4 .contents .ecomark-inner .text{
    margin-left: 40px;
    width: 70%;
    display: flex;
    flex-direction: column;
}
#company .sec4 .contents .ecomark-inner .text h3{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}
#company .sec4 .contents .ecomark-inner .text p{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}
#company .sec4 .contents .ecomark .text a{
    display: block;
    margin-left: auto;
    margin-top: auto;
}
#company .sec4 .contents .ecomark a.btn{
    font-size: 14px;
    background-color: #009ce6;
    border-color: aliceblue;
    color: #fff;
}
#company .sec4 .contents .ecomark a:after{
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background-image: url(/img/company/gaibu.png);
	background-size:contain;
    margin-left: auto;
    color: #fff;
    border:none;
    transform: rotate(0);
    top: 35%;
}
@media screen and (max-width: 1024px) {
    #company .sec4 .contents{
        display:block;
    }
    #company .sec4 .contents h2{
        font-size: 2rem;
        margin-bottom: 6%;
    }
    #company .sec4 .contents p{
        width: auto;
        margin: 0 2% 6%;
    }
    #company .sec4 .contents img{
        width: 80%;
        display: block;
        margin: 0 auto;
    }
   #company .sec4 .contents .ecomark {
        padding: 50px 10px;
    }
    #company .sec4 .contents .ecomark a{
        width: 80%;
        padding: 4% 0;
        margin: 0 auto;
    } 
    #company .sec4 .contents .ecomark-inner {
        display: block;
    }
    #company .sec4 .contents .ecomark-inner figure {
        width: 70%;
        margin: 0 auto 30px;
    }
    #company .sec4 .contents .ecomark-inner .text {
        margin-left: 0;
        line-height: 1.6;
        display: block;
        width: 100%;
    }
    #company .sec4 .contents .ecomark-inner .text p {
        line-height: 1.6;
        font-size: 13px;
        margin: 0 0 50px;
    }
    
}
