@charset "UTF-8";
/*--------------------------------
下層ページ　メインビジュアル
---------------------------------*/
.lower-mainvisual {
  height: 250px;
  width: 100%;
}
@media (max-width: 768px) {
  .lower-mainvisual {
    height: 160px;
  }
}
.lower-mainvisual .lower-page_ttl {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------
下層ページ　メインビジュアル２
---------------------------------*/
.lowyer-main_second {
  height: 150px;
  width: 100%;
  background: #F5F7FA;
}
.lowyer-main_second .inner {
  position: relative;
}
.lowyer-main_second .inner .title-wrap {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lowyer-main_second .inner .title-wrap h2 {
  font-size: 2.4em;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 520px) {
  .lowyer-main_second .inner .title-wrap h2.lowyer-main_second_ttl {
    padding-top: 5%;
  }
}

/*--------------------------------
下層ページ　パンクズ
---------------------------------*/
.pankuzu {
  position: absolute;
  top: 10px;
  left: 0;
}
.pankuzu ol {
  color: #999999;
  display: flex;
}
.pankuzu ol li {
  font-size: 1em;
}

/*--------------------------------
下層ページ　共通
---------------------------------*/
.txt {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 2;
}

.lower-headline {
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1;
  padding-left: 10px;
  border-left: 4px solid #BA041F;
  margin-bottom: 40px;
}
@media (max-width: 1050px) {
  .lower-headline {
    margin-bottom: 20px;
  }
}

.note {
  font-size: 1.2em;
}

h3 {
  font-size: 2em;
  font-weight: 500;
}

.link-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link-btn-wrap a {
  display: block;
  width: 49.3%;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 17px 0 15px;
  text-align: center;
  background: #BA041F;
  border-radius: 6px;
  border: 1px solid #BA041F;
}
@media (max-width: 1050px) {
  .link-btn-wrap a {
    width: 100%;
  }
}
.link-btn-wrap a:hover {
  color: #BA041F;
  background: #fff;
}
.link-btn-wrap a:hover.open-new-window::after {
  background: url(../../common/images/icon_new_window_hover.png) center no-repeat;
  background-size: 100%;
}
.link-btn-wrap a:hover.tel-btn::before {
  background: url(../../common/images/icon_tel_hover.png) center no-repeat;
  background-size: 100%;
}
.link-btn-wrap a.open-new-window::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../../common/images/icon_new_window.png) center no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-left: 10px;
}
@media (max-width: 1050px) {
  .link-btn-wrap a.open-new-window {
    margin-top: 15px;
  }
}
.link-btn-wrap a.tel-btn::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../common/images/icon_tel_white.png) center no-repeat;
  background-size: 100%;
  vertical-align: text-bottom;
  margin-right: 10px;
}
@media (max-width: 1050px) {
  .link-btn-wrap a.tel-btn {
    margin-top: 15px;
  }
}

.link-btn-wrap_btm {
  justify-content: center;
}

.link-btn-wrap_gray a {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.link-btn-wrap_gray a:hover {
  color: #333;
  background: #fff;
}

/*--------------------------------
table
---------------------------------*/
.tbl-wrap table {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  box-sizing: border-box;
}
.tbl-wrap table tr {
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 768px) {
  .tbl-wrap table tr {
    border-bottom: none;
  }
}
.tbl-wrap table tr:last-child th {
  border: 1px solid #DDDDDD;
}
.tbl-wrap table th {
  width: 25%;
  font-size: 1.6em;
  font-weight: 500;
  border: 1px solid #DDDDDD;
  background: #F1F1F1;
  border-bottom: 1px solid #DDDDDD;
  padding: 15px 25px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .tbl-wrap table th {
    width: 100%;
    display: block;
    border-top: 0;
    padding: 10px 15px;
    text-align: left;
  }
}
.tbl-wrap table td {
  font-size: 1.6em;
  font-weight: 400;
  border: 1px solid #DDDDDD;
  padding: 15px 25px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .tbl-wrap table td {
    width: 100%;
    display: block;
    padding: 10px 15px;
    border-top: 0;
    text-align: left;
  }
}

/*--------------------------------
フォーム関連
---------------------------------*/
.tbl-form-wrap table {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  box-sizing: border-box;
}
.tbl-form-wrap table tr:last-child th {
  border: 1px solid #DDDDDD;
}
.tbl-form-wrap table th {
  width: 25%;
  font-size: 1.5em;
  font-weight: 500;
  border: 1px solid #DDDDDD;
  background: #F1F1F1;
  border-bottom: 1px solid #DDDDDD;
  padding: 13px 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .tbl-form-wrap table th {
    width: 100%;
    display: block;
    border-top: 0;
    padding: 10px 15px;
    text-align: left;
  }
}
.tbl-form-wrap table th.hissu {
  position: relative;
}
.tbl-form-wrap table th.hissu::after {
  content: "必須";
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  color: #fff;
  background: red;
  line-height: 1;
  padding: 3px 3px 2px 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .tbl-form-wrap table th.hissu::after {
    right: 15px;
  }
}
.tbl-form-wrap table td {
  border: 1px solid #DDDDDD;
  padding: 13px 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .tbl-form-wrap table td {
    width: 100%;
    display: block;
    padding: 10px 15px;
    border-top: 0;
    text-align: left;
  }
}
.tbl-form-wrap input[type=radio] + label {
  font-size: 1.5em;
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 15px 5px 24px;
  position: relative;
  width: auto;
}
.tbl-form-wrap input[type=radio] + label::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  background: #fff;
  border: 1px solid #BBBBBB;
  border-radius: 100px;
}
.tbl-form-wrap input[type=radio]:checked + label::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #BA041F;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}
.tbl-form-wrap input[type=checkbox] + label {
  padding: 5px 15px 5px 24px;
}
.tbl-form-wrap input[type=text], .tbl-form-wrap input[type=tel], .tbl-form-wrap input[type=email] {
  height: 2.2em;
  color: #BBBBBB;
  padding: 0 10px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #bbbbbb inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.tbl-form-wrap input[type=text]:focus, .tbl-form-wrap input[type=tel]:focus, .tbl-form-wrap input[type=email]:focus {
  outline: 0;
  color: #333;
  box-shadow: 0 0 0 1px #BBBBBB inset;
}
.tbl-form-wrap select {
  height: 2.2em;
  padding: 0 10px;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  cursor: pointer;
}
.tbl-form-wrap select:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #BBBBBB inset;
}
.tbl-form-wrap textarea {
  display: block;
  box-sizing: border-box;
  color: #BBBBBB;
  padding: 5px 10px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #bbbbbb inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.tbl-form-wrap textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #BBBBBB inset;
}
.tbl-form-wrap .letter {
  font-size: 1.5em;
}
.tbl-form-wrap .letter.red {
  color: red;
}
.tbl-form-wrap .small {
  font-size: 0.8em;
}
.tbl-form-wrap .blue-color {
  color: #0972ae;
}
@media (max-width: 768px) {
  .tbl-form-wrap .w10 {
    width: 20% !important;
  }
}
@media (max-width: 1050px) {
  .tbl-form-wrap .w80 {
    width: 100% !important;
  }
}/*# sourceMappingURL=style_second.css.map */