@charset "UTF-8";
/*============================================================================================
      Header
=============================================================================================*/
.header {
  padding: 0 40px 0 30px;
  background-color: #fff;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
.header_cont {
  position: relative;
  height: 75px;
  z-index: 999999;
}

/*    Navigation
=====================================================*/
.header_gnav .gnav_list_item {
  position: relative;
  display: block;
  transition: all 0.2s;
}
.header_gnav .gnav_list_item a {
  display: block;
  padding: 25px 0 26px 30px;
  font-size: 1.4rem;
  font-weight: 600;
}
.header_gnav .gnav_list_item:nth-child(2) a {
  padding-left: 0;
}
.header_gnav .gnav_list_item:hover {
  color: #009be3;
}
.header_gnav .gnav_list_item .acd_list {
  width: auto;
  min-width: 200px;
  position: absolute;
  top: 60px;
  z-index: 1;
}
.header_gnav .gnav_list_item .acd_list li + li {
  border-top: 1px solid #eee;
}
.header_gnav .gnav_list_item .acd_list li a {
  display: block;
  padding-left: 20px;
  color: #fff;
  background-color: #666;
  transition: all 0.2s;
}
.header_gnav .gnav_list_item .acd_list li a:hover {
  color: #666;
  background-color: #fff;
}
.header_gnav .gnav_list_item a:hover .g_tab::before,
.header_gnav .gnav_list_item a:hover .g_tab::after {
  border-color: #fff;
  background-color: #666;
}

.header_gnav .gnav_list_item.header_btn {
  position: relative;
  display: block;
  margin: auto;
  margin-left: 20px;
}
.header_gnav .gnav_list_item.header_btn a {
  width: 100%;
  padding: 8px 15px 8px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #191919;
  background: #ffe200;
  border-radius: 50px;
  transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s;
}
.header_gnav .gnav_list_item.header_btn .g_tab::before,
.header_gnav .gnav_list_item.header_btn .g_tab::after {
  background-color: #ffe200;
  border: 1px solid #191919;
}
.header_gnav .gnav_list_item.header_btn .g_tab::before {
  bottom: 0;
}
.header_gnav .gnav_list_item.header_btn .g_tab::after {
  bottom: 0.2em;
}

@media (min-width: 1141px) {
  .header_gnav .gnav_list_item.gnav_list_item_sp {
    display: none;
  }
  .header_gnav .gnav_list_item.header_btn a:hover {
    color: #fff;
    background: #009be3;
  }
  .header_gnav .gnav_list_item.header_btn:hover .g_tab::before,
  .header_gnav .gnav_list_item.header_btn:hover .g_tab::after {
    background: #009be3;
    border: 1px solid #fff;
  }
}
@media (max-width: 1140px) {
  .header {
    position: fixed;
    height: 60px;
    top: 0;
    padding: 0 20px 0 15px;
    background: #fff;
    z-index: 999999;
  }
  .header_cont {
    position: relative;
    height: 60px;
    z-index: 999999;
  }

  /*    Navigation
	=====================================================*/
  .header_gnav {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 10000;
  }
  .header_gnav .gnav_cont {
    width: 100vw;
    height: 100vh;
    padding: 20px 20px 0;
    background-color: #009be3;
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: scroll;
  }
  .header_gnav .gnav_cont_box {
    width: 100%;
    height: auto;
    padding-bottom: 130px;
    /* overflow-y: scroll; */
  }
  .header_gnav .gnav_list_item {
    width: 100%;
    font-size: 1.6rem;
    border-bottom: 1px solid #58bae8;
  }
  .header_gnav .gnav_list_item.gnav_list_item_sp {
    display: block;
  }
  .header_gnav .gnav_list_item:nth-child(2) a {
    padding-left: 20px;
  }
  .header_gnav .gnav_list_item a {
    display: block;
    width: 100%;
    padding: 18px 20px;
    color: #fff;
  }
  .header_gnav .gnav_list_item a:hover .g_tab::before,
  .header_gnav .gnav_list_item a:hover .g_tab::after {
    border-color: #666;
    background-color: #fff;
  }
  .header_gnav .gnav_list_item + .gnav_list_item {
    margin-left: 0px;
  }
  .header_gnav .gnav_list_item .acd_list {
    position: static;
  }
  .header_gnav .gnav_list_item .acd_list li {
    border-top: 1px solid #eee;
  }
  .header_gnav .gnav_list_item .acd_list li a {
    display: block;
    padding-left: 15px;
    color: #666;
    background-color: #fafafa;
  }
  .header_gnav .gnav_list_item.header_btn {
    max-width: 255px;
    margin: 40px auto 0;
    border-bottom: none;
  }
  .header_gnav .gnav_list_item.header_btn a {
    padding: 15px 15px 15px 20px;
  }
  .header_gnav .gnav_list_item.header_btn:hover .g_tab::before,
  .header_gnav .gnav_list_item.header_btn:hover .g_tab::after {
    background: #ffe200;
    border: 1px solid #191919;
  }

  /*プルダウン*/
  .header_gnav .g_pullDown {
    position: relative;
    cursor: pointer;
  }
  .header_gnav .g_pullDown::before,
  .header_gnav .g_pullDown::after {
    display: block;
    background-color: #666;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s linear;
  }
  .header_gnav .g_pullDown::before {
    width: 11px;
    height: 1px;
    right: 15px;
  }
  .header_gnav .g_pullDown::after {
    width: 1px;
    height: 11px;
    right: 20px;
  }
  .header_gnav .js_open .g_pullDown::before {
    display: none;
  }
  .header_gnav .js_open .g_pullDown::after {
    transition: all 0.3s linear;
    -webkit-transform: rotate(90deg) translateY(0px);
    transform: rotate(90deg) translateY(0px);
  }
  .g_pullDown a {
    pointer-events: none;
  }
}
@media (max-width: 576px) {
  .header_gnav .gnav_cont_box {
    padding-bottom: 60vw;
  }
  .header_gnav .gnav_list_item.header_btn {
    margin-top: 5.3vw;
  }
}

/*============================================================================================
      Footer
=============================================================================================*/
.footer {
  position: relative;
  background: #fff;
}

.footer_top {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.footer_sns {
    width: 20%;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.footer_sns a {
    width: 18%;
    display: block;
}
.footer_sns img {
    aspect-ratio: 1/1;
    object-fit: contain;
}
.footer_nav {
  width: 48%;
  height: 105px;
  flex-direction: column;
}
.footer_nav .footer_nav_item {
  padding-top: 1em;
  font-size: 1.4rem;
  font-weight: bold;
}
.footer_nav .footer_nav_item:nth-child(3n + 1) {
  padding-top: 0;
}
.footer_nav .footer_nav_item a {
  transition: color 0.2s;
}
.footer_nav .footer_nav_item a:hover {
  color: #009be3;
}

.footer_btm {
  padding: 19px 0;
  color: #999999;
  border-top: 1px solid #eee;
}
.footer_copy {
  font-size: 1.1rem;
  text-align: center;
}
@media (max-width: 896px) {
  .footer_top {
    flex-direction: column;
  }
  .footer_access {
    order: 3;
    padding-top: 6rem;
  }
  .footer_sns {
    width: 100%;
    order: 2;
    padding-top: 3rem;
    justify-content: flex-start;
  }
  .footer_sns a {
    width: 7%;
  }
  .footer_nav {
    width: 100%;
    max-width: 100%;
    height: 95px;
    order: 1;
  }
  .footer_nav .footer_nav_item {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  .footer_top {
    padding-top: 16vw;
    padding-bottom: 10.6vw;
  }
  .footer_access {
    order: 3;
    padding-top: 16vw;
  }
  .footer_access img {
    width: 43.7vw;
  }
  .footer_nav {
    order: 1;
    max-width: 100%;
    height: 51vw;
  }
  .footer_nav .footer_nav_item {
    display: block;
    width: 50%;
    padding-top: 0;
    padding-bottom: 5.3vw;
  }
  .footer_nav .footer_nav_item:nth-child(5) {
    padding-bottom: 0;
  }

  .footer_btm {
    padding: 5.3vw;
  }
}

/*============================================================================================
      Contents
=============================================================================================*/
.wrapper {
  position: relative;
  padding-top: 75px;
  background-color: #e3f2fd;
}
@media (max-width: 1140px) {
  .wrapper {
    padding-top: 60px;
  }
}

/* スキップリンク：本文へジャンプ */
.skipnav {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.skipnav:focus {
  background-color: #eeeeee;
  clip: auto !important;
  clip-path: none;
  color: #191919;
  border: 2px solid #191919;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 85px;
  width: fit-content;
  z-index: 100000;
}

/* Label非表示、スクリーンリーダー読み上げ */
.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*    TOP
=====================================================*/
.mv_wrap {
  background: #009be3;
}
.mv_inr {
  position: relative;
}
.mv_txt {
  padding: 120px 600px 130px 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  transition: opacity 0.7s 0.6s, -webkit-transform 0.7s 0.6s;
  transition: transform 0.7s 0.6s, opacity 0.7s 0.6s;
  transition: transform 0.7s 0.6s, opacity 0.7s 0.6s, -webkit-transform 0.7s 0.6s;
}
.mv_txt h1 {
  margin-top: 30px;
}
.mv_txt h1 img {
  max-width: 431px;
}
.mv_txt .mv_copy {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 10px;
  letter-spacing: 0.05em;
  -webkit-animation: yureru-j 2s infinite;
  animation: yureru-j 2s infinite;
}
.mv_txt .mv_copy::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 20px 0 0;
  border-color: #fff transparent transparent transparent;
  left: 65px;
  bottom: -14px;
}
.mv_txt .mv_copy::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 0 0;
  border-color: #009be3 transparent transparent transparent;
  left: 67px;
  bottom: -10px;
}
.mv_txt .mv_txt_balloon {
  position: absolute;
  display: block;
  width: 6px;
  height: 4px;
  left: 59px;
  bottom: -3px;
  background-color: #009be3;
}
.mv_img {
  position: absolute;
  max-width: 600px;
  right: 65px;
  top: 30px;
  -webkit-animation: demo01 1.5s linear;
  animation: demo01 1.5s linear;
}
@-webkit-keyframes demo01 {
  0% {
    -webkit-transform: translate(0%, -150%);
  }
  30% {
    -webkit-transform: translate(0%, 0%);
  }
  40% {
    -webkit-transform: translate(0%, -20%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
  }
  60% {
    -webkit-transform: translate(0%, -10%);
  }
  70% {
    -webkit-transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
  }
}
@keyframes demo01 {
  0% {
    -webkit-transform: translate(0%, -150%);
            transform: translate(0%, -150%);
  }
  30% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  40% {
    -webkit-transform: translate(0%, -20%);
            transform: translate(0%, -20%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  60% {
    -webkit-transform: translate(0%, -10%);
            transform: translate(0%, -10%);
  }
  70% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@media (max-width: 1110px) {
  .mv_txt {
    padding: 10.811vw 54.054vw 14.414vw 0;
  }
  .mv_txt h1 {
    margin-top: 2.703vw;
  }
  .mv_txt h1 img {
    max-width: 38.829vw;
  }
  .mv_txt .mv_copy {
    padding: 0.901vw 1.351vw;
    font-size: 1.622vw;
  }
  .mv_txt .mv_copy::before {
    border-width: 1.261vw 1.802vw 0 0;
    left: 5.856vw;
    bottom: -1.261vw;
  }
  .mv_txt .mv_copy::after {
    border-width: 1.081vw 1.441vw 0 0;
    left: 6.036vw;
    bottom: -0.901vw;
  }
  .mv_txt .mv_txt_balloon {
    width: 0.541vw;
    height: 0.36vw;
    left: 5.315vw;
    bottom: -0.27vw;
  }
  .mv_img {
    max-width: 54.054vw;
    right: 1.802vw;
    top: 2.703vw;
  }
}
@media (max-width: 576px) {
  .mv_txt {
    padding: 10.6vw 0 4vw;
    text-align: center;
  }
  .mv_txt h1 {
    margin-top: 2.6vw;
  }
  .mv_txt h1 img {
    max-width: 100%;
  }
  .mv_txt .mv_copy {
    padding: 2.6vw 4vw;
    font-size: 3.9vw;
  }
  .mv_txt .mv_copy::before {
    border-width: 14px 20px 0 0;
    left: 37.6vw;
    bottom: -14px;
  }
  .mv_txt .mv_copy::after {
    border-width: 12px 16px 0 0;
    left: 38.133vw;
    bottom: -10px;
  }
  .mv_txt .mv_txt_balloon {
    width: 6px;
    height: 4px;
    left: 36vw;
    bottom: -3px;
  }
  .mv_img {
    position: static;
    max-width: 100%;
    padding-bottom: 13vw;
  }
}

.top_imp_info_sec {
  position: relative;
}
.top_imp_info_sec::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 35%;
  top: 0;
  background-color: #009be3;
  z-index: 0;
}
.top_imp_info {
  margin-top: -30px;
  padding: 40px 40px 20px;
  background-color: #fff;
  border: 2px solid #009be3;
  border-radius: 30px;
  box-shadow: 6px 6px 0 #c2e8f8;
  transition: all 0.7s 1.5s;
}
.top_imp_infoLst {
  position: relative;
}
.top_imp_infoLst .top_imp_infoLst_li {
  border: none;
}
.top_imp_infoLst .top_imp_infoLst_li + .top_imp_infoLst_li {
  border-top: 1px solid #eee;
}
.top_imp_infoLst .top_imp_infoLst_li a {
  padding: 18px 0;
}
.top_imp_infoLst .top_imp_infoLst_li .g_info_itm_cap {
  margin-right: 20px;
  font-size: 1.4rem;
}
@media (max-width: 896px) {
  .top_imp_info {
    margin-top: -5vw;
    padding: 40px 20px 20px;
    transition: all 0.7s 0.2s;
  }
}
@media (max-width: 576px) {
  .top_imp_info_sec::before {
    height: 50%;
  }
  .top_imp_info {
    margin-top: 0;
    padding: 10.6vw 5.3vw 5.3vw;
  }
}

.top_ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.top_ttl span {
  display: block;
  font-size: 6rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
/* .top_sec01Lst {
	padding-top: 60px;
}
.top_sec01Lst_li {
	position: relative;
	padding: 50px;
	background-color: #fff;
	border-radius: 30px;
}
.top_sec01Lst_li + .top_sec01Lst_li {
	margin-top: 40px;
}
.top_sec01Lst_point {
	position: absolute;
	top: -20px;
	left: 35px;
}
.top_sec01Lst_img {
	width: 45%;
}
.top_sec01Lst_txt {
	width: 52%;
	margin-left: 3%;
}
.top_sec01Lst_li_ttl {
	margin-bottom: 20px;
	color: #009BE3;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.06em;
} */
@media (max-width: 896px) {
  .top_ttl {
    font-size: 1.6rem;
  }
  .top_ttl span {
    font-size: 4rem;
  }
  /* .top_sec01Lst {
		padding-top: 50px;
	}
	.top_sec01Lst_li {
		padding: 50px 20px;
	}
	.top_sec01Lst_li_ttl {
		font-size: 2.8rem;
	} */
}
@media (max-width: 576px) {
  /* .top_sec01Lst {
		padding-top: 13.3vw;
	}
	.top_sec01Lst_li {
		padding: 10.6vw 5.3vw 13.3vw;
	}
	.top_sec01Lst_li + .top_sec01Lst_li {
		margin-top: 10.6vw;
	}
	.top_sec01Lst_point {
		top: -2.6vw;
		left: -2.6vw;
	}
	.top_sec01Lst_point img {
		max-width: 24vw;
	}
	.top_sec01Lst_img {
		width: 100%;
	}
	.top_sec01Lst_img img {
		max-width: 64.8vw;
	}
	.top_sec01Lst_txt {
		width: 100%;
		margin-top: 4vw;
		margin-left: 0;
	}
	.top_sec01Lst_li_ttl {
		margin-bottom: 4vw;
		text-align: center;
	} */
}

.top_sec02 {
  /* margin-top: 90px; */
  padding: 80px 0 0;
}
.top_sec02_inr {
  background-color: #009be3;
  padding: 55px 60px 80px;
  border-radius: 30px;
  width: calc(100% - 40px);
  max-width: calc(1150px - 40px);
}
.top_sec02Lst {
  margin-top: 40px;
}
.top_sec02Lst_li + .top_sec02Lst_li {
  margin-top: 65px;
}
.top_sec02Lst_img {
  width: 47%;
}
.top_sec02Lst_img img {
  height: 100%;
  max-height: 398px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media all and (-ms-high-contrast: none) {
  .top_sec02Lst_img img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
}
.top_sec02Lst_txt {
  width: 50%;
  padding: 60px 50px 60px 80px;
  background-color: #fff;
  border-radius: 30px;
}
.top_sec02Lst_li:nth-child(odd) .top_sec02Lst_txt {
  margin-left: 3%;
}
.top_sec02Lst_li:nth-child(odd) .top_sec02Lst_txt::before {
  left: -33px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 34px 40px 0;
  border-color: transparent #ffffff transparent transparent;
}
.top_sec02Lst_li:nth-child(even) .top_sec02Lst_txt {
  order: 1;
  margin-right: 3%;
}
.top_sec02Lst_li:nth-child(even) .top_sec02Lst_img {
  order: 2;
}
.top_sec02Lst_li:nth-child(even) .top_sec02Lst_txt::before {
  right: -33px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 34px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.top_sec02Lst_baloon {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 5px;
  color: #009be3;
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px solid #009be3;
  border-radius: 10px;
  letter-spacing: 0.06em;
}
.top_sec02Lst_baloon::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 0;
  border-color: #009be3 transparent transparent transparent;
  left: 45px;
  bottom: -10px;
}
.top_sec02Lst_baloon::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 0 0;
  border-color: #fff transparent transparent transparent;
  left: 47px;
  bottom: -6px;
}
.top_sec02Lst_baloon_sq {
  position: absolute;
  display: block;
  width: 5px;
  height: 4px;
  left: 40px;
  bottom: -3px;
  background-color: #fff;
}
.top_sec02Lst_li_ttl {
  /* margin-bottom: 15px; */
  margin-bottom: 1em;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.top_sec02Lst_li .g_btn {
  margin-top: 40px;
}
@media (max-width: 1110px) {
  .top_sec02Lst_txt {
    padding: 60px 50px;
  }
}
@media (max-width: 896px) {
  .top_sec02 {
    /* margin-top: 60px; */
    padding: 60px 0 0;
  }
  .top_sec02_inr {
    padding: 40px 40px 60px;
  }
  .top_sec02Lst {
    margin-top: 30px;
  }
  .top_sec02Lst_li + .top_sec02Lst_li {
    margin-top: 40px;
  }
  .top_sec02Lst_txt {
    padding: 40px 30px;
  }
  .top_sec02Lst_baloon {
    margin-bottom: 10px;
    padding: 2px 9px;
    font-size: 1.4rem;
  }
  .top_sec02Lst_li_ttl {
    font-size: 2.8rem;
  }
  .top_sec02Lst_li .g_btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .top_sec02Lst .top_sec02Lst_li .top_sec02Lst_img {
    width: 100%;
    order: 1;
  }
  .top_sec02Lst .top_sec02Lst_li .top_sec02Lst_txt {
    order: 2;
    width: 100%;
    max-width: 450px;
    margin: 45px auto 0;
    padding: 40px 20px;
    text-align: center;
  }
  .top_sec02Lst_li:nth-child(odd) .top_sec02Lst_txt {
    margin-left: auto;
  }
  .top_sec02Lst_li:nth-child(odd) .top_sec02Lst_txt::before {
    left: 50px;
    top: -28px;
    bottom: auto;
    border-width: 0 0 30px 25px;
    border-color: transparent transparent #ffffff transparent;
  }
  .top_sec02Lst_li:nth-child(even) .top_sec02Lst_txt {
    margin-right: auto;
  }
  .top_sec02Lst_li:nth-child(even) .top_sec02Lst_txt::before {
    right: 50px;
    top: -28px;
    bottom: auto;
    border-width: 30px 0 0 25px;
    border-color: transparent transparent transparent #ffffff;
  }
  .top_sec02Lst_li_ttl {
    text-align: center;
  }
  .top_sec02Lst_li .g_btn {
    margin: 30px auto 0;
  }
}
@media (max-width: 576px) {
  .top_sec02 {
    /* margin-top: 16vw; */
    padding: 16vw 0 0;
  }
  .top_sec02_inr {
    padding: 12vw 5.3vw 16vw;
  }
  .top_sec02Lst {
    margin-top: 8vw;
  }
  .top_sec02Lst_li + .top_sec02Lst_li {
    margin-top: 10.6vw;
  }
  .top_sec02Lst_img img {
    max-height: 65.6vw;
  }
  .top_sec02Lst_txt {
    margin-top: 12vw;
    padding: 10.6vw 5.3vw;
  }
  .top_sec02Lst_baloon {
    padding: 0.8vw 2.4vw 0.533vw;
    margin-bottom: 2.6vw;
  }
  .top_sec02Lst_li_ttl {
    /* margin-bottom: 4vw; */
  }
  .top_sec02Lst_li .g_btn {
    margin-top: 8vw;
  }
}

.top_sec03 .top_ttl {
  margin-bottom: 10px;
}
.top_sec03 .top_ttl span {
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.top_sec03_newsLst {
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 30px;
}
.top_sec03_newsLst .g_info_itm_li:first-child {
  border-top: none;
}
.top_sec03_newsLst .g_info_itm_li:last-child {
  border-bottom: none;
}
.top_sec03 .g_cir_link {
  margin-top: 25px;
}
@media (max-width: 576px) {
  .top_sec03 .top_ttl {
    margin-bottom: 4vw;
  }
  .top_sec03_newsLst {
    padding: 5.3vw;
    background-color: #fff;
    border-radius: 30px;
  }
  .top_sec03 .g_cir_link {
    margin-top: 2.6vw;
  }
}

.top_sec04 {
  padding-top: 105px;
}
.top_sec04_left,
.top_sec04_right {
  width: 48.5%;
}
.top_sec04_left_li {
  overflow: hidden;
  border-radius: 30px;
}
.top_sec04_left_li + .top_sec04_left_li {
  margin-top: 30px;
}
.top_sec04_left_li a {
  position: relative;
  display: block;
  padding: 60px 50px;
  background-color: #009be3;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.top_sec04_left_li_txt {
  width: 67%;
}
.top_sec04_left_li_img {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translate3d(0, -50%, 0);
}
.top_sec04_left_li:nth-child(1) .top_sec04_left_li_img img {
  width: 117px;
  max-height: 131px;
  -o-object-fit: contain;
  object-fit: contain;
}
.top_sec04_left_li:nth-child(2) .top_sec04_left_li_img img {
  width: 175px;
  max-height: 104px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media all and (-ms-high-contrast: none) {
  .top_sec04_left_li_img img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
}
.top_sec04_left_li_txt h3 {
  font-size: 4.6rem;
  letter-spacing: 0.06em;
}
.top_sec04_left_link {
  display: inline-block;
  padding-right: 35px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.top_sec04_left_link::before {
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.top_sec04_left_link::after {
  width: 4px;
  height: 4px;
  top: 0;
  bottom: 0;
  right: 10px;
  border-top: 2px solid #009be3;
  border-right: 2px solid #009be3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.top_sec04_left_li a:hover {
  background-color: #fff;
}
.top_sec04_left_li a:hover * {
  color: #009be3;
}
.top_sec04_left_li a:hover .top_sec04_left_link::before {
  background: #009be3;
}
.top_sec04_left_li a:hover .top_sec04_left_link::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.top_sec04_right {
  margin-left: 3%;
  padding: 60px 50px;
  background-color: #fff;
  border-radius: 30px;
}
.top_sec04_right_ttl {
  margin-top: -105px;
}
.top_sec04_right_img {
  max-width: 149px;
  margin: 25px auto 15px;
}
@media (max-width: 1110px) {
  .top_sec04 {
    padding-top: 9.459vw;
  }
  .top_sec04_left_li + .top_sec04_left_li {
    margin-top: 2.703vw;
  }
  .top_sec04_left_li a {
    padding: 6.306vw 4.505vw;
  }
  .top_sec04_left_li_img {
    right: 4.505vw;
  }
  .top_sec04_left_li:nth-child(1) .top_sec04_left_li_img img {
    width: 10.541vw;
    max-height: 11.802vw;
  }
  .top_sec04_left_li:nth-child(2) .top_sec04_left_li_img img {
    width: 15.766vw;
    max-height: 9.369vw;
  }
  .top_sec04_left_li_txt h3 {
    font-size: 4vw;
  }
  .top_sec04_left_link {
    padding-right: 3.153vw;
    font-size: 1.802vw;
  }
  .top_sec04_left_link::before {
    width: 2.162vw;
    height: 2.162vw;
  }
  .top_sec04_left_link::after {
    width: 0.36vw;
    height: 0.36vw;
    right: 0.901vw;
  }
  .top_sec04_right {
    padding: 5.405vw 4.505vw;
  }
  .top_sec04_right_ttl {
    margin-top: -9.459vw;
    font-size: 1.802vw;
  }
  .top_sec04_right_ttl span {
    font-size: 5.405vw;
  }
  .top_sec04_right_img {
    max-width: 13.423vw;
    margin: 2.252vw auto 1.351vw;
  }
}
@media (max-width: 896px) {
  .top_sec04 {
    padding-top: 40px;
  }
  .top_sec04_left,
  .top_sec04_right {
    width: 100%;
    max-width: 540px;
    margin: auto;
  }
  .top_sec04_left_li + .top_sec04_left_li {
    margin-top: 20px;
  }
  .top_sec04_left_li a {
    padding: 50px;
  }
  .top_sec04_left_li_img {
    right: 50px;
  }
  .top_sec04_left_li:nth-child(1) .top_sec04_left_li_img img {
    width: 117px;
    max-height: 131px;
  }
  .top_sec04_left_li:nth-child(2) .top_sec04_left_li_img img {
    width: 175px;
    max-height: 104px;
  }
  .top_sec04_left_li_txt h3 {
    font-size: 2.8rem;
  }
  .top_sec04_left_link {
    font-size: 1.5rem;
  }
  .top_sec04_right {
    margin-top: 70px;
    margin-left: auto;
    padding: 40px;
  }
  .top_sec04_right_ttl {
    margin-top: -70px;
    font-size: 1.6rem;
  }
  .top_sec04_right_ttl span {
    font-size: 4rem;
  }
  .top_sec04_right_img {
    max-width: 127px;
    margin: 15px auto 15px;
  }
}
@media (max-width: 576px) {
  .top_sec04 {
    padding-top: 10.6vw;
  }
  .top_sec04_left_li + .top_sec04_left_li {
    margin-top: 30px;
  }
  .top_sec04_left_li a {
    padding: 8vw;
  }
  .top_sec04_left_li_img {
    position: absolute;
    right: 8vw;
  }
  .top_sec04_left_li:nth-child(1) .top_sec04_left_li_img img {
    width: 19.733vw;
    max-height: 22.133vw;
  }
  .top_sec04_left_li:nth-child(2) .top_sec04_left_li_img img {
    width: 28.267vw;
    max-height: 16.8vw;
  }
  .top_sec04_left_link {
    padding-right: 8vw;
  }
  .top_sec04_left_link::before {
    width: 5.3vw;
    height: 5.3vw;
  }
  .top_sec04_left_link::after {
    width: 1.067vw;
    height: 1.067vw;
    right: 2.133vw;
  }
  .top_sec04_right {
    margin-top: 18.6vw;
    padding: 14.7vw 5.3vw 10.6vw;
  }
  .top_sec04_right_ttl {
    margin-top: -22.5vw;
  }
  .top_sec04_right_img {
    max-width: 33.867vw;
    margin: 5.3vw auto 4vw;
  }
}

/*    資産運用プラン, 保険設計プラン - イントロ
=====================================================*/
.service_top_inr {
  border: 2px solid #009be3;
  box-shadow: 6px 6px 0 #c2e8f8;
}
.service_top_inr__am {
  padding-bottom: 70px;
}
.service_top_img {
  width: 33%;
  margin-right: 7%;
}
.service_top_img img {
  max-width: 310px;
}
.service_top_txt {
  width: 60%;
}
.service_anc_Lst.g_anc_Lst .g_anc_Lst_Itm {
  border-bottom: 2px solid #409add;
}
.service_anc_Lst.g_anc_Lst .g_anc_Lst_Itm a {
  font-weight: bold;
}
.service_anc_Lst.g_anc_Lst .g_anc_Lst_Itm::after {
  border-top: 2px solid #409add;
  border-right: 2px solid #409add;
}
.service_top_am .g_h1 {
  margin: 40px 0 15px;
  line-height: 1.5;
}
.service_top_am .g_h1 br {
  display: none;
}

.service_top_lst {
}
.service_top_product {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  border: 4px solid #e3f2fd;
  padding: 13px 20px;
  height: 100%;
  width: 255px;
  max-width: calc((100% - 21px) / 3);
}

.service_top_product_lst {
  margin: 30px 0 25px;
}
.service_top_product + .service_top_product {
  margin-left: 10px;
}
.service_top_em {
  font-size: 2.2rem;
  line-height: 1.5;
  display: inline-block;
}
.service_top_em .g_bl {
  font-size: 3.4rem;
}
.service_top_em::before,
.service_top_em::after {
  width: 20px;
  height: 29px;
  bottom: 0;
}
.service_top_em::before {
  left: -27px;
  background-image: url(../img/asset_management/ttl02_before.svg);
}
.service_top_em::after {
  right: -27px;
  background-image: url(../img/asset_management/ttl02_after.svg);
}
.service_top_btn {
  width: 100%;
  max-width: 385px;
}
.service_top_btn.u_ic::after {
  width: 8px;
  height: 8px;
  right: 30px;
}
.service_top_btn a {
  font-size: 1.8rem;
  padding: 20px 0;
}

@media (max-width: 896px) {
  .service_top_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .service_top_txt {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .service_top_am .g_h1 br {
    display: block;
  }
  .service_top_product_lst {
    margin: 20px 0;
  }
}
@media (max-width: 576px) {
  .service_top_inr__am {
    padding-bottom: 12vw;
  }
  .service_top_am .g_h1 {
    font-size: 6vw;
    margin: 7vw 0 4.5vw;
  }
  .service_top_am .g_h1 br {
    display: block;
  }
  .service_top_img img {
    max-width: 56.5vw;
  }
  .service_top_product_lst {
    margin: 4.53vw 0;
  }
  .service_top_product {
    font-size: 1.2rem;
    padding: 5px;
  }
  .service_top_em {
    font-size: 1.7rem;
    display: inline-block;
  }
  .service_top_em .g_bl {
    font-size: 2.4rem;
  }
  .service_top_btn a {
    font-size: 4.2vw;
    padding: 5vw 0;
  }
}

/* 231117 メンテナンス */
.zero_rev_bnr {
  transition: 0.2s;
}
.zero_rev_bnr:hover {
  opacity: 0.7;
}

/*    資産運用プラン
=====================================================*/
/* .am_sec01_inr {
	padding: 50px 115px 80px;
}
.am_sec01_ttl01 {
	color: #00459D;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.am_sec01_ttl01 span::before,
.am_sec01_ttl01 span::after {
	width: 13px;
	height: 20px;
	bottom: 0;
}
.am_sec01_ttl01 span::before {
	left: -23px;
	background-image: url(../img/asset_management/ttl01_before.svg);
}
.am_sec01_ttl01 span::after {
	right: -23px;
	background-image: url(../img/asset_management/ttl01_after.svg);
}
.am_sec01_ttl02 {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.45;
}
.am_sec01_ttl02 .small {
	font-size: 2.4rem;
}
.am_sec01_ttl02 .dot span {
	position: relative;
}
.am_sec01_ttl02 .dot span::before {
	position: absolute;
	content: '・';
	top: -10px;
	left: 50%;
	margin: auto;
	font-size: 2.4rem;
	line-height: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.am_sec01_ttl02_inr{
	display: inline-block;
	text-align: center;
}
.am_sec01_ttl02_inr::before,
.am_sec01_ttl02_inr::after {
	width: 40px;
	height: 58px;
	bottom: 0;
}
.am_sec01_ttl02_inr::before {
	left: -46px;
	background-image: url(../img/asset_management/ttl02_before.svg);
}
.am_sec01_ttl02_inr::after {
	right: -46px;
	background-image: url(../img/asset_management/ttl02_after.svg);
}
.am_reasonLst .am_reasonLst_li {
	max-width: 31%;
}
.am_reasonLst .am_reasonLst_li + .am_reasonLst_li {
	margin-left: 3.5%;
}
.am_reasonLst .am_reasonLst_li img {
	max-width: 255px;
}
.am_real_wrap {
	margin-top: 60px;
}
.am_real_ttl {
	margin-top: 30px;
}
.am_real_ttl span {
	font-size: 2.4rem;
}
.am_real_ttl br {
	display: none;
}
.am_real {
	padding: 30px 40px 40px;
	margin-top: 20px;
	border: 4px solid #E3F2FD;
	border-radius: 20px;
}
.am_real h3 {
	margin-bottom: 25px;
}
.am_real_img {
	position: absolute;
	max-width: 148px;
	top: -32px;
	left: 16px;
}
@media (max-width: 1110px){
	.am_sec01_inr {
		padding: 50px 60px 80px;
	}
	.am_real {
		margin-top: 30px;
	}
}
@media (max-width: 896px){
	.am_sec01_inr {
		padding: 50px 40px 80px;
	}
	.am_sec01_ttl02 {
		font-size: 2rem;
		line-height: 1.5;
	}
	.am_sec01_ttl02 .small {
		font-size: 1.6rem;
	}
	.am_sec01_ttl02 .dot span::before {
		font-size: 2rem;
	}
	.am_sec01_ttl02_inr::before,
	.am_sec01_ttl02_inr::after {
    width: 22px;
    height: 32px;
		bottom: 0;
	}
	.am_real {
		margin-top: 40px;
	}
	.am_real_ttl {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.am_real_ttl span {
		font-size: 2rem;
	}
}
@media (max-width: 768px){
	.am_real_ttl br {
		display: block;
	}
	.am_real_img {
    position: static;
    max-width: 119px;
		margin: 0 auto 20px;
	}
}
@media (max-width: 576px){
	.am_sec01_ttl01 {
		font-size: 2rem;
	}
	.am_sec01_ttl01 span::before,
	.am_sec01_ttl01 span::after {
    width: 13px;
    height: 17px;
	}
	.am_sec01_ttl02 {
		line-height: 1.75;
	}
	.am_sec01_ttl02_inr::before {
		left: -15px;
	}
	.am_sec01_ttl02_inr::after {
		right: -15px;
	}
	.am_sec01_inr {
		padding: 10.6vw 5.3vw 13.3vw;
	}
	.am_reasonLst {
		margin: 0 calc(50% - 50vw);
    padding: 0 20px;
	}
	.am_reasonLst .am_reasonLst_li {
		width: 100%;
		max-width: 100%;
	}
	.am_reasonLst .am_reasonLst_li + .am_reasonLst_li {
		width: 50%;
		margin-left: 0;
	}
	.am_reasonLst .am_reasonLst_li img {
		max-width: 46.667vw;
	}
	.am_real_wrap {
		margin-top: 6.6vw;
	}
	.am_real {
		padding: 0;
		margin-top: 4vw;
		border: none;
		border-radius: 0;
	}
	.am_real_ttl {
		margin-top: 5.3vw;
	}
	.am_real h3 {
		margin-bottom: 4vw;
	}
} */

.am_anc {
  margin-top: 80px;
  padding: 60px 0 40px;
  background-color: #009be3;
}
.am_ancLst_li {
  width: 48.5%;
}
.am_ancLst_li + .am_ancLst_li {
  margin-left: 3%;
}
.am_anc_cont {
  padding: 50px 20px;
  background-color: #fff;
  border-radius: 30px;
}
.am_anc_cont .g_btn.g_btn_ye {
  margin-top: 25px;
  max-width: 445px;
  height: 104px;
}
.am_anc_cont .g_btn.g_btn_ye a {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
}
.am_anc_cont .g_btn.g_btn_ye a span {
  display: block;
  width: 100%;
  margin-top: -15px;
  text-align: center;
}
.am_anc_cont .g_btn.g_btn_ye br {
  display: none;
}
.am_anc_cont .g_btn.g_btn_ye .g_tab {
  top: 65%;
}
.am_anc_cont .g_btn.g_btn_ye::after {
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.am_anc_cont .g_btn.g_btn_ye .g_tab::before,
.am_anc_cont .g_btn.g_btn_ye .g_tab::after {
  border: 2px solid #191919;
}
.am_anc_cont .g_btn.g_btn_ye:hover .g_tab::before,
.am_anc_cont .g_btn.g_btn_ye:hover .g_tab::after {
  border-color: #fff;
}
.am_anc_nochecked .am_anc_cont {
  opacity: 0.5;
}
.am_anc_nochecked .am_anc_cont .g_btn.g_btn_ye,
.am_anc_nochecked .am_anc_cont .g_btn.g_btn_ye a {
  pointer-events: none;
}
@media (max-width: 1110px) {
  .am_anc_cont .g_btn.g_btn_ye a {
    font-size: 1.5rem;
  }
  .am_anc_cont .g_btn.g_btn_ye .g_tab {
    right: 15px;
  }
}
@media (max-width: 896px) {
  .am_anc_cont .g_btn.g_btn_ye br {
    display: block;
  }
  .am_anc_cont .g_btn.g_btn_ye a span {
    margin-top: 0;
  }
  .am_anc_cont .g_btn.g_btn_ye .g_tab {
    top: 50%;
  }
}
@media (max-width: 768px) {
  .am_ancLst_li {
    width: 100%;
    max-width: 540px;
    margin: auto;
  }
  .am_ancLst_li + .am_ancLst_li {
    margin-left: auto;
    margin-top: 20px;
  }
  .am_anc_cont .g_btn.g_btn_ye br {
    display: none;
  }
  .am_anc_cont .g_btn.g_btn_ye a span {
    margin-top: -15px;
  }
}
@media (max-width: 576px) {
  .am_anc {
    margin-top: 16vw;
    padding: 16vw 0;
  }
  .am_anc_cont {
    padding: 8vw 5.3vw;
  }
  .am_anc_cont .g_h3 br.u_lg,
  .am_anc_cont .g_btn.g_btn_ye br {
    display: block;
  }
  .am_anc_cont .g_btn.g_btn_ye a span {
    margin-top: 0;
  }
}

/* .am_sec02Lst_li {
	padding: 40px 50px 50px;
	background-color: #fff;
	border-radius: 30px;
}
.am_sec02Lst_li img {
	max-width: 80px;
}
@media (max-width: 896px){
	.am_sec02Lst_li {
		padding: 40px 40px 50px;
	}
}
@media (max-width: 576px){
	.am_sec02Lst_li {
		padding: 5.3vw 5.3vw 10.6vw;
	}
	.am_sec02Lst_li img {
		max-width: 16vw;
	}
} */

/* .am_sec03_img {
	width: 31%;
	margin-right: 6%;
}
.am_sec03_img img {
	max-width: 335px;
}
.am_sec03_txt {
	width: 63%;
	padding: 40px 50px 50px;
	background-color: #fff;
	border-radius: 30px;
}
.am_sec03_txt::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 34px 40px 0;
	border-color: transparent #ffffff transparent transparent;
	left: -30px;
	top: 0;
	bottom: 0;
}
.am_sec03_txt h3 {
	margin-bottom: 20px;
}
@media (max-width: 768px){
	.am_sec03_img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 45px;
	}
	.am_sec03_txt {
		width: 100%;
		padding: 40px 40px 50px;
	}
	.am_sec03_txt::before {
		left: 45px;
		top: -20px;
		bottom: auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 25px 30px;
		border-color: transparent transparent #ffffff transparent;
	}
}
@media (max-width: 576px){
	.am_sec03_img {
		margin-bottom: 12vw;
	}
	.am_sec03_txt {
		padding: 10.6vw 5.3vw;
	}
} */

/* .am_sec04_ttl {
	font-size: 3.2rem;
}
.am_sec04Lst {
	margin-top: 40px;
}
.am_sec04Lst_li {
	font-weight: 500;
}
.am_sec04_subTtl span {
	display: inline-block;
	line-height: 1;
}
.am_sec04_subTtl span::before,
.am_sec04_subTtl span::after {
	width: 10px;
	height: 14px;
	bottom: 0;
}
.am_sec04_subTtl span::before {
	left: -18px;
	background-image: url(../img/asset_management/ttl03_before.svg);
}
.am_sec04_subTtl span::after {
	right: -20px;
	background-image: url(../img/asset_management/ttl03_after.svg);
}
.am_sec04Lst {
	list-style: decimal;
	counter-reset: item;
}
.am_sec04Lst_li {
	position: relative;
	padding-top: 10px;
	padding-left: 95px;
	padding-bottom: 50px;
	list-style-type: none;
}
.am_sec04Lst_li:last-child {
	padding-bottom: 0;
}
.am_sec04Lst_li::before{
	content: counter(item);
	counter-increment: item;
	position: absolute;
	display: inline-block;
	width: 65px;
	height: 65px;
	top: 0;
	left: 0;
	color: #fff;
	font-family: 'Mitr', sans-serif;
	font-size: 4.1rem;
	font-weight: normal;
	background-color: #009be3;
	border-radius: 50%;
	text-align: center;
	line-height: 65px;
	z-index: 2;
}
.am_sec04Lst_li::after{
	content: '';
	position: absolute;
	top: 75px;
	left: 31px;
	width: 4px;
	height: calc(100% - 85px);
	background-color: #E3F2FD;
	border-radius: 50px;
	z-index: 1;
}
.am_sec04Lst_li:last-child::after {
	display: none;
}
.am_sec04_inrLst_li {
	position: relative;
	padding: 30px 40px;
	border-radius: 20px;
	border: 4px solid #E3F2FD;
}
.am_sec04_inrLst_li.recommend {
	padding: 30px 25px;
	border: 4px solid #009BE3;
}
.am_sec04_inrLst_li.recommend span {
	position: absolute;
	width: 96px;
	top: -1em;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #009BE3;
	border-radius: 5px;
	text-align: center;
}
.am_sec04_inrLst_li .g_h5 {
	margin-bottom: 15px;
}
@media (max-width: 896px){
	.am_sec04_ttl {
		font-size: 2rem;
	}
	.am_sec04_inrLst_li {
		max-width: 540px;
		width: 100%;
		margin: 0;
	}
	.am_sec04_inrLst_li:nth-of-type(2n) {
		margin-top: 30px;
	}
}
@media (max-width: 576px){
	.am_sec04_subTtl span {
		line-height: 1.75;
	}
	.am_sec04Lst {
		margin-top: 8vw;
	}
	.am_sec04Lst_li {
		padding-top: 1.3vw;
		padding-left: 10.6vw;
		padding-bottom: 8vw;
	}
	.am_sec04Lst_li::before{
		width: 8vw;
		height: 8vw;
		font-size: 1.8rem;
		line-height: 8vw;
	}
	.am_sec04Lst_li::after{
		top: 10.6vw;
		left: 4vw;
		width: 2px;
		height: calc(100% - 13.3vw);
	}
	.am_sec04_inrLst_li {
		padding: 8vw 5.3vw;
		border: 2px solid #E3F2FD;
	}
	.am_sec04_inrLst_li:nth-of-type(2n) {
		margin-top: 0;
	}
	.am_sec04_inrLst_li.recommend {
		padding: 8vw 5.3vw;
		border: 2px solid #009BE3;
	}
	.am_sec04_inrLst_li.recommend span {
		width: 96px;
	}
	.am_sec04_inrLst_li .g_h5 {
		font-size: 1.6rem;
		margin-bottom: 1.3vw;
	}
	.am_sec04_inrLst_li .g_h5 br.u_lg {
		display: block;
	}
} */

.am_sec05_cont {
  padding: 30px 40px;
  max-height: 320px;
  background-color: #fff;
  overflow-y: scroll;
}
.am_sec05_btn {
  max-width: 465px;
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 100px;
}
.am_sec05_btn input {
  visibility: hidden;
  position: absolute;
}
.am_sec05_btn .note {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.am_sec05_btn_inr {
  width: 100%;
  height: 100%;
  padding: 20px;
  cursor: pointer;
}
.am_sec05_btn .check_mark {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  background-color: #fff;
  border: 2px solid #009be3;
}
.am_sec05_btn .check_mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  width: 8px;
  height: 13px;
  margin: auto;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  opacity: 0;
  transition: opacity 0.1s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.am_sec05_btn input[type="checkbox"]:checked + .am_sec05_btn_inr .check_mark {
  background-color: #009be3;
}
.am_sec05_btn
  input[type="checkbox"]:checked
  + .am_sec05_btn_inr
  .check_mark::after {
  opacity: 1;
}
@media (max-width: 576px) {
  .am_sec05_cont {
    padding: 5.3vw;
    max-height: 89.3vw;
  }
  .am_sec05_btn {
    margin-top: 8vw;
    font-size: 1.5rem;
  }
  .am_sec05_btn_inr {
    padding: 5.3vw;
  }
  .am_sec05_btn .check_mark {
    width: 8vw;
    height: 8vw;
    margin-right: 2.6vw;
  }
  .am_sec05_btn .check_mark::after {
    top: 0.533vw;
    width: 2.133vw;
    height: 3.467vw;
  }
}

.service_supportLst_li {
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px;
}
.service_supportLst_li_ttl {
  padding: 20px;
  background-color: #009be3;
  text-align: center;
}
.service_supportLst_li_inr {
  padding: 25px 50px 40px;
}
.service_support_note {
  margin-top: 15px;
  font-size: 1.1rem;
}
.service_support_img {
  min-width: 67px;
  margin: 0 20px;
}
.service_support_num span {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
}
.service_support_num a {
  color: #009be3;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}
.service_support_telLst_li {
  padding: 15px 0 10px;
}
.service_support_telLst_li + .service_support_telLst_li {
  border-top: 1px solid #eee;
}
@media (max-width: 1110px) {
  .service_supportLst_li_inr {
    padding: 25px 20px 40px;
  }
  .service_support_telLst_li {
    max-width: 440px;
    margin: auto;
  }
  .service_support_img {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media (max-width: 896px) {
  .service_supportLst_li {
    max-width: 540px;
    width: 100%;
    margin: 0;
  }
  .service_supportLst_li:nth-of-type(2n) {
    margin-right: auto;
    margin-top: 30px;
  }
  .service_supportLst_li_inr {
    padding: 25px 70px 40px;
  }
  .am_support .service_supportLst_li {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .service_supportLst_li_inr {
    padding: 4vw 8vw 6.6vw;
  }
  .service_support_telLst_li {
    padding: 4vw 0 2.6vw;
  }
  .service_support_num a {
    font-size: 3.2rem;
    text-decoration: none;
  }
  .service_support_img {
    max-width: 13.3vw;
    min-width: 0px;
    margin-right: 1.3vw;
  }
  .service_support_smp {
    min-width: 13.3vw;
  }
  .service_support_smp img {
    max-width: 8vw;
  }
  .service_support_note {
    margin-top: 1.3vw;
  }
}

/* 魅力 */
.am_charm {
  padding-top: 100px;
}
.am_charmLst {
  margin-top: 80px;
}
.am_charmLst_li + .am_charmLst_li {
  margin-top: 65px;
}
.am_charmLst_img {
  width: 47%;
}
.am_charmLst_img img {
  height: 100%;
  max-height: 398px;
  -o-object-fit: contain;
  object-fit: contain;
}
.am_charmLst_sns {
  width: 60%;
  margin-top: 1.5rem;
  gap: 3.5rem;
  align-items: center;
}
.am_charmLst_sns .am_charmLst_sns_link {
  width: 18%;
  display: block;
}
.am_charmLst_sns .am_charmLst_sns_link img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media all and (-ms-high-contrast: none) {
  .am_charmLst_img img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
}
.am_charmLst_txt {
  width: 50%;
  padding: 60px 50px 60px 80px;
  background-color: #fff;
  border-radius: 30px;
}
.am_charmLst_li:nth-child(odd) .am_charmLst_txt {
  margin-left: 3%;
}
.am_charmLst_li:nth-child(odd) .am_charmLst_txt::before {
  left: -33px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 34px 40px 0;
  border-color: transparent #ffffff transparent transparent;
}
.am_charmLst_li:nth-child(even) .am_charmLst_txt {
  order: 1;
  margin-right: 3%;
}
.am_charmLst_li:nth-child(even) .am_charmLst_img {
  order: 2;
}
.am_charmLst_li:nth-child(even) .am_charmLst_txt::before {
  right: -33px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 34px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.am_charmLst_baloon {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 10px;
  color: #009be3;
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px solid #009be3;
  border-radius: 10px;
  letter-spacing: 0.06em;
  min-width: 103px;
  text-align: center;
}
.am_charmLst_baloon::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 0;
  border-color: #009be3 transparent transparent transparent;
  left: 45px;
  bottom: -10px;
}
.am_charmLst_baloon::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 0 0;
  border-color: #fff transparent transparent transparent;
  left: 47px;
  bottom: -6px;
}
.am_charmLst_baloon_sq {
  position: absolute;
  display: block;
  width: 5px;
  height: 4px;
  left: 40px;
  bottom: -3px;
  background-color: #fff;
}
.am_charmLst_li_ttl {
  color: #009be3;
  /* margin-bottom: 15px; */
  margin-bottom: 0.5em;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.am_charmLst_li .g_btn {
  margin-top: 40px;
}
@media (max-width: 1110px) {
  .am_charmLst_txt {
    padding: 60px 50px;
  }
}
@media (max-width: 896px) {
  .am_charmLst {
    margin-top: 60px;
  }
  .am_charmLst_li + .am_charmLst_li {
    margin-top: 40px;
  }
  .am_charmLst_txt {
    padding: 40px 30px;
  }
  .am_charmLst_baloon {
    margin-bottom: 10px;
    padding: 2px 9px;
    font-size: 1.4rem;
  }
  .am_charmLst_li_ttl {
    font-size: 2.8rem;
  }
  .am_charmLst_li .g_btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .am_charmLst .am_charmLst_li .am_charmLst_img {
    width: 100%;
    order: 1;
  }
  .am_charmLst .am_charmLst_li .am_charmLst_txt {
    order: 2;
    width: 100%;
    max-width: 450px;
    margin: 35px auto 0;
    padding: 40px 20px;
    text-align: center;
  }
  .am_charmLst_li:nth-child(odd) .am_charmLst_txt {
    margin-left: auto;
  }
  .am_charmLst_li:nth-child(odd) .am_charmLst_txt::before {
    left: 50px;
    top: -28px;
    bottom: auto;
    border-width: 0 0 30px 25px;
    border-color: transparent transparent #ffffff transparent;
  }
  .am_charmLst_li:nth-child(even) .am_charmLst_txt {
    margin-right: auto;
  }
  .am_charmLst_li:nth-child(even) .am_charmLst_txt::before {
    right: 50px;
    top: -28px;
    bottom: auto;
    border-width: 30px 0 0 25px;
    border-color: transparent transparent transparent #ffffff;
  }
  .am_charmLst_li_ttl {
    text-align: center;
  }
  .am_charmLst_li .g_btn {
    margin: 30px auto 0;
  }
  .am_charmLst_sns {
    width: 100%;
    justify-content: center;
    gap: 2.5rem;
  }
  .am_charmLst_sns .am_charmLst_sns_link {
    width: 10%;
  }
}
@media (max-width: 576px) {
  .am_charm {
    padding-top: 21vw;
  }
  .am_charmLst_li + .am_charmLst_li {
    margin-top: 10.6vw;
  }
  .am_charmLst_img img {
    max-height: 65.6vw;
  }
  .am_charmLst_txt {
    margin-top: 12vw;
    padding: 10.6vw 5.3vw;
  }
  .am_charmLst_baloon {
    padding: 0.8vw 2.4vw 0.533vw;
    margin-bottom: 2.6vw;
  }
  .am_charmLst_li_ttl {
  }
  .am_charmLst_li .g_btn {
    margin-top: 8vw;
  }
}

/* お取引のはじめ方 */
.am_guide_itm {
  width: 48.5%;
  margin: 50px 3% 0 0;
  padding: 50px 30px 50px 20px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.am_guide_itm:nth-of-type(2n) {
  margin-right: 0;
}
.am_guide_itm_num {
  color: #fff;
  font-size: 4.1rem;
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: #009be3;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: 20px;
}
.am_guide_itm_wrp {
  height: 100%;
}
.am_guide_itm_img {
  width: 33.3%;
}
.am_guide_itm_txt {
  width: 62.5%;
  height: 100%;
}
.am_guide_itm_ttl {
  font-size: 2rem;
}
@media (max-width: 1040px) {
  .am_guide_itm_img {
    width: 50%;
    max-width: 160px;
    margin: 0 auto;
  }
  .am_guide_itm_txt {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .am_guide_itm,
  .am_guide_itm:nth-of-type(2n) {
    width: 100%;
    max-width: 450px;
    margin: 50px auto 0;
  }
  .am_guide_itm_txt .g_btn {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .am_guide_itm,
  .am_guide_itm:nth-of-type(2n) {
    padding: 5.3vw 5.3vw 8.6vw;
    margin: 30px auto 0;
  }
  .am_guide_itm_num {
    font-size: 3rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 5.3vw;
    left: 5.3vw;
  }
  .am_guide_itm_ttl {
    font-size: 1.7rem;
  }
}

/* スティッキーエリア */
.am_btn.u_ic::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.am_sticky {
  width: 100%;
  padding: 16px 0;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: background 0.2s, opacity 0.2s, visibility 0s, ease 0.2s;
  opacity: 1;
  visibility: visible;
}
.am_sticky.js_fadeout {
  opacity: 0;
  visibility: hidden;
}
.am_sticky_btn {
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
}

.am_sticky + .footer .g_pagetop_fixed {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 576px) {
  .am_sticky {
    padding: 4vw 0;
  }
  .am_sticky_btn {
    width: calc(100% - 13.3vw - 20px);
    margin: 0;
    height: 12.333vw;
  }
  .am_sticky_btn a {
    font-size: 4vw;
    padding: 0;
  }
  .am_sticky + .footer .g_pagetop_fixed {
    width: 12.333vw;
    height: 12.333vw;
    bottom: 4vw !important;
    opacity: 1;
    visibility: visible;
  }
}

/*    保険設計プラン
=====================================================*/
.id_cont_img {
  width: 30%;
  margin-right: 6%;
}
.id_cont_img img,
.id_cont_img p {
  max-width: 300px;
  margin: 0;
}
.id_cont_img a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.id_cont_img a:hover {
  opacity: 0.5;
}
.id_cont_txt {
  width: 64%;
}
.id_cont_txt .g_btn {
  margin-top: 40px;
}

.id_sec03Lst_li {
  padding: 50px;
  background-color: #fff;
  border-radius: 30px;
}
.id_sec03Lst_li h5 {
  font-size: 2rem;
}
.id_sec03Lst_li .g_btn {
  margin-top: 30px;
}

.id_support .service_supportLst_li {
  width: 32%;
}
.id_support .service_supportLst_li + .service_supportLst_li {
  margin-left: 2%;
}
.id_support .service_supportLst_li_ttl {
  font-size: 2rem;
  line-height: 1.5;
}
.id_support h6 {
  letter-spacing: normal;
  line-height: 1.4;
}
.id_support .service_supportLst_li_inr {
  padding: 25px 30px 30px;
}
.id_support .service_support_telLst_li {
  padding: 15px 10px 10px;
}
.id_support .service_support_img {
  margin: 0 30px 0 0;
  min-width: 0px;
}
.id_support .service_support_img img {
  max-width: 32px;
}
.id_support .service_support_num a {
  font-size: 3.2rem;
}
@media (max-width: 1160px) {
  .id_support .service_supportLst {
    max-width: 730px;
    margin: auto;
  }
  .id_support .service_supportLst_li {
    width: 49%;
  }
  .id_support .service_supportLst_li:last-child {
    margin-top: 2%;
    margin-left: 0;
  }
}
@media (max-width: 1110px) {
  .id_sec03Lst_li p {
    padding: 0 !important;
  }
}
@media (max-width: 896px) {
  .id_sec03Lst_li {
    padding: 50px 20px;
  }
  .id_support .service_supportLst_li:nth-of-type(2n) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .id_cont_img {
    width: 100%;
    margin-right: 0;
  }
  .id_cont_img img,
  .id_cont_img p {
    margin: auto;
  }
  .id_cont_txt {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .id_cont_txt .g_btn {
    margin: 30px auto 0;
  }

  .id_sec03Lst_li {
    width: 100%;
    max-width: 540px;
    margin: auto;
    padding: 50px;
  }
  .id_sec03Lst_li:nth-of-type(2n) {
    margin: 20px auto 0;
  }
  .id_support .service_supportLst_li {
    width: 100%;
    max-width: 360px;
    margin: auto;
  }
  .id_support .service_supportLst_li + .service_supportLst_li {
    margin: 20px auto 0;
  }
}
@media (max-width: 576px) {
  .id_cont_img img {
    max-width: 64vw;
  }
  .id_sec03Lst_li {
    padding: 8vw 5.3vw 10.6vw;
  }
  .id_support .service_supportLst_li:first-child .service_supportLst_li_inr {
    padding: 4vw 8vw 6.6vw;
  }
  .id_support .service_supportLst_li_inr {
    padding: 4vw 5.3vw 6.6vw;
  }
  .id_support .service_support_img {
    margin: 0 6.6vw 0 0;
  }
  .id_support .service_support_telLst_li {
    padding: 4vw 2.6vw 2.6vw;
  }
  .id_support .service_supportLst_li:first-child .service_support_telLst_li {
    padding: 4vw 0 2.6vw;
  }
}

/*    会社概要
=====================================================*/
.company_about_dl > div:last-child {
  padding-top: 40px;
  padding-bottom: 0;
}
.company_about_dl > div:last-child .g_btn a {
  padding: 10px;
}
@media (max-width: 896px) {
  .company_about_dl > div:last-child {
    padding-top: 18px;
  }
  .company_about_dl > div:last-child dd {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .company_greeting .g_wrap_inr {
    padding-bottom: 10.6vw;
  }
}

/* vision */
.vision_ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.vision_ttl span {
  display: block;
  font-size: 6rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
.vision_sec01Lst {
  padding-top: 60px;
}
.vision_sec01Lst_li {
  position: relative;
  padding: 50px;
  background-color: #fff;
  border-radius: 30px;
}
.vision_sec01Lst_li + .vision_sec01Lst_li {
  margin-top: 40px;
}
.vision_sec01Lst_point {
  position: absolute;
  top: -20px;
  left: 35px;
}
.vision_sec01Lst_img {
  width: 45%;
}
.vision_sec01Lst_txt {
  width: 52%;
  margin-left: 3%;
}
.vision_sec01Lst_li_ttl {
  margin-bottom: 20px;
  color: #009be3;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (max-width: 896px) {
  .vision_ttl {
    font-size: 1.6rem;
  }
  .vision_ttl span {
    font-size: 4rem;
  }
  .vision_sec01Lst {
    padding-top: 50px;
  }
  .vision_sec01Lst_li {
    padding: 50px 20px;
  }
  .vision_sec01Lst_li_ttl {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  .vision_sec01Lst {
    padding-top: 13.3vw;
  }
  .vision_sec01Lst_li {
    padding: 10.6vw 5.3vw 13.3vw;
  }
  .vision_sec01Lst_li + .vision_sec01Lst_li {
    margin-top: 10.6vw;
  }
  .vision_sec01Lst_point {
    top: -2.6vw;
    left: -2.6vw;
  }
  .vision_sec01Lst_point img {
    max-width: 24vw;
  }
  .vision_sec01Lst_img {
    width: 100%;
  }
  .vision_sec01Lst_img img {
    max-width: 64.8vw;
  }
  .vision_sec01Lst_txt {
    width: 100%;
    margin-top: 4vw;
    margin-left: 0;
  }
  .vision_sec01Lst_li_ttl {
    margin-bottom: 4vw;
    text-align: center;
  }
}

/*    電子公告
=====================================================*/

/*    よくあるご質問
=====================================================*/
/* アンカーリンクの余白調整 */
.faq_head {
  padding-top: 60px;
  margin-top: -60px;
}

.faq_Lst .faq_Lst_li {
  border-bottom: 1px solid #eee;
}
.faq_Lst .faq_Lst_li:first-child {
  border-top: 1px solid #eee;
}
.faq_Lst div.faq_Lst_li {
  padding: 5px 0;
}
.faq_Lst .faq_Lst_li .faq_ttl {
  color: #009be3;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 15px 30px 15px 4.1rem;
}
.faq_Lst .faq_Lst_li .faq_txt {
  padding-left: 4.1rem;
  padding-bottom: 15px;
}
.faq_Lst .faq_Lst_li .faq_ttl::before,
.faq_Lst .faq_Lst_li .faq_txt::before {
  top: 0;
  left: 5px;
  color: #009be3;
  font-family: "Mitr", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
}
.faq_Lst .faq_Lst_li .faq_ttl::before {
  content: "Q";
  top: 15px;
}
.faq_Lst .faq_Lst_li .faq_txt::before {
  content: "A";
}

.faq_Lst .faq_Lst_li .faq_table01 * {
  padding-left: 10px;
  text-indent: 0;
}
.faq_Lst .faq_Lst_li .faq_table01 th,
.faq_Lst .faq_Lst_li .faq_table01 td {
  width: 25%;
}
.faq_Lst .faq_Lst_li .faq_table01 .hd_tr th + th,
.faq_Lst .faq_Lst_li .faq_table01 td {
  border-left: 1px solid #eee;
}

/* pulldown */
.faq_pulldown_btn {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #009be3;
  border-radius: 50px;
}
.faq_pulldown_btn::before,
.faq_pulldown_btn::after {
  display: block;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s linear;
}
.faq_pulldown_btn::before {
  width: 10px;
  height: 2px;
}
.faq_pulldown_btn::after {
  width: 2px;
  height: 10px;
}
.faq_ttl.js_open .faq_pulldown_btn::before {
  display: none;
}
.faq_ttl.js_open .faq_pulldown_btn::after {
  transition: all 0.3s linear;
  -webkit-transform: rotate(90deg) translateY(0px);
  transform: rotate(90deg) translateY(0px);
}

@media (max-width: 896px) {
  .faq_anc_lst .g_anc_Lst_Itm:nth-child(3) {
    margin-top: 0;
  }
  .faq_Lst .faq_Lst_li .faq_table01 th,
  .faq_Lst .faq_Lst_li .faq_table01 td {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .faq_anc_lst .g_anc_Lst_Itm:nth-child(3) {
    margin-top: 2.6vw;
  }
}

/*    各種ポリシー
=====================================================*/
.policy_Lst .policy_Lst_li {
  border-bottom: 1px solid #eee;
}
.policy_Lst .policy_Lst_li:first-child {
  border-top: 1px solid #eee;
}
.policy_pulldown {
  padding: 20px 30px 20px 0;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  transition: color 0.2s;
}
.policy_pulldown:hover {
  color: #009be3;
}
.policy_pulldown_btn {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #009be3;
  border-radius: 50px;
}
.policy_pulldown_btn::before,
.policy_pulldown_btn::after {
  display: block;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s linear;
}
.policy_pulldown_btn::before {
  width: 10px;
  height: 2px;
}
.policy_pulldown_btn::after {
  width: 2px;
  height: 10px;
}
.policy_pulldown.js_open .policy_pulldown_btn::before {
  display: none;
}
.policy_pulldown.js_open .policy_pulldown_btn::after {
  transition: all 0.3s linear;
  -webkit-transform: rotate(90deg) translateY(0px);
  transform: rotate(90deg) translateY(0px);
}

.policy_cont {
  font-size: 1.4rem;
  padding-bottom: 40px;
}
.policy_cont h5 {
  font-size: 1.6rem;
}
.policy_cont ul li,
.policy_cont ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.policy_cont ul li p,
.policy_cont ol li p {
  padding-left: 0;
  text-indent: 0;
}
.policy_cont ul li table,
.policy_cont ul li table *,
.policy_cont ol li table,
.policy_cont ol li table * {
  text-indent: 0;
}
.policy_cont dl dt {
  text-indent: 0;
}
.policy_cont .policy_table01 th,
.policy_cont .policy_table01 td {
  width: 33.3333333%;
}
.policy_cont .policy_table02 th {
  width: 24%;
}
.policy_cont .policy_table02 td {
  width: 76%;
}
.policy_Lst_num {
  list-style: decimal;
  counter-reset: item;
}
.policy_cont .policy_Lst_num > li {
  list-style-type: none;
}
.policy_Lst_num > li::before {
  content: counter(item) ".";
  counter-increment: item;
  font-weight: bold;
  text-align: right;
}
.policy_Lst_num > li + li {
  margin-top: 20px;
}
.policy_Lst_num > li > span + * {
  margin-top: 5px;
}
.policy_Lst_circle > li::before {
  content: "〇";
}
.policy_Lst_dot > li::before {
  content: "・";
}
.policy_Lst_brac {
  list-style: decimal;
  counter-reset: item;
}
.policy_Lst_brac > li {
  list-style-type: none;
}
.policy_Lst_brac > li + li {
  margin-top: 15px;
}
.policy_Lst_brac > li::before {
  content: "（" counter(item) "）";
  counter-increment: item;
  text-align: right;
}
.policy_cont .policy_Lst_brac li {
  padding-left: 1.55em;
  text-indent: -1.55em;
}
.policy_Lst_cir_n > li {
  position: relative;
  padding-left: 1em !important;
  text-indent: -1em !important;
}
/* .policy_Lst_cir_n {
  list-style-type: none;
  counter-reset: number;
}
.policy_Lst_cir_n > li::before {
	content: '';
	font-size: 2rem;
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	position: relative;
	border: 1px solid #191919;
	border-radius: 50%;
	top: 0.1em;
	left: 0;
}
.policy_Lst_cir_n > li::after {
	content: counter(number);
	counter-increment: number;
	position: absolute;
	font-size: 1rem;
	font-weight: 500;
	top: 4px;
	left: 1.4em;
	text-align: center;
}
_::-webkit-full-page-media, _:future, :root .policy_Lst_cir_n > li::after {
	top: 6px;
}
@media all and (-ms-high-contrast: none) {
	.policy_Lst_cir_n > li::after {
		left: 1.2em;
	}
} */

.policy_Lst_circle > li,
.policy_Lst_dot > li {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

@media (max-width: 896px) {
  .policy_cont .policy_table01 th,
  .policy_cont .policy_table01 td {
    font-size: 1.3rem;
  }
  .policy_cont .policy_table02 th {
    width: 100%;
  }
  .policy_cont .policy_table02 td {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .policy_pulldown {
    font-size: 1.6rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .policy_cont .policy_table02 {
    table-layout: fixed;
  }
}
.example {
    display: -ms-grid;
    display: grid;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
      -ms-user-select: none;
            user-select: none;
    background: linear-gradient(to bottom, white, black);
}

/*    検査証明書
=====================================================*/
.report_head {
  position: relative;
}
.report_head_link {
  position: absolute;
  top: -0.6rem;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
.report_lead {
  gap: 10rem;
}