@charset "utf-8";

.wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
#information-container .header {
    padding-top: 55px;
    margin-bottom: 100px;
}
#information-container .header-img {
    width: 500px;
    margin: 0 auto 76px 0;
}
#information-container .breadcrumb a {
    color: #5D5041;
}
#information-container .content {
    padding: 0 30px;
}
#information-container .title {
    margin-bottom: 50px;
    padding-left: 10px;
}
#information-container .title-text {
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
#information-container .title-text::before {
    content: "";
    background-image: url(/common/images/circle04.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: -40px;
    z-index: -1;
}
#information-container .des {
    margin-bottom: 125px;
}
#information-container .des p {
    margin: 30px 0 0 0;
}
#information-container .text-bold {
    font-weight: 800;
}
.text-font-heavy {
    font-family: Ryo Gothic PlusN Heavy;
}
#information-container .des .link__id{
    margin: 0px 0 18px 0 ;
    word-wrap: break-word;
}
#information-container .des .link_br{
    display: none;
}
#information-container .des a {
    color: #53BBEC;
}
#information-container .des .rule{
    position: relative;
    width: 50%;
}
#information-container .br__sp{
    display: none;
}
.text-link-break {
    word-break: break-all;
}
.rule__sp320{
    display: none;
}
.des-paragraph {
    letter-spacing: 0;
}
@media only screen and (max-width: 991px) { 
    .wrap {
        max-width: 100%;
    }
    #information-container .header {
        padding-top: 25.15px;
        margin-bottom: 40px;
    }
    #information-container .header-img {
        margin: 0 auto 39px 0;
    }
    #information-container .content {
        padding: 0;
    }
    #information-container .title {
        padding-left: 20px;
        margin-bottom: 40px;
    }
    #information-container .title-text {
        font-family: fot-tsukuardgothic-std, sans-serif;
    }
    #information-container .des .rule{
        width: 100%;
    }
    #information-container .title-text::before {
        width: 38px;
        height: 38px;
        top: -14px;
        left: -19px;
    }
    #information-container .des p {
        margin: 30px 0 0 0;
    }
    #information-container .des {
        margin-bottom: 75px;
    }
    .br__sp{
        display: block !important;
    }
}
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    #information-container .header-img {
        width: 500px;
    }
}
@media only screen and (max-width: 768px) {
    .sp-none {
        display: none;
    }
    #information-container .header-img {
        width: 270px;
    }
    .marble_logo_d{
        display: none;
    }
}
/* @media only screen and (max-width: 426px) { 
    .sp-none {
        display: none;
    }
} */
@media only screen and (max-width: 414px) { 
    #information-container .des .link_br{
        display: block;
    }
    #information-container .des .rule{
        margin: 0 auto;
    }
}
@media only screen and (max-width: 320px) { 
    #information-container .br__sp{
        display: block;
    }
    .rule__sp320{
        display: block;
    }
    .rule{
        display: none;
    }
}
