@charset "UTF-8";
/* --- CSS start ---*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tenor Sans", "Noto Sans JP", "YuGothic", "游ゴシック体", serif !important;
}

* {
  margin: 0;
  padding: 0;
}

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

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
}

input,
button,
select {
  vertical-align: middle;
  border-radius: 0;
  box-sizing: border-box;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  white-space: normal;
  outline: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

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

table {
  border-collapse: collapse;
}

@keyframes rotation {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
/*
Dart Sassにより@if分の出しわけが不可になった。
@mixin respond($breakpoint){
  @if $breakpoint == spBig{
     @media only screen and (min-width: 400px){ @content };
  }
  @if $breakpoint == tab-port{
    @media only screen and (min-width: 768px){ @content };
  }
  @if $breakpoint == laptop{
    @media only screen and (min-width: 992px){ @content };
  }
  @if $breakpoint == desktop{
    @media only screen and (min-width: 1200px){ @content };
  }
}
*/
.mt-15 {
  margin-top: 4vw !important;
}
@media only screen and (min-width: 768px) {
  .mt-15 {
    margin-top: 1.5rem !important;
  }
}

.mt-40 {
  margin-top: 10.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .mt-40 {
    margin-top: 4rem !important;
  }
}

.mt-50 {
  margin-top: 13.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .mt-50 {
    margin-top: 5rem !important;
  }
}

.mt-75 {
  margin-top: 20vw !important;
}
@media only screen and (min-width: 768px) {
  .mt-75 {
    margin-top: 7.5rem !important;
  }
}

.mb-10 {
  margin-bottom: 2.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .mb-10 {
    margin-bottom: 1rem !important;
  }
}

.mb-20 {
  margin-bottom: 5.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .mb-20 {
    margin-bottom: 2rem !important;
  }
}

.mb-25 {
  margin-bottom: 6.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .mb-25 {
    margin-bottom: 2.5rem !important;
  }
}

.mb-45 {
  margin-bottom: 12vw !important;
}
@media only screen and (min-width: 768px) {
  .mb-45 {
    margin-bottom: 4.5rem !important;
  }
}

.mb-50 {
  margin-bottom: 13.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .mb-50 {
    margin-bottom: 5rem !important;
  }
}

.m-auto {
  margin: auto;
}

.alertMark {
  color: #ff6464;
  font-size: 1rem;
  vertical-align: super;
}

.card {
  width: 100%;
  margin: 0 auto;
  border: 1px rgba(112, 112, 112, 0.5) solid;
  border-radius: 0.6rem;
  background-color: #fff;
  padding: 10.1333333333vw 4vw 8vw;
}
@media only screen and (min-width: 768px) {
  .card {
    padding: 5rem 0 3rem;
  }
}
.card__block {
  width: 61.3333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .card__block {
    width: 23rem;
  }
}
.card__ttl {
  font-size: 5.3333333333vw;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .card__ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.card__txt {
  font-size: 4vw;
  line-height: 1.6;
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .card__txt {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.cardPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 89.3333333333vw;
  margin: 0 auto;
  border: 1px rgba(112, 112, 112, 0.5) solid;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 6.6666666667vw 5.3333333333vw 10.6666666667vw;
  transition: top 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .cardPopup {
    width: 70rem;
    margin: 0 auto;
    padding: 2rem 5rem;
  }
}
.cardPopup__ttl {
  font-size: 5.3333333333vw;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .cardPopup__ttl {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.cardPopup__txt {
  font-size: 4vw;
  line-height: 1.6;
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .cardPopup__txt {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.popup .cardPopup {
  transition: top 0.3s ease;
}

.btnBase {
  font-size: 3.7333333333vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #84b251;
  width: 42.6666666667vw;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 0.3rem;
  padding: 3.2vw 0;
}
@media only screen and (min-width: 768px) {
  .btnBase {
    font-size: 1.6rem;
    width: 18rem;
    padding: 1.5rem 0;
  }
}

.backbtn {
  margin-top: 4vw;
  background-color: #5777bc;
}
@media only screen and (min-width: 768px) {
  .backbtn {
    margin-top: 1rem;
  }
}

.input__container {
  margin-bottom: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .input__container {
    margin-bottom: 2rem;
  }
}

.input__item {
  display: flex;
  align-items: center;
  justify-content: end;
}
.input__item:not(:last-of-type) {
  margin-bottom: 4.5333333333vw;
}
@media only screen and (min-width: 768px) {
  .input__item:not(:last-of-type) {
    margin-bottom: 1.8rem;
  }
}

.input__item--sec {
  display: flex;
  align-items: center;
  justify-content: start;
}
.input__item--sec:not(:last-of-type) {
  margin-bottom: 4.5333333333vw;
}
@media only screen and (min-width: 768px) {
  .input__item--sec:not(:last-of-type) {
    margin-bottom: 1.7rem;
  }
}
.input__item--sec:last-of-type {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .input__item--sec:last-of-type {
    margin-bottom: 4rem;
  }
}

.input__item--trd:not(:last-of-type) {
  margin-bottom: 4.5333333333vw;
}
@media only screen and (min-width: 768px) {
  .input__item--trd:not(:last-of-type) {
    margin-bottom: 1.8rem;
  }
}
.input__item--trd:last-of-type {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .input__item--trd:last-of-type {
    margin-bottom: 4rem;
  }
}

.input__label {
  text-align: left;
  display: block;
  margin-right: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .input__label {
    margin-right: 1.8rem;
  }
}

.input__form {
  width: 34.9333333333vw;
  height: 6.1333333333vw;
  padding: 0 0.5rem;
  border: 0.1rem solid rgba(112, 112, 112, 0.5);
}
@media only screen and (min-width: 768px) {
  .input__form {
    width: 13rem;
    height: 2.3rem;
  }
}

.input__textarea {
  width: 47.2vw;
  height: 6.1333333333vw;
  padding: 0.5rem;
  border: 0.1rem solid rgba(112, 112, 112, 0.5);
}
@media only screen and (min-width: 768px) {
  .input__textarea {
    width: 17.7rem;
    height: 2.3rem;
  }
}

.input__error {
  margin-bottom: 5.3333333333vw;
  color: #ff6464;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .input__error {
    margin-bottom: 2rem;
  }
}

.e-font-top-ttl {
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: center;
  color: #8fad5b;
}
@media only screen and (min-width: 768px) {
  .e-font-top-ttl {
    font-size: 2.5rem;
  }
}

.e-font-ttl {
  font-size: 4.5333333333vw;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .e-font-ttl {
    font-size: 1.7rem;
  }
}

.e-font-lg {
  font-size: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .e-font-lg {
    font-size: 1.8rem;
  }
}

.e-font-md {
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 768px) {
  .e-font-md {
    font-size: 1.4rem;
  }
}

.e-font-sm {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .e-font-sm {
    font-size: 1.5rem;
  }
}

.e-font-xsm {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .e-font-xsm {
    font-size: 1.1rem;
  }
}

.e-font-input {
  font-size: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .e-font-input {
    font-size: 2rem;
  }
}

.e-font-input-sm {
  font-size: 4.5333333333vw;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .e-font-input-sm {
    font-size: 1.7rem;
  }
}

.e-font-sm,
.e-font-xsm {
  letter-spacing: 0.08em;
}

.e-font-txt {
  font-size: 3.4666666667vw;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .e-font-txt {
    font-size: 1.3rem;
  }
}

.e-font-en {
  font-family: "Optima", sans-serif;
}

.e-bold {
  font-weight: bold;
}

.e-alert {
  color: #ff6464;
}

.e-text-center {
  text-align: center;
}

.btn--fr {
  padding: 4vw 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .btn--fr {
    padding: 1.5rem 2.5rem;
  }
}

.btn--lg {
  width: 53.3333333333vw;
  padding: 4vw 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .btn--lg {
    width: 20rem;
    padding: 1.5rem 2.5rem;
  }
}

.btn--md {
  width: 42.6666666667vw;
  padding: 4vw 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .btn--md {
    width: 16rem;
    padding: 1.5rem 2.5rem;
  }
}

.btn--sm {
  width: 21.3333333333vw;
  padding: 1.3333333333vw 0.8vw;
}
@media only screen and (min-width: 768px) {
  .btn--sm {
    width: 8rem;
    height: 2.5rem;
    padding: 0.5rem 0.3rem;
  }
}

.btn--rd {
  width: 64vw;
  padding: 2.6666666667vw 0.8vw;
  border-radius: 2rem !important;
}
@media only screen and (min-width: 768px) {
  .btn--rd {
    width: 24rem;
    padding: 1rem 0.3rem;
  }
}

.btn--lg,
.btn--md,
.btn--sm,
.btn--fr,
.btn--rd {
  border-radius: 0.3rem;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: bold;
}

.btn--pink {
  background-color: #f59d9d;
}

.btn--blue {
  background-color: #7fc4eb;
}

.btn--green {
  background-color: #8fad5b;
}

.btn--red {
  background-color: #fd0808;
}

.btn--black {
  background-color: #000000;
}

.btn--gray {
  background-color: #484848;
}

.l-footer {
  background-color: #f2f2f2;
}
.l-footer--admin {
  padding: 13.3333333333vw 0;
}
@media only screen and (min-width: 768px) {
  .l-footer--admin {
    padding: 5rem 20.703125vw 5rem;
  }
}
.l-footer--user {
  padding: 8vw 0 8vw;
}
@media only screen and (min-width: 768px) {
  .l-footer--user {
    display: flex;
    justify-content: space-between;
    padding: 5rem 20.703125vw 5rem;
  }
}

.footer__user--logo {
  width: 17.3333333333vw;
  margin: 0 auto 7.2vw;
}
@media only screen and (min-width: 768px) {
  .footer__user--logo {
    width: 6.5rem;
    margin: 0;
  }
}
.footer__user--info {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer__user--info {
    text-align: right;
  }
}
.footer__admin--info {
  text-align: center;
}
.footer__info--branch {
  margin-bottom: 4vw;
}
@media only screen and (min-width: 768px) {
  .footer__info--branch {
    margin-bottom: 1.171875vw;
  }
}
.footer__info--company {
  margin-bottom: 4vw;
}
@media only screen and (min-width: 768px) {
  .footer__info--company {
    margin-bottom: 1.171875vw;
  }
}
.footer__info--address {
  margin-bottom: 4vw;
}
@media only screen and (min-width: 768px) {
  .footer__info--address {
    margin-bottom: 1.171875vw;
  }
}
.footer__info--tel a {
  color: #000 !important;
}

.l-header {
  padding: 5.3333333333vw 5.3333333333vw 0;
}
@media only screen and (min-width: 768px) {
  .l-header {
    padding: 2rem 2rem 0;
  }
}

.header__admin {
  display: flex;
  justify-content: space-between;
}
.header__user {
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-position: center;
  height: 35.2vw;
  flex: none;
  margin-bottom: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .header__user {
    height: 45.1rem;
    margin-bottom: 8rem;
  }
}
.header__logo {
  width: 30.1333333333vw;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    width: 24.6rem;
  }
}
.header__btns {
  display: flex;
}
.header__btn {
  display: block;
}
@media only screen and (min-width: 768px) {
  .header__btn {
    align-items: center;
    display: flex;
  }
}
.header__btn:first-of-type {
  margin-right: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .header__btn:first-of-type {
    margin-right: 0.5rem;
  }
}

body {
  display: flex; /* フレックスボックスに有効に */
  flex-flow: column; /* 要素を縦に並べる */
  min-height: 100vh; /* 最小でも画面の高さ分のbodyの高さを担保する */
}

main {
  flex: 1; /* 画面の高さから他の同レイヤーの要素の高さを引いた値に */
}

.wrapper {
  height: fit-content;
}

.l-main {
  padding: 0 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main {
    padding: 0 20.703125vw;
  }
}

.main__logo {
  width: 27.4666666667vw;
  margin: 13.3333333333vw auto 11.2vw;
}
@media only screen and (min-width: 768px) {
  .main__logo {
    width: 10rem;
    margin: 5rem auto 4.2rem;
  }
}

.adminUser {
  margin-top: 22.6666666667vw;
  margin-bottom: 12vw;
}
@media only screen and (min-width: 768px) {
  .adminUser {
    margin-top: 15rem;
    margin-bottom: 4.5rem;
  }
}
.adminUser__block:not(:last-of-type) {
  margin-bottom: 12vw;
}
@media only screen and (min-width: 768px) {
  .adminUser__block:not(:last-of-type) {
    margin-bottom: 4.5rem;
  }
}
.adminUser__txt {
  margin-bottom: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .adminUser__txt {
    margin-bottom: 1.6rem;
  }
}

.register__container {
  width: 80vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .register__container {
    width: 45rem;
  }
}
.register__caution {
  position: relative;
  top: -0.7rem;
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .register__caution {
    margin-bottom: 1rem;
  }
}

.confirm__container {
  width: 80vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .confirm__container {
    width: 45rem;
  }
}
.confirm__iframe {
  width: 100%;
  height: 89.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .confirm__iframe {
    width: 100%;
    height: 60rem;
    margin: 0 auto 2.5rem;
  }
}

.done__container {
  width: 56vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .done__container {
    width: 35rem;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .list__container {
    width: 45rem;
    margin: 0 auto;
  }
}
.list__card {
  width: 100%;
  border-radius: 0.3rem;
  background-color: rgba(213, 239, 84, 0.3);
  padding: 4vw 2.6666666667vw 4vw;
  margin-bottom: 4vw;
}
@media only screen and (min-width: 768px) {
  .list__card {
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
  }
}
.list table {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .list table {
    margin-bottom: 2rem;
  }
}
.list table th,
.list table td {
  width: 25%;
  padding: 1.5%;
  font-size: 2.9333333333vw;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .list table th,
  .list table td {
    font-size: 1.1rem;
  }
}
.list__memo {
  margin-bottom: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .list__memo {
    margin-bottom: 2rem;
  }
}
.list__memo--ttl {
  padding-left: 1.5%;
  font-size: 2.9333333333vw;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .list__memo--ttl {
    font-size: 1.1rem;
  }
}
.list__memo--txt {
  font-size: 2.9333333333vw;
  padding: 1.5%;
}
@media only screen and (min-width: 768px) {
  .list__memo--txt {
    font-size: 1.1rem;
  }
}
.list__pdf {
  text-decoration: underline;
  word-wrap: break-word;
}
.list__btns {
  display: flex;
  justify-content: center;
  margin: auto;
}
.list__btn:first-of-type {
  margin-right: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .list__btn:first-of-type {
    margin-right: 0.5rem;
  }
}
.list__pagenation {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .list__pagenation {
    margin-bottom: 5rem;
  }
}
.list__pagenation a {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .list__pagenation a {
    font-size: 1.2rem;
  }
}
.list__searchData {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list__total {
  margin-bottom: 2rem;
}
.list__search {
  margin-bottom: 2rem;
  display: flex;
}
.list__searchbox {
  border: 0.1rem solid rgba(112, 112, 112, 0.5);
  border-radius: 0.3rem;
  width: 48vw;
  padding: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .list__searchbox {
    width: 19rem;
    padding: 0.6rem;
  }
}
.list__searchbtn {
  background-color: #8fad5b;
  color: #fff;
  padding: 1.3333333333vw;
  font-size: 3.2vw;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .list__searchbtn {
    font-size: 1.2rem;
    padding: 0.6rem;
  }
}

.deleteAlert iframe,
.updateAlert iframe {
  width: 100%;
  height: 56vw;
}
@media only screen and (min-width: 768px) {
  .deleteAlert iframe,
  .updateAlert iframe {
    height: 21rem;
  }
}
.deleteAlert .confirm__contents,
.updateAlert .confirm__contents {
  margin-bottom: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .deleteAlert .confirm__contents,
  .updateAlert .confirm__contents {
    margin-bottom: 2rem;
  }
}
.deleteAlert .confirm__item,
.updateAlert .confirm__item {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .deleteAlert .confirm__item,
  .updateAlert .confirm__item {
    margin-top: 2rem;
  }
}

.deleteAlert,
.updateAlert {
  position: absolute;
  padding: 13.3333333333vw 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .deleteAlert,
  .updateAlert {
    padding: 5rem 0;
  }
}
.deleteAlert.popup,
.updateAlert.popup {
  opacity: 1;
  visibility: visible;
}

.popupAlertBg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup {
  height: fit-content;
}

.update__container {
  width: 80vw;
  margin: 0 auto;
}

.delete__container {
  width: 80vw;
  margin: 0 auto;
}

.top__block {
  margin-bottom: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .top__block {
    margin-bottom: 8.5rem;
  }
}
.top__ttl {
  margin-bottom: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .top__ttl {
    margin-bottom: 1rem;
  }
}
.top__txt {
  line-height: 1.75;
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .top__txt {
    margin-bottom: 3rem;
  }
}
.top__sampleImg01 {
  width: 41.3333333333vw;
  margin: 0 auto 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .top__sampleImg01 {
    width: 35rem;
    margin-bottom: 3rem;
  }
}
.top__input {
  padding: 0 0.5rem;
  display: block;
  width: 64vw;
  margin: 0 auto 2.6666666667vw;
  height: 10.6666666667vw;
  border: 0.1rem solid rgba(112, 112, 112, 0.5);
  border-radius: 0.3rem;
}
@media only screen and (min-width: 768px) {
  .top__input {
    width: 24rem;
    margin: 0 auto 1rem;
    height: 4rem;
  }
}
.top__input::placeholder {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top__pc--ttl {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .top__flex {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .top__flex--txt {
    width: 29.296875vw;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .top__flex--img {
    width: 25vw;
  }
}
@media only screen and (min-width: 768px) {
  .top__pdfs {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .top__pdf {
    width: 28.515625vw;
  }
}
.top__notfound {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  margin: 0 auto 5.3333333333vw;
  color: red;
  font-weight: bold;
  border: 1px solid red;
  line-height: 4.6rem;
  background: rgba(255, 184, 184, 0.33);
}
@media only screen and (min-width: 768px) {
  .top__notfound {
    margin: 0 auto 8rem;
  }
}

.result__iframe {
  width: 89.3333333333vw;
  height: 74.6666666667vw;
  margin: 0 auto 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .result__iframe {
    width: 36.5rem;
    height: 51.3rem;
    margin: 0 auto 2.5rem;
  }
}
.result__dl {
  margin-bottom: 8vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .result__dl {
    margin-bottom: 3rem;
  }
}
.result__dl--img {
  width: 4vw;
  margin-right: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .result__dl--img {
    width: 1.5rem;
    margin-right: 0.5rem;
  }
}
.result__dl--txt {
  color: #759bce;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .view__container {
    width: 45rem;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */
