@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border:none;
}
a:focus, *:focus { outline:none; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.8em;
	color: #545454;
	margin: 0px;
	padding: 0px;
}

/* clearfix */
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	/* [disabled]min-height: 1%; */
	clear: both;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
table, tr, td, th {
	border-collapse:collapse;
}
a {
text-decoration: none;
outline: none;
border: none;
}
a:hover {
color: #000000;
}
ul, ol {
list-style: none;
}

/*************************************/
.wrap {
	width: 100%;
	height: 100vh;
	position: relative;
	background-color: #FFF;
	background-image: url(../img/back.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.wrap main {
	width: 100%;
	height: calc(100vh - 80px);
	font-size: 120%;
}
.wrap main ol {
width: 80%;
height: 100%;
margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	align-items: center;
}
.wrap main ol li img {
margin-bottom: 0.2em;
max-width: 400px;
}
.wrap main ol li {
text-align: center;
width: 50%;
}
.wrap main ol li:first-of-type {
mix-blend-mode: multiply;

}
.wrap main ol li:last-of-type {
	mix-blend-mode: multiply;
font-size: 120%;
font-weight: lighter;
line-height: 1.5em;
}
.wrap menu {
	background-color: rgba(0,0,0,1.00);
	width: 100%;
}
.wrap menu ul {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: auto;
	width: 80%;
	height: 80px;
	opacity: 80%;
}
.wrap menu ul li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
width: 100%;
height: 80px;
text-align: center;
color: #FFF;
font-size: 120%;
}
.wrap menu ul li:first-of-type {
border-right: solid 1px #999;
}
.wrap menu ul li a {
color: #FFF;
text-decoration: none;
display: block;
padding: 1em 0;
width: 100%;
}
.wrap menu ul li a:hover {
opacity: 0.8;
}

.wrap .copyright {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 1em 0;
	position: fixed;
	bottom: 0px;
	color: #777;
	background-color: rgba(255,255,255,0.8);
}

.wrap .copyright2 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 1em 0;
	color: #777;
	background-color: rgba(255,255,255,0.8);
	border-top: 2px solid #ddd;
}

/***************************************/
/********* SUB ****************/
header {
background-color: #000;
width: 100%;
margin: 0;
padding: 1em 0 1em 50px;
}
header ul {
width: 96vw;
max-width: 1100px;
margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
}
header ul li .logo {
width: 100%;
max-width: 1100px;
line-height: 1px;
margin: auto;
}
header ul li .logo img {
max-width: 300px;
}
header ul li {
width: 50%;
}
header ul li:last-of-type {
text-align: right;
color:#ccc;
}
.title {
	position: relative;
	border-bottom: 2px solid #7B94A8;
	margin: 0 0 10px;
}
.title h2 {
	color: #243F7F;
	padding-bottom: 10px;
}
.title .eng {
	position: absolute;
top: 15px;
left: 60px;
font-weight: bold;
opacity: 0.3;
}

.contents_area {
width: 96vw;
max-width: 1000px;
margin: 50px auto;
}
.pankuzu {
width: 96vw;
max-width: 1000px;
margin: 10px auto;
font-size: 80%;
}
.pankuzu a {
color: #545454;
}
table.data_box {
width: 96%;
margin: 1em auto;
line-height: 1.5em;
}
table.data_box tr {
border-bottom: 1px solid #DDD;
}
table.data_box th {
padding: 1em 5px;
vertical-align: top;
text-align: center;
width: 6em;
}
table.data_box td {
padding: 1em 5px;
vertical-align: top;
}
.sp only {
display: none;
}

@media screen and (max-width:800px){
.wrap main ol {
width: 80%;
height: 60%;
margin: 3em auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
.wrap main ol li img {
margin-bottom: 0.2em;
max-width: 400px;
}
.wrap main ol li {
text-align: center;
width: 100%;
}
.wrap main ol li:first-of-type {
mix-blend-mode: multiply;

}
.wrap main ol li:last-of-type {
	mix-blend-mode: multiply;
font-size: 100%;
font-weight: lighter;
line-height: 1.5em;
}
.wrap menu {
	background-color: rgba(0,0,0,1.00);
	width: 100%;
}
.wrap menu ul {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: auto;
	width: 100%;
	height: 60px;
	opacity: 80%;
}
.wrap menu ul li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
width: 100%;
height: 60px;
text-align: center;
color: #FFF;
font-size: 120%;
}
.wrap menu ul li:first-of-type {
border-right: solid 1px #999;
}

.wrap .copyright {
font-size: 80%;
}

.wrap .copyright2 {
font-size: 80%;
}
}



@media screen and (max-width:500px){
.wrap main {
	width: 100%;
	height: calc(100vh - 120px);
	font-size: 120%;
}
.wrap main ol {
width: 80%;
height: 60%;
margin: 3em auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
.wrap main ol li img {
margin-bottom: 0.2em;
max-width: 300px;
}
.wrap main ol li {
text-align: center;
width: 100%;
}
.wrap main ol li:first-of-type {
mix-blend-mode: multiply;

}
.wrap main ol li:last-of-type {
	mix-blend-mode: multiply;
font-size: 100%;
font-weight: lighter;
line-height: 1.5em;
}
.wrap menu {
	background-color: rgba(0,0,0,1.00);
	width: 100%;
}
.wrap menu ul {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: auto;
	width: 100%;
	height: 60px;
	opacity: 80%;
}
.wrap menu ul li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
width: 100%;
height: 60px;
text-align: center;
color: #FFF;
font-size: 100%;
}
.wrap menu ul li:first-of-type {
border-right: solid 1px #999;
}

.wrap .copyright {
font-size: 80%;
}

.wrap .copyright2 {
font-size: 80%;
}

/***************************************/
/********* SUB ****************/
header {
background-color: #000;
width: 100%;
margin: 0;
padding: 1em 0;
}
header ul {
width: 96vw;
max-width: 1100px;
margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
}
header ul li .logo {
width: 80%;
max-width: 1100px;
line-height: 1px;
margin: auto;
}
header ul li .logo img {
max-width: 300px;
}
header ul li {
width: 50%;
}
header ul li:last-of-type {
text-align: left;
color:#ccc;
font-size: 80%;
line-height: 1.5em
}

.pankuzu {
width: 96vw;
max-width: 1000px;
margin: 10px auto;
font-size: 80%;
}

.sp only {
display: block;
}
}
