@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  original.css
=================================================================== */

.og_title_sub_color {
    color: #4f92c6;
}

.og_title_color a {
    color: #044e87;
    font-weight: normal;
    font-size: 14px !important;
}


.og_nayami {
    width: 100%;
    margin: 0 auto 0px auto;
    padding: 0 0 20px 0;
}
.nayami_box {
    padding: 10px 0 20px 0;
}
.nayami_box_ul {
    display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
}
.nayami_box_li {
    list-style: none;
    text-align: left;
    display: block;
    cursor: pointer;
}
.nayami_box_li a {
    background: url(images/icon_check_og.jpg) 3% center no-repeat #f1f5f8;
    display: block;
    text-decoration: none;
    padding: 4%;
}
.nayami_box_li a:hover {
    background-color: #d2e5f3;
    text-decoration: none;
    display: block;
    padding: 4%;
}
.nayami_box_li span {
    display: block;
    font-size: 13px;
    padding: 0 0 0 30px;
}
@media only screen and (min-width: 691px) {
    .og_icon_top img {
        width: 10%;
    }
    .og_icon img {
        width: 40%;
    }
}

@media only screen and (max-width: 690px) {
    .og_icon_top img {
        width: 15%;
    }
    .og_icon img {
        width: 30%;
    }
}

@media only screen and (min-width: 691px) {
    .og_category_box2018 {
        width: 80%;
        margin: 20px auto 0 auto;
        justify-content: center;
        -webkit-box-pack: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .og_category_box2018_in_box {
        width: 33.3%;
        background-color: #f5f5f5;
        -webkit-box-shadow: 0 1px 15px #999;
        -moz-box-shadow: 0 1px 15px #999;
        box-shadow: 0 1px 15px #999;
    }
    .og_category_box2018_in_box_view {
        width: 100%;
    }
    .og_category_box2018_in_box_view img {
        width: 100%;
    }
    .og_category_box2018_in_box_txt_area {
        padding: 20px;
    }
    .og_category_box2018_in_box_txt_area_title {
        color: #044e87;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 690px) {
    .og_category_box2018 {
        width: 94%;
        margin: 0 auto;
    }
    .og_category_box2018_in_box {
        width: 100%;
        background-color: #f5f5f5;
        -webkit-box-shadow: 0 1px 15px #999;
        -moz-box-shadow: 0 1px 15px #999;
        box-shadow: 0 1px 15px #999;
    }
    .og_category_box2018_in_box_view {
        width: 100%;
    }
    .og_category_box2018_in_box_view img {
        width: 100%;
    }
    .og_category_box2018_in_box_txt_area {
        padding: 20px;
    }
    .og_category_box2018_in_box_txt_area_title {
        color: #044e87;
        font-size: 18px;
        font-weight: bold;
    }
}

@media only screen and (min-width: 691px) {
    
    
}

@media only screen and (max-width: 690px) {
    .og_nayami {
        width: 94%;
        margin: 0 auto 0px auto;
        padding: 0 0 0px 0;
    }
    .nayami_box {
        padding: 10px 0 20px 0;
    }
    .nayami_box_ul {}
    .nayami_box_li {
        width: 100%;
        list-style: none;
        /* margin: 0px 0 10px 0; */
        text-align: left;
        display: block;
    }
    .nayami_box_li a {
        background: url(images/icon_check_og.jpg) 3% center no-repeat #f1f5f8;
        display: block;
        text-decoration: none;
        padding: 4%;
    }
    .nayami_box_li a:hover {
        background-color: #d2e5f3;
        text-decoration: none;
        display: block;
        padding: 4%;
    }
    .nayami_box_li span {
        display: block;
        font-size: 13px;
        padding: 0 0 0 30px;
    }
}

@media only screen and (max-width: 690px) {
    .og_tsuyomi {
        background: url(images/tsuyomi_bg.jpg) center center / auto 100% no-repeat;
        padding: 0 0 30px 0;
    }
}

@media only screen and (min-width: 691px) {
    .og_tsuyomi {
        background: url(images/tsuyomi_bg.jpg) center center / cover no-repeat fixed;
        padding: 0 0 30px 0;
    }
}

.og_btn01 {
    max-width: 300px;
    text-align: center;
    background-color: #044e87;
    list-style: none;
    margin: 0px auto;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
}

.og_btn01 a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 20px 50px;
}

.og_btn01 a p {
    display: inline;
    background: url(images/icon_og_btn01.png) left center no-repeat;
    color: #ffffff;
    margin: 0px auto;
    text-align: center;
    padding: 0 0 0 20px;
}

.og_btn01 :hover {
    cursor: pointer;
    color: #fff;
    background-color: #04355b;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
}

.og_color_w {
    color: #fff !important;
}

.ChangeElem_Panel {
    display: none;
}

@media only screen and (min-width: 691px) {
    .og_kaiketsujirei {
        background: url(images/kaiketsujirei_bg.jpg) top center / auto 1000px no-repeat;
        padding: 0 0 30px 0;
    }
    .og_kaiketsujirei_cat_box {
        width: 80%;
        margin: 0 auto 0px auto;
        padding: 0 0 0px 0;
    }
    .og_kaiketsujirei_cat_box ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .og_kaiketsujirei_cat_off {
        margin: 0 5px;
        color: #fff;
        padding: 3px 20px 3px 20px;
        background-color: rgba(4, 78, 135, 0.3);
        list-style: none;
        border-radius: 15px;
        /* CSS3草案 */
        -webkit-border-radius: 15px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 15px;
        /* Firefox用 */
        cursor: pointer;
    }
    .is-active {
        margin: 0 5px;
        padding: 3px 20px 3px 20px;
        background-color: #ffffff;
        color: #000;
        list-style: none;
        border-radius: 15px;
        /* CSS3草案 */
        -webkit-border-radius: 15px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 15px;
        /* Firefox用 */
        cursor: pointer;
    }
    .og_kaiketsujirei_description_box_left_title {
        font-size: 24px;
        color: #044e87;
        font-weight: bold;
        margin: 0px 0 10px 0;
    }
    .og_kaiketsujirei_description_box_left_txt {
        margin: 0px 0 10px 0;
    }
    .og_kaiketsujirei_description_box {
        width: 94%;
        margin: 30px auto 30px auto;
        padding: 0 0 0px 0;
        background-color: #ffffff;
    }
    .og_kaiketsujirei_description_box_in {
        padding: 5%;
    }
    .og_kaiketsujirei_description_box_left {
        float: left;
        width: 55%;
    }
    .og_kaiketsujirei_description_box_right {
        float: right;
        width: 40%;
    }
    .og_kaiketsujirei_description_box_right img {
        width: 100%;
    }
    .og_btn02 {
        max-width: 300px;
        text-align: center;
        background-color: #044e87;
        list-style: none;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
        margin: 30px 0 0 0;
    }
    .og_btn02 a {
        display: block;
        text-decoration: none;
        cursor: pointer;
        padding: 20px 50px;
    }
    .og_btn02 a p {
        display: inline;
        background: url(images/icon_og_btn01.png) left center no-repeat;
        color: #ffffff;
        margin: 0px auto;
        text-align: center;
        padding: 0 0 0 20px;
    }
    .og_btn02 :hover {
        cursor: pointer;
        color: #fff;
        background-color: #04355b;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
    }
}

@media only screen and (max-width: 690px) {
    .og_kaiketsujirei {
        background: url(images/kaiketsujirei_bg.jpg) top center / auto 1400px no-repeat;
        padding: 0 0 30px 0;
    }
    .og_kaiketsujirei_cat_box {
        width: 94%;
        margin: 0 auto 0px auto;
        padding: 0 0 0 0;
    }
    .og_kaiketsujirei_cat_box ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .og_kaiketsujirei_cat_off {
        margin: 0px 5px 10px 5px;
        color: #fff;
        padding: 3px 10px 3px 10px;
        background-color: rgba(4, 78, 135, 0.3);
        list-style: none;
        border-radius: 15px;
        /* CSS3草案 */
        -webkit-border-radius: 15px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 15px;
        /* Firefox用 */
        cursor: pointer;
    }
    .is-active {
        margin: 0px 5px 10px 5px;
        padding: 3px 10px 3px 10px;
        background-color: #ffffff;
        color: #000;
        list-style: none;
        border-radius: 15px;
        /* CSS3草案 */
        -webkit-border-radius: 15px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 15px;
        /* Firefox用 */
        cursor: pointer;
    }
    .og_kaiketsujirei_description_box_left_title {
        font-size: 24px;
        color: #044e87;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }
    .og_kaiketsujirei_description_box_left_txt {
        margin: 0px 0 10px 0;
    }
    .og_kaiketsujirei_description_box {
        width: 94%;
        margin: 20px auto 30px auto;
        padding: 0 0 0px 0;
        background-color: #ffffff;
    }
    .og_kaiketsujirei_description_box_in {
        padding: 5%;
    }
    .og_kaiketsujirei_description_box_left {
        width: 100%;
    }
    .og_kaiketsujirei_description_box_right {
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .og_kaiketsujirei_description_box_right img {
        width: 100%;
    }
    .og_btn02 {
        max-width: 300px;
        text-align: center;
        background-color: #044e87;
        list-style: none;
        margin: 20px auto;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
    }
    .og_btn02 a {
        display: block;
        text-decoration: none;
        cursor: pointer;
        padding: 20px 50px;
    }
    .og_btn02 a p {
        display: inline;
        background: url(images/icon_og_btn01.png) left center no-repeat;
        color: #ffffff;
        margin: 0px auto;
        text-align: center;
        padding: 0 0 0 20px;
    }
    .og_btn02 :hover {
        cursor: pointer;
        color: #fff;
        background-color: #04355b;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
    }
}

.c3_info_area_title_og {
    font-size: 22px;
    color: #044e87;
    font-weight: normal;
}

.c3_info_area_sub_title_og {
    font-size: 16px;
    color: #4f92c6;
    display: inline-block;
    padding: 0 0 0 10px;
}

@media only screen and (max-width: 690px) {
    .og_whisker {
        background: url(images/whisker_bg.jpg) center center / auto 100% no-repeat;
        padding: 0 0 30px 0;
    }
}

@media only screen and (min-width: 691px) {
    .og_whisker {
        background: url(images/whisker_bg.jpg) center center / cover no-repeat fixed;
        padding: 0 0 30px 0;
        margin-bottom: 80px;
    }
}

.og_btn01 {
    max-width: 300px;
    text-align: center;
    background-color: #044e87;
    list-style: none;
    margin: 0px auto;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
}

.og_btn01 a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    padding: 20px 50px;
}

.og_btn01 a p {
    display: inline;
    background: url(images/icon_og_btn01.png) left center no-repeat;
    color: #ffffff;
    margin: 0px auto;
    text-align: center;
    padding: 0 0 0 20px;
}

.og_btn01 :hover {
    cursor: pointer;
    color: #fff;
    background-color: #04355b;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
}

.og_btn03 {
    max-width: 300px;
    text-align: center;
    border: solid 1px #fff;
    list-style: none;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    margin: 0px auto 0 auto;
}

.og_btn03 a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    padding: 20px 50px;
}

.og_btn03 a p {
    display: inline;
    background: url(images/icon_og_btn01.png) left center no-repeat;
    color: #ffffff;
    margin: 0px auto;
    text-align: center;
    padding: 0 0 0 20px;
}

.og_btn03 :hover {
    cursor: pointer;
    color: #fff;
    background-color: #04355b;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
}

@media only screen and (min-width: 691px) {
    .og_contact {
        padding: 0 0 30px 0;
        background-color: #f5f5f5;
    }
    .og_contact_box {
        width: 94%;
        color: #fff;
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-shadow: 0 1px 15px #999;
        -moz-box-shadow: 0 1px 15px #999;
        box-shadow: 0 1px 15px #999;
        max-width: 1120px;
    }
    .og_contact_box_left {
        background-color: #044e87;
        width: 50%;
        text-align: center;
        position: relative;
    }
    .og_contact_box_right {
        background-color: #fff;
        width: 50%;
        padding: 50px 0 50px 0;
    }
    .og_contact_box_left_in {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
    .og_contact_box_right_in {
        width: 100%;
    }
    .og_contact_tel {
        font-size: 40px;
        font-weight: bold;
    }
    .og_contact_tel img {
        width: 70%;
    }
    .og_btn04 {
        width: 70%;
        text-align: center;
        background-color: #0EBF0E;
        list-style: none;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
        margin: 0px auto 15px auto;
    }
    .og_btn04 a {
        display: block;
        text-decoration: none;
        cursor: pointer;
        padding: 15px 30px;
    }
    .og_btn04 a p {
        display: inline;
        background: url(/files/images/common/icon_book.png) left center no-repeat;
        color: #ffffff;
        margin: 0px auto;
        text-align: center;
        padding: 10px 0 10px 50px;
    }
    .og_btn04 :hover {
        cursor: pointer;
        color: #fff;
        background-color: #7d1c1c;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
    }
    .og_btn05 {
        width: 70%;
        text-align: center;
        background-color: #044e87;
        list-style: none;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
        margin: 0px auto 0 auto;
    }
    .og_btn05 a {
        display: block;
        text-decoration: none;
        cursor: pointer;
        padding: 15px 30px;
    }
    .og_btn05 a p {
        display: inline;
        background: url(images/icon_og_contact02.png) left center no-repeat;
        color: #ffffff;
        margin: 0px auto;
        text-align: center;
        padding: 10px 0 10px 50px;
    }
    .og_btn05 :hover {
        cursor: pointer;
        color: #fff;
        background-color: #04355b;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
    }
}

@media only screen and (max-width: 690px) {
    .og_contact {
        padding: 0 0 30px 0;
        background-color: #f5f5f5;
    }
    .og_contact_box {
        width: 80%;
        color: #fff;
        margin: 0 auto;
        -webkit-box-shadow: 0 1px 15px #999;
        -moz-box-shadow: 0 1px 15px #999;
        box-shadow: 0 1px 15px #999;
    }
    .og_contact_box_left {
        background-color: #044e87;
        width: 100%;
        text-align: center;
        padding: 30px 0 30px 0;
    }
    .og_contact_box_right {
        background-color: #fff;
        width: 100%;
        padding: 30px 0 30px 0;
    }
    .og_contact_box_left_in {}
    .og_contact_box_right_in {}
    .og_contact_tel img {
        width: 85%;
    }
    .og_btn04 {
        width: 80%;
        text-align: center;
        background-color: #c12a2a;
        list-style: none;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
        margin: 0px auto 15px auto;
    }
    .og_btn04 a {
        display: block;
        text-decoration: none;
        cursor: pointer;
        padding: 15px 20px;
    }
    .og_btn04 a p {
        display: inline;
        background: url(images/icon_og_contact01.png) left center no-repeat;
        color: #ffffff;
        margin: 0px auto;
        text-align: center;
        padding: 10px 0 10px 50px;
    }
    .og_btn04 :hover {
        cursor: pointer;
        color: #fff;
        background-color: #7d1c1c;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
    }
    .og_btn05 {
        width: 80%;
        text-align: center;
        background-color: #044e87;
        list-style: none;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
        margin: 0px auto 0 auto;
    }
    .og_btn05 a {
        display: block;
        text-decoration: none;
        cursor: pointer;
        padding: 15px 20px;
    }
    .og_btn05 a p {
        display: inline;
        background: url(images/icon_og_contact02.png) left center no-repeat;
        color: #ffffff;
        margin: 0px auto;
        text-align: center;
        padding: 10px 0 10px 50px;
    }
    .og_btn05 :hover {
        cursor: pointer;
        color: #fff;
        background-color: #04355b;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
    }
}

/*=============================================

company/csr.html

==============================================*/

.img_txt_l {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.img_txt_l.max_w {
    max-width: 250px;
}

.dlb_table_08 td {
    border-width: 1px 1px 1px 0 !important;
}

/*=============================================

performance

==============================================*/

ul.list_btn li::before {
    content: "・";
    margin-right: 5px;
    color: #044e87;
}

ul.list_btn li {
    list-style: none;
    display: flex;
}

.pl_40 {
    padding-left: 40px;
}

@media only screen and (max-width: 690px) {
    .philo_sophy_img {
        width: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        margin: 0 auto !important;
    }
}

/*====================

テキストリンクの色

======================*/

.link_colorb a {
    color: #0075C2;
}

/*====================

リスト×マーク

======================*/

ul.list_xmark li {
    list-style: none;
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px;
}

ul.list_xmark li::before {
    content: "";
    background: url(../images/Xmark_list.png)no-repeat center center /cover;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
}

/*====================

performance

======================*/

.half_wtxt {
    width: calc(25%) !important;
}

.half_wimg {
    width: 60% !important;
}

.half_wimg img {
    margin-left: 0 !important;
    max-width: 30% !important;
}

@media only screen and (max-width: 1200px) {
    .half_wimg {
        width: 30% !important;
    }
    .half_wimg img {
        width: 70% !important;
    }
    /*-------------------------------*/
}

@media only screen and (max-width: 980px) {
    .half_wimg {
        width: 35.5% !important;
    }
    .half_wtxt {
        width: calc(100% - 35.5% - 24px) !important;
    }
    .half_wimg img {
        max-width: 100% !important;
    }
    /*-------------------------------*/
}

@media only screen and (max-width: 690px) {
    .half_wimg {
        width: 100% !important;
    }
    .half_wtxt {
        width: 100% !important;
    }
    .half_wimg img {
        max-width: 100% !important;
        margin-left: auto !important;
    }
    .half_wimg p {
        margin: auto;
        max-width: 70%;
    }
    /*-------------------------------*/
}

.txt_af {
    color: #044e87;
    font-size: 17px;
}

.txt_af::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    transform: rotate(135deg);
    position: absolute;
    /* top: calc(50% - 6px); */
    /* right: 20px; */
    transition: all .2s;
    /* transform: rotate(45deg); */
    margin: 10px;
}

td.colspan5_area {
    width: 45% !important
}

.cricle_span {
    position: relative;
}
.cricle_span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: "";
    display: block;
    border: 1px solid #044e87;
    border-radius: 100%;
    width: 8px;
    height: 8px;
}
.list_style{
    margin-left: 20px
}

.planting_table05 thead td {
  background-color: #044e87;
  color: #FFF;
}
.dlb_table_03 tbody td.td_bg_white:first-child {
  background-color: #fff;
  color: #000000;
}
.table_note {
	display: flex;
	flex-flow: row wrap;
  font-size: 90%;
}
.table_note_title {
	width:25%;
}
.table_note_detail {
	width:75%;
	padding-left: 20px;
}
.flex_jc_flex_start {
  justify-content: flex-start;
}

@media only screen and (min-width: 691px) {
.w_pc_5{width:5%}.w_pc_10{width:10%}.w_pc_15{width:15%}.w_pc_20{width:20%}.w_pc_25{width:25%}.w_pc_30{width:30%}.w_pc_35{width:35%}.w_pc_40{width:40%}.w_pc_45{width:45%}.w_pc_50{width:50%}.w_pc_55{width:55%}.w_pc_60{width:60%}.w_pc_65{width:65%}.w_pc_70{width:70%}.w_pc_75{width:75%}.w_pc_80{width:80%}.w_pc_85{width:85%}.w_pc_90{width:90%}.w_pc_95{width:95%}.w_pc_100{width:100%}
}
@media only screen and (max-width: 690px) {
.table_note_title {
	width:100%;
}
.table_note_detail {
	width:100%;
	padding-left: 0;
}
/*-------------------------------*/
}