@charset "UTF-8";

.l_contents{background: #F9EED2;}
.l_breadcrumb{margin-bottom:40px;}
h1{text-align: center;font-weight: bold;padding-right: 30px;padding-left: 30px;margin: 0 auto;font-size: 1.5rem;color: #CB7836;}
.area_mmage .wrapper{line-height: 1.8;padding-top: 30px;padding-bottom: 60px;max-width:980px;}

.area_mmage ul{margin:0 auto;max-width:820px;}
.area_mmage li{margin-bottom:20px;}
.area_mmage .text{max-width:480px;margin-right:auto;margin-left:auto;}
.area_mmage .text p{padding-bottom:20px;}

/** SP ****/
@media screen and (max-width:767px) {
    .area_mmage ul{max-width:256px;}
    .area_mmage li{width:100%;}
    .area_mmage .text p br{display:none;}
}
/** PC ****/
@media screen and (min-width:768px) {
    .area_mmage .wrapper{ padding-right: 0;padding-left: 0;}
    .area_mmage .text{text-align:center;}
    .area_mmage ul{max-width:828px;margin-right:auto;margin-left:auto;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;justify-content: center;}
    .area_mmage li{width:30%;margin-right:3.33%;text-align:center;}
    .area_mmage ul li:last-child{margin-right:0;}
}
/** PC_more_big ****/
@media screen and (min-width:1200px) {
}

