@charset 'utf-8';

.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udgothic-regular {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bakbak-one-regular {
  font-family: "Bakbak One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*   */


body{
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	background-color: #F4899B;
}

.content_1{
	background-color: #FFF;
	color: #F4899B;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}



.content_2{
	border: 2px solid #FFF;
}

footer{
	width: 100%;
	color: #FFF;
	text-align: center;
	padding-bottom: 4px;
	position: fixed;
	bottom: 0;
	font-weight: normal;
}

/*   */

.content_box{
	margin: 0 auto;
	height: 300px;
	width: 920px;
	display: flex;
	justify-content: space-between;
	margin-top: 33vh;
}

.content_1{
	padding: 40px;
	width: 450px;
	height: 100%;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}

.content_2{
	padding: 30px;
	width: 450px;
	height: 100%;
}

.content_1 a{
	position: relative;
	top: -5px;
}

.content_1 a img{
	width: 50px;
	filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 0.25)); 
	transition-duration: 0.1s;
	transition-timingu-function: ease-in;
}

.content_1 a img:hover{
	filter: none;
}


h1 img{
	width: 300px;
	border-bottom: 2px solid #F4899B;
	padding-bottom: 10px;
}
 

 .content_1 p{
 	font-weight: normal;
 }

 h2{
	font-size: 24px;
}

.content_2{
	color: #FFF;
}

.content_1 h2{
	padding-top: 10px;
}

.content_1 ul{
	display: flex;
}

.content_1 li:nth-of-type(2),
.content_1 li:nth-of-type(3){
	margin-left: 10px;
}

.content_2 h2{
	text-align: center;
	padding-bottom: 4px;
	border-bottom: 2px solid #FFF;
}

.content_2{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content_2 ul{
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content_2 ul li{
	background-color: #FFF;
	color: #F4899B;
	height: 45px;
	text-align: center;
	padding-top: 13px;
	display: none;
	border-radius: 30px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}

.content_2 ul li:hover{
	box-shadow: none;
}

.content_2 ul li:last-child,
.content_2 ul li:nth-last-child(2),
.content_2 ul li:nth-last-child(3){
	display: block;
}

.content_2 p{
	text-align: center;
	font-size: 14px;
}


@media screen and (max-width : 980px){
	.content_box{
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 650px;
		margin-block: 10vh;
	}

	.content_1{
		margin-bottom:50px;
	}

	footer{
		text-shadow: 0px 0px 3px #FFF;
	}
}


@media screen and (max-width : 500px){
	.content_1,
	.content_2{
		width: 80%;
	}
}