@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

body {
margin:0;
padding:0;
font-size:100%;
color:#404040;
background-color:#fff;
font-family:"Noto Sans JP",'Yu Gothic Medium','Noto Serif JP','Noto Sans JP', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif,;
}




#container {
  width: 100%;
}
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
#container {
  width: 768px;
  /*コンテナー幅*/
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
}
}



#spi_01 img {
  display:block;
  width:100%;
  height:auto;
  margin: 0 0 45px 0;
  }
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
#spi_01 img {
  display:block;
  width:100%;
  height:auto;
  }
}


  .ttl-1 {
    width: auto;
    text-align: center;
    font-family:'Noto Sans JP';}
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
  .ttl-1 {
    width: auto;
    text-align: center;
    font-family:'Noto Sans JP' ;
  }
}

.ttl_4{
  padding:0px 0 0 0;
  font-size: 12px;
}
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.ttl_4{
  padding:00px 0 0 0;
  font-size: 18px;
}
}




  h1 {
    text-align: center;
    color: #1d2088;
    font-size: 200%;
    line-height: 1.5;
    padding: 5px;
    font-family:"Noto Sans JP";
    font-weight: bold;
  }
/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
  h1 {
    text-align: center;
    color: #1d2088;
    font-size: 48px;
    line-height: 1.2;
    padding: 20px 0.5em 0.5em;
    font-family:"Noto Sans JP";
    font-weight: bold;
  }
}








/*--------------- スマホ用の記述 ----------------*/
.wrapper {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

.wrapper p {
  font-size: 4.0vw;
  margin-bottom: 20px;
  font-family:"Noto Sans JP";
  line-height: 180%;
}

.info__box {
  background-color: #f5f5f5;;
  font-size: 18px;
  margin: 10px 0% 5px;
  padding: 20px 4% 20px 4%;
  font-family:"Noto Sans JP";
}

.info__items {
  background-color: #1d2088;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 10%;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5%;

  padding-top: 1%;
  padding-right: 2%;
  padding-bottom: 1%;
  padding-left: 2%;
}

.info__item {
  margin-left: 22%;
  margin-top: -47px;
  line-height: 140%;
  font-size: 18px;
  letter-spacing: .1px;
  font-weight: bold;
}

/*--------------- タブレット用の記述 ----------------*/
@media screen and (min-width:768px)and (max-width: 1023px) {
  .wrapper {
    padding-top: 90px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
  }
  
  .wrapper p {
    font-size: 18px;
    margin-bottom: 30px;
    font-family:"Noto Sans JP";
  }
  
  .info__box {
    background-color: #f5f5f5;
    font-size: 18px;
    margin: 10px 4% 5px;
    padding: 40px 4% 20px 4%;
    font-family:"Noto Sans JP";
  }
  
  .info__items {
    background-color: #1d2088;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 10%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5%;
    padding-top: 1%;
    padding-right: 2%;
    padding-bottom: 1%;
    padding-left: 2%;
  }
  
  .info__item {
    margin-left: 15%;
    margin-top: -63px;
    line-height: 140%;
    font-size: 20px;
    letter-spacing: .1px;
    font-weight: bold;
  }
}


/*--------------- パソコン用の記述 ----------------*/
@media screen and (min-width: 1024px) {
  .wrapper {
    padding-top: 90px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
  }
  
  .wrapper p {
    font-size: 18px;
    margin-bottom: 30px;
    font-family:"Noto Sans JP";
    line-height: 180%;
  }

  .info__box {
    background-color: #f5f5f5;
    font-size: 18px;
    margin: 10px 20px 5px;
    padding: 20px 20px 0px 20px;
    font-family:"Noto Sans JP";
   
  }

  .info__items {
    background-color: #1d2088;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 10%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5%;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  
  .info__item {
    margin-left: 100px;
    margin-top: -60px;
    line-height: 140%;
    font-size: 20px;
    letter-spacing: .1px;
    font-weight: bold;
  }
  }


/*ボタン設定
---------------------------------------------------------------------------*/
.btn_box {
  background-color: ;
  margin: 0% 0%;
  padding: 0 0 10% 0;
  border: 0px solid #d6d485;
}

.device{
  margin:0;
  padding:0 20px;
  text-align:center;
  font-family:"Noto Sans JP";
  animation: pulse 2s infinite; /* 2秒ごとにパルス効果を繰り返す */
  }
  .device a:link {color:#fff;text-decoration:none;}
  .device a:visited {color:#fff;text-decoration:none;}
  .device a:hover {color:#fff;text-decoration:none;}
  
  .btn {
  width:95%;
  margin:0 auto 0 auto;
  padding:25px 0;
  font-size:120%;
  font-weight:bold;
  text-shadow:0 1px 3px rgba(0,0,0,0);
  display:block;
  background:#f68002;
  border-bottom:solid 3px #9c5102;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
  }
  .btn:hover {
  opacity:0.6;
  filter:alpha(opacity=60);
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.07);
    }
    100% {
      transform: scale(1);
    }
  }

/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
  .btn_box {
    background-color: ;
    margin: 0% 0%;
    padding: 0 0 60px 0;
    border: 0px solid #d6d485;
  }

  .device{
    margin:0;
    padding:0;
    text-align:center;
    font-family:"Noto Sans JP";
    animation: pulse 2s infinite; /* 2秒ごとにパルス効果を繰り返す */
    }
    .device a:link {color:#fff;text-decoration:none;}
    .device a:visited {color:#fff;text-decoration:none;}
    .device a:hover {color:#fff;text-decoration:none;}


  .btn {
  width:480px;
  margin:0 auto 0 auto;
  padding:25px 0;
  font-size:24px;
  font-weight:bold;
  text-shadow:0 1px 3px rgba(0,0,0,0);
  display:block;
  background:#f68002;
  border-bottom:solid 3px #9c5102;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
  }
  .btn:hover {
  opacity:0.6;
  filter:alpha(opacity=60);
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.07);
    }
    100% {
      transform: scale(1);
    }
  }
}



  #spi_02 img {
    display:block;
    width:100%;
    height:auto;
    }

    #spi_03 img {
      display:block;
      width:100%;
      height:auto;
      }
  
      #spi_04 img {
        display:block;
        width:100%;
        height:auto;
        }
    



/*フッター設定
---------------------------------------------------------------------------*/
footer {
  width: 100%;
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  background-color: #1d2088;
  font-size: 90%;
  font-family:"Noto Sans JP";
}

footer a {
  color: #fff;
  margin: 10px 0;
}

footer p {
  margin: 10px 0;
}





/*------------------------------ ページ一番上へ ------------------------------*/

#pagetop {
  position:fixed;
  bottom:10%; /* 下からの位置／今回はフローティングがあるため高めに設定。通常は20～30 */
  right:20px;
  }
  #pagetop i {
  padding-top:6px
  }
  #pagetop a {
  display:block;
  z-index:9999;
  padding:5px 4px 3px 4px;
  border-radius:30px;
  width:35px;
  height:35px;
  background-color:#ccc;
  color:#fff;
  text-decoration:none;
  text-align:center;
  }
  #pagetop a:hover {
  text-decoration:none;
  opacity:0.7;
  }
  
  /* ▼PCメディアクエリ */
  @media screen and (min-width:769px){
  #pagetop {
  position:fixed;
  bottom:30px; /* 下からの位置／今回はフローティングがあるため高めに設定。通常は20～30 */
  right:20px;
  }
  #pagetop i {
  padding-top:6px
  }
  #pagetop a {
  display:block;
  z-index:9999;
  padding:3px 4px 3px 4px;
  border-radius:30px;
  width:35px;
  height:35px;
  background-color:#ccc;
  color:#fff;
  text-decoration:none;
  text-align:center;
  }
  #pagetop a:hover {
  text-decoration:none;
  opacity:0.7;
  }
  } /* ▲PCメディアクエリ終了▲ */


























/*---------- 文字装飾 ----------*/

.bold{font-weight:bold;}
.ul{text-decoration:underline;}
.red {font-weight:bold;color:#c30d23;}
.white{font-weight:bold;color:#fff;}
.through{text-decoration:line-through;}
.ym{font-weight:bold;background:linear-gradient(transparent 60%, #ffe24d 60%);}
.caption{font-size:75%;color:#666666;font-weight:normal;line-height:180%;}


/*---------- 文字位置 ----------*/

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

