@charset "utf-8";

/* 全体の基本スタイル */
/*
body {
    font-family: "Segoe UI", "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f6f8;
    color: #333;
    padding-left: 1rem;
}
*/

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #8fd2ff;
    border: solid 2px #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: translateY(20%) rotate(-45deg);
}

.imgCont {
    display:block;
    margin:0 auto;
    text-align:center;
}

.item img {
    max-width: 90vw;
    height: auto;
    object-fit: scale-down;    
}
