@charset "utf-8";

#mainArea ul,
#mainArea li {
	list-style-type: none;
}

/* main_head
---------------------------- */
.main_head h1 {
	margin: 0;
	padding: 50px 0;
	font-size: 4rem;
	font-weight: 600;
	color: #532900;
	text-align: center;
}
@media screen and (max-width:767px){
	.main_head h1 {
		margin: 0;
		padding: 8vw 0;
		font-size: 2.6rem;
	}
}

/* section_worries
---------------------------- */
.section_worries {
	padding: 0 0 100px;
}
.section_worries h2 {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
}
.section_worries h2 span.border {
	border-bottom: 3px solid #e8903b;
}
.section_worries h2 span span {
	font-size: 4rem;
	color: #e8790e;
	padding: 0 0.1em;
}
.section_worries .worries_img_01 img {
	width: 100%;
	margin-top: 50px;
}
.section_worries .worries_text_01 {
	padding: 50px 0 0 0;
	margin: 0;
	text-align: center;
	font-weight: 600;
	font-size: 2.4rem;
}
.section_worries .worries_text_01 span {
	color: #e8903b;
}
.section_worries .worries_list {
	padding: 50px 0 0 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.section_worries .worries_list li {
	padding: 0;
	margin: 0 10px;
	text-align: center;
	background-color: #e8903b;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: 500;
	width: 185px;
	height: 185px;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 72px;
}
.section_worries .worries_list li:nth-of-type(1),
.section_worries .worries_list li:nth-of-type(4) {
	padding-top: 54px;
}
.section_worries .worries_text_02 {
	padding: 50px 0 0 0;
	margin: 0;
	text-align: center;
	font-size: 2rem;
}
.section_worries .worries_img_02 img {
	width: 100%;
	margin-top: 50px;
}
@media screen and (max-width:767px) {
	.section_worries {
		padding: 0 0 10vw;
	}
	.section_worries h2 {
		font-size: 2rem;
		line-height: 1.6;
	}
	.section_worries h2 span.border {
		border-bottom: 2px solid #e8903b;
	}
	.section_worries h2 span span {
		font-size: 2.6rem;
	}
	.section_worries .worries_img_01 img {
		width: 100%;
		margin-top: 7vw;
	}
	.section_worries .worries_text_01 {
		padding: 7vw 0 0 0;
		font-size: 1.8rem;
	}
	.section_worries .worries_list {
		padding: 5vw 0 0 0;
	}
	.section_worries .worries_list li {
		margin: 2vw;
		font-size: 1.6rem;
		width: 36vw;
		height: 36vw;
		padding-top: 15vw;
	}
	.section_worries .worries_list li:nth-of-type(1),
	.section_worries .worries_list li:nth-of-type(4) {
		padding-top: 12vw;
	}
	.section_worries .worries_text_02 {
		padding: 5vw 0 0 0;
		font-size: 1.5rem;
		text-align: left;
	}
	.section_worries .worries_img_02 img {
		margin-top: 7vw;
	}
}

/* section_support
---------------------------- */
.section_support {
	padding: 70px 0 100px;
	background-color: #fbeee1;
}
.section_support h2 {
	padding: 0 0 100px;
	margin: 0;
	text-align: center;
}
.section_support h2 span {
	font-size: 4rem;
  color: #532900;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
}
.section_support h2 span::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #e8903a;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.section_support .text_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section_support .text_box ul {
	padding: 0;
	margin: 0;
	width: 50%;
}
.section_support .text_box ul li {
	padding: 5px 0;
	margin: 0;
	font-size: 2rem;
	font-weight: 500;
}
.section_support .text_box ul li span {
	font-size: 1.3rem;
	color: #e8903a;
	vertical-align: 3px;
}
@media screen and (max-width:767px) {
	.section_support {
		padding: 10vw 0 10vw;
	}
	.section_support h2 {
		padding: 0 0 11vw;
	}
	.section_support h2 span {
		font-size: 2.2rem;
	}
	.section_support h2 span::after {
	  width: 60px;
	  height: 2px;
	  bottom: -6vw;
	}
	.section_support .text_box .text {
	}
	.section_support .text_box ul {
		width: 100%;
	}
	.section_support .text_box ul li {
		padding: 5px 0;
		margin: 0;
		font-size: 1.5rem;
		line-height: 1.4;
		font-weight: 500;
	}
	.section_support .text_box ul li span {
		font-size: 1rem;
		vertical-align: 3px;
	}
}

/* section_content
---------------------------- */
.section_content {
	padding: 70px 0 100px;
}
.section_content h2 {
	padding: 0 0 100px;
	margin: 0;
	text-align: center;
}
.section_content h2 span {
	font-size: 4rem;
  color: #532900;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
}
.section_content h2 span::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #e8903a;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.section_content .text_box .text {
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	line-height: 2;
}
@media screen and (max-width:767px) {
	.section_content {
		padding: 10vw 0 10vw;
	}
	.section_content h2 {
		padding: 0 0 12vw;
	}
	.section_content h2 span {
		font-size: 2.2rem;
	}
	.section_content h2 span::after {
	  width: 60px;
	  height: 2px;
	  bottom: -6vw;
	}
	.section_content .text_box .text {
		font-size: 1.5rem;
		line-height: 1.8;
	}
}