@charset "UTF-8";

/*-------------一覧ページ---------*/

.news_area{
    width: 70%;
    margin: 0 auto;
    max-width: 980px;
    padding: 10px 0 60px;
    display: flex;
    flex-direction: column;
}
.news_base{
    width: 100%;
    padding-bottom: 100px;
    position: relative;
}
.news_ttl{
    width: 220px;
    margin:10px 0;
}
.news_base ul{
    margin: 0;
    padding: 0;
}
.news_base ul li{
    list-style: none;
    width: 100%;
    padding: 10px 20px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
}
.news_date{
    width: 10rem;
    font-weight: 500;
}
.type_news{
    color:#1d99bb;
}
.type_childcare{
    color:#6daa40;
}
.news_content{
    width: calc(100% - 10rem);
}
.news_content a{
    color: #272727;
    text-decoration: none;
}
.news_content a:hover{
    color: #2184c1;
}
.open_btn{
    width: 160px;
    position: absolute;
    right:0;
    bottom:30px;
}
/*-------------詳細ページ---------*/
.news_area2{
    width: 80%;
    margin: 0 auto;
    max-width: 1120px;
    padding: 10px 0 80px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.news_base2{
    width: 100%;
    padding: 40px 40px 80px 40px;
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.news_mainttl{
    font-size: 1.2rem;
    font-weight: 500;
}
.type_news2{
    border-bottom:3px solid #1d99bb;
}
.type_childcare2{
    border-bottom:3px solid #6daa40;
}
.news_txt_area{
    width: 90%;
    margin: 30px auto 20px;
    padding: 30px;
    border:1px solid #EBEBEB;
    border-radius: 10px;
}
.pdf_link{
    width: 150px;
    margin: 10px 0 20px 5%;
}
.photo_area{
    width: 90%;
    margin: 30px auto 20px;
    display:flex;
    flex-wrap: wrap;
}
.photo_item{
    width: 23%;
    position: relative;
    margin: 10px 1%;
    border:2px solid #9a9a9a;
    border-radius: 5px;
}
.photo_item img{
    border-radius: 3px;
}
.photo_item_zoom{
	position: absolute;
	width: 40px;
	right:15px;
	bottom:15px
}
.video_area{
    width: 88%;
    margin: 30px auto 20px;
    padding:15px;
    border: 1px solid #ccc;
    border-radius: 12px;
    position: relative;
}
.video_area_icon{
    position: absolute;
    width: 120px;
    top:45%;
    left:-50px;
}
.return{
    width: 130px;
    position: absolute;
    right:30px;
    bottom:30px;
}
/*---------------------------------------------
--------------------MAX 900PX-----------------------------*/
@media screen and (max-width:900px){
.news_area{
    width: 80%;
    margin: 0 auto;
    max-width: 980px;
    padding: 10px 0 60px;
    display: flex;
    flex-direction: column;
}
.news_area2{
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
    padding: 10px 0 80px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.video_area_icon{
    position: absolute;
    width: 80px;
    top:40%;
    left:-30px;
}
}
/*---------------------------------------------
--------------------MAX 480PX-----------------------------*/
@media screen and (max-width:480px){
/*-------------一覧ページ---------*/

.news_area{
    width: 90%;
    margin: 0 auto;
    max-width: 480px;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.news_base{
    width: 100%;
    padding-bottom: 80px;
    position: relative;
}
.news_ttl{
    width: 180px;
    margin:10px 0;
}
.news_base ul{
    margin: 0;
    padding: 0;
}
.news_base ul li{
    list-style: none;
    width: 100%;
    padding: 10px 20px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}
.news_date{
    width: 10rem;
    font-weight: 500;
}

.news_content{
    width: 100%;
}

.open_btn{
    width: 130px;
    position: absolute;
    right:0;
    bottom:30px;
}
/*-------------詳細ページ---------*/
.news_area2{
    width: 94%;
    margin: 0 auto;
    max-width: 480px;
    padding: 0 0 50px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.news_base2{
    width: 100%;
    padding: 20px 20px 60px 20px;
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.news_mainttl{
    font-size: 1.12rem;
    font-weight: 500;
}
.type_news2{
    border-bottom:3px solid #1d99bb;
}
.type_childcare2{
    border-bottom:3px solid #6daa40;
}
.news_txt_area{
    width: 100%;
    margin: 20px auto;
    padding: 10px 20px;
    border:1px solid #EBEBEB;
    border-radius: 10px;
}
.pdf_link{
    width: 130px;
    margin: 10px 0 10px 0;
}
.photo_area{
    width: 100%;
    margin: 30px auto 20px;
    display:flex;
    flex-wrap: wrap;
}
.photo_item{
    width: 48%;
    position: relative;
    margin: 10px 1%;
    border:2px solid #9a9a9a;
    border-radius: 5px;
}
.photo_item img{
    border-radius: 3px;
}
.photo_item_zoom{
	position: absolute;
	width: 30px;
	right:10px;
	bottom:10px
}
.video_area{
    width: 100%;
    margin: 30px auto 20px;
    padding:5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
}
.video_area_icon{
    position: absolute;
    width: 60px;
    top:-20px;
    left:45%;
}
.return{
    width: 100px;
    position: absolute;
    right:20px;
    bottom:20px;
}  
}