@charset "utf-8";

/* CSS Document */
@media screen and (max-width: 750px) {

	/*  共通部分
----------------------------------------*/
	html {
		font-size: 100%;
	}

	body {
		font-family: 'Noto Sans JP', sans-serif;
		color: #000;
		background-color: #fff;
		margin: 0px;
	}

	a {
		color: #6ec9ea;
	}

	a:hover {
		opacity: 0.7;
	}

	img {
		max-width: 100%;
	}

	ul {
		list-style-type: none;
	}

	.wrapper {
		max-width: 750px;
		margin: 0 auto;
	}

	h2,
	p,
	ul {
		margin: 0;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}


	/*main-------------------------*/
	
	.h1_back {
		margin-top: 20px;
		text-align: center;
	}

	.event_01 {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 1rem;
		color: #5f5f5f;
		font-weight: 600;
		line-height: 2;
		padding-left: 5%;
		padding-right: 5%;
	}

	.event_02 {
		background-color: #f3f7a1;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-left: 4%;
		margin-right: 4%;
		padding-left: 4%;
		padding-right: 4%;
	}
	

	.p02_1 {
		font-weight: 500;
		font-size: 1.1rem;
	}
	
	.p02_2 {
		margin-top: 20px;
	}

	.p02_3 {
		margin-top: 10px;
		font-weight: 700;
		color: #ff0000;
		font-size: 2rem;
	}

	.p02_4 {
		margin-top: 5px	;
		font-size: 0.9rem;
	}

	.form {
		background-color: #91c41f;;
		padding: 20px;
		display: inline-block;
		margin-bottom: 30px;
		margin-left: 5%;
	}

	.form >a {
		color: #fff;
	}

	.event002 {
		border: #91c41f 10px solid;
		margin-bottom: 30px;
	}

	.event002_ti {
		background-color: #91c41f;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1.3rem;
		font-weight: 500;
		padding-left: 4%;
	}

	.event002_tx {
		padding-left: 5%;
		padding-right: 5%;
		margin-top: 20px;
		margin-bottom: 20px;
		line-height: 2;
		font-size: 1rem;
	}

	.event002_tx2 {
		padding-left: 5%;
		padding-right: 5%;
		margin-top: 20px;
		margin-bottom: 20px;
		line-height: 2;
		font-size: 1rem;
	}

	.e003 {
		color: #ff0000;
		margin-top: 20px;
		font-size: 1.3rem;
		font-weight: 500;
		padding-left: 4%;
	}

	.t30 {
		color: #ff0000;
		border-bottom: #ff0000 1px solid;
	}

	

/*footer-------------------------*/
	footer {
			margin-top: 25px;
			padding-top: 25px;
			padding-bottom: 25px;
	}
	.ft {
		text-align: center;
				clear: both;
				color: gray;
	}
}