@charset "UTF-8";
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
a {
  vertical-align: top;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.wrapper {
  margin: 0 auto;
  max-width: 850px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.marker_style {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #FFE500), to(#FFE500));
  background: -webkit-linear-gradient(transparent 0%, transparent 50%, #FFE500 50%, #FFE500 100%);
  background: -o-linear-gradient(transparent 0%, transparent 50%, #FFE500 50%, #FFE500 100%);
  background: linear-gradient(transparent 0%, transparent 50%, #FFE500 50%, #FFE500 100%);
}

.closed_message {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  color: #B3424A;
  border-radius: 10px;
  margin: 20px 0;
}

#header {
  position: relative;
  padding-bottom: 2rem;
}
#header .wrapper .head_wrapper {
  width: 100%;
  gap: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .wrapper .head_wrapper h1 {
  width: 70%;
}
#header .wrapper .head_wrapper h1 img {
  width: 100%;
}
#header .wrapper .head_wrapper div {
  width: 30%;
}
#header .wrapper .head_wrapper div img {
  width: 100%;
}

#header.white::after {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(45deg, #FADAE0 50%, rgba(255, 255, 255, 0) 52%), -webkit-linear-gradient(135deg, #FADAE0 50%, rgba(255, 255, 255, 0) 52%);
  background: -o-linear-gradient(45deg, #FADAE0 50%, rgba(255, 255, 255, 0) 52%), -o-linear-gradient(135deg, #FADAE0 50%, rgba(255, 255, 255, 0) 52%);
  background: linear-gradient(45deg, #FADAE0 50%, rgba(255, 255, 255, 0) 52%), linear-gradient(315deg, #FADAE0 50%, rgba(255, 255, 255, 0) 52%);
  background-size: 30px 30px;
  width: 100%;
  height: 21px;
  bottom: 0;
}

#header.blue {
  background: #FADAE0;
}
#header.blue::after {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(45deg, #fff 50%, rgba(255, 255, 255, 0) 52%), -webkit-linear-gradient(135deg, #fff 50%, rgba(255, 255, 255, 0) 52%);
  background: -o-linear-gradient(45deg, #fff 50%, rgba(255, 255, 255, 0) 52%), -o-linear-gradient(135deg, #fff 50%, rgba(255, 255, 255, 0) 52%);
  background: linear-gradient(45deg, #fff 50%, rgba(255, 255, 255, 0) 52%), linear-gradient(315deg, #fff 50%, rgba(255, 255, 255, 0) 52%);
  background-size: 30px 30px;
  width: 100%;
  height: 21px;
  bottom: 0;
}

#top_main {
  background: #FADAE0;
  color: #000;
}
#top_main .wrapper .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#top_main .wrapper .intro img {
  width: 22%;
}
#top_main .wrapper .intro p {
  width: 78%;
  font-weight: bold;
  line-height: 1.5rem;
}
#top_main .wrapper .lead {
  margin-bottom: 60px;
}
#top_main .wrapper .lead .lead_main img {
  width: 100%;
}
#top_main .wrapper .lead .lead_txt {
  margin-bottom: 30px;
}
#top_main .wrapper .lead .lead_txt figure {
  width: 250px;
  margin: 0;
}
#top_main .wrapper .lead .lead_txt figure img {
  width: 100%;
}
#top_main .wrapper .lead .lead_txt .lead_text_main {
  text-align: center;
  background-color: #2F2725;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  margin: 40px 0;
}
#top_main .wrapper .lead .lead_txt .lead_text_inner h2 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 40px;
}
#top_main .wrapper .lead .lead_txt .lead_text_inner_text figure {
  width: 150px;
  float: right;
  margin: 0 0 10px 10px;
  padding: 0;
}
#top_main .wrapper .lead .lead_txt .lead_text_inner_text figure img {
  width: 100%;
}
#top_main .wrapper .lead .lead_sub {
  background-color: #fff;
  border-radius: 10px;
  border: solid 3px #E83742;
  color: #000;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top_main .wrapper .lead .lead_sub .lead_icon {
  width: 50px;
}
#top_main .wrapper .lead .lead_sub .lead_icon img {
  width: 100%;
}
#top_main .wrapper .lead .lead_sub .lead_sub_title {
  color: #1B59A8;
  font-size: 18px;
  font-weight: bold;
}
#top_main .wrapper .lead .lead_sub .lead_sub_text {
  width: calc(100% - 70px);
}
#top_main .wrapper .lead .lead_sub .lead_sub_text span {
  font-weight: bold;
  color: #E83742;
  text-decoration: underline;
}
#top_main .wrapper .present_message {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 60px;
  background-color: #E83742;
  color: #FFF;
  padding: 20px;
  border-radius: 20px;
}
#top_main .wrapper .present_message b {
  font-size: 160%;
  padding: 0 5px;
}
#top_main .wrapper .sinsacho {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 0;
}
#top_main .wrapper .sinsacho .sinsaimg {
  width: 24%;
}
#top_main .wrapper .sinsacho .sinsaimg img {
  width: 100%;
}
#top_main .wrapper .sinsacho .sinsaimg p {
  display: inline-block;
  font-size: 0.1rem;
  padding-left: 1rem;
}
#top_main .wrapper .sinsacho .sinsatxt {
  width: 73%;
}
#top_main .wrapper .sinsacho .sinsatxt p {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.9rem;
  padding: 0.5rem;
}
#top_main .wrapper .apply {
  margin-top: 1rem;
  margin-bottom: 4rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top_main .wrapper .apply.end {
  position: relative;
}
#top_main .wrapper .apply.end::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -50px;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
#top_main .wrapper .apply.end::after {
  content: "※コンクールの募集は終了いたしました";
  display: block;
  width: 90%;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top_main .wrapper .apply .apply_img {
  width: 50%;
  position: relative;
}
#top_main .wrapper .apply .apply_img img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 5px 8px #666);
          filter: drop-shadow(0px 5px 8px #666);
}
#top_main .wrapper .apply .apply_img img.ribon {
  position: absolute;
  left: 49%;
  bottom: -10%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#top_main .wrapper .apply .apply_txt {
  width: 47%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top_main .wrapper .apply .apply_txt .apply_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
#top_main .wrapper .apply .apply_txt .apply_box dt {
  width: 110px;
  height: 110px;
  background: #E83742;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 1rem 0 0 1rem;
}
#top_main .wrapper .apply .apply_txt .apply_box dd {
  width: 66%;
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 0 1rem 1rem 0;
}
#top_main .wrapper .apply .apply_txt .apply_box dd .big {
  font-size: 1.7rem;
}
#top_main .wrapper .apply .apply_txt .apply_box dd .mid {
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}
#top_main .wrapper .apply .apply_txt .apply_box dd .mini {
  font-size: 0.7rem;
  text-align: center;
  padding-right: 20px;
}
#top_main .wrapper .apply .apply_txt .arcive {
  text-align: center;
  position: relative;
}
#top_main .wrapper .apply .apply_txt .arcive a {
  display: inline-block;
  width: 100%;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #036eb8;
  color: #fff000;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 0.5rem;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#top_main .wrapper .apply .apply_txt .arcive a:hover {
  opacity: 0.8;
}

.prise_archive {
  text-align: center;
}

.archive_title {
  color: #E83742;
  padding: 10px;
  border: solid 2px #E83742;
  margin: 20px auto;
}

.prise_link_button {
  padding: 20px 0;
}
.prise_link_button a {
  text-align: center;
  display: block;
  border-radius: 10px;
  padding: 15px 10px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.prise_link_button a:hover {
  opacity: 0.6;
}
.prise_link_button a .big {
  font-size: 40px;
}
.prise_link_button.s2020 a {
  background: #107bb0;
}
.prise_link_button.s2021 a {
  background: #E83742;
}
.prise_link_button.s2022 a {
  background: #E83742;
}

#top_about .wrapper h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
#top_about .wrapper h2 span {
  color: #036eb8;
  background: #fff;
  font-size: 2rem;
  padding: 0.46rem 1.1rem;
  border-radius: 2rem;
  margin-right: 1rem;
}
#top_about .wrapper .about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top_about .wrapper .about .about_txt {
  width: 60%;
}
#top_about .wrapper .about .about_txt p {
  position: relative;
  display: inline-block;
  color: #E83742;
  font-weight: bold;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top_about .wrapper .about .about_txt p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #fff;
}
#top_about .wrapper .about .top_about_img {
  width: 30%;
  text-align: center;
}
#top_about .wrapper .about .top_about_img img {
  width: 100%;
  margin-bottom: 0.5rem;
}

#howto_link {
  width: 100%;
  padding: 1rem 0 2rem;
  text-align: center;
  -webkit-filter: drop-shadow(0px -4px 3px #666);
          filter: drop-shadow(0px -4px 3px #666);
}
#howto_link a {
  width: 100%;
  display: inline-block;
  background: #fff000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #fff000;
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #036eb8;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: #036eb8 0 6px 0;
          box-shadow: #036eb8 0 6px 0;
  line-height: 1.8;
}
#howto_link a .iro {
  color: #E83742;
}
#howto_link a .deco {
  padding: 0.5rem 0;
  margin: 0 0.5rem;
  background: #fff;
  border: 3px solid #036eb8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#howto_link a .deco .box {
  padding: 0.6rem;
  border-right: 3px solid #036eb8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#howto_link a .deco .box:last-child {
  border-right: none;
}
#howto_link a:hover {
  opacity: 0.8;
}
#howto_link a:active {
  margin-top: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: -6px;
}

#howto .wrapper .howto_lead {
  max-width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem auto 2rem;
  background: #eb6896;
  color: #fff;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#howto .wrapper .howto_lead .lead_txt {
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 1rem;
  text-align: justify;
}
#howto .wrapper .howto_lead .lead_txt .lead_sub {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background-color: #E83742;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  margin-top: 2.5rem;
  border: #E83742 solid 5px;
}
#howto .wrapper .howto_lead .lead_txt .lead_sub .lead_sub_text {
  color: #fff;
  font-weight: bold;
}
#howto .wrapper .howto_lead .lead_txt .lead_sub .lead_sub_text span {
  color: #fff100;
  border-bottom: solid 1px #fff100;
}
#howto .wrapper .howto_lead .lead_txt .lead_sub .lead_icon {
  max-width: 50px;
  position: absolute;
  top: 0;
  left: -2%;
  -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
}
#howto .wrapper .howto_lead .lead_txt .lead_sub .lead_icon img {
  width: 100%;
}
#howto .wrapper .howto_lead .lead_ph {
  width: 28%;
  position: absolute;
}
#howto .wrapper .howto_lead .lead_ph img {
  width: 100%;
}
#howto .wrapper .howto_lead .lead_ph:nth-child(2) {
  left: -23%;
  top: 8%;
}
#howto .wrapper .howto_lead .lead_ph:last-child {
  right: -24%;
}
#howto .wrapper .howto {
  text-align: center;
}
#howto .wrapper .howto h1 {
  margin-bottom: 30px;
}
#howto .wrapper .howto h1 img {
  width: 100%;
}
#howto .wrapper .howto h2 {
  color: #000;
}
#howto .wrapper .howto .howto_step figure {
  margin: 0;
  margin-bottom: 10px;
}
#howto .wrapper .howto .howto_step .howto_index .howto_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#howto .wrapper .howto .howto_step .howto_index .howto_title img {
  width: 100%;
}
#howto .wrapper .howto .howto_step .howto_index .howto_title .main_title {
  max-width: 300px;
}
#howto .wrapper .howto .howto_step .howto_index .howto_title .sub_title {
  max-width: 70px;
  margin: 0;
}
#howto .wrapper .howto .howto_step .howto_index .sub_title {
  max-width: 70px;
  margin: 10px auto 0;
}
#howto .wrapper .howto .howto_step .howto_index .howto_box {
  text-align: left;
  margin-bottom: 2rem;
}
#howto .wrapper .howto .howto_step .howto_index .howto_box img {
  width: 100%;
}
#howto .wrapper .howto .howto_step .howto_index .howto_box p {
  margin-left: 1rem;
}
#howto .wrapper .howto .howto_step .howto_index .howto_phbox {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #howto .wrapper .howto .howto_step .howto_index .howto_phbox {
    width: 100%;
  }
}
#howto .wrapper .howto .howto_step .theme_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#howto .wrapper .howto .howto_step .theme_box .theme {
  width: 31%;
  padding: 4rem 1rem 1rem;
  margin-bottom: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  background: #FBE0D2;
}
#howto .wrapper .howto .howto_step .theme_box .theme .theme_number {
  max-width: 65px;
  max-height: 65px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  aspect-ratio: 1/1;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
#howto .wrapper .howto .howto_step .theme_box .theme .theme_title {
  font-size: 0.8em;
}
#howto .wrapper .howto .howto_step .theme_box .theme .theme_number_main {
  font-size: 1.2em;
}
#howto .wrapper .howto .howto_step .theme_box .theme .theme_text {
  text-align: justify;
  margin-bottom: 1rem;
}
#howto .wrapper .howto .howto_step .theme_box .theme h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #E83742;
}
#howto .wrapper .howto .howto_step .theme_box .theme p {
  margin-bottom: 1rem;
}
#howto .wrapper .howto .howto_step .theme_box .theme img:last-child {
  width: 90%;
}
#howto .wrapper .howto .howto_step.n2, #howto .wrapper .howto .howto_step.n3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#howto .wrapper .howto .howto_step.n2 .howto_ph, #howto .wrapper .howto .howto_step.n3 .howto_ph {
  width: 47%;
}
#howto .wrapper .howto .howto_step.n2 .howto_ph img, #howto .wrapper .howto .howto_step.n3 .howto_ph img {
  width: 100%;
}
#howto .wrapper .howto .howto_step.n2 .howto_ph {
  width: 47%;
}
#howto .wrapper .howto .howto_step.n2 .howto_ph .howto_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#howto .wrapper .howto .howto_step.n2 .howto_ph .howto_box .n2_ph {
  width: 80%;
}
#howto .wrapper .howto .howto_step.n2 .howto_ph .howto_box .n2_ph img {
  width: 100%;
}
#howto .wrapper .howto .howto_step.n2 .howto_ph .howto_box .n2_ph:last-child {
  margin-top: 10%;
  padding-left: 5%;
}
#howto .wrapper .howto .ref_box {
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#howto .wrapper .howto .ref_box h2 {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #036eb8;
  color: #fff;
  border-radius: 0.5rem;
}
#howto .wrapper .howto .ref_box .ref_txt {
  margin-top: -1rem;
  padding: 2rem;
  background: #94d2df;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
}
#howto .wrapper .howto .ref_box .ref_txt p {
  display: inline-block;
  font-weight: bold;
}
#howto .wrapper .howto .ref_box .ref_txt .ref_link {
  margin-top: 1.5rem;
  text-align: center;
}
#howto .wrapper .howto .ref_box .ref_txt .ref_link a {
  display: inline-block;
  width: 90%;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #036eb8;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: #999 0 5px 0px;
          box-shadow: #999 0 5px 0px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#howto .wrapper .howto .ref_box .ref_txt .ref_link a:hover {
  opacity: 0.8;
}
#howto .wrapper .howto .ref_box .ref_txt .ref_link a:active {
  margin-top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: -5px;
}
#howto .wrapper .howto .detail_link {
  margin-bottom: 60px;
}
#howto .wrapper .howto .detail_link a {
  display: inline-block;
  width: 60%;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1rem 3rem;
  background: #ffe153;
  color: #036eb8;
  border-radius: 1rem;
  margin: 1rem 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#howto .wrapper .howto .detail_link a.blue {
  background-color: #1B59A8;
  color: #FFF;
}
#howto .wrapper .howto .detail_link a:hover {
  opacity: 0.8;
}
#howto .wrapper .howto .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#howto .wrapper .howto .flexbox p {
  width: calc(100% - 220px);
}
#howto .wrapper .howto .flexbox .howto_ph {
  width: 180px !important;
}

#main_sub {
  background: #fff;
}
#main_sub article.prise.y2020 {
  --main_color: #4dacdb;
  --sub_color: #107bb0;
}
#main_sub article.prise.y2021 {
  --main_color: #f4b4d0;
  --sub_color: #e95b8d;
}
#main_sub article.prise .attention {
  font-size: 0.8rem;
  text-align: right;
}
#main_sub article.prise .prises {
  overflow: hidden;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#main_sub article.prise .prises.close {
  height: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#main_sub article.prise .title_area {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
#main_sub article.prise .title_area figure {
  width: 150px;
  position: absolute;
  top: -60px;
  right: -90px;
}
#main_sub article.prise .title_area figure img {
  width: 100%;
}
#main_sub article.prise .title_area h2 {
  background-color: var(--sub_color);
  color: #fff;
  font-weight: bold;
  padding: 20px 50px;
  border-radius: 10px;
}
#main_sub article.prise .title_area h2 br {
  display: none;
}
#main_sub article.prise h3 {
  border-top: solid 2px var(--main_color);
  border-bottom: solid 2px var(--main_color);
  text-align: center;
  padding: 5px;
  margin-bottom: 1em;
}
#main_sub article.prise .articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#main_sub article.prise .articles.articles_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main_sub article.prise .articles .article {
  border: solid 2px var(--main_color);
  background-color: #fafdff;
  width: 47%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 20px;
}
#main_sub article.prise .articles .article figure {
  width: 25%;
  margin: 0;
}
#main_sub article.prise .articles .article figure img {
  width: 100%;
}
#main_sub article.prise .articles .article .profile {
  width: 68%;
}
#main_sub article.prise .articles .article .profile .school {
  font-weight: bold;
  margin-bottom: 5px;
}
#main_sub article.prise .articles .article .profile .school .areatag {
  font-size: 14px;
  background-color: var(--sub_color);
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
}
#main_sub article.prise .articles .article .profile .name {
  font-weight: bold;
  font-size: 150%;
}
#main_sub article.prise .articles .article .profile .link {
  margin-top: 20px;
}
#main_sub article.prise .articles .article .profile .link a {
  display: block;
  background-color: var(--sub_color);
  color: #fff;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#main_sub article.prise .articles .article .profile .link a:hover {
  opacity: 0.8;
}

#apply {
  background: #edf7fd;
  font-weight: bold;
  margin: 2rem 0;
  padding: 0 0 2rem;
}
#apply .alert {
  background-color: #b3424a;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  font-size: 180%;
  font-weight: bold;
}
#apply h2 {
  color: #fff;
  font-size: 21px;
  padding: 16px 0 10px;
  background: #6CBAE8;
  text-align: center;
}

.applybox {
  width: calc(100% - 100px);
  padding: 0 50px 1rem;
}

.siyou {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}
.siyou .message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.siyou .message img {
  width: 90px;
}
.siyou .message div {
  display: table;
}
.siyou .message p {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .siyou .message p {
    font-size: 14px;
  }
}
.siyou .sanka {
  width: 220px;
}
.siyou .sanka img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .siyou .sanka img {
    width: 80%;
  }
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
}
.item .item_topic {
  margin-bottom: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item .item_topic:last-child {
  margin-bottom: 1rem;
}
.item .item_topic > dt {
  color: #fff;
  font-weight: bold;
  padding: 22px 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  height: 60px;
  background: #000;
  text-align: center;
}
.item .item_topic > dt.noruby {
  padding: 18px 0 12px;
}
.item .item_topic > dd {
  width: 76%;
  font-size: 15px;
  line-height: 2;
}

.taisyo {
  color: #E83742;
  padding-top: 3px;
  font-size: 1rem;
}
.taisyo span {
  margin-left: 0.5rem;
  font-size: 2rem;
}

.simekiri span {
  font-size: 18px;
}

.hoka {
  font-size: 13px !important;
}

.simekiri p {
  width: 210px;
  border-bottom: 4px solid #E83742;
  margin: 0;
}

.sinsa dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333;
  padding: 3px 0;
  margin: 0;
}
.sinsa dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: justify;
  width: 50%;
}
.sinsa dt.sinsa_area {
  line-height: 1.2;
}
.sinsa dd {
  text-align: right;
  width: 45%;
  margin: 0;
}
.sinsa .topsinsa {
  border-top: 1px solid #333;
  margin-top: 5px !important;
}
.sinsa .classsyo {
  font-size: 13px;
  padding-top: 3px;
}

.kekka {
  font-size: 14px !important;
}

.chui {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #333;
  margin: 0 auto 20px;
}
.chui dt {
  border-right: 1px solid #333;
  margin: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 5px;
  text-align: center;
  letter-spacing: 3px;
}
.chui dd {
  margin: 0;
  padding: 10px;
}
.chui li {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
}
.chui li:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 10px;
  height: 10px;
  background: #888;
  border-radius: 50%;
  margin-right: 8px;
  position: absolute;
  top: 14px;
  left: 0;
}
.chui li.noruby:before {
  top: 5px;
}

.contact {
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info {
  width: 60%;
}
.info p {
  margin: 2px 0;
}

.infot {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 15px 0 5px;
  text-align: center;
  margin-bottom: 10px !important;
}

.address,
.name,
.tel,
.mail {
  padding-left: 1rem;
}

.name span {
  font-size: 13px;
}

.tel {
  font-size: 18px;
}
.tel span {
  font-size: 13px;
}

.mail a {
  color: #0081cc;
  text-decoration: none;
}
.mail a:hover {
  color: #4dacdb;
}

.return {
  border: 1px solid #333;
  font-size: 11px;
  padding: 20px 10px 10px;
  margin-top: 10px;
}

.anke {
  background: #e95541;
  border-radius: 5px;
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anke p {
  text-align: center;
  color: #fff;
  margin: 7px 0;
}
.anke ul {
  background: #fff;
  width: calc(90% - 60px);
  margin: 7px auto 10px;
  padding: 2rem;
}
.anke li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.anke li:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 13px;
  height: 13px;
  background: #e95541;
  border-radius: 50%;
  margin-right: 8px;
  position: absolute;
  top: 4px;
  left: 0;
}
.anke a {
  color: #333;
}
.anke a:hover {
  color: #878787;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 1rem 0 5rem;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.koukai {
  color: #036eb8;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin: 2rem 0 1.5rem;
}
.koukai span {
  font-size: 1rem;
}

.mangabox {
  background: #5bc0c7;
  padding: 10px 0;
  margin-bottom: 5px;
  position: relative;
}

.slider {
  margin: 0 auto 10px;
  width: 70%;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.slider img {
  width: 100%;
}
.slider .slick-dots {
  position: static;
  margin-top: 20px;
}
.slider .slick-dots li {
  height: auto;
  width: 18.5%;
  margin: 0 1.875% 0 0;
}
.slider .slick-dots li:first-child {
  margin-right: 0;
}

.slick-arrow img,
.slider .slick-dots li img {
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.slick-arrow:hover img {
  opacity: 0.7;
}

.slider .slick-dots .slick-active img,
.slider .slick-dots li:hover img {
  opacity: 0.7;
}

.prev-arrow,
.next-arrow {
  width: 20px;
  height: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
}

.prev-arrow {
  left: -60px;
}

.next-arrow {
  right: -60px;
}

.copy {
  margin: 10px 0 0 !important;
}
.copy span {
  font-size: 11px;
  margin: 0 !important;
  font-weight: normal;
  display: inline-block;
}

.book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.bookimg {
  width: 35%;
  margin-right: 40px;
}
.bookimg img {
  width: 100%;
}

.booktxt {
  width: 65%;
}
.booktxt > p {
  line-height: 1.6;
}

.bookt {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 30px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.8;
}
.bookt p {
  margin: 0 0 10px;
}
.bookt span {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}

.link {
  margin-top: 30px;
}
.link p {
  color: #fff;
  font-size: 15px;
  padding: 7px 0;
  background: #5bc0c7;
  text-align: center;
  font-weight: bold;
}
.link li {
  margin: 10px 0;
}
.link li a {
  color: #0081cc;
  text-decoration: none;
  font-size: 18px;
}
.link li a:hover {
  color: #4dacdb;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.ar1::before {
  left: 2px;
  width: 7px;
  height: 3px;
  background: #009fdd;
}
.ar1::after {
  left: 2px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #009fdd;
  border-right: 3px solid #009fdd;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#footer {
  padding-bottom: 2rem;
  border-top: 1px solid #000;
}
#footer .wrapper nav a {
  color: #0081cc;
  text-decoration: none;
  font-size: 18px;
}
#footer .wrapper nav a:hover {
  color: #4dacdb;
}
#footer .wrapper nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1rem;
}
#footer .wrapper nav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0rem 2rem;
  margin: 1rem 0rem;
  text-align: center;
  border-right: 1px solid #0081cc;
}
#footer .wrapper nav ul li:last-child {
  border-right: none;
}
#footer .wrapper nav .contest_top {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
#footer .wrapper nav .contest_top a {
  font-size: 12px;
  border: 1px solid #0081cc;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
#footer .wrapper .fbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
}
#footer .wrapper .fbox .logo_kenpo img {
  width: 140px;
}
#footer .wrapper .fbox .logo_nns img {
  width: 140px;
}
#footer .wrapper .fbox .syusai {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.6;
}
#footer .wrapper .fbox .syusai th {
  vertical-align: top;
}
#footer .wrapper .fbox .syusai .center {
  vertical-align: middle;
}
#footer .wrapper .fbox .syusai span {
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  #footer .wrapper nav a {
    font-size: 18px;
  }
  #footer .wrapper nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  #footer .wrapper nav ul li {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    border-right: none;
  }
  #footer .wrapper nav .contest_top {
    margin-bottom: 3rem;
  }
  #footer .wrapper nav .contest_top a {
    font-size: 14px;
  }
  #footer .wrapper .fbox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #footer .wrapper .fbox .logo_kenpo {
    width: 45%;
  }
  #footer .wrapper .fbox .logo_kenpo img {
    width: 100%;
  }
  #footer .wrapper .fbox .logo_nns {
    width: 45%;
  }
  #footer .wrapper .fbox .logo_nns img {
    width: 100%;
  }
  #footer .wrapper .fbox .syusai {
    margin: 1rem auto;
  }

  #top_main {
    background: #FADAE0;
  }
  #top_main .wrapper .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
  }
  #top_main .wrapper .intro img {
    width: 60%;
    margin-bottom: 1rem;
  }
  #top_main .wrapper .intro p {
    width: 100%;
  }
  #top_main .wrapper .intro .intro_text {
    text-align: justify;
  }
  #top_main .wrapper .lead .lead_txt {
    display: block;
  }
  #top_main .wrapper .lead .lead_txt figure {
    width: 200px;
    margin: 0 auto;
  }
  #top_main .wrapper .lead .lead_txt .lead_text_main {
    text-align: left;
    font-size: 18px;
  }
  #top_main .wrapper .lead .lead_txt .lead_text_inner {
    width: 100%;
    font-size: 18px;
    text-align: left;
  }
  #top_main .wrapper .sinsacho {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
  }
  #top_main .wrapper .sinsacho .sinsaimg {
    margin-top: 0.5rem;
    width: 60%;
  }
  #top_main .wrapper .sinsacho .sinsaimg img {
    width: 100%;
  }
  #top_main .wrapper .sinsacho .sinsaimg p {
    font-size: 0.1rem;
    padding-left: 0;
  }
  #top_main .wrapper .sinsacho .sinsatxt {
    width: 100%;
  }
  #top_main .wrapper .sinsacho .sinsatxt p {
    font-size: 1rem;
    line-height: auto;
    border-bottom: none;
  }
  #top_main .wrapper .apply {
    margin-bottom: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top_main .wrapper .apply.end::before {
    bottom: -10px;
  }
  #top_main .wrapper .apply .apply_img {
    width: 100%;
    position: relative;
    margin-bottom: 5rem;
  }
  #top_main .wrapper .apply .apply_img img {
    width: 100%;
  }
  #top_main .wrapper .apply .apply_txt {
    width: 100%;
    height: 100%;
  }
  #top_main .wrapper .apply .apply_txt .apply_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top_main .wrapper .apply .apply_txt .apply_box dt {
    width: 100%;
    height: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-radius: 1rem 1rem 0 0;
  }
  #top_main .wrapper .apply .apply_txt .apply_box dd {
    width: 100%;
    padding-left: 0;
    padding: 1rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0 0 1rem 1rem;
  }
  #top_main .wrapper .apply .apply_txt .apply_box dd .mini {
    padding-right: 0;
  }
  #top_main .wrapper .present_message {
    margin-bottom: 20px;
  }
  #top_main .wrapper .present_message b {
    display: block;
  }

  #top_about .wrapper h2 {
    text-align: center;
    line-height: 4rem;
    margin-bottom: 1rem;
  }
  #top_about .wrapper .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top_about .wrapper .about .about_txt {
    width: 100%;
    margin-bottom: 2rem;
  }
  #top_about .wrapper .about .about_txt p::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    border-top: 30px solid #fff;
    border-right: 20px solid transparent;
    border-bottom: none;
    border-left: 20px solid transparent;
  }
  #top_about .wrapper .about .top_about_img {
    width: 100%;
    text-align: center;
  }
  #top_about .wrapper .about .top_about_img img {
    width: 80%;
    margin-bottom: 0.5rem;
  }

  #howto_link a {
    padding: 1rem 1rem;
    font-size: 1.5rem;
  }
  #howto_link a .deco {
    padding: 0.3rem 0;
    margin: 0 0.3rem;
    border: 2px solid #036eb8;
  }
  #howto_link a .deco .box {
    padding: 0.4rem;
    border-right: 2px solid #036eb8;
  }

  #howto .wrapper .howto_lead {
    max-width: 100%;
    margin-top: 4rem;
  }
  #howto .wrapper .howto_lead .lead_txt {
    width: 100%;
    padding: 7rem 1.5rem 2rem;
  }
  #howto .wrapper .howto_lead .lead_txt .lead_icon {
    max-width: 45px;
    -webkit-transform: translate(-20%, -40%);
        -ms-transform: translate(-20%, -40%);
            transform: translate(-20%, -40%);
  }
  #howto .wrapper .howto_lead .lead_ph {
    width: 100%;
    max-width: 200px;
    position: absolute;
  }
  #howto .wrapper .howto_lead .lead_ph:nth-child(2) {
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) and (max-width: 425px) {
  #howto .wrapper .howto_lead .lead_ph:nth-child(2) {
    max-width: 150px;
    top: -3%;
  }
}
@media screen and (max-width: 768px) {
  #howto .wrapper .howto_lead .lead_ph:last-child {
    max-width: 100px;
    right: 0%;
    top: -5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 425px) {
  #howto .wrapper .howto_lead .lead_ph:last-child {
    max-width: 90px;
    top: -2%;
  }
}
@media screen and (max-width: 768px) {
  #howto .wrapper .howto {
    text-align: center;
  }
  #howto .wrapper .howto .howto_step .howto_index {
    width: 100%;
  }
  #howto .wrapper .howto .howto_step .howto_index .howto_box {
    text-align: left;
    margin-bottom: 2rem;
  }
  #howto .wrapper .howto .howto_step .howto_index .howto_box img {
    width: 100%;
  }
  #howto .wrapper .howto .howto_step .howto_index .howto_box p {
    margin-left: 1rem;
  }
  #howto .wrapper .howto .howto_step .howto_index .howto_box .howto2_img {
    display: block;
    margin: 0 auto;
    width: 70%;
  }
  #howto .wrapper .howto .howto_step .theme_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #howto .wrapper .howto .howto_step .theme_box .theme {
    width: 100%;
    padding: 4rem 3rem 2rem 3rem;
  }
  #howto .wrapper .howto .howto_step .theme_box .theme img:last-child {
    width: 70%;
  }
  #howto .wrapper .howto .howto_step.n2, #howto .wrapper .howto .howto_step.n3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #howto .wrapper .howto .howto_step.n2 .howto_ph, #howto .wrapper .howto .howto_step.n3 .howto_ph {
    width: 100%;
  }
  #howto .wrapper .howto .ref_box .ref_txt {
    padding: 2rem 1rem;
  }
  #howto .wrapper .howto .ref_box .ref_txt .ref_link a {
    width: auto;
    padding: 1rem;
    font-size: 1rem;
  }
  #howto .wrapper .howto .detail_link {
    width: 100%;
  }
  #howto .wrapper .howto .detail_link a {
    width: 100%;
    font-size: 0.9rem;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #howto .wrapper .howto .flexbox {
    display: block;
  }
  #howto .wrapper .howto .flexbox p {
    width: 100%;
    margin-bottom: 1rem;
  }
  #howto .wrapper .howto .flexbox .howto_ph {
    width: 80% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .applybox {
    width: auto;
    padding: 0 1rem 1rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .siyou {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .siyou .message p {
    font-size: 14px;
  }
  .siyou .sanka {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .siyou .sanka img {
    width: 100%;
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
  }
  .item .item_topic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item .item_topic:last-child {
    margin-bottom: 1rem;
  }
  .item .item_topic > dt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .item .item_topic > dt.noruby {
    padding: 18px 0 12px;
  }
  .item .item_topic > dd {
    width: 100%;
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .taisyo {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .hoka {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 768px) {
  .simekiri {
    text-align: center;
  }
  .simekiri p {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .sinsa dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sinsa dt {
    width: 100%;
  }
  .sinsa dd {
    width: 100%;
  }
  .sinsa .topsinsa {
    border-top: 1px solid #333;
    margin-top: 5px !important;
  }
  .sinsa .classsyo {
    font-size: 13px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .address,
.name,
.tel,
.mail {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .mail {
    padding: 1.5rem 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .return {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .anke {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .youtube {
    margin: 1rem 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .prev-arrow {
    left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .next-arrow {
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .koukai {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .book {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .bookimg {
    width: 50%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .booktxt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bookt {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #main_sub article.prise .title_area {
    position: static;
    margin-top: 0;
    margin-bottom: 0;
  }
  #main_sub article.prise .title_area figure {
    display: none;
  }
  #main_sub article.prise .title_area h2 {
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 100%;
    margin-bottom: 1rem;
  }
  #main_sub article.prise .title_area h2 br {
    display: inline;
  }
  #main_sub article.prise .articles {
    display: block;
  }
  #main_sub article.prise .articles .article {
    width: 100%;
  }
  #main_sub article.prise .articles .article figure {
    width: 30%;
    margin: 0;
  }
  #main_sub article.prise .articles .article figure img {
    width: 100%;
  }
  #main_sub article.prise .articles .article .profile {
    width: 65%;
  }
  #main_sub article.prise .articles .article .profile .school {
    font-weight: bold;
    margin-bottom: 5px;
  }
  #main_sub article.prise .articles .article .profile .name {
    font-weight: bold;
    font-size: 150%;
  }
  #main_sub article.prise .articles .article .profile .link {
    margin-top: 20px;
  }
  #main_sub article.prise .articles .article .profile .link a {
    display: block;
    color: #fff;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
  }
}
/*# sourceMappingURL=style.css.map */
