/* ----------------------------
   header
----------------------------*/
.header_sp {
  position: relative !important;
}
.logo_only_wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.hamburger {
  display: none !important;
}
.fade-in, #scrollArea, .header__top, .header__bottom--navi, .header_display_none {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .header {
    position: relative !important;
    padding-bottom: 0 !important;

    margin: 0 auto !important;
    height: auto !important;
  }
  .fade-in, #scrollArea, .header__top, .header__bottom--navi, .header_display_none {
    display: none !important;
  }
  .header__bottom--logo {
    text-align: center !important;
    display: inline !important;
    margin: 0 auto !important;
  }
  .logo_only_wrapper {
    width: 1000px;
    height: auto;
    margin: 0 auto;
  }
}
dd {
	margin-left: 0px!important;
}
/* --------------------------
   step_bar
----------------------------*/
#step_bar_box {
  text-align: center;
  overflow: hidden;
  margin: 10px 0;
  width: 100%;
}
ol.step_bar {
  list-style: none;
  width: 100%;
  margin: 0;
  padding-left: 0px;
}
.step_bar li {
  font-size: 0.8rem;
  line-height: 46px;
  width: calc(33.333% - 4px);
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding: 0 15px 0 35px;
  background: #eee;
  display: inline-block;
}
.step_bar li::after {
  position: relative;
  display: block;
  margin-top: -25px;
  margin-left: auto;
  margin-right: -25px;
  height: 22px;
  width: 20px;
  content: " ";
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  background: #eee;
  border-right: 5px solid white;
}
.step_bar li::before {
  float: right;
  display: block;
  margin-bottom: -25px;
  margin-left: auto;
  margin-right: -25px;
  height: 21px;
  width: 20px;
  content: " ";
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
  background: #eee;
  border-right: 5px solid white;
}
.step_bar li:first-child {
  padding-left: 20px;
}
.step_bar li:last-child {
  padding-left: 35px;
  padding-right: 40px;
}
.step_bar li:last-child::before {
  border: 0;
  background: transparent !important;
}
.step_bar li:last-child::after {
  border: 0;
  background: transparent !important;
}
.step_bar li.current {
  background: #cc0202;
  color: #fff;
}
.step_bar li.current::before {
  background: #cc0202;
}
.step_bar li.current::after {
  background: #cc0202;
}
.step_bar li.current:last-child {

}
.step_bar li.current:last-child::before {
  border: 0;
  background: transparent !important;
}
.step_bar li.current:last-child::after {
  border: 0;
  background: transparent !important;
}
.fistStep dd {
  width: 98%;
  margin:0px 0px 10px 0px;
}
@media screen and (min-width: 768px) {
  .step_bar li {
    font-size: 1.2rem;
  }
  dl.fistStep dd {
    margin-bottom: 0rem;
  }
  dl.fistStep {
    display: flex !important;
    flex-wrap: nowrap;
  }
  dl.fistStep dd {
    width: 32%;
    margin: 0px 1%;
  }
}
/* ----------------------------
  ログイン目
----------------------------*/
.toggle-pass {
 position:absolute;
    top:50%;
    right: 10px;
    transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .toggle-pass {
 position:absolute;
    top:50%;
    right: 10px;
    transform: translateY(-50%);
	}
}
/* ----------------------------
  当選
----------------------------*/
.tosen__wrapper {
  padding: 15px;
  background-color: #f9f9f9;
  margin-bottom: 0;
}
/* ----------------------------
  購入日数の選択
----------------------------*/
.lines-on-sides {
  font-weight: bold;
font-size: 1.5rem;
  color: #FFAA2C;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
}
.lines-on-sides::before, .lines-on-sides::after {
  background-color: #FFAA2C; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 2px; /* 横線の高さ */
}
.lines-on-sides::before {
  margin-right: 15px; /* 文字との余白 */
}
.lines-on-sides::after {
  margin-left: 15px; /* 文字との余白 */
}
.course__name {
  font-size: 1rem;
}
.course__price__en {
  font-size: 0.5rem;
}
.course__price__off {
  font-size: 0.5rem;
  padding-top: 10px;
  /* border-radius: 200px; */
  text-align: center;
  line-height: 120%;
  font-weight: bold;
  /* vertical-align: middle; */
  padding: 3px;
  background-color: #ffff00;
  color: #000;
  box-shadow: none;
  position: absolute;
  margin-bottom: 5px;
  right: 5px;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .lines-on-sides {
    font-size: 1.5rem;
  }
  .course__price__en {
    font-size: 1rem;
  }
  .course__name {
    font-size: 1.5rem;
  }
}
/* ----------------------------
  配信日の選択
----------------------------*/
sup {
  word-wrap: break-word;
  font-size: 60%;
}
/* ----------------------------
  配信日の選択
----------------------------*/
.course__name {
  font-size: 1.5rem;
}
/* ----------------------------
   共通
----------------------------*/
.text07 {
  font-size: 0.8rem;
  line-height: 1rem;
}
.select__pref {
  margin: 1rem 0;
  padding: 1rem;
}
.coursebutton {
  display: none;
}
.coursebutton + label {
  transition: all 0.3s;
  position: relative;
  border: 3px solid #ddd;
  border-radius: 10px;
  padding: 25px 12px 12px 12px;
  width: 100%;
  height: 100%;
  margin: 0 1% !important;
  float: left;
  display: inline-block;
  /* margin-left: 0rem; */
  /* margin-right: 0rem; */
  margin-bottom: 0 !important;
  vertical-align: baseline;
  padding-bottom: 50px;
}
.coursebutton:checked + label {
  border: 3px solid #cc0202;
  background-color: #fffafa;
}
.coursebutton + label:after {
  content: "";
  height: 30px;
  width: 30px;
  background: white;
  border: 3px solid #ddd;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.coursebutton.button_disabled + label:after {
  display: none;
}
.coursebutton + label:after {
  content: "";
  height: 30px;
  width: 30px;
  background: white;
  border: 3px solid #ddd;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.coursebutton:checked + label:after {
  background: #cc0202;
}
.coursebutton.paybutton + label:after {
  content: "";
  height: 30px;
  width: 30px;
  background: white;
  border: 3px solid #ddd;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 15px);
  left: 20px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.coursebutton.paybutton:checked + label:after {
  background: #cc0202;
}
dl.howtopay {
  flex-wrap: unset;
  display: block !important;
  margin-bottom: 10px;
}
.howtopay input[type=radio] + label {
  margin-bottom: 10px !important;
}
.howtopay dd.clearfix {
  width: 100%;
}
.howtopay input[type=radio] + label {
  margin-bottom: 10px !important;
  padding-left: 80px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  /* width: 95%; */
  /* margin: 0 auto!important; */
  padding: 12px 12px 12px 40px;
}
.pay-left {
display: none;
	
}
.pay-right {
  width: 100%;
	font-size: 1.5rem;
	line-height: 1.2rem;
}
@media screen and (min-width: 768px) {
  .coursebutton.paybutton + label:after {
    left: 40px;
  }
  .howtopay input[type=radio] + label {
    padding: 12px 12px 12px 80px;
  }
  .pay-right {
    font-size: 1rem;
  }
	.pay-left {
  width: 36%;
  height: 100%;
display: initial;
		float: left;
}
.pay-right {
  width: 63%;
  float: left;
  margin-left: 1%;
	font-size: 1.5rem;
	}
}

