@charset "UTF-8";
/* ------------------------------
	.page_ttl_wrap
------------------------------ */
body {
  padding-top: 85px;
}

.page_ttl_wrap {
  height: 240px;
  background: #2e915c;
}

.page_ttl_wrap .wrap {
  height: 100%;
}

.page_ttl_wrap .page_ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.page_ttl_wrap .page_ttl {
  padding: 10px 0;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}

.page_ttl_wrap .page_ttl.fire {
  padding-left: 50px;
  background: url(../img/insurance/fire/page_ttl_ico.png) no-repeat left center;
  background-size: 30px;
}

.page_ttl_wrap .page_ttl.car {
  padding-left: 90px;
  background: url(../img/insurance/car/page_ttl_ico.png) no-repeat left center;
  background-size: 70px;
}

.page_ttl_wrap .page_ttl.seimei, .page_ttl_wrap .page_ttl.insurance {
  padding-left: 65px;
  background: url(../img/insurance/lifeinsurance/page_ttl_ico.png) no-repeat left center;
  background-size: 55px;
}

.page_ttl_wrap .page_ttl.jiko {
  padding-left: 60px;
  background: url(../img/insurance/jiko/page_ttl_ico.png) no-repeat left center;
  background-size: 45px;
}

.page_ttl_wrap .page_ttl.accident {
  padding-left: 68px;
  background: url(../img/insurance/accident/page_ttl_ico.png) no-repeat left center;
  background-size: 56px;
}

.page_ttl_wrap .page_ttl.bicycle {
  padding-left: 68px;
  background: url(../img/insurance/bicycle/page_ttl_ico.png) no-repeat left center;
  background-size: 56px;
}

.page_ttl_wrap .page_ttl.golf {
  padding-left: 55px;
  background: url(../img/insurance/golf/page_ttl_ico.png) no-repeat left center;
  background-size: 41px;
}

.page_ttl_wrap .page_ttl.income {
  padding-left: 60px;
  background: url(../img/insurance/income/page_ttl_ico.png) no-repeat left center;
  background-size: 45px;
}

.page_ttl_wrap .page_ttl.leisure {
  padding-left: 50px;
  background: url(../img/insurance/leisure/page_ttl_ico.png) no-repeat left center;
  background-size: 35px;
}

.page_ttl_wrap .page_ttl.syataku {
  padding-left: 53px;
  background: url(../img/insurance/fire/page_ttl_ico_syataku.png) no-repeat left center;
  background-size: 41px;
}

.ie .page_ttl_wrap .page_ttl.fire,
.ie .page_ttl_wrap .page_ttl.car {
  padding-top: 22px;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 0;
  }
  .page_ttl_wrap {
    height: 200px;
    padding-top: 60px;
    background: #007e3d;
  }
  .breadcrumb li,
  .breadcrumb li a {
    color: #fff;
  }
  .page_ttl_wrap .page_ttl_box {
    height: auto;
  }
  .page_ttl_wrap .page_ttl {
    font-size: 2.2rem;
  }
  .page_ttl_wrap .page_ttl.fire {
    padding-left: 30px;
    background-size: 20px;
  }
  .page_ttl_wrap .page_ttl.car {
    padding-left: 50px;
    background-size: 35px;
  }
}

/* ------------------------------
	.insurance
------------------------------ */
.insurance .top_box {
  padding: 60px 0;
  background: #fafafa;
}

.insurance .top_box .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.insurance .top_box .txt {
  padding-bottom: 95px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.insurance .top_box .txt.ico1 {
  background: url(../img/insurance/insurance_ico01.png) no-repeat center bottom;
  background-size: 80px;
}

.insurance .top_box .txt.ico2 {
  background: url(../img/insurance/insurance_ico02.png) no-repeat center 65px;
  background-size: 300px;
}

.insurance .top_box .txt:nth-child(2) {
  width: 405px;
}

@media screen and (max-width: 768px) {
  .insurance .top_box .txt:nth-child(2) {
    width: 100%;
  }
}

.insurance .top_box.car .txt {
  padding-bottom: 161px;
}

.insurance .top_box.car .txt.ico1 {
  background: url(../img/insurance/insurance_ico01.png) no-repeat center 58px;
  background-size: 80px;
}

.insurance .top_box.car .txt.ico2 {
  background: url(../img/insurance/insurance_ico03.png) no-repeat center 65px;
  background-size: 325px;
}

@media screen and (max-width: 768px) {
  .insurance .top_box.car .txt:nth-child(2) {
    padding-bottom: 177px;
  }
}

@media screen and (max-width: 400px) {
  .insurance .top_box.car .txt.ico2 {
    background: url(../img/insurance/insurance_ico03.png) no-repeat center 65px;
    background-size: 90%;
  }
}

.insurance .top_banner {
  padding: 80px 0;
  background: #f8fbda;
}

.insurance .top_banner .banner_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 30px;
}

.insurance .top_banner .banner_box_wrap .banner_box {
  width: 468px;
}

.insurance .top_banner .banner_box_wrap .banner_box .ttl {
  padding: 2px 0 2px 15px;
  border-left: 5px solid #017f3e;
  line-height: 1.3;
  color: #017f3e;
  font-weight: bold;
  font-size: 2rem;
}

.insurance .top_banner .banner_box_wrap .banner_box .banner {
  margin: 41px 0 0;
}

.insurance .top_banner .banner_box_wrap .banner_box:nth-child(2) {
  width: 352px;
}

.insurance .top_banner .banner_box_wrap .banner_box:nth-child(2) .banner {
  margin: 17px 0 0;
}

.insurance .top_banner .txt_box {
  margin: 30px 0 0;
}

.insurance .top_banner .txt_box .txt {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .insurance .top_banner .banner_box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .insurance .top_banner .banner_box_wrap .banner_box {
    width: 100%;
  }
  .insurance .top_banner .banner_box_wrap .banner_box .banner {
    margin: 17px auto 0;
  }
  .insurance .top_banner .banner_box_wrap .banner_box:nth-child(2) {
    width: auto;
  }
  .insurance .top_banner .banner_box_wrap .banner_box:nth-child(2) .banner {
    width: 352px;
  }
}

.insurance .lead {
  padding: 80px 0;
}

.insurance .lead .sec_ttl {
  margin-bottom: 70px;
}

.insurance .lead .txt_box {
  text-align: center;
}

.insurance .lead .txt_box > div {
  display: inline-block;
  max-width: 845px;
  margin: 0 auto;
}

.insurance .lead .txt {
  line-height: 1.8;
  text-align: left;
}

.insurance .lead .txt .big {
  font-size: 1.8rem;
}

.insurance .lead .ico_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}

.insurance .lead .ico_box .ico + .ico {
  margin-left: 60px;
}

.insurance .lead .ico_box .ico {
  width: 180px;
}

.insurance .merit {
  padding: 70px 0;
  background: #f8fbda;
}

.insurance .merit_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 0;
}

.insurance .merit_box + .merit_box {
  margin-top: 30px;
}

.insurance .merit_box + .merit_box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  max-width: 840px;
  width: 100%;
  border-top: 2px dashed #e8e9dc;
}

.insurance .merit_box .txt_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 650px;
}

.insurance .merit_box .txt_box.short {
  width: 570px;
}

.insurance .merit_box .txt_box .ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.insurance .merit_box .txt_box .num {
  width: 105px;
}

.insurance .merit_box .txt_box .ttl {
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #017f3e;
  line-height: 1.3;
}

.insurance .merit_box .txt_box .ttl.min {
  font-size: 2.3rem;
}

.insurance .merit_box .txt_box .ttl .big {
  font-size: 3.0rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00)) 0 100%/0 2px no-repeat;
  background: linear-gradient(#ffff00, #ffff00) 0 100%/0 2px no-repeat;
  background-size: 100% 12px;
}

.insurance .merit_box .txt_box .ttl .ita {
  font-style: italic;
  font-size: 3.8rem;
  margin-right: 5px;
}

.insurance .merit_list.accident .merit_box .ttl {
  width: 550px;
  margin-left: 20px;
}

.insurance .merit_list.accident + .txt_box {
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .insurance .merit_list.accident .merit_box .ttl {
    width: 100%;
  }
}

.ie .insurance .merit_box .txt_box .ttl {
  padding-bottom: 5px;
}

.ie .insurance .merit_box .txt_box .ttl .big {
  display: inline-block;
  line-height: 0.8;
}

.insurance .merit_box .txt_box .txt {
  font-size: 1.7rem;
  margin-left: 105px;
}

.insurance .merit_box .txt_box .txt.min {
  font-size: 1.2rem;
  line-height: 1.8;
}

.insurance .merit_box .ico {
  width: 100%;
  text-align: center;
}

.insurance .merit_box .ico img {
  height: 100px;
}

@media screen and (max-width: 768px) {
  .insurance .merit_box .ico img {
    height: auto;
  }
  .insurance .merit_box .ico img.vertical {
    height: 100px;
    width: auto;
  }
}

.insurance .risk {
  padding: 75px 0 60px;
}

.insurance .risk .risk_txt {
  margin-bottom: 70px;
  text-align: center;
  font-size: 2.0rem;
}

.insurance .risk .risk_txt .txt_line {
  padding: 0;
  margin: 0 5px;
  background-size: 100% 12px;
  font-size: 2.4rem;
  font-weight: bold;
}

.ie .insurance .risk .risk_txt .txt_line {
  display: inline-block;
  line-height: 1;
  margin-bottom: 3px;
}

.insurance .risk_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.insurance .risk_box {
  width: 33.3333%;
  padding: 20px 0 40px;
}

.insurance .risk_box + .risk_box:not(:nth-child(3n + 1)) {
  border-left: 1px solid #dddddd;
}

.insurance .risk_box:nth-child(n + 4) {
  border-top: 1px solid #dddddd;
}

.insurance .risk_box .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}

.insurance .risk_box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #007e3d;
  line-height: 1.3;
}

.insurance .risk_box .ttl.l2 {
  height: 2.6em;
}

.insurance .risk_box .txt {
  max-width: 230px;
  margin: 10px auto 0;
}

.insurance .pamphlet {
  padding: 70px 0;
}

.insurance .pamphlet .txt_box {
  padding: 20px;
}

.insurance .pamphlet .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.insurance .pamphlet .link_box .btn a {
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .insurance .pamphlet .link_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.insurance .link_wrap {
  padding: 80px 0;
  background: #fafafa;
}

.insurance .link_wrap .link_box .txt {
  padding: 0 0 12px;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.insurance .link_wrap .link_box .txt::after {
  content: '';
  width: 69px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #007e3d;
}

.insurance .link_wrap .link_box .btn {
  margin: 24px 0 0;
}

.insurance .link_wrap .link_box .btn a {
  width: 680px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font-size: 8.0rem;
}

.insurance .link_wrap .link_box:nth-child(2) {
  margin: 90px 0 0;
}

.insurance .link_wrap .link_box:nth-child(2) .btn a {
  background-color: #ffffff;
  border: 2px solid #000000;
}

.insurance .link_wrap .link_box:nth-child(2) .btn a .logo {
  width: 320px;
}

.insurance .link_wrap .link_box:nth-child(2) .btn a .arw {
  margin-left: 60px;
  color: #000000;
}

.insurance .link_wrap.car .link_box .txt::after {
  content: none;
}

.insurance .link_wrap.car .link_box .btn_box .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.insurance .link_wrap.car .link_box .btn_box .btn a .logo {
  width: 320px;
}

.insurance .link_wrap.car .link_box .btn_box .btn:nth-child(2) a .logo {
  width: 474px;
}

.insurance .link_wrap.car .link_box .btn_box .btn:nth-child(2) a .arw {
  margin-left: 0;
}

.insurance .link_wrap.car .link_box .btn_box .btn:nth-child(3) a .logo {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .insurance .link_wrap.car .link_box .btn_box .btn a .logo {
    margin: 0 0 0 10px;
    width: 150px;
  }
  .insurance .link_wrap.car .link_box .btn_box .btn:nth-child(2) a .logo {
    margin: 0 0 0 10px;
    width: 250px;
  }
  .insurance .link_wrap.car .link_box .btn_box .btn:nth-child(3) a .logo {
    margin: 0 0 0 10px;
    width: 110px;
  }
}

.insurance .link_wrap .link_box.fire .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.insurance .link_wrap .link_box.fire .btn a .logo {
  width: 320px;
}

@media screen and (max-width: 768px) {
  .insurance .link_wrap .link_box.fire .btn a .logo {
    margin: 0 0 0 10px;
    width: 150px;
  }
}

.insurance .link_wrap .btn .arw {
  padding-top: 10px;
}

.ie .insurance .link_wrap .btn .arw {
  padding-top: 30px;
}

.insurance .link_wrap .btn .logo {
  width: 280px;
}

.list_link_box {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .list_link_box {
    padding: 20px 0;
  }
}

.list_link_box .list_link_ttl {
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  color: #007e3d;
  font-size: 3.0rem;
  font-weight: bold;
}

.list_link_box .list_link_ttl .ttl_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 50px;
  padding: 0 50px;
  background: #c4d700;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.list_link_box .list_link_ttl .ttl_box .ttl {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

.list_link_box .list_link_ttl .ttl_box .line {
  position: absolute;
  top: 0;
  bottom: 0;
}

.list_link_box .list_link_ttl .ttl_box .line:first-child {
  right: -35px;
}

.list_link_box .list_link_ttl .ttl_box .line:last-child {
  left: 35px;
}

.list_link_box .list_link_ttl .ttl_box .line::before, .list_link_box .list_link_ttl .ttl_box .line::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 35px;
  height: 2px;
}

.list_link_box .list_link_ttl .ttl_box .line::before {
  background: #017f3e;
}

.list_link_box .list_link_ttl .ttl_box .line::after {
  background: #fff;
}

.list_link_box .list_link_ttl .ttl_box .line:first-child::before {
  right: 0;
}

.list_link_box .list_link_ttl .ttl_box .line:first-child::after {
  right: 35px;
}

.list_link_box .list_link_ttl .ttl_box .line:last-child::before {
  right: 35px;
}

.list_link_box .list_link_ttl .ttl_box .line:last-child::after {
  right: 0;
}

@media screen and (max-width: 768px) {
  .list_link_box .list_link_ttl .ttl_box {
    height: 40px;
    padding: 0 15px;
    margin-top: 20px;
    font-size: 2.2rem;
    text-align: center;
  }
  .list_link_box .list_link_ttl .ttl_box .line::after {
    width: 10px;
  }
  .list_link_box .list_link_ttl .ttl_box .line:last-child::after {
    right: 25px;
  }
}

.list_link_box .btn {
  margin: 0 auto;
}

.list_link_box .btn a {
  color: #027e3d;
  background-color: #ffffff;
}

.list_link_box .btn a:hover {
  color: #ffffff;
  background-color: #027e3d;
}

@media screen and (max-width: 768px) {
  .list_link_box .btn {
    width: 90%;
  }
}

.list_link_box .txt {
  margin: 40px 0 0;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  color: #027e3d;
}

@media screen and (min-width: 769px) {
  .insurance .link_wrap .btn a:hover {
    background: #fff;
    color: #007e3d;
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .insurance .top_box {
    padding: 40px 0;
  }
  .insurance .top_box .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .insurance .top_box .txt {
    padding-bottom: 37px;
    font-size: 2.4rem;
  }
  .insurance .top_box .txt + .txt {
    margin-top: 30px;
  }
  .insurance .top_box .txt.ico1 {
    background-size: 32px;
  }
  .insurance .top_box.car .txt {
    padding-bottom: 37px;
  }
  .insurance .top_box.car .txt.ico1 {
    background: url(../img/insurance/insurance_ico01.png) no-repeat center bottom;
    background-size: 32px;
  }
  .insurance .top_box .txt.ico2 {
    padding-bottom: 96px;
    background-size: 250px;
  }
  .insurance .lead {
    padding: 60px 0;
  }
  .insurance .lead .sec_ttl {
    margin-bottom: 30px;
  }
  .insurance .lead .txt + .txt {
    margin-top: 1em;
  }
  .insurance .lead .txt .big {
    font-size: 1.4rem;
  }
  .insurance .link_wrap .btn .arw {
    padding-top: 0;
  }
  .insurance .lead .ico_box {
    margin-top: 30px;
  }
  .insurance .lead .ico_box .ico {
    max-width: 130px;
  }
  .insurance .lead .ico_box .ico + .ico {
    margin-left: 4%;
  }
  .insurance .merit {
    padding: 60px 0;
  }
  .insurance .merit_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }
  .insurance .merit_box:nth-child(1) .img.ico {
    width: 200px;
  }
  .insurance .merit_box .txt_box {
    width: 100%;
  }
  .insurance .merit_box .txt_box.short {
    width: 100%;
  }
  .insurance .merit_box .txt_box .ttl_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .insurance .merit_box .txt_box .num {
    width: 55px;
  }
  .insurance .merit_box .txt_box .ttl {
    padding-bottom: 0;
    margin-top: 12px;
    font-size: 1.8rem;
  }
  .insurance .merit_box .txt_box .ttl.min {
    font-size: 1.8rem;
  }
  .insurance .merit_box .txt_box .ttl .big {
    font-size: 2.0rem;
  }
  .insurance .merit_box .txt_box .ttl .ita {
    font-size: 2.6rem;
  }
  .insurance .merit_box .txt_box .txt {
    margin: 20px 0 0;
    font-size: 1.4rem;
  }
  .insurance .merit_box .txt_box .txt.min {
    margin-top: 0;
  }
  .insurance .merit_box .ico {
    width: 110px;
    margin: 25px auto 0;
  }
  .insurance .merit_list.car .merit_box .ico {
    width: 140px;
  }
  .insurance .merit_list.car .merit_box:nth-child(1) .ico {
    width: 220px;
  }
  .insurance .risk {
    padding: 60px 0;
  }
  .insurance .risk .wrap {
    width: 100%;
  }
  .insurance .risk .risk_txt {
    margin-bottom: 45px;
    font-size: 1.4rem;
  }
  .insurance .risk .risk_txt .txt_line {
    font-size: 2.0rem;
  }
  .insurance .risk_box {
    width: 50%;
    padding: 20px 0;
  }
  .insurance .risk_box:nth-child(odd) {
    border-left: 0;
  }
  .insurance .risk_box:nth-child(even) {
    border-left: 1px solid #dddddd;
  }
  .insurance .risk_box:nth-child(n + 3) {
    border-top: 1px solid #dddddd;
  }
  .insurance .risk_box .ico {
    width: 70px;
    height: 80px;
    margin: 0 auto;
  }
  .insurance .risk_box .ttl {
    font-size: 1.8rem;
  }
  .insurance .risk_box .ttl .min {
    font-size: 1.2rem;
  }
  .insurance .risk_box .txt {
    width: 90%;
  }
  .insurance .link_wrap {
    padding: 55px 0;
  }
  .insurance .link_wrap .link_box .txt {
    margin-bottom: 25px;
    font-size: 2.0rem;
  }
  .insurance .link_wrap .link_box .btn a {
    width: 100%;
    max-width: 320px;
    height: 55px;
    font-size: 3.0rem;
  }
  .insurance .link_wrap .link_box .btn a .logo {
    width: 180px;
  }
  .insurance .link_wrap .link_box .btn a .arw {
    margin-right: 5px;
  }
  .insurance .link_wrap .link_box:nth-child(2) {
    margin: 90px 0 0;
  }
  .insurance .link_wrap .link_box:nth-child(2) .btn a .logo {
    width: 200px;
  }
  .insurance .link_wrap .link_box:nth-child(2) .btn a .arw {
    margin-right: 5px;
    margin-left: 25px;
  }
}

.insurance .lead.syataku {
  background-color: #fafafa;
}

.insurance .lead.syataku .txt_box .txt {
  font-weight: bold;
}

.insurance .lead.syataku .txt_box .txt.min {
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .insurance .lead.syataku .txt_box .txt.min {
    font-size: 1.4rem;
  }
}

.insurance .syataku:not(:first-child) {
  margin: 80px 0 0;
}

.insurance .syataku .syataku_info_box {
  padding: 50px;
}

.insurance .syataku .syataku_info_box .sub_sec_ttl {
  margin: 40px 0 0;
  padding: 13px 0 20px 20px;
  position: relative;
  color: #228f57;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #228f57;
}

.insurance .syataku .syataku_info_box .sub_sec_ttl::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  left: 0;
  border-left: 0.8rem solid #228f57;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
}

.insurance .syataku .syataku_info_box .table_box .charge_table {
  width: 100%;
  margin: 20px 0 0;
  border-collapse: collapse;
  text-align: center;
}

.insurance .syataku .syataku_info_box .table_box .charge_table th, .insurance .syataku .syataku_info_box .table_box .charge_table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #dddddd;
}

.insurance .syataku .syataku_info_box .table_box .charge_table th {
  line-height: 1.3;
  color: #228f57;
  font-weight: bold;
  background-color: #f0f0f0;
}

.insurance .syataku .syataku_info_box .table_box .charge_table td {
  background-color: #ffffff;
}

.insurance .syataku .syataku_info_box .font-red {
  color: #ea0009;
}

.insurance .syataku .syataku_info_box .txt_box {
  line-height: 1.3;
}

.insurance .syataku .syataku_info_box .txt_box:not(:first-child) {
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .insurance .syataku .syataku_info_box {
    padding: 50px 0;
  }
  .insurance .syataku .syataku_info_box .table_box .charge_table th, .insurance .syataku .syataku_info_box .table_box .charge_table td {
    padding: 10px 10px 10px 20px;
    text-align: left;
  }
  .insurance .syataku .syataku_info_box .table_box .charge_table th {
    width: 40%;
  }
  .insurance .syataku .syataku_info_box .table_box .charge_table td {
    width: 60%;
  }
}

/* ------------------------------
	.insurance_list
------------------------------ */
.insurance_list {
  background-color: #f6f6f6;
}

.insurance_list .list_box {
  padding: 100px 0 50px;
}

.insurance_list .list_box .section_ttl_wrap {
  margin: 0 auto 40px;
  padding: 10px 0;
  text-align: center;
  background-color: #007e3d;
}

.insurance_list .list_box .section_ttl_wrap .ttl {
  display: inline;
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.insurance_list .list_box .ttl_wrap {
  text-align: center;
}

.insurance_list .list_box .ttl_wrap .ttl {
  display: inline;
  font-size: 3rem;
  font-weight: bold;
  color: #007e3d;
  text-align: center;
  white-space: nowrap;
}

.insurance_list .list_box .ttl_wrap .ttl.iryou {
  padding-left: 45px;
  background: url(../img/insurance/lifeinsurance/list_ico01.png) no-repeat left center;
  background-size: 27px;
}

.insurance_list .list_box .ttl_wrap .ttl.gan {
  padding-left: 38px;
  background: url(../img/insurance/lifeinsurance/list_ico02.png) no-repeat left center;
  background-size: 30px;
}

.insurance_list .list_box .ttl_wrap .ttl.kaigo {
  padding-left: 32px;
  background: url(../img/insurance/lifeinsurance/list_ico03.png) no-repeat left center;
  background-size: 20px;
}

.insurance_list .list_box .txt {
  margin: 40px 0 0;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2rem;
  white-space: nowrap;
}

.insurance_list .list_box .dl-btn {
  width: 450px;
  margin: 60px auto 0;
}

.insurance_list .list_box .dl-btn a {
  width: 100%;
  border-radius: 0;
}

.insurance_list .list {
  max-width: 958px;
  margin: 50px auto 0;
  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;
  gap: 2%;
}

.insurance_list .list .list_item {
  width: 48%;
  margin: 2% 0 0;
  padding: 0 0 120px;
  position: relative;
  background-color: #ffffff;
  border: 2px solid #007e3d;
}

.insurance_list .list .list_item .ttl {
  padding: 20px 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #e8fff3;
}

.insurance_list .list .list_item .ttl._light-yellow {
  background-color: #faffcd;
}

.insurance_list .list .list_item .ttl._light-green {
  background-color: #ebffe4;
}

.insurance_list .list .list_item .company {
  margin: 20px 0 0 3%;
  padding: 0 0 0 21%;
  position: relative;
  font-weight: bold;
}

.insurance_list .list .list_item .company::before {
  content: '引受保険会社';
  padding: 1px 3px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1.2rem;
  font-weight: bold;
  border: 2px solid #000000;
}

.insurance_list .list .list_item .ico {
  max-width: 85%;
  margin: 40px auto 0;
  display: block;
}

.insurance_list .list .list_item .ico._margin {
  margin: 108px auto 0;
}

.insurance_list .list .list_item .btn {
  width: 80%;
  margin: 40px 0 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .insurance_list .list_box {
    margin: 0;
    padding: 50px 0;
  }
  .insurance_list .list_box .txt {
    font-size: 1.2rem;
    letter-spacing: 0rem;
  }
  .insurance_list .list_box .dl-btn {
    width: 100%;
    margin: 60px auto 0;
  }
  .insurance_list .list_box .dl-btn a {
    width: 100%;
    border-radius: 0;
  }
  .insurance_list .list .list_item {
    width: 100%;
    margin: 50px 2% 0;
  }
  .insurance_list .list .list_item .company {
    margin: 20px 0 0 3%;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .insurance_list .list .list_item .company::before {
    content: '引受保険会社';
    margin: 0 5px 0 0;
    padding: 1px 3px;
    position: relative;
    font-size: 1rem;
  }
  .insurance_list .list .list_item .company._flex {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .insurance_list .list .list_item .ico._margin {
    margin: 40px auto 0;
  }
}

.insurance_list .section_bottom_box {
  padding: 70px 0;
  background-color: #ffffff;
}

.insurance_list .section_bottom_box .txt {
  line-height: 1.7;
}

.insurance_list .section_bottom_box .btn a {
  width: 600px;
  max-width: none;
  margin: 0 auto;
  padding: 50px 0;
  line-height: 1.5;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.insurance_list .section_bottom_box .btn a .arw {
  font-size: 5rem;
}

@media screen and (max-width: 768px) {
  .insurance_list .section_bottom_box .btn a {
    text-align: left;
    font-size: 1.7rem;
  }
  .insurance_list .section_bottom_box .btn a .arw {
    font-size: 2.5rem;
    margin: 0 0.5rem 0;
  }
}

.hr_black_dotted {
  border-bottom: 2px dotted #000000;
}

.hr_green_dotted {
  border-top: 3px dotted #73b693;
}

/* ------------------------------
	.address_list
------------------------------ */
.address_list {
  padding: 100px 0;
  background-color: #f6f6f6;
}

.address_list .section_ttl_wrap {
  padding: 20px;
  background-color: #dddddd;
}

.address_list .list {
  padding: 60px;
  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;
  gap: 20px;
}

.address_list .list .list_item {
  width: calc(50% - 10px);
  background-color: #ffffff;
}

.address_list .list .list_item .ttl {
  padding: 10px 0;
}

.address_list .list .list_item .ttl .small {
  font-size: 1.2rem;
}

.address_list .list .list_item .txt {
  padding: 20px;
}

.address_list .list .list_item ._margin {
  margin: 20px 0 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .address_list .wrap {
    width: 96%;
  }
  .address_list .list {
    padding: 40px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .address_list .list .list_item {
    width: 95%;
  }
}

/* ------------------------------
	汎用
------------------------------ */
.font-bold {
  font-weight: bold;
}

.font-1_2rem {
  font-size: 1.2rem;
}

.font-1_4rem {
  font-size: 1.4rem;
}

.font-1_6rem {
  font-size: 1.6rem;
}

.font-3_0rem {
  font-size: 3rem;
}

.font-6_0rem {
  font-size: 6rem;
}

.font-color-white {
  color: #ffffff;
}

.font-color_green {
  color: #088343;
}

.font-color-orange {
  color: #e8370e;
}

.background-green {
  background-color: #088343;
}

.background-gray {
  background-color: #f6f6f6;
}

.text-align_center {
  text-align: center;
}

.text-align_left {
  text-align: left;
}

.vertical-align_supoer {
  vertical-align: super;
}
/*# sourceMappingURL=insurance.css.map */