/* ===================================================================
     Component: header
==================================================================== */
.header-level3-left-logo {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-top: 6px;
}
@media screen and (max-width: 1064px){
  .header-level3-left-logo {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level3-left-logo {
    font-size: 16px;
  }
}
.header-level3-left-logo span {
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .header-level3-left-inner {
    height: 43px;
  }
}




/* ===================================================================
     Component: Mainvisual
==================================================================== */
@media screen and (min-width: 1024px) {
  .mv-l {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv-l::before {
    height: 100% !important;
  }
}
.webp .mv-l::before {
  background-image: url("/service/wifi/assets/images/top/mainvisual_bg@2x.png.webp");
}
.no-webp .mv-l::before {
  background-image: url("/service/wifi/assets/images/top/mainvisual_bg@2x.png");
}
@media screen and (max-width: 767px) {
  .webp .mv-l::before {
    background-image: url("/service/wifi/assets/images/top/mainvisual_bg_sp@2x.png.webp");
  }
  .no-webp .mv-l::before {
    background-image: url("/service/wifi/assets/images/top/mainvisual_bg_sp@2x.png");
  }
}
@media screen and (min-width: 1024px) {
  .mv-l-header {
    left: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .mv-l-header {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .mv-l-header {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .mv-l-header-logo img {
    width: auto;
    height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-l-header-logo img {
    width: auto;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .mv-l-header-logo img {
    height: 22px;
    min-height: 20px;
  }
}
.mv-l-body {
  height: auto;
  box-shadow: none;
  position: static;
  padding: 0;
}
.mv-l-content {
  position: relative;
  z-index: 2;
  padding: 40px 88px;
  background: #fff;
  box-shadow: 0 16px 20px rgba(51,51,51,0.05);
  border-radius: 4px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .mv-l-content {
    width: 1024px;
  }
}
@media screen and (min-width: 768px) {
  .mv-l-content {
    max-width: 90%;
    margin-bottom: -142px;
    transform: translate(0, -142px);
  }
}
@media screen and (max-width: 1023px) {
  .mv-l-content {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-l-content {
    padding: 0 20px 40px;
  }
}




/* ===================================================================
     Component: lineup_tab
==================================================================== */
.lineup_tab-list {
  overflow-x: auto;
  width: 100%;
  padding-bottom: 24px;
  box-shadow: 0px -10px 30px -10px rgba(212, 212, 212, 0.3);
}
.lineup_tab-list table{
  background: #fff;
  width: 1024px;
  margin: auto;
}
.lineup_tab tr{
  border-bottom: 1px solid #7a8ca0;
}
.lineup_tab th{
  width: 120px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding: 16px 0;
}
.lineup_tab td{
  width: 226px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
.lineup_tab td img{
  text-align: center;
}
.lineup_tab .bg-b{
  background: #e6f7ff !important;
}
.lineup_tab-notes{
  font-size: 16px;
  font-weight: bold;
  color: #7a8ca0;
  padding-top: 16px;
  padding-bottom: 8px;
}
.lineup_tab-top{
  vertical-align: top !important;
}
.fz12{
  font-size: 12px !important;
}
.fc-w{
  color: #fff !important;
}
.fc-b{
  color: #094c97 !important;
}




/* ===================================================================
     Component: 【SimpleBar】iphone用スクロールバー
==================================================================== */
.scroll__inner {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar::before {
  background: #D9D9D9 !important;
  border-radius: 0;
  margin-left: 3px;
  margin-top: 2px;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1 !important;
}
.simplebar-track {
  width: calc(100% - 20px) !important;
}






/* ===================================================================
     Component: features
==================================================================== */
@media screen and (min-width: 768px) {
  .column_01 > .col-464:nth-child(2n+1):nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .column_01 > .col-464:nth-child(3n+1):nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
.column_01 > [class*="col-"] {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .column_01 > [class*="col-"] {
    margin-bottom: 32px;
  }
  .column_01 > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
.column_01{
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.col-464{
  max-width: 464px;
  width: 45.3125vw;
}
@media screen and (max-width: 767px) {
  .col-464 {
    max-width: 100%;
    width: 100%;
  }
}
.features-area{
  background: #fff;
  padding: 40px 32px;
  box-shadow: 0px -10px 30px -10px rgba(212, 212, 212, 0.3);
}
.features-flex{
  color: #168e82;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px;
  background: #e9fffc;
  border-radius: 4px;
  margin: 0 8px 8px 0;
}
.features-flex:last-child{
  margin-right: 0;
}







/* ===================================================================
     Component: support
==================================================================== */

.support {
  position: relative;
  padding-top: 250px;
}
@media screen and (max-width: 767px) {
  .support {
    padding-top: 200px;
  }
}
.support:after {
  display: block;
  content: "";
  background-image: url("/service/common/images/setting_bg@2x.png");
  background-size: cover;
  width: 100%;
  height: 340px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .support:after {
    background-image: url("/service/common/images/setting_bg_sp@2x.png");
  }
}
.support-inner {
  width: 100%;
  max-width: 1088px;
  background: rgba(255,255,255,0.9);
  margin: auto;
  padding: 64px 32px;
}
@media screen and (max-width: 1023px) {
  .support-inner {
    width: calc(100vw - 40px);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .support-inner {
    padding: 36px 18px 16px;
  }
}
.support-column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .support-column {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .support-col, .support-col_01 {
    width: calc(33% - 20px);
    margin-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .support-col, .support-col_01 {
    width: calc(33% - 5px);
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .support-col, .support-col_01 {
    width: 100%;
    background: none;
    padding: 0;
  }
}
.support-col:last-child, .support-col_01:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .support-col-inner_01{
    background: #f0f3f5;
    padding: 16px;
    text-align: center;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .support-col-inner {
    background: #f0f3f5;
    padding: 16px;
    text-align: center;
    height: 260px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 820px) {
  .support-col-inner {
    padding: 24px 16px;
  }
}
@media screen and (min-width: 878px) {
  .support-col-inner {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .support-col-content {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1064px) {
  .support-col-content .fz-18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .support-icon {
    width: 46px;
    height: 46px;
    margin-right: 16px;
  }
}
.support-detail {
  background: #f0f3f5;
  padding: 32px 24px;
  max-width: 905px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .support-detail {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .support-detail-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 70px;
    position: relative;
  }
}
.support-detail-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .support-detail-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .support-detail-title {
    font-size: 16px;
  }
}
.support-detail-title span {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 3px solid #f65878;
}
@media screen and (max-width: 767px) {
  .support-detail-title span {
    font-size: 16px;
  }
}
.support-detail-arrow,
.support-detail-subtitle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support-detail-arrow img {
    transform: rotate(90deg);
    width: 50px;
    position: absolute;
    left: -10px;
    top: 30px;
  }
}
.support-detail-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .support-detail-subtitle {
    margin-top: 8px;
  }
}
.support-detail-subtitle span {
  font-size: 24px;
  font-weight: 600;
  color: #f65878;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .support-detail-col {
    position: relative;
  }
}
.support-detail-col.left,
.support-detail-col.right {
  background: #fff;
  border-radius: 4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .support-detail-col.left,
  .support-detail-col.right {
    width: 328px;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .support-detail-col.left,
  .support-detail-col.right {
    margin-top: 80px;
    padding: 30px 16px 20px;
  }
}
.support-detail-col.left:before,
.support-detail-col.right:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .support-detail-col img {
    max-width: 100%;
    height: auto;
  }
}
.support-detail-col.left:before {
  background: url("/service/common/images/ic_support_customer.svg");
  width: 93px;
  height: 94px;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .support-detail-col.center {
    padding-left: 30px;
    padding-top: 10px;
  }
}
.support-detail-col.right:before {
  background: url("/service/common/images/ic_support_usen.svg");
  width: 93px;
  height: 94px;
  top: -80px;
}
@media screen and (min-width: 1024px) {
  .support-detail-col.right ul {
    width: 90%;
  }
}
.support-detail-col.right ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .support-detail-col.right ul li {
    font-size: 14px;
  }
}
.support-detail-col.right ul li:last-child {
  margin-bottom: 0;
}
.support-detail-col.right ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #094c97;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .support-detail-col.right ul li:before {
    width: 14px;
    height: 14px;
  }
}
.support .content-inner {
  background: rgba(255,255,255,0.9);
}
@media screen and (max-width: 767px) {
  .body {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-level3-left-logo img {
    width: 153px;
    height: 15px;
  }
}
.inline {
  display: inline-block;
}
.acordion-open:after {
  transform: rotate(135deg);
}
.acordion-close:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .flow .col-848 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .flow-box-col-text {
    text-align: center;
  }
}
.support-notes{
  background: #094c97;
  position: relative;
  padding: 8px 0;
}
.support-notes::after{
  content: "";
  border-style: solid;
  border-width: 15px 11px 0 11px;
  border-color: #094c97 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -15px;
}
.support-notes h4{
  color: #fff;
  text-align: center;
}
.support-notes span{
  border-bottom: 3px solid #f65878;
}





/* ===================================================================
     Component: chart
==================================================================== */
.chart-area{
  box-shadow: 0px -10px 30px -10px rgba(212, 212, 212, 0.3);
  text-align: center;
  padding: 16px 16px 40px;
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 1023px){
  .chart-area img{
    width: 100%;
  }
}
.chart-area .btn-second,
.chart-area .btn-cta {
  max-width: 100%;
}
.chart-icon{
  width: auto;
  height: 20px;
}







/* ========================================================================
     Component: footer
 ========================================================================== */
.footer-servicelist-nav {
  min-width: 21%;
}
@media screen and (min-width: 1024px) {
  .communication {
    min-width: 11% !important;
  }
}
.footer-servicelist-nav-head .ruby {
  font-size: 11px;
  display: block;
  margin: 8px 0;
}





/* ===================================================================
     Component: onlineform
==================================================================== */

@media screen and (max-width: 767px) {
  .onlineform-links ul li {
    width: auto;
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .onlineform-link-1 a span,
  .onlineform-link-2 a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .onlineform-link-1 a span,
  .onlineform-link-2 a span {
    font-size: 11px;
  }
}





/*
========================================================================
     Component: Contact
==========================================================================
*/
.contact::before {
  background-position: 50%;
}
.webp .contact::before {
  background-image: url("/service/wifi/assets/images/top/contact_bg@2x.png.webp");
}
.no-webp .contact::before {
  background-image: url("/service/wifi/assets/images/top/contact_bg@2x.png");
}
@media screen and (max-width: 767px) {
  .webp .contact::before {
    background-image: url("/service/wifi/assets/images/top/contact_bg_sp@2x.png.webp");
  }
  .no-webp .contact::before {
    background-image: url("/service/wifi/assets/images/top/contact_bg_sp@2x.png");
  }
}








/* ========================================================================
     Component: onlineform
 ========================================================================== */
 /*
.ic-document-w:before {
  content: "";
  width: 19px;
  height: 19px;
  background: url("/images/icon/icon_document_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ic-online-b:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/images/icon/icon_customer_b.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ic-online-b:before {
    background: url("/images/icon/icon_customer.svg");
  }
}


  */
/* ========================================================================
     Component: Brand
 ========================================================================== */
 /*
.brand-table .title-30,
.brand-table .title-24 {
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .brand-table .title-24 {
    font-size: 18px;
    line-height: 1;
  }
}
.brand-table .text-red {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.05em;
  padding-right: 0.1em;
}
@media screen and (max-width: 480px) {
  .brand-table .text-red {
    font-size: 40px;
    line-height: 1.4em;
  }
}
.brand-table-col {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .brand-table-col {
    width: calc(50% - 8px);
  }
}
.brand-table-col:first-child dd {
  position: relative;
}
.brand-table-col:first-child dd:after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #dde2e7;
  position: absolute;
  top: 0;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .brand-table-col:first-child dd:after {
    right: -8px;
  }
}
@media screen and (max-width: 767px) {
  .brand-table-col dt span {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .brand-table-col dt .fz-14 {
    font-size: 12px;
  }
}
.brand-table-col dd {
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .brand-table-col dd {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .brand-table-col .text-note {
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .brand-table-col .list-asterisk li {
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .brand-table-inner {
    position: relative;
    padding-bottom: 20px;
  }
}
.brand-table-caution {
  padding-top: 8px;
}
@media screen and (min-width: 1024px) {
  .brand-table-caution {
    text-align: center;
  }
}
.brand-table .border-enclose {
  border-bottom: 2px solid #dde2e7;
  position: relative;
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .brand-table .border-enclose {
    padding: 16px 0 4px;
  }
}
.brand-table .border-enclose:before,
.brand-table .border-enclose:after {
  content: "";
  width: 2px;
  height: 6px;
  background: #dde2e7;
  position: absolute;
}
.brand-table .border-enclose:before {
  left: 0;
  bottom: -6px;
}
.brand-table .border-enclose:after {
  right: 0;
  bottom: -6px;
}
.brand-table .border-enclose img {
  width: auto;
  height: 18px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .brand-table .border-enclose img {
    height: 15px;
  }
}
.brand-table .border-enclose img.payplus {
  width: auto;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .brand-table .border-enclose img.payplus {
    height: 19px;
  }
}
.breadcrumbs {
  z-index: 2;
}

/* ========================================================================
   Component: series
========================================================================== */
/*
.series .content-inner {
  width: 672px;
}
@media screen and (max-width: 767px) {
  .series .content-inner {
    width: calc(100vw - 40px);
  }
}
  */
/* ========================================================================
     Component: Chart
 ========================================================================== */
 /*
.chart-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .chart-column {
    grid-template-columns: 1fr;
  }
}
.chart-col {
  background: #fff;
  box-shadow: 0px 8px 24px rgba(51,51,51,0.102);
  border: 1px solid #f0f3f5;
  border-radius: 4px;
  padding: 16px 16px 36px;
  margin-bottom: 0 !important;
}
.chart-col-image {
  text-align: center;
}
.chart-col-title {
  display: flex;
  justify-content: center;
}
.chart-col-title-inner span {
  display: block;
}
@media screen and (min-width: 768px) {
  .chart-col-title-inner img {
    width: auto;
    height: 24px;
  }
}
@media screen and (min-width: 1023px) {
  .chart-col-title-inner img {
    width: auto;
    height: 28px;
  }
}
.chart-col-point {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .chart-col-point {
    justify-content: space-between;
  }
}
.chart-col-point-item {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .chart-col-point-item {
    width: 32%;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .chart-col-point-item {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .chart-col-point-item {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .chart-col-point-item:nth-child(1),
  .chart-col-point-item:nth-child(2) {
    margin-right: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .chart-col-point-item:nth-child(1),
  .chart-col-point-item:nth-child(2) {
    margin-right: 16px;
  }
}
.chart-col-point-item.card {
  background: #ffebef;
  color: #f65878;
}
.chart-col-point-item.entry {
  background: #e6f7ff;
  color: #35adeb;
}
.chart-col-point-item.qr {
  background: #f6f2ff;
  color: #6744c8;
}
.chart-col-point-item.plus {
  background: #f0f3f5;
  color: #596a7d;
}
.chart-col-point-item.gray {
  background: #f0f3f5;
  color: #596a7d;
}
.chart-col-point-item.red {
  background: #ffe9e9;
  color: #f34b4b;
}
.chart-col-point-item.yellow {
  background: #ffeadc;
  color: #ff7b23;
}
.chart-col-point-item.green {
  background: #e9fffc;
  color: #168e82;
}
.chart-col-point-item.blank {
  background: #fff;
}
.chart-col-point-item p {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.chart-col-point-item p sup {
  font-size: 80%;
}
@media screen and (max-width: 1024px) {
  .chart-col .btn-cta,
  .chart-col .btn-second {
    width: 100%;
  }
}
  */
/* ========================================================================
   Component: point
========================================================================== */
/*
.point-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .point-list {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .point-list:nth-child(3) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .point-list:last-child {
    margin-bottom: 0;
  }
}
.point-list-image {
  width: 130px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .point-list-image {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .point-list-image img {
    max-width: 100%;
  }
}
.point-list-detail {
  flex: 1;
}
.point-list-title {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .point-list-title {
    font-size: 16px;
  }
}
.point-list-title + p {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .point-1 .brand-table .title-24 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
  }
}
.point-2 {
  position: relative;
}
.point-2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.webp .point-2:before {
  background-image: url("/service/wifi/assets/images/top/point2_bg@2x.png.webp");
}
.no-webp .point-2:before {
  background-image: url("/service/wifi/assets/images/top/point2_bg@2x.png");
}
@media screen and (max-width: 767px) {
  .webp .point-2:before {
    background-image: url("/service/wifi/assets/images/top/point2_bg_sp@2x.png.webp");
  }
  .no-webp .point-2:before {
    background-image: url("/service/wifi/assets/images/top/point2_bg_sp@2x.png");
  }
}
.point-2 .content-inner {
  padding-top: 202px;
}
@media screen and (max-width: 1023px) {
  .point-2 .content-inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .point-2 .content-inner {
    padding-top: 72px;
  }
}
.point-2-mv {
  position: absolute;
  top: -155px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .point-2-mv {
    top: -65px;
  }
}
@media screen and (max-width: 767px) {
  .point-2-mv {
    top: -100px;
    width: 90%;
  }
}
.point-2-col {
  background: #fff;
  padding: 64px;
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .point-2-col {
    padding: 40px 16px;
  }
}
.point-2 .list-asterisk li a.icon-pdf {
  border-color: #fff;
  padding-right: 32px;
}
@media screen and (min-width: 768px) {
  .point-2 .list-asterisk li a.icon-pdf {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .point-2 .list-asterisk li a.icon-pdf {
    margin-left: 0 !important;
  }
}
.point-2 .list-asterisk li a.icon-pdf:before {
  background: url("/images/icon/icon_pdf_w.svg");
}
.point-2 .list-asterisk li a.icon-pdf:hover {
  border-color: transparent;
}
.point-2 .title-24 sup {
  font-size: 50%;
  top: -1em;
}
.point-3-img {
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .point-3-img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point-3-img img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .point-3 .btn-second {
    padding: 16px;
    text-align: left;
  }
}
.point-3-card {
  position: relative;
}
.point-3-card:before {
  content: "";
  width: 100%;
  height: 74%;
  background: rgba(254,254,254,0.9);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .point-3-card:before {
    height: 70%;
  }
}
.point-3-card-detail {
  padding: 24px 30px;
}
@media screen and (max-width: 1023px) {
  .point-3-card-detail {
    padding: 24px 16px;
  }
}
.max-w {
  max-width: 100%;
  height: auto;
}
picture img {
  height: auto;
  max-width: 100%;
}
*/







