@charset "utf-8";


img {
	width: 100%;
}
.breadcrumbs {
	margin-top: 150px;
}
@media screen and (max-width:767px){
	.breadcrumbs {
		margin-top: 15%;
	}
}

/* section_main
---------------------------- */
#section_main {
	padding: 60px 0 0;
}
#section_main h2 {
	margin: 0;
	padding: 0 0 50px;
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
}
#section_main p {
	text-align: center;
}
#section_main p .big {
	font-size: 2.4rem;
}
#section_main p .small {
	font-size: 1.2rem;
}
@media screen and (max-width:767px){
	#section_main {
		padding: 12% 0 0;
	}
	#section_main h2 {
		padding: 0 0 10%;
		font-size: 2rem;
	}
	#section_main p .big {
		font-size: 1.6rem;
	}
	#section_main p .small {
		font-size: 1.2rem;
	}
}

/* section common
---------------------------- */
.section {
	padding: 100px 0 0;
}
.section h3 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 2rem;
	font-weight: 600;
	border-bottom: 1px solid #003d4c;
}
.section .text {
	padding-top: 3em;
  line-height: 2;
  overflow: hidden;
}
.section .text .img{
	float: right;
	width: 18%;
	margin-left: 5%;
}
.section .text .img img {
	border: 1px solid #e4e4e4;
}
.section .text .btn {
	margin-top: 0.5em;
}
.section .text .btn a {
	text-align: center;
	display: block;
	text-decoration: underline;
}
.section .text .btn a:hover {
	text-decoration: none;
}
@media screen and (max-width:767px){
	.section {
		padding: 15% 0 0;
	}
	.section h3 {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.section .text {
		padding-top: 1.8em;
	  line-height: 1.8;
	}
	.section .text .img{
		float: none;
		width: 40%;
		margin: 0 auto;
		padding-bottom: 1.8em;
	}
	.section .text .img img {
		border: 1px solid #e4e4e4;
	}
	.section .text .btn {
		margin-top: 0.5em;
	}
}

/* section_download
---------------------------- */
.section_download {
	padding: 60px 0 40px;
}
.section_download .text {
	margin: 0;
  padding: 0 0 10px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.section_download .img {
	text-align: center;
}
.section_download .img img {
	max-width: 400px;
}
.section_download .btn a {
	line-height: 50px;
	width: 270px;
	border-radius: 5px;
	border: 1px solid #6dcdb8;
	text-align: center;
	display: block;
	margin: 30px auto 0;
}
.section_download .btn a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.section_download .btn a:hover {
	background-color: #6dcdb8;
	color: #fff;
}
@media screen and (max-width:767px){
	.section_download {
		padding: 15% 0 0;
	}
	.section_download .text {
	  font-size: 1.6rem;
	}
	.section_download .btn a {
		font-size: 1.3rem;
		line-height: 38px;
		width: 200px;
		margin: 25px auto 0;
	}
	.section_download .btn a:active {
		background-color: #6dcdb8;
		color: #fff;
	}
}
