@charset "utf-8";



/*----------------------------------------
  common
----------------------------------------*/

.hide_SP {display: block;}
.hide_PC {display: none;}

.font_ming {
  font-family: 'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,serif;
}

.n_title {
  text-align: left;
  position: relative;
}
.n_title_tit {
  display: inline-block;
  color: #ff0000;
  font-size: 4.0rem;
  font-weight: bold;
  background-color: #FFF;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.n_title::before {
  content: "";
  display: block;
  width: 200vw;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: -100vw;
  z-index: 1;
}

.n_subtitle {
  text-align: left;
  position: relative;
  padding-left: 40px;
}
.n_subtitle_subtit {
  display: inline-block;
  color: #000099;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #FFF;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.n_subtitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

footer.site-footer {
  border-top: solid 2px #333;
}
#footer-widgets {
  display: flex;
}
.wpex-info-widget div:last-child {
  padding-left: 0;
}
.wpex-info-widget .fa {
  display: none;
}



/*-------------  COMPANY  -------------*/

.n_company_message_01 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: 30px;
}
.n_company_message_02 {
  font-size: 2.4rem;
  margin-top: 30px;
}
.n_company_message_03 {
  font-size: 2.4rem;
  text-align: right;
  margin-top: 20px;
}






/*----------------------------------------
  SP
----------------------------------------*/
@media only screen and (max-width: 767px) {


  .hide_SP {display: none;}
  .hide_PC {display: block;}

  .n_title_tit {
    font-size: 3.0rem;
  }

  .n_subtitle {
    padding-left: 20px;
  }
  .n_subtitle_subtit {
    font-size: 2.0rem;
  }

  #footer-widgets {
    display: block;
  }


  /*-------------  COMPANY  -------------*/

  .n_company_message_01 {
    font-size: 2.6rem;
  }
  .n_company_message_02 {
    font-size: 1.8rem;
  }
  .n_company_message_03 {
    font-size: 1.6rem;
  }


}
