@charset "UTF-8";
/* CSS Document */

*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

img{
max-width: 100%;
height: auto;
vertical-align: bottom;
}

body{
min-width: 1300px;
color: #517b76;
font-family: sans-serif;
background-color: #f7f4e6;
background-image: url("../images/news_img/bg-news-head.png");
background-repeat: no-repeat;
background-position: center top;
background-size: 100% auto;
}

@media(max-width: 767px){
body{
min-width: auto;
}
}


/*
	font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
*/


/*全体共通----------------------------------------*/
.container{
max-width: 1200px;
margin: 0 auto;
}

@media(max-width: 767px){
.container{
width: 90%;
}
}

ul{
list-style-type: none;
}

a{
text-decoration: none;
color: #517b76;
}


/*ヘッダー--------------------------------------*/
.logo-nav_flex{
display: flex;
justify-content: space-between;
}

h1{
width: 30%;
padding-top: 3vh;
}

@media(max-width: 767px){
h1{
width: 50%;
padding-top: 3%;
margin-left: 5%;
}
}

h2{
width: 25%;
margin: 80px auto 120px;
}

@media(max-width: 767px){
h2{
width: 50%;
margin: 60px auto;
}
}


/*お知らせ一覧--------------------------------------*/
main{
width: 90%;
height: auto;
background-color: #f9f8f6;
box-shadow: 0 15px 0 #b3d2bb;
border-radius: 50px;
margin: 0 auto 150px;
padding: 40px 100px 50px;
/*font設定*/
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media(max-width: 767px){
main{
padding: 50px 0;
}
}

h3{
width: 30%;
margin: 0 auto;
}

@media(max-width: 767px){
h3{
width: 80%;
text-align: center;
}
}

.news-wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

@media(max-width: 767px){
.news-wrap{
display: block;
}
}

.p-flex{
width: 350px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

@media(max-width: 767px){
.p-flex{
width: 80%;
}
}

.btn-red{
background-color: #e39aa6;
border-radius: 50px;
padding: 8px 40px;
display: inline-block;
font-size: 16px;
color: #f9f8f6;
}

main img{
border-radius: 30px;
width: 450px;
margin: 70px 0 10px;
}

@media(max-width: 767px){
main img{
width: 80%;
}
#news01,#news02,#news03,#news04,#news05,#news06{
text-align: center;
}
}

article p:nth-child(3){
margin-left: 50px;
margin-top: 15px;
}

.count{
display: flex;
justify-content: center;
margin-top: 40px;
}

.count p{
margin: 0 5px;
}

.count p:nth-child(1){
background-color: #88ada9;
color: #f9f8f6;
border: 2px solid #88ada9;
border-radius: 999px;
padding: 5px 12px;
}

.count p:nth-child(2), .count p:nth-child(3), .count p:nth-child(5){
background-color: #f9f8f6;
color: #88ada9;
border: 2px solid #88ada9;
border-radius: 999px;
padding: 5px 12px;
}

/*フッター--------------------------------------*/
footer{
background-color: #f9f8f6;
border-radius: 999px 999px 0 0;
background-image: url("../images/bg-footer.svg");
background-repeat: no-repeat;
background-position: bottom center;
background-size: 100% auto;
font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media(max-width: 767px){
footer{
background-image: url("../images/sp-footer-bg.svg");
font-size: 20px;
}
}

footer a{
  transition: all .3s;
}

footer a:hover{
  opacity: .6;
	transform: scale(1.1,1.1);
}

.footer-logo{
width: 35%;
display: block;
margin: 0 auto;
padding-top: 100px;
}

@media(max-width: 767px){
.footer-logo{
width: 65%;
}
}

.footer-flex{
display: flex;
justify-content: center;
align-items: baseline;
margin-top: 15px;
}

.footer-flex p:nth-child(2){
margin-left: 20px;
}

.footer-flex01 img{
width: 1em;
margin-right: 0.3em;
vertical-align: baseline;
}

.footer-flex02 img{
width: 1em;
margin-right: 0.3em;
}

.footer-nav{
display: flex;
justify-content: space-evenly;
margin: 80px 0 160px;
line-height: 1.5em;
}

@media(max-width: 767px){
.footer-nav{
display: block;
margin: 40px 30px 120px;
line-height: 1em;
}
.footer-nav01{
display: flex;
justify-content: space-between;
}
.footer-nav02{
display: flex;
justify-content: space-between;
}
.footer-nav03{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
}

footer dl{
margin-bottom: 50px;
}

@media(max-width: 767px){
footer dl{
margin-bottom: 40px;
width: 40%;
}
}

dt{
font-size: 20px;
}

@media(max-width: 767px){
dt{
font-size: 16px;
}
}

footer dd{
font-weight: 100;
font-size: 16px;
margin-left: 1em;
}

@media(max-width: 767px){
footer dd{
font-size: 14px;
}
}

footer small{
color: #f9f8f6;
display: block;
text-align: center;
font-weight: 100;
font-size: 14px;
padding-bottom: 10px;
}

@media(max-width: 767px){
footer small{
padding-bottom: 5px;
}
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #517b76;
  border-right: solid 2px #517b76;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}