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

body{height: 100vh;}
@media only screen and ( min-width : 769px ) {
body{
	background:url("/img/index_pc0601_03.jpg") no-repeat top center;
	min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
	z-index: 0
}
	#contents{
	background:url("/img/bgStar.png") repeat-x top center;
	background-attachment: fixed;
}
	header{
	background: #002948;
	padding: 0.8em;
}
	footer{
	padding:2em 1em 1em;
	color: #FFF;
	font-size: 0.8em;
}
}

@media only screen and ( max-width : 768px ) {
	body{
	background: linear-gradient(-135deg, #006B80, #002948)fixed;
}
	#contents{
	background:url("/img/bgStar_sp.png") repeat-x top center;
	background-size: contain;
}
	header{
	background: #002948;
	padding: 0em;
}
	footer{
		background: url("/img/footerBg_sp.png") no-repeat;
		background-position: top;
		background-size: cover;
		color: #FFF;
	font-size: 0.8em;
		padding-top: 50%;
}
}
header ul.menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	color: #FFF;
}
header ul.menu li:first-child{
    margin-right: auto;
width: 250px;
}
header ul.menu a{
	color: #FFF;
	padding: 1em;
}
.container{
	max-width: 1024px;
	margin: auto;
}
.container p{
	color: #FFF;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

@media only screen and ( max-width : 768px ) {
	.container{
padding: 1em;
}
	}

#contents h1{
	color: #FFF;
	font-size: 1.3em;
	font-weight: 900;
	letter-spacing: 2px;
	padding: 2em 0;
}
#contents h2 {
      position: relative;
    padding: 2rem;
    text-align: center;
    color: #FFF;
    font-size: 1.8em;
    font-weight: 900;
	margin-bottom: 1.5em;
}

h2:before {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #FFF;
}
#contents dl {
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
	border-bottom: solid 1px #FFF;
	text-align: left;
	max-width: 800px;
	margin: auto;
}
#contents dl dt{
	color: #FFF;
	flex-basis: 30%;
	padding: 1em;
	border-top: solid 1px #FFF;
}
#contents dl dd{
	color: #FFF;
	flex-basis: 70%;
	padding: 1em;
	border-top: solid 1px #FFF;
}
@media only screen and ( min-width : 769px ) {
}
@media only screen and ( max-width : 768px ) {
	#contents h1{
	font-size: 1.1em;
}
#contents h2 {
    font-size: 1.2em;
}
	h2:before {
      position: absolute;
    bottom: 10px;
    left: calc(50% - 20px);
    width: 40px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #FFF;
}
	#contents dl dt{
	color: #FFF;
	flex-basis:100%;
	padding: 0.5em;
	border-top: solid 1px #FFF;
	font-weight: 900
}
	#contents dl dd{
	color: #FFF;
	flex-basis: 100%;
	padding: 0.5em;
	border-top: none;
}
}
