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

body{
	width:350px;
    margin-top: 10px;
	margin-left: 0px;
    padding: 0;
	overflow-x: hidden;
	}

.home{
	margin-left:270px;
}
.home a{
	text-decoration: none;
	color: cadetblue;
}


#st{
	margin-top:30px;
	margin-left:20px;
	width: 300px;
	height: auto;
}

#si{
	width: 300px;
	height: auto;
	margin-left: 50px;
	margin-top:-40px;
}

#anim{
	margin-left:10px;
}

#word1{
	position: absolute;
    
}



.hi{
	margin-top:80px;
}

.hi p{
	position: relative;
	margin-top:-55px;
	margin-left:25px;
	font-size:10px;
	color:darkcyan;
}



.hi h3{
	margin-top:30px;
	margin-left: 50px;
	border-radius: 50px;
	padding-left: 60px;
	padding-top: 7px;
	background-color:steelblue;
	border: 1px solid transparent;
	width: 180px;
	height: 30px;
	color: white;
	font-size: 15px;
}


.button003{
	margin-top:60px;
}

.button003 a {
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
}
.button003 a:hover {
    background: steelblue;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}


.button004{
	margin-top:20px;
	margin-bottom: -10px;
}

.button004 a {
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
}
.button004 a:hover {
    background: steelblue;
    color: #FFF;
}
.button004 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button004 a:hover:after {
    border-color: #FFF;
}



.attention{
	background-color: steelblue;
	margin-top:100px;
	margin-bottom: 100px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 70px;
}

.attention h4{
	color: white;
	margin-left: 40px;
	
}

.at{
	color:white;
	font-size:13px;
	text-align: center;
}


.accordion {
margin: 3em auto;
max-width: 20rem;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
padding-left: 20px; 
}
.ti,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.ti {
border: solid 1px #ccc;
padding: 1em;
display: block;
color: #333;
font-weight: bold;
}
.ti::after,
.ti::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.ti::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
margin-top: 20px;
margin:20px auto 10px 5px;
}

.toggle:checked + .ti + .content {
max-height: 1000px;
transition: all 1.5s;
max-width: 300px;
}
.toggle:checked + .ti::before {
transform: rotate(90deg) !important;
}


.title{
	margin-top:100px;
	text-align: center;
	font-size:10px;
}

.np{
	font-size:13px;
	color: gray;
	margin-left:20px;
}

.np a{
	text-decoration: none;
	color:gray;
}

.futter{
	width: auto;
	height: 400px;
	background-color: steelblue;
	margin-top:100px; 
}

.futter h1{
	padding-top:20px;
	padding-left: 10px;
	color:white;
}

.futter a{
	text-decoration: none;
	color:white;
}

#sikaku{
	margin-top: -10px;
	margin-left: 10px;
	color:white;
}

#fnid{
	position:relative;
	font-size: 50px;
	margin-top: 2px;
	margin-left:10px;
	color:lightsteelblue;
}

#moon{
	position: absolute;
	margin-top:-110px;
	margin-left:200px;
}

#kumo{
	position: absolute;
	margin-top:-70px;
	margin-left:250px;
	
}
