body {
  /* font-family: "Roboto", "Helvetica Neue", "Droid Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, sans-serif; */
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: .112rem;
  color: #595959;
  background-color: #FFFFFF;
  padding-top: 120px;
}

hr.top{
    height: 20px;
    /* background-color: #4287f5; */
    background-color: #f0b253;
    width: 100%;
    margin-top:0rem;
    margin-bottom:5px;
    border: none;
   }
hr.under{
    height: 1px;
    background-color: #4287f5;
    width: 90%;
    margin-top:2px;
    margin-bottom:5px;
    border: none;
   }

hr.bottom{
    height: 5px;
    /* background-color: #4287f5; */
    background-color: #f0b253;
    width: 100%;
    /* margin-top:5rem; */
    border: none;
   }

.bd-example {
    padding: 0.5rem 2rem 1rem 2rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    border-width: .2rem;
    background-color:#eee0b5;
}

div.copyright {
    padding: 2px;
    /* background-color: #4287f5; */
    background-color: #f0b253;
    text-align: center;
    height: 30px;
}

div.title-bg {
    width:100%; 
    margin:5px; 
    padding:10px; 
    padding-bottom:0px; 
    color: #FFFFFF;
    border:1px solid #FFFFFF;
    /* background-color: #4287f5; */
    background-color: #f0b253;
}

div.news-title {
  border-bottom: dotted;
  border-width: 5px;
  border-color: #f0b253;
}

.bg-blue-opacity {
  /* background-color: rgba(66, 135, 245, 0.9); */
  /* background-color: rgba(227, 242, 253, 0.9); */
  background-color: rgba(238, 224, 181, 0.8);
}

.bg-blue-opacity2 {
  background-color: rgba(66, 135, 245, 0);
}

.box-hover:hover {
  width: 100%;
  box-shadow:5px 5px 10px #eaeaea;
  opacity: 0.6;
  transform: translate(0, -5px);
}

.box2 {
  padding: 1em 1em;
  margin: 2em 0;
  font-weight: normal;
  color: black;/*文字色*/
  background: #FFF;
  border: solid 3px #f0b253;/*線*/
  border-radius: 10px;/*角の丸み*/
  height: 400px;
}

a {
  color:black;
}

a.sousin {
  color:#4287f5;
  border-bottom:solid 1px #4287f5;
  border-color: #4287f5;
}

.mobileHidden { display:none;}
 
@media screen and (min-width:541px) { 
    .desktopHidden { display:none;}
    .mobileHidden { display:inline;}
}

/* SNS共有ボタン */

.bg-twitter {
  background-color: #55acee;
}

.bg-facebook {
  background-color: #3b5998;
}

.bg-email {
  background-color: gray;
}

.bg-line-circle {
  /* background: url(https://libra-nk.net/static/images/icons/LINE_SOCIAL_Circle.png) center/cover; */
  background: url("../images/LINE_icon.png") center/cover;
}

.btn--floating {
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,.2), 0px 6px 10px 0px rgba(0,0,0,.14), 0px 1px 18px 0px rgba(0,0,0,.12);
  overflow: hidden;
  border-radius: 50%;
  margin: 10px;
  width: 47px;
  height: 47px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}

.btn--floating i {
  display: inline-block;
  width: inherit;
  text-align: center;
  color: white;
  font-size: 1.25rem;
  line-height: 47px;
}

.btn--floating i {
  display: inline-block;
  width: inherit;
  text-align: center;
  color: white;
  font-size: 1.25rem;
  line-height: 47px;
}

.btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,.2), 0px 2px 2px 0px rgba(0,0,0,.14), 0px 3px 1px -2px rgba(0,0,0,.12);
  transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
}

.btn2:before {
  content: "";
  background: currentColor;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 15ms linear;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-envelope:before{
  content:"\f0e0";
}
