@charset "utf-8";

/* トップへ戻るボタン */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #61BCCC;
  opacity: 0.6;
  z-index:999;
  line-height: 1.0;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
    font-family: "Font Awesome 5 Free";
    content: "\f102"; /*アイコン*/
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width:768px) {
#spNavigationTrigger.-js-menuPosition-right_top_fixed {
	top: 5px;
	left: auto;
	right: 0px;
}
}

.header_btn{
    display:inline-block;
}
@media only screen and (max-width:641px) {
.header_btn{
    display:inherit;
}
}

#page_h2 .c-title {
    background: linear-gradient(90deg, #60bccc 10%, #1e2678 10% 90%, #60bccc 90%);
    color: #ffffff !important;
}


#footer_fix{
  position: fixed;
  bottom: 0;
  background-color: rgba(30,38,120,0.3);
  z-index: 998;
  width: 100%;
  padding:10px 60px 10px 10px;
}


/*PC　表示*/
.pc {
	display:block !important;
}
/*SP　表示*/
.sp {
	display:none !important;
}
@media only screen and (max-width: 641px) {
/*----*/
.pc {
	display:none !important;
}
.sp {
	display:block !important;
}
}


/* Youtube レスポンシブ対応2 */
.movie-wrap {
     position: relative;
     width: 100%;
     max-width: 640px;
     margin : 0 auto;
}
.movie-wrap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.column {
    /* display: block; */
    flex-basis: auto !important;
    flex-grow: 0 !important;
    /* flex-shrink: 1;
    padding: 0.75rem;*/
    padding: 0rem;
}
