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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
*, *:before, *:after {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Noto Sans JP', "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
iframe,img,object,svg,video {
    display:block;
    vertical-align:middle;
    max-width:100%;
}
sub {
    font-size: 80%;
    font-weight: 500;
}

/*
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper{
    min-height: 100vh;
    position: relative;
    padding-bottom: 80px;
    box-sizing: border-box;
}
header {
    margin: 0 0 50px 0;
    padding: 0;
    background-color: #00918D;
    text-align: center;
}
footer {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background-color: #D7EFED;
    text-align: center;
    position: absolute;
    bottom: 0;
    
}
.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
@media (max-width: 960px) {
  .container {
    width: 85%;
    padding: 0;
}
}

header h1.title {
    color: #FFFFFF;
    font-size: 3rem;
    margin: 0;
    padding: 10px 0;
}
h1.title span {padding-left: 1em;}
h2 {background: #D7EFED; padding: 5px 1em; margin-bottom: 1em;}
h3 {font-size: 2.4rem; margin-bottom: 1em;}
p.day {font-weight: bold;}
footer a {
    color: #222222;
    text-decoration: underline;
}

@media (max-width: 599px) {
    header h1.title {
    font-size: 6vw;
}
    h1.title span {padding-left: 0;}
}
.sp {display: none;}
@media (max-width: 599px) {
    .sp {display: block;}
}
.block {
    border: 1px solid #BCBCBC;
    padding: 15px;
    margin-bottom: 30px;
}

.btn-block {
    width: 80%;
    margin: 0 auto 20px;
}
.btn-block div{
    width: 45%;
    margin: 0 auto;
}
@media (max-width: 599px) {
    .btn-block {
}
    .btn-block div{
    width: 100%;
}
    .btn-block div:first-child{
    margin-bottom: 30px;
}
}

.button
 {
  height: 50px;
  padding: 0 30px;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  line-height: 50px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #00918D;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box; }
.button a {
    color: #FFFFFF;
    display: block;
}
.button:hover,
.button:focus
 {background-color: #00ADA8;
  outline: 0;
    color: #FFF;}

.p404 {
    text-align: center;
}
.p404 .button {
    width: 60%;
    margin: 50px auto;
}
@media (max-width: 599px) {
    .p404 .button {
    width: 90%;
}
}
.end {margin-bottom: 60px;}
.note {text-align: center; font-size: 90%;}

a.link-pre {text-decoration: underline;}
