@charset "utf-8";
.mgt-1 {margin-top:1em;}
.mgt-2 {margin-top:2em;}
.mgt-3 {margin-top:3em;}

.mv-under-ui {
  display:flex;
  justify-content: space-between;
    width: 100%;
    align-items: center;
}
.mv-under-ui div {
  width:48%;
}
.mv-under-ui div .btn--link, .mv-under-ui div a.btn--link {
  width:100%;
  padding:1em 1.5em;
}

h2,h3 {
    font-size: 1.4em;
    font-weight: bold;
}
h2.backnumber {
  display: inline-block;
  margin:1em;
}
h3.archive {
  color: #fff;
  background-color: #46bddf;
margin-bottom:0.5em;
padding:0.2em;
display: inline-block;
}
.flex {
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

a.flex-mv{
width:calc(100%/4);
display:block;
text-align:center;
margin-bottom:24px;
}

a.flex-mv img{
width:90%;
border:1px solid #cccccc;
padding:10px;
}
a.flex-mv p{
text-align:left;
padding:1em;
}
a.flex-mv p span{
font-weight: bold;
text-decoration: none;
color:#000000;
}
.mv {padding:0 4em 0em 4em;margin-bottom: 2em;}
.mv-btn {
font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none!important;
  letter-spacing: 0.1em;
  color: #ffffff!important;
   border-radius: 100vh;

}
.btn--link,
a.btn--link {
  color: #fff;
  background-color: #46bddf;
margin-bottom:2em;
}
.btn--link:hover,
a.btn--link:hover {
  color: #fff;
  background: #0056b3;
}
@media screen and (max-width: 768px) {
  .mv-under-ui {
    display:block;

  }
  .mv-under-ui div {
    width:100%;
  }


  #subpage__main {
    flex-direction: column-reverse;
  }
  .subpage__sidenavi {

}
h1 {
font-size:1.6rem!important;
}
.flex {


}
a.flex-mv{
width:48%;
display:block;
text-align:center;
margin-bottom:24px;
font-size:0.8rem;
}
#Footer .inner.firstChild {
    background: #6BAA80;
}
#Footer .inner.firstChild {
    padding: 20px 3%;
    width: 100%;
    background: #6BAA80;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.2em;
}
.mv {padding:0 1em 0em 1em;}
.mv-btn {font-size: 0.8rem;padding: 0.5rem 2rem;}
}
