@charset "utf-8";
/**
 * @package    WCF
 * @version    6.1

 * @subpackage wcl.class
 * OUTLINE:	ヘッダー・フッター、または同等の要素のスタイルを適用
 */
/************************************************************************************************************************************
 #wrapper	-CommonSetting-
 ************************************************************************************************************************************/
@media screen and (max-width: 760px) {
  #wrapper {
    z-index: 9501;
  }
}
/************************************************************************************************************************************
 header	-CommonSetting-
 ************************************************************************************************************************************/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 761px) {
  #header {
    min-width: 1120px;
    margin: 0 auto;
  }
}
#header img {
  width: 100%;
}
#header .header_bg {
  background-color: transparent;
  background-color: #FFF;
}
#header #header_content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 111;
  width: 100%;
  /*max-width: 1600px;*/
  max-width: 1920px;
  padding: 0 0 0 10px;
  margin: 0 auto;
}
#header #header_content .ttl {
  width: 297px;
  position: relative;
  z-index: 11;
  margin-right: auto;
}
#header #header_content .ttl .wrap {
  display: block;
  width: 297px;
  padding: 0;
  background-image: url('../img/logo.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#header #header_content .ttl .wrap img {
  opacity: 0;
}
@media print, screen and (min-width: 761px) {
  #header #header_content .header_tel {
    position: relative;
    z-index: 11;
    width: 251px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 760px) {
  #header #header_content .ttl {
    width: 280px;
  }
  #header #header_content {
    padding: 0 0 0 15px;
  }
  #header #header_content .ttl .wrap {
    width: 198px;
    background-image: url('../img/logo.png');
  }
  #header #header_content .header_tel {
    display: none;
  }
}
/************************************************************************************************************************************
 header	#pcNav
 ************************************************************************************************************************************/
#header #pcNavi {}
#header #pcNavi ul li {
  margin-left: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
/************************************************************************************************************************************
 header	#nav
 ************************************************************************************************************************************/
#header #nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 100000;
  width: 100%;
  margin: 0 auto;
}
#header #nav {
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 100010;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 260px;
  height: 100%;
  padding: 0;
  margin: 0 0 5px;
  background: none;
  background-color: #FFF;
  border: none;
}
#header #nav #navi_close, #header #navi_open {
  display: none;
}
#glay_layer {
  display: none;
  width: 0;
  height: 0;
  position: fixed;
  z-index: 9500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #444;
  background-color: rgb(51, 51, 51);
  background-color: rgba(51, 51, 51, 0.7);
  opacity: 0.7;
}
#header #navi_open {
  display: block;
  position: relative;
  z-index: 11;
  padding: 25px 25px;
  max-width: 50px;
  background-color: #f2f2f2;
}
#header #navi_open img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
#header #nav #navi_close {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 125%; /* 基準=16px -> 20px */
  font-family: 'Slabo 27px', serif, sans-serif;
  text-indent: 0.8em;
  width: 100%;
  padding: 29px 0 20px;
  background-color: #3a3a40;
}
#header #nav #navi_close a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: block;
  width: 32px;
  height: 32px;
  margin: auto 0;
}
#header #nav #navi_close a img {
  float: left;
  vertical-align: middle;
  width: 100%;
  height: auto;
}
#header #nav ul {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#header #nav ul li {
  float: none;
  width: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  background: none;
}
#header #nav ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  width: 100%;
  padding: 13px 0 13px 1em;
  margin: 0;
  background-image: none;
  border: none;
  border-bottom: solid 1px #3a3a40;
}
#header #nav ul li a img {
  display: none
}
#header #nav ul li a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 760px) {
  #header #navi_open {
    padding: 10px 10px;
    max-width: 37.5px;
  }
}
/************************************************************************************************************************************
 footer	-CommonSetting-
 ************************************************************************************************************************************/
#footer {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 760px) {
  #footer {
    max-width: 100%;
  }
}
#footer .bg_01 {
  background-color: #f2f2f2;
}
#footer .bg_02 {
  background-color: #01108b;
}
#footer .footer_content_inner {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  width: 100%;
  max-width: 1120px;
  padding: 0 0 0;
  margin: 0 auto;
}
#footer .content_01 {
  padding: 33px 0 30px;
}
#footer .content_02 {
  padding: 33px 0 33px;
}
@media screen and (max-width: 760px) {
  #footer .footer_content_inner {
    width: calc(100% - 30px);
  }
  #footer .content_01 {
    padding: 30px 0 30px;
  }
  #footer .content_02 {
    padding: 40px 0 35px;
  }
  #footer .content_02::after {
    top: 15px;
    right: 0px;
    width: 100px;
  }
}
/**	footer	*****************************************************************/
#footer {}
@media screen and (min-width: 761px) {
  #footer {
    min-width: 1120px;
  }
}
#footer .f_nav {
  margin: 0px auto 0;
}
#footer .f_nav > li {}
#footer .f_nav > li a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans CJK JP", 'Noto Sans JP', 'Noto Sans Japanese', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media print, screen and (min-width: 761px) {
  #footer .f_nav {
    position: relative;
    margin: 0;
    text-align: center;
    letter-spacing: calc(40px - 0.4em);
  }
  #footer .f_nav > li {
    display: inline-block;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 760px) {
  #footer .content_01 .f_nav {
    text-align: center;
    width: calc(100% - 40px);
    margin: 0px 0 0px;
    letter-spacing: calc(20px - 0.4em);
  }
  #footer .content_01 .f_nav > li {
    padding: 0;
    display: inline-block;
    margin: 4px 0px 4px;
    letter-spacing: 0px;
  }
  #footer .content_01 .f_nav > li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 330px) {
  #footer .content_01 .f_nav {
    width: 100%;
  }
  #footer .content_01 .f_nav > li a {
    font-size: 12px;
  }
}
/**	footer	.f_description	*****************************************************************/
#footer .f_description .f_logo {
  width: 297px;
}
#footer .f_description .f_logo .wrap {
  display: block;
  background-image: url('../img/footer-logo.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#footer .f_description .f_logo img {
  width: 100%;
  height: auto;
  opacity: 0;
}
#footer .f_description .text {
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
}
#footer .f_description .f_sns {
  letter-spacing: calc(18px - 0.4em);
}
#footer .f_description .f_sns a {
  display: inline-block;
}
#footer .f_description .f_sns a img {
  max-width: 41px;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 761px) {
  #footer .f_description .f_logo {
    margin-right: 40px;
  }
  #footer .f_description .f_sns {
    margin-left: auto;
  }
}
@media screen and (max-width: 760px) {
  #footer .f_description {
    margin: 0px auto 0px;
  }
  #footer .f_description .f_logo .wrap {
    width: 198px;
    background-image: url('../img/footer-logo.png');
    margin: 0 0 35px;
  }
  #footer .f_description .text {
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
  }
  #footer .f_description .f_sns {
    margin: 30px auto 0;
  }
}
/**	footer	copy	*****************************************************************/
#footer p.copy {
  line-height: 1;
  text-align: center;
  padding: 15px 0 15px;
  background-color: #0541c5;
}
#footer p.copy small {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 2px;
}
@media print, screen and (min-width: 761px) {
  #footer p.copy {}
}
@media screen and (max-width: 760px) {
  #footer p.copy {
    text-align: center;
    padding: 15px 0 19px;
  }
  #footer p.copy small {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 330px) {
  #footer p.copy {
    text-align: left;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  #footer p.copy small {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
/**	footer	#go_top_btn	*****************************************************************/
#footer #go_top_btn {
  display: block;
  line-height: 1;
  position: fixed;
  bottom: 120px;
  right: 30px;
  display: none;
}
@media screen and (max-width: 760px) {
  #footer #go_top_btn {
    bottom: 60px;
    right: 15px;
  }
}
#footer #go_top_btn a {
  display: block;
  line-height: 0;
  width: 16px;
  height: 9px;
  padding: 34.5px 31px 34.5px;
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
  background-color: #3a3a40;
}
@media screen and (max-width: 760px) {
  #footer #go_top_btn a {
    padding: 24.5px 21px 24.5px;
  }
}
#footer #go_top_btn a img {
  width: 16px;
  height: 9px;
}
/************************************************************************************************************************************
 #contents	-CommonSetting-
 ************************************************************************************************************************************/
#contents {
  width: 100%;
}
/************************************************************************************************************************************
 #main_content	-CommonSetting-
 ************************************************************************************************************************************/
@media screen and (max-width: 760px) {
  #main_content {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
.is_lower #main_content {
  position: relative;
  z-index: 11;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
.is_lower #main_content::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 59.6875%; /* 1146/1920*100 */
  height: 50%;
  background-image: url('../img/lower_bg_01.png');
  background-size: 4px 4px;
  background-position: center center;
  background-repeat: repeat;
}
.is_lower #main_content::after {
  content: " ";
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 1;
  width: calc(50% - 5.8333333333333333333333333333333%);
  height: 100%;
  background-image: url('../img/lower_bg_01.png');
  background-size: 4px 4px;
  background-position: center center;
  background-repeat: repeat;
  margin-right: 5.8333333333333333333333333333333%;
}
@media screen and (max-width: 760px) {
  .is_lower #main_content::after {
    width: 50%;
    margin-right: 0;
  }
}