.slide_menus .box_prime{
/*  top: 0;
  left: 0;
  */
}
.slide_menus .box_under{
  padding:8px 12px 12px;
}
.col_4B93B1{
  color:#4B93B1;
}
.slide_menus{
  padding-top: 10px;
}
.top h2.recommend_no_link,
.top h2.recommend_on{
  margin:20px 0 10px 0;
}
.slide_menus .contents_list{
  width:200px;
  margin-right: 16px;
  margin-left: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
.slide_menus .contents_list a{
  text-decoration: none;
}

.slide_menus .contents_list img{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.waku{
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.slide_menus .box3{
  position: absolute;
  right: 12px;
  top: 105px;
  z-index: 1;
}
.mood_banner{
  width: calc(100% - 55px);
  margin: 32px auto 40px;
  max-width: 500px;
  position: relative;
}
.mood_banner .box_prime{
  background: #1f2121;
}
.waku .box2 {
  min-height: 54px;
}
h2.recommend_on ::after {
  content: url(../../image/moon/bc_arrow.svg);
  width: 7px;
  height: 10px;
  position: absolute;
  right: 10px;
}
h2.recommend_on a {
  display: block;
  font-size:14px;
}
.fs14 {
  font-size: 14px;
}

.lh20 {
  line-height: 20px;
}
#customize_button {
}

#customize_wrapper {
  display: none;
  z-index:501;
}

#customize_inside {
  text-align: center;
  width:calc(100% - 40px);	
  max-width: 300px;
  background: white;
  padding: 20px;
  position: relative;
  border-radius: 16px;
  border: 1px solid;
  position: absolute;
  top: 35px;
  left: 0px;
  z-index: 501;
}
#customize_message {
  display: flex;
  gap: 8px;
}
#customize_message P{
  text-align:left;
}
#customize_message a {
  background: purple;
  color: white;
  text-decoration: none;
  padding: 6px 10px;
}

#customize_close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  width:8px;
  height:8px;
}

    .icon_question{
      width: 14px;
      height: 14px;
      display: inline-block;
      padding-left: 4px;
    }
    .icon_question img{
      vertical-align: top;
    }
    .uranai_customize{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      max-width: 330px;
      margin: 0 auto 24px;
      position:relative;
    }

    .change_icon{
      width: 48px;
      height:28px;
      padding: 6px 12px 6px 12px;
      border-radius: 20px ;
      background: rgba(75, 147, 177, 1);
      box-sizing: border-box;
      color:#fff;
    }

.uranai_customize input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #1f2121;
  border-radius: 50%;
  vertical-align: bottom;
  margin: 4px 4px 0 4px;
}

.uranai_customize input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4B93B1;
  content: '';
}
.dummy_radio{
  border: 1px solid #767676;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  margin: 4px 4px 0 4px;
  vertical-align: bottom;
  background: #fff;
}

