@charset "UTF-8";
/* 2028/08/28
 * ========================================================================== */
.desired_title {
    width: 100%;
    text-align: center;
    background: #C16F51;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 20px;
}
.desired_title02 {
    width: 100%;
    text-align: center;
    background: #C16F51;
    color: #fff;
    font-size: 22px;
    margin-bottom: 29px;
    padding: 12px;
}
.c-col2__flexWrap {
    border-bottom: 1px solid #000;
    padding-bottom: 52px;
    margin-bottom: 70px;
}
.desired_title02 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
.desired_info {
    margin-bottom: 30px;
}
.desired_link {
  width: 385px;
  margin: 0 auto;
}
.desired_box {

}
.p-guidelines.desired_box > * {
    width: calc((99.9% - 30px) / 2);
    margin-right: 30px;
}
.p-guidelines.p-guidelines > *:nth-child(2n) {
    margin-right: 0;
}
.p-guidelines.p-guidelines > *:last-child {
    margin-right: 0;
}
.desired_box .p-guidelines__block {
    padding: 18px 18px;
    margin-bottom: 20px;
}
.desired_box .desired_box_info {
  margin-bottom: 20px;
}
.desired_box .c-LinkButton {
  height: auto;
 }

/*上書き*/
.c-guidelines__button {
  width: 385px;
}

@media screen and (max-width: 767px) {
    .desired_title {
        font-size: 20px;
        padding: 8px;
    }
    .desired_title02 {
        font-size: 20px;
        margin-bottom: 17px;
        padding: 6px;
    }
    .c-col2__flexWrap {
        padding-bottom: 36px;
        margin-bottom: 50px;
    }
    .desired_link {
      width: auto;
      margin-bottom: 30px;
    }
    .desired_box .p-guidelines__block {
        margin-bottom: 0;
    }
    .p-guidelines.desired_box > * {
        width: 100%;
        margin-right: 0;
    }
    .c-guidelines__button {
      width: 100%;
    }
}


.desired_main {
    max-width: 640px;
    margin: 0 auto;
}
.desired_main .desired_box {
    width: 640px;
    color: #fff;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.desired_main .desired_box.center {
    text-align: center;
}
.desired_main .desired_box.red {
    background: #E1453C;
}
.desired_main .desired_box.gray {
    background: #F1F1F1;
    color: #000;
}
.desired_main .desired_box.green {
    max-width: 480px;
    background: #005B47;
    margin: 0 auto;
}
.desired_main .desired_box_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 20px;
}
.desired_main .desired_box .desired_link {}
.desired_main .desired_box .desired_link .c-LinkButton:not(:last-of-type) {
    margin-bottom: 20px;
}
.desired_main .desired_box_percent {
    line-height: 1.25;
    font-weight: 700;
    font-size: 75px;
}
.desired_main .desired_box_percent small {
    font-size: 40px;
}
.desired_main .desired_box_percent span {
    font-weight: 400;
    font-size: 36px;
    
}
.desired_main .disired_txt_right {
    text-align: right;
}
.desired_main .disired_txt_right.green {
    max-width: 480px;
    margin: 0 auto;
    text-align: right;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 17px;
}
.desired_main .desired_text span {
    font-weight: 700;
}
.desired_main .desired_text + .desired_attention {
    margin-top: -30px;
}
.desired_main .desired_box.gray .desired_box_title {
    margin-bottom: 10px;
}
.desired_text.left p {
    display: inline-block;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .desired_main {
        margin: 0 -20px;
    }
    .desired_main .desired_box {
        width: 100%;
        margin-top: 50px;
        padding-top: 35px;
        padding-bottom: 17px;
    }
    .desired_main .desired_main {
        max-width: unset;
        width: 100%;
    }
    .desired_main .desired_box_title {
        font-size: 17px;
    }
    .desired_main .desired_box .desired_link {
        width: 90%;
    }
    .desired_main .desired_box.gray .desired_text {
        font-size: 12px;
        padding: 0 15px;
    }
    .desired_main .desired_box.gray .desired_link {
        margin-bottom: 14px;
    }
}