@charset "utf-8";
/* CSS Document */
.hos_wrap{
	font-size: 1.3333333333vw;
	padding-top: 6em;
	padding-left: 4em;
	padding-right: 4em;
	padding-bottom: 6em;
	position: relative;
}
.hos_wrap::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 30em;
	top: 0;
	left: 0;
	z-index: -1;
	background: #141853;
}

.hos_list_box {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}
.hos_l_ttl {
	color: #FFFFFF;
	font-size: 2.5em;
	text-align: center;
	padding-bottom: 2em;
	line-height: 1.5;
}
.hos_big {
	font-size: 1.5em;
	font-weight: 900;
}
.hos_l {
	border-radius: 5px;
	display: block;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px rgba(130,130,130,0.15);
	box-shadow: 0px 0px 10px rgba(130,130,130,0.15);
	overflow: hidden;
	margin-bottom: 4em;
}
.hos_img {
	width: 100%;
}
.hos_d_flex {
	padding: 4em;
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.hos_logo_img {
	width: 10%;
	display: block;
}
.hos_d_detail {
	flex: 1;
	padding-left: 4em;
}
.hos_d_ttl {
	font-size: 4em;
	font-weight: 900;
	text-align: center;
}
.hos_d_p {
	font-size: 2.5em;
	text-align: center;
	border-top: 1px solid rgba(209,209,209,1.00);
	padding-top: 1em;
	margin-top: 1em;
	line-height: 1.7;
}
.grecaptcha-badge{
	bottom: auto !important;
}











@media only screen and (min-width: 481px) {	
.btn_up{
	transition: all  0.3s ease;
}
.btn_up:hover{
    transform: translateY(-5px);
}

}


@media only screen and (min-width:768px){
.hos_l_ttl {
	font-size: 20px;
}
.hos_d_ttl {
	font-size: 26px;
}
.hos_d_p {
	font-size: 14px;
}
.hos_list_box {
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hos_l {
	width: 48%;
}
.hos_d_flex {
	padding: 20px;
}
.hos_d_detail {
	padding-left: 20px;
}
.hos_wrap{
	padding-top: 4em;
	padding-bottom: 4em;
}






}

@media only screen and (min-width: 900px) {
}

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 1100px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width:1400px){	
.hos_list_box {
	max-width: 1400px;
}
.hos_l {
	width: 23%;
	margin-bottom: 0px;
}
.hos_wrap::before{
	height: 16em;
}
	

}

@media only screen and (min-width:1600px){
}
