/*--- コンテンツ内 -------------------------------------------------*/

.text-shadow {
-moz-text-shadow: 0px 0px 5px rgba(0, 40, 70, 1);
-webkit-text-shadow: 0px 0px 5px rgba(0, 40, 70, 1);
-ms-text-shadow: 0px 0px 5px rgba(0, 40, 70, 1);
text-shadow: 0px 0px 5px rgba(0, 40, 70, 1);
}

.kage {
margin: 20px;
filter: drop-shadow(0px 0px 10px #002846);
}
.kage01 {
margin: 20px;
filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.1));
}

.extCatList6.extCatList6_0 .swiper-slide .extCatList6Inner {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.7) 100%);
}

/* コンタクトボーダー上 */
.contact {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.contact .bGrid-inner .bGrid-content:hover {

}

/* リンクボタン */
.icon {
    display: inline;
    vertical-align: middle;
    border: none;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 11px;
}
span.bcu_link_inner {
    transition: 0.2s;
}

/* ライン */
.bTtlS.type11 .inner .ttlAreaWrapper .title:after {
    content: "";
    display: block;
    width: 20px;
    margin: 0.6em auto 0 auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d5d5d5;
    color: #d5d5d5;
}


/* 記事*/
#contentsArea .extCatList5 ul.extCatListUL li strong a {
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.2em;
}
p.extCatList5Txt {
    color: #000;
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: justify;
    text-justify: inter-ideograph;
}
#contentsAreaSection .extCatList5_4 ul.extCatListUL li .extCatList5Date {
    font-size: .85em;
    line-height: 1;
}


/* SP記事*/
.extCatList5_2 ul.extCatListUL li {
    margin: 0px 15px 0 0;
    width: calc((100% / 2) - 18px);
    position: relative;
}
.spLayout .extCatList5Inner {
    margin-top: 10px;
}
#contentsAreaSection .extCatList5_2 ul.extCatListUL li .extCatList5Date {
    font-size: .85em;
    color: #999;
    line-height: 1;
    margin-bottom: 0px;
}



/*--- フッター -------------------------------------------------*/

.bSiteMap li.bSiteMapGli {
    font-family: 'Times New Roman',Times,serif;
    font-weight: bold;
    font-size: 1.2em;
}
.bSiteMap ul li {
    margin: 0px;
}
.bSiteMap ul li a {
    padding: 0px 0px 0px 10px;
    background: url(../../usr-data/template/PC7-PN-01-7_34/common-img/ico_arrow.png) no-repeat 0 0.38em;
}



/*--- JS -------------------------------------------------*/
.fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateX(0px);
  transition: all 2s;
}
.fadeIn.moveon {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

/*以下遅延の指定*/
.txt01 {animation-delay: 1s;}
.txt02 {animation-delay: 4s;}
.txt03 {animation-delay: 7s;}
.txt04 {animation-delay: 10s;}
.txt05 {animation-delay: 13s;}
.txt06 {animation-delay: 16s;}


/*jsアニメーション左*/
.fuwal {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-150px);
  transition: all 1.8s;
}
.fuwal.showl {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

/*jsアニメーション右*/
.fuwar {
  opacity: 0;
  visibility: hidden;
  transform: translateX(150px);
  transition: all 1.8s;
}
.fuwar.showr {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

/*jsアニメーション下*/
.fuwad {
  opacity: 0;
  visibility: hidden;
  transform: translateY(150px);
  transition: all 1.8s;
}
.fuwad.showd {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


/* ローディング  */
body::after {
  content: '';
  position: fixed;
  top: 0%;
  width: 100%;
  height: 100%;
  background-image: url("http://powertro.complanning.cms-site.cloud/global-data/20240610152224862.png"),
                linear-gradient(#fff, #fff);
background-repeat: no-repeat; 
background-position: center;
  z-index: 9999;  
  pointer-events: none;  
  opacity: 0;  
  -webkit-transition: opacity 1.4s ease;  
 -ms- transition: opacity 1.4s ease;
 -moz- transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
}
body.fadeout::after {
  opacity: 1;
}
body.fadeout article{
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

/*- フォームボタン -*/
.extMdlFormGnrtrBtn input.extBtnNext, .extMdlFormGnrtrBtn input.extBtnSend {
    width: 220px;
    position: relative;
    text-decoration: none !important;
    line-height: 1em;
    font-weight: normal;
    cursor: pointer;
    border-radius: 3px;
    transition: opacity 0.3s;
    border: 0;
    color: #FFF;
    background-color: #65727A;
    font-size: 1.1em;
    padding: 0;
    height: 50px;
}
.extMdlFormGnrtrSP .extMdlFormGnrtrBtn input.extBtnNext, .extMdlFormGnrtrSP .extMdlFormGnrtrBtn input.extBtnSend {
    -webkit-appearance: none;
    width: 100%;
    position: relative;
    text-decoration: none !important;
    line-height: 1em;
    font-weight: normal;
    cursor: pointer;
    border-radius: 5px;
    border: 0;
    color: #FFF;
    background-color: #65727A;
    font-size: 18px;
    padding: 0;
    height: 50px;
}




#contentsAreaSection .color11 {
  color: #000;
}
#footerArea {
  display: none;
}
#footerAreaSection {
  display: none;
}
#HdLogo a {
    width: 170px !important;
    height: 70px !important;
}
.hsNormal {
    color: #000;
}



#contentsAreaSection {
  margin-top: 100px !important;
}




/* ------------------mai------------------------ */

.extMdlFormGnrtrBtn input.extBtnNext, .extMdlFormGnrtrBtn input.extBtnSend {
  background-color: #e40000;
}
#hlogo_anc {
  background-size: contain;
}