/* カスタム CSS をここに入力してください */
span.getsu{background: #43e28e!important;}
span.ka{background: #ff9844!important;}
span.sui{background: #ff5676!important;}
span.moku{background: #f956ff!important;}
span.kin{background: #566eff!important;}
span.do{background: #b4d019!important;}

.single-c .post_inner br {
    display: none;
}
.post .flow-list4 li .flow-number span::before {
    content: "POINT"!important;
}
#content .post h2 {
    margin: 2em auto 1em !important;
}
#content .post h2:nth-of-type(1) {
    margin-top:0 !important;
}
.post h4{margin:2em 0 1em !important;}
.post .scroll-box table {
    margin-bottom: 1em;
}
.single-c .post_inner a{
display: inline-block;
margin: 0 1% 3%;
width: 30%;
  padding: 0;
    background: #f7f6f6;
}
  
.single-c .post_inner img{
max-width: 100% !important;
    float: none !important;
    display: block;
    height: 175px;
    margin: 0 auto !important;
    width: auto;
}
.single-c .post_inner a span{
    display: block;
  text-align:center;
}
@media only screen and (max-width: 480px){
.single-c .post_inner a{
display: block;
margin: 0 0 3%;
width: 100%;   
}
.single-c .post_inner img {
    height: auto;
}
}

@media only screen and (min-width:1125px){
#header #logo img {
    max-height: 60px !important;
}  
.single-c .post_inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single-c .post_inner p{

}

  

}

/* トップページ
*****************************************************/

@media only screen and (max-width: 1024px){
}

.masthead {
  position: relative;
  height: calc(100vh - 75px) !important;
  background-size: contain!important;
    background-repeat: no-repeat!important;
}

.masthead-video {
  z-index: 0;
    height: 100vh;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.masthead-arrow {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0.4;
}
.masthead-overlay {
  /*　background-color: #000; */
  background-image:url(/wp/wp-content/uploads/mvbg-13-3.png);
  background-size:cover;
  background-position: center;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.masthead h1 {
  z-index: 3;
  color: #fff;
  font-size: 4rem;
  line-height: 1.8;
  vertical-align: middle;
  text-shadow: 0 0 27px #000, 0 0 27px #000, 0 0 27px #000;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  height: 144px;
  top: 0;
  bottom: 0;
  text-align: center;
  font-weight: normal;
}
  
@media only screen and (max-width: 1024px){
.masthead {
  position: relative;
  height:50vh !important;
}
.masthead-video {
    height: 100vh!important;
}

}

/* END トップページ -----------------------------*/


th[title="g-recaptcha-response"],
td[title="g-recaptcha-response"] {
	display: none;
}