@charset "UTF-8";
/* CSS Document */

@font-face{
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style:normal;
}

html{
  font-size: 62.5%; /* 62.5％ X 16px=10px */
}

body{
  color: #1c1c1c;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt" 1;
}

a{
  color: #1c1c1c;
}

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

.inner{
  max-width: 950px;
  margin: 0 auto;
}

.text-center{
  text-align: center;
}  

.sp_img{
  display: none;
}

.pc_br{
  display: none;
}



/*------------------タイトル------------------*/
.main>img{
  width: 100vw;
  height: 100%;  
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.text_area{
  padding: 28px 0 35px;
  background: #bedee9;
}

.text{
  padding: 34px;  
  background: #fff;
  border-radius: 30px;
}

.text>li:nth-child(1){
  padding-bottom: 44px;  
}
.text>li:nth-child(2){
  padding-bottom: 58px;  
}

.btn{
  padding-top: 36px;
}



/*------------------ページトップ------------------*/
.PageTopBtn{
  font-size: 1.4rem;
  position: fixed; 
  z-index: 100;
  bottom: 70px; 
  right: 50px; 
}

.PageTopBtn a{
  display: block;
  color: #003690;
  background: #fff;
  border: solid 1px #003690;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  transition: 0.6s;
}

.PageTopBtn a:hover{
  color: #fff;
  background: #003690; 
  border: solid 1px #003690;
}



/*------------------フッッター------------------*/
.footer_area{
  padding: 32px 0 16px;
}

.sponsored{
  padding-bottom: 10px;
}

.copyright{
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}





/*------------------SP版------------------*/
@media screen and (max-width: 640px){
  
  .inner{
    padding: 0 20px;
  }
  
  .pc_img{
    display: none;
  }

  .sp_img{
    display: block;
  }
 
  .pc_br{
    display: block;
  }
  
  .sp_br{
    display: none;
  }

  
 
  /*------------------タイトル------------------*/
  .text_area{
    padding: 10px 20px 20px;
  }

  .text{
    padding: 14px;  
    border-radius: 16px;
  }

  .text>li:nth-child(1){
    padding-bottom: 23px;  
  }
  .text>li:nth-child(2){
    padding-bottom: 32px;  
  }

  .btn{
    padding: 20px 30px 0;
  }  
  
  
  
  /*------------------ページトップ------------------*/
  .PageTopBtn{
    bottom: 18px; 
    right: 18px; 
  }  

  
  
  /*------------------フッッター------------------*/
  .footer_area{
    padding: 24px 20px 10px;
  }

  .sponsored{
    padding-bottom: 10px;
  }


  
  
  
 }




