@charset "UTF-8";


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	line-height:1.6em;
	font-size: 24px;
	color: #000;
	word-wrap:break-word;/* 英数字折り返し */
	background:#dcdddd;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ max-width: 100%; width: 100%; height: auto; vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ outline: none; }
input, textarea
{ border-radius: 0; font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}
abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !contents
---------------------------------------------------------- */
html { overflow-y: scroll;}
@media print {
	html,
	html body { *zoom: 0.65;}
}

.Clear {
	clear: both;
}

.row {
	width: 93%;
	max-width: 1280px;
	margin: 0 auto;
}

/* 汎用コンテンツ
---------------------------------------------------------- */

/* コンテンツ */
#wrapper{
	background:#fff;
	max-width: 1280px;
	margin:0 auto;
	padding:0 0 80px;
}

h2 {
	font-size: 36px;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 30px 0 26px;
	background: #d9006b;
}

h3 {
	width: 72%;
	height: 48px;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #0185cf;
	color: #0185cf;
	line-height: 48px;
	overflow: hidden;
	font-size: 30px;
	font-weight: bold;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

/*---ボタン（オレンジ）---*/
a .button_orange {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background-color: #fdc903;
	border: 1px solid #fdc903;
	color: #fff;
	line-height: 29px;
	overflow: hidden;
	font-size: 16px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.button_orange::before,
.button_orange::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_orange,
.button_orange::before,
.button_orange::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_orange:hover {
	border: 1px solid #fdc903;
	background-color: #fff;
	color: #fdc903;
}

/*---ボタンhover---*/
.btn_hover:hover {
	opacity:0.8;
	transition: 0.2s;
}

/*---背景画像---*/
.layer{
	display: flex;
	justify-content: left;
	align-items: flex-start;
}

/*---大多喜ガスのプロパンガス---*/
.Bg_main_03 {
	background: url(../img/main_03.jpg) no-repeat left top;
	background-size: 100%;
	height: 292px;
}

.Txt_main_03 {
	width: 74%;
	margin: 10px 0 0 90px;
	font-size: 22px;
}

/*---暮らしといつも一緒---*/
.Bg_catch_01 {
	background: url(../img/catch_01.jpg) no-repeat left top;
	background-size: 100%;
	height: 244px;
}

.Txt_catch_01 {
	text-align: center;
	margin: 42px auto 0;
	font-size: 40px;
	font-weight: bold;
	line-height:1.4em;
	color: #0185cf;
}

/*---カンタン3ステップ---*/
.Bg_step_01 {
	background: url(../img/step_01.jpg) no-repeat left top;
	background-size: 100%;
	height: 286px;
}

.Txt_step_01 {
	text-align: center;
	margin: 40px auto 0;
	font-size: 44px;
	font-weight: bold;
	line-height:1.4em;
	color: #0185cf;
}

/*---お客さまの声---*/
.Bg_voice_02 {
	background: url(../img/voice_02.jpg) no-repeat left top;
	background-size: 100%;
	height: 369px;
}

.Txt_voice_02 {
	text-align: left;
	width: 68%;
	margin: 70px auto 0;
	font-size: 38px;
	line-height:1.4em;
}

.Bg_voice_03 {
	background: url(../img/voice_03.jpg) no-repeat left top;
	background-size: 100%;
	height: 372px;
}

.Txt_voice_03 {
	text-align: left;
	width: 68%;
	margin: 70px auto 0;
	font-size: 38px;
	line-height:1.4em;
}

.Bg_voice_04 {
	background: url(../img/voice_04.jpg) no-repeat left top;
	background-size: 100%;
	height: 332px;
}

.Txt_voice_04 {
	text-align: left;
	width: 68%;
	margin: 64px auto 0;
	font-size: 38px;
	line-height:1.4em;
}

/*---背景色---*/
.Bg_Yellow {
	background: #fefbc6;
	padding:40px;
}

.Bg_Yellow_02 {
	background: #fefbc6;
	padding:40px 0;
}

.Bg_Pink {
	background: #fae6e5;
	padding:40px;
}

.Bg_Pink_02 {
	background: #fae6e5;
	padding:40px 0;
}

.Bg_White {
	background: #fff;
	padding:40px;
}

/*---メリット キャラクター位置---*/
.merit_character {
	float: left;
	margin: 20px 20px 0 -56px;
}

/*---オーバーフロー---*/
.ofl { overflow: auto;}

/*---3カラム---*/
.box_column01 {
	margin: -16px 0 0 0;
}
	.box_column01 .col {
		float: left;
	}
	.box_column01.col3 .col {
		margin: 16px 2.2% 0 0;
		width: 31.86%;
	}
	.box_column01.col3 .col:nth-child(3n) {
		margin-right: 0;
	}

@media only screen and (max-width: 800px) {

	.box_column01 {
		margin: -10px 0 0 0;
	}
	.box_column01.col3 .col {
		margin: 10px 1% 0 0;
		width: 32%;
	}

}

/*---2カラム---*/
.box_column02 {
	display: table;
	margin: 0px;
	width: 100%;
}

.box_column02 .box_left {
	float: left;
	display: table-cell;
	width: 76%;
}

.box_column02 .box_right {
	float: left;
	display: table-cell;
	width: 20%;
}

.box_column02 .box_center {
	float: left;
	display: table-cell;
	width: 4%;
}

@media only screen and (max-width: 800px) {
	
	.box_column02 .box_left {
		width: 100%;
	}
	
	.box_column02 .box_right {
		width: 100%;
	}
	
	.box_column02 .box_center {
		display: none;
	}

}

/* !Fonts -------------------------------------------------------------- */
.fwB { font-weight: bold;}
.fcOrange { color: #f08300;}
.fz16 { font-size: 16px; line-height:2.3em;}
.fz22 { font-size: 22px;}

/* !Margin ------------------------------------------------------------------ */
.mt20 { margin-top:20px !important;}
.mt40 { margin-top:40px !important;}

/* !padding ------------------------------------------------------------------ */
.pb60 { padding-bottom:60px !important;}

/* !Width ------------------------------------------------------------------- */
.w20per { width: 30% !important;}
.w60per { width: 60% !important;}
.w70per { width: 70% !important;}
.w80per { width: 80% !important;}
.w82per { width: 82% !important;}
.Sp_w60per { width: 60% !important;}
.Btn_w60per { width: 60% !important;}
.Btn_w65per { width: 65% !important;}

/* !Inline Align ------------------------------------------------------------ */
.taC { text-align: center !important;}
.ImgC { display: block; margin-left: auto; margin-right: auto;}

/* ▼800px以上の場合に適用
--------------------------------------------------------------------- */
@media only screen and (min-width: 801px) {

	.Sp_Cont {
		display: none;
	}

}

/* ▼800px以下の場合に適用（Kindle以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 800px) {

	body {
		font-size: 14px;
	}

	#wrapper{
		padding:0 0 20px;
	}

	.Sp_None {
		display: none;
	}

	h2 {
		font-size: 16px;
		color: #fff;
		width: 100%;
		padding: 10px 0px 8px 10px;
		background: #d9006b;
	}

	h3 {
		width: 94%;
		height: 24px;
		text-align: center;
		margin: 0 auto;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid #0185cf;
		color: #0185cf;
		line-height: 24px;
		overflow: hidden;
		font-size: 13px;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	}

	.Bg_Yellow {
		background: #fefbc6;
		padding:10px 5px;
	}

	.Bg_Yellow_02 {
		background: #fefbc6;
		padding:10px 0;
	}


	.Bg_Pink {
		background: #fae6e5;
		padding:18px;
	}
	
	.Bg_Pink_02 {
		background: #fae6e5;
		padding:10px 0;
	}
	
	.Bg_White {
		background: #fff;
		padding:10px;
	}

	a .button_orange {
		height: 20px;
		line-height: 20px;
		font-size: 10px;
	}

	.Sp_w50per { width: 50% !important;}
	.Sp_w60per { width: 90% !important;}
	.Btn_w60per { width: 80% !important;}
	.Btn_w65per { width: 86% !important;}
	.Sp_fz12 { font-size: 11px; line-height:1.4em;}
	.fz16 { font-size: 6px; line-height:2em;}
	.fz22 { font-size: 14px;}
	.mt20 { margin-top:10px !important;}
	.mt40 { margin-top:20px !important;}
	.pb60 { padding-bottom:20px !important;}

}
