@charset "UTF-8";

/*html*/
html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth;
	color: #000;
font-size: 62.5%;
}

/*body*/
body {
font-size: 1.6rem;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* sp_navi
----------------------------------------------------------- */
.globalMenuSp {
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  min-height: 100vh;
  opacity: 0.0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0px;
	overflow: hidden;
}
@media screen and (min-width:900px) {
  .globalMenuSp {
    display: none;
  }
}
.globalMenuSp ul.sp_nav {
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
 	overflow: hidden;
}
@media screen and (max-width: 600px) {
  .globalMenuSp ul.sp_nav {
    text-align: center;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
}
.globalMenuSp ul.sp_nav > li {
  text-align: left;
  margin-bottom: 2.0em;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-right: 2.0em;
}
@media screen and (max-width: 480px) {
  .globalMenuSp ul.sp_nav > li {
    text-align: left;
    width: 100%;
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 480px) {
  .globalMenuSp ul.sp_nav > li + li {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
  }
}
.globalMenuSp ul.sp_nav > li a {
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-setting: "palt";
}
@media screen and (max-width: 600px) {
.globalMenuSp ul.sp_nav > li a {
  font-size: 1.4rem;
}
	}
.globalMenuSp ul.sp_nav > li dl dt {
		font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom: 7px;
}
.globalMenuSp ul.sp_nav > li dl dt {
	margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
.globalMenuSp ul.sp_nav > li dl dt {
	margin-bottom: 7px;
}
	}
.globalMenuSp ul.sp_nav > li dl dd {
	float: left;
	margin-left: 30px;
	margin-bottom: 5px;
		font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	display: inline-block;
}
@media screen and (max-width: 600px) {
.globalMenuSp ul.sp_nav > li dl dd {
	float: left;
	margin-left: 20px;
	margin-bottom: 5px;
		font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	display: inline-block;
}
	}
.globalMenuSp ul.sp_nav > li dl dt a:before {
	content: "";
	height:1px;
	width: 23px;
	background-color: rgba(0,0,0,0.5);
	display: inline-block;
	position: relative;
	top: -5px;
	margin-right: 7px;
}
@media screen and (max-width: 600px) {
.globalMenuSp ul.sp_nav > li dl dt a:before {
	content: "";
	height:1px;
	width: 15px;
	background-color: rgba(0,0,0,0.5);
	display: inline-block;
	position: relative;
	top: -5px;
	margin-right: 5px;
}
	}
.globalMenuSp ul.sp_nav > li dl dt a {
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-setting: "palt";
}
@media screen and (max-width: 600px) {
.globalMenuSp ul.sp_nav > li dl dt a {
  font-size: 1.4rem;
}
	}
.globalMenuSp ul.sp_nav > li dl dd a {
  font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
.globalMenuSp ul.sp_nav > li dl dd a {
  font-size: 1.2rem;
}
	}
@media screen and (max-width: 480px) {
.globalMenuSp ul.sp_nav > li dl dd a {
  font-size: 1.1rem;
}
	}
.globalMenuSp ul.sp_nav > li a:hover {
	color: #e4340e;
}
@media screen and (max-width: 480px) {
  .globalMenuSp ul.sp_nav > li a {
    font-size: 1.3rem;
  }
}
.globalMenuSp ul.sp_nav > li i {
  margin-right: 6px;
  color: #f0810d;
}

.globalMenuSp .sp_submit {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	margin: auto;
	width: 90%;
	background-color: rgba(0,0,0,0.07);
	padding: 13px 13px 10px;
	margin-top: 20px;
}
.globalMenuSp .sp_submit input {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  border: 1px solid rgba(0,0,0,0.3); /* ボーダーの指定 */
  border-radius: 3px; /* 角丸の指定 */
  padding: 2px 8px; /* 余白の指定 */
  font-size: 14px; /* 文字サイズ */
	font-size: 1.5rem;
	display: inline-block;
	background-color: #FFF;
	position: relative;
	top: -2px;
	text-align: left;
	width: 100%;
	margin-right: 10px;
}
.globalMenuSp .sp_submit button {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  border-radius: 5px; /* 角丸の指定 */
  padding: 1px 8px 1px; /* 余白の指定 */
  font-size: 14px; /* 文字サイズ */
	font-size: 1.2rem;
	display: inline-block;
	background-color: #FFF;
	position: relative;
	top: -2px;
	text-align: left;
	white-space: nowrap;
	background-color: #E4340E;
	border: none;
	color: #FFF;
	transition-duration:0.3s;
}
.globalMenuSp .sp_submit button:hover {
	background-color: #2a6f37;
}
.globalMenuSp .sp_submit button i {
	margin-right: 6px;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  transition: all 1s;
  opacity: 1.0;
  z-index: 300;
}
.navToggle {
  display: block;
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 20px;
  top: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 400;
  text-align: center;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media screen and (min-width:900px) {
  .navToggle {
    display: none;
  }
}
.navToggle span {
  display: block;
  position: absolute; /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 3px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}
.navToggle span:nth-child(1) {
  top: 11px;
}
.navToggle span:nth-child(2) {
  top: 20px;
}
.navToggle span:nth-child(3) {
  top: 29px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}
.navToggle.active {
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 20px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* container
----------------------------------------------------------- */
#container {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
#container header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  margin: 0 auto 0;
	transition: all .3s ease;
}
.fadein {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

/*header*/
#container header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  margin: 0 auto 0;
	transition: all .3s ease;
}
@media screen and (max-width: 900px) {
#container header {
  margin: 0px auto 0px;
	padding-top: 7px;
}
	}

#container header > div.head_inner {
	padding-top: 12px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 8px;
  margin-top: 0px;
	position: relative;
}
@media screen and (max-width: 900px) {
#container header > div.head_inner {
	margin: 6px auto 6px;
}
}
#container header > div.head_inner>.wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
	position: relative;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
#container header h1 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
  width: 176px;
  height: 38px;
	position: relative;
	overflow: hidden;
	margin-top: -6px
}
@media screen and (max-width: 900px) {
#container header h1 {
	position: relative;
	 width: 130px;
  height: 28px;
	margin-top: -10px;
}
	}
#container header h1 a {
  display: block;
  background-image: url("../img/common/head_logo.png");
  background-size: 176px 38px;
	 width: 176px;
  height: 38px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	}
@media screen and (max-width: 900px) {
#container header h1 a {
  background-size: 130px 28px;
	background-repeat: no-repeat;
	 width: 130px;
  height: 28px;
}
	}

/*gnav*/
  #container header .gnav {
	 -webkit-flex: 1;  flex: 1;
	  margin-left: 20px
  }
@media screen and (max-width: 900px) {
  #container header .gnav {
	  display: none;
  }
}
#container header .gnav>ul {
	margin: 35px 0 0;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	justify-content: flex-end;
}
#container header .gnav>ul li {
	margin-top: 7px;
}
@media screen and (max-width: 900px) {
#container header .gnav>ul li {
	margin-top: 7px;
}
	}


#container header .gnav ul li a {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  display: block;
  padding: 0 0 7px;
  position: relative;
  text-decoration: none;
	 transition: all .2s ease-in;
}
@media screen and (max-width: 1000px) {
#container header .gnav ul li a {
  font-size: 1.3rem;
}
	}
#container header .gnav ul li a:hover {
	color: #000;
}
#container header .gnav ul li a::before, #container header .gnav ul li a::after {
  border-bottom: solid 1px #da0012;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
#container header .gnav ul li a::before {
  left: 50%;
}
#container header .gnav ul li a::after {
  right: 50%;
}
#container header .gnav ul li a:hover::before, #container header .gnav ul li a:hover::after {
  width: 50%;
}




#container header .gnav > ul > li+li {
 margin-left: 1.5em;
}
@media screen and (max-width: 1100px) {
#container header .gnav > ul > li+li {
 margin-left: 1.5em;
}
	}
@media screen and (max-width: 900px) {
#container header .gnav > ul > li+li {
 margin-left: 1.5em;
}
	}
@media screen and (max-width: 850px) {
#container header .gnav > ul > li+li {
 margin-left: 1.0em;
}
	}
#container header .gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#container header .gnav > ul > li > a {
  display: block;
  transition: all .2s ease-in;
}
#container header .gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
	margin: 0 calc(50% - 50vw);
  width: 100vw;
  left: 0;
  text-align: center;
  position: absolute;
	z-index: 50;
}
#container header .gnav > ul .menu .menu_inner {
  padding: 1em 0;
	width: 100%;
	margin: auto;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	 -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   margin-top: 8px;
     background-color: #da0012;
	
}
#container header .gnav > ul .menu .menu_inner li {
  margin: 0.25em 1.5em;
	width: auto;
	padding-top:0.3em;
}
#container header .gnav > ul .menu a {
  color: #fff;
	font-size: 1.4rem;
}
#container header .gnav > ul .menu a:hover {
  color: #fff;
}
#container header .gnav > ul .menu a::before, #container header .gnav > ul .menu a::after {
  border-bottom: solid 1px #FFF;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

#container header .head_tool {
	position: absolute;
	top: -2px;
	right: 0px;
	z-index: 100;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 10px;
	align-items: center;
}
@media screen and (max-width: 900px) {
#container header .head_tool {
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	-webkit-box-pack: center;     -ms-flex-pack: center;   justify-content: center;
	margin-top: 20px;

}
}
#container header .head_tool form {
	width: auto;
	display: inline-block;
	width: auto;

}
#container header .head_tool .head_search {
 display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
-webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
	margin-right: 0px;
	width: auto;
	align-items: center;
	margin-left: 20px;
	
}
@media screen and (max-width: 900px) {
#container header .head_tool .head_search {
 display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	margin-top: px;
}
	}
@media screen and (max-width: 600px) {
#container header .head_tool .head_search {
	display: none;
}
	}
#container header .head_tool .head_search dt {
	width: 230px;
	margin-right: 5px
}
@media all and (-ms-high-contrast: none) {
#container header .head_tool .head_search dt {
	margin-right: 15px
}
	}
@media screen and (max-width: 1000px) {
#container header .head_tool .head_search dt {
	width: 200px;
	margin-right: 5px
}
	}
@media screen and (max-width: 900px) {
#container header .head_tool .head_search dt {
	width: 180px;
	margin-right: 5px
}
	}
@media screen and (max-width: 800px) {
#container header .head_tool .head_search dt {
	width: 160px;
	margin-right: 5px
}
	}
#container header .head_tool .head_search dt input {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  border: 1px solid rgba(0,0,0,0.3); /* ボーダーの指定 */
  border-radius: 3px; /* 角丸の指定 */
  padding: 5px 8px 5px; /* 余白の指定 */
  font-size: 14px; /* 文字サイズ */
	display: inline-block;
	background-color: #FFF;
	position: relative;
	text-align: left;
	width: 230px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
_::-webkit-full-page-media, _:future, :root #container header .head_tool .head_search dt input {
	padding: 2px 6px; /* 余白の指定 */
	height: 22px;
}
@media screen and (max-width: 900px) {
#container header .head_tool .head_search dt input {
	width: 100%;
}
	}
#container header .head_tool .head_search dd {
	margin-left: 0px
		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
}
#container header .head_tool .head_search dd button {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  border-radius: 3px; /* 角丸の指定 */
  padding: 5px 8px 5px; /* 余白の指定 */
  font-size: 14px; /* 文字サイズ */
	display: inline-block;
	background-color: #FFF;
	position: relative;
	top: 0px;
	text-align: left;
	white-space: nowrap;
	background-color: #000;
	border: none;
	color: #FFF;
	transition-duration:0.3s;
	margin-left: 5px;
	border: 1px solid rgba(0,0,0,1); /* ボーダーの指定 */
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
#container header .head_tool .head_search dd button {
		font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
 border-radius: 3px; /* 角丸の指定 */
  padding: 5px 8px 5px; /* 余白の指定 */
  font-size: 14px; /* 文字サイズ */
	display: inline-block;
	background-color: #FFF;
	position: relative;
	top: 0px;
	text-align: left;
	white-space: nowrap;
	background-color: #000;
	border: none;
	color: #FFF;
	transition-duration:0.3s;
	margin-left: 5px;
}
}
@media screen and (max-width: 700px) {
#container header .head_tool .head_search dd {
  margin-left: 0px;
}
}
@media screen and (max-width: 900px) {
#container header .head_tool .head_search dd button {
  font-size: 12px; /* 文字サイズ */
	padding: 6px 8px 6px; /* 余白の指定 */
}
}
#container header .head_tool .head_search dd button:hover {
	background-color: #d62226;
	border: 1px solid #d62226; /* ボーダーの指定 */
}
#container header .head_tool .head_search dd button i {
	margin-right: 6px;
}
#container header .head_tool .ui_size{
	z-index: 100;
	font-size: 14px;
	width: auto;
	margin-left: 1.0em;
}
@media screen and (max-width: 1200px) {
#container header .head_tool .ui_size {
	font-size: 13px;
}
	}
@media screen and (max-width: 900px) {
#container header .head_tool .ui_size {
	font-size: 12px;
}
	}
@media screen and (max-width: 700px) {
#container header .head_tool .ui_size {
	margin-right: 10px;
}
	}
@media screen and (max-width: 900px) {
#container header .head_tool .ui_size span.size {
	display: none;
}
	}
#container header .head_tool .ui_size span+span {
	margin-left: 5px;
}
#container .accessible-button {
	cursor: pointer;
	background-color: #fafafa;
	border: solid 1px #b2b2b2;
	color: #000;
	line-height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
 border-radius: 3px; /* 角丸の指定 */
  padding: 5px 7px 5px; /* 余白の指定 */
  font-size: 14px; /* 文字サイズ */
	line-height: 1.2em;
	display: inline-block;
	background-color: #FFF;
	position: relative;
	text-align: left;
	white-space: nowrap;
	transition-duration:0.3s;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	
}
@media screen and (max-width: 1200px) {
#container .accessible-button {
	font-size: 13px;
}
	}
@media screen and (max-width: 900px) {
#container .accessible-button {
	padding: 4px 6px 4px; /* 余白の指定 */
	font-size: 12px;
}
	}
#container .accessible-button:hover,#container #fontsize-enlarge:hover {
	background-color: #d62226;
	border: 1px solid #d62226; /* ボーダーの指定 */
	color: #FFF;
}

/********************/
    /* ボタンのスタイル */
    /********************/
    .bl_sizeBtn_wrap {
      		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
		align-items: center;
    }
    
    .bl_sizeBtn_wrap > span {
      font-size: 14px;
      letter-spacing: 0.05em;
    }
    
    .bl_sizeBtn_wrap > * + * {
      margin-left: 7px;
    }
    
    .bl_sizeBtn {
     cursor: pointer;
	background-color: #fafafa;
	border: solid 1px #b2b2b2;
	color: #000;
	line-height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
 border-radius: 3px; /* 角丸の指定 */
  padding: 5px 7px 5px; /* 余白の指定 */
  font-size: 13px; /* 文字サイズ */
	line-height: 1.2em;
	display: inline-block;
	background-color: #FFF;
	position: relative;
	text-align: left;
	white-space: nowrap;
	transition-duration:0.3s;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
		font-weight: 500;
    }
    
    .bl_sizeBtn:first-of-type {
    }
    
    .bl_sizeBtn:nth-of-type(2) {
    }
    
    .bl_sizeBtn:nth-of-type(3) {
    }
    
    /* 選択したボタンのスタイル */
    .bl_sizeBtn.is_active {
      background-color: #da0012;
		border: #da0012 1px solid;
      color: #fff;
    }
    /****************************/
    /* ボタンのスタイルここまで */
    /****************************/

 .bl_sizeBtn:hover {
      background-color: #427935;
		border: #427935 1px solid;
      color: #fff;
    }





#container header .contact_b {
	text-align: right;
	z-index: 100;
	width: 90%;
	max-width: 1000px;
	margin: 0;
}
@media screen and (max-width: 800px) {
#container header .contact_b {
	display: none;
}
	}
#container header .contact_b a {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.2em;
	white-space: nowrap;
	background-color: rgba(0,0,0,0.15);
	padding: 6px 1.0em 6px;
	color: #000;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	font-weight: 500;
}
#container header .contact_b a:hover {
	background-color: #d62226;
	color: #FFF;
	
}
#container header .contact_b i {
	margin-right: 6px;
	font-size: 1.2em;
	position: relative;
	top: 1px;
	
}


/*page_img*/
#container header .page_img {
  width: 100%;
  height: auto;
  position: relative;
	max-height: 160px;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
#container header .page_img {
  width: 100%;
  height: auto;
	margin-bottom: 10px
}
	}
#container header .page_img img {
  width: 100%;
  height: auto;
}

#container header .page_title {
 position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	z-index: 20;
}
#container header .page_title h2 {
	font-size: 3.0rem;
	line-height: 1.1em;
 font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Prompt', sans-serif;
  font-weight: 600,400;
	text-align: center;
	letter-spacing: 5px;
	text-indent: 5px;
	color: #FFF;
	white-space: nowrap;
}
@media screen and (max-width: 800px) {
#container header .page_title h2 {
	font-size: 2.6rem;
	line-height: 1.1em;
	letter-spacing: 4px;
	text-indent: 4px;
}
	}
@media screen and (max-width: 600px) {
#container header .page_title h2 {
	font-size: 2.3rem;
	line-height: 1.1em;
}
	}
@media screen and (max-width: 480px) {
#container header .page_title h2 {
	font-size: 2.0rem;
	line-height: 1.1em;
}
	}
#container header .page_title p {
	font-size: 1.4rem;
	line-height: 1.1em;
 font-family: 'Prompt', sans-serif;
  font-weight: 600;
	text-align: center;
	margin-top: 0.6em;
	letter-spacing: 1px;
	text-indent: 1px;
}
@media screen and (max-width: 800px) {
#container header .page_title p {
	font-size: 1.1rem;
	line-height: 1.1em;
	margin-top: 0.4em;
}
	}
@media screen and (max-width: 600px) {
#container header .page_title p {
	font-size: 1.0rem;
	line-height: 1.1em;
}
	}

/*pankuzu*/
section .topic_path {
  width: 90%;
	max-width: 1000px;
  background-size: 45px 44px;
  padding: 10px 0;
  background-repeat: repeat;
font-size: 1.2rem;
	 display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	margin: 10px auto 40px;
}
@media screen and (max-width: 800px) {
  section .topic_path {
    font-size: 1.1rem;
	  margin: 14px auto 30px;
  }
}
@media screen and (max-width: 600px) {
  section .topic_path {
	  display: none;
  }
}
 section .topic_path > li {}
 section .topic_path > li:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 600;
  margin: 0 0.8em;
  -webkit-font-smoothing: antialiased;
	text-decoration: none;
	 opacity: 0.4;
}
 section .topic_path > li:last-child:after {
  content: "";
}
section .topic_path > li {
	 font-weight: 400;
}
 section .topic_path > li a {
	 font-weight: 400;
	 text-decoration: underline;
	 transition-duration:0s;
}
 section .topic_path > li a:hover {
  color: #e84569;
}

/*main*/
main {
	width: 100%;
	}
@media screen and (max-width: 600px) {
main {
	padding-top: 0px;
	}
	}
main section {
	width: 100%;
	padding: 50px 0;
}
@media screen and (max-width: 800px) {
main section {
	width: 100%;
	padding: 30px 0;
}
	}
@media screen and (max-width: 600px) {
main section {
	width: 100%;
	padding: 20px 0;
}
	}

main section.bg01 {
	background-color: #f8f7f4;
}
main section.hidden {
	overflow: hidden;
}
main section.top {
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
main section.top:last-child {
	width: 100%;
	padding-bottom: 50px;;
	overflow: hidden;
}
@media screen and (max-width: 800px) {
main section.top {
	width: 100%;
	padding: 20px;;
	overflow: hidden;
}
main section.top:last-child {
	width: 100%;
	padding-bottom: 40px;;
	overflow: hidden;
}
	}
@media screen and (max-width: 600px) {
main section.top {
	width: 100%;
	padding: 15px;;
	overflow: hidden;
}
main section.top:last-child {
	width: 100%;
	padding-bottom: 30px;;
	overflow: hidden;
}
	}
main .section_title+section.bg01 {
	width: 100%;
	margin: 40px 0 0;
}
@media screen and (max-width: 800px) {
main .section_title+section.bg01  {
	width: 100%;
	margin: 35px 0 0;
}
	}
@media screen and (max-width: 600px) {
main .section_title+section.bg01  {
	width: 100%;
	margin: 30px 0 0;
}
	}
main section.bg02 {
	background-color: #f8f7f4;
}
main .section_title+section.bg02 {
	width: 100%;
	margin: 70px 0 0;
}
@media screen and (max-width: 800px) {
main .section_title+section.bg02  {
	width: 100%;
	margin: 60px 0 0;
}
	}
@media screen and (max-width: 600px) {
main .section_title+section.bg02  {
	width: 100%;
	margin: 50px 0 0;
}
	}
main>section.section_title {
	width: 100%;
	padding-bottom: 0;
	padding-top: 0;
}
main>section.section_title:last-child  {
	width: 100%;
	padding-bottom: 40px;
	overflow: hidden;
}
@media screen and (max-width: 800px) {
main>section.section_title:last-child  {
	width: 100%;
	padding-bottom: 30px;
}
	}
@media screen and (max-width: 600px) {
main>section.section_title:last-child  {
	width: 100%;
	padding-bottom: 20px;
}
	}
main>section.section_title+section {
	padding-top: 20px;
}
@media screen and (max-width: 800px) {
main>section.section_title+section {
	padding-top:15px;
}
	}
@media screen and (max-width: 600px) {
main>section.section_title+section {
	padding-top: 10px;
}
	}
main section>div {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	text-align: center;
	position: relative;
}
main section>div+div {
	margin-top: 50px;
}
@media screen and (max-width: 800px) {
main section>div+div {
	margin-top: 40px;
}
	}
@media screen and (max-width: 600px) {
main section>div+div {
	margin-top: 30px;
}
	}
main section .main_title {
	font-size: 2.8rem;
	line-height: 1.4em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	text-indent: 1px;
	
}
@media screen and (max-width: 800px) {
main section .main_title {
	font-size: 2.4rem;
}
	}
@media screen and (max-width: 600px) {
main section .main_title {
	font-size: 2.0rem;
	margin-top: 25px;
}
	}
@media screen and (max-width: 480px) {
main section .main_title {
	font-size: 1.8rem;
}
	}
main section .main_title:after {
	content: "";
	width: 208px;
	height: 13px;
	display: block;
	margin: 20px auto 26px;
	text-align: center;
	background-image: url("../img/common/title_line.png");
	background-size: cover;
	margin-bottom:20px;
}
@media screen and (max-width: 600px) {
main section .main_title:after {
	content: "";
	width: 160px;
	height: 10px;
	display: block;
	margin: 15px auto 26px;
	text-align: center;
	background-image: url("../img/common/title_line.png");
	background-size: cover;
	margin-bottom:20px;
}
	}
@media screen and (min-width: 601px) {
main section .main_title br {
	display: none;
}
	}
main section .main_title+p {
	margin-top: 30px;
}
@media screen and (max-width: 900px) {
main section .main_title+p {
	margin-top: 25px;
}
	}
@media screen and (max-width: 600px) {
main section .main_title+p {
	margin-top: 20px;
}
	}
main section .main_title+h4 {
	margin-top: 50px;
}
@media screen and (max-width: 900px) {
main section .main_title+h4 {
	margin-top: 40px;
}
	}
@media screen and (max-width: 600px) {
main section .main_title+h4 {
	margin-top: 30px;
}
	}

main section .main_catch {
	font-size: 3.2rem;
	line-height: 1.6em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
@media screen and (max-width: 800px) {
main section .main_catch {
	font-size: 2.6rem;
}
	}
@media screen and (max-width: 600px) {
main section .main_catch {
	font-size: 2.2rem;
}
	}
main section .main_catch+p {
	margin-top: 30px;
}
@media screen and (max-width: 900px) {
main section .main_catch+p {
	margin-top: 25px;
}
	}
@media screen and (max-width: 600px) {
main section .main_catch+p {
	margin-top: 20px;
}
	}
main section .main_catch+h3 {
	margin-top: 50px;
}
@media screen and (max-width: 900px) {
main section .main_catch+h3 {
	margin-top: 40px;
}
	}
@media screen and (max-width: 600px) {
main section .main_catch+h3 {
	margin-top: 30px;
}
	}
@media screen and (min-width: 601px) {
main section .br_sp {
	display: none;
}
	}
@media screen and (max-width: 600px) {
main section .br_sp {
	display: inline;
}
	}
main section .hidden {
	overflow: hidden;
}



main section .page_title {
	font-size: 2.4rem;
	line-height: 1.2em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
	margin-bottom: 1.3em;


}
@media screen and (max-width: 900px) {
main section .page_title {
	font-size: 2.0rem;
	line-height: 1.2em;

}
	}
@media screen and (max-width: 600px) {
main section .page_title {
	font-size: 1.8rem;
	line-height: 1.2em;
	
}
	}
@media screen and (max-width: 480px) {
main section .page_title {
	font-size: 5.0vw;
	line-height: 1.2em;
	
}
	}
main section .brand_name dd>p {
	font-size: 1.5rem;
	line-height: 1.2em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
	margin-bottom: 100px;


}
@media screen and (max-width: 800px) {
main section .brand_name dd>p {
	font-size: 1.4rem;
margin-bottom: 50px;
}
	}
@media screen and (max-width: 600px) {
main section .brand_name dd>p {
	font-size: 1.3em;
	
}
	}
@media screen and (max-width: 480px) {
main section .brand_name dd>p {
	font-size: 1.2rem;
	
}
	}
main section .brand_name dd>p a {
	text-decoration: underline;
	
}
main section .page_title>span {
	display: inline-block;
	clear: both;
	border-bottom: solid 2px #e4340e;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}
main section .txt+.page_title {
	margin-top: 2.0em;
}

main .page_s_title {
	font-style: normal;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.3em;
	margin-bottom: 1.5em;
	display: block;
	padding: 0.3em 0.5em 0.4em;
	background-color: #db0012;
	color: #FFF;
	border-radius: 1px;-webkit-border-radius: 1px;-moz-border-radius: 1px;
}
@media screen and (max-width: 600px) {
main .page_s_title {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 480px) {
main .page_s_title {
	font-size: 1.5rem;
}
}
main .page_s_title>span {
	font-size: 0.8em;
}

main section .txt+.page_title,.txt+.page_title_c,.txt+.page_title_l {
	margin-top: 2.0em;
}

main section .page_title_l {
	font-size: 2.2rem;
	line-height: 1.2em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	margin-bottom: 25px;
	letter-spacing: 2px;
	text-indent: 2px;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;

}
@media screen and (max-width: 900px) {
main section .page_title_l {
	font-size: 2.0rem;
	line-height: 1.2em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	margin-bottom: 20px;

}
	}
@media screen and (max-width: 800px) {
main section .page_title_l {
	font-size: 1.8rem;
	line-height: 1.2em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	margin-bottom: 15px;
	
}
	}
@media screen and (max-width: 600px) {
main section .page_title_l {
	font-size: 1.6rem;
	line-height: 1.2em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	margin-bottom: 15px;
	
}
	}
main section .page_title_l:after {
	content: "";
	width: 0.75em;
	background: rgba(0,0,0,0.2);
	height: 2px;
	display: inline-block;
	margin-left: 10px;
	transform:translateY(-7px);
}
@media screen and (max-width: 800px) {
main section .page_title_l:after {
	transform:translateY(-6px);
}
	}
@media screen and (max-width: 600px) {
main section .page_title_l:after {
	transform:translateY(-5px);
}
	}
main section .page_title_c_s {
	font-size: 2.2rem;
	line-height: 1.6em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: 1px;
	text-indent: 1px;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;

}
@media screen and (max-width: 900px) {
main section .page_title_c_s {
	font-size: 2.0rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
	margin-bottom: 20px;

}
	}
@media screen and (max-width: 600px) {
main section .page_title_c_s {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
	
}
	}
main section .page_title_c_s>span {
	display: inline-block;
	clear: both;
	border-bottom: solid 2px #e4340e;
	padding-bottom: 7px;
	margin-bottom: 7px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: auto;
}
main section .align_center {
	text-align: center;
}


/*table*/
main section .table01 {
	font-size: 1.5rem;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	min-width: 600px;
	border-top: solid 1px #aaaaab;
}
@media screen and (max-width: 800px) {
main section .table01 {
	font-size: 1.4rem;
	line-height: 1.7em;
}
	}
@media screen and (max-width: 600px) {
main section .table01 {
	
	font-size: 1.3rem;
	min-width: 100px;
}
	}
@media screen and (max-width: 480px) {
main section .table01 {
	border-top: solid 1px #aaaaab;
}
	}
main section .table01.width100 {
	width: 100%;
}
main section .table01.liquid {
	width: auto;
}
main section .table01 th {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	border-bottom: solid 1px #aaaaab;
	padding-right: 2em;
	white-space: nowrap;
	padding: 1.0em 3.0em 1.0em 15px;;
	width: 20px
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 480px) {
main section .table01 th {
	display: block;
	border: none;
	padding: 0.7em 0.3em 0.0em;;
}
	}
main section .table01 th br {
	display: block;
	border: none;
	padding: 0.7em 0.3em 0.0em;;
}
main section .table01 th.head,main section .table01 td.head {
	background-color: rgba(0,0,0,0.05);
	border-bottom: solid 1px #aaaaab;
	font-size: 1.4rem;
	
}
@media screen and (max-width: 600px) {
main section .table01 th.head,main section .table01 td.head {
	background-color: rgba(0,0,0,0.05);
	border-bottom: solid 1px #aaaaab;
	font-size: 1.3rem;
}	
}
@media screen and (max-width: 480px) {
main section .table01 tr.table_head {
	display: none;
}	
}
main section .table01 td {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
	border-bottom: solid 1px #aaaaab;
	padding: 1.0em 0em 1.0em 15px;
	text-align: left;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	white-space: normal;
}
@media screen and (max-width: 480px) {
main section .table01 td {
	display: block;
	border-bottom: solid 1px #aaaaab;
	padding: 0.3em 0.3em 0.7em;
	width: 100%;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
	}
main section .table01 td p{
}
main section .table01 td p+p {
	margin-top: 10px;
}
main section .table01 td a {
	text-decoration: underline;
	color: #e4340e;
}
main section .table01 td a:hover {
	color: #f0810d;
}
main section .table01 td b{
	font-size: 1.3em;
	text-decoration: underline;
	font-weight: 700;
}
main section .table01 td>span {
	display: inline-block;
}
main section p+.table01 {
	margin-top: 30px;
}

main section .table02 {
	font-size: 1.4rem;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	min-width: 600px;
	border: solid 1px #aaaaab;
}
@media screen and (max-width: 800px) {
main section .table02 {
	font-size: 1.4rem;
	line-height: 1.7em;
}
	}
@media screen and (max-width: 600px) {
main section .table02 {
	
	font-size: 1.2rem;
	min-width: 100px;
}
	}
@media screen and (max-width: 480px) {
main section .table02 {
}
	}
main section .table02.width100 {
	width: 100%;
}
main section .table02.liquid {
	width: auto;
}
main section .table02 th {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	border: solid 1px #aaaaab;
	padding-right: 2em;
	white-space: nowrap;
	padding: 0.5em;
	width: 20px
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	text-align: center;
	background-color: rgba(0,0,0,0.06);
}
@media screen and (max-width: 480px) {
main section .table02 th {
	display: block;
	padding: 0.3em;
	border: none;
}
	}
main section .table02 th>span {
	display: inline-block;
}
main section .table02 th.head,main section .table01 td.head {
	background-color: rgba(0,0,0,0.05);
	border: solid 1px #aaaaab;
	font-size: 1.3rem;
	
}
@media screen and (max-width: 600px) {
main section .table02 th.head,main section .table01 td.head {
	background-color: rgba(0,0,0,0.05);
	border: solid 1px #aaaaab;
	font-size: 1.2rem;
}	
}
@media screen and (max-width: 480px) {
main section .table02 tr.table_head {
	display: none;
}	
}
main section .table02 td {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
	border: solid 1px #aaaaab;
	padding: 0.5em;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	white-space: normal;
	background-color: #FFF;
}
@media screen and (max-width: 480px) {
main section .table02 td {
	display: block;
	padding: 0.3em;
	width: 100%;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
	}

main section .table02 td>span {
	display: inline-block;
}
main section p+.table02 {
	margin-top: 30px;
}

/*footer*/
footer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  padding-top: 40px;
  margin-top: 0;
  text-align: center;
  background-color: #f2efe9;
}
@media screen and (max-width: 800px) {
  footer {
    padding-top: 26px;
  }
}
@media screen and (max-width: 600px) {
  footer {
    padding-top: 20px;
  }
}
footer > div {
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1050px) {
  footer > div {
   
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 800px) {
  footer > div {
    display: block;
  }
}
 footer > div>ul {
    display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	 -webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
  }
@media screen and (max-width: 900px) {
 footer > div>ul {
	 display: block;
  }
	 }
footer > div>ul li:first-child{

  }
footer > div>ul li.f_nav {
	-webkit-flex: 1;  flex: 1;
  }
@media screen and (max-width: 600px) {
footer > div>ul li.f_nav {
	display: none;
  }
	 }
footer > div>ul li.f_nav>ul {
    display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	 -webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
  }
footer > div>ul li.f_nav > ul li {
	text-align: left;
	width: 33%;
  }
@media screen and (max-width: 600px) {
footer > div>ul li.f_nav > ul li {
	text-align: left;
	width: 45%;
  }
	 }
@media screen and (max-width: 800px) {
footer > div>ul li.f_nav > ul li+li {

  }
	 }
footer > div>ul li.f_nav > ul li .fmenu {
  }
footer > div>ul li.f_nav > ul li .fmenu+.fmenu {
	margin-top: 30px;
  }
@media screen and (max-width: 800px) {
footer > div>ul li.f_nav > ul li .fmenu+.fmenu {
	margin-top: 20px;
  }
	}
footer > div>ul li.f_nav > ul li .fmenu dt {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-bottom: 1.0em;
	
  }
footer > div>ul li.f_nav > ul li .fmenu dt>span {
	border-bottom: solid 1px #db0012;
	display: inline-block;
	padding-bottom: 8px;
	clear: both;
  }
footer > div>ul li.f_nav > ul li .fmenu dd {
	font-size: 1.3rem;
	line-height: 1.4em;
	
  }
@media screen and (max-width: 1100px) {
footer > div>ul li.f_nav > ul li .fmenu dd {
	font-size: 1.2rem;
	 }
  }
@media screen and (max-width: 1000px) {
footer > div>ul li.f_nav > ul li .fmenu dd {
	font-size: 1.1rem;
	 }
  }
@media screen and (max-width: 900px) {
footer > div>ul li.f_nav > ul li .fmenu dd {
	font-size: 1.2rem;
	 }
  }
@media screen and (max-width: 800px) {
footer > div>ul li.f_nav > ul li .fmenu dd {
	font-size: 1.2rem;
	 }
  }
footer > div>ul li.f_nav > ul li .fmenu dd+dd {
	margin-top: 0.7em;
  }
footer > div .g_banner {
	margin-left: 40px;
  }
@media screen and (max-width: 900px) {
footer > div .g_banner {
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
  }
	}
@media screen and (max-width: 600px) {
footer > div .g_banner {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
  }
	}
footer > div .g_banner ul {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	width: 358px;
  }
@media screen and (max-width: 900px) {
footer > div .g_banner ul {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	width:100%;
  }
	}
footer > div .g_banner ul li {
	width: 175px;
	height: auto;
	margin-bottom: 10px;

  }
@media screen and (max-width: 800px) {
footer > div .g_banner ul li {
	width: 32%;
	height: auto;
	margin-bottom: 10px;
}
  }
@media screen and (max-width: 480px) {
footer > div .g_banner ul li {
	width: 48%;
	height: auto;
	margin-bottom: 10px;
}
  }
footer > div .g_banner ul li img {
	width: 100%;
	height: auto;
	 transition: all .3s ease;
  -webkit-transition: all .3s ease;
  }
footer > div .g_banner ul li img:hover {
	opacity: 0.6;
  }
footer > div .f_nav02 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
	margin-top: 40px;
  }
@media screen and (max-width: 600px) {
footer > div .f_nav02 {
	margin-top: 30px;
  }
	 }
footer > div .f_nav02>li {
	font-size: 1.2rem;
  }
@media screen and (max-width: 800px) {
footer > div .f_nav02>li {
	font-size: 1.2rem;
  }
	  }
@media screen and (max-width: 600px) {
footer > div .f_nav02>li {
	font-size: 1.1rem;
  }
	  }
footer > div .f_nav02>li+li {
	margin-left: 1.0em;
	padding-left: 1.0em;
	border-left: solid 1px rgba(0,0,0,0.5);
  }


footer > div.add {
	width: 100%;
	max-width: 5000px;
	background-color: #FFF;
	margin-top: 30px;
	border-top: solid 2px #db0012;
	padding: 20px 0;
  }
@media screen and (max-width: 800px) {
footer > div.add {
	margin-top: 25px;
	padding: 15px 0;
  }
	 }
	@media screen and (max-width: 600px) {
footer > div.add {
	margin-top: 20px;
  }
		 }
footer > div.add>div {
	width: 90%;
	margin: auto;
	max-width: 1000px;
	text-align: left;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
  }
@media screen and (max-width: 900px) {
footer > div.add>div {
	display: block;
  }
	}
footer > div.add>div dl {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
  }
@media screen and (max-width: 900px) {
footer > div.add>div dl {
	display: block;
  }
	}
footer > div.add>div dl>dt {
	margin-right: 30px;
  }
@media screen and (max-width: 900px) {
footer > div.add>div dl>dt {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
  }
	 }
footer > div.add>div h1 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
  width: 176px;
  height: 38px;
}
footer > div.add>div h1 a {
  display: block;
  width: 176px;
  height: 38px;
  background-image: url("../img/common/head_logo.png");
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
footer > div.add>div h1 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
  width: 150px;
  height: 32px;
}
footer > div.add>div h1 a {
  display: block;
  width: 150px;
  height: 32px;
  background-image: url("../img/common/head_logo.png");
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
	}
@media screen and (max-width: 1000px) {
footer > div.add>div dl>dd {
  }
	 }
footer > div.add>div dl>dd>p {
	display: inline-block;
	margin-right: 2.0em;
	line-height: 1.5em;
	font-size: 1.3rem;
  }
@media screen and (max-width: 1000px) {
footer > div.add>div dl>dd>p {
	display: block;
  }
	 }
@media screen and (max-width: 900px) {
footer > div.add>div dl>dd>p {
	display: inline-block;
  }
	 }
footer .copyright {
  font-size: 1.1rem;
	line-height: 2.0em;
	white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  footer .copyright {
	  font-size: 1.1rem;
	  margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  footer .copyright {
	  font-size: 1.0rem;
	  line-height: 1.1em;
	  margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  footer .copyright {
	  font-size: 2.65vw;
	  line-height: 1.1em;
	  margin-top: 15px;
  }
}
#top_b {
  position: fixed;
  bottom: 12px;
  right: 12px;
	z-index: 500;
}
@media screen and (max-width: 800px) {
#top_b {
  position: fixed;
  bottom: 10px;
  right: 15px;
	z-index: 500;
}
	}
#top_b a {
	background-image: url("../img/common/back_bg.png");
	background-size: cover;
  font-size: 1.3rem;
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #top_b a {
    font-size: 1.1rem;
    color: #FFF;
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: block;
    text-align: center;
  }
}

/*Pagenation*/
.pagenation {
	position: relative;
	overflow: hidden;
	width:92%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size:1.0rem;

}
.pagenation ul {
	position: relative;
		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	width: 100%;
	
}
.pagenation li {
	float: left;
	list-style: none outside none;
	position: relative;
	font-size: 1.4rem;
}
.pagenation li>a {
	margin-left: 4px;
	margin-right: 4px;
	font-size: 1.4rem;
}
.pagenation li>a strong {
	color: #1b7b33;
}
.pagenation ul>li:first-child  a,.pagenation ul>li:last-child  a {
	background: none repeat scroll 0 0 #f2efe9;
	border-radius: 3px;
	color: #000;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 1.4rem;
}
.pagenation li:first-child a:hover {
	background: none repeat scroll 0 0 #e4340e;
	color: #FFF;
}
.pagenation li:last-child a:hover {
	background: none repeat scroll 0 0 #e4340e;
	color: #FFF;
}

/*column*/
main section .column2 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
@media screen and (max-width: 600px) {
main section .column2 {
	display: block;
}
	}
main section .column2>li {
	width: 48%;
	height: auto;
}
@media screen and (max-width: 600px) {
main section .column2>li {
	width: 100%;
	height: auto;
}
	}
@media screen and (max-width: 600px) {
main section .column2>li+li {
	margin-top: 20px;
}
	}
main section p+.column2 {
	margin-top: 35px;
}
main section .column3 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
@media screen and (max-width: 600px) {
main section .column3 {
	display: block;
}
	}
main section .column3>li {
	width: 32%;
	height: auto;
}
@media screen and (max-width: 600px) {
main section .column3>li {
	width: 100%;
	height: auto;
}
	}
@media screen and (max-width: 600px) {
main section .column3>li+li {
	margin-top: 20px;
}
	}
main section p+.column3 {
	margin-top: 35px;
}
main section .column4 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
main section .column4>li {
	width: 23.8%;
	height: auto;
}
@media screen and (max-width: 600px) {
main section .column4>li {
	width: 48%;
	height: auto;
}
	}
@media screen and (max-width: 600px) {
main section .column4>li {
	margin-bottom: 20px;
}
	}
main section p+.column4 {
	margin-top: 35px;
}
main section .column7 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
main section .column7>li {
	width: 13.5%;
	height: auto;
	margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
main section .column7>li {
	width: 23.8%;
	height: auto;
}
	}
@media screen and (max-width: 600px) {
main section .column7>li+li {
}
	}
@media screen and (max-width: 600px) {
main section .column7:after{
	display: block;
content:"";
width: 23.8%;
}
	}
main section p+.column7 {
	margin-top: 35px;
}
main section div+.column7 {
	margin-top: 20px;
}
main section .column2 img,main section .column3 img,main section .column4 img,main section .column7 img {
	width: 100%;
	height: auto;
}

/* 新着情報
----------------------------------------------------------- */
#news_list dl+dl {
	margin-top: 25px;
	padding-top: 30px;
	border-top: solid 2px rgba(0,0,0,0.1);
}
@media screen and (max-width: 600px) {
#news_list dl+dl {
	margin-top: 20px;
	padding-top: 25px;
	border-top: solid 2px rgba(0,0,0,0.1);
}
	}
section.news {
	padding-top: 0;
}
main .news_title {
	font-style: normal;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.3em;
	margin-bottom: 1.25em;
	display: block;
	padding: 0.3em 0.5em 0.4em;
	background-color: #db0012;
	color: #FFF;
	border-radius: 1px;-webkit-border-radius: 1px;-moz-border-radius: 1px;
}
@media screen and (max-width: 600px) {
main .news_title  {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 480px) {
main .news_title  {
	font-size: 1.5rem;
}
}
section.news {
	margin-left: auto;
	font-size:1.5rem;
	line-height:1.8em;
	margin-top: 0px;
	margin-bottom: 0.3em;
	text-align: justify;
}
@media screen and (max-width: 600px) {
section.news {
	margin-left: auto;
	font-size:1.4rem;
	line-height:1.6em;
	margin-top: 0px;
	margin-bottom: 0.3em;
}
}
section.news a {
	color: #db0012;
	text-decoration: underline;
}
section.news a:hover {
	color: #2a6f37;
}
@media screen and (max-width: 600px) {
section.news li>p {
	margin-left: auto;
	font-size:1.3rem;
	line-height:1.5em;
}
}
section.news li>p a {
	text-decoration: underline;
}
section.news p+p {
	margin-top: 1.0em
}
section.news p+ul {
	margin-top: 3.0em
}
main section.news .page-day {
	margin-left: auto;
	font-size:1.5rem;
	margin-top: 0px;
	font-weight: bolder;
	color: #db0012;
	margin-bottom: 1.3em;
	line-height: 1.2em;
	padding: 0px;
	 font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
main section.news .page-day {
	margin-left: auto;
	font-size:1.4rem;
}
	}
@media screen and (max-width: 600px) {
main section.news .page-day {
	margin-left: auto;
	font-size:1.3rem;
}
	}

main p.more_link {
	font-size: 1.4rem;
	line-height: 1.2em;
	text-align: left;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	margin-left: 0;
	
}
@media screen and (max-width: 600px) {
main p.more_link {
	font-size: 1.4rem;
	display: block;
	margin-top: 10px;
}
	}
main p.more_link>a {
	color: #000;
	background-color: #f2efe9;
	font-weight: 600;
	display: inline-block;
	padding: 0.4em 0.5em 0.4em 0.6em;
	border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;
	text-align: left;
	text-decoration: none;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4font-feature-settings: 'palt' 1;
}
main p.more_link>a:hover {
	background-color: #db0012;
	color: #FFF;
}
main p.more_link>a:after {
	 font-family: "Font Awesome 5 Free";
  content: "\f101";
	font-weight: 900;
	text-decoration: none;
	margin-left: 5px;
	color: #db0012;
	position: relative;
	top: 0px;
}
main p.more_link>a:hover:after {
	color: #FFF;
}

main .news_list_t {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	 font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	display: block;
}
@media screen and (max-width: 800px) {
main .news_list_t {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 600px) {
main .news_list_t {
	font-size: 1.4rem;
}
	}
main .news_list_t:before {
	font-size: 0.8em;
	font-family: "Font Awesome 5 Free";
  content: '\f101';
  font-weight: 900;
	margin-right: 5px;
	color: rgba(0,0,0,0.3);
}
main .news_list_t a {
	text-decoration: underline;
}
main .news_list_t span {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #959ea5;
	border-right-color: #959ea5;
	border-bottom-color: #959ea5;
	border-left-color: #959ea5;
	padding-bottom: 10px;
}
main .page-day {
	margin-left: auto;
	font-size:1.3rem;
	margin-top: 0px;
	font-weight: bolder;
	color: #db0012;
	margin-bottom: 0.9em;
	line-height: 1.2em;
	padding: 0px;
	 font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	letter-spacing: 1px;
}
#news_list p {
	margin-left: auto;
	font-size:1.4rem;
	line-height:1.8em;
	margin-top: 0px;
	margin-bottom: 0.3em;
}
@media screen and (max-width: 600px) {
#news_listt p {
	margin-left: auto;
	font-size:1.3rem;
	line-height:1.6em;
	margin-top: 0px;
	margin-bottom: 0.3em;
}
}
@media screen and (max-width: 600px) {
#news_list li>p {
	margin-left: auto;
	font-size:1.2rem;
	line-height:1.5em;
}
}
#news_list p+p {
	margin-top: 1.0em
}
#news_list p+ul {
	margin-top: 3.0em
}
.span-br {
  display: inline-block;
  white-space: nowrap;
}




/*Pagenation*/
.pagenation_blog {
	position: relative;
	overflow: hidden;
	width:95%;
	margin-top: 85px;
	margin-right: auto;
	margin-left: auto;
	font-size:1.0rem
}
@media screen and (max-width: 600px) {
.pagenation_blog {
	margin-top: 50px;
}
	}
.pagenation_blog:after, .pagenation_blog ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.pagenation_blog ul {
	margin: 0;
	position: relative;
	left: 50%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
	float: left;
}
.pagenation_blog li {
	float: left;
	list-style: none outside none;
	margin-left: 3px;
	position: relative;
	left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
}
.pagenation_blog li:first-child {
	margin-left: 0;
}
.pagenation_blog li a.active {
	background-color: rgba(0,0,0,0.4);
	color: #FFF;
}
.pagenation_blog li a {
	background-color: rgba(0,0,0,0.1);
	border-radius: 1px;
	color: #000;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
.pagenation_blog li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 1.4em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
}
.pagenation_blog li:first-child a {
	background: none repeat scroll 0 0 rgba(0,0,0,0.1);
}
.pagenation_blog li:last-child a {
	background: none repeat scroll 0 0 rgba(0,0,0,0.1);
}
.pagenation_blog li a:hover {
	color: #FFF;
	background-color: #db0012;
}
.pager {
	position: relative;
	overflow: hidden;
	width:100%;
	margin-top: 65px;
	margin-right: auto;
	margin-left: auto;
	font-size:1.0rem;
}
.pagenation:after, .pager ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.pager ul {
	margin: 0;
	position: relative;
	left: 50%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
	float: left;
	width:100%;
	display:block
}
.pager li {
	float: left;
	list-style: none outside none;
	margin-left: 0px;
	position: relative;
	left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
}
.pager li.next {
	float: right;
}
.pager li:last-child {
	margin-left: 0;
	float: right;
}
.pager li:only-child {
	margin-left: 0;
	float: left;
}
.pager li.next:only-child {
	margin-left: 0;
	float: right;
}
.pager li a.active {
	background-color: rgba(167,123,181,1.0);
}
.pager li a {
	background: none repeat scroll 0 0 rgba(240,129,13,0.3);
	border-radius: 3px;
	color: #000;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
.pager li a {
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 1.4em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
}
.pager li:first-child a {
	background: none repeat scroll 0 0 rgba(0,0,0,0.10);
}
.pager li:last-child a {
	background: none repeat scroll 0 0 rgba(0,0,0,0.10);
}
.pager li a:hover {
	background-color: #db0012;
	color: #FFF;
}

/*Pagenation*/
.wp-pagenavi {
	clear: both;
	text-align:center;
	margin-top:30px;
	overflow: hidden;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #000;
	font-size: 1.4rem;
	background: none repeat scroll 0 0 rgba(243,239,233,0.7);
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	display: inline-block;
}
@media screen and (max-width: 800px) {
.wp-pagenavi a, .wp-pagenavi span {
	color: #fff;
	font-size: 1.3rem;
}
	}
@media screen and (max-width: 600px) {
.wp-pagenavi a, .wp-pagenavi span {
	color: #fff;
	font-size: 1.2rem;
}
	}
.wp-pagenavi a:hover{
	background: none repeat scroll 0 0 rgba(243,239,233,1.0);
    }
.wp-pagenavi a.previouspostslink {
    margin-right: auto;
	float: left;
	background: none repeat scroll 0 0 rgba(243,239,233,1.0);
	border-radius: 3px;
	color: #000;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}
.wp-pagenavi a.nextpostslink {
    margin-left: auto;
	float: right;
	background: none repeat scroll 0 0 rgba(243,239,233,1.0);
	border-radius: 3px;
	color: #000;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}
.wp-pagenavi a:hover.previouspostslink {
   background: none repeat scroll 0 0 #e4340e;
	color: #FFF;
	opacity: 1.0;
}
.wp-pagenavi a:hover.nextpostslink {
  background: none repeat scroll 0 0 #e4340e;
	color: #FFF;
	opacity: 1.0;
}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #1b7b33;
	font-weight: 900;
    }


/* editor */
 

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
.size-full {
	width:100%;
	height:auto;
	margin-bottom: 20px;
}


/*===============================
	reCAPTCHA
=================================*/

.grecaptcha-badge {
	bottom: 85px !important;
}

/* 2023.11.28追加 */
footer > div .foot_nav {
	margin-top: 40px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 700px) {
footer > div .foot_nav {
	margin-top: 30px;
	display: block;
}
}
@media screen and (max-width: 600px) {
footer > div .foot_nav {
	margin-top: 20px;
	display: block;
}
}
footer > div .foot_nav a {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	align-items: center;
}
footer > div .foot_nav .sns_link {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	padding: 10px;
	background-color: #FFF;
	border: solid 1px rgba(0,0,0,0.15);
}
@media screen and (max-width: 700px) {
footer > div .foot_nav .sns_link {
	margin: auto auto 23px;
	justify-content: center;
}
	}
@media screen and (max-width: 480px) {
footer > div .foot_nav .sns_link {
	margin: auto auto 15px;
}
	}
footer > div .foot_nav .sns_link dt {
	font-size: 1.6rem;
	margin-right: 1.0em;
}
@media screen and (max-width: 800px) {
footer > div .foot_nav .sns_link dt {
	font-size: 1.5rem;
	margin-right: 1.0em;
}
}
@media screen and (max-width: 700px) {
footer > div .foot_nav .sns_link dt {
	font-size: 1.4rem;
	margin-right: 0.6em;
}
}
footer > div .foot_nav .sns_link dd {
	width:45px;
	height: auto;
}
@media screen and (max-width: 800px) {
footer > div .foot_nav .sns_link dd {
	width:40px;
	height: auto;
}
	}
@media screen and (max-width: 700px) {
footer > div .foot_nav .sns_link dd {
	width:30px;
	height: auto;
}
	}
footer > div .foot_nav .sns_link dd+dd {
	margin-left: 15px;
}
@media screen and (max-width: 600px) {
footer > div .foot_nav .sns_link dd+dd {
	margin-left: 10px;
}
	}
footer > div .foot_nav .sns_link dd img {
	width: 100%;
	height: auto;
}

table.width50 {
width:50% !important ;
}
