/* -------------------------------
 対応エリア
------------------------------- */

.area-list ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap : wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.area-list ul li {
    justify-content: center;
    margin-bottom: 15px;
    text-align: center;
}

.area-list p.area {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 30px;
    padding-top: 10%;
}

.area-list li a .over {
    display: none;
}

.area-list li a .normal {
    display: block;
}

.area-list li a:hover .over {
    display: block;
    filter: initial;
}

.area-list li a:hover .normal {
    display: none;
}

.area-list span {
    font-size: 1.6em;
}

#main .area-list ul li a {
    text-decoration: none;
}
h1{
	display:none;
	}
#content #mainImg{
	padding: 0;
	background-color:#b2cbdc;
}
.areamore{
    background: #22224e;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #EEE;
    text-decoration: none;
    padding: 0.5em 3em 0.5em 2em;
    position: relative;
}
.areamore:after {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f138";
    display: inline-block;
    line-height: 1em;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    height: 1em;
    width: 1em;
}

h1{
	display:none;
	}
#content #mainImg{
	padding: 0;
	background-color:#b2c3dc;
}
.areamore{
    background: ##004270;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #fff;
    text-decoration: none;
    padding: 0.5em 3em 0.5em 2em;
    position: relative;
}
.areamore a{
	    color: #fff;
}
.areamore:after {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f138";
    line-height: 1em;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    height: 1em;
    width: 1em;
}
.box h2[data-label]:after {
    content: attr(data-label);
    display: block;
    color: #bb352b;
    font-size: 0.4em;
    text-align: center;
}
h2{
    text-align: center;
}
#content .area a:hover{
    color: #fff !important;
}
/* スマホ表示 */
@media (max-width: 767px) {
    .pref-sp img{
	width: 200px;
	height: auto;
	}
#content .area a{
    text-align: center !important;
    pointer-events: none;
}
}
/* ここまで */
