body,
button,
input,
select,
textarea {
  color: #333;
  font-family: Verdana, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo UI", "MS Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}

h2 {
  color: #666;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

h4 {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
}

h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h6 {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
}

p {
  margin: 0;
  padding: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 10px;
  text-align: left;
  margin-bottom: 1.6em;
  max-width: 100%;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: none;
}

label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.5em;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
  border-color: #333;
}

select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-family: Verdana, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo UI", "MS Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

:-moz-placeholder {
  color: #ccc;
  font-family: Verdana, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo UI", "MS Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

::-moz-placeholder {
  color: #ccc;
  font-family: Verdana, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo UI", "MS Gothic", "ＭＳ Ｐゴシック", sans-serif;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  font-family: Verdana, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo UI", "MS Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding: 0;
}

ul {
  list-style: disc;
  list-style-position: inside;
}

ol {
  list-style: decimal;
  list-style-position: inside;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  padding-bottom: 0.5em;
}

tr {
}

th {
  padding: 0.4em;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

td {
  padding: 0.4em;
  text-align: left;
  vertical-align: top;
}

a {
  color: #2878B4;
  box-shadow: none;
  text-decoration: underline;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}

input.disabled {
  background: #eee;
}

.button {
  padding: 0.6em 1.4em;
  margin: 0 auto;
  display: block;
  width: 100%;
  transition: background 0.2s;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  background: #454545;
  color: #fff;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
@media screen and (min-width: 30em) {

  .button {
    display: inline-block;
    width: auto;
    text-align: center;
  }

}
.button:hover,
.button:focus {
  background: #787878;
  color: #fff;
}
.button.big {
  font-size: 1.2em;
}
.button.small {
  padding: 0.4em 0.8em;
  font-size: 0.8em;
}
.button span {
  font-size: 0.7em;
  opacity: 0.7;
}




#page {
  background: #F8F8F8;
  position: relative;
  word-wrap: break-word;
}
#page #header-page-back {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  color: #999;
  padding: 0.2em 0.8em;
  position: absolute;
  left: 14px;
  top: 10px;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
#page #header-page-back .text {
  display: none;
}
@media screen and (min-width: 30em) {

  #page #header-page-back .text {
    display: inline-block;
  }

}



#page .site-header {
  background: #fff;
}
#page #header-logo {
  padding: 16px 0;
  text-align: center;
}
#page #header-logo img {
  width: auto;
  height: 60px;
}
#page #header-text {
  color: #777;
  padding: 0 0 16px 0;
  font-size: 0.9em;
  text-align: center;
}
#page .wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1em;
  padding-right: 1em;
}
#page .wrapper:after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 30em) {

  #page .wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

}
#page .site-footer {
  background: #EEEEEE;
  padding: 1.2em 0;
}
#page #footer-text {
  color: #333;
}
#window-close {
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  z-index: 10000;
  display: none;
}
#window-close.show {
  position: fixed;
  display: flex;
}
#window-close p {
  margin: auto;
}


#page #content {
  text-align: center;
  padding: 30px 0 50px 0;
}
#page #content .page-title {
  font-size: 1.6em;
  margin-bottom: 30px;
}
#page #content .page-description {
  font-size: 0.9em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  text-align: center;
}
#page #content .page-error-message {
  background: #C00;
  color: #fff;
  margin: 0 auto 30px auto;
  text-align: center;
  padding: 0.4em 1.2em;
}
@media screen and (min-width: 60em) {

  #page #content .page-title {
    font-size: 2.0em;
  }
  #page #content .page-description {
    font-size: 1.2em;
  }
  #page #content .page-error-message {
    font-size: 1.3em;
  }

}
#page #primary {
  float: none;
  width: auto;
}
#page #secondary {
  margin: 40px auto;
  display: none;
}
body.has-sidebar #page #secondary {
  display: block;
}
@media screen and (min-width: 60em) {

  body.has-sidebar #page #primary {
    float: left;
    width: 60%;
  }
  body.has-sidebar #page #secondary {
    float: right;
    width: 36%;
    margin-top: 0;
  }

}



#page #secondary #secondary-toggle-widget {
  margin-bottom: 22px;
}
#page #secondary .widget {
  margin: 0 auto 24px auto;
  text-align: left;
  display: none;
}
@media screen and (min-width: 30em) {

  #page #secondary #secondary-toggle-widget {
    display: none;
  }
  #page #secondary .widget {
    display: block;
  }

}
#page #secondary .widget .widget-title {
  color: #888;
  font-weight: bold;
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
#page #secondary .widget .widget-title .fas {
  font-size: 0.8em;
  color: #666;
}
#page #secondary .widget .widget-content ul {
  list-style: none;
}
