@charset "UTF-8";


body {
  max-width: 450px;
  ;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  color: #3d3d3d;
}

* {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

header.logo_area,
header.logo_area * {
  box-sizing: border-box;
}

header.logo_area {
  max-width: 450px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 5;
  background: #ffffff;
  box-shadow: 0 6px 14px -7px rgba(0, 0, 0, 0.5);
  padding: 0;
  padding-right: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

header.logo_area>img {
  width: 22%;
  margin: 0;
}

header.logo_area>a {
  width: 46.8%;
  margin: 1% 0 0;
}

.submit_btn {
  width: 100%;
  height: auto;
  margin: 1rem auto;
}

/* ページのスタイル */
main {
  position: relative;
  width: 100%;
  max-width: 450px;
  ;
  margin: 0 auto;
  display: block;
}

.teller {
  position: relative;
  width: 100%;
  background: url(../../common/img/teller_bg.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
}

.teller:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 0 -18px 15px -14px rgba(0, 0, 0, 0.2) inset, 0 16px 15px -14px rgba(0, 0, 0, 0.4) inset;
}

.teller .inner {
  position: relative;
}

.teller .title {
  width: 74%;
  margin: 0 auto;
  padding: 6% 0;
  display: block;
}

.teller .contents {
  padding-bottom: 4%;
}

.teller .contents li {
  display: block;
  width: 90%;
  padding: 4px 4px 20px;
  margin: 0 auto 7%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 7px 17px -6px rgba(0, 0, 0, 0.6);
  transition: .6s ease-in-out;
  -webkit-transition: .6s ease-in-out;
}


.teller ul.contents>li {
  font-family: "NotoSansCJKjp";
  display: flex;
  margin: 4% auto;
  padding: 4% 0;
  width: 94%;
}

ul.contents>li>img:first-child {
  width: 37%;
  border-radius: 10%;
  margin: auto 4%;
}

div.prf {
  font-size: 0.9rem;
  margin-right: 4%;
}

div.prf>div {
  font-size: 1.7rem;
}

div.prf>div::after {
  content: "先生";
  font-size: 1.2rem;
}

div.prf span {
  border-radius: 30px;
  font-weight: bold;
  padding: 0.1em 1em;
  color: #ffffff;
  width: fit-content;
  background-color: #ee4f70;
}




/* 基本 */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.3;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 0.85;
  }

  100% {
    transform: scale(40) rotate(45deg);
    opacity: 0;
  }
}

/* スタイル */

div.top {
  position: relative;
}

img.ticket {
  top: 72%;
  width: 90%;
}

.cta {
  width: 85%;
  top: 90%;
}

div.kiran_outer {
  position: absolute;
  width: 85%;
  height: 11%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 90%;
  border-radius: 13px;
  opacity: 0.7;
  overflow: hidden;
}

div.kiran {
  position: absolute;
  height: 100%;
  width: 10%;
  top: 0%;
  left: 0;
  background-color: #fff;
  opacity: 0;
  overflow: inherit;
  transform: rotate(45deg);
  -webkit-animation: shiny 3.5s ease-in-out infinite;
  animation: shiny 3.5s ease-in-out infinite;
}

.popup_campaign {
  opacity: 0;
}

@keyframes popup_campaign_frombright {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(59px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }
}

.relative img.ticket,
.ticket+div.kiran_outer {
  top: 60%;
}

.ticket+div.kiran_outer {
  height: 44%;
  border-radius: 0;
  width: 90%;
}


.teller .contents li {
  padding: 20px;
}

.teller .title {
  width: 100%;
  padding: 0;
  padding-top: 5%;
}

.teller {
  background: url("https://p-ixy.jp/adv/s35/common/img/teller_bg.webp");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
}

.teller:before {
  content: none;
}

.teller .contents li {
  box-shadow: 0 7px 17px -6px rgb(0 0 0 / 5%);
}

.teller .contents li {
  padding: 20px;
}

.teller .contents {
  padding-bottom: 6%;
}

div.prf>div::after {
  content: none;
}

.cont3 {
  top: 63%;
  width: 81%;
}






.pp_txt span.show5 {
  color: #0036d3;
  text-decoration: underline;
}

.form_wrap {
  background: url("../img/teller_bg.webp");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
  padding-bottom:10%;
}

#form_midashi {
  width: 100%;
  padding-top: 7%;
  margin-bottom: 1%;
}

form {
  font-family: "Noto Sans JP";
}