
@charset 'UTF-8';

/*is_agreement*/


  .is_agreement ul{
    margin-bottom: 10px;
  }
  .agreement li,
  .phote_edit_inner li{
    margin-left:15px;
  }

h4:before
{
  content:"◆";
}


.rookie_inner ul {
    margin-bottom: 10px;
    font-size: 16px;
    padding: 1vw;
}

.application_txt p,
.handicap_text p{
  margin: 0!important;
}

/* SP版 */
@media screen and (max-width:992px){
  .agreement{
    margin-bottom: 10px;
  }
  .rookie_inner h4{
    padding: 10px;
    font-weight: bold;
    font-size: 1.4rem;
  }

  .rookie_inner ul{
    padding: 10px;
  }
  .title_label {
    font-size: 1.2rem;
    margin-left: 10px!important;
    padding-left: 45px!important;
    line-height: 40px;
    background: url(../images/guide/tit_icn.png) no-repeat;
}
  .emphasis_char{
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .emphasis_char2{
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
  }
  .w_circle li:before{
    content:"◆";
    font-size: 16px;
  }
  .w_circle li{
    text-align: left;
    margin-left: 0px;
  }
  .line_image {
    margin-bottom: 10px;
    background: url(../images/guide/line_dot.png)repeat-x bottom;
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
  .phote_edit_inner h4{
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .handicap_text {
    text-align: center;
    font-weight: 600;
  }
  .handicap_inner h4{
    padding-left: 10px;
  }
  .guide-question-title{
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .frequently_q{
    text-align: center;
    font-weight: 600;
  }
  .frequently_q ul{
    padding-left:0px;
  }
  .application_txt{
    text-align: center;
    font-weight: 600;
  }

}
  /* PC版 */
  @media screen and (min-width:992px){
    .agreement{
      margin-bottom: 5rem !important;
    }
    .rookie_inner h4{
      background: #9bd3ff;
      padding: 10px;
      font-weight: bold;
      font-size: 1.4rem;
  }

    section .rookie_in_box{
        display: flex;
        flex-wrap: wrap;
        gap: 0px 21px;
        justify-content: center;
    }
    .rookie_inner {
        width: 48%;
        /* padding: 3vw; */
        display: block;
        border: solid 8px #9bd3ff;
        margin-bottom: 20px;
    }
    .pc-w-96{
        width: 98.2%!important;
    }
    .title_label {
      background-color: #C2B288 !important;
      text-align: left;
      color: white !important;
      padding: 12px 0 12px 24px!important;
      margin-bottom: 10px !important;
      font-size: 1.2rem;
  }
  .emphasis_char{
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
  }
  .emphasis_char2{
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 40px;
    
  }
  .w_circle li:before{
    content:"◆";
    font-size: 16px;
  }
  .w_circle li{
    margin-left: 0px;
    padding:0 1vw 0 1vw;
  }
  .w_circle{
   background-color: white;
   padding-top: 1rem !important;
   padding-bottom: 1rem !important;
  }
  .caution_box{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .phote_edit_inner{
    margin-bottom: 1rem;
  }
  .phote_edit_inner h4{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .guide-question-title{
    margin: 0!important;
    font-size: 2vw!important;
    padding-top: 7vh!important;
    font-weight: 400!important;
  }
  .guide-question-title::before {
    display: none; /* または display: none; */
  }
  .frequently_q{
    flex-wrap: wrap !important;
    display: flex !important;
  }
  .frequently_q ul{ 
    width: 50%;
  }
  .frequently_q .ul_tit{ 
    width: 45%;
  }
  .application_title{
    margin-bottom: 3rem;
  }
    
}
  