.area_wrap {
    padding: 0 30px 0;
    background: #fff;
    max-width: 1000px;
    margin: 30px auto 0;
}

.area_wrap .front_tx{
	margin: 0 -30px 20px;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #fff;
	background-color: #2b5caa;
}

.area_wrap .front_tx span{
	display: inline-block;
}

#main_content,
#footer {
    /*display: none;*/
}

.pref_selected .area_wrap {
    /*display: none;*/
}

.pref_selected #main_content {
    display: block;
}

.pref_selected #footer {
    display: block;
}

.area_btn_wrap {
    padding: 45px 0 10px;
}

.area_box {
    margin-bottom: 30px;
}

.area_box .title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #aae;
    padding: 12px 10px 10px;
}

.area_box ul {
    overflow: hidden;
}

.area_box ul li {
    border-bottom: 1px solid;
    border-right: 1px solid;
    text-align: center;
    font-weight: bold;
    float: left;
    font-size: 20px;
    cursor: pointer;
}
.area_box ul li._border-left {
    border-left: 1px solid;
}

.area_box ul li button{
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.area_box ul li a,
.area_box ul li span,
.area_box ul li button {
    display: block;
    padding: 17px 0;
    text-decoration: none;
}

.area_box ul li span {
    color: #ddd;
    background: #f5f5f5;
    cursor: auto;
}

.area_box.type1 .title {
    background: #aacd06;
}

.area_box.type1 ul li,
.area_box.type1 a {
    color: #aacd06;
}

.area_box.type2 .title {
    background: #fabe00;
}

.area_box.type2 ul li,
.area_box.type2 a {
    color: #fabe00;
}

.area_box.type3 .title {
    background: #ed7986;
}

.area_box.type3 ul li,
.area_box.type3 a {
    color: #ed7986;
}

.area_box.type4 .title {
    background: #eb613b;
}

.area_box.type4 ul li,
.area_box.type4 a {
    color: #eb613b;
}

#area_bnr_wrap .area_bnr {
    padding: 50px 50px 150px;
    display: none;
    text-align: center;
}

@media only screen and (min-width: 641px) {

    .area_box ul li {
        width: 20%;
    }

    .area_box ul li:nth-child(5n+1) {
        clear: both;
        border-left: 1px solid;
    }

}

@media only screen and (max-width: 640px) {


    .area_wrap {
        padding: 0 15px 30px;
    }

    .area_wrap .front_tx{
        font-size: 18px;
    }
    .area_box {
        margin-bottom: 20px;
    }

    .area_box .title {
        font-size: 18px;
    }

    .area_box ul li {
        font-size: 13px;
        width: 25%;
    }

    .area_box ul li:nth-child(4n+1) {
        clear: both;
        border-left: 1px solid;
    }

    #area_bnr_wrap .area_bnr {
        padding: 30px 15px 100px;
    }

}

/*20190718*/
.btn-cost-inner {
    width: 50%;
    text-align: center;
    margin: 15px auto 0;
    background: rgb(2, 0, 36);
    background: linear-gradient(357deg, rgba(2, 0, 36, 1) 0%, rgba(192, 146, 218, 1) 0%, rgba(211, 157, 238, 1) 0%, rgba(22, 146, 189, 1) 0%, rgba(0, 212, 255, 1) 100%, rgba(86, 9, 121, 1) 100%);
    border-radius: 5px;
}

.btn-cost-inner p {
    padding: 10px;
    font-size: 20px;
}

.btn-cost-inner a {
    text-decoration: none;
    color: #fff;
}

.price_title_tr{
    font-size: 37px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 70px;
    border-radius: 5px 5px 0 0;
}
.under::after{
    position: unset;
}

@media only screen and (max-width: 640px) {
    .btn-cost-inner {
        width: 100%;
        max-width:300px;
    }
    .price_title_tr{
        font-size:20px;
        line-height:1.6;
    }
}
