@charset "utf-8";
*{
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;  
    margin: 0;
    padding: 0;
}
img {
    width: 100%;	
    vertical-align: bottom;
}
html{
    overflow: auto; 
}

.Wrapper{
    margin:  0 auto;
    width:100%;
    background-color: #fff4d3;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media screen and (max-width:767px){
    .pc {
      display: none !important;
    }
   .sp {
      display: block !important;
    }
}
  


/*---------- 共通 ----------*/
.bo {
    font-weight: bold;
}

/*---------- ヘッダー ----------*/
header a{
    width: 100%;
  }
.he_bg {
    background-color:#fff;
}
.he_inner {
    display: flex;
    justify-content: space-between;
    margin: 3px 180px -3px;
}
.inner_left {
    font-size: 14.5px;
    font-weight: bold;
    max-width: 190px;
    margin: 5px 0;
}
.inner_right {
    display: flex;
    max-width: 600px;
}
.inner_right img {
    max-width: 100%;
    padding: 10px 0;
}
@media screen and (min-width:1000px) and ( max-width:1500px) {
    .inner_left {
        margin: 5px 0 0 0;
    }
}
@media (max-width: 1500px) { 
    .inner_right {
        max-width: 240px;
    }
    .he_inner {
        margin: 0 70px;
    }
    .inner_left {
        max-width: 150px;
        margin: 10px 0 0 63px;
    }
    .inner_right img {
        padding: 20px 0 10px;
    }
}
@media (max-width: 767px) { 
    .he_inner {
        display: flex;
        justify-content: space-between;
        margin: 0 10px 0;
        align-items: center;
    }
    .inner_left {
        font-size: 12px;
        font-weight: bold;
        max-width: 30%;
        margin: 5px 0 0 0;
    }
    .inner_right {
        display: flex;
        max-width: 67%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .he_mail_btn {
        margin-left: 5px;
    }
    .he_tel_btn{
        max-width: 85%;
    }
}


/*---------- プライバシーポリシー ----------*/
.content_p{
	background: #fff;
  border-radius: 20px;
  padding: 50px;
  margin: 70px auto;
  max-width: 850px;
  width: 100%;
}
.content_p p{
	font-size: 14px;
	overflow-wrap: break-word;
	line-height: 1.7;
}
h2{
	font-size: 22px;
}

@media screen and (max-width:767px) {
  .content_p {
    margin: 30px auto;
    padding: 20px;
    width: 85%;
  }
  h2{
  font-size: 20px;
  }
}


/*---------- フッター ----------*/
footer {
    background-color: #515151;
    padding: 50px;
    margin-top: 0;
    position: relative;
}
footer p, footer a {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}
.fcB{
    color: #ffffff;
}
.fcBlack a{
    color: #ffffff !important;
    text-decoration: none !important;
}
.fs18{
    font-size: 18px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    footer {
        padding: 20px;
    /* フッターのプライバシーポリシーリンクを確保するための余白を設定 */
        margin-top: 15%;
        position: relative;
        padding-bottom: 80px; /* 追従ボタンの高さ分の余白を追加 */
    }
}

