@charset "utf-8";
.table td, .table th,
table.bycolor td,table.bycolor th{
    padding: 10px;
    border:1px solid #898989;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}
.table th{
    white-space: nowrap;;
}
table.bycolor tr.bg{
    background: #F0F0F0;
}
table.bycolor th{
   background: #999;
   color: #fff!important;
   font-weight: normal;
}
table.bycolor th:first-child{
    width:35%;
}
table.bycolor th:first-child + th{
    width:35%;
}
table.bycolor td a{
    word-break:break-all;
     color: #00a0ea;
     text-decoration: underline;
}
table.bycolor td:last-child{
    text-align: center;

}
table.bycolor strong{
    font-size: 18px;
}
td.telno dt {
    color: #FFF;
    background: #00a0ea;
    white-space: nowrap;
    line-height: 120%;
    margin: 5px 0 5px 0;
    padding: 3px 0 1px 0;
}
table.type3 th{
    font-size:16px;
    color:#009EE7;
}
table.type2 th{
    text-align: center;
}
table.type2 thead th:first-child + th,
table.type2 thead th:first-child {
    width: 30%;
}
table.type2 thead th:first-child + th{
     background:#009EE7!important;
     color:#FFF!important;
}
table.type2 tbody tr td:first-child + td {
     background:#EAF5FD;
     font-size: 16px;
     color: #009EE7;
     text-align: center;
}
table.type2 tbody tr:first-child td:first-child + td{
     background:#EAF5FD!important;
}
table.type2 tbody tr:nth-child(2n+1) td:first-child + td {
     background:#D1E2ED;
}
table.type2 tbody tr.col td:first-child + td {
     background: none!important;
    color: #231815;
    width:20%;
}
table.type2.bycolor .telno .email{
    font-size: 13px;
    display: inline-block;
}
table.type2.bycolor .telno {
    font-size: 18px;
    font-weight: bold;
}
.h4{
     background:#F3F4F4;
     font-size:16px;
     padding:10px 3%;
     margin:10px 0!important;
}
.ecocute strong{
     color:#009EE7;
}
.ecocute p{
    text-align:center;
    font-size:16px;
}
.ecocute{
    margin-top:0!important;
}
table.bycolor.type2 td, table.bycolor.type2  th {
    padding: 5px;
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
@media only screen and (max-width: 960px) {
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/* スマホ向けのスタイル：960px */
@media only screen and (max-width: 768px) {
    div.basepage .main_contents.contents-page .cln_2.wrap.box_green{
        width: 94%!important;
        margin-right: auto!important;
        margin-left: auto!important;
            padding: 14px 3%!important;
    }
        .h4{
         margin-top: 30px!important;
    }
    
}

/* タブレット＆PCのスタイル：768px */
@media only screen and (min-width: 769px) {
    .txt_right{
        margin-top: 50px!important;
    }
    .cln_2.wrap.box_green .txt_left{
        text-align: left;
    }
    table.bycolor td a:hover{
        opacity: .5;
    }
    table.bycolor td a{
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        -ms-transition: .5s ease;
        -o-transition: .5s ease;
    }
    
}

