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

other set 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;
  left: 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.black {
  color: #333;
}


/* other contents
----------------------------------------------------------- */
.contents {
  position: relative;
  padding-top: 0;
  padding-bottom: 156px;
}
.contents .inner {
  width: 91.768%;
  max-width: 1200px;
  padding: 10px 0 60px;
  margin: 0 auto;
  height: auto;
}
.contents .sub_txt {
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  color: #333;
  margin: 0 10% 0;
}
.contents .ttl_h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-align: left;
  color: #333;
  padding: 75px 0 0 0;
  margin: 0 10%;
}
.contents .info_box_important {
  margin: 5px 10% 0;
}
.contents .info_box_important li {
  margin: 0 0 15px 0;
}
.contents .info_box_important li a {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  color: #924;
  opacity: 1;
  transition: opacity .3s;
}
.contents .info_box_important li a .icon img {
  margin: 0 0 0 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.contents .info_box {
  margin: 80px 10% 0;
}
.contents .info_box li {
  border-top: 1px solid #C9C6C6;
}
.contents .info_box li:first-child {
  border-top: 0px solid #C9C6C6;
}
.contents .info_box li p {
  display: block;
  margin: 20px 0 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;
  opacity: 1;
  transition: opacity .3s;
}
.contents .info_box li .link {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #924;
  text-decoration: none;
}
.contents .more_link {
  margin: 30px 10% 0;
  text-align: right;
}
.contents .more_link a {
  width: auto;
  height: auto;
  padding: 11px 30px 11px 60px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #CC0066;
  display: inline-block;

  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  color: #B7054B;
  opacity: 1;
  transition: all .3s;
}
.contents .more_link a .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin: 0 0 0 30px;
  width: 8px;
  height: 12px;
}
.contents .more_link a .icon img.off {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 8px;
  height: 12px;
  z-index: 1;
  opacity: 1;
  transition: opacity .3s;
}
.contents .more_link a .icon img.ov {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 8px;
  height: 12px;
  z-index: 0;
  opacity: 0;
  transition: opacity .3s;
}

.contents .mgtop {
  margin: 60px 10% 0;
}

.contents .info_box_important li a:hover,
.contents .info_box li .link:hover {
  opacity: 0.6;
}
.contents .info_box li .link:hover {
  text-decoration: underline;
}
.contents .more_link a:hover {
  background: #CC0066;
  color: #fff;
  opacity: 1;
}
.contents .more_link a:hover .icon img.off {
  opacity: 0;
}
.contents .more_link a:hover .icon img.ov {
  opacity: 1;
}


/* contents_detail
----------------------------------------------------------- */
.contents_detail {
  position: relative;
  padding-top: 0;
  padding-bottom: 156px;
}
.contents_detail .inner {
  padding: 10px 0 60px;
  margin: 0 10% 0;
  height: auto;
}
.contents_detail .content {
  margin: 80px 0 0;
  color: #333;
}
.contents_detail .days {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  margin: 48px 0 0;
  padding: 0;
}
.contents_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;
}
.contents_detail .sub_txt {
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  margin: 12px 0 0;
}
.contents_detail .content .txt_read {
  font-size: 21px;
  line-height: 32px;
  text-align: left;
}
.contents_detail .content .txt_honbun {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
.contents_detail .content .txt_hosoku {
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}
.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 .bg_h2.impact_color {
  color: #333;
}

.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 {
  display: inline-flex;
  margin: 0 10px 0 0;
}
.content .arrow_h3 .icon img {
  margin: 1px 0 0 0;
  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;
}
.content .outline_box {
  border: 2px solid #f5d3dd;
  padding: 74px 0 64px;
  margin: 15px 0 0;
}
.content .center_btn_link {
  max-width: 450px;
  height: auto;
  padding: 13px 0;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #b7054b;

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

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

.content .center_btn_link .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
}
.content .center_btn_link .icon img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
}

/* contents_detail company
----------------------------------------------------------- */
.company .underlayer_box {
  width: 91.768%;
  max-width: 1200px;
  padding: 0 0 0;
  margin: 0 auto;
  height: auto;
}
.contents_detail.company .content {
  margin: 0 0 0;
}
.company {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.company .inner {
  padding: 0 0 0;
  margin: 0 10% 0;
  height: auto;
}
.company .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 123px;
}
.company .content li {
  width: calc(100% / 3 - 30px);
  display: flex;
  flex-direction:column;
  margin: 50px 0 0;
}
.company .content li:nth-child(n+3) {
  width: calc(100% / 3 - 30px);
  display: flex;
  flex-direction:column;
  margin: 50px 0 0;
}
.company .btn {
  width: auto;
  height:auto;
  min-height: 162px;
  padding: 0 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: #fff;
  border: 2px solid #992244;

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

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

.company .content li:nth-child(n+3) .btn {
  min-height: 162px;
}
.company .btn .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
}
.company .btn .icon img {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0 0 10px;
  width: 20px;
  height: 20px;
}
.company .content {
  text-align: center;
}
.company .content .simple_h2 {
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 60px;
  text-align: center;
  color: #060304;
  position: relative;
  display: inline-block;
  margin: 90px 0 0;
}
.company .content .simple_h2::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #B7054B;
  opacity: .5;
}
.company .content .simple_h2::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #B7054B;
}
.company .content .simple_h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 46px;
  text-align: center;
  color: #b7054b;
  margin: 65px 0 0;
}
.company .content .txt_read {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  margin: 30px 0 0;
}
.company_bg {
  background: linear-gradient(#fff 0%, #f8f6ef 84.52%, #fffaeb 100%);
}
.company_bg_logo {
  width: 91.768%;
  max-width: 1200px;
  margin: 20px auto 0;
  display: block;
}
.company_bg_logo .bg_logo_inner {
  margin: 0 10% 0;
  height: auto;
}
.company_bg_logo .bg_logo_inner img {
  width: 100%;
}

.operation_policy .pc_only{
  display: inline-block;
}
.operation_policy .sp_only{
  display: none;
}
.contents_detail.operation_policy .content {
  margin: 60px 0 0;
}
.contents_detail.operation_policy .company_bg .content  {
  margin: 60px auto 0;
  width: auto;
  padding: 0 19%;
}
.contents_detail.operation_policy .content .simple_h3 {
  text-align: left;
}
.contents_detail.operation_policy .content .txt_read {
  text-align: left;
}
.contents_detail.operation_policy .content .txt_read .indent {
  text-indent: -2em;
  padding-left: 2em;
}

.contents_detail.operation_policy .arrow_h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-align: left;
  position: relative;
  text-indent: -5em;
  padding: 0 0 0 5em;
}
.company .accordion .inner {
  padding: 0 0 0;
  margin: 0 34px 0;
  height: auto;
}
.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;
}
.anim_icon {
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(0deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: absolute;
}
.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;
}
.company .content ul.event_list{
  display: block;
}
.company .content .event_list li {
  width: auto;
  margin: 20px 80px 0;
}
.life_plan .anc_btn {
  padding: 0 0 20px;
}
.life_plan .anc_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 20px;
}
.life_plan .anc_btn ul li {
  width: calc(100% / 3 - 34px);
  max-width: 233px;
  display: inline-table;
  margin: 0 34px;
}
.life_plan_inner {

}
.life_plan_inner .accordion-click {
  cursor: pointer;
  position: relative;
  padding: 40px 0 40px 0;
  transition: padding .3s;
}
.life_plan_inner .accordion-click.open {
  padding: 40px 0 20px 0;
}
.life_plan_inner .down_box .inner {
  padding: 0 0 0;
}
.life_plan_inner .down_box .inner .answer_txt_wrap .answer_txt.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.life_plan_inner .down_box .inner .answer_txt_wrap .answer_txt {
  margin: 0 0 0;
}
.life_plan_inner .down_box .inner .answer_txt_wrap .answer_txt:last-child {
  margin: 0 0 45px;
}

.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;
}
.life_plan_inner .ttl_h1 {
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: center;
  margin: 80px 0 20px;
  padding: 0;
  border-bottom: solid 0 #B7054B;
}
.life_plan_inner .event_txt {
  font-weight: bold;
  font-size: 22px;
  line-height: 46px;
  text-align: left;
  color: #000;
  display: block;
  margin: 0 80px 0 34px;
}
.life_plan_inner .simple_h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-align: left;
  margin: 0 0 18px;
}
.answer {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #333;
  padding: 0 0 10px 0;
  position: relative;
}
.answer .icon {
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #000;
  width: 35px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 3px;
}
.answer_txt {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;
  margin: 0 0 45px;
  padding: 0 0 0 0;
  width: 100%;
}
.life_plan_inner .bg_h2.mgtop {
  margin: 64px 0 0;
}
.life_plan_inner .simple_h3.mgtop {
  margin: 35px 0 18px;
}

/* profile company link table
----------------------------------------------------------- */
.profile .underlayer_box {
  width: 91.768%;
  max-width: 1200px;
  padding: 0 0 0;
  margin: 0 auto;
  height: auto;
}
.contents_detail.profile .content {
  margin: 70px 0 0;
}
.table{
  display: table;
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #707070;
}
.table>div{
  display: table-row;
}
.table>div>div{
  display: table-cell;
  border-top: 1px solid #707070;
  padding: 25px 28px;
  vertical-align: middle;
}
.table .ttl {
  background: #F9F5F3;
  width: 20%;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
.table .cont {
  width: 80%;
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  color: #333;
}
.table .cont dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.table .cont dt {
  width: 40%;
}
.table .cont dd {
  width: 60%;
}
.table .cont a {
  color: #333;
  text-decoration: underline;
}

.table .cont a:hover {
  text-decoration: none;
}

.profile .link_box {
  padding: 0;
  margin: 70px 0 0;
}
.profile .center_btn_link {
  max-width: 450px;
  height: auto;
  padding: 13px 0;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border: 2px solid #b7054b;

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

.profile .center_btn_link:hover {
  opacity: 0.6;
}

.profile .center_btn_link .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: auto;
  transform: translate(0, -50%);
}
.profile .center_btn_link .icon img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: auto;
  transform: translate(0, -50%);
}

.profile .sosiki_box {
  width: auto;
  padding: 0 0 0;
  margin: 120px 0 0;
  height: auto;
}
.profile .sosiki_box img {
  width: 100%;
}


/* link
----------------------------------------------------------- */
.link .underlayer_box {
  width: 91.768%;
  max-width: 1200px;
  padding: 0 0 0;
  margin: 0 auto;
  height: auto;
}
.contents_detail.link .content {
  margin: 70px 0 0;
}
.link .table>div>div{
  display: table-cell;
  border-top: 1px solid #707070;
  padding: 25px 25px;
  vertical-align: middle;
}
.link .table .ttl {
  background: #F9F5F3;
  width: 28%;
}
.link .table .ttl .btn {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #924;
  text-decoration: none;
  opacity: 1;
  transition: opacity .3s;
}

.link .table .ttl .btn:hover {
  opacity: 0.6;
}

.link .table .ttl .btn .icon {
  margin: 0 0 0 15px;
}
.link .table .ttl .btn .icon img {
  position: relative;
  top: 1px;
  width: 15px;
  height: 15px;
  vertical-align: baseline;
}
.link .table .cont {
  width: 72%;
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  color: #333;
}
.link li {
  padding-left: 0em;
  margin-bottom: 0;
  font-weight: 500;
}
.link li li {
  padding-left: 1.5rem;
  margin-bottom: 0;
  font-weight: 400;
}
.link li:before {
  content: "";
  width: 12.35px;
  height: 12.35px;
  background: #000;
  border-radius: 50%;
  margin-left: -1em;
  display: inline-block;
  margin: 0 15px 0 0;
}
.link li li:before {
  content: "・";
  width: unset;
  height: unset;
  background: unset;
  border-radius: unset;
  margin-left: -1em;
  display: inline-block;
  margin: 0 5px 0 5px;
}
.link li.sqare:before {
  content: "";
  margin-left: -1em;
  width: 12.35px;
  height: 12.35px;
  background: #fff;
  border-radius: 50%;
  border: 0.92px solid #000;
  display: inline-block;
  margin: 0 15px 0 0;
}


/* access
----------------------------------------------------------- */
.access {
  margin: 0 0 0;
}
.contents_detail.access .content {
  margin: 60px 0 0;
  color: #333;
}
.access li:not(:last-child) {
  margin: 30px 0 100px;
  padding: 0 0 100px;
  border-bottom: 1px solid #707070;
}
.access .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 0;
}
.access .flex .map {
  width: 52.1%;
}

.access .flex .map .g_map {
  opacity: 1;
  transition: opacity .3s;
  text-decoration: none;
  position: relative;
  width: 100%;
  padding-top: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 0.92;
}
.access .flex .map .g_map iframe {
  position: absolute;
  /* top: -150px;
  width: 100%;
  height: calc(100% + 150px + 150px); */
  top: 0;
  width: 100%;
  height: 100%;
  /* pointer-events: none; */
  /* filter: grayscale(80%) contrast(70%) brightness(1.2) hue-rotate(251deg); */
}

.access .flex .map img {
  width: 100%;
}
.access .flex .map a .ggl {
  font-size: 14px;
  margin: 10px 0 0;
  color: #333;
}
.access .flex .text {
  width: calc(47.9% - 65px);
}
.access .flex .text h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #333;
}
.access .flex .text h3 .icon {
  margin: 0 10px 0 0;
}
.access .flex .text h3 .icon img {
  position: relative;
  top: -3px;
  width: 24px;
  height: 28px;
}
.access .ensen {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;

  margin: 10px 0 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #707070;
}
.address {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;
  margin: 20px 0 0;
}
.address a {
  color: #333;
  text-decoration: underline;
}
.address a.phone {
  color: #333;
  text-decoration: none;
}

.address a:hover {
  text-decoration: none;
}
.access .flex .map a:hover {
  text-decoration: underline;
}
.access .flex .map a:hover {
  opacity: 0.6;
}


/* policy
----------------------------------------------------------- */
.policy {
  margin: 0 0 0;
}
.contents_detail.policy .content {
  margin: 60px 0 0;
  color: #333;
}
.policy .list {
  width: auto;
  height: auto;
  padding: 0 0;
}
.policy .list:after {
  content: "" !important;
}
.contents_detail.policy .content .txt_read {
  font-size: 21px;
  line-height: 32px;
  text-align: left;
}
.contents_detail.policy .content .txt_honbun {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
.contents_detail.policy .content .txt_hosoku {
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}
.policy .list ul {
  margin-top: 10px;
  margin-left: 32px;
}
.policy .list li {
  margin-bottom: 5px;
  list-style-type: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;
  position: relative;
}
.policy .list li::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: -22px;
  top: calc(0.75em + -1px);
}
.policy .outside .icon {
  position: relative;
}
.policy .outside .icon img {
  margin: 0 0 0 15px;
  top: 2px;
  transform: translate(0, -50%);
  position: relative;
  width: 16px;
  height: 16px;
}
.policy .list a {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #992244;
  text-decoration: none;
}
.policy .list a.phone {
  color: #333;
}
.policy .list a.mailLink {
  text-decoration: none;
}

.policy .list a:hover {
  text-decoration: underline;
}
.policy .list a.mailLink:hover {
  text-decoration: underline;
}

.policy .list li ol {
  margin: 5px 0px 10px 18px;
}
.policy .list li ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.policy .list li ol li::before{
  display: none;
}
.policy .list li ul {
  margin: 5px 0px 10px 10px;
}
.policy .list li ul li {
  margin-bottom: 5px;
  list-style-type: none;
}
.policy .list h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-align: left;
  color: #333;
}

.policy .list li ul h4 {
  margin-left: -10px;
}
.policy .waku {
  border: 1px solid rgba(204, 0, 102, 0.3);
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.policy .waku h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 46px;
  text-align: left;
  color: #333;
}
.policy .waku dl {
  background: #fff;
}
.policy .waku dt {
  width: 15%;
  min-width: unset;
  float: left;
  padding: 2px 0px !important;
}
.policy .waku dd {
  padding-left: 65px !important;
  padding: 2px 0px !important;
}
.policy .waku dd:before {
  content: " : ";
}

/* company hoken_list
----------------------------------------------------------- */
.contents_detail.salespolicy .content {
  margin: 30px 0 0;
}
.hoken_list {
}
.hoken_list .inner {
  margin: 30px auto 0;
  padding: 0;
  max-width: unset;
}
.hoken_list .logo_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.hoken_list .logo_list li {
  width: calc( 33.33333% - 22px );
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.16);
}
.hoken_list .logo_list li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 12px 0;
  opacity: 1;
  transition: opacity .3s;
}

.hoken_list .logo_list li a:hover {
  opacity: 0.6;
}

.hoken_list .logo_list li .logo {
  width: 100%;
  height: auto;
}
.hoken_list .logo_list li .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 15px;
  display: flex;
}
.hoken_list .logo_list li .icon img {
  width: 15px;
  height: 15px;
}
.hoken_list .ttl_h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-align: left;
  color: #333;
  margin: 22px 0 10px;
}
.hoken_list .ttl_h3.next_list_ttl {
  margin: 11px 0 10px;
}

}/* 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;
  }
  .company .content li {
    width: 100%;
    display: flex;
    flex-direction:column;
    margin: 32px 0 0;
  }
  .company .content li:first-child {
    margin: 14px 0 0;
  }
  .company .content li:nth-child(n+3) {
    width: 100%;
    display: flex;
    flex-direction:column;
    margin: 32px 0 0;
  }
  .company .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: #fff;
    border: 2px solid #992244;

    font-weight: bold;
    font-size: 23px;
    line-height: 35px;
    text-align: center;
    color: #992244;
    text-decoration: none;
    position: relative;
  }
  .company .content li:nth-child(n+3) .btn {
    min-height: 100px;
  }
  .policy .waku dt {
    width: 100%;
    min-width: unset;
    float: left;
    padding: 2px 0px !important;
    font-weight: bold;
  }
  .contents_detail.operation_policy .company_bg .content {
    margin: 60px auto 0;
    width: auto;
    padding: 0 0;
  }
}

/*------------------------------------
画面サイズ 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;
    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.black {
    color: #333;
  }


  /*
  SP contents
  ----------------------------------------------------------- */
  .contents {
    position: relative;
    padding-top: 0;
    padding-bottom: 280px;
  }
  .contents .inner {
    width: auto;
    max-width: 956px;
    padding: 25px 15px 96px;
    margin: 0 10px;
    height: auto;
  }
  .contents .ttl_h2 {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.4;
    text-align: left;
    color: #333;
    margin: 30px 0 0;
    padding: 0;
  }
  .contents .sub_txt {
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    color: #333;
    margin: 0 0 0;
  }
  .contents .info_box_important {
    margin: 12px 0 0 0;
  }
  .contents .info_box_important li {
    margin: 0 0 10px 0;
  }
  .contents .info_box_important li a {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    color: #924;
    opacity: 1;
    transition: opacity .3s;
    display: inline-block;
  }
  .contents .info_box_important li .icon {
    position: relative;
  }
  .contents .info_box_important li a .icon img {
    margin: 0 0 0 10px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    width: 8px;
    height: auto;
  }
  .contents .info_box {
    margin: 45px 0 0 0;
  }
  .contents .info_box li {
    border-top: 1px solid #C9C6C6;
  }
  .contents .info_box li:first-child {
    border-top: 0px solid #C9C6C6;
  }
  .contents .info_box li p {
    display: block;
    margin: 14px 0 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    color: #333;
    opacity: 1;
    transition: opacity .3s;
  }
  .contents .info_box li .link {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #924;
    text-decoration: none;
  }
  .contents .more_link {
    margin: 14px 0 0 0;
    text-align: center;
  }
  .contents .more_link a {
    width: auto;
    height: auto;
    padding: 11px 30px 11px 60px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #CC0066;
    display: inline-block;

    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    color: #B7054B;
  }
  .contents .more_link a .icon {
    position: relative;
    top: 0;
    display: inline-block;
    margin: 0 0 0 30px;
    width: 8px;
    height: 12px;
  }
  .contents .more_link a .icon img.off {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 8px;
    height: 12px;
    z-index: 1;
  }
  .contents .more_link a .icon img.ov {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 8px;
    height: 12px;
    z-index: 0;
  }
  .contents .mgtop {
    margin: 30px 0 0 0;
  }
  .contents .more_link .js-morebtn .open {
    width: 80px;
    height: 30px;
  }
  .contents .more_link .js-morebtn .close {
    width: 48px;
    height: 30px;
  }
  .contents .more_link .js-morebtn .open {
    display: inline-block;
  }
  .contents .more_link .js-morebtn .close {
    display: none;
  }
  .contents .more_link .js-morebtn.is-show .open {
    display: none;
  }
  .contents .more_link .js-morebtn.is-show .close {
    display: inline-block;
  }

  /*
  SP contents
  ----------------------------------------------------------- */
  .contents_detail {
    position: relative;
    padding-top: 0;
    padding-bottom: 170px;
  }
  .contents_detail .inner {
    width: auto;
    max-width: 956px;
    padding: 10px 15px 0;
    margin: 0 10px;
    height: auto;
  }
  .contents_detail .content {
    margin: 24px 0 0;
    color: #333;
  }
  .contents_detail .days {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    margin: 0 0 0;
    padding: 0 0 12px 0;
  }
  .contents_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;
  }
  .contents_detail .sub_txt {
    font-size: 11px;
    line-height: 20px;
    text-align: left;
    margin: 14px 0 0;
  }
  .contents_detail .content .txt_read {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  .contents_detail .content .txt_honbun {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .contents_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 .bg_h2.impact_color {
    color: #333;
  }
  .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;
    transform: translate(0, 0);
    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;
  }
  .content .outline_box {
    border: 2px solid #f5d3dd;
    padding: 34px 48px 34px;
    margin: 15px 0 0;
  }
  .content .center_btn_link {
    max-width: unset;
    width: auto;
    height: auto;
    padding: 9px 0;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #b7054b;

    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #b7054b;
    position: relative;
  }
  .content .center_btn_link .icon {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 11px;
    height: 11px;
    transform: translate(0, -50%);
  }
  .content .center_btn_link .icon img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 11px;
    transform: translate(0, -50%);
    margin: 1px 0 0;
  }

  /*
  SP
  contents_detail company
  ----------------------------------------------------------- */
  .contents_detail.company .content {
    margin: 0 0 0;
  }
  .company {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  .company .inner {
    width: auto;
    max-width: 956px;
    padding: 0 15px 0;
    margin: 0 10px;
    height: auto;
  }
  .company .content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 40px;
  }
  .company .content li {
    width: 100%;
    display: flex;
    flex-direction:column;
    margin: 30px 0 0;
  }
  .company .content li:first-child {
    margin: 0 0 0;
  }
  .company .btn {
    width: auto;
    height:auto;
    min-height: 78px;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background: #fff;
    border: 2px solid #992244;

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

  .company .btn .icon {
    position: absolute;
    top: 50%;
    right: 13px;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
  }
  .company .btn .icon img {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 10px;
    width: 20px;
    height: 20px;
  }
  .company .content {
    text-align: center;
  }
  .company .content .simple_h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    color: #333333;
    position: relative;
    display: inline-block;
    margin: 18px 0 0;
  }
  .company .content .simple_h2::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B7054B;
    opacity: .5;
  }
  .company .content .simple_h2::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B7054B;
  }
  .company .content .simple_h3 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: left;
    color: #b7054b;
    margin: 30px 0 0;
  }
  .company .content .txt_read {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin: 15px 0 0;
  }
  .company_bg {
    background: linear-gradient(#fff 0%, #f8f6ef 84.52%, #fffaeb 100%);
  }
  .company_bg_logo {
    width: unset;
    max-width: unset;
    padding: 0;
    margin: 0 auto;
  }
  .company_bg_logo .bg_logo_inner {
    width: auto;
    max-width: 956px;
    padding: 38px 15px 0;
    margin: 0 10px;
    height: auto;
  }
  .company_bg_logo .bg_logo_inner img {
    width: 100%;
  }

  .operation_policy .pc_only{
    display: none;
  }
  .operation_policy .sp_only{
    display: inline-block;
  }
  .contents_detail.operation_policy .content {
    margin: 24px 0 0;
  }
  .contents_detail.operation_policy .arrow_h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    position: relative;
    text-indent: -5.3em;
    padding: 0 0 0 5.3em;
  }
  .content .arrow_h3 .icon {
    display: inline-flex;
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;
  }
  .content .arrow_h3 .icon img {
    margin: 1px 0 0 0;
    width: 13.5px;
    height: 18.9px;
  }
  .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;
  }
  .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;
  }
  .life_plan_inner {
  }
  .life_plan_inner .accordion-click {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 0;
    transition: min-height .3s;
    min-height: 93px;
  }
  .life_plan_inner .accordion-click.open {
    padding: 0 0 0 0;
    min-height: 75px;
  }
  .life_plan_inner .down_box .inner {
  }
  .life_plan_inner .down_box .inner .answer_txt_wrap .answer_txt.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  .life_plan_inner .down_box .inner .answer_txt_wrap .answer_txt {
    margin: 0 0 0;
    padding: 0 0 0 0;
  }
  .life_plan_inner .down_box .inner .answer_txt_wrap .answer_txt:first-child {
    margin: 15px 0 0;
    padding: 0 0 0 1em;
  }
  .life_plan_inner .down_box .inner .answer_txt_wrap .answer_txt:last-child {
    margin: 0 0 0;
    padding: 0 0 20px 1em;
  }

  .life_plan_inner .ttl_h1 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: 46px 0 20px;
    padding: 0;
    border-bottom: solid 0 #B7054B;
  }
  .life_plan_inner .event_txt {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #000;
    display: block;
    margin: 0 55px 0 34px;
  }
  .life_plan_inner .simple_h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    margin: 0 0 16px;
  }
  .answer {
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    color: #333;
    padding: 0 0 0 0;
    position: relative;
  }
  .answer .icon {
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    color: #000;
    width: 35px;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 0 0;
  }
  .answer_txt {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #333;
    margin: 15px 0 0;
    padding: 0 0 20px 0;
  }
  .life_plan_inner .bg_h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    padding: 17px 15px;
    background: #f8e4e4;
    margin: 0;
    width: auto;
  }
  .life_plan_inner .bg_h2.mgtop {
    margin: 64px 0 0 0;
  }
  .life_plan_inner .simple_h3.mgtop {
    margin: 25px 0 10px;
  }
  .contents_detail.operation_policy .content .txt_read .indent {
    text-indent: -2em;
    padding-left: 2em;
  }

  /*
  SP
  table company
  ----------------------------------------------------------- */
  .table{
    width: 100%;
    border-bottom: 1px solid #707070;
  }
  .table>div{
    display: flow-root;
  }
  .table>div>div{
    display: flow-root;
    border-top: 0;
    padding: 0;
  }
  .table .ttl {
    background: #F9F5F3;
    width: auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    color: #333;
    border-top: 1px solid #707070;
    padding: 14px 10px;
  }
  .table .cont {
    width: auto;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    color: #333;
    margin: 12px 10px;
  }
  .table .cont dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .table .cont dt {
    width: 50%;
  }
  .table .cont dd {
    width: 50%;
  }
  .table .cont a {
    color: #333;
    text-decoration: underline;
  }

  .profile .link_box {
    padding: 0;
    margin: 70px 0 0;
  }
  .profile .center_btn_link {
    max-width: unset;
    height: auto;
    padding: 22px 0;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 2px solid #b7054b;
  
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    color: #b7054b;
    position: relative;
    opacity: 1;
    transition: opacity .3s;
  }
  
  .profile .center_btn_link:hover {
    opacity: 1.0;
  }
  
  .profile .center_btn_link .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: auto;
    transform: translate(0, -50%);
  }
  .profile .center_btn_link .icon img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: auto;
    transform: translate(0, -50%);
  }

  .profile .sosiki_box {
    width: auto;
    padding: 0 0 0;
    margin: 60px 0 0;
    height: auto;
  }
  .profile .sosiki_box img {
    width: 100%;
  }

  /*
  SP
  link
  ----------------------------------------------------------- */
  .link .underlayer_box {
    width: 91.768%;
    max-width: 1200px;
    padding: 0 0 0;
    margin: 0 auto;
    height: auto;
  }
  .link .table>div{
    display: flow-root;
  }
  .link .table>div>div{
    display: flow-root;
    border-top: 1px solid #707070;
    padding: 25px 25px;
    vertical-align: middle;
  }
  .link .inner {
    width: auto;
    max-width: 956px;
    padding: 0 15px 0;
    margin: 0 0;
    height: auto;
  }
  .contents_detail.link .content {
    margin: 25px 0 0;
  }
  .link .table .ttl {
    background: #F9F5F3;
    width: auto;
  }
  .link .table .ttl .btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #924;
    text-decoration: none;
  }
  .link .table .ttl .btn .icon {
    margin: 0 0 0 15px;
  }
  .link .table .ttl .btn .icon img {
    position: relative;
    top: 1px;
    width: 15px;
    height: 15px;
    vertical-align: baseline;
  }
  .link .table .cont {
    width: auto;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
    margin: 0 0 15px;
  }
  .link li {
    padding-left: 0em;
    margin-bottom: 0;
    font-weight: 500;
    margin: 10px 0 0 0;
  }
  .link li ul {
    margin: 5px 0 0 0;
  }
  .link li li {
    padding-left: 1.5rem;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 0 0;
  }
  .link li:before {
    content: "";
    width: 12.35px;
    height: 12.35px;
    background: #000;
    border-radius: 50%;
    margin-left: -1em;
    display: inline-block;
    margin: 0 15px 0 0;
    position: relative;
    top: 1px;
  }
  .link li li:before {
    content: "・";
    width: unset;
    height: unset;
    background: unset;
    border-radius: unset;
    margin-left: -1em;
    display: inline-block;
    margin: 0 5px 0 5px;
  }
  .link li.sqare:before {
    content: "";
    margin-left: -1em;
    width: 12.35px;
    height: 12.35px;
    background: #fff;
    border-radius: 50%;
    border: 0.92px solid #000;
    display: inline-block;
    margin: 0 15px 0 0;
    position: relative;
    top: 1px;
  }

  /*
  SP
  access
  ----------------------------------------------------------- */
  .access {
    margin: 0 0 0;
  }
  .contents_detail.access .content {
    margin: 0 0 0;
    color: #333;
  }
  .access li:not(:last-child) {
    margin: 30px 0 35px;
    padding: 0 0 40px;
    border-bottom: 1px solid #707070;
  }
  .access .flex {
    display: block;
    margin: 10px 0 0;
  }
  .access .flex .map {
    width: auto;
  }
  .access .flex .map a {
    opacity: 1;
    transition: opacity .3s;
    text-decoration: none;
  }
  .access .flex .map .g_map {
    opacity: 1;
    transition: opacity .3s;
    text-decoration: none;
    position: relative;
    width: 100%;
    padding-top: 0;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 0.92;
  }
  .access .flex .map .g_map iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* pointer-events: none; */
    /* filter: grayscale(80%) contrast(70%) brightness(1.2) hue-rotate(251deg); */
  }
  .access .flex .map img {
    width: 100%;
  }
  .access .flex .map a .ggl {
    font-size: 12px;
    margin: 10px 0 0;
    color: #333;
    text-decoration: underline;
  }
  .access .flex .text {
    width: auto;
  }
  .access .flex .text h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    text-align: left;
    color: #333;

    margin: 20px 0 0;
  }
  .access .flex .text h3 .icon {
    margin: 0 10px 0 0;
  }
  .access .flex .text h3 .icon img {
    position: relative;
    top: -3px;
    width: 24px;
    height: 28px;
  }
  .access .ensen {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;

    margin: 10px 0 0;
    padding: 0 0 18px;
    border-bottom: 1px solid #707070;
  }
  .address {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
    margin: 15px 0 0;
  }
  .address a {
    color: #333;
    text-decoration: underline;
  }
  .address a.phone {
    color: #333;
    text-decoration: underline;
  }



  /*
  SP
  policy
  ----------------------------------------------------------- */
  .policy {
    margin: 0 0 0;
  }
  .contents_detail.policy .content {
    margin: 30px 0 0;
    color: #333;
  }
  .policy .list {
    width: auto;
    height: auto;
    padding: 0 0;
  }
  .policy .list:after {
    content: "" !important;
  }
  .contents_detail.policy .content .txt_read {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  .contents_detail.policy .content .txt_honbun {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .contents_detail.policy .content .txt_hosoku {
    font-size: 11px;
    line-height: 20px;
    text-align: left;
  }
  .policy .list ul {
    margin-top: 10px;
    margin-left: 28px;
  }
  .policy .list li {
    margin-bottom: 5px;
    list-style-type: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
    position: relative;
  }
  .policy .list li::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: -20px;
    top: calc(0.75em + -1px);
  }
  .policy .outside .icon {
    position: relative;
  }
  .policy .outside .icon img {
    margin: 0 0 0 10px;
    top: 4px;
    transform: translate(0, -50%);
    position: relative;
    width: 14px;
    height: auto;
  }
  .policy .list a {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #992244;
    text-decoration: none;
  }
  .policy .list a.phone {
    color: #333;
    text-decoration: underline;
  }
  .policy .list a.mailLink {
    text-decoration: underline;
  }
  .policy .list li ol {
    margin: 5px 0px 10px 18px;
  }
  .policy .list li ol li {
    list-style-type: decimal;
    margin-bottom: 5px;
  }
  .policy .list li ol li::before{
    display: none;
  }
  .policy .list li ul {
    margin: 5px 0px 10px 10px;
  }
  .policy .list li ul li {
    margin-bottom: 5px;
    list-style-type: none;
  }
  .policy .list h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #333;
  }

  .policy .list li ul h4 {
    margin-left: -10px;
  }
  .policy .waku {
    border: 1px solid rgba(204, 0, 102, 0.3);
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .policy .waku h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 46px;
    text-align: left;
    color: #333;
  }
  .policy .waku dl {
    background: #fff;
  }
  .policy .waku dt {
    width: 100%;
    min-width: unset;
    float: left;
    padding: 2px 0px !important;
    font-weight: bold;
  }
  .policy .waku dd {
    padding-left: 65px !important;
    padding: 2px 0px !important;
  }
  .policy .waku dd:before {
    content: " : ";
  }

  /*
  SP company
  hoken_list
  ----------------------------------------------------------- */
  .hoken_list .ttl_h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    color: #333;
    margin: 22px 0 12px;
  }
  .hoken_list .sub_txt {
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    color: #333;
    margin: 19px 0 0;
  }
  .hoken_list .inner {
    margin: 25px 0 0;
    padding: 0;
    max-width: unset;
  }
  .hoken_list .logo_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
  }
  .hoken_list .logo_list li {
    width: calc( 50% - 22px );
    margin-left: 20px;
    margin-bottom: 23px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.16);
  }
  .hoken_list .logo_list li a {
    position: relative;
    display: block;
    text-align: center;
    padding: 12px 0;
  }
  .hoken_list .logo_list li .logo {
    width: 100%;
    height: auto;
  }
  .hoken_list .logo_list li .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    width: 15px;
    display: flex;
  }
  .hoken_list .logo_list li .icon img {
    width: 15px;
    height: 15px;
  }

}/* END SP */

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

}/* END iPhone5 */