@charset "UTF-8";
/* CSS Document */
.wrapper{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper h3{
    font-size: 18px;
    padding-bottom: 20px;
}


/*sec_01------------------------------*/
.sec_01{
    position: relative;
    margin-bottom: 100px;
}
.sec_01>div:first-of-type{
    width: 70%;
    margin: 0 0 0 auto;
}
.sec_01>div:first-of-type img{
    width: 100%;
    margin: 0 0 0 auto;
}
.sec_01>div:last-of-type{
    width: 47%;
    box-sizing: border-box;
    padding: 3% 4% 2%;
    position: absolute;
    top: 40%;
    left: 0;
    background-color: #FFFFFF;
}


/*sec_02------------------------------*/
.sec_02{
    position: relative;
    margin-bottom: 20%;
}
.sec_02>div:first-of-type{
    width: 70%;
}
.sec_02>div:first-of-type img{
    width: 100%;
    margin: 0 0 0 auto;
}
.sec_02>div:last-child{
    width: 47%;
    box-sizing: border-box;
    padding: 3% 4% 2%;
    position: absolute;
    top: 35%;
    right: 0;
    background-color: #FFFFFF;
}
.sec_02 div p{
    padding-bottom: 20px;
}
.sec_02 div h4{
    line-height: 1em;
    background-color: #98B188;
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.sec_02 div table{
    width: 100%;
    margin-bottom: 5px;
}
.sec_02 div table tr{
    border-bottom: solid 1px #e6e6e6;
    line-height: 1em;
}
.sec_02 div table tr:first-child{
    border-top: solid 1px #e6e6e6;
}
.sec_02 div table tr th{
    text-align: left;
    padding: 15px 10px;
    width: 80%;
}
.sec_02 div table tr td{
    width: 20%;
    padding: 15px 10px;
    text-align: right;
}
.sec_02 div span{
    text-align: right;
    font-size: 12px;
    display: block;
}


/*sec_03------------------------------*/
.sec_03{
    position: relative;
    margin-bottom: 220px;
}
.sec_03>div:first-of-type{
    width: 70%;
    margin: 0 0 0 auto;
}
.sec_03>div:first-of-type img{
    width: 100%;
    margin: 0 0 0 auto;
}
.sec_03>div:last-of-type{
    width: 47%;
    box-sizing: border-box;
    padding: 3% 4% 2%;
    position: absolute;
    top: 35%;
    left: 0;
    background-color: #FFFFFF;
}


/*youtube------------------------------*/
.sec_04{
    margin-bottom: 160px;
}
.youtube{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: 56.25%;
}
.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.youtube_01{
    display: flex;
    justify-content: center;
}
.youtube_01>div{
    width: 50%;
    margin: 0 2%;
}
.youtube_02{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 45px;
}


@media print, screen and (max-width: 1500px){
    .wrapper h3{
        font-size: 16px;
        padding-bottom: 15px;
    }
    .sec_01 p{
        font-size: 14px;
    }
    .sec_01>div:last-of-type{
        top: 35%;
    }
    .sec_01>div:last-of-type{
        padding: 3% 4% 2%;
        min-height: 320px;
    }
    .sec_01{
        margin-bottom: 10%;
    }
    .sec_02{
        margin-bottom: 16%;
    }
    .sec_02 div p {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .sec_02 div table tr{
        font-size: 14px;
    }
    .sec_02>div:last-child{
        top: 25%;
    }
    .sec_03 p{
        font-size: 14px;
    }
    .sec_03{
        margin-bottom: 12%;
    }
    .sec_03>div:last-of-type{
        top: 25%;
        min-height: 350px;
    }
}

@media print, screen and (max-width: 1300px){
    .sec_01>div:last-of-type{
        top: 30%;
    }
    .sec_02 {
        margin-bottom: 22%;
    }
    .sec_03 {
        margin-bottom: 20%;
    }
}


@media print, screen and (max-width: 1180px){
    .wrapper {
        width: 100%;
    }
    .sec_01>div:last-of-type {
        width: 50%;
        padding: 3% 3% 2%;
    }
    .sec_02>div:first-of-type {
        width: 55%;
    }
    .sec_02>div:last-child {
        width: 60%;
        padding: 3% 3% 2% 3%;
    }
    .sec_03>div:last-of-type {
        width: 55%;
        padding: 3% 3% 2%;
        top: 30%;
    }
    .sec_03 {
        margin-bottom: 26%;
    }
}
@media print, screen and (max-width: 980px){
    .sec_01 {
        margin-bottom: 15%;
    }
    .sec_02 {
        margin-bottom: 0;
    }
    .sec_02>div:first-of-type {
        margin-bottom: 40%;
    }
    
}
@media print, screen and (max-width: 750px){
    .wrapper{
        width: 100%;
        max-width: 600px;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .wrapper h3{
        font-size: 18px;
        padding-bottom: 20px;
    }
    .sec_01, .sec_02, .sec_03{
        margin-bottom: 40px;
        display: block;
    }
    .sec_01>div:first-of-type, .sec_02>div:first-of-type, .sec_03>div:first-of-type{
        width: 100%;
        margin-bottom: 25px;
    }
    .sec_01>div:last-of-type, .sec_02>div:last-child, .sec_03>div:last-of-type{
        width: 100%;
        padding: 0;
        position: static;
        min-height: 0;
    }
    .sec_01 div p{
        font-size: 15px;
    }
    .wrapper h3 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .sec_02 div p {
        font-size: 15px;
        padding-bottom: 20px;
    }
    .sec_04 {
        margin-bottom: 80px;
    }
    .youtube_01{
        display: block;
        margin-bottom: 0;
    }
    .youtube_01>div {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .youtube_02 {
        width: 100%;
    }
















































}
