@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　concept
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
body{
  color: #000 !important;
  background: #fff;
}

a:link, a:visited {
  text-decoration: none;
  color: #000;
}

#Cv {
  padding: 85px 0 90px;
  background: #212020;
  text-align: center;
  color: #fff;
}

.btn-cv a,
.btn-cv-reserve a,
.btn-cv a:visited,
.btn-cv-reserve a:visited {
  text-decoration: none;
  color: #fff;
}
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* concept
-----------------------------------------------------------------*/
.tax{
  width: 100%;
  max-width: 1100px;
  margin: 12vh auto 80px;
  padding: 80px 0 160px;   
}
.tax .inner{
  max-width: 1240px; 
  margin-bottom: 80px; 
}

.tax .txt{
  margin-bottom: 100px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 2.1;  
}


.tax .loan{
  margin-bottom: 100px;
}

.tax .loan h2{
  text-align: center;
  font-size: 3.0rem;
}
.tax .loan p.explain{
  margin: 30px auto 50px;
  max-width: 960px;
  font-size: 1.8rem;
}

.tax .loan p.explain.yobi{
  margin: 80px auto 50px;
  max-width: 1200px;
}
table{
  width: 100%;
  max-width: 960px;
  margin: 30px auto 5px;
  text-align: center;
  border: solid thin #999;
  line-height: 1.8em;
  
}
th,
td{
  border: solid thin #999;
  margin: 10px auto;
  padding: 10px;
  vertical-align: middle;
}
.tax .loan tr{
  font-size: 1.6rem;
}
.tax .loan tr.good{
  font-weight: bold;
  color: #c11212;
  font-size: 2.0rem;
  background-color: #faf9ef;
}
.tax .loan tr.good td.title{
font-size: 2.0rem;
}

.tax .loan p{
  font-size: 1.0rem;
  line-height: 1.5em;
}
.tax .loan p.caption{
  width: 100%;
  max-width: 960px;
  margin: 30px auto 5px;
  font-size: 1.0rem;
  line-height: 2.5em;
}


.tax .loan h3{
  font-size: 2.0rem;
  margin-top: 30px;
}
.tax .loan ul li{

}
.tax .loan ul li span{
  font-size: 2.2rem;
  color: #c11212;
}


.tax .cont-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 160px;  
}
.tax .cont-list li{
  max-width: 547px;
  width: calc(50% - 10px);  
}
.tax .cont-list li:nth-child(n+3){
  margin-top: 180px;  
}
.tax .cont-list a{
  transition: .5s;  
}
.tax .cont-list a:hover{
  filter: brightness(1.2); 
}
.tax .cont-list h3{
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: normal;
  color: #99811E;
  letter-spacing: .2em;
  text-align: center;  
}
.tax .cont-list .pic+p{
  margin: 25px 0 20px;
  font-size: 2.2rem;
  line-height: 2;  
}
.tax .loan .view-more .en,
.tax .cont-list .view-more .en {
    padding: 12px 70px 15px 20px;
    background: url(../img/common/arw_btn_circle_w.svg) no-repeat;
    background-position: 95% center;
    background-size: 38px auto;
    font-size: 2rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #bb9d1a;;
}













/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* concept
-----------------------------------------------------------------*/
  .tax{
    margin-top: 100px;
    padding: 0 0 60px;   
  }
  .tax .txt{
    margin-bottom: 70px;
    font-size: 1.8rem;
    line-height: 2;  
  }


  .tax .loan{
    margin-bottom: 50px;
  }
  .tax .loan h2{
    font-size: 2.6rem;
  }
  .tax .loan p.explain{
    margin: 10px auto 10px;
    font-size: 1.5rem;
    line-height: 1.8em;
  }
  .tax .loan p.explain.red{
    font-size: 1.8rem;
  }

  .tax .loan p{
    margin: 10px auto;
    font-size: 1.0rem;
  }

  .tax .loan tr{
    font-size: 1.2rem;
  }
  .tax .loan tr.good{
    font-size: 1.4rem;
  }

  
  .tax .loan tr.good td.title{
	font-size: 1.4rem;
}


  .tax .cont-list{
    display: block;
    margin-bottom: 80px;  
  }
  .tax .cont-list li{
    max-width: none;
    width: 100%;  
  }
  .tax .cont-list li:nth-child(n+2){
    margin-top: 40px;  
  }
  .tax .cont-list a:hover{
    filter: brightness(1); 
  }
  .tax .cont-list h3{
    margin-bottom: 5px;
    font-size: 2.6rem;
  }
  .tax .cont-list .pic+p{
    margin: 10px 0 15px;
    font-size: 1.5rem;
    text-align: justify;  
  }
  .tax .cont-list .view-more .en {
    padding: 5px 35px 8px 0;
    background-size: 26px auto;
    font-size: 1.8rem;
  }


}