@charset 'utf-8';

.bread {}
.footer_ill, .footer_ill_wrap { background: #f8f8f8; }
.wrap { background:none; border: none;}
.nami { padding: 50px 0;}
h2 { font-size:16px; font-weight:bold; margin-bottom:20px; }
.back_white { width:960px; height:auto; margin:0 auto; background:#fff; border-radius:18px; padding:50px 0; }

.entry__inputs { justify-content: center;}
.entry__inputs dt { width: 25%; padding: 15px 10px 15px 30px;text-align: left; display: flex;align-items: center;font-size: 15px;letter-spacing: 1px;}
dt:first-of-type, dd:first-of-type {}
.entry__inputs dt.FLEX_START{display: flex;align-items: flex-start;}
.entry__inputs dd { width: 60%; padding: 15px 0px 15px 0px; text-align: left;margin-left: 0;}
.entry__inputs dd.MONTH{width: 675px;padding-right: 0px;display: flex;align-items: center;}
.entry__inputs dd.MONTH2{width: 300px; display: block;}
.entry__inputs dd.MONTH select{width: 285px;}
.entry__inputs dd.DAY{width: 675px;padding-left: 30px;display: flex;align-items: center;}
.entry__inputs dd.DAY2{width: 270px; display: block;}
.entry__inputs dd.DAY select{width: 355px;background: #EBEAE8;border: none;}
.entry__inputs dd.TIME{width: 675px;padding-left: 30px;display: flex;align-items: center;}
.entry__inputs dd.TIME select{width: 286px;padding-left: 30px;display: flex;align-items: center;}
.entry__inputs dd.TIME_SHORT select{width: 145px;padding-left: 0px;display: flex;align-items: center;}
.entry__input-text { width: 520px;padding: 1em 1em;font-size: 1em;background: #EBEAE8;border: none;border-radius: 15px;padding: 18px 1em;}
.entry__input-textarea { width:520px; height:100px; padding: 1em 1em;background: #EBEAE8;border: none;border-radius: 15px;padding: 18px 1em;}
.caution { width:700px; display:inline-block; text-align:left; color:#ff0000; margin:0 auto; }
.borderbottom { border-bottom:1px solid #ccc; padding-bottom:10px; }
.strong_soshin { width:100%; display:inline-block; text-align:center; color:#ff0000; font-weight:bold; margin:50px 0 0px 0; font-size:16px; }
/*送信ボタン*/
.entry__disabled { background-color: #FB2A1D;}
.entry__button { width:200px; margin: 30px auto; display: block;background-color: #f00;color: #fff; border:none; padding: 30px;-webkit-transition: 0.2s;transition: 0.2s;font-size: 17px;line-height: 2px;letter-spacing: 1px;border-radius: 20px;margin-top: 60px;}
.entry__button:hover{opacity: 0.8;}

/* 完了一覧ページ 矢印左むき*/
.linkMore_com{width: 310px;height: 50px;border-radius: 9px;line-height: 47px;margin:50px auto;}
a.linkMore_com:hover {background: #FED631;transition: 0.3s;}
@media screen and (max-width: 740px) {
  a.staff_{width: 95%;margin: 0 auto;}
}
.linkMore { width:250px; height:40px; display:block; margin:10px auto 0 auto; padding:0 10px 0 40px; text-align:center; background:#fff; border:2px solid #0A3F67; border-radius:5px; position:relative; box-sizing:border-box; color:#0A3F67; font-size:14px;font-weight:bold; line-height:37px;transition:0.3s; }

a:hover .linkMore { background:#FED631; transition:0.3s; }
.linkMore::before { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: -140px; margin: auto; width: 20px; height: 2px; background: #0A3F67; transition: .3s; }
.linkMore::after{ content: ""; display: block; position: absolute; top: 0; bottom: 0; left: -150px; margin: auto; width: 8px; height: 8px; border-left: 2px solid #0A3F67; border-bottom: 2px solid #0A3F67; transform: rotate(45deg); transition:.3s; }

@media screen and (max-width: 740px) {
.linkMore { margin:10px auto 20px auto; }
.linkMore { margin:10px auto 20px auto; }
}

/*画像アップロードボタン*/
form label {background: #F65E39;color: #fff;cursor: pointer;padding: 10px 30px;display: inline-block;border-radius: 10px;}
label input {display: none;}
.attention { font-size: 13px; color: #666;}



  /* ポップアップ */
  .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
  }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
  }
  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 600px;
    padding: 50px;
    background-color: #fff;
    z-index: 2;
    text-align:center;
  }
  .popup-inner img {
    width: auto;
    text-align:center;
  }
  .popup-inner strong { width:100%; display:inline-block; font-size:24px; margin-bottom:20px; }
  .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
  }
  .bg-black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
    cursor: pointer;
  }


@media screen and (max-width: 740px) {
.contents { width: 100%; margin: 0;}
.back_white { width:100%; height:auto; margin:0 auto; background:#fff; border-radius:18px; padding:50px 0; }
/* .entry__inputs { width: 90%; margin:0 5%; flex-wrap:wrap; } */
.entry__inputs dt {width: 99%; padding-left:3%;}
.entry__inputs dd {
  width: 90vw;
padding: 15px 5vw;
border-bottom: none;
font-size: 14px;
}
.entry__input-text {
    width: 98%;
    font-size: 1em;
    background: #EBEAE8;
    border: none;
    border-radius: 15px;
    padding: 18px 1%;
}
.entry__input-textarea {
    width: 98%;
    height: 100px;
    padding: 1em 1em;
    background: #EBEAE8;
    border: none;
    border-radius: 15px;
    padding: 18px 1%;
}
.caution {
    width: 90%;
    display: inline-block;
    text-align: left;
    color: #ff0000;
    margin: 0 5%;
}

.footer_ill { background:#f8f8f8; }



}






@media screen and (max-width: 1120px) {

}
