@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: beige;
}
h2{
    text-align: left;
    margin: 20px;
    padding: 10px;
    font-family:serif;
    font-size: 50px;
    text-shadow: 0px 1px 1px black;
} 
.link-list{
    padding-left: 30px;
}
.list a{
    width: 100%;
    color: #00A5BF;
    line-height: 50px;
    clear: both;
    text-decoration: none;
    font-size: 30px;
}
.list a:hover{
    background-color: #00A5BF;
    color: #fff;
    transition: background-color 0.5s;
}
/* トップへ戻る */
#page_top{
    transform: scale(2,2);
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: -100px;
    left: auto;
    background:  #00A5BF;
    opacity: 0.6;
    border-radius: 50%;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.menu{
    margin :20px;
    font-size: 2em;
    /* text-shadow: 0em 0em 0.1em  black; */
    color: black;
    border-bottom: 2px solid #00A5BF;
}
.images{
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 10px 0 10px 50px;
}
.text{
    color: black;
    font-size: 20px;
    line-height: 1.2;
    padding: 0 10em;
    padding-left: 2em;
}
.text a{
    color: #00A5BF;
    font-size: 30px;
    line-height: 1.5;
}