body {
    width: 100%;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 2px;
    line-height: 29px;
    margin-right: 0;
}

#body {
    width: 1100px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color:#848488;
}

ul {
    list-style: none;
}

h1 {
    font-size: 30px;
    font-family: 'orb';
}

p {
    font-size: 16px;
}


header {
    width: 100%;
    height: 70px;
}

.logo_img {
    float: left;
    height: 60px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.nav {
    width: 60%;
    float: right;
}


.header_nav {
    float: right;
    text-align: right;
}

.header_nav li {
    padding: 0 20px 0 26px;
    margin-top: auto;
    float: left;
}

li:hover{
    background-color: rgba(252, 229, 220, 1);
    transition: 1s;
    border-radius: 3px;
}

li a:hover {
    color: #000;
    transition: 1s;
}

.logo_img {
    margin-top: auto;
    margin-top: 0;
}

.container {
    height: 100%;
}


.title {
    background-image: url('../images/header_bg1.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;

}

.title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.info {
    margin-top: 80px;
}

.icon {
    width:35px;
    height: 35px;
    margin-right:20px;
}

h1 {
    margin:0;
}

.section {
    margin-top: 80px;
}


form {
    width: 80%;
    margin: auto;
    margin-top: 40px;
}

th {
    text-align: left;
}

td {
   padding-left: 30px;
}

.required {
    font-size: 12px;
    color: #f00;
    padding-left: 15px;
}

input {
    font-size: 16px;
    width: 550px;
    height: 40px;
    border: 0.5px solid #727272;
    text-align: left;
}

textarea {
    font-size: 16px;
    width: 550px;
    height: 200px;
    margin-bottom: 20px;
    border: 0.5px solid #727272;
}

.form_guide {
    margin-top: 80px;
}


.submit {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Slab', serif;
    text-align: center;
	width: 300px;
	margin: auto;
	background-color: #fce4de;
	border: none;
	font-size:17px;
	height: 50px;
}

.submit:hover {
	cursor: pointer; 
	background-color: #f9b3a0;
	transition: 0.5s;
}





#submit input {
    text-align: center;
    margin-top: 50px;
    width: 200px;
    border: none;
    padding: 10px 0 10px 0;
    font-size: 17px;
}

#back {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    background-color: #fce4de;
    margin-right: 50px;
}

#back:hover {
    background-color: #fa987d;
    opacity: 1;
    transition: 0.5s;
}

#sand {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Slab', serif;
    background-color:  #a2e4fa;

}

#sand:hover {
    background-color:  #0492c2;
    transition: 0.5s;
}



.link {
    display: inline-block;
    color: #000;
    font-size: 16px;
    background-color: rgba(249, 159, 160, 0.2);
    margin: 20px auto 40px auto;
    text-align: center;
    padding: 15px 100px 15px 100px;
}

.link:hover {
    background-color: rgba(249, 159, 160, 1);
    transition: 1s;
}






footer {
    margin-top: 80px;
    width: 100%;
    height: 100%;
    background-color: rgb(233,133,135);
}

.footer_nav {
    padding-top: 20px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer_nav a {
    color: #000;
    padding: 0 20px 0 20px  ;
    margin-top: auto;
}

footer p {
    margin-top: 80px;
}


