@charset "UTF-8";
/*第二階層*/
.breadcrumb {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
  font-size: 14px;
  color: #111;
}
.breadcrumb ul li.current {
  color: #3d8dcc;
}
.breadcrumb ul li:first-child {
  margin: 0;
}
.breadcrumb ul li:first-child:before {
  display: none;
}
.breadcrumb ul li:before {
  font-family: "Font Awesome 7 Free";
  content: '\f105';
  font-weight: 600;
  position: absolute;
  top: 5.5px;
  left: -15px;
  bottom: 0;
  margin: auto;
  font-size: 11px;
  color: #111;
}
.breadcrumb ul li a {
  color: #111;
  text-decoration: none;
  position: relative;
}
.breadcrumb ul li a:hover {
  opacity: 1;
}
.breadcrumb ul li a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #111;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.breadcrumb ul li a:hover:after {
  transform: scale(1, 1);
}
.second .inner {
  width: 1000px;
  padding: 50px 0 70px;
}
.second h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  padding: 160px 0 70px;
  background-color: #e8f1f9;
  border-bottom: solid 2px #111;
  margin: 0;
}
.second h2 .sub {
  display: block;
  font-size: 18px;
  color: #3d8dcc;
  margin-top: 5px;
}
/*-------------------サービス内容-------------------*/
.second.service .service_plan {
  padding-top: 70px;
}
.second.service .service_other {
  padding-top: 70px;
}
.second.service .service_plan:first-child {
  margin-top: -70px;
}
.second.service .wrap {
  padding: 40px 5% 45px;
  background-color: #e8f1f9;
  border-radius: 10px;
  margin-bottom: 70px;
  border: solid 2px #111;
  text-align: justify;
  position: relative;
}
.second.service .wrap:last-child {
  margin-bottom: 0;
}
.second.service .service_plan .wrap {
  background-color: #e8f1f9;
}
.second.service .service_other .wrap {
  background-color: #fff2e1;
}
.second.service .wrap h3 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 20px;
}
.second.service .wrap h3 .sub {
  display: block;
  font-size: 18px;
  color: #3d8dcc;
  margin: 0 auto 5px;
}
.second.service .service_plan.cloud .wrap h3 {
  font-size: 28px;
}
.second.service .service_other .wrap h3 {
  font-size: 28px;
}
.second.service .service_other .wrap h3 .sub {
  display: block !important;
  font-size: 18px !important;
  color: #111 !important;
  margin: 0 !important;
}
.second.service .wrap figure {
  width: 200px;
  position: absolute;
  top: -70px;
  right: 30px;
}
.second.service .service_other .wrap figure {
  width: 150px;
  position: absolute;
  top: -50px;
  right: 50px;
}
.second.service .wrap a {
  color: #3d8dcc;
}
.second.service .wrap ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: solid 1px #111;
}
.second.service .wrap ol li {
  padding: 20px 0 20px 55px;
  border-bottom: solid 1px #111;
  position: relative;
}
.second.service .wrap ol li .no {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #3d8dcc;
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.second.service .service_other .wrap ol li .no {
  color: #111;
  background-color: #febe69;
}
.second.service .wrap ol li .no02 {
  position: absolute;
  top: 15px;
  bottom: auto;
  left: 0;
  margin: auto;
}
.second.service .service_other .wrap ol.round {
  border-top: none;
  margin-top: 5px;
}
.second.service .service_other .wrap ol.round li {
  padding: 0;
  border-bottom: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.second.service .service_other .wrap .box p.margin_bottom {
  margin-bottom: 10px;
}
.second.service .service_other .wrap .box ol.round li {
  padding-left: 2.2em !important;
  text-indent: -2.1em !important;
}
.second.service .service_other .wrap ol li h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 15px;
  color: #fca338;
  position: relative;
}
.second.service .service_other .wrap ol li h4 .no {
  position: absolute;
  left: -55px !important;
}
.second.service .service_other .wrap ol li p {
  margin: 0;
}
.second.service .service_other .wrap ul {
  margin: 0;
  padding: 0 0 0 22px;
}
.second.service .wrap .box {
  margin: 30px auto;
  padding: 20px 0 25px;
  border-top: dashed 1px #111;
}
.second.service .wrap .box:last-child {
  margin: -30px auto 20px;
  border-bottom: dashed 1px #111;
}
.second.service .wrap .box h4 {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin: 0 auto 15px !important;
}
.second.service .wrap .box div {
  padding-bottom: 25px;
}
.second.service .wrap .box div:last-child {
  padding-bottom: 0;
}
.second.service .wrap .box div h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 10px -10px;
}
.second.service .wrap .btn {
  width: 300px;
  margin: 30px auto 0;
  position: relative;
}
.second.service .wrap .btn a {
  display: block;
  text-decoration: none;
  padding: 12px 0 13px;
  background-color: #3d8dcc;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.second.service .service_other .wrap .btn a {
  color: #111;
  background-color: #febe69;
}
.second.service .wrap .btn .arrow {
  position: absolute;
  right: 20px;
  top: 45%;
  transform: translate(-0%, -45%);
  transition: all .3s;
}
.second.service .wrap .btn .arrow i {
  font-size: 15px;
}
.second.service .wrap .btn a:hover .arrow {
  right: 15px;
  transition: all .3s;
}
/*-------------------料金表-------------------*/
.second.fee .p {
  margin-bottom: 40px;
}
.second.fee section {
  margin-bottom: 50px;
}
.second.fee section:last-child {
  margin-bottom: 0;
}
.second.fee section h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.second.fee section h3:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #3d8dcc;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.second.fee section h3 a {
  color: #3d8dcc;
}
.second.fee table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  outline: solid 2px #111;
  border-radius: 10px;
  overflow: hidden;
}
.second.fee table tr {
  border-bottom: solid 1px #111;
}
.second.fee table tr:last-child {
  border-bottom: none;
}
.second.fee table thead {
  background-color: #b1d1eb;
}
.second.fee table thead th {
  padding: 10px 0;
  font-weight: 500;
}
.second.fee table tbody th {
  background-color: #e8f1f9;
  padding: 20px 0;
  font-weight: 500;
}
.second.fee table tbody td {
  text-align: center;
  padding: 20px 0;
}
.second.fee table a {
  color: #3d8dcc;
}
/*-------------------事務所案内-------------------*/
.second.about .dl_box {
  border-top: solid 1px #111;
}
.second.about dl {
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #111;
  padding: 25px 0;
}
.second.about dl dt {
  width: 25%;
  color: #3d8dcc;
}
.second.about dl dd {
  margin: 0;
  width: 75%;
}
.second.about dl dd a {
  color: #3d8dcc;
}
.second.about .figure_box {
  margin: 80px auto 70px;
  position: relative;
}
.second.about .figure_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.second.about .figure_box ul li:first-child {
  width: 35.5%;
}
.second.about .figure_box ul li:last-child {
  width: 63%;
}
.second.about .figure_box ul li figure {
  border-radius: 10px;
  overflow: hidden;
  outline: solid 2px #111;
}
.second.about .figure_box ul li figcaption {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}
.second.about .map {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.second.about .figure_box .img {
  width: 200px;
  position: absolute;
  right: -70px;
  bottom: -10px;
}
.second.about .map iframe {
  width: 100%;
  height: 100%;
}
/*-------------------節税対策など-------------------*/
.second.tax .p {
  margin-bottom: 40px;
}
.second.tax section {
  margin-bottom: 50px;
}
.second.tax section:last-child {
  margin-bottom: 0;
}
.second.tax h3 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 20px;
  color: #3d8dcc;
}
.second.tax .wrap {
  background-color: #e8f1f9;
  border-radius: 10px;
  border: solid 2px #111;
  outline: solid 5px #fff;
  margin: 0;
  margin-bottom: -83px;
  padding-bottom: 83px;
  position: relative;
  z-index: 1;
}
.second.tax .wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.second.tax .wrap h4 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.second.tax .wrap h4 .sub {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
.second.tax .wrap .toggle {
  position: relative;
  padding: 20px 5% 25px;
}
.second.tax .wrap .toggle:hover {
  cursor: pointer;
}
.second.tax .wrap .toggle .plus {
  position: absolute;
  top: 40px;
  right: 60px;
  display: block;
}
.second.tax .wrap .toggle .plus:before, .second.tax .wrap .toggle .plus:after {
  display: block;
  content: '';
  background-color: #3d8dcc;
  position: absolute;
  width: 17px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.second.tax .wrap .toggle .plus:before {
  width: 2px;
  height: 17px;
}
.second.tax .wrap .toggle.active .plus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.second.tax .wrap .box {
  display: none;
  padding: 20px 5% 40px;
}
.second.tax .wrap .txt {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 5% 25px;
  margin-bottom: 30px;
  position: relative;
}
.second.tax .wrap .txt h5 {
  font-size: 22px;
  font-weight: 500;
  color: #3d8dcc;
  text-align: center;
  margin: 0;
}
.second.tax .wrap .txt h5 .point {
  display: block;
  width: 140px;
  background-color: #3d8dcc;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 5px 0 6px;
  position: relative;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.second.tax .wrap .txt h5 .point:after {
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 7px;
  border-top-color: #3d8dcc;
}
.second.tax .wrap .txt figure {
  width: 170px;
  position: absolute;
  right: 15px;
  bottom: -10px;
}
.second.tax .wrap .reference {
  margin-bottom: 30px;
}
.second.tax .wrap .reference figure img {
  width: 200px;
  display: block;
  margin: 0 auto;
  border: solid 1px #111;
}
.second.tax .wrap .reference figure figcaption {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.second.tax .wrap .reference .url {
  font-size: 13px;
  text-align: center;
}
.second.tax .wrap a {
  color: #3d8dcc;
}
.second.tax .wrap ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: dashed 1px #111;
}
.second.tax .wrap ol li {
  padding: 20px 0 20px 55px;
  border-bottom: dashed 1px #111;
  text-align: justify;
  position: relative;
}
.second.tax .wrap ol li h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 15px;
  color: #3d8dcc;
  position: relative;
}
.second.tax .wrap ol li h6 .no {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #3d8dcc;
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -55px !important;
  margin: auto;
}
.second.tax .wrap ol li p {
  margin: 0;
}
.second.tax .wrap .box02 {
  margin-top: 25px;
}
.second.tax .wrap .box02 h4 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 auto 10px;
  text-align: left;
  display: inline-block;
  color: #111;
  border: solid 2px #111;
  padding: 3px 20px 4px;
  border-radius: 50px;
}
.second.tax .wrap ol.round {
  border-top: none;
  margin: 5px auto;
}
.second.tax .wrap ol.round li {
  padding: 0;
  border-bottom: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.second.tax .wrap ol.round ul li {
  padding-left: 0 !important;
  text-indent: inherit !important;
}
.second.tax .wrap ol ul {
  margin: 0;
  padding: 0 0 0 22px;
  list-style: disc;
}
.second.tax .wrap ol ul li {
  padding: 0;
  text-indent: 0;
  border: none;
}
/*-------------------ご契約の流れ-------------------*/
.second.flow ol {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.second.flow ol:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #111;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
}
.second.flow ol li:last-child {
  margin-bottom: 0;
}
.second.flow ol li .no {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #3d8dcc;
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  margin: auto;
}
.second.flow ol li h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto -5px 60px;
  color: #3d8dcc;
  position: relative;
}
.second.flow ol li p {
  text-align: justify;
  margin-left: 60px;
  padding-bottom: 25px;
  border-bottom: dashed 1px #111;
}
.second.flow ol li p a {
  color: #3d8dcc;
}
/*-------------------よくある質問-------------------*/
.second.faq .dl_box {
  border-top: solid 1px #111;
}
.second.faq .dl_box dl {
  margin: 0;
  text-align: justify;
  border-bottom: solid 1px #111;
}
.second.faq .dl_box dl .q {
  padding: 25px 0;
}
.second.faq .dl_box dl .a {
  display: none;
  padding: 15px 0 25px;
}
.second.faq .dl_box dl p {
  margin: 0;
  padding: 0 5% 0 55px;
  position: relative;
}
.second.faq .dl_box dl p:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 37px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.second.faq .dl_box dl .q p:before {
  content: "Q";
  background-color: #3d8dcc;
}
.second.faq .dl_box dl .a p:before {
  content: "A";
  background-color: #f2635f;
}
.second.faq .dl_box dl .q a {
  color: #3d8dcc;
}
.second.faq .dl_box dl .a a {
  color: #f2635f;
}
.second.faq .dl_box dl dd {
  margin: 0;
}
.second.faq .dl_box dl .toggle {
  position: relative;
}
.second.faq .dl_box dl .toggle:hover {
  cursor: pointer;
}
.second.faq .dl_box dl .toggle .plus {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
}
.second.faq .dl_box dl .toggle .plus:before, .second.faq .dl_box dl .toggle .plus:after {
  display: block;
  content: '';
  background-color: #3d8dcc;
  position: absolute;
  width: 17px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.second.faq .dl_box dl .toggle .plus:before {
  width: 2px;
  height: 17px;
}
.second.faq .dl_box dl .toggle.active .plus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
/*-------------------個人情報保護方針-------------------*/
.second.pp .p {
  text-align: justify;
  margin-bottom: 40px;
}
.second.pp section {
  margin-bottom: 40px;
}
.second.pp section:last-child {
  margin-bottom: 0;
}
.second.pp section h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto -5px;
  color: #3d8dcc;
}
.second.pp section ol.paren {
  margin: 0;
  padding: 0 0 0 20px;
}
.second.pp section ol.paren li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 1em;
  text-indent: -2.6em;
}
.second.pp section ol.paren li:before {
  display: marker;
  content: "（"counter(cnt)"）";
}
.second.pp section p {
  text-align: justify;
}
.second.pp section p a {
  color: #3d8dcc;
}
@media screen and (max-width:1050px) {
  /*第二階層*/
  .breadcrumb {
    padding: 10px 0;
  }
  .breadcrumb ul li {
    font-size: 13px;
  }
  .second .inner {
    width: 90%;
    padding: 30px 0 60px;
  }
  .second h2 {
    font-size: 28px;
    padding: 100px 0 30px;
  }
  .second h2 .sub {
    font-size: 16px;
    margin-top: 0;
  }
  /*-------------------サービス内容-------------------*/
  .second.service .service_plan {
    padding-top: 40px;
  }
  .second.service .service_other {
    padding-top: 40px;
  }
  .second.service .service_plan:first-child {
    margin-top: -40px;
  }
  .second.service .wrap {
    padding: 30px 5% 35px;
    margin-bottom: 60px;
  }
  .second.service .wrap h3 {
    font-size: 28px;
    margin: 0 auto 15px;
  }
  .second.service .wrap h3 .sub {
    font-size: 16px;
  }
  .second.service .service_plan.cloud .wrap h3 {
    font-size: 20px;
  }
  .second.service .service_other .wrap h3 {
    font-size: 20px;
  }
  .second.service .service_other .wrap h3 .sub {
    font-size: 16px !important;
  }
  .second.service .wrap figure {
    width: 120px;
    position: absolute;
    top: 50px;
    right: -30px;
  }
  .second.service .service_plan.cloud figure {
    width: 120px;
    position: absolute;
    top: 50px;
    right: -30px;
  }
  .second.service .service_other .wrap figure {
    width: 90px;
    position: absolute;
    top: -40px;
    right: 0;
  }
  .second.service .wrap ol li {
    padding: 15px 0;
  }
  .second.service .wrap ol li .no {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 16px;
    position: static;
    margin: 0 auto 10px;
  }
  .second.service .service_other .wrap ol li h4 {
    font-size: 18px;
    margin: 0 auto 10px;
    text-align: center;
  }
  .second.service .service_other .wrap ol li h4 .no {
    position: static;
    margin: 0 auto 10px;
  }
  .second.service .service_other .wrap ul {
    padding: 0 0 0 24px;
  }
  .second.service .wrap .box {
    margin: 25px auto;
  }
  .second.service .wrap .box:last-child {
    margin: -25px auto 15px;
  }
  .second.service .wrap .box h4 {
    font-size: 18px !important;
    margin: 0 auto 10px !important;
    text-align: left !important;
  }
  .second.service .wrap .box div {
    padding-bottom: 20px;
  }
  .second.service .wrap .box div h5 {
    font-size: 17px;
    margin: 0 auto 5px -10px;
  }
  .second.service .wrap .btn {
    width: 250px;
    margin: 20px auto 0;
  }
  .second.service .wrap .btn a {
    padding: 12px 0 13px;
    font-size: 16px;
  }
  /*-------------------料金表-------------------*/
  .second.fee .p {
    margin-bottom: 30px;
  }
  .second.fee section {
    margin-bottom: 40px;
  }
  .second.fee section h3 {
    font-size: 18px;
    padding-left: 20px;
  }
  .second.fee section h3:before {
    width: 13px;
    height: 13px;
  }
  .second.fee table {
    font-size: 16px;
  }
  .second.fee table thead th {
    padding: 10px 3%;
  }
  .second.fee table tbody th {
    padding: 15px 3%;
  }
  .second.fee table tbody td {
    padding: 15px 3%;
  }
  /*-------------------事務所案内-------------------*/
  .second.about dl {
    display: block;
    padding: 15px 0 17px;
  }
  .second.about dl dt {
    width: auto;
    margin-bottom: 5px;
  }
  .second.about dl dd {
    width: auto;
  }
  .second.about .figure_box {
    margin: 50px auto 45px;
  }
  .second.about .figure_box ul {
    display: block;
  }
  .second.about .figure_box ul li:first-child {
    width: auto;
    margin-bottom: 25px;
  }
  .second.about .figure_box ul li:last-child {
    width: auto;
  }
  .second.about .figure_box ul li figcaption {
    margin-top: 10px;
  }
  .second.about .map {
    height: 300px;
  }
  .second.about .figure_box .img {
    display: none;
  }
  /*-------------------節税対策など-------------------*/
  .second.tax .p {
    margin-bottom: 30px;
  }
  .second.tax section {
    margin-bottom: 40px;
  }
  .second.tax h3 {
    font-size: 28px;
    margin: 0 auto 15px;
  }
  .second.tax .wrap h4 {
    font-size: 20px;
  }
  .second.tax .wrap h4 .sub {
    font-size: 14px;
  }
  .second.tax .wrap .toggle {
    padding: 15px 5% 20px;
  }
  .second.tax .wrap .toggle .plus {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .second.tax .wrap .box {
    display: none;
    padding: 20px 5% 40px;
  }
  .second.tax .wrap .txt {
    padding: 30px 5% 20px;
    margin-bottom: 30px;
  }
  .second.tax .wrap .txt h5 {
    font-size: 17px;
  }
  .second.tax .wrap .txt h5 .point {
    width: 100px;
    font-size: 17px;
    padding: 5px 0 6px;
    position: absolute;
    top: -18px;
  }
  .second.tax .wrap .txt figure {
    width: 70px;
    position: absolute;
    right: 10px;
    top: -40px;
    bottom: auto;
  }
  .second.tax .wrap .reference {
    margin-bottom: 25px;
  }
  .second.tax .wrap .reference figure img {
    width: 150px;
  }
  .second.tax .wrap ol li {
    padding: 15px 0;
  }
  .second.tax .wrap ol li h6 {
    font-size: 18px;
    margin: 0 auto 10px;
    text-align: center;
  }
  .second.tax .wrap ol li h6 .no {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 16px;
    position: static;
    margin: 0 auto 10px;
  }
  .second.tax .wrap .box02 {
    margin-top: 20px;
  }
  .second.tax .wrap .box02 h4 {
    font-size: 16px;
    padding: 3px 15px 4px;
  }
  .second.tax .wrap ol ul {
    padding: 0 0 0 24px;
  }
  /*-------------------ご契約の流れ-------------------*/
  .second.flow ol:before {
    position: absolute;
    left: 10px;
  }
  .second.flow ol li .no {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 16px;
    position: absolute;
    left: -47px;
  }
  .second.flow ol li h3 {
    font-size: 18px;
    margin: 0 auto -10px 40px;
  }
  .second.flow ol li p {
    margin-left: 40px;
    padding-bottom: 20px;
  }
  /*-------------------よくある質問-------------------*/
  .second.faq .dl_box dl .q {
    padding: 15px 0;
  }
  .second.faq .dl_box dl .a {
    padding: 0 0 15px;
  }
  .second.faq .dl_box dl p {
    padding: 0 10% 0 50px;
  }
  .second.faq .dl_box dl p:before {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 16px;
  }
  /*-------------------個人情報保護方針-------------------*/
  .second.pp .p {
    margin-bottom: 30px;
  }
  .second.pp section {
    margin-bottom: 30px;
  }
  .second.pp section h4 {
    font-size: 18px;
    margin: 0 auto -10px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}