/* common */
body {
  scroll-padding-top: 100px;
}
/* color */
.bg-rybl {
  background-color: #4169e1;
}
.bg-rybla {
  background-color: rgba(65, 105, 255, 0.7);
}
.bg-lbl {
  background-color: #e1eefa;
}
.bg-lyew {
  background-color: #f8ffb8;
}

.text-rybl {
  color: #4169e1;
}
.text-orange {
  color: #ff8c00;
}
.text-red {
  color: #f7005f;
}

.txt-stroke {
  -webkit-text-stroke: 3px white;
}

/* font */
.title {
  font-size: 2rem;
  color: #4169e1;
  margin-top: 120px;
}
.space-config-top {
  margin-top: 120px;
}
.bottomp {
  margin-bottom: 120px;
}
p {
  font-size: 20px;
}

@media (max-width: 768px) {
  .space-config-top {
    margin-top: 30px;
  }
  .bottomp {
    margin-bottom: 30px;
  }
}
/* header nav */
.header-area {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 40px;
  min-height: 80px;
  background: #fff;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 37px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 30px;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.logo img {
  height: 50px;
  margin-top: -8px;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #3300ff;/*#ff589e*/
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 25px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #1e1e1e;
}

.header-area.header-sticky .nav li a.active {
  color: #3300ff; /*#ff589e*/
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* banner */
.banner {
  background-image: url(../img/banner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 80vh;
}
.bnrtop {
  padding-top: 50px;
}
.bnrbx {
  margin-top: 110px;
}
.balloon{
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
  width: 350px;
  font-size: 24px;
  font-weight: 600;
  color: black;
  flex-wrap: nowrap;
}
/* 大きい丸 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  left: -35px;
  bottom: 15px;
  width: 30px;
  height: 30px;
}
/* 小さい丸 */
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  left: -55px;
  bottom: 10px;
  width: 15px;
  height: 15px;
}

@media (max-width: 768px) {
  .balloon{
    width: auto;
    flex-wrap: wrap;
  }
}

/* 2ばんめ */
.icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #4169e1;
}
.icon i {
  color: #fff;
  font-size: 50px;
  margin-top: 1.5rem;
  margin-left: 0.15rem;
}

/* EXSYSer flow */
.step {
  margin-bottom: -30px;
}
.step-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.15rem;
}
.step-num {
  font-size: 45px;
  font-weight: 600;
  margin-top: -35px;
  letter-spacing:0.35rem;
}
.linebox {
  width: 100px;
  height: 30px;
  border: solid 2px #4169e1;
  color: #4169e1;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: -5px;
}
.linebox p {
  margin-top: -3px;
}
.autobox {
  width: 100px;
  height: 30px;
  /*border: solid 2px #4169e1;*/
  background-color: #4169e1;
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: -5px;
}
/*.autobox p {
  margin-top: -3px;
}*/
.stp-title {
  margin-top: 0.4rem;
  margin-left: 1rem;
}


/* 3ばんめ */
.ptbox {
  background-color: #f7005f;
  color: #fff;
  max-width: 320px;
}
.pt {
  margin-left: 1rem;
  margin-top: 0.25rem;
  font-weight: 600;
}
.num {
  margin-left: 2rem;
  margin-top: -1rem;
  font-size: 2.5rem;
  font-weight: 600;
}
.ptbox h3 {
  margin-top: 1.1rem;
  margin-left: 0.5rem;
}

/* 4ばんめ */

/* section-bg */
.section-bg {
  background-image: url(../img/section-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

/* nav & tab */
.navbtn {
  height: 45px;
  background-color: white;
  border: solid 2px #4169e1;
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.navbtn:hover {
  background-color: #4169e1;
  border: solid 2px white;
  color: white;
}
.tab-content {
  background-color: white;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .tab-content {
    padding: 1rem;
  }
  .tab-content img {
    margin-bottom: 1rem;
  }
}

/* diagram */
.diagram {
  margin-bottom: 100px;
}
.box-top {
  padding: 0.75rem 0;
  background-color: #4169e1;
  color: white;
  text-align: center;
  width: 100%;
  margin-bottom: 0.5rem;
}
.box-lmiddle {
  padding: 0.75rem 0;
  background-color: #4169e1;
  color: white;
  text-align: center;
  width: 60%;
  margin: 0 0.25rem 0.5rem 0.25rem;
}
.box-middle {
  padding: 0.75rem 0;
  background-color: #4169e1;
  color: white;
  text-align: center;
  width: 38.5%;
  margin: 0 0.25rem 0.5rem 0.25rem;
}
.box-small-l {
  padding: 0.75rem 0;
  background-color: #4169e1;
  color: white;
  text-align: center;
  width: 20%;
  margin: 0 0.25rem 0.5rem 0;
}
.box-small-r {
  padding: 0.75rem 0;
  background-color: #4169e1;
  color: white;
  text-align: center;
  width: 20%;
  margin: 0 0 0.5rem 0.25rem;
}
.box-small-c {
  padding: 0.75rem 0;
  background-color: #4169e1;
  color: white;
  text-align: center;
  width: 20%;
  margin: 0 0.25rem 0.5rem 0.25rem;
}
.lbx-l {
  background-color: #e1eefa;
  width: 20%;
  text-align: center;
  margin-right: 0.5rem;
  min-height: 300px;
  padding-top: 50px;
}
.lbx-r {
  background-color: #e1eefa;
  width: 20%;
  text-align: center;
  margin-left: 0.5rem;
  padding-top: 50px;
}
.c-block {
  width: 60%;
  display: flex;
}
.inrbx-1 {
  width: 33.3%;
  margin-right: 0.25rem;
}
.inrbx-2 {
  width: 66.6%;
  margin-left: 0.25rem;
}
.inrbxttl {
  background-color: #4169e1;
  text-align: center;
  color: white;
  height: 3rem;
  margin-bottom: 0.5rem;
}
.inrbxttl h4 {
  padding-top: 0.6rem;
}
.inrbxttl2 {
  background-color: #4169e1;
  text-align: center;
  color: white;
  height: 3rem;
  margin-bottom: 0.5rem;
}
.inrbxttl2 h5 {
  padding-top: 0.7rem;
  flex-wrap: wrap;
}
.inrbx-cl {
  background-color: #e1eefa;
  text-align: center;
  min-height: 244px;
  padding-top: 50px;
}
.inrbx-cc {
  width: 50%;
  margin-right: 0.25rem;
}
.inrbx-cr {
  width: 50%;
  margin-left: 0.25rem;
}
.innrbx-inr {
  background-color: #e1eefa;
  text-align: center;
  min-height: 188px;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .inrbx-cl {
    height: 323px;
  }
  .inrbxttl {
    height: 5rem;
  }
  .inrbxttl2 {
    height: 8rem;
  }
}

/* flow */
/* kokokara */
.flow-step {
  background-color: #4169e1;
  color: white;
  text-align: center;
}
.triangle{
  border-top: 20px solid #4169e1;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  width: 0;
  height: 0;
  margin: -0.5rem auto 0 auto;
  position: relative;
}
.flow-step p {
  padding-top: 1rem;
  font-size: 20px;
  letter-spacing: 0.8rem;
}
.flow-step h3 {
  margin-top: -1.3rem;
  padding-bottom: 1.5rem;
  font-size: 36px;
  letter-spacing: 0.5rem;
}
.step-inner {
  /*background-color: #e1eefa;*/
  text-align: center;
  margin-top: -40px;
  padding: 60px 0;
}
/* kokomade kesukamo */

.frow-speacing {
  margin-top: 50px;
}
.step-stamp {
  width: 80px;
  height: 80px;
  border: solid 1px #4169e1;
  border-radius: 50%;
  text-align: center;
  background-color: #4169e1;
  color: white;
  margin: -40px auto;
}
.step-title1 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 6px;
}
.step-num1 {
  font-size: 45px;
  font-weight: 600;
  margin-top: -40px;
}
.flowtitle {
  margin-top: 70px;
  margin-bottom: 20px;
  text-align: center;
}
.flow-list {
  list-style: none;
}
.flow-list li {
  margin: 0.5rem 0;
}
.flow-list i {
  color: #4169e1;
  margin-right: 0.25rem;
}
.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #4169e1;
  border-right: 0;
  margin: auto -50px auto -20px;
}
.flowbox {
    margin-bottom: 60px;
  }
@media (max-width: 768px) {
  .arrow {
    display: none;
  }
  .arrowdown {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #4169e1;
    border-bottom: 0;
    margin: -50px auto 70px auto;
  }
}


/* cost */
#cost {
  /*background-image: url(../img/cost-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;*/
  background-color: #e1eefa;
  min-height: 100vh;
}


/* footer */
footer {
  margin-top: 110px;
  text-align: center;
}
.footer-link {
  list-style: none;
  display: inline-flex;
}
.footer-link li {
  margin: 0 1rem;
}
.footer-link a {
  color: white;
  text-decoration: none;
}
.footer-link a:hover {
  text-decoration: underline;
}
.copyright {
  color: #859bdf;
}
.l1 {
  color: #fff;
}
@media (max-width: 768px) {
  .footer-link {
    display: block;
  }
  .footer-link li {
    margin: 1rem 0;
  }
}





/* about */
.about-table td {
  display: block;
  line-height: 2rem;
.fbtn {
  font-size: 22px;
  text-align: center;
}







/* print */
@media print{
  .bnrtop {
    margin-top: 0;
  }
  .space-config-top {
    margin-top: 0;
  }
  .title {
    margin-top: 0;
  }
}

