/* CSS Document */

.details_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.details_area li{
	width: 30%;
	text-align: left;
	margin-bottom: 30px;
}
	.details_area li a{
		background: #d4dcda;
		display: block;
		text-decoration: none;
		text-align: center;
	}
		.details_area li a:hover{
			opacity: 0.8;
		}
	
	.details_area li a figure figcaption{
		background: #152d7c;
		color: #fff;
		text-align: center;
		padding: 10px;
	}
	.details_area li p{
		margin-top: 10px;
	}

.sec-area{
	margin-top: 40px;
}

.item-box{
	text-align: left;
	margin-bottom: 40px;
}
.item-box-inner{
	text-align: left;
	margin-bottom: 20px;
}

.ulStyle07 li {
	list-style: disc;
	list-style-position: inside;
	text-indent: -1.4em;
	padding-left: 1.4em;
	transform: rotate(-0.03deg);
}

@-moz-document url-prefix() {
	.ulStyle07 li {
		text-indent: -1.0em;
		padding-left: 1.0em;
	}
}


.ulStyle07 li:last-child {
	text-indent: -11em;
    padding-left: 11em;
}

.new-address{
    transform: rotate(-0.03deg);
    margin-left: 2%;    
}

.period-area{
    background: #f8fbf8;
    padding: 20px;
    margin: 20px auto;
    transform: rotate(-0.03deg);
}
.period-area h3{
    color: #ff2020;
}
.period-area p{
    margin-bottom: 10px;
}

.map-area > div{
    width: 49%;
}

.map-link{
    margin-bottom: 30px;
}
.map-link a:before{
    content: "";
    background: url("../../../common/img/icon/pdf.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background-size: contain;
}

@media screen and (max-width: 768px) {
	.details_area li{
		width: 48%;
	}
	
	.sec-area .flex{
		display: block;
	}
	
	.flex .mTable01{
		width: 100%;
		margin-bottom: 40px;
	}    
}

@media screen and (max-width: 478px) {
    .flex{
        display: block;
    }
    
    .new-address{
        margin: 10px 0 0 0;
    }
    .map-area > div{
        width: 100%;
    }
    .ulStyle07 li:last-child {
        text-indent: -1.0em;
        padding-left: 1.0em;
    }

}
