/* 251106追加分 */
.l-header__right {
  display: flex;
  justify-content: flex-end;
}

.l-header__inner--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-under {
  margin-top: 5px;
  font-size: 10px;
}

.btn-box {
  display: flex;
  max-width: 354px;
  flex-wrap: wrap;
}

.cmn-h-form-btn2 {
  background: #0070C0;
}

.bar {
  width: 100%;
  height: 26px;
  background: #1F8F77;
}

@media screen and (max-width: 1200px) {
  .btn-under {
    display: none;
  }
}

.page-id-807 h1,
.page-id-807 h2 {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  font-size: 32px;
  font-family: sans-serif;
}

.page-id-807 h1:after,
.page-id-807 h2:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 120%;
  width: 100%;
  max-width: 500px;
  height: 5px;
  background: #1F8F77;
  content: "";
  font-family: sans-serif;
}

.page-id-807 h3 {
  background: #1F8F77;
  color: #fff;
  font-size: 30px;
  padding: 10px;
  text-align: center;
  font-family: sans-serif;
}

.page-id-807 h4 {
  position: relative;
  text-align: center;
  font-size: 25px;
  margin-bottom: 40px;
  font-family: sans-serif;
}

.page-id-807 h4:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 140%;
  width: 80px;
  height: 3px;
  background: #1F8F77;
  content: "";
}

.smbDifference__space {
  margin-bottom: 60px;
}

.smbDifference__space iframe {
  width: 100%;
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

.cv-btn {
  /* margin-bottom: 60px;*/
}

.cv-btn a {
  position: relative;
  display: block;
  color: #fff !important;
  max-width: 600px;
  padding: 24px 30px;
  margin: 0 auto;
  background: #0070C0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  border-radius: 500px;
  border: 1px solid #0070C0;
  line-height: 1.4;
}

.cv-btn a:hover {
  background: #fff;
  color: #0070C0 !important;
  text-decoration: none;
}

.press__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  height: 20px;
}

.cv-btn a:hover path {
  fill: #0070C0;
  transition: 0.5s;
}



.smb-wrap {
  margin-bottom: 60px;
  background: #fff;
}

.bg-smb {
  background: rgba(31, 143, 119, 0.1);
}

.smb-section {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92.1875%;
  max-width: 1180px;
  padding: 60px 40px;
}

.p-entry__body .smbDifference__table th {
  background: rgba(31, 143, 119, 0.3);
  font-weight: 700;
}

.center {
  text-align: center;
}

.page-id-807 .p-entry__body {}

.smb-lbox {
  padding: 60px;
}



.smbInsuranceCompanyInstance__list {
  margin-top: 1.5rem;
  list-style: none;
}

.smbInsuranceCompanyInstance__list li {
  list-style: none;
}

.smbInsuranceCompanyInstance__inner {
  max-width: 55rem;
  margin: 0 auto;
}

.smbInsuranceCompanyInstance__case {
  padding: 0.625rem 3.75rem 0.625rem 1.25rem;
  background-color: #F2FBF5;
  position: relative;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .smbInsuranceCompanyInstance__case {
    margin-top: 2.5rem;
    padding: 0.8125rem 1.875rem;
    font-size: 1.25rem;
  }
}

.smbInsuranceCompanyInstance__caseGraphic {
  position: absolute;
  bottom: 0rem;
  right: 0.25rem;
}

.smbInsuranceCompanyInstance__head {
  align-items: center;
  background: none;
  border: none;
  border-bottom: 0.0625rem dashed #c9dfcb;
  color: #114d40;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 0.75rem 2rem 0.75rem 0rem;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 18px;
}



@media screen and (min-width: 768px) {
  .smbInsuranceCompanyInstance__head {
    font-size: 1.125rem;
  }
}

/* 初期スタイル */
.smbInsuranceCompanyInstance__body.js-clickAfter {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

/* 開いたときの見た目（クラスはJSで付与） */
.smbInsuranceCompanyInstance__item.is-open .smbInsuranceCompanyInstance__body.js-clickAfter {
  /* max-heightはJS側で具体値を設定するためここでは大きな値は不要 */
  padding-top: 12px;
  /* 必要に応じて調整 */
  padding-bottom: 12px;
}

/* アイコン回転（矢印） */
.smbInsuranceCompanyInstance__headIcon {
  display: inline-block;
  transition: transform 0.35s ease;
}

.smbInsuranceCompanyInstance__item.is-open .smbInsuranceCompanyInstance__headIcon {
  transform: rotate(180deg);
}

/* 初期スタイル */
.smbInsuranceCompanyInstance__body.js-clickAfter {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

/* 開いたときの見た目（クラスはJSで付与） */
.smbInsuranceCompanyInstance__item.is-open .smbInsuranceCompanyInstance__body.js-clickAfter {
  /* max-heightはJS側で具体値を設定するためここでは大きな値は不要 */
  padding-top: 12px;
  /* 必要に応じて調整 */
  padding-bottom: 12px;
}

/* アイコン回転（矢印） */
.smbInsuranceCompanyInstance__headIcon {
  display: inline-block;
  transition: transform 0.35s ease;
}

.smbInsuranceCompanyInstance__item.is-open .smbInsuranceCompanyInstance__headIcon {
  transform: rotate(180deg);
}

.smbInsuranceCompanyInstance__item+.smbInsuranceCompanyInstance__item {
  margin-top: 2rem;
}

.smbInsuranceCompanyInstance__bodyBox {
  border: 0.0625rem solid rgba(11, 96, 37, 0.2);
  border-radius: 0.625rem;
  margin-top: 1rem;
  padding: 1rem;
}

.smbInsuranceCompanyInstance__bodyBoxSub {
  color: #333;
  font-size: 0.875rem;
  font-weight: 600;
}

.p-entry__body ul.smbInsuranceCompanyInstance__list {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}

.p-entry__body .smbInsuranceCompanyInstance__item p {
  margin-bottom: 0;
}

.smb-case {
  background: rgba(31, 143, 119, 0.3);
  margin-top: 1.875rem;
  padding: 0.625rem 100px 0.625rem 1.25rem;
  position: relative;
}


.smb-case:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100px;
  height: 140px;
  background: url(../images/head.svg) center bottom no-repeat;
}

@media screen and (min-width: 768px) {
  .smb-case {
    font-size: 1.25rem;
    margin-top: 2.5rem;
    padding: 0.8125rem 100px 0.8125rem 1.875rem;
  }
}

.smbInsuranceCompanyInstance__bodyTextHighlight {
  color: #1F8F77;
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none !important;
  }
}

.smbInsuranceCompanyInstance__bodyBoxSub {
  color: #333;
  font-size: 0.875rem !important;
  font-weight: 600;
}

.smbInsuranceCompanyInstance__bodyBoxExample {
  font-size: 0.875rem !important;
  font-weight: 400;
  margin-left: 1em;
  text-indent: -1em;
}

.page-id-807 {
  font-family: sans-serif;
}

.smb-btn--box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
}

.smb-btn--box a {
  position: relative;
  display: block;
  color: #fff !important;
  max-width: 40%;
  padding: 24px 30px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  border-radius: 500px;

}

.smb-btn1 {
  background: #f68a39;
  border: 1px solid #f68a39;
}

.smb-btn2 {
  background: #0070C0;
  border: 1px solid #0070C0;
}


.smb-btn--box a:hover {
  background: #fff;
  text-decoration: none;
}

.smb-btn1:hover {
  color: #f68a39 !important;
}

.smb-btn2:hover {
  color: #0070C0 !important;
}


.press__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  height: 20px;
}

.smb-btn--box a:hover path {
  transition: 0.5s;
}

.smb-btn1:hover path {
  fill: #f68a39 !important;
}

.smb-btn2:hover path {
  fill: #0070C0 !important;
}

.smbDifference__caption {
  font-size: 0.75rem;
  margin-top: 0.1875rem;
  text-align: right;
  color: #1F8F77;
}

.smbDifference__table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto !important;
}

@media screen and (max-width: 768px) {
  .smbDifference__table {
    width: 768px;
    margin: 0 auto !important;
  }
}

.smbDifference__space iframe {
  aspect-ratio: 1.7783505155;
  height: auto;
  width: 100%;
}

.smbDifference__cell:first-child {
  width: 20%;
}

.smbDifference__cell:nth-child(2),
.smbDifference__cell:nth-child(3) {
  width: 40%;
}

.smbDifference__table th,
.smbDifference__table td {
  border: 1px solid #1F8F77 !important;
  font-size: 16px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.smb-intro p {
  font-size: 18px;
}

.smb-txt--head {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1f8f77;
  text-align: center;
}

.smb-flex {
  /* max-width: 700px; */
  margin: 0 auto;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.smb-img {
  width: 460px;
}

.smb-txt {
  width: calc(100% - 460px);
}

.smb-txt p {
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

.smb-txt p span {
  display: inline;
  background: linear-gradient(transparent 70%, #FFD580 70%);
  line-height: 1.8;
}

.ext {
  position: relative;
}

.ext:before {
  position: absolute;
  left: 0;
  bottom: -42px;
  content: "";
  width: 100px;
  height: 200px;
  background: url(../images/ext.svg) center bottom no-repeat;
}

.page-id-807 .p-entry__body {
  margin-bottom: 0;
}

.page-id-807 .l-primary {
  margin-bottom: 0 !important;
}

.p-footer-flex {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92.1875%;
  max-width: 1100px;
}

.p-footer-flex>div {
  width: 48%;
  margin: 20px 1% 0;
  left: 0%;
  transform: translateX(0%);
}


@media screen and (max-width: 1199px) {
  .bar {
    height: 6px;
  }
}

@media screen and (max-width: 768px) {
  .ext:before {
    position: absolute;
    left: -50px;
    bottom: -42px;
  }


  .smb-flex {
    display: block;
  }

  .smb-img,
  .smb-txt {
    width: 100%;
  }

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

  .cv-btn {
    margin-top: 30px;
  }

  .smb-btn--box {
    display: block;
  }

  .smb-btn--box a {
    width: 95%;
    max-width: 400px;
  }

  .smb-btn--box a+a {
    margin-top: 20px;
  }


  .smb-case:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 80px;
    height: 100px;
    line-height: 1.4;
  }

  .p-footer-flex {
    display: block;
  }

  .p-footer-flex>div {
    width: 96%;
    margin: 20px 2% 0;
  }
}

@media screen and (max-width: 480px) {
  .ext:before {
    position: absolute;
    left: -36px;
    bottom: -42px;
  }

  .ext:before {
    position: absolute;
    width: 70px;
    height: 160px;
  }

  .smb-section {
    padding: 40px 20px;
  }

  .page-id-807 h1,
  .page-id-807 h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .page-id-807 h3 {
    font-size: 24px;
  }

  .page-id-807 h4 {
    font-size: 20px;
  }

  .cv-btn a {
    font-size: 16px;
    padding: 20px 30px;
  }

  .smb-lbox {
    padding: 40px 20px;
  }

  .smb-btn--box a {
    font-size: 18px;
  }

  .smb-txt p {
    font-size: 16px;
  }
}

.page-id-807 .l-header__inner {
  height: 120px;
}



@media screen and (max-width: 1199px) {
  .page-id-807 .l-header {
    height: 85px;
    line-height: 1.5;
  }

  .page-id-807 .l-header__inner {
    height: 85px;
  }
	

}

.p-entry__body {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .l-header__nav {
    background: #f4f4f4;
    display: none;
    position: absolute;
    top: 85px;
    z-index: 99;
    width: 100%
  }
	
	.l-header__desc {
	display:block;
	font-size:12px;
	line-height:1;
}
	
	.c-menu-btn {
    top: 12px;
}
}

