@charset "utf-8";
/* ===================================================================
    
=================================================================== */
/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.greeting_box {
	position: relative;
	min-height: 660px;
}
.greeting_pic {
	position: absolute;
	width: 480px;
	right: 0;
	top: 0;
}
.greeting_text {
	/*position: absolute;*/
	margin: 0 auto;
	width: 760px;
	left: 0;
	top: 20px;
	line-height: 1.8;
	text-shadow: rgba(255, 255, 255, 0.4) 1px 1px 0px, rgba(255, 255, 255, 0.4) -1px 1px 0px, rgba(255, 255, 255, 0.4) 1px -1px 0px, rgba(255, 255, 255, 0.4) -1px -1px 0px;
}
.greeting_text h2 {
	font-size: 114.3%;
}
.greeting_name {
	font-size: 114.3%;
	font-family: serif;
	text-align: right;
	margin-top: 6px;
}
.list_indent li {
	text-indent: -1em;
	padding-left: 1em;
}
.white_logo {
	width: 180px;
	float: right;
}
.white_logo img {
	margin-top: -40px;
}
.white_list {
	width: calc(100% - 210px);
	float: left;
}

.kenkoukeiei_img {
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.greeting_box {
}
.greeting_pic {
	width: 60%;
}
.greeting_text {
	width: 80%;
}
.white_logo img {
	margin-top: -20px;
}
}

@media screen and (max-width: 767px) {
/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.greeting_box {
	position: static;
	height: auto;
}
.greeting_pic {
	position: static;
	width: 100%;
	right: auto;
	top: auto;
	margin-bottom: 20px;
}
.greeting_text {
	/*position: static;*/
	width: 94%;
	right: auto;
	top: auto;
	margin: 0 auto;
}
.greeting_name {
	margin-top: 30px;
}
.white_logo {
	width: 140px;
	float: none;
	margin: 0 auto 30px;
}
.white_logo img {
	margin-top: 0;
}
.white_list {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

}