@charset 'UTF-8';
/*
Theme Name: tottorigas
Theme URI: https://www.tottorigas.co.jp
Description: 鳥取ガスグループの WordPress テーマ
Version: 2.1.1
*/

html {
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #fff;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 16px;
	line-height: 1.42857;
	color: #333;
}

.text-sm {
	font-size: 12px;
}

.text-xs {
	font-size: 10px;
}

.text-border {
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #222;
	font-size: 12px;
}

table.table-spec>thead>tr>th,
table.table-spec>tbody>tr>th {
	background-color: #bbb;
	border-color: #fff;
	color: #fff;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

table.table-spec>thead>tr>td,
table.table-spec>tbody>tr>td {
	font-size: 75%;
	vertical-align: middle;
	/*white-space: nowrap;*/
}

table.table-spec>thead>tr>td.text-price,
table.table-spec>tbody>tr>td.text-price {
	color: #a94442;
	font-weight: bold;
}

.bg-ad {
	/*background-color: #d9eff7;*/
background-color:#eee;
	padding-bottom: 0px;
}

.bg-ad .visible-xs {
padding-top:10px;
padding-bottom: 10px;
}

.bg-ad .hidden-xs {
padding-bottom: 22px;
}

.bg-ad .col-xs-6:first-child {
padding-right: 15px;
border-right: 1px solid #f8f8f8;
}

.bg-ad div.col-xs-6+div.col-xs-6{
padding-left: 15px;
}

.bg-ad .visible-xs div:first-child {
border-bottom: 1px solid #f8f8f8;
padding-bottom:5px;
margin-bottom: 5px;
}

.page-template-page-gas article header h1 {
margin-top: 25px;
margin-bottom: 15px;
}

p {
	margin: 0 0 11px;
}

.h1, h1 {
	font-size: 26px;
}

.single .h1, .single h1 {
	font-size: 20px;
}

.h2, h2 {
	font-size: 16px;
	margin-top: 22px;
	margin-bottom: 16px;
	position: relative;
	display: block;
	padding: 12px;
	width: auto;
	color: #fff;
	line-height: 1;
	text-align: left;
	background-color: #bbb;
	z-index: 0;
}

.h2:after, h2:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 25px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #bbb transparent transparent transparent;
}

.h3, h3 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 11px;
	margin-bottom: 11px;
}

.h4, h4 {
	font-size: 19px;
}

.h5, h5 {
	font-size: 16px;
}

.h6, h6 {
	font-size: 12px;
}

ol.breadcrumb {
	margin-bottom: 22px;
}

ol.breadcrumb li {
	font-size: 14px;
}

.nav-local {
	padding-top: 20px;
}

.nav-local .navbar-brand {
	font-size: 14px;
}

.nav-local ul.navbar-nav > li {
	font-size: 14px;
}

.nav-local ul.nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}

.nav-local ul.nav > li > a:hover {
	text-decoration: underline;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

a.btn {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.dl-horizontal dt {
	float: left;
	min-width: 140px;
	width: auto;
	overflow: hidden;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 11px;
}

.dl-horizontal dd {
	margin-left: 0;
}


form .form-group .control-label {
	text-align: left;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#main a {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#main a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#main a:hover img {
	opacity: .7;
}

#main article {
	margin-bottom: 44px;
}

@media (min-width: 768px) {
	#main article.category-9 {
		padding: 40px 0;
	}

	#main article.category-9 section {
		margin: 0;
		padding: 20px 140px 70px;
		border: 1px solid #666;
	}

	#main article.category-9 section h1 {
		font-weight: bold;
		text-align: center;
	}
}


#main .tab-content {
	margin-top: 22px;
}

#main ul.nav-tabs li a {
	text-decoration: none;
}

#main ul.nav-tabs li a:hover {
	text-decoration: underline;
}

#main .btn-default, #main .btn-primary, #main .btn-danger, #main .btn-info, #main .btn-warnig {
	margin-bottom: 11px;
}

#main .media {
	margin-top: 22px;
	margin-bottom: 22px;
}

#main a.media {
	display: block;
	color: #333;
	text-decoration: none;
}

#main a.media .media-heading {
	color: #06f;
}

#main a.media:hover .media-heading {
	color: #0047b3;
	text-decoration: underline;
}

#main .media .media-body li a {
	text-decoration: none;
}

#main .media .media-body li a:hover {
	text-decoration: underline;
}

#main .thumbnail {
	border: 0;
	border-radius: 4px;
	background-color: #f5f5f5;
}

#main .thumbnail > img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#main .panel-body .row .thumbnail > img {
	border-radius: 0;
}

#main .thumbnail .caption {
	padding: 20px 20px 10px;
}

#main .thumbnail .caption h4 a {
	color: #333;
}

#main .thumbnail a {
	text-decoration: none;
}

#main .thumbnail a:hover {
	text-decoration: underline;
}

#main a.thumbnail {
	text-decoration: none;
}

#main a.thumbnail:hover {
	/*background-color: #f9f9f9;*/
	/*border-color: #bbb;*/
}

#main a.thumbnail:hover .caption h2,
#main a.thumbnail:hover .caption h3,
#main a.thumbnail:hover .caption h4,
#main a.thumbnail:hover .caption h5,
#main a.thumbnail:hover .caption h6 {
	text-decoration: underline;
}

#main p a {
	color: #333;
	text-decoration: underline;
}

#main p a:hover {
	color: #666;
}

#main article li a {
	color: #333;
	text-decoration: underline;
}

#main article li a:hover {
	color: #666;
}

#main article dl dt a, #main article dl dd a {
	color: #333;
	text-decoration: underline;
}

#main article dl dt a:hover, #main article dl dd a:hover {
	color: #666;
}

#main article table tr th a, #main article table tr td a {
	color: #333;
	text-decoration: underline;
}

#main article table tr th a:hover, #main article table tr td a:hover {
	color: #666;
}

#main article table.table tr td {
	vertical-align: middle;
}

#main article table.table tr td.table-key {
	width: 75px;
}

@media (min-width: 768px) {
	#main article table.table tr td.table-key {
		width: 200px;
	}
}

@media (min-width: 992px) {
	#main article table.table tr td.table-key {
		width: 200px;
	}
}

@media (min-width: 1200px) {
	#main article table.table tr td.table-key {
		width: 200px;
	}
}

#main article .well a {
	color: #333;
	text-decoration: underline;
}

.attributes {

}
.attributes .pull-left {
}

.attributes .pull-left time {
	font-size: 14px;
	line-height: 1;
}

.attributes .pull-left span {
	font-size: 14px;
	line-height: 1;
}



.attributes .pull-left a {
	font-size: 14px;
	line-height: 1;
}

.attributes .pull-left a:after {
	content: ',';
}

.attributes .pull-left a:last-child:after {
	content: '';
}

.attributes .pull-right {
}

.attributes .pull-right time {
	font-size: 14px;
	line-height: 1;
}

.attributes .pull-right span {
	font-size: 14px;
	line-height: 1;
}

.attributes .pull-right span:after {
	content: ':';
}

.attributes .pull-right a {
	font-size: 14px;
	line-height: 1;
}


header#header {
	padding: 20px 0 0;
	border-top: 4px solid #06f;
}

header#header .nav-search {
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
}

header#header .nav-search #s {
}

header#header .nav-search .form-control {
	border: none;
	box-shadow: none;
}

header#header .nav-search .btn-search {
	border: none;
	background: none;
	color: #999;
}

header#header a.btn .fa-exclamation {
	margin: 0 0.5em 0 0;
	background: #fff;
	border-radius: 20px;
	width: 16px;
	line-height: 16px;
}

/*
 * スマートフォン用ヘッダー
 */
header#sp-header {
	background-color: #fff;
}

header#sp-header .btn-emergency {
	background-color: #06f;
	margin: 0 0 20px;
	padding: 0 15px;
	color: #FFF;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	display: block;
}

header#sp-header .btn-emergency .fa-exclamation {
	width: 20px;
	background-color: #fff;
	margin: 0 0.5em 0 0;
	border-radius: 20px;
	line-height: 20px;
}

header#sp-header .btn-emergency .fa-exclamation:before {
	display: block;
}

header#sp-header .btn-emergency .fa-chevron-right {
	line-height: inherit;
}

header#sp-header a.logo {
	font-size: 12px;
	color: #333;
	vertical-align: bottom;
}

header#sp-header a.logo img {
	width: 200px;
	height: 30px;
	margin: 0 0.5em 0 0;
}

header#sp-header a.logo .fa {
	line-height: inherit;
	vertical-align: inherit;
}

.btn-search-toggle {
	margin: -1em 0 0 auto;
	font-size: 24px;
	line-height: 1;
	color: #666;
	width: 1em;
	display: block;
}

.btn-search-toggle.active {
	color: #bbb;
}

.nav-search-sp {
	margin: 20px 0 0;
	font-size: 16px;
	position: relative;
	display: none;
}

/*
 * グローバールナビ
 */
.nav-global {
	padding: 25px 0 0;
	border-bottom: 1px solid #ddd;
}

.nav-global a.logo {

}

.nav-global a.logo img {
	opacity: 1;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.nav-global a.logo:hover img {
	opacity: .7;
}

.nav-global .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 768px;
	display: table;
	table-layout: fixed;
}

.nav-global .menu .menu-item {
	border-right: 1px solid #ddd;
	display: table-cell;
	position: relative;
}

.nav-global .menu .menu-item:first-child {
	border-left: 1px solid #ddd;
}

.nav-global .menu .menu-item > a {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #333;
	text-align: center;
	text-decoration: none;
	display: block;
	opacity: 1;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.nav-global .menu .menu-item:hover > a,
.nav-global .menu .menu-item:focus > a {
	color: #fff;
	background: #06f;
}

.nav-global .menu .menu-item .dropdown-menu {
	background-color: #06f;
	border-radius: 0;
	width: 190px;
}

.nav-global .menu .menu-item .dropdown-menu li + li {
	border-top: 1px solid #2180FF;
}


.nav-global .menu .menu-item .dropdown-menu li a {
	color: #fff;
}

.nav-global .menu .menu-item .dropdown-menu li a:hover {
	background-color: inherit;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.nav-global .menu {
		width: 500px;
	}
}

@media (min-width: 992px) {
	.nav-global .menu {
		width: 600px;
	}
}

@media (min-width: 1200px) {
	.nav-global .menu {
		width: 768px;
	}
}

/*
 * スマートフォン用グローバールナビドロップダウンメニュー
 */
.nav-global-dropdown {
	background-color: #fff;
	padding: 25px 0 0;
	border-bottom: 1px solid #ddd;
}

.nav-global-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: table;
	position: relative;
	table-layout: fixed;
}

.nav-global-dropdown ul li {
	display: table-cell;
}

.nav-global-dropdown ul li + li {
	border-left: 1px solid #ddd;
}

.nav-global-dropdown ul li a {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #333;
	text-align: center;
	text-decoration: none;
	display: block;
}

.nav-global-dropdown ul li a.active {
	color: #fff;
	background: #06f;
}

/*
 * スマートフォン用グローバールナビドロップダウンメニュー子階層
 */
.nav-global-dropdown-child {
	background-color: #06f;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: none;
}

.nav-global-dropdown-child h3 {
	margin: 0;
	padding: 0 15px 0 30px;
	font-size: 12px;
	line-height: 2;
	background: #2180ff;
}

.nav-global-dropdown-child ul {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
}

.nav-global-dropdown-child ul li {
	margin: 0;
}

.nav-global-dropdown-child ul li .fa {
	line-height: inherit;
}

.nav-global-dropdown-child ul li + li {
	margin: 0;
	border-top: 1px solid #2180FF;
}

.nav-global-dropdown-child ul li a {
	padding: 0 15px 0 30px;
	color: #FFF;
	line-height: 40px;
	display: block;
}

/*
 * スライダー
 */
#slider {
	width: 100%;
	height: auto;
	background-size: cover;
	position: relative;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	#slider {
		min-height: 410px;
	}
}

@media (min-width: 1200px) {
	#slider {
		min-height: 490px;
	}
}


#slider ul.bxslider {
	position: absolute;
	top: 0;
	left: 0;
}


#slider ul.bxslider li {
	display: block;
}

#slider ul.bxslider li img {
	width: 100%;
}

#slider ul.bxslider li:not(:first-child) img {
	display: none;
}

#slider .nav-func-pc {
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 999;
}

#slider .nav-func-pc a {
	background-color: #fff;
	display:block;
}

#slider .nav-func-pc a:hover {
}

#slider .nav-func-pc a img {
}

#slider .nav-func-pc a:hover img {
	cursor: pointer;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity: .8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity:  .8;              /* Safari 1.x */
    opacity: .8;
    zoom:1;
}

/*
 * nav-func-sp
 */
.nav-func-sp .nav-func-group {
	width: 100%;
	border-top: 1px solid #fff;
	display: table;
	table-layout: fixed;
}

.nav-func-sp .nav-func-group .nav-func-item {
	background: #06f;
	color: #FFF;
	display: table-cell;
}

.nav-func-sp .nav-func-group .nav-func-item + .nav-func-item {
	border-left: 1px solid #fff;
}

.nav-func-sp .nav-func-group .nav-func-item .nav-func-item-body {
	padding: 20px 20px 10px;
}

.nav-func-sp .nav-func-group .nav-func-item .nav-func-item-body .nav-func-item-heading {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: bold;
}

.nav-func-sp .nav-func-group .nav-func-item .nav-func-item-footer {
	padding: 10px 15px;
	background: #1073FF;
}

.list-group-index {

}

.list-group-item-index {
	display: block;
}

.list-group-item-index time {
	display: block;
}

.list-group-item-index span {
	display: block;
}

@media (min-width: 768px) {
	.list-group-item-index {
		width: 100%;
		display: table;
	}

	.list-group-item-index time {
		width: 120px;
		padding: 0 40px 0 0;
		display: table-cell;
	}

	.list-group-item-index span {
		display: table-cell;
	}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

/*
 * ユーティリティナビ
 */
.nav-util {
	background-color: #f4f4f4;
	margin: 0;
	padding: 22px 0;
	border: 0;
}

.nav-util h3 {
	margin: 0 0 1.2em;
	padding: 0 0 0 0.8em;
	border-width: 0 0 0 4px;
	border-style: solid;
	border-color: #06f;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

.nav-util ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

.nav-util ul li {
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	font-size: 14px;
	line-height: 1;
}

.nav-util ul li .fa {
	margin: 0 8px 0 0;
	padding: 0;
	border: 0;
}

.nav-util ul li a {
	color: #666;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/*
 * フッター
 */
footer#footer {
	background-color: #757575;
	margin: 0;
	padding: 22px 0;
	border: 0;
}

footer#footer .nav-misc ul {
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

footer#footer .nav-misc ul li {
	margin: 0 0 11px;
	padding: 0;
	border: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: left;
	display: block;
}

footer#footer .nav-misc ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	line-height: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

@media (min-width: 992px) {
	footer#footer .nav-misc ul {
		display: inline-block;
	}

	footer#footer .nav-misc ul li {
		padding: 0 11px 0 0;
		display: inline-block;
	}

	footer#footer .nav-misc ul li:first-child:before {
		margin: 0;
		padding: 0 11px 0 0;
		border: 0;
		content: "|";
	}

	footer#footer .nav-misc ul li:after {
		margin: 0;
		padding: 0 0 0 11px;
		border: 0;
		content: "|";
	}
}

footer#footer .copyright {
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	display: block;
}

/*
 * トップページ用新着情報
 */
.home .posts h1 {
	margin: 22px 0 11px;
	padding: 0 0 0 0.8em;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	border-left: 4px solid #06f;
}

.home .posts h1 + hr {
	margin-top: 10px;
	color: #ddd;
}

.home .posts .list-group {
	margin: 0 0 11px;
}

.home .posts .list-group a.list-group-item {
	background-color: inherit;
}

.home .posts .list-group a.list-group-item time {
	color: #333;
	display: block;
}

.home .posts .list-group a.list-group-item span {
	color: #333;
	text-decoration: none;
}

.home .posts a.btn-archive-bottom {
	background-color: #e9e9e9;
	margin: 22px 0;
	padding: 0 15px 0 10px;
	border: 0;
	border-radius: 4px;
	color: inherit;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
}

.home .posts a.btn-archive-bottom:hover {
	background-color: #f3f3f3;
	text-decoration: none;
	color: inherit;
}

.home .posts a.btn-archive-bottom:focus {
	color: inherit;
}

.home .posts a.btn-archive-bottom .fa {
	line-height: inherit;
}

@media (min-width: 992px) {
	.home .posts {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.home .posts h1 {
		margin: 22px 0 11px;
		padding: 0 0 0 0.8em;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		border-left: 4px solid #06f;
	}

	.home .posts h1 + hr {
		margin-top: 11px;
		color: #ddd;
	}

	.home .posts h1 a.btn-archive {
		background-color: #e9e9e9;
		margin: 0;
		padding: 0 15px 0 10px;
		border: 0;
		border-radius: 4px;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		color: inherit;
		opacity: 1;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	.home .posts h1 a.btn-archive:hover {
		background-color: #f3f3f3;
		text-decoration: none;
		color: inherit;
	}

	.home .posts h1 a.btn-archive:focus {
		color: inherit;
	}

	.home .posts h1 a.btn-archive .fa {
		margin: 0 1em 0 0;
		line-height: inherit;
	}

	.home .posts .list-group a.list-group-item {
		width: 100%;
		margin: 0 0 8px;
		padding: 0;
		border: 0;
		font-size: 14px;
		display: table;
	}

	.home .posts .list-group a.list-group-item:hover {
		background-color: #fff;
	}

	.home .posts .list-group a.list-group-item time {
		width: 90px;
		padding: 0 20px 0 0;
		display: table-cell;
	}

	.home .posts .list-group a.list-group-item span {
		display: table-cell;
	}

	.home .posts .list-group a.list-group-item:hover span {
		color: #666;
		font-size: 14px;
		text-decoration: underline;
		display: table-cell;
	}
}

.call, .tel, .phone, .cell, .tax, .price, .cost {
	/*font-size: 24px;*/
	font-size: 18px;
	font-weight: bold;
}

@media (min-width: 768px) {
	.call, .tel, .phone, .cell, .tax, .price, .cost {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.sharedaddy {
	padding-top: 11px;
	text-align: right;
}

.fa-file-pdf-o {
	color: #a94442;
}

ul#sitemap_list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
}

ul#sitemap_list li ul {
	font-size: 14px;
}

ul#sitemap_list li > ul {
	margin: 0 0 0 0.5em;
	padding: 0 0 0 0.5em;
}

ul#sitemap_list li > ul {
	list-style: none;
}

ul#sitemap_list li a {
	text-decoration: none;
}

ul#sitemap_list li a:hover {
	text-decoration: underline;
}

/*
 * Contact Form 7
 */
.wpcf7 span.wpcf7-not-valid-tip {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #a94442;
	font-size: 14px;
	font-weight: bold;
}

.wpcf7 div.wpcf7-response-output {
	margin: 5px 0 10px;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.wpcf7 div.wpcf7-validation-errors {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	font-size: 16px;
}

.wpcf7 .wpcf7c-conf {
	background-color: inherit;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.wpcf7 select.wpcf7c-conf {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}

.wpcf7 input.wpcf7c-conf::-webkit-input-placeholder {
    color: #fff;
    font-weight: normal;
}

.wpcf7 input.wpcf7c-conf:-ms-input-placeholder {
    color: #fff;
    font-weight: normal;
}

.wpcf7 input.wpcf7c-conf::-moz-placeholder {
    color: #fff;
    font-weight: normal;
}

.salute-backnumber a {
	display: block;
	color: #000;
}

.salute-backnumber a img {
	margin-bottom: 10px;
}

.salute-backnumber a p {
	display: block;
	margin-bottom: 10px;
	color: #000;
	font-size: 90%;
}

.label-intro {
	margin-bottom: 5px;
}

.label-intro-item {
	color: #fff;
	background-color: #06f;
	margin: 0;
	padding: 5px;
	border: 0;
	line-height: 1;
}

.img-switcher {
	cursor: pointer;
}


@media print {
  a[href]:after {
    content: "";
  }

  abbr[title]:after {
    content: "";
  }
}


/*
とりガス光
*/
.torigashikari h3 {
	margin: 25px 0 15px;
}

.torigashikari p:not(.lead) {
	font-size: 14px;
}

.torigashikari p.small {
	font-size: 12px;
}

.torigashikari hr {
	margin: 10px 0;
	border-color: #bbb;
}

.torigashikari .row [class*="col-"] {
	margin: 0 0 15px;
}

.torigashikari .text-info {
	color: #00a9bf;
}

.torigashikari .btn-block {
	margin-top: 5px;
	font-size: 18px;
}

.torigashikari .btn-info {
	background-color: #00a9bf;
	border-color: #00a9bf;
}

.torigashikari .btn-info:hover {
	background-color: #007c8c;
	border-color: #005c68;
}

.torigashikari .h3.text-info {
	margin: 10px 0 5px;
}

.torigashikari .label-privilege {
	margin: 0 10px 5px 0;
	border: 1px solid #00a9bf;
	font-size: 16px;
	display: block;
	line-height: 25px;
	width: 115px;
	text-align: center;
}

.torigashikari .label-privilege + strong {
	vertical-align: bottom;
}

.torigashikari .dl-privilege {
	margin: 12px 0 0;
	font-size: 14px;
}

@media (min-width: 992px) {
	.torigashikari .label-privilege {
		margin-bottom: 0;
		display: inline-block;
	}
}

@media (min-width: 768px) {
	.torigashikari .dl-privilege dt {
		float: left;
		width: 95px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.torigashikari .dl-privilege dd {
		margin: 0 0 0 100px;	
	}
}

.torigashikari .well-consent-number {
	margin: 0;
	background: #ffffb4;
}

.torigashikari .well-consent-number [class*="col"] {
	margin: 0;
	padding: 10px;
}

#main .torigashikari .media {
	margin: 0;
}

.torigashikari .media .media-left {
	padding-right: 10px;
}

.torigashikari .media .media-body .btn-info {
	margin: 0 0 5px;
	border-radius: 0px;
	white-space: normal;
	font-size: 16px;
	font-weight: bold;
}

.torigashikari .media .media-body p:not(:last-child) {
	margin-bottom: 5px;
}

.torigashikari .table-bordered {
	border: 3px solid #333;
}

.torigashikari .table-bordered td {
	padding: 10px 20px;
	border-color: #333;
	font-weight: bold;
}

.torigashikari .price {
	font-size: 28px;
	color: #be0000;
}

.torigashikari .price span {
	font-size: 50px;
}

.torigashikari .well-option {
	padding: 10px;
	border: 1px solid #00a9bf;
	border-radius: 5px;
}

.torigashikari .well-option p:last-child {
	margin-bottom: 0;
}


/*
ガイナーレスペシャルマッチ
*/
.gainare-specialmatch h3 {
	font-size: 26px;
}

.gainare-specialmatch h4 {
	font-size: 20px;
}

.gainare-specialmatch p:not(.lead) {
	font-size: 14px;
}

.gainare-specialmatch p.small {
	font-size: 12px;
}

.gainare-specialmatch hr {
	margin: 10px 0;
	border-color: #bbb;
}

.gainare-specialmatch .well-present {
	padding: 7px;
	background: #7cbc27;
	color: #fff;
	position: relative;
}

.gainare-specialmatch .well-present .inner-present {
	margin-left: 115px;
}

.gainare-specialmatch .well-present img {
	position: absolute;
	left: 7px;
	top: 7px;
}

.gainare-specialmatch .well-present h5 {
	margin: -7px -7px 0 -122px;
	padding-left: 122px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.gainare-specialmatch .well-present p.small {
	margin: 0;
}

.gainare-specialmatch .requirements-list {
	margin-bottom: 5px;
}

.gainare-specialmatch .requirements-list + p {
	line-height: 22px;
}

.gainare-specialmatch dl {
	margin: 0;
}

.gainare-specialmatch dl dt {
	border: 1px solid #000;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	width: 105px;
	float: left;
	overflow: hidden;
	clear: left;
}

.gainare-specialmatch dl dd {
	margin: 0 0 10px 113px;
	font-size: 14px;
	line-height: 20px;
}

.gainare-specialmatch .btn-block {
	font-size: 20px;
	white-space: normal;
}

.gainare-specialmatch .btn-success {
	margin-bottom: 11px;
	background-color: #00a44c;
	border-color: #00a44c;
}

.gainare-specialmatch .btn-success:hover {
	background-color: #007134;
	border-color: #004d24;
}

.gainare-specialmatch .text-danger {
	color: #be0000;
}

.gainare-specialmatch .table-bordered {
	border-color: #bbb;
}

.gainare-specialmatch .table-bordered td {
	font-size: 14px;
	padding: 10px 20px;
	border-color: #bbb;
}

/*
とりガス電気
*/
.page-id-4969 #main {
	overflow: hidden;
}

#torigasdenki h3 {
	margin: 60px 0 40px;
}

#torigasdenki h4 {
	font-size: 24px;
}

#torigasdenki hr {
	margin: 25px 0;
	border-color: #8e8e8e;
}

#torigasdenki .btn-torigasdenki {
	background-color: #0ea7ed;
	color: #fff;
}

#torigasdenki .btn-torigasdenki:hover {
	background-color: #0b85bd;
	border-color: #0b7eb3;
}

#torigasdenki .cover {
	padding-top: 858px;	
	background: #dde5e8 url(/wp/wp-content/uploads/torigasdenki_cover.jpg) no-repeat center top;
	border-bottom: 13px solid #06f;
	height: 0;
	position: relative;
}

#torigasdenki .cover .container {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}

@media (max-width: 991px) {
	#torigasdenki .cover {
		background-size: cover;
		border: none;
		padding-top: 81%;
	}

	#torigasdenki .coution {
		background: #f3f3f3;
		border-bottom: 13px solid #06f;
		position: static;
	}

	#torigasdenki .coution p {
		margin: 0;
		padding: 15px 0;
	}

	#torigasdenki [class*="feature-"] {
		margin-bottom: 25px;
	}
}

#torigasdenki .feature-1 h4,
#torigasdenki .plan-1 h4 {
	color: #00a0e9;
}

#torigasdenki .feature-2 h4 {
	color: #ea629f;
}

#torigasdenki .feature-3 h4 {
	color: #90c31f;
}

#torigasdenki .feature-4 h4 {
	color: #f39800;
}

#torigasdenki .row-plan {
	margin: 0 -5px 20px;
	overflow: hidden;
}

#torigasdenki .col-plan {
	margin: 0 0 25px;
	padding: 0 5px;
	float: left;
	width: 20%;
}

@media (max-width: 991px) {
	#torigasdenki .col-plan {
		width: 230px;
	}
}

#torigasdenki .col-plan .card {
	background: #f9f4ee;
	color: #333;
	display: block;
	text-decoration: none;
}

#torigasdenki .col-plan a.card:hover p,
#torigasdenki .col-plan a.card:focus p,
#torigasdenki .col-plan a.card:hover h4,
#torigasdenki .col-plan a.card:focus h4 {
	text-decoration: underline;
}

#torigasdenki .col-plan .card-block {
	padding: 20px 14px 30px;
}

#torigasdenki .col-plan .card-block h4 {
	margin-top: 0;
}

#torigasdenki .plan-2 h4 {
	color: #f18b0f;
}

#torigasdenki .plan-3 h4 {
	color: #ec78ab;
}

#torigasdenki .plan-4 h4 {
	color: #9b4998;
}

#torigasdenki .plan-5 h4 {
	color: #72bb2a;
}

#torigasdenki .row-step {
	padding-top: 26px;
}

#torigasdenki .card-step {
	padding: 15px;
	background: #f5f5f5;
	border: 2px solid transparent;
	position: relative;
}

#torigasdenki .card-step:after {
	content: url(/wp/wp-content/uploads/torigasdenki_icon-chevron-right.png);
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -26px;
	height: 28px;
}

@media (max-width: 991px) {
	#torigasdenki .row-step {
		margin-right: 0;
	}

	#torigasdenki .card-step {
		margin: 0 0 45px;
	}
}

#torigasdenki .step-4:after {
	content: none;
}

#torigasdenki .step-1,
#torigasdenki .step-4 {
	border-color: #90c31f;
}

#torigasdenki .step-2 {
	border-color: #00a0e9;
}

#torigasdenki .step-3 {
	border-color: #9b72b0;
}

#torigasdenki .card-step h4 {
	margin-top: -41px;
}

@media (max-width: 543px) {
	#torigasdenki .row-step h4 {
		margin-top: -26%;
	}
}

#torigasdenki .heading-contact {
	font-size: 40px;
}

#torigasdenki .table-bordered {
	border: 3px solid #0ea7ed;
}

#torigasdenki .table-bordered th,
#torigasdenki .table-bordered td {
	padding: 10px 20px;
	border: 2px solid #0ea7ed;
	font-size: 18px;
}

#torigasdenki .table-bordered th {
	background: #e7f7ff;
	font-weight: normal;
}

#torigasdenki .table-bordered td {
	background: #f5f5f5;
}

@media (max-width: 767px) {
	#torigasdenki .table-bordered th,
	#torigasdenki .table-bordered td {
		border-bottom: none;
		display: block;
	}

	#torigasdenki .table-bordered tr:first-of-type th {
		border-top: none;
	}

}

#torigasdenki .table-bordered a {
	color: #00a0e9;
}

#torigasdenki .table-bordered a:hover {
	color: #007db6;
}

/* スマートHEMS */
#smarthems .card-text:last-child {
	margin: 0;
}

#smarthems .cover {
	background-color: #efefec;
}

#smarthems .cover-sp {
	display: none;
}

@media (max-width: 640px) {
	#smarthems .cover-pc {
		display: none;
	}

	#smarthems .cover-sp {
		display: block;
	}
}

#smarthems .campaign {
	background: url(/wp/wp-content/uploads/smarthems_bg-diagonal-blue.png);
}

#smarthems .heading-campaign {
	-webkit-transform: translateY(-50%); /* Safari用 */
	-ms-transform: translateY(-50%); /* IE用 */
	transform: translateY(-50%);
}

#smarthems .card-campaign {
	margin-bottom: 30px;
	background-color: #fff;
	border: 5px solid #fff;
	border-radius: 20px;
}

#smarthems .card-campaign .card-header {
	padding: 13px 0;
	background-color: #fff100;
	border-radius: 15px 15px 0 0;
}

#smarthems .card-campaign .card-header h3 {
	margin: 0;
	color: #0075c2;
	font-size: 30px;
	font-weight: bold;	
}

#smarthems .campaign .card-block {
	padding: 20px;
}

#smarthems .card-campaign .card-text {
	color: #221815;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

#smarthems .card-campaign .card-text .balloon {
	position: absolute;
	left: -80px;
	top: -65px;
}

#smarthems .campaign .description {
	margin-bottom: 30px;
	background-color: #fff;
	position: relative;
}

#smarthems .campaign .description:before {
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-bottom: 30px solid #fff;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	position: absolute;
	left: 23%;
	top: -30px;
}

#smarthems .campaign .description .row {
	margin: 0;
}

#smarthems .campaign .description .row [class*="col-"] {
	padding: 10px 30px;
	height: 80px;
}

#smarthems .campaign .description .row [class*="col-"]:last-child {
	background-color: #fff100;
}

#smarthems .campaign .description h3 {
	margin: 0;
	color: #0075c2;
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
}

@media (max-width: 1199px) {
	#smarthems .campaign .description .row [class*="col-"] {
		padding: 20px;
		height: auto;
	}

	#smarthems .campaign .description h3 {
		line-height: 1.1;
		margin-bottom: 25px;
	}

	#smarthems .campaign .description:before {
		margin: auto;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		left: 0;
		right: 0;
	}	
}

#smarthems .campaign .description + .visible-xs-block img {
	margin-bottom: 30px;
}

#smarthems .campaign .description + .visible-xs-block img:first-child {
	margin-bottom: 0;
}

#smarthems .power-usage {
	padding: 40px 0;
	background-color: #fff67f;
}

@media (max-width: 991px) {
	#smarthems .power-usage {
		padding: 20px 0;
	}
}

#smarthems .power-usage h3 {
	margin: 0;
	color: #2ea7e0;
	font-size: 36px;
	line-height: 46px;
	display: inline-block;
	position: relative;
}

#smarthems .power-usage h3 .badge-living-spread {
	margin: auto;
	position: absolute;
	left: -160px;
	top: 0;
	bottom: 0;
}

#smarthems .img-hikaribox {
	padding: 45px 0 60px;
}

#smarthems .card-hikaribox {
	margin-bottom: 30px;
	border: 5px solid #2ea7e0;
	border-radius: 20px;
}

#smarthems .card-hikaribox .card-header {
	padding: 3px 0 5px;
	background-color: #2ea7e0;
	border-radius: 10px 10px 0 0;
	position: relative;
}

#smarthems .card-hikaribox .card-header [class*="point"] {
	padding-bottom: 5px;
	position: absolute;
	left: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	-ms-transform: translateY(-50%); /* IE用 */
	transform: translateY(-50%);	
}

#smarthems .card-hikaribox .card-header h3 {
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

#smarthems .card-hikaribox .card-header h3 span {
	font-size: 70%;
}

#smarthems .card-hikaribox .card-block {
	padding: 25px 20px;
}

#smarthems .card-hikaribox .card-text {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}

#smarthems .card-hikaribox .card-text span {
	display: inline-block;
}

#smarthems .card-hikaribox .card-text .small {
	font-size: 14px;
	font-weight: normal;
}

#smarthems .hikaribox > .visible-xs-block img {
	margin-bottom: 30px;
}

#smarthems .hikaribox .other {
	margin-bottom: 45px;
	border-radius: 20px;
}

#smarthems .hikaribox .other .media {
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
}

#smarthems .hikaribox .other .media-left,
#smarthems .hikaribox .other .media-body,
#smarthems .hikaribox .card-other .card-block {
	padding: 25px 30px;
}

#smarthems .hikaribox .other .media-left,
#smarthems .hikaribox .card-other .card-header {
	background-color: #2ea7e0;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

#smarthems .hikaribox .other .media-body,
#smarthems .hikaribox .card-other .card-block {
	background-color: #d0e5f6;
}

#smarthems .hikaribox .other .list-unstyled {
	margin: 0;
}

#smarthems .hikaribox .other .list-unstyled li {
	line-height: 30px;
}

#smarthems .hikaribox .other .list-unstyled li span {
	color: #2ea7e0;
}

#smarthems .hikaribox .card-other {
	border-radius: 20px;
	overflow: hidden;
}

#smarthems .hikaribox .card-other .card-header {
	padding: 15px;
	text-align: center;
}

#smarthems + #torigasdenki .heading-contact {
	color: #2ea7e0;
}

/* 201611 トップページ修正 追記ここから */
@media (min-width: 992px) {
	body {
		padding-top: 126px;
	}
}

@media (max-width: 991px) {
	body {
		padding-top: 40px;
	}
}

.fixed-top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

header#header,
.nav-global,
header#sp-header,
.nav-global-dropdown {
	background: #f7f7f7;
}

header#header .nav-search {
	background: #fff;
}

header#sp-header {
	padding-top: 20px;
}

.home #main article {
	margin: 0;
	background: #fff;
}

@media (min-width: 992px) {
	.home #main .posts {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.container-secondary {
		width: 1030px;
	}
}

/*
 * #nav-func-pc
 */
#nav-func-pc .row,
#nav-func-sp .row {
	margin: 0;
}

#nav-func-pc .row [class*="col-"],
#nav-func-sp .row [class*="col-"] {
	padding: 0;
}

#nav-func-pc .box-video {	
	height: 100%;
	height: calc(100vh - 126px);
	position: relative;
}

#nav-func-pc .box-video .bg-video {
	position: fixed;
	top: 63px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#nav-func-pc .box-video .slogun-top {
	position: absolute;
	left: 0;
	top: 55px;
	width: 100%;
	z-index: 10;
}

#nav-func-pc .overlay {
	padding: 0 0 20px;
	background: rgba(0, 0, 0, .35);
	width: 100%;
}

#nav-func-pc .box-video .overlay {
	padding: 20px 0 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#nav-func-pc .nav-func-item {
	background: #000;
	color: #fff;
	display: block;
	overflow: hidden;
}

#nav-func-pc .nav-func-item img {
	transition: transform .2s ease-out, opacity .2s linear;
	-moz-transition: -moz-transform .2s ease-out, opacity .2s linear;
	-webkit-transition: -webkit-transform .2s ease-out, opacity .2s linear;
	-o-transition: -o-transform .2s ease-out, opacity .2s linear;
	-ms-transition: -ms-transform .2s ease-out, opacity .2s linear;
}

#nav-func-pc .nav-func-item:hover img,
#nav-func-pc .nav-func-item:active img {
	opacity: .7;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

#nav-func-pc .nav-func-item-block {
	padding: 10px;
	background: #0050b4;
	color: #fff;
	position: relative;
	z-index: 2;
}

#nav-func-pc .nav-func-item-title {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #0063ee;
	font-size: 18px;
	font-weight: bold;
}

#nav-func-pc .nav-func-item-text {
	font-size: 12px;
	font-weight: bold;
}

/*
 * #nav-func-sp
 */
#nav-func-sp .nav-func-group {
	margin-top: 30px;
}

#nav-func-sp .box-slider .nav-func-group {
	margin: 0;
	border: 1px solid #ccc;
}

#nav-func-sp .box-slider .nav-func-item {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
}

/* NEWS、Salute */
.home section {
	margin: 75px 0;
	font-size: 14px;
}

.home section a {
	color: #333;
}

.home section hr {
	margin: 0;
	border-color: #e6e6e6;
}

.home section hr + a {
	padding: 15px 0;
	display: block;
}

.home section .text-muted {
	color: #999;
}

.home section h1 {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: normal;
}

.home section h1 span {
	font-size: 12px;
	vertical-align: 50%;
}

.home section h1 div {
	margin: 5px 0;
	font-size: 10px;
}

.home section .nav-archive {
	margin: 8px 0;
}

.home section .nav-archive .nav-archive-item {
	min-width: 100px;
	text-align: center;
}

.home #main section .nav-archive .nav-archive-item a {
	color: #06f;
}

.home #main section .nav-archive .nav-archive-item a:hover,
.home #main section .nav-archive .nav-archive-item a:focus {
	color: #0047b3;
}

.home section .nav-archive-sp {
	margin-bottom: 25px;
}

.home section .nav-archive-sp .row .row {
	margin: 0 0 0 -1px;
}

.home section .nav-archive-sp [class*="col-"] {
	padding: 0;
}

.home section .nav-archive-sp .nav-archive-item {
	padding: 3px 0;
	background: #ccc;
	border-left: 1px solid #fff;
	color: #0050b4;
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.home section .nav-archive .nav-archive-item img {
	margin-left: 10px;
	vertical-align: middle;
}

.home section .nav-archive-sp .nav-archive-item img {
	margin-left: 5px;
	vertical-align: top;
}

.home section .post-meta .label {
	display: inline-block;
	font-size: 12px;
	width: 100px;
	vertical-align: .2em;
}

.label-news {
	background: #1499ff;
}

.label-press {
	background: #ee7033;
}

.label-event-type-0 {
	background: #f69;
}

.label-event-type-1 {
	background: #03f;	
}

.label-event-type-2 {
	background: #930;
}

.home section .post-title {
	line-height: 20px;
}

.home section a:hover .post-title {
	text-decoration: underline;
}

@media (min-width: 992px) {
	.home section .post-meta {
		margin-right: -15px;
		text-align: right;
	}
}

@media (max-width: 991px) {
	.home section h1 {
		margin-bottom: 15px;
		text-align: center;
	}

	.home section hr {
		margin: 0 10px;
	}

	.home section hr + a {
		padding-right: 20px;
		padding-left: 20px;
	}

}

/* 個人のお客さま ピックアップ */
#pickup-personal {
	padding: 20px 0;
	background: #b1c1dd;
}

#pickup-personal h4 {
	margin: 10px 0 20px;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	position: relative;
}

#pickup-personal h4 span {
	padding-right: 18px;
	background: #b1c1dd;
	position: relative;
	z-index: 2;
}

#pickup-personal a {
	color: #333;
}

#pickup-personal a:hover .pickup-card img {
    opacity: .7;
}

#pickup-personal .pickup-card {
	margin-bottom: 20px;
	background: #fff;
	border: 2px solid #fff;
}

#pickup-personal .pickup-card-block {
	padding: 5px;
}
#pickup-personal .pickup-card-title {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

@media (min-width: 992px) {
	#pickup-personal h4:after {
		content: '';
		background: #fff;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 50%;
		right: 0;
	}	
}

@media (max-width: 991px) {
	#pickup-personal h4 {
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
	}

	#pickup-personal h4 span {
		padding: 0;
	}

	#pickup-personal .row {
		margin: 0 -7.5px;
	}

	#pickup-personal .row [class*="col-"] {
		padding: 0 7.5px;
	}

	#pickup-personal .pickup-card {
		margin-bottom: 12px;
	}
}
/* 201611 トップページ修正 追記ここまで */

/* 20161205 とりガス光カバーページ改修 ここから*/
#torigashikari-v2 .cover-pc {
	border-bottom: 13px solid #06f;
}

#torigashikari-v2 .cover-sp {
	display: none;
}

@media (max-width: 640px) {
	#torigashikari-v2 .cover-pc {
		display: none;
	}

	#torigashikari-v2 .cover-sp {
		display: block;
	}
}

#torigashikari-v2 h3 {
	margin: 60px 0 30px;
}

#torigashikari-v2 hr {
	margin: 30px 0;
	border-color: #8e8e8e;
}

#torigashikari-v2 .text-primary {
	color: #009fd0;
}

#torigashikari-v2 .btn-primary {
	background-color: #0ea7ed;
}

#torigashikari-v2 .btn-primary:hover {
	background-color: #0b85bd;
	border-color: #0b7eb3;
}

#torigashikari-v2 .btn-primary.btn-block {
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
}

#torigashikari-v2 .panel-primary {
	border-color: #009fd0;
}

#torigashikari-v2 .panel-primary .panel-heading {
	background-color: #009fd0;
	border-color: #009fd0;
	font-size: 22px;
	text-align: center;
}

@media (min-width: 992px) {
	#torigashikari-v2 .feature .row {
		margin: 0 -18px;
	}

	#torigashikari-v2 .feature .row [class*="col-"] {
		padding: 0 18px;
	}
}

#torigashikari-v2 .feature-item {
	margin: 0 auto 20px;
	border-bottom: 5px solid #009fd0;
	max-width: 258px;
}

#torigashikari-v2 .feature-item .img-top {
	margin-bottom: 30px;
}

#torigashikari-v2 .feature-item p:last-child {
	margin-bottom: 20px;
}

#torigashikari-v2 .fee h4 {
	margin: 30px 0;
	text-align: center;
}

#torigashikari-v2 .fee h4 .h3 {
	line-height: 36px;
}

@media (max-width: 542px) {
	#torigashikari-v2 .fee h4 {
		text-align: left;
	}

	#torigashikari-v2 .fee h4 br {
		display: none !important;
	}
}
#torigashikari-v2 .fee .btn-block,
#torigashikari-v2 .cashback .btn-block {
	margin-top: 20px;
}

#torigashikari-v2 .campaign {
	overflow: hidden;
}

@media (min-width: 992px) {
	#torigashikari-v2 .campaign > .row {
		margin: 0 -28px 0 -25px;
	}

	#torigashikari-v2 .campaign > .row [class*="col-"] {
		padding: 0 25px;		
		border-right: 3px solid #ee7300;
	}
}

#torigashikari-v2 .heading-campaign {
	border: 2px solid #ee7300;
}

#torigashikari-v2 .heading-campaign .row {
	margin: 0;
}

#torigashikari-v2 .heading-campaign .row [class*="col-"] {
	padding: 0;
}

#torigashikari-v2 .bg-campaign {
	padding: 7px 10px;
	background: #ee7300;
}

#torigashikari-v2 .text-campaign {
	color: #ee7300;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 53px;
	height: 53px;
}

#torigashikari-v2 .text-campaign strong {
	font-size: 22px;
}

@media (max-width: 543px) {
	#torigashikari-v2 .text-campaign {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 30px;
		height: 30px;
	}

	#torigashikari-v2 .text-campaign strong {
		font-size: 18px;
	}
}

#torigashikari-v2 .campaign-item {
	position: relative;
}

@media (max-width: 991px) {
	#torigashikari-v2 .campaign-item {
		margin-bottom: 20px;
	}
}

#torigashikari-v2 .campaign-item-header {
	margin-bottom: 10px;
	padding-left: 110px;
	background: #c8c8c8;
	font-size: 18px;
	line-height: 33px;
}

#torigashikari-v2 .campaign-item-title {
	margin-bottom: 20px;
	padding-left: 110px;
	color: #ee7300;
	font-size: 22px;
	line-height: 30px;
}

#torigashikari-v2 .campaign-item-title img {
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 359px) {
	#torigashikari-v2 .campaign-item-title br {
		display: none;
	}
}

#torigashikari-v2 .campaign-item-heading {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
}

#torigashikari-v2 .campaign-item-text {
	font-size: 14px;
	line-height: 22px;
}

#torigashikari-v2 .label-privilege {
	margin: 0 10px 0 0;
	background: #009fd0;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	line-height: 33px;
	width: 150px;
	text-align: center;
}

@media (max-width: 991px) {
	#torigashikari-v2 .label-privilege {
		margin-bottom: 5px;
		display: block;
	}
}

@media (min-width: 768px) {
	#torigashikari-v2 .dl-privilege dt {
		float: left;
		width: 115px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#torigashikari-v2 .dl-privilege dd {
		margin: 0 0 0 115px;	
	}
}

#torigashikari-v2 .step-easy .row [class*="col-"] {
	margin-bottom: 20px;
}

#torigashikari-v2 .cashback a.text-primary:hover {
	color: #0b85bd;
}

#torigashikari-v2 .flow .panel .text-primary {
	padding-right: 0;
}

@media (max-width: 991px) {
	#torigashikari-v2 .flow .panel .text-primary {
		padding-right: 15px;
		text-align: center;
	}
}

#torigashikari-v2 .flow .panel:first-of-type {
	margin-bottom: 60px;
}

#torigashikari-v2 .flow .panel .glyphicon {
	font-size: 30px;
}

#torigashikari-v2 .flow .panel .glyphicon-chevron-right {
	margin-top: -15px;
	position: absolute;
	top: 50%;
	right: -8px;
}

#torigashikari-v2 .flow .panel .bg-yellow {
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #fff000;
	font-size: 18px;
}

#torigashikari-v2 .option h4 {
	margin-bottom: 16px;
}

#torigashikari-v2 .option h5 {
	margin-bottom: 5px;
}

#torigashikari-v2 .hikaridenwa .panel ul.list-unstyled {
	margin: 0;
}

#torigashikari-v2 .hikaridenwa .panel li span {
	color: #ffc000;
}

#torigashikari-v2 .heading-contact {
	margin: 60px 0 40px;
	font-size: 40px;
}

#torigashikari-v2 .table-bordered {
	border: 3px solid #0ea7ed;
}

#torigashikari-v2 .table-bordered th,
#torigashikari-v2 .table-bordered td {
	padding: 10px 20px;
	border: 2px solid #0ea7ed;
	font-size: 18px;
}

#torigashikari-v2 .table-bordered th {
	background: #e7f7ff;
	font-weight: normal;
}

#torigashikari-v2 .table-bordered td {
	background: #f5f5f5;
}

@media (max-width: 767px) {
	#torigashikari-v2 .table-bordered th,
	#torigashikari-v2 .table-bordered td {
		border-bottom: none;
		display: block;
	}

	#torigashikari-v2 .table-bordered tr:first-of-type th {
		border-top: none;
	}

}

#torigashikari-v2 .table-bordered a {
	color: #00a0e9;
}

#torigashikari-v2 .table-bordered a:hover {
	color: #007db6;
}

/* 20161205 とりガス光カバーページ改修 ここまで*/

/* 電気料金について ここから */
#denkiprice h3 {
	margin: 0 0 15px;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: right top, left top;
	background-size: auto 100%;
}

#denkiprice h5 {
	margin: 0;
	padding: 5px 5px 0;
	background-color: #f9f4ee;
	text-align: center;
	display: inline-block;
}

#denkiprice h5 span {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #666;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	width: 156px;
}

#denkiprice table {
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
	font-size: 14px;
}

#denkiprice table caption {
	padding-top: 0;
	padding-bottom: 5px;
	color: #333;
	font-weight: bold;
}

#denkiprice th,
#denkiprice td {
	padding: 3px 10px;
	background-color: #fff;
	border: 1px solid transparent;
}

#denkiprice th {
	color: #fff;
	font-weight: normal;
}

#denkiprice td:last-child {
	width: 50%;
}

#denkiprice td.text-center:nth-child(2):not(:last-child) {
	width: 10%;
}

#denkiprice .btn {
	white-space: normal;
}

#denkiprice .plan {
	margin-top: -126px;
	padding-top: 146px;
	padding-bottom: 20px;
}

#denkiprice .box {
	margin-bottom: 10px;
	padding: 20px;
	background-color: #f9f4ee;
}

#denkiprice .box > *:last-child {
	margin-bottom: 0;
}

#denkiprice .basic h3 {
	background-image: url(/wp/wp-content/uploads/denkiprice-hd-basic-bg-02.png), url(/wp/wp-content/uploads/denkiprice-hd-basic-bg-01.png);
}

#denkiprice .basic b {
	color: #00a0e9;
}

#denkiprice .basic th,
#denkiprice .basic td {
	border-color: #00a0e9;
}

#denkiprice .basic th {
	background-color: #00a0e9;
}

#denkiprice .standard h3 {
	background-image: url(/wp/wp-content/uploads/denkiprice-hd-standard-bg-02.png), url(/wp/wp-content/uploads/denkiprice-hd-standard-bg-01.png);
}

#denkiprice .standard b {
	color: #f18b0f;
}

#denkiprice .standard th,
#denkiprice .standard td {
	border-color: #f18b0f;
}

#denkiprice .standard th {
	background-color: #f18b0f;
}

#denkiprice .premium h3 {
	background-image: url(/wp/wp-content/uploads/denkiprice-hd-premium-bg-02.png), url(/wp/wp-content/uploads/denkiprice-hd-premium-bg-01.png);
}

#denkiprice .premium b {
	color: #ec78ab;
}

#denkiprice .premium th,
#denkiprice .premium td {
	border-color: #ec78ab;
}

#denkiprice .premium th {
	background-color: #ec78ab;
}

#denkiprice .select h3 {
	background-image: url(/wp/wp-content/uploads/denkiprice-hd-select-bg-02.png), url(/wp/wp-content/uploads/denkiprice-hd-select-bg-01.png);
}

#denkiprice .select b {
	color: #9b4998;
}

#denkiprice .select th,
#denkiprice .select td {
	border-color: #9b4998;
}

#denkiprice .select th {
	background-color: #9b4998;
}

#denkiprice .denkaselect h3 {
	background-image: url(/wp/wp-content/uploads/denkiprice-hd-denkaselect-bg-02.png), url(/wp/wp-content/uploads/denkiprice-hd-denkaselect-bg-01.png);
}

#denkiprice .denkaselect b {
	color: #72bb2a;
}

#denkiprice .denkaselect th,
#denkiprice .denkaselect td {
	border-color: #72bb2a;
}

#denkiprice .denkaselect th {
	background-color: #72bb2a;
}

#denkiprice table .border-bottom-white {
	border-bottom-color: #fff;
}

#denkiprice table .border-top-double {
	border-top-width: 3px;
	border-top-style: double;
}

#denkiprice .table-timezone {
	margin-bottom: 20px;
	width: auto;
	float: right;	
}

#denkiprice .table-timezone th,
#denkiprice .table-timezone td {
	padding: 5px 10px;
	border-color: #ccc;
	text-align: center;
	vertical-align: middle;
}

#denkiprice .table-minprice th,
#denkiprice .table-minprice td {
	border-color: #666;
}

#denkiprice .table-minprice th {
	background-color: #666;
}

@media (max-width: 991px) {
	#denkiprice .plan {
		margin-top: -40px;
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	#denkiprice .table-timezone {
		float: none;
	}
}
/* 電気料金について ここまで */

/* ガス特割 ここから */
#gastokuwari .btn {
	white-space: normal;
}

#gastokuwari .mainvisual {
	margin: 0 auto;
	max-width: 1600px;
}

#gastokuwari .mainvisual img.hidden-xs {
	margin-bottom: 45px;
}

#gastokuwari .mainvisual img.visible-xs {
	margin-bottom: 30px;
}

#gastokuwari .section-wallet {
	margin-bottom: 30px;
}

#gastokuwari .section-wallet h3 {
	margin: 0 0 15px;
}

#gastokuwari .section-wallet p {
	text-align: center;
}

#gastokuwari .box {
	padding: 50px 0 20px;
	background-color: #fff6e9;
}

#gastokuwari .box h3 {
	margin: 0 0 35px;
}

#gastokuwari .text-atype,
#gastokuwari .text-btype,
#gastokuwari .text-ctype {
	font-weight: bold;
}

#gastokuwari .text-atype {
	color: #eb5505;
}

#gastokuwari .text-btype {
	color: #0080cb;
}

#gastokuwari .text-ctype {
	color: #4bb44b;
}

#gastokuwari .hd-atype,
#gastokuwari .hd-btype,
#gastokuwari .hd-ctype {
	margin: 0 0 8px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: 27px;
	line-height: 27px;
}

#gastokuwari .hd-atype {
	background-color: #eb5505;
}

#gastokuwari .hd-btype {
	background-color: #0080cb;
}

#gastokuwari .hd-ctype {
	background-color: #4bb44b;
}

#gastokuwari .table-benefit {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-collapse: separate;
}

#gastokuwari .table-benefit th,
#gastokuwari .table-benefit td {
	background-color: #fff;
	font-size: 20px;
	vertical-align: middle;
}

#gastokuwari .table-benefit th {
	padding: 5px 10px;
	border-top: none;
	border-bottom: 2px solid #888;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	white-space: nowrap;
}

#gastokuwari .table-benefit th .small {
	font-size: 16px;
	font-weight: normal;
}

#gastokuwari .table-benefit td {
	margin: 0 0 8px;
	padding: 10px 25px;
	border-bottom: 1px solid #888;
	color: #5a5a5a;
	font-size: 24px;
	line-height: 34px;
}

#gastokuwari .table-benefit th + th,
#gastokuwari .table-benefit td + td {
	border-left: 1px solid #888;
}

#gastokuwari .table-benefit tr:last-child td,
#gastokuwari .table-benefit td[rowspan="3"] {
	border-bottom: none;
}

#gastokuwari .table-benefit th:first-child,
#gastokuwari .table-benefit td:first-child {
	width: 105px;
	text-align: center;
}

#gastokuwari .table-benefit td:first-child {
	padding: 0;
	font-size: 20px;
	line-height: 24px;
}

#gastokuwari .table-benefit td[rowspan="3"] {
	width: 190px;
}

#gastokuwari .table-benefit .border-benefit {
	background-color: #fff8b0;
	border: 4px solid #eb5505;
	width: 300px;
}

#gastokuwari .table-benefit th.border-benefit {
	border-bottom: 0;
	box-shadow: inset 0px -2px #888;
}

#gastokuwari .table-benefit td.border-benefit {
	border-top: 0;
	border-bottom-width: 0;
}

#gastokuwari .table-benefit td.border-benefit[rowspan="2"] {
	border-bottom-width: 4px;
	box-shadow: inset 0px 1px #888;
}

#gastokuwari .section-white {
	margin-bottom: 40px;
	padding: 30px 0 20px;
	background-color: #fff;
}

#gastokuwari .card {
	margin-bottom: 10px;
	background: #fff;
}

#gastokuwari .card-block {
	padding: 10px;
}

#gastokuwari .card-block p {
	color: #5a5a5a;
}

#gastokuwari .card .panel {
	margin: 0;
	padding: 3px;
	border: 1px dashed #b4b4b4;
}

#gastokuwari .card .panel-heading {
	padding: 3px 0;
	background-color: #e6e6e6;
	border: none;
}

#gastokuwari .card .panel-body {
	padding: 10px 0 5px;
}

#gastokuwari .section-howtoapply {
	padding-top: 60px;
	margin-bottom: 75px;
}

#gastokuwari .section-howtoapply h3 {
	margin: 0 0 20px;
	color: #0080cb;
	font-size: 40px;
	font-weight: bold;
}

#gastokuwari .section-howtoapply table {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

#gastokuwari .section-howtoapply th {
	background-color: #c1e1f2;
	color: #0080cb;
	font-size: 20px;
	line-height: 30px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	min-height: 80px;
}

#gastokuwari .section-howtoapply td {
	padding: 15px 30px;
	vertical-align: middle;
}

#gastokuwari .step {
	margin-bottom: 24px;
	padding: 6px;
	background-color: #ffe;
	border: 4px solid #b4b4b4;
	font-size: 18px;
	position: relative;
}

#gastokuwari .step:after,
#gastokuwari .step:before {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
}

#gastokuwari .step:after {
	border-top-color: #ffe;
	border-width: 16px;
	margin-left: -16px;
}

#gastokuwari .step:before {
	border-top-color: #b4b4b4;
	border-width: 22px;
	margin-left: -22px;
}

#gastokuwari .step:last-child:after,
#gastokuwari .step:last-child:before {
	content: none;
}

#gastokuwari .step .col-xs-6 {
	border-right: 1px dashed #999;	
}

#gastokuwari .step .col-xs-6 + .col-xs-6 {
	border-right: 0;
}

#gastokuwari .step .media {
	margin: 0;
}

#gastokuwari .hd-aushop,
#gastokuwari .hd-internet {
	margin: 0 0 8px;
	padding: 3px;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	width: 100%;
}

#gastokuwari .hd-aushop {
	background-color: #eb5505;
}

#gastokuwari .hd-internet {
	background-color: #0080cb;
}

#gastokuwari .btn-gastokuwari {
	background-color: #fff;
	border: 2px solid #0080cb;
	color: #0080cb;
	text-decoration: none;
	font-weight: bold;
}

#gastokuwari .btn-gastokuwari:hover {
	background-color: #0080cb;
	border-color: #0080cb;
	color: #fff;
}

#gastokuwari .label-targetarea {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #fff;
	border: 2px solid #ea5e00;
	border-radius: 0;
	color: #ea5e00;
	font-size: 16px;
}

#gastokuwari .section-contact {
	margin-bottom: 50px;
}

#gastokuwari .section-contact h3 {
	margin: 0 0 20px;
	font-size: 40px;
}

#gastokuwari .section-contact table {
	width: 100%;
	max-width: 100%;
}

#gastokuwari .section-contact th,
#gastokuwari .section-contact td {
	padding: 13px 25px;
	border: 2px solid #0080cb;
}

#gastokuwari .section-contact th {
	background-color: #d8ecf7;
	font-weight: normal;
}

#gastokuwari .section-contact a {
	color: #0080cb;
}

#gastokuwari .section-contact a:hover {
	color: #006098;
}

#gastokuwari .section-caution {
	padding: 30px 0 11px;
	background-color: #e3eff5;
}

#gastokuwari .section-caution .panel-target {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFF;
}

#gastokuwari .section-caution hr {
	margin: 10px 0;
	border-top: 3px solid #b8c2c8;
}

@media (min-width: 1200px) {
	#gastokuwari .table-benefit .border-benefit {
		width: 450px;
	}
}

@media (max-width: 767px) {
	#gastokuwari .section-wallet p {
		font-size: 14px;
		text-align: left;
	}

	#gastokuwari .box {
		padding: 30px 0 20px;
	}

	#gastokuwari .box h3 {
		margin-bottom: 20px;
	}

	#gastokuwari .section-white {
		margin-bottom: 15px;
		padding: 15px 0;
	}

	#gastokuwari .section-howtoapply {
		padding-top: 55px;
		margin-bottom: 55px;
	}

	#gastokuwari .section-howtoapply h3 {
		margin-bottom: 15px;
		font-size: 30px;
	}

	#gastokuwari .section-howtoapply th,
	#gastokuwari .section-howtoapply td {
		padding: 0;
		display: block;
	}

	#gastokuwari .section-howtoapply th {
		margin-bottom: 10px;
		width: 100%;
		min-height: 30px;
	}

	#gastokuwari .step {
		padding: 8px;
		border: 2px solid #b4b4b4;
		font-size: 16px;
	}

	#gastokuwari .step:after {
		border-top-color: #ffe;
		border-width: 16px;
		margin-left: -16px;
	}

	#gastokuwari .step:before {
		border-top-color: #b4b4b4;
		border-width: 19px;
		margin-left: -19px;
	}


	#gastokuwari .step .row {
		margin: 0 -10px;
	}

	#gastokuwari .step .col-xs-6 {
		padding: 0 10px;
	}

	#gastokuwari .hd-aushop,
	#gastokuwari .hd-internet {
		padding: 3px;
		border-radius: 3px;
		font-size: 16px;
		line-height: 22px;
		width: 100%;
	}

	#gastokuwari .label-targetarea {
		margin-bottom: 5px;
		font-size: 14px;
		display: block;
	}

	#gastokuwari .btn-gastokuwari {
		font-size: 12px;
	}

	#gastokuwari .section-contact h3 {
		margin-bottom: 15px;
		font-size: 30px;
	}

	#gastokuwari .section-contact th,
	#gastokuwari .section-contact td {
		border-bottom-width: 0;
		display: block;
		font-size: 14px;
	}

	#gastokuwari .section-contact td {
		border-top-style: dashed;
	}

	#gastokuwari .section-contact tr:last-child td {
		border-bottom-width: 2px;
	}

}
/* ガス特割ここまで */

/* スマートライフからのリンク先用 ここから*/
@media (min-width: 992px) {
	#torigashikari-v2 #cashback,
	#torigasdenki-start {
		margin-top: -40px;
		padding-top: 80px;
	}
}
/* スマートライフからのリンク先用 ここまで*/

/* とりガス電気 スタートキャンペーン 追加 ここから */
#torigasdenki-start a.text-primary {
	color: #009fd0;
}

#torigasdenki-start div.h3 {
	color: #0ea7ed;
	line-height: 34px;
}

#torigasdenki-start .label-privilege {
	margin: 0 10px 0 0;
	background: #0ea7ed;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	line-height: 33px;
	width: 150px;
	text-align: center;
}

#torigasdenki-start .label-privilege + span {
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 991px) {
	#torigasdenki-start .label-privilege {
		margin-bottom: 5px;
		display: block;
	}
}

@media (min-width: 768px) {
	#torigasdenki-start h3 {
		font-size: 40px;
	}

	#torigasdenki-start .dl-privilege dt {
		float: left;
		width: 115px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#torigasdenki-start .dl-privilege dd {
		margin: 0 0 0 115px;	
	}
}
/* とりガス電気 スタートキャンペーン 追加 ここまで */

/* 提供サービスの約款・規約について  ここから*/
.service-clause h3 {
	margin: 80px 0 20px;
	font-weight: bold;
	font-size: 25px;
}

.service-clause h4 {
	margin: 35px 0 20px;
	padding-left: 10px;
	border-left: 10px solid #ddd;
	font-size: 24px;
}

.service-clause h3 + h4 {
	margin-top: 0;
}

.service-clause .table-bordered {
	margin-bottom: 20px;
	border: none;
}

.service-clause .table thead th {
	padding: 3px 15px;
	border-bottom-width: 1px;
	background-color: #ddd;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.service-clause .table tbody th {
	padding: 3px 15px;
	background-color: #eee;
	font-weight: normal;
}

.service-clause .table tbody td {
	padding: 10px 20px;
}

.service-clause .table tbody td + td:last-child {
	text-align: center;
	width: 30%;
}

.service-gas h3 {
	margin-top: 40px;
	color: #3393fb;
}

.service-gas h4 {
	border-color: #3393fb;
}

.service-gas .table thead th {
	background-color: #3393fb;
	border-color: #3393fb;
}

.service-denki h3 {
	color: #f8b62d;
}

.service-denki h4 {
	border-color: #f8b62d;
}

.service-denki .table thead th {
	background-color: #f8b62d;
	border-color: #f8b62d;
}

.service-hikari h3 {
	color: #009fd0;
}

.service-hikari h4 {
	border-color: #009fd0;
}

.service-hikari .table thead th {
	background-color: #009fd0;
	border-color: #009fd0;
}

#service-denki,
#service-hikari {
	margin-top: -60px;
	padding-top: 60px;
}

@media (max-width: 991px) {
	#service-denki,
	#service-hikari {
		margin-top: -1px;
		padding-top: 1px;
	}
}

@media (max-width: 768px) {
	.service-clause .table tbody td + td:last-child {
		width: 160px;
	}
}

/* 提供サービスの約款・規約について  ここまで*/

/* 20170712 とりガス電気・とりガス光バナー設置 ここから*/
.denryoku-concierge {
	padding: 35px 0 0;
	background-color: #0066a4;
}

#torigasdenki .denryoku-concierge h3 {
	margin: 0;
}

.denryoku-concierge .row {
	margin: 0 -5px;
	position: relative;
	top: 25px;
}

.denryoku-concierge .row .col-xs-6 {
	padding: 0 5px;
}

.denryoku-concierge .row .col-xs-6 a {
	background-color: #fff;
	display: inline-block;
}

.denryoku-concierge .row .col-xs-6:first-child a {
	box-shadow: 3px 3px 3px rgba(0,0,0,.35);
}

.denryoku-concierge .row .col-xs-6:last-child a {
	box-shadow: -3px 3px 3px rgba(0,0,0,.35);
}

.denryoku-concierge .row .col-xs-6 a img {
	max-width: 100%;
	height: auto;
}

.torigashikari-mypage {
	padding: 25px 0;
	background-color: #90d5ec;
}
/* 20170712 とりガス電気・とりガス光バナー設置 ここまで*/

/* 20170822 水まわり安心サービス ここから*/
#aqua p {
	margin: 0 0 15px;
}

#aqua .img-fluid {
	max-width: 100%;
	height: auto;
}

.aqua-intro {
	margin-bottom: 25px;
}

.hd-aqua-intro {
	margin: 60px 0 30px;
	font-size: 32px;
	line-height: 42px;
}

.text-aqua-intro {
	color: #009fe8;
}

.hr-aqua-intro {
	border: none;
	background: url(/wp/wp-content/uploads/aqua-hr-intro.png) no-repeat center top;
	height: 5px;
}

.label-aqua-intro {
	margin: 0 10px;
	border: 1px solid #b4b4b4;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	width: 150px;
}

.aqua-pack {
	padding: 50px 0;
	background-color: #fdf1e6;
}

.aqua-pack [class*="col-"] hr {
	border-top: 1px dashed #888;
}

.panel-aqua-pack {
	margin: 0;
	border: 3px solid #ef8337;
}

.panel-aqua-pack .panel-body {
	padding: 20px;
}

.text-aqua-pack {
	color: #ef8337;
}

.hr-aqua-pack {
	border: none;
	background: url(/wp/wp-content/uploads/aqua-hr-pack.png) no-repeat;
	height: 6px;
}

.hd-aqua-pack {
	margin: 0 0 10px;
	padding: 5px;
	background-color: #f7c498;
	color: #fff;
}

.btn-aqua-pack {
	padding: 10px;
	background-color: #ef8337;
	color: #fff;
	white-space: normal;
}

.btn-aqua-pack:hover,
.btn-aqua-pack:focus {
	background-color: #e16712;
	color: #fff;
}

.hd-contact {
	margin: 40px 0 20px;
	font-size: 40px;
}

#aqua .table-contact {
	border: 2px solid #0080cb;
}

#aqua .table-contact th,
#aqua .table-contact td {
	padding: 20px 30px;
	border: 2px solid #0080cb;
}

#aqua .table-contact th {
	background-color: #d8ecf7;
	font-weight: normal;
}

#aqua .table-contact a {
	color: #0080cb;
}

#aqua .table-contact a:hover {
	color: #00507e;
}

@media (min-width: 992px) {
	.text-md-right {
		text-align: right !important;
	}

	.text-md-left {
		text-align: left !important;
	}

	.aqua-pack [class*="col-"]:first-child {
		position: relative;	
	}

	.aqua-pack [class*="col-"]:first-child:before {
		content: '';
		position: absolute;
		right: 10px;
		top: 0;
		width: 0;
		height: 100%;
		border-left: 1px dashed #888;
	}

	.aqua-pack .col-lg-1 {
		padding: 0;
	}
}

@media (min-width: 768px) {
	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-left {
		text-align: left !important;
	}

	.btn-aqua-pack {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	#aqua .table-contact {
		border-right: none;
		border-left: none;
	}

	#aqua .table-contact th,
	#aqua .table-contact td {
		padding: 10px 20px;
		border-bottom: none;
		display: block;
	}

	#aqua .table-contact tr:first-of-type th {
		border-top: none;
	}

}
/* 20170822 水まわり安心サービス ここまで*/
