@charset "utf-8";
/* CSS Document */

body{
    background:#000;
    color: #fff;
}

h1 a{
    line-height: 1;
    display: block;
    width: 100%;
}

.page_title{
    margin-top: 10px;
    padding: 0 20px;
}

.page_title ul{
    margin-bottom: 3vw;
}

.mt-6{
    margin-top: 1rem !important;
}

.columns.is-mobile>.column.is-4{
    width: 100%;
}

.message.is-black .message-body{
    border-color: #b5b54f;
}

.board-item-content strong{
    color: #000;
    border-bottom: 1px solid #000;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.message-body .board-item:nth-of-type(2) .mb-3{
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.7em !important;
}

.message-body .board-item:nth-of-type(3) .mb-3{
    font-size: 1.4em;
    font-weight: bold;
}

.message-body .board-item:nth-of-type(3) .mb-3 span::after{
    content: "個";
}

.message-body .board-item:first-child .mb-3 span::after{
    position: relative;
    display: inline-block;   
}

.message-body .board-item:last-child .board_title , .message-body .board-item:last-child .board_content {
    display: none;
}

.hero-body{
    padding: 2rem 1.5rem;
}

.hero-body .container p.count_title{
    margin-bottom: 1rem;
}

.hero-body .container p{
    text-align: center;
}

.has-text-link-dark span{
    display: block;
    border: 1px solid #999;
    border-radius: 50px;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    color: #000;
    transition: 0.7s;
    margin-top: 2rem;
}

.hero.is-info{
    background: #3a3a3a;
}

.box {
    padding: 2.25rem;
}

.tag:not(body).is-black {
    background-color: #CF5C8A;
    color: #fff;
}

.message.is-black {
    background-color: #fff;
    border-radius: 10px;
}

#sectioncontainer{
    width: 100%;
}

.titlearea{
    text-align: center;
    padding-top: 30px;
}

.titlearea h1{
    margin-bottom: 10px;
    border: 1px solid #b9b9b9;
    background: #fff;
    border-radius: 100px;
    padding: 10px 30px;
    width: 90vw;
    max-width: 1344px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titlearea h1 img{
    height: auto;
    max-height: 65px;
}

.runking_text{
   color: rgba(100,171,79,1.00);
    font-size: 1.4rem;
    font-weight: bold;
}

#page_catchcopy{
    font-weight: bold;
    text-align: center;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.color_r{
    color: rgba(237,28,74,1.00);
}

.footer_linkset{
    margin-top: 1.5rem;
    background: #eeeeee;
    padding: 5vw;
}

.footer_linkset li{
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.footer_linkset li a{
    display: block;
    border-radius: 100px;
    background: #fff;
    padding: 10px 40px;
    text-align: center;
    line-height: 1;
}

.footer_linkset li a img{
    max-height: 70px;
    width: auto;
}


footer{
    background: #fff;
    text-align: center;
    padding: 40px 0;
    color: #000;
    margin-top: 60px;
}
.vue-simple-suggest.designed .input-wrapper input{
    font-size: 16px;
}

.logoset{
    margin:1em auto 0;
    padding:2vw 4vw;
    border-radius: 10px;
    border: 1px solid #ccc;
    line-height: 1;
    width: 90%;
    max-width: 860px;
    
}

@media print, screen and (min-width: 768px) {
	
    .pc_none{
        display: none;
    }
    
	.columns.is-mobile>.column.is-4{
    width: 33.3333%;
}
    
    .titlearea h1{
        font-size: 2rem;
        padding: 15px;
        margin-bottom: 40px;
    }
    
    .page_title{
        margin-top: 40px;
    }
    
    .page_title img{
        margin-bottom: 20px;
    }
    
    .titlearea p{
        font-size: 1.3rem;
    }
    
    .titlearea p.runking_text{
        font-size: 1.7rem;
    }
    
    .has-text-link-dark span:hover{
        background: rgba(100,171,79,1.00);
        color: #fff;
}
    
    .pc{
        display: none;
    }
    
    .hero.is-info{
        margin-top: 40px !important;
    }
	
    .hero-body .container p.count_title{
        margin:10px 0 30px;
    }
    
    .footer_linkset ul{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .footer_linkset li{
        margin: 0 15px;
    }
    
    .footer_linkset li a{
        padding: 15px 40px;
        transition: 0.7s;
    }
    
    .footer_linkset li a:hover{
        opacity: 0.6;
    }
    
    .footer_linkset li a img{
        max-height: 75px;
        width: auto;
    }
	
}

@media print, screen and (min-width: 1024px) {
    .logoset{
        margin-top: 2em;
        
        padding: 20px;
    }
    
    .footer_linkset li{
        margin: 0 25px;
    }
    
    .footer_linkset li a{
        padding: 15px 90px;
    }
}

.imgarea{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
