@charset "utf-8";

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  /*font-size: 1rem;*/
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@media screen and (max-width: 640px) {
  html {
    font-size: 100%;
    -webkit-text-size-adjust: none;
  }
  body {
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
  }
}

/*body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
}*/
@media screen and (max-width: 640px) {
  body:before{
    background-position: top center;
    background-size:100%;
  }
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
    }
    .sp {
      display: block;
    }
}



.colorred {
  color: #ff0000;
}

.Atten {
  color: #f26077;
}
.qest dt {
  width: 50%!important;
}
.qest dd {
  width: 50%!important;
}

@media screen and (max-width: 640px) {
  .qest dt{
    width : 100%!important;
    float : none;
    text-align : left;
    padding : 10px 5px 5px;
    font-weight : bold;
  }
  .qest dd{
    width : 100%!important;
    float : none;
    border-top : none;
    padding : 15px 5 15px 5px;
  }
  .qest .flexstart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .qest .HalfBox30 {
    width: 50%;
  }
  .qest .HalfBox40,
  .qest .HalfBox35 {
    width: 55%;
    margin: 20px auto;
  }
}


#header {
  width: 100%;
  /*height: 380px;*/
  /*background-image:url(../img/bg_head.jpg);*/
  background-color: #d8e8ff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size:cover;
  /*display: flex;
  justify-content: space-around;
  align-items: center;*/
  padding: 50px 0%;
}
.header_wlapp {
  width:96%;
  max-width: 1200px;
  /*display: flex;*/
  justify-content: space-around;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .header_wlapp {
    display: block;
  }
}
.LogoArea {
  /*width: 274px;*/
  /*height: 100px;*/
  /*position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 1;
  width: 50%;*/
  transition: .5s;
  margin: 0 auto 30px;
}
@media screen and (max-width: 800px) {
  .LogoArea {
    width: 100%;
    margin-bottom: 30px;
  }
}
.LogoArea .Logo {
  /*width: 274px;*/
  /*display: flex;
  align-items: center;*/
  padding: 0 40px;
  /*background-color: rgba(255, 255, 255, .8);
  border-radius: 0 0 40px 0;*/
  transition: .5s;
}
@media screen and (max-width: 800px) {
  .LogoArea .Logo {
    max-width: 610px;
  }
}
.LogoArea .Logo img {
  /*width: 194px;*/
  transition: .5s;
}
.is-animation .LogoArea {
  width: 100%;
  height: 70px;
}
.is-animation .LogoArea .Logo {
  width: 100%;
  border-radius: 0;
  box-shadow: 0px 5px 15px -13px #777777;
}
.is-animation .LogoArea .Logo img {
  width: 140px;
}
section {
  width: 100%;
  background-color: #fff;
  padding: 6em 0;
}
@media screen and (max-width: 640px) {
  section {
    width: 100%;
    padding: 3em 0;
  }
}
section .Inner {
  width: 96%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  section .Inner {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}

.GreetingBox {
  /*width: 48%;*/
  margin: auto;
}
.Greeting {
  /*width: 100%;*/
  width: 610px;
  padding: 40px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 30px;
  border: 4px solid #ffa5b6;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .GreetingBox {
    width: 100%;
  }
}
.Greeting dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
p.Attention {
  text-align: right;
}

@media screen and (max-width: 800px) {
  .Greeting dl {
    font-size: .8em;
  }
  p.Attention {
    font-size: .8em;
    text-align: left;
    margin-top: 10px;
  }
}

.prize {
  width: 96%;
  max-width: 900px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.Greeting dl dt {
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  margin-right: 1em;
  padding: 1px 8px;
}
.Greeting dl dd {
  font-size: 1.4em;
  font-weight: bold;
}
 
h1 {
  font-size: 2em;
  color: #838383;
  text-align: center;
  margin-bottom: 2.5em;
}
h1 span.beige {
  background:linear-gradient(transparent 60%, #f0ebe0 60%);
}
h1 span.green {
  background:linear-gradient(transparent 60%, #edf6da 60%);
}
h1 span.orange {
  background:linear-gradient(transparent 60%, #ffe7c9 60%);
}
h1 span.blue {
  background:linear-gradient(transparent 60%, #d8ebff 60%);
}
section .Inner dl.HeadMethod {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
section .Inner dl.HeadMethod dt {
  border: 2px solid #333;
  padding: 1em 1.5em;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
}
section .Inner dl.HeadMethod dd ol li {
  list-style: auto;
  margin-left: 1.5em;
}

.asta:before {
  content: '※';
  color: #ff0000;
}


@media screen and (max-width: 640px) {
  section .Inner dl.HeadMethod {
    display: block;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  section .Inner dl.HeadMethod dt {
    padding: .5em 1em;
    margin-bottom: 15px;
  }
}

section .Inner h2 {
  font-size: 2.35em;
  width: 32%;
  color: #19417b;
  line-height: 1.5;
  min-width: 310px;
  margin: 0 auto .5em;
}
@media screen and (max-width: 640px) {
  section .Inner .HeadMessage h2 {
    width: 100%;
  }
}
section .Inner .HeadMessage h2 span {
  color: #f24343;
}

h2 {
  text-align: center;
  font-size: 1.6em;
  padding: 6px;
  margin: 100px 0 20px;
  color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 1.3em;
  }
}
.h2Green {
  background-color: #7ccf00;
}
.h2Blue {
  background-color: #4da0e5;
}
.h2Pink {
  background-color: #ff8cb1;
}
.h2Gray {
  background-color: #aeaeae;
}
.h2Orange {
  background-color: #f48503;
}
.h2Purple {
  background-color: #b46aff;
}

h3 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 2em;
    padding: 1rem 2rem;
    border-radius: 10px;
    background: #eee;
    font-size: 1.6rem;
}

h3:before,
h3:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #eee;
}

h3:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}

h3:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}

.flexstart {
  display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.HalfBox45 {
  width: 45%;
  margin-right: 4%;
}
@media screen and (max-width: 640px) {
  .flexstart {
    display: block;
  }
  .HalfBox45 {
    width: 100%;
    margin-right: 0;
  }
}
.HalfBox100 {
  width: 100%;
}
.Sub {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.qsub_title {
  background-color: #f9f8ef;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .qsub_title {
    font-size: 1.4rem;
    background-color: #eee;
  }
}