@charset "utf-8";
body{
    font-size: 16px;
}

img {
    max-width: 100%;
}

#header {
    border-top: solid 3px #d70c18;
    border-bottom: none;
    height: 40px;
}

#header .hgroup img {
    width: 124px;
    height: auto;
}

#header .hgroup p:first-child {
    display: none;
}

#header .hgroup span.areaName {
    font-size: 20px;
}

#header .hgroup span.areaName::after {
    display: none;
}

#header .hgroup p.logo {
    display: flex;
}

#subNaviBox.off {
    display: none;
}

#subNaviBox.on {
    display: block;
}

#subNaviBox {
    display: none;
    position: fixed;
    width: 100%;
    height: 1000%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .5);
}

#subNaviBox #subNavi li.btn-close {
    color: #fff;
    background: #d70c18;
    text-align: center;
    margin-top: 10px;
    padding: 18px;
}

#subNaviBox #subNavi {
    position: fixed;
    width: 240px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 200;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -140px;
    padding: 18px 18px 18px 18px;
    background: #fff;
    text-align: center;
}

#subNaviBox #subNavi li {
    text-align: center;
    font-weight: bold;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
}

#subNavi .fa {
    display: none;
}

#subNaviBox #subNavi li.sitemap {
    border-bottom: 1px solid #ccc;
}

#subNaviBox #subNavi li a {
    text-decoration: none;
    color: #000;
    padding: 18px;
    display: block;
}

#header .square {
    width: 40px;
    height: 40px;
    margin: 0 10px 0;
    position: absolute;
    top: 7px;
    right: 0;
}

#header .square img {
    width: 100%;
    height: 100%;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: '';
    display: block;
    clear: both;
}

#bread {
    width: 100%;
    font-size: 12px;
    display: flex;
    overflow-x: scroll;
    background-color: #dbdbdb;
}

#bread a {
    color: #333;
    text-decoration: none;
}

#bread>span {
    position: relative;
    font-size: 12px;
    vertical-align: middle;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    list-style: none;
    background-image: linear-gradient(to right, #ececec, #dbdbdb);
}

#bread>span:after {
    content: '';
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid #dbdbdb;
    z-index: 1;
}

#bread>span:last-child:after {
    display: none;
}

#bread>span:nth-child(n+2) {
    padding-left: 20px;
}

#bread span:nth-child(2), #bread span:last-child {
    padding-left: 15px !important;
}

#main {
    margin: 10px auto 40px;
}

#mainVisual {
    width: 100%;
}

#mainVisual .mainTitle {
    display: none;
}

#mainVisual .mainTitle_sp {
    display: block;
    width: 100%;
}

#mainVisual p {
    margin: 25px 10px;
    font-size: 13px;
    line-height: 1.5;
}

.navArea_title {
    padding: 14px 30px 38px;
    font-size: 19px;
}

.areaBox_title {
    padding: 7px 20px;
    margin: 3.5% 0 0;
    font-size: 17px;
}

.areaBox:nth-child(even) {
    padding-bottom: 3.5%;
}

.areaBoxList {
    margin: 0 auto;
    padding: 3.5% 3.5% 0;
}

.areaBoxList_item {
    width: 31%;
    margin: 3.5% 3.5% 0 0;
}

.areaBoxList_item:nth-child(3n){
    margin-right: 0;
}

.areaBoxList_item:nth-child(-n+3){
    margin-top: 0;
}

.anchorNavi {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
    grid-auto-rows: auto;
    padding: 20px;
    margin: 21px 10px;
    position: relative;
}

.anchorNavi .noItem {
    width: 100%;
    position: absolute;
    right: -4%;
    bottom: 12%;
}

.anchorNavi li {
    margin-right: 15px;
    line-height: 2;
    font-size: 14px;
}