@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  box-sizing: border-box;
}

img, object, embed {
  max-width: 100%;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

a {
  color: #4e76ef;
}
a:link {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  text-decoration: none;
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 10px 25px 10px 25px;
  margin: 15px 0;
  min-width: 130px;
  max-height: 44px;
  appearance: none;
  background: #6c7481;
  border-radius: 22px;
  color: #fff;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button:hover {
  opacity: 0.8;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  font-feature-settings: "palt";
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #0d0d0d;
  height: 100%;
}

.flex {
  display: flex;
}

body {
  position: relative;
  background: #fff;
  background-image: radial-gradient(at 96.8% 95.7%, #ffe082 0px, transparent 50%), radial-gradient(at -2% 99.4%, #ffcc80 0px, transparent 50%), radial-gradient(at 97.2% 8%, #fdfcf8 0px, transparent 50%), radial-gradient(at -0.1% 7.7%, #fafafa 0px, transparent 50%), radial-gradient(at 73.2% 71.5%, #fff8e1 0px, transparent 50%);
}

header {
  width: 100%;
  height: 3px;
  background: #ff6d00;
}

main {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  text-align: center;
  width: fit-content;
  min-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  padding: 90px 30px;
}
@media screen and (max-width: 768px) {
  main {
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    padding: 60px 15px;
  }
}
main .govNamePrefix {
  font-size: 1.8rem;
  color: #6c7481;
}
main .govName {
  font-size: 2.7rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
main .date {
  display: inline-block;
  font-size: 1.2rem;
  color: #6c7481;
  border: 1px solid #6c7481;
  padding: 2px 7px 0;
}
main .whatsNew {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 30px;
  border-radius: 15px;
  margin: 60px auto 10px;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.2);
}
main .whatsNew a {
  position: relative;
  z-index: 1;
  color: #0d0d0d;
  text-decoration: none;
  height: 30px;
  border-radius: 0 15px 15px 0;
  background: #ffecb3;
  padding: 5px 20px 0 25px;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  main .whatsNew a {
    font-size: 1.3rem;
  }
}
main .whatsNew a:hover {
  text-decoration: underline;
}
main .whatsNew::before {
  position: relative;
  z-index: 2;
  display: block;
  content: "What's New";
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: 13px;
  color: #fff;
  background: rgb(255, 196, 0);
  background: url("../img/bell.svg"), linear-gradient(180deg, rgb(255, 196, 0) 0%, rgb(255, 145, 0) 100%);
  background-size: 12px, cover;
  background-position: 10px center, center;
  background-repeat: no-repeat;
  padding: 4px 15px 0 25px;
  height: 30px;
  border-radius: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main .whatsNew::before {
    font-size: 12px;
    padding: 5px 15px 0 25px;
  }
}
main .flex {
  justify-content: center;
}
main .flex button {
  background: rgb(120, 127, 139);
  background: linear-gradient(180deg, rgb(120, 127, 139) 0%, rgb(90, 99, 114) 100%);
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.2);
}
main .flex button + button {
  margin-left: 10px;
}