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

/* =======================================
共通
=========================================*/

/* intro_section */

/* section01 */

#edit-area .section01 {
	margin-bottom: 40px;
}
	
.section01 .part {
	padding: 20px 30px 10px;
	background: #D3EDFB;
	border-radius: 10px;
}
	

/* section02 */

#edit-area .section02 .hgroup {
	text-align: center;
}

#edit-area .section02 .heading02 {
	position: relative;
	margin-left: 26.5%;
	margin-right: 26.5%;
	background: #00A0E8;
	color: #fff;
	border-radius: 10px;
	font-weight: 600;
	font-size: 171.4%;
}

#edit-area .section02 .part {
	margin-top: -20px;
	padding: 45px 35px 10px;
	background: #F7F7F7;
	border-radius: 10px;
}

#edit-area .section02 .part ul li {
	margin-bottom: 0.8em;
	font-size: 114.3%;
}


/* =======================================
スマホ向けのスタイル：0px〜599px
=========================================*/

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

	/* intro_section */

	/* section01 */
	
	.section01 .part {
		
	}

	.section01 .part ol li {
		margin-bottom: 0.5em;
		padding-left: 40px;
		font-weight: 500;
		font-size: 128.6%;
		line-height: 30px;
	}

	.section01 ol.ol_circle > li::before {
		box-sizing: inherit;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		font-size: 18px;
		font-weight: 500;
		background: #00A0E8;
		content: counter(number);
		width: 30px;
		height: 30px;
		text-align: center;
		letter-spacing: 0;
		counter-increment: number;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		line-height: 26px;
	}

	/* section02 */

	#edit-area .section02 .heading02 {
		font-size: 142.9%;
	}

	#edit-area .section02 .heading02 {
		margin-left: 10%;
		margin-right: 10%;
	}

}

/* =======================================
タブレット向けのスタイル：600px ～ 959px
=========================================*/

@media only screen and (min-width: 600px) {

	/* intro_section */

	/* section01 */
	
	.section01 .part {
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.section01 .part ol {
		display: flex;
		flex-wrap: wrap;
	}

	.section01 .part ol li {
		margin-bottom: 1.0em;
		margin-right: 1.5em;
		padding-left: 50px;
		font-size: 128.6%;
		font-weight: 500;
	}

	.section01 ol.ol_circle > li::before {
		box-sizing: inherit;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		font-size: 22px;
		font-weight: 500;
		background: #00A0E8;
		content: counter(number);
		width: 40px;
		height: 40px;
		text-align: center;
		letter-spacing: 0;
		counter-increment: number;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		line-height: 36px;
	}
	
	.section01 .part ol li:last-child {
		margin-right: 0;
	}

	/* section02 */
}

/* =======================================
PC向けのスタイル：960px以上
=========================================*/

@media only screen and (min-width: 960px) {

	/* intro_section */

	/* section01 */

	/* section02 */
}
