.base {
    margin: 0 auto 150px;
}

.bg.bg03 {
    width: 340px;
    left: 50%;
    top: 730px;
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
}

.bg.bg04 {
    width: 150px;
    right: 8%;
    top: 1270px;
    position: absolute;
    z-index: -1;
}

.bg.bg05 {
    width: 388px;
    left: 0;
    top: 1760px;
    position: absolute;
    z-index: -1;
}

.flexBox{
    display: flex;
}

.text16{
    font-size: 16px;
    line-height: 2.2em;
}

.sec-overview01{
    padding: 100px 0 80px;
}

.flex-ov{
    justify-content: space-between;
    align-items: center;
}

.ov-detail{
    width: 47%;
}

.ov-detail .c-ttl{
    margin-bottom: 30px;
}

.ov-img{
    width: 50%;
}

.sec-overview02{
    background: #fff;
    margin: 0 auto;
    width: 90%;
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.05);
    padding: 5%;
}

.ov02-head{
    margin-bottom: 50px;
    text-align: center;
}

.ov02-head img{
    margin-bottom: 5px;
    width: 36px;
}

.ov-tbl table{
    width: 100%;
}

.ov-tbl table tr{
    border-bottom: 1px solid #dddddd;
}

.ov-tbl table tr:first-child{
    border-top: 1px solid #dddddd;
}

.ov-tbl table tr th{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
    padding: 30px 15px;
    text-align: left;
    width: 15%;
}

.ov-tbl table tr td{
    line-height: 1.7;
    padding: 30px 15px;
    width: 85%;
}

.ov-tbl table tr td a{
    color: #636363;
    cursor: none;
}

@media only screen and (max-width: 1300px){
.bg.bg03 {
    width: 300px;
    top: 540px;
}

.bg.bg04 {
    width: 110px;
    right: 2%;
    top: 1050px;
}

.bg.bg05 {
    width: 290px;
    top: 1640px;
}

}


@media only screen and (max-width: 1099px){

.sec-overview01 {
    padding: 70px 0 50px;
}

.bg.bg05 {
    width: 230px;
    bottom: 365px;
}

.intro-wrap{
    margin-bottom: 30px;
}

.btn-wrap {
    width: 80%;
}
}

@media only screen and (max-width: 767px){

.is-pc{
    display: none;
}

.bg.bg03 {
    width: 160px;
    left: 50%;
    top: 540px;
}

.bg.bg04 {
    right: 0%;
    top: 830px;
}

.bg.bg05 {
    width: 130px;
}

.base {
    margin: 0 auto 50px;
}

.sec-overview01 {
    padding: 20px 0 35px;
}

.flex-ov {
    justify-content: space-between;
    display: block;
}

.ov-detail {
    width: 100%;
}

.ov-detail .c-ttl {
    margin-bottom: 20px;
    text-align: center;
}

.ov-detail p{
    text-align: left;
}

.ov-img{
    margin-bottom: 25px;
    width: 100%;
}

.sec-overview02 {
    padding: 8% 5%;
    width: 100%;
}    

.ov02-head {
    margin-bottom: 20px;
}

.ov02-head img {
    margin-bottom: 5px;
    width: 28px;
}

.ov-tbl table tr {
    border-bottom: none;
}

.ov-tbl table tr:first-child {
    border-top: none;
}

.ov-tbl table tr th {
    background: #edf7f5;
    font-size: 16px;
    padding: 20px 15px;
    text-align: left;
    width: 100%;
    display: block;
}

.ov-tbl table tr td {
    padding: 20px 15px;
    width: 100%;
    font-size: 14px;
    display: block;
}

.ov-tbl table tr td a{
    cursor: pointer;
}

}