@charset "UTF-8";

body {
background: #fff;
}
.fs-c-breadcrumb__listItem a,
.fs-c-breadcrumb__listItem{
    font-size: 10px;
}

.page_top_wrap {
  max-width: 1216px;
  margin: 0px auto;
  width: 100%;
    overflow: hidden;
}

h1{
    margin: 120px auto 0;
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 38px;
    font-weight: 500;
    color: #504A4D;
    text-align: center;
    letter-spacing: .2em;
}
h1 span{
    font-size: 10px;
    font-weight: bold;
    width: 130px;
    text-align: center;
    background: #F6F6F6;
    color: #504A4D;
    padding: 5px 0;
    margin: 15px auto;
    letter-spacing: .2em;
}
.fs-c-breadcrumb{
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 60px auto 40px;
}

.fs-c-breadcrumb li a{
    font-size: 10px;
    color: #aaa;
}

.privacy dl, .privacy dt, .privacy dd {
margin: 20px 0px;
padding: 0px;
}
.privacy {
max-width: 960px;
width: 90%;
margin: 50px auto;
color:#333333;
}
.privacy dt {
margin: 50px 0px 0px;
}
.privacy dd {
    font-size: 14px;
  line-height: 2.0;
}
.privacy dl dt:first-child {
    font-size: 18px;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}

.privacy dd ul {
padding: 0px;
}
.privacy dd ul li {
list-style: none;
    font-size: 14px;
  line-height: 2.0;
}

.privacy dl dt {
    font-size: 18px;
font-weight: bold;
}

.privacy .contact_box {
background: #F6F6F6;
padding: 30px;
}

.contact_box p {
    font-size: 14px;
  line-height: 2.0;
}
.privacy .contact_box p:first-child {
font-weight: bold;
font-size: 1.3em;
}

.privacy dl > p {
    font-size: 14px;
}

/* 992px for pc*/
@media (min-width: 992px){


}
/* 768px for sp*/
@media(min-width: 767px){
    h1{
        font-size: 72px;
        width: 100%;
        max-width: 850px;
        text-align: left;
        justify-content: flex-start;
        margin: 120px 20px 0;
    }
    h1 span{
        letter-spacing: .2em;
        margin: 15px 0 0;
    }
}
/* 768px for table*/
@media (min-width: 768px) {

}

