@charset "UTF-8";
html {
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
html body {
  font-family: "Noto Sans JP";
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  color: #4d4d4d;
  background: #fff6f1;
}
html body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}
html body .wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1rem;
}
html body .cf::before, html body .cf::after {
  display: table;
  clear: both;
  content: "";
}
html body .alpha {
  transition: opacity 250ms !important;
}
html body .alpha :hover {
  opacity: 0.75 !important;
}
html body .tra {
  transition: 0.3s;
}
html body .tra a {
  transition: 0.3s;
}
html body .flex {
  display: flex;
}
html body .b {
  font-weight: bold;
}
html body .center {
  text-align: center;
}
html body .pa1 {
  padding-top: 1rem;
}
html body .mPlus {
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  transform: rotate(0.05deg);
}
html body .marker {
  display: inline-block;
  line-height: 1.3;
  background: linear-gradient(transparent 80%, #ffe689 30%);
}
html body .red {
  color: #ff6161;
}
html body .super {
  vertical-align: super;
  font-size: 0.8rem;
}
html body ul.aster li {
  text-indent: -0.8em;
  padding: 0 0 0.5em 0.8em;
  font-size: 0.8rem;
}
html body ul.aster li::before {
  content: "※";
}
html body ul.check li {
  text-indent: -24.8px;
  padding-left: 24.8px;
  padding-bottom: 0.3rem;
  text-align: left;
}
html body ul.check li::before {
  content: url(../images/page/will-trust/icon-check.svg);
  vertical-align: middle;
  padding-right: 0.3rem;
}
html body ul.checkCircle li {
  text-indent: -1.5em;
  padding: 0 0 0.2em 1.5em;
  line-height: 1.4;
}
html body ul.checkCircle li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  color: #ff6161;
  padding-right: 0.5em;
  font-size: 1.1rem;
}
html body ul.dot li {
  text-indent: -1.2em;
  padding: 0 0 0.5em 1em;
  font-size: 0.9rem;
  line-height: 1.4;
}
html body ul.dot li::before {
  content: "●";
  color: #ff6161;
  padding-right: 0.2em;
}
html body ol.circle {
  counter-reset: my-counter;
  padding: 1rem;
}
html body ol.circle li {
  position: relative;
  padding-left: 24px;
  padding-bottom: 0.8rem;
  font-size: 14px;
  letter-spacing: 0.1em;
}
html body ol.circle li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 19px;
  width: 19px;
  font-size: 83%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
html body ol.brackets li {
  counter-increment: cnt;
  text-indent: -1.3rem;
  padding: 0 0 0.5rem 1.3rem;
  font-size: 0.9rem;
  line-height: 1.4;
}
html body ol.brackets li::before {
  content: "(" counter(cnt) ") ";
}
html body .lg {
  display: none;
}
@media screen and (max-width: 1199px) {
  html body .lg {
    display: block;
  }
}
html body .md {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .md {
    display: block;
  }
}
html body .sm {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sm {
    display: block;
  }
}
html body .xs {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .xs {
    display: block;
  }
}
html body .xxs {
  display: none;
}
@media screen and (max-width: 415px) {
  html body .xxs {
    display: block;
  }
}
html body .xxxs {
  display: none;
}
@media screen and (max-width: 335px) {
  html body .xxxs {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body .pc {
    display: none;
  }
}
html body .icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5rem;
  color: #ff6161;
}
html body .icon.icon-moneyStyle::before {
  content: "\f46c";
}
html body .icon.icon-postSearch::before {
  content: "\f002";
}
html body .icon.icon-service::before {
  content: "\f4d3";
}
html body .icon.icon-movie::before {
  content: "\f03d";
}
html body header .header-inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body header .header-inner {
    width: 95%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 415px) {
  html body header .header-inner {
    width: 98%;
  }
}
@media screen and (max-width: 415px) {
  html body header .header-inner .logo-wrapper {
    width: 40%;
  }
}
html body header .header-inner .logo-wrapper p {
  font-size: 0.7rem;
  letter-spacing: 0.02rem;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 415px) {
  html body header .header-inner .logo-wrapper p {
    font-size: 0.6rem;
  }
}
html body header .header-inner .logo-wrapper a img {
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 415px) {
  html body header .header-inner .logo-wrapper a img {
    max-width: 140px;
  }
}
@media screen and (max-width: 415px) {
  html body header .header-inner .navArea {
    width: 60%;
  }
}
@media screen and (max-width: 415px) and (max-width: 335px) {
  html body header .header-inner .navArea {
    margin-left: 20%;
  }
}
html body header .header-inner .navArea nav .button {
  display: inline-block;
  position: absolute;
  right: 600px;
  top: 10px;
}
@media screen and (max-width: 1199px) {
  html body header .header-inner .navArea nav .button {
    right: 500px;
  }
}
@media screen and (max-width: 991px) {
  html body header .header-inner .navArea nav .button {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  html body header .header-inner .navArea nav .button {
    position: absolute;
    right: 50px;
    top: 5px;
  }
}
@media screen and (max-width: 415px) {
  html body header .header-inner .navArea nav .button {
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
  }
}
html body header .header-inner .navArea nav .button a {
  background: #ff6161;
  border-radius: 9999px;
  color: #fff;
  padding: 0.8rem 1.2rem;
}
@media screen and (max-width: 415px) {
  html body header .header-inner .navArea nav .button a {
    padding: 0.5rem 0.8rem;
  }
}
html body header .header-inner .navArea nav .button a:hover {
  background: #ff0000;
}
html body header .header-inner .navArea nav .button a::before {
  color: #fff;
}
html body header .header-inner .navArea nav .button a p {
  font-size: clamp(0.8rem, 1vw, 1rem);
}
html body header .header-inner .navArea nav .pc .navBox {
  position: absolute;
  top: 0;
  right: 0;
}
html body header .header-inner .navArea nav .pc .navBox .navItem {
  position: relative;
  width: auto;
}
html body header .header-inner .navArea nav .pc .navBox .navItem:hover {
  background: #f8f8f8;
}
html body header .header-inner .navArea nav .pc .navBox .navItem:hover .dropBox .dropItem {
  height: 2.5rem;
  overflow: visible;
}
html body header .header-inner .navArea nav .pc .navBox .navItem > .navLink {
  padding: 1.5rem;
  text-align: center;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  html body header .header-inner .navArea nav .pc .navBox .navItem > .navLink {
    padding: 1.5rem 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  html body header .header-inner .navArea nav .pc .navBox .navItem > .navLink {
    padding: 1rem 0.5rem;
  }
}
html body header .header-inner .navArea nav .pc .navBox .navItem > .navLink:hover:not(a) {
  background: #f8f8f8;
  cursor: default;
}
html body header .header-inner .navArea nav .pc .navBox .navItem .dropBox .dropItem {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
html body header .header-inner .navArea nav .pc .navBox .navItem .dropBox .dropItem .dropLink {
  background: #f8f8f8;
  text-align: center;
  display: block;
  border-bottom: 1px dotted;
  height: 2.5rem;
  padding-top: 0.55rem;
}
html body header .header-inner .navArea nav .pc .navBox .navItem .dropBox .dropItem .dropLink:hover {
  background: #ff6161;
  color: #fff;
}
html body header .header-inner .navArea nav .pc .navBox .navItem .dropBox .dropItem:last-child .dropLink {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  html body header .header-inner .navArea nav .pc .navBox {
    position: static;
  }
}
html body header .header-inner .navArea nav .sm #navicheck {
  display: none;
  cursor: pointer;
  cursor: hand;
}
html body header .header-inner .navArea nav .sm #navicheck:checked ~ #naviBurger {
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
}
html body header .header-inner .navArea nav .sm #navicheck:checked ~ * .menu {
  display: block;
  opacity: 1;
  background: #fff;
}
html body header .header-inner .navArea nav .sm #navicheck:checked ~ * .menu > li:not(.logo) {
  max-height: inherit;
  overflow-y: visible;
}
html body header .header-inner .navArea nav .sm #navicheck:checked ~ * .child {
  max-height: 0;
  overflow-y: hidden;
  visibility: hidden;
}
html body header .header-inner .navArea nav .sm #navicheck:checked ~ #naviBurger label#navibtn span span::before {
  top: 19px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
html body header .header-inner .navArea nav .sm #navicheck:checked ~ #naviBurger label#navibtn span span::after {
  display: none;
}
html body header .header-inner .navArea nav .sm #navicheck:checked ~ #naviBurger label#navibtn > span::after {
  bottom: 18px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
html body header .header-inner .navArea nav .sm #naviBurger input {
  display: none;
}
html body header .header-inner .navArea nav .sm #naviBurger input[type=checkbox]:checked ~ .child {
  max-height: inherit;
  overflow-y: visible;
  visibility: visible;
}
html body header .header-inner .navArea nav .sm .naviBurger {
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
}
html body header .header-inner .navArea nav .sm .naviBurger #navibtn {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 2;
}
@media screen and (max-width: 415px) {
  html body header .header-inner .navArea nav .sm .naviBurger #navibtn {
    top: 0;
    right: 0;
  }
}
html body header .header-inner .navArea nav .sm .naviBurger #navibtn span {
  display: block;
  width: 40px;
  height: 40px;
}
html body header .header-inner .navArea nav .sm .naviBurger #navibtn span::after {
  position: absolute;
  left: 10px;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #4d4d4d;
  bottom: 10px;
}
html body header .header-inner .navArea nav .sm .naviBurger #navibtn span span {
  display: block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
html body header .header-inner .navArea nav .sm .naviBurger #navibtn span span::before, html body header .header-inner .navArea nav .sm .naviBurger #navibtn span span::after {
  position: absolute;
  left: 10px;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #4d4d4d;
}
html body header .header-inner .navArea nav .sm .naviBurger #navibtn span span::before {
  top: 10px;
}
html body header .header-inner .navArea nav .sm .naviBurger #navibtn span span::after {
  top: 18px;
}
html body header .header-inner .navArea nav .sm .naviBurger .menu {
  display: none;
}
html body header .header-inner .navArea nav .sm .naviBurger .menu .logo {
  padding: 1rem;
  border-bottom: 3px solid #ff0000;
}
html body header .header-inner .navArea nav .sm .naviBurger .menu .logo p {
  font-size: 0.7rem;
  letter-spacing: 0.02rem;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 415px) {
  html body header .header-inner .navArea nav .sm .naviBurger .menu .logo p {
    font-size: 0.6rem;
  }
}
html body header .header-inner .navArea nav .sm .naviBurger .menu .logo a {
  display: inline-block;
}
html body header .header-inner .navArea nav .sm .naviBurger .menu .logo a img {
  width: 100%;
  max-width: 150px;
}
html body header .header-inner .navArea nav .sm .naviBurger .menu .link-group label img {
  max-width: 180px;
  vertical-align: middle;
}
html body header .header-inner .navArea nav .sm .naviBurger .menu > li:not(.logo) {
  float: left;
  margin-right: 30px;
  line-height: 60px;
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  height: auto;
  width: 100%;
  padding: 0px 20px;
  border-bottom: 1px solid #808080;
}
html body header .header-inner .navArea nav .sm .naviBurger .menu > li:not(.logo) input[type=checkbox]:checked ~ label::after {
  content: "\f056";
}
html body header .header-inner .navArea nav .sm .naviBurger .menu > li:not(.logo) label,
html body header .header-inner .navArea nav .sm .naviBurger .menu > li:not(.logo) a {
  display: block;
  line-height: 2;
  padding: 1rem 0;
}
html body header .header-inner .navArea nav .sm .naviBurger .menu > li:not(.logo) label::after,
html body header .header-inner .navArea nav .sm .naviBurger .menu > li:not(.logo) a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5%;
}
html body header .header-inner .navArea nav .sm .naviBurger .menu > li:not(.logo) label::after {
  content: "\f055";
}
html body header .header-inner .navArea nav .sm .naviBurger .menu > li:not(.logo) label:hover {
  cursor: pointer;
  cursor: hand;
}
html body header .header-inner .navArea nav .sm .naviBurger .menu > li:not(.logo) a::after {
  content: "\f054";
}
html body header .header-inner .navArea nav .sm .naviBurger .menu > li:not(.logo) .child {
  border-top: 1px dotted #808080;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 0 20px;
  opacity: 1;
  top: 0;
  margin-left: auto;
  left: auto;
  width: auto;
}
html body header .header-inner .navArea nav .sm .naviBurger .menu > li:not(.logo) .child li {
  font-size: 14px;
  border-bottom: 1px dotted #808080;
}
html body header .header-inner .navArea nav .sm .naviBurger .menu > li:not(.logo) .child li:last-child {
  border: none;
}
html body footer {
  background: #f8f8f8;
  padding-bottom: 6rem;
}
html body footer .footer-inner {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}
html body footer .footer-inner > .flex:not(.group) {
  padding: 6rem 0 2rem;
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) {
    display: block;
    padding: 2rem 0 3rem;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) .name {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) .name .logo-wrapper {
    text-align: center;
  }
}
html body footer .footer-inner > .flex:not(.group) .name .logo-wrapper p {
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 415px) {
  html body footer .footer-inner > .flex:not(.group) .name .logo-wrapper p {
    font-size: 0.6rem;
  }
}
html body footer .footer-inner > .flex:not(.group) .name .logo-wrapper a {
  display: inline-block;
}
html body footer .footer-inner > .flex:not(.group) .name .logo-wrapper a img {
  width: 100%;
  max-width: 180px;
}
html body footer .footer-inner > .flex:not(.group) .name .snsBox {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  html body footer .footer-inner > .flex:not(.group) .name .snsBox {
    justify-content: center;
  }
}
html body footer .footer-inner > .flex:not(.group) .name .snsBox .item a {
  display: block;
  margin: 0 0.8rem;
}
html body footer .footer-inner > .flex:not(.group) .sitemap {
  border-left: 1px solid #808080;
  padding-left: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) .sitemap {
    border-left: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) .sitemap .item {
    border-top: 1px solid #808080;
  }
}
html body footer .footer-inner > .flex:not(.group) .sitemap .item:not(:last-child) {
  padding-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) .sitemap .item:not(:last-child) {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) .sitemap .item:last-child {
    border-bottom: 1px solid #808080;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) .sitemap .item p {
    padding: 0.8rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) .sitemap .item a {
    display: block;
    padding: 0.8rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) .sitemap .item a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 2rem;
  }
}
html body footer .footer-inner > .flex:not(.group) .sitemap .item a.normaltxt {
  font-size: 0.9rem;
}
html body footer .footer-inner > .flex:not(.group) .sitemap .item .mapList {
  padding-top: 0.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) .sitemap .item .mapList {
    padding: 0;
  }
}
html body footer .footer-inner > .flex:not(.group) .sitemap .item .mapList li {
  flex-basis: 25%;
  padding: 0 0.5rem 0.5rem 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 767px) {
  html body footer .footer-inner > .flex:not(.group) .sitemap .item .mapList li {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) .sitemap .item .mapList li {
    border-top: 1px dotted #808080;
    flex-basis: 100%;
    padding: 0;
    text-indent: 0;
  }
}
html body footer .footer-inner > .flex:not(.group) .sitemap .item .mapList li::before {
  content: "◎";
  padding-right: 0.5rem;
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) .sitemap .item .mapList li::before {
    content: none;
    padding-right: 0;
  }
}
html body footer .footer-inner > .flex:not(.group) .sitemap .item .mapList li a {
  font-size: clamp(0.8rem, 1vw, 0.9rem);
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner > .flex:not(.group) .sitemap .item .mapList li a {
    display: block;
    padding: 0.8rem 2rem;
  }
}
html body footer .footer-inner .group {
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  html body footer .footer-inner .group {
    display: none;
  }
}
html body footer .footer-inner .group .flex {
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body footer .footer-inner .group .flex {
    justify-content: center;
  }
}
html body footer .footer-inner .group .flex img {
  max-width: 125px;
}
html body footer .footer-inner .group .flex span {
  padding: 0.4rem 0 0 0.3rem;
}
html body footer .footer-inner .group .groupLink {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  html body footer .footer-inner .group .groupLink {
    padding: 0.5rem 0 0;
  }
}
html body footer .footer-inner .group .groupLink a {
  font-size: clamp(0.8rem, 1vw, 0.9rem);
}
@media screen and (max-width: 575px) {
  html body footer .footer-inner small {
    font-size: xx-small;
    padding: 0 0 4rem;
    display: block;
  }
}
html body .pagetop {
  transition: 0.3s;
  position: fixed;
  z-index: 9;
  right: 20px;
  bottom: 80px;
  display: none;
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  border: 2px solid #e6e6e6;
  border-radius: 9999px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body .pagetop {
    width: 45px;
    height: 45px;
    right: 15px;
  }
}
html body .pagetop::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  color: #808080;
  font-size: 1.5rem;
}
html body .pagetop:hover {
  background: #e6e6e6;
  transition: 0.3s;
}
html body .pagetop span {
  color: #fff;
}
html body main .breadcrumb {
  background: #fff;
  padding: 0.5rem 0;
}
html body main .breadcrumb a {
  font-size: 12px;
  color: #808080;
}
html body main .breadcrumb a br {
  display: none;
}
html body main .breadcrumb span {
  font-size: 12px;
  color: #808080;
}
html body main .breadcrumb span br {
  display: none;
}
html body main .mainvisual img {
  width: 100%;
}
html body main .contents {
  position: relative;
}
html body main .contents h1 {
  font-weight: bold;
  font-size: 1.6rem;
}
html body main .contents h2 {
  font-weight: bold;
  font-size: 2rem;
  margin: 2rem 0 1rem;
}
html body main .contents h3 {
  font-weight: bold;
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
}
html body main .contents h4 {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 2rem 0 1rem;
}
html body main .contents h5 {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
}
html body main .contents h6 {
  font-weight: bold;
  font-size: 1rem;
  margin: 2rem 0 1rem;
}
html body main .contents p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  html body main .contents p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
html body main .contents .tagPopular {
  padding: 1rem;
  margin-top: 2rem;
  background: #fff6d5;
}
@media screen and (max-width: 415px) {
  html body main .contents .tagPopular {
    padding: 1rem 0;
  }
}
html body main .contents .tagPopular h2 {
  font-weight: bold;
  font-size: 1.2rem;
  color: gray;
  margin-top: 0;
}
html body main .contents .tagPopular .tags_wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html body main .contents .tagPopular .tags_wrap .item {
    flex-basis: 33.3333333333%;
  }
}
html body main .contents .tagPopular .tags_wrap .item a {
  display: block;
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
  background: #fff;
  border-radius: 9999px;
  margin: 0.5rem 0.5rem 0.5rem 0;
  text-align: center;
  color: #808080;
}
html body main .contents .tagPopular .tags_wrap .item a:hover {
  background: #ffe689;
}
@media screen and (max-width: 415px) {
  html body main .contents .tagPopular .tags_wrap .item a {
    font-size: 0.8rem;
  }
}
html body main .contents .tagPopular .moreTag {
  text-align: right;
  padding-top: 0.8rem;
}
html body main .contents .tagPopular .moreTag a {
  color: #808080;
}
html body main .contents .tagPopular .moreTag a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02c";
  color: #ff6161;
  padding-right: 0.5em;
}
html body main .contents .tagPopular .moreTag a span {
  border-bottom: 1px solid;
}
html body main .contents .postList {
  padding-bottom: 3rem;
}
html body main .contents .postList h2 {
  border-bottom: 3px solid #ff6161;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.5rem;
}
html body main .contents .postList h2::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5rem;
  color: #ff6161;
}
html body main .contents .postList h2.titleConnection::before {
  content: "\f1ea";
}
html body main .contents .postList h2.titlePopular::before {
  content: "\f005";
}
html body main .contents .postList .flex {
  flex-wrap: wrap;
}
html body main .contents .postList .flex .item {
  flex-basis: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  html body main .contents .postList .flex .item {
    flex-basis: 50%;
    padding-bottom: 2rem;
  }
}
html body main .contents .postList .flex .item .inner {
  padding: 1rem;
}
@media screen and (max-width: 575px) {
  html body main .contents .postList .flex .item .inner {
    padding: 0.3rem;
  }
}
html body main .contents .postList .flex .item .inner .thumbnail a {
  display: block;
  align-items: center;
  background: #fff;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  html body main .contents .postList .flex .item .inner .thumbnail a {
    padding-top: 100%;
  }
}
html body main .contents .postList .flex .item .inner .thumbnail a:hover {
  transition: opacity 250ms !important;
  opacity: 0.75 !important;
}
html body main .contents .postList .flex .item .inner .thumbnail .slick-track {
  width: 100% !important;
}
html body main .contents .postList .flex .item .inner .thumbnail img {
  width: 100% !important;
  height: 100%;
  border-radius: 5px 5px 0 0;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
html body main .contents .postList .flex .item .inner .textBox {
  padding-top: 0.5rem;
}
@media screen and (max-width: 575px) {
  html body main .contents .postList .flex .item .inner .textBox {
    max-width: 320px;
    margin: 0 auto;
  }
}
html body main .contents .postList .flex .item .inner .textBox .category {
  display: flex;
  flex-wrap: wrap;
}
html body main .contents .postList .flex .item .inner .textBox .category li {
  transition: 0.3s;
  margin: 0.1rem 0.1rem 0;
}
html body main .contents .postList .flex .item .inner .textBox .category li a {
  color: #ff6161;
  border: 1px solid #ff6161;
  padding: 0.1rem 0.9rem;
  display: inline-block;
  border-radius: 9999px;
  font-size: 0.8rem;
}
html body main .contents .postList .flex .item .inner .textBox .category li a:hover {
  background: #ff6161;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  html body main .contents .postList .flex .item .inner .textBox .category li a {
    padding: 0.3rem 0.9rem;
  }
}
@media screen and (max-width: 415px) {
  html body main .contents .postList .flex .item .inner .textBox .category li a {
    font-size: 0.7rem;
  }
}
html body main .contents .postList .flex .item .inner .textBox .time {
  padding: 0.5rem 0;
  align-items: baseline;
}
html body main .contents .postList .flex .item .inner .textBox .time time {
  display: block;
  font-size: 0.9rem;
}
html body main .contents .postList .flex .item .inner .textBox .time .new {
  color: #ff0000;
  padding-left: 1rem;
  font-size: 0.9rem;
}
html body main .contents .postList .flex .item .inner .textBox .title {
  line-height: 1.5rem;
}
html body main .contents .postList .flex .item .inner .textBox .title:hover {
  transition: opacity 250ms !important;
  opacity: 0.75 !important;
}
html body main .contents .postList .flex .item .inner .textBox .title br {
  display: none;
}
html body main .contents .postList .flex .item .inner .textBox .title h3 {
  font-size: 1rem;
  margin: 0px;
}
html body main .contents .postList .flex .item .inner .textBox .tag {
  padding-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 415px) {
  html body main .contents .postList .flex .item .inner .textBox .tag {
    display: block;
  }
}
html body main .contents .postList .flex .item .inner .textBox .tag a {
  background-image: url(../images/common/bg-tag.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 0.8rem;
  padding: 0.3rem 0.5rem 0.3rem 1rem;
  display: inline-block;
  margin: 0 0.8rem 0.3rem 0;
  font-weight: bold;
}
html body main .contents .postList .flex .item .inner .textBox .tag a:hover {
  transition: opacity 250ms !important;
  opacity: 0.75 !important;
}
@media screen and (max-width: 991px) {
  html body main .contents .postList .flex .item .inner .textBox .tag a {
    margin: 0 0.3rem 0.3rem 0;
  }
}
@media screen and (max-width: 415px) {
  html body main .contents .postList .flex .item .inner .textBox .tag a {
    font-size: 0.6rem;
    padding: 0.3rem 0.3rem 0.3rem 0.7rem;
  }
}
html body main .contents .postList .flex.postListSlider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 415px) {
  html body main .contents .postList .flex.postListSlider .slick-arrow {
    width: 25px;
    opacity: 0.7;
  }
}
html body main .contents .postList .flex.postListSlider .slick-arrow:hover {
  cursor: pointer;
}
html body main .contents .postList .flex.postListSlider .prev-arrow {
  left: -30px;
}
@media screen and (max-width: 415px) {
  html body main .contents .postList .flex.postListSlider .prev-arrow {
    left: -10px;
  }
}
html body main .contents .postList .flex.postListSlider .next-arrow {
  right: -30px;
}
@media screen and (max-width: 415px) {
  html body main .contents .postList .flex.postListSlider .next-arrow {
    right: -10px;
  }
}
html body main .contents .categoryList {
  padding-bottom: 2rem;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  html body main .contents .categoryList {
    max-width: 100%;
  }
}
html body main .contents .categoryList h2 {
  margin-top: 0;
  font-size: 1.5rem;
}
html body main .contents .categoryList .flex {
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  html body main .contents .categoryList .flex {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    height: 40px;
  }
}
html body main .contents .categoryList .flex .item,
html body main .contents .categoryList .flex h3.item {
  flex-basis: 20%;
  padding: 0 0.5rem 1rem 0.5rem;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  html body main .contents .categoryList .flex .item,
  html body main .contents .categoryList .flex h3.item {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents .categoryList .flex .item,
  html body main .contents .categoryList .flex h3.item {
    flex-basis: 12.5%;
    padding: 0 0.5rem;
  }
}
html body main .contents .categoryList .flex .item a,
html body main .contents .categoryList .flex h3.item a {
  display: block;
  border-radius: 9999px;
  border: 2px solid #ff6161;
  padding: 0.5rem 1rem;
  color: #ff6161;
  background: #fff;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  html body main .contents .categoryList .flex .item a,
  html body main .contents .categoryList .flex h3.item a {
    padding: 0.5rem 0.3rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents .categoryList .flex .item a,
  html body main .contents .categoryList .flex h3.item a {
    white-space: nowrap;
    padding: 0.5rem 1rem;
  }
}
html body main .contents .categoryList .flex .item a:hover,
html body main .contents .categoryList .flex h3.item a:hover {
  background: #ff6161;
  color: #fff;
}
html body main .contents .categoryList .flex .item a.current,
html body main .contents .categoryList .flex h3.item a.current {
  color: #fff;
  background: #ff6161;
}
html body main .contents .btnArrow {
  display: inline-block;
  background: #ff6161;
  color: #fff;
  box-shadow: 1.5px 1.5px 2px #808080;
  font-weight: bold;
  border-radius: 9999px;
  padding: 0.8rem 2rem;
  text-align: center;
  margin: 0 auto;
}
html body main .contents .btnArrow::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  padding-left: 0.5rem;
}
html body main .contents .btnArrow:hover {
  transition: 0.3s;
  background: #ff0000;
}
html body main .contents table.style01 {
  width: 100%;
}
html body main .contents table.style01 th,
html body main .contents table.style01 td {
  padding: 0.8rem 0.5rem;
  border: 1px solid #e6e6e6;
}
html body main .contents table.style01 thead th {
  background: #f8f8f8;
  text-align: center;
}
html body main .contents table.style01 tbody th,
html body main .contents table.style01 tbody td {
  background: #fff;
}
html body main .contents table.style01 tbody th {
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 335px) {
  html body main .contents table.style01 tbody th {
    word-break: break-all;
  }
}
html body main .contents table.style01 tbody td {
  text-align: left;
}
html body main .contents table.style02 th,
html body main .contents table.style02 td {
  padding: 0.8rem 0.5rem;
  border: 1px solid #e6e6e6;
}
html body main .contents table.style02 tbody th {
  background: #f8f8f8;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 335px) {
  html body main .contents table.style02 tbody th {
    word-break: break-all;
  }
}
html body main .contents table.style02 tbody td {
  text-align: left;
  background: #fff;
}
html body main .contents .cta {
  display: block;
  border-top: 2px solid #ff6161;
  background: #fff;
  padding: 0.8rem 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
html body main .contents .cta .flex {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  html body main .contents .cta .flex {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents .cta .flex {
    width: 100%;
  }
}
html body main .contents .cta .flex.twoBtn {
  width: 90%;
}
@media screen and (max-width: 767px) {
  html body main .contents .cta .flex.twoBtn .item {
    flex-basis: 50%;
  }
}
html body main .contents .cta .flex .item {
  padding: 0 0.8rem;
  flex-basis: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  html body main .contents .cta .flex .item {
    padding: 0 0.3rem;
  }
}
html body main .contents .cta .flex .item a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 0.8rem 0.5rem;
  border-radius: 8px;
  box-shadow: 1px 1px 4px #808080;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .contents .cta .flex .item a {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 415px) {
  html body main .contents .cta .flex .item a {
    padding: 0.5rem 0.2rem;
    font-size: 0.8rem;
  }
}
html body main .contents .cta .flex .item a:hover {
  transition: opacity 250ms !important;
  opacity: 0.75 !important;
}
html body main .contents .cta .flex .item a::before {
  color: #fff;
}
html body main .contents .cta .flex .item.redBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body main .contents .cta .flex .item.redBtn a img {
  width: 20px;
}
@media screen and (max-width: 575px) {
  html body main .contents .cta .flex .item.redBtn a img {
    width: 28px;
  }
}
html body main .contents .cta .flex .item.redBtn a span {
  padding-left: 0.5rem;
  text-align: left;
}
html body main .contents .cta .flex .orangeBtn a {
  background: #ff8f1e;
}
html body main .contents .cta .flex .greenBtn a {
  background: #7ac543;
}
html body main .contents .cta .flex .skyblueBtn a {
  background: #3fa5f1;
}
html body main .contents .cta .flex .redBtn a {
  background: #ff0000;
}
html body main .contents .cta .flex .darkRedBtn a {
  background: #932445;
}
html body main .contents .cta .flex .goldBtn a {
  background: #af9621;
}
html body main .contents .cta .flex .bblueBtn a {
  background: #3f89f5;
}
html body main .contents .cta .flex .purpleBtn a {
  background: #a55dfc;
}
html body main .contents .cta .flex .mainColorBtn a {
  background: #ff6161;
}
html body main .contents .cta .flex .baseBlueBtn a {
  background: #0000FF;
}
html body main .contents .cta .flex .baseGreenBtn a {
  background: #009944;
}
html body main .contents .cta .flex .lyellowBtn a {
  background: #FFCB20;
}
@media screen and (max-width: 575px) {
  html body main .contents .cta.cta_investment-trust .flex .greenBtn a {
    padding: 1rem 0.1rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents .cta.cta_investment-trust .flex .skyblueBtn a {
    padding: 1.35rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents .cta.cta_investment-trust .flex .skyblueBtn a {
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents .cta.cta_investment-trust .flex .skyblueBtn a {
    padding: 1.5rem 0.1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents .cta.cta_insurance .skyblueBtn a {
    padding: 0.95rem 0.5rem;
  }
}
html body main .contents .cta.cta_fundwrap .flex .item {
  flex-basis: 50%;
}
html body main .contents .cta.cta_fundwrap .flex .item a {
  padding: 0.2rem 0.5rem;
}
html body main .page {
  padding-bottom: 6rem;
}
html body main .single .categoryList,
html body main .tagPage .categoryList {
  padding: 0 1rem;
}
html body main .single .categoryList .flex,
html body main .tagPage .categoryList .flex {
  overflow-x: visible;
  overflow-y: visible;
  flex-wrap: wrap;
  height: auto;
}
@media screen and (max-width: 575px) {
  html body main .single .categoryList .flex .item,
  html body main .tagPage .categoryList .flex .item {
    flex-basis: 50%;
    padding: 0.5rem 0.25rem;
  }
}
html body main .single .categoryList .flex .item a,
html body main .tagPage .categoryList .flex .item a {
  white-space: inherit;
}
@media screen and (max-width: 415px) {
  html body main .single .categoryList .flex .item a,
  html body main .tagPage .categoryList .flex .item a {
    font-size: 0.8rem;
  }
}
html body main .fixSidemenu {
  position: fixed;
  top: 35%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 575px) {
  html body main .fixSidemenu {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 350px;
  }
}
html body main .fixSidemenu #toggle {
  position: absolute;
  display: none;
  opacity: 0;
}
html body main .fixSidemenu #toggle:checked ~ .itemBox {
  transform: translateX(-350px);
}
@media screen and (max-width: 575px) {
  html body main .fixSidemenu #toggle:checked ~ .itemBox {
    transform: translateY(-465px);
  }
}
html body main .fixSidemenu #toggle:checked ~ label {
  transform: translateX(-350px);
}
@media screen and (max-width: 575px) {
  html body main .fixSidemenu #toggle:checked ~ label {
    transform: translateY(-465px);
  }
}
html body main .fixSidemenu #toggle:checked ~ label::after {
  content: url(../images/common/icon-sidemenu-close.svg);
  transform: scale(0.7);
  display: block;
}
@media screen and (max-width: 575px) {
  html body main .fixSidemenu #toggle:checked ~ label::after {
    content: url(../images/common/icon-sidemenu-close-sp.svg);
    transform: scale(0.5);
  }
}
html body main .fixSidemenu #toggle ~ label {
  display: block;
  padding: 1rem 0 0.5rem;
  cursor: pointer;
  transition: 0.5s transform;
  text-align: center;
  color: #fff;
  background: #00a6da;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 575px) {
  html body main .fixSidemenu #toggle ~ label {
    padding: 0 0.8rem;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
html body main .fixSidemenu #toggle ~ label::after {
  content: url(../images/common/icon-sidemenu-open.svg);
  transform: scale(0.7);
  display: block;
}
@media screen and (max-width: 575px) {
  html body main .fixSidemenu #toggle ~ label::after {
    content: url(../images/common/icon-sidemenu-open-sp.svg);
    transform: scale(0.5);
  }
}
html body main .fixSidemenu #toggle ~ label span {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 575px) {
  html body main .fixSidemenu #toggle ~ label span {
    writing-mode: horizontal-tb;
  }
}
html body main .fixSidemenu .itemBox {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  cursor: pointer;
  transition: 0.5s transform;
}
@media screen and (max-width: 575px) {
  html body main .fixSidemenu .itemBox {
    top: auto;
    bottom: -402px;
    right: 0;
    height: 402px;
    width: 100%;
  }
}
html body main .fixSidemenu .itemBox ul {
  background: #f8f8f8;
}
html body main .fixSidemenu .itemBox ul li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #808080;
  font-size: 0.95rem;
}
@media screen and (max-width: 575px) {
  html body main .fixSidemenu .itemBox ul li a {
    padding-right: 1.3rem;
    font-size: 0.8rem;
  }
}
html body main .fixSidemenu .itemBox ul li a::before {
  transform: scale(0.8);
  display: block;
}
html body main .fixSidemenu .itemBox ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  transform: scale(0.8);
  display: block;
  position: absolute;
  right: 5%;
}
html body main .fixSidemenu .itemBox ul li a:hover {
  transition: 0.3s;
  background: #e6e6e6;
}
html body main .fixSidemenu .itemBox ul li a.movie::before {
  content: url(../images/common/icon-sidemenu-movie.png);
}
html body main .fixSidemenu .itemBox ul li a.life::before {
  content: url(../images/common/icon-sidemenu-life.png);
}
html body main .fixSidemenu .itemBox ul li a.fund::before {
  content: url(../images/common/icon-sidemenu-fund.png);
}
html body main .fixSidemenu .itemBox ul li a.ideco::before {
  content: url(../images/common/icon-sidemenu-ideco.png);
}
html body main .fixSidemenu .itemBox ul li a.nisa::before {
  content: url(../images/common/icon-sidemenu-nisa.png);
}
html body main .fixSidemenu .itemBox ul li a.style::before {
  content: url(../images/common/icon-sidemenu-style.png);
}
html body main .fixSidemenu .itemBox ul li a.campaign::before {
  content: url(../images/common/icon-sidemenu-campaign.png);
}
html body main .fixSidemenu .itemBox ul li a.basic::before {
  content: url(../images/common/icon-sidemenu-basic.png);
}
html body main .fixSidemenu .itemBox ul li a.nisaAbout::before {
  content: url(../images/common/icon-sidemenu-nisa-about.png);
}
html body main .fixSidemenu .itemBox ul li a.housing-loan::before {
  content: url(../images/common/icon-housing-loan.png);
}
html body main .fixSidemenu .itemBox ul li:last-child a {
  border-bottom: none;
}
@media screen and (max-width: 575px) {
  html body main .fixSidemenu .itemBox ul li:last-child a {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 415px) {
  html body main .fixSidemenu .itemBox ul li:last-child a {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  html body main .fixSidemenu .itemBox ul li.bnr a {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 415px) {
  html body main .fixSidemenu .itemBox ul li.bnr a {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 415px) {
  html body main .fixSidemenu .itemBox ul li.bnr a img {
    width: 100%;
  }
}
html body .baseRedBtn a {
  background: #932445;
}
html body .baseBeigeBtn a {
  background: #ea8d61;
}
html body .perpleBtn a {
  background: #767ee3;
}
html body #onetrust-banner-sdk .ot-sdk-row, html body #onetrust-pc-sdk .ot-sdk-row, html body #ot-sdk-cookie-policy .ot-sdk-row {
  border: none;
}
html body #onetrust-consent-sdk #onetrust-accept-btn-handler, html body #onetrust-banner-sdk #onetrust-reject-all-handler {
  background: #ff6161;
  border-color: #ff6161;
  border-radius: 40px;
}
html body #onetrust-banner-sdk #onetrust-policy-text, html body #onetrust-banner-sdk .ot-dpd-desc, html body #onetrust-banner-sdk .ot-b-addl-desc {
  font-size: 0.7em;
}
html body .sp-only {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html body .sp-only {
    display: block;
  }
}
html body .xs-only {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .xs-only {
    display: block;
  }
}
html body .sm-only {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sm-only {
    display: block;
  }
}
html body .pc-only {
  display: block;
}
@media screen and (max-width: 991px) {
  html body .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html body .pc-only {
    display: none;
  }
}
html body .pc-tb-only {
  display: block;
}
@media screen and (max-width: 991px) {
  html body .pc-tb-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body .pc-tb-only {
    display: none;
  }
}
html body .nisa-content {
  margin-top: 20px;
}
html body .nisa-content a {
  text-decoration: underline;
  color: #00a6da;
}

/*# sourceMappingURL=common.css.map */