@charset "UTF-8";
/* Global */
.rn {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
}

.rn_main {
  --c-main: #EB3349;
  --c-bg: #FFF7F7;
  --c-border: #F599A4;
}
.rn_main * {
  box-sizing: border-box;
}
.rn_main button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.rn_main picture {
  display: block;
}
.rn_main img {
  display: block;
  height: auto;
}
.rn_main strong {
  font-weight: bold;
}
.rn_main .topicpath {
  font-size: 0.875em;
  padding: 12px 0 16px 24px;
}
.rn_main .topicpath ul li {
  float: left;
  margin-right: 4px;
}
.rn_main .topicpath ul li + li::before {
  content: ">";
  display: inline-block;
  padding-right: 4px;
}
.rn_main .topicpath ul li a {
  text-decoration: underline;
}
.rn_main .sec {
  padding-top: 100px;
}
.rn_main .sec.sec01 {
  padding-top: 60px;
}
.rn_main .sec_inner {
  width: 1040px;
  margin: auto;
}
.rn_main .sec_content {
  margin-top: 50px;
}
.rn_main .ttl_center {
  text-align: center;
  font-size: 2rem;
}
.rn_main .ttl_h2 {
  position: relative;
  font-size: 2rem;
  padding-left: 20px;
  line-height: 1.25;
}
.rn_main .ttl_h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: var(--c-main);
  border-radius: 4px;
}
.rn_main .ttl_dia {
  padding-left: 1.3em;
  font-size: 1.375rem;
  font-weight: bold;
  position: relative;
}
.rn_main .ttl_dia::before {
  content: "◆";
  color: var(--c-main);
  position: absolute;
  left: 0;
  top: 0;
}
.rn_main .t-center {
  text-align: center;
}
.rn_main .f-bold {
  font-weight: bold;
}
.rn_main .full_img img {
  margin: auto;
  max-width: 100%;
  width: 100%;
}
.rn_main .btn_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 80px;
  text-align: center;
  background: url(/library/cmn/img/ico_arrow.png) no-repeat right 10px center;
  background-color: #fff;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  color: #444444!important;
  font-size: 1.125rem;
}
.rn_main .btn_link.red {
  border-color: var(--c-main);
  color: var(--c-main);
}
.rn_main .btn_link.large {
  width: 500px;
}
.rn_main .btn_pdf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 56px;
  text-align: center;
  background: url(/library/cmn/img/ico_pdf.png) no-repeat right 16px center;
  background-color: #fff;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  color: #444444!important;
  font-size: 1rem;
}
.rn_main .btn_pdf.red {
  border-color: var(--c-main);
  color: var(--c-main);
}
.rn_main .btn_link_small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 56px;
  text-align: center;
  background: url(/library/cmn/img/ico_arrow.png) no-repeat right 10px center;
  background-color: #fff;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  color: #444444!important;
}
.rn_main .btn_red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  text-align: center;
  background: url(/library/cmn/img/ico_arrow04.png) no-repeat right 10px center;
  background-color: var(--c-main);
  border-radius: 4px;
  color: #fff!important;
  font-size: 1.125rem;
}
.rn_main .lead_txt {
  font-weight: bold;
  font-size: 1.125rem;
}
.rn_main .normal_txt {
  font-size: 1rem;
}
.rn_main .large_txt {
  font-size: 1.25rem;
}
.rn_main .note_left {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.8;
}
.rn_main .note_right {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.8;
  text-align: right;
}
.rn_main .note_default {
  position: relative;
  padding-left: 1.2em;
  font-size: 1rem;
}
.rn_main .note_default::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.rn_main .note_circle {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.8;
  position: relative;
  padding-left: 1.2em;
}
.rn_main .note_circle::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.rn_main .note_list {
  margin-top: 10px;
  font-size: 0.75rem;
}
.rn_main .note_list li {
  position: relative;
}
.rn_main .note_list li + li {
  margin-top: 4px;
}
.rn_main .note_list span:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.rn_main .note_list span:last-child {
  display: block;
  padding-left: 1.2em;
}
.rn_main .note_list02 {
  margin-top: 10px;
  font-size: 0.75rem;
}
.rn_main .note_list02 li {
  position: relative;
}
.rn_main .note_list02 li + li {
  margin-top: 4px;
}
.rn_main .note_list02 span:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.rn_main .note_list02 span:last-child {
  display: block;
  padding-left: 2.2em;
}
.rn_main .clm_box_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.rn_main .clm_box_2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.rn_main .clm_box_2.-gap0 {
  gap: 0;
}
.rn_main .clm_box_3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 24px;
}
.rn_main .clm_box_3 > * {
  width: 33.3333333333%;
}
.rn_main .reccomend {
  text-align: center;
  color: var(--c-main);
  font-size: 1.125rem;
}
.rn_main .reccomend .issp {
  display: none;
}
.rn_main .reccomend span {
  display: inline-block;
  position: relative;
}
.rn_main .reccomend span::before, .rn_main .reccomend span::after {
  content: "";
  width: 1px;
  height: 35px;
  position: absolute;
  top: calc(50% - 18px);
  background-color: var(--c-main);
}
.rn_main .reccomend span::before {
  left: -16px;
  transform: rotate(-25deg);
}
.rn_main .reccomend span::after {
  right: -16px;
  transform: rotate(25deg);
}
.rn_main .sp_inline {
  display: none;
}
.rn_main .u-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

/* MV */
.rn_main .mv_inner {
  position: relative;
}
.rn_main .mv_title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  padding: 54px 62px 54px 90px;
  background-color: var(--c-main);
  border-radius: 0 20px 20px 0;
  z-index: 1;
}
.rn_main .mv_bg img {
  width: 100%;
}
.rn_main .mv_lead {
  margin-top: 22px;
  color: #fff;
  font-size: 1.25rem;
}

/* pagenav */
.rn_main .pagenav .sec_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.rn_main .pagenav .pagenav_box {
  margin-top: 20px;
  padding: 36px 24px;
  background: #F8F2FD;
  text-align: center;
}
.rn_main .pagenav .pagenav_box.-pink {
  background: var(--c-bg);
}
.rn_main .pagenav .pagenav_list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  border: var(--c-border) 1px solid;
  border-radius: 4px;
  background-color: #fff;
}
.rn_main .pagenav .pagenav_list li {
  width: 50%;
  position: relative;
  min-height: 80px;
}
.rn_main .pagenav .pagenav_list li:last-child::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: var(--c-border);
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
}
.rn_main .pagenav .pagenav_list .first {
  width: 100%;
  border-bottom: 1px solid var(--c-border);
}
.rn_main .pagenav .pagenav_list .first a {
  padding: 8px 8px 8px 8px;
}
.rn_main .pagenav .pagenav_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px 8px 24px 8px;
  color: #444444!important;
  font-weight: bold;
}
.rn_main .pagenav .pagenav_list a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #faccd1 transparent transparent transparent;
}

/* sec01 */
.rn_main .check-area {
  margin-top: 24px;
  padding: 50px 0;
  background-color: var(--c-bg);
  border-bottom: 1px solid transparent;
}
.rn_main .check-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  margin-top: 40px;
}
.rn_main .checkbox_img {
  position: absolute;
  top: -178px;
  right: 12px;
}
.rn_main .checkbox_input {
  position: absolute;
  left: 0;
  top: 0;
  clip: rect(0, 0, 0, 0);
}
.rn_main .checkbox_input + span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  background-color: #fff;
  border: 2px solid var(--c-main);
  border-radius: 5px;
  padding: 0 20px 0 60px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}
.rn_main .checkbox_input + span::before, .rn_main .checkbox_input + span::after {
  content: "";
  position: absolute;
}
.rn_main .checkbox_input + span::before {
  left: 20px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #BBBBBB;
  border-radius: 3px;
}
.rn_main .checkbox_input:checked + span {
  background-color: var(--c-main);
  color: #fff;
}
.rn_main .checkbox_input:checked + span::after {
  top: calc(50% - 5px);
  left: 25px;
  width: 15px;
  height: 7px;
  border-left: 3px solid var(--c-main);
  border-bottom: 3px solid var(--c-main);
  transform: rotate(-45deg);
}
.rn_main .checkbox_input:focus-visible + span {
  text-decoration: underline;
}
.rn_main .result {
  display: none;
  padding-top: 60px;
  text-align: center;
  position: relative;
}
.rn_main .result::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: var(--c-main);
}
.rn_main .result::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid var(--c-main);
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 48px);
}
.rn_main .result_ttl {
  font-size: 2rem;
  color: var(--c-main);
  font-weight: bold;
}
.rn_main .result_content {
  display: none;
  padding: 40px 0;
  border-top: 1px dashed var(--c-main);
}
.rn_main .result_content.is-noline {
  border-top: none;
}
.rn_main .result_content.is-active {
  display: block;
}
.rn_main .result_btn-area {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rn_main .result_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 80px;
  padding: 8px;
  border: 1px solid var(--c-border);
  background-color: #fff;
  border-radius: 4px;
  color: #444444!important;
  font-weight: bold;
  position: relative;
}
.rn_main .result_link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 7px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #faccd1 transparent transparent transparent;
}
.rn_main .result_link + .result_link {
  margin-left: 32px;
}
.rn_main .result_txt {
  margin-top: 24px;
  font-weight: bold;
  font-size: 1.125rem;
}

/* sec02 */
.rn_main summary {
  display: block;
  cursor: pointer;
}
.rn_main summary::-webkit-details-marker {
  display: none;
}
.rn_main .details {
  width: 100%;
  margin-top: 40px;
}
.rn_main .details[open] .details_headicon::before {
  transform: rotate(90deg);
}
.rn_main .details_summary {
  padding: 12px 30px 12px 20px;
  border: 1px solid var(--c-main);
}
.rn_main .details_head {
  display: flex;
  align-items: center;
  gap: 18px;
}
.rn_main .details_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 46px;
  background-image: linear-gradient(180deg, #EB3349, #BC0218);
  border-radius: 4px;
  flex-shrink: 0;
}
.rn_main .details_headtxt {
  font-size: 1.5rem;
  font-weight: bold;
}
.rn_main .details_headicon {
  display: block;
  width: 36px;
  height: 36px;
  background-color: var(--c-main);
  border-radius: 50%;
  color: #fff;
  position: relative;
  flex-shrink: 0;
  margin-left: auto;
  transition: transform 0.3s;
}
.rn_main .details_headicon::before, .rn_main .details_headicon::after {
  content: "";
  width: 2px;
  height: 12px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 6px);
  background-color: currentColor;
  transition: transform 0.2s;
}
.rn_main .details_headicon::after {
  transform: rotate(90deg);
}
.rn_main .details_content {
  padding: 40px 0 60px;
}
.rn_main .details_content.last {
  padding-bottom: 0;
}
.rn_main .balloon {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.rn_main .balloon-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.rn_main .balloon_txt {
  width: 100%;
  max-width: 780px;
  margin-left: 40px;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #EBEBEB;
  border-radius: 4px;
  position: relative;
  font-size: 1.125rem;
}
.rn_main .balloon_txt::after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url(/library/kojin/insurance/img/souzoku_balloon_pc.png);
  background-size: 100%;
  position: absolute;
  left: -15px;
  top: calc(50% - 5px);
}
.rn_main .box_ttl {
  margin-top: 26px;
  padding: 20px;
  background-color: var(--c-main);
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}
.rn_main .box_body {
  padding: 34px;
  border: 1px solid var(--c-main);
  border-top: none;
}
.rn_main .box_body img {
  margin: auto;
}
.rn_main .combo_balloon {
  margin-top: 20px;
  padding: 40px;
  background-color: #F8F8F8;
  border-radius: 10px;
  position: relative;
}
.rn_main .combo_balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #F8F8F8;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 48px);
}
.rn_main .combo_img {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.rn_main .combo_result {
  margin-top: 40px;
  padding: 40px;
  background-color: var(--c-bg);
  border-radius: 10px;
  color: var(--c-main);
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}
.rn_main .dot-list {
  font-size: 1.125rem;
}
.rn_main .dot-list li {
  padding-left: 1.2em;
  position: relative;
}
.rn_main .dot-list li::before {
  content: "・";
  color: var(--c-main);
  position: absolute;
  left: 0;
  top: 0;
}
.rn_main .dot-list li + li {
  margin-top: 16px;
}
.rn_main .colorbox {
  padding: 30px;
  border-radius: 10px;
  background-color: var(--c-bg);
  text-align: center;
}
.rn_main .colorbox dt {
  font-weight: bold;
  font-size: 1.5rem;
}
.rn_main .colorbox dd {
  margin-top: 24px;
  color: var(--c-main);
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1;
}
.rn_main .colorbox dd span {
  padding-left: 3px;
  font-size: 1.5rem;
  font-weight: normal;
}
.rn_main .colorbox sup {
  font-weight: normal;
  font-size: 0.875rem;
}
.rn_main .table {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.rn_main .table span + span {
  margin-left: 20px;
}
.rn_main .table thead, .rn_main .table tbody {
  border-width: 0;
}
.rn_main .table th, .rn_main .table td {
  padding: 16px;
  font-size: 1.25rem;
}
.rn_main .table th {
  border: 1px solid var(--c-main);
  border-right-color: #D2D1D1;
  background-color: var(--c-main);
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.rn_main .table th:last-child {
  border-right-color: var(--c-main);
}
.rn_main .table td {
  border: 1px solid #D2D1D1;
}

/* sec03 */
.rn_main .search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 30px;
}
.rn_main .search_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 342px;
  width: 100%;
  max-width: 330px;
  padding: 30px 18px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  text-align: center;
  color: #333;
}
.rn_main .search_item span {
  display: block;
}
.rn_main .search_item:hover {
  text-decoration: none;
}
.rn_main .search_item:hover .search_ttl {
  text-decoration: underline;
}
.rn_main .item04 .search_img {
  margin-top: 28px;
}
.rn_main .search_ttl {
  font-weight: bold;
  font-size: 1.25rem;
}
.rn_main .search_img {
  margin-top: 12px;
}
.rn_main .search_txt {
  margin-top: 16px;
  font-size: 1rem;
}

/* conv */
.rn_main .conv {
  padding-bottom: 100px;
}
.rn_main .conv .conv_inner {
  padding: 40px;
  border: 4px solid #EBEBEB;
}
.rn_main .conv .ttl_conv {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.rn_main .conv .conv_txt {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}
.rn_main .conv .conv_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
.rn_main .conv .conv_grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rn_main .conv .conv_grid > div:last-child {
  border-left: 2px solid #DEDEDE;
}
.rn_main .conv .conv_grid .conv_txt {
  margin-top: 24px;
}
.rn_main .conv .conv_h3 {
  padding-left: 40px;
  line-height: 28px;
  font-size: 1.25rem;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px;
}
.rn_main .conv .conv_h3.tel {
  background-image: url(/library/cmn/img/ico_conversion01.png);
}
.rn_main .conv .conv_h3.mado {
  background-image: url(/library/cmn/img/ico_conversion02.png);
}
.rn_main .conv .conv_tel {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rn_main .conv .conv_tel + .conv_tel {
  margin-top: 0;
}
.rn_main .conv .tel_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 28px;
  background: var(--c-main);
  color: #fff;
}
.rn_main .conv .tel_icon.img {
  background: url(/library/cmn/img/ico_phone.png) no-repeat left center;
  background-size: 100%;
}
.rn_main .conv .tel_num {
  margin-left: 10px;
  font-size: 1.875rem;
  color: var(--c-main);
}
.rn_main .conv .tel_num a {
  color: currentColor;
}
.rn_main .conv .tel_num .note {
  display: block;
  font-size: 1rem;
  color: #333;
  margin-left: -5px;
}
.rn_main .conv .note_sp {
  display: none;
}

/* Utility */
.rn_main .mt0 {
  margin-top: 0px !important;
}
.rn_main .mt10 {
  margin-top: 10px !important;
}
.rn_main .mt20 {
  margin-top: 20px !important;
}
.rn_main .mt30 {
  margin-top: 30px !important;
}
.rn_main .mt40 {
  margin-top: 40px !important;
}
.rn_main .mt50 {
  margin-top: 50px !important;
}
.rn_main .mt60 {
  margin-top: 60px !important;
}
.rn_main .mt70 {
  margin-top: 70px !important;
}
.rn_main .mt80 {
  margin-top: 80px !important;
}
.rn_main .mt90 {
  margin-top: 90px !important;
}
.rn_main .mt8 {
  margin-top: 8px !important;
}
.rn_main .mt24 {
  margin-top: 24px !important;
}
.rn_main .fw-bold {
  font-weight: bold;
}
.rn_main .inline-pc {
  display: inline;
}
.rn_main .inline-sp {
  display: none;
}
@media screen and (max-width: 736px){
  .rn_main .topicpath {
    display: none;
  }
  .rn_main .sec {
    padding: 0 10px;
    padding-top: 40px;
  }
  .rn_main .sec.sec01 {
    padding-top: 50px;
  }
  .rn_main .sec_inner {
    width: 100%;
  }
  .rn_main .sec_content {
    margin-top: 30px;
  }
  .rn_main .ttl_center {
    font-size: 1.4285714286rem;
  }
  .rn_main .ttl_h2 {
    font-size: 1.4285714286rem;
    padding-left: 16px;
  }
  .rn_main .ttl_h2::before {
    width: 6px;
  }
  .rn_main .ttl_dia {
    font-size: 1.1428571429rem;
  }
  .rn_main .full_img.is-no-space {
    margin: 0 -10px;
    padding-top: 10px;
  }
  .rn_main .btn_link {
    width: 100%;
    max-width: 315px;
    height: 65px;
    font-size: 1rem;
  }
  .rn_main .btn_pdf {
    width: 100%;
    max-width: 315px;
    height: 65px;
    font-size: 1rem;
  }
  .rn_main .btn_link_small {
    width: 100%;
    max-width: 315px;
    height: 65px;
    font-size: 1rem;
  }
  .rn_main .btn_red {
    width: 100%;
    max-width: 315px;
    height: 65px;
    font-size: 1rem;
  }
  .rn_main .lead_txt {
    font-size: 1.1428571429rem;
  }
  .rn_main .normal_txt {
    font-size: 1rem;
  }
  .rn_main .large_txt {
    font-size: 1rem;
  }
  .rn_main .note_left {
    font-size: 0.8571428571rem;
  }
  .rn_main .note_right {
    font-size: 0.8571428571rem;
  }
  .rn_main .note_default {
    font-size: 1rem;
  }
  .rn_main .note_circle {
    font-size: 0.8571428571rem;
  }
  .rn_main .note_list {
    font-size: 0.8571428571rem;
  }
  .rn_main .note_list02 {
    font-size: 0.8571428571rem;
  }
  .rn_main .clm_box_2 {
    grid-template-columns: repeat(1, 100%);
    gap: 10px;
  }
  .rn_main .clm_box_3 {
    flex-direction: column;
    margin-top: 20px;
    gap: 16px;
  }
  .rn_main .reccomend {
    font-size: 1rem;
  }
  .rn_main .reccomend .issp {
    display: inline;
  }
  .rn_main .reccomend span::before, .rn_main .reccomend span::after {
    height: 30px;
    top: calc(50% - 15px);
  }
  .rn_main .reccomend span::before {
    left: -13px;
  }
  .rn_main .reccomend span::after {
    right: -12px;
  }
  .rn_main .sp_inline {
    display: inline;
  }
  .rn_main .mv_inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .rn_main .mv_title {
    position: static;
    transform: none;
    width: calc(100% - 44px);
    margin: -30px 22px 0;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
  }
  .rn_main .mv_title img {
    margin: auto;
  }
  .rn_main .mv_bg img {
    margin: auto;
    width: calc(100% - 20px);
  }
  .rn_main .mv_lead {
    margin-top: 12px;
    text-align: center;
    font-size: 1rem;
  }
  .rn_main .pagenav .sec_inner {
    grid-template-columns: repeat(1, 100%);
  }
  .rn_main .pagenav .pagenav_list {
    margin-top: 16px;
  }
  .rn_main .pagenav .pagenav_list a {
    padding: 8px;
  }
  .rn_main .pagenav .pagenav_list a::after {
    bottom: 7px;
  }
  .rn_main .check-area {
    margin-left: -10px;
    margin-right: -10px;
  }
  .rn_main .check-area .sec_inner {
    padding: 0 10px;
  }
  .rn_main .check-list {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .rn_main .checkbox_img {
    display: none;
  }
  .rn_main .checkbox_input + span {
    height: auto;
    min-height: 60px;
    padding: 4px 8px 4px 30px;
    border: 1px solid var(--c-main);
    font-size: 0.8571428571rem;
  }
  .rn_main .checkbox_input + span::before {
    left: 10px;
    top: calc(50% - 7px);
    width: 13px;
    height: 13px;
  }
  .rn_main .checkbox_input:checked + span::after {
    top: calc(50% - 3px);
    left: 13px;
    width: 9px;
    height: 4px;
    border-left: 2px solid var(--c-main);
    border-bottom: 2px solid var(--c-main);
  }
  .rn_main .result::after {
    left: -10px;
    right: -10px;
  }
  .rn_main .result_ttl {
    font-size: 1.4285714286rem;
  }
  .rn_main .result_content {
    padding: 20px 0;
  }
  .rn_main .result_link {
    width: 100%;
    max-width: 330px;
  }
  .rn_main .result_link + .result_link {
    margin-left: 12px;
  }
  .rn_main .result_txt {
    margin-top: 16px;
    font-size: 1rem;
  }
  .rn_main .details_summary {
    padding: 10px 10px 10px 16px;
  }
  .rn_main .details_head {
    gap: 10px;
  }
  .rn_main .details_num {
    width: 75px;
    height: 26px;
  }
  .rn_main .details_num img {
    width: 56px;
  }
  .rn_main .details_headtxt {
    font-size: 1.1428571429rem;
  }
  .rn_main .details_content {
    padding: 40px 0 20px;
  }
  .rn_main .balloon {
    flex-direction: column;
  }
  .rn_main .balloon-right {
    flex-direction: column;
  }
  .rn_main .balloon_txt {
    margin-left: 0;
    padding: 24px 6px;
    font-size: 1.1428571429rem;
    text-align: center;
  }
  .rn_main .balloon_txt::after {
    width: 13px;
    height: 20px;
    background-image: url(/library/kojin/insurance/img/souzoku_balloon_sp.png);
    left: calc(50% - 7px);
    bottom: -20px;
    top: auto;
  }
  .rn_main .balloon_img {
    margin-top: 30px;
  }
  .rn_main .box_ttl {
    margin-top: 40px;
    padding: 16px;
    font-size: 1.2857142857rem;
  }
  .rn_main .box_body {
    padding: 30px 15px;
  }
  .rn_main .box_body img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .rn_main .combo_balloon {
    padding: 20px;
  }
  .rn_main .combo_img {
    display: none;
  }
  .rn_main .combo_result {
    padding: 20px;
    font-size: 1.1428571429rem;
  }
  .rn_main .dot-list {
    font-size: 1rem;
  }
  .rn_main .dot-list li + li {
    margin-top: 10px;
  }
  .rn_main .colorbox {
    padding: 16px;
  }
  .rn_main .table th, .rn_main .table td {
    padding: 16px 10px;
    font-size: 1.1428571429rem;
  }
  .rn_main .table td {
    font-size: 1rem;
  }
  .rn_main .table span {
    display: block;
  }
  .rn_main .table span + span {
    margin-left: 0;
  }
  .rn_main .search {
    display: block;
    margin-top: 0;
  }
  .rn_main .search_item {
    height: auto;
    margin: 16px auto 0;
    max-width: 400px;
  }
  .rn_main .search_ttl {
    font-size: 1.4285714286rem;
  }
  .rn_main .search_txt {
    font-size: 1.1428571429rem;
  }
  .rn_main .conv {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .rn_main .conv .conv_inner {
    padding: 30px 16px;
  }
  .rn_main .conv .ttl_conv {
    font-size: 1.4285714286rem;
  }
  .rn_main .conv .conv_txt {
    margin-top: 20px;
  }
  .rn_main .conv .conv_grid {
    margin-top: 20px;
    grid-template-columns: repeat(1, 100%);
    gap: 20px;
  }
  .rn_main .conv .conv_grid > div:last-child {
    padding-top: 20px;
    border-left: none;
    border-top: 2px solid #DEDEDE;
  }
  .rn_main .conv .conv_grid .conv_txt {
    margin-top: 15px;
    font-size: 0.8571428571rem;
  }
  .rn_main .conv .conv_h3 {
    padding-left: 30px;
    line-height: 22px;
    font-size: 1rem;
    background-size: 22px;
  }
  .rn_main .conv .conv_tel {
    margin-top: 16px;
  }
  .rn_main .conv .tel_icon {
    width: 36px;
    height: 18px;
    font-size: 0.8571428571rem;
  }
  .rn_main .conv .tel_num {
    margin-left: 5px;
    font-size: 1.2857142857rem;
  }
  .rn_main .conv .tel_num .note {
    display: none;
  }
  .rn_main .conv .note_sp {
    display: block;
    text-align: center;
    font-size: 0.8571428571rem;
  }
  .rn_main .conv .w100 {
    width: 100%;
  }
  .rn_main .mt0-sp {
    margin-top: 0px !important;
  }
  .rn_main .mt10-sp {
    margin-top: 10px !important;
  }
  .rn_main .mt20-sp {
    margin-top: 20px !important;
  }
  .rn_main .mt30-sp {
    margin-top: 30px !important;
  }
  .rn_main .mt40-sp {
    margin-top: 40px !important;
  }
  .rn_main .mt50-sp {
    margin-top: 50px !important;
  }
  .rn_main .mt60-sp {
    margin-top: 60px !important;
  }
  .rn_main .mt70-sp {
    margin-top: 70px !important;
  }
  .rn_main .mt80-sp {
    margin-top: 80px !important;
  }
  .rn_main .mt90-sp {
    margin-top: 90px !important;
  }
  .rn_main .mt8-sp {
    margin-top: 8px !important;
  }
  .rn_main .mt24-sp {
    margin-top: 24px !important;
  }
  .rn_main .inline-pc {
    display: none;
  }
  .rn_main .inline-sp {
    display: inline;
  }
}
@media (min-width: 737px){
  .rn_main summary:hover .details_headtxt {
    text-decoration: underline;
  }
  .rn_main .balloon-right .balloon_txt {
    margin-left: 0;
    margin-right: 40px;
  }
  .rn_main .balloon-right .balloon_txt::after {
    left: auto;
    right: -15px;
    transform: rotate(180deg);
  }
}

.rn_main br.sp { display:none; }

@media (max-width:736px){
  .rn_main br.sp { display:inline; }
}

/* SitePublis対策：商品リンク（.search_item）が青になるのを封殺 */
.rn_main .search a.search_item,
.rn_main .search a.search_item:link,
.rn_main .search a.search_item:visited,
.rn_main .search a.search_item:hover,
.rn_main .search a.search_item:active,
.rn_main .search a.search_item:focus {
  color: #444444 !important;      /* ← 本来の色 */
  text-decoration: none !important;
}

/* search_item内のspan等も、CMSが個別に色指定してても親に合わせる */
.rn_main .search a.search_item * {
  color: inherit !important;
}
