@charset "UTF-8";
#im-pg {
    width: 1118px;
    padding: 0;
    margin: 0 auto;
}

#im-pg .im-rec {
    width: 800px;
    margin: 80px auto 0;
    line-height: 1.8;
    text-align: center;
    color: #ff5100;
}

#im-pg .im-rec-title {
    font-size: 28px;
    letter-spacing: 0.1em;
    border-top: 8px double #ff5100;
    padding: 40px 0 10px;
}

#im-pg .im-rec-txt {
    font-size: 22px;
    letter-spacing: o.1em;
    border-bottom: 8px double #ff5100;
    padding-bottom: 40px;
    line-height: 2.3;
}

#im-pg .im-box {
    padding-bottom: 28px;
    text-align: center;
    
}

#im-pg .im-title {
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 600;
    margin: 100px auto 18px;
    position: relative;
    display: inline-block;
    padding: 8px 46px 10px 47px;
}

#im-pg .im-title::before,
#im-pg .im-title::after {
    position: absolute;
    width: 15px;
    height: 50px;
    content: '';
}
#im-pg .im-title::before {
    border-left: solid 2px #575757;
    border-top: solid 2px #575757;
    /* border-bottom: solid 2px #575757; */
    top: 0;
    left: 0;
}
#im-pg .im-title::after {
    border-right: solid 2px #575757;
    /* border-top: solid 2px #575757; */
    border-bottom: solid 2px #575757;
    bottom: 0;
    right: 0;
}

#im-pg .im-txt{
    margin: 18px auto 0;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.1em;
}

#im-pg .im-content-title {
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 40px 28px 18px;
    border-left: 8px solid #ff5100;
    padding-left: 10px;
}

#im-pg .txt-s {
    font-size: 18px;
}

#im-pg .im-content-box {
    display: flex;
    justify-content: space-between;
    padding: 28px 40px;
    border-radius: 10px;
    line-height: 2;
    background: #f5f2ed;
}

#im-pg .im-content-txt {
    width: 60%;
    font-size: 16px;
}

#im-pg .im-content-box img {
    width: 40%;
    height: 40%;
    margin-left: 50px;
}

#im-pg .im-content-box2 {
    padding: 28px 40px;
    border-radius: 10px;
    line-height: 2;
    background: #f5f2ed;
}

#im-pg .im-content-txt2 {
    font-size: 16px;
}

#im-pg-sp .attn {
    font-size: 14px;
}

