@charset "utf-8";

html {
	font-size: 15px;
}

body {
	color: #313131;
	font-size: 1rem;
	line-height: 1.8;
}

.wf-active body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
}

.wf-inactive body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

h1, h2, h3, h4 {
	line-height: 1.3;
}

h5, h6 {
	line-height: 1.5;
}

h4 {
	color: #036eb8;
	font-size: 1.2rem;
	margin: 1.5em 0 1em;
}

h5 {
	margin: 1.5em 0 1em;
}

h6 {
	margin: 1em 0;
}

address {
	font-style: normal;
}

a {
	color: #0396d7;
	font-weight: 500;
	text-decoration: none;
}

b a,
strong a {
	font-weight: 700;
}

a:hover {
	text-decoration: underline;
}

a[href^="tel:"] {
	display: inline-block;
}

a[href^="tel:"]:hover {
	text-decoration: none;
}

.text-primary a[href^="tel:"],
a[href^="tel:"].text-primary {
  color: #036eb8 !important;
}

.text-success a[href^="tel:"],
a[href^="tel:"].text-success {
  color: #3c9d3c !important;
}

.text-info a[href^="tel:"],
a[href^="tel:"].text-info {
  color: #5bc0de !important;
}

.text-warning a[href^="tel:"],
a[href^="tel:"].text-warning {
  color: #f0ad4e !important;
}

.text-danger a[href^="tel:"],
a[href^="tel:"].text-danger {
  color: #ec4c40 !important;
}

.text-gray-dark a[href^="tel:"],
a[href^="tel:"].text-gray-dark {
  color: #292b2c !important;
}

a[href^="http"]:not([class*="ico-none"]):not([href*="www.kanbara-gas.co.jp/"]):after {
	color: #808080;
	content: "\f08e";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 0.875em;
	margin: 0 0.25em;
}

a[href$=".pdf"]:not([class*="ico-none"]):after,
a[href$=".PDF"]:not([class*="ico-none"]):after {
	color: #d80000;
	content: "\f1c1";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 0.875em;
	margin: 0 0.25em;
}

.indent-hang a[href^="http"]:not([class*="ico-none"]):not([href*="www.kanbara-gas.co.jp/"]):after,
.indent-hang a[href$=".pdf"]:not([class*="ico-none"]):after,
.indent-hang a[href$=".PDF"]:not([class*="ico-none"]):after {
	margin-left: 1.25em;
}

figure {
	margin-left: 0;
	margin-right: 0;
}

figcaption {
	font-size: 0.867rem;
	line-height: 1.5;
	margin: 0.5rem 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table, th, td {
	border: 1px solid #ccc;
}

th, td {
	font-size: 0.934rem;
	line-height: 1.5;
	padding: 7px;
}

th {
	font-weight: 500;
}

thead th {
	background-color: #e1f0fb;
}

tbody th {
	background-color: #f5f5f5;
}

tbody td {
	background-color: #fff;
}

.bootstrap-datetimepicker-widget thead th,
.bootstrap-datetimepicker-widget tbody th {
	background-color: transparent;
}

ol, ul {
	padding-left: 2em;
}

dt {
	font-weight: 500;
}

dd {
	margin-left: 2em;
}

button, input, optgroup, select, textarea {
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 18px;
}

.badge-pale.badge-primary {
    background-color: #e1f0fb;
    color: #036eb8;
}
.badge-pale.badge-success {
    background-color: #daf4e5;
    color: #179a86;
}
.badge-pale.badge-warning {
    background-color: #fcedc7;
    color: #e48b00;
}
.badge-pale.badge-danger {
    background-color: #ffe8e8;
    color: #e12314;
}

.bg-pale-primary {
    background-color: #e1f0fb;
}
.bg-pale-success {
    background-color: #daf4e5;
}
.bg-pale-warning {
    background-color: #fcedc7;
}
.bg-pale-danger {
    background-color: #ffe8e8;
}

.font-xxxlg {
	font-size: 1.867rem;
	line-height: 1.25;
}

@media (min-width: 540px) {
  .font-sm-xxxlg {
		font-size: 1.867rem !important;
  }
}

@media (min-width: 769px) {
  .font-md-xxxlg {
		font-size: 1.867rem !important;
  }
}

@media (min-width: 992px) {
  .font-lg-xxxlg {
		font-size: 1.867rem !important;
  }
}

@media (min-width: 1030px) {
  .font-xl-xxxlg {
		font-size: 1.867rem !important;
  }
}

.font-xxlg {
	font-size: 1.6rem;
	line-height: 1.25;
}

@media (min-width: 540px) {
  .font-sm-xxlg {
		font-size: 1.6rem !important;
  }
}

@media (min-width: 769px) {
  .font-md-xxlg {
		font-size: 1.6rem !important;
  }
}

@media (min-width: 992px) {
  .font-lg-xxlg {
		font-size: 1.6rem !important;
  }
}

@media (min-width: 1030px) {
  .font-xl-xxlg {
		font-size: 1.6rem !important;
  }
}

.font-xlg {
	font-size: 1.467rem;
	line-height: 1.5;
}

@media (min-width: 540px) {
  .font-sm-xlg {
		font-size: 1.467rem !important;
  }
}

@media (min-width: 769px) {
  .font-md-xlg {
		font-size: 1.467rem !important;
  }
}

@media (min-width: 992px) {
  .font-lg-xlg {
		font-size: 1.467rem !important;
  }
}

@media (min-width: 1030px) {
  .font-xl-xlg {
		font-size: 1.467rem !important;
  }
}

.font-lg {
	font-size: 1.333rem;
	line-height: 1.5;
}

@media (min-width: 540px) {
  .font-sm-lg {
		font-size: 1.333rem !important;
  }
}

@media (min-width: 769px) {
  .font-md-lg {
		font-size: 1.333rem !important;
  }
}

@media (min-width: 992px) {
  .font-lg-lg {
		font-size: 1.333rem !important;
  }
}

@media (min-width: 1030px) {
  .font-xl-lg {
		font-size: 1.333rem !important;
  }
}


@media print, screen and (min-width: 769px) {
	a[href^="tel:"] {
		color: #313131;
		cursor: text;
	}
}

/* ==========================================================================
 page-header
========================================================================== */
.page-header {
	line-height: 1;
	position: relative;
	z-index: 999;
}

.page-header .logo {
	float: left;
	margin: 11px 0 11px 1rem;
}

.page-header .logo img {
	height: auto;
	width: 186px;
}

.nav-header {
	background: #fff;
	height: 55px;
	position: relative;
	width: 100%;
	z-index: 999;
}

.nav-content {
	background: #fff;
	position: absolute;
	top: -500px; /* 開いてないときは画面外に配置 */
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 100%;
	z-index: 998;
}

@media screen and (min-width: 769px) {
	.page-header {
		line-height: 1;
		margin: 0 auto;
		max-width: 1030px;
		padding: 0 15px;
		z-index: auto;
	}
	
	.page-header .logo {
		margin: 21px 0 33px;
	}

	.page-header .logo img {
		width: 258px;
	}

	.nav-header {
		height: auto;
		z-index: auto;
	}

	.nav-content {
		position: static;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
		z-index: auto;
	}

}

/* --------------------------------------------------------------------------
 Toggle Button
-------------------------------------------------------------------------- */
.nav-toggle {
	background-color: #036eb8;
	box-sizing: content-box;
	cursor: pointer;
	display: block;
	height: 55px;
	padding: 0 17px;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	z-index: 101;
}

.nav-toggle .hamburger-icon {
	position: relative;
}

.nav-toggle .hamburger-icon > span {
	background: #fff;
	border-radius: 1px;
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	width: 100%;
}

.nav-toggle .hamburger-icon span:nth-child(1) {
	top: 11px;
}

.nav-toggle .hamburger-icon span:nth-child(2) {
	top: 19px;
}

.nav-toggle .hamburger-icon span:nth-child(3) {
	top: 27px;
}

.nav-toggle .hamburger-ttl {
	color: #fff;
	display: block;
	font-size: 0.6rem;
	font-weight: 700;
	margin: 35px -10px 0;
	text-align: center;
}

/* .nav-toggle 切り替えアニメーション */
.nav-open .nav-toggle .hamburger-icon span:nth-child(1) {
	top: 19px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.nav-open .nav-toggle .hamburger-icon span:nth-child(2) {
	left: 50%;
	width: 0;
}

.nav-open .nav-toggle .hamburger-icon span:nth-child(3) {
	top: 19px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* .nav-content スライドアニメーション */
.nav-open .nav-content {
	/* .nav-content top + .nav-header height */
	-moz-transform: translateY(555px);
	-webkit-transform: translateY(555px);
	transform: translateY(555px);
}

#modal-overlay{
	background-color: rgba(0,0,0,0.4);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 769px) {
	.nav-toggle {
		display: none;
	}
}

/* --------------------------------------------------------------------------
 gnav
-------------------------------------------------------------------------- */
.gnav {
	display: block;
	font-size: 0.934rem;
	margin: 0;
	padding: 19px 1rem;
}

.gnav li {
	border-bottom: 1px solid #ccc;
}

.gnav li:first-child {
	border-top: 1px solid #ccc;
}

.gnav li a {
	background: url(/images/common/ico-shevron-right-blue.png) no-repeat right 3px center/7px 12px;
	color: #313131;
	display: block;
	padding: 1rem 20px 1rem 5px;
}

.gnav li a:hover {
	text-decoration: none;
}

@media screen and (min-width: 769px) {
	.gnav {
		display: flex;
		flex-direction: row;
		font-size: 1.067rem;
		margin: 0 0 20px;
		padding: 0;
		width: 100%;
	}

	.gnav li {
		border-bottom: none;
		border-right: 1px solid #ccc;
		flex-grow: 1;
	}

	.gnav li:first-child {
		border-left: 1px solid #ccc;
		border-top: none;
	}

	.gnav li a {
		background: none;
		padding: 2px 0;
		text-align: center;
		transition: color 0.2s;
	}
	
	.gnav li.active a,
	.gnav li a:hover {
		color: #036eb8;
	}
}

/* --------------------------------------------------------------------------
 Google Search
-------------------------------------------------------------------------- */
.search-container {
	background-color: #eee;
	padding: 1rem;
	position: relative;
}

.search-container * {
	box-sizing: content-box;
}

.search-container table,
.search-container th,
.search-container td {
	border: none;
}

.search-container th,
.search-container td {
	background-color: transparent;
	padding: 0;
}

.gsc-search-box-tools .gsc-search-box td.gsc-input {
	padding-right: 4px !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	padding-left: 12px !important;
	padding-right: 12px !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	background-color: #9f9f9f !important;
	border-color: #9f9f9f !important;
}

.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover,
.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
  box-shadow: none !important;
}


@media screen and (min-width: 769px) {
	.search-container {
		background-color: #fff;
		float: right;
		margin: 20px 246px 0 0;
		padding: 0;
	}
}

/* --------------------------------------------------------------------------
 問い合わせ 電話
-------------------------------------------------------------------------- */
.header-tel {
	background-color: #eee;
	line-height: 1.1;
	margin: 0;
	padding: 0.5rem 1rem 0.6rem;
	text-align: center;
}

.header-tel .tel-num a {
	background: url(/images/common/ico-tel.png) no-repeat left center/14px 18px;
	color: #036eb8;
	font-size: 1.5rem;
	font-weight: 700;
	padding-left: 17px;
}

.header-tel .font-s {
	font-size: 0.734rem;
}

@media screen and (min-width: 769px) {
	.header-tel {
		background-color: #fff;
		line-height: 1;
		padding: 0;
		position: absolute;
		right: 15px;
		text-align: right;
		top: 23px;
	}
	
	.header-tel .tel-num a {
		background: url(/images/common/ico-tel.png) no-repeat left bottom 1px/18px 24px;
		font-size: 2rem;
		padding-left: 20px;
	}

}

/* ==========================================================================
 content
========================================================================== */
.content {
	padding-bottom: 40px;
}

@media screen and (min-width: 769px) {
	.content {
		padding-bottom: 80px;
	}

}

main {
	padding-bottom: 30px;
}

.snav {
	background-color: #f2f2f2;
	height: 45px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.nav-fade {
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(241,241,241,0)),color-stop(100%,rgba(241,241,241,1)));
	height: 45px;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 0;
	width: 30px;
	z-index: 2;
}

.nav-scroll {
	-webkit-user-select: none;
	display: block;
	padding: 0;
	position: relative;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	/*height: 60px;*/
}

.snav ul {
	font-size: 0.934rem;
	display: inline-block;
	margin: 0;
	overflow: hidden;
	padding-right: 15px;
	position: relative;
	white-space: nowrap;
}

.snav li {
	display: inline-block;
	line-height: 45px;
	height: 45px;
	margin: 0;
	padding: 0px 15px;
	text-align: center;
}

.snav a {
	color: #313131;
	position: relative;
}

.snav a:hover {
	text-decoration: none;
}

.snav li.active {
	border-bottom: 2px solid #036eb8;
}

.snav li.active a,
.snav li a:hover {
	color: #036eb8;
}

@media screen and (min-width: 769px) {
	.snav {
		height: auto;
		overflow: visible;
		z-index: auto;
	}
	
	.nav-fade {
		display: none;
	}
	
	.nav-scroll {
		overflow-y: auto;
		overflow-x: auto;
		padding-left: 15px;
		padding-right: 15px;
		height: auto;
	}

	.snav ul {
		flex-wrap: wrap;
		justify-content: center;
		font-size: 0.934rem;
		display: flex;
		white-space: normal;
		overflow: auto;
		padding-bottom: 10px;
		padding-right: 0;
		padding-top: 10px;
	}

	.snav li {
		border-left: 1px solid #ccc;
		line-height: inherit;
		height: auto;
		margin-bottom: 1em;
		margin-top: 1em;
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	
	.snav li:last-child {
		border-right: 1px solid #ccc;
	}
	
	.snav a {
		padding-bottom: 3px;
		padding-top: 3px;
	}
	
	.snav li.active {
		border-bottom: none;
	}
	
	.snav li.active a:after,
	.snav li a:after {
		background-color: #036eb8;
		bottom: -2px;
		content: "";
		height: 2px;
		position: absolute;
	}

	.snav li a:after {
		left: 50%;
		right: 50%;
		transition: left ease-out 0.2s, right ease-out 0.2s;
	}

	.snav li.active a:after,
	.snav li a:hover:after {
		left: 0;
		right: 0;
	}

}

.breadcrumb {
	font-size: 0.8rem;
	line-height: 1.5;
	list-style: none;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li:not(:last-child):after {
	content: ">";
	margin: 0 1em;
}

.breadcrumb a {
	color: #313131;
	font-weight: 400;
}

.main-content {
	padding-top: 1rem;
}

.page-ttl {
	background-color: #036eb8;
	color: #fff;
	font-size: 1.6rem;
	padding: 1em 0;
}

.page-ttl h1, .section h2 {
	font-weight: 500;
}

.section h3, .section h4, .section h5, .section h6 {
	font-weight: 700;
}

.page-ttl h1 {
	margin: 0 auto;
	max-width: 1030px;
	padding: 0 15px;
	text-align: center;
}

.section h2 {
	border-bottom: 3px solid #e5e5e5;
	font-size: 1.6rem;
	margin: 0 0 1em;
	padding-bottom: 15px;
	position: relative;
}

.section h2:after {
	background-color: #036eb8;
	bottom: -3px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 25%;
}

.section * + h2,
.section h2 ~ h2 {
	margin-top: 2em;
}

.section h3 {
	border-bottom: 1px solid #036eb8;
	font-size: 1.2rem;
	margin-top: 2em;
	padding-bottom: 12px;
}

.section .card-header {
	background-color: #f7f7f9;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	color: #313131;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.75rem 1.25rem;
}

.section .card-header:after {
	display: none;
}

.section ul {
	list-style: none;
}

.section ul:not(.list-unstyled):not(.nav):not(.anchor-link):not(.list-index) {
	padding-left: 15px;
}

.section ul:not(.list-unstyled):not(.nav):not(.anchor-link):not(.list-index) li {
	padding-left: 1.5em;
	position: relative;
	/*text-indent: -15px;*/
}

.section ul:not(.list-unstyled):not(.nav):not(.anchor-link):not(.list-index) li:before {
	background-color: #036eb8;
	border-radius: 3.5px;
	content: "";
	height: 7px;
	left: 5px;
	position: absolute;
	top: 10px;
	width: 7px;
}

.list-index {
	padding-left: 0;
}

.list-index li a {
	border-bottom: 1px solid #ccc;
	color: #313131;
	display: block;
	padding: 1rem 0.5rem;
	transition: background 0.2s;
}

.list-index li:first-child a {
	border-top: 1px solid #ccc;
}

.list-index li a:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}

.list-index li a h2 {
	border: none;
	color: #036eb8;
	font-size: 1rem;
	margin: 0 0 0.5em;
	padding-bottom: 0;
}

.list-index li a h2:after {
	display: none;
}

.list-index li a h2 + p {
	font-size: 0.867rem;
	font-weight: 400;
	margin: 0;
}

.anchor-link {
	background-color: #f5f5f5;
	font-size: 0.934rem;
	margin-top: 0;
	padding: 0.5rem;
}

.anchor-link li {
	display: inline-block;
	padding: 0.5rem 15px;
}

.anchor-link li a {
	color: #313131;
	font-weight: 400;
}

.dl-inline dt {
	background-color: #f5f5f5;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding: 0.25em 0.5em;
}

.dl-inline dd {
	margin: 0 0 0 0.5em;
}

.indent-hang {
	padding-left: 1em;
	text-indent: -1em;
}

.section .fa-angle-left {
	margin-right: 0.5em;
}

.section .fa-angle-right {
	margin-left: 0.5em;
}


@media screen and (min-width: 769px) {
	main {
		padding-bottom: 60px;
	}
	
	.main-content {
		padding-top: 2.5rem;
	}
	
	.page-ttl {
		font-size: 2rem;
	}
	
	.section h2 {
		font-size: 1.734rem;
	}

	.section h2:after {
		width: 180px;
	}
	
	.list-index li:nth-child(-n+2) a {
		border-top: 1px solid #ccc;
	}
	
	.dl-inline dt {
		background-color: transparent;
		clear: left;
		float: left;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0.5em 2em 0.5em 0;
	}

	.dl-inline dd {
		border-bottom: none;
		padding: 0 0 0.5em;
		margin: 0;
	}
	
	.dl-inline dt + dd {
		padding-top: 0.5em;
	}

	.dl-inline dt:not(:first-of-type) + dd {
		border-top: 1px solid #ccc;
	}
	
	.dl-inline dt:last-of-type + dd {
		border-bottom: 1px solid #ccc;
	}

	.dl-inline.dt-5em dt {
		width: 7em;
	}
	
	.dl-inline.dt-7em dt {
		width: 9em;
	}
	
	.dl-inline.dt-9em dt {
		width: 11em;
	}
	
	.dl-inline.dt-11em dt {
		width: 13em;
	}
	
	.dl-inline.dt-5em dd {
		padding-left: 7em;
	}
	
	.dl-inline.dt-7em dd {
		padding-left: 9em;
	}
	
	.dl-inline.dt-9em dd {
		padding-left: 11em;
	}
	
	.dl-inline.dt-11em dd {
		padding-left: 13em;
	}
}

@media screen and (min-width: 992px) {
	.list-index li:nth-child(-n+3) a {
		border-top: 1px solid #ccc;
	}
}

.x-scroll {
	overflow-x: auto;
	/*padding-bottom: 5px;*/
	white-space: nowrap;
	word-wrap: normal;
}

.x-scroll > * {
	width: 100%;
}

.x-scroll::-webkit-scrollbar {
	background: #b2b2b2;
	border-radius: 3px;
	width: 6px;
}

.x-scroll::-webkit-scrollbar:horizontal {
	background: #b2b2b2;
	border-radius: 3px;
	height: 6px;
}

.x-scroll::-webkit-scrollbar-thumb {
	background: #5b5b5b;
	border-radius: 3px;
}

.x-scroll::-webkit-scrollbar-thumb:horizontal {
	background: #5b5b5b;
	border-radius: 3px;
}

.x-scroll::-webkit-scrollbar-corner {
	background: transparent;
}

@media screen and (min-width: 540px) {
	.x-scroll {
		white-space: normal;
	}

	.x-scroll > * {
		width: auto;
	}
}

/* ==========================================================================
 page-footer
========================================================================== */
.page-footer {
	background-color: #036eb8;
	color: #fff;
	font-size: 0.734rem;
	line-height: 1.45;
	padding: 2rem 0 0;
}

.page-footer a {
	color: #fff;
}

.footer-contact h2 {
	margin: 0;
}

.footer-contact h2 img {
	height: auto;
	width: 175px;
}

.footer-contact h2 + p {
	margin: 0.5rem 0 0;
}

.footer-contact h3 {
	background-color: #278bd0;
	border-radius: 3px;
	margin: 1rem 0 0.6rem;
	padding: 0.2rem 1rem;
	text-align: center;
}

.footer-contact-tel p {
	font-size: 0.9rem;
	line-height: 1.2;
	margin: -0.3rem 0 0.7333rem;
}

.footer-contact-tel .tel-num {
	font-size: 1.8rem;
	margin-left: 0.3rem;
}

.footer-contact-tel .font-s {
	font-size: 0.734rem;
}

.footer-contact-form p {
	margin: 0;
}

.footer-contact-form .btn {
	background-color: #fff;
	border-radius: 3px;
	color: #0160a2;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 0.8rem;
	text-align: center;
}

.footer-contact-form .btn:hover {
	text-decoration: none;
}

.footer-nav > .nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 2em -1px;
}

.footer-nav > .nav > li {
	background-color: #278bd0;
	flex: 0 1 auto;
	margin: 1px;
	width: calc(50% - 2px);
}

.footer-nav > .nav > li > a {
	background: url(/images/common/ico-shevron-right-white.png) no-repeat right 9px center/6px 10px;
	display: flex;
	padding: 0.5rem 1.5rem 0.5rem 0.6333rem;
}

.copyright {
	background-color: #033c63;
	font-size: 0.6rem;
	margin: 0;
	padding: 1rem;
	text-align: center;
}

.copyright small {
	font-size: 0.6rem;
}

@media screen and (min-width: 540px) {
	.footer-contact-tel,
	.footer-contact-form {
		float: left;
	}

	.footer-contact-tel {
		width: 52%;
	}
	
	.footer-contact-form {
		width: 48%;
	}

	.footer-contact h3 {
		display: inline-block;
		font-size: 0.8rem;
		margin-top: 2rem;
		padding: 5px 14px;
	}
	
	.footer-contact-tel .tel-num {
		font-size: 2rem;
	}
}

@media screen and (min-width: 769px) {
	.page-footer {
		font-size: 0.934rem;
		padding-top: 53px;
	}
	
	.footer-contact,
	.footer-nav {
		float: left;
	}
	
	.footer-contact {
		margin-right: 5%;
		width: 53%;
	}
	
	.footer-nav {
		width: 42%;
	}
	
	.footer-contact h2,
	.footer-contact h2 + p {
		float: left;
	}
	
	.footer-contact h2 {
		margin-right: 26px;
	}
	
	.footer-contact h2 img {
		width: 214px;
	}
	
	.footer-contact h2 + p {
		margin: 0;
	}
	
	.footer-contact-form .btn {
		font-size: 1rem;
		transition: color 0.2s;
	}
	
	.footer-contact-form .btn:hover {
		color: #2d96de;
	}

	.footer-nav > .nav {
		display: inline-flex;
		flex-direction: column;
		margin: 0 -2rem 0 0;
		height: 170px;
	}

	.footer-nav > .nav > li {
		background-color: transparent;
		display: inline-block;
		margin: 0 0 13px 0;
		width: auto;
	}
	
	.footer-nav > .nav > li:nth-child(-n+5) {
		margin-right: 2rem;
	}

	.footer-nav > .nav > li > a {
		background: url(/images/common/ico-shevron-right-white.png) no-repeat left center/5px 9px;
		display: inline;;
		padding: 0 0 0 1rem;
	}

	.copyright {
		margin-top: 40px;
	}
}

/* ==========================================================================
 お知らせ
========================================================================== */
.topics-list dl {
	border-top: 1px solid #ccc;
	margin: 0;
}

.topics-list dt,
.topics-list dd {
	line-height: 1.25;
}

.topics-list dt {
	font-size: 0.734rem;
	font-weight: 500;
	margin: 0 0 7px;
	padding: 11px 0 0;
}

.topics-list dd {
	border-bottom: 1px solid #ddd;
	font-size: 0.8rem;
	margin: 0;
	padding: 0 0 11px;
}

.topics-list dt .badge {
	margin-right: 0.75em;
	padding: 0.4em 0.5em 0.5em;
	min-width: 90px;
}

.pager-container {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	margin: 1rem 0;
}

.pager-container a {
	color: #313131;
	background-color: #e6e6e6;
	border-radius: 3px;
	display: inline-block;
		flex: 0 0 5em;
	font-size: 0.934rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0.5em;
	padding: 0.25em 0.5em;
	text-align: center;
	width: 5rem;
}

@media screen and (min-width: 769px) {
	.topics-list dt {
		clear: left;
		float: left;
		font-size: 1rem;
		margin: 0;
		padding: 13px 0 12px;
		width: 17.5em;
	}

	.topics-list dd {
		font-size: 1rem;
		margin: 0;
		padding: 16px 0 16px 18em;
	}

	.topics-list dt .badge {
		font-size: 0.867em;
		min-width: 120px;
	}
	
	.topics-list-warning dt,
	.topics-list-tankun dt {
		padding: 16px 0;
		width: 9.5em;
	}

	.topics-list-warning dd,
	.topics-list-tankun dd {
		padding-left: 10em;
	}
}

/* --------------------------------------------------------------------------
 お知らせ詳細
-------------------------------------------------------------------------- */
.topics-head h2 {
	margin-bottom: 0;
}

.entry-date {
	font-size: 0.933em;
	line-height: 1;
	margin-bottom: 1.5em;
	text-align: right;
}

.entry-date .badge {
	font-size: 0.733rem;
	margin-right: 0.75em;
	padding: 0.5em;
}

/* --------------------------------------------------------------------------
 お知らせ 協賛企業一覧掲載
-------------------------------------------------------------------------- */

/* top-tancoupon */

.top-tancoupon{
	margin-bottom: 24px;
	font-size: 13px;
}

.tancoupon_bnr{
	background:url("../images/top/il_tancoupon_bnr.png") center center / 151% auto no-repeat;
	width:100%;
	padding-bottom:19%;
	display:block;
	border:2px solid #d9d310;
}

.tancoupon_bnr:hover{
	opacity:0.7;
}

a.tancoupon_bnr[href^="http"]:not([class*="ico-none"]):not([href*="www.kanbara-gas.co.jp/"]):after {
	display: none;
}

.tancoupon_bnr img{
	display:none;
}

/* c-store-bg */

.c-store-bg table{
	width:100%;
}

.c-store-bg table th{
	background: #8aafc9;
	color: #FFF;
}

.c-store-bg table td{
	background:none;
}

.c-store-bg table tr:nth-child(odd){
	background:#eaeef1;
}

@media screen and (max-width: 540px) {
  .c-store-bg table {
    overflow-x: auto;
    display:block;
  }
  .c-store-bg tbody {
  display: table;
    width: 850px;
    margin: -1px -1px;
  }
  .c-store-bg tbody td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}

/* c-store-pic-bg */

.c-store-pic-bg .anchor-link a:before{
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #313131;
	margin-right: 3px;
}

.c-store-pic-bg table{
	width:100%;
	margin-bottom:50px;
}

.c-store-pic-bg table th{
	background: #8aafc9;
	color: #FFF;
}

.c-store-pic-bg table td{
	background:none;
	padding:15px;
}

.c-store-pic-bg table tr td:nth-of-type(1){
	width:25%;
	font-size:18px;
	font-weight:bold;
}

.c-store-pic-bg table tr td:nth-of-type(1) img{
	margin-top:10px;
	display:block;
	width:100%;
}

.c-store-pic-bg table tr td:nth-of-type(2){
	width:75%;
	font-size:16px;
	line-height:2;
}

.c-store-pic-bg table tr td:nth-of-type(2):first-line{
	font-weight:bold;
	border-bottom:1px solid #999;
	display:block;
	background:linear-gradient(transparent 60%, #d0ebff 60%);
}

@media screen and (max-width: 540px) {
	.c-store-pic-bg h4{
		display:block;
		width:100%;
		font-size:1.6rem;
		background: #8aafc9;
		padding:10px 10px 6px;
		color:#FFF;
		margin-bottom:-1px;
	}
	.c-store-pic-bg table{
		display:block;
	}
	.c-store-pic-bg table tobdy{
		display:block;
	}
	.c-store-pic-bg table tr{
		display:block;
	}
	.c-store-pic-bg table th{
		display:none;
	}
	.c-store-pic-bg table tr td:nth-of-type(1){
		display:block;
		width:100%;
		font-size:18px;
		font-weight:bold;
		border-bottom:none;
	}
	.c-store-pic-bg table tr td:nth-of-type(2){
		display:block;
		width:100%;
		font-size:16px;
		line-height:1.7;
		margin-top:-20px;
		border-top:none;
	}
}

.c-store-pic-bg .store_menu_link{
	margin-top:-40px;
	text-align:right;
}

.c-store-pic-bg .store_menu_link a:before{
	content: "\f106";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #313131;
	margin-right: 3px;
}


/* ==========================================================================
 引越しの際の手続き
========================================================================== */
/* --------------------------------------------------------------------------
 申し込みフォーム
-------------------------------------------------------------------------- */
.form-move {
	line-height: 1.5;
}

label {
	font-weight: 500;
}

*:not([type="radio"]):not([type="checkbox"])[required] {
	background-color: #fcf8e3;
}

.btn .fa-angle-right {
	margin-left: 0.5em;
}

.btn .fa-angle-left {
	margin-right: 0.5em;
}

.form-move fieldset {
	border-bottom: 1px solid #ccc;
	margin-top: 2rem;
	padding-bottom: 2rem;
}

.form-move legend {
	color: #036eb8;
	font-weight: 500;
	margin-bottom: 1rem;
}

.form-move fieldset fieldset {
	border-bottom: none;
	margin-top: 0;
	padding-bottom: 0;
}

.form-move fieldset fieldset legend {
	color: #313131;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.form-move .bg-faded {
	padding: 0.5rem 0.75rem;
}

.marker-required {
	color: #ec4c40;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0.25em;
	vertical-align: text-top;
}

.alert-required {
	color: #ec4c40;
	font-weight: 500;
	margin: 0.25em 0;
	display: none;
}

.form-move .form-check-inline {
	display: block;
	margin-left: 0;
}

.form-check-label {
	font-size: 18px;
	font-weight: 400;
}

.form-move h2 {
	background-color: #036eb8;
	border: none;
	color: #fff;
	font-size: 1.2rem;
	padding: 0.5rem 0.75rem;
}

.form-move h2:after {
	display: none;
}

.font-weight-medium {
	font-weight: 500;
}

/* 閉開栓色分け */
.gb-close-container fieldset:last-of-type,
.gb-open-container fieldset:last-of-type,
.gb-common-container fieldset:last-of-type {
	border-bottom: none;
}

.gb-close-container,
.gb-open-container,
.gb-common-container {
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	margin-bottom: 2rem;
	padding: 0 1rem;
}

.gb-close-container {
	border-color: #91bfde;
}

.gb-open-container {
	border-color: #9ecf8b;
}

.gb-common-container {
	border-color: #ccc;
}

.gb-close-container h2,
.gb-open-container h2 {
	margin-top: 1.5em;
}

.gb-close-container h2 {
	background-color: #036eb8;
}

.gb-close-container legend {
	color: #036eb8;
}

.gb-open-container h2 {
	background-color: #33940d;
}

.gb-open-container legend {
	color: #33940d;
}

.gb-common-container legend {
	color: #313131;
}


@media screen and (min-width: 540px) {
	.form-move .form-check-inline {
		display: inline-block;
	}

	.form-move .form-check-inline + .form-check-inline {
		margin-left: 2rem;
	}
}

@media screen and (min-width: 769px) {
	.gb-close-container,
	.gb-open-container,
	.gb-common-container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

/* --------------------------------------------------------------------------
 確認画面
-------------------------------------------------------------------------- */
.input-content {
	font-size: 20px;
}

.form-confirm label,
.form-confirm fieldset fieldset legend {
	color: #859199;
}

/* --------------------------------------------------------------------------
 インターネットによる申し込み
-------------------------------------------------------------------------- */
.apply-date {
	background-color: #fcedc7;
	margin-bottom: 2rem;
	padding: 1rem;
}

.apply-date .month,
.apply-date .date {
	font-size: 1.5em;
}

@media screen and (min-width: 540px) {
	.apply-date * {
		text-align: center;
	}
}

/* --------------------------------------------------------------------------
 よくあるご質問
-------------------------------------------------------------------------- */
.faq-container {
	border-bottom: 1px solid #ccc;
}

.faq-container dt,
.faq-container dd {
	position: relative;
}

.faq-container dt {
	border-top: 1px solid #ccc;
	font-weight: 400;
	padding: 1em 2.5em 1em 2.5em;
}

.faq-container dt:hover {
	cursor: pointer;
}

.faq-container dt:after {
	color: #909090;
	content: "\f055";
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 1;
	margin: -10px 0.5rem 0 0;
	position: absolute;
	right: 0;
	top: 50%;
}

.faq-container dt.selected:after {
	content: "\f056";
}

.faq-container dd {
	font-weight: 500;
	margin: 0;
	padding: 0 2.5em 1em 2.5em;
}

.faq-container dt > span,
.faq-container dd > span {
	display: block;
	left: 0.5em;
	position: absolute;
	top: 0;
}

.faq-container dt > span {
	color: #5cb85c;
	font-weight: 500;
	margin-top: 1em;
}

.faq-container dd > span {
	color: #036eb8;
}

/* --------------------------------------------------------------------------
 ガス工事のお申し込み
-------------------------------------------------------------------------- */
.apply-container .card {
	display: block;
}

/* ==========================================================================
 ご家庭のお客さま
========================================================================== */
/* --------------------------------------------------------------------------
 ガス機器の紹介
-------------------------------------------------------------------------- */
.card-anchor {
	background-color: transparent;
	font-size: 1rem;
	margin-top: 0;
	padding-left: 0;
}

.card-anchor li {
	margin: 0.5em 0;
	padding-bottom: 0;
	padding-top: 0;
}


.card-anchor li a {
	background-color: #ebf5fd;
	border-radius: 5px;
	display: block;
	font-weight: 500;
	padding: 1em;
	text-align: left;
	transition: background 0.2s;
}

.card-anchor li a:hover {
	background-color: #d3eafc;
	text-decoration: none;
}

#home.products .card-anchor li a {
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	color: #036eb8;
	padding-left: 80px;
}

#home.products .card-anchor li:nth-child(1) a {
	background-image: url(/images/home/products/ico-pot.png);
}

#home.products .card-anchor li:nth-child(2) a {
	background-image: url(/images/home/products/ico-bath.png);
}

#home.products .card-anchor li:nth-child(3) a {
	background-image: url(/images/home/products/ico-heating.png);
}

#home.products .card-anchor li:nth-child(4) a {
	background-image: url(/images/home/products/ico-bulb.png);
}

@media screen and (min-width: 540px) {
	.card-anchor li {
		margin: 1em 0;
	}
	
	#home.products .card-anchor li a {
		background-position: center top 10px;
		background-size: 100px 100px;
		padding-left: 1em;
		padding-top: 110px;
		text-align: center;
	}
}

.poroducts-container h3 .sub-ttl {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.25rem;
}

.poroducts-img {
	text-align: center;
}

.poroducts-img img {
	margin-bottom: 1em;
}

.poroducts-text * {
	margin-top: 0;
}

.poroducts-text h4 {
	margin-bottom: 0.5em;
}

@media screen and (min-width: 769px) {
	.poroducts-container h3 .sub-ttl {
		display: inline;
		margin-left: 0.5em;
		margin-top: 0;
	}
}

.poroducts-text-design1{
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  width: 200px;
  padding: 0;
  margin-left: 0.5rem;
  line-height: 1.3;
  margin-top: 10px;
}

.poroducts-text-design1 .big{
  font-size: 110%;
}

.poroducts-text-design1 .red{
  color:#ec4c40;
}

.poroducts-text-design1 .blue{
  color: #40BBEC;
}

.poroducts-text-design2{
  display: block;
  width: 100%;
  max-width: 340px;
  padding: 1px 10px;
  background: #ed9407;
  color: #FFFFFF;
  border-radius: 30px;
  text-align: center;
}

.poroducts-text-design3{
  display: block;
  width: 100%;
  max-width: 340px;
  border-radius: 30px;
  text-align: center;
  padding: 0px 40px 5px;
  position: relative;
  margin-top: 10px;
}

.poroducts-text-design3::before, .poroducts-text-design3::after {
	display: block;
	font: normal normal 7rem 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	position: absolute;
	line-height: 0;
}

.poroducts-text-design3::before {
	content: '(';
	top: 50%;
  left: -8px;
  font-size: 6rem;
  color: #ed9407;
}

.poroducts-text-design3::after {
	content: ')';
	top: 50%;
	right: -8px;
  font-size: 6rem;
  color: #ed9407;
}

.poroducts-text-design3 .text1{
  display: block;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.poroducts-text-design3 .text2{
  display:block;
  text-align:right;
  font-size: 1.2rem;
  line-height: 1.1;
}

.poroducts-text-design3 .red{
  color:#ec4c40;
  font-weight: bold;
}

.poroducts-text-design3 .big{
  font-size: 200%;
}

.poroducts-text-mt1{
  margin-top:2.25rem;
}






/* --------------------------------------------------------------------------
 お客さまの声
-------------------------------------------------------------------------- */
.voice-container {
	margin-bottom: 3rem;
}

.voice-content dt,
.voice-content dd {
	position: relative;
	padding-left: 2.75em;
}

.voice-content dt {
	color: #036eb8;
}

.voice-content dd {
	clear: left;
	margin: 0.5em 0 1em;
}

.voice-q,
.voice-a {
	display: block;
	height: 2em;
	left: 0;
	line-height: calc(2em - 4px);
	margin-right: 0.75em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2em;
}

.pv-container .voice-q,
.pv-container .voice-a {
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	font-weight: 500;
}

.pv-container .voice-q {
	border-color: #036eb8;
	color: #036eb8;
}

.pv-container .voice-a {
	border-color: #5cb85c;
	color: #5cb85c;
}

.pv-container .voice-head {
	display: flex;
		align-items: center;
	margin-bottom: 1.5rem;
}

.pv-container .voice-head h3 {
	background-color:#5cb85c;
	border: none;
	border-radius: 3px;
	color: #fff;
	flex: 0 0 6rem;
	font-size: 1rem;
	font-weight: 400;
	height: 6rem;
	margin: 0 1rem 0 0;
	text-align: center;
	width: 6rem;
}

.pv-container .voice-head h3 > span {
	border-bottom: 1px solid #fff;
	display: inline-block;
	font-size: 1.334rem;
	font-weight: 500;
	margin-bottom: 0.4em;
	padding: 0.7em 0 0.4em;
}

.pv-container .voice-head h3 + p {
	flex: 1 1 auto;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
}

.pv-container .voice-content dd b {
	color: #49a649;
	font-weight: 500;
}

.voice-foot .bg-pale-primary {
	padding: 0.5em 1.5em;
}

.voice-foot .bg-pale-primary h4 {
	font-size: 1rem;
	margin: 0.75em 0 0.5em;
}

.voice-foot .bg-pale-primary h4 + p {
	margin-top: 0;
}

/* --------------------------------------------------------------------------
 料金シミュレーション
-------------------------------------------------------------------------- */
.simulation-result {
	text-align: center;
}

.simulation-result b {
	font-size: 1.2rem;
}

.result-difference {
	color: #ec4c40;
}

/* --------------------------------------------------------------------------
 ガス料金のご案内
-------------------------------------------------------------------------- */
.charge-calc > * {
	display: block;
	text-align: center;
	width: 100%;
}

.charge-calc > b {
	padding: 0.5rem 0.75rem;
}

.charge-calc > span:nth-of-type(1) {
	transform: rotate(90deg);
}

.charge-calc .d-inline-block {
	border: 1px solid #ccc;
}

h4.marker {
	padding-left: 1.25em;
	position: relative;
}

h4.marker:before {
	background-color: #036eb8;
	border-radius: 2px;
	content: "";
	height: 0.75em;
	left: 0;
	position: absolute;
	top: 0.28em;
	width: 0.75em;
}


@media screen and (min-width: 540px) {
	.charge-calc > * {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
		width: auto;
	}

	.charge-calc > span {
		margin: 0 0.25rem;
	}

	.charge-calc > span:nth-of-type(1) {
		transform: rotate(0);
	}
}

.charge-flex {
	display: flex;
}

.charge-box {
	width: 50%;
	margin: 0 auto;
}

.charge-application {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

@media screen and (max-width: 566px) {
	.charge-flex {
		display: block;
	}

	.charge-box {
		width: 100% !important;
	}
}

/* --------------------------------------------------------------------------
 約款一覧
-------------------------------------------------------------------------- */
.terms table {
	width: 100%;
}

.terms thead th {
	width: 50%;
}

.terms tbody th {
	text-align: left;
}

/* --------------------------------------------------------------------------
 指定工事店
-------------------------------------------------------------------------- */
.contractor th:nth-child(2) {
	width: 30%;
}
.contractor th:nth-child(3) {
	width: 20%;
}
.contractor tbody td:nth-child(3) {
	text-align: center;
}

/* ==========================================================================
 業務用のお客さま
========================================================================== */
/* --------------------------------------------------------------------------
 都市ガスのメリット・優位性
-------------------------------------------------------------------------- */
.merit-featured .bg-pale-primary {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	padding: 0.5rem 1.5rem;
}

.merit-featured h3 {
	border-bottom: none;
	margin: 1rem 0 0;
	padding: 0;
}

/* --------------------------------------------------------------------------
 都市ガスのメリット・優位性
-------------------------------------------------------------------------- */
.biz-charge-anchor {
	margin-top: 0;
}

.biz-charge-anchor a {
	color: #313131;
}

.biz-charge-anchor > li {
	margin: 0.5rem 0;
}

.biz-charge-anchor > li > div {
	padding: 1rem;
}

.biz-charge-anchor h2 {
	border-bottom: none;
	font-size: 1rem;
	margin-bottom: 0.5rem;
	padding-bottom: 0;
}

.biz-charge-anchor h2:after {
	display: none;
}

.biz-charge-anchor h2 a {
	font-weight: 500;
}

.biz-charge-anchor > li > div ul {
	margin-bottom: 0;
	margin-top: 0;
}

.biz-charge-anchor > li > div ul li {
	display: inline-block;
	font-size: 0.934rem;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 1rem;
}

.biz-charge-anchor > li > div ul li a {
	font-weight: 400;
}

table[class^="charge-"] caption,
table[class^="biz-charge-"] caption {
	font-size: 0.934rem;
	line-height: 1;
	margin-bottom: 0.3em;
	text-align: right;
}

@media screen and (min-width: 769px) {
	.biz-charge-anchor > li {
		margin: 1rem 0;
	}
}

/* --------------------------------------------------------------------------
 ガス機器・システムの紹介
-------------------------------------------------------------------------- */
.pc-biz {
	margin-bottom: 3rem;
}

.pc-biz .poroducts-text > .font-lg {
	margin: 0.5em 0 0.75em;
}

.pc-biz .merit-container {
	padding: 0.5rem 1.5rem;
}

.pc-biz .merit-container h3 {
	margin: 0.5em 0 0.75em;
}

@media screen and (min-width: 540px) {
	.pc-biz .poroducts-text > .font-lg {
		margin-top: 0;
	}
}

/* ==========================================================================
 会社情報・CSR活動
========================================================================== */
/* --------------------------------------------------------------------------
 会社概要
-------------------------------------------------------------------------- */
.map-container {
	height: 75vw;
	margin: 0.5em 0 1em;
	width: 100%;
}

.map-container a[href^="http"]:after {
	display: none !important;
}

.map-container .map-balloon {
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.6;
}

.map-container .map-balloon b {
	font-weight: 500;
}

@media screen and (min-width: 540px) {
	.map-container {
		height: 50vw;
	}
}

@media screen and (min-width: 769px) {
	.map-container {
		height: 300px;
		margin-bottom: 0.5em;
	}
}

/* ==========================================================================
 採用情報
========================================================================== */
/* --------------------------------------------------------------------------
 活躍するガスのプロたち
-------------------------------------------------------------------------- */
.stfmsg-container {
	background-color: #ecf5fb;
	border-radius: 6px;
	padding: 1.5rem;
}

.stfmsg-container ~ .stfmsg-container {
	margin-top: 1.5rem;
}

.stfmsg-container > *:last-child {
	margin-bottom: 0;
}

.stfmsg-head img {
	display: block;
	height: auto;
	margin: 0 auto 1rem;
	max-width: 230px;
	width: 50vw;
}

.stfmsg-head > p {
	margin: 0.25rem 0;
}

.stfmsg-head .badge {
	font-size: 1rem;
	font-weight: 500;
}

.stfmsg-name b {
	font-size: 1.2rem;
}

.stfmsg-container h2 {
	border: none;
	color: #036eb8;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0.5em 0;
	padding-bottom: 0;
}

.stfmsg-container h2:after {
	display: none;
}

.stfmsg-container h3 {
	border: none;
	color: #036eb8;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	padding-bottom: 0;
}

@media screen and (min-width: 769px) {
	.stfmsg-container {
		margin-top: 2rem;
		padding: 2rem;
	}

	.stfmsg-container ~ .stfmsg-container {
		margin-top: 4rem;
	}
	
	.stfmsg-head:after {
		clear: both;
		content: "";
		display: table;
	}
	
	.stfmsg-head img {
		float: left;
		margin: -4rem 2rem 0 0;
	}
	
	.stfmsg-name b {
		font-size: 1.334rem;
	}
}

/* ==========================================================================
 個人情報
========================================================================== */
#privacy .section h4 {
	color: #313131;
}

#privacy .section ul {
	list-style: disc;
	padding-left: 2em;
}

#privacy .section ul li {
	padding-left: 0;
}

#privacy .section ul li:before {
	display: none;
}

/* ==========================================================================
 サイトマップ
========================================================================== */
#sitemap .sitemap-container > ul {
	padding-left: 0;
}

#sitemap .sitemap-container > ul > li {
	border-bottom: 1px solid #ccc;
	padding: 0.75rem 0;
}

#sitemap .sitemap-container > ul > li:before {
	display: none;
}

#sitemap .sitemap-container > ul > li > ul > li a {
	font-weight: 400;
}

#sitemap .sitemap-container > ul > li li {
	margin-top: 0.25rem;
}

/* ==========================================================================
 トップページ
========================================================================== */
#catch {
	background: url(/images/top/bg-catch.jpg) no-repeat center center/cover;
	padding: 44px 0 34px;
}

#catch h2,
#catch h2 + p {
	margin: 0;
}

#catch h2 {
	margin-bottom: 12px;
}

#catch h2 > img {
	height: auto;
	width: 176px;
}

#catch h2 + p {
	color: #036eb8;
	font-size: 0.534rem;
	font-weight: 500;
	height: auto;
	width: 196px;
}

.featured-contents li a {
	background-color: #ebf5fd;
	background-repeat: no-repeat;
	border-radius: 5px;
	color: #313131;
	display: block;
	margin: 5px 0;
	padding: 18px 0.75rem 18px 100px;
}

.featured-contents li:nth-child(1) a {
	background-image: url(/images/top/ico-wallet.png);
	background-position: left 23px center;
	background-size: 66px 55px;
}

.featured-contents li:nth-child(2) a {
	background-image: url(/images/top/ico-store.png);
	background-position: left 21px center;
	background-size: 59px 49px;
}

.featured-contents li:nth-child(3) a {
	background-image: url(/images/top/ico-truck.png);
	background-position: left 15px center;
	background-size: 73px 46px;
}

.featured-contents li:nth-child(4) a {
	background-image: url(/images/top/ico-gas.png);
	background-position: left 27px center;
	background-size: 51px 55px;
}

.featured-contents li a:hover {
	text-decoration: none;
}
	
.featured-contents li a h2 {
	color: #036eb8;
	font-size: 1.067rem;
	margin: 0 0 0.5rem;
}

.featured-contents li a p {
	font-size: 0.734rem;
	line-height: 1.46;
	margin: 0;
}

.link-list {
	font-size: 0.667rem;
	margin-bottom: 0;
	text-align: right;
}

.link-list a {
	background: url(/images/top/ico-menu-gray.png) no-repeat left center/10px 8px;
	color: #313131;
	padding-left: 1rem;
}

.top-col-2 {
	margin: 26px 0;
}

.top-col-2 h2 {
	font-size: 1.267rem;
	font-weight: 500;
	margin: 8px 0;
}

.top-col-2 h2 + * {
	margin: 0 0 10px;
}

.top-emergency {
	margin-bottom: 34px;
}

.top-emergency h2 {
	color: #ec4c40;
}

.top-emergency .emergency-tel {
	/*background-color: #ffe8e8;*/
	border: 2px solid #f98880;
	border-radius: 3px;
	line-height: 1.3;
	padding: 0.667rem;
	text-align: center;
}

.top-emergency .emergency-tel a {
	color: #ec4c40;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
}

.top-emergency .emergency-tel a span {
	background: url("/images/common/ico-tel-red.png") no-repeat left center/14px 18px;
	display: inline-block;
	padding-left: 18px;
}

.top-faq {
	margin-bottom: 0;
}

.top-faq ul {
	font-size: 0.8rem;
	line-height: 1.25;
}

.top-faq li {
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 5px 0;
}

.top-faq li a {
	background: url(/images/common/ico-chevron-right-red.png) no-repeat right 8px center/5px 9px;
	color: #313131;
	display: block;
	padding: 12px 2em 12px 10px;
	transition: background 0.2s;
}

.top-faq li a:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}

.top-forsubcontractor {
	font-size: 0.8rem;
	line-height: 1.25;
	margin-bottom: 34px;
}

.top-forsubcontractor p {
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 5px 0;
}

.top-forsubcontractor p a {
	background: url(/images/common/ico-chevron-right-red.png) no-repeat right 8px center/5px 9px;
	color: #313131;
	display: block;
	padding: 12px 2em 12px 10px;
	transition: background 0.2s;
}

.top-forsubcontractor p a:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}

.top-news {
	margin-bottom: 34px;
}

.top-news .gas-info {
	border: none;
	float: left;
	font-size: 0.667rem;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	width: 55%;
}

.top-news .gas-info a {
	color: #e12314;
	display: block;
	padding: 10px 0;
	transition: background 0.2s;
}

.top-news .gas-info a > span {
	background: url(/images/top/ico-gas-important.png) no-repeat left center/14px 21px;
	display: block;
	margin: 0 auto;
	padding-left: 20px;
	width: calc(8em + 20px);
}

.top-news .link-list {
	float: left;
	margin: 0;
	width: 45%;
}

.bnr a {
	display: block;
	margin: 0 0.5em;
}

.bnr img {
	width: 100%;
}

.bnr-container {
	background-color: #f5f5f5;
	border-radius: 5px;
	margin-bottom: 40px;
	padding: 14px 35px;
	position: relative;
}

.slick-prev, .slick-next,
.slick-prev img, .slick-next img {
	display: block;
	height: 18px;
	width: 11px;
}

.slick-prev:before, .slick-next:before {
	content: "";
}

button.slick-prev, button.slick-next {
	z-index: 2;
}

.slick-prev {
	left: 14px;
}

.slick-next {
	right: 14px;
}

.slick-arrow {
	z-index: 1000;
}

@media screen and (min-width: 769px) {
	#catch {
		padding: 122px 0 128px;
	}

	#catch h2 {
		margin-bottom: 20px;
	}

	#catch h2 > img {
		width: 389px;
	}

	#catch h2 + p {
		font-size: 1rem;
		width: 26rem;
	}
	
	.featured-contents {
		margin-bottom: 60px;
		margin-top: 50px;
	}

	.featured-contents ul {
		display: flex;
		margin: 0 -7px;
	}
	
	.featured-contents ul > li {
		padding: 0 7px;
		width: calc(100% / 4);
	}
	
	.featured-contents li a {
		margin: 0;
		padding: 27px 0 22px;
		text-align: center;
		transition: background 0.2s;
	}
	
	.featured-contents li:nth-child(1) a {
		background-position: top 72px center;
		background-size: 124px 103px;
	}

	.featured-contents li:nth-child(2) a {
		background-position: top 70px center;
		background-size: 111px 92px;
	}

	.featured-contents li:nth-child(3) a {
		background-position: top 78px center;
		background-size: 138px 87px;
	}
	
	.featured-contents li:nth-child(4) a {
		background-position: top 65px center;
		background-size: 102px 110px;
	}
	
	.featured-contents li a:hover {
		background-color: #d3eafc;
	}
	
	.featured-contents li a h2 {
		font-size: 1.125rem;
		margin: 0 0 130px;
	}

	.featured-contents li a p {
		font-size: 0.875rem;
	}
	
	.link-list {
		font-size: 0.867rem;
	}

	.link-list a {
		background: url(/images/top/ico-menu-gray.png) no-repeat left center/11px 10px;
	}

	.top-col-2 {
		width: calc((100% - 60px) / 2);
		margin: 0;
	}
	
	.top-col-2 h2 + * {
		margin: 0 0 20px;
	}
	
	.top-col-2:nth-child(1) {
		float: left;
	}
	
	.top-col-2:nth-child(2) {
		float: right;
	}

	.top-col-2 h2 {
		font-size: 1.734rem;
		margin: 0 0 16px;
	}
	
	.top-emergency .emergency-tel a {
		font-size: 2rem;
		}
	
	.top-emergency .emergency-tel a span {
		background: url("/images/common/ico-tel-red.png") no-repeat left top 9px/18px 24px;
		padding-left: 22px;
	}
	
	.top-news dt {
		clear: none;
		float: none;
		margin: 0 0 7px;
		padding: 16px 0 0;
		width: auto;
	}

	.top-news dd {
		margin: 0;
		padding: 0 0 16px;
	}
	
	.top-news .gas-info {
		font-size: 0.867rem;
		width: 65%;
	}
	
	.top-news .gas-info a {
		padding: 0;
	}
	
	.top-news .gas-info a > span {
		background: url(/images/top/ico-gas-important.png) no-repeat left center/15px 23px;
		padding: 13px 0 13px 20px;
		width: calc(15em + 21px);
	}
	
	.top-news .link-list {
		width: 35%;
	}

	.top-faq ul {
		font-size: 1rem;
	}
	
	.top-faq li {
		border: 2px solid #ddd;
		margin: 10px 0;
	}
	
	.top-faq li a {
		background: url(/images/common/ico-chevron-right-red.png) no-repeat right 17px center/7px 12px;
		padding: 15px 3em 15px 20px;
	}
	
	.top-forsubcontractor {
		font-size: 1rem;
	}
	
	.top-forsubcontractor p {
		border: 2px solid #ddd;
		margin: 10px 0;
	}
	
	.top-forsubcontractor p a {
		background: url(/images/common/ico-chevron-right-red.png) no-repeat right 17px center/7px 12px;
		padding: 15px 3em 15px 20px;
	}
	
	.bnr-container {
		padding: 25px 35px;
	}
	
	.slick-prev, .slick-next,
	.slick-prev img, .slick-next img {
		height: 24px;
		width: 14px;
	}
}

/* ==========================================================================
 緊急トップ
========================================================================== */
.emergency-head h2 {
	color: #e12314;
	font-weight: 700;
	margin-bottom: 0;
}

.emergency-head h2:after {
	background-color: #e12314;
}

.emergency-content h3,
.emergency-content h4,
.emergency-content h5 {
	border: none;
	color: #313131;
	margin: inherit;
	padding-bottom: 0;
}

.emergency-content h3 {
	font-size: 1.334rem;
}

.topics-list-emergency h2 {
	border-bottom: none;
	font-weight: 500;
	margin: 50px 0 16px;
	padding: 0;
}

.topics-list-emergency h2:after {
	display: none;
}

.topics-list-emergency dl {
	margin-bottom: 20px;
}

.topics-list-emergency .link-list {
	width: 100%;
}

/* ==========================================================================
 clearfix
========================================================================== */
.clearfix::after {
	clear: both;
	content: "";
	display: table;
}

/* ==========================================================================
 定期保安検査受付フォーム
========================================================================== */

/* form_tbl */
.form_tbl {
	table-layout: fixed;
	width: 100%;
}
.form_tbl th,
.form_tbl td {
	padding: 0;
}
.form_tbl th {
	padding: 5px;
	text-align: center;
}
.form_tbl td label {
	display: block;
	margin: 0;
	cursor: pointer;
}
.form_tbl td .form_radio_input {
	display: none;
}
.form_tbl td .form_radio_parts {
	border: 2px solid #fff;
	padding: 3px 2px 10px 2px;
	min-height: 80px;
}
.form_tbl td.tabel_none .form_radio_parts {
	min-height: auto;
}
.form_tbl .contents {
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
	color: #aaa;
}
.form_tbl .contents.possible {
	color: #036eb8;
}
.form_tbl .tabel_none {
	background-color: #f5f5f5;
}
.form_tbl .tabel_none .form_radio_parts {
	border: none;
}
.form_radio_input:checked + .form_radio_parts {
	border: 2px solid #036eb8;
	background-color: #87cefa;
}

.form_tbl .day {
	font-size: 0.875rem;
}
.form_tbl thead tr th:nth-child(1),
.form_tbl tbody tr td:nth-child(1) .day {
	color: #ec4c40;
}
.form_tbl thead tr th:nth-child(7),
.form_tbl tbody tr td:nth-child(7) .day {
	color: #036eb8;
}

@media screen and (min-width: 769px) {
	.form_tbl .contents {
		font-size: 2rem;
		line-height: 1.5;
	}
	.form_tbl td .form_radio_parts {
		padding: 3px 7px 17px 7px;
		min-height: 100px;
	}
	.form_tbl .day {
		font-size: 1rem;
	}
}

/* form_tbl_header */
.form_tbl_header {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	margin: 0 0 10px;
}
.form_tbl_header p {
	font-size: 1.25rem;
	margin: 0 10px;
}
.form_tbl_header a {
	color: #036eb8;
	font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
	.form_tbl_header {
		margin: 0 0 15px;
	}
	.form_tbl_header p {
		font-size: 1.5rem;
		margin: 0 20px;
	}
}

/* form_time */
.form_time {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.form_time label {
	display: block;
	width: 100%;
	padding: 0 5px;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: 400;
	height: 100%;
}
	.form_time .form_time_radio_input {
		display: none;
	}
	.form_time .form_time_radio_parts {
		display: block;
		border: 1px solid #ccc;
		border-radius: 3px;
		padding: 15px 15px 15px 45px;
		font-size: 18px;
		position: relative;
		line-height: 1;
		box-sizing: content-box;
	}
	.form_time .form_time_radio_parts .icon {
		font-size: 1.5rem;
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
		.form_time .form_time_radio_parts .icon {
			color: #aaa;
		}
		.form_time .form_time_radio_parts .icon.possible {
			color: #036eb8;
		}
	.form_time_radio_input:checked + .form_time_radio_parts {
		border: 2px solid #036eb8;
		background-color: #87cefa;
	}
	.form_time_radio_input:disabled + .form_time_radio_parts {
		background-color: #f5f5f5;
		cursor: not-allowed;
	}

@media screen and (min-width: 769px) {
	.form_time label {
		width: 50%;	
	}
}

/* stepbar */
.stepbar {
	display: flex;
	list-style: none;
	margin-bottom: 30px;
	padding: 0;
}
.stepbar li {
	width: 100%;
	position: relative;
	padding: 25px 5px 0 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.stepbar li::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: #aaa;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.stepbar li:not(:first-child)::after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-color: #aaa;
	position: absolute;
	left: -50%;
	top: 8px;
	z-index: 0;
}
.stepbar li.active::before,
.stepbar li.active::after {
	background-color: #036eb8;
}
.stepbar li.active::before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #fff;
	font-size: 11px;
	padding: 2px 0;
}

@media screen and (min-width: 769px) {
	.stepbar {
		margin-bottom: 50px;
	}
	.stepbar li {
		font-size: 13px;
		padding: 35px 5px 0 5px;
	}
	.stepbar li::before {
		width: 30px;
		height: 30px;
	}
	.stepbar li.active::before {
		font-size: 16px;
	}
	.stepbar li:not(:first-child)::after {
		top: 13px;
	}
}


/* video */
.video {
	background-color: #f7f7f9;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}
.video p {
	margin: 5px 0 0;
}
.video iframe {
	aspect-ratio: 560/315;
	width: 100%;
	width: 0 auto;
}

@media screen and (min-width: 769px) {
	.video iframe {
		width: 70%;
	}
}

/* ==========================================================================
 SNS追加・カスタム検索修正
========================================================================== */

/* search-icon */
.search-icon {
	display: none;
}

@media screen and (min-width: 769px) {
	.search-icon {
		display: block;
		width: 36px;
		height: 36px;
		background-color: #ebf5fd;
		cursor: pointer;
		border-radius: 5px;
		padding: 5px;
		box-sizing: border-box;
		position: relative;
		transition: background .3s;
	}
	.search-icon:hover {
		background-color: #d3eafc;
	}
	.search-icon img {
		line-height: 1;
	}
}

/* search-open */
.search-open {
	display: block;
}

@media screen and (min-width: 769px) {
	.search-open {
		display: none;
		background-color: #036eb8;
		padding: 20px;
		position: absolute;
		width: 250px;
		border-radius: 5px;
		top: 50px;
	}
	.search-open::before {
		content: "";
		display: inline-block;
		border-style: solid;
		border-width: 0 5px 10px 5px;
		border-color: transparent transparent #036eb8 transparent;
		position: absolute;
		top: -10px;
		left: 15px;
	}
}

/* sns-container */
.sns-container {
	padding: 0 0 30px;
}
.sns-container ul {
	list-style: none;
	padding: 0;
	display: flex;
	margin: 0 -5px;
	justify-content: center;
}
.sns-container ul li {
	padding: 0 5px;
}
.sns-container p {
	margin: 10px 0 0;
	text-align: center;
	font-size: 0.875rem;
}
.sns-container p a {
	color: #313131;
	background: url(/images/top/ico-shevron-right-blue.png) no-repeat left center/7px 12px;
	padding-left: 0.75em;
}

@media screen and (min-width: 769px) {
	.sns-container {
		margin: 20px 0 0 0;
		padding: 0;
		position: absolute;
		top: 0;
		right: 320px;
	}
	.sns-container ul {
		justify-content: flex-start;
	}
	.sns-container ul li a {
		transition: opacity .3s;
	}
	.sns-container ul li a:hover {
		opacity: .7;
	}
	.sns-container ul li img {
		width: 36px;
	}
	.sns-container p {
		text-align: left;
		margin: 5px 0 0;
	}
	.sns-container p a {
		color: #565656;
		font-size: 0.75em;
		background-size: 4px 8px;
	}
}

/* sns-contents */
.sns-contents {
	margin-top: 20px;
}
.sns-contents h2 {
	margin-top: 0;
	text-align: center;
}
.sns-contents ul {
	padding: 0;
	margin: 0 -5px;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	list-style: none;
}
.sns-contents ul li {
	padding: 0 5px;
}
.sns-contents p {
	margin: 0;
	text-align: center;
}
.sns-contents p a {
	color: #313131;
	background: url(/images/top/ico-shevron-right-blue.png) no-repeat left center/7px 12px;
	padding-left: 0.75em;
}

@media screen and (min-width: 769px) {
	.sns-contents {
		display: none;
	}
}


/*2022-10-03 css 追加*/
a.tancoupon_bnr.wid60{
	width:60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 11%;
}

.maki_fukushi{
	color: gray;
}

/* ==========================================================================
 クレジットカード決済のお申込み
========================================================================== */
.page-transition {
	text-align: center;
	margin: 2rem 0;
}

.page-transition a{
	text-decoration: underline;
}

.postcode-box {
	display: flex;
}

.postcode-box button {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin: 0 1rem;
    line-height: 1.25;
    font-weight: 500;
    color: #fff;
    background-color: #33a3a7;
    background-image: none;
    background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
	border-color: #33a3a7;
}

.postcode-box button:hover {
	color: #fff;
	background-color: #2a8589;
	border-color: #2a8589;
}

@media screen and (max-width: 460px) {
	.postcode-box p {
		width: 35%;
	}
}