@charset "utf-8";

.contents{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;

}

/*TOP*/

.pcimg{display: block !important;}
.spimg{display: none !important;}

@media only screen and (max-width: 768px){
	.pcimg{display: none !important;}
	.spimg{display: block !important;}
}

.main_visual{
	padding-bottom: 7%;
}

.top_contents{
    margin-bottom: 50px;
}

.top_title{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 3%;
}

@media only screen and (max-width: 768px){
    .top_title{
        padding-bottom: 5%;
    }
}

.top_title span{
    font-size:20px;
}

@media only screen and (min-width: 768px){
    .top_text{
        text-align: center;
    }
}

/*contents*/

.item-img{
    transition: 1.0s;
	width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 3%;
}

.item-img:hover{
    opacity: 0.3;
}

.a-title{
    background: #E6E0EF;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: 600;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 10px;
}

@media screen and (min-width: 769px){}
.item-block{
    display: flex;
    flex-wrap:wrap;
}

@media screen and (min-width: 769px){
.a-item {
    display: inline-block;
    width: 50%;
    padding: 7px;
    
}}

.item-title{
    font-weight: 600;
    font-size:1.6rem;
    margin-bottom: 3%;
}

.item-name{
    transition: 1.0s;
    text-decoration: underline;
}

.item-name:hover{
    opacity: 0.3;
    text-decoration: none;
}

.item-padding{
	padding-bottom: 40px;
}