@charset "UTF-8";
.sub_contents {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sub_contents {
    padding: 30px 0;
  }
}
.inner__min {
  max-width: calc(1000px + 2%);
  margin: 0 auto;
  padding: 0 1%;
}
.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 15px;
  }
}
.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}
.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}
.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}
.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px;
  }
}
.mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .mb130 {
    margin-bottom: 70px;
  }
}
.mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .mb150 {
    margin-bottom: 70px;
  }
}
.sp_block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_block {
    display: none !important;
  }
}
.section__h3 {
  position: relative;
  color: #022161;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section__h3 {
    margin-bottom: 20px;
  }
}
.section__h3 .font-en {
  font-size: 4rem;
  font-weight: 700;
  margin-right: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section__h3 .font-en {
    font-size: 2.4rem;
  }
}

.section__h4 {
  font-size: 2.2rem;
  margin-bottom: 25px;
  border-left: 3px solid #d10243;
  padding-left: 8px;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section__h4 {
    font-size: 1.8rem;
  }
}

.section__h5 {
  font-size: 1.8rem;
  color: #022161;
  line-height: 1;
  margin-bottom: 13px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section__h5 {
    font-size: 1.6rem;
  }
}

.s_btn {
  width: 250px;
  height: 60px;
  letter-spacing: 0.1em;
  color: #022161;
  border: solid 1px #022161;
}
@media screen and (max-width: 767px) {
  .s_btn {
    height: 40px;
    width: 200px;
  }
}
.s_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/cmn/btn_arw_bl.png) no-repeat right 5% center;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
}
.s_btn a:hover {
  background: url(../img/cmn/btn_arw_bl.png) no-repeat right 2% center;
}

.table-type-b {
  width: 100%;
}
.table-type-b th,
.table-type-b td {
  padding: 23px 0;
  border-bottom: 1px solid #022161;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .table-type-b th,
  .table-type-b td {
    padding: 16px 0;
  }
}
.table-type-b th {
  width: 200px;
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .table-type-b th {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .table-type-b th {
    width: 100px;
    font-size: 1.4rem;
  }
}
.table-type-b th br {
  display: none;
}
@media screen and (max-width: 767px) {
  .table-type-b th br {
    display: block;
  }
}
.table-type-b tr:first-child th,
.table-type-b tr:first-child td {
  padding-top: 0;
}

/*=== 見出し ===*/
.sub-kv {
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/top/kv01.jpg) no-repeat;
}
@media screen and (max-width: 767px) {
  .sub-kv {
    margin-top: 52px;
    height: 40vw;
    background: url(../img/top/kv01.jpg) no-repeat center center/100%;
  }
}
.sub-kv__ttl {
  text-align: center;
  color: #022161;
}
.sub-kv__ttl .en {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 7rem;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3%;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 767px) {
  .sub-kv__ttl .en {
    font-size: 4rem;
  }
}
.sub-kv__ttl .jp {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}

/*=== パンくず ===*/
.bread_crumb {
  position: relative;
  max-width: calc(1200px + 2%);
  margin: 0 auto;
  padding: 15px 1%;
}
.bread_crumb_list {
  background: #fff;
  font-size: 14px;
  position: relative;
  border-top: 1px solid #f5f5f5;
}
@media screen and (max-width: 767px) {
  .bread_crumb_list {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .bread_crumb {
    text-align: left;
    padding: 15px 3%;
    margin: 0px auto 0px;
  }
}
.bread_crumb li {
  display: inline;
  text-transform: uppercase;
}
.bread_crumb li:last-child:after {
  content: "";
}
.bread_crumb li a {
  text-decoration: underline;
  text-decoration: none;
  color: #d10243;
}
.bread_crumb li:after {
  content: "ー";
  padding-left: 5px;
}

/*=== 当社について ===*/
.s_about,
.s_personal {
  padding-top: 130px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .s_about,
  .s_personal {
    padding-top: 40px;
  }
}
.s_about__flex,
.s_personal__flex {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .s_about__flex,
  .s_personal__flex {
    display: block;
    margin-bottom: 25px;
  }
}
.s_about__cp,
.s_personal__cp {
  flex-basis: 40%;
  font-size: 3rem;
  letter-spacing: normal;
  font-weight: 700;
  color: #022161;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .s_about__cp,
  .s_personal__cp {
    font-size: 2rem;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.s_about__txt,
.s_personal__txt {
  flex-basis: 60%;
}
.s_about__img,
.s_personal__img {
  margin-right: calc(50% - 50vw);
}

/*=== 組織体制 ===*/
.s_org {
  background: #fff;
}
.s_org__ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s_org__ttl {
    text-align: left;
  }
}
.s_org__txt {
  text-align: center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .s_org__txt {
    text-align: left;
    margin-bottom: 20px;
  }
}
.s_org__btn {
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .s_org__btn {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.s_org__img {
  text-align: center;
}

/*=== 指針 ===*/
.s_guide {
  background: #f5f5f5;
}
.s_guide__ul {
  padding: 30px 40px;
  background: #fff;
}
.s_guide__li {
  margin-bottom: 25px;
}
.s_guide__li--ttl {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #022161;
}
@media screen and (max-width: 767px) {
  .s_guide__li--ttl {
    font-size: 1.5rem;
  }
}
.s_guide__li__txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .s_guide__li__txt {
    font-size: 1.5rem;
  }
}

/*=== 会社概要 ===*/
.s_company {
  background: #fff;
}
.s_company__flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .s_company__flex {
    display: block;
  }
}
.s_company__left {
  flex-basis: 300px;
}
.s_company__right {
  flex-basis: calc(100% - 300px);
}
.s_company__ul--flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.s_company__map{
  width: 48%;
}
.s_company__map p span{
  display: block;
  font-weight: 600;
  color: #022161;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .s_company__ul--flex {
    display: block;
  }
  .s_company__map{
    width: 100%;
    margin-bottom: 20px;
  }
  .s_company__map p span{
    font-size: 1.5rem;
  }
}
.s_company__ul--box {
  flex-basis: 46%;
}
.s_company__li {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 25px;
  padding-left: 28px;
  background: url(../img/cmn/icon.png) no-repeat left top 2px/20px;
}

/*=== 不動産買取 ===*/
.s_trad {
  background: #fff;
}
.s_trad__ttl {
  text-align: center;
}
.s_trad__flex {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .s_trad__flex {
    display: block;
  }
}
.s_trad__flex.row-reverse {
  flex-direction: row-reverse;
}
.s_trad__box {
  flex-basis: 40%;
  padding-top: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .s_trad__box {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.s_trad__flex.row-reverse .s_trad__box {
  padding-right: 0;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .s_trad__flex.row-reverse .s_trad__box {
    padding-left: 0;
  }
}
.s_trad__img {
  flex-basis: 60%;
}
.s_trad__cp {
  font-size: 2rem;
  font-weight: 700;
  color: #022161;
  margin-bottom: 1rem;
}
.s_trad__txt {
  line-height: 2;
}
.s_trad__ul {
  display: flex;
  justify-content: space-between;
}
.s_trad__li {
  flex-basis: 19%;
}

.s_point {
  background: #f5f5f5;
  padding: 35px 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .s_point {
    padding: 2rem;
  }
}
.s_point__ttl {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #022161;
}
.s_point__ul {
  padding: 30px 40px;
  background: #fff;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .s_point__ul {
    padding: 2rem;
  }
}
.s_point__li {
  margin-bottom: 50px;
}
.s_point__li:last-child {
  margin-bottom: 0;
}
.s_point__li::before {
  counter-increment: number 1;
  content: "POINT." counter(number, decimal-leading-zero);
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 20px;
  color: #022161;
  font-family: "Oswald", sans-serif;
}
.s_point__li.no_before::before {
  content: "" counter(number, decimal-leading-zero);
}
.s_point__li--ttl {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.s_point__img {
  margin-bottom: 32px;
}

.s_flow {
  background: #f5f5f5;
  padding: 35px 50px;
}
.s_flow__ttl {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #022161;
}
@media screen and (max-width: 767px) {
  .s_flow__ttl {
    font-size: 1.7rem;
  }
}
.s_flow__ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .s_flow__ul {
    display: block;
  }
}
.s_flow__li {
  flex-basis: 23%;
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .s_flow__li {
    margin-bottom: 15px;
  }
}
.s_flow__li.w30 {
  flex-basis: 31%;
}
.s_flow__li--ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.s_flow__arw {
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #022161;
}
@media screen and (max-width: 767px) {
  .s_flow__arw {
    border-width: 10px 10px 0 10px;
    border-color: #022161 transparent transparent transparent;
    margin-bottom: 15px;
  }
}

.s_support {
  background: #fff;
}
.s_support__ul li::before {
  content: "SUPPORT." counter(number, decimal-leading-zero);
}
.s_support__ttl {
  text-align: center;
}

.s_banner {
  background: #ddd;
}
.s_banner__ul {
  display: flex;
}
.s_banner__li {
  flex-basis: 32%;
}

.s_souzoku {
  background: #f5f5f5;
  padding: 35px 50px;
  margin-bottom: 50px;
}
.s_souzoku__ttl {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #022161;
}
@media screen and (max-width: 767px) {
  .s_souzoku__ttl {
    font-size: 1.7rem;
  }
}
.s_souzoku__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .s_souzoku__flex {
    display: block;
  }
}
.s_souzoku__box {
  flex-basis: 48%;
  padding: 30px 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .s_souzoku__box {
    padding: 2rem;
  }
}
.s_souzoku__box.w30 {
  flex-basis: 31%;
}
.s_souzoku__box--ttl {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.s_souzoku__li {
  margin-bottom: 10px;
}
.s_souzoku__li:last-child {
  margin-bottom: 0;
}
.s_souzoku__img {
  margin-bottom: 32px;
}

.s_case {
  background: #fff;
}
.s_case__ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .s_case__ul {
    display: block;
  }
}
.s_case__li {
  flex-basis: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
  padding: 3rem;
  border: 1px solid #022161;
}
@media screen and (max-width: 767px) {
  .s_case__li {
    display: block;
  }
  .s_case__li:last-child {
    margin-bottom: 0;
  }
}
.s_case__img {
  flex-basis: 30%;
}
.s_case__img img {
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .s_case__img img {
    display: block;
    margin: auto;
    max-height: 170px;
  }
}
.s_case__img figcaption {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.5rem;
}
.s_case__box {
  flex-basis: 68%;
  padding-left: 3rem;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .s_case__box {
    padding: 2rem 0 0 2rem;
  }
}
.s_case__ttl {
  flex-basis: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ababab;
  color: #022161;
  margin-bottom: 2.5rem;
  height: fit-content;
  padding-left: 35px;
  background: url(../img/case/icon.png) no-repeat top 3px left/ 23px;
}
@media screen and (max-width: 767px) {
  .s_case__ttl {
    font-size: 1.5rem;
  }
  .s_case__ttl br {
    display: none;
  }
}
.s_case__txt {
  font-size: 1.5rem;
}

.s_download {
  background: #fff;
}
.s_download .inner {
  max-width: 1000px;
}
.s_download__ul {
  display: flex;
  flex-direction: column;
}
.s_download__li {
  display: flex;
  background: url(../img/download/icon.png) no-repeat left center/30px, url(../img/cmn/btn_arw_bl.png) no-repeat right 1rem bottom 2.3rem/20px;
  padding: 2rem 0 2rem 6rem;
  border-bottom: 1px solid #ababab;
}
.s_download__li time {
  display: block;
  font-style: 1.4rem;
}

.s_colu {
  background: #fff;
}
.s_colu .colu__item:nth-child(n + 4) {
  margin-top: 50px;
}
.s_colu .colu__date {
  color: #fff;
}

.detail__ttl {
  text-align: center;
  font-size: 1.9rem;
}
.detail__ttl .font-en {
  font-size: 1.4rem;
}
.detail__area h1 {
  font-size: 2.8rem;
  margin-bottom: 1.6rem;
  line-height: 1.5;
  background: #022161;
  color: #fff;
  border-left: 3px solid #d10243;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .detail__area h1 {
    font-size: 2.4rem;
  }
}
.detail__area h2 {
  position: relative;
  font-size: 2.4rem;
  margin: 5rem 0;
  line-height: 1.5;
  font-weight: 600;
  background: #022161;
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .detail__area h2 {
    font-size: 2.2rem;
  }
}
.detail__area h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #000D30;
}
.detail__area h3 {
  font-size: 2rem;
  margin: 2rem 0;
  line-height: 1.5;
  font-weight: 600;
  border-left: 5px solid #d10243;
  padding: 10px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .detail__area h3 {
    font-size: 1.8rem;
  }
}
.detail__area h4 {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #022161;
}
@media screen and (max-width: 767px) {
  .detail__area h4 {
    font-size: 1.6rem;
  }
}
.detail__area h5 {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .detail__area h5 {
    font-size: 1.4rem;
  }
}
.detail__area ul {
  margin-bottom: 1.6rem;
}
.detail__area ul li {
  list-style: disc;
  margin-left: 25px;
  position: relative;
  margin-bottom: 5px;
}
.detail__area ol {
  margin-bottom: 1.6rem;
}
.detail__area ol li {
  padding-left: 0;
  margin-left: 25px;
  display: list-item;
  list-style: decimal;
  position: relative;
  margin-bottom: 5px;
}
.detail__area p {
  margin-bottom: 1rem;
}

.detail__area .sgl-cts blockquote{
  background: #eee;
  padding: 20px;
}
.detail__area .sgl-cts blockquote p{
  margin-bottom: 0;
}

.detail__area table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .detail__area table{
    margin-bottom: 0;
    white-space: nowrap; /* 横スクロールを有効にする */
    overflow-x: auto; /* 横スクロールを有効にする */
  }
  .wp-block-table {
    margin-bottom: 3rem;
  }
  }

.detail__area table th {
  width: 250px;
  padding: 2rem;
  background: #022161;
  color: #fff;
  font-weight: 600;
  border: solid 1px #778ca3;
  line-height: 1.4;
  vertical-align:middle
}

@media screen and (max-width: 767px) {
  .detail__area table th {
    width: 100%;
    background: #022161;
    font-weight: 600;
    padding: 1.2rem;
    border-bottom: none;
  }
}

.detail__area table td {
  padding: 2rem;
  border: solid 1px #022161;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .detail__area table td {
    width: 100%;
    
    padding: 1.2rem;
    border-top: none;
  }
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}


.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.wp-pagenavi a {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition: 0.5s;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi a {
    padding: 5px 5px;
  }
}
.wp-pagenavi a:hover {
  border-bottom: 1px solid #d10243;
}
.wp-pagenavi span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  line-height: 1.6;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi span {
    padding: 5px 5px;
  }
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  font-weight: 600;
  border-bottom: 1px solid #d10243;
}

/*============================contact===========================*/
.sub-privacy .tetel {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  padding: 0px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sub-privacy .tetel {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.sub-privacy .tetel:before {
  top: inherit;
  background: none;
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 0%;
  transform: translateX(0%);
  background-color: #022161;
}
@media screen and (max-width: 767px) {
  .sub-privacy .tetel:before {
    bottom: -15px;
    width: 100px;
    height: 2px;
  }
}
.sub-privacy .tetel:first-child {
  margin-top: 10px;
}
.sub-privacy .tetel::after {
  display: none;
}
.sub-privacy .f_right {
  text-align: right;
}
.sub-privacy hr {
  border: 0.5px solid #ddd;
  margin: 30px auto 20px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .sub-privacy hr {
    margin: 40px auto 20px;
  }
}

/*============================contact===========================*/
.s_contact {
  background: #fff;
}
.s_contact .inner {
  max-width: 1000px;
}

.defTable01 {
  width: 100%;
}
.defTable01 th,
.defTable01 td {
  padding: 23px 0;
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .defTable01 th,
  .defTable01 td {
    font-size: 1.4rem;
    padding: 16px 0;
    display: block;
  }
}
.defTable01 th {
  width: 200px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .defTable01 th {
    border-bottom: none;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .defTable01 td {
    padding-top: 0;
  }
}
.defTable01 tr:first-child th,
.defTable01 tr:first-child td {
  padding-top: 0;
}
.defTable01 .clrred {
  font-size: 18px;
  color: #d30000;
  font-style: normal;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .defTable01__btn {
    display: block;
    margin-top: 10px;
  }
}
.defTable01__btn a {
  margin-left: 20px;
  color: #d10243;
}
@media screen and (max-width: 767px) {
  .defTable01__btn a {
    margin-left: 0;
  }
}
.defTable01 input {
  padding: 8px 10px;
  background: #eee;
  border: none;
}
.defTable01 input[type="file"] {
  background: none;
}
.defTable01 input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.defTable01 input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.defTable01 input[type="submit"] {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 280px;
  line-height: 60px;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  white-space: nowrap;
  letter-spacing: 0.1em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .defTable01 input[type="submit"] {
    margin-top: 23px;
    width: 240px;
    line-height: 50px;
    font-size: 1.6rem;
  }
}
.defTable01 .size100 input {
  width: 100%;
}
.defTable01 textarea {
  padding: 8px 10px;
  background: #eee;
  border: none;
  font-weight: 500;
  width: 100%;
  resize: vertical;
}
.defTable01 .bbn th,
.defTable01 .bbn td {
  border-bottom: none;
}
.defTable01 .privacyBox {
  padding: 0px 20px 30px;
  width: calc(100% - 0px);
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 20px;
  background: #eee;
  font-size: 90%;
  box-sizing: border-box;
}
.defTable01 .privacyBox .sub_ttl {
  margin: 20px 0px 15px 0px;
  font-size: 15px;
  padding: 2px 0px 2px 8px;
  border-left: 5px solid #022161;
  line-height: 120%;
}
.defTable01 .privacyBox p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
.defTable01 .privacyBox ul.ulbox li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 5px;
  font-size: 13px;
  line-height: 1.6;
}
.defTable01 .privacyBox::-webkit-scrollbar {
  width: 3px;
}
.defTable01 .privacyBox::-webkit-scrollbar-track {
  background: #ddd;
}
.defTable01 .privacyBox::-webkit-scrollbar-thumb {
  background: #022161;
  border-radius: 5px;
}

.form_btn {
  display: flex;
  justify-content: space-evenly;
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: url("../img/cmn/check_icon.png") no-repeat center;
  background-size: contain;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-radio {
    flex-wrap: wrap;
  }
}
.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    display: block;
    flex-basis: 50%;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  background: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #022161;
  box-shadow: inset 0 0 0 2px #fff;
}

.wpcf7-form-control.wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: url("../img/cmn/check_icon.png") no-repeat center;
  background-size: contain;
}
