/* Responsiv */
@media (max-width: 780px) {}
/*Mobile*/
@media (min-width: 781px) and (max-width: 1000px) {}
/*iPad*/
@media (min-width: 1001px) and (max-width: 1100px) {}
/*PC & iPad*/
@media (min-width: 1101px) {}
/*PC*/
/* Base */
.RH-LAYOUT-CENTERPANEL-topic-box .all_wrap *, .RH-LAYOUT-FOOTER-container .all_wrap *,.RH-LAYOUT-CENTERPANEL-topic-box 
.all_wrap *:before, .RH-LAYOUT-FOOTER-container 
.all_wrap *:before,.RH-LAYOUT-CENTERPANEL-topic-box 
.all_wrap *:after, .RH-LAYOUT-FOOTER-container 
.all_wrap *:after {
  box-sizing: border-box;
}
.RH-LAYOUT-CENTERPANEL-topic-box .all_wrap a, .RH-LAYOUT-FOOTER-container .all_wrap a,.RH-LAYOUT-CENTERPANEL-topic-box 
.top_footer a, .RH-LAYOUT-FOOTER-container 
.top_footer a {
  color: #333;
  text-decoration: none;
}
.RH-LAYOUT-CENTERPANEL-topic-box .all_wrap a:hover, .RH-LAYOUT-FOOTER-container .all_wrap a:hover,.RH-LAYOUT-CENTERPANEL-topic-box 
.top_footer a:hover, .RH-LAYOUT-FOOTER-container 
.top_footer a:hover {
  color: blue;
  text-decoration: underline;
}
.RH-LAYOUT-CENTERPANEL-topic-box .all_wrap img, .RH-LAYOUT-FOOTER-container .all_wrap img {
  max-width: 100%;
  height: auto;
}
.RH-LAYOUT-CENTERPANEL-topic-box .all_wrap, .RH-LAYOUT-FOOTER-container .all_wrap {
  max-width: 1100px;
  margin: 5px auto auto;
  text-align: left;
}
.RH-LAYOUT-CENTERPANEL-topic-box .top_contents h2, .RH-LAYOUT-FOOTER-container .top_contents h2 {
  margin-top: 0;
}
/* Main area */
.RH-LAYOUT-CENTERPANEL-topic-box .mainarea, .RH-LAYOUT-FOOTER-container .mainarea {
  width: 100%;
  background-color: #f0f0f0;
  padding: 0.5em 1.5em 1em 1.5em;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
.RH-LAYOUT-CENTERPANEL-topic-box .mainarea:after, .RH-LAYOUT-FOOTER-container .mainarea:after {
  content: "";
  width: 100%;
  height: 45%;
  background-image: url("../images/toppage/mainarea_back.svg");
  background-repeat: repeat;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.RH-LAYOUT-CENTERPANEL-topic-box .mainarea h2, .RH-LAYOUT-FOOTER-container .mainarea h2 {
  vertical-align: middle;
  margin-bottom: 0em;
  text-align: center;
}
.RH-LAYOUT-CENTERPANEL-topic-box .mainarea h2 img, .RH-LAYOUT-FOOTER-container .mainarea h2 img {
  height: 50px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .mainarea h2 span:nth-of-type(1), .RH-LAYOUT-FOOTER-container .mainarea h2 span:nth-of-type(1) {
  display: inline-block;
}
.RH-LAYOUT-CENTERPANEL-topic-box .mainarea h2 span:nth-of-type(2), .RH-LAYOUT-FOOTER-container .mainarea h2 span:nth-of-type(2) {
  display: inline-block;
  font-size: 1.5rem;
}
.RH-LAYOUT-CENTERPANEL-topic-box .mainarea img, .RH-LAYOUT-FOOTER-container .mainarea img {
  vertical-align: middle;
  margin-right: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box .mainarea-title img, .RH-LAYOUT-FOOTER-container .mainarea-title img {
  vertical-align: middle;
  margin-right: 0.5em;
}
/*Step*/
.RH-LAYOUT-CENTERPANEL-topic-box .step_wrap, .RH-LAYOUT-FOOTER-container .step_wrap {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_inner, .RH-LAYOUT-FOOTER-container .step_inner {
  width: 20.3%;
  display: flex;
  position: relative;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_inner:last-of-type, .RH-LAYOUT-FOOTER-container .step_inner:last-of-type {
  width: 18.6%;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_coma, .RH-LAYOUT-FOOTER-container .step_coma {
  width: calc(100% - 3%);
  margin: auto;
  height: 145px;
  background-color: #333;
  text-align: center;
  padding-top: 12px;
  clip-path: polygon(0 0, 85% 0%, 100% 15%, 100% 100%, 15% 100%, 0% 85%);
  position: relative;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_coma a:hover, .RH-LAYOUT-FOOTER-container .step_coma a:hover {
  text-decoration: none;
  color: #fff;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_coma.slide_5, .RH-LAYOUT-FOOTER-container .step_coma.slide_5 {
  width: 100%;
  background-color: #F18E38;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_coma:hover, .RH-LAYOUT-FOOTER-container .step_coma:hover {
  filter: brightness(1.05);
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_coma.slide_1, .RH-LAYOUT-FOOTER-container .step_coma.slide_1 {
  background-color: #007AC3;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_coma.slide_2, .RH-LAYOUT-FOOTER-container .step_coma.slide_2 {
  background-color: #00A3BC;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_coma.slide_3, .RH-LAYOUT-FOOTER-container .step_coma.slide_3 {
  background-color: #2EBE76;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_coma.slide_4, .RH-LAYOUT-FOOTER-container .step_coma.slide_4 {
  background-color: #A4C300;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_coma p:nth-of-type(1), .RH-LAYOUT-FOOTER-container .step_coma p:nth-of-type(1) {
  height: 60px;
  margin: 0 0 2px 0;
  text-align: center;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_coma p:nth-of-type(2), .RH-LAYOUT-FOOTER-container .step_coma p:nth-of-type(2) {
  display: inline-block;
  margin: 0 auto;
  border: solid 1px #fff;
  width: 100px;
  height: 18px;
  border-radius: 15px;
  font-size: 0.8em;
  text-align: center;
  line-height: 16px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_coma p:nth-of-type(3), .RH-LAYOUT-FOOTER-container .step_coma p:nth-of-type(3) {
  font-size: clamp(13px, 2vw, 16px);
  line-height: 1.1em;
  margin: 5px auto 0px;
  text-align: center;
}
.RH-LAYOUT-CENTERPANEL-topic-box p.box_point, .RH-LAYOUT-FOOTER-container p.box_point {
  display: block;
  margin: 0;
  width: 100%;
  height: 145px;
  background-color: #fff;
  clip-path: polygon(50% 0, 85% 0%, 100% 15%, 100% 50%);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
}
.RH-LAYOUT-CENTERPANEL-topic-box div.arrow, .RH-LAYOUT-FOOTER-container div.arrow {
  width: 20px;
  padding-top: 50px;
  height: 160px;
  text-align: center;
}
.RH-LAYOUT-CENTERPANEL-topic-box .arrow p, .RH-LAYOUT-FOOTER-container .arrow p {
  text-align: center;
}
.RH-LAYOUT-CENTERPANEL-topic-box .arrow p img, .RH-LAYOUT-FOOTER-container .arrow p img {
  width: 16px;
  margin: auto;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_coma a, .RH-LAYOUT-FOOTER-container .step_coma a {
  color: #fff;
  text-decoration: none;
}
.RH-LAYOUT-CENTERPANEL-topic-box .step_coma img, .RH-LAYOUT-FOOTER-container .step_coma img {
  height: 100%;
  width: 50%;
}
/* Content Layout */
.RH-LAYOUT-CENTERPANEL-topic-box .content_area, .RH-LAYOUT-FOOTER-container .content_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.RH-LAYOUT-CENTERPANEL-topic-box .content_area h2, .RH-LAYOUT-FOOTER-container .content_area h2 {
  font-size: 1.2rem;
  margin-bottom: 0.25em;
}
.RH-LAYOUT-CENTERPANEL-topic-box .content_area h2:before, .RH-LAYOUT-FOOTER-container .content_area h2:before {
  content: "";
  background-image: url("../images/toppage/ic_toph2title.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
  margin-top: -2px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .content_L, .RH-LAYOUT-FOOTER-container .content_L {
  width: 70%;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.RH-LAYOUT-CENTERPANEL-topic-box .content_R, .RH-LAYOUT-FOOTER-container .content_R {
  width: 30%;
  padding-right: 1.5em;
}
/* Benri List */
.RH-LAYOUT-CENTERPANEL-topic-box ul.list_benri, .RH-LAYOUT-FOOTER-container ul.list_benri {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box .list_benri li:last-child, .RH-LAYOUT-FOOTER-container .list_benri li:last-child {
  margin-bottom: 0px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .list_benri li, .RH-LAYOUT-FOOTER-container .list_benri li {
  width: 100%;
  border: solid #aaa 1px;
  border-radius: 6px;
  height: 57px;
  margin-bottom: 3px;
  position: relative;
  z-index: 1;
}
.RH-LAYOUT-CENTERPANEL-topic-box .list_benri li a, .RH-LAYOUT-FOOTER-container .list_benri li a {
  width: 100%;
  height: 55px;
  border-radius: 6px;
  padding: 5px 5px 5px 35px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #333;
  position: relative;
  border: solid #f0f0f0 4px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .list_benri li a:before, .RH-LAYOUT-FOOTER-container .list_benri li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 5px;
  top: 6px;
  background-image: url("../images/toppage/ic_light.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.RH-LAYOUT-CENTERPANEL-topic-box .benri_inner, .RH-LAYOUT-FOOTER-container .benri_inner {
  display: flex;
  background-color: #fff;
  border-radius: 6px;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.list_benri li a:hover, .RH-LAYOUT-FOOTER-container ul.list_benri li a:hover {
  background-color: #f8f8f8;
  color: #333;
  text-decoration: none;
}
.RH-LAYOUT-CENTERPANEL-topic-box .benri_inner:after, .RH-LAYOUT-FOOTER-container .benri_inner:after {
  content: "";
  display: block;
  border-left: dotted 1px #ccc;
  background-image: url("../images/toppage/ic_right.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 20%;
  z-index: 11;
}
.RH-LAYOUT-CENTERPANEL-topic-box span.ic_subc, .RH-LAYOUT-FOOTER-container span.ic_subc {
  display: block;
  background-color: #999;
  font-size: 0.7rem;
  padding: 0.15em 0.2em 0.15em 0.2em;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  margin-top: 0.5px;
  margin-left: 5px;
  width: 110px;
}
.RH-LAYOUT-CENTERPANEL-topic-box span.ic_subc.blue, .RH-LAYOUT-FOOTER-container span.ic_subc.blue {
  background-color: #47BAFF;
  width: 110px;
}
.RH-LAYOUT-CENTERPANEL-topic-box span.txt_subc, .RH-LAYOUT-FOOTER-container span.txt_subc {
  diaplay: block;
  width: calc(100% - 185px);
  font-size: clamp(13px, 2vw, 16px);
}
/*List Def*/
.RH-LAYOUT-CENTERPANEL-topic-box ul.list_def, .RH-LAYOUT-FOOTER-container ul.list_def {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box .list_def li:last-child, .RH-LAYOUT-FOOTER-container .list_def li:last-child {
  margin-bottom: 0px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .list_def li, .RH-LAYOUT-FOOTER-container .list_def li {
  width: 100%;
  border: solid #aaa 1px;
  height: 58px;
  margin-bottom: 3px;
  position: relative;
  z-index: 1;
}
.RH-LAYOUT-CENTERPANEL-topic-box .list_def li a, .RH-LAYOUT-FOOTER-container .list_def li a {
  width: 100%;
  height: 55px;
  border-radius: 6px;
  padding-left: 35px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #333;
  position: relative;
  border: solid #f0f0f0 4px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .list_def li a:before, .RH-LAYOUT-FOOTER-container .list_def li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 5px;
  top: 8px;
  background-image: url("../images/toppage/ic_link.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.RH-LAYOUT-CENTERPANEL-topic-box .def_inner, .RH-LAYOUT-FOOTER-container .def_inner {
  display: flex;
  background-color: #fff;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.list_def li a:hover, .RH-LAYOUT-FOOTER-container ul.list_def li a:hover {
  background-color: #f8f8f8;
  color: #333;
  text-decoration: none;
}
.RH-LAYOUT-CENTERPANEL-topic-box .def_inner:after, .RH-LAYOUT-FOOTER-container .def_inner:after {
  content: "";
  display: block;
  border-left: dotted 1px #ccc;
  background-image: url("../images/toppage/ic_right.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 17%;
  z-index: 11;
}
/* Ranking */
.RH-LAYOUT-CENTERPANEL-topic-box .mobile_bn, .RH-LAYOUT-FOOTER-container .mobile_bn {
  display: none;
}
.RH-LAYOUT-CENTERPANEL-topic-box .pc_bn, .RH-LAYOUT-FOOTER-container .pc_bn {
  display: block;
}
.RH-LAYOUT-CENTERPANEL-topic-box .box_faq, .RH-LAYOUT-FOOTER-container .box_faq {
  margin-bottom: 1em;
  border-radius: 6px;
  margin-top: 0.25em;
  background-color: #47BAFF;
  padding: 15px 15px 12px 15px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .box_faq img, .RH-LAYOUT-FOOTER-container .box_faq img {
  border: solid #999 1px;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.15);
}
.RH-LAYOUT-CENTERPANEL-topic-box .box_faq img:hover, .RH-LAYOUT-FOOTER-container .box_faq img:hover {
  filter: brightness(1.05);
}
.RH-LAYOUT-CENTERPANEL-topic-box .box_faq p span, .RH-LAYOUT-FOOTER-container .box_faq p span {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 2rem;
  color: #007AC3;
  font-weight: bold;
}
/* Ranking */
.RH-LAYOUT-CENTERPANEL-topic-box .area_rainking, .RH-LAYOUT-FOOTER-container .area_rainking {
  margin-bottom: 1em;
}
.RH-LAYOUT-CENTERPANEL-topic-box .area_rainking ol, .RH-LAYOUT-FOOTER-container .area_rainking ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: solid 1px #ccc;
}
.RH-LAYOUT-CENTERPANEL-topic-box p.text_more, .RH-LAYOUT-FOOTER-container p.text_more {
  font-size: 0.8rem;
  margin: 0;
  text-align: right;
}
.RH-LAYOUT-CENTERPANEL-topic-box .area_rainking ol li a, .RH-LAYOUT-FOOTER-container .area_rainking ol li a {
  display: block;
  text-decoration: none;
  padding: 0.75em 0.5em 0.8em;
  border-bottom: solid 1px #ccc;
}
.RH-LAYOUT-CENTERPANEL-topic-box .area_rainking ol li a:hover, .RH-LAYOUT-FOOTER-container .area_rainking ol li a:hover {
  background-color: #f8f8f8;
  color: #333;
  text-decoration: none;
}
.RH-LAYOUT-CENTERPANEL-topic-box .area_rainking ol li span:before, .RH-LAYOUT-FOOTER-container .area_rainking ol li span:before {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-right: 0.5em;
}
.RH-LAYOUT-CENTERPANEL-topic-box .area_rainking ol li:nth-of-type(1) span:before, .RH-LAYOUT-FOOTER-container .area_rainking ol li:nth-of-type(1) span:before {
  content: "1";
  background-image: url("../images/toppage/ic_crown.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  padding-top: 2px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .area_rainking ol li:nth-of-type(2) span:before, .RH-LAYOUT-FOOTER-container .area_rainking ol li:nth-of-type(2) span:before {
  content: "2";
  color: #fff;
  background-color: #666;
}
.RH-LAYOUT-CENTERPANEL-topic-box .area_rainking ol li:nth-of-type(3) span:before, .RH-LAYOUT-FOOTER-container .area_rainking ol li:nth-of-type(3) span:before {
  content: "3";
  color: #fff;
  background-color: #884D19;
}
.RH-LAYOUT-CENTERPANEL-topic-box .area_rainking ol li:nth-of-type(4) span:before, .RH-LAYOUT-FOOTER-container .area_rainking ol li:nth-of-type(4) span:before {
  content: "4";
  color: #fff;
  background-color: #999;
}
.RH-LAYOUT-CENTERPANEL-topic-box .area_rainking ol li:nth-of-type(5) span:before, .RH-LAYOUT-FOOTER-container .area_rainking ol li:nth-of-type(5) span:before {
  content: "5";
  color: #fff;
  background-color: #999;
}
/* Contact */
.RH-LAYOUT-CENTERPANEL-topic-box .box_contact, .RH-LAYOUT-FOOTER-container .box_contact {
  border: solid #aaa 1px;
  border-radius: 6px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .box_contact a, .RH-LAYOUT-FOOTER-container .box_contact a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 49px;
  border-radius: 6px;
  background-color: #fff;
  border: solid #f0f0f0 5px;
  text-align: center;
}
.RH-LAYOUT-CENTERPANEL-topic-box .box_contact a:hover, .RH-LAYOUT-FOOTER-container .box_contact a:hover {
  background-color: #f8f8f8;
  text-decoration: none;
  color: #333;
}
.RH-LAYOUT-CENTERPANEL-topic-box .box_contact a:before, .RH-LAYOUT-FOOTER-container .box_contact a:before {
  content: "";
  display: inline-block;
  background-image: url("../images/toppage/support.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-top: -1px;
}
/* Footer */
.RH-LAYOUT-CENTERPANEL-topic-box .top_footer, .RH-LAYOUT-FOOTER-container .top_footer {
  width: 100%;
  background-color: #f0f0f0;
  padding: 0 1em;
  text-align: right;
  margin-top: 2em;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.foot_list, .RH-LAYOUT-FOOTER-container ul.foot_list {
  list-style-type: none;
  margin: 0 2em 0 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.foot_list li, .RH-LAYOUT-FOOTER-container ul.foot_list li {
  margin-left: 1em;
  font-size: .8rem;
  text-decoration: none;
  color: #333;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.foot_list li a, .RH-LAYOUT-FOOTER-container ul.foot_list li a {
  vertical-align: middle;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.foot_list li:nth-of-type(1):after, .RH-LAYOUT-FOOTER-container ul.foot_list li:nth-of-type(1):after {
  content: "|";
  margin-left: 1em;
  vertical-align: middle;
}
.RH-LAYOUT-CENTERPANEL-topic-box ul.foot_list li.logo, .RH-LAYOUT-FOOTER-container ul.foot_list li.logo {
  margin-left: 2em;
}
/* Responsiv */
@media (min-width: 781px) and (max-width: 1000px) {
  .RH-LAYOUT-CENTERPANEL-topic-box div.arrow, .RH-LAYOUT-FOOTER-container div.arrow {
    display: block;
    /*position: absolute;
		top: 0;
		right: -3px;
		z-index: 9999999;
		padding-top: 110px;*/
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .content_area, .RH-LAYOUT-FOOTER-container .content_area {
    display: flex;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .content_L, .RH-LAYOUT-FOOTER-container .content_L {
    width: 70%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .content_R, .RH-LAYOUT-FOOTER-container .content_R {
    width: 30%;
    padding-right: 1.5em;
  }
}
@media (max-width: 780px) {
  .RH-LAYOUT-CENTERPANEL-topic-box .box_faq, .RH-LAYOUT-FOOTER-container .box_faq {
    max-width: 400px;
    margin: auto auto 2em;
    margin-bottom: 1em;
    border-radius: 6px;
    margin-top: 0.25em;
    background-color: #47BAFF;
    padding: 6px 6px 6px 6px;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .all_wrap, .RH-LAYOUT-FOOTER-container .all_wrap {
    max-width: none;
    width: 100%;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .content_area, .RH-LAYOUT-FOOTER-container .content_area {
    display: block;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .mainarea, .RH-LAYOUT-FOOTER-container .mainarea {
    padding: 0 0.5em 0.5em 0.5em;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .mainarea h2, .RH-LAYOUT-FOOTER-container .mainarea h2 {
    display: flex;
    width: 100%;
    margin-bottom: 0em;
    justify-content: center;
    align-items: center;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .mainarea h2 img, .RH-LAYOUT-FOOTER-container .mainarea h2 img {
    max-width: 100%;
    max-height: 50px;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .mainarea h2 span:nth-of-type(1), .RH-LAYOUT-FOOTER-container .mainarea h2 span:nth-of-type(1) {
    display: block;
    width: 30%;
    vertical-align: middle;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .mainarea h2 span:nth-of-type(2), .RH-LAYOUT-FOOTER-container .mainarea h2 span:nth-of-type(2) {
    display: block;
    font-size: 70%;
    white-space: nowrap;
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box div.arrow, .RH-LAYOUT-FOOTER-container div.arrow {
    display: none;
    /*position: absolute;
		top: 0;
		right: -3px;
		z-index: 9999999;
		padding-top: 110px;*/
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .mb_br, .RH-LAYOUT-FOOTER-container .mb_br {
    display: none;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .step_wrap, .RH-LAYOUT-FOOTER-container .step_wrap {
    justify-content: flex-start;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .step_inner, .RH-LAYOUT-FOOTER-container .step_inner {
    width: 33%;
    margin-bottom: 5px;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .step_inner:last-of-type, .RH-LAYOUT-FOOTER-container .step_inner:last-of-type {
    width: 33%;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .step_coma, .RH-LAYOUT-FOOTER-container .step_coma {
    width: calc(100% - 3%);
    margin: 2px;
    height: 115px;
    background-color: #333;
    text-align: center;
    padding-top: 10px;
    clip-path: unset;
    position: relative;
    border-radius: 6px;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .step_coma.slide_5, .RH-LAYOUT-FOOTER-container .step_coma.slide_5 {
    width: calc(100% - 3%);
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .step_coma p:nth-of-type(1), .RH-LAYOUT-FOOTER-container .step_coma p:nth-of-type(1) {
    height: 50px;
    margin: 0 0 2px 0;
    text-align: center;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .step_coma img, .RH-LAYOUT-FOOTER-container .step_coma img {
    height: 100%;
    width: 80%;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .step_coma p:nth-of-type(2), .RH-LAYOUT-FOOTER-container .step_coma p:nth-of-type(2) {
    display: none;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .step_coma p:nth-of-type(3), .RH-LAYOUT-FOOTER-container .step_coma p:nth-of-type(3) {
    display: flex;
    align-items: center;
    min-height: 3em;
    margin: 0px 2px 2px;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .step_coma p:nth-of-type(3) a, .RH-LAYOUT-FOOTER-container .step_coma p:nth-of-type(3) a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box p.box_point, .RH-LAYOUT-FOOTER-container p.box_point {
    display: none;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .list_benri li a:before, .RH-LAYOUT-FOOTER-container .list_benri li a:before {
    content: none;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .txt_subc, .RH-LAYOUT-FOOTER-container .txt_subc {
    position: relative;
    margin-left: -30px;
    padding-left: 35px;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .benri_inner .txt_subc span, .RH-LAYOUT-FOOTER-container .benri_inner .txt_subc span {
    display: block;
    line-height: 1.2;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .list_benri li, .RH-LAYOUT-FOOTER-container .list_benri li {
    position: relative;
    /* これを追加 */
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .list_benri li a, .RH-LAYOUT-FOOTER-container .list_benri li a {
    display: flex;
    /* 中央揃えのために追加 */
    align-items: center;
    /* 縦方向中央揃え */
    position: relative;
    /* `::before` の基準点にする場合 */
    padding-left: 40px;
    /* アイコン分の余白を確保 */
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .list_benri li a:before, .RH-LAYOUT-FOOTER-container .list_benri li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    width: 30px;
    height: 30px;
    background-image: url(../images/toppage/ic_light.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    /* 縦方向中央揃え */
    transform: translateY(-50%);
    /* 位置調整 */
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .content_L, .RH-LAYOUT-FOOTER-container .content_L,.RH-LAYOUT-CENTERPANEL-topic-box 
  .content_R, .RH-LAYOUT-FOOTER-container 
  .content_R {
    width: 100%;
    padding: 0 10px;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .list_def li a:before, .RH-LAYOUT-FOOTER-container .list_def li a:before {
    content: none;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .def_inner .txt_subc span, .RH-LAYOUT-FOOTER-container .def_inner .txt_subc span {
    display: block;
    line-height: 1.2;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .list_def li, .RH-LAYOUT-FOOTER-container .list_def li {
    position: relative;
    /* これを追加 */
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .list_def li a, .RH-LAYOUT-FOOTER-container .list_def li a {
    display: flex;
    /* 中央揃えのために追加 */
    align-items: center;
    /* 縦方向中央揃え */
    position: relative;
    /* `::before` の基準点にする場合 */
    padding-left: 40px;
    /* アイコン分の余白を確保 */
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .list_def li a:before, .RH-LAYOUT-FOOTER-container .list_def li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    width: 30px;
    height: 30px;
    background-image: url(../images/toppage/ic_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    /* 縦方向中央揃え */
    transform: translateY(-50%);
    /* 位置調整 */
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .list_def li a, .RH-LAYOUT-FOOTER-container .list_def li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /*.list_benri li a:before, span.ic_subc.blue {
		display:inline-block;
		vertical-align: middle;
	}*/
  .RH-LAYOUT-CENTERPANEL-topic-box .list_def li, .RH-LAYOUT-FOOTER-container .list_def li,.RH-LAYOUT-CENTERPANEL-topic-box 
  .list_benri li, .RH-LAYOUT-FOOTER-container 
  .list_benri li {
    height: fit-content;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .list_benri li a, .RH-LAYOUT-FOOTER-container .list_benri li a,.RH-LAYOUT-CENTERPANEL-topic-box 
  .list_def li a, .RH-LAYOUT-FOOTER-container 
  .list_def li a {
    height: fit-content;
    display: block;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .benri_inner:after, .RH-LAYOUT-FOOTER-container .benri_inner:after {
    background-size: 15px;
    background-position: center;
    width: 40px;
    height: 70%;
    position: absolute;
    right: 10px;
    top: 15%;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .def_inner:after, .RH-LAYOUT-FOOTER-container .def_inner:after {
    background-size: 15px;
    background-position: center;
    width: 40px;
    height: 80%;
    position: absolute;
    right: 10px;
    top: 10%;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box span.ic_subc, .RH-LAYOUT-FOOTER-container span.ic_subc {
    margin-bottom: 4px;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box span.txt_subc, .RH-LAYOUT-FOOTER-container span.txt_subc {
    display: block;
    width: calc(100% - 20px);
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .mobile_bn, .RH-LAYOUT-FOOTER-container .mobile_bn {
    display: block;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .pc_bn, .RH-LAYOUT-FOOTER-container .pc_bn {
    display: none;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .foot_list, .RH-LAYOUT-FOOTER-container .foot_list {
    margin: auto;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .top_footer, .RH-LAYOUT-FOOTER-container .top_footer {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 0.5em 1em 0;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .slick-prev, .RH-LAYOUT-FOOTER-container .slick-prev,.RH-LAYOUT-CENTERPANEL-topic-box 
  .slick-next, .RH-LAYOUT-FOOTER-container 
  .slick-next {
    width: 100px;
    height: 50px;
    z-index: 999999999;
  }
}
@media (max-width: 500px) {
  .RH-LAYOUT-CENTERPANEL-topic-box .content_area h2, .RH-LAYOUT-FOOTER-container .content_area h2 {
    font-size: 1.1rem;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .mb_br, .RH-LAYOUT-FOOTER-container .mb_br {
    display: block;
  }
}
@media (min-width: 501px) {
  .RH-LAYOUT-CENTERPANEL-topic-box .mb_br, .RH-LAYOUT-FOOTER-container .mb_br {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  .RH-LAYOUT-CENTERPANEL-topic-box div.arrow, .RH-LAYOUT-FOOTER-container div.arrow {
    display: block;
    /*position: absolute;
		top: 0;
		right: -3px;
		z-index: 9999999;
		padding-top: 110px;*/
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .content_area, .RH-LAYOUT-FOOTER-container .content_area {
    display: block;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .content_L, .RH-LAYOUT-FOOTER-container .content_L,.RH-LAYOUT-CENTERPANEL-topic-box 
  .content_R, .RH-LAYOUT-FOOTER-container 
  .content_R {
    width: 100%;
    padding: 0 10px;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .box_faq, .RH-LAYOUT-FOOTER-container .box_faq {
    max-width: 320px;
    margin: auto auto 2em;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .slick-slider, .RH-LAYOUT-FOOTER-container .slick-slider {
    width: 100%;
  }
}
@media (min-width: 1101px) {
  .RH-LAYOUT-CENTERPANEL-topic-box div.arrow, .RH-LAYOUT-FOOTER-container div.arrow {
    display: block;
    /*position: absolute;
		top: 0;
		right: -3px;
		z-index: 9999999;
		padding-top: 110px;*/
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .content_area, .RH-LAYOUT-FOOTER-container .content_area {
    display: flex;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .content_L, .RH-LAYOUT-FOOTER-container .content_L {
    width: 70%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .content_R, .RH-LAYOUT-FOOTER-container .content_R {
    width: 30%;
    padding-right: 1.5em;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .slick-slider, .RH-LAYOUT-FOOTER-container .slick-slider {
    width: 100%;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .mobile_bn, .RH-LAYOUT-FOOTER-container .mobile_bn {
    display: none;
  }
  .RH-LAYOUT-CENTERPANEL-topic-box .pc_bn, .RH-LAYOUT-FOOTER-container .pc_bn {
    display: block;
  }
}
@media (max-width: 350px) {
  .RH-LAYOUT-CENTERPANEL-topic-box .step_coma a, .RH-LAYOUT-FOOTER-container .step_coma a {
    position: relative;
    top: -10px;
  }
}