@charset "UTF-8";

body {
    background-color: #00D8C2;
}

.header-container {
    width: 85vw;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.header-item {
    display: flex;
    padding-left: 6px;
}

main {
    width: 860px;
    margin: 0 auto 80px auto;
}

#title-padding {
    padding-top: 150px;
}

.page-title {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    color: #00D8C2;
    margin-bottom: 40px;
}

.page-title h1 {
    text-align: center;
    font-size: 30px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
    margin: 0;
}

.page-title p {
    text-align: center;
    font-size: 22px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    margin: 0;
    padding-top: 5px;
}

#advice-text {
    text-align: left;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
}

#advice-list {
    margin: 40px auto;
    text-align: center;
    border-top: solid 1px #fff;
}

#advice-list a {
    text-decoration: none;
}

#advice-list p {
    color: #fff;
    padding: 10px 0;
    border-bottom: solid 1px #fff;
    margin: 0;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.white-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 0;
    margin-bottom: 40px;
}

.icon {
    width: 25%;
    display: block;
    text-align: center;
    margin: 20px auto;
}

.colorback-title {
		width:100%;
    margin: 20px auto;
    background-color: #FFC048;
    padding: 10px;
    font-size: 18px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-align: center;
    border-radius: 6px;
}

.animal-image {
    width: 100%;
}

.animal-text {
    margin: 40px auto 60px auto;;
    font-size: 18px;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.center {
    width: 80%;
    margin: 40px auto;
}

.line-style h2 {
    font-size: 18px;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
    margin: 0;
}

.line-style p {
    font-size: 18px;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px 0;;
    padding-top: 10px;
}

footer {
    background-color: #FFC048;
}

.connecter {
    width: 100%;
    margin-left: 0;
}

.connecter img {
    width: 100%;

}

#footer-logo {
    width: 15%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#footer-list {
    display: flex;
    width: 1024px;
    margin: 40px auto 100px auto;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8em;
}

.footer-list_item {
    width: 20%;
    margin-right: 16px;
}

.footer-list_item:last-child {
    margin-right: 0;
}

#footer-list p {
    color: #fff;
    padding: 10px 0 5px 0;
    border-bottom: solid 1px #fff;
}

#footer-list p a {
    text-decoration: none;
    color: #fff;
}

#advice-contents p {
    border-bottom: none;
    padding-top: 0;
}

#copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 20px;
    margin: 0;
}
/*
.more {
		position:relative;
    width: 400px;
		height:80px;
    margin: 0 auto;
		margin-top:20px;
}
*/
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
		overflow:hidden;
}
.mottomiru{
	width:100%;
	text-align:center;
}
.mottomiru img {
	width:50%;
}

.mottomiru:hover{
  cursor: pointer;
	cursor: hand;
}






