@charset "utf-8";

/* main_head
---------------------------- */
#main {
	letter-spacing: 0.05em;
}
.main_head {
	text-align: center;
}
.main_head .title {
	padding: 100px 0 0;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
	.main_head .title {
		padding: 10% 0 0;
		font-size: 2.4rem;
	}
}

/* section
---------------------------- */
.section {
	padding: 100px 0 0;
}
.section .inner {
  width: 90%;
  margin: 0 auto;
}
.section h2 {
	font-size: 2.4rem;
	text-align: center;
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 15px;
}
.section .lead_text {
	padding-top: 30px;
}
.section h3 {
	font-size: 2rem;
	font-weight: bold;
	padding-top: 60px;
}
.section p {
	font-size: 1.6rem;
}
.section p span {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
}
.section a {
	text-decoration: underline;
}
.section a:hover {
	text-decoration: none;
}
.section .p_inner {
  padding-left: 1.8em;
	padding-top: 25px;
}
.section .top10 {
	padding-top: 10px;
}
.section .top1em {
	padding-top: 1.5em;
}
.section .indent {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.section .text_right {
	font-size: 1.4rem;
	padding-top: 40px;
	text-align: right;
}
.section .name {
	font-size: 1.4rem;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #c9c9c9;
	text-align: right;
}
@media screen and (max-width:1100px) {
	.section .inner {
	  width: 100%;
	}
}
@media screen and (max-width:767px) {
	.section {
		padding: 15% 0 0;
	}
	#section01 {
		padding: 10% 0 0;
	}
	.section h2 {
		font-size: 2rem;
		line-height: 1.5;
		padding: 0 0 10px;
	}
	.section h3 {
		font-size: 1.8rem;
		line-height: 1.5;
		padding-top: 40px;
		
	}
	.section p {
	  font-size: 1.4rem;
	}
	.section .text_right {
		font-size: 1.2rem;
		padding-top: 30px;
		text-align: right;
	}
	.section .name {
		font-size: 1.2rem;
		padding-top: 30px;
		margin-top: 30px;
	}
}