<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*=======================================================================
TOP
=======================================================================*/
/* ===== slider ===== */
#index_top {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index_top ul.sm-slider {
  position: relative;
}
#index_top #top_catch {
  position: absolute;
  top: 40%;
  z-index: 10;
  width: 100%;
  color: #fff;
  max-width: 1240px;
  margin: auto;
}
#index_top h2 {
  font-size: clamp(1.125rem, 0.725rem + 2vw, 3.125rem);
  letter-spacing: 2px;
  font-weight: bold;
  color: #000;
  line-height: 200%;
  position: absolute;
  z-index: 2;
  top: 33%;
  left: 20%;
}
#index_top #top_catch p {
  font-size: 87.5%;
}
@-webkit-keyframes zoomDw {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
@keyframes zoomDw { /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.swiper-container {
  position: relative;
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-slide-active .swiper-img, .swiper-slide-duplicate-active .swiper-img, .swiper-slide-prev .swiper-img { /* ８秒かけて拡大させる */
  -webkit-animation: zoomDw 8s linear 0s;
  animation: zoomDw 8s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.swiper-img {
  background-size: cover;
  background-position: center center; /* 背景画像は中央を軸に表示させる */
  height: 70vh; /* 600pxの高さで表示させる */
}
@media screen and (min-width:1281px) {
  .sm-slider, .sm-slider::after {
    top: 70px !important;
  }
}
@media screen and (max-width:1280px) {
  #index_top #top_catch {
    top: 36%;
    left: 5%;
  }
}
@media screen and (max-width:960px) {
  .sm-slider li span {
    background-size: 120% !important;
    background-position: 50% 0 !important;
  }
  #index_top #top_catch {
    top: 30%;
  }
}
@media screen and (max-width:520px) {
  #index_top h2 {
    left: 10%;
    -moz-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
    -webkit-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
    -ms-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
  }
}
/* ===== 他 ===== */
.content p {
  font-size: 100%;
  line-height: 1.8;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
}
@media screen and (max-width:520px) {
  .max60 {
    width: 60%;
  }
}
/* ===== 離婚について（ケース別離婚相談） ===== */
.top_bg {
  background: url("../img/top_bg.jpg") repeat;
  margin-bottom: -100px;
  padding: 100px 0;
}
.divorce_slide .slider_wrap {
  height: auto;
  text-align: center;
}
.divorce_slide .slider_wrap a {
  color: #39B14A;
  text-decoration: none;
}
.bx-controls-direction {
  margin: 40px auto;
  text-align: center;
}
.divorce_list li {
  margin-bottom: 24px;
}
.divorce_list li a {
  border: 1px solid #39B14A;
  display: block;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 100px;
}
/*=======================================================================
新着
=======================================================================*/
.ul_news li {
  line-height: 30px;
  font-size: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 8px;
  background: linear-gradient(90deg, rgba(0, 177, 207, 0.1), rgba(0, 179, 199, 0.1), rgba(0, 180, 190, 0.1), rgba(0, 181, 179, 0.1), rgba(21, 182, 167, 0.1), rgba(49, 182, 154, 0.1), rgba(70, 182, 141, 0.1), rgba(89, 181, 128, 0.1)), url("../img/arrow_right_grad.png") no-repeat right 2% center;
  background-size: 100%, 20px;
}
.ul_news li span {
  color: #999;
  padding-right: 20px;
}
.ul_news li:hover {
  background: url("../img/arrow_right_grad.png") no-repeat right 2% center #fff;
  background-size: 20px;
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}
.ul_news li a span:not(.aoba_blue), .ul_news li a div {
  color: #000 !important;
}
.ul_news li a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
.custom-select-wrapper select {
  display: none;
}
.select-wrap {
  position: relative;
}
.custom-select {
  display: block;
  width: 310px;
  text-align: center;
  font-size: 100%;
  height: 48px;
  appearance: none;
  outline: none;
}
.custom-select:hover {
  background: linear-gradient(to right, #00b1cf, #59b580);
  color: #fff;
}
.select-wrap:after {
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f13a";
  top: 15px;
  right: 25px;
  transition: all .4s ease-in-out;
  background: linear-gradient(to right, #00b1cf, #59b580);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.0);
  color: #00b1cf;
  pointer-events: none;
}
.select-wrap:hover:after {
  background: linear-gradient(to right, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 177, 207, 0.0);
  color: #fff;
}
.custom-select.under:after {
  transform: rotate(90deg) !important;
}
form.news ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: box;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-options span {
  border: 1px solid #00b1cf;
  border-image: linear-gradient(to right, #00b1cf, #59b580);
  border-image-slice: 1;
  box-sizing: border-box;
  background: #fff;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-option {
  text-align: center;
  position: relative;
  display: block;
  border: 1px solid #00b1cf;
  border-image: linear-gradient(to right, #00b1cf, #59b580);
  border-image-slice: 1;
  line-height: 100px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.custom-option:hover {
  background: linear-gradient(to right, #00b1cf, #59b580);
  color: #fff;
}
.select-wrap option {
  color: #111;
}
.select-wrap option:hover {
  cursor: pointer;
}
.entry {
  margin-bottom: 80px;
}
.news_page {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: box;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news_page li:first-child {
  text-align: right;
  padding-right: 36px;
}
.news_page li:first-child a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  margin-right: 10px;
}
.news_page li:last-child {
  padding-left: 36px;
}
.news_page li:last-child a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 10px;
}
.news_page li {
  width: 33%;
  max-width: 310px;
}
.news_page li a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width:768px) {
  .ul_news div {
    display: inline;
  }
}
@media screen and (max-width:520px) {
  .news_page li {
    width: auto;
  }
  .news_page li:nth-child(2) {
    flex-grow: 1.5;
  }
  .custom-select-trigger {
    width: 100%;
    min-width: 150px;
    line-height: 80px;
  }
  form.news .custom-select-trigger:after {
    top: auto;
    bottom: -25px !important;
    right: 42%;
  }
  .custom-option {
    line-height: 60px;
  }
}
/*=======================================================================
取扱業務
=======================================================================*/
.cate_bt {
  margin: 1%;
  text-align: center;
  position: relative;
}
.cate_bt div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 80%;
}
.cate_bt div span {
  display: block;
}
.cate_bt a {
  width: auto;
  line-height: 140%;
  text-decoration: none;
  height: 100px;
}
.cate_bt a:after {
  content: "\f138";
  top: 38px;
  right: 10px;
}
.other_cate_link a {
  text-decoration: none;
  color: #00B1CF;
  padding: 20px 48px;
}
.right_border {
  border-right: 1px solid #111;
}
.right_border_w {
  border-right: 1px solid #fff;
}
.kojin .ti07, .kojin .midashi_ti span {
  background: #0071B8;
}
.kojin .midashi-box {
  border-color: #0071B8;
}
.kojin_blue {
  color: #0071B8;
}
.kojin_blue_box {
  background: rgba(0, 113, 184, 0.1);
  padding: 24px;
}
.jiko .ti07, .jiko .midashi_ti span {
  background: #2E318E;
}
.jiko .midashi-box {
  border-color: #2E318E;
}
.jiko_blue {
  color: #2E318E;
}
.jiko_blue_box {
  background: rgba(46, 49, 142, 0.1);
  padding: 24px;
}
.dept_flow_list {
  position: relative;
  color: #00B1CF;
  border: 1px solid #00B1CF;
  background: #fff;
  padding: 1.2%;
  text-align: center;
  margin-bottom: 90px;
}
.dept_flow_list:after {
  position: absolute;
  content: url("../img/service/personal/down_arrow.png");
  left: 48%;
  bottom: -80px;
}
.dept_comment {
  position: absolute;
  right: 10%;
  bottom: -70px;
  color: #111;
}
.high90 {
  height: 90px;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aoba_blue_line {
  border: 1px solid #00B1CF;
}
.kojin_blue_line {
  border: 1px solid #0071B8;
}
.jiko_blue_line {
  border: 1px solid #2E318E;
}
@media screen and (min-width:768px) {
  .w28 {
    width: 28%;
    max-width: 280px;
  }
}
@media screen and (max-width:767px) {
  .other_cate_link a {
    padding: 6% 12%;
  }
  .dept_first {
    margin-bottom: 160px;
  }
  .dept_first:after {
    bottom: -150px;
  }
  .dept_comment {
    width: 100%;
    top: 130%;
    bottom: 0;
    text-align: center;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .divorce .right_border {
    border-right: none;
  }
}
/*=======================================================================
流れ
=======================================================================*/
.flow_list li {
  margin-bottom: 200px;
}
.flow_list .contactbox_mail, .flow_list .contactbox_line {
  margin-bottom: 0;
}
.flow_list li.number:after {
  content: url("../img/flow/arrow_grad.png");
  position: absolute;
  left: 44%;
  right: 44%;
  top: 115%;
}
.flow_list li:first-child.number:after {
  top: 110%;
}
.flow_list .numbox {
  padding-left: 100px;
}
.num01 {
  background: url("../img/flow/num01.png");
}
.num02 {
  background: url("../img/flow/num02.png");
}
.num03 {
  background: url("../img/flow/num03.png");
}
.num04 {
  background: url("../img/flow/num04.png");
}
.num01, .num02, .num03, .num04 {
  background-position: 0 8px;
  background-repeat: no-repeat;
}
.consul div {
  display: block;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
}
.consul div:last-of-type {
  border-bottom: none;
}
.consul {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.consul div dt, .consul div dd {
  padding: 2%;
  font-size: 93.8%;
}
.consul div dt {
  background: #00B1CF;
  color: #fff;
  text-align: center;
}
.consul div dt.in_head {
  background: #fff;
  color: #00B1CF;
  text-align: left;
}
.btn_doc {
  width: 210px;
  line-height: 50px;
}
.btn_doc a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: block;
  background: url("../img/contactlink_icon01.png") no-repeat 16px center #7ABB29;
  background-size: 25px;
  padding-left: 48px;
}
.accordionlist div:not(.title) {
  border: 1px solid #000;
  padding: 2%;
  margin-bottom: 50px;
}
.accordionlist dt {
  display: block;
  background: #fff;
  padding: 1.5% 0;
}
.accordionlist dt:hover {
  cursor: pointer;
}
.accordionlist dt .title {
  float: left;
}
.accordionlist dt .title p:before, .accordionlist dd:before {
  content: "Q.";
  color: #00B1CF;
  font-size: 150%;
  margin-right: 16px;
}
.accordionlist dd {
  display: none;
  padding-left: 38px;
  font-size: 93.8%;
  line-height: 180%;
}
.accordionlist dd:before {
  content: "A.";
  margin-left: -38px;
}
.accordion_icon, .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 5px;
}
.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 70%;
  height: 3px;
  background-color: #00B1CF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
  top: 15px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
  top: 15px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
  display: none;
}
.accordion_icon.active span:nth-of-type(2) {
  top: 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.accordion_icon.active span {
  background-color: #00B1CF;
}
@media screen and (min-width:768px) {
  .consul div {
    display: table;
  }
  .consul div dt, .consul div dd {
    display: table-cell;
    vertical-align: middle;
  }
  .consul div dt {
    width: 21.5%;
  }
  .consul div dt.in_head {
    width: 25%;
  }
  .consul div:last-of-type dd {
    padding: 0;
  }
}
@media all and (min-width: 768px) {
  .flow_list .phonebox.pc {
    display: flex !important;
    align-items: center;
  }
  .flow_list .phonebox.sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .flow_list .phonebox.pc {
    display: none !important;
  }
  .flow_list .phonebox.sp {
    display: block !important;
  }
}
@media all and (max-width: 767px) {
  .flow_list .numbox {
    padding-left: 0;
    padding-top: 80px;
  }
  .num01, .num02, .num03, .num04 {
    background-position: top center;
  }
  .num_ti {
    text-align: center;
  }
}
@media all and (max-width: 520px) {
  .flow_list .phonebox dt, .flow_list .phonebox dd {
    width: 100%;
  }
  .flow_list .phonebox dt {
    padding: 0;
    margin-bottom: 20px;
  }
  .flow_list .contactbox .contactbox_mail {
    margin-bottom: 16px;
  }
  .accordionlist dt .title {
    width: 86%;
  }
  .accordionlist dt .title p {
    padding-left: 36px;
  }
  .accordionlist dt .title p:before {
    margin-left: -30px;
    margin-right: 8px;
  }
  .accordionlist dd:before {
    margin-left: -32px;
    margin-right: 10px;
  }
}
/*=======================================================================
費用
=======================================================================*/
.price_list {
  display: none;
}
.price {
  letter-spacing: 0.1em;
}
.pricebox li:first-child {
  margin-right: 80px;
}
.price_table {
  width: 100%;
}
.price_table th, .price_table td {
  padding: 3%;
}
.price_table th[scope="col"] {
  color: #fff;
  background: #00B1CF;
  border-right: 1px dotted #fff;
}
.price_table th[scope="col"].three {
  width: 39%;
}
.price_table th[scope="col"]:last-of-type {
  border-right: none;
}
.price_table th[scope="col"].w50 {
  width: 50%;
}
.price_table th[scope="row"] {
  color: #00B1CF;
  background: rgba(0, 177, 207, 0.1);
  text-align: left;
  width: 22%;
}
.price_table th[scope="row"], .price_table td {
  border-right: 1px dashed rgba(0, 177, 207, 0.5);
}
.price_table td {
  font-size: 87.5%;
}
.price_table td.ptxt {
  font-size: 112.5%;
}
.price_table td:last-of-type {
  border-right: none;
}
.right_line {
  border-right: 1px dashed rgba(0, 177, 207, 0.5) !important;
}
.price_table tbody tr {
  border-bottom: 1px dashed rgba(0, 177, 207, 0.5);
}
.bar {
  width: 100px;
  height: 1px;
  background: #111;
  margin: 0 auto;
}
.emptybox {
  vertical-align: middle;
}
.step {
  background: #00B1CF;
  color: #fff;
  padding-left: 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: box;
  -js-display: flex;
  display: flex;
}
.stepbox {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  height: 90px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: box;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-right: 1px dotted #fff;
}
.stepbox:first-child {
  border-left: 1px dotted #fff;
}
.stepbox span {
  text-align: center;
  font-size: 112.5%;
  font-weight: bold;
}
.how {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: box;
  -js-display: flex;
  display: flex;
  position: relative;
}
.howbox {
  padding: 10px 0 0;
  flex: 0 0 200px;
  background: url("../img/fee/bg.png") left top/auto 220px no-repeat;
  font-size: 112.5%;
  padding-left: 27px;
}
.howtext {
  height: 90px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: box;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.myself {
  color: #35385b;
  margin-bottom: 10px;
}
.entrust {
  color: #00B1CF;
}
.stepback {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: box;
  -js-display: flex;
  display: flex;
  flex: 1 0 0px;
}
.stepback div {
  border-right: 1px dotted #00B1CF;
  flex: 0 0 20%;
  max-width: 20%;
  background: url(../img/fee/bg.png) center top/auto 220px no-repeat;
}
.stepback div:first-of-type {
  border-left: 1px dotted #00B1CF;
}
.stepback div:last-of-type {
  border-right: none;
  background: url("../img/fee/bg.png") right top/auto 220px no-repeat;
}
.plan_btn {
  position: absolute;
  top: 0;
  left: 200px;
  right: 0;
  bottom: 0;
  text-align: center;
}
.plan_btn div {
  position: absolute;
}
.plan_btn div a, .btn06box div {
  text-decoration: none;
  position: relative;
  display: block;
}
.plan_btn div a span, .btn06box div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.plan_btn div a span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  display: block;
}
.plan_btn div .btn01 {
  border: solid 1px #00B1CF;
  box-shadow: 0 3px #AFE7F0;
}
.plan_btn div a.btn01 span:after {
  color: #00B1CF;
}
.plan_btn div a.btn01:hover {
  background: #00B1CF;
  color: #fff;
}
.plan_btn div a.btn01:hover span:after {
  color: #fff;
}
.plan_btn div .btn02 {
  border: solid 1px #333;
  box-shadow: 0 3px #ccc;
}
.plan_btn div a.btn02 span:after {
  color: #333;
}
.plan_btn div a.btn02:hover {
  background: #333;
  color: #fff;
}
.plan_btn div a.btn02:hover span:after {
  color: #fff;
}
.plan_btn div .btn03 {
  border: solid 1px #00B1CF;
  box-shadow: 0 3px #AFE7F0;
}
.plan_btn div a.btn03, .plan_btn div a.btn03 span:after {
  color: #00B1CF;
}
.plan_btn div a.btn03:hover {
  background: #00B1CF;
  color: #fff;
}
.plan_btn div a.btn03:hover span:after {
  color: #fff;
}
.btn04 {
  display: block;
  border: solid 1px #333;
  box-shadow: 0 3px #999;
  background: #333;
  color: #fff;
  height: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.btn01box {
  top: 7.5%;
  left: 1.1%;
  width: 18%;
  height: 180px;
}
.btn02box {
  top: 7.5%;
  left: 21.1%;
  width: 18%;
  height: 80px;
}
.btn03box {
  top: 57.5%;
  left: 21.1%;
  width: 18%;
  height: 80px;
}
.btn04box {
  top: 57.5%;
  left: 41.1%;
  width: 18%;
  height: 80px;
}
.btn05box {
  top: 57.5%;
  left: 61.1%;
  width: 18%;
  height: 80px;
}
.btn06box {
  top: 7.5%;
  left: 81%;
  width: 16%;
  height: 110px;
}
.btn07box {
  top: 66.5%;
  left: 81%;
  width: 16%;
  height: 60px;
}
.btn01, .btn02, .btn03 {
  background: #fff;
  line-height: 1.375;
  padding: 0 5px;
  height: 100%;
  transition: background 0.2s ease, color 0.2s ease;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.btn02 {
  background: #fff;
}
.planbtn li {
  width: 270px;
  margin: 2%;
}
.planbtn li a {
  color: #00B1CF;
  text-align: center;
  text-decoration: none;
  display: block;
  border: solid 1px #00B1CF;
  box-shadow: 0 3px #afe7f0;
  background: #fff;
  transition: background 0.2s ease, color 0.2s ease;
  padding: 6%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.planbtn li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  margin-left: 8px;
}
.planbtn li a:hover {
  background: #00B1CF;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .plan_btn div {
    font-size: 87.5%;
  }
  .plan_btn div a svg {
    margin-left: 3px;
  }
}
@media screen and (max-width: 960px) {
  .plan {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: box;
    -js-display: flex;
    display: flex;
    align-items: flex-start;
  }
  .step {
    padding-top: 37px;
    padding-left: 0;
    flex: 0 0 50px;
    display: block;
  }
  .stepbox {
    height: 115px;
    max-width: none;
    background: url("../img/fee/head-line-sp.png") top left/auto 1px repeat-x;
    padding-top: 19px;
    display: block;
    text-align: center;
  }
  .stepbox:last-child {
    height: 102px;
  }
  .stepbox span {
    font-size: 87.5%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    letter-spacing: 0.1em;
  }
  .stepbox:first-child {
    border-left: none;
  }
  .how {
    flex: 1 0 0px;
    display: block;
  }
  .howbox {
    display: flex;
    padding: 0;
    background: none;
    font-size: 87.5%;
    background: url("../img/fee/bg-sp.png") top left / 100%;
    border-bottom: 1px dotted #00B1CF;
  }
  .howtext {
    height: 37px;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 4%;
    justify-content: center;
    margin-bottom: 0;
  }
  .myself {
    order: 2;
    margin-bottom: 0;
  }
  .entrust {
    order: 1;
  }
  .stepback {
    display: block;
  }
  .stepback div {
    height: 115px;
    max-width: none;
    border-bottom: 1px dotted #00B1CF;
    border-right: none;
    border-left: none !important;
    background: url("../img/fee/bg-sp.png") center left/100%;
  }
  .stepback div:last-of-type {
    background: url("../img/fee/bg-sp.png") bottom left/100%;
    border-bottom: none;
  }
  .plan_btn {
    top: 37px;
    left: 0;
  }
  .plan_btn div a {
    padding-top: 6px;
  }
  .btn01box {
    top: 13px;
    left: 6.5%;
    width: 90.9%;
    height: 91px;
  }
  .btn02box {
    top: 128px;
    left: 56.5%;
    width: 41%;
    height: 91px;
  }
  .btn03box {
    top: 128px;
    left: 6.5%;
    width: 41%;
    height: 91px;
  }
  .btn04box {
    top: 243px;
    left: 6.5%;
    width: 41%;
    height: 91px;
  }
  .btn05box {
    top: 358px;
    left: 6.5%;
    width: 41%;
    height: 91px;
  }
  .btn06box {
    top: 473px;
    left: 45.6%;
    width: 51.8%;
    height: 81px;
  }
  .btn07box {
    top: 473px;
    left: 6.5%;
    width: 37%;
    height: 81px;
  }
  .btn01 {
    flex-direction: column;
  }
  .planbtn li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 960px) {
  .price_table {
    display: none;
  }
  .price_list {
    display: block;
  }
  .price_list dt {
    font-size: 93.8%;
    background: #00B1CF;
    color: #fff;
    padding: 3%;
    text-align: center;
  }
  .price_list dd {
    background: #fff;
  }
  .price_list dd dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: box;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .price_list dd dl dt, .price_list dd dl dd {
    width: 50%;
    padding: 3%;
    border-bottom: 1px dashed rgba(0, 177, 207, 0.5);
  }
  dl.no-line dt, dl.no-line dd {
    border-bottom: none !important;
  }
  .price_list dd dl dt {
    background: rgba(0, 177, 207, 0.1);
    color: #00B1CF;
    border-right: 1px dashed rgba(0, 177, 207, 0.5);
    text-align: left;
  }
  .bar {
    margin: 12px auto;
  }
  .single, .single_line {
    padding: 3%;
  }
  .single_line {
    border-bottom: 1px dashed rgba(0, 177, 207, 0.5);
  }
}
/*=======================================================================
弁護士・事務所のご紹介
=======================================================================*/
.g_map_base {
  background-color: #fff;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.g_map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.g_map iframe, .g_map object, .g_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro_icon {
  display: block;
  width: 115px;
  margin: 0 auto 24px auto;
}
.post dt, .post dd {
  display: inline;
}
.post dt {
  margin-right: 32px;
}
@media screen and (max-width:520px) {
  .post div {
    margin-bottom: 8px;
  }
  .post dt, .post dd {
    display: block;
  }
}
/*=======================================================================
相談票
=======================================================================*/
.documents_table {
  width: 100%;
  border-top: 1px dashed #aeaeae;
}
.documents_table.pc {
  display: table;
}
.documents_table tbody, .documents_table tr {
  width: 100%;
}
.documents_table th, .documents_table td {
  border-bottom: 1px dashed #aeaeae;
  text-align: left;
  padding: 2%;
}
.documents_table th {
  border-right: 1px dashed #aeaeae;
  background: rgba(0, 0, 0, 0.02);
}
.documents_list dt, .documents_list dd li {
  padding: 2%;
}
.documents_list dt {
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 1px dashed #aeaeae;
  border-top: 1px dashed #aeaeae;
  text-align: center;
}
.documents_list dd li:first-child {
  border-bottom: 1px dashed #aeaeae;
}
.documents_table th[colspan="2"] {
  width: 36%;
}
.documents_table td {
  text-align: center;
}
.documents_table td:first-of-type {
  border-right: 1px dashed #aeaeae;
}
.documents_table td a, .documents_list dd li a {
  text-decoration: none;
  display: block;
}
a[href$=".pdf"]:before, a[href$=".docx"]:before, a[href$=".xlsx"]:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
a[href$=".docx"]:before {
  width: 32px;
  height: 29px;
  background: url("../img/icon_word.png") no-repeat;
}
a[href$=".xlsx"]:before {
  width: 32px;
  height: 32px;
  background: url("../img/icon_excel.png") no-repeat;
}
a[href$=".pdf"]:before {
  width: 27px;
  height: 30px;
  background: url("../img/icon_pdf.png") no-repeat;
}
/*=======================================================================
エフェクト
=======================================================================*/
.effect {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -webkit-transition: 1.0s ease-out;
  -moz-transition: 1.0s ease-out;
  transition: 1.0s ease-out;
}
.effect.d_02 {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.effect.d_04 {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.effect.d_06 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.effect.d_08 {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.effect.d_10 {
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
.effect.start {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
/*=======================================================================
フォーム（保留）
=======================================================================*/
.contact_item img.icon {
  width: 20%;
  display: block;
  min-width: 50px;
  max-width: 58px !important;
  margin: 0 auto 16px auto;
}
.form {
  width: 100%;
  margin: 0 auto;
}
.form dl div {
  width: 100%;
  display: table;
  position: relative;
}
.form dl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #eee;
}
.form dl:last-of-type:after {
  border-top: none;
  border-bottom: none;
}
.form dl dt, .form dl dd {
  display: table-cell;
  padding: 2% 0;
  vertical-align: middle;
  text-align: left;
  font-size: 93.8%;
}
.form dl dt {
  width: 20%;
  color: #603813;
  position: relative;
  padding-right: 2%;
}
.need {
  font-size: 50%;
  color: #f00;
}
.form dl dd {
  width: 80%;
}
input[type="text"], input[type="tel"], input[type="number"], input[type="email"], input[type="date"], textarea, select {
  width: 100%;
  padding: 2%;
  border: 1px solid #ccc;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
select, option {
  padding: 2%;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
}
.need {
  color: #F60;
}
input[type="submit"], input[type="button"], input[type="reset"] {
  color: #fff;
  display: block;
  text-align: center;
  width: 80%;
  max-width: 400px;
  margin: 20px auto;
  background: linear-gradient(to right, #00b1cf, #59b580);
  padding: 3%;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  border: none;
  cursor: pointer;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
  background: linear-gradient(to right, #008E45, #88C23F);
}
textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus, select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media all and (max-width: 520px) {
  .contact_item img.icon {
    max-width: 58px !important;
  }
  .contact_item02 li {
    margin-bottom: 16px;
  }
  .form dl div {
    display: block;
  }
  .form dl dt, .form dl dd {
    display: block;
    width: 100%;
  }
  /* iOSでのデフォルトスタイルをリセット */
  input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 30px;
    min-height: 45px;
    max-width: 140px;
  }
  input[type="date"] {
    -webkit-appearance: none;
    width: 100%;
    height: 30px;
    background: #fff;
  }
  input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: transparent;
    z-index: 1;
  }
  input[type="date"]::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f133";
    position: absolute;
    top: 70%;
    right: 10px;
    transform: translateY(-50%);
    color: #999;
  }
  input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
  }
}
@media screen and (max-width:1280px) {
  #index_top #top_catch h2 {
    font-size: 250%;
  }
  #index_top #top_catch p {
    font-size: 75%;
  }
  #sub_top {
    height: 150px;
    line-height: 150px;
    padding-top: 50px;
    background-position: center 50px;
  }
}
@media screen and (max-width:520px) {
  #index_top #top_catch h2 {
    font-size: 187.5%;
  }
  #sub_top {
    font-size: 100%;
  }
}</pre></body></html>