@charset "UTF-8";
body {
  min-height: 100vh;
  position: relative;
}
body footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background: url(../../storage/images/back.jpg) bottom left/cover;
}
body footer .footer {
  padding: 3rem 15px;
}
body footer .footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body footer .footer ul li {
  font-size: 14px;
  padding-bottom: 0.75rem;
}
body footer .footer ul li:first-child {
  padding-bottom: 1.5rem;
  font-size: 16px;
  color: #295fb2;
  font-weight: bold;
}
body footer .footer ul li a {
  color: #073342;
  text-decoration: none;
  transition: 0.3s;
}
body footer .footer ul li a:hover {
  opacity: 0.6;
}
body footer .footer .adress {
  justify-content: left;
}
body footer .footer .adress a {
  font-size: 16px;
}
body footer .copyright {
  text-align: center;
  margin: 0;
  font-size: 80%;
  border-top: 1px solid;
}
body #page_top {
  display: none;
  right: 20px;
  z-index: 99;
}
body #page_top a {
  font-size: 30px;
  color: #ED2D85;
  text-decoration: none;
}

header .navbar {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
header .navbar-brand {
  display: flex;
}
header .navbar-brand p {
  margin: 0;
  line-height: 1.2;
}
header .navbar-nav.ml-auto {
  padding-right: 2rem;
}
header .nav-item {
  align-self: center;
}
header .nav-item .nav-link {
  transition: 0.3s;
}
header .nav-item.login {
  text-align: center;
  padding: 0 0.5rem;
}
header .nav-item.login .nav-link {
  padding: 0.5rem 1rem;
  border: 3px solid #0000e1;
  border-radius: 0.3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #0000e1;
}
header .nav-item.login .nav-link:hover {
  background: #b9e5f5;
  border-color: #b9e5f5;
}
header .nav-item.try {
  text-align: center;
  padding-left: 0.25rem;
}
header .nav-item.try .nav-link {
  padding: 0.5rem 1rem;
  background: #ED2D85;
  border: 1px solid #ED2D85;
  border-radius: 0.3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
header .nav-item.try .nav-link:hover {
  background: #b9e5f5;
  border-color: #b9e5f5;
}
.menu-top {
  font-weight: 700;
  color: #2a3b4c!important;
}
.menu-top:hover {
  color: blue!important;
}
/*.blog_menu {
  border: 2px solid #0000e1;
  border-radius: 0.3rem;
  color: #0000e1;
  padding: 8px 16px;
}*/
.blog_menu {
  padding: 8px 16px!important;
  /*border: 3px solid #0000e1;
  border-radius: 0.3rem;*/
  font-weight: bold;
  line-height: 1.2;
  color: #0000e1!important;
}
.blog_menu:hover {
  background: #b9e5f5;
  border-color: #b9e5f5;
}
.btn_m_login {
  padding: 0.5rem 1rem;
  border: 3px solid #0000e1;
  border-radius: 0.3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #0000e1;
}


.logo {
  display: flex;
  justify-content: center;
}
.logo a {
  display: flex;
  color: #073342;
  text-decoration: none;
  align-items: center;
}
.logo a p {
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
}

.link {
  text-decoration: underline;
  color: #0000e1;
  transition: 0.3s;
}
.link:hover {
  color: #295fb2;
}

.btn-sl {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  width: 300px;
  padding: 1rem 2rem;
  font-weight: bold;
  border-radius: 0.3rem;
  position: relative;
  background: #073342;
  color: #fff;
  transition: 0.5s;
}
.btn-sl::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn-sl:hover {
  background: #b9e5f5;
  color: #073342;
}

.tip {
  padding: 1.5rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.12);
}
.tip i {
  font-size: 3rem;
  padding: 0 1rem;
  color: #073342;
}
.tip p {
  margin: 0;
  padding: 0 1rem;
}

.slick-prev, .slick-next {
  width: 35px;
  height: 35px;
  z-index: 9;
}

.slick-prev:before, .slick-next:before {
  font-weight: bold;
  font-size: 35px;
  opacity: 1;
  color: #ED2D85;
  font-family: "Font Awesome 5 Free";
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\f105";
}

.trial {
  position: relative;
  height: 100vh;
  text-align: center;
}
.trial section {
  padding: 1rem 0;
}
.trial section .title {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.trial section .title h3 {
  margin: 0;
}
section .title h3 {
  font-size: 2.8rem;
  font-weight: bold;
}
.trial section p {
  margin: 0;
  padding: 0 1rem;
}
.trial section p.red-color {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #ED2D85;
  color: #fff;
}
.trial section .register {
  margin: 2rem auto 0;
  width: 75%;
  padding: 2rem;
  background-color: #b9e5f5;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.trial section .register .formtable {
  width: 100%;
}
.trial section .register .formtable input {
  padding: 0.5rem;
  width: 100%;
  border: none;
  border-radius: 0.3rem;
}
.trial section .register .formtable th {
  width: 30%;
  font-weight: 400;
  font-size: 14px;
}
.trial section .register .formtable td {
  padding: 1rem 0;
}
.trial section .register .btn-double {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trial section .register .btn-double .link {
  color: #073342;
}
.trial section .register .btn-double .link:hover {
  color: #295fb2;
}
.trial section .register .btn-double .btn-sub {
  width: auto;
  padding: 0.5rem 1rem;
  margin: 0 1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  font-weight: bold;
  border-radius: 0.3rem;
  background: #ED2D85;
  border: 3px solid #ED2D85;
  color: #fff;
  transition: 0.3s;
}
.trial section .register .btn-double .btn-sub:hover {
  background: rgba(0, 0, 0, 0);
  color: #ED2D85;
}

.sub section .title {
  margin: 0;
}

section {
  padding: 5rem 0;
  overflow: hidden;
}
section .title {
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 10;
}
section .title h4 {
  font-size: 4rem;
  color: #b9e5f5;
  font-family: Zapfino;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  z-index: -1;
}
section .title h3 {
  margin: 0;
}
section .title-obi {
  text-align: center;
  background-color: #295fb2;
  color: #fff;
  padding: 0.5rem 0;
  margin-bottom: 3rem;
}
section.top {
  padding: 5.7rem 0 4rem;
  background: url(../../storage/images/back.jpg) no-repeat bottom center/cover;
  /*padding: 2.5rem 0;*/
  margin-bottom: 0;
}
section.top .catch h1 {
  margin: 0;
  display: inline-block;
}
section.top .catch h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin:1rem 0 3rem;
}
section.top .catch .svgicon {
  display: inline-block;
  /*margin-bottom: 1rem;*/
  padding: 10px 0px;
}
section.top .catch .svgicon img {
  width: 45px;
  vertical-align: bottom;
  margin-left: 5px;
}
section.top .col-md-5 {
  align-self: center;
}
section.gallery {
  padding-top: 0.5rem;
}
section.gallery .slider img {
  margin: 0 5px;
  transform: scale(0.8);
}
section.gallery .slider img.slick-center {
  transform: scale(1);
}
section.reason {
  padding-bottom: 0;
}
section.reason .sub {
  display: flex;
  margin-bottom: 1rem;
}
section.reason .sub h1 {
  font-size: 3.5rem;
  margin: 0;
  padding-right: 1rem;
  color: #295fb2;
}
section.reason .sub h4 {
  align-self: center;
  margin: 0;
  line-height: 1.2;
}
section.reason .row {
  margin-bottom: 5rem;
}
section.reason .row .col-md-8 {
  align-self: center;
}
section.reason .row img {
  padding: 5px;
}
section.reason .row .text {
  padding: 0 3rem;
}
section.reason .row.part3 img {
  width: 100%;
}
section.reviews {
  background-color: #dee2e6;
}
section.reviews .slick-track {
  background: #fff;
  box-sizing: 0 8px 16px rgba(0, 0, 0, 0.12);
  font-family: serif;
}
section.reviews .wrapper {
  border-radius: 0.3rem;
  padding: 2rem;
}
section.reviews .wrapper h5 {
  padding-bottom: 1rem;
  border-bottom: 2px solid #b9e5f5;
}
section.reviews .wrapper h6 {
  margin: 0;
  text-align: right;
}
section.pricing {
  margin-bottom: 3rem;
}
section.pricing .mini {
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
section.pricing .inner {
  text-align: center;
  border: 1px solid #b9e5f5;
  border-radius: 0.3rem;
  padding: 1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
section.pricing .inner h4 {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #b9e5f5;
}
section.pricing .inner .ribbon {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 5px 0;
  background: #073342;
  color: #fff;
}
section.pricing .inner .ribbon h5 {
  font-size: 17px;
  margin: 0;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
}
section.pricing .inner .ribbon::before, section.pricing .inner .ribbon::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
section.pricing .inner .ribbon::before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
section.pricing .inner .ribbon::after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
section.pricing .inner .price p {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0;
}
section.pricing .inner .price p span {
  line-height: 1;
  align-self: center;
  padding: 0 0.5rem;
}
section.pricing .inner .price p .true {
  font-size: 1rem;
  text-decoration: line-through;
}
section.pricing .inner .price p .now {
  font-size: 2rem;
}
section.pricing .inner .otoku {
  background: #dee2e6;
  border-radius: 0.3rem;
  margin: 1.5rem 0 0.5rem;
  padding: 0.5rem 0;
}
section.pricing .inner.basic {
  border-width: 3px;
}
section.pricing .inner .btn-sl {
  background: #ED2D85;
  color: #fff;
}
section.pricing .inner .btn-sl:hover {
  background: #b9e5f5;
  color: #073342;
}
section.pricing .pricetable {
  padding-top: 5rem;
  overflow-x: scroll;
}
section.pricing .pricetable table {
  min-width: 500px;
  margin: auto;
  text-align: center;
}
section.pricing .pricetable table td {
  vertical-align: middle;
}
section.pricing .pricetable table td:first-child {
  text-align: left;
}
section.pricing .pricetable table td.no1 {
  background: rgba(0, 0, 0, 0) !important;
  color: #ED2D85;
  font-size: 16px;
  font-weight: bold;
}
section.pricing .pricetable table th {
  color: #073342;
}
section.pricing .pricetable table td, section.pricing .pricetable table th {
  border-bottom: 1px solid #dee2e6;
  border-top: none;
}
section.pricing .pricetable table td:nth-child(3), section.pricing .pricetable table th:nth-child(3) {
  background: #dee2e6;
}
section.layout .col-lg-4 {
  margin: 0.5rem 0;
}
section.layout .col-lg-4 h5 {
  text-align: center;
}
section.layout .col-lg-4 img {
  width: 100%;
}

header .navbar-collapse {
  margin-left: 10px; 
}
.firstwords {
  color:  red;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.secondwords {
  line-height: 1.2;
  font-size: 2.8rem;
  font-weight: bold;
}
.vis {
  display: flex;
}
.btnBlog {
  margin: 0.5rem;
  padding: 0.5rem 1.5rem;
  background: #b9e5f5;
  border: 1px solid #b9e5f5;
  border-radius: 0.3rem;
  color: #0000e1!important;
  font-weight: bold;
  line-height: 1.2;
}
.btnBlog:hover {
  background: #ED2D85;
  border-color: #b9e5f5;
}
.price_desc {
  margin-top: 10px;
  font-size: 15px;
  color: blue;
  text-align: right;
}
.initial_cost {
  color: #ED2D85;
  font-weight: bold;
  font-size: 18px;
}
.bg_light_blue {
  background: #ecfeff;
}
.comment_no {
  color:blue;
  font-size: 14px;
}
.hashtag_sec {
  margin-top: 80px;
  background: #ecfeff;
}
.bg_white {
  background: #ffffff;
}
.btn_margin {
  margin: 5px 0px;
}
.hashtag_desc_pd {
   padding: 0 30px;
}

@media (max-width: 991px) {
  header .navbar-toggler {
    color: #fff;
    border: none;
  }
  header .navbar-toggler:focus {
    outline: none;
  }
  header .navbar-collapse {
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding: 1rem 0;
    margin-left: 0px;
  }
  header .navbar-nav {
    display: none;
  }
  header .navbar-nav.mb-nav {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  header .navbar-nav.mb-nav li {
    padding: 0.5rem 0;
    font-size: 14px;
  }
  header .navbar-nav.mb-nav li a {
    color: #073342;
  }
  header .navbar-nav.mb-nav li:first-child {
    font-weight: bold;
    color: #295fb2;
    font-size: 16px;
  }
  section {
    padding: 3rem 0;
  }
  .secondwords {
    font-size: 2.2rem;
  }
  section .title h3 {
    font-size: 2.3rem;
  }
}
@media (max-width: 800px) {
  .secondwords {
    font-size: 1.95rem;
  }
}
@media (max-width: 767px) {
  .mb-none {
    display: none;
  }
  footer {
    text-align: center;
  }
  footer .col-6 {
    margin-bottom: 2rem;
  }
  .trial section .register {
    width: 100%;
    padding: 1rem;
  }
  section {
    padding: 3rem 0 2rem;
  }
  section .title {
    margin-bottom: 3rem;
  }
  section .title h4 {
    font-size: 3rem;
    top: 50%;
  }
  section .title-obi {
    margin-bottom: 1.5rem;
    padding: 0.75rem 0;
    font-size: 1.25rem;
  }
  section.top {
    padding: 5.7rem 0 3rem;
  }
  section.top .catch h3 {
    margin-bottom: 2rem;
  }
  section.reason .row {
    margin-bottom: 4rem;
  }
  section.reason .row .col-md-4 {
    display: none;
  }
  section.reason .row .col-md-7 {
    margin-top: 1.5rem;
  }
  section.reason .row .text {
    padding: 0 1.5rem;
  }
  section.reason .sub {
    align-items: center;
  }
  section.reason .sub h1 {
    font-size: 3rem;
    padding-right: 0.5rem;
  }
  section.pricing .pricetable table {
    border-collapse: separate;
  }
  section.pricing .pricetable table td:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    border-right: 1px solid #073342;
    z-index: 99;
  }
  section.pricing .pricetable table td, section.pricing .pricetable table th {
    font-size: 14px;
    width: 10%;
    padding: 0.25rem;
  }
}
@media (max-width: 425px) {
  body footer .footer ul li {
    font-size: 13px;
  }
  body footer .footer ul li:first-child {
    font-size: 15px;
  }
  .secondwords {
    font-size: 2.5rem;
  }
  .vis {
    display: inline-block;
  }
  section.top .catch h2 {
    font-size: 1.2rem;
    margin:0 0 1rem;
  }
  section .title h3 {
    font-size: 2rem;
  }
  .price_desc {
    margin-top: 5px;
    font-size: 15px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 820px;
  }
  .pricing .col-md-4 {
    padding: 0 0.5rem;
  }
  .pricing .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  header .navbar-nav.mb-nav {
    display: none;
  }
  header .navbar-nav.nav-link {
    padding: 0 1rem;
    font-size: 14px;
    border-left: 1px solid #dee2e6;
  }
  .pricing .container {
    max-width: 960px;
  }  
}/*# sourceMappingURL=style.css.map */