@charset "utf-8";
/* CSS Document */

/*GoogleFont*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@800&display=swap');

* { font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #555;
    letter-spacing: 0.1em;
}
section {padding: 0em 1.5em;}
section p, section li {line-height: 1.8em;}
section li>span{ vertical-align: 0.25em; margin-left: -0.5em; padding: 0; display:inline-grid; }
section li::marker{
    font-size: 200%;
    font-weight: bold;
    color: #29abe2;
}
section .oubo::marker{
    color: #00a99d;
}

h2 {text-align: center; font-size: 180%; margin: 2em 0 1em 0;}
h3 {background-color: #00a99d; color:#fff; padding: 0.5em; font-size: 120%; }
.marker {background-color: #ff0;}
.table th {background-color: #cff4fc;}
footer { margin-top:3em; padding: 1em 0 5em; background-color: #ededed;}
.copy {font-size: 75%; color: #666;}

.fombox {background-color: #ffc;}

/*高さ揃え*/
.row-eq-height { display: flex; flex-wrap: wrap; }

/*ページトップボタン*/
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 1em;
    bottom: 80px;
    background: #fff;
    border: solid 2px #222;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
	opacity: 0;
	transition: opacity 0.4s ease-in;
}

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

/* fadeinクラスがついた時だけ表示する */
a.fadein {
  opacity: 0.8;
}


@media (min-width: 576px){
	.container { width: 480px; padding: 0; }
}

/*
@media (min-width: 1200px){
	.container { width: 480px; padding: 0; }
}
*/
