@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "corporateB";
  font-style: normal;
  font-weight: 700;
  src: url("../font/corporate-logo.woff") format("woff");
}

@font-face {
  font-family: "corporateM";
  font-style: normal;
  font-weight: 400;
  src: url("../font/logotypejp.woff") format("woff");
}

@font-face {
  font-family: "corporateM";
  font-style: normal;
  font-weight: 400;
  src: url("../font/logotypejp.woff2") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg100::before {
  content: url(../images/contents/base.png);
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
  .bg100::before {
    left: 44%;
  }
}

@media screen and (max-width: 1200px) {
  .bg100::before {
    content: "";
    background-color: #f0f6fa;
    width: 55%;
    position: absolute;
    top: 0;
    right: 0;
    left: 43%;
    height: 97%;
  }
}

@media screen and (max-width: 768px) {
  .bg100::before {
    width: 42%;
    left: 58%;
  }
}

@media screen and (max-width: 550px) {
  .bg100::before {
    width: 38%;
    left: 65%;
  }
}

.bg200 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-color: #f0f6fa;
  padding: 30px 0;
}

.bg300 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding-top: 85px;
  padding-bottom: 100px;
  margin-top: 100px;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .bg300 {
    padding-bottom: 80px;
  }
}

.bg400 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding-top: 85px;
  padding-bottom: 100px;
  background-position: center;
  position: relative;
  top: 100px;
}

@media screen and (max-width: 640px) {
  .bg400 {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #ffa82c;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent !important;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

#header {
  width: 100%;
  overflow: hidden;
}

#global_header {
  overflow: hidden;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 6;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px 15px 20px;
}

@media screen and (max-width: 1050px) {
  .header {
    padding: 20px 30px 10px 30px;
  }
}

.header__left {
  text-align: left;
  z-index: 5;
  left: 20px;
  width: 18%;
}

@media screen and (max-width: 1050px) {
  .header__left {
    width: 50%;
  }
}

.header__left .header_logo {
  max-width: 120px;
}

.header__left .rabbit_logo {
  max-width: 50px;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 20px;
  z-index: 5;
}

@media screen and (max-width: 1050px) {
  .header__right {
    right: 30px;
  }
}

.header__right .header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #333333;
  border-radius: 20px;
  padding: 0 20px;
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .header__right .header__nav > ul {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1050px) {
  .header__right .header__nav > ul {
    display: none;
  }
}

.header__right .header__nav > ul li a {
  display: block;
  color: #333333;
  font-weight: 500;
  padding: 15px 25px;
  font-size: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1500px) {
  .header__right .header__nav > ul li a {
    padding: 15px 15px;
  }
}

@media screen and (max-width: 1200px) {
  .header__right .header__nav > ul li a {
    padding: 14px 10px;
  }
}

.header__right .header__nav > ul li a:hover {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}

.header__right img {
  width: 160px;
}

@media screen and (max-width: 1200px) {
  .header__right img {
    width: 155px;
  }
}

.slider_wrap {
  position: relative;
  margin-top: 110px;
}

.slider_wrap .slider {
  max-width: 85%;
  margin: auto;
}

.slider_wrap h1 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 23%;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 5px;
  color: #3b4b57;
  display: inline;
  line-height: 1.4;
}

@media screen and (max-width: 1500px) {
  .slider_wrap h1 {
    top: 28%;
  }
}

@media screen and (max-width: 1200px) {
  .slider_wrap h1 {
    top: 25%;
    font-size: 4rem;
  }
}

@media screen and (max-width: 834px) {
  .slider_wrap h1 {
    top: 17%;
  }
}

@media screen and (max-width: 1500px) {
  .slider_wrap h1 img {
    width: 26%;
  }
}

@media screen and (max-width: 834px) {
  .slider_wrap h1 img {
    width: 36%;
  }
}

@media screen and (max-width: 640px) {
  .slider_wrap h1 img {
    width: 45%;
  }
}

.slider_wrap .rabbit_logo {
  position: absolute;
  width: 10%;
  top: 5%;
  right: 0;
  left: 0;
  margin: auto;
}

#global_footer {
  overflow: visible;
}

.footer {
  background-image: url(../images/contents/footer.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 15px;
}

.footer img {
  margin-bottom: 20px;
}

.footer__nav {
  padding: 20px 0 40px 0;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.footer__nav ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .footer__nav ul li {
    width: 30%;
    margin-bottom: 10px;
    background-color: white;
    padding: 5px 10px 5px 5px;
    margin: 5px;
  }
}

@media screen and (max-width: 834px) {
  .footer__nav ul li {
    width: 45%;
  }
}

@media screen and (max-width: 550px) {
  .footer__nav ul li {
    width: 100%;
  }
}

.footer__nav ul li a {
  display: block;
  color: #333333;
  padding: 0 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}

.footer__nav ul li a::after {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  color: #333333;
  position: absolute;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 834px) {
  .footer__nav ul li a {
    padding: 0 5px;
  }
}

@media screen and (max-width: 834px) {
  .footer__nav ul li:hover {
    background-color: #1d59b4;
  }
  .footer__nav ul li:hover a {
    color: white !important;
  }
  .footer__nav ul li:hover a::after {
    color: white;
  }
}

.footer__contact {
  display: block;
}

.footer__contact ul {
  margin-bottom: 40px;
}

.footer__contact ul li {
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 500;
}

.footer__contact ul li a {
  color: #333333;
}

small {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333333;
}

#contents_wrap {
  overflow: hidden !important;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding: 0px 20px;
  }
}

.pankuzu {
  font-size: 1.4rem;
}

.pankuzu a {
  color: #333333;
}

@media screen and (max-width: 1500px) {
  .home_title01 {
    margin: 100px auto 75px auto !important;
  }
}

@media screen and (max-width: 1200px) {
  .home_title01 {
    margin: 60px auto 75px auto !important;
  }
}

.home_title01 h2 {
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 40px;
  line-height: 1.8;
}

@media screen and (max-width: 1500px) {
  .home_title01 h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .home_title01 h2 {
    font-size: 2rem;
  }
}

.home_title01 h2 .sp {
  display: none;
}

@media screen and (max-width: 550px) {
  .home_title01 h2 .sp {
    display: block;
  }
}

.home_title01 div {
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .home_title01 div {
    text-align: left !important;
    padding: 0 50px;
  }
}

@media screen and (max-width: 640px) {
  .home_title01 div {
    padding: 0 20px;
  }
}

.home_title02 {
  border: 2px solid #333333;
  border-radius: 20px;
  padding: 8px;
  position: relative;
  line-height: 1.8;
  max-width: 1000px;
}

.home_title02 h3 {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 640px) {
  .home_title02 h3 {
    font-size: 2rem;
  }
}

.home_title02 h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 4px;
  background-color: white;
  top: -11px;
  left: 49px;
  z-index: 2;
}

.home_title02::before {
  content: "INFORMATION";
  color: #ffa82c;
  font-weight: 700;
  font-size: 2rem;
  padding: 0 30px;
  position: absolute;
  top: -21px;
  left: 50px;
  z-index: 4;
}

.home_title02 div .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .home_title02 div .sp {
    display: block;
  }
}

.home_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.home_wrap .home_list {
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .home_wrap .home_list {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap .home_list {
    width: 80%;
  }
}

.home_wrap .home_list td {
  border: none !important;
}

.home_wrap .title_deco div {
  display: inline-block;
  margin: 2px auto;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
}

.home_wrap .title_deco div::before {
  content: "";
  width: 17px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 15px;
  left: -25px;
  background-color: #333333;
}

.home_wrap .title_deco div::after {
  content: "";
  width: 17px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  right: -25px;
  background-color: #333333;
}

.home_wrap .title_list div {
  background-color: #2b74a9;
  color: white;
  font-size: 1.4rem;
  border-radius: 5px;
  width: 46px;
  height: 28px;
}

.home_wrap .title_btn a {
  font-size: 1.4rem;
  margin-top: 8px;
  display: block;
  font-weight: 700;
  color: #333333;
  position: relative;
  border: 2px solid #7e7e7e !important;
  padding: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home_wrap .title_btn a::before {
  content: "";
  background-image: url(../images/contents/btn-deco.png);
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 11px;
  right: 20px;
}

.home_wrap .title_btn a::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #1b64b7;
  position: absolute;
  top: 18px;
  right: 0;
  margin-right: 34px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1000px) {
  .home_wrap .title_btn a::after {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .home_wrap .title_btn a::after {
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap .title_btn a::after {
    width: 60px;
  }
}

.home_wrap .title_btn a:hover {
  color: #1d59b4;
  border: 2px solid #2b74a9 !important;
}

.home_wrap .title_btn a:hover::after {
  right: 0;
  width: 0;
}

.home_title03 {
  position: relative;
}

.home_title03 h3::before {
  content: "";
  width: 110px;
}

.home_title03::before {
  content: "NEWS";
}

/*   お役立ち情報　　*/
.home_banner .box {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 5px solid #ffa82c;
}

.home_banner .box img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .home_banner .box img {
    max-width: 140% !important;
    position: relative;
    left: -27%;
  }
}

.home_banner .box img:hover {
  opacity: 0.9;
}

.home_banner .box::before {
  content: "\f672";
  font-family: "Font Awesome 5 Pro";
  color: #333333;
  position: absolute;
  top: 32%;
  left: 32%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 6.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
}

@media screen and (max-width: 1200px) {
  .home_banner .box::before {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 1000px) {
  .home_banner .box::before {
    font-size: 5rem;
  }
}

@media screen and (max-width: 834px) {
  .home_banner .box::before {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 640px) {
  .home_banner .box::before {
    font-size: 3.4rem;
    top: 56%;
    left: 47%;
  }
}

@media screen and (max-width: 550px) {
  .home_banner .box::before {
    font-size: 3.4rem;
    top: 60%;
  }
}

.home_banner .box::after {
  content: "";
  background-image: url(../images/contents/logo.png);
  background-repeat: no-repeat;
  top: 10px;
  left: 10px;
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background-size: contain;
}

@media screen and (max-width: 1000px) {
  .home_banner .box::after {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 640px) {
  .home_banner .box::after {
    width: 60px;
    height: 60px;
  }
}

.home_banner .box:hover::before {
  color: #ffc400;
}

/*    新着情報　　　*/
.home_news {
  height: 292px;
  overflow: auto;
}

.home_news dl {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .home_news dl {
    display: block !important;
  }
}

.home_news dl:last-child {
  margin-bottom: 0px;
}

.home_news dt {
  background-color: white !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 1.4rem;
  font-weight: 700;
  border: none !important;
  padding: 12px !important;
}

@media screen and (max-width: 834px) {
  .home_news dt {
    width: 20% !important;
  }
}

@media screen and (max-width: 640px) {
  .home_news dt {
    display: block;
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding: 12px 12px 0px 12px !important;
  }
}

.home_news dd {
  border: none !important;
  padding: 12px !important;
}

@media screen and (max-width: 834px) {
  .home_news dd {
    width: 80% !important;
  }
}

@media screen and (max-width: 640px) {
  .home_news dd {
    display: block;
    width: 100% !important;
  }
}

/*  バナー　　*/
.home_banner02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .home_banner02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 70px auto 100px auto !important;
  }
}

.home_banner02 .box {
  position: relative;
  border: 6px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32%;
}

@media screen and (max-width: 834px) {
  .home_banner02 .box {
    width: 45%;
    margin: 10px;
  }
}

@media screen and (max-width: 640px) {
  .home_banner02 .box {
    width: 60%;
  }
}

@media screen and (max-width: 550px) {
  .home_banner02 .box {
    width: 77%;
  }
}

.home_banner02 .box div {
  font-size: 2.2rem;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  vertical-align: middle;
}

.home_banner02 .box div a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 46px;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.home_banner02 .box div a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1000px) {
  .home_banner02 .box div {
    font-size: 2rem;
  }
}

#map {
  padding-top: 250px;
  margin-top: -250px;
}

/*   売買物件　　*/
.page_title {
  margin-top: 13;
}

.page_title h1 {
  color: white;
  font-size: 3.6rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 3px;
}

@media screen and (max-width: 640px) {
  .page_title h1 {
    font-size: 3rem;
  }
}

.page_title02 h3 {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  position: relative;
  padding: 10px 30px;
  border: 2px solid #868686;
  border-radius: 20px;
  text-align: center !important;
}

.page_title02 h3::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}

.page_title02 h3::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #868686;
  z-index: 1;
}

.sale_btn .box div {
  display: block;
  border: 6px double #2b74a9;
  color: #2b74a9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  padding: 0 20px;
  font-size: 1.8rem;
  font-weight: 700;
}

.sale_info01 h3 {
  background-color: #f3f3f3;
  border-left: 3px solid #2b74a9;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 5px 5px 5px 20px;
}

.rent_list {
  max-width: 1200px;
  overflow-x: scroll !important;
}

.rent_list table {
  max-width: 1200px;
  overflow-x: scroll !important;
}

.rent_list table td {
  font-size: 1.5rem;
  word-break: keep-all;
}

/*  小田原法務事務所　*/
.page_title03 {
  position: relative;
  text-align: center;
  z-index: 1;
}

.page_title03::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffa82c;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  z-index: 0;
}

.page_title03 h3 {
  font-size: 2.2rem;
  background-color: white;
  padding: 0 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.legal_title h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #575757;
  font-style: italic;
  margin-bottom: 20px;
}

.office_contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.office_contents .box {
  width: 31%;
  position: relative;
  overflow: visible !important;
}

@media screen and (max-width: 834px) {
  .office_contents .box {
    width: 47%;
  }
}

@media screen and (max-width: 640px) {
  .office_contents .box {
    width: 80%;
    margin: 0 auto 20px auto;
  }
}

.office_contents .box img {
  border-radius: 50px;
}

.office_contents .box h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 10px;
  position: relative;
  color: white;
  background-color: #1d59b4;
  position: absolute;
  padding: 5px 20px;
  top: 2px;
  left: -30px;
}

.office_contents .box h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #959e9b;
}

.office_contents .box div {
  padding: 20px;
  font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
  .company_list dl {
    display: block !important;
  }
}

.company_list dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #2b74a9 !important;
  color: white;
}

@media screen and (max-width: 640px) {
  .company_list dl dt {
    width: 100% !important;
  }
}

.company_list dl dd a {
  color: #7e7e7e;
}

@media screen and (max-width: 640px) {
  .company_list dl dd {
    width: 100% !important;
  }
}

/*    サムネイル slick　　　*/
.sale_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .sale_wrap {
    display: block;
  }
}

.sale_wrap .sale_right {
  width: 55%;
}

@media screen and (max-width: 834px) {
  .sale_wrap .sale_right {
    width: 90%;
    margin: auto;
    padding-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .sale_wrap .sale_right {
    width: 90%;
  }
  .sale_wrap .sale_right dl {
    display: block !important;
  }
  .sale_wrap .sale_right dt {
    width: 100% !important;
  }
  .sale_wrap .sale_right dd {
    width: 100% !important;
  }
}

.sam_list {
  width: 45%;
  height: auto;
  padding-top: 40px;
}

@media screen and (max-width: 834px) {
  .sam_list {
    width: 70%;
    margin: auto;
    padding-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .sam_list {
    width: 90%;
  }
}

.sam_list .slick-slide {
  margin: auto;
  text-align: center !important;
}

.sam_list .slick-slide img {
  width: 80% !important;
  display: block;
  margin: auto;
  text-align: center !important;
}

.sam_list ul li {
  overflow: visible !important;
  margin: 5px !important;
  height: 20%;
}

.sam_list .slick-dots {
  left: 0 !important;
  bottom: 0;
  position: relative !important;
  text-align: center !important;
  margin: auto !important;
  display: block;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.sam_list .slick-dots li {
  width: 20% !important;
}

.sam_list .slick-dots li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*  お問い合わせ　　*/
.contact_box div {
  font-size: 2.2rem;
  padding: 5px;
  font-style: italic;
}

.contact_box div a {
  color: #7e7e7e;
  font-style: italic;
}

.form_wrap dt {
  background-color: #2b74a9 !important;
  color: white !important;
}

.form_wrap label {
  color: #ffa82c !important;
}

form .mail {
  display: none !important;
}

/*   プライバシーポリシー　　*/
.policy h3 {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  background-color: #2b74a9;
  color: white;
  padding: 3px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

/*   ブログ　　*/
.blog_header {
  position: absolute;
  margin-bottom: 110px;
}

.blog {
  margin-bottom: 60px;
}

.blog_title {
  background-image: url(../images/contents/page-title.jpg);
}

.blog_link {
  text-align: left !important;
  margin-top: 110px;
}

.blog .wrap {
  max-width: 1200px !important;
}

@media screen and (max-width: 1000px) {
  .blog .wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.blog #contents {
  width: 65%;
  background-color: #f3f3f3;
  padding: 30px;
  margin: 20px;
}

.blog #contents h2 {
  font-weight: 500;
  font-size: 2rem;
  background-color: #1d59b4;
  color: white;
  padding: 10px !important;
  letter-spacing: 2px;
}

@media screen and (max-width: 1000px) {
  .blog #contents {
    width: 90%;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 1000px) {
  .blog aside {
    width: 60%;
    display: block;
    margin: auto;
  }
}

/*   404ページ　　*/
.title_list div {
  background-color: #2b74a9;
  color: white;
  font-size: 1.4rem;
  border-radius: 5px;
  width: 46px;
  height: 28px;
}

.error_btn {
  margin: auto;
  text-align: center;
}

.error_btn a {
  font-size: 1.4rem;
  margin-top: 8px;
  display: block;
  font-weight: 700;
  color: #333333;
  position: relative;
  width: 350px;
  text-align: center;
  border: 2px solid #7e7e7e !important;
  padding: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
}

.error_btn a::before {
  content: "";
  background-image: url(../images/contents/btn-deco.png);
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 11px;
  right: 20px;
}

.error_btn a::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #1b64b7;
  position: absolute;
  top: 18px;
  right: 0;
  margin-right: 34px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1000px) {
  .error_btn a::after {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .error_btn a::after {
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .error_btn a::after {
    width: 60px;
  }
}

.error_btn a:hover {
  color: #1d59b4;
  border: 2px solid #2b74a9 !important;
}

.error_btn a:hover::after {
  right: 0;
  width: 0;
}

@media screen and (max-width: 640px) {
  .error_text div {
    text-align: left !important;
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 1050px) {
  #sp {
    display: block;
    position: fixed;
    z-index: 999;
    top: 36px;
    right: 17px;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: white;
  z-index: 998;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  opacity: 1;
  border: 1px solid #5f5f5f;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav_wrap ul li a {
  color: #333333;
  padding: 13px;
  display: block;
  position: relative;
}

.nav_wrap ul li a::after {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  color: #5f5f5f;
  position: absolute;
  top: 52%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 1050px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.nav_wrap ul li a span {
  font-size: 1.4rem;
  color: #ffa82c;
  margin-left: 10px;
}

.nav_wrap ul li:hover {
  border: 1px solid #1d59b4;
}

.nav_wrap ul li:hover a {
  color: white;
  background-color: #1d59b4;
}

.nav_wrap ul li:hover a::after {
  color: white;
}

.nav_wrap ul .sp_nav a {
  background-color: transparent;
  width: 60%;
  margin: auto;
  display: block;
}

.nav_wrap ul .sp_nav .tel {
  padding: 0 0 30px 0 !important;
}

.nav_wrap ul .sp_nav .tel span {
  color: white;
}

.sp_menu {
  width: 30px;
  height: 24px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 1050px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  left: 0;
  background-color: #333333;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 11px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
}
/*# sourceMappingURL=common_style.css.map */