@charset "UTF-8";

/* NEWアイコン */
.new {
    color: #e94709;
    font-weight: bold;
    margin-left: 5px;
    animation: blinking 1s ease-in-out infinite alternate;
}


.privacypolicy_box {
    width: 100%;
    margin: 30px 0;
    display: flex;
    border-bottom: solid 3px #E5F9FF;
}
.privacypolicy_box h3 {
    width: 20px;
    color: #00CBFF;
    padding: 5px 10px;
    vertical-align: top;
    /*文字周りの余白*/
}

.privacypolicy_box p {
    margin: 5px 0 5px 30px;
}

.privacypolicy_wrap span {
    text-align: right;
}

.privacypolicy_wrap span p {
    margin: 0;
}




/* **************************************
お問い合わせ
***************************************** */
.send {
    text-align: center;
    margin: 40px 0;
}

.send p a {
    text-decoration: underline;
    text-decoration-color: #00552e;
}

.checkbox {
    width: 300px;
    margin: 0 auto 20px auto;
    border-radius: 8px;
    padding: 15px 40px;
}

.send input {
    width: auto;
    margin-right: 20px;
  }

  .send .privacypolicy_wrap {
    padding: 10px 0;
  }

  .send .comment {
    margin-bottom: 25px;
  }

  .send .privacypolicy_box p {
    text-align: left;
  }

  .contact_wrap p {
    text-align: center;
  } 

  .send .privacypolicy_box {
    margin: 5px 0;
  }

.wakubox {
    width: 100%; 
    height: 200px;
    border: 1px solid #333; 
    overflow-y: scroll;
    margin-bottom: 20px;
}
.btn_box{
	display: flex;
	justify-content: center;
}

.box15 input[type=checkbox] {
  transform: scale(1.2);
  }
.box15 {
    padding: 8px 5px 8px 20px;
    margin: 2em 0;
    margin-left:0.7em;
    color: #565656;
    background: #cee0f0;
    box-shadow: 0px 0px 0px 10px #BAD2E8;
    border: dashed 2px #5caef7;
    border-radius: 8px;
    font-size:18px;
    text-align:center;
    width: 25%;
}
.box15 p {
   margin: 0; 
   padding: 0;
}



/* 追加ボタン等 **************************** */
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #4169e1;/*背景色*/
  border-bottom: solid 2px #191970;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



/* 画面サイズ　767px 個人情報保護に関する方針 */
@media screen and (max-width:767px) {
    .privacypolicy_box p {
        margin: 5px 0 15px 15px;
    }

    .privacypolicy_wrap {
        padding: 0 0 60px 0;
    }

    .privacypolicy_box {
        width: 100%;
        margin: 15px 0;
    }

}

/* 画面サイズ　768px ～ 1150px　お問い合わせページ */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .privacypolicy_box {
        width: 100%;
        margin: 15px 0;
    }
}
/* 個人情報保護に関する方針 　↑ここまで */