@charset "utf-8";
/* CSS Document */
#school {
  font-size: 16px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media print, screen and (min-width:768px) {
  #school {
    font-size: 18px;
  }
}
span span.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  span span.sp_none {
    display: inline;
  }
}
/*-----------------------------main_image*/
#main_img_area {
  background: url("../img/tax_accountant_img/main_bg4_2.jpg")right bottom;
  min-height: 550px;
  background-size: cover;
  text-align: left;
}
#main_img_area h2, #main_img_area h2 span.catch {
  text-align: center;
}
#main_img_area h2 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  padding: 30px 0 0;
  text-shadow: 2px 1px 3px #666;
  line-height: 1.3em;
}
#main_img_area h2 span.catch {
  display: block;
  font-size: 18px;
}
#main_img_area a.main_link_btn {
  display: block;
  margin: 10px auto;
  background: orange;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
  border: 2px solid #fff;
  transition: 0.3s;
}
#main_img_area a.main_link_btn:hover {
  background: #fff;
  border: 2px solid orange;
  color: orange;
  transition: 0.3s;
}
#main_img_area .point_box {
  border-radius: 6px;
  background: #ffffffc9;
  text-align: center;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 30px;
  position: relative;
}
#main_img_area .point_box img {
  position: absolute;
  right: -10px;
  top: 50px;
  width: 65px;
  margin: 0 auto;
}
#main_img_area .point_box p {
  color: #666;
  font-size: 18px;
}
#main_img_area .point_box p strong {
  font-size: 130%;
  font-weight: bold;
  color: #3461BE;
}
@media print, screen and (min-width:768px) {
  #main_img_area {
    background: url("../img/tax_accountant_img/main_bg4_2.jpg")right bottom;
    min-height: 710px;
    background-size: cover;
  }
  #main_img_area h2, #main_img_area h2 span.catch {
    text-align: left;
  }
  #main_img_area h2 {
    padding: 100px 0 0;
    font-size: 42px;
  }
  #main_img_area h2 span.catch {
    font-size: 26px;
  }
  #main_img_area a.main_link_btn {
    display: inline-block;
    padding: 15px 50px;
    width: 400px;
  }
  #main_img_area .point_box {
    width: 400px;
  }
  #main_img_area .point_box img {
    right: -30px;
    top: -20px;
    width: auto;
  }
}
.tri_spc {
  background: #ebfafd;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #3366ff transparent transparent transparent;
  display: inline-block;
  margin: 0;
}
.triangle_light_blue {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #ebfafd transparent transparent transparent;
  display: inline-block;
  margin: 0;
}
.triangle_white {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
  margin: 0;
}
#interval {
  background: #3366ff;
  height: 15px;
  width: 100%;
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 0 0 30px;
  margin-top: 0;
  position: relative;
}
[id^="sec_"] p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] {
    padding: 30px 0;
  }
  [id^="sec_"] p {
    font-size: 20px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3:not(.sub_fnctitle) {
  font-size: 24px;
  color: #3366ff;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 2px solid #3366ff;
  display: inline-block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3:not(.sub_fnctitle) {
    font-size: 36px;
  }
}
[id^="sec_"] h4 {
  color: #0660c5;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
[id^="sec_"] h4 img {
  display: block;
  width: auto;
  margin: 10px auto;
  height: 45px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] h4 {
    font-size: 42px;
  }
}
[id^="sec_"] ul li p {
  text-align: left;
  margin: 15px auto;
}
.link_btn_area {
  display: block;
  margin: 50px auto auto;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  .link_btn_area a {
    width: 550px;
  }
}
ul.row {
  justify-content: center;
}
ul.row li {
  margin-bottom: 30px;
}
ul.row li .panel_wrap {
  border-radius: 6px;
  padding: 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
}
ul.row li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
ul.row li .panel_wrap a:hover {
  border: 1px solid #a9beff;
  transition: 0.5s;
}
ul.row li .panel_wrap a:hover img {
  opacity: 1;
  transform: translate(2px, 2px);
  transition: 0.5s;
}
ul.row li .panel_wrap h5 {
  font-size: 30px;
  margin-bottom: 20px;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}
figcaption {
  margin-top: 20px;
}
figcaption span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
/*---------------------------------------------キャンペーンボタン*/
#info_area {
  display: block;
  border: 4px solid #c0cdfe;
  background: aliceblue;
  border-radius: 10px;
  margin: 20px auto 50px;
  padding: 20px;
}
#info_area a.camp_bnt {
  background: #FF3366;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 19px;
  padding: 20px 0px;
  text-shadow: 1px 1px 2px #666;
  margin: 20px auto 10px;
  transition: 0.3s;
}
#info_area a.camp_bnt:hover {
  background: #fff;
  border: 2px solid #FF3366;
  color: #FF3366;
  text-shadow: none;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  #info_area a.camp_bnt {
    display: inline-block;
    padding: 20px 100px;
  }
}
@media print, screen and (min-width:992px) {
  #info_area a.camp_bnt {
    font-size: 22px;
    margin: 10px auto 20px;
  }
}
section #info_area p {
  margin: 0 auto;
}
section #info_area p.info_tit {
  color: #fff;
  margin: 0px auto 20px;
  font-size: 22px;
  font-weight: bold;
  background: #3366ff;
  padding-top: 10px;
  padding-bottom: 10px;
}
section #info_area h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  section #info_area h3 {
    font-size: 28px;
  }
}
section #info_area h3 span {
  display: block;
}
section #info_area p span {
  font-weight: bold;
  font-size: 1.1em;
}
/*-----------------------------セクション別装飾*/
#sec_01, #sec_03, #sec_05 {
  background: #ebfafd;
}
/*-----------------------------#sec_01*/
#sec_01 {
  padding: 30px 0;
}
@media print, screen and (min-width:768px) {
  #sec_01 {
    padding: 50px 0;
  }
}
#sec_01 h4 {
  margin-top: 40px;
}
#sec_01 h4:nth-of-type(1) {
  margin-top: 0px;
}
#sec_01 .under_cts {
  margin-top: 30px;
}
#sec_01 ul.row li span {
  border-radius: 5px;
  background: #efefef;
  text-align: left;
  color: #666;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  padding: 3px 5px;
  width: auto;
}
#sec_01 ul.row li td p {
  color: #666;
  text-align: left;
  font-size: 1em;
  margin: 5px auto 30px;
  padding: 0;
  width: 100%;
}
#sec_01 ul.row li h3 {
  border-bottom: none;
  color: #356599;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 10px;
}
#sec_01 ul.row li table.case_tbl td h3 {
  font-size: 1.3em;
}
#sec_01 ul.row li table.case_tbl td h3.before_t {
  display: block;
  border-left: 5px solid #ccc;
  color: #666;
  font-weight: bold;
  padding: 0 0 0 10px;
  text-align: left;
  margin-bottom: 10px;
}
#sec_01 ul.row li table.case_tbl td h3.after_t {
  display: block;
  border-left: 5px solid #ffcc66;
  color: #cc0000;
  font-weight: bold;
  padding: 0 0 0 10px;
  text-align: left;
}
#sec_01 ul.row li .tit_rw {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  margin: 10px;
}
.triangle_yellow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #ffcc00 transparent transparent transparent;
  display: inline-block;
  margin: 0;
}
/*-----------------------------#sec_02*/
/*-----------------------------#sec_03*/
#sec_03 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #ebfafd transparent transparent transparent;
}
/*-----------------------------#sec_04*/
/*-----------------------------#sec_05*/
#sec_05 ul.row li .panel_wrap {
  padding: 0;
}
#sec_05 ul.row li .panel_wrap a {
  padding: 15px;
}
/*-----------------------------#sec_06*/
#sec_06 ul.row li .panel_wrap {
  padding: 0;
}
#sec_06 ul.row li .panel_wrap a {
  padding: 15px;
}