@charset "utf-8";
/*------------------------------------

personal set css
personal detail css

-------------------------------------*/

.content strong,
.content .strong {
  font-weight: bold;
}

/*------------------------------------
画面サイズ 768px 以上 (PC)
-------------------------------------*/
@media screen and (min-width: 768px) {

/* 共通コンテンツスタイル
----------------------------------------------------------- */
.underlayer_box {
  width: 91.768%;
  max-width: 1200px;
  padding: 10px 0 60px;
  margin: 0 auto;
  height: auto;
}
.underlayer_box .inner {
  padding: 0 50px 15px 50px;
}

.pankuzu {
  background-color: #fff;
}
.pankuzu_inner {
  width: 85.768%;
  max-width: 1200px;
  padding: 21px 4.116%;
  margin: 0 auto;
}
.pankuzu_list {
  font-size: 15px;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pankuzu_inner .pankuzu_list a {
  font-size: 15px;
  line-height: 1.2;
  color: #333;
  text-decoration: none;
  opacity: 1;
  transition: opacity .3s;
}

.pankuzu_inner .pankuzu_list a:hover {
  opacity: 0.6;
}


.asset_ttl {
  width: 100%;
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.asset_ttl picture {
  display: block;
}
.asset_ttl img {
  width: 100%;
  position: relative;
  top: 0;
}
.asset_ttl_inner {
  width: 91.768%;
  height: 100%;
  max-width: 1200px;
  padding: 0 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateY(0%) translateX(-50%);
}
.asset_ttl_inner h1 {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 60px;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: 0 10% 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
}
.asset_ttl_inner h1 span {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.06em;
  line-height: 46px;
  display: block;
  margin: 15px 0 0;
}


/* personal
----------------------------------------------------------- */
.personal {
  position: relative;
  padding-top: 0;
  padding-bottom: 156px;
}
.personal .inner {
  padding: 0 0 60px;
  margin: 0 10% 0;
  height: auto;
}
.personal .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0;
}
.personal .content li {
  width: calc(100% / 2 - 30px);
  display: flex;
  flex-direction:column;
  margin: 40px 0 0;
}
.personal .btn {
  width: auto;
  height:auto;
  min-height: 182px;
  padding: 0 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: #fff9f9;
  border: 2px solid #ffc2c2;

  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  color: #c06;
  text-decoration: none;
  position: relative;
  opacity: 1;
  transition: opacity .3s;
}

.personal .btn:hover {
  opacity: 0.6;
}

.personal .btn .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
}
.personal .btn .icon img {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0 0 10px;
  width: 20px;
  height: 20px;
}
.personal .btn .sub {
  font-weight: bold;
  font-size: 18px;
  line-height: 46px;
  color: #c06;
}
.personal .type {
  font-weight: normal;
  font-size: 21px;
  line-height: 32px;
  text-align: left;
  color: #333;
  margin: 20px 15px 0;
}


/* personal_detail
----------------------------------------------------------- */
.personal_detail {
  position: relative;
  padding-top: 0;
  padding-bottom: 156px;
}
.personal_detail .inner {
  padding: 10px 0 60px;
  margin: 0 10% 0;
  height: auto;
}
.personal_detail .content {
  margin: 60px 0 0;
  color: #333;
}
.personal_detail .days {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  margin: 48px 0 0;
  padding: 0;
}
.personal_detail .ttl_h1 {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: left;
  margin: 12px 0 0;
  padding: 0 0 7px 0;
  border-bottom: solid 2px #B7054B;
}
.personal_detail .sub_txt {
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  margin: 12px 0 0;
}
.personal_detail .content .txt_read {
  font-size: 21px;
  line-height: 32px;
  text-align: left;
}
.personal_detail .content .txt_honbun {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
.personal_detail .content .txt_hosoku {
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}

/* anc_btn
----------------------------------------------------------- */
.anc_btn {
}
.anc_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px;
}
.anc_btn.btn_2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 20px;
}
.anc_btn ul li {
  width: calc(100% / 4 - 40px);
}
.anc_btn.btn_1 ul li {
  width: calc(100% / 4 - 0px);
}
.anc_btn.btn_2 ul li {
  width: calc(100% / 4 - 0px);
}
.anc_btn.btn_2 ul li:nth-child(2) {
  margin: 0 0 0 40px;
}
.anc_btn.btn_3 ul li {
  width: calc(100% / 4 - 0px);
}
.anc_btn ul li a {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #c06;
  text-decoration: none;
  width: auto;
  height: 100%;
  border-radius: 0;
  background: #fff;
  border: 1px solid #c06;
  display: block;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 1;
  transition: opacity .3s;
}

.anc_btn ul li a:hover {
  opacity: 0.6;
}
.anc_btn ul li a .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(90deg);
}
.anc_btn ul li a .icon img {
  width: 14px;
  height: 14px;
  margin: 0 0 0 0;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  position: absolute;
}

/* life_plan
----------------------------------------------------------- */
.personal_detail.life_plan .inner {
  width: auto;
  max-width: 956px;
  padding: 10px 0 60px;
  margin: 0 10% 0;
  height: auto;
}
.personal_detail.life_plan .content{
  margin: 160px 0 0;
}
.age {
  font-family: "Oswald", serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-optical-sizing: none;
  font-weight: 700;
  font-style: normal;

  font-size: 120px;
  line-height: 20px;
  text-align: left;
  color: #333;
}
.dai {
  font-weight: bold;
  font-size: 48px;
  line-height: 20px;
  text-align: left;
  color: #333;
}
.age_imagine {
  font-weight: normal;
  font-size: 21px;
  line-height: 32px;
  text-align: left;
  color: #333;
  padding: 16px 110px 16px 210px;
  display: block;
}
.life_plan_h2 {
  position: relative;
  background: #f8e4e4;
}
.set:not(:first-child) .life_plan_h2{
  margin: 210px 0 0;
}
.life_plan_h2 .icon {
  position: absolute;
  bottom: 6px;
  right: 50px;
  width: 59px;
  height: auto;
}
.age30 .life_plan_h2 .icon {
  position: absolute;
  bottom: 6px;
  right: 50px;
  width: 82px;
  height: auto;
}
.age40 .life_plan_h2 .icon {
  position: absolute;
  bottom: 6px;
  right: 50px;
  width: 77px;
  height: auto;
}
.age50 .life_plan_h2 .icon {
  position: absolute;
  bottom: 6px;
  right: 50px;
  width: 164px;
  height: auto;
}
.age60 .life_plan_h2 .icon {
  position: absolute;
  bottom: 6px;
  right: 38px;
  width: 128px;
  height: auto;
}
.life_plan_h2 .icon img {
  width: 100%;
}
.age_box {
  position: absolute;
  top: -35px;
  left: 15px;
}
.icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 34px;
  width: 24px;
  height: 24px;
  margin-top: 0px;
  box-sizing: border-box;
  transform: rotate(0deg) translateY(-50%) translateX(0%);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.icon_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(1);
  background: #c55b5b;
  border-radius: 50%;
  transition: transform 0.2s;
}
.anim_icon {
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(0deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: absolute;
}

.event_list {

}
.event_list li {
  margin: 20px 16px 0;
}
.environ {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
  text-align: left;
  color: #fff;

  padding: 4px 20px;
  background: #6a0a0a;
  display: inline-block;
  margin: 0 34px 0;
}
.event_txt {
  font-weight: bold;
  font-size: 22px;
  line-height: 46px;
  text-align: left;
  color: #000;
  display: block;
  margin: 12px 60px 0 34px;
}
.personal_detail.life_plan .inner .down_box .inner {
  margin: 0 34px 0;
  padding: 20px 0 20px;
}

.link_list:not(:first-child) {
  border-top: 1px solid #707070;
  margin: 30px 0 0;
  padding: 30px 0 0;
}
.risk_set {
  display: flex;
  flex-wrap: wrap;
}
.risk_set .ttl {
  font-weight: bold;
  font-size: 17px;
  line-height: 33px;
  text-align: left;
  color: #040404;

  padding: 0 0 0 38px;
  width: 16%;
  position: relative;
}
.risk_set .ttl .icon {
  position: absolute;
  top: -3px;
  left: 0;
  width: 26px;
}
.risk_set .ttl .icon img {
  width: 100%;
}
.risk_set .info {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #ff0404;
  width: calc(84% - 58px);
  padding: 0 0 0 20px;
}
.hoken_set {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.look_over_only {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 5px;
}
.look_over_only .look_over {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #333;
  width: calc(74% - 8%);
}
.look_over_only .ttl {
  font-weight: bold;
  font-size: 17px;
  line-height: 33px;
  text-align: left;
  color: #040404;

  padding: 0 0 0 38px;
  width: 16%;
  position: relative;
  display: flex;
  align-items: center;
}
.hoken_set .ttl {
  font-weight: bold;
  font-size: 17px;
  line-height: 33px;
  text-align: left;
  color: #040404;

  padding: 0 0 0 38px;
  width: 16%;
  position: relative;
  display: flex;
  align-items: center;
}
.hoken_set .ttl .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  transform: translate(0, -50%);
}
.hoken_set .ttl .icon img {
  width: 100%;
}
.hoken_set .info {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #ff0404;
  width: calc(84% - 58px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0 0 20px;
}
.hoken_set .info .look_over {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
.hoken_set .info .btn {
  width: calc(30% - 38px);
  max-width: 160px;
  min-width: 65px;
  padding: 10px 40px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #ffc2c2;

  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #c06;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 1;
  transition: opacity .3s;
  margin: 16px 0 0 0;
}

.hoken_set .info .btn:hover {
  opacity: 0.6;
}

.hoken_set .info .btn:nth-child(even) {
  margin: 16px 0 0 34px;
}
.hoken_set .info .btn:nth-child(1) {
  margin: 0 0 0 0;
}
.hoken_set .info .btn:nth-child(2) {
  margin: 0 0 0 34px;
}
.hoken_set .info .btn .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  display: inline-block;
  transform: translate(0, -50%);
}
.hoken_set .info .btn .icon img {
  width: 100%;
  vertical-align: top;
}

.accordion {
  width: 100%;
  height: auto;
  background: #FFF9F9;
  border: 1px solid #ffc2c2;
  transition: background .3s;
}
.accordion.on {
  background: #ffefef;
  border: 1px solid #ffc2c2;
}
.accordion-click {
  cursor: pointer;
  position: relative;
  padding: 20px 0 17px 0;
}
.accordion-click .icon_wrap .anim_icon::before {
  transform: rotate(-90deg);
}
.accordion-click.open .icon_wrap .anim_icon::before {
  transform: rotate(0deg);
}
.accordion-click.open .icon_wrap .anim_icon::after {
  transform: rotate(0deg);
}
.anim_icon::before {
  width: 2px;
  height: 8px;
  top: 0px;
  left: 3px;
  transition-duration: 0.2s;
}
.anim_icon::before,
.anim_icon::after {
  display: flex;
  content: "";
  background-color: rgb(255, 255, 255);
  width: 8px;
  height: 2px;
  position: absolute;
  top: 3px;
  left: 0px;
  transform: rotate(0deg);
  transform-origin: center center;
  border-radius: 0px;
}


/* hoken_info
----------------------------------------------------------- */
.hoken_info {
  width: auto;
  height: auto;
  background: #fff;
  border: 5px solid #ffc2c2;
  border-radius: 15px;
  margin: 80px 0 0;
}
.hoken_info .hoken_info_inner {
  padding: 11px 13px 40px;
}
.hoken_info .hoken_info_h2 {
  width: calc(100% - 40px);
  height: auto;

  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: left;
  color: #333;
  background: #f8e4e4;
  padding: 8px 20px;
}
.hoken_info .hoken_info_inner .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 18px 8px 0;
}
.hoken_info .hoken_info_inner .flex_non {
  display: block;
  margin: 18px 20px 0;
}
.hoken_info .image {
  width: calc(47% - 5%);
}
.hoken_info .image img {
  width: 100%;
}
.hoken_info .txt {
  width: 55%;
}
.hoken_info .hoken_info_inner .flex_non  .txt {
  width: 100%;
}
.hoken_info .txt .feature {

}
.hoken_info .txt .feature .ttl {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #333;
  border-bottom : 1px solid #f1cddb;

  position: relative;
  padding: 0 0 5px 30px;
  margin: 0 0 0;
}
.hoken_info .txt .feature .ttl .icon img {
  width: 15px;
  height: 19px;
  margin: 1px 0 0 0;
  top: 18px;
  left: 0;
  transform: translate(0, -50%);
  position: absolute;
}
.hoken_info .txt .feature p {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;
  margin: 6px 0 0;
}
.hoken_info .txt .point {
  margin: 20px 0 0;
}
.hoken_info .txt .point .ttl {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #333;
  border-bottom : 1px solid #f1cddb;

  position: relative;
  padding: 5px 0 5px 30px;
  margin: 0 0 0;
}
.hoken_info .txt .point .ttl .icon img {
  width: 18px;
  height: 18px;
  margin: 1px 0 0 0;
  top: 23px;
  left: 0;
  transform: translate(0, -50%);
  position: absolute;
}
.hoken_info .txt .point ul {
  margin: 10px 0 0;
}
.hoken_info .txt .point ul li {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;

  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 0;
}
.hoken_info .txt .point ul li .icon img {
  width: 13px;
  height: 13px;
  margin: 1px 0 0 0;
  top: 16px;
  left: 5px;
  transform: translate(0, -50%);
  position: absolute;
}
.hoken_info .annotation {
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  color: #333;

  margin: 5px 8px 0;
}
.hoken_info .annotation.flex_non {
  margin: 20px 20px 0;
}
.hoken_info .annotation.others {
  margin: 5px 20px 0;
}
.hoken_info .indention {
  text-indent: -2em;
  padding-left: 2em;
}
.hoken_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0;
}
.hoken_list li {
  width: calc(100% / 2 - 30px);
  display: flex;
  flex-direction:column;
  margin: 40px 0 0;
}
.hoken_list .btn {
  width: auto;
  height:auto;
  min-height: 178px;
  padding: 0 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: #fff;
  border: 2px solid #FFC2C2;

  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;

  text-decoration: none;
  position: relative;
  opacity: 1;
  transition: opacity .3s;
}

.hoken_list .btn:hover {
  opacity: 0.6;
}

.hoken_list li .info_red {
  color: #ff0404;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin: 20px 0 0;
  padding: 0 25px;
}

.hoken_list .btn .reading_text {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  display: block;
}
.hoken_list .btn .reading_text.txt_only {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
.hoken_list .btn .hoken_logo {
  width: 100%;
  height: auto;
  text-align: center;
}
.hoken_list .btn .logo_img {
  display: inline-block;
  max-height: 75px;
}
.hoken_list .btn .logo_img img {
  width: 100%;
  height: 100%;
  margin: 1px 0 0;
  object-fit: cover;
}
.hoken_list .btn .logo_img.adjust_size img {
  max-width: 100%;
}
.hoken_list .btn .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 19px;
  height: 19px;
  transform: translate(0, -50%);
}
.hoken_list .btn .icon img {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0 0 10px;
  width: 19px;
  height: 19px;
}
.hoken_list .btn .icon.pdf {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 23px;
  transform: translate(0, -50%);
}
.hoken_list .btn .icon.pdf img {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0 0 10px;
  width: 20px;
  height: auto;
}


.content .simple_h1 {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 60px;
  text-align: left;
}
.content .simple_h2 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: left;
}
.content .bg_h2 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: left;
  padding: 8px 20px;
  background: #f8e4e4;
}
.content .simple_h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-align: left;
}
.content .arrow_h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-align: left;
  position: relative;
  padding: 0 0 0 30px;
}
.content .arrow_h3 .icon img {
  margin: 1px 0 0 0;
  top: 24px;
  left: 6px;
  transform: translate(0, -50%);
  position: absolute;
  width: 13.5px;
  height: 18.9px;
}
.content .link {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  color: #924;
  text-decoration: none;
  opacity: 1;
  transition: opacity .3s;
}

.content .link:hover {
  opacity: 0.6;
}

.content .link .icon {
  position: relative;
}
.content .link.inside .icon img {
  margin: 1px 0 0 18px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 8px;
  height: 13.6px;
}
.content .link.outside .icon img {
  margin: 1px 0 0 12px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 16px;
  height: 16px;
}

}/* END PC */

/*------------------------------------
画面サイズ 1025px 以上 1119px 未満 調整
-------------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1199px) {
}

/*------------------------------------
画面サイズ 768px 以上 1025px 未満
-------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .pankuzu_inner {
    width: 96%;
    max-width: none;
    height: auto;
    padding: 12px 28px;
    margin: 0 auto;
  }
  .personal .content li {
    width: 100%;
    display: flex;
    flex-direction:column;
    margin: 32px 0 0;
  }
  .personal .content li:first-child {
    margin: 14px 0 0;
  }
  .personal .btn {
    width: auto;
    height:auto;
    min-height: 100px;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background: #fff9f9;
    border: 2px solid #ffc2c2;

    font-weight: bold;
    font-size: 23px;
    line-height: 35px;
    text-align: center;
    color: #c06;
    text-decoration: none;
    position: relative;
  }
  .hoken_set .info .btn {
    min-width: 160px;
    max-width: 160px;
    padding: 9px 40px;
    margin: 16px auto 0;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #ffc2c2;

    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #c06;
    display: block;
    position: relative;
  }
  .hoken_set .info .btn:nth-child(even) {
    margin: 16px 0 0;
  }
  .hoken_set .info .btn:nth-child(1) {
    margin: 16px 0 0;
  }
  .hoken_set .info .btn:nth-child(2) {
    margin: 16px 0 0;
  }
  .hoken_list .btn .reading_text.txt_only {
    font-weight: bold;
    font-size: 19px;
    line-height: 41px;
  }
  .hoken_list li .info_red {
    color: #ff0404;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin: 10px 0 0;
    padding: 0 25px;
  }

}

/*------------------------------------
画面サイズ 768px 未満 (SP)
-------------------------------------*/
@media screen and (max-width: 768px) {

  /*
  SP 共通
  ----------------------------------------------------------- */
  .underlayer_box {
    width: unset;
    max-width: unset;
    padding: 0;
    margin: 0 auto;
  }
  .underlayer_box .inner {
    padding: 0 50px 15px 50px;
  }

  .pankuzu_list {
    font-size: 11px;
    line-height: 1.4;
  }
  .pankuzu_inner {
    padding: 12px 28px;
  }
  .pankuzu_inner .pankuzu_list a {
    font-size: 11px;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
  }

  .asset_ttl {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .asset_ttl picture {
    display: block;
  }
  .asset_ttl img {
    width: 200%;
    position: relative;
    top: 0;
    left: -69.5%;
  }
  .asset_ttl.personal_detail_ttl img {
    width: 200%;
    position: relative;
    top: 0;
    left: -69.5%;
  }
  .asset_ttl_inner {
    width: calc(100% - 25px);
    height: 100%;
    max-width: 1200px;
    padding: 0 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateY(0%) translateX(-50%);
  }
  .asset_ttl_inner h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 46px;
    text-align: left;
    color: #fff;
    padding: 0;
    margin: 0 0 0;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) translateX(0%);
  }
  .asset_ttl_inner h1 span {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 28px;
    display: block;
    margin: 0 0 0;
  }


  /*
  SP
  personal
  ----------------------------------------------------------- */
  .personal {
    position: relative;
    padding-top: 0;
    padding-bottom: 190px;
  }
  .personal .inner {
    width: auto;
    max-width: 956px;
    padding: 10px 15px 0;
    margin: 0 10px;
    height: auto;
  }
  .personal .content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .personal .content li {
    width: 100%;
    display: flex;
    flex-direction:column;
    margin: 20px 0 0;
  }
  .personal .content li:first-child {
    margin: 8px 0 0;
  }
  .personal .btn {
    width: auto;
    height:auto;
    min-height: 80px;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background: #fff9f9;
    border: 2px solid #ffc2c2;

    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #c06;
    text-decoration: none;
    position: relative;
  }

  .personal .btn .icon {
    position: absolute;
    top: 50%;
    right: 13px;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
  }
  .personal .btn .icon img {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 10px;
    width: 20px;
    height: 20px;
  }
  .personal .btn .sub {
    font-weight: bold;
    font-size: 12px;
    line-height: 26px;
    color: #c06;
  }
  .personal .type {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
    margin: 8px 5px 0;
    min-height: unset;
  }
  .personal .sp_line_height {
    line-height: 32px;
  }


  /* 
  SP
  anc_btn
  ----------------------------------------------------------- */
  .anc_btn {
  }
  .anc_btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0;
  }
  .anc_btn.btn_2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0;
  }
  .anc_btn ul li {
    width: calc(100% / 2 - 15px);
  }
  .anc_btn.btn_1 ul li {
    width: calc(100% / 2 - 15px);
  }
  .anc_btn.btn_2 ul li {
    width: calc(100% / 2 - 15px);
  }
  .anc_btn.btn_2 ul li:nth-child(2) {
    margin: 0 0 0 0;
  }
  .anc_btn.btn_3 ul li {
    width: calc(100% / 2 - 15px);
  }
  .anc_btn ul li:nth-child(n+3) {
    margin: 20px 0 0;
  }
  .anc_btn ul li a {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #c06;
    text-decoration: none;
    width: auto;
    height: auto;
    border-radius: 0;
    background: #fff;
    border: 1px solid #c06;
    display: block;
    padding: 14px 22px;
    position: relative;
  }
  .anc_btn ul li a .icon {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%) rotate(90deg);
  }
  .anc_btn ul li a .icon img {
    width: 14px;
    height: 14px;
    margin: 0 0 0 0;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    position: absolute;
  }

  /*
  SP
  life_plan
  ----------------------------------------------------------- */
  .personal_detail.life_plan {
    position: relative;
    padding-top: 0;
    padding-bottom: 110px;
  }
  .personal_detail.life_plan .inner {
    width: auto;
    max-width: 956px;
    padding: 10px 0 60px;
    margin: 0 10px;
    height: auto;
  }
  .personal_detail.life_plan .content{
    margin: 88px 0 0;
  }
  .age {
    font-family: "Oswald", serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-optical-sizing: none;
    font-weight: 700;
    font-style: normal;

    font-size: 50px;
    line-height: 20px;
    text-align: left;
    color: #333;
  }
  .dai {
    font-weight: bold;
    font-size: 26px;
    line-height: 20px;
    text-align: left;
    color: #333;
  }
  .age_imagine {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
    padding: 10px 38px 10px 38px;
    display: block;
  }
  .life_plan_h2 {
    position: relative;
    background: #f8e4e4;
  }
  .set:not(:first-child) .life_plan_h2{
    margin: 118px 0 0;
  }
  .life_plan_h2 .icon {
    position: absolute;
    bottom: 86%;
    right: 15px;
    width: 34px;
    height: auto;
  }
  .age30 .life_plan_h2 .icon {
    position: absolute;
    bottom: 86%;
    right: 15px;
    width: 43px;
    height: auto;
  }
  .age40 .life_plan_h2 .icon {
    position: absolute;
    bottom: 86%;
    right: 15px;
    width: 37px;
    height: auto;
  }
  .age50 .life_plan_h2 .icon {
    position: absolute;
    bottom: 86%;
    right: 15px;
    width: 68px;
    height: auto;
  }
  .age60 .life_plan_h2 .icon {
    position: absolute;
    bottom: 86%;
    right: 15px;
    width: 75px;
    height: auto;
  }
  .life_plan_h2 .icon img {
    width: 100%;
  }
  .age_box {
    position: absolute;
    top: -29px;
    left: 15px;
  }
  .icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 24px;
    height: 24px;
    margin-top: 0px;
    box-sizing: border-box;
    transform: rotate(0deg) translateY(-50%) translateX(0%);
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .icon_wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    transform: scale(1);
    background: #c55b5b;
    border-radius: 50%;
    transition: transform 0.2s;
  }
  .anim_icon {
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(0deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: absolute;
  }

  .event_list {

  }
  .event_list li {
    margin: 18px 16px 0;
  }
  .environ {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
    text-align: left;
    color: #fff;

    padding: 4px 20px;
    background: #6a0a0a;
    display: inline-block;
    margin: 0 15px 0;
    position: absolute;
    top: 19px;
    left: 0;
  }
  .event_txt {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #000;
    display: block;
    margin: 0 50px 0 34px;
  }
  .personal_detail.life_plan .inner .down_box .inner {
    margin: 0 20px 0;
    padding: 19px 0 19px !important;
  }
  .link_list:not(:first-child) {
    border-top: 1px solid #707070;
    margin: 30px 0 0;
    padding: 24px 0 0;
  }
  .risk_set {
    display: flex;
    flex-wrap: wrap;
  }
  .risk_set .ttl {
    font-weight: bold;
    font-size: 17px;
    line-height: 33px;
    text-align: left;
    color: #040404;

    padding: 0 0 0 38px;
    width: 100%;
    position: relative;
  }
  .risk_set .ttl .icon {
    position: absolute;
    top: -3px;
    left: 0;
    width: 26px;
  }
  .risk_set .ttl .icon img {
    width: 100%;
  }
  .risk_set .info {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #ff0404;
    margin:9px 0 0;
    width: auto;
    padding: 0 0 0 0;
  }
  .hoken_set {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
  }
  .look_over_only {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
  }
  .look_over_only .look_over {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    text-align: left;
    color: #333;
    width: 100%;
    min-width: 224px;
    max-width: 224px;
    margin: 0 auto;
  }
  .look_over_only .ttl {
    font-weight: bold;
    font-size: 17px;
    line-height: 33px;
    text-align: left;
    color: #040404;

    padding: 0 0 0 0;
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
  }
  .hoken_set .ttl {
    font-weight: bold;
    font-size: 17px;
    line-height: 33px;
    text-align: left;
    color: #040404;

    padding: 0 0 0 38px;
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
  }
  .hoken_set .ttl .icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    transform: translate(0, -50%);
  }
  .hoken_set .ttl .icon img {
    width: 100%;
  }
  .hoken_set .info {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #ff0404;

    width: 100%;
  }
  .hoken_set .info .look_over {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    text-align: left;
    color: #333;
    margin: 9px 0 0;
  }
  .hoken_set .info .btn {
    min-width: 160px;
    max-width: 160px;
    padding: 9px 40px;
    margin: 16px auto 0;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #ffc2c2;

    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #c06;
    display: block;
    position: relative;
  }
  .hoken_set .info .btn:nth-child(even) {
    margin: 16px auto 0;
  }
  .hoken_set .info .btn:nth-child(1) {
    margin: 16px auto 0;
  }
  .hoken_set .info .btn:nth-child(2) {
    margin: 16px auto 0;
  }
  .hoken_set .info .btn .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 12px;
    display: inline-block;
    transform: translate(0, -50%);
  }
  .hoken_set .info .btn .icon img {
    width: 100%;
    vertical-align: top;
  }

  .accordion {
    width: 100%;
    height: auto;
    background: #FFF9F9;
    border: 1px solid #ffc2c2;
    transition: background .3s;
  }
  .accordion.on {
    background: #ffefef;
    border: 1px solid #ffc2c2;
  }
  .accordion-click {
    cursor: pointer;
    position: relative;
    padding: 50px 0 0 0;
    min-height: 103px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .accordion-click .icon_wrap .anim_icon::before {
    transform: rotate(-90deg);
  }
  .accordion-click.open .icon_wrap .anim_icon::before {
    transform: rotate(0deg);
  }
  .accordion-click.open .icon_wrap .anim_icon::after {
    transform: rotate(0deg);
  }
  .anim_icon::before {
    width: 2px;
    height: 8px;
    top: 0px;
    left: 3px;
    transition-duration: 0.2s;
  }
  .anim_icon::before,
  .anim_icon::after {
    display: flex;
    content: "";
    background-color: rgb(255, 255, 255);
    width: 8px;
    height: 2px;
    position: absolute;
    top: 3px;
    left: 0px;
    transform: rotate(0deg);
    transform-origin: center center;
    border-radius: 0px;
  }

  /*
  SP
  hoken_info
  ----------------------------------------------------------- */
  .hoken_info {
    width: calc(100% + 20px);
    height: auto;
    background: #fff;
    border: 5px solid #ffc2c2;
    border-radius: 15px;
    margin: 30px 0 0 -15px;
  }
  .hoken_info .hoken_info_inner {
    padding: 11px 10px 40px;
  }
  .hoken_info .hoken_info_h2 {
    width: calc(100% - 40px);
    height: auto;

    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 48px;
    text-align: left;
    color: #333;
    background: #f8e4e4;
    padding: 8px 20px;
  }
  .hoken_info .hoken_info_inner .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 12px 0 0;
  }
  .hoken_info .hoken_info_inner .flex_non {
    display: block;
    margin: 12px 0 0;
  }
  .hoken_info .image {
    width: 100%;
  }
  .hoken_info .image img {
    width: 100%;
  }
  .hoken_info .txt {
    width: auto;
    padding: 0 6px;
  }
  .hoken_info .txt .feature {
    margin: 20px 0 0;
  }
  .hoken_info .txt .feature .ttl {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: #333;
    border-bottom : 1px solid #f1cddb;

    position: relative;
    padding: 0 0 5px 30px;
    margin: 0 0 0;
  }
  .hoken_info .txt .feature .ttl .icon img {
    width: 15px;
    height: 19px;
    margin: 1px 0 0 0;
    top: 18px;
    left: 0;
    transform: translate(0, -50%);
    position: absolute;
  }
  .hoken_info .txt .feature p {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
    margin: 6px 0 0;
  }
  .hoken_info .txt .point {
    margin: 3cqh 0 0;
  }
  .hoken_info .txt .point .ttl {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: #333;
    border-bottom : 1px solid #f1cddb;

    position: relative;
    padding: 5px 0 5px 30px;
    margin: 0 0 0;
  }
  .hoken_info .txt .point .ttl .icon img {
    width: 18px;
    height: 18px;
    margin: 1px 0 0 0;
    top: 23px;
    left: 2px;
    transform: translate(0, -50%);
    position: absolute;
  }
  .hoken_info .txt .point ul {
    margin: 10px 0 0;
  }
  .hoken_info .txt .point ul li {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    color: #333;

    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 0;
  }
  .hoken_info .txt .point ul li .icon img {
    width: 13px;
    height: 13px;
    margin: 1px 0 0 0;
    top: 16px;
    left: 0;
    transform: translate(0, -50%);
    position: absolute;
  }
  .hoken_info .annotation {
    font-weight: normal;
    font-size: 11px;
    line-height: 20px;
    text-align: left;
    color: #333;

    margin: 15px 8px 0;
  }
  .hoken_info .annotation.flex_non {
    margin: 15px 5px 0;
  }
  .hoken_info .annotation.others {
    margin: 5px 5px 0;
  }
  .hoken_info .indention {
    text-indent: -2em;
    padding-left: 2em;
  }
  .hoken_list {
    display: flex;
    flex-wrap: wrap;
  }
  .hoken_list li {
    width: 100%;
    display: flex;
    flex-direction:column;
    margin: 20px 0 0;
  }
  .hoken_list li:first-child {
    margin: 20px 0 0;
  }
  .hoken_list .btn {
    width: auto;
    height:auto;
    min-height: 80px;
    padding: 7px 30px;
    margin: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background: #fff;
    border: 2px solid #FFC2C2;

    font-weight: normal;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    color: #333;
    text-decoration: none;
    position: relative;
  }
  .hoken_list .btn .reading_text {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
  .hoken_list .btn .reading_text.txt_only {
    font-weight: bold;
  }
  .hoken_list .btn .hoken_logo {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .hoken_list .btn .logo_img {
    display: block;
    max-height: unset;
    width: 100%;
    margin: 0 auto;
  }
  .hoken_list .btn .logo_img img {
    width: 100%;
    height: 100%;
    margin: 1px 0 0;
    object-fit: cover;
  }
  .hoken_list .btn .icon {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 14px;
    transform: translate(0, -50%);
  }
  .hoken_list .btn .icon img {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 10px;
    width: 16px;
    height: auto;
  }
  .hoken_list .btn .icon.pdf {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    height: 23px;
    transform: translate(0, -50%);
  }
  .hoken_list .btn .icon.pdf img {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 10px;
    width: 20px;
    height: auto;
  }
  .hoken_list li .info_red {
    color: #ff0404;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin: 10px 0 0;
    padding: 0 25px;
  }

  /*
  SP
  personal_detail
  ----------------------------------------------------------- */
  .personal_detail {
    position: relative;
    padding-top: 0;
    padding-bottom: 280px;
  }
  .personal_detail .inner {
    width: auto;
    max-width: 956px;
    padding: 10px 15px 0;
    margin: 0 10px;
    height: auto;
  }
  .personal_detail .content {
    margin: 14px 0 0;
    color: #333;
  }
  .personal_detail .days {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    margin: 0 0 0;
    padding: 0 0 12px 0;
  }
  .personal_detail .ttl_h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin: 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: solid 2px #B7054B;
  }
  .personal_detail .sub_txt {
    font-size: 11px;
    line-height: 20px;
    text-align: left;
    margin: 14px 0 0;
  }
  .personal_detail .content .txt_read {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  .personal_detail .content .txt_honbun {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .personal_detail .content .txt_hosoku {
    font-size: 11px;
    line-height: 20px;
    text-align: left;
  }

  .content .simple_h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 46px;
    text-align: left;
  }
  .content .simple_h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 46px;
    text-align: left;
    color: #333;
  }
  .content .bg_h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    padding: 17px 15px;
    background: #f8e4e4;
    margin: 0 0 0 -15px;
    width: 100%;
  }
  .content .simple_h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }
  .content .arrow_h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    position: relative;
    padding: 0 0 0 22px;
  }
  .content .arrow_h3 .icon img {
    margin: 1px 0 0 0;
    top: 7px;
    left: 0;
    transform: translate(0, 0);
    position: absolute;
    width: 13.5px;
    height: 18.9px;
  }
  .content .link {
    display: inline-block;
    font-weight: bold;
    text-align: left;
    color: #924;
    text-decoration: none;
  }
  .content .link .icon {
    position: relative;
  }
  .content .link.inside .icon img {
    margin: 1px 0 0 18px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    width: 8px;
    height: 13.6px;
  }
  .content .link.outside .icon img {
    margin: 1px 0 0 12px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    width: 16px;
    height: 16px;
  }

}/* END SP */

/*--------------------------------------------------------------------------------------
  iPhone5 320px
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {

}/* END iPhone5 */