/*

	boxsizing settings

**************************************************/
#bottom_nav {
  margin-top: 60px; }
  @media (max-width: 767px) {
    #bottom_nav {
      margin-top: 14.0625vw; } }

.sec_row > p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px; }
  .sec_row > p strong {
    display: block;
    margin-bottom: 2px; }
  .sec_row > p.label {
    margin-bottom: 10px; }
    .sec_row > p.label strong {
      margin-bottom: 0; }
  .sec_row > p a.arrow {
    position: relative; }
    .sec_row > p a.arrow:before {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      margin-right: 6px;
      top: -2px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 6px;
      border-color: transparent transparent transparent #d50000;
      content: ""; }
  .sec_row > p.s_sm {
    margin-bottom: 20px; }
  .sec_row > p.s_ssm {
    margin-bottom: 10px; }
    .sec_row > p.s_ssm + .sec_label {
      margin-top: 50px; }
@media (max-width: 767px) {
  .sec_row > p {
    margin-bottom: 9.375vw;
    font-size: 4.375vw; } }
.sec_row + .sec_row {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .sec_row + .sec_row {
      margin-top: 9.375vw; } }

.inquiery_btn {
  width: 50%;
  margin: 0 auto; }
  .inquiery_btn a {
    display: block;
    background: #fff;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .inquiery_btn a:hover {
      background: #f0f0f0;
      text-decoration: none; }
    .inquiery_btn a:before {
      display: inline-block;
      background: url(/ldg/ja/common/img/module/bullet/bullet_box_right.png) no-repeat left top;
      width: 18px;
      height: 13px;
      margin: -8px 0 -5px -18px;
      vertical-align: middle;
      content: ""; }
@media (max-width: 767px) {
  .inquiery_btn {
    width: 100%; }
    .inquiery_btn a {
      -webkit-border-radius: 0.9375vw;
      -moz-border-radius: 0.9375vw;
      border-radius: 0.9375vw;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      padding: 6.25vw 0;
      text-align: center;
      font-size: 4.375vw;
      position: relative; }
      .inquiery_btn a span {
        display: block; }
      .inquiery_btn a:link, .inquiery_btn a:visited {
        color: #222; }
      .inquiery_btn a:hover {
        background: #f0f0f0;
        text-decoration: none; }
      .inquiery_btn a:before {
        position: absolute;
        left: 5vw;
        top: 50%;
        transform: translateY(-50%);
        margin: 0; } }

.remodal {
  text-align: left;
  width: 394px;
  padding: 0;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .remodal {
      width: calc( 100% - 15px ); } }
  .remodal_close {
    text-align: right; }
    .remodal_close img {
      cursor: pointer; }
  .remodal_body {
    padding: 0 45px 45px; }
    .remodal_body p {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 20px; }
      .remodal_body p.remodal_text_large {
        font-size: 16px; }
      .remodal_body p strong {
        display: block;
        margin-bottom: 10px; }
    @media (max-width: 767px) {
      .remodal_body {
        padding: 4.6875vw 6.25vw 6.25vw; }
        .remodal_body p {
          font-size: 4.375vw;
          line-height: 6.5625vw;
          margin-bottom: 6.25vw; }
          .remodal_body p.remodal_text_large {
            font-size: 5vw; }
          .remodal_body p strong {
            margin-bottom: 3.125vw;
            font-weight: bold; } }
  .remodal_text_large {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px; }
    .remodal_text_large span {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      font-weight: normal;
      color: #d50000; }

.red {
  color: #d50000; }

.sec_label {
  font-size: 18px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .sec_label {
      font-size: 5vw;
      margin-bottom: 5vw; } }

a[href*="tel:"] {
  pointer-events: none; }
    @media (max-width: 767px) {
     a[href*="tel:"] {
        pointer-events: auto; } }

.pl {
  padding-left: 1em; }

a {
  word-break: break-all; }