/* =========================================================
base
========================================================= */
html {
  font-size: 62.5%;
}

html,
body {
  width: 100%;
  height: auto;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

body {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #fff;
  font-feature-settings: "palt";
}

.wrap {

  margin: 0 auto;
}

.effect,
.titleeffect {
  opacity: 0;
}

.effect {
  padding-top: 50px !important;
  transition: all 1s ease;
}

.effect.is-view {
  opacity: 1;
  padding-top: 0 !important;
}


.sp {display: none}

/* =========================================================
contents
========================================================= */


footer { 
  padding: 30px 0 13px 0;
  background: #252525;
  display: flex;
  flex-direction: column;
  align-items: center; 
}

 footer .innner {
  width: 100%;
  margin: 0 auto;
}

footer .logo {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 80px;
  text-align: center;
}

footer .contact {
  color: #ffffff;
  margin: 28px 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}

footer .privacypolicy {
  margin: 16px 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}

a {
  color: #fff;
}

footer .copyright {
  margin: 48px 0 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

 footer .section{
  width: 100%;
  padding: 100px 0;
}

.mainv{
  background-color: #FEFA91;
  background-image: url(./img/bg2.png);
  background-position: bottom;
  background-size: cover;
}
.mainv .pc{
    width: 960px;
    margin: 0 auto -7px;
}

.section_conditions{
  background-image: url(./img/bg.png);
  background-color: #2C304B;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
}
.section_conditions .inner{
  width:640px;
  margin: 0px auto 80px;
}

.section_award {
  background: #FF5D75;
  padding: 64px 0;
}
.section_award .inner{
  width:640px;
  margin: 0px auto 80px;
  text-align: center;
}

.section_award .tittle {
  color: #fff;
  font-size: 53px;
  text-align: center;
  display: inline-block;
  margin: 0 auto 52px;
}
.section_award .tittle::after{
  content: " ";
  display: block;
  width: 55px;
  height: 8px;
  margin: 12px auto;
  background: #FFEE00;
}



.section_period{
  width: 894px;
  margin: 50px auto;
}

.tag {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}

.tag .tittle {
  display: inline-block;
  padding: 16px 45px;
  color: #fff;
  background: #D70000;
  border-radius: 99999px;
  font-size: 25px;

}

.section_period .main {
  font-size: 28px;
  margin: 0 30px;
  font-family: sans-serif;
  font-weight: 700;
  text-align: center;
}

.section_period .range{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.section_period .range2{
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  border-bottom: 4px solid #d70000;
   display: inline-block;
}

.section_period .range3{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}

.section_period .sub {
  font-size: 17px;
  margin: 20px 0 0 0;
  font-family: sans-serif;
  font-weight: 300;
  display: flex;
  text-align: center;
  justify-content: center;
}

.button {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.button a {
  display: inline-flex;
  align-items: center;
  padding: 15px 50px;
  background-color: #D70000;
  border: 2px solid #D70000;
  color: #ffffff;
  border-radius: 99999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.button a:hover {
  background-color: #a50000;
  border: 2px solid #fff;
  color: #ffffff;
}

.button a:hover .icon {
border-color: transparent transparent transparent #ffffff;
transition: all 0.3s ease;
}

.button .text {
  margin-right:  10px;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.button .icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 15px;
  border-color: transparent transparent transparent #252525;
}
 
.section_requirements{
  background: #252525;
  width: 895px;
  padding: 100px 0;
  margin: 90px auto;
  border-radius: 15px;
}

.section_requirements .title {
  color: #fff;
  font-size: 35px;
  text-align: center;
}

.requirements_text {
  width: 700px;
  margin: 50px auto 0 auto;
  font-size: 17px;
  font-weight: 400;
  color: #fff; 
 font-family: sans-serif;
}
.requirements_text .big{
  font-size: 22px;
  font-weight: 600;
}
.requirements_text .smtxt{
  font-size: 13px;
}
.requirements_text .smtxt a{
  color: #09c;
  text-decoration: underline;
}
.requirements_text h3 {
  font-size: 25px;
  margin: 15px 0;
}

.requirements_text .how{
  display: flex;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  align-items: flex-start;
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
}
.requirements_text .nomber{
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #000;
  background-color: #fff;
  flex: none;
  border-radius: 3px;
  margin-right: 9px;
}

.requirements_text .txt a{
  color: #00adfe;
  text-decoration: underline;
}
.requirements_text .txt a.pdf{
  color: #aaa;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 400;
}

.section_requirements .title-decoration {
  background-color: #FF5D75;
}

.section_attention {
   background: #F7F7F7;
   padding: 100px 0;
   margin: 90px auto 0 auto;
}

.section_attention .title {
  font-size: 35px;
  text-align: center;
  color: #252525;
}

.title-decoration {
  width: 55px;
  height: 8px;
  background-color: #252525;
  margin: 12px auto;
}


.attention_text {
  width: 700px;
  margin: 50px auto 0 auto;
  font-size: 17px;
  font-family: sans-serif;
  font-weight: 100
}

.toconvertion{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 280px;
}

#kiyaku{
  width: 90%;
  max-width: 720px;
  margin: 40px auto;
}

#kiyaku h2{
      font-size: 22px;
    margin-top: 40px;
    text-align: center;
}

#kiyaku h3{
      font-size: 22px;
    margin-top: 40px;
    margin-bottom: 12px;
}


#kiyaku ul ul{
    padding-left: 12px;
}

#kiyaku ul li{
      margin-bottom: 8px;
      list-style: none;
}

#kiyaku a{
  color: #09c;
}

#kiyaku strong{
  font-size: 18px;
}
#kiyaku h3 strong{
  font-size: 22px;
}
.attention_text a{
  color: #09c;
  text-decoration: underline;
}

/* =========================================================
┏━━┓┏━━┓
┃┏━┛┃┏┓┃
┃┗━┓┃┗┛┃
┗━┓┃┃┏━┛
┏━┛┃┃┃　　
┗━━┛┗┛　　
========================================================= */
@media screen and (max-width: 979px) {

.pc {display: none;}
.sp {display: block;}

.mainv .sp{
    width: 100%;
    margin: 0 auto -7px;
}
.section_conditions .inner{
  width:90%;
  margin: 20px auto 40px;
}
.section_award {
    background: #E7324D;
    padding: 40px 0;
}
.section_award .inner{
  width:90%;
  margin: 0px auto 30px;
  text-align: center;
}
.section_award .tittle {
    color: #fff;
    font-size: 37px;
    text-align: center;
    display: inline-block;
    margin: 0 auto 36px;
}

.section_period {
    width: 90%;
    margin: 50px auto;
}
.tag .tittle {
    padding: 8px 42px;
    border-radius: 99999px;
    font-size: 20px;
    font-weight: 600;
}
.section_period .range {
    font-size: 15px;
}
.section_period .range2 {
    font-size: 22px;
}
.section_period .range2 span{
  display: block;
}
.section_requirements {
    width: 100%;
    padding: 10px 0;
    margin: 90px auto;
}
.requirements_text {
    width: 90%;
    margin: 50px auto 0 auto;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-family: sans-serif;
}
.section_requirements .inner{
  width: 90%;
  margin: 20px auto;
}
.attention_text {
    width: 90%;
    margin: 20px auto 0 auto;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 100;
}
.button .text {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.toconvertion{
    position: fixed;
    bottom: 10px;
    left: 50%;
    right:auto;
    width: 230px;
    margin-left: -115px;
}

}
