@charset "UTF-8";
* {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #cccccc;
}
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
section,
article,
nav,
p,
figure,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
img,
address,
form,
input,
textarea,
select,
option,
span {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  color: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
a {
  border: none;
}
img {
  height: auto;
  vertical-align: bottom;
}
a {
  color: #000;
}
@keyframes fade_in {
  0% {
    opacity: 0;
    transform: rotatey(0) scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: rotatey(1440deg) scale(1, 1);
  }
}
@keyframes fade_in2 {
  0% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
  50% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
}
@keyframes top_anime {
  0% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(1, 1);
  }
  85% {
    transform: scale(1.05, 1.05);
  }
  90% {
    transform: scale(1, 1);
  }
  95% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes anime_text_1 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 5%;
    opacity: 1;
  }
}
@keyframes anime_img_1 {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0%;
    opacity: 1;
  }
}
@keyframes anime_text_2 {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 5%;
    opacity: 1;
  }
}
@keyframes anime_img_2 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@keyframes anime_text_3 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 5%;
    opacity: 1;
  }
}
@keyframes anime_img_3 {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0%;
    opacity: 1;
  }
}
body {
  background-color: #ffac41;
  position: relative;
  height: 100vh;
  max-width: 700px;
  margin: 0 auto;
}
body footer {
  text-align: center;
  background-color: #000000;
  padding: 5px 0;
  font-size: 0vw;
}
body footer div.menu {
  width: 80%;
  font-size: 3vw;
  line-height: 2em;
  padding: 40px 20px 0;
  text-align: left;
  margin: 0 auto;
}
body footer div.menu a {
  font-size: 3vw;
  color: #FFFFFF;
}
body footer div.menu a p.link {
  padding: 10px 0 10px 10px;
  margin-bottom: 30px;
  font-size: 3vw;
  border-left: 3px solid #FFFFFF;
  color: #FFFFFF;
}
body footer p.copyright {
  font-size: 2.4vw;
  padding: 50px 0 20px;
  color: #aaa;
}
body .contents {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
body .contents .contents_1 {
  background-color: #ffac41;
  padding: 0px 0;
  font-size: 0vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body .contents .contents_1 img.text_1 {
  position: absolute;
  top: 10%;
  left: 5%;
  opacity: 1;
  width: 54%;
  animation: anime_text_1 1s ease-in-out forwards;
}
body .contents .contents_1 img.img_1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  width: 47%;
  animation: anime_img_1 1s ease-in-out forwards;
}
body .contents .contents_1 img.text_2 {
  position: absolute;
  top: 10%;
  right: 5%;
  opacity: 0;
  width: 54%;
  animation: anime_text_2 1s ease-in-out forwards 0.5s;
}
body .contents .contents_1 img.img_2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 47%;
  animation: anime_img_2 1s ease-in-out forwards 0.5s;
}
body .contents .contents_1 img.text_3 {
  position: absolute;
  top: 10%;
  left: 5%;
  opacity: 0;
  width: 54%;
  animation: anime_text_3 1s ease-in-out forwards 1s;
}
body .contents .contents_1 img.img_3 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 47%;
  animation: anime_img_3 1s ease-in-out forwards 1s;
}
body .contents .contents_1 .menu_wrapper {
  margin: 0 auto 30px;
  color: #444;
  background-color: #FFF;
  width: 90%;
  height: auto;
  border-radius: 10px;
  padding: 10px 0px 0;
}
body .contents .contents_1 .menu_wrapper img.images {
  width: 90%;
}
body .contents .contents_1 .menu_wrapper img.images.pad20 {
  padding-bottom: 20px;
}
body .contents .contents_1 .menu_wrapper img.border2 {
  width: 90%;
}
body .contents .contents_1 .menu_wrapper p {
  color: #444;
}
body .contents .contents_1 .menu_wrapper p.title {
  font-weight: bold;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 4.5vw;
  padding-top: 10px;
}
body .contents .contents_1 .menu_wrapper p.text {
  text-align: left;
  padding: 10px 30px 20px;
  font-size: 3.7vw;
  line-height: 1.7em;
}
body .contents .contents_1 img.images {
  width: 100%;
}
body .contents .contents_1 p.text {
  text-align: left;
  padding: 20px 30px;
  font-size: 3.7vw;
  line-height: 1.7em;
}
body .contents .contents_1 p.caption {
  font-size: 6.2vw;
  padding: 5%;
  color: #FFFFFF;
  font-weight: bold;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
body .contents .contents_1 p.caption span {
  font-size: 7.2vw;
  color: #ffe815;
  font-weight: bold;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
body .contents .contents_1 div.caption_2 {
  width: 90%;
  margin: 0 auto;
}
body .contents .contents_1 div.caption_2 img {
  width: 100%;
  height: auto;
}
body .contents .store_link {
  background-color: #000000;
  width: 100%;
  padding: 20px 0;
}
body .contents .store_link img {
  width: 40%;
}
body .contents .top_contents {
  height: auto;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body .contents .top_contents img.link_bt {
  z-index: 110;
  width: 25%;
  position: absolute;
  bottom: 2.3%;
  left: 16%;
  animation: top_anime 2s ease-in-out infinite;
}
body .contents .top_contents .overlay {
  height: 100%;
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}
body .contents .top_contents .top_image {
  display: inline-block;
  position: relative;
  width: 100%;
}
body .contents .top_contents .top_image img.top_bg {
  width: 100%;
}
.rule,
.privacy,
.contact,
.tokusyo,
.leave {
  padding: 25px 25px 100px;
  background-color: #ffac41;
}
.rule div.wrapper,
.privacy div.wrapper,
.contact div.wrapper,
.tokusyo div.wrapper,
.leave div.wrapper {
  max-width: 600px;
  margin: 0 auto;
  color: #444;
  padding: 0 25px 30px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.rule div.wrapper p.mail_bt,
.privacy div.wrapper p.mail_bt,
.contact div.wrapper p.mail_bt,
.tokusyo div.wrapper p.mail_bt,
.leave div.wrapper p.mail_bt {
  background-color: #646464;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 18px;
  text-align: center;
  width: 13em;
  margin: 40px auto 20px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.rule div.wrapper p.mail_caption,
.privacy div.wrapper p.mail_caption,
.contact div.wrapper p.mail_caption,
.tokusyo div.wrapper p.mail_caption,
.leave div.wrapper p.mail_caption,
.rule div.wrapper p.leave_caption,
.privacy div.wrapper p.leave_caption,
.contact div.wrapper p.leave_caption,
.tokusyo div.wrapper p.leave_caption,
.leave div.wrapper p.leave_caption {
  max-width: 400px;
  margin: 0 auto;
}
.rule div.wrapper p.mail_text,
.privacy div.wrapper p.mail_text,
.contact div.wrapper p.mail_text,
.tokusyo div.wrapper p.mail_text,
.leave div.wrapper p.mail_text {
  font-size: 13px;
  max-width: 400px;
  color: #999;
  display: block;
  margin: 10px auto;
}
.rule div.wrapper p.mail_text span,
.privacy div.wrapper p.mail_text span,
.contact div.wrapper p.mail_text span,
.tokusyo div.wrapper p.mail_text span,
.leave div.wrapper p.mail_text span {
  color: #004b81;
  text-decoration: underline;
  font-size: 13px;
}
.rule div.wrapper h2,
.privacy div.wrapper h2,
.contact div.wrapper h2,
.tokusyo div.wrapper h2,
.leave div.wrapper h2 {
  font-size: 23px;
  padding: 20px 0;
  color: #d61818;
  text-align: center;
}
.rule div.wrapper h3,
.privacy div.wrapper h3,
.contact div.wrapper h3,
.tokusyo div.wrapper h3,
.leave div.wrapper h3 {
  font-size: 20px;
  padding: 30px 0;
  color: #d61818;
  text-align: center;
  font-weight: bold;
}
.rule div.wrapper p,
.privacy div.wrapper p,
.contact div.wrapper p,
.tokusyo div.wrapper p,
.leave div.wrapper p {
  font-size: 13px;
  color: #444;
}
.rule div.wrapper p span,
.privacy div.wrapper p span,
.contact div.wrapper p span,
.tokusyo div.wrapper p span,
.leave div.wrapper p span {
  padding: 1.5em 0 0.25em;
  font-size: 1.2em;
  color: #444;
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}
.rule div.wrapper p.caution_title,
.privacy div.wrapper p.caution_title,
.contact div.wrapper p.caution_title,
.tokusyo div.wrapper p.caution_title,
.leave div.wrapper p.caution_title {
  padding-top: 2em;
  font-size: 5.8vw;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.rule div.wrapper p.caution_text,
.privacy div.wrapper p.caution_text,
.contact div.wrapper p.caution_text,
.tokusyo div.wrapper p.caution_text,
.leave div.wrapper p.caution_text {
  padding: 0 20px;
}
.rule div.wrapper p.caution_text span,
.privacy div.wrapper p.caution_text span,
.contact div.wrapper p.caution_text span,
.tokusyo div.wrapper p.caution_text span,
.leave div.wrapper p.caution_text span {
  padding: 1.5em 0 0.25em;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  color: #444;
  display: block;
  font-weight: bold;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  border-bottom: 1px solid #444;
}
.rule div.leave_success,
.privacy div.leave_success,
.contact div.leave_success,
.tokusyo div.leave_success,
.leave div.leave_success {
  text-align: center;
  display: block;
  font-weight: bold;
  margin: 30px auto;
}
.rule div.leave_success p,
.privacy div.leave_success p,
.contact div.leave_success p,
.tokusyo div.leave_success p,
.leave div.leave_success p {
  display: inline-block;
  font-size: 4vw;
  border-radius: 10px;
  padding: 20px;
  color: #FF0000;
  font-weight: bold;
  text-decoration: underline;
}
.rule .leave_form,
.privacy .leave_form,
.contact .leave_form,
.tokusyo .leave_form,
.leave .leave_form {
  margin: 20px 0 10px;
  background-color: #eee;
  padding: 10vw 5vw;
}
.rule .leave_form p.leave_title,
.privacy .leave_form p.leave_title,
.contact .leave_form p.leave_title,
.tokusyo .leave_form p.leave_title,
.leave .leave_form p.leave_title {
  text-align: center;
  font-size: 5.2vw;
  font-weight: bold;
  color: #444;
  margin: 0 0 5vw;
}
.rule .leave_form p.leave_text,
.privacy .leave_form p.leave_text,
.contact .leave_form p.leave_text,
.tokusyo .leave_form p.leave_text,
.leave .leave_form p.leave_text {
  text-align: left;
  font-size: 3.2vw;
  color: #444;
  margin: 0 0 5vw;
}
.rule .leave_form input[type="text"],
.privacy .leave_form input[type="text"],
.contact .leave_form input[type="text"],
.tokusyo .leave_form input[type="text"],
.leave .leave_form input[type="text"] {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  background-color: #fff;
  border: none;
  color: #222;
  font-size: 3.8vw;
  text-align: left;
  padding: 3vw 5vw;
  margin-bottom: 3vw;
}
.rule .leave_form input::placeholder,
.privacy .leave_form input::placeholder,
.contact .leave_form input::placeholder,
.tokusyo .leave_form input::placeholder,
.leave .leave_form input::placeholder {
  color: #aaa;
}
.rule .leave_form .leave_bt,
.privacy .leave_form .leave_bt,
.contact .leave_form .leave_bt,
.tokusyo .leave_form .leave_bt,
.leave .leave_form .leave_bt {
  width: 65%;
  font-size: 3.8vw;
  text-align: center;
  color: #FFF;
  background-color: #FF0000;
  border-radius: 30px;
  line-height: 4vw;
  padding: 4vw 0;
  margin: 3vw auto 0;
  cursor: pointer;
}
.rule .leave_form p.error,
.privacy .leave_form p.error,
.contact .leave_form p.error,
.tokusyo .leave_form p.error,
.leave .leave_form p.error {
  padding: 6vw 0 0;
  color: #FF0000;
  text-align: center;
  font-size: 3.6vw;
  font-weight: bold;
}
.contact {
  padding: 25px 25px 45px;
}
@media (min-width: 600px) {
  body .contents .contents_3 div.comment {
    line-height: 1.3em;
  }
  body .rule div.wrapper div.caution,
  body .privacy div.wrapper div.caution,
  body .contact div.wrapper div.caution,
  body .tokusyo div.wrapper div.caution,
  body .leave div.wrapper div.caution {
    margin: 15px auto;
    height: 100px;
    width: 400px;
    border-radius: 15px;
    padding: 10px 20px;
  }
  body .rule div.wrapper div.caution p.caption_title,
  body .privacy div.wrapper div.caution p.caption_title,
  body .contact div.wrapper div.caution p.caption_title,
  body .tokusyo div.wrapper div.caution p.caption_title,
  body .leave div.wrapper div.caution p.caption_title {
    font-size: 20px;
    padding: 10px 0 0 100px;
  }
  body .rule div.wrapper div.caution p.text_text span,
  body .privacy div.wrapper div.caution p.text_text span,
  body .contact div.wrapper div.caution p.text_text span,
  body .tokusyo div.wrapper div.caution p.text_text span,
  body .leave div.wrapper div.caution p.text_text span {
    font-size: 16px;
    padding: 5px 0 10px  100px;
    line-height: 1.4em;
    width: 100%;
  }
  body .rule div.wrapper div.caution:before,
  body .privacy div.wrapper div.caution:before,
  body .contact div.wrapper div.caution:before,
  body .tokusyo div.wrapper div.caution:before,
  body .leave div.wrapper div.caution:before {
    top: 20px;
    left: 23px;
    height: 80px;
    width: 80px;
  }
  body .rule div.wrapper p.caution,
  body .privacy div.wrapper p.caution,
  body .contact div.wrapper p.caution,
  body .tokusyo div.wrapper p.caution,
  body .leave div.wrapper p.caution {
    font-size: 25px;
  }
  body .rule div.wrapper div.select_bt,
  body .privacy div.wrapper div.select_bt,
  body .contact div.wrapper div.select_bt,
  body .tokusyo div.wrapper div.select_bt,
  body .leave div.wrapper div.select_bt {
    margin: 30px 10%;
    height: auto;
    width: calc(80% - 20px);
    border-radius: 20px;
    padding: 10px;
    position: relative;
    background-color: #eee;
    overflow: hidden;
  }
  body .rule div.wrapper div.select_bt p.bt_title,
  body .privacy div.wrapper div.select_bt p.bt_title,
  body .contact div.wrapper div.select_bt p.bt_title,
  body .tokusyo div.wrapper div.select_bt p.bt_title,
  body .leave div.wrapper div.select_bt p.bt_title {
    font-size: 20px;
    padding: 10px 0vw 5px 140px;
    text-decoration: underline;
    font-weight: bold;
    color: #444;
  }
  body .rule div.wrapper div.select_bt p.bt_text,
  body .privacy div.wrapper div.select_bt p.bt_text,
  body .contact div.wrapper div.select_bt p.bt_text,
  body .tokusyo div.wrapper div.select_bt p.bt_text,
  body .leave div.wrapper div.select_bt p.bt_text {
    font-size: 15px;
    padding: 0px 0vw 20px 140px;
    line-height: 1.6em;
    color: #666;
  }
  body .rule p.success,
  body .privacy p.success,
  body .contact p.success,
  body .tokusyo p.success,
  body .leave p.success {
    padding: 40px 0;
    font-size: 20px;
  }
  body .rule .leave_form,
  body .privacy .leave_form,
  body .contact .leave_form,
  body .tokusyo .leave_form,
  body .leave .leave_form {
    max-width: 500px;
    margin: 50px auto 30px;
    padding: 20px 0;
  }
  body .rule .leave_form p.leave_title,
  body .privacy .leave_form p.leave_title,
  body .contact .leave_form p.leave_title,
  body .tokusyo .leave_form p.leave_title,
  body .leave .leave_form p.leave_title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 10px;
  }
  body .rule .leave_form p.leave_text,
  body .privacy .leave_form p.leave_text,
  body .contact .leave_form p.leave_text,
  body .tokusyo .leave_form p.leave_text,
  body .leave .leave_form p.leave_text {
    text-align: center;
    font-size: 13px;
    margin: 10px 0 30px;
  }
  body .rule .leave_form input[type="text"],
  body .privacy .leave_form input[type="text"],
  body .contact .leave_form input[type="text"],
  body .tokusyo .leave_form input[type="text"],
  body .leave .leave_form input[type="text"] {
    display: block;
    width: 80%;
    height: auto;
    border-radius: 20px;
    border: none;
    font-size: 18px;
    text-align: left;
    padding: 15px 20px;
    margin: 15px auto 0;
  }
  body .rule .leave_form p.option,
  body .privacy .leave_form p.option,
  body .contact .leave_form p.option,
  body .tokusyo .leave_form p.option,
  body .leave .leave_form p.option {
    display: inline-block;
    margin: 20px auto;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #666;
    line-height: 20px;
    padding: 0;
  }
  body .rule .leave_form input[type="checkbox"],
  body .privacy .leave_form input[type="checkbox"],
  body .contact .leave_form input[type="checkbox"],
  body .tokusyo .leave_form input[type="checkbox"],
  body .leave .leave_form input[type="checkbox"] {
    margin-right: 10px;
    position: relative;
    top: 3px;
    cursor: pointer;
    width: 14px;
    height: 14px;
  }
  body .rule .leave_form .leave_bt,
  body .privacy .leave_form .leave_bt,
  body .contact .leave_form .leave_bt,
  body .tokusyo .leave_form .leave_bt,
  body .leave .leave_form .leave_bt {
    width: 40%;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    background-color: #d81d1d;
    border-radius: 20px;
    line-height: 18x;
    padding: 10px 0;
    margin: 10px auto 0;
    cursor: pointer;
  }
  body .rule .leave_form p.error,
  body .privacy .leave_form p.error,
  body .contact .leave_form p.error,
  body .tokusyo .leave_form p.error,
  body .leave .leave_form p.error {
    padding: 30px 80px;
    color: #d81d1d;
    font-size: 15px;
  }
}
@media (min-width: 700px) {
  body .rule,
  body .privacy,
  body .contact,
  body .tokusyo,
  body .leave {
    padding: 25px 100px 100px;
  }
  body .rule div.wrapper p.caution_title,
  body .privacy div.wrapper p.caution_title,
  body .contact div.wrapper p.caution_title,
  body .tokusyo div.wrapper p.caution_title,
  body .leave div.wrapper p.caution_title {
    font-size: 30px;
  }
  body .rule div.leave_success p,
  body .privacy div.leave_success p,
  body .contact div.leave_success p,
  body .tokusyo div.leave_success p,
  body .leave div.leave_success p {
    font-size: 30px;
  }
  body footer {
    padding: 20px 0;
  }
  body footer div.menu {
    margin: 0 auto;
    width: 450px;
    font-size: 17px;
    line-height: 2em;
    padding: 0 0 60px 0;
  }
  body footer div.menu a {
    font-size: 17px;
    padding: 0 5px;
    color: #FFFFFF;
  }
  body footer div.menu a p.link {
    font-size: 17px;
    color: #FFFFFF;
    border-bottom: #333 1px solid;
  }
  body footer div.menu a p.link span {
    color: #666;
    padding-left: 20px;
    font-size: 0.7em;
  }
  body footer p.text {
    margin: 0 auto;
    width: 600px;
    font-size: 12px;
    text-align: left;
    padding: 0 100px 5px;
    text-indent: -1em;
  }
  body footer p.copyright {
    margin: 0 auto;
    width: 660px;
    font-size: 12px;
    padding-top: 50px;
    color: #aaa;
  }
  body .contents .store_link {
    background-color: #000000;
    width: 100%;
    padding: 40px 0;
  }
  body .contents .store_link img {
    width: 30%;
  }
  body .contents .contents_1 {
    padding: 20px 0 0;
  }
  body .contents .contents_1 .menu_wrapper {
    margin: 0 auto 30px;
    color: #444;
    background-color: #FFF;
    width: 74%;
    height: auto;
    border-radius: 10px;
    padding: 20px 0px 0;
  }
  body .contents .contents_1 .menu_wrapper img.images {
    width: 80%;
  }
  body .contents .contents_1 .menu_wrapper img.images.pad20 {
    padding-bottom: 30px;
  }
  body .contents .contents_1 .menu_wrapper img.border2 {
    width: 90%;
  }
  body .contents .contents_1 .menu_wrapper p {
    color: #444;
  }
  body .contents .contents_1 .menu_wrapper p.title {
    font-weight: bold;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 25px;
    padding-top: 40px;
  }
  body .contents .contents_1 .menu_wrapper p.text {
    text-align: left;
    padding: 10px 30px 20px 50px;
    font-size: 17px;
    line-height: 1.7em;
  }
  body .contents .contents_1 div.caption_2 {
    width: 80%;
    margin: 0 auto;
  }
  body .contents .contents_1 p.text {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    padding: 20px 10%;
  }
  body .contents .contents_1 p.caption {
    font-size: 30px;
    padding: 30px;
  }
  body .contents .contents_1 p.caption span {
    font-size: 38px;
  }
  body .contents .contents_1 p.text {
    font-size: 16px;
  }
}
