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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}


body{
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/bg_A26V9493_bg.jpg");
	background-attachment: fixed;	
	}


.top-text{
  	background-color: antiquewhite;
	height: 70px;
	display: block;
    margin-bottom: 0px;
}

.row2{
	display: block;
	width: 100%;
	
}

.body-text2{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	background: #f2f2f2;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: justify;

	}

#photo {
	display: block;
	border-radius:10px 10px 10px 10px;
	box-shadow: 8px 8px 5px #9A9A7E;

}

.photo{
	padding-top: 50px;
	padding-left: 10px;

}

.ss {
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #5B0203;
}

.row3{
	display: block;
	text-align: center;
	
}

.ph{
	border-radius:10px 10px 10px 10px;
	margin-top: 22px;
	margin-left: 2px;
	box-shadow: 8px 8px 5px #9A9A7E;
	vertical-align: middle;

}

.ph2{
	display: block;
	
	border-radius:10px 10px 10px 10px;
	box-shadow: 8px 8px 5px #9A9A7E;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

hr{
	margin-top: 50px;
	height: 8px;
	background-color: antiquewhite;

}


.box{
	display: flex;
	gap:10px;
	
}

.box2{
	
	display: block;

}

.topteam{
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	background: #f2f2f2;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: justify;

}

.topteam2{
	width: 70%;
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	background: #f2f2f2;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: justify;
	text-decoration: none;
	margin: 0 auto;
	margin-top: 70px;

}

.hp {
	font-size: 10px;
}

.hplink{
	text-decoration: none;
}

.uota{
	text-align: center;
	margin-top: 10px;

	
}



.style-nav ul {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}

.style-nav li a{
	text-decoration: none;
	text-align: center;
	color: #2E0809;
	text-transform: uppercase;
	display: inline-flex;
	padding: 5px;
	font-size:18px;
	line-height:20px;
	}

.link li{
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	list-style-type: none;
	background-color: #7AC77E;
	background-size: contain;
	
}


.footer ul {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	list-style-type: none;
}

.footer li a{
	margin-top: 5px;
	text-decoration: none;
	text-align: center;
	color: #2E0809;
	text-transform: uppercase;
	display: block;
	padding: 5px;
	line-height:20px;
}

h1 {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight:450;
}

h2 {
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 450;
	margin-bottom: 23px;
	line-height: normal;
	padding-top: 15px;

}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: normal;
}

h4 {
	font-size: 17px;
	font-weight: 400;
	margin-top: 0px;
	line-height: normal;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: normal;

}

/*Tabret View*/

@media (min-width: 768px){
	
body {
		max-width: 778px;
	}

.text_column {
	width: 100%;
}

.body-text{
    margin: 15px;
    height: 30vh;
 	 display: flex;
 	 justify-content: center; 
	align-items: center;  
}

.row2{
	display: flex;
	width: 100%;
	
}

.body-text2{
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f2f2f2;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: justify;

	}
	
.ss {
	text-align: end;
	font-size: 12px;
	color: #5B0203;
}
	
	

.style-nav ul li {
		display: inline-flex;
	}
	
.style-nav ul {
		text-align: center;
	}
	

.footer ul {
	display: inline-flex;
}

.footer li {
	color: #2E0809;
	display: inline-flex;
	align-content: auto;
}

.body-text{
	text-align: center;
	margin-top: 50px;
	display: block;
}

.body-text2{
	margin-top: 50px;
	font-size:14px;
	line-height:15px;
    text-align: left;
	background: #f2f2f2;
}

	
	
.link li{
	margin-left: 40px;
	margin-right: auto;
	list-style-type: none;
	display: inline-flex;
	align-content: auto;
	
}

}

	
/*Desktop View*/

@media (min-width: 1024px){
	
body {
		max-width: 1024px;
	}

	
.ss {
	text-align: end;
	font-size: 12px;
	color: #5B0203;
}
	
	
	
	
	
	
h2 {
	font-size: 33px;
	text-transform: uppercase;
	font-weight: 450;
	margin-bottom: 23px;
	line-height: normal;

}
	


	
}
.photo {
}
.text-a {
}
.topteam {
}
.topteam2 {
}
