@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#koe{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	padding: 4rem 0 5rem;
	background-image: url("../images/koe_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.koe_wrap{
	width: 100%;
	max-width: 1080px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.koe_title{
	width: 363px;
	height: auto;
	margin: 0 0 3rem 0;
}
.koe_title img{
	width: 100%;
	height: auto;
}
.koe_contents{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.koe_parts{
	width: 100%;
	height: auto;
	margin: 0 0 2.5rem 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	background: white;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
.koe_photo{
	width: 416px;
	height: 258px;
}
.koe_photo img{
	width: 100%;
	height: auto;
}
.koe_text{
	width: calc(100% - 416px - 4rem);
	height: auto;
	padding: 2rem 2rem 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	
}
.koe_text p{
	font-size: 1.15rem;
}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
#koe{
	width: 100vw;
	height: auto;
	padding: 4rem 0 5rem;
	background-image: url("../images/koe_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.koe_wrap{
	width: calc(100% - 4rem);
	height: auto;
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.koe_title{
	width: 30vw;
	height: auto;
	margin: 0 0 3rem 0;
}
.koe_title img{
	width: 100%;
	height: auto;
}
.koe_contents{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.koe_parts{
	width: 100%;
	height: 24vw;
	overflow: hidden;
	margin: 0 0 2.5rem 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	background: white;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
.koe_photo{
	width: 40vw;
	height: 24vw;
}
.koe_photo img{
	width: 100%;
	height: auto;
}
.koe_text{
	width: calc(100% - 40vw - 2rem);
	height: calc(24vw - 2rem);
	overflow-y: scroll;
	padding: 1rem 1rem;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	
}
.koe_text p{
	font-size: 2vw;
}
}

@media screen and (max-width: 750px){
#koe{
	width: 100vw;
	height: auto;
	padding: 1rem 0 1rem;
	background-image: url("../images/koe_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.koe_wrap{
	width: calc(100% - 8vw);
	height: auto;
	padding: 0 4vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.koe_title{
	width: 50vw;
	height: auto;
	margin: 0 0 1rem 0;
}
.koe_title img{
	width: 100%;
	height: auto;
}
.koe_contents{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.koe_parts{
	width: 100%;
	height: auto;
	margin: 0 0 2.5rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: white;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
.koe_photo{
	width: 100%;
	height: auto;
}
.koe_photo img{
	width: 100%;
	height: auto;
}
.koe_text{
	width: calc(100% - 8vw);
	height: auto;
	padding: .5rem 4vw;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	
}
.koe_text p{
	font-size: 1rem;
}
}