@charset "UTF-8";


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

mediaCss

*******************************/
.page #hero{
    border-top-color: #ee8763;
    padding-bottom:30px;
    background: #f8ecc7;
    border-bottom: none;
}


p {
    margin-bottom: 30px;
}
dl {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
dl dt {
    font-size: 18px;
    border-top: 2px dotted #f2dc96;
    border-bottom: 2px dotted #f2dc96;
    overflow: hidden;
    padding: 5px 0;
    margin-bottom: 30px;
}
dl.privacy1 dt:before {
    content: '1';
}
dl.privacy2 dt:before {
    content: '2';
}
dl.privacy3 dt:before {
    content: '3';
}
dl.privacy4 dt:before {
    content: '4';
}
dl.privacy5 dt:before {
    content: '5';
}
dl.privacy6 dt:before {
    content: '6';
}
dl.privacy7 dt:before {
    content: '7';
}

dl dt:before {
    display: block;
    content: '1';
    background: #e97d57;
    color: #fff;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    float: left;
    text-align: center;
}
dl span {
    display: block;
    float: left;
    line-height: 2;
    border-left: 2px dotted #f2dc96;
    padding-left: 5px;
    margin-left: 5px;
    margin-top: 3px;
}
dl dd {
    width: 100%;
    overflow: hidden;
}

dl dd ul {
    width: 100%;
    overflow: hidden;
    list-style-type: disc;
    margin-bottom: 30px;
}
dl dd ul li{
    margin-left: 2em;
}


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

.info_list img {
    float: none;
    width: 100%;
}

.info_list .txtwrap {
    float: none;
    width: 100%;
    margin-top: 20px;
}

.info_list .txtwrap a{
  margin: 0 auto;
    float: none;
}

.info_list .txtwrap h2{
 text-align: center;
}
}
