.c_article {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.c_article-head{
	margin-bottom: 1em;
}

.c_article img{
  max-width: 100%;
  /*width: auto;*/
}

.c_article .blog_tag{
  font-size: 1.6rem;
  color: #9e9e9e;
}

.c_article_info{
  display: flex;
  margin-bottom: 23px;
  align-items: center;
}

.c_article-head .tag{
  font-size: 1rem;
  line-height: 22px;
  padding: 0 1em;
  background: #DEDCDC;
  display: inline-block;
  margin-bottom: 0.2em;
}

.c_article-head .ttl{
  font-size: 2.6rem;
  line-height: 1.66;
  margin-bottom: 0px;
  font-weight: bold;
  margin-bottom: 13px;
}

.c_article-head time{
  font-size: 1.4rem;
  display: flex;
  font-size: #0F4343;
  justify-content: flex-end;
}

.c_article-head .msg{
  margin-top: 45px;
  margin-bottom: 45px;
}

.c_article-head .img{
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.c_article .index_list{
  background: #EEEEEE;
  padding: 23px 23px 28px;
  margin-bottom: 35px;
}

.c_article .index_list>li{
  font-size: 1.8rem;
  line-height: 1.44;
  text-align: left;
  color: #1a1311;
}

.c_article .index_list>li:not(:last-child){
  margin-bottom: 15px;
}

.c_article .index_list>li>a{
  display: flex;
  font-weight: bold;
}

.c_article .index_list>li>a .num{
  padding-right: 0.9em;
  width:2.5em ;
}

.c_article .index_list>li>a .txt{
  width:calc(100% - 2.5em) ;
}

.c_article .index_list>li {
  font-size: 1.6rem;
}

.c_article_info .tag{
  padding: 0 1em;
  min-width: 77px;
  line-height: 18px;
  font-size: 1rem;
  border:1px solid #1A1311;
  text-align: center;
  margin-left: 25px;
}

.c_article_body>* {
  margin-bottom: 30px;
}

.c_article_body figure.one_img{
  text-align: center;
}

.c_article_body figure.one_img img{
  display: block;
  margin: 0 auto;
}

.c_article_body figure.one_img figcaption{
  text-align: left;
}

.c_article_body figure.one_img img{
  max-width: 100%;
}

.c_article_body .two_img{
  display: flex;
  justify-content: space-between;
}

.c_article_body .two_img figure{
  width: 48%;
}

.c_article_body .three_img{
  display: flex;
}

.c_article_body .three_img figure{
  width: 31.4%;
}

.c_article_body .three_img figure:not(:nth-child(3n)){
  margin-right: 2.9%;
}


.c_article_body .gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
  margin-bottom: 70px;
}
.c_article_body .gallery figure{
  width: 48%;
}
.c_article_body .gallery figure:first-child{
  width: 100%;
}

.c_article_body .ttl_l{
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.c_article_body .ttl_m{
  position: relative;
  font-size: 2rem;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #DF1C13;
}

.c_article_body .ttl_s{
  position: relative;
  font-size: 2rem;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.c_article_body .tbl{
  width: 100%;
}

.c_article_body .tbl tr{
  display: flex;
}

.c_article_body .tbl tr th{
  width: 25%;
  background: #C9D5D5;
  padding:1.5em 1.8em;
  border-bottom:1px solid #fff;
  text-align: left;
}

.c_article_body .tbl tr td{
  width: 75%;
  padding:1.5em 1.8em;
  border-bottom:1px solid #fff;
  background: #F5F9F9;
  text-align: left;
}

.c_article_body .article_row{
  overflow: hidden;
  line-height: 1.6;
}

.c_article_body .article_row.left figure {
  width: 38%;
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
  text-align: center;
}

.c_article_body .article_row.right figure {
  width: 38%;
  margin-left: 30px;
  margin-bottom: 10px;
  float: right;
  text-align: center;
}

.c_article_body .article_row.left figure img,
.c_article_body .article_row.right figure img {
  width: auto;
  max-width: 100%;
}

.c_article_body .article_clear .article_row {
  display: flex;
  width: 100%;
}

.c_article_body .article_clear .article_row.right {
  flex-direction: row-reverse;
}

.c_article_body .article_clear .article_row.right figure,
.c_article_body .article_clear .article_row.left figure {
  float: none;
}

.c_article_body .article_clear .article_row.right figure img,
.c_article_body .article_clear .article_row.left figure img {
  width: auto;
}

.c_article_body .article_clear .box {
  width: 75%;
}

.c_article_body a{
  color: #DF1C13;
  text-decoration: underline;
}

.c_article_body .article_list>li {
  position: relative;
  padding-left: 1em;
}

.c_article_body .article_list>li::after {
  content: "・";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  top: 0;
  left: 0;
}

.c_article_body figcaption{
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.5em 0 0;
}

@media only screen and (max-width: 1024px) {

  .c_article_body>* {
    margin-bottom: 30px;
  }

  .c_article{
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  
  .c_article-head .ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  
  .c_article-head{
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .c_article-head .msg {
    margin-top: 20px;
    margin-bottom: 0px;
  }

/*   .c_article_body>* {
    margin-bottom: 40px;
  } */

  .c_article_body .two_img{
    display: block;
  }

  .c_article_body .two_img figure{
    width: 100%;
  }

  .c_article_body .two_img figure:nth-child(1){
    margin-bottom: 30px;
  }

  .c_article_body .one_img figcaption,
  .c_article_body .two_img figcaption{
    margin-top: 0;
  }

  .c_article_body .ttl_l{
    position: relative;
    font-size: 2rem;
    line-height: 1.44;
    margin-bottom: 0.5em;
  }

  .c_article_body .ttl_m{
    position: relative;
    font-size: 1.8rem;
    line-height: 1.44;
    margin-bottom: 0.5em;
  }

  .c_article_body .ttl_s{
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }

  .c_article_body .tbl,
  .c_article_body .tbl td,
  .c_article_body .tbl th,
  .c_article_body .tbl tbody,
  .c_article_body .tbl tr{
    display: block;
    width: 100%;
  }

  .c_article_body .tbl tr th{
    width: 100%;
    padding:1.2em 1.5em;
    border-bottom:1px solid #fff;
    text-align: left;
  }

  .c_article_body .tbl tr td{
    width: 100%;
    padding:1.2em 1.5em;
    border-bottom:1px solid #fff;
    background: #F5F9F9;
    text-align: left;
  }
  
  .c_article_body .article_row.left figure {
    width: 38%;
    margin-right: 25px;
    margin-bottom: 5px;
  }

  .c_article_body .article_row.right figure {
    width: 38%;
    margin-left: 25px;
    margin-bottom: 5px;
  }

  .c_article_body .article_clear .article_row {
    display: block !important;
    width: 100% !important;
  }

  .c_article_body .article_clear .article_row figure{
    width: 100%  !important;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .c_article_body .article_clear .box{
    width: 100%;
  }
  

}

.c_article_treatment{
  max-width: 531px;
  margin: 0 auto 55px;
  padding: 0 10px;
}

.c_article_treatment .msg{
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 20px;
}

.c_article_treatment .img{
  margin-bottom: 35px;
}

.c_article_price{
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #707070;
}

@media screen and (max-width: 1024px) {
  .c_article_treatment{
    max-width: 531px;
    margin: -20px auto 50px;
    padding: 0px;
  }

  .c_article_treatment .msg {
    margin-bottom: 5px;
  }

  .c_article_treatment .img{
    margin-bottom: 20px;
  }

  .c_article_price{
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 10px;
  }

}

.c_article .txt ul>li{
  position: relative;
  padding-left: 1.5em;
}

.c_article .txt ul>li::before {
  content: '';
  position: absolute;
  top: 0.88em;
  left: 0.2em;
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  background: #1A1311;
}

.c_article .txt ol {
  counter-reset: list-counter; 
}

.c_article .txt ol li{
  position: relative;
  padding-left: 1.6em;
}

.c_article .txt ol li::before {
  position: absolute;
  left:0;
  top:0;
  counter-increment: list-counter; 
  content: counter(list-counter) ". ";
  font-weight: bold; 
}

.c_article .txt ol li {
  position: relative;
}

.c_article tr th{
  border: 1px solid #ECECEC;
  padding: 0.5em 1em;
  background: #ECECEC;
}
.c_article tr td{
  border: 1px solid #ECECEC;
  padding: 0.5em 1em;
}

.c_bottom_btns{
  text-align: left;
}

.c_bottom_btns a{
  position: relative;
  display: inline-block;
  color: #DF1C13;
  font-size: 2.2rem;
  line-height: 1;
  padding-left: 28px;
}

.c_bottom_btns a::before{
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../svg/arrow_red_left.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  z-index: 2;
}

/*ページャー*/
.pager {
  letter-spacing: -0.5em;
  padding: 0;
  margin: 50px 0 50px;
  display: flex;
  justify-content: center;
  position: relative;;
  width: 100%;
}

.pager li{
  display: inline-block;
  margin: 0px;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
  vertical-align: middle;
  margin: 0 5px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.pager li:first-child{border-right:none;}
.pager li:last-child{border-right:none;}
.pager li:nth-last-child(2){border-right: #152A87;}

.pager span {
  position: relative;
  display: block;
  height: 33px;
  width: 33px;
  line-height: 32px;
  border-radius: 50%;
  font-size:  2rem;
  background: #1A1311;
  color:#fff;
  font-weight: normal;
}

.pager a{
  position: relative;
  display: block;
  height: 33px;
  width: 33px;
  line-height: 32px;
  border-radius: 50%;
  font-size:  2rem;
  background: transparent;
  color:#000000;
  font-weight: normal;
}

.pager a:hover{
    opacity: 0.6;
}

.pager .next{
  height: auto;
}

.pager .next a{
  position: relative;
  padding-left: 0px;
  text-align: right;
  display: block;
  font-size: 2rem;
  color: #333333;
  width: auto;
  padding-right: 25px;
  background: transparent;
  font-weight: normal;
}

.pager .prev a {
  position: relative;
  padding-left: 0px;
  text-align: right;
  display: block;
  font-size: 2rem;
  color: #333333;
  width: auto;
  padding-left: 25px;
  background: transparent;
  font-weight: normal;
}

.pager .prev a::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width:0.75em;
  height: 0.75em;
  margin-top: -8px;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  transform: rotate(-45deg);
}

.pager .next a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width:0.75em;
  height: 0.75em;
  margin-top: -8px;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  transform: rotate(45deg);
}

/* .pager .first a,.pager .first span,
.pager .prev span,
.pager .next span,
.pager .last a,.pager .last span{
    position: relative;
    background: transparent !important;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
} */

.pager .next span::after {
  display: none;
}

.pager .prev span::after {
  display: none;
}

.pager .dot{
  position: relative;
  display: block;
  background: transparent;
  margin: 0 -0.2em;
}
.pager .dot::after{
  display: none;
}
.pager .dot::before{
  content:"…";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  color: #333333;
}

@media only screen and (max-width: 1024px) {
  .pager li{
    margin: 0 0.7vw;
  }
  .pager span {
    position: relative;
    display: block;
    height:26px;
    width:26px;
    line-height:24px;
    font-size: 1.6rem;
    border-radius: 50%;
  }
  
  .pager a{
    position: relative;
    display: block;
    height:26px;
    width:26px;
    font-size: 1.4rem;
    line-height:24px;
    border-radius: 50%;
  }

  .pager .next a,
  .pager .prev a {
    position: relative;
    font-size: 1.6rem;
    padding-left: 15px;
  }
  .pager .next a{
    padding-left: 0px;
    padding-right: 15px;
  }

  .pager .next a::after,
  .pager .prev a::after {
    width: 0.7em;
    height: 0.7em;
    margin-top: -5px;
  }
}
