@charset "utf-8";


/*! ロゴ */	
.takuken-logo.col-xs-10.col-sm-12 {
	float: left;
	display: block;
	max-width: 480px;
	height: auto;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 20px;
}
.takuken-logo.col-xs-10.col-sm-12 img:hover,
.takuken-logo.col-xs-10.col-sm-12 img:focus {
	opacity: 1;
}
@media (max-width: 767px){
.takuken-logo.col-xs-10.col-sm-12 {
	padding: 10px 0px 10px 7px;
	margin: 0px 0px 0px 0px;
}}
/*! /ロゴ */


/*! インフォ（緑） */	
.takuken-info_green {
	float: right;
	padding-top: 20px;
	padding-right: 15px;
}
.takuken-info_green ul {
	border-left: 1px dotted #00a83c;	
	list-style:none;
}
.takuken-info_green li {
	display: inline-block;
	border-right: 1px dotted #00a83c;	
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
}
.takuken-info_green li a {
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 35px;
}
.takuken-info_green li a:hover,
.takuken-info_green li a:focus {
	color: #009142;
}
@media (max-width: 767px){
.takuken-info_green {
	display: none;	
}}
/*! /インフォ（緑） */	


/*! インフォ（金） */	
.takuken-info_gold {
	float: right;
	padding-top: 20px;
	padding-right: 15px;
}
.takuken-info_gold ul {
	border-left: 1px dotted #c5b387;	
	list-style:none;
}
.takuken-info_gold li {
	display: inline-block;
	border-right: 1px dotted #c5b387;	
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
}
.takuken-info_gold li a {
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 35px;
}
.takuken-info_gold li a:hover,
.takuken-info_gold li a:focus {
	color: #978453;
}
@media (max-width: 767px){
.takuken-info_gold {
	display: none;	
}}
/*! /インフォ（金） */


/*! インフォ（赤） */	
.takuken-info {
	float: right;
	padding-top: 20px;
	padding-right: 15px;
}
.takuken-info ul {
	border-left: 1px dotted #FF0004;	
	list-style:none;
}
.takuken-info li {
	display: inline-block;
	border-right: 1px dotted #FF0004;	
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
}
.takuken-info li a {
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 35px;
}
.takuken-info li a:hover,
.takuken-info li a:focus {
	color: #e21912;
}
@media (max-width: 767px){
.takuken-info {
	display: none;	
}}
/*! /インフォ（赤） */


/*! ≡ハンバーガー≡（緑） */	
/*　枠　*/
#hamburger-menu_green { 
	width:		45px;
	height:		45px;
	padding-top: 12px;
	margin:		0px;
	cursor:		pointer;
	display:	block;
	text-align:	center;
	background-color:#fff;
	float: right;
}
#menu-text_green {
	width:		100%;
	font-size:	8px;
	margin-top:	8px;
	color:		#009142;
	display:	block;
}
/*	≡　*/
#menu-icon_green {
	position:	relative;
	display:	block;
	width:		22px;
	height:		16px;/* ≡の高さ */
	top:		4px;
	left:		4px;
	margin-left: 7px;
	background-color:#009142;/* 背景色 */
}
#menu-icon_green:before, #menu-icon_green:after {
	position:	absolute;
	left:		0;
	content:	"";
	width:		100%;
	border-top:	5px solid #fff;/* 余白線の太さと色 */
}
#menu-icon_green:before {
	top:		2px;/* 上から2pxあけて余白線 */
}
#menu-icon_green:after {
	bottom:		2px;/* 下から2pxあけて余白線 */
}
/*　×印　*/
#menu-icon_green.x {
	background-color:#fff;
}
#menu-icon_green.x:before {
	border-top:		2px solid #009142;
	-webkit-transform:	translateY(5px) rotate(45deg);
	transform:		translateY(5px) rotate(45deg);
}
#menu-icon_green.x:after {
	border-top:		2px solid #009142;
	-webkit-transform:	translateY(-5px) rotate(-45deg);
	transform:		translateY(-5px) rotate(-45deg);
}
@media (min-width: 768px){
#hamburger-menu_green {
	display: none;	
}}
.hamburger-menu_list_green  {
	display: none;	
}
.hamburger-menu_list_green.open  {
	display: block;
	width: 100%;
	clear: both;
}
.hamburger-menu_list_top_green {
	background-color: #009142;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #FFF;
	padding: 12px 15px 0px 15px;
}
.hamburger-menu_list_top_green a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.hamburger-menu_list_admission_green {
	background-color: #978453;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #FFF;
	padding: 12px 15px 0px 15px;
}
.hamburger-menu_list_admission_green a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.hamburger-menu_list_member_green {
	background-color: #e21912;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #FFF;
	padding: 12px 15px 0px 15px;
}
.hamburger-menu_list_member_green a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.hamburger-menu_list_info_green {
	background-color: #f5f5f5;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #FFF;
	padding: 12px 15px 0px 15px;
}
.hamburger-menu_list_info_green a {
	font-size: 16px;
	color: #454545;
	text-decoration: none;
	display: block;
}
.hamburger-menu_list_green.open ul li {
	position: relative;
	height: 50px;
	border-bottom: 1px dotted #009142;
	padding: 13px 15px 0px 15px;
}
.hamburger-menu_list_green.open ul li a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}
.hamburger-menu_list_green.open ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 7px;
	height: 7px;
	border-right: 1px solid #009142;
	border-bottom: 1px solid #009142;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 14px;
	margin-left: 20px;
}
@media (min-width: 768px){
.hamburger-menu_list_green.open {
	display: none;	
}}
/*! ≡ハンバーガー≡（緑） */	


/*! ≡ハンバーガー≡（金） */	
/*　枠　*/
#hamburger-menu_gold { 
	width:		45px;
	height:		45px;
	padding-top: 12px;
	margin:		0px;
	cursor:		pointer;
	display:	block;
	text-align:	center;
	background-color:#fff;
	float: right;
}
#menu-text_gold {
	width:		100%;
	font-size:	8px;
	margin-top:	8px;
	color:		#978453;
	display:	block;
}
/*	≡　*/
#menu-icon_gold {
	position:	relative;
	display:	block;
	width:		22px;
	height:		16px;/* ≡の高さ */
	top:		4px;
	left:		4px;
	margin-left: 7px;
	background-color:#978453;/* 背景色 */
}
#menu-icon_gold:before, #menu-icon_gold:after {
	position:	absolute;
	left:		0;
	content:	"";
	width:		100%;
	border-top:	5px solid #fff;/* 余白線の太さと色 */
}
#menu-icon_gold:before {
	top:		2px;/* 上から2pxあけて余白線 */
}
#menu-icon_gold:after {
	bottom:		2px;/* 下から2pxあけて余白線 */
}
/*　×印　*/
#menu-icon_gold.x {
	background-color:#fff;
}
#menu-icon_gold.x:before {
	border-top:		2px solid #978453;
	-webkit-transform:	translateY(5px) rotate(45deg);
	transform:		translateY(5px) rotate(45deg);
}
#menu-icon_gold.x:after {
	border-top:		2px solid #978453;
	-webkit-transform:	translateY(-5px) rotate(-45deg);
	transform:		translateY(-5px) rotate(-45deg);
}
@media (min-width: 768px){
#hamburger-menu_gold {
	display: none;	
}}
.hamburger-menu_list_gold  {
	display: none;	
}
.hamburger-menu_list_gold.open  {
	display: block;
	width: 100%;
	clear: both;
}
.hamburger-menu_list_top_gold {
	background-color: #009142;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #FFF;
	padding: 12px 15px 0px 15px;
}
.hamburger-menu_list_top_gold a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.hamburger-menu_list_admission_gold {
	background-color: #978453;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #FFF;
	padding: 12px 15px 0px 15px;
}
.hamburger-menu_list_admission_gold a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.hamburger-menu_list_member_gold {
	background-color: #e21912;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #FFF;
	padding: 12px 15px 0px 15px;
}
.hamburger-menu_list_member_gold a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.hamburger-menu_list_info_gold {
	background-color: #f5f5f5;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #FFF;
	padding: 12px 15px 0px 15px;
}
.hamburger-menu_list_info_gold a {
	font-size: 16px;
	color: #454545;
	text-decoration: none;
	display: block;
}
.hamburger-menu_list_gold.open ul li {
	position: relative;
	height: 50px;
	border-bottom: 1px dotted #978453;
	padding: 13px 15px 0px 15px;
}
.hamburger-menu_list_gold.open ul li a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}
.hamburger-menu_list_gold.open ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 7px;
	height: 7px;
	border-right: 1px solid #978453;
	border-bottom: 1px solid #978453;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 14px;
	margin-left: 20px;
}
@media (min-width: 768px){
.hamburger-menu_list_gold.open {
	display: none;	
}}
/*! ≡ハンバーガー≡（金） */	


/*! ≡ハンバーガー≡（赤） */	
/*　枠　*/
#hamburger-menu { 
	width:		45px;
	height:		45px;
	padding-top: 12px;
	margin:		0px;
	cursor:		pointer;
	display:	block;
	text-align:	center;
	background-color:#fff;
	float: right;
}
#menu-text {
	width:		100%;
	font-size:	8px;
	margin-top:	8px;
	color:		#e21912;
	display:	block;
}
/*	≡　*/
#menu-icon {
	position:	relative;
	display:	block;
	width:		22px;
	height:		16px;/* ≡の高さ */
	top:		4px;
	left:		4px;
	margin-left: 7px;
	background-color:#e21912;/* 背景色 */
}
#menu-icon:before, #menu-icon:after {
	position:	absolute;
	left:		0;
	content:	"";
	width:		100%;
	border-top:	5px solid #fff;/* 余白線の太さと色 */
}
#menu-icon:before {
	top:		2px;/* 上から2pxあけて余白線 */
}
#menu-icon:after {
	bottom:		2px;/* 下から2pxあけて余白線 */
}
/*　×印　*/
#menu-icon.x {
	background-color:#fff;
}
#menu-icon.x:before {
	border-top:		2px solid #e21912;
	-webkit-transform:	translateY(5px) rotate(45deg);
	transform:		translateY(5px) rotate(45deg);
}
#menu-icon.x:after {
	border-top:		2px solid #e21912;
	-webkit-transform:	translateY(-5px) rotate(-45deg);
	transform:		translateY(-5px) rotate(-45deg);
}
@media (min-width: 768px){
#hamburger-menu {
	display: none;	
}}
.hamburger-menu_list  {
	display: none;	
}
.hamburger-menu_list.open  {
	display: block;
	width: 100%;
	clear: both;
}
.hamburger-menu_list_top {
	background-color: #009142;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #FFF;
	padding: 12px 15px 0px 15px;
}
.hamburger-menu_list_top a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.hamburger-menu_list_admission {
	background-color: #978453;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #FFF;
	padding: 12px 15px 0px 15px;
}
.hamburger-menu_list_admission a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.hamburger-menu_list_member {
	background-color: #e21912;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #FFF;
	padding: 12px 15px 0px 15px;
}
.hamburger-menu_list_member a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.hamburger-menu_list_info {
	background-color: #f5f5f5;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #FFF;
	padding: 12px 15px 0px 15px;
}
.hamburger-menu_list_info a {
	font-size: 16px;
	color: #454545;
	text-decoration: none;
	display: block;
}
.hamburger-menu_list.open ul li {
	position: relative;
	height: 50px;
	border-bottom: 1px dotted #e21912;
	padding: 13px 15px 0px 15px;
}
.hamburger-menu_list.open ul li a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}
.hamburger-menu_list.open ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 7px;
	height: 7px;
	border-right: 1px solid #e21912;
	border-bottom: 1px solid #e21912;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 14px;
	margin-left: 20px;
}
@media (min-width: 768px){
.hamburger-menu_list.open {
	display: none;	
}}
/*! ≡ハンバーガー≡（赤） */	


/*! ぱんくず（緑） */	
.topic-path_green {
	font-size: 12px;
	color: #343434;
	padding-bottom: 10px;
	list-style-type: none;
}
.topic-path_green li {
  display: inline;
}
.topic-path_green a {
  text-decoration:none;
}
.topic-path_green a:hover {
  text-decoration:none;
  color: #e21912;
}
.topic-path_green a:link {
  color:#343434;
  text-decoration:none;
}
@media (max-width: 767px){
.topic-path_green {
	display: none;	
}
}
/*! ぱんくず（緑） */	


/*! ぱんくず（金） */	
.topic-path_gold {
	font-size: 12px;
	color: #343434;
	padding-bottom: 10px;
	list-style-type: none;
}
.topic-path_gold li {
  display: inline;
}
.topic-path_gold a {
  text-decoration:none;
}
.topic-path_gold a:hover {
  text-decoration:none;
  color: #e21912;
}
.topic-path_gold a:link {
  color:#343434;
  text-decoration:none;
}
@media (max-width: 767px){
.topic-path_gold {
	display: none;	
}
}
/*! ぱんくず（金） */	


/*! ぱんくず（赤） */	
.topic-path {
	font-size: 12px;
	color: #343434;
	padding-bottom: 10px;
	list-style-type: none;
}
.topic-path li {
  display: inline;
}
.topic-path a {
  text-decoration:none;
}
.topic-path a:hover {
  text-decoration:none;
  color: #e21912;
}
.topic-path a:link {
  color:#343434;
  text-decoration:none;
}
@media (max-width: 767px){
.topic-path {
	display: none;	
}
}
/*! ぱんくず（赤） */	


/*! ヘッダー（緑） */	
.header_admission_green {
}
@media (max-width: 767px){
.header_admission_green {
	border-bottom: 5px solid #00a83c;
}}
/*! /ヘッダー（緑）*/	


/*! ヘッダー（金） */	
.header_admission_gold {
}
@media (max-width: 767px){
.header_admission_gold {
	border-bottom: 5px solid #c5b387;
}}
/*! /ヘッダー（金）*/	


/*! ヘッダー（赤） */	
.header_member {
}
@media (max-width: 767px){
.header_member {
	border-bottom: 5px solid #e60012;
}}
/*! /ヘッダー（赤）*/	


/*! ヘッダーメニュー（共通） */
.header-menu_col.col-xs-6.col-lg-4.col-md-4.col-sm-4 {
	padding: 0px;
}
.navbar.navbar-default.navbar-static-top {
	margin-bottom: 0px;
}
/*! /ヘッダーメニュー（共通） */


/*! ヘッダーメニュー（緑） */
.header-menu_bg_green {
	border-bottom: 5px solid #00a83c;
	background-color: #FFFFFF;
	width: 100%;
	border-top: 1px solid #E7E7E7;
}
@media (max-width: 767px){
.header-menu_bg_green {
	display: none;	
}}
/*! メニュー左（緑） */
.header-menu01_green {
	margin: 0px;
	padding: 0px;
	width : 100% ;
}
.header-menu01_green ul {
	width : 100% ;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.header-menu01_green ul li {
	clear : both ;
    width : 100% ;
	line-height: 51px;
}
.header-menu01_green ul li a {
	padding-top: 2px;
	display: block;
	height: 51px;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(../images/header-menu01_bg.gif) 0 -51px no-repeat;	
}
.header-menu01_green ul li a:hover {
	color:#FFFFFF;
	background: url(../images/header-menu01_bg.gif) 0 -51px no-repeat;
}
/*! /メニュー左（緑） */
/*! メニュー中央（緑） */
.header-menu02_green {
	margin: 0px;
	padding: 0px;
}
.header-menu02_green ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.header-menu02_green ul li {
	clear : both ;
    width : 100% ;
	line-height: 51px;
}
.header-menu02_green ul li a {
	padding-top: 1px;
	display: block;
	height: 51px;
	color:#000000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	background: url(../images/header-menu02_bg.gif) 0 0 no-repeat;
}
.header-menu02_green ul li a:hover {
	color: #FFFFFF;
	background: url(../images/header-menu02_bg.gif) 0 -51px no-repeat;
}	
/*! /メニュー中央（緑） */
/*! メニュー右（緑） */
.header-menu03_green {
	margin: 0px;
	padding: 0px;
	width : 100% ;
}
.header-menu03_green ul {
	width : 100% ;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.header-menu03_green ul li {
	clear : both ;
    width : 100% ;
	line-height: 51px;
}
.header-menu03_green ul li a {
	padding-top: 1px;
	display: block;
	height: 51px;
	color:#000000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	background: url(../images/header-menu03_bg.gif) 0 0 no-repeat;	
}
.header-menu03_green ul li a:hover {
	color:#FFFFFF;
	background: url(../images/header-menu03_bg.gif) 0 -51px no-repeat;
}
/*! /メニュー右（緑） */
/*! /ヘッダーメニュー（緑） */


/*! ヘッダーメニュー（金） */
.header-menu_bg_gold {
	border-bottom: 5px solid #c5b387;
	background-color: #FFFFFF;
	width: 100%;
	border-top: 1px solid #E7E7E7;
}
@media (max-width: 767px){
.header-menu_bg_gold {
	display: none;	
}}
/*! メニュー左（金） */
.header-menu01_gold {
	margin: 0px;
	padding: 0px;
	width : 100% ;
}
.header-menu01_gold ul {
	width : 100% ;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.header-menu01_gold ul li {
	clear : both ;
    width : 100% ;
	line-height: 51px;
}
.header-menu01_gold ul li a {
	padding-top: 1px;
	display: block;
	height: 51px;
	color:#000000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	background: url(../images/header-menu01_bg.gif) 0 0 no-repeat;	
}
.header-menu01_gold ul li a:hover {
	color:#FFFFFF;
	background: url(../images/header-menu01_bg.gif) 0 -51px no-repeat;
}
/*! /メニュー左（金） */
/*! メニュー中央（金） */
.header-menu02_gold {
	margin: 0px;
	padding: 0px;
}
.header-menu02_gold ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.header-menu02_gold ul li {
	clear : both ;
    width : 100% ;
	line-height: 51px;
}
.header-menu02_gold ul li a {
	padding-top: 2px;
	display: block;
	height: 51px;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(../images/header-menu02_bg.gif) 0 -51px no-repeat;
}
.header-menu02_gold ul li a:hover {
	color: #FFFFFF;
	background: url(../images/header-menu02_bg.gif) 0 -51px no-repeat;
}	
/*! /メニュー中央（金） */
/*! メニュー右（金） */
.header-menu03_gold {
	margin: 0px;
	padding: 0px;
	width : 100% ;
}
.header-menu03_gold ul {
	width : 100% ;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.header-menu03_gold ul li {
	clear : both ;
    width : 100% ;
	line-height: 51px;
}
.header-menu03_gold ul li a {
	padding-top: 1px;
	display: block;
	height: 51px;
	color:#000000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	background: url(../images/header-menu03_bg.gif) 0 0 no-repeat;	
}
.header-menu03_gold ul li a:hover {
	color:#FFFFFF;
	background: url(../images/header-menu03_bg.gif) 0 -51px no-repeat;
}
/*! /メニュー右（金） */
/*! /ヘッダーメニュー（金） */


/*! ヘッダーメニュー（赤） */
.header-menu_bg {
	border-bottom: 5px solid #e60012;
	background-color: #FFFFFF;
	width: 100%;
	border-top: 1px solid #E7E7E7;
}
@media (max-width: 767px){
.header-menu_bg {
	display: none;	
}}
/*! メニュー左（赤） */
.header-menu01 {
	margin: 0px;
	padding: 0px;
	width : 100% ;
}
.header-menu01 ul {
	width : 100% ;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.header-menu01 ul li {
	clear : both ;
    width : 100% ;
	line-height: 51px;
}
.header-menu01 ul li a {
	padding-top: 1px;
	display: block;
	height: 51px;
	color:#000000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	background: url(../images/header-menu01_bg.gif) 0 0 no-repeat;	
}
.header-menu01 ul li a:hover {
	color:#FFFFFF;
	background: url(../images/header-menu01_bg.gif) 0 -51px no-repeat;
}
/*! /メニュー左（赤） */
/*! メニュー中央（赤） */
.header-menu02 {
	margin: 0px;
	padding: 0px;
}
.header-menu02 ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.header-menu02 ul li {
	clear : both ;
    width : 100% ;
	line-height: 51px;
}
.header-menu02 ul li a {
	padding-top: 1px;
	display: block;
	height: 51px;
	color:#000000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	background: url(../images/header-menu02_bg.gif) 0 0 no-repeat;
}
.header-menu02 ul li a:hover {
	color:#FFFFFF;
	background: url(../images/header-menu02_bg.gif) 0 -51px no-repeat;
}
/*! /メニュー中央（赤） */
/*! メニュー右（赤） */
.header-menu03 {
	margin: 0px;
	padding: 0px;
}
.header-menu03 ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.header-menu03 ul li {
	clear : both ;
    width : 100% ;
	line-height: 51px;
}
.header-menu03 ul li a {
	padding-top: 2px;
	display: block;
	height: 51px;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(../images/header-menu03_bg.gif) 0 -51px no-repeat;
}
.header-menu03 ul li a:hover {
	color: #FFFFFF;
	background: url(../images/header-menu03_bg.gif) 0 -51px no-repeat;
}	
/*! /メニュー右（赤） */
/*! /ヘッダーメニュー（赤） */


/*! タイトル帯 */
.title-obi {
 width: 100%;
 height: 200px;
}
.title-obi > li {
  position: relative;
}
.title-obi > li h1 {
  font-size: 38px;
  font-weight: normal;
  color: #FFFFFF;
  display: block;
  position: relative;
  padding: 70px 0px 0px 30px; 
}
@media (max-width: 767px){
.title-obi {
  height: 100px;
}
.title-obi > li h1 {
  font-size: 21px;
  font-weight: bold;
  padding: 31px 15px 0px 15px; 
}
}
@media (min-width: 768px){
.main-tittle_line {
	display: none;	
}}
/*! /タイトル帯 */


/*! 帯イメージ画像（緑） */
.title-obi_bg_green {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/title-obi_bg_green.jpg);
	margin-bottom: 15px;}
@media (max-width: 767px){
.title-obi_bg {margin-bottom: 5px;
}}
/*! 帯イメージ画像（緑） */


/*! 帯イメージ画像（金） */
.title-obi_bg_gold {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/title-obi_bg_gold.jpg);
	margin-bottom: 15px;}
@media (max-width: 767px){
.title-obi_bg {margin-bottom: 5px;
}}
/*! 帯イメージ画像（金） */


/*! 帯イメージ画像（赤） */
.title-obi_bg {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/title-obi_bg.jpg);
	margin-bottom: 15px;}
@media (max-width: 767px){
.title-obi_bg {margin-bottom: 5px;
}}
/*! 帯イメージ画像（赤） */


/*! 帯イメージ画像（ハトたま） */
.title-obi_hatotama {
	width: 100%;
	background-position: right;
	background-repeat: no-repeat;
	background-size: 1200px 200px;
	background-image: url(../images/title-obi_hatotama.png);
}
@media (max-width: 767px){
.title-obi_hatotama {
	background-size: 767px 100px;
	background-image: url(../images/title-obi_hatotama-s.png);
}}
/*! 帯イメージ画像（ハトたま） */







/*! ナゾ */	
.col-sm-12 {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/*! /ナゾ */	


/*! 見出し【Ｈ２】 */
.midashi-L-waku {
	padding-top: 10px;
	padding-bottom: 25px;
}
.midashi-L-waku p {
	padding: 0px;
}
.midashi-L {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 3px solid #e21912;
}
.midashi-L H2 {
	font-size: 36px;
	color: #e21912;
	margin: 0px 0px 5px 0px ;
	padding: 0px 0px 0px 0px;
	display: block;
}
@media (max-width: 767px){
.midashi-L {
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom: 2px solid #e21912;	
}
.midashi-L H2 {
	font-size: 20px;
	font-weight: bold;
}
}
/*! /見出し【Ｈ２】 */


/*! 見出し【Ｈ３】 */
.midashi-M-waku {
	padding-bottom: 15px;
	clear: both;
}
.midashi-M-waku p {
	padding: 10px 0px 10px 0px;
}
.midashi-M {
	padding-top: 12px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-left: 3px solid #e21912;
	background-color: #f1f1f1;
}
.midashi-M H3 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding-left: 24px;
	padding-right: 15px;
}
@media (max-width: 767px){
.midashi-M {
	margin-bottom: 0px;
}
.midashi-M H3 {
	font-size: 17px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}
}
/*! /見出し【Ｈ３】 */


/*! 見出し【Ｈ４】 */
.midashi-S {
	padding-bottom: 10px;
}
.midashi-S H4 {
	font-size: 18px;
	color: #e21912;
	font-weight: bold;
	border-bottom: 2px solid #e21912;
}
.midashi-S p {
	padding: 10px 0px 10px 0px;
}
@media (max-width: 767px){
.midashi-S {
	margin-bottom: 0px;
}
.midashi-S H4 {
	font-size: 17px;
	padding-bottom: 4px	
}
}
/*! /見出し【Ｈ４】 */


/*! 見出し【Ｈ５】 */
.midashi-SS {
	padding-bottom: 5px;
}
.midashi-SS H4{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.midashi-SS H5 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
/*! /見出し【Ｈ５】 */


/*! アミカケ枠（赤） */
.amikake-waku-red {
	background-color: #fff0ef;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	clear: both;
}
.amikake-waku-red ul li {
	position: relative;
	margin-bottom: 5px;
}
.amikake-waku-red ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 9px;
	height: 9px;
	border-right: 2px solid #e21912;
	border-bottom: 2px solid #e21912;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 3px;
	margin-left: 15px;
}
.amikake-waku-red ul li p {
	display:inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 5px;
	padding-left: 21px;
}
.amikake-waku-red ul li p:hover,
.amikake-waku-red ul li p:focus {
	color: #e21912;
	text-decoration: none;
}
.amikake-waku-red ul li a:hover,
.amikake-waku-red ul li a:focus {
	color: #e21912;
	text-decoration: none;
}
@media (max-width: 767px){
.amikake-waku-red {
	padding-right: 15px;
	padding-left: 15px;
}
}
/*! /アミカケ枠（赤） */


/*! アミカケ枠（グレー） */
.amikake-waku {
	background-color: #F1F1F1;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	clear: both;
	border-radius: 0px;
}
/*! /アミカケ枠（グレー） */

/*! アミカケ枠（レッド） */
.amikake-waku_red {
    background-color: #fff0ef;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    clear: both;
    border-radius: 0px;
    padding-top: 0px;
}
/*! /アミカケ枠（レッド） */


/*! アイコンメニュー */
.icon-menu ul li {
	position: relative;
	margin-bottom: 10px;
}
.icon-menu ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 9px;
	height: 9px;
	border-right: 2px solid #e21912;
	border-bottom: 2px solid #e21912;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 11px;
	margin-left: 24px;
}
.icon-menu ul li H3 {
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	padding-top: 11px;
	padding-left: 30px;
	padding-right: 10px;
}
.icon-menu ul li p {
	font-size: 14px;
	font-weight: normal;
	padding-left: 1px;
	text-decoration: none;
}
.icon-menu ul li img {
	width:25px;
	height:30px;
	vertical-align:bottom;
	margin-right:10px;
	text-decoration: none;
}
.icon-menu_right {
	padding-left: 8px;
}
.icon-menu_left {
	padding-right: 8px;
}
.icon-menu_waku {
	margin-bottom: 15px;
    border: 1px solid #dcdcdc ;
}
.icon-menu_waku.col-lg-12.col-xs-12 {
	padding: 0px;
}
.icon-menu_waku a {
	display: block;
	text-decoration: none;
}
.icon-menu_waku a :hover,
.icon-menu_waku a :focus {
	color: #e21912;
	text-decoration: none;
}
.icon-menu_waku a:hover img,
.icon-menu_waku a :focus img {
	color: #e21912;
	text-decoration: none;
}
.icon-menu_waku a:hover H3,
.icon-menu_waku a :focus h3 {
	color: #e21912;
	text-decoration: none;
}

.icon-menu_zoom {
overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
padding: 0px;
}
.icon-menu_zoom img {
display: block;
transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.icon-menu_zoom img:hover {
transform: scale(1.1);	/*画像の拡大率*/
transition-duration: 0.3s;	/*変化に掛かる時間*/
}

@media (max-width: 767px){
.icon-menu ul li {
	margin: 5px 0px 15px 7px;
}
.icon-menu ul li::after {
	margin-top: 6px;
	margin-left: 17px;
}
.icon-menu ul li H3 {
	font-size: 16px;
    line-height: 1.1em;
	padding-top: 8px;
	padding-left: 21px;
}
.icon-menu ul li p {
	font-size: 10px;
    line-height: 1.1em;
	padding-top: 5px;
}
.icon-menu_right {
	padding-left: 15px;
}
.icon-menu_left {
	padding-right: 15px;
}
}
/*! /アイコンメニュー */



/*! 画像ブロック ハーフ */
.img-block_half ul li {
	position: relative;
}
.img-block_half ul li p {
	padding-left: 10px; font-size: 12px; font-weight: normal;
}
.img-block_half ul li img {
	width: 25px; height: 30px; margin-right: 10px;
}
.col-sm-6.img-block_half_right {
	padding-left: 8px;
}
.col-sm-6.img-block_half_left {
	padding-right: 8px;
}
.img-block_half_waku {
	border: 1px solid rgb(231, 231, 231); border-image: none; margin-bottom: 15px;
}
.img-block_half_waku0 {
	margin-bottom: 25px;
}
@media all and (max-width:767px)
{
.col-sm-6.img-block_half_right {
	padding-left: 5px;
}
.col-sm-6.img-block_half_left {
	padding-right: 5px;
}
.col-xs-12.img-block_half_left {
	padding-right: 15px;
}
.col-xs-12.img-block_half_right {
	padding-left: 15px;
}
}
/*! /画像ブロック ハーフ */



/*! Wordアイコン */
.icon-word {
 width: 100%;
 margin-bottom: 10px;
 text-decoration: none;
}
.icon-word > li {
  position: relative;
  border: 1px solid #0098db;
  margin-bottom: 10px;
  text-decoration: none;
}
.icon-word > li a {
  display: block;
  position: relative;
  padding: 16px 30px 15px 45px; 
  font-weight: bold;
  text-decoration: none;
}
.icon-word > li a:hover,
.icon-word > li a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.icon-word > li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  width: 25px;
  height: 30px;
  margin-top: -15px;
  background: url("../images/icon-word.png") top left no-repeat;
  background-size: 25px 30px;
}
.icon-word > li a:hover::before,
.icon-word > li a:focus::before {
	opacity: 0.8;
}
.icon-word > li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 25px;
  height: 30px;
  margin-top: -15px;
  background: url("../images/icon-word-.png") top left no-repeat;
  background-size: 25px 30px;
}
.icon-word > li a:hover::after,
.icon-word > li a:focus::after {
	opacity: 0.8;
}
@media all and (max-width:767px){
.icon-word > li a {
  padding-top: 15px; 

}}
/*! /Wordアイコン */


/*! Excelアイコン */
.icon-excel {
 width: 100%;
 margin-bottom: 10px;
 text-decoration: none;
}
.icon-excel > li {
  position: relative;
  border: 1px solid #45b233;
  margin-bottom: 10px;
  text-decoration: none;
}
.icon-excel > li a {
  display: block;
  position: relative;
  padding: 16px 30px 15px 45px; 
  font-weight: bold;
  text-decoration: none;
}
.icon-excel > li a:hover,
.icon-excel > li a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.icon-excel > li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  width: 25px;
  height: 30px;
  margin-top: -15px;
  background: url("../images/icon-excel.png") top left no-repeat;
  background-size: 25px 30px;
}
.icon-excel > li a:hover::before,
.icon-excel > li a:focus::before {
	opacity: 0.8;
}
.icon-excel > li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 25px;
  height: 30px;
  margin-top: -15px;
  background: url("../images/icon-excel-.png") top left no-repeat;
  background-size: 25px 30px;
}
.icon-excel > li a:hover::after,
.icon-excel > li a:focus::after {
	opacity: 0.8;
}
@media all and (max-width:767px){
.icon-excel > li a {
  padding-top: 15px; 

}}
/*! /Excelアイコン */


/*! PDFアイコン */
.icon-pdf {
 width: 100%;
 margin-bottom: 10px;
 text-decoration: none;
}
.icon-pdf > li {
  position: relative;
  border: 1px solid #cb2224;
  margin-bottom: 10px;
  text-decoration: none;
}
.icon-pdf > li a {
  display: block;
  position: relative;
  padding: 16px 30px 15px 45px; 
  font-weight: bold;
  text-decoration: none;
}
.icon-pdf > li a:hover,
.icon-pdf > li a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.icon-pdf > li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  width: 25px;
  height: 30px;
  margin-top: -15px;
  background: url("../images/icon-pdf.png") top left no-repeat;
  background-size: 25px 30px;
}
.icon-pdf > li a:hover::before,
.icon-pdf > li a:focus::before {
	opacity: 0.8;
}
.icon-pdf > li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 25px;
  height: 30px;
  margin-top: -15px;
  background: url("../images/icon-pdf-.png") top left no-repeat;
  background-size: 25px 30px;
}
.icon-pdf > li a:hover::after,
.icon-pdf > li a:focus::after {
	opacity: 0.8;
}
@media all and (max-width:767px){
.icon-pdf > li a {
  padding-top: 15px; 

}}
/*! /PDFアイコン */


/*! Linkアイコン */
.icon-link {
 width: 100%;
 margin-bottom: 10px;
 text-decoration: none;
}
.icon-link > li {
  position: relative;
  border: 1px solid #e84742;
  margin-bottom: 10px;
  text-decoration: none;
}
.icon-link > li a {
  display: block;
  position: relative;
  padding: 16px 30px 15px 45px; 
  font-weight: bold;
  text-decoration: none;
}
.icon-link > li a:hover,
.icon-link > li a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.icon-link > li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  width: 25px;
  height: 30px;
  margin-top: -15px;
  background: url("../images/icon-link.png") top left no-repeat;
  background-size: 25px 30px;
}
.icon-link > li a:hover::before,
.icon-link > li a:focus::before {
	opacity: 0.8;
}
.icon-link > li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 25px;
  height: 30px;
  margin-top: -15px;
  background: url("../images/icon-link-.png") top left no-repeat;
  background-size: 25px 30px;
}
.icon-link > li a:hover::after,
.icon-link > li a:focus::after {
	opacity: 0.8;
}
@media all and (max-width:767px){
.icon-link > li a {
  padding-top: 15px; 

}}
/*! /LINKアイコン */


/*! 右向きアイコン */
.icon-rightward {
 width: 100%;
 margin-bottom: 15px;
 text-decoration: none;
}
.icon-rightward > li {
  position: relative;
  background-color: #e21912;
  border-radius: 6px;
  margin-bottom: 10px;
}
.icon-rightward > li:hover {
  opacity: 0.8;
  text-decoration: none;
}
.icon-rightward > li a {
  color: #FFFFFF;
  display: block;
  position: relative;
  padding: 11px 20px 10px 20px; 
  font-weight: bold;
  text-decoration: none;
}
.icon-rightward > li a:hover {
 color: #FFFFFF;
 text-decoration: none;
}
.icon-rightward > li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 25px;
  height: 30px;
  margin-top: -15px;
  background: url("../images/icon-rightward.png") top left no-repeat;
  background-size: 25px 30px;
}
.icon-rightward > li a:hover::after,
.icon-rightward > li a:focus::after {
	opacity: 0.8;
    text-decoration: none;
}
@media all and (max-width:767px){
.icon-rightward {
  padding-top: 15px;
}
.icon-rightward > li a {
  padding-top: 10px; 

}}
/*! /右向きアイコン */


/*! 右向きアイコン（上余白なし） */
.icon-rightward- {
 width: 100%;
 margin-bottom: 15px;
 text-decoration: none;
}
.icon-rightward- > li {
  position: relative;
  background-color: #e21912;
  border-radius: 6px;
  margin-bottom: 10px;
}
.icon-rightward- > li:hover {
  opacity: 0.8;
  text-decoration: none;
}
.icon-rightward- > li a {
  color: #FFFFFF;
  display: block;
  position: relative;
  padding: 11px 20px 10px 20px; 
  font-weight: bold;
  text-decoration: none;
}
.icon-rightward- > li a:hover {
 color: #FFFFFF;
 text-decoration: none;
}
.icon-rightward- > li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 25px;
  height: 30px;
  margin-top: -15px;
  background: url("../images/icon-rightward.png") top left no-repeat;
  background-size: 25px 30px;
}
.icon-rightward- > li a:hover::after,
.icon-rightward- > li a:focus::after {
	opacity: 0.8;
    text-decoration: none;
}
@media all and (max-width:767px){
.icon-rightward- {
  padding-top: 0px;
}
.icon-rightward- > li a {
  padding-top: 10px; 

}}
/*! /右向きアイコン */


/*! 右向きアイコンmini */
.icon-rightward-mini {
 width: 100%;
 margin-top: 5px;
 margin-bottom: 10px;
 text-decoration: none;
}
.icon-rightward-mini > li {
  position: relative;
  text-decoration: none;
}
.icon-rightward-mini > li a {
  font-size: 15px;
  display: block;
  position: relative;
  padding: 11px 15px 7px 25px; 
  text-decoration: none;
}
.icon-rightward-mini > li p {
  font-size: 15px;
  display: block;
  position: relative;
  padding: 11px 0px 7px 0px; 
  text-decoration: none;
}
.icon-rightward-mini > li a:hover,
.icon-rightward-mini > li a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.icon-rightward-mini > li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 1px;
  width: 20px;
  height: 28px;
  margin-top: -12px;
  background: url("../images/icon-rightward-mini.png") top left no-repeat;
  background-size: 20px 28px;
}
.icon-rightward-mini > li a:hover::before,
.icon-rightward-mini > li a:focus::before {
	opacity: 0.8;
}
@media all and (max-width:767px){
.icon-rightward-mini > li a::before {
  margin-top: -11px;
}
}
.icon-rightward-mini- {
 width: 100%;
 margin-top: 5px;
 margin-bottom: 10px;
 text-decoration: none;
}
/*! /右向きアイコンmini */



/*! タグ（赤） */
.tag-gray {
color: #000000;
display: block;
padding: 4px 20px 3px 20px; 
text-decoration: none;
position: relative;
background-color: #f1f1f1;
border-radius: 6px;
margin-bottom: 10px;
}
.tag-gray:hover {
  opacity: 0.8;
  text-decoration: none;
}
/*! /タグ（赤） */




/*! 補足説明文 */
.supplement {
  font-size: 12px;
  padding-bottom: 10px;
}
.supplement_red {
  font-size: 12px;
  padding-bottom: 10px;
  color: #e21912;
}
.supplement_red-mini {
  font-size: 12px;
  color: #e21912;
}
/*! /補足説明文 */



/*! 各種アイコンリストの補足説明文 */
.list-supplement {
	font-size: 12px;
	padding-bottom: 10px;
}
.list-supplement_red {
  font-size: 12px;
  padding-left: 15px;
  padding-bottom: 10px;
  color: #e21912;
}
@media all and (max-width:640px){
.list-supplement {
  padding-left: 0px;
}
.list-supplement_red {
  padding-left: 0px;
}}
/*! /各種アイコンリストの補足説明文 */


/*! 図表の見出し */
.sub-midashi {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sub-midashi p {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 2px solid #DDDDDD;
}
/*! /図表の見出し */


/*! メインコンテンツ */
.main-content {
	padding-left: 20px;
}
@media all and (max-width:991px){
.main-content {
	padding-left: 0px;
	clear: both;
}
}
/*! /メインコンテンツ */


/*! サイドメニュー */
.side-menu_waku {
	padding-bottom: 30px;
}
.side-menu_top {
	margin-top: 5px;
	padding-bottom: 5px;
}
.side-menu_top a {
	color: #343434;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
	padding-left: 5px;
	}
.side-menu_top img {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.side-menu_group {
	border: 2px solid #e21912;
}
.side-menu_group a {
	padding-top: 9px;
	padding-bottom: 9px;
	color: #e21912;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
	display: block;
}
.side-menu ul li {
	position: relative;
	height: 40px;
	border-bottom: 1px dotted #e21912;
}
.side-menu ul li:last-child {
	border-bottom: none;
}
.side-menu ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 7px;
	height: 7px;
	border-right: 1px solid #e21912;
	border-bottom: 1px solid #e21912;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 9px;
	margin-left: 20px;
}
.side-menu ul li a {
	font-size: 14px;
	padding-left: 25px;
	line-height: 39px;
	display: block;
}
.side-menu ul li a:hover,
.side-menu ul li a:focus {
	color: #e21912;
	text-decoration: none;
	background-color: #fff0ef;
}
@media all and (max-width:991px){
.side-menu_bg {
	background-color: #f5f5f5;
	margin-top: 40px;
	padding-top: 0px;
	clear: both;
}
.container-fluid .row .side-menu_bg {
}

.side-menu_waku {
	padding-top: 5px;
}
}
/*! /サイドメニュー */


/*! 上に戻る（緑） */
.pagetop_green {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 35px;
}
.pagetop_green a {
    display: block;
    background-color: #009142;
    padding: 8px 14px 16px 14px ;
} 
@media all and (max-width:991px){
.pagetop_green {
    bottom: 20px;
    right: 20px;
}}
/*! /上に戻る（緑） */


/*! 上に戻る（金） */
.pagetop_gold {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 35px;
}
.pagetop_gold a {
    display: block;
    background-color: #978453;
    padding: 8px 14px 16px 14px ;
} 
@media all and (max-width:991px){
.pagetop_gold {
    bottom: 20px;
    right: 20px;
}}
/*! /上に戻る（金） */


/*! 上に戻る（赤） */
.pagetop {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 35px;
}
.pagetop a {
    display: block;
    background-color: #e21912;
    padding: 8px 14px 16px 14px ;
} 
@media all and (max-width:991px){
.pagetop {
    bottom: 20px;
    right: 20px;
}}
/*! /上に戻る（赤） */


/*! フッター */
.footer {
	background-color: #dcdcdc;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 50px;	
	font-size: 11px;
	text-align: right;	
}
@media all and (max-width:991px){
.footer {
	margin-top: 0px;
	text-align: center;	
}}
/*! /フッター */


/*! 表テーブル */
.table-red {
	margin: 15px 0px 15px 0px;
	border: 1px solid rgb(240, 212, 211);
	border-image: none;
	width: 100%;
}
.table-red img {
	width: 100%;
}
/*! 見出し */
.table-red th {
	width: 50%;
	font-weight: normal;
	padding: 10px;
	text-align: center;
	color: rgb(0, 0, 0);
	vertical-align: middle;
	border-top-color: rgb(240, 212, 211);
	border-right-color: rgb(240, 212, 211);
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	box-sizing: border-box;
}
.table-red td {
	width: 50%;
	padding: 5px 10px 0px 10px;
	text-align: left;
	vertical-align: middle;
	border-top-color: rgb(240, 212, 211);
	border-right-color: rgb(240, 212, 211);
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
}
/*! 見出し（左上角） */
.table-red tr:first-child th {
	padding: 12px 0px 12px 0px;
	background: rgb(226, 25, 18);
	text-align: center;
	color: rgb(255, 255, 255);
	border-top-color: currentColor;
	border-top-width: medium;
	border-top-style: none;
}
.table-red tr:first-child td {
	background: rgb(226, 25, 18);
	text-align: center;
	color: rgb(255, 255, 255);
	border-top-color: currentColor;
	border-top-width: medium;
	border-top-style: none;
}
.table-red th span {
	margin: 8px 0px 0px;
	font-size: 12px;
	display: block;
}
@media all and (max-width:991px){
.table-red th {
	width: 60%;
	padding: 5px;
}
.table-red td {
	width: 40%;
	padding: 5px 5px 0px 5px;
}}
/*! /表テーブル */

/*! 表テーブル（ハトたま画像用） */
.table-red2 {
	margin: 15px 0px 15px 0px;
	border: 1px solid rgb(240, 212, 211);
	border-image: none;
	width: 100%;
}
.table-red2 img {
	width: 100%;
}
/*! 見出し */
.table-red2 th {
	width: 50%;
	font-weight: normal;
	padding: 10px;
	text-align: center;
	color: rgb(0, 0, 0);
	vertical-align: middle;
	border-top-color: rgb(240, 212, 211);
	border-right-color: rgb(240, 212, 211);
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	box-sizing: border-box;
}
.table-red2 td {
	width: 50%;
	padding: 10px 10px 10px 10px;
	text-align: left;
	vertical-align: middle;
	border-top-color: rgb(240, 212, 211);
	border-right-color: rgb(240, 212, 211);
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
}
.table-red2 th span {
	margin: 8px 0px 0px;
	font-size: 12px;
	display: block;
}
@media all and (max-width:991px){
.table-red2 th {
	width: 50%;
	padding: 5px;
}
.table-red2 td {
	width: 50%;
	padding: 5px 5px 0px 5px;
}}
/*! /表テーブル（ハトたま画像用） */


/*! 普通の中黒点リスト（・---- ） */
.normal-list li {
    list-style-type: disc;
    margin-left: 25px;
}
/*! /普通の中黒点リスト（・---- ）  */









/*! -------------------------------------------レスポンシブ画面設定------------------------------------------------------------ */


/*! ---------------------------７６７ｐｘ（-ＳＭ）以下--------------------------- */
@media (max-width: 767px){
.navbar.navbar-default.navbar-static-top {
	margin-bottom: 0px;
}
.row.col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.row.main-contents .col-xs-6.col-sm-3 {
	padding-left: 0px;
	padding-right: 0px;
}
.row.showcase .img-responsive {
	width: 122px;
	float: left;
}
.row.showcase p {
	margin-left: 132px;
}
.row.main-contents .col-lg-4.col-md-4.col-sm-4.col-xs-4 {
	padding-left: 0px;
	padding-right: 0px;
}
.row.gaiyo {
	clear: both;
}
.nav-sp {
  position: relative;
  float: right;
  padding: 10px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.nav-sp:focus {
  outline: 0;
}
.nav-sp .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.nav-sp .icon-bar + .icon-bar {
  margin-top: 4px;
}
.nav-pc {
	display: none;	
}	
.header-menu {
	display: none;	
}	
.header-menu_bg {
	display: none;	
}	
.header_info {
	display: none;	
}	
.navbar-header {
	border-bottom: 5px solid #e60012;
}
}



/*! ---------------------------７６８ｐｘ（ＭＤ-）以上--------------------------- */
@media (min-width: 768px){
.row.header-contents {
	margin-bottom: 0px;
	padding-top: 0px;
}
.nav-menu {
    display: none;
}
.navbar-toggle_plus {
    display: none;
}
.nav.navbar-nav.navbar-right {
	display: none;	
}
}




/*! ---------------------------１２００ｐｘ（ＬＧ-）以上--------------------------- */
@media (min-width: 1200px){
.container-fluid {
	width: 1200px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
}








/*! 基本*/
.text_green {
	color: #009142;
}
.text_gold {
	color: #978453;
}
.text_red {
	color: #e21912;
}
.text_green_bold {
	color: #009142;
	font-weight: bold;
}
.text_gold_bold {
	color: #978453;
	font-weight: bold;
}
.text_red_bold {
	color: #e21912;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}
.text_black_bold {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}

.fr {
	float: right
}
.fl {
	float: left
}
.clear {
	clear: both
}
.p-3 {
	padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px
}
.p-5 {
	padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px
}
.p-10 {
	padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px
}
.p-20 {
	padding-bottom: 20px; padding-left: 20px; padding-right: 20px; padding-top: 20px
}
.p-b0 {
	padding-bottom: 0px
}
.p-b1 {
	padding-bottom: 1px
}
.p-b3 {
	padding-bottom: 3px
}
.p-b5 {
	padding-bottom: 5px
}
.p-b6 {
	padding-bottom: 6px
}
.p-b7 {
	padding-bottom: 7px
}
.p-b8 {
	padding-bottom: 8px
}
.p-b9 {
	padding-bottom: 9px
}
.p-b10 {
	padding-bottom: 10px
}
.p-b11 {
	padding-bottom: 11px
}
.p-b12 {
	padding-bottom: 12px
}
.p-b13 {
	padding-bottom: 13px
}
.p-b14 {
	padding-bottom: 14px
}
.p-b15 {
	padding-bottom: 15px
}
.p-b16 {
	padding-bottom: 16px
}
.p-b17 {
	padding-bottom: 17px
}
.p-b18 {
	padding-bottom: 18px
}
.p-b19 {
	padding-bottom: 19px
}
.p-b20 {
	padding-bottom: 20px
}
.p-b25 {
	padding-bottom: 25px
}
.p-b30 {
	padding-bottom: 30px
}
.p-b40 {
	padding-bottom: 40px
}
.p-b50 {
	padding-bottom: 50px
}
.p-b60 {
	padding-bottom: 60px
}
.p-b70 {
	padding-bottom: 70px
}
.p-b100 {
	padding-bottom: 100px
}
.p-b150 {
	padding-bottom: 150px
}
.p-b250 {
	padding-bottom: 250px
}
.p-r5 {
	padding-right: 5px
}
.p-r7 {
	padding-right: 7px
}
.p-r10 {
	padding-right: 10px
}
.p-r15 {
	padding-right: 15px
}
.p-r16 {
	padding-right: 16px
}
.p-r20 {
	padding-right: 20px
}
.p-r22 {
	padding-right: 22px
}
.p-r25 {
	padding-right: 25px
}
.p-r30 {
	padding-right: 30px
}
.p-r31 {
	padding-right: 31px
}
.p-r32 {
	padding-right: 32px
}
.p-r33 {
	padding-right: 33px
}
.p-r34 {
	padding-right: 34px
}
.p-r35 {
	padding-right: 35px
}
.p-r40 {
	padding-right: 40px
}
.p-r50 {
	padding-right: 50px
}
.p-t0 {
	padding-top: 0px
}
.p-t1 {
	padding-top: 1px
}
.p-t2 {
	padding-top: 2px
}
.p-t3 {
	padding-top: 3px
}
.p-t4 {
	padding-top: 4px
}
.p-t5 {
	padding-top: 5px
}
.p-t6 {
	padding-top: 6px
}
.p-t7 {
	padding-top: 7px
}
.p-t8 {
	padding-top: 8px
}
.p-t9 {
	padding-top: 9px
}
.p-t10 {
	padding-top: 10px
}
.p-t11 {
	padding-top: 11px
}
.p-t12 {
	padding-top: 12px
}
.p-t13 {
	padding-top: 13px
}
.p-t14 {
	padding-top: 14px
}
.p-t15 {
	padding-top: 15px
}
.p-t16 {
	padding-top: 16px
}
.p-t18 {
	padding-top: 18px
}
.p-t20 {
	padding-top: 20px
}
.p-t23 {
	padding-top: 23px
}
.p-t24 {
	padding-top: 24px
}
.p-t25 {
	padding-top: 25px
}
.p-t28 {
	padding-top: 28px
}
.p-t30 {
	padding-top: 30px;
}
.p-t33 {
	padding-top: 33px;
}
.p-t35 {
	padding-top: 35px;
}
.p-t38 {
	padding-top: 38px;
}
.p-t40 {
	padding-top: 40px
}
.p-t46 {
	padding-top: 46px
}
.p-t50 {
	padding-top: 50px
}
.p-t60 {
	padding-top: 60px
}
.p-t65 {
	padding-top: 65px
}
.p-t68 {
	padding-top: 68px
}
.p-t70 {
	padding-top: 70px
}
.p-t80 {
	padding-top: 80px
}
.p-t88 {
	padding-top: 88px
}
.p-t90 {
	padding-top: 90px
}
.p-t100 {
	padding-top: 100px
}
.p-t110 {
	padding-top: 110px
}
.p-t120 {
	padding-top: 120px
}
.p-t130 {
	padding-top: 130px
}
.p-t140 {
	padding-top: 150px
}
.p-t150 {
	padding-top: 150px
}
.p-t200 {
	padding-top: 200px
}
.p-t300 {
	padding-top: 300px
}
.p-t400 {
	padding-top: 400px
}

.p-l0 {
	padding-left: 0px
}
.p-l1 {
	padding-left: 1px
}
.p-l5 {
	padding-left: 5px
}
.p-l10 {
	padding-left: 10px
}
.p-l12 {
	padding-left: 12px
}
.p-l13 {
	padding-left: 13px
}
.p-l15 {
	padding-left: 15px
}
.p-l17 {
	padding-left: 17px
}
.p-l18 {
	padding-left: 18px
}
.p-l20 {
	padding-left: 20px
}
.p-l25 {
	padding-left: 25px
}
.p-l30 {
	padding-left: 30px
}
.p-l35 {
	padding-left: 35px
}
.p-l40 {
	padding-left: 40px
}
.p-l45 {
	padding-left: 45px
}
.p-l50 {
	padding-left: 50px
}
.p-l55 {
	padding-left: 55px
}
.p-l60 {
	padding-left: 60px
}
.p-l70 {
	padding-left: 70px
}
.p-l80 {
	padding-left: 80px
}
.p-l90 {
	padding-left: 90px
}
.p-l100 {
	padding-left: 100px
}
.p-l140 {
	padding-left: 140px
}
.p-l150 {
	padding-left: 150px
}
.p-l200 {
	padding-left: 200px
}
.p-l240 {
	padding-left: 240px
}
.p-l250 {
	padding-left: 250px
}
.p-l300 {
	padding-left: 300px
}
.p-l500 {
	padding-left: 500px
}
.p-l570 {
	padding-left: 570px
}
.p-l580 {
	padding-left: 580px
}
.m-b0 {
	margin-bottom: 0px
}
.m-b5 {
	margin-bottom: 5px
}
.m-b10 {
	margin-bottom: 10px
}
.m-b20 {
	margin-bottom: 20px
}
.m-b30 {
	margin-bottom: 30px
}
.m-t5 {
	margin-top: 5px
}
.m-t10 {
	margin-top: 10px
}
.m-t15 {
	margin-top: 15px
}
.m-t20 {
	margin-top: 20px;
}
.m-t30 {
	margin-top: 30px;
}
.m-t40 {
	margin-top: 40px;
}
.m-t50 {
	margin-top: 50px;
}
.m-l30 {
	margin-left: 30px
}
.w5 {
	width: 5px
}
.w10 {
	width: 10px
}
.w15 {
	width: 15px
}
.w20 {
	width: 20px
}
.w22 {
	width: 22px
}
.w30 {
	width: 30px
}
.w40 {
	width: 40px
}
.w50 {
	width: 50px
}
.w60 {
	width: 60px
}
.w70 {
	width: 70px
}
.w80 {
	width: 80px
}
.w80 {
	width: 80px
}
.w86 {
	width: 86px
}
.w90 {
	width: 90px
}
.w95 {
	width: 95px
}
.w100 {
	width: 100px
}
.w110 {
	width: 110px
}
.w120 {
	width: 120px
}
.w130 {
	width: 130px
}
.w140 {
	width: 140px
}
.w145 {
	width: 145px
}
.w150 {
	width: 150px
}
.w160 {
	width: 160px
}
.w170 {
	width: 170px
}
.w180 {
	width: 180px
}
.w190 {
	width: 190px
}
.w195 {
	width: 195px
}
.w200 {
	width: 200px
}
.w210 {
	width: 210px
}
.w220 {
	width: 220px
}
.w230 {
	width: 230px
}
.w240 {
	width: 240px
}
.w250 {
	width: 250px
}
.w260 {
	width: 260px
}
.w270 {
	width: 270px
}
.w280 {
	width: 280px
}
.w290 {
	width: 290px
}
.w300 {
	width: 300px
}
.w310 {
	width: 310px
}
.w320 {
	width: 320px
}
.w330 {
	width: 330px
}
.w340 {
	width: 340px
}
.w345 {
	width: 345px
}
.w350 {
	width: 350px
}
.w360 {
	width: 360px
}
.w370 {
	width: 370px
}
.w380 {
	width: 380px
}
.w390 {
	width: 390px
}
.w400 {
	width: 400px
}
.w410 {
	width: 410px
}
.w420 {
	width: 420px
}
.w430 {
	width: 430px
}
.w440 {
	width: 440px
}
.w450 {
	width: 450px
}
.w460 {
	width: 460px
}
.w470 {
	width: 470px
}
.w480 {
	width: 480px
}
.w490 {
	width: 490px
}
.w500 {
	width: 500px
}
.w510 {
	width: 510px
}
.w520 {
	width: 520px
}
.w530 {
	width: 530px
}
.w540 {
	width: 540px
}
.w550 {
	width: 550px
}
.w560 {
	width: 560px
}
.w570 {
	width: 570px
}
.w580 {
	width: 580px
}
.w590 {
	width: 590px
}
.w600 {
	width: 600px
}
.w610 {
	width: 610px
}
.w620 {
	width: 620px
}
.w630 {
	width: 630px
}
.w638 {
	width: 638px
}
.w640 {
	width: 640px
}
.w650 {
	width: 650px
}
.w660 {
	width: 660px
}
.w670 {
	width: 670px
}
.w680 {
	width: 680px
}
.w690 {
	width: 690px
}
.w700 {
	width: 700px
}
.w710 {
	width: 710px
}
.w720 {
	width: 720px
}
.w730 {
	width: 730px
}
.w740 {
	width: 740px
}
.w750 {
	width: 750px
}
.w760 {
	width: 760px
}
.w770 {
	width: 770px
}
.w780 {
	width: 780px
}
.w790 {
	width: 790px
}
.w800 {
	width: 800px
}
.w810 {
	width: 810px
}
.w820 {
	width: 820px
}
.w830 {
	width: 830px
}
.w840 {
	width: 840px
}
.w850 {
	width: 850px
}
.w860 {
	width: 860px
}
.w870 {
	width: 870px
}
.w880 {
	width: 880px
}
.w890 {
	width: 890px
}
.w900 {
	width: 900px
}
.w930 {
	width: 930px
}
.w960 {
	width: 960px
}












/*! -------------------------------------------全宅連HPより------------------------------------------------------------ */
html {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
body {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
div {
	font: inherit;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border: 0px currentColor;
	border-image: none;
	letter-spacing: 0.07em;
	vertical-align: baseline;
	font-size-adjust: inherit;
	font-stretch: inherit;
}
span {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
applet {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
object {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
iframe {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h1 {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h2 {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h3 {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h4 {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h5 {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h6 {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
p {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
blockquote {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
pre {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
a {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
abbr {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
acronym {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
address {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
big {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
cite {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
code {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
del {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
dfn {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
em {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
img {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
ins {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
kbd {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
q {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
s {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
samp {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
small {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
strike {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
strong {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
sub {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
sup {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
tt {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
var {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
b {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
u {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
icenter {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
dl {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
dt {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
dd {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
ol {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
ul {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
li {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
fieldset {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
form {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
label {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
legend {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
table {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
caption {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
tbody {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
tfoot {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
thead {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
tr {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
th {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
td {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
article {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
aside {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
canvas {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
details {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
embed {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
figure {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
figcaption {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
footer {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
header {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
hgroup {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
menu {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
nav {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
output {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
ruby {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
section {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
summary {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
time {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
mark {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
audio {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
video {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; letter-spacing: 0.07em; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
article {
	display: block;
}
aside {
	display: block;
}
details {
	display: block;
}
figcaption {
	display: block;
}
figure {
	display: block;
}
footer {
	display: block;
}
header {
	display: block;
}
hgroup {
	display: block;
}
menu {
	display: block;
}
nav {
	display: block;
}
section {
	display: block;
}
ol {
	list-style: none;
}
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
q {
	quotes: none;
}
blockquote::before {
	content: none;
}
blockquote::after {
	content: none;
}
q::before {
	content: none;
}
q::after {
	content: none;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
img {
	height: auto; line-height: 1; vertical-align: bottom; max-width: 100%;
}
table th {
	font-weight: bold;
}
html {
	font-size: 62.5%;
}
body {
	color: rgb(0, 0, 0); font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 15px; -webkit-text-size-adjust: 100%; 
}
a {
	color: rgb(0, 0, 0); text-decoration:none;
}
a[href^='tel:'] {
	text-decoration: none; cursor: default;
}
a[href^='tel:']:hover {
	color: inherit !important;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	transition:0.15s ease-in-out; opacity: 0.8; color: #e21912;
}
#container a.line {
	text-decoration: underline;
}
#container a.line:hover {
	text-decoration: none;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
/*! 全宅連HPより */
