@charset "utf-8";
/* --------------------------------------------------
	SiteName :
	FileName : global.css
	Description : global styles

	== TOC =========================================
	1 : basic layout styles
	2 : headerArea styles
	3 : globalNaviArea styles
	4 : localNaviArea styles
	5 : contentsArea styles
	6 : footer styles

-------------------------------------------------- */
/* 1. basic layout styles
================================================== */
* {
  margin: 0;
  padding: 0;
}
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, form, fieldset {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  /* 2019/11/15追記*/
  word-break: break-all;
  /* 2019/11/15追記*/
}
body {
  line-height: 2;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #2c2c2c;
}
a:link {
  color: #02a4e7;
  text-decoration: underline;
}
a:visited {
  color: #663399;
  text-decoration: underline;
}
a:hover {
  color: #02a4e7;
  text-decoration: none;
}
a:active {
  color: #ff3333;
  text-decoration: underline;
}
fieldset, img {
  border: 0;
}
img, iframe {
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
ul li img {
  vertical-align: bottom;
}
hr {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
/* wrapper */
#wrapper {
  overflow: hidden;
}
a.tel_link {
  text-decoration: none;
  color: #2c2c2c;
}
:focus {
  outline: 0;
}
/* clarfix */
.clearfix {
  zoom: 1;
  display: block;
  clear: both; /*	overflow: hidden;
*/
}
.clearfix:after {
  overflow: hidden;
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
iframe {
  vertical-align: bottom;
}
.genno {
  font-family: 'source-han-sans-japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;  
}
.genno_l {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
  font-style: normal;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;  
}
.genno_m {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;  
}
.genno_b {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;  
}
@media only screen and 
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  .genno, .genno_l, .genno_m, .genno_b {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
span.anchorlink {
  display: inline-block;
  width: 0;
  margin: 0;
  padding: 0;
  height: 0;
}
/* 2. headerArea styles
================================================== */
#header {
  width: 100%;
  z-index: 999;
}
/* 3. globalNaviArea styles
================================================== */
#gNavi {
  margin: 0;
  padding: 0;
}
#gNavi > ul > li {
  cursor: pointer;
}
#gNavi > ul > li > a {
  display: block;
  text-decoration: none;
}
#gNavi ul > li .megaMenuWrap .megaMenuInr .pagetitle {
  font-weight: bold;
}
#gNavi ul > li .megaMenuWrap a {
  color: #2c2c2c;
}
/* 4. localNaviArea styles
================================================== */
/* 5. contentsArea styles
================================================== */
/* visual */
#visual {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#visual h1 {
  font-family: 'source-han-sans-japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#visual .visual_txt .lead {
  font-weight: bold;
  text-align: left;
}
.list_dot01 li {
  position: relative;
  padding-left: 1em;
}
.btn {
  text-align: center;
}
.btn > a {
  background-color: #fe7e00;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  border-radius: 50px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-indent: 2px;
  font-family: 'source-han-sans-japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn > a:after {
  /* background-image: url(../../images/common/ico_arrow_03.png); */
  width: 9px;
  display: block;
  height: 13px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 52%;
  right: 8%;
  margin-top: -7px;
}
.btn.contact > a:before {
  background-image: url(../../images/common/ico_mail_01.png);
  width: 20px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 15px -2px 0;
  content: "";
}
.gc_btn {
  text-align: center;
}
.gc_btn > a{
  background-color: #fe7e00;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  border-radius: 50px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-indent: 2px;
  display: inline-block;
  padding: 25px 0;
  width: 23%;
  margin-top: 50px;
  font-family: 'source-han-sans-japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.gc_btn > a:after {
  /* background-image: url(../../images/common/ico_arrow_03.png); */
  width: 9px;
  display: block;
  height: 13px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 52%;
  right: 8%;
  margin-top: -7px;
}
.gc_btn > a:before {

  width: 20px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 15px -2px 0;
  content: "";
}
.h_style01 {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #363636;
  font-weight: bold;
  font-family: 'source-han-sans-japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.h_style01 .link {
  color: #000;
  text-decoration: none;
}
.h_style02 {
  font-weight: bold;
  font-family: 'source-han-sans-japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.list_dot01 li:before {
  width: 2px;
  height: 2px;
  display: block;
  background-color: #2c2c2c;
  border-radius: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}
.list_dot02 li {
  position: relative;
  padding-left: 1.5em;
}
.list_dot02 li:before {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #2c2c2c;
  border-radius: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
}
.ol_style {
  counter-reset: number; /* 名前を付けたカウンターをリセット */
}
.ol_style > li {
  padding-left: 1.5em;
  position: relative;
}
.ol_style > li:before {
  counter-increment: number; /* 任意の名前を付けて！ */
  content: counter(number)"."; /* 名前を付けたカウンターを呼び出し */
  color: #2c2c2c;
  position: absolute;
  left: 0px;
  top: -1px;
}
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fbox_just {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lead p {
  font-weight: bold;
}
.bg_pic_box .txt_box {
  padding: 80px 80px 80px 0;
  background-color: rgba(255, 255, 255, 0.75);
}
.tabs_nav .tab_ttl {
  background-color: #fe7e00;
  color: #FFFFFF;
  position: relative;
  z-index: 0;
}
.tabs_nav .tab_ttl a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}
.tabs_nav .tab_ttl:before, .tabs_nav .tab_ttl:after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 70px;
  z-index: 1;
  pointer-events: none;
}
.tabs_nav .tab_ttl:before {
  background-color: #c1c1c1;
  left: 0px;
  top: 0px;
  bottom: 0px;
}
.tabs_nav .tab_ttl:after {
  background-image: url(../../images/common/ico_arrow_11.png);
  width: 17px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 27px;
  margin-top: -6px;
  top: 50%;
  transform: scale(1, -1);
}
.tabs_nav .tab_ttl.active:after {
  background-image: url(../../images/common/ico_arrow_11.png);
  transform: scale(-1, 1);
}
.tab_area dd {
  /*  overflow: hidden;
  height: 0;
  padding: 0;
*/ -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  /*  opacity: 0;
  display: none;
*/
}
.tab_area dd.select {
  /*  overflow: visible;
  height: auto;
  opacity: 1;
  display: block;
*/
}
.tab_area dt.open + dd {
  /*  overflow: visible;
  height: auto;
  padding: 0;
  opacity: 1;
*/
}
.tab_area dd:target {
  /* #によるtargetが効いたときに表示*/
  /*  height: auto;
  opacity: 1;
  overflow: visible;
  display: block;
*/
}
.accordion dd.hide {
  display: none;
}
.tab_area {
  overflow: hidden;
}
.hide {
  display: none;
}
.all_area {
  overflow: hidden;
}
/*pagenavi*/
#pagenavi ul {
  margin: 0 -15px;
  justify-content: center;
  align-items: center;
}
#pagenavi ul li {
  margin: 0 15px;
}
#pagenavi ul li a {
  color: #232323;
  text-decoration: none;
  font-family: 'source-han-sans-japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
}
#pagenavi ul li a.back, #pagenavi ul li a.next {
  width: 30px;
  height: 30px;
  background-color: #373837;
  position: relative;
  display: block;
}
#pagenavi ul li a.back:before, #pagenavi ul li a.next:before {
  background-image: url(../../images/column/icon_column_02.png);
  width: 10px;
  height: 20px;
  margin: -10px 0 0 -5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}
#pagenavi ul li a.back {
  background-color: rgba(55, 56, 55, 0.50);
}
#pagenavi ul li a.next:before {
  transform: scale(-1, 1);
}
#pagenavi ul li a.current {
  color: #a1a19f;
}
/*sidemenu*/
#side .nav_ttl {
  color: #FFFFFF;
  text-align: center;
  background-color: #fe7e00;
}
#side .nav_ttl:first-of-type {
  margin-top: 0px;
}
#side .article_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 15px;
}
#side .article_box li + li {
  margin: 15px 0 0;
}
#side .article_box .img img {
  /* 2019/11/15追記*/
  /*  width: 100%;
*/ height: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto; /* 2019/11/15追記*/
}
#side .article_box .txt a {
  color: #2c2c2c;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.7;
}
#side .cate_list li {
  padding: 0 0 15px;
  border-bottom: 1px solid #dcdcdc;
}
#side .cate_list li + li {
  margin: 15px 0 0;
}
#side .cate_list li a {
  color: #2c2c2c;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.7;
}
/* 2019/11/15追記*/
#side .img {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* 2019/11/15追記*/
/* 6. footer styles
================================================== */
#ft_contact_box .ttl {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#ft_contact_box .com_name_txt {
  font-weight: bold;
  text-align: center;
}
#ft_contact_box .inner {
  margin: 0;
  flex-direction: unset;
}
#ft_contact_box .inner > li {
  margin: 0;
  position: relative;
  flex-basis: 50%;
}
#ft_contact_box .inner > li + li:before {
  background-color: #b7b6b6;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 1px;
  height: 100%;
}
#ft_contact_box .tel_ttl {
  line-height: 1.4;
}
#ft_contact_box .tel_txt {
  font-weight: bold;
  position: relative;
  line-height: 1.3;
}
#ft_contact_box .tel_txt:before {
  background-image: url(../../images/common/ico_tel_01.png);
  width: 21px;
  height: 21px;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 10px;
}
#ft_contact_box dl dd {
  display: flex;
}
#footer {
  background-color: #3e3a39;
  color: #FFFFFF;
}
#footer .container {
  position: relative;
}
#footer a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer #copy {
  text-align: center;
}
#pagetop {
  position: fixed;
  z-index: 999;
  margin: -40px auto 0;
  display: none;
  right: 0px;
  bottom: 0px;
}
#pagetop a {
  background-image: url(../../images/common/btn_pagetop_01_pc.png);
  display: block;
  width: 49px;
  height: 40px;
  margin: 0 0 0 auto;
  position: relative;
}
#pagetop.static {
  position: static;
  margin: -40px 0 0;
}

#ft_contact_box .btn.tel_btn {
  text-align: left;
  margin-left: 60px;
}
#ft_contact_box .btn.tel_btn .tel_link {
  padding: 15px 10px 15px;
  min-width: 300px;
}
#ft_contact_box .btn.tel_btn .tel_link:before {
  background-image: url(../../images/common/ico_tel_01_02.png);
  width: 21px;
  height: 14px;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 15px -2px 0;
}

#ft_contact_box .tel_business_txt{
  font-size: 1.3rem;
  margin-left: 110px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    word-wrap: break-word;
    word-break: break-all;
  }
  a:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .6;
  }
  .pcNoDisplay {
    display: none;
  }
  a.tel_link {
    pointer-events: none;
  }
  a.tel_link:hover {
    cursor: default;
    opacity: 1;
  }
  #wrapper {
    padding-top: 110px;
  }
  /* 2. headerArea styles
================================================== */
  #header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
  }
  #header.fixed {
    background-color: #FFFFFF;
  }
  #header.fixed #gNavi > ul > li > a, #header.fixed #gNavi .menu__multi_ttl > span, #header.fixed .hd_subnemu_box > li a {
    color: #2c2c2c;
  }
  #header.fixed:hover .hd_subnemu_box > li:before, #header.fixed:hover .hd_subnemu_box > li:first-of-type:after, #header.fixed .hd_subnemu_box > li:before, #header.fixed .hd_subnemu_box > li:first-of-type:after {
    background-color: #2c2c2c;
  }
  #header.fixed .hd_subnemu_box > li.contact a {
    color: #FFFFFF;
  }
  #header .container {
    position: relative;
    max-width: 1100px;
  }
  #header .hd_subnemu_box {
    position: absolute;
    top: 0px;
    right: 0px;
    align-items: center;
  }
  #header .hd_subnemu_box > li {
    position: relative;
    font-size: 1.1rem;
    font-family: 'source-han-sans-japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #header .menu li {
    font-family: 'source-han-sans-japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
	
	@media screen and (min-width:768px) {
		#header .hd_subnemu_box > li.company {
		  display: none;
		}
	}
	
  #header .hd_subnemu_box > li:before, #header .hd_subnemu_box > li:first-of-type:after {
    width: 1px;
    height: 80%;
    display: block;
    background-color: #c6c6c6;
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
  }
  #header .hd_subnemu_box > li.contact:before, #header .hd_subnemu_box > li.contact:after {
    display: none;
  }
  #header .hd_subnemu_box > li a {
    color: #2c2c2c;
    padding: 5px 30px;
    display: block;
    text-decoration: none;
    line-height: 1.3;
    letter-spacing: 2px;
    text-indent: 2px;
  }
  #header .hd_subnemu_box > li.contact a {
    font-size: 1.2rem;
  }
  #header .hd_subnemu_box > li.contact a {
    background-color: #363636;
    padding: 10px 50px;
    color: #FFFFFF;
    font-size: 1.2rem;
  }
  #header .hd_subnemu_box > li.contact.anniversary a{
	background-color: #fe7e00;
	margin-right: 2px;}
	
  #header .logo_img {
    position: absolute;
    left: 0px;
    top: 10px;
  }
  #header .spmenubtn {
    display: none;
  }
  /* 3. globalNaviArea styles
================================================== */
  #gNavi {
    margin: 0 auto;
    max-width: 1100px;
  }
  #gNavi > ul {
    margin: 0 auto;
    justify-content: flex-end;
    padding-top: 40px;
  }
  #gNavi > ul > li {
    text-align: center;
  }
  #gNavi ul > li .megaMenuWrap a.pcNoDisplay {
    display: none;
  }
  #gNavi > ul > li > a, #gNavi .menu__multi_ttl > span {
    margin: 0 15px;
    font-size: 1.4rem;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px;
    text-indent: 2px;
    line-height: 70px;
    height: 70px;
    color: #2c2c2c;
  }
  #gNavi ul .company .menu__multi_ttl span {
    margin-right: 0px;
  }
  #gNavi > ul > li > a:hover:after, #gNavi .menu__multi_ttl > span:hover:after,  #gNavi > ul > li.active > a:after ,  #gNavi .active .menu__multi_ttl > span:after {
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fe7e00;
    content: "";
  }
  #gNavi ul > li .megaMenuWrap {
    width: 100%;
    z-index: 99;
    background-color: #FFFFFF;
    position: absolute;
    left: 0px;
    right: 0px;
    display: none;
    border-top: 1px solid #cccccc;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 0px;
    overflow: hidden;
    opacity: 0;
  }
  #gNavi .menu__multi_ttl > span {
    display: block;
  }
  body.naviOpen #gNavi ul > li .megaMenuWrap {
    height: auto;
    opacity: 1;
  }
  #gNavi ul > li .megaMenuWrap a {
    position: relative;
    margin-left: 2em;
    text-decoration: none;
  }
  #gNavi ul > li .megaMenuWrap a {
    border-bottom: 2px solid #000000;
    display: inline-block;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.6rem;
  }
  #gNavi ul > li .megaMenuWrap a:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../../images/common/ico_arrow_04.png);
    display: block;
    position: absolute;
    left: -1.25em;
    width: 15px;
    height: 15px;
    top: 8px;
  }
  #gNavi ul > li .megaMenuWrap.on {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background-color: #FFFFFF;
    text-align: left;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 1100px;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .pagetitle {
    flex-basis: 33.333333%;
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .pagetitle a {
    margin-left: 1.25em;
    font-size: 2.5rem;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .pagetitle a:before {
    width: 18px;
    height: 18px;
    top: 17px;
    left: -1em;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap {
    flex-basis: 66.666666%
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul li {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul > li .child_ttl {
    display: none;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul li ul.child {
    padding: 10px 0 5px;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul li ul.child li {
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-left: 1em;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul li ul.child li a {
    font-weight: normal;
    border-bottom: none;
    font-size: 1.4rem;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul li ul.child li a:before {
    background-image: none;
    content: ">";
    width: auto;
    height: auto;
    top: 6px;
    line-height: 1;
  }
  /* 4. localNaviArea styles
================================================== */
  .local_nav {
    margin: 0 auto 50px;
    max-width: 1100px;
    position: relative;
    z-index: 0;
    border-top: 1px solid #cbcbcb;
  }
  .local_nav > li {
    flex-basis: 25%;
    position: relative;
    border-bottom: 1px solid #cbcbcb;
  }
  .local_nav:before, .local_nav > li:after {
    width: 1px;
    height: 100%;
    content: "";
    background-color: #cbcbcb;
    display: block;
    top: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
  }
  .local_nav:before {
    left: 0px;
  }
  .local_nav > li:after {
    right: 0px;
  }
  .local_nav > li a {
    background-color: #fbfbfb;
    display: block;
    color: #585858;
    padding: 15px 10px 15px 15px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: -0.035em;
  }
  .local_nav > li a:hover {
    color: #fe7e00;
  } /* 5. contentsArea styles
================================================== */
  /* visual */
  #visual {
    padding: 130px 0;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #visual .container {
    max-width: 1100px;
  }
  #visual h1 {
    font-size: 2.5rem;
  }
  #visual .label_txt {
    margin: 35px 0;
    border-bottom: none;
    margin-bottom: 30px;
    display: inline-block;
  }
  #visual .label_txt span {
    padding: 3px 20px 5px;
    display: block;
    background-color: #191616;
    color: #FFFFFF;
    font-size: 2.5rem;
    line-height: 1.4;
  }
  #visual .label_txt span + span {
    margin: 15px 0 0;
  }
  #visual .label_txt span.pcNoDisplay {
    display: none !important;
  }
  #visual .visual_txt .lead p + p {
    margin: 35px 0 0;
  }
  #visual .lead {
    margin-bottom: 0px;
  }
  /* topicpath */
  #topicpath {
    width: 1100px;
    margin: 20px auto 50px;
  }
  #topicpath ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #topicpath ul li {
    font-size: 1.2rem;
  }
  #topicpath ul li:before {
    content: "\003e";
    float: left;
    display: block;
    margin-right: 5px;
    padding-left: 5px;
  }
  #topicpath ul li:first-child:before {
    content: "";
    float: none;
    display: none;
    padding-left: 0;
  }
  #topicpath ul li a {
    color: #2c2c2c;
    text-decoration: none;
  }
  .container {
    margin: 0 auto;
    max-width: 1100px;
  }
  .btn > a {
    min-width: 50%;
    display: inline-block;
    padding: 15px 0;
  }
  .h_style01 {
    font-size: 3.0rem;
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
  .h_style02 {
    font-size: 2.5rem;
  }
  .flexbox > li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .flexbox.col2 {
    margin: 0 -2.5%;
  }
  .flexbox.col2 > li {
    margin: 0 2.5%;
    flex-basis: 45%;
  }
  .flexbox.col3 {
    margin: 0 -2.5%;
  }
  .flexbox.col3 > li {
    margin: 0 2.5%;
    flex-basis: 28.333333%;
  }
  .flexbox.col4 {
    margin: 0 -2.5%;
  }
  .flexbox.col4 > li {
    margin: 0 2.5%;
    flex-basis: 20%;
  }
  .lead {
    text-align: center;
    margin-bottom: 50px;
  }
  .bg_pic_box > li + li {
    margin: 50px 0 0;
  }
  .bg_pic_box .inner {
    padding: 40px 50% 40px 0;
    position: relative;
    z-index: 0;
  }
  .bg_pic_box > li:nth-child(even) .inner {
    padding: 40px 0 40px 50%;
  }
  .bg_pic_box .inner:after {
    width: 960px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -270px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    z-index: -1;
  }
  .bg_pic_box > li:nth-child(even) .inner:after {
    right: auto;
    left: -270px;
  }
  .bg_pic_box .img {
    display: none;
  }
  .bg_pic_box > li:nth-child(even) .txt_box, section.right .bg_pic_box .txt_box  {
    padding: 80px 0 80px 80px;
  }
  .tabs_nav, .tab_content {
    margin: 0 auto;
    max-width: 1100px;
  }
  .tabs_nav .tab_ttl a {
    padding: 15px 10px 15px 90px;
    font-size: 2rem;
  }
  /*pagenavi*/
  #pagenavi {
    margin: 50px 0 80px;
  }
  #pagenavi ul {
    justify-content: center;
  }
  #pagenavi ul li a {
    font-size: 2rem;
  }
  /*sidemenu*/
  #maincontainer {
    width: 100%;
    display: table;
  }
  #main, #side {
    display: table-cell;
    vertical-align: top;
  }
  #side {
    width: 380px;
  }
  #side nav {
    margin: 0 0 0 50px;
  }
  #side .nav_ttl {
    font-size: 1.8rem;
    padding: 10px 0 13px;
    margin: 30px 0 20px;
  }
  #side .article_box .img {
    flex-basis: 29.4%;
  }
  #side .article_box .txt {
    margin: 0 0 0 4.4%;
    flex-basis: 66.2%
  }
  /* 6. footer styles
================================================== */
  #ft_contact_box {
    padding: 50px 0;
  }
  #ft_contact_box .container {
    /*max-width: 1100px;*/
    background-color: #FFFFFF;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 10px 0 5px;
    width: 100%;
    min-width: 100%;
    z-index: 9999;
  }
  #ft_contact_box .btn.contact {
    margin: 0 60px 0 0;
    text-align: right;
  }
  #ft_contact_box .btn.contact a {
    min-width: 300px;
  }
  #ft_contact_box .com_name_txt {
    font-size: 2.5rem;
    margin: 0 0 30px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  #ft_contact_box .tel_ttl {
    font-size: 1.2rem;
    margin-left: 90px;
  }
  #ft_contact_box .tel_txt {
    font-size: 3.0rem;
    margin-left: 60px;
  }
  #ft_contact_box .tel_open_txt {
    font-size: 1.2rem;
    margin: 32px 0px 0px 10px;
  }
  #footer {
    padding: 50px 0;
    /*padding: 50px 0 300px;*/
  }
  #footer .ft_sitemap {
    margin-bottom: 50px;
    justify-content: center;
  }
  #footer .ft_sitemap > li {
    position: relative;
    line-height: 1.4;
  }
  #footer .ft_sitemap > li:after {
    width: 1px;
    height: 100%;
    display: block;
    background-color: #FFFFFF;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
  }
  #footer .ft_sitemap > li:after {
    right: 0px;
  }
  #footer .ft_sitemap > li a {
    padding: 1px 10px 2px;
    font-size: 1.2rem;
    display: block;
    font-weight: normal;
  }
  #footer #copy {
    font-size: 1.2rem;
  }
  #footer #ft_contact_box.following_btm {
    display: none;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

IE Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TABLET Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body, html {
    min-width: 1280px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  html.js_humburgerOpen {
    overflow: hidden;
    overflow-y: hidden;
  }
  body {
    background: none;
    position: relative;
    font-size: 1.6rem;
    overflow-wrap: break-word;
  }
  body, html {
    min-width: 0;
  }
  .spNoDisplay {
    display: none;
  }
  a.tel_link {
    pointer-events: auto;
  }
  a:hover {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
  .tblScroll {
    white-space: nowrap;
    margin-bottom: 30px;
    padding-bottom: 20px;
    overflow: scroll;
  }
  .tblScroll::-webkit-scrollbar {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
  }
  .tblScroll::-webkit-scrollbar-track {
    background: #f2f2f2;
  }
  .tblScroll::-webkit-scrollbar-thumb {
    background: #cccccc;
  }
  /* 1. img styles
================================================== */
  img {
    border: 0;
    vertical-align: middle;
    max-width: 100% !important;
    width /***/ : auto;
    -ms-interpolation-mode: bicubic;
    width: 100%;
    height: auto;
  }
  .ie6 img {
    width: 100%;
  }
  /* 2. header styles
================================================== */
  #header {
    background-image: none;
    margin: 0 auto;
    padding: 0;
    z-index: 5000;
    width: 100%;
    background-color: #FFFFFF;
  }
  #header #logo {
    display: table;
    width: 100%;
  }
  #header #logo .logo_img {
    display: table-cell;
    width: 87%;
    vertical-align: top;
    padding: 5px 0;
  }
  #header #logo .logo_img img {
    width: 74%;
    margin: 1% 4%;
  }
  #header .hd_subnemu_box {
    display: none;
  }
  #header #logo .spmenubtn {
    display: table-cell;
    vertical-align: top;
    background-image: url(../../images/common/icon_hdr_01_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 13%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
  }
  .sp_navi_open #header {
    background-color: #FFFFFF;
  }
  .sp_navi_open #header #logo .spmenubtn {
    background-image: url(../../images/common/icon_hdr_02_sp.png);
  }
  #header li.hd_contact_box {
    padding: 30px 6%;
    border-bottom: none;
    text-align: center;
  }
  #header li.hd_contact_box .tel_ttl {
    font-weight: bold;
    font-size: 1.8rem;
  }
  #header li.hd_contact_box .tel_txt {
    position: relative;
    font-weight: bold;
    font-size: 3rem;
  }
  #header li.hd_contact_box .tel_txt a {
    display: inline;
  }
  #header li.hd_contact_box .tel_txt:before {
    background-image: url(../../images/common/ico_tel_02.png);
    width: 24px;
    height: 24px;
    margin-right: 5px;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  /* 3. navi styles
================================================== */
  #gNavi {
    width: 100%;
    z-index: 999;
    position: relative;
    font-family: 'source-han-sans-japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #gNavi > ul {
    overflow-y: scroll;
    position: fixed;
    border-top: 1px solid #cdcdcd;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 999;
  }
  #gNavi > ul:after {
    width: 100%;
    height: 200px;
    display: block;
    content: "";
  }
  #gNavi > ul > li.menu__multi .menu__multi_ttl {
    position: relative;
    cursor: pointer;
  }
  #gNavi > ul > li > a {
    color: #2c2c2c;
    text-decoration: none;
  }
  #gNavi > ul > li a.spNoDisplay {
    display: none;
  }
  #gNavi ul > li .megaMenuWrap {
    display: none;
  }
  #gNavi ul > li .megaMenuWrap a {
    padding: 15px 4% 15px 8%;
    text-decoration: none;
  }
  #gNavi ul > li .megaMenuWrap h2 a {
    padding: 15px 4% 15px 8%;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .pagetitle {
    border-top: 1px solid #c2c2c2;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .pagetitle h2 {
    font-weight: normal;
    position: relative;
  }
  #gNavi > ul > li > a, #gNavi .menu__multi_ttl > span {
    padding: 15px 4%;
    display: block;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr {
    background-color: #e6e3e3;
  }
  #gNavi ul > li .megaMenuWrap a, #gNavi > ul > li:not(.menu__multi) > a {
    position: relative;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .pagetitle h2:before, #gNavi > ul > li:not(.menu__multi) > a:before, #gNavi ul > li .megaMenuWrap a:before {
    right: 8%;
    content: "＞";
    display: block;
    position: absolute;
    top: 50%;
    font-size: 1.6rem;
    line-height: 1;
    margin-top: -8px;
  }
  #gNavi .panel-btn-icon {
    display: block;
    top: 0%;
    transition: .2s;
    position: absolute;
    right: 10%;
    height: 100%;
    width: 20%;
  }
  #gNavi .panel-btn-icon:before {
    right: -7px;
    content: "＞";
    display: block;
    position: absolute;
    top: 50%;
    font-size: 1.6rem;
    line-height: 1;
    margin-top: -8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #gNavi .open .panel-btn-icon:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul > li {
    flex-basis: 100%;
    width: auto;
    border-top: 1px solid #cdcdcd;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul > li + li {
    border-bottom: none;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul > li .child_ttl {
    padding: 15px 4% 15px 8%;
    position: relative;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul > li .child_ttl:before {
    right: 8%;
    content: "＞";
    display: block;
    position: absolute;
    top: 50%;
    font-size: 1.6rem;
    line-height: 1;
    margin-top: -8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul > li .child_ttl.open:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul li ul.child {
    background-color: #d1d1d1;
    display: none;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul li ul.child li {
    border-top: 1px solid #b7b7b7;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul.child > li:last-child {
    border-bottom: none;
  }
  #gNavi ul > li .megaMenuWrap .megaMenuInr .sitemap ul li ul.child li a {
    padding: 15px 4% 15px 12%;
  }
	
  /*220周年特設サイトボタン*/
  #gNavi ul li.anniversary a{
	background: #fe7e00;
	color: #fff;
	}
 #gNavi > ul > li.anniversary > a:before{
        right: 8%;
        content: url("../../images/common/ico_link_00.png");
        display: block;
        position: absolute;
        top: 50%;
        font-size: 1.6rem;
        line-height: 1;
        margin-top: -8px;
    }
  /* 4. lNavi styles
================================================== */
  .local_nav {
    display: none;
  }
  /* 5. contents styles
================================================== */
  /* visual */
  #visual h1 {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 6%;
    font-size: 2rem;
  }
  #visual .label_txt {
    display: inline-block;
    border-bottom: 3px solid #363636;
    font-size: 2rem;
    margin: 0 0 30px;
    padding-bottom: 5px;
  }
  #visual .label_txt span.spNoDisplay {
    display: none !important;
  }
  #visual .visual_txt {
    padding: 30px 6%;
    text-align: center;
  }
  #visual .visual_txt .lead p + p {
    margin: 15px 0 0;
  }
  /* topicpath */
  #topicpath {
    width: 100%;
    margin: 15px;
  }
  #topicpath ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #topicpath ul li {
    font-size: 1.2rem;
  }
  #topicpath ul li a {
    color: #2c2c2c;
    text-decoration: none;
  }
  #topicpath ul li:before {
    content: "\003e";
    float: left;
    display: block;
    margin-right: 5px;
    padding-left: 5px;
  }
  #topicpath ul li:first-child:before {
    content: "";
    float: none;
    display: none;
    padding-left: 0;
  }
  .btn > a {
    padding: 15px 0;
    width: 100%;
    display: block;
  }
  .btn.contact > a:before {
    width: 14px;
    height: 10px;
    margin: 0 5px -1px 0;
  }
  .h_style01 {
    font-size: 2rem;
    margin: 0 0 30px;
    padding-bottom: 5px;
    line-height: 1.6;
  }
  .h_style02 {
    font-size: 1.8rem;
  }
  .bg_pic_box > li + li {
    margin: 30px 0 0;
  }
  .bg_pic_box .img {
    margin: 0 0 30px;
  }
  .bg_pic_box .txt_box {
    padding: 0 6%;
    text-align: center;
  }
  .bg_pic_box .txt {
    text-align: left;
  }
  .tabs_nav .tab_ttl a {
    padding: 15px 15px 15px 60px;
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .tabs_nav .tab_ttl:before, .tabs_nav .tab_ttl:after {
    width: 50px;
  }
  .tabs_nav .tab_ttl:after {
    width: 12px;
    height: 8px;
    left: 19px;
    background-repeat: no-repeat;
    margin-top: -4px;
  }
  /*pagenavi*/
  #pagenavi {
    margin: 30px 0 0;
  }
  #pagenavi ul {
    margin: 0 -4%;
  }
  #pagenavi ul li {
    margin: 0 4%;
  }
  #pagenavi ul li a {
    font-size: 1.8rem;
  }
  #pagenavi ul li a.back, #pagenavi ul li a.next {
    width: 20px;
    height: 20px;
  }
  #pagenavi ul li a.back:before, #pagenavi ul li a.next:before {
    width: 8px;
    height: 16px;
    margin: -8px 0 0 -4px;
    background-size: cover;
  }
  /*sidemenu*/
  #main {
    padding: 30px 6%;
  }
  #side {
    padding: 0 6% 30px;
  }
  #side .nav_ttl {
    padding: 8px 0 10px;
    margin: 30px 0 15px;
    font-size: 1.6rem;
  }
  #side .article_box .img {
    flex-basis: 28.5%;
  }
  #side .article_box .txt {
    margin: 0 0 0 5%;
    flex-basis: 66.5%;
  }
  /*	6 : footer styles
================================================== */
  #ft_contact_box {
    padding: 10px 6%;
  }
  #ft_contact_box .com_name_txt {
    font-size: 1.8rem;
    margin: 0 0 15px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  #ft_contact_box .ttl {
    font-size: 1.1rem;
  }
  #ft_contact_box .inner {
    align-items: center;
  }
  #ft_contact_box .inner > li {
    flex-basis: 50%;
  }
  #ft_contact_box .inner > li .btn {
    padding: 0 6% 0 0;
  }
  #ft_contact_box .inner > li .btn a {
    font-size: 1rem;
    letter-spacing: normal;
  }
  #ft_contact_box .tel_ttl {
    font-size: 1.1rem;
  }
  #ft_contact_box .tel_txt {
    font-size: 1.8rem;
  }
  #ft_contact_box .tel_txt:before {
    width: 13px;
    height: 13px;
    margin-right: 0px;
  }
  #ft_contact_box dl {
    padding: 0 0 0 6%;
  }
  #ft_contact_box .btn.contact a:after {
    right: 7%;
  }
  #ft_contact_box .tel_open_txt {
    font-size: 1.1rem;
  }
  #footer .ft_sitemap {
    display: none;
  }
  #footer #copy {
    padding: 30px 0 120px;
    font-size: 1.2rem;
  }
  #footer #ft_contact_box.following_btm {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #3e3a39;
    z-index: 11;
  }
  #ft_contact_box .footerLogo img{
	max-height: 60px;
    width: auto;
  }
  #pagetop {
    bottom: 0px;
    width: 100%;
    z-index: 900;
    margin: -31px auto 0;
  }
  #pagetop a {
    width: 40px;
    height: 30px;
    background-image: url(../../images/common/btn_pagetop_01_sp.png);
    background-size: cover;
  }
  #pagetop.static {
    margin: -31px 0 0;
  }
  .gc_btn > a{
    background-color: #fe7e00;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    border-radius: 50px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-indent: 2px;
    display: inline-block;
    padding: 25px 0;
    width: 85%;
    margin-top: 50px;
    font-size: small;
    font-family: 'source-han-sans-japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .gc_btn > a:before {
    width: 20px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 -10px 0px 0;
    content: "";
  }
  #ft_contact_box.contact_box_01 {
    padding: 5px 5px 0px;
  }
  #ft_contact_box.contact_box_01 .inner > li + li:before {
    display: none;
  }
  #ft_contact_box .flexbox.pc_contact_btn{
    display: none;
  }
  #ft_contact_box .container .btn a{
    padding: 15px 0;
  }
  #ft_contact_box .btn.tel_btn_sp .tel_link:before {
    background-image: url(../../images/common/ico_tel_01_02.png);
    width: 16px;
    height: 10px;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 3px;
  }
  #ft_contact_box.contact_box_01 .inner > li:nth-of-type(2) {
    margin-top: 20px;
  }
  #ft_contact_box.contact_box_01 .tel_business_txt {
    font-size: 10px;
    margin-left: 25px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting(横)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media only screen and (max-width:767px) and (orientation: landscape) {}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PRINT Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media print{
	#topicpath{
		width:100%;
		margin:0 auto 0 0;
	}
	#topicpath ul li{
		display:inline-block;
		margin-right:8px;
	}
	.tabs_nav .tab_ttl:before{
		background-color:unset;
	}
	.tabs_nav .tab_ttl:after{
		display:none;
	}
}

.cta._center {
  margin: 40px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cta._center {
    margin: 30px 20px;
    text-align: center;
  }
}
/*総合方針・行動範囲を非表示*/
header .show-on-mobile li:nth-child(13) {
	display: none;
}
footer .ft_sitemap li:nth-child(11) {
	display: none;
}
/*End:総合方針・行動範囲を非表示*/