@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  greeting.css
 style info :  スタイル指定
=================================================================== */

/* greeting
----------------------------------------------------------------------------- */
.greeting {}

.greeting .main_wrapper {}

.greeting .main_wrapper .box {
	font-size: 18px;
	text-align: left;
	background: #E5EAFE;
	padding: 2em;
}

.greeting .main_wrapper .box h2 {
	width: 100%;
	margin-bottom: 30px;
	color: #0173e7;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.greeting .main_wrapper .box img {
	float: left;
	width: 50%;
	margin-right: 70px;
}

.greeting .main_wrapper .box .text h3 {
	width: 100%;
	color: #d251a1;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 14px;
}

.greeting .main_wrapper .box2 {
	font-size: 18px;
	text-align: left;
	margin-top: 100px;
}

.greeting .main_wrapper .box2 h2 {
	margin: 0 auto 30px;
	color: #0173e7;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 1em;
	background: #E5EAFE;
	display: block;
	width: 500px;
}

.greeting .main_wrapper .box2 ul {
	display: flex;
	justify-content: space-between;
}

.greeting .main_wrapper .box2 ul li:first-child {
	width: 250px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E5EAFE;
}

.greeting .main_wrapper .box2 ul li:last-child {
	width: 750px;
	height: 250px;
	display: flex;
	background: #E5EAFE;
	padding: 1em 2em;
}

.greeting .main_wrapper .box.__01 {
	margin-top: 100px;
	position: relative;
}

.greeting .main_wrapper .box.__01 .day {
	position: absolute;
	content: "";
	top: 10px;
	right: 10px;
	font-size: 16px;
}

.greeting .main_wrapper .box.__01 h2 {
	color: #252525;
}

.greeting .main_wrapper .box.__01 h2 span {
	color: #d251a1;
}

.greeting .main_wrapper .box.__01 p.big {
	margin: 25px auto 0;
	font-size: 25px;
	font-weight: bold;
}

/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {

	/* greeting
----------------------------------------------------------------------------- */
	.greeting {}

	.greeting .main_wrapper .box {
		font-size: 18px;
		text-align: left;
		background: #E5EAFE;
		padding: 2em 1em;
	}

	.greeting .main_wrapper .box img {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.greeting .main_wrapper .box2 {
		font-size: 18px;
		text-align: left;
		margin-top: 5vw;
	}

	.greeting .main_wrapper .box2 h2 {
		margin: 0 auto 30px;
		color: #0173e7;
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		padding: 1em;
		background: #E5EAFE;
		display: block;
		width: 100%;
	}

	.greeting .main_wrapper .box2 ul {
		display: block;
		justify-content: space-between;
	}

	.greeting .main_wrapper .box2 ul li:first-child {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #E5EAFE;
	}

	.greeting .main_wrapper .box2 ul li:last-child {
		width: 100%;
		height: auto;
		display: block;
		background: #E5EAFE;
		padding: 1em 2em;
	}

	.greeting .main_wrapper .box.__01 h2 {
		margin-top: 25px;
		text-align: left;
	}

	.greeting .main_wrapper .box.__01 h2 span {
		display: block;
		margin: 0 auto 15px;
	}


}
