@charset "UTF-8";
/***************************************
	Written By Fujimoto

			2015.03

	The copyright is not abandoned. 
****************************************/
* {
  text-decoration: none;
  position: relative;
  list-style: none;
  color: #545454;
  border: none;
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  /* LINE無料相談ボタン */
}
body .br--sp {
  display: none;
}
body a:hover {
  color: #00A3D9;
}
body h2 {
  font-weight: normal;
  color: #00A3D9;
}
body h2 span {
  margin-right: 5px;
  font-size: 13px;
  color: #00A3D9;
}
body p.contact {
  background-image: url(../img/tel.png);
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: 25px;
  line-height: 20px;
  font-weight: bold;
}
body span.contact {
  font-size: 10.5px;
}
body a.contact {
  background-image: url(../img/mail.png);
  background-position: center center;
  background-color: #00A3D9;
  position: absolute;
  font-weight: bold;
  line-height: 36px;
  color: #FFFFFF;
  display: block;
  height: 36px;
  right: 0px;
  top: 0px;
}
body .header {
  padding: 0px 15px;
  font-size: 13px;
  width: 1000px;
  margin: auto;
}
body .header h1 {
  margin: 10px auto 15px 0px;
  overflow: hidden;
  width: 250px;
  height: 49px;
}
body .header div {
  position: absolute;
  overflow: visible;
  width: 395px;
  right: 215px;
  top: 5px;
}
body .header div h2 {
  letter-spacing: 1px;
  line-height: 15px;
  font-size: 18px;
}
body .header div h2 + h2 {
  margin-top: 3px;
}
body .header div p.contact {
  position: absolute;
  left: -115px;
}
body .header div a.contact {
  text-indent: 48px;
  width: 210px;
}
body .header div a.contact_reservation {
  right: -200px;
  width: 190px;
  text-indent: 54px;
  background-position: left center;
}
body .header ul {
  border-right: solid 1px #EFEFEF;
  height: 35px;
}
body .header ul li {
  border-left: solid 1px #EFEFEF;
  height: 100%;
  float: left;
}
body .header ul li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 31px;
  font-weight: bold;
  margin: 2px 7px;
  display: block;
}
body .header ul li a.here, body .header ul li a:hover {
  background-color: #00A3D9;
  color: #FFFFFF;
}
body .header ul li + li + li + li + li + li a {
  padding: 5px 32px;
}
body .mobile_header {
  display: none;
}
body #move_img {
  text-align: center;
  height: 400px;
  min-width: 1030px;
  /*		div {
  	width: 1300px;
  	margin: auto;

  	img {

  		&[src*="move"] {
  			position: absolute;
  			z-index: 1;
  		}
  	}
  }*/
}
body #move_img div {
  background: url(../img/img_0.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
}
body .catch {
  display: none;
}
body .button__fixed {
  position: fixed;
  top: 140px;
  right: 0;
  z-index: 999;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  /* 通常時 */
  /* hover時 */
}
body .button__fixed .button--line {
  position: relative;
  right: -182px;
  width: 210px;
  height: 143px;
  background: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(90, 90, 90, 0.15);
  padding: 18px 10px;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
body .button__fixed .button--line::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 32px;
  top: calc(50% - 16px);
  left: -6px;
  background: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0px 0px 12px 0px rgba(90, 90, 90, 0.15);
}
body .button__fixed .button--line::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 32px;
  top: calc(50% - 16px);
  left: 0px;
  background: #fff;
  z-index: 0;
}
body .button__fixed .button--line .button__arrow {
  border-left: 1px solid #545454;
  border-bottom: 1px solid #545454;
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: 0.2s;
  z-index: 1;
}
body .button__fixed .button--line:hover {
  right: 0;
}
body .button__fixed .button--line:hover .button__arrow {
  transform: rotate(-135deg);
}
body .button__fixed .button--line:hover .button--normal {
  opacity: 0;
}
body .button__fixed .button--line:hover .button--hover {
  opacity: 1;
}
body .button__fixed .button__text {
  color: #07C755;
  font-weight: bold;
  letter-spacing: 0.15em;
}
body .button__fixed .button--normal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 143px;
  position: absolute;
  left: 0;
}
body .button__fixed .button--normal .button__text {
  writing-mode: vertical-rl;
  margin-top: 14px;
}
body .button__fixed .button--hover {
  opacity: 0;
  transition: 0.25s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 100%;
}
body .button__fixed .button--hover .button__text {
  margin-left: 14px;
}
body .button__fixed .button--hover .button {
  background: #06C755;
  display: inline-block;
  text-align: center;
  width: 100px;
  padding: 12px 32px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #06C755;
  font-weight: bold;
  margin-top: 14px;
  transition: 0.2s;
}
body .button__fixed .button--hover .button:hover {
  background: #fff;
  border: 1px solid #06C755;
  color: #06C755;
}
body .content {
  padding: 20px 15px;
  min-height: 550px;
  width: 1000px;
  margin: auto;
}
body .content > dl {
  border-top: dotted 1px #D1D1D1;
  width: 220px;
  float: left;
}
body .content > dl dt {
  border-bottom: dotted 1px #D1D1D1;
  line-height: 45px;
  font-weight: bold;
  overflow: hidden;
  font-size: 12px;
  height: 45px;
}
body .content > dl dt a {
  background-image: url(../img/arrow_vertical.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 23px;
}
body .content > dl dt a.here, body .content > dl dt a:hover {
  background-position: left -19px;
  color: #00A3D9;
}
body .content > dl dd {
  border: solid 1px #DDDDDD;
  margin-top: 10px;
  padding: 15px;
}
body .content > dl dd h2 {
  line-height: 30px;
  font-size: 22px;
}
body .content > dl dd h2 a {
  color: #00A3D9;
}
body .content > dl dd + dd {
  padding: 0px;
  border: none;
  height: 36px;
}
body .content > dl dd + dd a {
  text-indent: 53px;
  width: 100%;
}
body .content > div {
  width: 760px;
  float: right;
}
body .content > div > p {
  border-bottom: solid 5px #DDDDDD;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 14px;
  font-size: 16px;
  color: #535353;
}
body .content > div > p span {
  font-weight: normal;
  display: block;
  font-size: 9px;
  color: #0085B2;
}
body .footer {
  border-top: solid 1px #DDDDDD;
  font-size: 11px;
  clear: both;
}
body .footer div {
  padding: 20px 15px;
  width: 1000px;
  margin: auto;
}
body .footer div > a {
  margin-bottom: 10px;
  display: block;
}
body .footer div a {
  line-height: 21px;
  font-size: 12px;
}
body .footer div a.tel {
  display: inline-block;
}
body .footer div ul {
  position: absolute;
  width: 450px;
  left: 315px;
  top: 25px;
}
body .footer div ul li {
  background-image: url(../img/arrow_footer.png);
  background-position: left center;
  background-repeat: no-repeat;
  white-space: nowrap;
  margin-right: 25px;
  text-indent: 10px;
  float: left;
}
body .footer div button {
  background-image: url(../img/arrow_top.png);
  background-position: 13px center;
  background-repeat: no-repeat;
  background-color: #00A3D9;
  position: absolute;
  font-weight: bold;
  text-indent: 15px;
  font-size: 12px;
  cursor: pointer;
  color: #FFFFFF;
  height: 34px;
  width: 130px;
  right: 0px;
  top: -34px;
}
body .footer p {
  background-color: #00A3D9;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #FFFFFF;
  height: 30px;
}
body #sending {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  background-color: #000000;
  text-align: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0px;
  top: 0px;
}
body #sending div {
  background-image: url(../script/sending.png);
  margin: 15% auto 15px auto;
  height: 50px;
  width: 50px;
}
body input[type*=button] {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #DDDDDD;
  font-weight: bold;
  margin: 15px auto;
  cursor: pointer;
  display: block;
  height: 35px;
  width: 150px;
}
body #copy_form {
  background-color: #FFFFFF;
  text-align: center;
  position: fixed;
  margin-top: 5%;
  padding: 30px;
  width: 660px;
  z-index: 1;
  left: 0px;
  top: 0px;
}
body #copy_form input {
  display: inline-block;
}
body #copy_form input + input {
  margin-left: 15px;
}
body #copy_form td {
  text-align: left;
}
body h3.sended_form {
  text-align: center;
  line-height: 300px;
}
body form label.php_err {
  font-size: 10px;
  display: block;
  color: #F00000;
  width: 100%;
}
body table {
  border: solid 1px #DDDDDD;
  border-collapse: separate;
  border-spacing: 0px;
  border-bottom: none;
  border-left: none;
  margin: 15px auto;
  width: 100%;
}
body table th,
body table td {
  border-bottom: solid 1px #DDDDDD;
  padding: 15px;
}
body table th input,
body table th select,
body table th textarea,
body table td input,
body table td select,
body table td textarea {
  border: solid 1px #DDDDDD;
  font-size: 15px;
  padding: 5px;
}
body table th input,
body table td input {
  width: 300px;
}
body table th select,
body table td select {
  width: 150px;
}
body table th textarea,
body table td textarea {
  height: 100px;
  width: 497px;
}
body table th {
  border-bottom-color: #FFFFFF;
  background-color: #DDDDDD;
  width: 200px;
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* =============================

mobile

==============================*/
@media (max-width: 599px) {
  body {
    width: 100%;
    /* 表示された時用のCSS */
  }
  body .br--sp {
    display: block;
  }
  body .header {
    display: none;
  }
  body a[href^="tel:"] {
    color: #00A3D9;
  }
  body #anybot {
    z-index: 999 !important;
  }
  body .mobile_header {
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    z-index: 9999;
  }
  body .mobile_header h1 {
    margin: 5px auto 5px 5px;
    overflow: hidden;
    width: 250px;
    height: 49px;
  }
  body .mobile_header .global-nav_access {
    margin: 20px auto;
    text-align: center;
  }
  body .mobile_header .global-nav_access p.contact {
    background-image: none;
    position: relative;
    display: inline-block;
  }
  body .mobile_header .global-nav_access p.contact::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 18px;
    left: 0;
    background-image: url(../img/tel.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  body .mobile_header .global-nav_access a.contact {
    text-indent: 48px;
    width: 210px;
    position: initial;
    margin: auto;
    text-align: left;
  }
  body .mobile_header .global-nav_access a.contact_reservation {
    margin-top: 8px;
  }
  body .line {
    display: block;
    position: absolute;
    right: 48px;
    top: 5px;
    height: 48px;
  }
  body .line .button--line {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 48px;
    justify-content: flex-end;
  }
  body .line .button__text--fukidashi {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 8px;
    background: #06C755;
    padding: 2px 8px 5px 8px;
    text-align: center;
    color: #FFFFFF;
    font-size: 8px;
    font-weight: bold;
    border-radius: 8px;
  }
  body .line .button__text--fukidashi::after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(6, 199, 85, 0);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    margin-left: -5px;
    border-top-color: #06C755;
    top: calc(100% - 1px);
    left: 50%;
  }
  body .line .button__text {
    display: inline-block;
    margin-top: 4px;
    color: #06C755;
    font-size: 12px;
    text-align: center;
  }
  body .global-nav {
    position: fixed;
    right: -320px;
    /* これで隠れる */
    top: 0;
    width: 300px;
    /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 40px;
    background-color: #fff;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }
  body .hamburger {
    position: absolute;
    right: 0;
    top: 5px;
    width: 48px;
    /* クリックしやすいようにちゃんと幅を指定する */
    height: 48px;
    /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300;
  }
  body .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body .global-nav__item {
    text-align: center;
    padding: 0 14px;
  }
  body .global-nav__item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #111;
  }
  body .global-nav__item a:hover {
    background-color: #eee;
  }
  body .hamburger__line {
    position: absolute;
    left: 8px;
    width: 32px;
    height: 1px;
    background-color: #111;
    transition: all 0.6s;
  }
  body .hamburger__line--1 {
    top: 16px;
  }
  body .hamburger__line--2 {
    top: 24px;
  }
  body .hamburger__line--3 {
    top: 32px;
  }
  body .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  body.nav-open .global-nav {
    right: 0;
  }
  body.nav-open .black-bg {
    opacity: 0.8;
    visibility: visible;
  }
  body.nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }
  body.nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  body.nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
  body #move_img {
    margin-top: 60px;
    height: auto;
    min-width: auto;
  }
  body #move_img div {
    background: url(../img/img_0_mobile.jpg) center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 200px;
    /*
    img {
    	width: 100%;
    	height: auto;

    	&[src*="move"] {
    		display: none;
    	}
    }*/
  }
  body .catch {
    display: block;
    padding: 20px 0;
  }
  body .catch .catch_txt {
    font-size: 14px;
    text-align: center;
    color: #212b2e;
    line-height: 24px;
    letter-spacing: 0.25px;
  }
  body .content {
    padding: 20px 0;
    min-height: auto;
    width: 94%;
    margin: auto;
  }
  body .content > dl {
    display: none;
    border-top: dotted 1px #D1D1D1;
    width: 220px;
    float: none;
  }
  body .content > dl dt {
    border-bottom: dotted 1px #D1D1D1;
    line-height: 45px;
    font-weight: bold;
    overflow: hidden;
    font-size: 12px;
    height: 45px;
  }
  body .content > dl dt a {
    background-image: url(../img/arrow_vertical.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 23px;
  }
  body .content > dl dt a.here, body .content > dl dt a:hover {
    background-position: left -19px;
    color: #00A3D9;
  }
  body .content > dl dd {
    border: solid 1px #DDDDDD;
    margin-top: 10px;
    padding: 15px;
  }
  body .content > dl dd h2 {
    line-height: 30px;
    font-size: 22px;
  }
  body .content > dl dd + dd {
    padding: 0px;
    border: none;
    height: 36px;
  }
  body .content > dl dd + dd a {
    text-indent: 53px;
    width: 100%;
  }
  body .content > div {
    width: 100%;
    float: none;
  }
  body .content > div > p {
    border-bottom: solid 5px #DDDDDD;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 14px;
    font-size: 16px;
    color: #535353;
  }
  body .content > div > p span {
    font-weight: normal;
    display: block;
    font-size: 9px;
    color: #0085B2;
  }
  body .footer {
    border-top: solid 1px #DDDDDD;
    font-size: 11px;
    clear: both;
  }
  body .footer div {
    padding: 20px 0;
    width: 94%;
    margin: auto;
  }
  body .footer div > a {
    margin-bottom: 10px;
    display: block;
  }
  body .footer div a {
    line-height: 21px;
    font-size: 12px;
  }
  body .footer div a[href^="tel:"] {
    display: inline-block;
  }
  body .footer div ul {
    display: none;
  }
  body .footer div button {
    background-image: url(../img/arrow_top.png);
    background-position: 13px center;
    background-repeat: no-repeat;
    background-color: #00A3D9;
    position: absolute;
    font-weight: bold;
    text-indent: 15px;
    font-size: 12px;
    cursor: pointer;
    color: #FFFFFF;
    height: 34px;
    width: 130px;
    right: 0px;
    top: -34px;
  }
  body .footer p {
    background-color: #00A3D9;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #FFFFFF;
    height: 30px;
  }
  body table {
    width: 100%;
  }
  body table th,
  body table td {
    border-bottom: solid 1px #DDDDDD;
    padding: 8px;
  }
  body table th {
    border-bottom-color: #FFFFFF;
    background-color: #DDDDDD;
    width: auto;
    max-width: 200px;
    min-width: 90px;
  }
}
/* =============================

main

==============================*/
@media screen and (max-width: 599px) {
  .button__fixed {
    display: none;
  }
}
body.top .content > div {
  line-height: 16px;
  font-size: 12px;
}
body.top .content > div ul {
  margin-top: 22px;
}
@media screen and (max-width: 599px) {
  body.top .content > div ul {
    display: flex;
    flex-wrap: wrap;
  }
}
body.top .content > div ul li {
  height: 290px;
  width: 375px;
  float: left;
}
body.top .content > div ul li:first-child, body.top .content > div ul li:first-child + li + li {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  body.top .content > div ul li {
    height: auto;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  body.top .content > div ul li:first-child, body.top .content > div ul li:first-child + li + li {
    margin-right: 0;
  }
}
body.top .content > div ul li p {
  border-bottom: solid 3px #DDDDDD;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #535353;
}
body.top .content > div ul li p span {
  border-bottom: solid 3px #0085B2;
  position: absolute;
  bottom: -3px;
  width: 30px;
  left: 0px;
}
body.top .content > div ul li img {
  margin: 10px auto;
  height: 180px;
  width: 375px;
}
@media screen and (max-width: 599px) {
  body.top .content > div ul li img {
    width: 100%;
    height: auto;
    margin: 10px auto;
  }
}

.access .content div div p {
  border-bottom: solid 3px #DDDDDD;
  padding-bottom: 8px;
  margin: 15px auto;
  font-weight: bold;
  font-size: 16px;
  color: #535353;
}
.access .content div div p span {
  border-bottom: solid 3px #0085B2;
  position: absolute;
  bottom: -3px;
  width: 30px;
  left: 0px;
}
.access .content div div td > img {
  background-color: #EAEAEA;
  float: left;
}
.access .content div div td > div {
  float: right;
  width: 280px;
}
.access .content div div td > div span {
  line-height: 35px;
  display: block;
}
.access .content div div td > div#map_area {
  pheight: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  float: none;
  width: auto;
}
.access .content div div td > div#map_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.access .content div div td[colspan="2"] {
  border-left: solid 1px #DDDDDD;
  height: 380px;
}

/* =============================

mobile

==============================*/
@media (max-width: 599px) {
  .access body table.int {
    border: 0;
  }
  .access body table.int th,
  .access body table.int td {
    display: block;
    width: 94%;
    margin: auto;
    max-width: initial;
    min-width: inherit;
  }
  .access .content div div table.int td > img,
  .access .content div div table.int td > div {
    float: none;
  }
  .access .content div div table.int td > img {
    display: block;
    margin: 10px auto;
  }
}
.contact .content form th span {
  font-weight: normal;
  font-size: 11px;
  float: right;
}
.contact .content form div {
  border: solid 1px #DDDDDD;
  overflow-y: scroll;
  font-size: 12px;
  height: 100px;
  padding: 15px;
}
.contact .content form div p {
  font-size: 13px;
  border: none;
}
.contact .content form div ul {
  margin: 15px;
}
.contact .content form div ul li {
  list-style: outside decimal;
  margin-bottom: 5px;
}

.debt-claim .content div div {
  line-height: 25px;
}
.debt-claim .content div div > span {
  margin: 15px auto;
  display: block;
}
.debt-claim .content div div p {
  border-bottom: solid 3px #DDDDDD;
  padding-bottom: 8px;
  margin: 15px auto;
  font-weight: bold;
  font-size: 16px;
  color: #535353;
}
.debt-claim .content div div p span {
  border-bottom: solid 3px #0085B2;
  position: absolute;
  bottom: -3px;
  width: 30px;
  left: 0px;
}
.debt-claim .content div div strong {
  font-size: 16px;
  color: #0085B2;
}
.debt-claim .content div div dl {
  margin: 15px auto;
}
.debt-claim .content div div dl dt {
  background-color: #DDDDDD;
  text-indent: 15px;
  line-height: 50px;
  font-weight: bold;
  font-size: 15px;
}
.debt-claim .content div div dl * + dt {
  margin-top: 30px;
}
.debt-claim .content div div dl dd {
  border: solid 1px #DDDDDD;
  padding-left: 15px;
  line-height: 30px;
}
.debt-claim .content div div dl dd + dd {
  border-top: none;
}
.debt-claim .content div div dl dd.dbl {
  height: 60px;
}
.debt-claim .content div div dl dd span {
  border-left: solid 1px #DDDDDD;
  position: absolute;
  padding-left: 15px;
  width: 500px;
  right: 0px;
  top: 0px;
}

/* =============================

mobile

==============================*/
@media (max-width: 599px) {
  .debt-claim .content div div dl dd.dbl {
    height: auto;
  }
  .debt-claim .content div div dl dd span {
    border-left: 0;
    position: relative;
    display: block;
    padding-left: 15px;
    width: auto;
    right: auto;
    top: auto;
  }
}
.guardianship .content div div {
  line-height: 25px;
}
.guardianship .content div div > span {
  margin: 15px auto;
  display: block;
}
.guardianship .content div div p {
  border-bottom: solid 3px #DDDDDD;
  padding-bottom: 8px;
  margin: 15px auto;
  font-weight: bold;
  font-size: 16px;
  color: #535353;
}
.guardianship .content div div p span {
  border-bottom: solid 3px #0085B2;
  position: absolute;
  bottom: -3px;
  width: 30px;
  left: 0px;
}
.guardianship .content div div table {
  border-top: none;
}
.guardianship .content div div table tr:first-child td {
  width: 28%;
}
.guardianship .content div div table tr:first-child th {
  width: 24%;
}
.guardianship .content div div table tr:first-child th + th {
  border-left: solid 1px #FFFFFF;
}
.guardianship .content div div table tr th span {
  position: absolute;
  right: 25px;
  top: 22px;
}
.guardianship .content div div table tr td {
  line-height: 20px !important;
  vertical-align: top;
  font-size: 13px;
}
.guardianship .content div div table tr td span {
  line-height: 15px;
  margin-top: 10px;
  font-size: 11px;
  display: block;
}
.guardianship .content div div table tr td + td {
  border-left: solid 1px #DDDDDD;
}
.guardianship .content div div table[summary*=support] tr:first-child th {
  width: 300px;
}

/* =============================

mobile

==============================*/
@media (max-width: 599px) {
  .guardiansship .content div div table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .guardiansship .content div div table tr th span {
    position: relative;
    right: 0;
    top: 0;
  }
}
.formation .content div dl {
  margin: 15px auto;
}
.formation .content div dl dt {
  background-color: #DDDDDD;
  text-indent: 15px;
  line-height: 50px;
  font-weight: bold;
  font-size: 15px;
  color: #545454;
}
.formation .content div dl * + dt {
  margin-top: 30px;
}
.formation .content div dl dd {
  border: solid 1px #DDDDDD;
  line-height: 30px;
  padding: 0px 15px;
}
.formation .content div > span {
  margin: 15px auto;
  display: block;
}
.formation .content div div p {
  border-bottom: solid 3px #DDDDDD;
  padding-bottom: 8px;
  margin: 15px auto;
  font-weight: bold;
  font-size: 16px;
  color: #535353;
}
.formation .content div div p span {
  border-bottom: solid 3px #0085B2;
  position: absolute;
  bottom: -3px;
  width: 30px;
  left: 0px;
}
.formation .content div table {
  border-top: none;
}
.formation .content div table tr:first-child th {
  border-left: solid 1px #FFFFFF;
}
.formation .content div table tr td + td {
  border-left: solid 1px #DDDDDD;
}
.formation .content div table tr td span {
  font-size: 11px;
  display: block;
}
.formation .content div table + span {
  font-size: 11px;
}

/* =============================

mobile

==============================*/
@media (max-width: 599px) {
  .formation .content div dl dt {
    text-indent: 0;
    line-height: 25px;
    padding: 15px;
  }
  .formation .content div dl * + dt {
    margin-top: 30px;
  }
  .formation .content div dl dd {
    border: solid 1px #DDDDDD;
    line-height: 30px;
    padding: 0px 15px;
  }
  .formation .content div > span {
    margin: 15px auto;
    display: block;
  }
  .formation .content div div p {
    border-bottom: solid 3px #DDDDDD;
    padding-bottom: 8px;
    margin: 15px auto;
    font-weight: bold;
    font-size: 16px;
    color: #535353;
  }
  .formation .content div div p span {
    border-bottom: solid 3px #0085B2;
    position: absolute;
    bottom: -3px;
    width: 30px;
    left: 0px;
  }
  .formation .content div table {
    border-top: none;
  }
  .formation .content div table tr:first-child th {
    border-left: solid 1px #FFFFFF;
  }
  .formation .content div table tr td + td {
    border-left: solid 1px #DDDDDD;
  }
  .formation .content div table tr td span {
    font-size: 11px;
    display: block;
  }
  .formation .content div table + span {
    font-size: 11px;
  }
}
.message .content div br {
  margin-bottom: 30px;
}
.message .content div br.min {
  margin-bottom: 0px;
}
.message .content div > span,
.message .content div strong {
  text-align: right;
  display: block;
}

.online .content div div {
  line-height: 25px;
}
.online .content div div > span {
  margin: 15px auto;
  display: block;
}
.online .content div div p {
  border-bottom: solid 3px #DDDDDD;
  padding-bottom: 8px;
  margin: 15px auto;
  font-weight: bold;
  font-size: 16px;
  color: #535353;
}
.online .content div div p span {
  border-bottom: solid 3px #0085B2;
  position: absolute;
  bottom: -3px;
  width: 30px;
  left: 0px;
}
.online .content div .online_r div {
  border: 5px solid #c7e6f1;
  padding: 20px 15px;
}
.online .content div .online_r div + div {
  margin-top: 15px;
}
.online .content div .online_r h3 {
  color: #00A3D9;
  border-bottom: 1px solid #DDDDDD;
  font-size: 14px;
  margin-bottom: 15px;
}
.online .content div .online_r-mail a.contact {
  text-indent: 48px;
  width: 210px;
  position: relative;
  margin: 15px auto;
}

/* =============================

mobile

==============================*/
@media (max-width: 599px) {
  .online .content div .online_r-tel a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
  }
}
.privacy .content div ul {
  margin: 30px;
  margin-right: auto;
}
.privacy .content div ul li {
  list-style: decimal outside;
  margin-bottom: 10px;
}
.privacy .content div ul + span {
  border-bottom: solid 3px #DDDDDD;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #535353;
  display: block;
}
.privacy .content div ul + span span {
  border-bottom: solid 3px #0085B2;
  position: absolute;
  bottom: -3px;
  width: 30px;
  left: 0px;
}

.sitemap .content div ul {
  margin-left: 15px;
}
.sitemap .content div ul li {
  height: 50px;
}
.sitemap .content div ul li a {
  background-image: url(../img/arrow_vertical.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 23px;
}
.sitemap .content div ul li a:hover {
  background-position: left -19px;
}

.inheritance .content div div {
  line-height: 25px;
}
.inheritance .content div div > span {
  margin: 15px auto;
  display: block;
}
.inheritance .content div div p {
  border-bottom: solid 3px #DDDDDD;
  padding-bottom: 8px;
  margin: 15px auto;
  font-weight: bold;
  font-size: 16px;
  color: #535353;
}
.inheritance .content div div p span {
  border-bottom: solid 3px #0085B2;
  position: absolute;
  bottom: -3px;
  width: 30px;
  left: 0px;
}
.inheritance .content div div ul {
  margin: 30px;
}
.inheritance .content div div ul li {
  list-style: outside decimal;
}
.inheritance .content div div table {
  border-top: none;
}
.inheritance .content div div table span {
  display: block;
}
.inheritance .content div div table tr:first-child th {
  border-left: solid 1px #FFFFFF;
}
.inheritance .content div div table tr td + td {
  border-left: solid 1px #DDDDDD;
}
.inheritance .content div div table tr td span {
  line-height: normal;
  font-size: 11px;
}
.inheritance .content div div table tr th span {
  font-size: 12px;
}
.inheritance .content div div table + span {
  line-height: normal;
  font-size: 11px;
}

/* =============================

mobile

==============================*/
@media (max-width: 599px) {
  .inheritance .content img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .line .content img {
    max-width: 100%;
    display: block;
    margin: auto;
  }
}
.line .content div div {
  line-height: 25px;
  /* =============================
  コンテンツ構成
  ==============================*/
}
.line .content div div > span {
  margin: 15px auto;
  display: block;
}
.line .content div div p {
  border-bottom: solid 3px #DDDDDD;
  padding-bottom: 8px;
  margin: 15px auto;
  font-weight: bold;
  font-size: 16px;
  color: #535353;
}
.line .content div div p span {
  border-bottom: solid 3px #0085B2;
  position: absolute;
  bottom: -3px;
  width: 30px;
  left: 0px;
}
.line .content div div p.text {
  border: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  color: #545454;
}
.line .content div div p.text span {
  border: none;
  position: static;
  bottom: 0;
  width: auto;
}
.line .content div div dl {
  margin: 15px auto;
}
.line .content div div dl dt {
  background-color: #DDDDDD;
  text-indent: 15px;
  line-height: 50px;
  font-weight: bold;
  font-size: 15px;
  color: #545454;
}
@media screen and (max-width: 599px) {
  .line .content div div dl dt {
    line-height: 1.25;
    padding: 15px;
    text-indent: 0;
  }
}
.line .content div div dl * + dt {
  margin-top: 30px;
}
.line .content div div dl dd {
  border: solid 1px #DDDDDD;
  line-height: 30px;
  padding: 0px 15px;
}
@media screen and (max-width: 599px) {
  .line .content div div dl dd {
    padding: 15px;
  }
}
.line .content div div .line__desc {
  display: none;
}
@media screen and (max-width: 599px) {
  .line .content div div .line__desc {
    display: block;
    font-size: 16px;
    border: 0;
    padding: 24px;
    border: 2px solid #06C755;
    color: #06C755;
    letter-spacing: 0.05em;
  }
}
.line .content div div .button__wrap {
  text-align: center;
  padding: 32px 0;
}
.line .content div div .add {
  margin-top: 32px;
}
.line .content div div .add__head {
  border: 1px solid #ddd;
}
.line .content div div .add__head .text {
  text-align: center;
  margin-top: 32px;
}
.line .content div div .add__head .marker {
  background: linear-gradient(transparent 60%, #D4FAE3 60%);
}
.line .content div div .add__title {
  background-color: #06C755;
  text-indent: 15px;
  line-height: 50px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.line .content div div .step {
  margin-top: 32px;
}
.line .content div div .step__list {
  margin: 32px 0 0 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  gap: 40px 100px;
}
.line .content div div .step__item::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #0085B2;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .line .content div div .step__item img {
    width: 80%;
    height: auto;
  }
}
.line .content div div .step__title {
  padding-left: 36px;
  margin-bottom: 16px;
  font-weight: normal;
}
@media (any-hover: hover) {
  .line .content a {
    transition: 0.2s;
  }
  .line .content a:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=style.css.map */