@charset "UTF-8";

/*  sec01 -------------------------------------------*/
.sec01{
    position: relative;
    padding: 0 0 50px 0;
    box-sizing: border-box;
}

.sec01.wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.sec01.wrap .img{
    position: relative;
    top: -30px;
    width: 33%;
    max-width: 380px;
    box-sizing: border-box;
	z-index: 2;
}
.sec01.wrap .txt{
    position: relative;
    width: 67%;
    padding: 0 15px 22px 30px;
    box-sizing: border-box;
}
.sec01.wrap .txt:after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 900px;
    height: 420px;
    background: #f5f5f5;
    z-index: -1;
}

.sec01.wrap .txt h2{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 20px;
    margin-left: 5px;
}
.sec01.wrap .txt p{
    font-size: 1.4rem;
    line-height: 2.1;
}

@media screen and (max-width: 1222px) {
    .sec01.wrap .img{
        width: 29%;
    }
    .sec01.wrap .txt{
        width: 71%;
    }
    .sec01.wrap .txt:after{
        height: 78%;
        bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .sec01{
        padding: 0 0 10% 0;
    }

    .sec01.wrap{
        width: 100%;
        display: block;
    }
    .sec01.wrap .img{
        top: 0;
        width: 86%;
        max-width: 800px;
        margin: 0 auto;
    }
    .sec01.wrap .txt{
        width: 100%;
        margin: 8% 0 0 0;
        padding: 0 7%;
        box-sizing: border-box;
    }
    .sec01.wrap .txt:after{
        left: 0;
        right: 0;
        top: -30vw;
        bottom: auto;
        margin: 0 auto;
        width: 100%;
        height: 118%;
    }

    .sec01.wrap .txt h2{
        font-size: 5.8vw;
        margin-bottom: 5%;
        margin-left: 0;
    }
    .sec01.wrap .txt p{
        font-size: 3.7vw;
        line-height: 2;
    }


}


/*  sec02 -------------------------------------------*/
.sec02{
    padding: 50px 0 50px 0;
    box-sizing: border-box;
}

.sec02 .tbl01{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}

.sec02 .tbl01 th,.sec02 .tbl01 td{
    font-size: 1.4rem;
    padding: 15px 0;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box;
}
.ie .sec02 .tbl01 th,.ie .sec02 .tbl01 td{
    padding: 17px 0 13px 0;
}
.sec02 .tbl01 th{
    width: 112px;
    font-weight: 700;
    text-align: right;
}
.sec02 .tbl01 td{ padding-left: 55px;}
.ie .sec02 .tbl01 td{ padding-left: 55px !important;}
.sec02 .btn_blog{
    text-align: center;
    margin: 70px 0 85px 0;
}
.sec02 .btn_blog a{
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
	padding: 24px 10px 23px 10px;
}

.sec02 .btn_wrap ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec02 .btn_wrap ul li{
    width: 30%;
    max-width: 260px;
}
.sec02 .btn_wrap ul li+li{ margin-left: 60px;}

.sec02 .btn_wrap .btn a{
    max-width: inherit;
    color: #FFF;
    background: #646464;
    padding: 13px 0;
}

@media screen and (max-width: 767px) {
    .sec02{
        padding: 6% 0 14% 0;
    }
    .sec02.wrap{
        width: 86%;
    }
    .sec02 .secTitle h3 {
        font-size: 4.8vw;
        text-align: center;
    }
    .secTitle span:after {
        width: 100%;
    }
    .sec02 .tbl01{
        width: 100%;
        max-width: inherit;
        border-top: 1px solid #c8c8c8;
    }

    .sec02 .tbl01 th,.sec02 .tbl01 td{
        display: block;
        font-size:3.4vw;
        padding: 3% 0;
        border-bottom: 1px solid #c8c8c8;
        box-sizing: border-box;
    }
    .sec02 .tbl01 th{
        width: 100%;
        text-align: center;
        background: #f5f5f5;
    }
    .sec02 .tbl01 td{ padding-left: 0;}

    .sec02 .btn_blog{
        margin: 14% 0 12% 0;
    }
    .sec02 .btn_blog a{
        display: block;
        width: 80%;
        max-width: inherit;
        margin: 0 auto;
		font-size: 4vw;
		padding: 4.6% 4%;
    }
    .sec02 .btn_wrap ul{
        display: block;
    }
    .sec02 .btn_wrap ul li{
        width: 70%;
        max-width: inherit;
        margin: 0 auto;
    }
    .sec02 .btn_wrap ul li+li{ margin-left: auto; margin-top: 7%;}

    .sec02 .btn_wrap .btn a{
        text-align: left;
        width: 100%;
        padding: 5% 10%;
    }
    .sec02 .btn a:after{
        position: absolute;
        right: 10%;
        top: 50%;
        margin-top: -2vw;
    }
}




