@charset "UTF-8";
/* ==================================================
		
		PC, iPad

================================================== */
@media screen and (min-width:835px) {
/* --------------------------------------------------
		#sec01
-------------------------------------------------- */
#sec01 {
	margin-top: 80px;
}
#sec01 h3 {
	text-align: center;
}
#sec01 p {
	text-align: center;
	margin-top: 20px;
}
/* --------------------------------------------------
		#sec02, #sec03
-------------------------------------------------- */
#sec02, #sec03 {
	width: 956px;
	margin: 60px auto 0;
}
#sec03 {
	margin-top: 40px;
}
#sec02 h4, #sec03 h4 {
	padding-left: 15px;
	border-left: 5px solid #41bdce;
}
#sec02 .sec02_box, #sec03 .sec03_box {
	margin-top: 20px;
}
#sec02 .sec02_box p:first-child, #sec03 .sec03_box p:first-child {
	float: right;
}
#sec02 .sec02_box p:last-child, #sec03 .sec03_box p:last-child {
	width: 640px;
	line-height: 1.8;
	float: left;
}
}
/* ==================================================
		
		iPad

================================================== */
@media screen and (min-width: 835px) and (max-width: 1100px) {
/* --------------------------------------------------
		#sec01
-------------------------------------------------- */
#sec01 {
	margin: 80px 40px 0;
}
/* --------------------------------------------------
		#sec02
-------------------------------------------------- */
#sec02, #sec03 {
	width: auto;
 margin-right: 40px;
	margin-left: 40px;
}
#sec02 .sec02_box p:first-child, #sec03 .sec03_box p:first-child {
	width: 29%;
	float: right;
}
#sec02 .sec02_box p:first-child img, #sec03 .sec03_box p:first-child img {
	width: 100%;
}
#sec02 .sec02_box p:last-child, #sec03 .sec03_box p:last-child {
	float: none;
	width: 67%;
}
}
/* ==================================================
		
		SP

================================================== */
@media screen and (max-width:834px) {
/* --------------------------------------------------
		#sec01
-------------------------------------------------- */
#sec01 {
 margin: 5% 5.3% 0;
}
#sec01 h3 {
 text-align: center;
}
#sec01 p {
 margin-top: 1%;
}
/* --------------------------------------------------
		#sec02, #sec03
-------------------------------------------------- */
#sec02 {
	margin: 5% 5.3% 0;
}
#sec03 {
	margin: 4% 5.3% 9%;
}
#sec02 h4, #sec03 h4 {
	padding-left: 2%;
	border-left: 3px solid #41bdce;
}
#sec02 .sec02_box, #sec03 .sec03_box {
	margin-top: 2%;
}
#sec02 .sec02_box p:first-child, #sec03 .sec03_box p:first-child {
	width: 42%;
	margin: 2% 0 2% 2%;
	float: right;
}
#sec02 .sec02_box p:first-child img, #sec03 .sec03_box p:first-child img {
	width: 100%;
}
#sec02 .sec02_box p:last-child, #sec03 .sec03_box p:last-child {
	line-height: 1.8;
}
}