/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/


main{
  font-family: 'Noto Sans Japanese', sans-serif;
  background-color: #f9f9f9;
  margin: 0!important; 
}

.header{
  margin: 0;
  width: 100%;
}

.campaign{
  border: solid;
  border-image-slice: 30 fill;
  border-image-width: auto;
  border-image-source: url(../files/frame/frame2.png);
  border-image-repeat:stretch;


  text-align: center;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;

}

.border-line{
  border: solid #8ac53f;
  width: 100%;
}

.campaign h2,.time,.awardContents,.first::first-letter{
  color: #8ac53f;
}
.campaign h2{
  margin-top: 0;
  margin-bottom: 10px;
}

.campaign h4{
  background-color: #8ac53f;
  color: white;
  margin: 0;
}
.detail-contents{
  text-align: left;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.border{
  border-bottom: solid 1px #8ac53f;
  width: 100%;
  margin-bottom: 10px;
}

.detail-contents p{
  padding: 0;
  text-indent: -1em;
  padding-left: 1em;
}

.indent{
  margin-left: 1rem;
}

.center{
  text-align: center;
}
.blue-font,.blue{
  color: #0071bb;
}
.trans{
  display: inline-block;
  transform: rotate( -90deg );
}
.blue-link a{
  color: #0071bb;
  display: inline-block;
  text-decoration: none;
  font-weight: lighter;
}
.we-well-being{
  /* border: solid;
  border-image-slice: 30 fill;
  border-image-width: auto;
  border-image-source: url(../files/frame/frame5.png);
  border-image-repeat:stretch; */


  margin-top: 50px;
}

#Well-being-img,#Well-being-structure{
  margin-top: 70px;
}

.blue-back{
  background-color: #dbeaf5;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.detail-link{
  border: solid;
  text-align: center;
  width: 10rem;
}
.detail-link a{
  text-decoration: none;
  color: black;
}

.inline-block{
  display: inline-block;
  margin-bottom: 30px;
}

.blue{
  font-size: 35px;
}

.margin-top{
  margin-top: 50px;
}