@charset "UTF-8";

/*ヘッダー
----------------------------------------------- */
header {}

header .container {
  width: 96%;
  margin: 0 auto;
}

.h_01 {
  background-color: #1b1b1b;
}

.h_01 ul li a {
  color: #fff;
  font-size: 0.8rem;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.h_01 .h_link {
  min-width: 400px;  /*4つの時は500px*/
  margin-left: 2%;
}

.h_01 .h_link ul li {
  padding: 0 23px;
}

/*.h_01 .h_link ul li:nth-child(1) {
  border-left: 1px solid rgb(204 204 204 / 34%);
  border-right: 1px solid rgb(204 204 204 / 34%);
  padding: 0 34px;
}*/

.h_01 .h_link ul li img {
  width: 17px;
  margin-right: 5px;
  vertical-align: bottom;
}

.h_01 .h_site {
  min-width: 285px;  /*450px*/
  margin-right: 2%;
}

.h_01 .h_site ul li {
  text-align: center;
}

.h_01 .h_site ul li:nth-child(2) {
  position: relative;
  color: #fff;
  /*border-left: 1px solid #fff;*/
  padding-left: 15px;
}

.h_01 .h_site ul li:nth-child(2):before {
  content: '';
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 0;
  border-right: 1px solid;
  opacity: 0.3;
}

.h_01 .h_site ul li:last-child {}

.h_01 .h_site .site_search input.search_text {
  width: 170px;
}

.h_01 .h_site ul li a {
  color: #fff;
  font-size: 0.8rem;
  line-height: 40px;
  font-weight: 500;
}

.h_02 {
  padding: 25px 0;
  border-bottom: 1px solid #efefef;
}

.h_02 h1 {
  margin-left: 19px;
}

.site-header {
  width: 100%;
  background: #fff;
  margin: auto;
  position: fixed;
  z-index: 100;
}

.header_inner_r {
  max-width: 950px;
}

#smh_menu {
  display: none;
}

/* nav */
.header-nav {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-image: #fff;
  list-style: none;
  margin: 0 auto;
}

.header-nav.is-hide {
  opacity: 0
}

.header-nav>li {
  vertical-align: middle;
  list-style: none;
  text-align: center;
  padding: 0px 20px;
  border-left: 1px solid #dedede;
}

.header-nav>li:nth-child(5) {
  padding: 0px 10px;
}

.header-nav>li:nth-child(6) {
  padding: 0px 10px;
}

.header-nav>li.contact_btn a, .header-nav>li.contact_btn02 a {
  color: #fff;
  padding: 0 10px;
}

.header-nav>li a {
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  position: relative;
  display: inline-block;
  padding: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.header-nav>li a:hover:after {
  display: block;
}

.header-nav>li:hover .header-nav-child {
  height: auto;
}

.header-nav>li:hover .header-nav-item:before {
  width: 100%;
  left: 0;
  right: 0
}

.header-nav>li {
  pointer-events: auto;
}

.page {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .8;
  visibility: hidden;
  transition: all 500ms;
  z-index: 1;
}

.header-nav-item {
  position: relative;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0;
  color: #333;
  font-weight: bold;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.b_l {
  border-left: none;
}

.header-nav-item a:hover {
  color: #000;
  border-bottom: 3px solid #227D8D;
}

.header-nav-item:hover:before, .header-nav-item.is-active:before {
  width: 100%;
  left: 0;
  right: 0
}

.header-nav-child {
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  text-align: left;
  overflow: hidden;
  -webkit-transition: height .3s .15s;
  transition: height .3s .15s;
  /*z-index: 9999;*/
  background: #fff;
}

.header-nav-child>ul {
  width: 70%;
  margin: 0 auto;
  padding: 0 2%;
}

.header-nav-child>ul>li {
  list-style: none;
  line-height: 25px;
  width: 25%;
  text-align: center;
}
.header-nav-child>ul>li.nav2 {
  width: 35%;
}
.header-nav-child>ul>li>a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  /*height: 54px;
	line-height: 54px;*/
  font-size: 1rem;
  color: #333;
  text-align: center;
  z-index: 5;
}

.header-nav-child>ul>li>a dl {
  padding: 30px 20px;
}

/*.header-nav-child>ul>li:last-child>a dl { padding: 30px 20px 10px; }*/
.header-nav-child>ul>li>a dl dt {
  font-size: 1rem;
  font-weight: bold;
}

.header-nav-child>ul>li>a dl dd {
  font-size: 0.7rem;
}

.header-nav-child>ul>li>a dl dd img {
  width: 100%;
  margin-bottom: 20px;
}

.header-nav-child>ul>li a dl:hover {
  background-color: #00A3E5;
}

.header-nav-child>ul>li a dl:hover dt {
  color: #fff;
}

.header-nav-child>ul>li a dl:hover dd {
  color: #fff;
}

ul.no_img li a {
  font-size: 0.8rem;
  color: #333;
  border-top: 1px solid #ccc;
  padding: 4px 0;
  display: block;
}

ul.no_img li:hover {
  background-color: #00A3E5;
}

ul.no_img li:hover a {
  color: #fff;
}

.header-nav-child>ul>li>a:hover, .header-nav-child>ul>li>a.is-active {}

.header-nav-child>ul>li>a p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: 600;
}

/* スマホ */
@media only screen and (max-width: 768px) {
  .h_01 {
    display: none;
  }

  .h_02 {
    padding: 10px 0;
  }

  .top_news {
    display: none;
  }


  /* ===================================================================
    /
    /	smh_menu　トグルメニュー
    /
    =================================================================== */
  #smh_menu {
    display: block;
    position: relative;
    z-index: 9999;
  }

  .drawer-nav ul {
    background: #fff;
    padding: 0 10px;
    height: 100%;
  }

  .drawer-nav ul li {
    margin-right: 0px;
    float: none;
    display: block;
    padding: 0.5rem;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #ccc;
  }

  .drawer-nav ul li a {
    color: #333;
  }

  .drawer-nav ul ul.drawer_sub li {
    border-bottom: none;
    font-size: 0.8rem;
    margin-left: 20px;
  }

  .drawer-nav ul ul.drawer_sub li a {
    color: #fff;
  }
}

/* タブレット */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .h_01 .h_link {
    width: 450px;
    margin-left: 1%;
  }

  .h_01 .h_site {
    width: 515px;
    margin-right: 1%;
  }
}


/* ===================================================================
	/
	/	f_contact
	/
	=================================================================== */
.f_contact {
  padding: 80px 0;
  /*background-image: url(../images/f_contact_bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center;*/
}

.f_contact_l {
  width: 63%;
  background-color: #fff;
  padding: 30px;
}

.f_contact_l p {
  text-align: left;
  line-height: 35px;
}

.f_contact_r {
  width: 35%;
}

.contact_btn {
  background-color: #3F7DBC;
  margin-bottom: 10px;
  border-radius: 4px;
  text-align: center;
}

.contact_btn02 {
  background-color: #4f5c69;
  border-radius: 4px;
  text-align: center;
  margin-right: 10px;
}

.contact_btn:last-child {
  margin-bottom: 0;
}

.contact_btn:hover {
  background-color: #01A3E7;
  transition: 0.5s;
}

.contact_btn02:hover {
  background-color: #88a1b9;
  transition: 0.5s;
}

.contact_btn a {
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  display: block;
  letter-spacing: 1px;
}

.contact_btn a img {
  margin-right: 10px;
}

.contact_btn a span.small {
  font-size: 60%;
  margin-left: 15px;
}

/* スマホ */
@media only screen and (max-width: 768px) {
  .f_contact {
    padding: 50px 0;
  }

  .f_contact_l {
    width: 95%;
    margin: 0 auto 20px;
    padding: 20px;
  }

  .f_contact_l p {
    line-height: 30px;
  }

  .f_contact_r {
    width: 95%;
    margin: 0 auto;
  }

  .contact_btn a {
    text-align: center;
    font-size: 1rem;
    padding: 15px 0;
  }
}

/* iPad */
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .f_contact_l {
    width: 84% !important;
  }

  .f_contact_r {
    width: 60% !important;
  }
}

/* タブレット */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .f_contact_l {
    width: 55%;
    padding: 20px;
  }

  .f_contact_l p {
    line-height: 30px;
  }

  .f_contact_r {
    width: 40%;
    text-align: center;
  }
}

/* ===================================================================
	/
	/	footer
	/
	=================================================================== */
footer {
  padding: 10px 0 0;
  background-color: #262626;
  color: #fff;
}

footer .container {
  width: 1300px;
}

footer a {
  color: #fff;
}

footer .f_01 {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

footer .f_01 .f_logo {
  width: 30%;
  text-align: left;
}

footer .f_01 .f_sns {
  width: 35%;　　/*3つの時は45%*/
}

footer .f_01 .f_sns ul li {
  width: 23%;
}

footer .f_01 .f_sns ul li:first-child {
  color: #FFFFCC;
  font-weight: bold;
  font-size: 1.1rem;
}

footer .f_01 .f_sns ul li a img {
  margin-left: 10px;
}

footer .f_02 {
  padding: 30px 0;
}

footer .f_02 ul {
  margin-bottom: 30px;
}

footer .f_02 ul li a {
  font-size: 0.75rem;
  line-height: 30px;
}

footer .f_02 h4 {
  margin-bottom: 10px;
  line-height: 30px;
}

footer .f_02 h4 a {
  font-weight: bold;
}

footer .f_02 h4 a img {
  vertical-align: unset;
  margin-right: 5px;
}

footer .f_02 .footer_box {
  width: 25%;
  padding: 20px 0 20px 25px;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

footer .f_02 .footer_box:last-child {
  border-right: none;
}

footer .f_02 .footer_box .address {
  padding: 20px 15px;
  border: 2px solid #fff;
  width: 90%;
}

footer .f_02 .footer_box .address p {
  font-size: 0.7rem;
  line-height: 20px;
}

footer .f_03 {
  text-align: center;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

footer .copyright {
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 1px;
}

/* スマホ */
@media only screen and (max-width: 768px) {
  footer .container {
    width: 95%;
  }

  footer .f_01 .f_logo {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  footer .f_01 .f_sns {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  footer .f_01 .f_sns ul li {
    width: 30%;
    line-height: 25px;
  }

  footer .f_01 .f_sns ul li:first-child {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 10px;
  }

  footer .f_01 .f_sns ul li a img {
    margin-left: 5px;
  }

  footer .f_02 {
    display: none;
  }

  footer .f_03 {
    padding: 20px 0;
  }
}

/* タブレット */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .container {
    width: 95%;
  }

  footer .f_01 .f_sns {
    width: 55%;
  }
}
