@charset "utf-8";
/* CSS Document */
.header {
  background-color: #ffffff;
  height: 30%;
    
}
 /* 共通 */
html, body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;   /* 16px × 0.625 = 10px → 1rem = 10px */
}
.tel_block {
  display: flex;
  align-items: center;
       width: 40%;
}
.header_body {
  display: flex;

  
padding:2%;
  align-items: center;


 
}
.logo {
   width: 30%;
  text-align: center;
  margin-right: auto;

       
  

}


.header_picture1 {

    margin-right:1%;
}
.header_sentence {
  line-height: 1;
  width: 45%;
    padding-right: 2%;
 

    text-align:left;
  
}

.header_sentence2 {
  line-height: 1;
}
.header_block {
  display: flex;
    justify-content: flex-end;
}
@media(max-width:768px) {
.header {
  background-color: #ffffff;
  height: 20%;
    
}
    .logo {
    width: 50%;
  }
  .header_picture3 {
    width: 70%;
    padding: 0.8% 1% 0;
  }
  .header_sentence, .tel_block {
    display: none;
  }
}
@media(min-width:769px) {
  .header_picture3 {
    display: none;
  }
}

.main {
  background: #f6f8f9;
}
.title {
    text-align: center;
  background: #FAF1F3;
  padding: 74px 0 74px;
  margin-top: 1%;
}



@media(max-width:768px) {
.title {
   
  padding: 30px 0 30px;

}
}
.title_main {
  font-size: 4.0rem;
  font-weight: 700;
  color: #FF7899;
  line-height: 1;
	padding-bottom: 16px;
}
@media(max-width:768px) {
  .title_main {
  font-size: 2.4rem;
padding-bottom: 10px;
}
}

.title_sub {
  color: #FF7899;
  font-size: 2.8rem;
  line-height: 1;
}


@media(max-width:768px) {
.title_sub {
  color: #FF7899;
  font-size: 2.0rem;
  line-height: 1;
}
}


.privicy_policy__content__sentence {
  /* 好みで行間調整（任意） */
	padding-left: 1.7em;
}







.privicy_policy__body {
width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding:72px 0;
}


@media(max-width:768px) {
.privicy_policy__body {

  padding:40px 0;
}

}





.privicy_policy__picture {
  width: 50%;
}
.privicy_policy_sentence {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  padding: 20px 0;
}





.privicy_policy__title {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1;
}

@media(max-width:768px) {
.privicy_policy__title {
 
  font-size: 2.0rem;

}
}




.privicy_policy {
  margin: 10% 0;
}

.privicy_policy__content_1 .privicy_policy__content__title:first-of-type {
    padding-bottom: 10px;
	padding-top: 0px;
}


.privicy_policy__content__title {
  color: #FF7899;
  font-size: 2.0rem;
  font-weight: 600;
  padding: 18px 0 10px 0;
	line-height: 1.6

}
.privicy_policy__content__sentence {
  font-size: 1.6rem;
  line-height: 1.6;
}


.privicy_policy__content_1{
	width: 90%;
	margin: 0 auto;
	padding:38px 0px;
}

.privicy_policy__content {
  text-align: left;
  background: #FAF1F3;
  
}
/* footer */

.footer {
  font-size: 2rem;
  background-color: #FF7899;
 text-align: center;
  color: #FFF;
  padding: 40px 0; 
}
.footer a {
  color: #FFF;
  
   
}

.footer ul li{list-style: none}

.footer ul {display: flex;justify-content: center;}
.footer li {padding-right: 60px;}
.footer ul li:last-of-type {
  padding-right: 0;
}

@media (max-width: 768px) {
.footer ul {display: block;}
	
	.footer li {padding-right: 0px;
padding-bottom: 26px;

}	
}



img {
  width: 100%;
  vertical-align: bottom;
}