@charset "UTF-8";

#jiko_ttl + .contents_box01 .inner_item_txt h2 span {
    color: #F47D2D;
}
#jiko_ttl + .contents_box01 .inner_item_txt p {
    position: relative;
    background: #F47D2D;
    color: #fff;
    font-weight: 900;
    font-size: 4rem;
}
#jiko_ttl + .contents_box01 .inner_item_txt p::after {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 75px 0 75px;
    border-color: #f47d2d transparent transparent transparent;
}
@media screen and (max-width: 768px) {
#jiko_ttl + .contents_box01 .inner_item_txt p {
    font-size: 3rem;
}
}




.jiko_content {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.jiko_content:nth-child(n + 2) {
    margin-top: 4rem;
}
.jiko_content_number {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: radial-gradient( circle 100px at center, #FFF874 0%, #FFE661 50%, #F47D2D 100% );
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.jiko_content_number p {
    margin-bottom: 0;
    color: #fff;
    text-shadow:
           1px 1px 0px #553631, -1px -1px 0px #553631,
          -1px 1px 0px #553631,  1px -1px 0px #553631,
           1px 0px 0px #553631, -1px  0px 0px #553631,
           0px 1px 0px #553631,  0px -1px 0px #553631;
}
.jiko_content_number p:nth-last-of-type(1) {
    font-size: 5rem;
    line-height: 1;
    text-shadow:
           2px 2px 0px #553631, -2px -2px 0px #553631,
          -2px 2px 0px #553631,  2px -2px 0px #553631,
           2px 0px 0px #553631, -2px  0px 0px #553631,
           0px 2px 0px #553631,  0px -2px 0px #553631;
}
.jiko_content_textarea {
    width: calc(100% - 130px);
    padding-left: 2rem;
}
.jiko_content_ttl {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 700
    padding-left: 1rem;
}
.jiko_content_ttl span {
    color: #F66;
}
.jiko_content_text {
    line-height: 1.2;
    border-top: 3px dotted;
    margin-top: 1rem;
    padding: 1rem;
}
.jiko_content_text span {
    color: #F66;
}
@media screen and (max-width: 600px) {
.jiko_content_number {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient( circle 75px at center, #FFF874 0%, #FFE661 50%, #F47D2D 100% );
}
.jiko_content_number p:nth-last-of-type(1) {
    font-size: 3rem;
}
.jiko_content_textarea {
    width: calc(100% - 100px);
    padding-left: 1rem;
}
.jiko_content_ttl {
    font-size: 2rem;
}
}