 @charset "utf-8";
 

html {
    /* ベースのフォントサイズを10pxとする */
    font-size: 62.5%;
    font-feature-settings: "palt";
}

.title { text-align: center; }
.text { display: inline-block;
    font-size: 2.5rem;
    line-height: 1.2em;
    color: #83C71D;
    font-weight: bold;

 }




.c-text {

margin-top:16px;
  margin-left:16px;
  margin-bottom:16px;
  margin-right:16px;

  word-break:break-word;


  text-align: left;
  font-size: 1.6rem;/* calcサポート外をフォールバック */
  color: #999;
  font-size: calc(1.4rem + ((1vw - 0.48rem) * 0.5556));/* viewportが480px以上1200px以下可変 */
  min-height: 0vw;/* Safari用バグフィックス */
  line-height: 1.7;
}


/*------ メディアクエリ --------*/
/* デバイス幅が1200px以上 */
@media screen and (min-width: 1200px) {

  .c-text {
    font-size: 1.6rem;
  }
}
/* デバイス幅が480px以下 */
@media screen and (max-width: 480px) {

  .c-text {
    font-size: 1.4rem;
  }
}


.button04 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 230px;
  color: #999;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  border: 3px solid #a0c4d3;
  border-radius: 8px;
}

.button04 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #2285b1;
  border-right: 3px solid #2285b1;
  transform: rotate(45deg);
}

.button04 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #a0c4d3;
}

.button04 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}




section {
  max-width: 150px;
  margin: 0 auto;
}
a.btn_06-2 {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  padding: 0.8em .5em;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}
a.btn_06-2 span {
  position: relative;
  display: block;
  transform: translate(-3px, -3px);
  transition: 0.3s;
  z-index: +1;
}
a.btn_06-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #AFC700;
  border-radius: 6px;
  box-sizing: border-box;
  transform: translate(-3px, -3px);
  transition: 0.3s;
}
a.btn_06-2:hover span {
  transform: translate(0, 0);
}
a.btn_06-2:hover:after {
  transform: translate(0, 0);
}
@media all and (max-width: 1023px) {
  a.btn_06-2 {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  a.btn_06-2 {
    font-size: 16px;
  }
}

