body {
    font-family: "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #F9F9F9;
}

section {
    margin-bottom: 30px;
}

.container {
    background-color: #FFF;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    max-width: 820px;
}


h1 {
    font-size: 24px;
    border-bottom: 4px solid #23651C;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

h2 {
    font-size: 18px;
    margin-top: 30px;
    border-left: 4px solid #23651C;
    padding-left: 10px;
}

p, li {
    font-size: 15px;
}

ul {
    padding-left: 20px;
}

a {
    color: #23651C;
    text-decoration: underline;
}

a:hover {
    opacity: 0.7;
}
.footer {
    margin-top: 50px;
    font-size: 13px;
    color: #777;
    text-align: center;
}

.table_class {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    text-align: left;
}

.table_class th,
.table_class td {
    border: 1px solid #ccc;
    padding: 8px;
}

.table_class thead th {
    background-color: #f0f0f0;
    font-weight: bold;
    text-align:center;
}

.table_class tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.table_class th:nth-child(1),
.table_class td:nth-child(1) {
    width: 15%;
    text-align:center;
}

.table_class th:nth-child(2),
.table_class td:nth-child(2) {
    width: 15%;
    text-align:center;
}


.figure {
    text-align: center;
}

.figure--responsive {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.figure--appstore {
    width: 300px;
    height: auto;
}

.caption {
    font-size: 13px;
    color: #666;
    margin-top: 6px;
    margin-left: 20%; 
    margin-right: 20%; 
    text-align: center;
}

.box{
    border: 1px solid;
    padding: 15px;
    border-radius: 4px;
    margin-top: 20px;
}

.box--green {
    border-color: #00e02d;
    background: #e8f7e9;
}

.box--red {
    border-color: #d9534f;
    background: #fff5f5;
}
.box--yellow{
    border-color: #E0A800;
    background:#FFF8E1; 
    
}
.notice-title {
    font-weight: bold;
    margin-bottom: 8px;
}

.notice-title--green {
    color: #5cb85c;
}

.notice-title--red {
    color: #d9534f;
}