@charset "utf-8";

/*
@package WordPress
@subpackage 株式会社エフ・ユー
@created 20170309
@last modified 20170309
*/

/*****************************************************************/
/*　ガス保安　全体　　　 　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*****************************************************************/

/* ---------  H1〜H4部分 ------------------------------------ */
/* H1 */
.h1_box {
	position: relative;
	background-image: none;
	padding: 0;
	height: 220px;
}

h1 img {
	max-width: 100%;
}

/* H2 */
h2 {
	margin-left: 0;
}

.h2_txt {
	margin-left: 0;
}

/* H3 */
h3 {
	position: relative;
	padding-top: 5px;
	margin-left: 10px;
}

h3:before {
	position: absolute;
	top: 2px;
	left: -10px;
}

h3.h3_sankou {
	margin-left: 0;
}

h3.h3_sankou::before {
	display: none;
}

/* H4 */
h4 {
	margin-bottom: 10px;
	margin-left: 0;
}

.h4_txt {
	margin-left: 10px;
}

/* -------------- ぱんくず ------------------------------- */
.gas_hoan #bread {
	position:absolute;
	top: 15%;
	left: 3%;
}

#bread li, #bread li a{
	color: #fff;
}

.h1_box_gashoan #bread {
	position: static;
}

@media only screen and (min-width: 0) and (max-width: 949px) {
	.h1_box {
		height: auto;
	}

	.gas_hoan #bread {
		display: none;
	}
}

/* ---------  メイン ------------------------------------ */
#main {
	width: 890px;
	margin: 0 auto;
}

@media only screen and (min-width: 0) and (max-width: 949px) {
	#main {
		width: 100%;
	}
}

/*****************************************************************/
/*　ガス保安　メニューリスト（TOPのページ）  　　　　　　　　　　　　　　　*/
/*****************************************************************/

/* メニュー全体 */
.gas_hoan_top__list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

/* 各メニュー枠 */
.gas_hoan_top__list_inner {
	position: relative;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* タイトル別の背景色 */
.gas_hoan_top__list_inner.gas_hoan__jiko{
	background-color: #fbdcd0;
}

.gas_hoan_top__list_inner.gas_hoan__hoan{
	background-color: #ffe682;
}

.gas_hoan_top__list_inner.gas_hoan__shikaku{
	background-color: #d0dbf0;
}

.gas_hoan_top__list_inner.gas_hoan__dantai{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	background-color: #c7e0a5;
}

/* タイトル共通スタイル */
.gas_hoan_top__list_title {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
}

/* タイトル別のスタイル */
.gas_hoan__jiko .gas_hoan_top__list_title {
	color: #cc080d;
}
.gas_hoan__hoan .gas_hoan_top__list_title {
	color: #8a3600;
}
.gas_hoan__shikaku .gas_hoan_top__list_title {
	color: #0b3e8e;
}
.gas_hoan__dantai .gas_hoan_top__list_title {
	padding-top: 20px;
	color: #006332;
	text-align: left;
}

/* イメージ画像 */
.gas_hoan_top__list_img {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	text-align: center;
}

/* 説明文 */
.gas_hoan_top__list_info {
	font-size:14px;
	color: #000;
	line-height: 1.2;
	margin-bottom: 13px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
}

/* 詳しくはこちら 共通スタイル */
.gas_hoan_top__list_more {
	position: absolute;
	bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	width: 236px;
	max-width: 100%;
	color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 1;
	text-align: center;
}

/* タイトル別の「詳しくはこちら」 */
.gas_hoan__jiko .gas_hoan_top__list_more {
	background-color: #e60012;
}

.gas_hoan__hoan .gas_hoan_top__list_more {
	background-color: #de7404;
}

.gas_hoan__shikaku .gas_hoan_top__list_more {
	background-color: #5576ba;
}

.gas_hoan__dantai .gas_hoan_top__list_more {
	background-color: #22ac38;
}

/* リンク */
a.gas_hoan_top__list_link{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:100%;
    white-space: nowrap;
    overflow: hidden;
}

a.gas_hoan_top__list_link:hover {
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

/*------ タブレット表示 --------*/
@media only screen and (min-width: 640px) and (max-width: 949px) {
	/* 各メニュー枠 */
	.gas_hoan_top__list_inner {
		margin-bottom: 20px;
		width: 32%;

	}

	.gas_hoan_top__list_inner.gas_hoan__dantai {
		width: 100%;
		display: block;
	}

	/*イメージ画像*/
	.gas_hoan_top__list_img img{
		max-width: 100%;
		height: auto;
	}

	/* 説明文 */
	.gas_hoan_top__list_info {
		font-size:12px;
	}

	/* 詳しくはこちら 共通スタイル */
	.gas_hoan_top__list_more {
		left: 50%;
		margin-left: -50%;
		width: 100%;
		bottom: 0;
	}
}

/*------ スマホ表示 --------*/
@media only screen and (min-width: 0px) and (max-width: 639px) {
	.gas_hoan_top__list {
		display: block;
	}

	.gas_hoan_top__list_inner.gas_hoan__dantai {
		width: 100%;
		display: block;
	}

	.gas_hoan__dantai .gas_hoan_top__list_title {
		text-align: center;
	}

	.gas_hoan_top__list_info {
		padding-bottom: 0;
	}

	.gas_hoan_top__list_more {
		position: static;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

/* ----------------- 協会・団体情報（グリーン枠） ----------------- */
.gas_hoan_top__list_subtitle {
	font-weight: normal;
	font-size: 14px;
	color: #000;
	line-height: 1.2;
}

.gas_hoan_top__list_right {
	padding-top: 20px;
}

.gas_hoan__dantai .gas_hoan_top__list_info {
	clear: both;
	overflow: hidden;
}
.gas_hoan_top__list_info_left {
	float: left;
	padding-right: 45px;
}

.gas_hoan_top__list_info_right {
	float: left;
}

@media only screen and (min-width: 640px) and (max-width: 949px) {
	.gas_hoan__dantai .gas_hoan_top__list_img {
		display: none;
	}
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
	.gas_hoan_top__list_subtitle {
		display: block;
	}

	.gas_hoan_top__list_right {
		padding-top: 0;
	}

	.gas_hoan_top__list_info_left {
		float: none;
	}
	.gas_hoan_top__list_info_right {
		float: none;
	}
}

/*****************************************************************/
/*　ガス保安　個別ページ 　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*****************************************************************/
/* H1 */
.h1_box_gashoan {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 130px;
	margin: 0 0 35px 0;
	padding: 30px ;
	background:#f28e93 url("./images/h1_bg.png") right bottom no-repeat;
}

/* アンカーリンクリスト */
.gas_hoan_list__square li a,
.gas_hoan_p a {
	text-decoration: underline;
}

.gas_hoan_list__square li a:hover,
.gas_hoan_p a:hover {
	text-decoration: none;
}

.gas_hoan_list__square li::before {
	content: '■';
	color: #0b3e8e;
}

/* サービスへのリンクボタン */
.go-service{
display: inline-block;
background-color: #f28e93;
padding: 12px;
border-radius: 5px;
border-style: solid;
border-width:1px;
border-color: #f28e93 #ccc #ccc #f28e93;
color: #fff !important;
text-decoration: none;
margin: 10px 0 0;
}

.go-service:first-of-type {
	margin-right: 20px;
}

.go-service:hover{
color: #fff;
}


/* ガス保安情報専用のテーブル */
.hoan a {
	color: #0071bc;
}

.hoan_th_link{
	position: relative;
}

.hoan_th_link a {
	display: block;
}

.hoan_th_link a::after {
	content: '';
	display: block;
	margin-top: 10px;
	margin-left: 47%;
	width: 0;
	height: 0;
	border-left: 20px solid #0071bc;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
}

.hoan_link {
	padding-top: 15px;
}

.hoan_link a {
	font-size: 17px;
	font-weight: bold;
}


/* テンプレート */
.hoan_txt_bg{
background-color: #e6e6e6;
font-weight: bold;
padding: 20px 15px;
margin-bottom: 15px;
font-size: 18px;
}
.hoan table th{
width: 22%;
font-size: 20px;
text-align: center;
padding: 20px 10px;
}
.hoan table td{
width: 78%;
padding: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 949px) {
	.hoan table th,
	.hoan table td{
		width: auto;
 	}
	.hoan table td{
		padding: 10px;
 	}
}

/* 参考情報記載 */
.gashoan_sankou {
	background-color: #f28e93;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
}

.gashoan_sankou p {
	color: #fff;
}

/* キャラクターとフキダシ */
.gashoan_baloon {
	position: relative;
	width: 100%;
}

.gashoan_baloon:before {
	display: block;
	content: '';
	background: url(./images/gashoan_fukidashi_3.png) no-repeat;
	width: 75px;
	height: 62px;
}

.gashoan_baloon__inner {
	position: absolute;
	left: 90px;
	top: 5px;
	background-color: #f28e93;
	border-radius: 5px;
	padding: 10px 15px;
	color: #fff;
}

.gashoan_baloon__inner:before {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	top: 30%;
	left: -8px;
	border-right: 20px solid #f28e93;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

/* 親ページへ戻る */
.l-mainContents__footer {
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
}


@media only screen and (min-width: 0px) and (max-width: 639px) {
	.gashoan_baloon {
		display: none;
	}
}

/* 保安関係資料ページ - 講習のご案内 */
.gashoan_seminar {
	background-color: #e6e6e6;
	border: 1px solid #ccc;
	padding: 30px;
}

.gashoan_seminar__inner {
	background-color: #fff;
	padding: 25px 35px;
}

@media only screen and (min-width: 0px) and (max-width: 639px) {
	.gashoan_seminar {
		padding: 10px;
	}

	.gashoan_seminar__inner {
		padding: 10px 15px;
	}
}

/* ---------  一番下の固定バー(メール誘導) ------------------------------ */
.gashoan_contact {
	position: fixed;
	bottom: 0;
	background-color: #f28e93;
	width: 100%;
}

.gashoan_contact__inner {
	display: flex;
	display: -webkit-flex;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 950px;
	margin: 0 auto;
	padding: 15px 50px;
}

.gashoan_contact_text {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
}

.gashoan_contact_mail {
	background-color: #fff;
	border-radius: 5px;
	font-size: 21px;
	white-space: nowrap;
}

.gashoan_contact_mail a {
	color: #666;
	display: block;
	padding: 15px 30px;
}

.gashoan_contact_mail a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.gashoan_contact_mail_midashi::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 12px solid #b3b3b3;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-left: 5px;
	margin-right: 10px;
	vertical-align: top;
}

#footer {
	padding-bottom: 90px;
}

@media only screen and (min-width: 0) and (max-width: 949px) {
	.gashoan_contact__inner {
		display: block;
		padding: 15px;
		max-width: 100%;
	}

	.gashoan_contact_text {
		margin-right: 0;
		font-size: 14px;
		line-height: 1.2;
		padding-bottom: 10px;
	}

	.gashoan_contact_mail {
		font-size: 16px;
	}

	.gashoan_contact_mail a {
		padding: 10px;
		text-align: center;
	}
}

@media only screen and (min-width: 0) and (max-width: 639px) {
	#footer {
		padding-bottom: 140px;
	}
}

/*新規ページで使うスタイル 20180702_saito*/
.shikaku section{
	margin: 3em 0;
}
.shikaku .title{
	background: #FFAC1F;
	color:#fff;
	font-size: 1.5em;
	padding: .5em 0 .5em 2em;
}
.shikaku .sec01{
	line-height: 1.5;
}
.shikaku .title p:nth-child(2){
	text-indent: 7.25em;
}
.shikaku dl{
	width: 100%;
	margin: 0 0 1em;
}
.shikaku dl dt{
	box-sizing: border-box;
	padding: .5em .5em 0 0;
	width: 20%;
	float: left;
}
.shikaku dl dd{
	box-sizing: border-box;
	padding: .5em .5em 0;
	width: 80%;
	float: right;
}
.shikaku .btn-area{
	text-align: center;
}
.shikaku .btn-area .btn{
	display: inline-block;
	font-size: 1.33em;
	margin-bottom: 1em;
	border-radius: .55em;
	padding: 1em 2em;
	background: #13A66E;
	color:#fff;
}
.shikaku .btn-area .btn:hover{
	opacity: .85;
	text-decoration: none;
}

.shikaku .btn-area span{
	display: block;
}
.sec01-annai a{
	color: red;
	text-decoration: underline;
}
.sec01-annai a:hover{
	color: blue;
}
.sec01-annai,.sec02-youko{
	background: #efefef;
	padding: 1em;
	margin: 0 0 .5em;
}
/*saito style*/
.text_c{text-align: center;}
.s-font-1-half{font-size: 1.5em;}
.s-font-2{font-size: 2em;}
.s-font-2-half{font-size: 2.5em;}
