@import url("default.css");

TH{
  padding-bottom: 8px;
}
#wrapper ul {
  list-style:  none;  
  margin:  0; 
  padding: 0; 
  text-align: left;
  font-size: 15px;
  line-height: 26px;
}
textarea {
  field-sizing: content;
  width: 400px;
  min-height: min-content;
  line-height: 20px;
  resize: none;
  padding: 8px;
  border-radius: 8px;
  height: 220px;
}
.count_num {
    font-size: 13px;
    color: #72787A;
    width: 100%;
    max-width: 400px;
    text-align: right;
    margin: 0;
}
.field-notice {
    display: flex;
    gap: 8px;
}
.field-warning {
    font-size: 13px;
    color: red;
    font-weight: bold;
    width: 100%;
}
#wrapper ul li{
  margin-bottom: 16px;
}
#wrapper ul li.dot:before {
  content:  "";             
  width:  10px;             
  height:  10px;            
  display:  inline-block;   
  background-color: #1f2121;
  border-radius:  50%;      
  position:  relative;      
  top: -1px;                
  margin-right: 5px;        
}
.prime_btn{
  max-width:400px;
  width: 100%;
}
.col_white {
    color: #fff;
}
.u-pb12 {
    padding-bottom: 12px !important;
}
.u-pt12 {
    padding-top: 12px !important;
}
button{
  cursor: pointer;
}
.bg_red {
    background: #E34C4C;
}
.bg_black {
    background: #1f2121;
}
.b_radius {
    border-radius: 50px;
}
.btn_shadow {
    box-shadow: 4px 4px 0 0 #E6E6E6;
}
.u-ta-c2{text-align:center;}
.mlmz_banner{
  width: 100%;
}
.u-mt16{margin-top:16px;}
#mlmz_guide_group {
  width: 670px;
  margin: 0 auto;
}
.contents_box2{
  width: 640px;
  margin: 16px auto;
  background: #F2F5F5;
  padding: 20px;
  box-sizing: border-box;
}
.contents_box img{
  width:600px;
  margin-bottom: 4px;
}
.cam_title{
  background: #FBE3E4;
  padding: 16px 0;
  margin-bottom:28px;
  font-size:20px;
}
#mlmz_guide_group .section_bdy{
  width:670px;
  border-radius: 0;
  margin:0 auto;
}
#mlmz_guide_group .section_bdy_inner{
  width:calc(100% - 40px);
  margin:0 auto;
  padding: 40px 0;
}

#mlmz_guide_group P.caption_title{
  font-size: 22px;
  line-height:26px;
  padding: 16px 20px;
  background: #FBE3E4;
  text-align: center;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif !important;
  border-radius:16px;
}
#mlmz_guide_group P.caption_title2{
  font-size: 18px;
  line-height:26px;
  padding: 16px 20px;
  text-align: center;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif !important;
  border-radius:16px;
  border:1px solid #1f2121;
}

.plain_txt{
  font-size: 16px;
  line-height:26px;
  padding: 16px 20px;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif !important;
}
#mlmz_guide_group .caption_title2 .pre_white{
  background: #E6ADF7;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  padding-top: 15px;
  border: dashed 2px white;
  box-shadow: 0px 0px 0px 5px #E6ADF7;
  display: inline-block;
}
.icon_present {
  background: url(../image/present/hoshihitomi202310/present_white.svg) no-repeat left center/20px 20px;
  width: 20px;
  height: 20px;
}
.tokuten_title{font-size:22px;}
.tokuten{margin-top:80px;}
#mlmz_guide_group a {
  text-decoration: underline;
}
#main_wrapper P.caption{
  margin: 20px auto 40px;
  font-size: 15px;
  text-align: left;
  line-height: 22px;
}
.fs11 { font-size:11px;}
.fs13 { font-size:13px;}
.fs15 { font-size:15px;}
.fs18 { font-size:18px;}
.fw700{ font-weight: 700;}
.u-mb8{margin-bottom:8px;}
.u-mb0{margin-bottom:0px!important;}
.u-mt40{margin-top:40px;}
[class^="w440"] {
  margin: 20px auto;
  border-radius: 8px;
  box-sizing: border-box;
  background: #F5EBFF;
  border-radius:8px;
  padding:16px;
}
.tokuten_title{
  text-align:center;
  margin-top:20px;
}
.detail_txt1{
  width: 600px;
  font-size: 15px;
  line-height: 21px;
  margin: 0px auto 40px;
  padding: 20px;
  border: 2px solid #DB8DFC;
  border-radius: 10px;
}
.detail_txt2{
  font-size: 15px;
  line-height: 21px;
  margin: 0px auto 40px;
  padding: 20px;
}
.copy_box{
  width: 400px;
  margin: 24px auto 8px;
}
.copy_box [class^="oc_text"] {
  padding: 12px 16px;
  border: 1px solid #E9E9E9;
  border-radius: 8px 8px 0 0;
  scrollbar-color: #E9E9E9 #fff;
  scrollbar-width: thin;
  max-height: 8vh;
}
[class^="oc_button"] {
  cursor: pointer;
  background: #E9E9E9;
  border-radius: 0 0 8px 8px;
  text-align: center;
  height: 28px;
}
.icon_left{
  width:107px;
  float:left;
}
.menu_right{
  float:right;
  width:calc(100% - 127px);
}
/*.w440_blue {
  border: 5px solid rgba(135, 206, 260, 0.8);
}
.w440_pink {
  border: 5px solid rgba(255, 153, 187, 0.5);
}*/
.u-p16 {
  padding: 16px;
}
/*--------------------*
#header
*--------------------*/
#statusnavi{
    height:39px;
}
#statusnavi P{
    font-size:1.3em;
    color:#ffffff;
    padding-top:10px;
}
#statusnavi STRONG{
    color:#FEFB92;
}
/*--------------------*
#main_wrapper
*--------------------*/
#main_wrapper{
    padding:20px 0 15px;
    transform: rotate(0.001deg);

}
#main_wrapper H3{
    height:55px;
    margin-bottom:10px;
}
#main_wrapper H4{
    /*height:33px;
  margin-bottom:10px;
  padding:6px 0 0 0;
  font-size:1.3em;
  margin-left: 10px;
  background-color: #ffe2e2;
  border-radius: 5px;
  text-align: center;*/

    background: #F8F8F8;
    border-bottom: 2px solid rgb(255, 124, 111);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
    box-sizing: border-box;
    color: #1B73BA;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 20px 10px;
    padding:6px 0 0 0;
}

#main_wrapper .red{
    color:#ff0000;
}
#main_wrapper P.text{
    margin:0 auto;
    font-size:1.1em;
}
#main_wrapper .article_bdy{
    margin:0 auto 20px;
}
#main_wrapper .detail_txt{
    width:760px;
    margin:0 auto 10px;
}
#main_wrapper .gototop{
    text-align:right;
}
#main_wrapper .gototop A{color:#302E1F;}
#main_wrapper .red_b{
    color:#ff0000;
    font-weight:bold;
}
#main_wrapper .blue_b{
    color:#0000ff;
    font-weight:bold;
}
.oubo_btn{
  background:#1F2121;
  color:#fff;
  width:335px;
  border-radius:30px;
}
#mlmz_guide_group #group9 TABLE{
    width: 560px;
    margin:0 auto;
    text-align:center;
    padding: 0 0 15px ;
}
#mlmz_guide_group #group10 TABLE{
  width: 560px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #1f2121;
  border-radius: 16px;
  padding: 16px;
}
#mlmz_guide_group TH{
    width:70%;
    font-weight:normal;
}
#mlmz_guide_group TD{
    font-weight:normal;
}
#mlmz_guide_group .line{
    width:800px;
    margin:10px auto;
    border-bottom:2px dotted rgb(171, 71, 145);
}
#mlmz_guide_group .mailmaga_btn A{
    font-size:1.5em;
    color: #000000;
    text-decoration: none;
}
#mlmz_guide_group UL{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#mlmz_guide_group .article_hdr UL LI .icon {
    float: left;
    width: 170px;
    margin-right: 10px;
    vertical-align: top;
}
#mlmz_guide_group .article_hdr UL LI .menu_title {
    float: left;
    width: 580px;
}
#mlmz_guide_group .menu_caption{
    color: #586365;
    margin: 0 0 5px 15px;
    font-size: 0.9em;
}

#mlmz_guide_group .menu_title A{
    margin-bottom: 5px;
    font-size: 1.0em;
    color: #586365;
}
#mlmz_guide_group .menu_title h4{
    color: #8F142C;
}
#mlmz_guide_group .del_price{
    margin: 0 0 5px 15px;
    text-align: right;
    font-size: large;
    color: red;
}
#mlmz_guide_group .price_info{
    margin: 20px 10px 10px;
    text-align: right;
}
#mlmz_guide_group .article_hdr UL LI:first-child {
    border: none;
}
#mlmz_guide_group .no_link{
    margin-bottom: 5px;
    font-size: 1em;
    color: #D40E05;
}
#mlmz_guide_group P.term_attention{
    width:800px;
    margin:0 auto 20px;
    font-size:0.9em;
    text-align:right;
}
#mlmz_guide_group P.attention{
    font-size: 0.7em;
    color: black;
    padding-left: 20pt;}
.close div {
    width: 680px;
    margin: -15px auto 10px;
    padding: 25px;
    border: double #987B39;
    background-color: #fdeacc;
}
.close p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5em;
    color: #000;
}
.close_cap{
    text-align:center;
    padding: 10px 0 10px;
}
.close_cap.complete{
    color: #fff;
}
.credit{
    height: 40px;
    padding-left: 20px;
}
#mlmz_guide_group .article_hdr H2 {
  padding: 0.5em;
  background: rgba(237, 204, 188, 0.3) ;
  border-left: solid 5px #EDCCBC;
  font-size: 20px;
  box-sizing: border-box;
}
#group9 img.rec_con {
    width:385px;
    padding: 0 0 10px 10px;
}
#main_wrapper .bg_outer .detail_txt P{
  display: table-cell;
  vertical-align: middle;
  height: 340px;
  font-size: 1.5em;
  text-shadow: 1px 0px 1px #fff,-1px 0px 1px #fff, 0px -1px 1px #fff,-1px 0px 1px #fff, -1px 1px 1px #fff,1px 1px 1px #fff, -1px -1px 1px #fff,1px -1px 1px #fff, 2px 0px 2px #fff,-2px 0px 2px #fff, 0px -2px 2px #fff,-2px 0px 2px #fff, -2px 2px 2px #fff,2px 2px 2px #fff, -2px -2px 2px #fff,2px -2px 2px #fff;
}

#group9 .detail_text {
  font-size: 16px;
}
#group9 .detail_main {
  margin: 20px 0 0 0;
}
#group9 .detail_main_inner {
}
#group9 .detail_sub {
  margin: 5px 0 10px 0;
  line-height: 1.6;
}
#group9 UL {
  list-style-type: disc;
  width: 90%;
  margin: 0 auto;
}
#group9 OL {
    list-style-type: decimal;
}
#c-form__table {
    width: 100%;
}
#c-form__table table {
    border-collapse: collapse;
    border-spacing: 0;
}
#c-form__table th {
    width: 100%;
    position: relative;
    display: table-cell;
    font-weight: 400;
    text-align: left;
    font-size: 18px;
}
.form_label{
      margin-bottom: 8px;
}
.c-form input[type=radio]:checked+label::after {
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #B49A2E;
  border-radius: 8px;
}
#c-form__table .c-form__reqiured {
    top: 50%;
    vertical-align: middle;
    right: 16px;
    margin-top: -11px;
    position: static;
    margin-left: 16px;
}
#c-form__table .c-form__reqiured {
    background: #1F2121;
    font-size: 10px;
    color: #fff;
    padding: 2px 8px;
    margin: 0 4px;
    vertical-align: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
[id^="thumbnail"] img{
  width:240px;
  height:auto;
}
#errorRight,
#errorLeft{
  color:red;
}
button#submitButton:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
#c-form__table td {
  padding: 8px 12px;
  display: block;
  text-align: left;
  font-size: 16px;
}
#c-form__table input[type=radio] {
  display: none;
}
.c-form input[type=radio]+label{
  font-size: 18px;
}
#c-form__table input[type="text"], #c-form__table select, textarea {
    background: #fff;
    display: block;
    border: 1px solid #8f8f8f;
    padding: 8px 16px;
    width: 100%;
    -webkit-appearance: none;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10pt;
}
#c-form__table .u-fc-red {
    color: #f24b4b !important;
    font-size: 12pt;
}
#c-form__table button {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    
}
#c-form__table .u-w-quarter {
    width: 25% !important;
    margin: 0 2% 0 0;
}
#c-form__table .u-d-i {
    display: inline !important;
}
#group9 .detail_center {
font-size: 1.3em;
    margin: 0 0 20px 0;
    line-height: 1.6;
    text-align: center;
    vertical-align: unset;
}
#c-form__table P.message_title {
    font-size: 0.8em;
}
#c-form__table P.message_attention {
    font-size: 0.7em;
}

.light_underline {
  background: linear-gradient(transparent 70%, rgba(244, 222, 39, 0.5) 50%);
}