#page-contents .howtothaw_hero {
	max-width: 1200px;
	margin: 0 auto 2em;
	
}
#page-contents .howtothaw_hero .hero_lead {
	margin: 1em 0;
	text-align: center;
	font-size: 28px;
	font-family: serif;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	#page-contents .howtothaw_hero .hero_lead {
		font-size: 6vw;
	}
}

#page-contents .ttl-section {
	background-color: #F0E4D0;
	color: #4D1200;
}
#page-contents .desc {
	color: #4D1200;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#page-contents .desc {
		font-size: 15px;
	}
}

#page-contents .ttl-section__sub {
	border-bottom: none;
	padding: 0.2em 0 0.2em 0.5em;
	border-color: #4D1200;
	color: #4D1200;
	font-family: serif;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	#page-contents .banner__list.col3 {
		display: block;
	}
	#page-contents .banner__list.col3 .item {
		width: 100%;
	}
}


#page-contents .list_howtothaw {
  list-style: none;
  counter-reset: number;
  margin: 2em 0;
	font-family: serif;
}
#page-contents .list_howtothaw li {
	position: relative;
	padding-left: 2.5em;
}
#page-contents .list_howtothaw li:before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: -0.67rem;
	left: 0;
	font-size: 3em;
}
#page-contents .list_howtothaw li img {
	margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
	#page-contents .list_howtothaw li figure {
		margin-left: -2rem;
	}
}

#page-contents h3.obi {
	margin: 2rem 0 1rem;
}
#page-contents h3.obi span {
	display: inline-block;
	padding: 1rem 2rem 1rem 1rem;
	background: url(https://gigaplus.makeshop.jp/gmosp822/renewal2021/files/img/howtothaw/obi.png) no-repeat center right;
	background-size: auto 100%;
	font-size: 1.1em;
	font-family: serif;
	color: #ffffff;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	#page-contents h3.obi span {
		padding: 1rem 3rem;
		font-size: 1em;
	}
}
