@font-face {
    font-family: avenir;
    src: url('../fonts/avenir_roman_12.woff');
}
body,
* {
    font-family: sans-serif;
    outline: none !important
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    overflow-x: hidden
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    font-family: sans-serif;
    margin: 0;
    position: relative;
    width: 100%;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
.btn-secondary {
  background: #ffdb00;
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  border-radius: 2px;
  border-right: 0px solid #000;
  border-top: 0px solid #000;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.1em;
  opacity: 1;
  padding: 12px 15px 12px;
  width: 540px;
  max-width: 100%;
}
/*----------------------------------------------
	Ads page
---------------------------------------------*/
.page-ads {
    /* border-bottom: 1px solid #dedede; */
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 70px 0 115px;
	margin-top: 50px;
  }
  
  
  
  .page-ads .ads-contents {
    display: block;
    float: left;
    margin-right: 50px;
    position: relative;
    width: 1088px;
  }
  
  
  
  
  .page-ads .ads-contents .single-post {
    margin-top: -88px;
  }
  
  @media only screen and (max-width: 767px) {
    .page-ads .ads-contents .single-post {
      margin-top: 0px;
    }  
  }
  
  
  
  .page-ads .ads-contents .single-post .title {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 180%;
    margin: 0;
    padding: 0;
  }
  
  
  
  
  .page-ads .ads-contents .single-post .post-details {
    border-bottom: 2px solid #e8eceb;
    display: block;
    margin: 15px 0 20px;
    overflow: hidden;
  }
  
  .page-ads .ads-contents .single-post .post-details .author {
    display: block;
    float: left;
    width: 50%;
  }
  
  .page-ads .ads-contents .single-post .post-details .author figure {
    display: block;
    overflow: hidden;
    position: relative;
    transition: .3s;
  }
  
  .page-ads .ads-contents .single-post .post-details .author figure:hover {
    opacity: .8;
  }
  
  .page-ads .ads-contents .single-post .post-details .author figure .image {
    border-radius: 50%;
    display: block;
    float: left;
    height: 55px;
    overflow: hidden;
    width: 55px;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-details .author figure .image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  
  .page-ads .ads-contents .single-post .post-details .author figure .name {
    color: #000;
    font-size: 16px;
    position: relative;
    top: 20px;
    margin-left: 15px;
    transition: .3s;
  }
  
  .page-ads .ads-contents .single-post .post-details .author figure .name:hover {
    opacity: .8;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-details .dates {
    display: block;
    overflow: hidden;
    position: relative;
    top: 15px;
    width: 50%;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-details .dates .date-posted {
    display: block;
    float: left;
  }
  
  
  
  
  .page-ads .ads-contents .single-post .post-details .dates .date-posted:before {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    width: 0;
  }
  
  .page-ads .ads-contents .single-post .post-details .dates .date-posted .date-title {
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-details .dates .date-posted .date {
    color: #a7a8aa;
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
  }
  
  
  
  
  .page-ads .ads-contents .single-post .post-details .dates .date-updated {
    display: block;
    float: right;
    margin-left: 20px;
  }
  
  .page-ads .ads-contents .single-post .post-details .dates .date-updated:before {
    background: url("../images/icon_ads-single_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    width: 18px;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-details .dates .date-updated .date-title {
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-details .dates .date-updated .date {
    color: #a7a8aa;
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
  }
  
  
  
  
  .page-ads .ads-contents .single-post .post-details .tags-cat {
    display: block;
    float: left;
    padding: 20px 0;
    width: 100%;
  }
  
  .page-ads .ads-contents .single-post .post-details .tags-cat .divider {
    display: inline-block;
    margin: 0 10px;
  }
  
  
  
  
  
  .page-ads .ads-contents .single-post .post-details .tags-cat .category-name {
    color: #0bab84;
    font-size: 13px;
    line-height: 100%;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-details .tags-cat .tags {
    border: 1px solid #0bab84;
    border-radius: 10px;
    color: #0bab84;
    display: inline-block;
    font-size: 13px;
    line-height: 100%;
    margin-right: 5px;
    padding: 5px 15px;
  }
  
  
  
  
  .page-ads .ads-contents .single-post .post-details .tags-cat .tags:last-child {
    margin-right: 0;
  }
  
  .page-ads .ads-contents .single-post .post-details .sns {
    display: block;
    float: left;
    width: 100%;
  }
  
  .page-ads .ads-contents .single-post .post-cover {
    display: block;
    height: 475px;
    margin: 0 auto 45px;
    overflow: hidden;
    width: 100%;
  }
  
  .page-ads .ads-contents .single-post .post-cover img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  }
  
  .page-ads .ads-contents .single-post .hs-cta-wrapper {
    cursor: pointer;
    transition: .3s;
  }
  
  .page-ads .ads-contents .single-post .hs-cta-wrapper:hover {
    opacity: .8;
  }
  
  .page-ads .ads-contents .single-post .hs-cta-wrapper img {
    height: auto;
    max-width: 100%;
  }
  
  .page-ads .ads-contents .single-post .post-content h2 {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    font-size: 24px;
    font-weight: bold;
    margin: 70px 0 20px;
  }
  .page-ads .ads-contents .single-post .post-content h2 span { 
    display: block;
    padding: 20px 0 20px;
  }
  
  
  .page-ads .ads-contents .single-post .post-content h3 {
    background-color: #f4f4f4;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 200%;
    margin: 50px 0 20px;
  }
  .page-ads .ads-contents .single-post .post-content h3 span {
    display: block;
    padding: 15px 18px;
  }
  
  
  .page-ads .ads-contents .single-post .post-content h4 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 200%;
    margin: 50px 0 20px;
  }
  
  
  
  
  .page-ads .ads-contents .single-post .post-content h4:before {
    color: #0ed9a7;
    content: '\f0c8';
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 100%;
    display: inline-block;
    margin-right: 18px;
  }
  
  .page-ads .ads-contents .single-post .post-content h5 {
    background-color: #f4f4f4;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    line-height: 200%;
    margin: 50px 0 20px;
    padding: 5px 20px;
    position: relative;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-content h5:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #f4f4f4;
    border-bottom: 0;
    margin-left: -12px;
    margin-bottom: -12px;
  }
  
  .page-ads .ads-contents .single-post .post-content h6 {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
    line-height: 200%;
    margin: 50px 0 20px;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-content p {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 16px;
    line-height: 2.3;
    margin: 0 0 20px;
  }
  
  @media only screen and (max-width: 64em) {
  .page-ads .ads-contents .single-post .post-content p {
    line-height: 1.8;
    }
  }
  
  .page-ads .ads-contents .single-post .post-content p .marker-yellow {
    background: linear-gradient(transparent 75%, #fff76b 0);
  }
  
  .page-ads .ads-contents .single-post .post-content p .marker-blue {
    background: linear-gradient(transparent 75%, #add6ff 0);
  }
  
  .page-ads .ads-contents .single-post .post-content p .marker-red {
    background: linear-gradient(transparent 75%, #ffb2d8 0);
  }
  
  .page-ads .ads-contents .single-post .post-content img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  }
  
  .page-ads .ads-contents .single-post .post-content a {
    color: #1a0dab;
    text-decoration: underline;
    transition: .3s;
  }
  
  .page-ads .ads-contents .single-post .post-content a:hover {
    opacity: .6;
  }
  
  /*.page-ads .ads-contents .single-post .post-content a[href^="https://"]:after,
  .page-ads .ads-contents .single-post .post-content a[href^="http://"]:after {
    content: url("../images/common/icon-link.png");
    margin-left: 10px;
    margin-right: 5px;
  }*/
  
  .page-ads .ads-contents .single-post .post-content a.href-add-friend:after {
    content: none;
  }
  
  .page-ads .ads-contents .single-post .post-content a.con-image:after {
    content: none;
  }
  
  .page-ads .ads-contents .single-post .post-content .table-contents {
    background-color: #f4f4f4;
    margin: 60px 0 0;
    padding: 50px 40px;
  }
  
  
  .page-ads .ads-contents .single-post .post-content .table-contents .table-contents--title {
    color: #000;
    font-size: 17px;
    line-height: 100%;
  }
  
  .page-ads .ads-contents .single-post .post-content .table-contents .table-contents--title:before {
    color: #0ed9a7;
    content: '\f0c8';
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 100%;
    display: inline-block;
    margin-right: 12px;
  }
  
  .page-ads .ads-contents .single-post .post-content .table-contents ul {
    list-style-type: decimal;
    margin-left: 45px;
  }
  
  .page-ads .ads-contents .single-post .post-content .table-contents ul li {
    margin-bottom: 25px;
  }
  
  .page-ads .ads-contents .single-post .post-content .table-contents ul li:last-child {
    margin-bottom: 0;
  }
  
  .page-ads .ads-contents .single-post .post-content .table-contents ol {
    list-style-type: square;
    margin: 25px 0 0 45px;
  }
  
  .page-ads .ads-contents .single-post .post-content .table-contents ol li {
    margin-bottom: 20px;
  }
  
  .page-ads .ads-contents .single-post .post-content .table-contents ol li:last-child {
    margin-bottom: 0;
  }
  
  .page-ads .ads-contents .single-post .post-content .table-contents a:after {
    content: '';
  }
  
  .page-ads .ads-contents .single-post .post-content .freebox {
    display: block;
    margin: 40px 0;
  }
  
  
  .page-ads .ads-contents .single-post .post-content .freebox .freebox-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 15px;
  }
  
  .page-ads .ads-contents .single-post .post-content .freebox .freebox-wrapper {
    border: 1px solid #d1d5d4;
    padding: 40px 30px;
  }
  
  
  
  
  .page-ads .ads-contents .single-post .post-content .freebox .freebox-wrapper ol {
    margin: 0 0 0 16px;
    list-style-type: disc;
  }
  .page-ads .ads-contents .single-post .post-content .freebox .freebox-wrapper ol.is_decimal { list-style-type: decimal; }
  .page-ads .ads-contents .single-post .post-content .freebox .freebox-wrapper ol li {
    color: #000;
    font-size: 16px;
    line-height: 1.8;
  }
  
  .page-ads .ads-contents .single-post .post-content .freebox .freebox-wrapper ol li:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .page-ads .ads-contents .single-post .post-content .freebox .freebox-wrapper p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
  }
  .page-ads .ads-contents .single-post .post-content .freebox .freebox-wrapper p:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .page-ads .ads-contents .single-post .post-content .freebox .freebox-wrapper .btn-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 15px;
  }
  
  .page-ads .ads-contents .single-post .post-content .freebox .freebox-wrapper .btn-wrapper:last-child {
    margin-bottom: 0;
  }
  
  .page-ads .ads-contents .single-post .post-content table {
    border-top: 1px solid #d1d5d4;
    border-left: 1px solid #d1d5d4;
    margin: 45px auto 0;
    width: 100%;
  }
  
  .page-ads .ads-contents .single-post .post-content table tr td {
    border-bottom: 1px solid #d1d5d4;
    border-right: 1px solid #d1d5d4;
    line-height: 16px;
    line-height: 200%;
    padding: 20px 40px;
  }
  
  
  .page-ads .ads-contents .single-post .post-content table tr td:nth-child(1) {
    background-color: #f4f4f4;
    width: 168px;
  }
  
  .page-ads .ads-contents .single-post .post-content .cv,.page-ads .ads-contents .single-post .post-content .cv-line {
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    line-height: 130%;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 480px;
    padding: 18px 30px;
  }
  
  .page-ads .ads-contents .single-post .post-content .cv.cv-one {
    background-color: #41aea2;
    border-bottom: 4px solid #2a7169;
  }
  
  .page-ads .ads-contents .single-post .post-content .cv.cv-two {
    background-color: #cc5a5a;
    border-bottom: 4px solid #9f4646;
  }
  
  .page-ads .ads-contents .single-post .post-content .cv.cv-three {
    background-color: #00d500;
    border-bottom: 4px solid #009300;
  }
  
  .page-ads .ads-contents .single-post .post-content .cv.cv-one:after,.page-ads .ads-contents .single-post .post-content .cv.cv-two:after,.page-ads .ads-contents .single-post .post-content .cv.cv-three:after,.page-ads .ads-contents .single-post .post-content .cv-line.line-clr::after {
    color: #fff;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 100%;
    display: inline-block;
    margin-right: 12px;
    position: absolute;
    right: 0;
    top: 52%;
    transform: translate(-50%, -50%);
  }
  
  /*.page-ads .ads-contents .single-post .post-content .cv-line {
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    line-height: 130%;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 480px;
    padding: 18px 50px;
  }*/
  
  .page-ads .ads-contents .single-post .post-content .cv-line.line-clr {
    background-color: #00b900;
    border-bottom: 4px solid #2a7169;
  }
  
  .page-ads .ads-contents .single-post .post-content .cv-line.line-clr::before {
    background-image: url("../images/line-icon2.png");
    background-position:left;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top:-18px; 
    left: 10px;
    width: 40px;
    height: 40px;
  }
  
  .page-ads .ads-contents .single-post .post-content .link {
    display: block;
    height: 140px;
    margin: 20px auto 0;
    overflow: hidden;
    width: 100%;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-content .link a {
    display: block;
  }
  
  .page-ads .ads-contents .single-post .post-content .link a:hover {
    opacity: .8;
  }
  
  .page-ads .ads-contents .single-post .post-content .link p {
    display: none;
  }
  
  .page-ads .ads-contents .single-post .post-content .link br {
    display: none;
  }
  
  .page-ads .ads-contents .single-post .post-content .link .link-cover {
    display: block;
    float: left;
    height: 140px;
    overflow: hidden;
    width: 30%;
  }
  
  .page-ads .ads-contents .single-post .post-content .link .link-cover img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  
  .page-ads .ads-contents .single-post .post-content .link .link-info {
    background-color: #f4f4f4;
    float: left;
    height: 140px;
    position: relative;
    width: 70%;
  }
  
  .page-ads .ads-contents .single-post .post-content .link .link-info:after {
    content: '\f105';
    color: #868686;
    font-family: 'FontAwesome';
    font-size: 25px;
    line-height: 100%;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  
  
  
  .page-ads .ads-contents .single-post .post-content .link .link-info .link-details {
    display: block;
    left: 46%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 48%;
    width: 82%;
  }
  
  .page-ads .ads-contents .single-post .post-content .link .link-info .link-details .link-title {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 200%;
  }
  
  
  
  
  .page-ads .ads-contents .single-post .post-content .link .link-info .link-details .link-date {
    color: #a7a8aa;
    display: block;
    font-size: 14px;
    line-height: 100%;
    margin-top: 10px;
  }
  
  .page-ads .ads-contents .single-post .post-content .point {
    display: block;
    margin: 40px 0;
    width: 100%;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-content .point b {
    border: 1px solid #0ed9a7;
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 25px 18px 20px;
    position: relative;
  }
  
  
  
  
  .page-ads .ads-contents .single-post .post-content .point b:before {
    background-image: url("../images/common/point-ribbon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 24px;
    left: 14px;
    position: absolute;
    top: -7px;
    width: 80px;
  }
  
  .page-ads .ads-contents .single-post .post-content .point ul {
    display: block;
    margin: 40px 0 0 40px;
  }
  
  .page-ads .ads-contents .single-post .post-content .point-two ul {
    display: block;
    margin: 40px 0 0 40px;
  }
  
  
  .page-ads .ads-contents .single-post .post-content .point ul li {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 25px;
    padding: 0 0 0 40px;
    position: relative;
  }
  
  .page-ads .ads-contents .single-post .post-content .point-two ul li {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 25px;
    padding: 0 0 0 40px;
    position: relative;
  }
  
  /* .page-ads .ads-contents .single-post .post-content .point ul li:last-child {
    margin-bottom: 0;
  } */
  
  
  
  .page-ads .ads-contents .single-post .post-content .point ul li:before {
    background-image: url("../images/common/point-list.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 15px;
    position: absolute;
    top: -2px;
    width: 20px;
  }
  
  .page-ads .ads-contents .single-post .post-content .point-two ul li:before {
    background-image: url("../images/common/point-list.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 15px;
    position: absolute;
    top: -2px;
    width: 20px;
  }
  
  .page-ads .ads-contents .single-post .post-content .quotation-box {
    background-color: #f4f4f4;
    display: block;
    margin: 40px 0;
    padding: 40px;
    position: relative;
    width: 100%;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-content .quotation-box:before {
    background-image: url("../images/common/quote-ribbon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 28px;
    left: 14px;
    position: absolute;
    top: -7px;
    width: 52px;
  }
  
  .page-ads .ads-contents .single-post .post-content .quotation-box p {
    color: #000;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
  }
  
  .page-ads .ads-contents .single-post .post-content .conversation-box {
    display: block;
    margin: 40px auto;
    overflow: hidden;
  }
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation {
    display: block;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
  }
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation:last-child {
    margin-bottom: 0;
  }
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation.left .user {
    float: left;
  }
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation.left .message {
    float: left;
    margin-left: 18px;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation.left .message:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    left: -4px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation.left .message:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f4f4f4;
    display: block;
    width: 0;
    z-index: 0;
    left: -7px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation.right .user {
    float: right;
  }
  
  
  
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation.right .message {
    float: right;
    margin-right: 18px;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation.right .message:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    right: -8px;
    top: 45px;
  }
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation.right .message:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent #f4f4f4;
    display: block;
    width: 0;
    z-index: 0;
    right: -12px;
    top: 43px;
  }
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation .user {
    display: inline-block;
    text-align: center;
    width: 10%;
  }
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation .user .image {
    border: 3px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 75px;
    overflow: hidden;
    width: 75px;
  }
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation .user .image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation .user .name {
    color: #393939;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
  }
  
  
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation .message {
    position: relative;
    padding: 25px 20px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #f4f4f4 solid 3px;
    max-width: 80%;
  }
  
  .page-ads .ads-contents .single-post .post-content .conversation-box .conversation .message p {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 200%;
    margin: 0;
  }
  
  
  
  .page-ads .ads-contents .single-post .final-box {
    border: 1px solid #d1d5d4;
    display: block;
    margin: 115px 0 60px;
    padding: 70px 40px 50px 40px;
    width: 100%;
  }
  
  
  
  .page-ads .ads-contents .single-post .final-box b {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 25px 0;
    text-align: center;
  }
  
  .page-ads .ads-contents .single-post .final-box p {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 200%;
  }
  
  .page-ads .ads-contents .single-post .final-box .go {
    background-color: #0ed9a7;
    border-bottom: 4px solid #0bab84;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 64px;
    line-height: 64px;
    margin: 35px auto 0;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 480px;
  }
  
  
  
  .page-ads .ads-contents .single-post .final-box .go:hover {
    opacity: .8;
  }
  
  .page-ads .ads-contents .single-post .final-box .go:after {
    color: #fff;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 100%;
    display: inline-block;
    margin-right: 12px;
    position: absolute;
    right: 40px;
    top: 52%;
    transform: translate(-50%, -50%);
  }
  
  
  
  
  .page-ads .ads-contents .single-post .about-author {
    border-top: 1px solid #e8eceb;
    display: block;
    margin: 0 0 40px;
  }
  
  .page-ads .ads-contents .single-post .about-author .about-author--wrapper {
    background-color: #f4f4f4;
    display: block;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 30px 40px;
  }
  
  
  
  .page-ads .ads-contents .single-post .about-author .about-author--wrapper .about-title {
    display: block;
    float: left;
    font-size: 16px;
    margin-bottom: 30px;
    width: 100%;
  }
  
  
  
  
  
  .page-ads .ads-contents .single-post .about-author .about-author--wrapper .author-image {
    border: 3px solid #0ed9a7;
    border-radius: 50%;
    display: block;
    float: left;
    height: 75px;
    overflow: hidden;
    transition: .3s;
    width: 75px;
	  margin-right: 30px;
  }
  
  .page-ads .ads-contents .single-post .about-author .about-author--wrapper .author-image:hover {
    opacity: .8;
  }
  
  .page-ads .ads-contents .single-post .about-author .about-author--wrapper .author-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  
  .page-ads .ads-contents .single-post .about-author .about-author--wrapper .author-detail {
    display: block;
/*     float: right; */
    width: 580px;
  }
  
  
  
  
  .page-ads .ads-contents .single-post .about-author .about-author--wrapper .author-detail .author-name {
    color: #0bab84;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 100%;
    transition: .3s;
  }
  
  .page-ads .ads-contents .single-post .about-author .about-author--wrapper .author-detail .author-name:hover {
    opacity: .8;
  }
  
  .page-ads .ads-contents .single-post .about-author .about-author--wrapper .author-detail .author-description {
    color: #000;
    font-size: 14px;
    line-height: 200%;
  }
  
  .page-ads .ads-contents .single-post .related-articles {
    display: block;
    margin: 60px 0 0;
  }
  
  
  
  .page-ads .ads-contents .single-post .related-articles .related-title {
    border-bottom: 1px solid #d1d5d4;
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 20px;
  }
  
  .page-ads .ads-contents .single-post .related-articles .article-lists {
    display: block;
    margin-bottom: 100px;
  }
  
  .page-ads .ads-contents .single-post .related-articles .article-lists .article-lists--item {
    border-bottom: 1px solid #d1d5d4;
    display: block;
    overflow: hidden;
    padding: 18px 0;
  }
  
  
  
  .page-ads .ads-contents .single-post .related-articles .article-lists .article-lists--item .article-cover {
    display: block;
    float: left;
    height: 106px;
    overflow: hidden;
    transition: .3s;
    width: 170px;
  }
  
  .page-ads .ads-contents .single-post .related-articles .article-lists .article-lists--item .article-cover:hover {
    opacity: .8;
  }
  
  
  
  .page-ads .ads-contents .single-post .related-articles .article-lists .article-lists--item .article-cover img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  
  .page-ads .ads-contents .single-post .related-articles .article-lists .article-lists--item .article-detail {
    display: block;
    float: right;
    height: 106px;
    position: relative;
    width: 560px;
  }
  
  
  
  
  .page-ads .ads-contents .single-post .related-articles .article-lists .article-lists--item .article-detail .category-name {
    color: #0bab84;
    display: block;
    font-size: 13px;
    line-height: 100%;
    margin-bottom: 8px;
    transition: .3s;
  }
  
  .page-ads .ads-contents .single-post .related-articles .article-lists .article-lists--item .article-detail .category-name:hover {
    opacity: .8;
  }
  
  
  
  .page-ads .ads-contents .single-post .related-articles .article-lists .article-lists--item .article-detail .article-title {
    color: #000;
    font-size: 16px;
    line-height: 150%;
    transition: .3s;
  }
  
  .page-ads .ads-contents .single-post .related-articles .article-lists .article-lists--item .article-detail .article-title:hover {
    opacity: .8;
  }
  
  
  .page-ads .ads-contents .single-post .related-articles .article-lists .article-lists--item .article-detail .date {
    bottom: 0;
    color: #a7a8aa;
    font-size: 13px;
    line-height: 100%;
    left: 0;
    position: absolute;
  }
  
  /*New box*/
  .page-ads .ads-contents .single-post .post-content .new-box {
    display: block;
    overflow: hidden;
  }
  .page-ads .ads-contents .single-post .post-content .new-box h2 {
    margin: 70px 0 40px;
  }
  @media only screen and (max-width: 64em) { }
  @media only screen and (max-width: 47.9375em) {
    .page-ads .ads-contents .single-post .post-content .new-box h2 { margin: 35px 0 20px; }
  }
  .page-ads .ads-contents .single-post .post-content .new-box h3 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: bolder;
    text-align: left;
    margin: 44px 0 24px 10px;
    background-color: transparent;
  }
  @media only screen and (max-width: 64em) { }
  @media only screen and (max-width: 47.9375em) {
    .page-ads .ads-contents .single-post .post-content .new-box h3 { 
      font-size: 18px;
      line-height: 28px;
      margin: 22px 0 12px 0;
      text-align: center; 
    }
  }
  .page-ads .ads-contents .single-post .post-content .new-box .freebox .freebox-wrapper {
    padding: 10px 30px;
  }
  @media only screen and (max-width: 64em) { }
  @media only screen and (max-width: 47.9375em) {
    .page-ads .ads-contents .single-post .post-content .new-box .freebox .freebox-wrapper {
      padding: 5px 15px;
    }
  }
  .page-ads .ads-contents .single-post .post-content .new-box .freebox .freebox-wrapper p {
    display: block;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 25px;
    margin-left: 10px;
    text-align: left;
  }
  @media only screen and (max-width: 64em) { }
  @media only screen and (max-width: 47.9375em) {
    .page-ads .ads-contents .single-post .post-content .new-box .freebox .freebox-wrapper p { 
      font-size: 14px;
      line-height: 25px; 
      margin-left: 0;
      margin-bottom: 5px; 
    }
  }
  .page-ads .ads-contents .single-post .post-content .new-box img.box-banner.pc {
    display: block;
  }
  @media only screen and (max-width: 64em) { }
  @media only screen and (max-width: 47.9375em) {
    .page-ads .ads-contents .single-post .post-content .new-box img.box-banner.pc { display: none; }
  }
  .page-ads .ads-contents .single-post .post-content .new-box img.box-banner.sp {
    display: none;
  }
  @media only screen and (max-width: 64em) { }
  @media only screen and (max-width: 47.9375em) {
    .page-ads .ads-contents .single-post .post-content .new-box img.box-banner.sp { display: block; }
  } 
  .page-ads .ads-contents .single-post .post-content .new-box img {
    box-shadow: none;
  }
  .page-ads .ads-contents .single-post .post-content .new-box img.man.pc {
    display: block;
    float: right;
    height: auto;
    margin-left: 35px;
    margin-right: 10px;
    margin-top: 50px;
    width: 185px;
  }
  @media only screen and (max-width: 64em) { }
  @media only screen and (max-width: 47.9375em) {
    .page-ads .ads-contents .single-post .post-content .new-box img.man.pc { display: none; }
  }
  .page-ads .ads-contents .single-post .post-content .new-box img.man.sp {
    display: block;
    margin: 0 auto 25px;
    width: 115px;
  }
  @media only screen and (max-width: 64em) { }
  @media only screen and (max-width: 47.9375em) {
    .page-ads .ads-contents .single-post .post-content .new-box img.man.sp { display: block; }
  }
  .page-ads .ads-contents .single-post .post-content .new-box .cv.cv-four {
    border-radius: 6px !important;
    background-color: #0ed9a7 !important;
    border-bottom: 4px solid #0bab84 !important;
    display: block !important;
    font-weight: bold !important;
    margin: 0 auto 30px !important;
    padding: 18px 30px !important;
    text-align: center !important;
    width: 480px !important;
  }
  @media only screen and (max-width: 64em) { }
  @media only screen and (max-width: 47.9375em) {
    .page-ads .ads-contents .single-post .post-content .new-box .cv.cv-four { 
      font-size: 16px !important;
      font-weight: normal !important;
      padding: 9px 15px !important;
      width: 100% !important;
    }
  }
  .page-ads .ads-contents .single-post .post-content .new-box .cv.cv-four:after {
    color: #fff;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 100%;
    display: inline-block;
    margin-right: 12px;
    position: absolute;
    right: 0;
    top: 52%;
    transform: translate(-50%, -50%);
  }

#footer-lp .footer-content {
  background-color: #fff;
  color: #000;
  display: block;
  height: 100px;
  line-height: 2;
  font-size: 12px;
  text-align: center;
  padding-top: 15px;
  font-family: 'Lato';
}
#footer-lp .footer-content span{
  font-family: "Meow Script", serif !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

/*----------------------------------------------
	Webinar page
---------------------------------------------*/

.wrapper-web {
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1088px;
}

.page-webinar .webinar-contents {
  display: block;
  padding: 80px 0 290px;
  width: 100%;
}
.page-webinar .webinar-contents .bg{
  height: 634px;
  left: auto;
  opacity: 0.3;
  position: absolute;
  right: -103px;
  top: auto;
  width: 651px;
  z-index: -1;
  max-width: 100%;
  bottom: -1px;
}
.page-webinar .webinar-contents .web-info {
  height: 235px;
  display: block;
  margin: 0 0 86px;
  position: relative;
  width: 100%;
}
.page-webinar .webinar-contents .web-info .info {
  display: block;
  float: left;
  padding: 68px 0 0 49px;
  vertical-align: middle;
  width: 65%;
}
.page-webinar .webinar-contents .web-info .info .inner-title {
  border-radius: 0px;
  color: #000000;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 30px 0px;
  opacity: 1;
  padding: 10px;
  text-align: center;
  max-width: 100%;
  justify-content: center;
}
.page-webinar .webinar-contents .web-info .info .details {
  border-radius: 0;
  color: rgba(0, 0, 0, 0.84);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 25px 0px;
  opacity: 1;
  padding: 0 0 0 0;
  text-align: center;
  max-width: 100%;
  justify-content: center;
}
.page-webinar .webinar-contents .web-info .info p {
color: #333;
font-family: var(--s-font-269e1090);
font-size: 18px;
font-weight: 900;
height: auto;
letter-spacing: 0.4em;
line-height: 1.4;
margin: 30px 0px 40px 0px;
text-align: center;
transition-delay: 300ms;
transition-duration: 4000ms;
width: auto;
max-width: 100%;
justify-content: center;
}
.page-webinar .webinar-contents .web-info .btn {
  display: block;
  font-weight: bold;
  float: none !important;
  line-height: 200%;
  margin: 30px auto;
  text-align: center;
  text-decoration: none;
}
.page-webinar .webinar-contents .web-info a {
  text-decoration: none;
}

.page-webinar .webinar-contents .web-info .cover {
  display: block;
  float: right;
  position: relative;
  border-radius: 0;
  box-shadow: 0px 0px 0px 0px #ffdb00;
  flex: none;
  height: auto;
  width: 30%;
  max-width: 30%;
}
.page-webinar .webinar-contents .web-info .cover img{
  width: 90%;
}

@media only screen and (max-width: 64em) { 
  .page-webinar .webinar-contents {
    width: 100%;
  }
  .page-webinar .webinar-contents .bg {
    height: 634px;
    left: 180px;
    opacity: 0.3;
    position: absolute;
    top: auto;
    width: 551px;
    z-index: -1;
    bottom: -25px;
  }
  .page-webinar .webinar-contents .web-info .info {
    display: block;
    padding: 50px;
    width: 65%;
  }
  .page-webinar .webinar-contents .web-info .info .inner-title {
    font-size: 20px;
  }
  .page-webinar .webinar-contents .web-info .cover {
    display: none;
  }
}

/*----------------------------------------------
	Webinar 2 page
---------------------------------------------*/


.page-kredo .webinar {
  background-color: #fff;
}

.page-kredo .webinar .webinar-content {
  padding: 100px 0;
}

.page-kredo .webinar .webinar-content .title-lp {
  color: #000;
  display: table;
  font-size: 26px;
  line-height: 31px;
  margin: 0 auto;
}

.page-kredo .webinar .webinar-content .webinar-description {
  color: #1d1d1d;
  line-height: 1.8;
  margin-top: 10px;
  text-align: center;
  font-size: 46px;
  letter-spacing: 0em;
  font-weight: 700;
}
.page-kredo .webinar .webinar-content .dash {
  border: 3px solid yellow; 
  width: 10%;
  margin: -20px auto 30px;
}
.page-kredo .webinar .webinar-content .web-desc {
  color: #1d1d1d;
    font-size: 18px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.4em;
    line-height: 1.4;
    text-align: center;
    max-width: 100%;
}
.page-kredo .webinar .webinar-contents .btn {
  display: block;
  font-weight: bold;
  float: none !important;
  line-height: 200%;
  margin: 30px auto;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 64em) {
  .page-kredo .webinar .webinar-content .webinar-description {
    padding: 0 9px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.87;
    margin: 0px 0px 30px;
    max-width: 100%;
    letter-spacing: 0em;
  }
  .page-kredo .webinar .webinar-content .dash {
    width: 30%;
  }
}
@media only screen and (max-width: 47.9375em) {
  
  .page-kredo .webinar .webinar-content {
    padding: 50px 20px;
  }
  .page-kredo .webinar .webinar-content .title-lp {
    font-size: 18px;
    line-height: 24px;
    margin: 20px auto;
  }
}


.page-kredo .webinar .webinar-content .maintitle {
  justify-content: center;
  color: #fb9830;
  display: flex;
    align-items:center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 50px auto 10px;
    text-align: left;
}
.page-kredo .webinar .webinar-content .maintitle1 {
  justify-content: center;
  color: #fb9830;
  display: flex;
    align-items:center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 50px auto 10px;
    text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .maintitle1 {
   font-size: 16px;
  }
}

.page-kredo .webinar .webinar-content .twitter-timeline {
  margin: 0 auto;
}

.page-kredo .webinar .webinar-content .maintitle br {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .maintitle br {
    display: block;
  }
}

.page-kredo .webinar .webinar-content .maintitle:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    display: inline-block;
    height: 57px;
    margin-right: 12px;
    width: 57px;
}
.page-kredo .webinar .webinar-content .maintitle.one:before {
  background-image: url(../images/ryugaku-counseling/number01.png);

}
.page-kredo .webinar .webinar-content .maintitle.two:before {
  background-image: url(../images/ryugaku-counseling/number02.png);

}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .maintitle {
   font-size: 21px;
  }
}

.page-kredo .webinar .webinar-content .subtitle {
  color: #2db1a5;
  display: table;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 auto 20px;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .subtitle {
    line-height: 1.5;
  }
}

.page-kredo .webinar .webinar-content .webinar-lists {
  display: block;
  margin: 50px auto 0;
  overflow: hidden;
  width: 854px;
}

@media only screen and (max-width: 60em) {
  .page-kredo .webinar .webinar-content .webinar-lists {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .webinar-lists {
    display: none;
    margin: 19px auto 0;
    width: 100%;
  }
}

.page-kredo .webinar .webinar-content .webinar-lists.webinar-lists-sp {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .webinar-lists.webinar-lists-sp {
    display: block;
    overflow: visible;
  }
}

.page-kredo .webinar .webinar-content .webinar-lists.webinar-lists-sp .slick-dots {
  bottom: -25px;
}

.page-kredo .webinar .webinar-content .webinar-lists.webinar-lists-sp .slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.page-kredo .webinar .webinar-content .webinar-lists.webinar-lists-sp .slick-dots li.slick-active button:before {
  background-color: #2F485E;
}

.page-kredo .webinar .webinar-content .webinar-lists.webinar-lists-sp .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 5px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.page-kredo .webinar .webinar-content .webinar-lists.webinar-lists-sp .slick-dots li button:before {
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 900;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 5px;
  content: '';
  text-align: center;
  opacity: 1;
  background-color: #ADB8C1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item {
  background-color: #fff;
  display: block;
  float: left;
  margin-right: 40px;
  overflow: hidden;
  width: 258px;
}

@media only screen and (max-width: 60em) {
  .page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item {
    margin-right: 2%;
    width: 32%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item {
    margin-bottom: 30px;
    margin-right: 0;
    padding: 0 42px;
    width: 100%;
  }
}

.page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item:last-child {
    margin-bottom: 0;
  }
}

.page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item .webinar-lists-title {
  color: #394A58;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  margin: 17px 0;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 60em) {
  .page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item .webinar-lists-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item .webinar-lists-title {
    font-size: 15px;
  }
}

.page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item .webinar-lists-title:before {
  background-color: #00AFF7;
  color: #fff;
  content: '';
  display: block;
  float: left;
  font-size: 20px;
  margin-right: 13px;
  vertical-align: middle;
  width: 37px;
  text-align: center;
}

.page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item .webinar-lists-cover {
  display: block;
  height: 146px;
  margin: 0 auto;
  width: 258px;
}

.page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item .webinar-lists-cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item .webinar-lists-description {
  color: #394A58;
  display: block;
  font-size: 13px;
  line-height: 24px;
}

@media only screen and (max-width: 60em) {
  .page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item .webinar-lists-description {
    height: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .webinar-lists .webinar-lists--item .webinar-lists-description {
    font-size: 17px;
    height: auto;
    line-height: 30px;
  }
}

.page-kredo .webinar .webinar-content .webinar-cover {
  display: block;
  /* height: 286px; */
  margin: 20px auto 0;
  position: relative;
  transition: .3s;
  width: 509px;
}
.page-kredo .webinar .webinar-content .webinar-cover-line {
  display: block;
  /* height: 286px; */
  margin: 0px auto 0;
  position: relative;
  transition: .3s;
  width: 409px;
}
.page-kredo .webinar .webinar-content .webinar-cover:hover { opacity: .8; }
.page-kredo .webinar .webinar-content .webinar-cover-line:hover { opacity: .8; }

@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .webinar-cover {
    height: auto;
    width: 100%;
  }
  .page-kredo .webinar .webinar-content .webinar-cover-line {
    height: auto;
    width: 75%;
  }
}

.page-kredo .webinar .webinar-content .webinar-cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.page-kredo .webinar .webinar-content .webinar-cover-line img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.page-kredo .webinar .webinar-content .webinar-cover .download {
  color: #fff;
  background-color: transparent;
  bottom: 12px;
  font-size: 10px;
  line-height: 11px;
  right: 12px;
  position: absolute;
  transition: .3s;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .webinar-cover .download {
    right: 5px;
  }
}

.page-kredo .webinar .webinar-content .webinar-cover .download:hover {
  opacity: .8;
}

.page-kredo .webinar .webinar-content .webinar-cover .download:before {
  background-image: url("../images/kredo_lp/icon_download.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  content: '';
  display: block;
  height: 15px;
  margin: 0 auto 5px;
  width: 15px;
}

.page-kredo .webinar .webinar-content .btn {
  background-color: #FAF215;
  display: block;
  height: 89px;
  margin: 30px auto 0;
  padding: 20px 0;
  position: relative;
  transition: .5s;
  width: 403px;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .btn {
    height: 76px;
    margin: 50px auto 0;
    width: 100%;
  }
}

.page-kredo .webinar .webinar-content .btn:hover {
  opacity: .8;
}

.page-kredo .webinar .webinar-content .btn:after {
  background-image: url("../images/kredo_lp/arrow_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 19px;
  content: '';
  display: block;
  height: 19px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
}

.page-kredo .webinar .webinar-content .btn.counsel-btn {
  height: 57px;
  line-height: 60px;
  margin-top: 30px;
  padding: 0;
  width: 343px;
}

.page-kredo .webinar .webinar-content .btn.counsel-btn b {
  font-weight: normal;
}

.page-kredo .webinar .webinar-content .btn span {
  color: #393939;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  width: max-content;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .btn span {
    font-size: 13px;
    line-height: 23px;
    margin-top: -4px;
  }
}

.page-kredo .webinar .webinar-content .btn span:before {
  background-image: url("../images/kredo_lp/icon_left.png");
  background-size: 6.5px 14.5px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 14.5px;
  margin-right: 15px;
  vertical-align: middle;
  width: 6.5px;
}

.page-kredo .webinar .webinar-content .btn span:after {
  background-image: url("../images/kredo_lp/icon_right.png");
  background-size: 6.5px 14.5px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 14.5px;
  margin-left: 15px;
  vertical-align: middle;
  width: 6.5px;
}

.page-kredo .webinar .webinar-content .btn b {
  color: #393939;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 10px auto 0;
  vertical-align: middle;
  position: relative;
  text-align: center;
  width: max-content;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .webinar .webinar-content .btn b {
    font-size: 17px;
    margin: 0 auto 0;
  }
}


/*----------------------------------------------
	LP Webinar page
---------------------------------------------*/

.second {
  background: #ffffff;
  display: inline-block;
  border-radius: 0;
  color: #060605;
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  margin: 0px 0px 15px 0px;
  opacity: 1;
  padding: 0px 10px 0px 10px;
  text-align: left;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'Noto Sans JP';
}
.webinar-lp .header-content .webinar-navbar {
  position: fixed;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
  top: 0;
  overflow: hidden;
  background-color: #FFFFFF75;
  z-index: 2;
}

.webinar-lp .header-content .webinar-navbar p {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: auto;
  height: auto;
  max-width: 100%;
  font-family: "Roboto Slab" !important;
}

.webinar-lp .header-content .webinar-navbar a {
  text-decoration: none;
  background: #111111;
  border: solid 1px #000;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.4;
  opacity: 1;
  padding: 10px 20px 10px;
  text-align: center;
}
.webinar-lp .header-content .webinar-navbar .number {
  display: flex;
  width: 285px;
  position: absolute;
  top: 15px;
  right: 350px;
}

.webinar-lp .header-content .webinar-header {
  background: rgba(255, 235, 59, 0.98);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 140px 0 0 0;
  box-sizing: border-box;
}
.webinar-lp .header-content .webinar-header::before {
  background: url(../images/photo-bg.png);
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 10%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: -2;
}

.webinar-lp .header-content .webinar-header-container {
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 0 25px 0;
}

.webinar-lp .header-content .webinar-header-first h1 {
  width: 65%;
  display: flex;
  margin: 0 auto;
  /* display: table;
  background: #ffffff;
  border-radius: 0;
  color: #060605;
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  margin: 0px 0px 15px 0px;
  opacity: 1;
  padding: 0px 10px;
  text-align: left;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'Noto Sans JP'; */
}
.webinar-lp .header-content .webinar-header-first h2 {
  background: #ffffff;
  border-radius: 0;
  color: #060605;
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  margin: 0px 0px 15px 0px;
  opacity: 1;
  padding: 0px 10px 0px 10px;
  text-align: left;
  max-width: 100%;
  justify-content: flex-start;
}

.webinar-lp .header-content .webinar-header-first p {
  background: rgba(0, 0, 0, 0.0);
  color: #333333;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 49px;
  margin: 0px 0px 30px 0px;
  opacity: 1;
  padding: 0 0 0 0;    
  display: flex;
  width: 85%;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  font-family: 'Noto Sans JP';
}
.webinar-lp .header-content .webinar-header-first .webinar-header-second{
    color: #333333;
    font-size: 24px;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.05em;
    margin: 50px 0 30px;
    display: flex;
    width: 100%;
    padding-left: 55px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.webinar-lp .header-content .webinar-header-first .webinar-header-second-sp{
  display: none;
}

.webinar-lp .header-content .webinar-header-third {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  margin-bottom: 50px;
  gap: 10px;
}
.webinar-lp .header-content .webinar-header-third p {
  border-radius: 0;
  color: #060605;
  font-size: 16px;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.8;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  text-align: center;
  max-width: 100%;
}

.webinar-lp .header-content .webinar-header-third a {
  text-decoration: none;
  align-items: center;
  background: #000000;
  border-radius: 64px;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 80px;
  padding: 20px;
  width: 400px;
  color: white;
  font-size: 18px;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 1.8;
  margin: 0 0 0 0;
  opacity: 1;
  text-align: center;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.webinar-lp .header-content .webinar-header-fourth {
  display: flex;
  width: 650px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.arrow-2 {
  border: solid #3e3606;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.webinar-lp .header-content .webinar-second {
  width: 100%;
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
}

.webinar-lp .header-content .webinar-second-container {
  background: rgba(0, 0, 0, 0.0);
  flex: none;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 5px 0px 0px;
  width: 74%;
  max-width: 74%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .webinar-lp .header-content .webinar-second-container h1 {
  border-radius: 0px;
  color: #ffffff;
  font-weight: 900;
  font-size: 22.69px;
  letter-spacing: 0em;
  line-height: 33.6px;
  margin: 0px 0px 14px 0px;
  opacity: 1;
  padding: 10px;
  text-align: center;
  max-width: 100%; 
  font-family: 'avenir';
} */

.webinar-lp .header-content .webinar-second-desc1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0px 0px 30px 0px;
  opacity: 1;
  padding: 0 0 0 0;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  font-family: "Noto Sans JP";
}
.webinar-lp .header-content .webinar-second-desc2 {
  color: #ffffff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 44.8px;
  margin: 0px 0px 20px 0px;
  opacity: 1;
  padding: 0 0 0 0;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  font-family: "Noto Sans JP";
}

.yellow-underline {
  background: #fee100;
  flex: none;
  height: 4px;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0 0 0 0;
  width: 180px;
  max-width: 100%;
}

.webinar-lp .header-content .webinar-second-section-1 {
  background: rgba(0, 0, 0, 0.0);
  flex-direction: column-reverse;
  justify-content: center;
  margin: 0px 0px 5px 0px;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  width: 100%;
  max-width: 100%;
}

.webinar-lp .header-content .webinar-second-section-1 p{
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 25.2px;
  margin: 50px 0px 0px 0px;
  text-align: center;
  transition-delay: 300ms;
  transition-duration: 4000ms;
  width: auto;
  max-width: 100%;
  justify-content: center;
  font-family: 'Lato';
}

.webinar-lp .header-content .webinar-second-desc3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 43.2px;
  margin: 15px 0px 20px 0px;
  opacity: 1;
  padding: 0 0 0 0;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  font-family: "Noto Sans JP";
}

.webinar-lp .header-content .webinar-second-desc4 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  margin-bottom: 0px;
  gap: 10px;
}

.webinar-lp .header-content .webinar-second-desc4 p {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 25.2px;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  text-align: center;
  max-width: 100%;
}

.webinar-lp .header-content .webinar-second-desc4 a {
  text-decoration: none;
  align-items: center;
  background: #fae53a;
  border: 3px white solid;
  border-radius: 64px;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 80px;
  padding: 20px;
  width: 400px;
  color: #3e3606;
  font-size: 24px;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 32.4px;
  margin: 0 0 0 0;
  opacity: 1;
  text-align: center;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.webinar-lp .header-content .webinar-second-btn {
  text-decoration: none;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 3px 3px 0px #333333;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 20px 60px 20px 60px;
  width: auto;
  display: flex;
  max-width: 100%;
  cursor: pointer;
}

.webinar-lp .header-content .webinar-second-btn-section-1 {
  align-items: center;
  background: #f7e91c;
  border-radius: 4px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 5px;
  width: auto;
  max-width: 100%;
  display: flex;
}

.webinar-lp .header-content .webinar-second-btn-section-1 p {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

.webinar-lp .header-content .webinar-second-btn p {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 0px 10px;
  text-align: center;
  width: auto;
  max-width: calc(100% - 20px);
  justify-content: center;
  font-family: 'Lato';
}
.webinar-lp .header-content .webinar-second-btn .webinar-second-btn-section-1 p {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 0px 10px;
  text-align: center;
  width: auto;
  max-width: calc(100% - 20px);
  justify-content: center;
  font-family: 'Lato';
}

/* .page-webinar-lp .webinar-contents .webinar-lp-first {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.page-webinar-lp .webinar-contents .webinar-lp-first-container {
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding: 0;
  background: rgba(0, 0, 0, 0.0);
    border-radius: 0;
    margin: 50px 60px 0px;
    opacity: 1;
    overflow-x: visible;
    overflow-y: visible;
    width: 1040px;
    max-width: calc(100% - 120px);
}

.page-webinar-lp .webinar-contents .webinar-lp-first-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  z-index: 1;
  width: 50%;
}

.page-webinar-lp .webinar-contents .webinar-lp-first-left-sp {
  display: none;
}

.page-webinar-lp .webinar-contents .webinar-lp-first-left-sp-2 {
  display: none;
} */
.page-webinar-lp .webinar-contents .webinar-lp-title-w-overlay {
  width: auto;
  height: auto;
  position: relative;
  display: grid;
  justify-content: start;
  z-index: 1;
}
.page-webinar-lp .webinar-contents .webinar-lp-title-w-overlay .title-overlay {
  font-family: "Meow Script", serif !important;
  border-radius: 0;
  color: #fafafa;
  font-size: 124px;
  letter-spacing: 0em;
  font-style: italic;
  position: absolute;
  margin: -55px 0 0 0;
  left: 0;
  height: auto;
  z-index: -1;
}
.page-webinar-lp .webinar-contents .webinar-lp-title-w-overlay h2 {
  border-radius: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.6;
  opacity: 1;
  text-align: left;
  /* border-bottom: solid 4px #fee100; */
  width: auto;
  font-family: 'Raleway';
}

.page-webinar-lp .webinar-contents .webinar-lp-title-w-overlay .subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: 0%;
  text-align: left;
  border-bottom: solid 4px #fee100;
  width: auto;
  font-family: 'Raleway';
}

.page-webinar-lp .webinar-contents .webinar-lp-title-w-overlay span:nth-child(1) {
  font-family: "Meow Script", serif !important;
  border-radius: 0;
  color: #fafafa;
  font-size: 124px;
  letter-spacing: 0em;
  font-style: italic;
  position: absolute;
  margin: -75px 0 0 0;
  left: 0;
  height: auto;
  z-index: -1;
}

.page-webinar-lp .webinar-contents .webinar-lp-title-w-overlay-section-1 {
  background: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  justify-content: center;
  margin: 0px 0px 0px 6px;
  opacity: 1;
  padding: 0 0 0 0;
  width: auto;
  
}

.page-webinar-lp .webinar-contents .webinar-lp-title-w-overlay span:nth-child(2) {
  border-radius: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.6;
  opacity: 1;
  text-align: left;
  border-bottom: solid 4px #fee100;
  width: auto;
  font-family: 'Raleway';
}


/* grid images */
.page-webinar-lp .webinar-contents .webinar-lp-img-w-yellow-border {
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  height: auto;
  position: relative;
}

.page-webinar-lp .webinar-contents .webinar-lp-img-w-yellow-border .first-img {
  box-shadow: 14px 14px 0px 0px #ffdb00;
  flex: none;
  width: 90%;
}

/* .page-webinar-lp .webinar-contents .webinar-lp-first-overlay-img {
  position: absolute;
  z-index: -1;
  top: 0;
}
.page-webinar-lp .webinar-contents .webinar-lp-first-overlay-img  img{
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 0.2;
  height: 779px;
  width: 757px;
}

.overlay-img-left{
  margin-left: -650px;
}
.page-webinar-lp .webinar-contents .webinar-lp-first-right {
  width: 50%;
}

p.page-webinar-lp .webinar-contents .webinar-lp-first-para :nth-child(2) {
  margin-top: 20px;
}

.page-webinar-lp .webinar-contents .webinar-lp-first-para-header {
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 40px;
  margin: 20px 0px 0px 0px;
  opacity: 1;
  text-align: left;
  max-width: 100%;
  font-family: 'Noto Sans JP';
  position: relative;
  z-index: 2;
}

.page-webinar-lp .webinar-contents .webinar-lp-first-para-desc{
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 32px;
  margin: 20px 0px 20px 0px;
  opacity: 1;
  text-align: left;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-family: 'Noto Sans JP';
} */

.content {
  display: flex;
  box-sizing: border-box;
}

.page-webinar-lp .webinar-contents .webinar-lp-second {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 40px 0;
}

.container {
  /* display: flex; */
  padding: 100px 0 0 0;
  width: 50%;
}

.page-webinar-lp .webinar-contents .webinar-lp-second .webinar-lp-img-w-yellow-border {
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  height: auto;
  position: fixed;
}
.page-webinar-lp .webinar-contents .webinar-lp-second-contents  {
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  margin: 70px 0 0 0;
  border: solid 1px #EEEEEE;
}

.page-webinar-lp .webinar-contents .webinar-lp-second-right {
  width: 50%;
  
}

.page-webinar-lp .webinar-contents .webinar-lp-second-overlay-img{
  position: absolute;
    z-index: -1;
    margin-top: -1020px;
    /* top: 0; */
  /* position: absolute;
  z-index: -1; */
  /* right: -663px; */
  /* top: -1057px;
  opacity: 0.2;
  height: 779px;
  width: 757px; */
}
.page-webinar-lp .webinar-contents .overlay-img-right{
  margin-right: -650px;
  right: 290px;
}
.page-webinar-lp .webinar-contents .webinar-lp-second-overlay-img img {
  opacity: 0.2;
  height: 779px;
  width: 757px;
}

.page-webinar-lp .webinar-contents .webinar-lp-second-contents .row {
  gap: 20px;
}

.page-webinar-lp .webinar-contents .webinar-lp-second-contents .row .col1 .bg {
  background: #00beb3;
  border-radius: 8px;
  border-right: solid 1px #EEEEEE;
  flex: none;
  flex-direction: row;
  height: auto;
  justify-content: center;
  opacity: 1;
  padding: 7px 20px 7px 20px;
  width: auto;
  max-width: 100%;
}

.page-webinar-lp .webinar-contents .webinar-lp-second-contents .row .col1 .bg p {
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0 0 0 0;
  text-align: center;
  max-width: 100%;
  font-family: 'Noto Sans JP';
}

.page-webinar-lp .webinar-contents .webinar-lp-second-contents .row .col2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-webinar-lp .webinar-contents .webinar-lp-second-contents .row .col2 h2 {
  border-radius: 0;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 7px 0px;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  text-align: left;
  max-width: 100%;
  font-family: 'Noto Sans JP';
}

.page-webinar-lp .webinar-contents .webinar-lp-second-contents .row .col2 p {
  border-radius: 0;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  text-align: left;
  font-family: 'Noto Sans JP';
}

.page-webinar-lp .webinar-contents .webinar-lp-second-contents-container .footer {
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 5px 0px 0px 0px;
  text-align: left;
  max-width: 100%;
  margin-left: 5px;
  font-family: 'Noto Sans JP';
}

/* .page-webinar-lp .webinar-contents .webinar-lp-third {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.page-webinar-lp .webinar-contents .webinar-lp-third-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    background: rgba(0, 0, 0, 0.0);
    border-radius: 0;
    margin: 0px 60px 0px;
    opacity: 1;
    overflow-x: visible;
    overflow-y: visible;
    width: 1040px;
    max-width: calc(100% - 120px);
}

.page-webinar-lp .webinar-contents .webinar-lp-third-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  z-index: 1;
  width: 50%;
}
.page-webinar-lp .webinar-contents .webinar-lp-third-right {
  width: 50%;
}
.page-webinar-lp .webinar-contents .webinar-lp-third-col {
  align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
}
.page-webinar-lp .webinar-contents .webinar-lp-third-contents  {
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  margin: 35px 0 0 0;
  border: solid 1px #EEEEEE;
}
.page-webinar-lp .webinar-contents .webinar-lp-third-contents-sp  {
  display: none;
}

.page-webinar-lp .webinar-contents .webinar-lp-third .webinar-lp-third-p {
  color: #333333;
  font-weight: 500;
  line-height: 32px;
  font-size: 16px;
  margin: 20px 0px 0px 0px;
  opacity: 1;
  padding: 0px;
  text-align: left;
  max-width: 100%;
  justify-content: flex-start;
  overflow: visible;
  word-break: break-word;
  font-family: 'Noto Sans JP';
} */


.content {
  display: flex;
  box-sizing: border-box;
}

.second-section-img-container:before {
  background-image: url(../images/lp/freelance-plob/bg_pc.png);
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 64em) {
  .second-section-img-container:before {
      background-image: url(../images/lp/freelance-plob/bg_sp.png);
      background-position: 50%;
      background-size: cover;
      border-radius: inherit;
      content: "";
      height: 100%;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      transition: inherit;
      width: 100%;
      z-index: 0;
  }
}
.clip-arrow {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
/* .page-webinar-lp .webinar-contents .webinar-lp-fourth {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 60px 15px;
}
.page-webinar-lp .webinar-contents .webinar-lp-fourth-container {
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding: 0 0 15px 0;
  width: 1040px;
} */
/* .arrow-yellow {
  margin-top: 30px;
} */
/* .webinar-lp-fourth-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  z-index: 1;
  width: 50%;
}
.webinar-lp-fourth-right {
    width: 50%;
}
.webinar-lp-fourth-right-sp {
    display:none;
}
.page-webinar-lp .webinar-contents .webinar-lp-fourth-secondary-content {
  flex-direction: column;
  z-index: 1;
}

.page-webinar-lp .webinar-contents .webinar-lp-fourth-secondary-content div {
  gap: 5px;
}

.page-webinar-lp .webinar-contents .webinar-lp-fourth-secondary-content .checkmark{
  width: 20px;
  max-width: 20px;
  min-width: 20px;
}
.page-webinar-lp .webinar-contents .webinar-lp-fourth-secondary-content p {
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2.8;
  font-size: 15px;
  margin: 0px 0px 0px 5px;
  opacity: 1;
  text-align: left;
  font-family: 'Noto Sans JP';
}
.page-webinar-lp .webinar-contents .webinar-lp-fourth-footer-content {
  flex-direction: column;
  align-items: center;
  padding: 0 0 5px 0;
  z-index: -2;
}


.page-webinar-lp .webinar-contents .webinar-lp-fourth-footer-content .para1 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 54px;
  margin: 20px auto 5px;
  opacity: 1;
  text-align: left;
  max-width: calc(100% - 5px);
  display: ruby;
  font-family: 'Noto Sans JP';
}

.page-webinar-lp .webinar-contents .webinar-lp-fourth-footer-content .webinar-lp-fourth-footer {
  display: flex;
  align-items: center;
}

.page-webinar-lp .webinar-contents .webinar-lp-fourth-footer-content .webinar-lp-fourth-footer .para2 {
  color: #00b588;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 96px;
  margin: 0px 0px 0px 5px;
  opacity: 1;
  text-align: left;
  max-width: calc(100% - 5px);
  justify-content: flex-start;
  display: flex;
  font-family: 'Noto Sans JP';
}

.page-webinar-lp .webinar-contents .webinar-lp-fourth-footer-content .webinar-lp-fourth-footer .para3 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 72px;
  margin: 0px 0px 0px 5px;
  opacity: 1;
  text-align: left;
  max-width: calc(100% - 5px);
  justify-content: flex-start;
  display: flex;
  align-self: normal;
  align-items: flex-end;
  padding-bottom: 6px;
  font-family: 'Noto Sans JP';
}

.page-webinar-lp .webinar-contents .webinar-lp-fourth-footer-content .para4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 54px;
  margin: 0px 0px 15px 0px;
  opacity: 1;
  text-align: left;
  max-width: calc(100% - 5px);
  justify-content: flex-start;
  display: flex;
  font-family: 'Noto Sans JP';
}

.page-webinar-lp .webinar-contents .webinar-lp-fourth-footer-content .para5 { 
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 25.2px;
  margin: 0px;
  opacity: 1;
  padding: 0 0 0 0;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  display: flex;
  font-family: 'Noto Sans JP';
}
.page-webinar-lp .webinar-contents .webinar-lp-fourth a {
  text-decoration: none;
    align-items: center;
    background: #000000;
    border-radius: 64px;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 80px;
    padding: 20px;
    width: 400px;
    color: white;
    font-size: 24px;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 32.4px;
    margin: 0 0 0 0;
    opacity: 1;
    text-align: center;
    max-width: 100%;
    display: flex;
    justify-content: center;
} */
/* .button-yellow {
  text-decoration: none;
  background: #ffdb00;
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  border-radius: 2px;
  border-right: 0px solid #000;
  border-top: 0px solid #000;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  height: 59px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0 0 0 0;
  opacity: 1;
  text-align: center;
  width: 540px;
  max-width: 100%;
  justify-content: center;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-family: 'Noto Sans JP';
} */
.cta-phone-pc {
  width: 50%;
  margin: 32px auto 0;
  display: flex;
  height: auto;
}

.cta-phone-pc img{
  width: 100%;
}
.cta-phone-sp {
  display: none;
}

.modal {
  display: none;
}
.page-webinar-lp .webinar-contents .webinar-lp-fifth {
  width:100%; 
  display: flex; 
  justify-content: center;
  margin: 0;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.page-webinar-lp .webinar-contents .webinar-lp-fifth-container {
  display: flex; 
  justify-content: center; 
  align-items: center;
  flex-direction: row;
  gap: 50px;
  padding: 0;
  width: 58%;
  margin: 50px 0 0;
}

.page-webinar-lp .webinar-contents .webinar-lp-fifth-bubble-left {
  position:absolute; left: -200px;
}
.page-webinar-lp .webinar-contents .webinar-lp-fifth-bubble-left img{
    opacity: 0.2;
    height: 779px;
    width: 757px;
}

.page-webinar-lp .webinar-contents .webinar-lp-fifth-contents {
  width: 100%;
}


.page-webinar-lp .webinar-contents .webinar-lp-fifth-contents .col-1 {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
}

.page-webinar-lp .webinar-contents .webinar-lp-fifth-contents .col-1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  margin: 20px 0px 0px;
  opacity: 1;
  padding: 0px;
  text-align: justify;
  max-width: 100%;
  font-family: 'Noto Sans JP';
  position: relative;
  z-index: 1;
}

.page-webinar-lp .webinar-contents .webinar-lp-fifth-contents .col-2 .webinar-lp-img-w-yellow-border {
  height: 250px;
  width: 100%;
}
.page-webinar-lp .webinar-contents .webinar-lp-fifth-contents .col-2 {
  width: 90%;
  box-sizing: border-box;
  padding: 0 20px;
}

.page-webinar-lp .webinar-contents .webinar-lp-fifth-contents .col-2-sp {
  display: none;
}

.page-webinar-lp .webinar-contents .webinar-lp-sixth {
  margin: 0 0 0px 0;
}

.page-webinar-lp .webinar-contents .webinar-lp-sixth-container{
  padding: 0 20px;
  margin: 50px 0 0 ;
  width: 58%;
}

.page-webinar-lp .webinar-contents .webinar-lp-sixth-container .paragraphs-sp {
  display: none;
}
.page-webinar-lp .webinar-contents .webinar-lp-sixth-container .paragraphs-sp p{
  display: none;
}
.page-webinar-lp .webinar-contents .webinar-lp-sixth-container .paragraphs {
  display: flex;
  margin: 20px 0;
}
.page-webinar-lp .webinar-contents .webinar-lp-sixth-container .paragraphs p{
  color: #333;
  font-weight: 500;
  font-size: 16px;
  height: auto;
  line-height: 22.4px;
  margin: 0px 0px 15px 0px;
  opacity: 1;
  padding: 0 0 0 0;
  text-align: left;
  width: 100%;
  max-width: 100%;
  font-family: 'Noto Sans JP';
}
.page-webinar-lp .webinar-contents .webinar-lp-sixth-container .sm-text{
  color: #333;
  font-weight: 500;
  font-size: 11px;
  height: auto;
  line-height: 20.13px;
  margin: 0px 0px 15px 0px;
  opacity: 1;
  padding: 0 0 0 0;
  text-align: left;
  width: 100%;
  max-width: 100%;
  font-family: 'Noto Sans JP';
}

.page-webinar-lp .webinar-contents .webinar-lp-sixth-container .p-button{
  color: #333;
  font-weight: 500;
  font-size: 16px;
  height: auto;
  line-height: 25.2px;
  margin: 0px auto 0px;
  letter-spacing: 0.05em;
  opacity: 1;
  padding: 0 0 0 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: 'Noto Sans JP';
}
.page-webinar-lp .webinar-contents .webinar-lp-sixth-container .paragraphs p:nth-child(4) {
  color: #333;
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 1.83;
  margin: 0px 0px 60px 0px;
  opacity: 1;
  padding: 0 0 0 0;
  text-align: left;
  width: 100%;
  max-width: 100%;
}
.page-webinar-lp .webinar-contents .webinar-lp-sixth-container a {
  text-decoration: none;
    align-items: center;
    background: #fae53a;
    border-radius: 64px;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 80px;
    padding: 20px;
    width: 400px;
    color: #3e3606;
    font-size: 24px;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 32.4px;
    margin: 0 auto 0;
    opacity: 1;
    text-align: center;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.page-webinar-lp .webinar-contents .webinar-lp-seventh {
  background: rgba(0, 0, 0, 0.0);
  padding: 50px 0px 0px 0px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.page-webinar-lp .webinar-contents .webinar-lp-seventh-photos {
  margin: 20px 0 50px;
}
.page-webinar-lp .webinar-contents .webinar-lp-seventh-photos .item {
  height: 200px;
  width:100%;
}

.page-webinar-lp .webinar-contents .webinar-lp-seventh-photos .item div img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-wrapper {
  padding: 20px 0 20px 0;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-wrapper::-webkit-scrollbar {
  display: none;
}

.page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container {
  width: 90%;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 40px;
  
}

.page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container .item {
  background: rgba(0, 0, 0, 0.0);
  height: auto;
  margin: 0px 0px 0px;
  opacity: 1;
  padding: 50px 70px 50px 70px;
  max-width: 100%;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);
  position: relative
}

.page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container .image-container {
  width: 80px;
  position: absolute;
  bottom: 30;
  right: 30;
}

.page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container .image-container img {
  object-fit: cover;
  border: solid 1px #EEEEEE;
  border-radius: 50%;
  height: 80px;
  left: auto;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0 0 0 0;
  position: absolute;
  right: -190px;
  top: auto;
  width: 80px;
  max-width: 100%;
  bottom: -140px;
}

.page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container .item .item-container {
  gap: 10px;
}

.page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container .item div .description p:nth-child(1) {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  letter-spacing: normal;
  line-height: 25.9px;
  margin: 0px 0px 20px 0px;
  opacity: 1;
  padding: 0 0 0 0;
  text-align: left;
  width: 100%;
  max-width: 100%;
  font-family: 'Noto Sans JP';
}

.page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container .item div .description p:nth-child(2) {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 19.6px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
  width: 100%;
  max-width: 100%;
  font-family: 'Lato';
}
.page-webinar-lp .webinar-contents .webinar-lp-additional {
  background-color: #FFF8CC;
  padding: 20px 0 30px;
  margin: 50px 0 0;
}
.page-webinar-lp .webinar-contents .webinar-lp-additional-header {
  display: flex;
  width: 350px;
  margin: 0 auto;
  align-items: center;
}
.page-webinar-lp .webinar-contents .webinar-lp-additional p{
  font-family: 'Noto Sans JP';
  font-size: 18px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  margin: 0 0 20px;
}
.page-webinar-lp .webinar-contents .webinar-lp-additional .webinar-lp-additional-contents {
  width: 70%;
  margin: 20px auto 0;
}

.page-webinar-lp .webinar-contents .webinar-lp-eight-contact-form {
  /* padding: 50px 0 50px 0; */
  /* gap: 70px; */
  margin: 50px 0 20px;
}

.page-webinar-lp .webinar-contents .webinar-lp-eight-contact-form-main {
  /* width: 50%; */
  width: 900px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.page-webinar-lp .webinar-contents .webinar-lp-eight-contact-form-container {
  border: 20px #ffdb00 solid;
  box-sizing: border-box;
  padding: 22px;
}

.page-webinar-lp .webinar-contents .webinar-lp-eight-contact-form-main p {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  margin: 20px 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  font-family: 'Lato';
}
/*mobile responsiveness */
@media screen and (max-width: 1700px) {
  .page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container .image-container img {
    right: -150px;
    bottom: -160px;
    height: 70px;
    width: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container .item {
    width: 400px;
    padding: 50px 40px 70px 40px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container .image-container img{
    right: -130px;
    bottom: -160px;
    height: 70px;
    width: 70px;
  }
}

@media screen and (max-width: 992px) {    
  .webinar-lp .header-content .webinar-navbar {
    background-color: transparent;
  }
  .webinar-lp .header-content .webinar-navbar p{
    font-size: 15px;
  }
  .webinar-lp .header-content .webinar-navbar a {
    display: none;
  }
  
  .webinar-lp .header-content .webinar-navbar .number {
    display: none;
  }
  /* .page-webinar-lp .webinar-contents .webinar-lp-first-container {
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    margin: 50px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }
 .page-webinar-lp .webinar-contents .webinar-lp-first-left {
      width: 100%;
      padding: 20px 0 0 0;
  }
 .page-webinar-lp .webinar-contents .webinar-lp-first-right {
      width: 100%;
      padding: 0;
  }
 .page-webinar-lp .webinar-contents .webinar-lp-first-overlay-img {
      top:50;
  } */
  /* .overlay-img-left {
      margin: 100px 0 0 -300px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-first-overlay-img{
    top: 650px;
  }
  .overlay-img-left {
      margin: 100px 0 0 -300px;
  }
  .overlay-img-right {
      margin: 100px 200px 0 0;
  } */
  .lp-freelance-second-contents-container {
      width:100%;
      padding: 20px;
      box-sizing: border-box;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fifth-contents {
    flex-direction: column;
    width: 100%;
}
.page-webinar-lp .webinar-contents .webinar-lp-fifth-contents .col-1 {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.page-webinar-lp .webinar-contents .webinar-lp-fifth-contents .col-2 {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.page-webinar-lp .webinar-contents .webinar-lp-fifth-contents .col-2 .lp-freelance-img-w-yellow-border {
    height: 100%;
}

.page-webinar-lp .webinar-contents .webinar-lp-sixth-container{
  width:100%;
  padding: 20px;
  box-sizing: border-box;
}

 .page-webinar-lp .webinar-contents .webinar-lp-footer-photos {
      width:200%;
  }

 .page-webinar-lp .webinar-contents .webinar-lp-footer-photos .item {
      height: 400px;
  }
  
 .page-webinar-lp .webinar-contents .webinar-lp-footer-photos .item div img {
      height: 500px;
  }

 .page-webinar-lp .webinar-contents .webinar-lp-footer-quotes {
      width: 200%;
  }

 .page-webinar-lp .webinar-contents .webinar-lp-contact-form-main {
      width: 100%;
  }

 .page-webinar-lp .webinar-contents .webinar-lp-contact-form {
      
      padding: 50px 20px 50px 20px;
      box-sizing: border-box;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-eight-contact-form-main {
    width: 90%;
    margin-top: 0;
  }
  .cta-phone-sp {
    width: 100%;
    margin: 12px auto 0;
    display: flex;
    height: auto;
  }
  
  .cta-phone-sp img{
    width: 360px;
    margin: 0 auto;
  }
  .cta-phone-pc {
    display: none;
  }
  .image {
    width: 200px;
    margin: 20px;
    cursor: pointer;
  }
  
  /* Modal Styling */
  .modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scrolling if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: 75px auto 0;
    padding: 20px;
    border-radius: 25px;
    width: 85%;
    /* max-width: 600px; */
  }
  /* Close Button */
  .close {
    float: right;
    color: #000;
    font-size: 18px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .image-container {
    margin-top: 10px;
    text-align: center;
  }
  
  .image-container img {
    width: 100%;
    height: auto;
    margin: 10px auto 0;
    display: flex;
  }

}

@media screen and (max-width: 840px) {
  .webinar-lp .header-content .webinar-navbar{
    position: absolute;
    padding: 10px;
  }
  .webinar-lp .header-content .webinar-header-container {
    margin: 0 0 20px 0;
  }
  .webinar-lp .header-content .webinar-header-first{
    max-width: 90%;
    margin: 0 auto;
  }
  .webinar-lp .header-content .webinar-header-first p{
    margin: 0px 0px 30px 0px;
    max-width: 100%;
  }
  .webinar-lp .header-content .webinar-header-first .webinar-header-second {
    display: none;
  }
  .webinar-lp .header-content .webinar-header-first .webinar-header-second-sp {
    display: block;
    color: #333333;
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 500; 
    letter-spacing: 0.05em;
    margin: 50px 0 0px;
    /* display: flex; */
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    padding: 15px 0px;
    border-bottom: 0;
  }
  .webinar-lp .header-content .webinar-header-first h1 {
    font-size: 65px;
    margin: 0px 0px 20px 0px;
    max-width: 100%;
  }
  
  /* .page-webinar-lp .webinar-contents .webinar-lp-first-left {
    display: none;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-first-left-sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    position: relative;
    z-index: 1;
    width: 80%;
  } */
  
  .webinar-lp .header-content .webinar-second {
    padding: 0 0 20px;
  }
  .webinar-lp .header-content .webinar-second-container {
    width: auto;
    max-width: 100%;
    padding: 0px;
  }
  /* .webinar-lp .header-content .webinar-second-container h1{
    margin: 20px 0;
  } */
  .webinar-lp .header-content .webinar-second-desc1{
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 0.05em;
  }
  .webinar-lp .header-content .webinar-second-desc2{
    font-size: 24px;
    line-height: 33.6px;
  }
  .webinar-lp .header-content .webinar-second-section-1 p{
    font-size: 13px;
    line-height: 18.2px;
  }
  .webinar-lp .header-content .webinar-second-desc3{
    font-size: 15px;
    line-height: 27px;
    margin: 0px 0px 10px 0px;
  }
  .webinar-lp .header-content .webinar-second-desc4{
    padding: 0 15px;
    gap: 0px;
    margin: 0 0 20px;
  }
  .webinar-lp .header-content .webinar-second-desc4 p {
    font-size: 14px;
    font-weight: 700;
    line-height: 28.8px;
  }
  .webinar-lp .header-content .webinar-second-desc4 a {
    height: 60px;
    font-size: 18px;
  }

  .webinar-lp .header-content .webinar-header-third{
    padding: 0 15px;
    gap: 0px;
  }
  .webinar-lp .header-content .webinar-header-third p {
    font-size: 14px;
  }
  .webinar-lp .header-content .webinar-header-third a {
    height: 60px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-second {
    padding: 0px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-second-contents  {
    padding: 20px 5px;
  }
 .page-webinar-lp .webinar-contents .webinar-lp-second-btn {
      flex: none;
      height: auto;
      padding: 20px 60px 20px 60px;
  }
  /* .page-webinar-lp .webinar-contents .webinar-lp-first-overlay-img-right{
    height: 579px;
    width: 557px;
    position: sticky;
    margin-top: -557px;
  } */
  .container {
    margin: 40px 0px 50px 0px;
    padding: 0px 6px 0px 6px;
    width: 100%;
    max-width: 100%;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-second-contents .row .col1 .bg {
    white-space: nowrap;
  }
  /* .page-webinar-lp .webinar-contents .webinar-lp-third {
    display: block;
    margin: 50px 0 0;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-third-left {
    width: 100%;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-third-right {
    display: none;
  }
  
  .page-webinar-lp .webinar-contents .webinar-lp-third-contents{
    display: none;
  }
  
  .page-webinar-lp .webinar-contents .webinar-lp-third-contents-sp  {
    display: block;
    padding: 5px 15px 5px 0px;
    margin: 20px 0 0 0;
    border: solid 1px #EEEEEE;
  } */
  /* .page-webinar-lp .webinar-contents .webinar-lp-fourth-container{
    display: block;
    width: 100%;
    padding: 0px;
  }
  
  .page-webinar-lp .webinar-contents .webinar-lp-fourth-secondary-content {
    padding-top: 20px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fourth-secondary-content p {
    line-height: 1.3;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fourth-secondary-content div {
    align-items: flex-start;
    background: none;
    flex: none;
    flex-wrap: nowrap;
    height: auto;
    margin: 0px 0px 15px 0px;
    width: 100%;
    max-width: 100%;
  }

  .webinar-lp-fourth-left {
    width: 100%;
  }
  .webinar-lp-fourth-right {
    width: 100%;
  } */
  .page-webinar-lp .webinar-contents .webinar-lp-fifth {
    margin: 0;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-eight-contact-form-main{
    width: 100%;
  }
  
}
@media screen and (max-width: 615px) {
  .webinar-lp .header-content .webinar-header-fourth{
    width: 90%;
  }
}
@media screen and (max-width: 540px) {
  .webinar-lp .header-content .webinar-header {
    padding: 80px 0 0 0;
  }
  .webinar-lp .header-content .webinar-navbar {
    display: block;
    margin-left: -10px;
  }
  .webinar-lp .header-content .webinar-navbar p{
    font-size: 12px;
  }
  .webinar-lp .header-content .webinar-navbar a {
    font-size: 10px;
    padding: 5px;
  }
  .webinar-lp .header-content .webinar-header-first p{
    font-size: 24px;
    line-height: 32px;
    border-bottom: 2px solid;
    width: 99%;
  }
  .webinar-lp .header-content .webinar-header-first h1 {
    width: 100%;
  }
  .webinar-lp .header-content .webinar-second-btn {
    flex: none;
    height: auto;
    padding: 20px 10px;
  }
  .webinar-lp .header-content .webinar-second-btn p {
    font-size: 16px;
  }
  .webinar-lp .header-content .webinar-second-btn .webinar-second-btn-section-1 p {
    font-size: 18px;
    white-space: nowrap;
  }
  .yellow-underline{
    width: 250px;
  }
  /* .page-webinar-lp .webinar-contents .webinar-lp-first-container {
     margin: 25px 0px 50px 0px;
     padding: 10px;
   } */
   .page-webinar-lp .webinar-contents .webinar-lp-img-w-yellow-border .first-img{
    width: 100%;
   }    
   .page-webinar-lp .webinar-contents .webinar-lp-title-w-overlay {
      padding-left: 25px;
   }
   .page-webinar-lp .webinar-contents .webinar-lp-title-w-overlay .title-overlay {
    font-size: 100px;
    margin: -35px 0 0 0;
  }
   .page-webinar-lp .webinar-contents .webinar-lp-title-w-overlay span:nth-child(1) {
     font-size: 100px;
   }
   .page-webinar-lp .webinar-contents .webinar-lp-title-w-overlay span:nth-child(2) {
    font-size: 20px;
   }
  .page-webinar-lp .webinar-contents .webinar-lp-title-w-overlay h2 {
    font-size: 20px;
  }
   /* .page-webinar-lp .webinar-contents .webinar-lp-first-para-header{
    font-size: 18px;
   }
   .page-webinar-lp .webinar-contents .webinar-lp-first-para-desc {
    font-size: 15px;
   }
   .page-webinar-lp .webinar-contents .webinar-lp-first-overlay-img-right{
     height: 379px;
     width: 357px;
   }
   .page-webinar-lp .webinar-contents .webinar-lp-first-left-sp {
     width: 100%;
   }
   .page-webinar-lp .webinar-contents .webinar-lp-first-left-sp-2 {
     display: block;
     width: 100%;
   }
   .page-webinar-lp .webinar-contents .webinar-lp-first-left-sp-2 img{
     width: 100%;
   } */
   .container{
    padding: 0px;
   }
   .page-webinar-lp .webinar-contents .webinar-lp-second-contents .row .col1 .bg {
    padding: 5px 12px;
   }
   .page-webinar-lp .webinar-contents .webinar-lp-second-contents .row .col1 .bg p{
    font-size: 10px;
   }
   .page-webinar-lp .webinar-contents .webinar-lp-second-contents-container .footer{
    font-size: 10px;
   }
   .page-webinar-lp .webinar-contents .webinar-lp-second-contents .row {
    gap: 10px;
   }
  .page-webinar-lp .webinar-contents .webinar-lp-second-overlay-img{
    margin-top: -1350px;
  }
  .page-webinar-lp .webinar-contents .overlay-img-right{
    margin-right: -250px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-second-contents .row .col2 h2 {
    font-size: 16px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-second-contents .row .col2 p {
    font-size: 13px;
  }
  /* .page-webinar-lp .webinar-contents .webinar-lp-third-container {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-third .webinar-lp-third-p{
    line-height: 28.8px;
    margin: 15px 0 0 0;
    text-align: justify;
  } */
  
  /* .webinar-lp-fourth-right {
    display:none;
  }
  .webinar-lp-fourth-right-sp {
    display: block;
    width: 100%;
    margin: 35px 0 0 25px;
  }
  
  .page-webinar-lp .webinar-contents .webinar-lp-fourth-secondary-content{
    padding-top: 40px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fourth-footer-content .para1{
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    margin: 0;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fourth-footer-content .webinar-lp-fourth-footer .para2 {
    font-size: 24px;
    line-height: 46px;
    font-weight: 700;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fourth-footer-content .webinar-lp-fourth-footer .para3{
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fourth-footer-content .para4{
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.05em;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fourth-footer-content .para5{
    font-size: 14px;
    line-height: 25.2px;
    margin: 50px 0px 0px 0px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fourth a {
    font-size: 18px;
    line-height: 32.4px;
    height: 60px;
  } */
  .page-webinar-lp .webinar-contents .webinar-lp-fifth{
    margin: 0;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fifth-container {
    width: 95%;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fifth-bubble-left{
    width: 557px;
    height: 579px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fifth-contents .col-2 {
   display: none;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fifth-contents .col-2-sp {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fifth-contents .col-1 {
    padding: 0 10px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fifth-contents .col-1 p{
    line-height: 28.8px;
    margin: 15px 0px 0;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-fifth-bubble-left img{
    height: 479px;
    width: 597px;
    margin-top: -200px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-sixth-container{
    padding: 0px 15px;
    margin: 10px 0 0;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-sixth-container .paragraphs {
    display: none;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-sixth-container .paragraphs p {
    display: none;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-sixth-container .paragraphs-sp {
    display: block;
    margin: 20px 0 30px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-sixth-container .paragraphs-sp p {
    display: block;
    font-size: 18px;
    line-height: 33.6px;
    color: #333;
    font-weight: 500;
    height: auto;
    margin: 0px 0px 15px 0px;
    opacity: 1;
    padding: 0 0 0 0;
    text-align: left;
    width: 100%;
    max-width: 100%;
    font-family: 'Noto Sans JP';
  }
  .page-webinar-lp .webinar-contents .webinar-lp-sixth-container .sm-text {
    font-size: 13px;
    line-height: 23.79px;
    display: block;
    margin: 0;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-sixth-container a {
    height: 60px;
    font-size: 18px;
    line-height: 32.4px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-sixth-container .paragraphs p:nth-child(4) {
    font-size: 13px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-sixth-container .paragraphs p:nth-child(4) span{
    font-weight: 500;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-seventh {
    margin: 0;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container .item {
    width: 380px;
    padding: 30px 10px 30px 10px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container .image-container img{
    right: -110px;
    bottom: -160px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container .item div .description p:nth-child(2) {
    padding: 0 0 50px 0;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-seventh-photos {
    margin: 20px 0 15px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-seventh-photos .fifth {
    display: none;
  }
  
  .page-webinar-lp .webinar-contents .webinar-lp-seventh-photos .item div img {
    object-fit: cover;
    height: 220px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-additional .webinar-lp-additional-contents {
    width: 90%;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-eight-contact-form{
    gap: 40px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-eight-contact-form-main p{
    font-size: 10px;
    margin: 30px 0px 0px 0px;
  }
  .button-yellow{
    font-size: 13px;
    height: 47px;
    margin: 0px 0px 0px 0px;
    width: 377px;
    max-width: 100%;
  }
  
}

@media screen and (max-width: 393px) {
  .page-webinar-lp .webinar-contents .webinar-lp-seventh-quotes-container .item {
    width: 350px;
  }
  .page-webinar-lp .webinar-contents .webinar-lp-seventh-photos .item div img{
    height: 200px;
  }
}
/* Popup styles */
 #exitPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .popup-content {
    position: relative;
    width: 90vw;
    max-width: 600px;    
  }

  .popup-content img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    border-radius: 10px;
    display: block;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    /* left: 15px; */
    padding: 0px 10px;
    left: 70px;
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    z-index: 10000;
  }
@media only screen and (max-width: 493px) {
    .close-btn {
        left: 15px;
    }
    .popup-content img { 
        width: 100%; 
    }
}

/*presets */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: start;
}

.items-end {
  align-items: end;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.justify-between {
  justify-content: space-between;
}

.justify-start { 
  justify-content: start;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-half {
  width: 50%;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

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