@charset "UTF-8";
#top {
    padding-bottom: 135px;
}
.mv{
    height: 478px;
    background: url(img/top/mv_bg.jpg) center top no-repeat;
}
.mv2{
    height: 350px;
    background: url(img/top/mv_bg.jpg) center top no-repeat;
}
.mv p {
    padding-top: 40px;
}
main {
    float: left;
    width: 700px;
    /*overflow:hidden;*/
}
main h2 {
    margin-bottom:40px;
    padding-left: 16px;
    color: #000;
    font-size: 2.3rem;
    border-left:3px solid #6cc2af;
}


.contents{
    margin-bottom: 50px;
    background-color: #fff;
}
.contents .inner {
    width: auto;
    padding: 0 30px 30px;
}


.area-list {
    margin-bottom: 15px;
    width: 100%;
}
.area-list dt,
.area-list dd {
    position: relative;
    display: table-cell;
    *display: inline;
    *zoom: 1;
    padding: 4px 0 10px;
    vertical-align: middle;
}
.area-list dt {
    padding: 15px 0;
    width: 117px;
}
.area-list dd {
    width: 86%;
}
.area-list dd ul {
    position: relative;
    width: 100%;
}
.area-list dd li {
    width: 94px;
    display: inline-block;
    text-align: center;
    margin-bottom:10px;
    color: #fff;
    font-size: 16px;
}
.area-list dd li a.active {
    background-color: #167f68;
}
.area-list dd li a.nolink {
    background-color: #d5d8d7;
}

.area-list dd li  a:link {
   display: block;
   padding: 10px;
   background-color: #6dc2af;
   border-radius: 5px;
   color: #fff;
}

.area-list dd li a.open {
    background-color: #167f68;
}

.area-list .city__box {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-top: 3px solid #6cc2af;
    left: 0;
    z-index: 100;
    display: none;
}


.area-list .city__box ul {
    padding:20px 40px;
    text-align: left;
}
.area-list .city__box ul li {
    width: 153px;
    margin-bottom: 0px;
    text-align: left;
    vertical-align: top;
}
.area-list .city__box ul li a  {
    background-color: #fff;
    padding: 0;
    padding-right: 40px;
}



.area-list dd li  a select {
    background-color: #6dc2af;
}
.area_wrap {
    margin-bottom: 120px;
    background: url(img/top/map_bg.jpg) no-repeat center center;
    background-size: contain;
}


.sitelist li {
    width: 30%;
    display: inline-block;
}
ul.sitelist {
    margin-bottom: 120px;
}

.osusume {
    padding: 30px;
    border: 1px solid #e5e5e5;
}
.osusumebox {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom:1px solid #e5e5e5;
}
.osusumebox .side_img {
    float: left;
    /*width: 240px;
    height: 195px;*/
    width:48%;
    height:auto;
    padding-top:35%;/*--以上変更2017/05/08植杉--*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}

.osusumebox img {
    float: left;
    width: 365px;
}

.osusumebox .text_area {
    /*width: 500px;*/
    width:48%;/*--以上変更2017/05/08植杉--*/
    float: right;
}
.osusumebox .text_area h3{
    color: #419e89;
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 2.1rem;
}
.osusumebox .text_area h3 a{
    /*color: #419e89;*/
    color:#2896dc;
}

.osusumebox .text_area p {
    margin-bottom: 20px;
}
.osusumebox p.category {
    max-width: 130px;
    border-radius: 30px;
    background: #fae1e1 url(img/common/category-ico01.png) no-repeat left 10px center;
    padding: 5px;
    padding-left: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #ff5858;
}
.osusumebox p.category a {
    color: #ff5858;
}
.osusumebox p.category02 {
    max-width: 130px;
    border-radius: 30px;
    background: #d0f4f8 url(img/common/category-ico02.png) no-repeat left 10px center;
    padding:5px;
    padding-left: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #377fbc;
}
.osusumebox p.category02 a {
    color: #377fbc;
}
.osusumebox p.category03 {
    max-width: 130px;
    border-radius: 30px;
    background: #dbe4a4 url(img/common/category-ico03.png) no-repeat left 10px center;
    padding: 5px;
    padding-left: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #609c11;
}
.osusumebox p.category03 a {
    color: #609c11;
}
.osusumebox p.category04  {
    max-width: 130px;
    border-radius: 30px;
    background: #f5e29f url(img/common/category-ico04.png) no-repeat left 10px center;
    padding: 5px;
    padding-left: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #ff8400;
}
.osusumebox p.category04 a  {
    color: #ff8400;
}

.osusumebox-last {
    padding-bottom: 0px;
    margin-bottom: 0px;
}




ul.logo_list {
    margin-right: -18px;
    margin-top: 45px;
}
ul.logo_list li {
    width: 180px;
    list-style: none;
    padding: 30px;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
    border:1px solid #dedede;
    margin-right: 11px;
}
ul.logo_list li img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

/*20180214 MikihoSuda 主要メディアへのリンク用にcssを追加*/
.ft_link_content{
  width: 1060px;
  margin: 0 auto 10px;
}
.ft_link_content li{
  display: inline-block;
}

.ft_link_content li a{
  border-left: 1px solid #6dc2af;
  padding: 0 1em;
  color: #000;
}
.ft_link_content li:first-of-type a{
  border: none;
}


@media screen and (max-width: 768px) {
    main h2 {
        margin-bottom: 30px;
        padding-left: 8px;
        line-height: 36px;
        border-left: 3px solid #6cc2af;
    }

    #spMenuTestBtn01 {
        display: block;
    }
    .header .header__mobile {
        width: auto;
    }
    .header .header__mobile img {
        width: 151px;
    }



/* ~768px
------------------------------------------------*/
.mv {
    background: url(img/top/bg_mv-sp.jpg) center top no-repeat;
    padding-top: 53%;
    background-size: cover;
    margin-bottom: 0px;
    height: auto;
}


.mv2 {
    background: url(img/top/bg_mv-sp.jpg) center top no-repeat;
    padding-top: 53%;
    background-size: cover;
    margin-bottom: 10px;
    height: auto;
}

main {
    width: 100%;
    float: none;
    margin-bottom: 85px;
}

.area_wrap {
    margin-bottom: 60px;
}
.area-list {
    margin-bottom: 0px;
    width: 100%;
    display: table;
}
.area-list dt {
    width: 20%;
}
.area-list dd {
    width: 80%;
}
.area-list dd li {
 width: 23.7%;
 margin-bottom: 5px;
}
.area-list dd li a {
    padding: 5px;
}
.area-list dd li.nolink {
    padding: 5px;
}


ul.sitelist {
    margin-bottom: 60px;
}
.sitelist li {
    width: 49%;
}
.sitelist li img {
    max-width: 100%;
}


.osusume {
    padding: 15px;
}
.osusumebox img {
    float: none;
    max-width: 100%;
}
.osusumebox .text_area {
    width: auto;
    float: none;
}
.osusumebox .text_area h3 {
    margin-bottom: 10px;
}
  
  /*20180214 MikihoSuda 主要メディアへのリンク用にcssを追加*/
  .ft_link_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .ft_link_content li{
    width: 50%;
    border-bottom: 1px solid #dcdcdc;
  }
  .ft_link_content li:nth-child(odd){
    border-right: 1px solid #dcdcdc;
  }
  .ft_link_content li a{
    display: block;
    border: none;
    text-align: center;
    padding: 10px;
  }
}



@media screen and (max-width: 480px) {
    ul.logo_list {
        margin-right: 0px;
        margin-top: 25px;
    }

    #top main h2 {
        font-size: 16px;
        height: auto;
        padding: 4px 0 4px 46px;
        margin-bottom: 16px;
        line-height: normal;
    }

    ul.type_list li {
        width: auto;
        margin: 0;
    }


    .area-list {
        display: block;
    }
    .area-list dt {
        display: block;
        width: 100%;
        padding: 7.5px 0;
    }
    .area-list dd {
        display: block;
        width: 100%;
        padding-bottom: 0px;
    }


    ul.category_list {
        margin-right: 0px;
    }
    ul.category_list li {
        width: 100%;
        margin-right: 0px;
        font-size: 20px;
    }

    ul.company_list {
        margin-right: 0px;
    }
    ul.company_list li {
        width:100%;
        margin: 0;
    }
}
