@charset "UTF-8";

/* CSS Document */


/* --------------------------------------------------------------------------------
	reset
-------------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* font-size: 100%; */
}

carticle, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}


/* --------------------------------------------------------------------------------
	common
-------------------------------------------------------------------------------- */

body {
  line-height: 1.9;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  color: #333333;
  text-align: left;
  background: #FFF;
  font-size: 1.8rem;
  counter-reset: number;
}

.wrapper {
  position: relative;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

table {
  margin-left: auto;
  margin-right: auto;
}

img {
  border: none;
  vertical-align: bottom;
}

a img {
  border: none;
}

h1 {
  line-height: 0;
}


/* ------ Style  ------ */

.m_xl {
   margin-bottom: 30px!important; 
}

.m_s {
  margin-bottom: 15px!important;
}

.m_xxl {
  margin-bottom: 40px!important;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  opacity: .6;
}

.f_s {
  font-size: .75em;
}

.f_xxl {
  font-size: 2.5em;
}

.f_Grn {
  color: #74b5a4;
}

.f_Blue {
  color: #009fe8;
}

.f_Red {
  color: #fd6724;
}

.f_bold {
  font-weight: bold;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.marker_yellow {
  background: linear-gradient(rgba(255, 255, 255, 0) 20%, #ffe775 80%);
}

.pc_nodisp {
  display: none;
}

.sp_nodisp {
  display: inherit;
}

.in_te {
  display: inline!important;
}

@media screen and (max-width:767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .wrapper {
    overflow: hidden;
  }
  img {
    max-width: 100%;
    max-height: 100%;
  }
  .pc_nodisp {
    display: inherit;
  }
  .sp_nodisp {
    display: none;
  }
}

.list01 li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 1em;
}

.list01 li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #edca0d;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  /* bottom: 50%; */
  left: 0px;
}


/*--------------------------------------------------------------------
float 解除
--------------------------------------------------------------------*/

.cf:before, .cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


/* For IE 6/7*/

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.content {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .content {
    width: 90%;
    margin: 0 auto;
  }
}


/* ------ h3  ------ */

h3 {
  font-size: 4.2rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
}

.top_flow_title, .top_price_title, .top_company_title, .top_kuchikomi_title, .top_letter_title, .top_form_title {
  border-top: #ccede5 6px solid;
  background: #62bca4;
  padding: 30px 0;
  position: relative;
  margin-bottom: 60px;
}

.top_flow_title:before, .top_price_title:before, .top_company_title:before, .top_kuchikomi_title:before, .top_letter_title:before, .top_form_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #62bca4;
}

.top_flow_title h3:before {
  content: '';
  display: inline-block;
  width: 68px;
  height: 68px;
  background-image: url(../images/top_flow_title.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -10px;
}

.top_price_title h3:before {
  content: '';
  display: inline-block;
  width: 68px;
  height: 68px;
  background-image: url(../images/top_price_title.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -10px;
}

.top_company_title h3:before {
  content: '';
  display: inline-block;
  width: 68px;
  height: 68px;
  background-image: url(../images/top_company_title.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -10px;
}

.top_kuchikomi_title h3:before {
  content: '';
  display: inline-block;
  width: 68px;
  height: 68px;
  background-image: url(../images/top_voice_title.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -10px;
}

.top_letter_title h3:before {
  content: '';
  display: inline-block;
  width: 68px;
  height: 68px;
  background-image: url(../images/top_voice_title.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -10px;
}

@media screen and (max-width:767px) {
  h3 {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
  .top_flow_title, .top_price_title, .top_company_title, .top_kuchikomi_title, .top_letter_title, .top_form_title {
    padding: 15px 0;
    margin-bottom: 40px;
  }
  .top_flow_title h3:before, .top_price_title h3:before, .top_company_title h3:before, .top_kuchikomi_title h3:before, .top_letter_title h3:before {
    width: 40px;
    height: 40px;
  }
}

/* --------------------------------------------------------------------------------
	layout
-------------------------------------------------------------------------------- */

/* ついてくるヘッダ固定 */

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-top: 8px solid #edca0d;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background: #fff;
}

header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  /* margin-bottom: 10px; */
}

header .header_nav {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}

header .header_nav li {
  position: relative;
  padding-left: 10px;
  margin-right: 20px;
}

header .header_nav li:last-child {
  margin-right: 0;
}

header .header_nav>li::before {
  position: absolute;
  /* top: 50%; */
  bottom: -4px;
  left: -4px;
  display: block;
  margin: 0;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-top: 8px solid #74b5a4;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.site-header-nav {
  display: none;
}

@media screen and (max-width:767px) {
  .site-header-nav {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inherit;
  }
  .site-header-nav__primary {
    background: #fff1b8;
  }
  .site-header-nav__primary>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    align-items: center;
    line-height: 1;
    height: 50px;
  }
  .site-header-nav__primary>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-left: 1px solid #fff;
    height: 100%;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.25;
  }
  .site-header-nav__primary>ul>li:last-child {
    flex-grow: 2;
    flex-basis: 35%;
    max-width: 35%;
    padding: 0 20px;
    display: block;
    font-size: 1.2rem;
    background: #fd6724;
    color: #fff;
  }
  .site-header-nav__primary>ul>li:last-child span {
    display: flex;
    justify-content: space-between;
  }
  .site-header-nav__primary>ul>li:last-child span a {
    display: block;
    width: 35%;
  }
}
/* パンくず */
.breadcrumbs {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.breadcrumbs a {
  color: #74b5a4;
  text-decoration: underline;
}

.b_arrow {
  padding: 0 8px;
}

/* ファーストビュー */
.FV_sec h2 {
  font-size: 3.6rem;
  line-height: 1;
}

.FV_sec {
  background: #f7fbfa;
  padding: 95px 0 40px 0;
}

.FV_sec .FV_sec_in {
  background: #fff;
  position: relative;
  padding-bottom: 40px;
  margin-top: 20px;
}

.FV_sec .FV_sec_tit {
  display: flex;
  padding: 20px 40px 0;
  align-items: center;
  justify-content: center;
}

.FV_sec .FV_sec_img01 {
  flex: 0 1 15%;
  max-width: 15%;
}

.FV_sec .FV_sec_img02 {
  flex: 0 1 60%;
  max-width: 60%;
}

.FV_sec .FV_sec_img03 {
  flex: 0 1 19%;
  max-width: 19%;
}

.FV_sec .FV_sec_box {
  margin: 0 60px;
  border: 10px;
  border: solid 12px #f4e7a4;
  padding: 30px 50px;
  font-size: 2.6rem;
}

.FV_sec .FV_sec_box li {
  font-weight: bold;
  border-bottom: dashed 2px #e2e2e2;
  background: url(../images/check_icon01.png) no-repeat left center;
  padding-left: 40px;
  margin-bottom: 10px;
}

.FV_sec .FV_sec_img04 {
  position: absolute;
  top: 48%;
  right: 20%;
  max-width: 240px;
}

.FV_sec .FV_sec_img05 {
  position: absolute;
  bottom: 0;
  max-width: 500px;
  right: -12%;
  bottom: 0;
}

@media screen and (max-width:767px) {
  h1 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  header {
  position: absolute;
  }
  header .content {
    padding: 10px 0;
  }
  header .header_nav {
    display: none;
  }
  .FV_sec {
    padding: 60px 0 40px 0;
  }
  .FV_sec .FV_sec_in {
    padding-bottom: 170px;
    padding-top: 10px;
  }
  .FV_sec .FV_sec_tit {
    padding: 0;
  }
  .FV_sec .FV_sec_box li {
    background-size: 15px auto;
    padding-left: 20px;
  }
  .FV_sec .FV_sec_img01 {
    flex: 0 1 16%;
    max-width: 16%;
  }
  .FV_sec .FV_sec_img02 {
    flex: 0 1 48%;
    max-width: 48%;
  }
  .FV_sec .FV_sec_img04 {
    max-width: 160px;
    top: 68%;
    right: 48%;
  }
  .FV_sec .FV_sec_img05 {
    max-width: 250px;
    right: -3%;
  }
}
/* レスポンスデバイス */
.section_01 {
  padding: 60px 0;
}

.flow_sub_tit {
  font-size: 38px;
  color: #008a8a;
  border-bottom: solid 1px #008a8a;
  /* border-top: solid 1px #008a8a; */
  text-align: center;
  padding: 30px;
  line-height: 0;
  font-weight: bold;
  margin-bottom: 30px;
}

.top_response_btn_wrapper {
  text-align: center;
  padding-top: 20px;
  position: relative;
}

.top_response_btn_wrapper .doc_img{
  position: absolute;
  top: 8%;
  left: 20%;
  z-index: 100;
}

.contact_txt {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 2px #ba993e;
  padding: 16px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.75em;
  margin-left: 40px;
}
.contact_txt_02{
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-bottom: solid 2px #ba993e;
    padding: 16px;
    min-width: 240px;
    max-width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 10px 24px;
}

.contact_txt:before, .contact_txt:after,
.contact_txt_02:before, .contact_txt_02:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contact_txt:before,
.contact_txt_02:before{
  border: solid 22px transparent;
  border-top: solid 22px #ba993e;
}

.contact_txt:after,
.contact_txt_02:after{
  border: solid 24px transparent;
  border-top: solid 24px #fff;
  margin-top: -5px;
}

.contact_txt p {
  margin: 0;
  padding: 0;
}

.top_response_btn a:hover {
  opacity: .7;
  filter: alpha(opacity=60);
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
}

.top_response_btn a {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: block;
  width: 1002px;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact_txt,
  .contact_txt_02 {
    font-size: 19px;
  }
  .contact_txt_02 {
  margin: 0 0 10px 0px;
　font-size: 32px;
  line-height: 1.25;
  }
  .FV_sec h2 {
    font-size: 3rem;
  }
  .FV_sec .FV_sec_box {
    padding: 10px;
    margin: 0 10px;
    font-size: 1.8rem;
  }
  .flow_sub_tit {
    font-size: 2.2rem;
    line-height: 1;
    padding: 15px 0;
  }
  .section_01 {
    padding: 20px 0 30px 0;
  }
  .top_response_btn_wrapper .doc_img {
    top: 14%;
    left: -3%;
    width: 20%;
}
}
/* 無料相談の流れ */

#flow {
  padding: 0 80px 80px 80px;
}

@media (max-width: 768px) {
  #flow {
    padding: 0 0 40px 0;
  }
}

#flow_sec01 dl {
  text-align: left;
  background: #f5faf8;
  padding-left: -40px;
  padding-left: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  counter-increment: number;
}

#flow_sec01 dl:nth-child(even) {
  background: #fefbec;
}

#flow_sec01 dl:nth-child(2) {
  padding-bottom: 2em;
}

#flow_sec01 dt {
  color: #008a8a;
  padding-left: 50px;
  font-size: 2.4rem;
  margin-bottom: 1em;
  padding-top: 0.5em;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

#flow_sec01 dt .flow_free, #flow_sec02 dt .flow_free {
  color: #ffffff;
  font-weight: bold;
  background: #edca0d;
  border-radius: 4px;
  margin-left: 20px;
  padding: 6px 3px 6px 6px;
  position: relative;
  display: inline-block;
  letter-spacing: 3px;
}

#flow_sec01 dt .flow_free:before, #flow_sec02 dt .flow_free:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-right: 10px solid #edca0d;
}

#flow_sec01 dt .flow_free02 {
  color: #ffffff;
  font-weight: bold;
  background: #008fd7;
  border-radius: 4px;
  margin-left: 20px;
  padding: 6px 3px 6px 6px;
  position: relative;
  display: inline-block;
  /* letter-spacing: 3px; */
  /* font-size: 16px; */
}

#flow_sec01 dt .flow_free02:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-right: 10px solid #008fd7;
}

#flow_sec01 dl:before {
  line-height: .8em;
  content: counter(number);
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  font-size: 2.4rem;
  width: 24px;
  height: 24px;
  padding: 10px 10px 5px 10px;
  position: absolute;
  background: #008a8a;
  display: inline-block;
  top: 0;
  left: 0;
  text-align: center;
}

#flow_sec01 dl:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 39px;
  left: 0;
  border-style: solid;
  border-color: #008a8a transparent transparent transparent;
  border-width: 8px 22px 0 22px;
  z-index: 1;
}

#flow_sec01 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1em 4% 1.5em 4%;
}

#flow_sec01 dl dd p:last-child, #flow_sec02 dl dd p:last-child {
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  line-height: 1.75;
  padding-left: 20px;
}

#flow_sec01 dl dd p:first-child, #flow_sec02 dl dd p:first-child {
  flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  margin-bottom: 10px;
}

#flow_sec01 dl dd img, #flow_sec02 dl dd img {
  max-width: 100%;
  width: 100%;
}

#flow_sec02 dl {
  text-align: left;
  background: #ebf6fc;
  padding-left: -40px;
  padding-left: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  counter-increment: number;
}

#flow_sec02 dl:nth-child(even) {
  background: #fefbec;
}

#flow_sec02 dt {
  color: #008fd7;
  padding-left: 40px;
  font-size: 24px;
  margin-bottom: 1em;
  padding-top: 5px;
  padding-left: 50px;
  font-size: 2.4rem;
  margin-bottom: 1em;
  padding-top: 0.5em;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

#flow_sec02 dt span {
  color: #008fd7;
}

#flow_sec02 dl:before {
  line-height: .8em;
  content: counter(number);
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  font-size: 2.4rem;
  width: 24px;
  height: 24px;
  padding: 10px 10px 5px 10px;
  position: absolute;
  background: #008fd7;
  display: inline-block;
  top: 0;
  left: 0;
  text-align: center;
}

#flow_sec02 dl:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 39px;
  left: 0;
  border-style: solid;
  border-color: #008fd7 transparent transparent transparent;
  border-width: 8px 22px 0 22px;
  z-index: 1;
}

#flow_sec02 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1em 4% 1.5em 4%;
}

.flow_sec01_box01 {
  boder: 2px solid #3263c5;
  margin: 0 5%;
}

.flow_sec01_box01 .flow_sec01_box01_tit {
  background: #edca0d;
  display: inline-block;
  padding: 0.25em 40px 0.25em 40px;
  color: #333;
  /* font-weight: bold; */
  /* font-size: 22px; */
  margin: 0;
  border-radius: 6px 6px 0 0;
  position: relative;
}

.flow_sec01_box01 .flow_sec01_box01_tit:before {
  font-family: "Font Awesome 5 Free";
  content: ' \f303';
  /* color: #ffffff; */
  position: absolute;
  left: 3%;
  font-weight: 900;
}

.flow_sec01_box01 div {
  background: url(../images/top_price_bg.png);
  padding: 20px;
  border: 2px solid #edca0d;
  border-radius: 0 6px 6px 6px;
}

.flow_sec01_box01 ul {
  font-weight: bold;
  margin-left: 20px;
  list-style: disc;
  margin-top: 10px;
}

.flow_sec01_end {
  background: #fefbec;
  position: relative;
  /* color: #008a8a; */
  font-size: 3.6rem;
  margin: 0 50px 40px 50px;
  padding-bottom: 1em;
  font-weight: bold;
  text-align: center;
}

.flow_sec01_end:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -55px;
  border: 45px solid transparent;
  border-top: 35px solid #fefbec;
}

@media (max-width: 768px) {
  #flow_sec01 dl, #flow_sec02 dl {
    margin: 0;
    padding-right: 10px;
  }
  #flow_sec01 dl dd, #flow_sec02 dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #flow_sec01 dt, #flow_sec02 dt {
    font-size: 18px;
    padding-left: 40px;
  }
  #flow_sec01 dt .flow_free {
    margin-left: 15px;
  }
  #flow_sec01 dt .flow_free02 {
    margin-left: 10px;
    font-size: 14px;
  }
  #flow_sec01 dl dd p:last-child, #flow_sec02 dl dd p:last-child {
    padding: 0;
  }
  #flow_sec01 dl dt:after, #flow_sec02 dl dt:after {
    bottom: -14px;
    left: -15px;
    border-width: 10px 20px 0 20px;
  }
  #flow_sec01 dl dt.flow_list02:after {
    bottom: 12px;
  }
  #flow_sec01 dl dt.flow_list02:after {
    /* left: -20px; */
    bottom: 8px;
  }
  .flow_sec01_box01 {
    margin: 0 2%;
  }
  .flow_sec01_box01 .flow_sec01_box01_tit {
    font-size: 16px;
    padding: 0.25em 10px 0.25em 30px;
  }
  .flow_sec01_end {
    margin: 0 0 40px 0;
    font-size: 22px;
    padding: 0 4% 1em 4%;
    line-height: 1.25;
  }
}
/* 料金表 */
.top_price {
  background: url(../images/top_price_bg.png) repeat;
}

.top_price_in {
  padding-bottom: 50px;
  text-align: left;
}

.top_price_tbl {
  isplay: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}

.top_price_in ul li {
  list-style: none;
  background: url(../images/icon_check02.png) center left no-repeat;
  border-bottom: dotted 2px #ddd;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: bold;
  display: table;
  padding-left: 40px;
  margin-bottom: 15px;
}

table.cost_tbl {
  margin: 0 auto 20px;
  border-collapse: collapse;
  width: 45%;
  padding: 0 10px;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  background: #ffffff;
}

.te01 {
  width: 98%!important;
}

table.cost_tbl caption {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  text-align: left;
}

table.cost_tbl th {
  padding: 10px 0;
  border-right: #e5dbd3 1px solid;
  background: #edca0d;
  width: 50%;
  text-align: center;
  font-weight: bold;
  color: #000000;
}

table.cost_tbl td {
  padding: 10px;
  vertical-align: middle;
  border: #e5dbd3 1px solid;
  text-align: center;
}

table.cost_tbl .cost_tbl_grey {
  background: #f1f5f4;
}

table.cost_tbl .th02 {
  border-left: #ffffff 1px solid !important;
  border-top: #ffffff 1px solid !important;
  border-bottom: #e5dbd3 1px solid !important;
  background: #edca0d !important;
  color: #000000 !important;
  /*font-weight: normal !important;*/
  width: 35%;
}

@media (max-width: 768px) {
  .top_price_tbl {
    flex-direction: column;
  }
  table.cost_tbl {
    width: 90%;
  }
  .top_price_in ul li {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
/* 会社案内 */

.top_company {}

.top_company_bg {
  margin-top: -150px;
  background: url(../images/top_company_bg.png) center bottom no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

.top_company_bg .content {
  text-align: center;
  padding: 150px 0 30px 0;
}

.top_company_catch {
  padding-top: 50px;
  font-size: 135%;
  font-weight: bold;
}

.top_commpany_in {
  padding-bottom: 50px;
}

.company_tbl th {
  width: 20%;
  border-bottom: 1px solid #ccc;
  padding: 22px 25px;
  background: #deeeea;
  font-weight: bold;
  text-align: center;
  letter-spacing: 10px;
}
.company_tbl th.ls_s {
  letter-spacing: 2px;
}

.company_tbl td {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 22px 25px;
  font-size: 1.8rem;
}

.top_company_box {
  display: flex;
  padding: 50px 0;
  justify-content: space-between;
  align-items: flex-end;
}

.top_company_box_tit01 {
  background: url(../images/top_media_img01.png) left top no-repeat;
  padding: 15px 0 5px 60px;
  font-size: 2.4rem;
  border-bottom: 1px dotted #333;
  margin-bottom: 20px;
  font-weight: bold;
}

h4 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 1em;
  border-left: solid #edca0d 6px;
}

.top_company_map {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.map_box {
  width: 30%;
  margin-bottom: 1.75em;
  margin-right: 3%;
  /* flex-basis: 30%; */
}

.map_box img {
  max-width: 100%;
  height: auto;
}

.map_box .office_name {
  text-align: center;
  font-weight: bold;
  background: #edca0c;
  border-radius: 8px;
  margin-bottom: 0.5em;
}

.map_box .office_add {
  border-left: 3px #edca0c solid;
  padding: 5px 0px 5px 10px;
  /* width: 90%; */
  margin: 10px auto 0 auto;
  text-align: left;
}

@media (max-width: 768px) {
  .top_company_bg {
    margin-top: -100px;
    margin-bottom: 30px;
  }
  .top_company_bg .content {
    padding: 100px 0 30px 0;
  }
  .top_company_catch {
    font-size: 2rem;
    line-height: 1.5;
    padding-top: 20px;
  }
  .company_tbl th {
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: none;
  }
  .company_tbl td {
    font-size: 1.6rem;
    display: block;
    border-bottom: none;
    line-height: 1.25;
    padding: 15px;
  }
  .top_company_box {
    padding: 20px 0 30px 0;
    flex-direction: column;
  }
  .top_company_box_tit01 {
    font-size: 2.2rem;
    padding: 10px 0 0px 60px;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 2.2rem;
  }
  .top_company_map {
    justify-content: space-between;
  }
  .map_box {
    width: 46%;
    margin-right: 0;
  }
}
/* 代表税理士からの挨拶 */

.top_aisatsu {
  text-align: left;
  margin-top: 30px;
  padding-bottom: 10px;
}

.top_aisatsu p {
  margin-bottom: 20px;
}

.top_prof_box {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 1px #74b5a4;
  margin: 80px auto;
  text-align: left;
  padding: 20px;
}

.top_prof_title {
  position: absolute;
  display: inline-block;
  top: -40px;
  left: -1px;
  padding: 15px 30px;
  /* height: 30px; */
  line-height: 10px;
  font-size: 2.4rem;
  background: #74b5a4;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.top_prof_name {
  font-size: 120%;
  border-bottom: #edca0d 3px solid;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .top_prof_box {
    margin: 20px auto;
  }
  .top_prof_title {
    font-size: 2.2rem;
  }
}

/* クチコミ */
.top_kuchikomi {
  background: url(../images/top_voice_bg.png) center top no-repeat;
  padding-bottom: 60px;
  background-size: cover;
}

/* お客様からのお手紙 */
.top_letter {
  background: url(../images/top_voice_bg.png) center top no-repeat;
  padding-bottom: 60px;
  background-size: cover;
}

.top_voice_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: self-end;
  padding-right: 60px;
  padding-bottom: 20px;
}

.top_voice_box {
  width: 45%;
  margin: 0 7px 15px;
  text-align: left;
  padding: 20px;
  border: 1px #CCC solid;
  background: #ffffff;
}

.voice_box p.voice_name {
  border-bottom: 1px #CCC solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.voice_img {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  border: 1px #CCC solid;
  padding-bottom: 2px;
}

.voice_img img {
  width: 100%;
  height: auto;
}

.voice_img a .sc_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 180px;
  height: 65px;
  background: url(../images/sc_icon_off.png) 0 0 no-repeat;
}

.voice_img a:hover .sc_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 180px;
  height: 65px;
  background: url(../images/sc_icon_on.png) 0 0 no-repeat;
}

@media screen and (max-width:767px) {
  .top_letter {
    background: url(../images/top_voice_bg_sp.png) left bottom no-repeat;
    padding-bottom: 20px;
    background-size: contain;
  }
  .top_voice_in {
    padding-right: 0;
  }
  .top_voice_box {
    width: 45%;
    margin: 0 2.5% 15px 0;
    padding: 10px 10px 5px 10px;
  }
  .voice_img a .sc_icon, .voice_img a:hover .sc_icon {
    width: 90px;
    height: 30px;
    background-size: cover;
  }
}
/* フッター */
footer {
  border-top: 1px solid #e6e6e6;
  margin-top: 120px;
}

@media screen and (max-width:767px) {
  footer {
    margin-top: 60px;
  }
}

.cp_main {
  padding: 30px 0;
}

.cp_text_main {
  width: 910px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.7;
}

.cp_text01 {
  color: #fff;
  padding-bottom: 15px;
}

.cp_text02 {
  color: #fff;
  padding-bottom: 15px;
}

.cp {
  text-align: center;
}

#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 60px;
  background: #8a8a8a;
  opacity: 0.6;
}

#pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#pagetop a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

a.scroll_point {
  height: 1px;
  margin-top: -24px;
  padding-top: 24px;
  display: block;
}

@media screen and (max-width:767px) {
  a.scroll_point {
    display: block;
    margin-top: -48px;
    padding-top: 48px;
  }
}
/*資料請求*/
a.tel_link {
	color: #005ab1;
	font-weight: bold;
	text-decoration: underline;
}


/* クチコミ */
.top_kuchikomi_box {
  position: relative;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 20px auto;
}
.top_kuchikomi_txt01 {
  color: #0042ad;
  font-weight: bold;
  margin-bottom: 5px;
}
.top_kuchikomi_box a {
  position: absolute;
  bottom: 2px;
  right: 2px;
  display: inline-block;
  background: #90bce3;
  color: #FFF;
  padding: 0.6em 1.5em;
  font-size: .75em;
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  .top_kuchikomi_box a {
    font-size: .6em;
  }
}

/* 目次 */
.mokuji {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 50px;
}
.mokuji_box {
  background: #deeeea;
}
.mokuji_title {
  font-weight: bold;
  padding: 10px 0;
}
.mokuji ul {
  font-weight: bold;
  text-align: left;
  display: inline-block;
  margin: 20px auto;
}
.mokuji ul li {
  margin-bottom: .5em;
}
.mokuji ul li a {
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  .mokuji {
    padding: 0;
    margin-bottom: 30px;
  }
}

