@charset "UTF-8";
/* CSS Document */

/* ======================================================
サポートについて（確定申告お役立ち ほか）
====================================================== */
#support img {
  max-width: 100%;
  margin: 10px;
}

#support .main-ttl2{
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  background: #165e83;
}

#support .main-ttl2 h1{
  margin-left: 9.7vw;
  padding: 0;
  text-align: left;
  font-size: 34px;
  line-height: 1.8em;
  color: #fff;
  font-weight: normal;
}

#support .main-ttl-inner2{
  width: 80%;
  margin-left: 9.7vw;
  margin-right: 9.7vw;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#support .main-ttl2 .txt-box2{
  width: 65%;
  padding: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.8em;
  color: #fff;
  font-weight: normal;
}

#support .qa-wrap2{
  width: 100%;
  margin: 0;
  padding: 20px 0 60px;
}

#support .qa-wrap-inner2{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

#support .qa-wrap-inner2 h2{
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 40px;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #165e83;
  border-bottom: 2px solid #165e83;
}

#support .qa-wrap-inner2 h3{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-top: 70px;
  margin-bottom: 20px;
  text-align: left;
  background: #557;
  padding: 16px 5px;
}

#support .qa-wrap-inner2 h4{
  font-size: 20px;
  font-weight: normal;
  color: #777;
  margin-top: 60px;
  margin-bottom: -10px;
  text-align: left;
  border-bottom: 1px solid #999;
  padding-bottom: 8px;
}

#support .qa-wrap-inner h4{
  font-size: 22px;
  font-weight: bold;
  color: #165e83;
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: left;
}

#support .qa-wrap2 figure p{
  font-size: 16px;
  line-height: 1.8em;
}

#support .qa-wrap2 figure .after{
  margin-top: 60px;
}

#support .qa-wrap2 figure ul{
  margin-left: 36px;
}

#support .qa-wrap2 figure a{
  text-decoration: underline;
  color: #5383c3;
}

#support .qa-wrap2 figure dl{
  margin-top: 30px;
  padding: 20px 10px 0px;
}

#support .qa-wrap2 figure dt{
  font-size: 18px;
  margin-bottom: 6px;
}

#support .qa-wrap2 figure dt b{
  font-size: 22px;
  font-weight: bold;
  color: #8491c3;
}

#support .qa-wrap2 figure dd{
  width: 100%;
  font-size: 18px;
  margin-left: 26px;
}

#support .qa-wrap2 figure .caution{
  font-size: 98%;
  color: #dc143c;
}

#support .qa-wrap2 figure .memo{
  font-size: 98%;
  color: #008899;
}

#support .qa-wrap2 figure table{
   border: 1px solid gray;
}

#support .qa-wrap2 figure table th{
   border: 1px solid gray;
   padding: 6px 10px;
}

#support .qa-wrap2 figure table td{
   border: 1px solid gray;
   padding: 6px;
}

#support .qa-wrap2 figure .tel0{
   background: #f7f6fb;
}

#support .qa-wrap2 figure .tel1{
   background: #ff4500;
   color: #eee;
   font-weight: bold;
}

#support .qa-wrap2 figure .tel2{
   background: #ffff7f;
   font-weight: bold;
}

#support .qa-wrap2 figure .tel3{
   background: #87cefa;
   font-weight: bold;
}

#support .qa-wrap2 figure .tel4{
   background: #ddd;
}

#support .select-link{
  margin: 0;
  padding: 0;
}

#support .select-link ul{
  list-style: none;
  padding-left: 10px;
}

#support .select-link li{
  margin-left: 20px;
  margin-bottom: 16px;
  text-indent: -20px;
  font-size: 18px;
  line-height: 28px;
}

#support .select-link li a:hover{
  color: #38a1db;
}

/*
#support .select-link li a:visited{
  color: #abced8;
}
*/

#support .list_test:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #165e83;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 10px;
}



@media(min-width:769px)and ( max-width:1140px){
  #support .qa-wrap2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}



@media( max-width:768px){
  #support .main-ttl2 h1{
    text-align: center;
    font-size: 24px;
    margin: 0 auto;
  }

  #support .main-ttl-inner2{
    width: 90%;
    margin: 0 auto;
  }

  #support .main-ttl2 .txt-box2{
    width: 100%;
    text-align: center;
  }

  #support .qa-wrap2{
    padding: 50px 0;
  }

  #support .qa-wrap-inner2 h2{
    width: 92%;
    font-size: 22px;
    line-height: 36px;
    margin: 0 auto 20px auto;
  }

  #support .qa-wrap2 figure{
    width: 94%;
    margin: 0 auto;
  }

  #support .qa-wrap2 figure p{
    width: 96%;
    margin: 0 auto;
    font-size: 15px;
  }

  #support .qa-wrap2 figure dl{
    padding: 20px 2% 0px;
 }

  #support .qa-wrap2 figure dt{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  #support .qa-wrap2 figure dt b{
    font-size: 22px;
    font-weight: bold;
    color: #165e83;
  }

  #support .qa-wrap2 figure dd{
    width: 100%;
    line-height: 30px;
    margin-left: 0px;
  }
}
