@charset "utf-8";
@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?4t4lq5');
  src:  url('/fonts/icomoon.eot?4t4lq5#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?4t4lq5') format('truetype'),
    url('/fonts/icomoon.woff?4t4lq5') format('woff'),
    url('/fonts/icomoon.svg?4t4lq5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-paper-plane:before {
  content: "\e900";
}
.fa-pen-to-square:before {
  content: "\e901";
}
.fa-envelope:before {
  content: "\e902";
}
.fa-chevron-right:before {
  content: "\e903";
}
.fa-chevron-left:before {
  content: "\e904";
}
.fa-book-open:before {
  content: "\e905";
}
.fa-house:before {
  content: "\e906";
}
.fa-heart:before {
  content: "\e907";
}
.fa-clock:before {
  content: "\e908";
}





/* All
==================================================================================*/
*::-webkit-scrollbar {
  display: none;
}
html {
  overflow-x: hidden;
  font-size: 100%;
}
body {
  position: relative;
  background-color: #f4f4f4;
  line-height: 2;
  letter-spacing: 0.075em;
  width: 100%;
  height: 100%;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  font-size: 14px;
  color: #2b65a4;
  font-weight: 500;
  margin-bottom: 160px;
}
.wrap {
  padding: 48px 32px 0px 32px;
  margin: auto;
  max-width: 400px;
}
.wrap:last-of-type {
  padding-bottom: 48px;
}
a.border {
  line-height: 2.5;
  border-bottom: solid 1px;
  padding: 1.5px 0;
}
p {
  margin-bottom: 2rem;
  text-align: left;
}
p:last-of-type {
  margin-bottom: 0;
}
.marker {
  padding: 0 8px;
  line-height: 2;
  background: radial-gradient(circle at calc(100% - 7px) calc(100% - 4px), #f3b5a6 4px, transparent 4px),
    radial-gradient(circle at 7px calc(100% - 4px), #f3b5a6 4px, transparent 4px),
    linear-gradient(to bottom, #f4f4f4 calc(100% - 8px), transparent calc(100% - 8px)),
    linear-gradient(to right, transparent 7px, #f3b5a6 7px, #f3b5a6 calc(100% - 8px), transparent calc(100% - 8px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
img {
  width: 100%;
}
hr {
  max-width: 400px;
  margin: 48px auto 0;
  border: none;
  border-top: solid 2px #2b65a4;
}
header {
  margin: auto;
  max-width: 400px;
  padding: 16px 32px 0;
  text-align: left;
}
@media (hover:hover) and (pointer:fine) {
  a:hover {
    color: #f3b5a6;
  }
}

/* Nav
==================================================================================*/
nav {
  margin: 24px 0;
}
nav ul {
  margin: auto;
  display: flex;
  list-style-type: none;
  padding: 0;
}
ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 0 12px;
}
ol {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
}
li::marker {
  color: #f3b5a6;
}
.li {
  flex-basis: 25%;
}
@media (hover:hover) and (pointer:fine) {
  .li:hover {
    color: #f3b5a6;
  }
}
.li i {
  font-size: 24px;
}
.mini-text {
  margin-top: -2px;
  font-size: 12px;
}
/* clap */
.active {
  animation: clap .5s ease-out;
}
@keyframes clap {
  0% {
    transform: scale(1,1);
  }
  50% {
    transform: scale(.5,.5);
  }
  100% {
    transform: scale(1,1);
  }
}


/* Title
==================================================================================*/
h1 {
  font-family: "Glass Antiqua", cursive;
  font-size: 24px;
}
h2 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
h3 {
  /* margin-bottom: 8px; */
}
h4 {
  align-items: center;
  display: flex;
}
h4::before {
  flex-grow: 1;
  border-bottom: solid 1px;
  content: "";
  margin-right: 14px;
}
h5 {
  margin: 0 0 8px 0;
  border-left: 5px solid #f3b5a6;
  padding-left: 8px;
  font-size: 16px
}


/* Box
==================================================================================*/
.news {
  font-size: 12px;
  border-radius: 10px;
  max-width: 400px;
  color: #fff;
  /* margin-top: 24px; */
  padding: 14px;
  background-color: rgba(43,101,164,.7);
}
.left-box {
  text-align: left;
}
.long {
  text-align: left;
  margin-bottom: 24px;
}
.long:last-of-type {
  margin-bottom: 0;
}

/* Font Awesome
==================================================================================*/
i.fa-chevron-left,
i.fa-clock,
i.fa-home {
  margin-right: 4px
}
i.fa-solid.fa-paper-plane {
  position: absolute;
  top: 11px;
  left: 10px;
}

/* Name Change
==================================================================================*/
.input-area {
  position: relative;
  border-bottom: #2b65a4 double;
  margin: 12px 0 0;
  padding: 0 0 12px;
}
.input-area label {
  display: block;
}
.input-area .charm {
  max-width: 120px;
  border-radius: 10px;
  padding: 0 14px;
  background-color: #fff;
  color: #2b65a4;
}
.input-area button[type="button"] {
  right: 0;
  bottom: 12px;
  position: absolute;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  margin: auto;
  background: #2b65a4;
  color: #fff;
  line-height: 24px;
}
.input-area button[type="button"]:hover {
  background: #878886;
}