/* Y'S GEAR : common.css */


.contentsWidth {
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
}

.contentsWidth *, 
.contentsWidth *::before,
.contentsWidth *::after { box-sizing: border-box; }

.contentsWidth a {
	color: #474747;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.contentsWidth figure { margin-bottom: 20px; }

.contentsWidth > section { margin-bottom: 80px; }
.contentsWidth > section p {
	margin-bottom: 20px;
	line-height: 1.6;
}
.contentsWidth > section section, 
.contentsWidth > section .section { margin-bottom: 40px; }

.contentsWidth .commonTitleH2 {
	margin-bottom: 30px;
	font-size: 2rem;
}

@media screen and (min-width: 569px) {
	.sp { display: none !important; }
} /* */

@media screen and (max-width: 568px) {
	.contentsWidth { font-size: 1.4rem; }

	.contentsWidth figure { margin-bottom: 15px; }

	.contentsWidth > section { margin-bottom: 40px; }
	.contentsWidth > section p { margin-bottom: 15px; }
	.contentsWidth > section section, 
	.contentsWidth > section .section { margin-bottom: 30px; }

	.contentsWidth .commonTitleH2 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	
	.pc { display: none !important; }
} /* */


/*======================================================================*
 *  [ common ] 
 *======================================================================*/

 /* [ Flex ] */
.contentsWidth .flex {
	display: flex;
	flex-wrap: wrap;
}
.contentsWidth .flex > * { margin: 0; }
.contentsWidth .flex.col2 > * {
	width: calc(50% - 10px);
	margin-left: 20px;
}
.contentsWidth .flex.col2 > *:nth-child(2n + 1) { margin-left: 0; }
.contentsWidth .flex.col2 > *:nth-child(2n) ~ * { margin-top: 20px; }
.contentsWidth .flex.col3 > * {
	width: calc(33.33% - 13.33px);
	margin-left: 20px;
}
.contentsWidth .flex.col3 > *:nth-child(3n+1) { margin-left: 0; }
.contentsWidth .flex.col3 > *:nth-child(3n) ~ * { margin-top: 20px; }
.contentsWidth .flex.col1_2 > *:nth-child(1) { width: calc(33.33% - 13.33px); }
.contentsWidth .flex.col1_2 > *:nth-child(2) {
	width: calc(66.66% - 6.67px);
	margin-left: 20px;
}
.contentsWidth .flex > * > *:last-child { margin-bottom: 0; }
.contentsWidth .flex figure:not(.txt_cr) img { width: 100%; }

@media screen and (min-width: 569px) {
} /* */

@media screen and (max-width: 568px) {
	.contentsWidth .flex { display: block; }
	.contentsWidth .flex > * {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 15px;
	}
	.contentsWidth .flex.col2 > *:nth-child(2n) ~ * { margin-top: 0; }
	.contentsWidth .flex.col3 > *:nth-child(3n) ~ * { margin-top: 0; }
} /* */

/* [ タイトル ] */
.contentsWidth .ttl_yr > *, .contentsWidth .ttl_bl > * {
	display: inline-block;
	line-height: 1.1;
}
.contentsWidth .ttl_yr {
	margin-bottom: 30px;
	font-size: 2rem;
}
.contentsWidth .ttl_yr > * { background: linear-gradient(transparent 70%, #fff799 70%); }
.contentsWidth .ttl_bl {
	margin-bottom: 15px;
	font-size: 1.6rem;
}
.contentsWidth .ttl_bl > * { background: linear-gradient(transparent 50%, #d3e8f5 50%); }

@media screen and (max-width: 568px) {
	.contentsWidth .ttl_yr {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.contentsWidth .ttl_bl { margin-bottom: 10px; }
} /* */

/* [ テキスト ] */
.contentsWidth .txt_cr { text-align: center; }
.contentsWidth .txt_lg { font-size: calc(1em + 0.2rem); }
.contentsWidth .txt_sm { font-size: calc(1em - 0.2rem); }
.contentsWidth .txt_rd { color: #cc1533; }

.contentsWidth .txt_indent {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

@media screen and (max-width: 568px) {
	.contentsWidth .txt_sm { font-size: calc(1em - 0.1rem); }
} /* */

/* [ 下線 ] */
.contentsWidth .mark_yr, .contentsWidth .mark_bl, .contentsWidth .mark_or {
	display: inline-block;
	line-height: 1.4;
}
.contentsWidth .mark_yr { background: linear-gradient(transparent 55%, #fff799 55%); }
.contentsWidth .mark_bl { background: linear-gradient(transparent 55%, #d3e8f5 55%); }
.contentsWidth .mark_or { background: linear-gradient(transparent 55%, #fdebd1 55%); }

/* [ 注釈 ] */
.contentsWidth .note {
	padding-left: 1em;
	text-indent: -1em;
	font-size: calc(1em - 0.2rem);
}
.contentsWidth span.note, .contentsWidth b.note {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
.contentsWidth .notes {
	margin-bottom: 20px;
	font-size: calc(1em - 0.2rem);
}
.contentsWidth .notes li {
	padding-left: 1em;
	text-indent: -1em;
}
.contentsWidth .notes li + li { margin-top: 5px; }

@media screen and (max-width: 568px) {
	.contentsWidth .note { font-size: calc(1em - 0.1rem); }
	.contentsWidth .notes {
		margin-bottom: 15px;
		font-size: calc(1em - 0.1rem);
	}
} /* */

/* [ リスト ] */
.list_maru li {
	margin-top: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}

/* [ 動画 ] */
.contentsWidth .movie {
	position: relative;
	margin: 20px 0;
	padding-top: 56.25%;
}
@media screen and (max-width: 568px) {
	.contentsWidth .movie { margin: 0 0 15px; }
} /* */
.contentsWidth .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* [ ボタン ] */
.contentsWidth .btn {
	display: inline-block;
	position: relative;
	min-width: 260px;
	margin: 0 auto;
	padding: 10px 30px;
	border: 2px solid #4695ce;
	background: #fff;
	color: #4695ce;
	font-weight: bold;
	text-align: center;
	clear: both;
}
.contentsWidth .btn:hover,
.contentsWidth .btn:active { background: #e9f2f9; }
.contentsWidth .btn::after {
	position: absolute;
	top: calc(50% - 7px);
	right: 10px;
	width: 12px;
	height: 12px;
	border-top: 3px solid #4695ce;
	border-right: 3px solid #4695ce;
	transform: rotate(45deg);
	content: "";
}

@media screen and (max-width: 568px) {
	.contentsWidth .btn::after {
		border-top-width: 2px;
		border-right-width: 2px;
	}
} /* */


/* [ マージン ] */
.contentsWidth .mt20 { margin-top: 20px; }

.contentsWidth .mb10 { margin-bottom: 10px; }
.contentsWidth .mb20 { margin-bottom: 20px; }
.contentsWidth .mb30 { margin-bottom: 30px; }


/*======================================================================*
 *  [ localNav ] 
 *======================================================================*/

.localNav {
	display: flex;
	margin-bottom: 50px;
	border: 2px solid #4695ce;
	font-size: 1.8rem;
	line-height: 1.1;
	text-align: center;
}
.localNav a {
	display: flex;
	align-items: center;
	width: 25%;
	padding: 10px;
	border: 1px solid #4695ce;
	background: #e9f2f9;
	color: #4695ce;
}
.localNav a:hover, 
.localNav a:active {
	background: #fff;
}
.localNav a:not([href]) {
	background: #fff;
	color: #000 !important;
}
.localNav a b { width: 100%; }

@media screen and (max-width: 568px) {
	.localNav {
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	.localNav a { padding: 5px; }
} /* */


/*======================================================================*
 *  [ catchTxt ] 
 *======================================================================*/

.catchTxt {
	margin-bottom: 50px;
	text-align: center;
	font-weight: 900;
}
.catchTxt p {
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 1.6;
}
.catchTxt b {
	display: inline-block;
	font-size: 4rem;
	font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
	line-height: 1.2;
}
.catchTxt b span { font-size: 3rem; }

@media screen and (max-width: 568px) {
	.catchTxt { margin-bottom: 30px; }
	.catchTxt p {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.catchTxt b { font-size: 3rem; }
	.catchTxt b span { font-size: 2rem; }
} /* */


/*======================================================================*
 *  [ contentsNav ] 
 *======================================================================*/

.contentsNav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 65px;
	padding: 30px 20px;
	border: 3px solid #e9f2f9;
}
.contentsNav h2 {
	width: 32%;
	color: #363a90;
	font-size: 2rem;
	line-height: 1.1;
	text-align: center;
}
.contentsNav ul {
	width: calc(68% - 20px);
	line-height: 1.2;
}
.contentsNav li + li { margin-top: 15px; }
.contentsNav li a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
}
.contentsNav li a:hover,
.contentsNav li a:active { text-decoration: underline; }
.contentsNav li a::before {
	position: absolute;
	top: calc(0.55em - 3px);
	left: 0;
	width: 7px;
	height: 8px;
	border: 4px solid transparent;
	border-right: none;
	border-left: 7px solid #363a90;
	content: "";
}

@media screen and (max-width: 568px) {
	.contentsNav {
		margin-bottom: 30px;
		padding: 15px 10px;
	}
	.contentsNav h2 {
		width: 20%;
		font-size: 1.8rem;
	}
	.contentsNav ul {
		width: calc(80% - 10px);
		font-size: 1.4rem;
	}
	.contentsNav li + li { margin-top: 10px; }
	.contentsNav li a::before { top: calc(0.5em - 3px); }
} /* */


/*======================================================================*
 *  [ notesBox ] 
 *======================================================================*/

.notesBox {
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid #e6e6e6;
	background: #f3f3f0;
	color: #464646;
	font-size: calc(1em - 0.2rem);
	line-height: 1.4;
}
.notesBox dt {
	margin-bottom: 15px;
	font-size: calc(1em + 0.2rem);
	font-weight: bold;
}
.notesBox dd { margin-top: 0.5em; }
.notesBox dd.indent {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.notesBox dd.list {
	position: relative;
	padding-left: 1.5em;
}
.notesBox dd.list::before {
	position: absolute;
	top: calc(0.7em - 2px);
	left: calc(0.75em - 2px);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #464646;
	content: "";
}
.notesBox dd.check {
	position: relative;
	padding-left: 1.5em;
}
.notesBox dd.check::before {
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 1em;
	height: 1em;
	border: 2px solid #c9c9c9;
	content: "";
}
.notesBox dd.check::after {
	position: absolute;
	top: 0;
	left: 0.2em;
	width: 0.7em;
	height: 1em;
	border-right: 4px solid #4794cf;
	border-bottom: 4px solid #4794cf;
	transform: rotate(45deg);
	content: "";
}
.notesBox dd.last { margin-top: 20px; }

@media screen and (max-width: 568px) {
	.notesBox {
		margin-bottom: 30px;
		padding: 15px;
		font-size: calc(1em - 0.1rem);
	}
} /* */


/*======================================================================*
 *  [ boxList ] 
 *======================================================================*/

.boxList > * {
	padding: 20px;
	border: 3px solid #e9f2f9;
}

@media screen and (max-width: 568px) {
	.boxList > * { padding: 15px; }
	.boxList > * > *:last-child { margin-bottom: 0; }
} /* */


/*======================================================================*
 *  [ 基礎知識 ] 
 *======================================================================*/

.obligationBox {
	padding: 20px;
	background: #fef5e7;
}

@media screen and (max-width: 568px) {
	.obligationBox { padding: 15px; }
} /* */

.approvalTable .commonTable {
	margin-top: 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.approvalTable .commonTable sup { font-size: calc(1em - 0.2rem); }
.approvalTable .commonTable th,
.approvalTable .commonTable td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	height: calc(2.4em + 10px);
}
.approvalTable .commonTable th *,
.approvalTable .commonTable td * {display: inline-block; }
.approvalTable .commonTable thead th { font-size: 1.6rem; }
.approvalTable .commonTable thead th img { vertical-align: middle; }
.approvalTable .commonTable tbody th[rowspan="5"] { width:7%; }
.approvalTable .commonTable tbody td.obligation { background: #41AAE4; color: #fff; }
.approvalTable .commonTable tbody td.recommend { background: #AACBEC; }
.approvalTable .commonTable tbody td.caution { background: #E88AB6; }

@media screen and (max-width: 568px) {
	.approvalTable { overflow-x: scroll; }
	.approvalTable .commonTable { width: 820px !important; }
	.approvalTable .commonTable tbody th[rowspan="5"] { width:5%; }
} /* */


/*======================================================================*
 *  [ 種類と選び方 ] 
 *======================================================================*/

.useBox {
	position: relative;
	border-top: 60px solid #fff;
	padding: 0 20px 20px;
	background: #fef5e7;
}
.useBox figure { margin-top: -60px; }
.useBox h3 {
	margin-bottom: 10px;
	text-align: center;
}
.useBox h3 > * {
	display: inline-block;
	background: linear-gradient(transparent 50%, #facd89 50%);
}

@media screen and (max-width: 568px) {
	.useBox { padding: 0 15px 15px; }
} /* */

.typeBox {
	margin: 60px 0 !important;
	padding: 20px;
	border: 3px solid #dcdddd;
}
.typeBox::after {
	display: block;
	clear: both;
	content: "";
}
.typeBox h3 {
	position: relative;
	float: left;
	width: calc(50% - 10px);
	min-height: 55px;
	margin-bottom: 20px;
	padding-left: 115px;
	line-height: 1.1;
}
.typeBox h3 * { display: block; }
.typeBox h3 img {
	position: absolute;
	top: -40px;
	left: 0;
	width: 95px;
}
.typeBox h3 span {
	margin-bottom: 5px;
	font-weight: normal;
}
.typeBox h3 b { font-size: 2rem; }
.typeBox > figure {
	float: right;
	width: calc(50% - 10px);
	margin-bottom: 0;
}
.typeBox > div {
	float: left;
	width: calc(50% - 10px);
}
.typeBox ul {
	margin-bottom: 0;
	font-weight: bold;
}
.typeBox li {
	position: relative;
	padding-left: 1.5em;
}
.typeBox li + li { margin-top: 10px; }
.typeBox li::before {
	position: absolute;
	top: calc(0.7em - 2px);
	left: calc(0.75em - 2px);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #f39800;
	content: "";
}
.typeBox a {
	display: block;
	position: relative;
	width: 260px;
	margin: 0 auto;
	padding: 10px;
	background: #f39800;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	clear: both;
}
.typeBox a:hover,
.typeBox a:active {
	color: #fff !important;
	opacity: 0.7;
}
.typeBox a::after {
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
	width: 16px;
	height: 16px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	content: "";
}

@media screen and (max-width: 568px) {
	.typeBox {
		margin: 30px 0 !important;
		padding: 15px;
	}
	.typeBox h3 {
		float: none;
		width: 100%;
		min-height: 42px;
		margin-bottom: 15px;
		padding-left: 52px;
	}
	.typeBox h3 b { font-size: 1.8rem; }
	.typeBox h3 img {
		top: 0px;
		left: 0;
		width: 42px;
	}
	.typeBox > figure {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.typeBox > div {
		float: none;
		width: 100%;
	}
	.typeBox a {
		width: 200px;
		margin-top: 15px;
		font-size: 1.6rem;
	}
	.typeBox a::after {
		top: calc(50% - 6px);
		width: 12px;
		height: 12px;
	}
} /* */

.typeNote { padding-left: 20px; }
.typeNote p {
	margin: 40px 0 10px -20px !important;
	padding-left: 3em;
	text-indent: -3em;
}
.typeNote th { text-align: left; }
.typeNote ul { margin-left: 20px; }
.typeNote li { list-style: disc !important; }
.typeNote li + li { margin-top: 5px; }

@media screen and (max-width: 568px) {
	.typeNote { padding-left: 15px; }
	.typeNote p { margin: 20px 0 10px -15px !important; }
} /* */

/* [ 選び方 ] */
.choiceOl {
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.choiceOl ol {
	padding-left: 25px !important;
	font-size: 1.8rem;
	font-weight: bold;
}
.choiceOl li { list-style: decimal; }
.choiceOl li + li { margin-top: 10px; }
.choiceOl figure { margin-left: 20px !important; }

@media screen and (max-width: 568px) {
	.choiceOl {
		margin-bottom: 30px;
		padding: 0 15px;
	}
	.choiceOl ol { font-size: 1.6rem; }
	.choiceOl li + li { margin-top: 5px; }
} /* */

.choiceItem {
	padding: 0 20px;
	text-align: center;
}
.choiceItem h3 {
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1.1;
}
.choiceItem h3 b {
	display: inline-block;
	background: linear-gradient(transparent 70%, #d3e8f5 70%);
}
.choiceItem .choice {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: calc(2.4em + 26px);
	padding: 10px;
	border: 3px solid #dcdddd;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.choiceItem .choice:hover {
	background: #e9f2f9;
}
.choiceItem .choice.select {
	border-color: #4794CF;
	color: #4794CF;
}
.choiceItem .choice p { line-height: 1.2; }
.choiceItem .choice b { display: inline-block; }
.choiceItem .choice span {
	display: inline-block;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.choiceItem { padding: 0; }
} /* */

@media screen and (max-width: 568px) {
	.choiceItem { padding: 0 15px; }
	.choiceItem h3 {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	.choiceItem .choice {
		margin-bottom: 10px !important; 
		padding: 10px;
		font-size: 1.6rem;
	}
} /* */

.choiceResult {
	margin-top: 60px;
	padding: 0 20px;
}
.choiceResult h3 {
	margin-bottom: 30px;
	font-size: 2.4rem;
	line-height: 1.1;
	text-align: center;
}
.choiceResult h3 b { display: inline-block; }
.choiceResult > div {
	position: relative;
	background: #e9f2f9;
	padding: 40px 20px;
}
.choiceResult > div::before {
	position: absolute;
	top: 0;
	left: calc(50% - 24px);
	width: 48px;
	height: 30px;
	border: 24px solid transparent;
	border-top: 30px solid #fff;
	border-bottom: none;
	content: "";
}
.choiceResult .none {
	max-width: 680px;
	margin: 60px auto;
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
}
.choiceResult .none b { display: inline-block; }
.choiceResult ul {
	max-width: 680px;
	margin: 0 auto;
}
.choiceResult li { margin: 20px 0; }
.choiceResult a {
	display: block;
	position: relative;
	padding: 12px 25px 12px 15px;
	background: #f39800;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
.choiceResult a::after {
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
	width: 16px;
	height: 16px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	content: "";
}
.choiceResult a:hover,
.choiceResult a:active {
	color: #fff !important;
	opacity: 0.7;
}
.choiceResult a b { display: inline-block; }

@media screen and (max-width: 768px) {
	.choiceResult { padding: 0; }
} /* */

@media screen and (max-width: 568px) {
	.choiceResult h3 {
		margin-bottom: 20px;
		font-size: 2rem;
		line-height: 1.6;
	}
	.choiceResult > div { padding: 30px 15px 20px; }
	.choiceResult > div::before {
		left: calc(50% - 18px);
		width: 36px;
		height: 20px;
		border-width: 18px;
		border-top-width: 20px solid #fff;
	}
	.choiceResult .none {
		margin: 20px auto;
		font-size: 1.6rem;
	}
	.choiceResult li { margin: 10px 0; }
	.choiceResult a {
		padding: 10px 25px 10px 10px;
		font-size: 1.6rem;
	}
	.choiceResult a::after {
		top: calc(50% - 6px);
		width: 12px;
		height: 12px;
	}
} /* */


/*======================================================================*
 *  [ 使用方法 ] 
 *======================================================================*/

.wearList {
	display: flex;
	flex-wrap: wrap;
}
.wearList li {
	width: calc(25% - 3.75px);
	margin-left: 5px;
}
.wearList li:nth-child(4n+1) { margin-left: 0; }
.wearList li:nth-child(4) ~ * { margin-top: 20px; }
.wearList figure { margin-bottom: 7px; }
.wearList p {
	margin-bottom: 0 !important;
	line-height: 1.2 !important;
}
.wearList li.col2 { width: calc(50% - 2.5px); }
.wearList li.col2 figure { display: flex; }
.wearList li.col2 figure img { width: calc(50% - 2.5px) !important; }
.wearList li.col2 figure img + img { margin-left: 5px; }
.wearList li:nth-child(4).col2 { margin: 20px 0 0; }
.wearList li:nth-child(4).col2 + li { margin: 20px 0 0 5px; }

@media screen and (max-width: 568px) {
	.wearList li {
		width: calc(50% - 2.5px);
		margin-left: 5px !important;
	}
	.wearList li:nth-child(2n+1) { margin-left: 0 !important; }
	.wearList li:nth-child(4) ~ * { margin-top: 0 !important; }
	.wearList li:nth-child(2) ~ * { margin-top: 15px !important; }
	.wearList li.col2 {
		width: 100%;
		margin-top: 15px;
		margin-left: 0 !important;
	}
} /* */

/* [ チェックポイント ] */
.checkList > li { margin-bottom: 20px; }
.checkList li p { margin-bottom: 10px; }

@media screen and (max-width: 568px) {
	.checkList > li { margin-bottom: 15px; }
} /* */


/*======================================================================*
 *  [ メンテナンス・保管方法 ] 
 *======================================================================*/

 /* [ 点検 ] */
.inspectionList { margin-bottom: 40px; }
.inspectionList section {
	margin-bottom: 0 !important;
	padding: 0 20px 0 60px;
}
.inspectionList section + section {
	padding-top: 20px;
	border-top: 3px solid #e9f2f9;
}
.inspectionList h3 {
	position: relative;
	padding-top: 0.1em;
	margin-bottom: 5px;
}
.inspectionList h3::before {
	position: absolute;
	top: 0;
	left: -40px;
	width: 1.2em;
	padding: 0.1em;
	background: #2f5188;
	color: #fff799;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
}
.inspectionList :nth-child(1) h3::before { content: "1"; }
.inspectionList :nth-child(2) h3::before { content: "2"; }
.inspectionList :nth-child(3) h3::before { content: "3"; }

@media screen and (max-width: 568px) {
	.inspectionList { margin-bottom: 30px; }
	.inspectionList section { padding: 0 15px 0 50px; }
	.inspectionList section + section { padding-top: 15px; }
	.inspectionList h3::before {
		left: -35px;
		font-size: 1.8rem;
	}
} /* */

.contactBox {
	padding: 20px 20px 1px;
	border: 1px solid #000;
}
.contactBox h3 {
	margin-bottom: 20px;
	font-size: 2rem;
	text-align: center;
	line-height: 1.1;
}

@media screen and (max-width: 568px) {
	.contactBox { padding: 15px 15px 1px; }
	.contactBox h3 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
} /* */
