@charset "UTF-8";
/*
hw-style.scss
*/

.hw-section .texts p em,
.hw-section p.text em {
	font-weight: normal;
	color: #ff7575;
}

.hw-section .texts p em.bold {
	font-weight: bold;
}

em.marker {
	background: -webkit-linear-gradient(transparent 60%, #FDE4C2 60%);
	background: -o-linear-gradient(transparent 60%, #FDE4C2 60%);
	background: linear-gradient(transparent 60%, #FDE4C2 60%);
}

.youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 50px;
}

.youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.section-heading {
	background: #5d659c;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 15px 10px;
  text-align: center;
}

.cleck-list li {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	position: relative;
	font-size: 1.4rem;
	background: url(../images/icon-check.svg) top left no-repeat;
	background-size: 14px;
}

#section-plan .price-block .pic {
	padding: 10px 0 0 0;
	border-top: 1px solid #ddd;
}

#section-plan .options {
	padding: 10px 0;
	border-top: 2px dashed #f19013;
	border-bottom: 2px dashed #f19013;
}

#section-plan .options .heading02 {
	color: #f19013;
}

#section-plan .options ul {
	padding: 0 20px;
}

#section-plan .options ul li {
	margin: 0 0 10px 0;
	font-size: 1.8rem;
}

#section-plan .options ul li .tx-icon {
	background: #f19013;
	border-radius: 6px;
	font-size: 1.6rem;
}

#section-faq .block {
	margin: 0 0 10px 0;
}

.flow-block .flow-hd {
	margin: 0 0 20px 0;
	padding: 20px 10px;
	text-align: center;
	border: 3px solid #FFF3E3;
	background: #FEFCF8;
	font-weight: bold;
	font-size: 1.8rem;
	border-radius: 10px;
}

.flow-block .image-part {
	padding: 0 20px;
}

.faq-block {
	padding: 0 0 12px 0;
	background: url(../images/hw-faq-arrow.svg) bottom right 3em no-repeat;
}

.faq-block .cover {
	border: none;
	background-color: #F8F5F1;
}

.faq-block .faq-hd {
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #f19013;
	color: #f19013;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

.faq-block .texts p,
.notice-block.texts p {
	font-size: 1.2rem !important;
	line-height: 1.5;
}

.faq-block .texts p.focused {
	color: #34a8fa;
	font-weight: bold;
}

.notice-block {
	margin-bottom: 60px;
}

.section-plam {
	background-color: #faf7f2;
}
