/* 本スタイルシートは本来ならば/sass配下に配置し、
 * sassコンパイルしたうえで、style.cssに含めるべき内容
 * sassコンパイル環境がないため、別ファイルで記載している
 * sassコンパイル環境がある方はマージしてください
 *  *  *  *  *  *  *  *  *  *  *  *  */
/* 
 * 
 * 
 * How to chose page 用スタイル
 * 
 * 
 *  *  *  *  *  *  *  *  *  *  *  *  */
#choose h1,
#choose h2,
#choose h3,
#choose h4{
  font-weight: bolder; 
}
#choose h1{
  font-size:1.8em;
  line-height:1.2em;
}
#choose h2,
#about-copycle h2,
#articlebottom h2{
  font-size:1.6em;
}
#choose h4,
#about-copycle h4,
#articlebottom h4{ 
  color: #6eb92b;
  line-height:1.5em;
}
#choose h4::before,
#about-copycle h4::before,
#articlebottom h4::before{
  content:" ";
  background-image :url(/wp-content/uploads/2020/01/icon_ink_lightgreen.png);
  display: inline-block;
  width:1.6rem;
  height:1.6rem;
  background-size: contain;
  position:relative;
  top:0.3rem;
}
#choose .choose-content{
  padding-bottom:0.5em;
  margin-bottom: 1em;
}
#choose .choose-contentmain{
  margin: 0 1em;
}
#choose .choose-img{
  width:100%;
  padding-bottom:0.5em;
  margin-bottom: 1rem;
}
#choose .choose-banner-area{
  display: flex;
  margin-bottom: 1rem;
}
#choose .choose-banner-img{
  width:100%;
}
#choose .choose-banner-link{
  display:inline-block;
  padding:2%;
  width:50%;
}
@media screen and (max-width: 767px) {
  #choose .choose-contentmain{
    margin: 0 0.5em;
  }
  #choose .choose-banner-area{
    flex-direction: column;
  }
  #choose .choose-banner-link{
    width:100%;
  }
  #choose .choose-img{
    width: 100vw;
    height: auto;
    margin-left: calc(-50vw + 50%);
  }
}
#choose .choose-paper-box {
  background: #ffffff;
  border: solid thin rgba(0,0,0,0.15);
  border-left: 0.1rem solid #6eb92b;
  box-shadow:
    0 0 1px 0.02rem rgba(0,0,0,0.15),
    0.2rem -0.2rem 0 0 #f8f8f8,
    0.2rem -0.22rem 0.7px 0.04rem rgba(0,0,0,0.15),
    0.4rem -0.4rem 0 0 #f0f0f0,
    0.4rem -0.42rem 0.4px 0.06rem rgba(0,0,0,0.15);
  padding: 1rem;
  margin-right:0.5rem;
  margin-bottom:1.8rem;
}
#choose .choose-blockquote-box{
  position: relative;
  padding: 2rem 1rem 1rem 1rem;
  font-family:Times New Roman,"MS UI GOTHIC";
  font-size: 0.9rem;
  font-style: oblique;
}
#choose .choose-blockquote-box h4{
  color: #000000;
  font-size: 0.9rem;
}
#choose .choose-blockquote-box h4::before{
  content: none; 
}

#choose .choose-blockquote-box::before{
  display: inline-block;
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  content: "\f10d";
  font-family: FontAwesome;
  color: #6eb92b;
  font-size: 1rem;
  line-height: 1;
  font-weight: 900;
}
#choose .choose-blockquote-box cite{
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.8rem;
  font-style: normal; 
}

#choose .choose-table{
  margin: 0 0.5rem 1.8rem 0;
  padding:0 0.8rem 0 0.2rem;
  width:100%;
  border-collapse: separate;
  vertical-align: middle;
  text-align: center;
}
#choose .choose-table th,
#choose .choose-table td{
  box-shadow:0 0 2px 0.1rem rgba(0,0,0,0.1);
  height: 3rem;
}
#choose .choose-table td{
  background-color: #fefefe;
  padding:0.3rem;
}
#choose .choose-table th,
#choose .choose-table td:first-child{
  color:#fff;
  background-color: #497c1d;
  font-weight: bolder; 
}
#choose .choose-table td:nth-child(3){
  background-color: #f2f2f2;
}
#choose .choose-table p{
  margin: 0;
  padding:0;
  font-size:1.2rem;
  line-height:1.6rem;
}
#choose .choose-table .choose-table-desc{
  font-size:0.7rem;
  line-height:0.8rem;
}
@media (min-width:768px){
  #choose .choose-table{
    border-spacing: 0.6rem 0.6rem;
  }
  #choose .choose-table th,
  #choose .choose-table td{
    border: solid thin rgba(0,0,0,0.15);
    box-shadow:
      0.2rem -0.2rem 0 0 #f0f0f0,
      0.2rem -0.22rem 0.7px 0.04rem rgba(0,0,0,0.15),
      0.4rem -0.4rem 0 0 #f0f0f0,
      0.4rem -0.42rem 0.4px 0.06rem rgba(0,0,0,0.15);
  }
}
@media screen and (max-width: 767px) {
  
  #choose .choose-table{
  border-spacing: 0rem 0.8rem;
  }
  #choose .choose-table .thead{
    display:none;
    
  }
  #choose .choose-table tr{
    width:100%;
    border: solid thin rgba(0,0,0,0.15);
    box-shadow:
      0.2rem -0.2rem 0 0 #f8f8f8,
      0.2rem -0.22rem 0.7px 0.04rem rgba(0,0,0,0.15),
      0.4rem -0.4rem 0 0 #f0f0f0,
      0.4rem -0.42rem 0.4px 0.06rem rgba(0,0,0,0.15);
  }
  #choose .choose-table td{
    position:relative;
    display: block;
    width:100%;
    display: -webkit-flex;
    display: flex;
    padding-left:35%;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 1rem;
  }
  #choose .choose-table td::before {
    content: attr(data-label);
    font-size: 0.8rem;
    display: inline-block;
    position:absolute;
    top:0;
    left:0;
    color:#fff;
    background-color: #497c1d;
    font-weight: bold;
    width:30%;
    height:100%;
    padding-left: 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-shadow:0 0 2px 0.1rem rgba(0,0,0,0.1);
  }
  #choose .choose-table .choose-table-desc::before{
    content:"\00A0\00A0";
  }
}
/* 
 * 
 * 
 * 記事最下部 修正用スタイル
 * 
 * 
 *  *  *  *  *  *  *  *  *  *  *  *  */
/* ヘッダーの右側　電話、営業時間、お問い合わせのエリア */
#articlebottom .articlebottom-right {
  display: flex;
  padding: 8px 0 0 0;
}


#articlebottom .articlebottom-contact,
#articlebottom .articlebottom-tel {
  display: inline-block;
  width: 50%;
  margin:1% 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#articlebottom img{
  width:10%;
  padding:1%;
}
#articlebottom a{
  display: inline-block;
  width:85%;
  padding: 1% 2%;
  background-color:#DD3300;
  color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
}

#articlebottom a:active,
#articlebottom a:hover {
  background-color:#FF3300;
  transform: translateY(-5px);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.8);
}

#about-copycle h2,
#articlebottom h2{
  margin-top:1rem;
  /*color: #128737;*/
}

#articlebottom .articlebottom-contactarea{
  display: flex;
  margin-bottom:2rem;
}
@media screen and (max-width: 767px) {
  #articlebottom .articlebottom-right {
    display: none;
  }
  #articlebottom .articlebottom-contactarea{
    flex-direction: column;
  }
  #articlebottom .articlebottom-contact,
  #articlebottom .articlebottom-tel {
    width: 100%;
  }
  #articlebottom img{
    width:15%;
    padding:1%;
  }
#articlebottom a{
  width:80%;
  padding: 1% 2%;
  font-size: 1.8rem;
  }
}

/*20210201修正*/
.header-nav-pc ul li a {
  padding: 13px 35px 12px 10px;
}

/*20210201修正*/