@charset "UTF-8";

/* commmon-pc-css */

.check-list{
  border: 2px solid #3c9b71;
  list-style-type: none !important;
  padding: 1em .7em;
}


.check-list li:before{
  font-family: "Font Awesome 5 Free";
  color: #3c9b71;
  content: "\f00c";
  font-size: 20px;
  font-weight: 900;
  margin-right: 10px;
  vertical-align: middle;
}

.number-list{
  border: 2px solid #3c9b71;
  list-style-type: none !important;
  padding: 1em .7em;
  counter-reset: number;
}

.number-list li{
  position: relative;
  padding: .5em 0 .5em 34px;
  line-height: 1.5em;
}

.number-list li:before{
  display: inline-block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #3c9b71;
  color: #fff;
  font-family: "Quicksand",sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  content: counter(number);
  counter-increment: number;
}

/* huyouhin-pc-css */
.new-design{
  margin: 0 auto;
}

.new-design h2,.new-design h3{
  text-align: center;
  margin: 70px auto 40px;
}

.new-design p{
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.new-design ul,.new-design h3{
  margin-top: 2rem;
}

/* syobun-pc-css */
.article-btn {
  width: 60%;
  margin: 0 auto;
}

.article-btn a:after{
  font-family: "Font Awesome 5 Free";
  content: '\f101';
  font-size: 20px;
  color: #3c9b71;
  margin-left: 10px;
}

.article-btn a{
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 20px;
  line-height: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 14px;
  width: 100%;
  border: #3c9b71 solid 3px;
}

.toc_title{
  font-size: 20px;
}

#toc_container{
  padding: 30px 100px;
}

#toc_container li{
  line-height: 2;
}

.post_content a{
  text-decoration: underline;
}

/* syobun-sp-css */
@media(max-width:768px){
  .article-btn a{
    font-size: 15px;
    background-size: auto 100%;
    border-radius: 30px;
    padding: 10px;
    min-width: 200px;
  }
  .article-btn {
    width: 100%;
  }

  #toc_container{
    padding: 30px 20px;
  }
}
