/*画像ポップアップ*/
.mfp-close {
  font-size: 26px !important;
  position: absolute !important;
  width: 1.4em !important;
  height: 1.4em !important;
  display: inline-block !important;
  right: 0px !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  padding-right: 0px !important;
  top: 0px !important;
}

.mfp-close::before {
  position: absolute;
  top: 49%;
  left: -19%;
  width: 138%;
  height: 1.5%;
  content: "";
  background-color: #fff;
  transform: rotate(45deg);
}

.mfp-close::after {
  position: absolute;
  top: 49%;
  right: -19%;
  width: 138%;
  height: 1.5%;
  content: "";
  background-color: #fff;
  transform: rotate(135deg);
}

.sp-only{
  display:none;
}

.pc-only{
  display: inherit;
}

@media screen and (max-width:767px) {
  .sp-only{
    display: inherit;
  }
  .pc-only{
    display:none;
  }
}

.lp{
  border:1px solid #636363;
}

/*Yotube埋め込み*/
.ytWrap{
  position:relative;
  width:100%;
  height:auto;
  z-index:1;
  padding-top: 56.2%;
}

.ytWrap iframe{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

/*-------------------------
＞＞コンテンツ見出し
---------------------------*/
h3.ti_h3 {
  width: 100%;
  font-size: 3.2rem;
  background: url(../../images/main/cont/kind_line.png) repeat-x bottom left;
  padding: 0 0.0em 0.5em 0;
  margin: 0 0 0.8em;
  font-weight: 600;
}

h3.ti_h3.mgt {
  padding: 0 0.0em 0.5em 0;
  margin: 1.5em 0 0.8em;
}

h3.ti_h3 b {
  display:inline-block;
  padding-right:0.5em;
}

h4.ti_h4,.ti_n_h4{
  color: #fbfbf7;
  font-size: 2.0rem;
  margin: 0 0 1em;
  padding: 0.5em 0.2em 0.5em 0.5em;
  background:url(../../images/main/cont/h4_bg.png) left / auto 100% #292c3d no-repeat;
}

h4.ti_h4.mgt{
  margin: 3em 0 1em;
}

h5.ti_h5 {
  margin: 0em 0 1em;
  border-bottom: 2px dotted;
  padding: 0 0 0.5em;
  font-size: 1.8rem;
  font-weight:bold;
}

h5.ti_h5.mgt{
  margin: 2em 0 1em;
}

@media screen and (max-width:767px){
  h3.ti_h3 {
    font-size: 6vw;
  }
  
  h4.ti_h4{
    font-size: 4vw;
    margin: 0 0 0.5em;
    padding: 0.5em 0.2em 0.5em 0.5em;
  }
  
  h4.ti_h4.mgt{
    margin: 2em 0 0.5em;
  }
  
  h5.ti_h5 {
    margin: 0em 0 1em;
    border-bottom: 2px dotted;
    padding: 0 0 0.5em;
    font-size: 4vw;
  }
  
  h5.ti_h5.mgt{
    margin: 2em 0 1em;
  }
}


/*-------------------------
＞＞ニュース見出し
---------------------------*/
h3.ti_n_h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}
h5.ti_n_h5 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem;
  border-bottom: 0.1rem dashed #000;
}

h3.ti_n_h3.mgt {
  margin-top:5rem;
}

h4.ti_n_h4.mgt {
  margin-top:5rem;
}

h5.ti_n_h5.mgt {
  margin-top:5rem;
}

@media screen and (max-width:767px){
  h3.ti_n_h3 {
    font-size: 5vw;
    font-weight: 600;
    line-height: 5vw;
    margin: 0 0 1vw 0;
  }
  
  h4.ti_n_h4 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 5vw;
    margin: 0 0 2vw 0;
  }
  
  h5.ti_n_h5 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 4vw;
    margin: 0 0 2vw 0;
    padding: 0 0 2vw;
    border-bottom: 0.1rem dashed #000;
  }

  h3.ti_n_h3.mgt {
    margin-top:5vw;
  }
  
  h4.ti_n_h4.mgt {
    margin-top:7vw;
  }
  
  h5.ti_n_h5.mgt {
    margin-top:6vw;
  }
}

.sc{
  width:20%;
  height:auto;
  text-align:center;
  margin:0 auto;
  padding:5rem 0 0 0;
}

.sc img{
  width:100% !important;
  height:auto;
}

img {
  max-width:100%;
  height:auto;
}

#loading{
  content:"";
  position:fixed;
  width:100%;
  height:100%;
  top:0; left:0;
  background:#fff;
  z-index:99999;
}

#loading img{
  width:20%;
  height:auto;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:100;
  }
}

body{
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

@keyframes heightScale {
  50% {
    height:0%;
    height:0vh;
  }
  100% {
    height:100%;
    height:100vh;
  }
}

body::before{
  content:"";
  background:url(../../images/main/common/base_ptn.png) #fbfbf7 fixed;
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:-1;
  animation-name: heightScale;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  height:0vh;
}

@media screen and (max-width:767px) {
  body{
    background-size: 20% auto;
  }
  .sc {
    width: 50%;
    max-width: 150px;
  }
}

a:hover img{
  opacity:0.8;
}

/* ========================================
Component
複数プロジェクトで共通で使う部品
======================================== */

.c-listTable th {
  padding-right: 16px;
  vertical-align: top;
  white-space: nowrap;
}

@media screen and (max-width: 899px){
  .c-listTable tr,
  .c-listTable th,
  .c-listTable td{
    display: block;
  }
}

.inlineBlockWrap>span,
.c-inlineBlockWrap>span {
  display: inline-block;
}

/* 横並びリスト */
.c-horizontalList {
  display: flex;
  flex-wrap: wrap;
}

.c-horizontalList>li {
  margin: 0 1em 0 0;
  display: inline-block;
}

/* 装飾付きリスト(absolute配置) */
.c-customMarkerList>li,
.c-asteriskList>li,
.c-triangleList>li,
.c-squareList>li,
.c-largeCircleList>li {
  padding-left: 1em;
  position: relative;
}


.c-customMarkerList>li::before,
.c-asteriskList>li::before,
.c-triangleList>li::before,
.c-squareList>li::before,
.c-largeCircleList>li::before {
  position: absolute;
  top: 0;
  left: 0;
}

.c-asteriskList>li::before {
  content: "※";
}

.c-triangleList>li::before {
  content: "▼";
}

.c-squareList>li::before {
  content: "■";
}

.c-largeCircleList>li::before {
  content: "●";
}

/* 円形付きリスト */
.c-discList {
  list-style: disc !important;
  padding-left: 1.5em !important;
}

/* 中空円付きリスト */
.c-circleList {
  list-style: circle !important;
  padding-left: 1.5em !important;
}

.skewButtonList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.skewButtonList>li {
  width: 100%;
  max-width: 300px;
  margin: 0 0 20px;
}

.skewButton{
  display: block;
  width: 90%;
  max-width: 300px;
  padding: .4em;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px #595959;
}

.skewButton::after{
  content: "";
  background: #282b3d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  transform: skewX(-46deg);
  transition: .4s;
}

.skewButton:hover::after{
  background: #868581;
}

.skewButton>span {
  position: relative;
  z-index: 1;
}

/* IE6/7対応 打ち消し*/
#contents,
#contents_main,
#ext_area_01,
#ext_area_02,
.header_sa01,
.header_sa02,
.header_sa03,
.header_sa04,
.main_sa01,
.main_sa02,
.main_sa03,
.main_sa04,
.main_sa05,
.main_sa06,
.main_sa07,
.main_sa08,
.footer_sa01,
.footer_sa02,
.footer_sa03,
.ti_b,
#news_ct_h {
  min-height: 0em !important;
}

@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/css/yakuhanjp_s.min.css);