@charset "utf-8";
body, div, ul, li, p, a {
	padding: 0;
	margin: 0;
}

.noto-serif-jp-uniquifier {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    width: auto;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*NEWS*/
.news-1{
	position:relative;
    max-width: 1500px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom:30px;
    background-color: #D7043F;
    padding-right: 5px;
    padding-left: 5px;
    /*border-radius: 10px;*/
    width: 90%;
    box-sizing: border-box;
}
.news-2{
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	background-color: #FFFFFF;
	/*border-radius: 10px;*/
	
}
.news-txt {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: calc(1.3vw + 1.2rem);
	padding-top: 150px;
	padding-right: 5vw;
	padding-left: 5vw;
	box-sizing: border-box;
}
.news-list{
	overflow: hidden;
    list-style: none outside;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #FFFFFF;
	border-radius: 10px;
}
.news-list .item {
	margin-bottom:-3px;
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #333;
	border-bottom: 3px dotted #d7047f;
	padding: 20px 20px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.news-list .item:first-child a{
	max-height: none;
}
.news-list .item:last-child a{
	border-bottom:none;
}
.news-list .item .date{
	margin: 0;
	min-width: 100px;
	font-size: 16px;
	color: #999;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: left;
	max-height: 30px;
}
.news-list .item .category_1{
	margin: 0;
	min-width: 100px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: left;
	max-height: 20px;
}
.news-list .item .category_2{
	margin: 0;
	min-width: 100px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: left;
	max-height: 20px;
}
.news-list .item .category_3{
	margin: 0;
	min-width: 100px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: left;
	max-height: 20px;
}
.news-list .item .category_4{
	margin: 0;
	min-width: 100px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: left;
	max-height: 20px;
}
.news-list .item .category_5{
	margin: 0;
	min-width: 100px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: left;
	max-height: 20px;
}
.news-list .item .category_1 span{
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
    background-color: #02600A;
	border-radius:10px;
}
.news-list .item .category_2 span{
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
    background-color: #02600A;
    border-radius: 10px;
}
.news-list .item .category_3 span{
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
    background-color: #02600A;
	border-radius:10px;
}
.news-list .item .category_4 span{
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
    background-color: #0205A3;
	border-radius:10px;
}
.news-list .item .category_5 span{
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
    background-color: #D7043F;
	border-radius:10px;
}
.news-list .item .title{
	margin: 0;
	width: 100%;
	text-align: left;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: calc(0.2vw + 0.8rem);
	height: auto;
	color: #333333;
}
.news-list .item a:hover .title{
  color: #00F;
}


@media screen and (max-width: 767px){
.news-2{
	display: flex;
    flex-direction: column;
    align-items: center;
	box-sizing: border-box;
	}
	.item{
	display: flex;
    flex-direction: column;	
	}
.news-list .item a{
	flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
  .news_list_item a  {
    font-size: 11px;
    }
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: underline;
}
.tanpopo{
	text-align: center;
}
.tanpopo img{
	width: 25%;
	height: auto;
	border-radius: 100vh;
}
@media screen and (max-width: 600px){
.tanpopo img{
	width: 50%;
	height: auto;
	border-radius: 100vh;
}
}
/*フッターサイトマップ*/	
#footer {
  height: 10%;
  position: relative;
  margin-top: 40px;
  color: #333;
}
#footer a {
  text-decoration: none;
  color: #333;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .primary {
  padding: 40px 20px 20px;
}
#footer .primary .flex {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
#footer .primary .flex .left{
  width: 100%;
}
#footer .primary .flex .left .logo{
	width: 100%;
    font-size: 1.4em;  
}
#footer .primary .flex .left .address{
    font-size: calc(0.2vw + 0.8rem);	
}
#footer .primary .flex .right{
  display: flex;
  width: 100%;
  justify-content: start;
}
@media screen and (max-width: 896px) {
#footer .primary .flex .left{
  width: 450px;
}
#footer .primary .flex .left .logo{
    font-size: 18px;  
}
#footer .primary .flex .left .address{
    font-size: 12px;	
}
#footer .primary .flex .right{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  font-size: 12px;
}
}
@media screen and (max-width: 767px) {
  #footer .primary {
    padding: 20px 20px;
  }
  #footer .primary .flex {
    display: block;
  }
  #footer .primary .flex .left{
    width: 100%;
  }
  #footer .primary .flex .right{
    width: 100%;
    display: block;
  }
}
/* logo */

#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 16px;
  }
}

/* address */

.address {
  margin: 10px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 12px;
  }
}

/* navi */

.navi-section {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-left: 20px;
  font-size:calc(0.5vw + 0.5rem);
}
#footer .parent {
  margin: 0 0 16px 0;
  padding: 0;
  font-weight: bold;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  margin: 8px 0 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .navi-section {
  display: block;
  width: 100%;
  margin: 40px 0 0;
}
#footer .parent {
  font-size: 12px;
  margin: 0 0 10px;
}
  #footer .navi {
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
  }
  #footer .navi li {
    border-top: 1px solid #000000;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
  }
}

/* sns-navi */

#footer .sns-navi {
  margin: 20px 0 0;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footer .sns-navi li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #footer .sns-navi {
    margin: 20px 0 0;
    padding: 0;
  }
  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
  }
}

/* sitenavi */

#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

body {
    font-family: Lato, sans-serif;
    background-repeat: no-repeat;
}

footer {
	width: 100%;
	bottom: 0px;
	background-color: #FAF7D4;
}
footer div {
  margin: -5px 0px 0px 0px;
  padding:0px;
  color: #333;
  text-align:center;
}
svg {
  width:100%;
}




.copyright{
    color: #333333;
    text-align: center;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(0.5vw + 0.5rem);
    background-color: #FAF7D4;
}
