@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */

.sp {
    display: none;
}

.pc {
    display: inherit;
}

/*ロゴヘッダー*/
header {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.logo {
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 100px;
}

.brand {
    position: absolute;
    right: 20px;
    width: 118px;
    height: auto;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

footer {
    color: #5D452B;
    text-align: center;
    padding: 5px 0;
    background: #fff;
}

footer p {
    font-weight: normal;
    font-size: 10px;
    word-break: break-all;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 0 1em;
}

em {
  font-style: normal;
}
/*タイトル*/
.kv {
    width: 100%;
}
.kv img {
    width: 100%;
}
.nt{display: inline;}
/*共通*/
body {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    background-image: url("../img/haikei1.svg");background-size: 600px 600px;background-repeat: repeat;
    font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto;font-style: normal;
    color: #000;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 2px;
}
.fx{font-family: "M PLUS Rounded 1c", sans-serif;}
img {
    width: 100%;
}

a {
    display: block;
    width: 100%;
    height: 100%;
}
.und a {
    text-decoration: underline;
    font-weight: normal;
    color: #0071bc;
    display: inline;
}
.red {
    color: #D70A1D;
}

button {
    display: block;
}

section {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wapper {
    max-width: 1200px;
    width: 100%;
    margin: 40px auto 0px;
}
.time {
  width: 90%;
  max-width: 1300px;
  margin: 64px auto 40px;
}

.bottom_btn_box {
    margin: 50px auto auto auto;
    max-width: 930px;
    width: 77.335%;
    overflow: hidden;
}

.btn_box {
    margin-top: 40px;
    margin-bottom: 50px;
}

.copy {
    max-width: 370px;
    width: 100%;
    padding: 40px 16px;
    margin: 0 auto;
}

.logout_btn {
    max-width: 180px;
    width: 100%;
    height: 40px;
    margin: 0 auto 60px;
    align-self: center;
}

.logout_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 12px 3px;
    background: #999;
    color: #fff;
    border-radius: 45px;
    font-size: 12px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all ease 0.3s;
}


.send_btn2 {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.send_btn2:hover {
    opacity: 0.6;
}

.send_btn {
    background: #e60012;
    max-width: 400px;
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    color: #fff;
    border-radius: 45px;
    font-size: 18px;
    position: relative;
    /*    margin: auto auto 30px auto;*/
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    border: 3px solid #000;
    letter-spacing: 0;
    transition: all ease 0.3s;
}

.send_btn:hover,
.return_btn_g:hover {
    opacity: 0.6;
}

.send_btn::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/arrow.png);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.send_btn2:hover {
    opacity: 0.6;
}

.upimg_btn {
    background: #e60012;
    max-width: 200px;
    width: 100%;
    line-height: 0;
    color: #fff;
    border-radius: 45px;
    font-size: 16px;
    position: relative;
    text-align: center;
    font-weight: 700;
    border: 3px solid #90040B;
    letter-spacing: 0;
    padding: 24px !important;
    float: left !important;
    transition: all ease 0.3s;
}

.upimg_btn:hover {
    opacity: 0.6;
}

.return_btn2 {
    border: 3px solid #a8a8a8;
    background: #fff;
    max-width:280px;
    width: 100%;
    color: #a8a8a8;
    height: 54px;
    line-height: 48px;
    border-radius: 45px;
    font-size: 12px;
    position: relative;
    letter-spacing: 0.5;
    margin: 0 auto 24px;
    text-align: center;
    font-weight: 600;
    transition: all ease 0.3s;
}
.return_btn2::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/arrow_g.svg);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.return_btn {
    border: 3px solid #1a1a1a;
    background: #999;
    max-width: 320px;
    width: 100%;
    color: #fff;
    height: 64px;
    line-height: 58px;
    border-radius: 45px;
    font-size: 14px;
    position: relative;
    letter-spacing: 1;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    transition: all ease 0.3s;
}

.btn_box .return_btn {
    margin-top: 30px;
}

.bottom_btn_box .return_btn {
    margin-bottom: 50px;
}

.cpb_btn {
    border: 2px solid #a8a8a8;
    background: #fff;
    max-width: 280px;
    width: 100%;
    height: 54px;
    line-height: 50px;
    border-radius: 45px;
    font-size: 13px;
    position: relative;
    letter-spacing: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    transition: all ease 0.3s;
}


.bottom_btn_box .return_btn,
.bottom_btn_box .cpb_btn {
    margin-bottom: 40px;
}

.cpb_btn a {
    color: #a8a8a8;
}

.cpb_btn::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/arrow_g.svg);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.cpb_btn:hover,
.logout_btn a:hover,
.return_btn:hover,
.return_btn2:hover,
.top_btn_2set li:hover {
    opacity: 0.7;
}

footer {}

/* 外側の青いコンテナ */
.campaign-container {
  background-color: #0071bc; /* 画像の鮮やかな青色 */
  width: 100%;
  max-width: 820px;
  padding: 30px 40px;
  border-radius: 16px;
  border: 3px solid #000;
    margin: 0 auto 50px;
}

/* ヘッダータイトル */
.campaign-title {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1;
  margin-bottom: 20px;
}

/* 内側の白いコンテンツエリア */
.campaign-content {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px;
}

/* 事務局名 */
.office-name {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
  letter-spacing: 1;
}

/* メールアドレス */
.email-address {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
  letter-spacing: 1;
}

.email-address a {
  color: #000000;
  text-decoration: none;
}

.email-address a:hover {
  text-decoration: underline;
}

/* お問い合わせ期間セクション */
.info-section {
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
}

.info-period {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.info-exclude {
  font-size: 14px;
  font-weight: 500;
}

/* 注意事項リスト */
.notes-list {
  list-style: none;
  max-width: 680px;
  margin: 0 auto;
}


/* レスポンシブ対応（画面が狭い時） */
@media (max-width: 600px) {
  .campaign-container {
    padding: 20px 15px;
  }
  .campaign-title {
    font-size: 18px;
  }
  .campaign-content {
    padding: 25px 15px;
  }
  .office-name {
    font-size: 14px;
  }
  .email-address {
    font-size: 14px;
    word-break: break-all;
  }
  .info-period, .info-exclude {
    font-size: 12px;
  }
}


.mt20 {
    margin-top: 20px;
}

/*エラー*/

.error {
    max-width: 630px;
    width: 100%;
    background: #FFE7E5;
    margin: auto auto 30px auto;
    padding: 16px;
    color: #FF4123;
    border: 2px solid #FC432F;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
    border-radius: 5px;
}

.error ul:first-child {
    max-width: 45px;
    width: 100%;
    height: auto;
    margin-right: 20px;
}

.error ul:last-child li {
    line-height: 1.5;
}

.error ul:last-child li:first-child {
    font-weight: 600;
    font-size: 18px;
}

/*フォーム*/

.box,.box_my {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
    background: #fff;
    text-align: center;
    border-radius: 16px;
    border: 4px solid #0071bc;
}
.box2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
    background: #fff;
    text-align: center;
    border-radius: 16px;
    border: 4px solid #e60012;
}
.box_my2 {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    background: #fff;
    }
.box_red{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
    background: #fff;
    text-align: center;
    border-radius: 16px;
    border: 4px solid #e60012;
}
.box_t2 {
    border-radius: 10px 10px 0 0;
    background-color: #e60012;
    font-size: 28px;
    text-align: center;
    padding: 14px 16px 16px 16px;
    letter-spacing: 2px;
}
.f_title1{font-size: 30px;}
.box_t {
    border-radius: 10px 10px 0 0;
    background-color: #0071bc;
    font-size: 28px;
    text-align: center;
    padding: 14px 16px 16px 16px;
    letter-spacing: 2px;
}
/* 全体設計 */
.campaign-form {
  max-width: 1200px;
  margin: 0 auto;
border-radius: 16px;
background-color: #fff;
    
}

.course-section {
  border: 4px solid #e60012;
  border-radius: 16px;
  margin-bottom: 30px;
  overflow: hidden;
}

.course-section2 {
  border: 4px solid #0071bc;
  border-radius: 16px;
  margin-bottom: 30px;
  overflow: hidden;
}

.course-section3 {
  border: 4px solid #000;
  border-radius: 16px;
  margin-bottom: 30px;
  overflow: hidden;
}

.course-title {
  background-color: #e60012;
  color: #fff;
  margin: 0;
  padding: 24px 40px;
    box-sizing: border-box;
}
.course-title2 {
  background-color: #0071bc;
  color: #fff;
  margin: 0;
  padding: 24px 40px;
    box-sizing: border-box;
}

.course-title3 {
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 24px 40px;
    box-sizing: border-box;
}
.ct_1{display: inline-block; font-size: 28px;font-weight: 600;color: #fff;border-right: 1px solid #fff;padding: 0px 56px 2px 0px;}
.ct_2{display: inline-block; font-size: 24px;font-weight: 600;color: #fff;padding: 0px 0px 2px 56px;}
.ct_3{font-size: 22px;font-weight: 700;}
.ct_4{background-color: #ffe5e5;padding: 16px 24px;box-sizing: border-box;font-size: 14px;line-height: 1.8;}
.myt{width: 100%;box-sizing: border-box;padding: 10px 50px 16px;max-width: 520px;margin: 0 auto;}
.card-container {
  display: flex;
  justify-content: space-around;
  padding: 40px 20px 50px 20px;
  gap: 15px;
}

.card-container2 {
  display: flex;
  justify-content: space-around;
  padding: 40px 20px 0px 20px;
  gap: 15px;
}

/* 各カードのスタイル */
.item-card {
  flex: 1;
  text-align: center;
  max-width: 280px;
}
.item-card2 {
  flex: 1;
  text-align: center;
  max-width: 230px;
}

.image-box {
  width: 100%;
    max-width: 240px;
  margin: 0 auto 10px;
}

.image-box3 {
  width: 100%;
    max-width: 240px;
  margin: 0 auto 10px;
    position: relative;
}
.image-box3::before {
     content: "取得済み";
    position: absolute;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
    max-width: 180px;
    height: 120px;
    color: #fff;
    display: flex;
  justify-content: center;
  align-items: center;  
}

/* ポイント不足時：壁紙画像をラベル無しで減光 */
.item-card2.disable .select-label .image-box {
  position: relative;
}
.item-card2.disable .select-label .image-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.winner-count {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 16px;;
}

/* ボタン切り替えの核心部分 */
.select-label {
  display: block;
  cursor: pointer;
}

/* 本物のチェックボックスは隠す */
.select-input {
  display: none;
}

/* 初期状態：選択する */
.select-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 12px;
  border: 3px solid #e60012;
  border-radius: 100px;
  color: #e60012;
  background-color: #fff;
  font-size: 16px;
  transition: all 0.2s ease;
  line-height: 1.5;
  letter-spacing: 1px;
  width: 260px;
  margin: 0 auto;
  box-sizing: border-box;
}

.select-button_c {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 12px;
  border: 3px solid #e60012;
  border-radius: 100px;
  color: #e60012;
  background-color: #fff;
  font-size: 16px;
  transition: all 0.2s ease;
  line-height: 1.5;
  letter-spacing: 1px;
  width: 180px;
 margin: 16px auto 0;
  box-sizing: border-box;
    height: 54px;
}
.select-button_c2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 12px;
  border: 3px solid #666;
  border-radius: 100px;
  color: #fff;
  background-color: #999;
  font-size: 16px;
  transition: all 0.2s ease;
  line-height: 1.5;
  letter-spacing: 1px;
  width: 180px;
  margin: 16px auto 0;
  box-sizing: border-box;
    height: 54px;
  cursor: not-allowed;
}
.get_c{margin: 16px auto 0; max-width: 230px; width: 100%;}

.get_c2{margin-top: -8px; float: right; max-width: 680px; width: 100%;padding-right: 14%;box-sizing: border-box;padding-bottom: 56px;}
.hb88{ height: 88px;}

.button-inner {
  display: block;
  width: 100%;
}

.status-text {
  display: inline;
}

.status-text::before {
  content: "する";
}

.select-input:checked + .select-button_c,
.select-input:checked + .select-button {
  background-color: #e60012;
  color: #fff;
}

.select-input:checked + .select-button_c .status-text::before,
.select-input:checked + .select-button .status-text::before{
  content: "中";
}
.select-input:checked + .select-button_c,
.select-input:checked + .select-button{
  background-color: #e60012;
  color: #fff;
}

.select-input:checked + .select-button_c .status-text::before,
.select-input:checked + .select-button .status-text::before{
  content: "中";
}


.select-button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 12px;
   border: 3px solid #666;
  border-radius: 100px;
  color: #fff;
  background-color: #999;
  font-size: 16px;
  transition: all 0.2s ease;
  line-height: 1.5;
  letter-spacing: 1px;
  width: 260px;
  margin: 0 auto;
  box-sizing: border-box;
  cursor: not-allowed;
}

.select-button3 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 12px;
   border: 3px solid #666;
  border-radius: 100px;
  color: #fff;
  background-color: #999;
  font-size: 16px;
  transition: all 0.2s ease;
  line-height: 1.5;
  letter-spacing: 1px;
  width: 260px;
  margin: 0 auto;
  box-sizing: border-box;
  cursor: not-allowed;
    height: 88px;
}

.select-button3::before {
    content: "当選済み";
    top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
    position: absolute;
    z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px 12px 13px 12px;
  border: 3px solid #666;
  border-radius: 100px;
  color: #fff;
  background-color: rgba(153, 153, 153, 0.7);
  font-size: 16px;
  transition: all 0.2s ease;
line-height: 1.5;
    letter-spacing: 1px;
    width: 260px;
    margin: 0 auto;
    cursor: not-allowed;
    height: 88px;
    box-sizing: border-box;
}
.message-balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  background-color: #0071bc;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.6;

  width: 100%;
  max-width: 800px;
  min-height: 80px;
  padding: 15px 30px; 
  border-radius: 40px;
  margin: 60px auto 40px auto;
  box-sizing: border-box;
}

.message-balloon::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  
  border-style: solid;
  border-width: 16px 14px 0 14px;
  border-color: #0073cc transparent transparent transparent;
}

/* ==========================================================================
   スマートフォン向けのレスポンシブ対応（画面幅が768px以下のとき）
   ========================================================================== */
@media screen and (max-width: 768px) {
  .message-balloon {
       margin: 30px auto 40px auto;
    font-size: 13px;
    padding: 4px 10px 6px;
    border-radius:100px;
    width: 90%;
  }
}

.inner {
    width: 100%;
    max-width: 1000px;
    padding: 40px 24px 0px 24px;
    margin: 0 auto;
}
.inner2 {
    width: 100%;
    max-width: 1060px;
    padding: 40px 0px 0px 0px;
    margin: 0 auto;
}

.title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
    letter-spacing: 0.12em;
    background: #690b34;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    padding: 16px;
}

.title_red {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 27px;
    letter-spacing: 0.12em;
    background: #e60012;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    padding: 16px;
}

.red_h {
    background-color: #fdedee;
}

.text {
    font-size: 16px;
}

.text span {
    display: block;
    margin-top: 16px;
}

.text_big {
    font-size: 22px;
    color: #552906;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 700;
}

.asterisk {
    font-size: 14px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.5;
    word-break: break-all;
}

.asterisk::before,
.asterisk_min::before {
    content: '※';
}
.title_f1{border-top: 1px solid #000;border-bottom: 1px solid #000;font-size: 18px;padding: 16px;box-sizing: border-box;}
.line_b1x{border-bottom: 1px solid #000;}
.form_title {
    border-bottom: 1px solid #4E4E4E;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: left;
}

.present .course_pt {
    background: #D70A1D;
    color: #fff;
    font-size: 16px;
    border-radius: 45px;
    padding: 8px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
}

.present .course_pt span {
    font-size: 20px;
}

.present .course_name {
    color: #552906;
    font-weight: 600;
    margin-bottom: 0;
}

.present .course_name span {
    font-size: 27px;
    font-weight: 800;
    margin-left: 10px;
}

.present div:last-child {
    /*
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
*/
}

.present div:last-child ul:first-child {
    /*    width: 36.232%;*/
    max-width: 570px;
    width: 90%;
    margin: 0 auto;
}

.present div:last-child ul:first-child img {
    /*    width: 65%;*/
}

.present div:last-child ul:last-child {
    background: #F2F2F2;
    text-align: left;
    max-width: 646px;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px auto auto auto;
}

.present div:last-child ul:last-child p:first-child {
    font-weight: 800;
    border-bottom: 1px solid #4E4E4E;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.present div:last-child ul:last-child .disc {
    margin-left: 1em;
    text-indent: -1em;
}

.present div:last-child ul:last-child .disc::before {
    content: '・';
}

.present div:last-child ul:last-child p.bold {
    font-weight: 600;
}

.present div:last-child ul:last-child p.bold:last-of-type {
    margin-top: 20px;
}

.form_c {
    padding: 60px 0px 16px 0px;
    width: 100%;
}



.form {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: start;
    ;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
}

.form2 {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: start;
    ;
    flex-wrap: wrap;
    align-items: center;
}
.form3 {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: start;
    ;
    flex-wrap: wrap;
    align-items: center;
}

.form:last-child,
.form3:last-child,
.form2:last-child{
    margin-bottom: 0;
}

.form p,
.form3 p,
.form2 p{
    width: 25%;
    padding-right: 32px;
    box-sizing: border-box;
}

.form p.oubo,
.form3 p.oubo,
.form2 p.oubo{
    width: 25%;
    padding-right: 64px;
    box-sizing: border-box;
}

.textarea {
    background: #fff;
    width: 75%;
    height: 60px;
    padding: 8px 16px;
    border: 2px solid #454545;
    border-radius: 16px;
    font-weight: 400;
}
.yub {
    width: 75%;float: right;

}

.textarea2 {
    background: #fff;
    width: 160px;
    height: 60px;
    padding: 8px 16px;
    border: 2px solid #454545;
    border-radius: 16px;
    font-weight: 400;
}

.selectWrap {
    position: relative;
    width: 140px;
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 60px;
    padding: 8px 16px;
    background: #fff;
    border: 2px solid #4d4d4d;
    /*    font-weight: 600;*/
    border-radius: 16px;
}

.selectWrap::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #555555;
    border-bottom: 0;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    z-index: 9;
}

select::-ms-expand {
    display: none;
}

/*mypage_1*/
.point_box {
    display: block;
    max-width: 520px;
    width: 100%;
    padding: 24px;
    background-color: #e5e5e5;
    border-radius: 0px;
    margin: 0 auto 60px;
}

.point_tx1 {
    color: #000;
    font-size: 22px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
}

.point_tx2 {
    padding-top: 16px;
    color: #e60012;
    font-size: 60px;
}

.point_tx2 span {
    color: #e60012;
    font-size: 20px;
}


.required {
    background: #e60012;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    font-weight: 400;
    padding: 3px 12px 4px 12px;
    text-align: center;
    display: inline-block;
    float: right;
    border-radius: 8px;
}

.form .comment {
    font-size: 12px;
    display: block;
    color: #454545;
    width: 78.74%;
    margin: 5px 0 auto auto;
    font-weight: normal;
    flex-flow: column;
}

.notes {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto auto auto;
}

.notes_title {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.notes div {
    height: 224px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 32px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 16px;
    word-break: break-all;
}

.notes_asterisk::before {
    content: '※';
}

.notes_asterisk {
    text-indent: -1em;
    margin-left: 1em;
}

.notes_asterisk_2::before {
    content: '※';
}

.notes_asterisk_2 {
    text-indent: -1.1em;
    margin-left: 2em;
}

.maru::before {
    content: '●'
}

.maru {
    text-indent: -1em;
    margin-left: 1em;
}

.notes div ul {
    margin-bottom: 1em;
    border-bottom: 1px solid #454545;
    padding-bottom: 20px;
}

.notes div ul:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.notes div ul .bold {
    margin-bottom: 5px;
}

.notes div a {
    text-decoration: underline;
    font-weight: normal;
    color: #0071bc;
    display: inline;
}

.notes_disc {
    /*    list-style: disc;*/
    /*    margin-left: 30px;*/
    text-indent: -1em;
    margin-left: 1em;
}

.notes_disc::before {
    content: '・';
}

.notes div ul ol {
    /*	list-style: decimal;*/
    margin-left: 1.3em;
}

.notes div ul:nth-child(3) ol {
    /*	list-style: decimal;*/
    /*    margin-left: 0em;*/
}

/*チェックボックス*/

.check_btn {
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 50px;
}

.check_btn div {
    margin-bottom: 40px;
}

.check {
    display: none;
}

.check+span {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 1.3em;
    position: relative;
    /*    font-weight: 600;*/
}

.check+span::before {
    -webkit-transform: translateY(-50%);
    background: #fff;
    border: 1px solid #454545;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.check+span::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    border-bottom: 3px solid #e60012;
    border-left: 3px solid #e60012;
    content: "";
    display: block;
    height: 0.45em;
    left: 1%;
    opacity: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s ease 0s;
    width: 0.85em;
}

.check+span .required {
    margin-left: 10px;
    margin-top: -1px;
}

.check:checked+span::after {
    opacity: 1;
}

button:disabled {
    cursor: default !important;
    opacity: 0.2 !important;

}

button.send_btn:hover:disabled {
    opacity: 0.6;
}

.mb-1 {
    margin-bottom: 1em;
}

/*確認画面*/
.conf_t {
    color: #fff;
    padding: 16px 12px 17px 12px;
    font-size: 22px;
    background-color: #e60012;
    text-align: center;
}
.conf_t1 {
    color: #fff;
    font-size: 22px;
    max-width: 280px;
    width: 100%;
    background-color: #e60012;
    padding: 8px 12px 10px;
    border-radius: 100px;
    text-align: center;
    margin:0px 0px 24px;
}
.conf_t1b {
    color: #fff;
    font-size: 22px;
    max-width: 280px;
    width: 100%;
    background-color: #0071bc;
    padding: 8px 12px 10px;
    border-radius: 100px;
    text-align: center;
    margin:0px 0px 24px;
}
.conf_t2 {
    color: #000;
    font-size: 20px;
}

.conf_t3 {
    color: #e60012;
    font-size: 24px;
}

.movie1 {
    position: relative;
    width: 100%;
    padding-bottom: 82.1%;
    height: 0%;
    overflow: hidden;
}

.movie1 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.confirm {
    width: 100%;
    text-align: left;
    padding: 20px 0;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: flex-start;
}

.confirm:first-child {
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
}

.confirm p {
    width: 20.53%;
    line-height: 1.5;
}

.confirm div {
    width: 100%;
    line-height: 1.5;
}

.confirm div span {
    display: inline-block;
    vertical-align: top;
}

.confirm div span img {
    width: 238px;
    margin-left: 20px;
}

/*お問い合わせ*/
section#contact {
    margin: 60px auto 0px;
}

.contact {
    max-width: 860px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    background: #fff;
    text-align: center;
    border-radius: 40px;
    border: 4px solid #690b34;
}

.contact li:first-child {
    width: 92.28%;
    font-size: 22px;
    color: #690b34;
    line-height: 1.6;
    margin: 0 auto 24px auto;
    font-weight: 500;
}

.contact li:nth-child(2) {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 22px 11px 24px;
    color: #fff;
    background: #690b34;
    display: inline;
}

.contact li:nth-child(3) {
    padding-top: 16px;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 0.03em;
    color: #690b34;
}

.contact li:nth-child(3) em {
    font-size: 26px;
    font-style: normal;
}

.contact li:nth-child(4) {
    font-size: 16px;
    margin-bottom: 10px;
}

.contact li.asterisk {
    line-height: 1.5;
    font-size: 14px;
}

.top_btn_box {
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    max-width: 720px;
    margin: 40px auto 60px;
}

.top_btn_box p {
    color: #fff;
    max-width: 420px;
    width: 100%;
    background: #e60012;
    border-radius: 45px;
    border: 3px solid #000;
    margin: auto auto 60px auto;
    position: relative;
    font-size: 16px;
    transition: all ease 0.3s;
}

.top_btn_none {
    pointer-events: none;
    position: relative;
}

.top_btn_none::before {
    content: 'レシートアップロード期間は終了しました';
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    text-align: center;
    width: 105%;
    height: 150%;
    z-index: 9;
    margin-top: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 35px 0;
}

.top_btn_2set {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.top_btn_2set li {
    width: 47.71%;
    background: #999;
     font-size: 18px;
    border: 3px solid #666;
    border-radius: 100px;
    color: #fff;
    position: relative;
    transition: all ease 0.3s;
}

.top_btn_box p a,
.top_btn_2set li a {
    padding: 20px 10px;
}

.top_btn_box p:hover {
    opacity:0.7;
}

.top_btn_box p::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/arrow.png);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.course_title{padding: 0px 60px;margin-top: -60px;}
.course_top_box {
    font-weight: 600;
    color: #690b34;
    padding: 0px 60px 60px;
}

.course_top_box .course_top_text {
    text-align: center;
    font-size: 24px;
    color: #690b34;
    padding: 12px;
    border-bottom: 2px solid #690b34;
    border-top: 2px solid #690b34;
    margin-bottom: 16px;
}


.course_top_box h3 {
    font-size: 22px;line-height: 1.4;
    padding: 8px 24px;
    color: #f15a24;
}
.h80 {
    width: 100%;
    display:table-cell; 
    vertical-align:middle;
    height: 80px;
}
.h160,.h160_1 {
    width: 100%;
    height: 100px;
}
.bgc1{width: 75%; background-color:#fdebc7;}
.bgc2{width: 20%;}
.course_top_box h4 {
    font-size: 18px;
}

.course_top_box h5 {
    font-size: 22px;
    vertical-align: bottom !important;
    line-height: 1;
}

.course_top_box h5 span {
    font-size: 28px;
    text-align: justify;
    line-height: 1;
    vertical-align: bottom !important;
}

.course_top_box h6 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.course_top_title {
    color: #fff;
    background: #D70A1D;
    padding: 10px 10px 14px 10px;
    position: relative;
}


.course_top_btn {
    color: #fff;
    max-width: 500px;
    width: 100%;
    background: #e60012;
    border-radius: 45px;
    border: 3px solid #000;
    margin: 30px auto 0 0;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
}

.course_top_btn a {
    padding: 20px 10px;
}

.course_top_btn_none {
    pointer-events: none !important;
    background: #D0D0D0;
    box-shadow: none !important;
    border: 3px solid #B5B5B5;
    margin-top: 30px;
}

.course_top_btn:hover {
    top: 8px;
    box-shadow: none;
}

.course_top_btn::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/arrow.png);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.course_top_btn2 {
    color: #fff;
    max-width: 300px;
    width: 100%;
    background: #e60012;
    box-shadow: 0 8px 0 #900008;
    border-radius: 45px;
    border: 3px solid #90040B;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    padding: 16px;
    margin: 8px 0 0 0;
}

.course_top_btn2:hover {
    top: 8px;
    box-shadow: none;
}

.course_top_btn2::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/arrow.png);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.attention_title {
    color: #552906;
    font-size: 27px;
    border-bottom: 1px solid #5F2E0B;
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-weight: 700;
}

.attention_box p:nth-child(2) {
    color: #D70A1D;
    font-size: 25px;
    font-weight: 700;
    text-decoration: underline;
    line-height: 1.8;
    margin-bottom: 20px;
}

.attention_box p:nth-child(4) {
    margin: 30px auto;
}

/*mypage_2*/
.text_min {
    font-size: 14px;
    line-height: 1.3;
}
.shopc{max-width: 1000px;width: 100%;border-bottom: 1px solid #000;border-top: 1px solid #000;box-sizing: border-box;margin: 0 auto;}
.shop-select-container {
  font-family: sans-serif;
  max-width: 400px;
  margin: 40px auto;
  text-align: center;
}

.shop-select-title {
  font-size: 16px;
  margin-bottom: 16px;
  color: #000;
}

.shop-options-group {
  border: 1px solid #999;
  border-radius: 12px;
  overflow: hidden;
}

.shop-option-label {
  display: block;
  cursor: pointer;
}

/* 2つの選択肢の間にある区切り線（ファミリーマートの下側に線を引く） */
.shop-option-label:not(:last-child) .shop-custom-radio {
  border-bottom: 1px solid #999;
}

/* 本物のラジオボタンは非表示にする */
.shop-input {
  display: none;
}

.shop-custom-radio {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}

.shop-custom-radio::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 12px;
  border: 1.5px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
}


.shop-input:checked + .shop-custom-radio::before {
  background-color: #000;
}

.upload {
    margin-top: 30px;
    margin-bottom: 30px;
}

.upload_btn {
    background: #e60012;
    max-width: 400px;
    width: 100%;
    height: 72px;
    line-height: 68px;
    color: #fff;
    border-radius: 100px;
    font-size: 18px;
    position: relative;
    letter-spacing: 1;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    border: 3px solid #000;
}

.upload_btn:hover {
    opacity: 0.6;
}
.upload_btn::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/arrow.png);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.file_btn {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.custom_file_input {
    display: none;
}

.file_btn2 {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 0;
}

#fileInput {
    display: none;
}

.upload-box {}

.upload-box #customButton {
    background: #e60012;
    max-width: 240px;
    width: 100%;
    padding: 12px 32px;
    color: #fff;
    border-radius: 45px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    border: 3px solid #900008;
}
label img {
    pointer-events: none;
}

#preview {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    align-items: flex-start;
}

.preview {
    margin-top: 30px;
}

.preview_item {
    display: inline-block;
    width: 255px;
    height: auto;
    background: #EBEBEB;
    text-align: center;
    padding: 24px;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}

.preview_item img {
    width: 70%;
}

.upload_disable_btn {
    pointer-events: none !important;
    background: #D0D0D0 !important;
    box-shadow: none;
    border: 3px solid #B5B5B5 !important;
    margin-top: 30px;
}

.upload_disable_btn:hover {
    top: 0;
    box-shadow: none;
}

.delete_btn {
    background: #A8A8A8;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    line-height: 0;
    padding: 15px 5px;
    height: 30px;
    text-align: center;

    position: absolute;
    top: 0;
    right: 0;
}

.delete_btn:hover {
    opacity: 0.7;
}

/*mypage_5*/
.upload_history div,
.application_history .apl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 32px;
    margin-bottom: 32px;
    align-items: flex-start;
}

.upload_history div ul:first-child {
    width: 20%;
    background: #e6e6e6;
    padding: 40px;
}

.application_history .apl ul:first-child {
    width: 24%;
}
.application_history .apl ul:last-child {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.application_history .apl ul:last-child li{
    line-height: 1.3;font-size: 10px;letter-spacing: 1px;
}

.application_history .apl ul:nth-child(2){
    width: 44%;
}
.application_history .apl ul:nth-child(2) li{
   line-height: 2;font-size: 14px;
}
.application_history .apl ul:nth-child(2) li a{
   line-height: 2;font-size: 14px;
}
.application_history .apl ul:nth-child(2) li a,
.application_history .apl ul:nth-child(2) li a:link,
.application_history .apl ul:nth-child(2) li a:visited
{color: #0071bc;text-decoration: underline;text-underline-offset: 4px;} 


.upload_history div ul:last-child {
    width: 76%;
}

.upload_history div ul:last-child li {
    /*    margin-bottom: 3px;*/
    line-height: 31px;
    margin-bottom: 3px;
}

.upload_history div ul:last-child li p {
    /*    margin-bottom: 3px;*/
    line-height: 2;
    font-size: 14px;
}

.upload_history div ul:last-child li span,
.application_history div ul li span {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 600;
    border-radius: 30px;
    padding: 0px 12px 2px 12px;

    margin-bottom: 5px;
    display: inline-block;
}

.upload_history div ul:last-child li span.red_badge,
.application_history div ul li span.red_badge {
    background: #e60012;
}

.upload_history div ul:last-child li span.green_badge,
.application_history div ul li span.green_badge {
    background: #1FA350;
}

.application_history div ul li span.blue_badge,
.upload_history div ul li span.blue_badge {
    background: #0071bc;
}

/*pagination*/
.pagination_box {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination li {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid #0071bc;
    margin: 0 5px;
}

.pagination li.active {
    background: #cce3f2;
    pointer-events: none;
}

.pagination li:hover {
    opacity: 0.7;
}

.pagination li.active:hover {
    opacity: 1;
}

.pagination .prve,
.pagination .next {
    background: #0071bc;
    border: 1px solid #0071bc;
}

.pagination .prve {
    margin: 0 15px 0 0;
}

.pagination .next {
    margin: 0 0 0 15px;
}

.pagination .prve img,
.pagination .next img {
    width: 7px;
    margin: 10px auto 12px;
}

/*mypage_6*/
.tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tabs button {
    width: 48.31%;
    padding: 15px;
    cursor: pointer;

    background: #D1D1D1;
    border: 3px solid #919191;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.tabs button span {
    font-size: 25px;
    font-weight: 800;
}

.tabs button.button_active {
    background: #7EB646;
    border: 3px solid #096040;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    text-align: left;
}


#course_2pt {
    margin-bottom: 50px;
}

#course_2pt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#course_4pt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#course_2pt ul li,
#course_4pt ul li {
    width: 48.31%;
}

#course_2pt p {
    margin-top: 12px;
}

#course_2pt p a {
    display: inline;
    color: #1873B5;
    word-break: break-all;
}

.tab-content.active div {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#course_2pt.tab-content.active div:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

#course_4pt li span {
    color: #454545;
    font-size: 14px;
    letter-spacing: 0.07em;
    text-align: left;
    font-weight: 400;
    border-radius: 0;
    padding: 0;
    margin: auto auto 5px auto;
    display: inline-block;
    line-height: 1.5;
}

#course_4pt li span {
    text-indent: -5.4em;
    margin-left: 5.4em;
}

#course_4pt ul li img {
    width: 91%;
    margin: auto 0 auto auto;
    display: block;
}

/*mypage_7*/
.confirm {
    text-align: left;
}

.confirm.mail {
    /*    margin-top: 20px;*/
    margin-bottom: 40px;
}

.confirm p:first-child {
    border-bottom: 1px solid #4E4E4E;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.confirm.mail p:nth-child(2) {
    font-size: 20px;
    margin-bottom: 5px;
    word-break: break-all;
}

.confirm.course {
    /*    margin-top: 20px;*/
}

.confirm.course div {
    max-width: 713px;
    width: 90%;
    margin-top: 20px;
}

.confirm a {
    display: inline;
    text-decoration: underline;
    color: #109DE1;
}

/*mypage_10 11*/
.winner {
    color: #D70A1D;
    font-size: 48px;
    letter-spacing: 0.12em;
    font-weight: 800;
    margin-bottom: 20px;
}

.lose {
    color: #1873B5;
    font-size: 48px;
    letter-spacing: 0.12em;
    font-weight: 800;
    margin-bottom: 20px;
}

.winner_pt {
    font-size: 22px;
    font-weight: 800;
    margin: 5px auto 15px auto;
}

.winner_pt_url {
    background: #FDEDDB;
    padding: 20px;
    margin: 20px auto 10px auto;
}

.winner_pt_url a {
    display: inline;
    word-break: break-all;
}

.fs14 {
    font-size: 14px;
    margin-bottom: 5px;
}

.winner_note {
    border-top: 1px solid #4E4E4E;
    text-align: left;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 40px;
    word-break: break-all;
}

.winner_note p {
    font-weight: 700;
    margin-bottom: 5px;
}

.winner_note .disc {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
}

.winner_note .disc::before {
    content: '・';
}

.winner_note a {
    display: inline;
}


.winner_pt_url a:hover,
.winner_note a:hover {
    opacity: 0.7;
}

@media screen and (max-width:1040px) {
.inner2 {
    padding: 40px 24px 0px 24px;
}
    .course_top_2pt .course_top_title::after,
    .course_top_4pt .course_top_title::after {
        top: -40px;
    }
}

@media screen and (max-width:832px) {
    .form {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .form_c,.form_c2 {
        padding: 24px 0px 0px 24px;
        width: 100%;
        text-align: center;
    }

    .form p,.form2 p,.form3 p {
        width: 100%;
        display: block;
        padding-right: 0;
        margin-bottom: 16px;
    }
.yub {
    width: 100%;float: right;

}


    .form p.oubo,.form2 p.oubo,.form3 p.oubo {
        width: 100%;
        display: block;
        padding-right: 0;
        margin-bottom: 16px;
    }

    .textarea {
        border-radius: 16px;
        width: 100%;
        height: 42px;
    }

    .textarea2 {
        width: 160px;
        height: 45px;
    }

    .selectWrap {
        display: block;
        width: 140px;
    }

    .select {
        height: 42px;
        padding: 4px 16px;
    }

    .required {
        font-size: 12px;
        margin: 0 0 4px 16px;
        display: inline;
        float: none;
    }

    .form .comment {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .nt{display: none;}
    .box_t {
    border-radius: 12px 12px 0 0;
        font-size: 18px;
    }
    .time {
  margin: 24px auto 24px;
    }
    .wapper {
        width: 85%;
        margin: 24px auto 0px;
    }

    .form {
        margin-bottom: 16px;
    }

    .form_c {
        padding: 24px 0px 0px 0px;
        width: 100%;
    }
    .box_my2 {
    width: 90%;
    margin: 20px auto;
    }
    .f_title1{font-size: 20px;}
    .course-title {
        padding: 16px 24px;
    }
    .ct_1{width: 100%; font-size: 20px;color: #fff;border-right: 0px solid #fff;padding: 0px 0px 16px 0px;border-bottom:1px solid #fff;}
    .ct_2{width: 100%; font-size: 16px;font-weight: 600;color: #fff;padding: 16px 0px 8px 0px;}
.ct_3{font-size: 16px;font-weight: 700; }
.ct_4{background-color: #ffe5e5;padding: 16px 24px;box-sizing: border-box;font-size: 14px;line-height: 1.8;}

.image-box3::before {
    max-width: 100px;
    font-size: 12px;
    height: 80px;
    }
    .card-container {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 24px 20px;
    gap: 30px;
    }
    .card-container2 {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding: 20px 20px 20px 20px;
    gap: 20px;
  }
  .item-card {
    width: 100%;
    max-width: 280px;
  }
    .item-card2 {
    width: 50%; 
  }
    .select-button_c {
  padding: 0 12px;
  border: 2px solid #e60012;
  color: #e60012;
  font-size: 12px;
  width: 110px;
 margin: 8px auto 16px;
    height: 40px;
    }
.select-button_c2 {
  padding: 0 12px;
  border: 2px solid #666;
  font-size: 12px;
  width: 110px;
  margin: 8px auto 16px;
  box-sizing: border-box;
    height: 40px;
}
    
    .get_c{margin: 0px auto 0;}

.get_c2{margin-top: -24px;max-width: 680px; width: 100%;padding-right: 40px; padding-left: 40px;padding-bottom: 24px;}
    .logout_btn {
    margin: 0 auto 30px;
    }
    .upload_btn {
    height: 56px;
    line-height: 53px;
    color: #fff;
    border-radius: 100px;
    font-size: 13px;
    margin: 0 auto;
    border: 2px solid #000;
    }
    .upload_btn::after {
    width: 15px;
    height: 15px;
    }
    .inner2 {
    padding: 24px 24px 24px 24px;
    }
    
    .btn_box .return_btn {
    margin-top: 20px;
}
       .conf_t2 {
    color: #000;
    font-size: 16px;
       text-align: center;
}
    .sp {
        display: inherit;
    }

    .pc {
        display: none;
    }

    /*ロゴヘッダー*/
    header {
        height: 45px;
    }

    .logo {
        max-width: 100px;
        width: 45px;
    }

    .brand {
        right: 20px;
        width: 54px;
    }

    /*お問い合わせ*/
    section#contact {
        margin: 30px auto 0px;
        padding-bottom: 0px;
        width: 85%;
    }

    .contact {
        border-radius: 24px;
        border: 3px solid #690b34;
    }

    .contact li:first-child {
        width: 92.28%;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 500;
        margin: 0 auto 16px auto;
    }

    .contact li:nth-child(2) {
        margin: 0 auto 16px auto;
        line-height: 1.6;
        font-size: 14px;
        font-weight: 500;
        padding: 7px 16px 8px 17px;
        color: #fff;
        background: #690b34;
        display: inline;
    }

    .contact li:nth-child(3) {
        padding-top: 16px;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 8px;
        letter-spacing: 0.03em;
        color: #690b34;
    }

    .contact li:nth-child(3) em {
        font-size: 18px;
        font-style: normal;
    }

    .contact li:nth-child(4) {
        font-size: 12px;
        margin-bottom: 0px;
    }

    /*タイトル*/
    .kv {}

    /*共通*/
    body {
        font-size: 14px;
        letter-spacing: 0.02em;
    }

    .bottom_btn_box {
        margin: 30px auto auto auto;
    }

    .btn_box {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .logout_btn {
        font-size: 12px;
    }

    .send_btn {
        height: 56px;
        line-height: 52px;
        font-size: 13px;
        border: 2px solid #000;
        margin: 0 auto 0px auto;
        max-width: 280px;
    }


    .send_btn::after {
        width: 15px;
        height: 15px;
    }

    .return_btn {
        height: 48px;
        line-height: 44px;
        font-size: 12px;
        letter-spacing: 0.02em;
         border: 2px solid #1a1a1a;
        max-width: 220px;
    }
    .bottom_btn_box .cpb_btn {
    margin-bottom: 24px;
    }
    .bottom_btn_box .return_btn {
        margin-bottom: 24px;
    }

    .return_btn::after {
        width: 15px;
        height: 15px;
    }

    footer p {
        letter-spacing: -0.02em;
    }

    .mt20 {
        margin-top: 10px;
    }

    /*エラー*/

    .error {
        width: 100%;
        margin: auto auto 20px auto;
        padding: 10px 15px;
        font-size: 12px;
        border-radius: 10px;
    }

    .error ul:first-child {
        max-width: 28px;
        margin-right: 7px;
    }

    .error ul:last-child li:first-child {
        font-size: 14px;
    }

    /*フォーム*/
    .box {
        border-radius: 16px;
    }


    .inner {
        width: 100%;
        padding: 24px;
    }

    .title {
        margin-bottom: 16px;
        font-size: 18px;
        padding: 16px;
    }

    .text {
        font-size: 15px;
    }

    .text span {
        margin-top: 10px;
    }

    .text_big {
        font-size: 17px;
        line-height: 1.35;
    }

    .asterisk {
        font-size: 12px;
        line-height: 1.75;
        text-align: left;
    }

    .form_title {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .present .course_pt {
        font-size: 11px;
    }

    .present .course_pt span {
        font-size: 14px;
    }

    .present .course_name {
        /*        margin-bottom: 12px;*/
    }

    .present .course_name span {
        font-size: 20px;
        margin-left: 0;
        display: block;
        margin-top: 3px;
    }

    .present div:last-child {
        display: block;
    }

    .present div:last-child ul:first-child {
        width: 100%;
    }

    .present div:last-child ul:first-child img {
        width: 78.4%;
        margin: auto auto 15px auto;
    }

    .present div:last-child ul:last-child {
        width: 100%;
        padding: 10px 18px;
        font-size: 12px;
        line-height: 1.75;
    }

    .present div:last-child ul:last-child p:first-child {
        padding-bottom: 3px;
        margin-bottom: 8px;
    }

    .present div:last-child ul:last-child p.bold:last-of-type {
        margin-top: 20px;
    }
    .top_btn_box {
        margin: 20px auto 0px;
    }
    .top_btn_box p {
    border: 2px solid #000;
    margin: auto auto 20px auto;
    font-size: 14px;
    }

    .top_btn_none::before {
        content: 'レシートアップロード期間は\A終了しました';
        white-space: pre;
        padding: 15px 0;
    }

    .top_btn_2set {
        display: block;padding-top: 10px;
    }

    .top_btn_2set li {
        width: 100%;font-size: 14px;
    }

    .top_btn_2set li:first-child {
        margin-bottom: 20px;
    }

    .top_btn_box p a,
    .top_btn_2set li a {
        padding: 20px 5px;
    }


    .top_btn_box p::after,
    .top_btn_2set li::after {
        width: 15px;
        height: 15px;
    }

    
    .course_top_box {padding: 0px;}
    .course_top_box .course_top_text {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .course_top_box .col_2{padding: 30px 24px 24px 24px;background-color: #fff;margin-bottom: 16px;border-radius: 16px;margin-top: 0px;}
    .course_top_box .course_top_text::before {
        height: 20px;
        margin-right: 5px;
    }

    .course_top_box h3 {
        font-size: 15px;
        padding: 12px;
    }

    .course_top_box h4 {
        font-size: 20px;
    }
    .course_top_box .h160_1 h4 {
        font-size: 14px;
        line-height: 1.6;letter-spacing: 0px;
    }

    .course_top_box h5 {
        font-size: 20px;
        vertical-align: bottom !important;
        line-height: 1;
    }

    .course_top_box h5 span {
        font-size: 26px;
        text-align: justify;
        line-height: 1;
        vertical-align: bottom !important;
    }

    .course_top_box h6 {
        font-size: 12px;
        margin-top: 4px;

    }
    .h80 {
    height: auto;
    }
    .h160 {
        height: auto;
    }
    .h160_1 {
        height: auto;width: 55%;float: right;
    }
    .h160_2{
        height: auto;width: 43%;float: left;
    }
    .bgc1{width: 70%;}
    .bgc2{width: 25%;}
    .course_top_btn {
        width: 100%;
        box-shadow: 0 5px 0 #900008;
        font-size: 14px;
        margin: 20px auto 16px;
    }
    .course_title{padding: 30px 0px 0px;margin-top: 0px;}
    .course_top_2pt .course_top_btn {
        width: 90%;
        margin-top: 0;
    }

    .course_top_btn a {
        padding: 14px 10px;
    }

    .course_top_btn:hover {
        top: 5px;
    }

    .course_top_btn::after {
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
    }

    .attention_title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .attention_box p:nth-child(2) {
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 15px;
        letter-spacing: 0;
    }

    .attention_box p:nth-child(4) {
        max-width: 380px;
        margin: 20px auto 15px auto;
    }

    .attention_box .asterisk {
        text-align: left;
    }

    .attention_box p:nth-child(3) {
        line-height: 1.6;
    }


    /*mypage_1*/
    .point_box {
        display: block;
        border-radius: 0px;
        padding: 24px 24px 16px 24px;
        margin: 0 auto 16px;
    }

    .point_tx1 {
        font-size: 16px;
    }

    .point_tx2 {
        padding-top: 8px;
        font-size: 36px;
    }

    .point_tx2 span {
        font-size: 18px;
    }

    /*mypage_2*/
    .text_min {
        font-size: 12px;
        line-height: 1.6;
        text-align: center;
    }

    .upload {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .preview {
        margin-top: 20px;
    }

    .preview_item {
        width: 70%;
    }

    .upload_disable_btn {
        margin-top: 20px;
        box-shadow: none;
    }

    .upload_disable_btn:hover {
        top: 0;
        box-shadow: none;
    }


    /*mypage_5*/
    .upload_history div {
        display: block;
    }

.application_history .apl ul:first-child {
    width: 100%;
     padding: 24px;
        margin-bottom: 16px;
}
    .application_history .apl ul:nth-child(2) li{
   line-height: 2;font-size: 12px;
}
.application_history .apl ul:last-child {
    width: 100%;
}

.application_history .apl ul:nth-child(2){
    width: 100%;
}
.application_history .apl ul:nth-child(2) li a{
   margin-bottom: 24px;
    line-height: 2;font-size: 14px;
}
    .upload_history div{
        display: block;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .upload_history div ul:first-child {
        width: 70%;
        margin: 0 auto 16px;
    }

    .upload_history div ul:last-child {
        width: 100%;
    }

    .upload_history div ul:last-child li {
        margin-bottom: 5px;
    }

    .upload_history div ul:last-child li.asterisk {
        font-size: 14px;
    }

    .conf_t {
        color: #fff;
        padding: 16px 12px 17px 12px;
        font-size: 18px;
        background-color: #690b34;
        text-align: center;
    }



    .conf_t3 {
        color: #e60012;
        font-size: 18px;
        text-align: center;
        padding-bottom: 16px;
    }

    /*pagination*/
    .pagination_box {
        font-size: 11px;
    }

    .pagination li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 2px;
    }

    .pagination .prve {
        margin: 0 8px 0 0;
    }

    .pagination .next {
        margin: 0 0 0 8px;
    }

    .pagination .prve img,
    .pagination .next img {
        width: 6px;
        margin: 9px auto;
    }


    /*mypage_6*/
    .tabs {
        margin-bottom: 20px;
    }

    .tabs button {
        width: 46.66%;
        padding: 8px 5px;
        font-size: 13px;
    }

    .tabs button span {
        font-size: 17px;
    }

    #course_2pt {
        margin-bottom: 30px;
    }

    #course_2pt ul li,
    #course_4pt ul li {
        width: 100%;
        margin-bottom: 0;
    }

    #course_2pt ul li:nth-child(2),
    #course_4pt ul li:nth-child(2) {
        margin-top: 10px;
    }

    #course_2pt p {
        margin-top: 10px;
    }

    #course_4pt ul {
        display: block;
    }

    #course_4pt ul li img {
        width: 74.7%;
        margin: 0 auto;
        display: block;
    }

    /*mypage_7*/
    .confirm.mail {
        /*        margin-top: 20px;*/
        margin-bottom: 20px;
    }

    .confirm p:first-child {
        margin-bottom: 10px;
    }

    .confirm.mail p:nth-child(2) {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .confirm.course div {
        margin-top: 15px;
        max-width: 300px;
        width: 100%;
    }

    /*mypage_8*/
    .asterisk.mt20 {
        text-align: left;
    }


    /*mypage_10 11*/
    .wtop_btn_2set {
        font-size: 35px;
    }

    .lose {
        font-size: 35px;
    }

    .winner_pt {
        font-size: 16px;
        margin: 5px auto 10px auto;
        line-height: 1.65;
    }

    .winner_pt_url {
        padding: 15px 5px;
    }

    .fs14 {
        font-size: 12px;
        margin-bottom: 0;
        text-align: left;
    }

    .winner_note {
        margin-bottom: 0;
    }

    .winner_note .disc {
        line-height: 1.64;
    }

    .notes {
        margin: 40px auto auto auto;
    }

    .notes_title {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .notes div {
        height: 200px;
        padding: 20px;
    }

    /*チェックボックス*/

    .check_btn div {
        margin-bottom: 30px;
    }

    .check+span {
        padding: 0 0 0 1.7em;
    }

    .check+span::after {
        left: 1.5%;
    }

    .check+span .required {
        margin-left: 5px;
    }

    button.send_btn:hover:disabled {}


    /*確認画面*/
    .confirm {
        padding: 10px 0;
        display: block;
    }

    .confirm p {
        width: 100%;
        margin-bottom: 5px;
    }

    .confirm div {
        width: 100%;
    }

    .confirm div:last-child {
        display: block;
    }

    .confirm div span {
        display: block;
    }

    .confirm div span img {
        max-width: 238px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}