@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 770px) {	
	#headline2{
		background-color: #1F5C7B;
		text-align: center;
	}
	#headline2 h2{
		padding: 90px 0;
		font-size: 25px;
		font-weight: 900;
		color: #fff;
	}
/* メニューバー　*/
#menu{
	width: 100%;
	border-bottom: 10px solid #1F5C7B;
}
.menu_child{
	width: 100%;
	background-color: #fff;
}
.dropdwn{
    display: flex;
	width: 80%;
	margin: 0 auto;
}
.dropdwn li{
	width: 20%;
	text-align: center;
	position: relative;
	border-left: 2px solid #ddd;
}
.dropdwn a{
	display: block;
}
.dropdwn img{
	padding: 20px 0;
}
.dropdwn a:hover{
	opacity: 0.5;
}
.dropdwn_menu{
    width: 100%;
    display: none;
    position: absolute;
    padding: 0;
    background: #fff;
}
.dropdwn_menu li{
    width: 100%;
	padding: 0;
	border: none;
}
.dropdwn_menu li a{
    padding: 10px 0;
    display: block;
    color: #000;
	font-size: 13px;
}
.dropdwn_menu li a:hover{
	background-color: #1F5C7B;
	color: #fff;
}
	
	
	/* 本文　*/
	#text{
		width: 60%;
		margin: 80px auto;
	}
	#text article{
		margin: 50px 0;
	}
	#text h3{
		font-size: 18px;
		font-weight: 900;
		color: #1F5C7B;
		margin-bottom: 20px;
	}
	#text p,#text li{
		line-height: 25px;
	}
	#text article div{
		background-color: #1F5C7B;
	}
	#text article div p{
		width: 80%;
		margin: 20px auto;
		color: #fff;
		padding: 20px 0;
	}
}

@media screen and (max-width: 769px) {
#headline2{
	background-color: #1F5C7B;
	text-align: center;
	}
#headline2 h2{
	padding: 90px 0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 25px;
	font-weight: 900;
	color: #fff;
	}
/* メニューバー　*/
#menu{
	display: none;
	}
	
	
	/* 本文　*/
	#text{
		width: 95%;
		margin: 80px auto;
	}
	#text article{
		margin: 50px 0;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	}
	#text h3{
		font-size: 18px;
		font-weight: 900;
		color: #1F5C7B;
		margin-bottom: 20px;
	}
	#text p,#text li{
		line-height: 25px;
	}
	#text article div{
		background-color: #1F5C7B;
	}
	#text article div p{
		width: 80%;
		margin: 20px auto;
		color: #fff;
		padding: 20px 0;
	}
}