@charset "utf-8";


#ContentsWrap{padding-top: 0px;}

.twDefault{
    position: relative;
    opacity: 0;
    top: -40px;
    -webkit-transition: 1s;
    transition: 1s;
}

.twDefault.twEnd{
    opacity: 1;
    top: 0;
    -webkit-transition: 1s;
    transition: 1s;
}


/* // PageHeader
----------------------------------------------- */

#PageHeader.main{
  height: 580px;
}
#PageHeader.main .text{
  font-size: 14px;
  font-weight: normal;
  line-height: 2.5;
}



/* ----------------- KV ----------------- */
.reasonKv {
  padding: 50px 0 80px;
}
.reasonKv_wrap {
  background: #F6F3EB;
  padding: 10px;
  width: 90%;
  margin: -20px auto 0;
  position: relative;
  z-index: 10;
}
.reasonKv_wrap:before {
  content: "　";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 57px;
  height: 100%;
  background: url(/_pack/img/case_movblock_shadow_right.png) no-repeat left top;
  background-size: 100% 100%;
}
.reasonKv_wrap:after {
  content: "　";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 57px;
  background: url(/_pack/img/case_movblock_shadow_bottom.png) no-repeat left top;
  background-size: 100% 100%;
}
.reasonKv_inner {
  border: 2px solid #EDE3CD;
  padding: 40px;
}
.reasonKv_label {
  display: flex;
  gap:25px;
  width: 90%;
  margin: 0 auto 30px;
}
.reasonKv_note {
  font-size: 11px;
  margin: 10px 0 0 ;
}
.reasonContent_block__link {
  margin: 10px 0 0 ;
}
.reasonContent_block__link a {
  color: #586A3A;
  font-size: 14px;
  text-decoration: underline;
}
.reasonContent_block__link a:hover {
  text-decoration: none;
}
@media all and (max-width: 740px)  
{/* SP start */
.reasonKv {
  padding: 30px 0 50px;
}
.reasonKv_wrap {
  margin: -15px auto 0;
}
.reasonKv_wrap:before {
  content: "　";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  height: 100%;
  background: url(/_pack/img/case_movblock_shadow_right.png) no-repeat left top;
  background-size: 100% 100%;
}
.reasonKv_wrap:after {
  content: "　";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 30px;
  background: url(/_pack/img/case_movblock_shadow_bottom.png) no-repeat left top;
  background-size: 100% 100%;
}
.reasonKv_inner {
  padding: 25px 15px;
}
.reasonKv_label {
  display: block;
  gap:25px;
  width: 80%;
  margin: 0 auto 25px;
}
.reasonKv_label_1 {
  width: 70%;
  margin: 0 auto 20px;
}
.reasonKv_note {
  font-size: 10px;
}
.reasonContent_block__link a {
  font-size: 12px;
}
}







/* ----------------- reasonContent ----------------- */
.reasonContent_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 70px 60px;
  margin: 0 0 90px;
}
.reasonContent_block__ttl {
  font-size: 28px;
  color: #695D3F;
  margin: 25px 0 15px;
  text-align: center;
}
@media all and (max-width: 740px)  
{/* SP start */
.reasonContent_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 32px;
  margin: 0 0 60px;
}
.reasonContent_block__ttl {
  font-size: 18px;
  color: #695D3F;
  margin: 20px 0 12px;
}
}










/* // dtable
----------------------------------------------- */


#dtable{
    padding: 60px 0 85px;
}


#dtable .title{
    color: #695d3f;
}
#dtable table{
    table-layout: fixed;
}
#dtable table tr:hover td{
    background-color: #fcf4c5!important;
}

#dtable table th:not(:first-child){
    width: 24%;
}
#dtable table td{
    padding: 20px 0;
    position: relative;
    vertical-align: middle;
}
#dtable table td:first-child{
    text-align: center;
    color: #876e2f;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .1em;
}
#dtable table td:not(:first-child){
    vertical-align: top;
}
#dtable table td:nth-child(2){
    background-color:#fef9da;
}
#dtable table tr:nth-child(2n-1) td:nth-child(2){
    background-color:#faf4d8;
}
#dtable table td.icon:before{
    content: "　";
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto 5px;
    background-repeat: no-repeat;
    background-position: center;
}
#dtable table td.icon.good:before{
    background-image: url(/_pack/img/about_concept_table_symbol_01.png);
}
#dtable table td.icon.better:before{
    background-image: url(/_pack/img/about_concept_table_symbol_02.png);
}
#dtable table td.icon.bad:before{
    background-image: url(/_pack/img/about_concept_table_symbol_03.png);
}
#dtable table td.icon.none:before{
    background-image: url(/_pack/img/about_concept_table_symbol_04.png);
}
#dtable table td span{
    display: block;
    text-align: center;
    font-size: 12px;
}
#dtable table td:nth-child(2) span{
    color: #000;
}
#dtable table td .detail{
    display: none;
}


#dtable table .balloon{
    position: absolute;
    left: -25px;
    top: 100%;
    box-sizing: border-box;
    width: 1050px;
    padding: 20px 20px 10px;
    border: 5px solid #ddc058;
    border-radius: 5px;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    z-index: 30;
    opacity: 0;
    pointer-events: none;
}
#dtable table tr:hover .balloon{
    opacity: 1;
}
.tb #dtable table tr:hover .balloon{
    opacity: 0;
}
.tb #dtable table tr.on .balloon{
    opacity: 1;
}

#dtable table .balloon:before{
    content: url(/_pack/img/about_concept_table_balloon.png);
    z-index: 35;
    position: absolute;
    top:-39px;
    left: 386px;
}
#dtable table .balloon p{
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 0;
    font-size: 14px;
    position: relative;
    padding-left: 140px;
}
#dtable table .balloon p em{
    background: url(/_pack/img/cmn_bg_stripe_y.gif);
    display: inline-block;
    padding: 3px;


}
#dtable table .balloon p:before{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px;
    min-width: 90px;
    color: #fff;
    text-align: center;
}
#dtable table .balloon p.kaju:before{   content: "家 樹";background-color: #c1a638;}
#dtable table .balloon p.shoshi:before{   content: "行政書士";background-color: #adadad;}
#dtable table .balloon p.self:before{   content: "自 分";background-color: #adadad;}





 



/* ----------------- xxxxxxxxxxxxx ----------------- */

@media all and (max-width: 740px)  
{/* SP start */

}
