@charset "shift_jis";

#nagare01 {
  max-width: calc(900px + 20px * 2);
  padding-inline: 20px;
  margin: 20px auto 0;
  box-sizing: border-box;
}

#nagare01 .nagare01__title {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  margin-bottom: 20px;
}

#nagare01 .nagare01__title-sub {
  font-size: 25px;
  /* border: currentColor 1px solid;
  padding-inline: 10px;
  margin-left: 10px; */
}

#nagare01 .blue {
  color: #4582c6;
}

#nagare01 .red {
  color: #fff;
  background: #e50012;
  padding: 3px 10px;
  border-radius: 5px;
  margin-inline: 5px;
  display: inline-block;
  margin-block: 2px;
}

#nagare01 .regist {
  background: #efefef;
  padding: 3px 10px;
  margin-inline: 5px;
  display: inline-block;
  margin-block: 2px;
}

#nagare01 .regist i {
  font-size: 1.3em;
  position: relative;
  top: 3px;
  font-family: "fontPlazaIcon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#nagare01 .plazaicon-login:before {
  content: "\e950";
}

#nagare01 .login,
#nagare01 .mypage {
  background: #b10e1b;
  color: #fff;
  padding: 3px 10px;
  margin-inline: 5px;
  display: inline-block;
  margin-block: 2px;
}

#nagare01 .border {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 3px 10px;
  margin-inline: 5px;
  display: inline-block;
  margin-block: 2px;
}

#nagare01 .delete {
  background: #f0f0f0;
  border-radius: 5px;
  padding: 3px 10px;
  margin-inline: 5px;
  display: inline-block;
  margin-block: 2px;
}

#nagare01 .margin {
  padding: 0 10px;
  border-radius: 5px;
  margin-inline: 5px;
  border: 1px solid #333;
  margin-block: 3px;
  display: inline-block;
}

#nagare01 .change {
  border-radius: 5px;
  padding: 3px 10px;
  margin-inline: 5px;
  background: #efefef;
  color: #4960c9;
  display: inline-block;
  margin-block: 2px;
}

#nagare01 .confirm {
  background: #e50012;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  margin-inline: 5px;
  display: inline-block;
  margin-block: 2px;
}

#nagare01 .nagare01__button {
  display: block;
  margin-top: 40px;
  text-align: center;
}

#nagare01 .nagare01__button-gray {
  width: 50%;
  display: block;
  margin-inline: auto;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 10px;
  position: relative;
  border-radius: 5px;
  top: -3px;
  font-size: 15px;
  background: #8f8f8f;
  box-shadow: 0px 3px 0 rgba(119, 119, 119, 0.3);
  transition: box-shadow 0.5s, top 0.5s;
}

#nagare01 .nagare01__button-gray::after {
  font-family: "Material Icons";
  content: "chevron_right";
  position: absolute;
  top: 54%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 20px;
}

#nagare01 .nagare01__button-gray:hover {
  color: #fff !important;
  box-shadow: none !important;
  top: 0px;
}

#nagare01 .nagare01__lists {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#nagare01 .nagare01__list {
}

#nagare01 .nagare01__head {
  font-size: 15px;
  font-weight: 500;
  background: #d04848;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 7px;
}

#nagare01 .nagare01__item {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding: 5px;
}

#nagare01 .nagare01__item-link {
  flex-shrink: 0;
}

#nagare01 .smp_none {
  display: block;
}

#nagare01 .pc_none {
  display: none;
}

#nagare01 .nagare01__item-img {
  display: block;
  width: 250px;
}

#nagare01 .nagare01__list-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#nagare01 .nagare01__list-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}

#nagare01 .nagare01__list-right-item {
}

#nagare01 .caution {
  padding: 10px;
  background-color: #f6eee3;
}

#nagare01 .caution p {
  text-indent: -1em;
  padding-left: 1em;
}

#nagare01 .nagare01__list-right-head {
  font-size: 15px;
  font-weight: bold;
}

#nagare01 .nagare01__list-right-text {
}

#nagare01 .list-right__content {
  display: flex;
  align-items: center;
  gap: 15px;
}

#nagare01 .list-right__content-img {
  width: 40%;
  border: 1px solid;
}

#nagare01 .list-right__content-text {
  line-height: 2.5;
}

#nagare01 .list-right__link {
  color: #cb6767;
  font-weight: bold;
  border-bottom: 1px solid;
}

#page_top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 4vw;
  bottom: 80px;
  /* background: #ef3f98; */
  border: 2px solid #666;
  opacity: 1;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 25px;
  color: #666;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
}
