@charset "utf-8";

/***********************************
PC インフォメーション一覧
***********************************/
#sub-information-content{
    margin-top: 140px;
}
.sub-information-container{
    margin: 80px auto 60px;
    width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; 
    opacity: 1;
    transition: 1.0s ;
}
.sub-information-container:hover{
    opacity: 0.5;
}

.sub-information-pic{
    width: 30%;
}
.sub-information-pic img{
    border-radius: 30px;
}
.sub-information-text{
    width: 65%;
}
.sub-information-text p{
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 20px;
    line-height: 1.8em;
}
.sub-information-date{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 10px;
}
.hr-information{
    width: 1000px;
    margin: 0 auto;
    border: solid 1px #ddd;
}
.sub-information-btn{
	width: 400px;
	margin: 80px auto;
	background-color: #888;
	padding: 20px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-size: 21px;
	opacity: 1;
	transition: 1.0s ;
}
.sub-information-btn:hover {
	opacity: 0.7;
}
/***********************************
PC インフォメーション/個別ページ
***********************************/
.sub-detail-container{
    width: 800px;
    margin: 0 auto;  
}
.sub-detail-pic img{
    border-radius: 30px;
}
.sub-detail-text{
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 18px;
    line-height: 2em;
}
.sub-detail-date{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    padding-bottom: 10px;
}
.sub-detail-headline{
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
    font-size: 28px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.sub-detail-pic{
    margin-bottom: 20px;
}
.hr-detail{
    width: 800px;
    margin: 80px auto;
    border: solid 1px #ddd;
}

/***********************************
SP
***********************************/
@media screen and (max-width:599px) {

/***********************************
SP インフォメーション一覧
***********************************/
#sub-information-content{
    margin-top: 60px;
}
.sub-information-container{
    margin: 40px auto 20px;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; 
    opacity: 1;
    transition: 1.0s ;
}
.sub-information-container:hover{
    opacity: 0.5;
}

.sub-information-pic{
    width: 86%;
    margin-bottom: 20px;
}
.sub-information-pic img{
    border-radius: 20px;
}
.sub-information-text{
    width: 86%;
}
.sub-information-text p{
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
    line-height: 1.8em;
}
.sub-information-date{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 10px;
}
.hr-information{
    width: 86%;
    margin: 0 auto;
    border: solid 1px #ddd;
}
.sub-information-btn{
	width: 60%;
	margin: 60px auto;
	background-color: #888;
	padding: 10px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-size: 16px;
	opacity: 1;
	transition: 1.0s ;
}
.sub-information-btn:hover {
	opacity: 0.7;
}
/***********************************
SP インフォメーション/個別ページ
***********************************/
.sub-detail-container{
    width: 86%;
    margin: 0 auto;  
}
.sub-detail-pic img{
    border-radius: 20px;
}
.sub-detail-text{
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 16px;
    line-height: 2em;
}
.sub-detail-date{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    padding-bottom: 10px;
}
.sub-detail-headline{
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.sub-detail-pic{
    margin-bottom: 20px;
}
.hr-detail{
    width: 86%;
    margin: 40px auto;
    border: solid 1px #ddd;
}

}

/***********************************
mid
***********************************/
@media only screen and (min-width:600px) and (max-width:1023px){

    /***********************************
    mid インフォメーション一覧
    ***********************************/
    #sub-information-content{
        margin-top: 60px;
    }
    .sub-information-container{
        margin: 40px auto 20px;
        width: 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center; 
        opacity: 1;
        transition: 1.0s ;
    }
    .sub-information-container:hover{
        opacity: 0.5;
    }
    
    .sub-information-pic{
        width: 100%;
        margin-bottom: 20px;
    }
    .sub-information-pic img{
        border-radius: 20px;
    }
    .sub-information-text{
        width: 100%;
    }
    .sub-information-text p{
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 1.8em;
    }
    .sub-information-date{
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .hr-information{
        width: 70%;
        margin: 0 auto;
        border: solid 1px #ddd;
    }
    .sub-information-btn{
        width: 50%;
        margin: 60px auto;
        background-color: #888;
        padding: 10px;
        border-radius: 20px;
        color: #fff;
        text-align: center;
        font-family: "Zen Old Mincho", serif;
        font-weight: 600;
        font-size: 16px;
        opacity: 1;
        transition: 1.0s ;
    }
    .sub-information-btn:hover {
        opacity: 0.7;
    }
    /***********************************
    SP インフォメーション/個別ページ
    ***********************************/
    .sub-detail-container{
        width: 70%;
        margin: 0 auto;  
    }
    .sub-detail-pic img{
        border-radius: 20px;
    }
    .sub-detail-text{
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 2em;
    }
    .sub-detail-date{
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        padding-bottom: 10px;
    }
    .sub-detail-headline{
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 1.6em;
        margin-bottom: 20px;
    }
    .sub-detail-pic{
        margin-bottom: 20px;
    }
    .hr-detail{
        width: 70%;
        margin: 40px auto;
        border: solid 1px #ddd;
    }
    
    }

/***********************************
pc-s
***********************************/
@media only screen and (min-width:1024px) and (max-width:1279px){

    /***********************************
    pc-s インフォメーション一覧
    ***********************************/
    #sub-information-content{
        margin-top: 60px;
    }
    .sub-information-container{
        margin: 40px auto 20px;
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between; 
        opacity: 1;
        transition: 1.0s ;
    }
    .sub-information-container:hover{
        opacity: 0.5;
    }
    
    .sub-information-pic{
        width: 25%;
        margin-bottom: 20px;
    }
    .sub-information-pic img{
        border-radius: 20px;
    }
    .sub-information-text{
        width: 70%;
    }
    .sub-information-text p{
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 1.8em;
    }
    .sub-information-date{
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .hr-information{
        width: 80%;
        margin: 0 auto;
        border: solid 1px #ddd;
    }
    .sub-information-btn{
        width: 40%;
        margin: 60px auto;
        background-color: #888;
        padding: 10px;
        border-radius: 20px;
        color: #fff;
        text-align: center;
        font-family: "Zen Old Mincho", serif;
        font-weight: 600;
        font-size: 16px;
        opacity: 1;
        transition: 1.0s ;
    }
    .sub-information-btn:hover {
        opacity: 0.7;
    }
    /***********************************
    pc-s インフォメーション/個別ページ
    ***********************************/
    .sub-detail-container{
        width: 60%;
        margin: 0 auto;  
    }
    .sub-detail-pic img{
        border-radius: 20px;
    }
    .sub-detail-text{
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 2em;
    }
    .sub-detail-date{
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        padding-bottom: 10px;
    }
    .sub-detail-headline{
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
        line-height: 1.6em;
        margin-bottom: 20px;
    }
    .sub-detail-pic{
        margin-bottom: 20px;
    }
    .hr-detail{
        width: 70%;
        margin: 40px auto;
        border: solid 1px #ddd;
    }
    
    }
    