
/*============================*/
/*全般設定
/*============================*/

/*色指定をして下さい*/
:root {
	--main-color: #cd0004;
	/*ボタン・フッターなどのメインカラー*/
	--main-title-color: #333;
	/*ヘッダータイトルカラー*/
	--main-text-color: #555;
	/*本文カラー*/
}

/*以下は設定不要です*/
* {
	/*margin: 0;
	padding: 0;
	box-sizing: border-box;*/
	box-sizing: inherit;
}

html {
	font: normal 16px sans-serif;
	color: var(--main-text-color);
}

/*ここからtuika */
@charset "utf-8";

/* ============================================================
	画像
	============================================================ */

@media screen and (min-width: 751px) {
	#headImg p {
		width: 1000px;
		margin: 0 auto;
	}

	#headImg img {
		width: 1700px;
		text-align: center;
		margin: 0 -350px;
		max-width: none;
	}

	#headImg p.sp {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	#headImg p {
		text-align: center;
	}

	#headImg img {
		width: 100%;
	}

	#headImg p {
		padding: 0 16px;
	}

	#headImg p.nospace {
		padding: 0;
		margin: 0;
	}

	#headImg p.pc {
		display: none;
	}
}

img#bnr_img {
	max-width: 800px;
}

body {

	background-image: url(https://www.chimney.co.jp/lp/assets/cmn_img/top/bg.jpg);
	background-size: 60%;
	background-repeat: repeat;
}

div#bg_wrapper {
	background-image: url(https://www.chimney.co.jp/lp/assets/cmn_css/img/top_bg_01.jpg);
	background: no-repeat;
}

article#article.instagramcp {
	border-color: #cd0004;
}

#article.instagramcp .cp,
#return.instagramcp a,
#instagramcp .cp {
	background-color: #cd0004;
}

@media screen and (min-width: 751px) {
	#article .cp {
		/*margin-top: 0px;*/
		display: inline-block;
		width: 800px;
		height: 60px;
		text-align: center;
		text-decoration: none;
		line-height: 60px;
		outline: none;
		border-radius: 0.8em;
		font-size: 20px;
		color: #fff;
	}
}

@media screen and (min-width: 751px) {
	#article {
		width: 860px;
		margin: 15px auto 0;
		color: #333333;
		font-size: 17px;
		line-height: 24px;
		position: relative;
		padding: 20px 20px 10px;
		border: solid 10px;
		border-radius: 1em;
		background-color: #fff;
	}
}

@media screen and (max-width: 750px) {
	#article .cp {
		margin: 0px auto 0;
		display: inline-block;
		width: 100%;
		height: 40px;
		text-align: center;
		text-decoration: none;
		line-height: 40px;
		outline: none;
		border-radius: 0.8em;
		font-size: 18px;
		color: #fff;
		background: url(https://www.chimney.co.jp/lab/karaagekun/img/obi2.png) no-repeat center center;
		background-size: 100%;
	}
}

/*tuika */

ul,
nav {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	opacity: 0.9;
}

a:hover {
	opacity: 1;
}

a.btn {
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #1d9bf0;
	font-weight: 800;
	text-align: center;
}

hr {
	width: 200px;
	height: 2px;
	background-color: var(--main-color);
	;
	border: 0;
	margin: 40px 0;
}

section {
	display: flex;
	flex-direction: column;
	/*padding: 50px 50px;*/
}

div.hiduke {
	width: 650px;
	padding: 50px 50px;
}

@media (max-width: 1000px) {
	section {
		/*padding: 100px 50px;*/
	}

	div.hiduke {
		padding: 100px 50px;
	}
}

@media (max-width: 600px) {
	section {
		/*padding: 80px 30px;*/
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 1.6em;
	}

	div.hiduke {
		width: 350px;
		padding: 80px 30px;
	}
}

section p {
	max-width: 800px;
	/*text-align: left;
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 2;*/
}

div.hiduke {
	max-width: 800px;
	text-align: right;
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 2;
}

ul.grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/*============================*/
/*ヘッダー設定
/*============================*/
/*
header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 100px 0;
}

header h2 {
	font-family: 'Quicksand', sans-serif;
}

header nav {
	font-size: 14px;
	display: flex;
}

header nav li {
	margin: 0 15px;
}

header nav li:first-child {
	margin-left: 0;
}

header nav li:last-child {
	margin-right: 0;
}

@media (max-width: 1000px) {
	header {
		padding: 20px 50px;
	}
}

@media (max-width: 700px) {
	header {
		flex-direction: column;
	}

	header h2 {
		margin-bottom: 15px;
	}
}
*/

/*header*/
#maga_head_wrap {
	max-width: 1000px;
	padding: 0.5rem 0;
}

#wrapper2 {
	position: relative;
	max-width: 1000px;
}

@media screen and (min-width: 1000px) {
	.container {
		margin: 0 auto;
	}
}

@media screen and (min-width: 751px) {
	#headImg p {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
	}
}

@media screen and (max-width: 750px) {
	#headImg img {
		width: 100%;
	}
}

div#headImg {
	padding: 0px;
}

#maga_header .level {
	margin: 0;
}

.level.is-mobile {
	display: flex;
}

.level {
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.level-item.has-text-centerd {
	margin: 0 20px;
}

@media screen and (min-width: 751px) {
	#headImg img {
		width: 100%;
		text-align: center;
		margin: 0 -350px;
		max-width: none;
	}
}

@media screen and (max-width: 750px) {
	#headImg img {
		#headImg p.pc {
			display: none;
		}
	}
}

@media screen and (max-width: 750px) {
	#headImg img {
		width: 100%;
	}
}


@media screen and (max-width: 750px) {
	#headImg p.nospace {
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width: 750px) {
	#headImg p {
		text-align: center;
	}
}

@media screen and (max-width: 750px) {
	#article {
		padding: 20px 10px 10px;
		border: solid 5px;
		border-radius: 1em;
		background-color: #fff;
		margin: 20px 12px 20px;
	}
}

/*--header*/
/*============================*/
/*見出しセクション
/*============================*/
.hero {
	position: relative;
	justify-content: center;
	min-height: 100px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}

.cptop {
	font: bold 50px 'Open Sans', sans-serif;
	margin: 30px 0 15px;
	color: var(--main-title-color);
	color: #cd0004;

	font-size: 36px;
	line-height: 48px;
	margin: 15px 0;
	font-weight: normal;
	text-align: start;
}

.hero h3 {
	font: normal 20px 'Open Sans', sans-serif;
	margin-bottom: 20px;
	color: #cd0004;
}

.features a.btn {
	padding: 20px 46px;
}

@media (max-width: 800px) {
	.hero {
		/*min-height: 300px;*/
	}

	.hero h1 {
		font-size: 38px;
	}

	.hero h3 {
		font-size: 20px;
	}

	.features a.btn {
		padding: 15px 40px;
	}
}

@media screen and (max-width: 750px) {
	#article h1 {
		font-size: 1.3rem;
		margin: 1.5rem 0 1rem 0;
		/* padding-top: 10px; */
		line-height: 1.7rem;
		text-align: start;
	}
}

/*============================*/
/*本文セクション
/*============================*/
/*
.features {
	background-color: #f7f7f7;
}
*/

.features .grid li {
	padding: 0 5px;
	flex-basis: 33%;
	text-align: center;
}

.features .grid li i {
	font-size: 40px;
	color: var(--main-color);
	margin-bottom: 20px;
}

.features .grid li h4 {
	color: var(--main-text-color);
	font-size: 20px;
	margin-bottom: 25px;
}

.features .grid li p {
	font-size: 14px;
	margin: 0;
}

.features .grid li i.inq {
	font-size: 22px;
	color: var(--main-color);
	margin: 10px;
}

@media (max-width: 1000px) {
	.features .grid li {
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.features .grid li:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 600px) {
	.features .grid li {
		flex-basis: 100%;
	}
}

/*============================*/
/*フッターセクション
/*============================*/
footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
	padding: 10px 0;
}

footer ul {
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li {
	margin: 0 8px;
}

footer ul li:first-child {
	margin-left: 0;
}

footer ul li:last-child {
	margin-right: 0;
}

footer p {
	text-transform: uppercase;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 10px;
}

footer p a {
	color: #fff;
}

@media (max-width: 700px) {
	footer {
		/*padding: 80px 15px;*/
		padding: 10px;
	}
}

@media screen and (max-width: 750px) {
	#article .blockTemplateArea p {
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 1.6em;
	}
}

@media screen and (max-width: 750px) {
	#return a {
		display: inline-block;
		width: 90%;
		height: 60px;
		margin: 0;
		padding-top: 0;
		overflow: visible;
		text-align: center;
		text-decoration: none;
		line-height: 50px;
		outline: none;
		border: solid 5px #fff;
		border-radius: 0.8em;
		font-size: 16px;
		color: #fff;
		background: initial;
	}

	p#return {
		margin: 0;
		padding: 0;
		text-align: center;
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 751px) {

	#return a,
	#return a::before,
	#return a::after {
		box-sizing: border-box;
		transition: all .3s;
	}
}

@media screen and (min-width: 751px) {
	#return a {
		display: inline-block;
		width: 400px;
		height: 60px;
		margin: 0;
		padding-top: 0;
		overflow: visible;
		text-align: center;
		text-decoration: none;
		line-height: 50px;
		outline: none;
		border: solid 5px #fff;
		border-radius: 0.8em;
		font-size: 16px;
		color: #fff;
		background: initial;
	}

	p#return {
		margin: 0;
		padding: 0;
		text-align: center;
		padding-bottom: 20px;
	}
}

.blockTemplateArea .image img {
	width: auto;
}

.image_link {
	display: block;
}

.image_link img {
	transition: 0.3s;
	display: block;
	max-width: 500px;
}

.image_link:hover img {
	opacity: 0.8;
}

.image_link-01 {
	margin: auto;
}

.image_link-02 {
	margin: auto;
	font-size: 16px;
}

/**/
.second_block {
	display: block;
	position: relative;
	padding: 0 0 60px;
}

.second_inner {
	max-width: 1100px;
	width: 100%;
	margin: 50px auto 0;
}

.second_midashi {
	text-align: center;
	margin-bottom: 60px;
}

.second_midashi h2 {
	display: inline-block;
	padding: 0px 26px 8px;
	border-bottom: dotted 3px #1565C0;
	margin-bottom: 25px;
}

.second_midashi p {
	font-size: 1rem;
	letter-spacing: 0.02rem;
	line-height: 1.8rem;
}

.second_chart ul {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

.second_chart ul li {
	width: 33%;
	background: #ddd;
	filter: drop-shadow(0px 1px 12px #ddd);
}

.second_chart ul li {
	width: 33%;
	background: #E8F5FF;
	filter: drop-shadow(3px 0px 5px #ddd);
	display: flex;
	flex-flow: column;
	padding: 25px 30px 45px;
	position: relative
}

.second_chart ul li:first-child {
	z-index: 3;
}

.second_chart ul li:nth-child(2) {
	z-index: 2;
	background: #FFF;
}

.second_chart ul li h3 {
	text-align: center;
	font-size: 2.3rem;
	letter-spacing: 0.18rem;
	font-weight: 500;
	margin: 20px 0 30px;
	padding: 0;
}

.second_chart ul li .liimg {
	padding: 0 10px;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}

.second_chart ul li .liimg:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
	bottom: -15px;
	right: 10px;
	border-radius: 50%;
	z-index: -1;
}

.second_chart ul li .liimg.bgcolor:after {
	background: #e8f5ff;
}

.second_chart ul li p {
	font-size: 1rem;
	letter-spacing: 0.02rem;
	line-height: 1.8rem;
	margin-bottom: 30px;
	padding-left: 5px;
}

.threecircle {
	text-align: center;
	position: absolute;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	bottom: 30px;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.threecircle div {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin: 0 5px;
	border: solid 1px #6BB6FF;
}

.circleblue {
	background: #6BB6FF;
}

.second_chart ul li:first-child:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #e8f5ff;
	top: 40px;
	position: absolute;
	right: -58px;
}

.second_chart ul li:nth-child(2):after {
	content: "";
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #FFF;
	top: 40px;
	position: absolute;
	right: -58px;
}

/* 2nd */
@media screen and (max-width: 767px) {

	/* （ここにモバイル用スタイルを記述） */
	.second_inner {
		padding: 0 15px;
	}

	.second_midashi p {
		text-align: left;
	}

	.second_midashi p br {
		display: none;
	}

	.second_chart ul {
		flex-flow: column;
	}

	.second_chart ul li {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.second_chart ul li h3 {
		margin-bottom: 30px;
	}

	.second_chart ul li:first-child:after {
		top: 99.5%;
		position: absolute;
		right: 50%;
		left: 50%;
		margin: 0 auto;
		border-top: 30px solid #e8f5ff;
		border-right: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 30px solid transparent;
		transform: translate(-50%, 0px);
	}

	.second_chart ul li:nth-child(2):after {
		top: 99.5%;
		position: absolute;
		right: 50%;
		left: 50%;
		margin: 0 auto;
		border-top: 30px solid #FFF;
		border-right: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 30px solid transparent;
		transform: translate(-50%, 0px);
	}
}

/**/
.stepbar {
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.stepbar li {
	position: relative;
	list-style: none;
	text-align: center;
	color: #000;
	font-weight: bold;
	border: solid 3px #1d9bf0;
	border-radius: 10px;
	margin: 10px;
}

.stepbar li p {
	font-weight: normal;
	margin: 10px 40px;
}

.stepbar li:before {
	display: block;
	width: 18px;
	/*height: 18px;*/
	margin: 0.5em auto;
	content: "";
	text-align: center;
	/*border-radius: 50%;
	background-color: #fff;
	border: 1px solid #000;*/
}

.stepbar li:after {
	position: absolute;
	z-index: -1;
	top: 1em;
	left: -50%;
	width: 100%;
	height: 1px;
	content: "";
	background-color: #000;
}

.stepbar li:first-child:after {
	content: none;
}

@media screen and (max-width: 960px) {
	.stepbar li p {
		margin: 10px 15px;
		font-size: 12px;
	}
}

img.img_icon {
	max-width: 40%;
}

/* ===============================================
#Card Styling
=============================================== */
.container__wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 20px;
	gap: 20px;
}

.card {
	box-shadow: 1px 1px 3px rgba(106, 131, 152, 0.2);
	display: flex;
	flex-direction: column;
	width: calc(100% / 3 - 20px * 2 / 3);
	background-color: white;
}

@media (max-width: 768px) {
	.card {
		width: calc(50% - 20px / 2);
	}
}

@media (max-width: 414px) {
	.card {
		width: 100%;
	}
}

.card__item {
	padding: 10px 10px 0 10px;
}

.card__time {
	color: #888888;
	text-align: right;
	padding-bottom: 10px;
}

.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.flexible {
	flex-grow: 1;
}

/* ============================================================
	共通
	============================================================ */

/**
* ページ全体に関わる要素のみ記載
*/

html,
body {
	/* height: 100%; */
	padding: 0;
	margin: 0;
	color: #000000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

body {
	height: inherit;
}

p {
	line-height: 1.5;
}

/* Font
	============================================================ */
@media screen and (min-width: 751px) {
	body {
		-webkit-text-size-adjust: 100%;
		font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
		font-size: 12.5px;
	}
}

@media screen and (max-width: 750px) {
	body {
		-webkit-text-size-adjust: none;
		font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
	}
}

/* bulma generic.sassの色指定を相殺 */
strong,
em {
	color: inherit !important;
}

a {
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}

img {
border: none;
width: 100%;
height: auto;
}

img.chimlogo {
    width: 130px;
    height: auto;
}

.iconmini {
	background: url(https://www.chimney.co.jp/lp/assets/cmn_img/top/lp_icon04.png) 3px 50% no-repeat;
	padding: 0 28px 0 0;
}

ul,
ol {
	list-style-type: none;
}

/* 汎用属性
	============================================================ */
@media screen and (max-width: 750px) {
	.s90 img {
		max-width: 90%;
	}

	.s80 img {
		max-width: 80%;
	}

	.s70 img {
		max-width: 70%;
	}

	.s60 img {
		max-width: 60%;
	}

	.s50 img {
		max-width: 50%;
	}

	.s40 img {
		max-width: 40%;
	}

	.s30 img {
		max-width: 30%;
	}

	.s20 img {
		max-width: 20%;
	}

	.s10 img {
		max-width: 10%;
	}
}

@media screen and (min-width: 751px) {
	.w1000 img {
		max-width: 1000px;
	}

	.w800 img {
		max-width: 800px;
	}

	.w790 img {
		max-width: 790px;
	}

	.w780 img {
		max-width: 780px;
	}

	.w770 img {
		max-width: 770px;
	}

	.w760 img {
		max-width: 760px;
	}

	.w750 img {
		max-width: 750px;
	}

	.w740 img {
		max-width: 740px;
	}

	.w730 img {
		max-width: 730px;
	}

	.w720 img {
		max-width: 720px;
	}

	.w710 img {
		max-width: 710px;
	}

	.w700 img {
		max-width: 700px;
	}

	.w690 img {
		max-width: 690px;
	}

	.w680 img {
		max-width: 680px;
	}

	.w670 img {
		max-width: 670px;
	}

	.w660 img {
		max-width: 660px;
	}

	.w650 img {
		max-width: 650px;
	}

	.w640 img {
		max-width: 640px;
	}

	.w630 img {
		max-width: 630px;
	}

	.w620 img {
		max-width: 620px;
	}

	.w610 img {
		max-width: 610px;
	}

	.w600 img {
		max-width: 600px;
	}

	.w590 img {
		max-width: 590px;
	}

	.w580 img {
		max-width: 580px;
	}

	.w570 img {
		max-width: 570px;
	}

	.w560 img {
		max-width: 560px;
	}

	.w550 img {
		max-width: 550px;
	}

	.w540 img {
		max-width: 540px;
	}

	.w530 img {
		max-width: 530px;
	}

	.w520 img {
		max-width: 520px;
	}

	.w510 img {
		max-width: 510px;
	}

	.w500 img {
		max-width: 500px;
	}

	.w490 img {
		max-width: 490px;
	}

	.w480 img {
		max-width: 480px;
	}

	.w470 img {
		max-width: 470px;
	}

	.w460 img {
		max-width: 460px;
	}

	.w450 img {
		max-width: 450px;
	}

	.w440 img {
		max-width: 440px;
	}

	.w430 img {
		max-width: 430px;
	}

	.w420 img {
		max-width: 420px;
	}

	.w410 img {
		max-width: 410px;
	}

	.w400 img {
		max-width: 400px;
	}

	.w390 img {
		max-width: 390px;
	}

	.w380 img {
		max-width: 380px;
	}

	.w370 img {
		max-width: 370px;
	}

	.w360 img {
		max-width: 360px;
	}

	.w350 img {
		max-width: 350px;
	}

	.w340 img {
		max-width: 340px;
	}

	.w330 img {
		max-width: 330px;
	}

	.w320 img {
		max-width: 320px;
	}

	.w310 img {
		max-width: 310px;
	}

	.w300 img {
		max-width: 300px;
	}

	.w290 img {
		max-width: 290px;
	}

	.w280 img {
		max-width: 280px;
	}

	.w270 img {
		max-width: 270px;
	}

	.w260 img {
		max-width: 260px;
	}

	.w250 img {
		max-width: 250px;
	}

	.w240 img {
		max-width: 240px;
	}

	.w230 img {
		max-width: 230px;
	}

	.w220 img {
		max-width: 220px;
	}

	.w210 img {
		max-width: 210px;
	}

	.w200 img {
		max-width: 200px;
	}

	.w190 img {
		max-width: 190px;
	}

	.w180 img {
		max-width: 180px;
	}

	.w170 img {
		max-width: 170px;
	}

	.w160 img {
		max-width: 160px;
	}

	.w150 img {
		max-width: 150px;
	}

	.w140 img {
		max-width: 140px;
	}

	.w130 img {
		max-width: 130px;
	}

	.w120 img {
		max-width: 120px;
	}

	.w110 img {
		max-width: 110px;
	}

	.w100 img {
		max-width: 100px;
	}

	.w50 img {
		max-width: 50px;
	}
}

.ml0 {
	margin-left: 0 !important;
}

.ml01 {
	margin-left: 1px !important;
}

.ml05 {
	margin-left: 5px !important;
}

.ml08 {
	margin-left: 8px !important;
}

.ml13 {
	margin-left: 13px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml24 {
	margin-left: 24px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml32 {
	margin-left: 32px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml53 {
	margin-left: 53px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mb03 {
	margin-bottom: 3px !important;
}

.mb00 {
	margin-bottom: 0px !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mr20 {
	margin-right: 20px;
}

.mt01 {
	margin-top: 1px !important;
}

.mt05 {
	margin-top: 5px !important;
}

/* ラッパー
	============================================================ */
#wrapper {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	#wrapper {
		min-width: 1000px;
	}
}

/* ラッパー２（ラッパーの内側にある）
	============================================================ */
#wrapper2 {
	position: relative;
	max-width: 1000px;
	padding-bottom: 40px;
}

/* TOPへ戻るボタン
	============================================================ */
@media screen and (min-width: 751px) {
	#gotop {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	#gotop {
		margin: 0;
		padding: 10px 15px;
	}

	#gotop:after {
		content: "";
		display: block;
		clear: both;
	}

	#gotop a {
		display: block;
		float: right;
		width: 37px;
		height: 0;
		padding-top: 37px;
		overflow: hidden;
		background: url(https://www.chimney.co.jp/assets/img/uta_link_arrow.png) no-repeat center center;
		background-size: 100%;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	}
}

/* 汎用
	============================================================ */
.c_text {
	text-align: center;
}

/* 行き場のない汎用っぽいもの
	============================================================ */
@media screen and (max-width: 750px) {
	.date {
		font-size: 12px;
		border-width: 2px;
	}
}

/* 注釈関係
	============================================================ */


#oubo01 {
	border-left: 10px solid #Cd0004;
	border-bottom: 1px dashed #Cd0004;
	/* 下ボーダーを、1px幅の破線、線色#Cd0004に */
}

#oubo02 {
	border-left: 10px solid #666;
}


ul.chuushaku {
	list-style: none;
	padding: 0;
	margin-top: 0;
}

.chuushaku li {
	position: relative;
	padding-left: 24px;
}

.chuushaku li:before {
	content: "※";
	left: 0;
	position: absolute;
}

ol.chuuijikou {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 30px;
}

ol.chuuijikou ol {
	padding-left: 1em;
}

.chuuijikou li {
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.chuuijikou li:before {
	counter-increment: item;
	content: counter(item)'.';
	/* 以下は自由に装飾... */
	padding-right: .5em;
	font-weight: bold;
	color: #000;
}

ol.oubokitei {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}

ol.oubokitei ol {
	padding-left: 1em;
}

.oubokitei li {
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.oubokitei li:before {
	counter-increment: item;
	content: counter(item)'.';
	/* 以下は自由に装飾... */
	padding-right: .5em;
	font-weight: bold;
	color: #b40000;
}

ul.gochuui {
	counter-reset: item;
	list-style-type: none;
	/*padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;*/
	background-color: #f9f9f9;
	padding: 20px;
}

.gochuui01 {
	text-indent: -1.3em;
	padding-left: 1.3em;
	color: #555;
	line-height: 1.5;
}

.gochuui02 {
	color: #555;
	line-height: 1.5;
	position: relative;
	padding-left: 15px;
	list-style: none;
}

.gochuui03 {
	color: #555;
	line-height: 1.5;
	position: relative;
	padding-left: 15px;
	list-style: none;
}

.gochuui02:before {
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #555;
	border-radius: 50%;
}

.gochuui03:before {
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #555;
	border-radius: 50%;
}

.gochuuitext {
	max-width: 800px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #555;
}



