@charset "UTF-8";

/*main_head*/
main header figure {
	position: relative;
}
main header figure img.main_img {
	width: 100%;
}


.main_copy {
	background-color: #F8F5F1;
	padding: 30px 10px 30px 0;
	margin-bottom: 30px;
}
.main_copy p {
	text-align: left;
	font-size: 2.7rem;
	font-weight: bold;
	color: #D35D27;
}


.sub_copy {
	position: relative;
}
@media screen and (min-width: 545px) {
	.sub_copy {
		width: 50%;
		margin: 0 auto;
	}
}
.sub_copy p {
	font-size: 1.6rem;
	line-height: 2.0;
	font-weight: bold;
	color: #333;
	padding: 20px 15px;
	margin-bottom: 30px;
}
.sub_copy p img {
	margin: 3px 0;
}
@media screen and (max-width: 320px) {
}
.sub_copy .bg_l {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/brackets_l.svg) no-repeat top left;
	background-size: contain;
}
.sub_copy .bg_r {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/brackets_r.svg) no-repeat top left;
	background-size: contain;
}

.arrow {
	display: block;
	width: 24px;
	height: 15px;
	background: url(images/arrow.svg) no-repeat top left;
	background-size: contain;
	margin: 3px auto;
}
h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}


section.case h3 {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #D35D27;
	padding: 3px 0;
	margin-bottom: 20px;
}
section.case img {
	width: 100%;
	margin-bottom: 20px;
}
section.case .onepoint {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px 7px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF2CD;
  border-radius: 18px;
	border: solid 2px #999;
  box-sizing: border-box;
}
section.case .onepoint:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF2CD;
  z-index: 2;
}
section.case .onepoint:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -18px;
  border: 15px solid transparent;
  border-bottom: 15px solid #999;
  z-index: 1;
}
section.case .onepoint p {
  margin: 0;
  padding: 0;
}
section.case .onepoint h4 img {
	margin-bottom: 10px;
}
section.case .onepoint p {
	padding: 0 5px;
}

section.case p {
	text-align: left;
}
section.case p.refer {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
section.case p.refer a {
	color: #333;
	text-decoration: underline;
}


.spice {
	padding: 40px 0;
	background-color: #F6E8E6;
}
.spice img {
	width: 100%;
	margin-bottom: 20px;
}
.spice p {
	text-align: left;
}
.spice p.refer {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.spice p.refer a {
	color: #333;
	text-decoration: underline;
}
.spice p.comment {
	color: #A16090;
	margin-bottom: 30px;
}
