/* -----------------------------------------------------------------------------

　PC用のスタイル記述

----------------------------------------------------------------------------- */
@media screen and (min-width: 760px), print {
    #all {
        width: 770px;
        margin: 0px auto;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    #header-area {
        background: url(../img/header-bg.jpg) no-repeat;
        width: 770px;
        height: 130px;
        position: relative;
    }
    #header-area h1 {
        position: absolute;
        bottom: 40px;
        left: 20px;
        font-size: 28px;
        font-weight: normal;
        line-height: 100%;
    }
    #header-area h1 span {
        font-size: 10px;
    }
    #header-area ul {
        position: absolute;
        right: 0px;
        bottom: 15px;
        font-size: 10px;
        list-style: none;
    }
    #header-area ul li {
        float: left;
        margin: 0px 16px;
    }
    #contents-area {
        padding: 0px 1px;
    }
    #left-area {
        width: 180px;
        float: left;
    }
    ul.menu li {
        width: 180px;
        height: 40px;
        background: url(../img/menu_bk_off.png) no-repeat;
        margin-top: 3px;
    }
    ul.menu li a {
        display: block;
        font-weight: bold;
        color: #485b1b;
        font-size: 17px;
        padding: 7px 0px 0px 12px;
        width: 180px;
        height: 40px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    }
    ul.menu li a:hover {
        background: url(../img/menu_bk_on.png) no-repeat;
        text-decoration: none;
    }
    #right-area {
        float: right;
        width: 560px;
        padding-right: 10px;
    }
    #right-area .menu {
        display: none;
    }
    .toi {
        display: none;
    }
    h2 {
        font-size: 120%;
        background: url(../img/h2.gif) no-repeat;
        width: 560px;
        height: 30px;
        padding: 5px 0px 15px 0px;
        margin-bottom: 1em !important;
    }
    .eigyo dt {
        font-size: 102%;
        width: auto;
        text-align: left;
        color: #294A15;
        padding: 2px 0px 0px 7px;
        border-left: solid 6px #669900;
        border-bottom: solid 2px #669900;
        background-color: #F6F6F6;
    }
    .eigyo dd {
        margin: 10px;
    }
    .box {
        padding: 10px;
    }
    #hoken-area {
        padding: 10px;
        clear: both;
    }
    ul.bt-mitumori {
        display: flex;
        flex-wrap: wrap;
    }
    ul.bt-mitumori li {
        width: 30%;
        margin-right: 2%
    }
    ul.bt-mitumori li img {
        width: 100%;
    }
    ul.bt-mitumori li a {
        transition: 0.2s;
    }
    ul.bt-mitumori li a:hover {
        opacity: 0.7;
    }
    .teiketu {
        width: 300px;
        float: left;
        font-size: 10px;
        padding: 10px;
    }
    .teiketu p {
        background: url(../img/list-icon.gif) no-repeat;
        background-position-y: 3px;
        padding-left: 15px;
    }
    .info {
        float: right;
        font-size: 10px;
        padding: 10px;
    }
    .link {
        margin: 10px;
    }
    .link li {
        background: url(../img/list-icon.gif) no-repeat;
        background-position-y: 3px;
        padding-left: 15px;
    }
    #footer-area {
        border-top: 1px dotted #ccc;
        text-align: center;
        background: url(../img/footer.png) no-repeat;
        background-position: bottom;
        padding-top: 10px;
        padding-bottom: 15px;
        height: 60px;
        font-size: 10px;
    }
    #footer-area ul {
        display: none;
    }
    .copy {
        display: none;
    }
}
/* -----------------------------------------------------------------------------

　スマホ用のスタイル記述

----------------------------------------------------------------------------- */
@media screen and (max-width: 759px) {
    #all {}
    #header-area {
        background: url(../img/header-bg-smt.jpg) repeat-x;
        background-position: top;
        width: 100%;
        position: relative;
    }
    #header-area h1 {
        font-size: 15px;
        font-weight: normal;
        line-height: 100%;
        padding: 10px;
    }
    #header-area h1 span {
        font-size: 10px;
    }
    #header-area ul {
        display: none;
    }
    #contents-area {
        padding: 0px 1px;
    }
    #left-area {
        margin-bottom: 10px;
    }
    ul.menu {
        width: 100%;
        list-style-type: none;
        margin: 0px auto;
    }
    ul.menu li {
        width: 49.5%;
        float: left;
        margin: 0.1em 0px;
    }
    ul.menu li a {
        display: block;
        padding: 10px;
        font-weight: bold;
        background: url(../img/menu_bk_off.png) no-repeat;
        background-size: cover;
    }
    ul.menu li a:hover {
        text-decoration: none;
    }
    #right-area {
        margin: 5px;
    }
    #right-area .topimg {
        display: none;
    }
    #right-area h2 {
        padding: 0.3em 0 0.3em 0.3em;
        border-bottom: 1px dotted #485b1b;
        border-left: 10px solid #485b1b;
        font-size: 15px;
        font-weight: bold;
        color: #485b1b;
    }
    .eigyo dt {
        font-size: 102%;
        width: auto;
        text-align: left;
        color: #294A15;
        padding: 2px 0px 0px 7px;
        border-left: solid 6px #669900;
        border-bottom: solid 2px #669900;
        background-color: #F6F6F6;
    }
    .eigyo dd {
        margin: 10px;
    }
    .box {
        padding: 10px;
    }
    #hoken-area {
        padding: 10px;
        clear: both;
    }
    ul.bt-mitumori {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    ul.bt-mitumori li {
        width: 48%;
        margin-right: 2%
    }
    ul.bt-mitumori li.w_50_sp {
        width: 50%;
    }
    ul.bt-mitumori li img {
        width: 100%;
    }
    .teiketu {
        padding: 10px;
        clear: both;
    }
    .teiketu p {
        background: url(../img/list-icon.gif) no-repeat;
        background-position-y: 3px;
        padding-left: 15px;
    }
    .info {
        padding: 10px;
    }
    .link {
        margin: 10px;
    }
    .link li {
        background: url(../img/list-icon.gif) no-repeat;
        background-position-y: 3px;
        padding-left: 15px;
    }
    .toi {
        text-align: center;
    }
    .toi a {
        width: 60%;
        display: block;
        padding: 10px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
        background: #5F8A62;
        border-radius: 10px;
        margin: 10px auto;
        color: #fff !important;
    }
    .toi a:hover {
        color: #fff;
    }
    #footer-area {
        border-top: 1px dotted #ccc;
        text-align: center;
        background-position: bottom;
        padding: 5px;
        font-size: 10px;
        margin-top: 10px;
        border-bottom: 3px solid #b6d64f;
        background: #EDEDED;
    }
    #footer-area ul li {
        font-size: 10px;
        margin: 5px 5px;
    }
    .copy {
        font-size: 10px;
        margin-top: 5px;
    }
    .smt_none {
        display: none;
    }
}
/*********追記***********************/
.img_map {
    width: 100%;
}
.shain_img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.shain ul {
    width: 100%;
}
.shain li {
    float: left;
    margin-right: 4em;
}
.shain li:last-child {
    margin-right: 0;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
@media screen and (max-width: 759px) {
    .shain li {
        float: none;
        margin-right: 0em;
    }
}
/* -----------------------------------------------------------------------------
会社概要（営業案内）20170525
----------------------------------------------------------------------------- */
.tokucho01 {
    margin-top: 2em;
}
.tokucho01:last-child {
    margin-bottom: 2em;
}
.titli_01 {
    color: #669900;
    font-size: 1.0rem;
}
/* -----------------------------------------------------------------------------
経営理念（営業案内）20181108
----------------------------------------------------------------------------- */
.rinen_title {}
/* タイトル
============================================================================================================ */
.rinen_title {
    font-size: 1.5em;
    color: #77874A;
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
}
.rinen_title {
    overflow: hidden;
    text-align: center;
}
.rinen_title span {
    position: relative;
    display: inline-block;
    margin: 0 1em;
    padding: 0 1em;
    text-align: left;
}
.rinen_title span::before, .rinen_title span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 15%;
    height: 1px;
    background-color: #77874A;
}
.rinen_title span::before {
    right: 100%;
}
.rinen_title span::after {
    left: 100%;
}
.rinen_text {
    margin: 1em auto 2.5em auto;
    text-align: center;
}
@media screen and (max-width: 759px) {
    .rinen_title {
        font-size: 1.3em;
        color: #77874A;
        font-weight: bold;
        text-align: center;
        margin-top: 1em;
    }
    .rinen_title {
        overflow: hidden;
        text-align: center;
    }
    .rinen_title span {
        position: relative;
        display: inline-block;
        margin: 0 0.8em;
        padding: 0 1em;
        text-align: left;
    }
    .rinen_text {
        margin: 1em 15px 2em 15px;
        text-align: left;
    }
}
/*info*/
.info_area {
    padding: 10px 0 50px 0;
}
.info_list li {
    padding: 10px 0;
    border-bottom: 1px solid #D0D0D0;
}
.info_list li:first-child {
    border-top: 1px solid #D0D0D0;
}
.info_list li a {
    display: block;
}
.info_list li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.info_list li > div > p {
    width: 9em;
}
.info_list li > div > div {
    width: 100%;
}
.info_list li > div > div a:hover {
    text-decoration: none !important;
}
.info_list li:nth-child(n+4) {
    display: none;
}
.detaile_link {
    text-align: right;
    margin: 1em auto auto auto;
    position: relative;
    color: #6EAC03;
    padding-right: 2em;
}
.detaile_link:before {
    position: absolute;
    content: "";
    border: 4px solid transparent;
    border-left: 6px solid #6EAC03;
    top: 50%;
    right: 0;
    box-sizing: border-box;
    width: 4px;
    height: 6px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 759px) {
    .info_list {
        margin-top: 20px;
    }
    .info_list li > div {
        display: block;
    }
    .info_list li > div > p {
        width: auto;
        margin-bottom: 5px;
    }
    .info_list li > div > div {
        width: auto;
    }
}

/*サイドのバナー
-------------------------------------------------------*/
.sp_banner {
    display: none;
}
.side_banner {
    max-width: 90%;
    margin: auto;
}
.side_banner li + li {
    margin-top: 5px;
}
.side_banner img {
    width: 100%;
}
@media screen and (max-width: 759px) {
    .pc_banner  {
        display: none;
    }
    .sp_banner{
display: block;    
    }
    .sp_banner .side_banner{
        display: flex;
        flex-wrap: wrap;
    }
    .sp_banner .side_banner li {
        width: 48%;
        margin-right: 2%;
    }
    .sp_banner .side_banner li:first-child {
        width: 100%;
    }
    .sp_banner .side_banner li:first-child img {
        width: 50%;
    }
}