/*---------------------------------------------
*
* 初めての方へ
*　/first-time.html
*
---------------------------------------------*/

.first-time-page #kv-lower-page h2{
  margin-top: 15px;
}

#promise-section {
    overflow: hidden;
    background: linear-gradient(
    to bottom,
    rgba(255, 238, 0, 1) 0%,
    rgba(255, 238, 0, 0.2) 100%
  );
    padding: 10px 0 60px 0;
    position: relative;
}

#promise-section .content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    /* width: 90%; */
    margin: 50px auto;
    /* padding: 80px 5% 40px 5%; */
}

#promise-section .content ul li{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.45);
}

#promise-section .content ul li img{
    width: 100%;
    height: auto;
    display: block;
    margin-top: -15px;
}

#promise-section .content ul li .box img{
    margin: 20px auto;
    height: 65px;
    width: auto;
}

#promise-section .content ul li .text{
    font-size: 15px;
    line-height: 30px;
    padding: 0 22px 20px 22px;
}

#promise-section .content ul li .text strong{
    font-size: 18px;
    color: #FF0000;
    font-weight: bold;
}

#promise-section .content .circle{
    background-color: #fff;
    width: 110vw;
    height: 110vw;
    max-width: 500px;
    max-height: 500px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -0%);
    padding: 15px 0;
}

#promise-section .content .circle img{
    display: block;
    margin: 10px auto;
    width: 30px;
    height: auto;
}

#promise-section .content .circle h4{
    color: #0112FF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

#promise-section .content .circle p{
    font-size: 15px;
    line-height: 30px;
    padding: 0 40px;
    text-align: center;
}

#promise-section .content .circle p strong{
    font-size: 18px;
    font-weight: bold;
}

#item-section {
    background-color: #FFEE00;
    padding: 10px 0 60px 0;
    position: relative;
}

#item-section p{
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 15px 0;
}

#item-section .content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    /* width: 90%; */
    margin: 0 auto;
    padding:20px 0 0 ;
}

#item-section .item-section-item{
    width: calc(100% / 4 - 4px) !important;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}


#item-section .content ul li img{
    width: 100%;
    height: auto;
    display: block;
}

#item-section ul li p{
    font-size: 13px;
    font-feature-settings: "palt";
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
}

#item-section ul li:nth-child(12) p{
    font-size: 11px;
}

#where-section p{
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

#where-section .trade-list{
    padding: 20px 0 80px !important;
}

#where-section .point ul{
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 5px !important;
    padding: 30px 0 !important;
    width: 100% !important;
}

#where-section .point ul li p strong{
    color: #FF006F;
}

#where-section ul li:nth-child(1) .point ul li p strong{
    color: #1500FF;
}

#where-section .point ul li p span{
    font-size: 12px !important;
}

#where-section .point ul li{
    width: 67px !important;
    height: 67px;
    border-radius: 100% !important;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#where-section .point ul li p{
    text-align: center !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    padding: 0 !important;
}

#where-section .content .step p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.2;   /* 行全体の基準 */
  margin: 0;
}

#where-section .content .step strong {
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;     /* 数字自身の余白を切る */
  vertical-align: baseline; /* 明示（デフォルトだが保険） */
  margin: 0 3px;
}

#where-section .content ul:nth-child(1){
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    /* width: 90%; */
    margin: 0 auto;
    /* padding: 80px 0 ; */
}

#where-section .content ul:nth-child(1) li:nth-child(1){
    background-color: #FF3A7F;
}

#where-section .content ul:nth-child(1) li:nth-child(2){
    background-color: #6E3AFF;
}

#where-section .content ul:nth-child(1) li:nth-child(3){
    background-color: #38C82B;
}

#where-section .content ul:nth-child(1) li{
    border-radius: 4px;
    width: 100%;
    padding: 20px 5%;
}

#where-section .content ul:nth-child(1) li h3 img{
    width: 205px;
    margin: -50px auto 0 auto;
}

#where-section .content ul ul{
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#where-section .content ul ul li{
    background-color: #fff !important;
    padding: 0 !important;
}

#where-section .content ul ul li h4{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

#where-section .content ul ul li p{
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    margin: 10px;
    padding-bottom: 15px;
}