@charset "UTF-8";
/* 共通 */

/* SP_size */
@media only screen and (max-width: 768px) {

body{
	font-size: 1.2rem;
	line-height: 180%;
}

#contents_01 {
	background: url(../../common/img/img_sp_introduction_bg.jpg) no-repeat top left;
	background-size: 100%;
	padding-bottom: 4%;
}
	
#contents_02 {
	margin-bottom: 8%;
}
	

#contents_01 h2 {
	width: 20%;
	margin: 0 auto;
}

#contents_01 h3, #contents_02 h3, #contents_03 h3, #contents_04 h3{
	width: 38%;
	margin: 8% auto;
}

.img_message_01{
	width: 18%;
	margin: 0 auto;
	display: block;
}

.contents_01_img{
	background: url(../img/common/img_introduction_05.jpg) no-repeat center;
	background-size: 100%;
	height: 0;
	padding-bottom: 40%;
	margin: 5% 0
}

#contents_01 p, #contents_02 p{
	padding: 0 4%;
	font-size: 1.2rem;
	line-height: 200%;
	margin-bottom: 2rem;
}

.img_message_02{
	width: 25%;
	margin: 5% auto;
	display: block;
}

.contents_02_img{
	background: url(../img/common/img_introduction_06.jpg) no-repeat center;
	background-size: 100%;
	height: 0;
	padding-bottom: 33%;
	margin: 5% 0;
}
.contents_02_box img{
	width: 60%;
	display: block;
	margin: 5% auto;
}
	

}

@media only screen and (orientation : landscape) and (max-width: 768px) { /*横向きの際に適用*/
}

/* PC_size */
@media only screen and (min-width: 769px) {

body{
	font-size: 1.4rem;
	line-height: 200%;
}

#contents_01{
	background: url(../../common/img/img_pc_introduction_bg.jpg) no-repeat top left;
	background-size: 100%;
}
#contents_02 {
	margin-bottom: 8%;
}

#contents_01 h2 {
	width: 96px;
	margin: 0 auto;
}

.contents_01_text{
	width: 965px;
	margin: 0 auto;
}

#contents_01 h3,#contents_02 h3, #contents_03 h3, #contents_04 h3{
	width: 16%;
	margin: 8% auto 3% auto;
}

.img_message_01{
	margin: 0 auto;
	display: block;
}

.contents_01_img{
	background: url(../img/common/img_introduction_05.jpg) no-repeat center;
	background-size: 100%;
	height: 0;
	padding-bottom: 40%;
	margin: 5% 0 3% 0;
}

.text_width{
	width: 696px;
	margin: 0 auto;
}

#contents_01 p, #contents_02 p{
	padding: 0 4%;
	margin-bottom: 3rem;
}

.img_message_02{
	margin: 5% auto;
	display: block;
}

.contents_02_img{
	background: url(../img/common/img_introduction_06.jpg) no-repeat center;
	background-size: 100%;
	height: 0;
	padding-bottom: 33%;
	margin: 5% 0 3% 0;
}

.contents_02_box{
	overflow: hidden;
	padding: 6%;
}

.contents_02_box img{
	float: left;
	max-width: 30%;
}

.contents_02_text{
	float: right;
	width: 70%;
}



}
