@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/******************** CSS RESET ********************/
*, *::before, *::after {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address {
  font-style: normal;
}
input:not([type="radio"]):not([type="checkbox"]), button, textarea {
  padding: 4px 8px 5px;
  margin: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-appearance: none;
}
input[type="radio"]{
  margin-top: 0;
  padding-top: 0;
}
input,
label{
  vertical-align: middle;
}
legend{
  width: 100%;
}
/******************** 共通設定 ********************/
html{
  scroll-behavior: smooth;
  overflow: auto;
}
body {
  font-family: "Noto Sans JP", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  font-size: 100%;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

/**** リンク ****/
a:link {
  text-decoration: underline;
  color: #112F81;
}
a:visited {
  text-decoration: underline;
  color: #791e78;
}
a:hover,
a:active{
  text-decoration: none;
  color: #860000;
}
a,a:hover,
a::before,a:hover::before,
a::after,a:hover::after,
a *,a *:hover,
a *::before,a *:hover::before,
a *::after,a *:hover::after{
  transition: 0.3s;
}

/**** フォーム ****/
input, button, textarea{
  font-family: "Noto Sans JP", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 100%;
}
/* text,textarea */
input[type="text"], input[type="file"], input[type="password"], textarea{
  background-color: #fff;

}
/* select */
select{
  font-family: "Noto Sans JP", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  height: 34px;
  padding: 5px 24px 7px 6px;
  color: #333;
  font-size: 100%;
  line-height: 1;
  background: #fff url("../images/icon_select.svg") no-repeat top 13px right 8px;
  border: 1px solid #ccc;
  border-radius: 3px!important;
}
/* submit,reset,button */
input[type="submit"], input[type="reset"], input[type="button"], button{
  padding: 6px 10px 8px;
  color: #fff;
  text-align: center;
  background: #7A5FD1;
  border: 1px solid #7A5FD1;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover{
  background: #6700CE;
}
input.gray, button.gray{
  color: #333;
  background: #eee;
  border: 1px solid #ccc;
}
input.gray:hover, button.gray:hover{
  color: #333;
  background: #ddd;
}
/**** 見出し等のフォント ****/
h1, h2, h3, h4, h5, h6, strong, th, em, b{
  font-weight: 700;
}
.bold{
  font-weight: 500;
}
/*その他*/
.anchor{
  display: block;
  height: 1px;
  margin-top: -1px;
}
.past{
    filter: grayscale(1);
    pointer-events: none;
}
.nondisp{
    visibility:hidden;
}

/******************** Header ********************/
header{
  background-color: #EEE6FF;
  border-bottom: 2px solid #7A5FD1;
}
header .head_in{
  margin: 0 auto;
  padding: 10px 12px;
  width: 100%;
  max-width: 1224px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
}
header .head_in .logo{
  width: 360px;
}
header .head_in .user{
  margin-left: auto;
  padding: 10px 12px;
  background-color: #fff;
  display: flex;
  gap: 6px 10px;
  align-items: center;
}
header .head_in .user .btn a{
  padding: 4px 10px 5px;
  min-height: 32px;
  font-size: 87.5%;
  gap: 0 6px;
}
@media only screen and (max-width: 1024px){
  header .head_in .logo{
    width: 345px;
  }
}
@media only screen and (max-width: 768px){
  header .head_in{
    justify-content: space-between;
  }
  header .head_in .user{
    display: none;
  }
}
@media only screen and (max-width: 500px){
  header .head_in .logo{
    width: 270px;
  }
}

/***** drawer *****/
/*btn*/
#menu_button button{
  padding: 27px 1px 0;
  width: 50px;
  min-height: 50px;
  color: #fff;
  font-size: 70%;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.05em;
  background: #7A5FD1;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#menu_button button .icon_ham{
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  display: inline-block;
}
#menu_button button .icon_ham:before,
#menu_button button .icon_ham:after{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
#menu_button button .icon_ham:before{
  top: 8px;
}
#menu_button button .icon_ham:after{
  top: 16px;
}
#menu_button button b{
  font-weight: 500;
}
#menu_button.d_close button .icon_ham{
  background: none;
}
#menu_button.d_close button .icon_ham::before{
  top: 8px;
  transform: rotate(-45deg);
}
#menu_button.d_close button .icon_ham::after{
  top: 8px;
  transform: rotate(45deg);
}
.drawer{
  padding: 0 12px 12px;
  width: 100%;
  color: #333;
  font-size: 100%;
  transition: unset;
  display: none;
}
.drawer .user{
  margin: 0 auto;
  padding: 12px;
  max-width: 600px;
  background-color: #fff;
}
.drawer .user .btn{
  margin-top: 10px;
  display: flex;
  gap: 10px 12px;
}
.drawer .user .btn > *{
  padding: 6px 10px 8px;
  width: calc(50% - 6px);
  display: flex;
  gap: 0 6px;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  header #menu_button,
  header .drawer{
    display: none !important;
  }
}

/******************** Footer ********************/
footer{
  margin-top: 80px;
  background-color: #7A5FD1;
}
footer .foot_copy{
  margin: 0 auto;
  padding: 8px 12px;
  width: 100%;
  max-width: 1224px;
  color: #fff;
  font-size: 87.5%;
}
@media only screen and (max-width: 768px){
  footer{
    margin-top: 40px;
  }
  footer .pageup{
    padding-bottom: 20px;
  }
  footer .pageup a{
    width: 100%;
    min-height: 60px;
  }
  footer .foot_copy{
    padding: 6px 12px;
    font-size: 75%;
  }
}


/******************** 共通 ********************/
/* 見出し・ボタン */
main{
  padding: 0 12px;
  margin: 0 auto;
  max-width: 1224px;
  width: 100%;
  overflow: hidden;
}
main h1{
  margin: 40px 0 30px;
  padding: 0 0 10px 10px;
  font-size: 200%;
  border-bottom: 4px solid #7A5FD1;
}
/*
main .h2{
        margin-top: 40px;
        padding: 7px 12px 9px;
        font-size: 150%;
        background-color: #E8EFFF;
        border-top: 2px solid #4B6CC6;
}
*/
main .h2{
  margin-bottom: 10px;
  padding: 1px 0 3px 8px;
  font-size: 150%;
  line-height: 1.2;
  border-left: 6px solid #7A5FD1;
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
  align-items: center;
}
main .h_none{
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  background: none;
  border: 0;
}
/*
main .h3{
        margin-top: 20px;
        padding: 6px 12px;
        font-size: 100%;
        background-color: #D2F0FA;
        display: flex;
        gap: 0 10px;
        align-items: center;
}
main .h3 span{
        margin-bottom: 2px;
        display: inline-block;
}
main .h3 .btn > a{
        padding: 2px 12px 4px;
        font-size: 87.5%;
}
*/
.btn > *,
.btn > a{
  padding: 6px 20px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #7A5FD1;
  /*	border: 1px solid #4B6CC6;*/
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.btn > *:hover,
.btn > a:hover{
  background: #6700CE;
}
@media only screen and (max-width: 768px){
  main h1{
    margin: 20px 0;
    padding: 0 0 6px 6px;
    font-size: 150%;
  }
  main .h2{
    font-size: 125%;
  }
}

/*note*/
h1 ~ .note{
  margin-top: 20px;
}
/*step_area*/
.step_area{
  display: flex;
  gap: 0 150px;
  align-items: center;
  justify-content: center;
}
.step_area li{
  padding-bottom: 32px;
  position: relative;
}
.step_area li::before{
  content: '';
  position: absolute;
  top: 20px;
  right: 30px;
  width: 160px;
  height: 1px;
  background-color: #ddd;
  z-index: -1;
}
.step_area li:first-child::before{
  content: none;
}
.step_area li.active::before{
  background-color: #7A5FD1;
}
.step_area li .num{
  padding: 5px 0 0;
  width: 40px;
  height: 40px;
  font-size: 112.5%;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  border: 1px solid #7A5FD1;
  border-radius: 50%;
  display: block;
}
.step_area li.active .num{
  color: #fff;
  background-color: #7A5FD1;
}
.step_area li .text{
  position: absolute;
  bottom: 0;
  left: 50%;
  word-break: keep-all;
  transform: translateX(-50%);
  display: block;
}

/*calendar*/
.calendar .case{
  margin-top: 20px;
  padding: 11px 16px 12px;
  border: 1px dashed #7A5FD1;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
/*table*/
.calendar .table_wrap{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.calendar .table_wrap > *{
  width: calc(50% - 20px);
}
.calendar table{
  width: 100%;
  background-color: #fff;
  border: 2px solid #7A5FD1;
  table-layout: fixed;
}
.calendar table caption{
  position: relative;
  top: 10px;
  left: 0;
  height: 0;
  z-index: -1;
}
.calendar table th{
  padding: 7px 5px 8px;
  border: 1px solid #7A5FD1;
  border-top: 0;
  border-bottom-width: 2px;
}
.calendar table td{
  padding: 10px 5px 11px;
  height: 78px;
  border: 1px solid #7A5FD1;
  transition: 0.3s;
}
.calendar table td p{
  text-align: center;
}
.calendar table td p.date{
  margin-bottom: 8px;
}
.calendar table td p.state span{
  width: calc(50% - 10px);
  display: inline-block;
}
.calendar table .sun{
  background-color: #FFE3E3;
}
.calendar table .sat{
  background-color: #DDF5FD;
}
.calendar table td.empty{
  background-color: #D5FDE1;
  cursor: pointer;
}
.calendar table td.limited{
  background-color: #FFF6C4;
  cursor: pointer;
}
.calendar table td.full{
  background-color: #E8E8E8;
}

@media only screen and (max-width: 768px){
  .step_area{
    gap: 0 100px;
  }
  .step_area li::before{
    width: 110px;
  }
  .calendar .table_wrap > *{
    width: 100%;
  }
}
@media only screen and (max-width: 500px){
  .step_area{
    gap: 0 60px;
  }
  .step_area li{
    padding-bottom: 26px;
  }
  .step_area li::before{
    top: 16px;
    right: 27px;
    width: 70px;
  }
  .step_area li .num{
    padding: 2px 0 0 1px;
    width: 32px;
    height: 32px;
    font-size: 100%;
  }
  .step_area li .text{
    font-size: 87.5%;
  }
}



/*src_box */
.src_box{
  margin-top: 20px;
  padding: 30px;
  background-color: #F5F8FF;
  border: 1px solid #D0DAF3;
}
.src_box .h2{
  margin: 0;
  padding: 0 0 2px 8px;
  background: none;
  border-top: 0;
  border-left: 6px solid #4B6CC6;
}
.src_box .src_list{
  margin-top: 20px;
  padding: 0 10px;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  align-items: center;
}
.src_box .src_list fieldset{
  overflow: hidden;
}
.src_box .src_list fieldset > *{
  float: left;
}
.src_box .src_list fieldset legend{
  padding: 4px 20px 6px 0;
  width: auto;
}
.src_box .btn{
  margin-top: 20px;
  display: flex;
  gap: 12px 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.src_box .btn button{
  min-width: 160px;
  min-height: 40px;
}
@media only screen and (max-width: 768px){
  .src_box{
    padding: 16px;
  }
  .src_box .src_list{
    margin-top: 14px;
    padding: 0 10px;
    gap: 10px;
  }
  .src_box .btn{
    margin-top: 14px;
  }
}

/* form */
.form_box .note{
  margin-top: 20px;
  padding: 0 10px;
}
.form_box .form_list{
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.form_box .form_list .label{
  margin-bottom: 10px;
  padding: 1px 0 3px 6px;
  font-weight: 700;
  border-left: 5px solid #7A5FD1;
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
  align-items: center;
}
.form_box .form_list .req{
  padding: 0 4px 1px;
  color: #fff;
  font-size: 75%;
  text-align: center;
  background-color: #D11717;
  display: inline-block;
  vertical-align: baseline;
}
.form_box .form_list .label ~ *{
  margin-top: 8px;
  padding: 0 10px;
}
.form_box .form_list .label + *{
  margin-top: 0;
}
.radio_check{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.radio_check label{
  padding: 5px 12px;
  background-color: #fff;
  border: 1px solid #4B6CC6;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.radio_check input[type="radio"],
.radio_check input[type="checkbox"]{
  margin: 0;
  padding: 0;
}
.radio_check label:has(input:checked){
  background-color: #D2F0FA;
}
.form_box .form_list input[type="text"],
.form_box .form_list input[type="password"]{
  width: 100%;
  max-width: 200px;
}

.form_box .form_list input[type="text"]#email {
  width: 100%;
  max-width: 400px;
}
.form_box .form_list input[type="text"]#mochikomi_address {
  width: 100%;
  max-width: 500px;
}
.form_box .form_list input[type="text"]#gen_address {
  width: 100%;
  max-width: 500px;
}
.form_box .form_list input[type="text"].inputError {
  background-color: #FFD4D5;
}
.flex_box{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.flex_box .select_label{
  width: 68px;
}
.form_box .form_list textarea{
  width: 100%;
  height: 100px;
}
.form_box .btn.more{
  margin-top: 20px;
  text-align: center;
}
.form_box .btn.more button{
  max-width: 80%;
  width: 100%;
}
.check_list_box{
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #4B6CC6;
}
.check_list_box .h3{
  margin-top: 0;
}
.check_list li{
  margin: 12px 0 0;
  padding: 0 0 14px 25px;
  background: url(../images/icon_list.svg) no-repeat left 5px top 8px;
  border-bottom: 1px solid #bfbfbf;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: center;
}
.btn_list{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  align-items: center;
  justify-content: center;
}
.btn_list .btn button{
  padding: 16px 20px 18px;
  min-width: 200px;
  min-height: 60px;
}
.check_list_box .btn_list{
  margin-top: 20px;
}
@media only screen and (max-width: 768px){
  .btn_list{
    margin-top: 30px;
    gap: 10px 20px;
  }
}
@media only screen and (max-width: 500px){
  .btn_list .btn button{
    padding: 13px 20px 15px;
    min-width: 160px;
    min-height: 54px;
  }
}

/*accordion*/
.accordion{
  /*	padding: 0;*/
  width: calc(100% - 10px);
  max-width: 600px;
  border: 2px solid #7A5FD1;
  border-radius: 3px;
  display: inline-block;
}
.form_box .form_list .accordion{
  margin-left: 10px;
  padding: 0;
}
.accordion .acc_btn{
  width: 100%;
  border-radius: 0;
}
.accordion .acc_btn img{
  margin-top: 1px;
  transition: 0.3s;
}
.accordion .acc_btn.open img{
  transform: rotate(180deg);
}
.accordion .acc_box{
  padding: 12px;
  font-size: 87.5%;
  display: none;
}
.accordion .acc_box img{
  margin-bottom: 4px;
  width: 100%;
  max-width: 340px;
}
.accordion .acc_box p{
  padding-left: 12px;
  position: relative;
}
.accordion .acc_box p::before{
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #7A5FD1;
  border-radius: 50%;
}

/*book_list*/
.book_list{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.book_list > *{
  padding: 20px;
  width: calc(50% - 20px);
  border: 2px solid #7A5FD1;
  display: flex;
  flex-direction: column;
}
.book_list .h2{
  margin-bottom: 4px;
  padding: 1px 0 3px 6px;
  font-size: 100%;
  line-height: 1.5;
  border-left: 5px solid #7A5FD1;
}
.book_list .day{
  padding-bottom: 10px;
  font-size: 125%;
  border-bottom: 1px solid #bfbfbf;
}
.book_list .list{
  margin-top: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbfbf;
  flex-grow: 1;
}
.book_list .list li{
  margin-top: 4px;
  padding-left: 16px;
  position: relative;
}
.book_list .list li::before{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #7A5FD1;
  border-radius: 50%;
}
.book_list .list li span:first-child{
  font-weight: 500;
}
.book_list .list li span:nth-child(2){
  width: 100%;
  font-size: 87.5%;
  display: inline-block;
}
.book_list .btn_list{
  margin-top: 20px;
  gap: 10px 20px;
}
.book_list .btn_list .btn button{
  padding: 13px 13px 15px;
  min-width: 150px;
  min-height: 54px;
}
@media only screen and (max-width: 768px){
  .book_list > *{
    padding: 16px;
    width: 100%;
  }
  .book_list .btn_list{
    margin-top: 16px;
    gap: 10px 15px;
  }
}

/********** 01_ログイン **********/
.login{
  padding: 50px 12px;
  background-color: #EEE6FF;
}
.login + footer{
  margin: 0;
}
.login main{
  padding: 50px 60px;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.login header{
  background: none;
  border: 0;
}
.login h1{
  margin: 0 0 30px;
  padding: 0 10px 20px;
  text-align: center;
  border-bottom: 2px solid #7A5FD1;
}
.login h1 img{
  width: 100%;
  max-width: 525px;
}
.login .note{
  padding: 0 10px;
}
.login .note p{
  margin-top: 14px;
  padding-left: 16px;
  position: relative;
}
.login .note p::before{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #7A5FD1;
  border-radius: 50%;
}
/*ログインフォーム*/
.login form{
  margin: 50px auto 0;
  padding: 10px 0;
  display: flex;
  gap: 20px 80px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.login form::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #7A5FD1;
}
.login form > *{
  width: 100%;
  max-width: 240px;
}
.login form p{
  margin-bottom: 14px;
}
.login form p label{
  margin-bottom: 4px;
  display: block;
}
.login form p input{
  width: 100%;
}
.login form p.btn > *{
  padding: 15px 20px 17px;
  width: 100%;
  font-size: 112.5%;
}
.login form .user_in p.btn{
  margin: 20px 0 0;
}
.login form .user_add p.btn{
  margin: 0 0 20px;
}
.login form .user_add p.link{
  margin: 10px 0 0;
  padding-left: 16px;
  position: relative;
}
.login form .user_add p.link::before{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #7A5FD1;
  border-radius: 50%;
}
@media only screen and (max-width: 768px){
  .login{
    padding: 30px 12px;
  }
  .login main{
    padding: 30px 20px;
  }
  .login h1{
    padding: 0 10px 14px;
  }
  .login .note{
    padding: 0;
  }
  .login .note p{
    margin-top: 10px;
  }
  .login form{
    margin-top: 30px;
    padding: 0;
    flex-direction: column;
  }
  .login form::before{
    content: none;
  }
  .login form > *{
    padding: 0 10px;
    max-width: 320px;
  }
  .login form .user_add{
    padding-top: 20px;
    border-top: 1px solid #7A5FD1;
  }
}

/********** 02_マイページ **********/
.page02 .news{
  margin-top: 20px;
  padding: 5px 18px 6px;
  background-color: #F5F8FF;
  border: 1px solid #4B6CC6;
}
.page02 .news li{
  padding: 6px 0 5px 20px;
  background: url(../images/icon_list.svg) no-repeat left top 13px;
  border-bottom: 1px dashed #4B6CC6;
  position: relative;
}
.page02 .news li:last-child{
  border-bottom: 0;
}
.page02 .news li.btn a{
  padding: 2px 8px 4px;
  font-size: 87.5%;
}
/*menu*/
.page02 .menu .h2{
  margin-bottom: 20px;
  padding: 0 0 2px 8px;
  background: none;
  border-top: 0;
  border-left: 6px solid #4B6CC6;
}
.page02 .menu ul{
  display: flex;
  gap: 20px 2%;
}
.page02 .menu ul li{
  width: 32%;
}
.page02 .menu ul li a{
  padding: 26px 20px 28px;
  font-size: 125%;
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}
.page02 .menu ul li a img{
  width: 135px;
}


/********** 03_マイページ **********/
/*tab*/
.page03 .tab_box{
  padding-top: 20px;
}
.page03 .tab_box .tab_index{
  padding: 0 10px;
  border-bottom: 2px solid #4B6CC6;
  display: flex;
  gap: 10px;
}
.page03 .tab_index li{
  min-width: 100px;
}
.page03 .tab_index li a{
  padding: 8px 14px 10px;
  text-align: center;
  text-decoration: none;
  background-color: #4B6CC6;
  border: 2px solid #4B6CC6;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  display: block;
  position: relative;
}
.page03 .tab_index li.is-active a{
  background-color: #fff;
}
.page03 .tab_index li a::before{
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
  z-index: 10;
}
.page03 .tab_index li.is-active a::before{
  background-color: #fff;
}
.page03 .tab_index li a b{
  color: #fff;
}
.page03 .tab_index li.is-active a b{
  color: #4B6CC6;
}

/*▼▼▼ message ▼▼▼*/
.divError{
  margin-bottom: 10px;
  padding: 15px;
  border: 2px solid #FF0004;
  background-color: #FFD4D5;
}
.half{
    width: calc(50% - 20px);
}
@media only screen and (max-width: 768px){
  .half{
    width: 100%;
  }
}
.halfErrorBlock{
    margin-top:20px; 
    display: flex; 
    flex-wrap: wrap;
    column-gap: 40px;   
}
.rightHalf{
    justify-content: flex-end;
}
.divWarning{
  margin-bottom: 10px;
  padding: 15px;
  background-color: #ffffe0;
  border: 2px #ffd700 solid;
}
.divSuccess{
  margin-bottom: 10px;
  padding: 15px;
  background-color: #e0ffff;
  border: 2px solid #0000ff;
}
.divError p{
  display: flex;
  align-items: center;
}
.divError p img{
  margin-right: 10px;
  width: 30px;
}
.divError ul li,
.divSuccess ul li,
.divWarning ul li{
  margin-bottom: 6px;
  padding-left: 14px;
  position: relative;
}
.divError ul li:last-child,
.divSuccess ul li:last-child,
.divWarning ul li:last-child{
  margin-bottom: 0;
}
.divError ul li::before,
.divSuccess ul li::before,
.divWarning ul li::before{
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
}

.divMarginTop{
  margin-top: 10px;
}
.inputError input[type="text"],
.inputError input[type="password"],
.inputError select,
.inputError textarea,
.radio_check .inputError,
.bgc_error{
  background-color: #FFD4D5;
}
.inputError select{
  border-radius: 2px;
}

/*ログイン画面*/
.login_attention{
  color: #FF0000;
}

/* パスワード表示ボタン */
.toggle-password{
  cursor: pointer;
  color: #999;
  opacity: 55%;
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
}

/*メール認証*/
.form_box .form_list input[type="text"]#email:disabled{
    background: #e9e9e9;
}

/*取り消しボタン*/
button.red{
  color: #fff;
  background: #f66;
  border: 1px solid #ccc;
}

button.red:hover{
  color: #fff;
  background: #f44;
}

.fieldset-margin-10{
  margin-bottom: 10px;
}

b.alert{
  color: #ff0404;
  font-size: 150%;
}