@charset "utf-8";

.btn-web.bw2 a {
    background-color: #ff6565;
}
.pc-fix-banner04 {
  display: none; 
}

.pc-fix-banner04.is-active {
  display: block;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 768px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
span {
    font-weight: bold;
}

.center {
    text-align: center;
	max-width:500px;
	margin:auto;
}
    .point {
        width: 100%;
        margin-block: 5rem 2rem;
        padding: var(--s3);
        font-size: 3.2rem;
        font-weight: 700;
        background-color: #71ecc4;
        position: relative;
    }
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 767px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

li {
    word-break: break-all;
}
span {
    font-weight: bold;
}
    .point {
	width: 100%;
    margin-block: 5rem 2rem;
    padding: var(--s3);
    font-size: 2.1rem;
    font-weight: 700;
    background-color: #71ecc4;
    position: relative;
    }

}

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

h2 a, h3 a, h4 a, h5 a, .caption a {
    pointer-events: none !important;
    background-image: none !important;
    text-decoration: none !important;
}
h2 a:after, h3 a:after, h4 a:after, h5 a:after {
    display: none !important;
}
#contents .btn-internal a {
    display: none;
}
#contents .btn-internal.down a {
    display: block;
}
#contents .btn-internal.up a {
    display: block;
}
.blind {
    display: none;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/



}/*////////////////////PC用CSSここまで///////////////////*/



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/



}/*////////////////////SP用CSSここまで///////////////////*/