body {
    color: white;
}

h1 {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

#container {
    scrollbar-color: rgba(70, 93, 170, 0.6) rgba(0, 164, 172, 0);
}
#header-site-name a {
    color: #465daa;
} #header-site-name a::after {
    background: #465daa;
}

/* 1024px以上に適用されるCSS（パソコン用） */
@media screen and (min-width: 1024px) {
    #outer {
        padding-top: 100px;
        padding-bottom: 80px;
        background-color: #FFFFFF;
    }
    #inner {
        max-width: 1320px;
        margin: 0 auto;
    }
    .hanakotoba {
        width: 100%;
        margin-bottom:40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26px;
        color: #555;
    }
    .hanakotoba-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hanakotoba-list a {
        color: white;
    }
    .hanakotoba-element {
        background-size: cover;
        background-position: center;
        width: 380px;
        height: 380px;
        margin: 30px 15px 10px 30px; /* 上 | 右 | 下 | 左 */
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        /* border-radius: 50%; */
        border-radius: 5px;
        text-shadow: 1.5px 1.5px 3px rgba(51, 51, 51, 0.9); /* 黒のシャドウ */
        transition-duration: .3s;
        font-weight: bold;
    }
    .hanakotoba-element:hover {
        transform: scale(1.1);
        cursor: pointer;
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.36);
    }
    .dot {
        width: 100%;
        height:100%;
        background-image:url("../../images/dot.png");
        background-color:rgba(51, 51, 51, 0.2);
        /* border-radius: 50%; */
        border-radius: 5px;
        transition-duration: .3s;
        box-sizing: border-box;
        padding:20px;
    }
    .dot:hover {
        background-color:rgba(70, 93, 170, 0.1);
    }
    .hanakotoba-element-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height:100%;
        /* border-radius: 50%; */
        border-radius: 5px;
        border:3px white solid;
        box-sizing: border-box;
    }
    .hanakotoba-text {
        padding:40px;
    }
    .hanakotoba-name {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .list-hanakotoba {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .list-hanakotoba-contents {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .hanakotoba-emphasis {
        margin-bottom:5px;
    }
    .hanakotoba-info {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .hanakotoba-info-contents {
        font-size: 20px;
    }
}










/* 768px~1023pxに適用されるCSS（タブレット用） */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	#outer {
        padding-top: 100px;
        padding-bottom: 80px;
        background-color: #FFFFFF;
    }
    #inner {
        margin: 0 auto;
    }
    .hanakotoba {
        width: 100%;
        margin-bottom:40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26px;
        color: #555;
    }
    .hanakotoba-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hanakotoba-list a {
        color: white;
    }
    .hanakotoba-element {
        background-size: cover;
        background-position: center;
        width: 300px;
        height: 300px;
        margin: 10px; /* 上 | 右 | 下 | 左 */
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        /* border-radius: 50%; */
        border-radius: 5px;
        text-shadow: 1.5px 1.5px 3px rgba(51, 51, 51, 0.9); /* 黒のシャドウ */
        transition-duration: .3s;
        font-weight: bold;
    }
    .hanakotoba-element:hover {
        transform: scale(1.1);
        cursor: pointer;
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.36);
    }
    .dot {
        width: 100%;
        height:100%;
        background-image:url("../../images/dot.png");
        background-color:rgba(51, 51, 51, 0.2);
        /* border-radius: 50%; */
        border-radius: 5px;
        transition-duration: .3s;
        box-sizing: border-box;
        padding:15px;
    }
    .dot:hover {
        background-color:rgba(70, 93, 170, 0.1);
    }
    .hanakotoba-element-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height:100%;
        /* border-radius: 50%; */
        border-radius: 5px;
        border:2px white solid;
        box-sizing: border-box;
    }
    .hanakotoba-text {
        padding:20px;
    }
    .hanakotoba-name {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .list-hanakotoba {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .list-hanakotoba-contents {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .hanakotoba-emphasis {
        margin-bottom:5px;
    }
    .hanakotoba-info {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .hanakotoba-info-contents {
        font-size: 16px;
    }
}










/* 0px~767pxに適用されるCSS（スマホ用） */
@media screen and (min-width: 0px) and (max-width: 767px) {
    #outer {
        background-color: #FFFFFF;
        padding:60px 10px 30px 10px; /* 上 | 右 | 下 | 左 */
    }
    #inner {
        margin: 0 auto;
    }
    .hanakotoba {
        width: 100%;
        margin-bottom:40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: #555;
    }
    .hanakotoba-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hanakotoba-list a {
        color: white;
    }
    .hanakotoba-element {
        background-size: cover;
        background-position: center;
        width: 300px;
        height: 300px;
        margin: 10px; /* 上 | 右 | 下 | 左 */
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        /* border-radius: 50%; */
        border-radius: 5px;
        text-shadow: 1.5px 1.5px 3px rgba(51, 51, 51, 0.9); /* 黒のシャドウ */
        transition-duration: .3s;
        font-weight: bold;
    }
    .hanakotoba-element:hover {
        transform: scale(1.1);
        cursor: pointer;
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.36);
    }
    .dot {
        width: 100%;
        height:100%;
        background-image:url("../../images/dot.png");
        background-color:rgba(51, 51, 51, 0.2);
        /* border-radius: 50%; */
        border-radius: 5px;
        transition-duration: .3s;
        box-sizing: border-box;
        padding:15px;
    }
    .dot:hover {
        background-color:rgba(70, 93, 170, 0.1);
    }
    .hanakotoba-element-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height:100%;
        /* border-radius: 50%; */
        border-radius: 5px;
        border:2px white solid;
        box-sizing: border-box;
    }
    .hanakotoba-text {
        padding:20px;
    }
    .hanakotoba-name {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .list-hanakotoba {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .list-hanakotoba-contents {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .hanakotoba-emphasis {
        margin-bottom:5px;
    }
    .hanakotoba-info {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .hanakotoba-info-contents {
        font-size: 16px;
    }
}