.news_area{
    width: 100%;
    padding-top: 50px;
}
.news_ttl1{
    width: 22rem;
    font-size: 1.8rem;
    color: #65b7b6;
    text-align: center;
    letter-spacing: 0.1rem;
    font-weight: 500;
    margin: 40px auto 30px;
    border:3px solid #65b7b6;
    border-radius: 40px;
    background-color: #fff;
    filter: drop-shadow(3px 3px 0 #65b7b6);
}
.news_ttl2{
    width: 22rem;
    font-size: 1.8rem;
    color: #ea9d4a;
    text-align: center;
    font-weight: 500;
    margin: 40px auto 30px;
    border:3px solid #ea9d4a;
    border-radius: 40px;
    background-color: #fff;
    filter: drop-shadow(3px 3px 0 #ea9d4a);
}
.news{
    width: 70%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;

}
.news_item{
    width: 48%;
    margin: 10px 0 60px;;
    padding: 10px;
    border: 1px solid #523131;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
}

.news_pic {
  width: 35%;
}

.news_icon::before {
  content: '';
  display: block;
  padding-top: 75%;
}
.news_cont{
    width: 60%;
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
    line-height: 1.2rem;
}
.news_cat_1{
    width: 10rem;
    font-size: 0.8rem;
    color:#fff;
    padding: 5px 10px;
    background-color: #5DB6B6;
    border-radius: 3px;
}
.news_cat_2{
    width: 10rem;
    font-size: 0.8rem;
    color:#fff;
    padding: 5px 10px;
    background-color: #EFA054;
    border-radius: 3px;
}
.news_date1{
    font-size: 1rem;
    font-weight: 600;
    color: #5DB6B6;
    margin: 5px 0;
}
.news_date2{
    font-size: 1rem;
    font-weight: 600;
    color: #EFA054;
    margin: 5px 0;
}
.news_btn{
    width: 250px;
    margin: 20px auto;
}
.news_btn img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
/*-----詳細ページ--------------*/

.news_contents{
    position: relative;
    width: 70%;
    background-color: #fff;
    padding: 30px 40px 100px;
    border:2px solid #846c5e;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin: 40px auto 80px;
    max-width: 980px;
}
.contents_ttl_1{
    width: 100%;
    font-size: 1.2rem;
    color: #666;
    border-bottom: 3px solid #65b7b6;
    margin-bottom: 20px;
}
.contents_ttl_2{
    width: 100%;
    font-size: 1.2rem;
    color: #666;
    border-bottom: 3px solid #EFA054;
    margin-bottom: 20px;
}
.cp_area{
    width: 70%;
    margin: 20px 25% 20px 5%;
    color: #666;
}
.photo_area{
    width: 90%;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.photo_area_item{
    width: 48%;
    margin: 10px 0;
}
.photo_area_item img{
    padding: 6px;
    border:1px solid #ccc;
}

.mov_area{
    width: 90%;
    padding: 10px;
    border:2px solid #d25f55;
    margin: 30px auto;
    position: relative;
}
.mov_area_icon{
    width: 70px;
    position: absolute;
    top:40%;
    left:-40px;
    z-index: 2;
}
.pdf{
    width: 230px;
    margin: 20px 0;
}
.pdf img:hover{
     -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
.return{
    width: 180px;
    bottom:40px;
    right:40px;
    position: absolute;
}
.return img:hover{
     -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}

.more{
    width: 20rem;    
    margin: 20px auto 60px;
}
.more img:hover{
     -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
@media screen and (max-width:900px){

.news{
    width: 90%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 480px;

}

.news_btn{
    width: 220px;
    margin: 20px auto;
}
}

@media screen and (max-width:480px){
.news_ttl1{
    width: 18rem;
    font-size: 1.4rem;
    color: #65b7b6;
    text-align: center;
    letter-spacing: 0.1rem;
    font-weight: 500;
    margin: 20px auto 30px;
    border:2px solid #65b7b6;
    border-radius: 40px;
    background-color: #fff;
    filter: drop-shadow(2px 2px 0 #65b7b6);
}
.news_ttl2{
    width: 18rem;
    font-size: 1.4rem;
    color: #ea9d4a;
    text-align: center;
    font-weight: 500;
    margin: 20px auto 30px;
    border:2px solid #ea9d4a;
    border-radius: 40px;
    background-color: #fff;
    filter: drop-shadow(2px 2px 0 #ea9d4a);
}

.news_ttl{
    font-size: 2rem;
    color: #523131;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.1rem;
}
.news{
    width: 90%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;

}
.news_item{
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #523131;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.news_pic {
  width: 35%;
}

.news_icon::before {
  content: '';
  display: block;
  padding-top: 75%;
}
.top_news_cont{
    width: 60%;
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
    line-height: 1.2rem;
}
.cat_1{
    width: 10rem;
    font-size: 0.8rem;
    color:#fff;
    padding: 5px 10px;
    background-color: #5DB6B6;
    border-radius: 3px;
}
.cat_2{
    font-size: 0.8rem;
    color:#fff;
    padding: 5px 10px;
    background-color: #EFA054;
    border-radius: 3px;
}
.news_date{
    font-size: 1rem;
    font-weight: 600;
    color: #545454;margin: 5px 0;
}
.news_btn{
    width: 200px;
    margin: 20px auto;
}

.news_contents{
    position: relative;
    width: 90%;
    background-color: #fff;
    padding: 20px 20px 70px;
    border:2px solid #846c5e;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin: 20px auto 60px;
    max-width: 980px;
}
.contents_ttl_1{
    width: 100%;
    font-size: 1.1rem;
    color: #666;
    border-bottom: 3px solid #65b7b6;
    margin-bottom: 20px;
}
.contents_ttl_2{
    width: 100%;
    font-size: 1.1rem;
    color: #666;
    border-bottom: 3px solid #EFA054;
    margin-bottom: 20px;
}
.cp_area{
    width: 90%;
    margin: 20px 5% 20px 5%;
    color: #666;
}
.photo_area{
    width: 90%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.photo_area_item{
    width: 100%;
    padding: 6px;
    margin: 10px 0;
}
.mov_area{
    width: 90%;
    padding: 10px;
    border:2px solid #d25f55;
    margin: 30px auto;
    position: relative;
}
.mov_area_icon{
    width: 50px;
    position: absolute;
    top:40%;
    left:-20px;
    z-index: 2;
}   
.pdf{
    width: 200px;
    margin: 20px 0;
}

.return{
    width: 160px;
    bottom:30px;
    right:30px;
    position: absolute;
}
}

