@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* reset -------- */
/* *, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} */

/*******************************************
section
********************************************/
section{
  text-align: center;
  margin:20px auto;
  margin-bottom:80px;
}

@media (max-width:599px){
  section{
    /*2022/04/07*/
    /* margin-bottom:30px; */
    margin-bottom:50px;
  }
}

/*******************************************
contents
********************************************/
.contents{
  max-width: 1000px;
/*  width:90%;*/
/*  text-align: center;*/
  margin: auto;
/*
  background-color: #fff;
  border-radius: 1em;
*/
}

#playGuide .contents{
  max-width: 1100px;
}

#about .contents section{
  display: flex;
  flex-wrap: wrap;
}
@media (max-width:599px){
  .contents{
    width:95%;
    margin:20px auto;
  }
  .contents section{
    display: block;
  }
  #playGuide .contents{
    width:90%;
  }
}
/****************************************
video
*****************************************/
.video-lists{
  max-width: 900px;
  width: 90%;
  text-align: center;
  margin: 10px auto;
}
/******************************************
topics-box
******************************************/
.topics-box{
    width:calc(100%);
    font-size:1.2rem;
    text-align: center;
    margin: auto;
    margin-top:20px;
    padding-bottom:20px;
    border-radius:10px;
    border:2px solid #6495ed;
    line-height:30px;
}

.topics-box div{
  width:75%;
  margin:1em auto;
  font-size: 1rem;
  text-align: left;
}

.topics-box div p,
.topics-box div ul,
.topics-box a{
  font-weight: bold;
  color:dimgray;
}

.topics-box div p{
  text-align: left;
}

.topics-box div ul{
  list-style-type: disc;
}

.topics-box a:not([class]){
  text-decoration: underline;
  margin: auto;
}

@media (max-width:599px) {
  .topics-box div{
    width:95%;
  }
  p[class ~= "update"]{
    padding-top:30px;
    padding-left:0;
    background-position:top 10%;
  }
  .topics-box a{
    font-size:1rem;
  }
}
/**************************************** 
topics-icon
*****************************************/
p[class ~= "update-icon"]{
  color: red !important;
  background-image: url("../img/icon/update.png");
  background-repeat: no-repeat;
  padding-left:180px;
  font-size:1.2rem;
}

p[class ~= "news-icon"]{
  color: red !important;
  background-image: url("../img/icon/news_icon.png");
  background-repeat: no-repeat;
  padding-left:125px;
  font-size:1.2rem;
}

@media (max-width:599px) {
  p[class ~= "update-icon"],
  p[class ~= "news-icon"]{
    padding-top:30px;
    padding-left:0;
    background-position:top 10%;
  }
}
/******************************************
jump-button
******************************************/
a[class ~= btn-down],
a[class ~= btn-up]{
  display: block;
  width:60%;
  padding:5px 10px;
  margin:10px auto;
  background-color:#037ad8;
  color: white;
  text-align: center;
  border-radius: 25px;
}

a[class ~= btn-down] i,
a[class ~= btn-up] i,
a[class ~= btn-right] i{
  vertical-align: middle;
  padding-right:0.1em;
  padding-left:0.1em;
}

a[class ~= btn-down]:hover i{
  transition-duration:0.5s;
  transform: translateY(5px);
}

a[class ~= btn-up]:hover i{
  transition-duration:0.5s;
  transform: translateY(-5px);
}

a[class ~= btn-right]:hover i{
  transition-duration:0.5s;
  transform: translateX(5px);
}

@media (max-width:599px) {
  ul a[class ~= btn-down],
  ul a[class ~= btn-up],
  ul a[class ~= btn-right]{
    width:80%;
  }
}

.left{
  margin-left:0px !important;
}

/******************************************
link-button
******************************************/
a[class ~= btn-icon]{
  display: block;
  width:60%;
  padding:20px 10px;
  margin:10px auto;
  background-color:#037ad8;
  color: white;
  text-align: center;
  border-radius: 25px;
}

a[class ~= btn-icon] img{
  vertical-align: middle;
  padding-left:0.2em;
}

a[class ~= btn-icon]:hover{
  transition-duration:0.5s;
  opacity:0.7;
}

/*2022/04/07*/
#ranking a[class ~= btn-icon]:first-of-type{
  margin-bottom:80px;
}

@media (max-width:599px){
  a[class ~= btn-icon]{
    width:80%;
  }
  /*2022/04/07*/
  #ranking a[class ~= btn-icon]:first-of-type{
    margin-bottom:50px;
  }
}

/******************************************
howto-button
******************************************/
.howto-button{
  margin:30px auto;
  display: inline-block;
}
.howto-button>img{
  margin: auto;
}

.howto-button>img:hover{
  transition-duration:0.5s;
  opacity: 0.7;
  transform: scale(1.1, 1.1);
}

@media (max-width:599px){
  .howto-button{
    margin:0 auto 20px auto;
  }
}
/******************************************
overview,recommend,precautions
******************************************/
.overview-lists,
.recommend-lists{
  margin:30px auto 5px;
  text-align: left;
  border: solid 2px #037ad8;
  padding:0px;
}

.recommend-lists{
  margin-top:10px;
}

.overview-lists dl,
.recommend-lists dl{
  display: flex;
  flex-wrap: wrap;
  list-style-type:none;
  font-size: 1.1rem;
  padding:0px;
  background: white;
}

.overview-lists dl dt,
.recommend-lists dl dt{
  font-weight: bolder;
  background: #e0ffff;
  text-align: right;
  width: 15%;
  padding:20px 15px;
}

.overview-lists dl dd,
.recommend-lists dl dd{
  line-height:160%;
  width: 75%;
  margin-left:0;
  padding-left:20px;
  padding-top:20px;
  padding-bottom:20px;
}

.overview-lists dl dd p,
.recommend-lists dl dd p{
  font-size: 1rem;
  color: dimgray;
}

.overview-lists dl hr,
.recommend-lists dl hr{
  width:100%;
  border-top: dashed 2px #037ad8;
  margin:0px;
}

.recommend-lists dl dd ol{
  padding-top:5px;
  padding-bottom:5px;
  list-style-type:disc;
}

.overview-lists dl dd ul{
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
}

#recommend ul{
  text-align: left;
  font-size:0.8rem;
  color: dimgray;
  padding-top:0;
  padding-bottom:0;
}

@media (max-width:599px){
  .recommend-lists>dl,
  .overview-lists>dl{
    padding:0;
  }
  .overview-lists>dl>dt,
  .recommend-lists>dl>dt{
    font-size: 0.9rem;
    padding:10px 5px;
    width: 20%;
    text-align: left;
  }
  
  .recommend-lists>dl>dd,
  .overview-lists>dl>dd{
    font-size: 0.9rem;
    padding:5px;
    width: 70%;
  }

  .overview-lists>dl>dd>p,
  .recommend-lists>dl>dd>p{
    font-size: 0.7rem;
  }
}
@media (max-width:376px){
  .recommend-lists dl dd ol{
    font-size:0.8rem;
  }
}

/******************************************
overview
******************************************/
.overview-flex{
  display: flex;
  flex-wrap: wrap;
}
/******************************************
recommend
******************************************/
@media (max-width:599px){
  #recommend p{
    text-align: left;
    font-size:1rem;
  }
}
/******************************************
download-box
******************************************/
.download-box{
  width:20%;
  margin: auto;
}

.download-box p{
  font-size:0.9rem;
  font-weight: bold;
}

.download-box img{
  width:85%;
  object-fit: contain;
}

.download-box img:hover{
  transition-duration:0.5s;
  opacity:0.7;
  transform: scale(1.1, 1.1);
}

/******************************************
precautions
******************************************/
.precautions{
/*  width:70%;*/
  font-size:0.8rem;
  text-align: left;
}

.precautions p{
  font-size:0.8rem;
  color: dimgray;
}
.precautions ol{
  list-style-type:decimal;
  font-size:0.8rem;
  padding-top:0;
  padding-bottom:0;
}
.precautions li {
  padding-left:1em;
  text-indent:-1em;
}

@media (max-width:599px){
  .precautions{
    font-size: 0.6rem;
    width:100%;
  }
  .precautions p{
    font-size:0.6rem;
  }
  .precautions ol{
/*    font-size:0.6rem;*/
  }
  .precautions ul{
/*    font-size: 0.8em;*/
    padding: 0
  }
  .precautions li {
    padding-left:1em;
    text-indent:-1em;
  }
}

/******************************************
startGuide
******************************************/
#startGuide section{
  text-align: center;
  position: relative;
}

#step1::before,
#step2::before{
  content:"";
  position: absolute;
  left:50%;
  bottom:-50px;
  border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #037ad8;
  transform: translate(-50%, -50%);
}

#step1::after,
#step2::after{
  content:"";
  position: absolute;
  bottom:-58px;
  left:50%;
  width: 20px;
  height: 20px;
	border-right: 5px solid #037ad8;
	border-bottom: 5px solid #037ad8;
  transform: translate(-50%, -50%) rotate(45deg);
}

#step1 .step-box{
  padding:20px 0px;
  border-radius:5px;
  border: solid 2px #037ad8;
}

#step1 .step-box b{
  line-height:30px;
  font-size:1.2rem;
}

#step2 .step-box{
  display: flex;
  align-items:stretch;
  align-content: space-between;
}

#step1,#step2{
  margin-top:0;
}

#step3{
  font-size:1.8rem;
  margin:0;
  padding:10px 0 30px;
  color:#df1014;
  font-weight: bolder;
}

.step-box>.windows-mac,
.step-box>.ipad,
.step-box>.login{
  display: flex;
  align-items:stretch;
  flex-flow: column;
/*  width:calc(50% - 10px);*/
  margin:0 auto;
  border-radius:5px;
  border: solid 2px #037ad8;
  box-sizing: border-box;
  text-align: left;
  padding:20px 10px;
}

.step-box>.login{
  width:100%;
  height:auto;
  padding:10px;
}

.step-box>.windows-mac>p,
.step-box>.ipad>p,
.step-box>.login>p{
  padding:5px;
}

.windows-mac img,
.ipad img,
.login img{
  width:300px;
  object-fit: contain;
  padding:10px;
}

.step-box p[class ~= "attention"]{
  font-size:0.9rem;
}

.step-box p[class ~= "attention"] a{
  font-weight: bold;
  color:#337ab7;
  text-decoration: underline;
}

@media (max-width:599px){
  #step1,#step2{
    margin-bottom:60px;
  }
  #step1 .step-box b{
    font-size:1.1rem;
  }
  .step-box p[class ~= "attention"]{
    font-size:0.8rem;
  }
  .windows-mac img,.ipad img,.login img {
    width: 100%;
    padding: 0;
  }
}

/******************************************
prize
******************************************/
.prize-copy {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.prize-box{
  display: inline-block;
  width:45%;
  margin:5px;
  text-align: center;
  border-left:2px solid #037ad8;
  border-right:2px solid #037ad8;
  border-bottom:2px solid #037ad8;
  border-radius:7px;
  background: rgb(255, 255, 255,0.9);
  box-sizing: border-box;
}
.prize-box img{
  margin:auto;
  height:300px;
  object-fit: contain;
}

#prize .contents{
  padding:20px 0px;
  background-image: url("../img/champion_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.prize-flex{
/*  display: flex;*/
}
.prize-inner {
  font-size: 1em;
  width: 90%;
  margin: 0 auto 1em;
}
.prize-inner a {
  color: blue;
  text-decoration: underline;
}
.prize-hatena {
  font-size: 4em;
  margin: 1em auto;
}
@media (max-width:768px){
  #prize .contents {
    background: none;
  }
  .prize-box {
    margin: 0 0 1em 0;
  }
  .prize-box img{
    height:200px;
  }
}

@media (max-width:599px){
  .prize-flex{
    display: block;
  }
  .prize-box img{
    height:150px;
  }
  .prize-box{
    display: block;
    width:100%;
  }
  .prize-hatena {
    margin: .5em auto;
  }

}
/******************************************
message
******************************************/
.message-flex{
  display:inline-block;
  margin-bottom:20px;
}

#message>.contents img{
  width:178px;
  object-fit: contain;
  margin:0 auto;
  float: left;
  box-sizing:border-box;
}

.message-box{
  width:calc(100% - 178px);
  margin:0 auto;
  text-align: left;
  float: left;
  box-sizing:border-box;
}

.message-box>p{
  margin:20px auto 0 auto;
  padding:0 10px 0 20px;
  font-size:1rem;
}

.profile-box{
  width: 100%;
  margin:0 auto;
  text-align:left;
  border-radius:5px;
  padding:15px;
  border:dashed 2px #d6d6d6;
  box-sizing: border-box;
}

p[class ~= "director"],
p[class ~= "profile"]{
  font-size:0.8rem;
}

p[class ~= "name"]{
  font-size:1.3rem;
  font-weight: bold;
}

.message-box>h3{
  font-weight: bold;
  padding:0 0 0 20px;
}


@media (max-width:599px){
  #message>.contents img{
    width:45%;
    float:left;
    padding:0 20px 10px 0;
    margin: auto;
  }
  .profile-box{
    width:calc(100% - 20px);
  }
  .message-box{
    width: auto;
/*    padding:0 10px;*/
    float: none;
  }
  .message-box>p{
    margin:auto;
    font-size:0.9rem;
    padding:10px 0;
  }
  .message-box>h3{
    font-size:1.1rem;
    padding:0px;
  }
}
/******************************************
question
******************************************/
.question-list{
  list-style-type: none;
  padding:0px;
}

.question-list>dt{
  position: relative;
  width:calc(100% - 100px);
  padding: 15px 20px 15px 80px;
  margin:20px auto;
  background-color: #037ad8;
  background-image: url("../img/QA/Q.png");
  background-repeat: no-repeat;
  background-position:20px 7.5px;
  background-size: 45px;
  color: white;
  font-size:1.3rem;
  font-weight: bold;
  border-radius:5px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.question-list>dd{
  display: none;
  position: relative;
  width:calc(100% - 100px);
  padding: 10px 20px 15px 80px;
  text-align: left;
  vertical-align: middle;
}

.question-list>dd>a{
  font-weight: bold;
  color:#337ab7;
  text-decoration: underline;
}

.question-list>dd::before,
.question-list>dt::after{
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.question-list>dt::after {
	background-image: url("../img/QA/+.png");
  width:25px;
  height:25px;
  top:15px;
  left:calc((100% - 60px));
}

.question-list>dt.open::after {
  transform: translateY(50%);
  background-image: url("../img/QA/minus.png");
}

.question-list>dd::before{
  background-image: url("../img/QA/a.png");
  width:45px;
  height:45px;
  top:5px;
  left:20px;
}
@media (max-width:599px) {
  .question-list>dt{
    padding-right:80px;
    width:calc(100% - 180px);
    font-size:1.1rem;
  }
}
/******************************************
banner
******************************************/
#banner .contents>a>img{
  margin:20px auto;
}

#banner .contents>a>img:hover{
  opacity:0.7;
}

.banner-list{
  display: flex;
  flex-wrap: wrap;
  padding:20px 10px;
  background:rgb(223, 223, 223);
  border-radius:5px;
  border:2px solid rgb(165, 165, 165);
  list-style-type:none;
}

.banner-list li{
  position:relative;
  margin:10px;
  width:30%;
  object-fit: contain;
}

.banner-list li:hover{
  transition-duration:0.5s;
  opacity:0.7;
  transform: scale(1.1, 1.1);
}

.banner-list li[class=none]:hover{
  opacity:1;
  transform: none;
}

@media (max-width:599px){
  .banner-list li{
    width:45%;
    margin:5px;
  }
  .banner-list{
    padding:20px 10px;
    border-radius:0px;
    border:none;
  }
}

/****************************************
h2,h3
****************************************/
h2:not([class]){
  color: white;
  padding-top:45px;
  padding-bottom:45px;
  font-weight: bolder;
}

#video h2{
  color: dimgrey;
  padding-top:20px;
  padding-bottom:0px;
  font-size:1.3rem;
}

/*
#overview h2{
  background-image: url("../img/title/title_bg03.png");
  background-size:cover;
}

#ranking  h2{
  background-image: url("../img/title/title_bg10.png");
  background-size:cover;
}

#prize h2{
  background-image: url("../img/title/title_bg04.png");
  background-size:cover;
}

#startGuide h2{
  background-image: url("../img/title/title_bg05.png");
  background-size:cover;
}

#recommend h2{
  background-image: url("../img/title/title_bg06.png");
  background-size:cover;
}

#message h2{
  background-image: url("../img/title/title_bg08.png");
  background-size:cover;
}

#question h2{
  background-image: url("../img/title/title_bg09.png");
  background-size:cover;
}
*/

h2[class = "topics-ttl"]{
  border-radius:5px 5px 0px 0px;
  padding:10px 0px;
  background-color: #6495ed;
  color: white;
  font-size:1.4rem;
  font-weight: bold;
  margin-bottom:20px;
}

/**************************************** 
title H2
*****************************************/
h2.title {
  background: url("../img/new_lp/h2_bg.png") no-repeat center center #037ad8;
  color: #037ad8;
  font-size:1.8rem;
  font-weight: bold;
  margin-bottom:20px;
  padding: 52px 0;
}

/****************************************
h3
****************************************/
h3{
  font-size: 1.4rem;
}

h3[class = precautions]{
  padding-top:0px;
  padding-bottom:0px;
  margin:10px;
  color:dimgray;
  display: flex;
  align-items: center;
}

#step1 h3,
#step2 h3{
  padding:10px auto;
  font-weight: bold;
}

.prize-box h3{
  font-size: 1rem;
  background: #037ad8;
  color: white;
  padding:10px 0;
  border-radius:5px 5px 0px 0px;
  font-feature-settings: "palt";
}
/****************************************
h4
****************************************/
h4{
  font-size:1.2rem;
  font-weight:bold;
}

.slide-text h4{
  position: relative;
  background:#037ad8;
  border:5px solid #037ad8;
  color: white;
  padding:5px;
  max-width:250px;
}

.windows-mac>h4,
.ipad>h4,
.login>h4{
  color: #037ad8;
  padding:5px;
}

@media (max-width:768px){
  h2:not([class]){
    padding-top:20px;
    padding-bottom:20px;
  }
  .slide-text h4{
    font-size:1rem;
    padding:0px;
  }
}

@media (max-width:599px){
  h1{
    padding-top:10px;
  }
  h2:not([class]){
    padding-top:10px;
    padding-bottom:10px;
  }
/*
  #about h2,#area h2,#ranking h2,
  #overview h2,#prize h2,
  #startGuide h2,#recommend h2,
  #playGuide h2,#message h2,#question h2{
    background: #ffcc04;
    padding-top:10px;
    padding-bottom:10px;
  }
*/
  h2.title {
    background: url("../img/new_lp/h2_bg_sp.jpg") no-repeat center center #037ad8;
    padding: 1em 0;
  }
  .flows-text h3{
    font-size: 1.2rem;
    background-size: 30px;
    padding-left:40px;
    margin-bottom:0;
  }
  #sub-section1>.flows-text>h3,
  #sub-section2>.flows-text>h3,
  #sub-section3>.flows-text>h3{
    padding-top: 10px;
    padding-bottom:10px;
  }
  .prize-box h3,
  .slider h3{
    font-size:0.9rem;
    padding:5px;
  }
  h4{
    font-size:1rem;
    padding:5px;
  }
  .slide-text h4{
    font-size:0.9rem;
  }
}

@media (max-width:376px){
  #sub-section1>.flows-text>h3,
  #sub-section2>.flows-text>h3,
  #sub-section3>.flows-text>h3{
    font-size:1rem;
  }
}

/************************************
list
************************************/
.num-circle-list{
  counter-reset: my-counter;
  list-style-position:outside;
}
.num-circle-list{
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/************************************
PC,SP,Tablet
***********************************/
.pc { display: block;}
.tablet { display: none !important; }
.sp { display: none !important; }

@media (max-width:599px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}

.tablet_none { display: block;}

@media (max-width:832px) {
  .tablet {display:block !important;}
  .tablet_none { display: none !important; }
}

/**************************************
else
***************************************/
p{
  font-size:1.2rem;
}

p[class ~= "big"]{
  font-size:1.4rem;
}

.small{
  font-size:1rem;
}

.bold{
  font-weight: bold;
  font-size: 1.4rem;
}

.margin-top{
  margin-top:40px;
}


.red{
  color: #df1014 !important;
}


.red-bold{
  color: #df1014 !important;
  font-weight: bold;
  font-size:1.4rem;
}

del{
  background-image: linear-gradient(black, black);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  color: #888;
  margin: 0 0.4em;
  text-decoration: none;
}

a[class ~= "disabled"]{
  pointer-events: none;
}

@media (max-width:599px) {
  p{
    font-size:1rem;
  }
  .bold{
    font-size: 1.2rem;
  }
}

@media (max-width:376px) {
  p{
    font-size:0.9rem;
  }
  .bold{
    font-size: 1.1rem;
  }
}

@media (max-width:599px){
  .viewPc{
    display:none !important;
  }
  section[id = mainVisual]{
    margin-bottom:30px;
  }
}
@media (min-width:600px){
  .viewSp{
    display:none !important;
  }
}

/******************************************
今すぐ無料アカウントボタン
******************************************/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
/*  letter-spacing: 0.1em;*/
  color: #fff;
  border-radius: 0.5rem;
  width: 900px;
  margin: auto;
}

.btn-radius-gradient-wrap {
  display: inline-block;
  padding: 0.5rem;
  border-radius: 100vh;
  background: #ffa500;
  background: -webkit-linear-gradient(
    to top,
    #ffa500 0%,
    #ff5400 37%,
    #ff0000 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffa500),
    color-stop(37%, #ff5400),
    to(#ff0000)
  );
  background: -webkit-linear-gradient(
    top,
    #ffa500 0%,
    #ff5400 37%,
    #ff0000 100%
  );
  background: linear-gradient(to bottom, #ffa500 0%, #ff5400 37%, #ff0000 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa500', endColorstr='#ff0000', GradientType=0);
}

a.btn-radius-gradient {
  border-radius: 100vh;
  background: #ff5400;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff5400),
    to(#ffa500)
  );
  background: -webkit-linear-gradient(top, #ff5400 0%, #ffa500 100%);
  background: linear-gradient(to bottom, #ff5400 0%, #ffa500 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5400', endColorstr='#ffa500', GradientType=0);
}

a.btn-radius-gradient:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

section#freebtn {
  margin-top: 80px;
}
.topbtn {
  text-align: center;
  margin: 30px auto 20px;
}

.bt-mt {
  margin-top: 80px;
}
/*
@media (min-width:1610px){
  .topbtn {
    margin-top: 20px;
  }
}
*/
@media (max-width:599px){
  .btn,
  a.btn,
  button.btn {
    width: 100%;
    padding:  1rem;
  }
  .btn-radius-gradient-wrap {
    width: 90%;
  }
  section#freebtn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .topbtn {
    margin-bottom: 30px;
  }
}

/******************************************
問い合わせボタン
******************************************/

.query {
  font-size: 1.2em;
  margin-bottom: 2em;
}
.query a {
  color: blue;
  text-decoration: underline;
}

/******************************************
アカウント登録ボタン
******************************************/
.c-btn {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    }
.c-btn {
  background: #ff0000;
  border: 2px solid #ff0000;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  max-width: 900px;
  padding: 16px 40px 20px;
  text-align: center;
  margin: auto;
}
.c-btn.slide {
  background: #fff;
  color: #ff0000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn.slide::after {
  background: #ff0000;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide:hover {
  color: #fff;
}
.c-btn.slide:hover::after {
  transform: scale(1, 1);
}
.c-btn.slide.skew::after {
  transform: skewY(-10deg) scale(1, 0);
  height: 140px;
}
.c-btn.slide.skew:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}

/******************************************
お知らせ
******************************************/
.topics-box div p {
  font-weight: normal;
}
.topics-box div p a {
  color: blue;
}

.topics-box div p a::after {
  content: '\f08e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  padding: 0 0 0 0.2em;
}