@charset "UTF-8";


/*******************************

有資格者　Css

*******************************/

section {
    margin-bottom: 80px;
    overflow: hidden;
}


/*-----------------------------
.licenseWrap アイコン
-------------------------------*/
.licenseWrap ul.license_icon{
    width: 100%;
    overflow: hidden;
    margin: 50px 0 100px 0;
}
.licenseWrap ul.license_icon > li{
    width: 20%;
    float: left;
    text-align: center;
    overflow: hidden;
    padding-bottom: 60px;
    background: url(../images/arrow.png) center bottom no-repeat;
}

.licenseWrap ul.license_icon > li a{
    display: block;
}

.licenseWrap ul.license_icon > li span{
    display: block;
    margin-top: 10px;
    font-weight: bold;
}


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

section {
    margin-bottom: 50px;
}

.licenseWrap ul.license_icon{
   margin-bottom: 50px;
}
.licenseWrap ul.license_icon > li{
    width: 49%;
    padding-bottom: 30px;
    background-size: 20px auto;
    margin-bottom: 25px;
}
.licenseWrap ul.license_icon > li:nth-child(odd){
    clear: both;
}
.licenseWrap ul.license_icon > li:nth-child(even){
    float: right;
}

}

/*-----------------------------
.license_sec
-------------------------------*/
.license_sec{
    width: 100%;
    overflow: hidden;
    margin-top: -170px;
    padding-top: 170px;
}

.license_sec h3{
    background: url(../images/license_heading.png) no-repeat;
    padding: 40px 35px;
    min-height: 112px;
    margin-bottom: 40px;
}

.license_sec .inner{
    width: 100%;
    overflow: hidden;
}

.license_sec .inner .txtWrap{
    float: left;
    width: 650px;
}

.license_sec .inner .txtWrap p{
    margin-bottom: 30px;
    text-align: left;
}

.license_sec .inner img{
    float: right;
}


@media screen and (max-width: 767px) {
.license_sec {
    margin-top: -70px;
    padding-top: 70px;
}
.license_sec h3{
    background: #faf6e7;
    padding: 0;
    padding: 20px 3%;
    min-height: auto;
    margin-bottom: 20px;
    font-size:20px;
    border: 1px solid #b7b7b6;
    font-weight: bold;
    line-height: 1.5;
}


.license_sec .inner .txtWrap{
    float: none;
    width: 100%;
}

.license_sec .inner .txtWrap p{
    margin-bottom: 30px;
}

.license_sec .inner img{
    float: none;
}

}

/*-----------------------------
.shop
-------------------------------*/

.shop{
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.shop ul{
    overflow: hidden;
    margin-top: 40px;
}

.staff-detail{
    text-align: center;
}
.staff-detail .img{
    position: relative;
    padding: 24px 0 27px;
	overflow: hidden;
	height: 190px;
}
.staff-detail .img img{
    position: relative;
    z-index: 1;
}
.staff-detail .img .bg{
    width: 170px;
    height: 173px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    fill: #ee8763;
}
.staff-detail dl dt {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0;
}
.staff-detail dl dt:before,
.staff-detail dl dt:after{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 47px;
    background-image: url("../../../shop/images/ribbon_end.png");
    background-repeat: no-repeat;
}
.staff-detail dl dt:after{
    background-position: right top;
}
.staff-detail dl dt span{
    display: inline-block;
    background: #8e806f;
    line-height: 43px;
    min-width: 170px;
}
.staff-detail dl dd{
    color: #8e806f;
    text-align: left;
    max-width: 220px;
    margin: auto auto 20px;
    position: relative;
    padding-left: 50px;
}
.staff-detail dl dd span{
    text-align: center;
    display: inline-block;
    background: #706559;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.staff-detail dl dd.license_comment{
    color: #8e806f;
    text-align: left;
    max-width: 220px;
    margin: auto auto 20px;
    position: relative;
    padding-left: 0px;
    font-size: 14px;
}


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

.shop{
    margin-top: 50px;
}

.shop ul{
    margin-top: 30px;
}

.shop ul li{
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
}

.shop ul li:nth-child(even){
    margin-right: 0;
}

.shop ul li dl{
    margin-top: 20px;
}

.shop ul li dl dt{
}

.shop ul li dl dd{
    text-align: left;
}

}
