﻿@charset "utf-8";
/* CSS Document */

figure {
	margin: 0;
}


#sec01,
#sec01 .secWrap {
	position: relative;
}

#sec01 .secWrap p {
	text-align: center;
}

@media print, screen and ( min-width:768px ) { 

	section h2 img {
		display: block;
		width: 190px;
		margin: 0 auto 2em;
	}

	figure.shape01 {
		position: absolute;
		width: 75%;
		left: 0;
		top: 0;
	}

	figure.shape01 img {
		margin-left: -30%;
		width: 100%;
		display: block;
		max-width: 1200px;
	}

	figure.shape02 {
		position: absolute;
		width: 80%;
		right: 0;
		bottom: 0;
	}

	figure.shape02 img {
		margin-left: 28%;
		width: 100%;
		display: block;
	}

	.secWrap p span {
		display: block;
		width: 614px;
		text-align: right;
		margin: 0 auto;
	}

}

@media screen and ( max-width:768px ) {

	section h2 img {
		display: block;
		width: 40%;
		margin: 0 auto;
	}

	figure.shape01 {
		position: absolute;
		width: 180%;
		right: -33%;
		top: 0;
	}

	figure.shape01 img {
		margin-left: -32%;
		margin-top: -15%;
		width: 100%;
		display: block;
	}

	figure.shape02 {
		position: absolute;
		width: 180%;
		right: -33%;
		bottom: 0;
	}

	figure.shape02 img {
		margin-left: 18%;
		margin-top: 8.5%;
		width: 100%;
		display: block;
	}

	.secWrap p span {
		text-align: right;
	}

}

#sec01 .secWrap p {
	text-align: left;
}

#sec01 .secWrap ul li {
	padding-left: 1em;
	text-indent: -1em;
}

@media print, screen and ( min-width:768px ) {

	#sec01 .secWrap {
		margin: 60px auto;
	}

	#sec01 .secWrap:nth-child(1) {
		margin-top: 0;
	}

	#sec01 .secWrap h3 img {
		width: 640px;
		margin: 0 auto;
		display: block;
	}

}

@media screen and ( max-width:768px ) {


	#sec01 .secWrap {
		margin: 1.5em;
		text-align: left;
	}

	#sec01 .secWrap:nth-child(1) {
		margin-top: 0;
	}



}