<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* --------------------------------------------------
 *  ä¸‹å±¤å…±é€š
 * -------------------------------------------------- */
.title{
    background-color: #FFE401;
    color:#F15A24;
    text-align: center;
    padding: 30px 0 40px 0;
    margin-bottom: 20px
 }

 .title h2{
    color: #4D4D4D;
    font-size: 5.0rem;
    text-align: center;
    margin: 0;
}

.title h2::first-letter {
    color: #f75c1c;
}

.page-header h3{
    text-align: center;
    line-height: inherit
}

.page-header h3:after{
    border-bottom:4px solid #F15A24;
    content: "";
    display: block;
    padding-top: 15px;
    margin: auto;
    width: 80px;
}

.page ol li{
    margin-bottom: 15px;
}

.page main{
    padding: 20px 0 80px 0;
}

.notice{
    border: 1px solid #666;
    font-size:  1.4rem;
    padding: 10px 20px;
    margin:20px auto;
}

.notice p{
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

.notice.privacy p{
    display: block;
    margin-bottom: 20px;
}


/* --------------------------------------------------
 *  News
 * -------------------------------------------------- */
/*.news-title h2 {
    font-size: 5.0rem;
    color: #ffdd05;
    font-weight: 800;
    text-align: center;
    margin: 60px auto 50px;
}

.news-title h2::first-letter {
    color: #f75c1c;
}
*/
#news-archive .news ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 640px;
}

#news-archive .news ul li {
  list-style: none;
  border-bottom: 1px #333 solid;
  padding: 10px 20px;
  color: #333;
}

#news-archive .news ul li time {
  display: block;
}


.news-header .date{
    text-align: center
}

.news-content{
    border-bottom: 1px solid #888;
    margin: 30px auto;
    padding-bottom: 20px;
    width: 800px;
}

.news-content *{
    max-width: 100%;
}

.news-content *:not(iframe){
    height: auto!important;
}

/* --------------------------------------------------
 *  404
 * -------------------------------------------------- */
.page404{
    text-align: center;
    padding: 100px 0;
}
.page404 h2:after{
    border-bottom: 4px solid #333;
    content: "";
    display: block;
    margin: auto;
    padding-top: 20px;
    width: 160px;
}

/* --------------------------------------------------
 *  Q&amp;A
 * -------------------------------------------------- */
.qa-wrap p {
    margin: 0;
}

.qa-wrap h3 {
    color: #f15a24;
    font-size: 30px;
    text-align: center;
}

.qa-wrap .qa-about span {
    color: #f15a24;
}

.qa-wrap .qa-btn {
    background-color: #00a99d;
    background-position: right 10px center;
    background-repeat: no-repeat;
    font-size: 15px;
    margin-bottom: 1px;
    overflow: hidden;
    padding-right: 40px;
}

.qa-wrap .qa-btn p {
    font-size: 24px;
    margin: 3px 8px 0;

}

.qa-wrap .qa-btn p,
.qa-wrap .qa-a1 {
    font-family: "Maru Folk Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",ãƒ¡ã‚¤ãƒªã‚ª,Meiryo,Verdana,sans-serif;
}

.qa-wrap .qa-btn h4 {
    line-height: 1.3;
    padding: 16px 0;
}

.qa-wrap .qa-btn p,
.qa-wrap .qa-btn h4 {
    color: #fff;
    float: left;
}

.qa-wrap p,
.qa-wrap ul {
    list-style: none;
    margin-bottom: 0;
}

.qa-wrap p,
.qa-wrap ul li {
    color: #333;
    font-size: 15px;
}

.qa-wrap .qa-answer {
    display: none;
    margin-top: 18px;
    margin-bottom: 35px;
}

.qa-wrap .qa-a1 {
    color: #00a99d;
    font-size: 24px;
    margin-bottom: 0;
}

.qa-wrap .qa-a2 {
    margin-top: 0;
}

.qa-wrap .qa-register a img {
    height: 60px;
    width: 240px;
}

/* --------------------------------------------------
 *  About this website
 * -------------------------------------------------- */
.about-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-wrap h3 {
    color: #f15a24;
    font-size: 24px;
    margin-top: 50px;
}

.about-wrap .badge img {
    display: block;
    margin-left: 10px;
    height: 50px;
    width: 50px;
}


/*---------------- ã“ã“ã‹ã‚‰PCã€ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå…±é€š -----------------*/
@media only screen and ( min-width: 769px ){ 

    /* --------------------------------------------------
     *  Q&amp;A
     * -------------------------------------------------- */
    .qa-wrap h3 {
        margin-top: 75px;
        margin-bottom: 45px;
    }
    
    .qa-wrap .qa-about {
        margin: 40px 0;
    }
    
    .qa-wrap .qa-btn {
        background-image: url(../img/qa/btn-open.png);
        background-size: 32px 30px;
    }

    .qa-wrap div.active {
        background-image: url(../img/qa/btn-close.png);
    }

    .qa-wrap .qa-register {
        position: relative;
    }    
    .qa-wrap .qa-register h3 {
        display: block;
        margin-bottom: 70px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .qa-wrap .qa-register a {
        top: -10px;
        right: 0;
        position: absolute;
    }

    /* --------------------------------------------------
     *  About this website
     * -------------------------------------------------- */
     .about-wrap .badge {
        display: flex;
        margin-top: 50px;
    }

    .about-wrap .badge h3 {
        margin-top: 7px;
    }

    .about-wrap .badge p {
        margin: 0;
    }

}/*---------------- ã“ã“ã¾ã§PCã€ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå…±é€š -----------------*/

/*---------------------- ã“ã“ã‹ã‚‰ãƒ‡ãƒã‚¤ã‚¹åˆ¥ -----------------------*/
@media only screen and ( min-width: 1150px ){
    /* --------------------------------------------------
     *  Q&amp;A
     * -------------------------------------------------- */
    .qa-wrap .qa-btn h4 {
        width: 96%;
    }
    
}

@media only screen and ( min-width: 769px ) and ( max-width: 1149px){

    /* --------------------------------------------------
    *  News
    * -------------------------------------------------- */
    .news-content{
        width: 90%;
    }
    .page main{
        padding: 0 0 40px 0;
    }

    /* --------------------------------------------------
     *  Q&amp;A
     * -------------------------------------------------- */
    .qa-wrap .qa-btn h4 {
        width: 92%;
    }
    
}

@media only screen and ( max-width: 768px ){ 

    /* --------------------------------------------------
    *  News
    * -------------------------------------------------- */
    #news-archive .news ul {
      width: 96%;
    }

    .news-content{
        width: 90%;
    }
    .page main{
        padding: 0 0 40px 0;
    }
    
    /* --------------------------------------------------
     *  Q&amp;A
     * -------------------------------------------------- */
    .qa-wrap h3 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .qa-wrap .qa-about {
        margin: 60px auto 40px;
    }

    .qa-wrap .qa-btn {
        background-image: url(../img/qa/btn-open_sp.png);
        background-size: 30px 30px;
    }

    .qa-wrap div.active {
        background-image: url(../img/qa/btn-close_sp.png);
    }

    .qa-wrap .qa-btn h4 {
        width: 86%;
    }

    .qa-wrap .qa-register {
        margin-top: 45px;
        margin-bottom: 30px;
    }
    
    .qa-wrap .qa-register h3 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .qa-wrap .qa-register a {
        display: block;
        margin-top: 45px;
        text-align: center;
    }

    /* --------------------------------------------------
     *  About this website
     * -------------------------------------------------- */
    .about-wrap .badge img {
        margin: 0 auto;
    }

}</pre></body></html>