@charset "UTF-8";

html, body {
      margin: 0;
      padding: 0;
      height: 100%;
	/*background: #FFF8F2;*/
	/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
    }

/*大見出し*/
.page-title{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 20px;
}
.page-title h1{
    text-align: center;
    color: #F29300;
    font-weight: bold;
    font-size: 32px;
}
.page-title h1 i{
    margin-right: 5px;
}
.page-title p{
    text-align: center;
    color: #F29300;
    font-weight: bold;
    margin-top: 10px;
}
@media (max-width: 768px){
    .page-title{
        padding-top: 80px;
        padding-bottom: 25px;
    }
    .page-title h1{
        font-size: 28px;
    }
    .page-title p{
        margin-top: 5px;
    }
}
@media (max-width: 480px){
    .page-title{
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .page-title h1{
        font-size: 25px;
    }
    .page-title p{
        margin-top: 0;
    }
    
}
/*大見出し終わり*/
/*パンくずリスト*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
 
  background-color: #43211A;
  font-size: 14px;
  padding-left: 1rem; 
 
  margin-bottom: 0;
}

.breadcrumb li:not(:last-of-type)::after {
  content: ">";
  margin: 0.6em; /* 記号の左右の余白 */
	
  color: #FFFFFF;
}

.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb li{
	color: #FFFFFF;
	padding-top: 4px;
    padding-bottom: 4px;
}


.privacy{
    width: 100%;
    height: auto;
}

.privacy-content{
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px;
}


.privacy-content_1{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    justify-content: space-between;
}
.privacy-content_1_1-sen{
    width: 70%;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
}

@media (max-width: 1200px){
    .privacy-content{
        width: 60%;
    }
    .privacy-content_1_1-sen{
        width: 80%;
    }
}
@media (max-width: 768px){
    .privacy-content{
        width: 80%;
    }
    .privacy-content_1_1-sen{
        width: 100%;
    }
}
@media (max-width: 480px){
    .privacy-content{
        width: 90%;
    }
    .privacy-content_1_1-sen{
        font-size: 15px;
    }
}