@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
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, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

ol, 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;
  table-layout: fixed;
}

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
  color: #111;
  font-family: "M PLUS Rounded 1c", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 15px;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

input, button,
textarea {
  font-family: "M PLUS Rounded 1c", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  font-family: "M PLUS Rounded 1c", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link,
a:visited {
  color: #009efa;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #009efa;
  text-decoration: none;
}

#l-loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f1c71d;
  z-index: 9999;
}

#l-loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, 0);
  text-align: center;
  color: #fff;
  z-index: 99999;
}

.l-wrap {
  position: relative;
}

.l-main {
  width: 100vw;
  height: 100vh;
}

.l-side {
  position: absolute;
  top: 10px;
  left: 10px;
  height: calc(100vh - 20px);
  width: 220px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
}
.l-side-inner {
  padding: 1.2em;
}

.l-container {
  box-sizing: border-box;
  width: 100%;
}
.l-container.is-map {
  background: url(../img/bg_map.png) no-repeat #f1c71d;
  background-size: cover;
  height: 100vh;
}
.l-container.is-user-list {
  background: url(../img/bg_map.png) no-repeat #f1c71d;
  background-size: cover;
  padding-bottom: 3em;
}

.l-contents {
  margin: 0 auto;
  width: 640px;
}
.l-contents::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 959px) {
  .l-contents {
    max-width: 100%;
    min-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 599px) {
  .l-contents {
    padding: 0 5%;
  }
}

.l-hanrei {
  position: absolute;
  bottom: 10px;
  left: 240px;
  z-index: 100;
}
.l-hanrei--print {
  left: auto;
  right: 50px;
  bottom: 55px;
}

.l-hanrei-ttl {
  position: absolute;
  top: 70px;
  left: 300px;
}
.l-hanrei-ttl--print {
  top: 80px;
  left: 10px;
}

.l-hazard {
  display: none;
  position: absolute;
  top: 130px;
  left: 310px;
  width: calc(100% - 370px);
  z-index: 500;
}
.l-hazard__inner {
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2.5em 4em;
}
.l-hazard.js-active {
  display: block;
}
.l-hazard--print {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-stepbar {
  position: absolute;
  top: 10px;
  left: 230px;
  padding: 0 64px;
  width: calc(100% - 250px);
}

.l-end {
  background: #f1c71d;
}

.l-name {
  position: absolute;
  top: 10px;
  left: 10px;
  height: auto;
  width: calc(100% - 20px);
}
.l-name-inner {
  padding: 0;
}

.l-hanrei-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media screen and (max-width: 599px) {
  .l-hanrei-icon {
    left: 0;
  }
}

.l-user-list {
  background: #fff;
  border-radius: 10px;
  padding: 3em 2em;
  margin-bottom: 2em;
}

input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
}

input[type="text"], textarea
input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="datetime-local"], input[type="url"], input[type="tel"], textarea {
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
  font-size: 108%;
  margin-bottom: .2em;
  padding: .4em .6em;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input[type="text"]:focus, textarea
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #ff0033;
}

textarea {
  width: 100%;
}

.f-password dt {
  padding-bottom: 2em;
}
.f-password dt input::placeholder {
  color: #999;
}
.f-password input[type="password"] {
  border-radius: 0;
  border: 6px solid #222;
  font-size: 339%;
  padding: .1em;
  width: 5em;
  text-align: center;
  transition: all .3s;
}
.f-password input[type="password"]:focus {
  border-color: #e73a5f;
}
@media screen and (max-width: 599px) {
  .f-password input[type="password"] {
    border: 3px solid #222;
    font-size: 170%;
    width: 7em;
  }
}

.f-select {
  -moz-appearance: none;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
  padding: .2em;
  position: relative;
  display: inline-block;
  margin-right: .6em;
}
.f-select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 9px;
  z-index: 10;
  background: url(../img/icon_select_arrow.svg) no-repeat;
  transform: translateY(-50%);
}

select {
  cursor: pointer;
  outline: none;
  -moz-appearance: none;
  text-overflow: ellipsis;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: .2em 1.4em .2em .2em;
  border: none;
  width: 100%;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 599px) {
  select {
    font-size: 16px;
  }
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.f-radio {
  position: relative;
  height: 80px;
}
.f-radio-inner {
  position: absolute;
  top: -0;
}

.f-radio input[type="radio"] {
  display: none;
}
.f-radio input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #ccc;
}
.f-radio input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.f-radio label {
  position: relative;
  display: inline-block;
  padding: 0 1em 0 2.4em;
  cursor: pointer;
}
.f-radio label::before, .f-radio label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.f-radio label::before {
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -14px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
.f-radio label:hover::before {
  background: #fff;
}
.f-radio label::after {
  opacity: 0;
  left: 5px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: #ff0033;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.f-w-xs {
  width: 5.5em;
}
@media screen and (max-width: 599px) {
  .f-w-xs {
    width: 100%;
  }
}

.f-w-sm {
  width: 7em;
}
@media screen and (max-width: 599px) {
  .f-w-sm {
    width: 100%;
  }
}

.f-w-md {
  width: 9em;
}
@media screen and (max-width: 599px) {
  .f-w-md {
    width: 100%;
  }
}

.f-w-lg {
  width: 100%;
}

.f-error {
  border-radius: 5px;
  color: #ff3737;
  display: block;
  font-size: 124%;
  padding: .1em;
}

.c-label {
  background: #666;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-weight: normal;
  font-size: 77%;
  float: right;
  letter-spacing: .1em;
  padding: 0 0.8em;
  margin: 0 .5em;
}

.f-gender {
  display: inline-block;
  width: 70px;
}

.f-error-login {
  background: #ffe0e0;
  border: 2px solid #ff3737;
  border-radius: 10px;
  color: #ff3737;
  display: block;
  font-size: 116%;
  padding: 1em;
  margin-bottom: 1em;
}

a.c-btn, .c-btn {
  box-sizing: border-box;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  transition: all .3s ease 0s;
  font-size: 139%;
}

a.c-btn-default, .c-btn-default {
  background: #222;
  color: #fff;
}

a.c-btn-yellow, .c-btn-yellow {
  border: 1px solid #f1c71d;
  background: #f1c71d;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  color: #111;
}

a.c-btn-green, .c-btn-green {
  border: 1px solid #75AE62;
  background: #75AE62;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
}

a.c-btn-red, .c-btn-red {
  border: 1px solid #e73a5f;
  background: #e73a5f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
}

a.c-btn-back, .c-btn-back {
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 1em;
  width: 100%;
}
a.c-btn-back span, .c-btn-back span {
  color: #fff;
  font-size: 124%;
  position: relative;
}
a.c-btn-back span:before, .c-btn-back span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  left: -1em;
  top: 10px;
}

.c-btn-xs {
  font-size: 124% !important;
  margin: 0 auto;
  padding: .5em 1.5em;
}
@media screen and (max-width: 599px) {
  .c-btn-xs {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-sm {
  font-size: 124% !important;
  margin: 0 auto;
  padding: 1em 2em;
}
@media screen and (max-width: 599px) {
  .c-btn-sm {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-md {
  padding: .5em 5em;
}
@media screen and (max-width: 599px) {
  .c-btn-md {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-lg {
  font-size: 124%;
  margin: 0 auto;
  padding: 1em;
  width: 250px;
}
@media screen and (max-width: 599px) {
  .c-btn-lg {
    padding: 1em 2em;
    width: auto;
  }
}

.c-btn-xl {
  box-sizing: border-box;
  font-size: 116%;
  margin: 0 auto;
  padding: .5em 0;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .c-btn-xl {
    padding: .5em 1em;
    width: 100%;
  }
}

.p-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto 1em;
}

.p-double-bounce1, .p-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.p-double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.p-logo {
  padding: 4em 0 2em;
  margin: 0 auto;
  width: 550px;
  position: relative;
}
.p-logo::before {
  content: '';
  position: absolute;
  width: calc(162px / 2);
  height: calc(266px /2);
  background: url(../img/icon_pin.png) no-repeat;
  background-size: cover;
  top: 50px;
  left: -110px;
}
.p-logo a {
  display: inline-block;
  width: 120px;
}
@media screen and (max-width: 599px) {
  .p-logo {
    width: 300px;
  }
  .p-logo::before {
    display: none;
  }
}

.p-ttl-login {
  font-size: 231%;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
}

.p-footer-item {
  width: 226px;
  height: 40px;
  background-image: url(../img/train.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.p-footer-item.p-footer-anime {
  animation-name: upDown;
  animation-iteration-count: infinite;
  animation-duration: 0.1s;
  animation-direction: alternate;
  animation-timing-function: steps(2);
  transition-duration: .3s;
  transition-property: transform;
}

.p-footer-stage {
  position: fixed;
  width: 100%;
  height: calc(102px /2);
  background: url(../img/bg_city.png) repeat-x bottom;
  background-size: 890px;
  bottom: 2px;
  display: block;
}

.p-footer-wrap {
  display: block;
  position: absolute;
  top: 10px;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: 15s;
  animation-iteration-count: 1;
  margin-right: -25px;
}

.p-footer-wrap[data-order="left"] {
  animation-name: GoLeft;
}

.p-footer-wrap[data-order="right"] {
  animation-name: GoRight;
}

[data-order="right"] > .p-footer-item {
  transform: rotateY(180deg);
}

@keyframes GoLeft {
  0% {
    right: -20%;
  }
  100% {
    right: 90%;
  }
}
@keyframes GoRight {
  0% {
    right: 90%;
  }
  100% {
    right: 10%;
  }
}
@keyframes upDown {
  0% {
    top: 0;
  }
  100% {
    top: 3px;
  }
}
.p-dl-list {
  display: flex;
  width: 100%;
}
.p-dl-list dt {
  font-weight: 500;
  padding: 1em;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .p-dl-list dt {
    display: block;
    width: auto;
  }
}
.p-dl-list dd {
  padding: 1em 2em;
}
@media screen and (max-width: 599px) {
  .p-dl-list dd {
    display: block;
    padding: 1em;
  }
}

.is-form {
  font-size: 139%;
  align-items: center;
  align-items: center;
}
.is-form dt {
  flex-basis: 40%;
  padding: .5em 0;
}
@media screen and (max-width: 599px) {
  .is-form dt {
    width: auto;
  }
}
.is-form dd {
  flex-basis: 60%;
  padding: .5em 0;
}

.p-logout {
  position: fixed;
  bottom: 80px;
  right: 0;
}

a.p-logout-btn {
  box-sizing: border-box;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  display: flex;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  transition: all .3s ease 0s;
  font-size: 85%;
  background: #D71518;
  color: #fff;
  padding: .5em 1em .5em 2.5em;
}
a.p-logout-btn i {
  width: 1em;
}
a.p-logout-btn .__icon {
  position: relative;
}
a.p-logout-btn .__icon::before {
  content: '';
  position: absolute;
  background: url(../img/icon_logout.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
}

.p-zipcord-ttl {
  font-size: 308%;
  line-height: 1.6;
  padding: 2em 0 1.5em;
}

.p-midashi {
  font-size: 185%;
  padding-bottom: .2em;
}

.p-hosoku {
  padding-bottom: 1em;
  padding-bottom: 1em;
}

.p-hosoku2 {
  font-size: 124%;
  padding-bottom: 1.5em;
}

.p-zipcord {
  font-size: 154%;
  margin-bottom: .5em;
}

.p-icon-area {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-animation: border 1s ease infinite alternate;
  animation: border 1s ease infinite alternate;
  position: relative;
  padding: 4em 0;
  margin-bottom: 20px;
}
.p-icon-area button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}

@-webkit-keyframes border {
  0% {
    border: 8px solid #f6ca4f;
  }
  100% {
    border: 8px solid #fff;
  }
}
@keyframes border {
  0% {
    border: 6px solid #f6ca4f;
  }
  100% {
    border: 6px solid #fff;
  }
}
.p-btn-xl {
  margin-bottom: 20px;
}
.p-btn-xl-icon {
  padding-bottom: .25em;
}
.p-btn-xl button {
  display: block;
  cursor: pointer;
  padding: 1em 0;
  border-radius: 15px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-decoration: inherit;
  background: #1bb06c;
  box-shadow: 0 6px 0 #147649;
  transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
  width: 100%;
}
.p-btn-xl button.is-active {
  background: #1bb06c;
  box-shadow: 0 3px 0 #147649;
  transform: translateY(3px);
}
.p-btn-xl button span {
  display: block;
}
.p-btn-xl button:hover {
  background: #1bb06c;
  box-shadow: 0 3px 0 #147649;
  transform: translateY(3px);
}
.p-btn-xl button:active {
  color: #ddd;
  background: #1bb06c;
  box-shadow: 0 0 0 #147649;
  transform: translateY(6px);
  transition-duration: .1s;
}
.p-btn-xl img {
  width: 80px;
}

.p-hazard {
  padding-bottom: 9em;
}
.p-hazard li {
  color: #fff;
  font-size: 124%;
  padding-bottom: 1em;
}

.p-hazard__catch {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
  align-items: center;
}
.p-hazard__catch .__ttl {
  font-size: 154%;
}

.p-hazard__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-hazard__list > li {
  width: 32%;
  margin-bottom: 1em;
}
.p-hazard__list input {
  display: none;
}
.p-hazard__list label {
  display: block;
  cursor: pointer;
  border-radius: 8px;
  border: 3px solid #e6e6e6;
  margin: 1px 0 1px 0;
  padding: 1em 2em;
  background: #f0f0f0;
  text-align: center;
}
.p-hazard__list input[type="radio"]:checked + label {
  border: 3px solid #f1c71d;
}
.p-hazard__list dt {
  display: block;
  padding: 0 1em .85em;
}
.p-hazard__list dd {
  font-size: 124%;
}

.p-hazard__icon {
  position: relative;
}

.p-gmap {
  height: 100%;
  width: 100%;
}

.p-theme {
  padding-bottom: 105px;
}
.p-theme-txt {
  background: #fff;
  border-radius: 6px;
  line-height: 1.4em;
  letter-spacing: .05em;
  padding: 1em;
  position: relative;
}
.p-theme-txt::after {
  position: absolute;
  content: '';
  width: calc(262px / 2.7);
  height: calc(222px / 2.7);
  bottom: -82px;
  left: .5em;
  background: url(../img/boy_fukidashi.png) no-repeat;
  background-size: cover;
}

.p-btn-end {
  position: absolute;
  bottom: 18px;
  width: calc(220px - 2.4em);
}

.p-hanrei li {
  display: block;
  font-size: 85%;
  padding: .2em;
  text-align: center;
}

.p-hanrei--kouzui li:nth-of-type(1) {
  background: #dc7adc;
  border-radius: 6px 6px 0 0;
}
.p-hanrei--kouzui li:nth-of-type(2) {
  background: #f285c9;
}
.p-hanrei--kouzui li:nth-of-type(3) {
  background: #ff9191;
}
.p-hanrei--kouzui li:nth-of-type(4) {
  background: #ffb7b7;
}
.p-hanrei--kouzui li:nth-of-type(5) {
  background: #ffd8c0;
}
.p-hanrei--kouzui li:nth-of-type(6) {
  background: #f7f5a9;
  border-radius: 0 0 6px 6px;
}
.p-hanrei--kouzui li:nth-of-type(7) {
  font-size: 124%;
  padding: 0;
}

.p-hanrei--takashio li:nth-of-type(1), .p-hanrei--tsunami li:nth-of-type(1) {
  background: #dc7abc;
  border-radius: 6px 6px 0 0;
}
.p-hanrei--takashio li:nth-of-type(2), .p-hanrei--tsunami li:nth-of-type(2) {
  background: #f285c9;
}
.p-hanrei--takashio li:nth-of-type(3), .p-hanrei--tsunami li:nth-of-type(3) {
  background: #ff9191;
}
.p-hanrei--takashio li:nth-of-type(4), .p-hanrei--tsunami li:nth-of-type(4) {
  background: #ffb7b7;
}
.p-hanrei--takashio li:nth-of-type(5), .p-hanrei--tsunami li:nth-of-type(5) {
  background: #ffd8c0;
}
.p-hanrei--takashio li:nth-of-type(6), .p-hanrei--tsunami li:nth-of-type(6) {
  background: #f8e1a6;
}
.p-hanrei--takashio li:nth-of-type(7), .p-hanrei--tsunami li:nth-of-type(7) {
  background: #f7f5a9;
}
.p-hanrei--takashio li:nth-of-type(8), .p-hanrei--tsunami li:nth-of-type(8) {
  background: #ffffb3;
  border-radius: 0 0 6px 6px;
}
.p-hanrei--takashio li:nth-of-type(9), .p-hanrei--tsunami li:nth-of-type(9) {
  font-size: 124%;
  padding: 0;
}

.p-hanrei--kyuukeishachi {
  display: flex;
}
.p-hanrei--kyuukeishachi li {
  padding: .2em 1em;
}
.p-hanrei--kyuukeishachi li:nth-of-type(1) {
  background: #fb684c;
  border-radius: 6px 0 0 6px;
}
.p-hanrei--kyuukeishachi li:nth-of-type(2) {
  background: #ffed4c;
  border-radius: 0 6px 6px 0;
}

.p-hanrei--dosekiryu {
  display: flex;
}
.p-hanrei--dosekiryu li {
  padding: .2em 1em;
}
.p-hanrei--dosekiryu li:nth-of-type(1) {
  background: #c04c63;
  border-radius: 6px 0 0 6px;
}
.p-hanrei--dosekiryu li:nth-of-type(2) {
  background: #edd86f;
  border-radius: 0 6px 6px 0;
}

.p-hanrei--jisuberi {
  display: flex;
}
.p-hanrei--jisuberi li {
  padding: .2em 1em;
}
.p-hanrei--jisuberi li:nth-of-type(1) {
  background: #ca4c95;
  border-radius: 6px 0 0 6px;
}
.p-hanrei--jisuberi li:nth-of-type(2) {
  background: #ffb74c;
  border-radius: 0 6px 6px 0;
}

.p-hanrei-ttl {
  background: #fff;
  padding: .5em 1em;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.p-hanrei-ttl .__sub {
  font-size: 85%;
}
.p-hanrei-ttl .__main {
  font-size: 124%;
}
.p-hanrei-ttl--print {
  box-shadow: none;
  padding: .35em .85em;
}
.p-hanrei-ttl--print .__main {
  font-size: 116%;
}

.p-confirm-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-confirm-head dt {
  width: calc(100% - 240px);
}
.p-confirm-head dd {
  width: 220px;
}

.p-result {
  text-align: center;
  padding-bottom: 2em;
}

.p-result-ttl {
  font-size: 247%;
  font-weight: bold;
  line-height: 1.6;
  padding: 2em 0 .5em;
}
.p-result-ttl .p-user-name {
  font-size: 131%;
  padding-right: .5em;
}

.p-qr {
  padding-bottom: 3em;
}
.p-qr canvas {
  border: 5px solid #fff;
}

.p-password {
  background: #089fe8;
  border: 6px solid #222;
  color: #fff;
  display: inline-block;
  margin-bottom: 4em;
  padding: 1em 2em;
  line-height: 1;
}
.p-password__txt {
  font-size: 185%;
}
.p-password__number {
  font-size: 339%;
}

.p-bg-boy {
  position: absolute;
  bottom: 0;
  right: 2.5em;
  width: calc(490px / 2);
  height: calc(534px / 2);
}
.p-bg-boy span {
  position: relative;
  display: block;
  width: calc(490px / 2);
  height: calc(534px / 2);
  background: url(../img/bg_boy.png) no-repeat;
  background-size: cover;
}

.p-password-ttl {
  font-size: 247%;
  font-weight: bold;
  line-height: 1.6;
  padding: 1em 0 .5em;
}
@media screen and (max-width: 599px) {
  .p-password-ttl {
    font-size: 108%;
    padding: 1em 0;
  }
}

.p-print-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-print-head > li:first-child {
  width: auto;
}
.p-print-head > li:last-child {
  text-align: right;
  width: 500px;
}
.p-print-head__in {
  display: flex;
  align-items: center;
  font-size: 124%;
  padding: .4em .8em;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  line-height: 1;
}
.p-print-head .p-user-icon {
  padding-right: .5em;
}
.p-print-head .p-user-name {
  font-size: 139%;
}
.p-print-head .p-user-gender {
  font-size: 131%;
  padding-right: .3em;
}
.p-print-head.is-confirm > li:first-child {
  width: auto;
}
.p-print-head.is-confirm > li:last-child {
  text-align: right;
  width: 420px;
}
@media screen and (max-width: 599px) {
  .p-print-head__in {
    font-size: 100%;
  }
  .p-print-head > li:first-child {
    width: 100%;
  }
  .p-print-head > li:nth-of-type(2), .p-print-head > li:nth-of-type(3) {
    display: none;
  }
  .p-print-head .p-user-icon {
    padding-right: 0;
    width: 23px;
    margin-right: .5em;
  }
  .p-print-head .p-user-gender {
    font-size: 100%;
    padding-right: .3em;
  }
}

.p-print-head__hazard {
  display: flex;
  justify-content: flex-end;
}
.p-print-head__hazard li:first-child {
  padding-right: 1em;
}

.p-hanrei-list {
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: .5em;
}
.p-hanrei-list li {
  padding-right: 1em;
}
@media screen and (max-width: 599px) {
  .p-hanrei-list {
    justify-content: flex-start;
    margin: 0 10px;
  }
  .p-hanrei-list li {
    flex-basis: 31%;
    padding-bottom: .3em;
  }
}

.p-hanrei-set {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .p-hanrei-set {
    line-height: 1;
  }
}

.p-hanrei-icons {
  margin: 0 .5em 0 0;
}
@media screen and (max-width: 599px) {
  .p-hanrei-icons {
    width: 15px;
  }
}

.p-hanrei-txt {
  font-size: 93%;
}
@media screen and (max-width: 599px) {
  .p-hanrei-txt {
    font-size: 77%;
  }
}

.p-icon-house::before {
  background-image: url(../img/icon_home.png);
}

.p-icon-other::before {
  background-image: url(../img/icon_other.png);
}

.p-icon-car::before {
  background-image: url(../img/icon_car.png);
}

.p-icon-hospital::before {
  background-image: url(../img/icon_hospital.png);
}

.p-icon-toilet::before {
  background-image: url(../img/icon_toilet.png);
}

.p-icon-water::before {
  background-image: url(../img/icon_water.png);
}

.p-icon-yane::before {
  background-image: url(../img/icon_yane.png);
}

.p-icon-hinanjo::before {
  background-image: url(../img/icon_hinanjo-s.png);
}

.p-icon-hazard::before {
  background-image: url(../img/icon_hazard.png);
}

.p-user-list-ttl {
  font-size: 308%;
  line-height: 1.6;
  padding: 1em 0 .5em;
}

.p-user-list {
  text-align: left;
}
.p-user-list li {
  border-bottom: 1px solid #000;
  padding: 0 0 1em;
  margin-bottom: 1em;
}
.p-user-list span {
  font-weight: bold;
  font-size: 124%;
}

.p-route-pager {
  padding-bottom: 4em;
}
.p-route-pager ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-route-pager li {
  margin-right: .5em;
}
.p-route-pager li span, .p-route-pager li a {
  display: inline-block;
  padding: 1.4em;
  border-radius: 50px;
  line-height: .65;
}
.p-route-pager li.is-active span {
  background: #1bb06c;
  color: #fff;
}
.p-route-pager li.is-prev a, .p-route-pager li.is-prev span, .p-route-pager li.is-next a, .p-route-pager li.is-next span {
  background: #ededed;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  padding: 1.4em 1.7em;
}
.p-route-pager li.is-prev a::before, .p-route-pager li.is-prev span::before, .p-route-pager li.is-next a::before, .p-route-pager li.is-next span::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 38%;
  left: 40%;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(-45deg);
}
.p-route-pager li.is-next a::before, .p-route-pager li.is-next span::before {
  transform: rotate(135deg);
}
.p-route-pager li.is-prev a:hover, .p-route-pager li.is-next a:hover {
  background: #333;
}
.p-route-pager li.is-prev a:hover::before, .p-route-pager li.is-next a:hover::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.p-route-pager a {
  background: #EEE;
  color: #000;
  text-decoration: none;
}
.p-route-pager a:hover {
  background: #333;
  color: #FFF;
}

.p-submit {
  text-align: center;
  padding: 2em 0 0;
}
.p-submit li:first-of-type {
  margin: 0 0 1.8em;
}
@media screen and (max-width: 599px) {
  .p-submit {
    padding: 1.5em 0 0;
  }
  .p-submit li {
    display: block;
  }
  .p-submit li:first-of-type {
    margin: 0 0 1.5em 0;
  }
}

.p-stepbar {
  display: flex;
  position: relative;
  padding: 0;
  text-align: center;
}
.p-stepbar button {
  cursor: pointer;
}
.p-stepbar li {
  font-size: 12px;
  list-style: none;
  line-height: 1em;
  padding-left: 33px;
  position: relative;
  z-index: 10;
}
.p-stepbar li:after {
  background-color: #fff;
  content: "";
  height: 6px;
  left: -1px;
  position: absolute;
  top: 19px;
  width: 36px;
  z-index: -1;
}
.p-stepbar li:first-child {
  padding-left: 0;
}
.p-stepbar li:first-child::after {
  display: none;
}
.p-stepbar li span {
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1;
  text-align: center;
  height: 46px;
  width: 46px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.p-stepbar .is-active span {
  background-color: #f1c71d;
}
.p-stepbar .is-active:after {
  background-color: #f1c71d;
}

.p-step-icon {
  position: relative;
}
.p-step-icon::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  top: 8px;
  left: 8px;
  background-size: cover;
}

.u-hidden_pc {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-hidden_pc {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .u-hidden_sp {
    display: none;
  }
}

.u-bold {
  font-weight: 500;
}

.u-txt-l {
  text-align: left;
}

.u-txt-c {
  text-align: center;
}

.u-txt-r {
  text-align: right;
}

.u-pb-xs {
  padding-bottom: 1em;
}

.u-pb-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .u-pb-sm {
    padding-bottom: 1.5em;
  }
}

.u-pb-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 599px) {
  .u-pb-md {
    padding-bottom: 2em;
  }
}

.u-pb-lg {
  padding-bottom: 6em;
}
@media screen and (max-width: 599px) {
  .u-pb-lg {
    padding-bottom: 3em;
  }
}

.u-mb-xs {
  margin-bottom: 1em;
}

.u-mb-sm {
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .u-mb-sm {
    margin-bottom: 1.5em;
  }
}

.u-mb-md {
  margin-bottom: 4em;
}
@media screen and (max-width: 599px) {
  .u-mb-md {
    margin-bottom: 2em;
  }
}

.u-mb-lg {
  margin-bottom: 6em;
}
@media screen and (max-width: 599px) {
  .u-mb-lg {
    margin-bottom: 3em;
  }
}

.u-mr-sm {
  margin-right: .5em;
}

@media print {
  body {
    overflow-y: visible;
    overflow-x: visible;
  }

  .l-hanrei-icon {
    top: auto;
    bottom: 20px;
  }

  .p-print-head li:first-child {
    width: auto;
  }
  .p-print-head li:nth-of-type(2), .p-print-head li:nth-of-type(3) {
    display: none;
  }

  .l-hanrei--print {
    right: 15px;
    bottom: 20px;
  }
}
@page {
  size: landscape;
}
