@charset "utf-8";

.coContent00{
    padding-top: 50px;
    padding-bottom: 70px;
}
table.tbStyle01{
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}
table.tbStyle01 tr td{
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    color: #333333;
    line-height: 180%;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: middle;
}
table.tbStyle01 tr td:first-child{
    width: 140px;
    background-color: #EFF4D9;
    text-align: center;
}
.coContent01{
    background: #F5F4F2;
    padding-top: 70px;
}
a.link{
    text-decoration: none;
    color: inherit;
}
a.link:hover{
    text-decoration: underline;
}
.coContent01 table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 80px;
}
.coContent01 table tr td{
    font-size: 14px;
    color: #333333;
    line-height: 180%;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    padding-left: 45px;
    padding-right: 45px;
    vertical-align: middle;
}
.coContent01 table tr td:first-child{
    width: 230px;
    padding-left: 75px;
    padding-right: 10px;
    background-color: #EFF4D9;
}
.coContent01 iframe{
    width: 100%;
    border: none;
    height: 560px;
    vertical-align: middle;
}
@media screen and (max-width:767px){
    .coContent00 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .coContent01 {
        padding-top: 30px;
    }
    .coContent01 table {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    table.tbStyle01 tr td:first-child{
        width: 90px;
        padding-left: 5px;
        padding-right: 5px;
    }
    table.tbStyle01 tr td{
        padding-left: 18px;
        padding-right: 18px;
        font-size: 13px;
    }
    table.tbStyle01 {
        margin-top: 20px;
    }
    .coContent01 table tr td{
        font-size: 13px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .coContent01 table tr td:first-child{
        width: 150px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .coContent01 iframe{
        height: 505px;
    }
}

@media screen and (max-width:470px){
    .coContent01 table tr td:first-child {
       width: 100%;
       padding-left: 5px;
       padding-right: 5px;
       text-align: center;
    }
    .coContent01 table tr td{
        width: 100%;
        float: left;
        padding-left: 18px;
        padding-right: 18px;
        border-top: 0;
    }

    .coContent01 table tr:first-child td:first-child, table.tbStyle01 tr:first-child td:first-child{
        border-top: 1px solid #E6E6E6;
        text-align: center;
    }

    table.tbStyle01 tr td:first-child {
        width: 100%;
    }
    table.tbStyle01 tr td {
        width: 100%;
        float: left;
        border-top: 0;
    }
}