﻿@charset "utf-8";
.div_h1{
  background: url(../img/common/h1_backimge.jpg) no-repeat center /140%;
}
#art_concept .div_art_staff ul{
  display: flex;
  flex-wrap: wrap;
}

#art_concept .div_art_staff ul li img{
  width: 100%;
  border: #999 1px solid;
}
#art_seminar .link01{
  width: 200px;
  display: block;
  margin: auto;
}
#sec_treatstep{
  counter-reset:num 0;

}
#sec_treatstep .im_treatstep01{
  width: 80%;
  max-width: 550px;
  display: block;
  margin: auto auto 30px;
}
#sec_treatstep article:not(#art_other){
  padding:0 0px 30px 45px;
  margin-bottom: 0px;

}
#sec_treatstep article:not(#art_other):before{content: "";left: 12.5px;top: 0;position: absolute;width: 3px;height: 100%;border-left: solid 5px rgb(65 114 74 / 30%);}
#sec_treatstep article:not(#art_other) h3{
  /* color: #fff; */
  font-family:"Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: none;
  padding-bottom: 0;
  position:relative;
  counter-increment:num 1;
}
#sec_treatstep article:not(#art_other) h3:before{
  content: counter(num);
  display: block;
  text-align: center;
  position: absolute;
  left: -42px;
  top: 0px;
  background: #41724a;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 28px;
}
#art_rate div img {
  border: 1px solid #dedede;
}
#art_other{
  margin-top: 30px;
}
#art_pricesimulation .table03{
  width: 100%;
}
#art_pricesimulation .th_price{
  background: #B3984F;
  color: #fff;
}
#art_pricesimulation .table03 td:nth-last-of-type(1),#art_pricesimulation .table03 td:nth-last-of-type(2){
  background: rgba(198,166,78,.2);
}

#art_questionlist .dl_question{

}
#art_questionlist .dl_question dt{color: #41724a;border-bottom: 1px dotted rgb(142 180 133 / 70%);padding-bottom: 5px;margin-bottom: 10px;}
#art_questionlist .dl_question dt:before{content: "Q.";font-size:20rem;margin-right: 5px;}
#art_questionlist .dl_question dd{
  margin-bottom: 30px;
}
#art_questionlist .dl_question dd:before{content: "A.";color: #41724a;font-size:20rem;margin:0  5px 0 -25px;}

@media (min-width: 769px) {
  .dl05 > dt{
    width: 25%;
  }
  .dl05 > dd{
    width: 75%;
  }
  #art_inspect .dl01 dt{
    width: 200px;
  }
  #art_inspect .dl01 dd{
    margin-left:210px;
  }
  #art_risk .dl01 dt{
    width: 150px;
  }
  #art_risk .dl01 dd{
    margin-left: 160px;
  }
  #art_concept .div_art_staff ul li{
    width:23%;
    margin-right:2%;
  }
  #art_concept .div_art_staff ul li:last-child{
    margin-left: none;
  }
  #art_benefits .im_benefits01{width: 350px;margin: 1em auto 0;display: block;}
  #art_pgt-a .text_pgt-a{
    display: inline;
  }
  #art_pgt-a .im_pgt-a01{
    width: 200px;
    float: right;
    margin: 0 0 0 10px;
  }
  #art_pgt-a .div_h4 {
    margin: 80px auto 40px;
  }
  #art_data .im_data{
    width: 32%;
  }
  #sec_price .div_h4 .link01 {
    margin: 0;
  }
  #sec_price .div_h4 .link01:not(:last-of-type) {
    margin: 0 15px 0 0;
  }

  #art_rate div {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  #art_rate .graph-2022 {
    margin-bottom: 20px;
  }
  #art_rate div .text_st07 {
    width: 100%;
    font-size: 25rem;
  }
  #art_rate div a {
    display: block;
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  #art_rate div a:last-of-type {
    margin-bottom: 0;
  }
  #art_rate div img {
    width: 100%;
    /* border: 1px solid #dedede; */
  }
}
@media (max-width: 768px) {
  #art_concept .div_art_staff ul li{
    width:50%;
  }
  #art_benefits .im_benefits01,#art_pgt-a .im_pgt-a01{
    width: 80%;
    margin: 15px auto;
    display: block;
  }
  #art_pgt-a .div_h4 {
    margin: 20px auto;
  }
  #art_data .im_data{
    width: 49%;
  }

  #sec_price .div_h4 h5 {
    margin-bottom: 15px;
  }
  #sec_price .div_h4 .link01 {
    display: inline-block;
    margin-top: 0;
  }
  #sec_price .div_h4 .link01:not(:last-of-type) {
    margin-bottom: 10px;
  }

  #art_rate div {
    display: block;
  }	
  #art_rate .graph-2022 {
    margin-bottom: 20px;
  }
  #art_rate div .text_st07 {
    font-size: 20rem;
    text-align: center;
  }
  #art_rate div a,
  #art_rate div img {
    display: block;
    width: 100%;
  }
  #art_rate div a {
    margin-bottom: 10px;
  }
  #art_rate div a:last-of-type {
    margin-bottom: 0;
  }
}