@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot%3Fsrf3rx");
  src: url("../fonts/icomoon/icomoon.eot%3Fsrf3rx") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf%3Fsrf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff%3Fsrf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg%3Fsrf3rx") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Noto+Sans+JP	", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #161e24;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #17b794;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #17b794;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #161e24;
  font-family: "Noto+Sans+JP	", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #17b794;
}

::-moz-selection {
  color: #fff;
  background: #17b794;
}

::selection {
  color: #fff;
  background: #17b794;
}

.mrc-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.mrc-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1001;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .mrc-nav {
    padding: 20px 0;
  }
}
.mrc-nav #mrc-logo {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .mrc-nav #mrc-logo {
    width: 90px;
  }
}
.mrc-nav #mrc-logo em {
  color: #17b794;
}
@media screen and (max-width: 768px) {
  .mrc-nav .menu-1,
  .mrc-nav .menu-2 {
    display: none;
  }
}
.mrc-nav ul {
  padding: 0;
  margin: 0.7em 0 0 0;
}
.mrc-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.mrc-nav ul li > a {
  text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 0.05em;
}
.mrc-nav ul li a {
  font-size: 16px;
  padding: 30px 0 30px 20px;
  color: #161e24;
  transition: 0.5s;
}
.mrc-nav ul li a:hover, .mrc-nav ul li a:active {
  color: #005bac;
}
.mrc-nav ul li a:focus {
  color: #444;
}
.mrc-nav ul li.has-dropdown {
  position: relative;
}
.mrc-nav ul li.has-dropdown > a {
  position: relative;
  padding-right: 20px !important;
}
.mrc-nav ul li.has-dropdown > a:after {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-style: 10px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  color: #ccc;
}
.mrc-nav ul li.has-dropdown .dropdown {
  width: 200px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  transition: 0s;
}
.mrc-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.mrc-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.mrc-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.mrc-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #a4b9c8;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.mrc-nav ul li.has-dropdown .dropdown li a:hover {
  color: #ccc;
}
.mrc-nav ul li.has-dropdown .dropdown li.active > a {
  color: #005bac !important;
}
.mrc-nav ul li.has-dropdown:hover a, .mrc-nav ul li.has-dropdown:focus a {
  color: #005bac;
}
.mrc-nav ul li.btn-cta a {
  color: #17b794;
}
.mrc-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  transition: 0.3s;
  border-radius: 100px;
}
.mrc-nav ul li.btn-cta a:hover span {
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.mrc-nav ul li.active > a {
  color: #005bac !important;
}

@media screen and (max-width: 480px) {
  #mrc-header .text-left {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  #mrc-header .btn {
    display: block;
    width: 100%;
  }
}

#mrc-header,
#mrc-counter,
.mrc-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.mrc-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.mrc-cover {
  height: 900px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.mrc-cover.mrc-inner h1 {
  margin-bottom: 0 !important;
}
.mrc-cover a {
  color: #17b794;
}
.mrc-cover a:hover {
  color: rgb(255, 255, 255);
}
.mrc-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(29, 43, 83, 0.89);
}
.mrc-cover > .mrc-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mrc-cover {
    height: 600px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.mrc-cover .display-t,
.mrc-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mrc-cover .display-t,
  .mrc-cover .display-tc {
    height: 600px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.mrc-cover.mrc-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .mrc-cover.mrc-cover-sm {
    height: 400px;
    height: inherit !important;
  }
}
.mrc-cover.mrc-cover-sm .display-t,
.mrc-cover.mrc-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mrc-cover.mrc-cover-sm .display-t,
  .mrc-cover.mrc-cover-sm .display-tc {
    height: 400px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.mrc-cover.mrc-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .mrc-cover.mrc-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.mrc-cover.mrc-cover-xs .display-t,
.mrc-cover.mrc-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mrc-cover.mrc-cover-xs .display-t,
  .mrc-cover.mrc-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}

.mrc-client {
  float: left;
  width: 100%;
  padding: 3em 0;
  background: #f6f6f6;
}
.mrc-client .client img {
  margin-top: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.mrc-service {
  padding: 7em 0;
  background-color: #aaa54c;
}
.mrc-service h2 {
  color: #fff !important;
}
.mrc-service h2 span {
  color: #fff;
}
.mrc-service h2 span::before {
  background-color: #fff;
}
.mrc-service .sv-txt-w {
  color: #fff !important;
}
.mrc-service .service {
  margin-left: 10px;
  margin-right: 10px;
  padding: 2em;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.15);
  bottom: 0;
  transition: 0.5s;
}
@media screen and (max-width: 992px) {
  .mrc-service .service {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.mrc-service .service h3 {
  font-size: 24px;
  color: #aaa54c;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.mrc-service .service h3 i {
  position: absolute;
  left: 0;
  top: -0.1em;
  color: #17b794;
  font-size: 22px !important;
}
.mrc-service .service img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mrc-service .service img {
    margin-bottom: 50px;
  }
}
.mrc-service .service p {
  color: #161e24;
  font-size: 15px;
  margin-bottom: 40px;
}
.mrc-service .service p:last-child {
  margin-bottom: 15px;
}
.mrc-service .service.changed {
  bottom: -7em;
}
@media screen and (max-width: 768px) {
  .mrc-service .service.changed {
    bottom: 0;
  }
}

.mrc-about .one-row,
.mrc-about .two-row {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.mrc-about .two-row {
  height: 250px;
}
.mrc-about .one-row {
  height: 508px;
}
.mrc-about .animate-box {
  margin-top: 0;
}
.mrc-about .mrc-item {
  position: relative;
}
.mrc-about .mrc-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.mrc-about .mrc-item .overlay i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  z-index: 14;
  color: #fff;
}
.mrc-about .mrc-item .overlay .copy {
  bottom: -20px;
  position: absolute;
  left: 0;
  padding: 20px;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.mrc-about .mrc-item .overlay .copy h3 {
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}
.mrc-about .mrc-item .overlay .copy p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.mrc-about .mrc-item .overlay .copy p:last-child {
  margin-bottom: 0;
}
.mrc-about .mrc-item .overlay:before {
  z-index: 7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.95;
  background: rgb(61, 205, 188);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(61, 205, 188)), color-stop(100%, rgb(51, 161, 189)));
  background: linear-gradient(to right, rgb(61, 205, 188) 0%, rgb(51, 161, 189) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3dcdbc", endColorstr="#33a1bd", GradientType=1 );
}
.mrc-about .mrc-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.mrc-about .mrc-item:hover .overlay .copy {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.mrc-news p {
  letter-spacing: 0.15em;
  line-height: 3.4rem;
}
.mrc-news ul {
  padding-left: 0;
}
.mrc-news li {
  list-style: none;
  border-bottom: solid 1px #ccc;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.mrc-news .news-time {
  margin-bottom: 0;
}
.mrc-news .i-blue,
.mrc-news .i-yellow {
  width: 80%;
  padding: 5px 5px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .mrc-news .i-blue,
  .mrc-news .i-yellow {
    width: 100%;
    margin-top: 0;
  }
}
.mrc-news .i-blue {
  color: #005bac;
  border: solid 1px #005bac;
}
.mrc-news .i-yellow {
  color: #aaa54c;
  border: solid 1px #aaa54c;
}

.mrc-blog .mrc-blog-box {
  border: solid 1px #cccccc;
  padding: 20px;
}
.mrc-blog .img-responsive {
  width: 100%;
  max-height: 300px;
}

.mrc-access {
  background-color: #f4f7fa;
}
.mrc-access #g-map {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 30px;
}
.mrc-access #g-map .inner {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.mrc-access #g-map .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mrc-testimonial .mrc-testimony {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.mrc-testimonial .mrc-left > div {
  display: table-cell;
  float: left;
  width: 80px;
}
.mrc-testimonial .mrc-left > div img {
  border-radius: 50%;
  max-width: 100% !important;
}
.mrc-testimonial .mrc-left > blockquote {
  padding-left: 20px;
  display: table-cell;
  border-left: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.mrc-testimonial .mrc-left > blockquote p {
  font-style: 16px;
  font-style: italic;
}
.mrc-testimonial .mrc-left > blockquote .author {
  color: #6587a1;
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

#mrc-footer {
  background-color: #005bac;
  padding: 3em 0 0 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  float: left;
}
#mrc-footer a {
  color: #fff;
}
#mrc-footer a:hover {
  color: #ccc !important;
}
@media screen and (max-width: 768px) {
  #mrc-footer .row-pb-md {
    padding-bottom: 0 !important;
  }
}
#mrc-footer .mrc-cta {
  margin-bottom: 30px;
}
#mrc-footer .mrc-cta h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
#mrc-footer .mrc-cta .btn-white {
  padding: 15px 20px !important;
}
#mrc-footer .mrc-cta .btn-white.btn-outline:hover {
  color: #161e24 !important;
}
#mrc-footer .mrc-footer-paragraph h3 {
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #mrc-footer .ft-logo {
    text-align: center;
    margin-bottom: 5em;
  }
}
#mrc-footer .mrc-footer-link {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #mrc-footer .mrc-footer-link {
    padding-left: 15px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #mrc-footer .mrc-footer-link p {
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
#mrc-footer .mrc-footer-link .mrc-list-link {
  padding: 0;
  margin: 0;
}
#mrc-footer .mrc-footer-link .mrc-list-link li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mrc-footer .mrc-footer-link .mrc-list-link li a {
  text-transform: uppercase;
  font-size: 13px !important;
}
@media screen and (max-width: 768px) {
  #mrc-footer .mrc-footer-link .mrc-list-link li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-top: solid 1px #3c87c9;
  }
}
#mrc-footer .mrc-footer-link .ft-logo-tw a {
  width: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  #mrc-footer .mrc-footer-link .ft-logo-tw a {
    width: 40px !important;
    display: block;
    border-top: none !important;
  }
}
#mrc-footer .mrc-footer-subscribe {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #mrc-footer .mrc-footer-subscribe {
    padding-left: 15px;
  }
}
#mrc-footer .mrc-footer-subscribe .form-control {
  background: #fff !important;
  border: none !important;
}
#mrc-footer .mrc-footer-subscribe .btn {
  margin-top: 4px;
  border-radius: 4px;
  height: 54px !important;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#mrc-footer .mrc-copyright {
  color: #fff;
  background-color: #005bac;
  padding: 30px 0;
  float: left;
  width: 100%;
  border-top: solid 1px #3c87c9;
}
#mrc-footer .mrc-copyright p:last-child {
  margin-bottom: 0;
}

#mrc-pmark {
  padding: 30px 0;
}
#mrc-pmark .p-mark a {
  width: 100px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #mrc-pmark .p-mark a {
    width: 120px;
  }
}
#mrc-pmark .p-mark p {
  margin-bottom: 0;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #mrc-pmark .p-logo {
    border-right: none;
    text-align: center;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-img-t {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mrc-staff,
.mrc-item {
  margin-bottom: 4em;
  float: left;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mrc-staff,
  .mrc-item {
    margin-bottom: 3em;
  }
}
.mrc-staff img,
.mrc-item img {
  margin-bottom: 40px !important;
}
.mrc-staff h2,
.mrc-item h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.mrc-staff p,
.mrc-item p {
  margin-bottom: 30px;
  color: #777;
}
.mrc-staff .role,
.mrc-item .role {
  color: #d4dde5;
  margin-bottom: 20px;
  font-weight: normal;
  display: block;
}
.mrc-staff .mrc-social,
.mrc-item .mrc-social {
  padding: 0;
  margin: 0;
}
.mrc-staff .mrc-social li,
.mrc-item .mrc-social li {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.mrc-staff .mrc-social li a,
.mrc-item .mrc-social li a {
  font-size: 20px;
  color: #17b794;
}
.mrc-staff .mrc-social li a:hover,
.mrc-item .mrc-social li a:hover {
  color: #161e24;
}

.mrc-social-icons {
  margin: 0;
  padding: 0;
}
.mrc-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.mrc-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  color: #17b794;
  padding-left: 10px;
  padding-right: 10px;
}
.mrc-social-icons li a i {
  font-size: 20px;
}

.mrc-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.mrc-contact-info ul {
  padding: 0;
  margin: 0;
}
.mrc-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.mrc-contact-info ul li:before {
  color: #e4eaee;
  position: absolute;
  left: 0;
  top: 0.05em;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mrc-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.mrc-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.mrc-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.mrc-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

form label {
  font-weight: normal !important;
}

#mrc-header {
  background: rgb(61, 205, 188);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(61, 205, 188)), color-stop(100%, rgb(51, 161, 189)));
  background: linear-gradient(to right, rgb(61, 205, 188) 0%, rgb(51, 161, 189) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3dcdbc", endColorstr="#33a1bd", GradientType=1 );
}
#mrc-header p {
  color: #d3f1ed;
  font-size: 20px;
  margin-bottom: 40px !important;
}
#mrc-header h1 {
  font-size: 50px;
  line-height: 1.2 !important;
  margin-bottom: 30px !important;
  color: #d3f1ed;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #mrc-header h1 {
    line-height: 1.2 !important;
  }
}
#mrc-header h1.no-margin {
  margin-bottom: 0 !important;
}
#mrc-header .copy {
  margin-top: 0em;
}
#mrc-header .btn {
  color: #34a7bd !important;
  text-shadow: none !important;
}
#mrc-header .header-img {
  margin-bottom: 30px;
}

#mrc-header .display-tc,
#mrc-counter .display-tc,
.mrc-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#mrc-header .display-tc h1,
#mrc-header .display-tc h2,
#mrc-counter .display-tc h1,
#mrc-counter .display-tc h2,
.mrc-cover .display-tc h1,
.mrc-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: rgb(255, 255, 255);
}
#mrc-header .display-tc h1,
#mrc-counter .display-tc h1,
.mrc-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 59px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #mrc-header .display-tc h1,
  #mrc-counter .display-tc h1,
  .mrc-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#mrc-header .display-tc h2,
#mrc-counter .display-tc h2,
.mrc-cover .display-tc h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#mrc-counter {
  text-align: center;
}
#mrc-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #17b794;
  font-weight: 100;
  display: block;
}
#mrc-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #mrc-counter .feature-center {
    margin-bottom: 50px;
  }
}
#mrc-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#mrc-counter .icon i {
  height: 70px;
}
#mrc-counter .icon i:before {
  color: #e4eaee;
  display: block;
  text-align: center;
  margin-left: 3px;
}

.mrc-section {
  padding: 7em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mrc-section {
    padding: 3em 0;
  }
}
.mrc-section.border-bottom {
  border-bottom: 1px solid #f4f6f8;
}
.mrc-section.mrc-gray {
  background: #f6f6f6;
}

.mrc-heading {
  margin-bottom: 0em;
}
.mrc-heading.mrc-heading-sm {
  margin-bottom: 2em;
}
.mrc-heading h2 {
  font-size: 40px;
  /* margin-bottom: 80px; */
  line-height: 1.5;
  color: #005bac;
  font-weight: 300;
  text-align: left;
}
.mrc-heading span {
  color: #161e24;
  font-size: 20px;
  display: block;
  float: right;
  clear: both;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .mrc-heading span {
    padding-top: 15px;
  }
}
.mrc-heading span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #005bac;
  transform: rotate(-60deg);
  position: absolute;
  top: 25px;
  left: 80%;
}
@media screen and (max-width: 768px) {
  .mrc-heading span::before {
    display: none;
  }
}
.mrc-heading p {
  font-size: 18px;
  line-height: 1.7;
  color: #161e24;
  text-align: left;
}

#mrc-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #161e24;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  transform: translateX(270px);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #mrc-offcanvas {
    display: block;
  }
}
.offcanvas #mrc-offcanvas {
  transform: translateX(0px);
}
#mrc-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#mrc-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#mrc-offcanvas ul {
  padding: 0;
  margin: 0;
}
#mrc-offcanvas ul li {
  padding: 10px 0;
  margin: 0;
  list-style: none;
}
#mrc-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#mrc-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#mrc-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
#mrc-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #161e24;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.mrc-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.mrc-nav-toggle.active i::before, .mrc-nav-toggle.active i::after {
  background: #444;
}
.mrc-nav-toggle:hover, .mrc-nav-toggle:focus, .mrc-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.mrc-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}
.mrc-nav-toggle i::before, .mrc-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}
.mrc-nav-toggle.mrc-nav-white > i {
  color: #fff;
  background: #fff;
}
.mrc-nav-toggle.mrc-nav-white > i::before, .mrc-nav-toggle.mrc-nav-white > i::after {
  background: #fff;
}

.mrc-nav-toggle i::before {
  top: -7px;
}

.mrc-nav-toggle i::after {
  bottom: -7px;
}

.mrc-nav-toggle:hover i::before {
  top: -10px;
}

.mrc-nav-toggle:hover i::after {
  bottom: -10px;
}

.mrc-nav-toggle.active i {
  background: transparent;
}

.mrc-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
}

.mrc-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

.mrc-nav-toggle {
  position: fixed;
  right: 0px;
  top: 8px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .mrc-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Noto+Sans+JP	", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700 !important;
  border-radius: 0px;
  letter-spacing: 2px;
  transition: 0.5s;
  padding: 20px 30px;
  text-transform: uppercase;
  text-shadow: none !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background: #17b794;
  color: #fff;
  border: 2px solid #17b794 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #1acea6 !important;
  border-color: #1acea6 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #17b794;
  border: 2px solid #17b794;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #17b794;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #161e24;
  border: 2px solid #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #161e24;
  background: #fff;
  border-color: #fff;
}
.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #161e24 !important;
  border: 2px solid #fff;
}

.btn-special {
  background: #00ffa3;
  color: #239c71;
  border: 2px solid #00ffa3;
}
.btn-special:hover, .btn-special:focus, .btn-special:active {
  color: #239c71;
  background: #00ffa3;
  border-color: #00ffa3;
}
.btn-special.btn-outline {
  color: #fff;
  border: 2px solid #00ffa3;
}
.btn-special.btn-outline:hover, .btn-special.btn-outline:focus, .btn-special.btn-outline:active {
  background: #fff;
  color: #161e24;
  border: 2px solid #00ffa3;
}

.btn-outline {
  background: none;
  border: 2px solid #85a0b4;
  font-size: 16px;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.btn-service {
  color: #aaa54c;
  font-family: "Noto+Sans+JP	", Arial, sans-serif;
  font-size: 18px;
  border-radius: 0px;
  letter-spacing: 2px;
  transition: 0.5s;
  padding: 15px 40px;
  text-transform: uppercase;
  text-shadow: none !important;
  border: solid 1px #aaa54c;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .btn-service {
    display: block !important;
    text-align: center;
    padding: 1.5em 4em;
    margin: 0 auto 30px auto;
  }
}
.btn-service:hover, .btn-service:active, .btn-service:focus {
  color: #ccc;
  outline: none !important;
}
.btn-service i {
  padding-left: 25px;
}

.btn-cont {
  color: #005bac;
  font-family: "Noto+Sans+JP	", Arial, sans-serif;
  font-size: 18px;
  border-radius: 0px;
  letter-spacing: 2px;
  transition: 0.5s;
  padding: 15px 40px;
  text-transform: uppercase;
  text-shadow: none !important;
  border: solid 1px #005bac;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .btn-cont {
    display: block !important;
    text-align: center;
    padding: 25px 40px;
  }
}
.btn-cont:hover, .btn-cont:active, .btn-cont:focus {
  color: #ccc;
  outline: none !important;
}
.btn-cont i {
  padding-left: 25px;
}

.btn-sup {
  color: #46b5d0;
  font-family: "Noto+Sans+JP	", Arial, sans-serif;
  font-size: 18px;
  border-radius: 0px;
  letter-spacing: 2px;
  transition: 0.5s;
  padding: 15px 5em;
  text-transform: uppercase;
  text-shadow: none !important;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .btn-sup {
    display: block !important;
    text-align: center;
    padding: 25px 40px;
  }
}
.btn-sup:hover, .btn-sup:active, .btn-sup:focus {
  color: #ccc;
  outline: none !important;
}
.btn-sup i {
  padding-left: 25px;
}

.balloon-line {
  color: #005bac;
  font-size: 2rem;
  position: relative;
  margin: 0 auto 40px;
  padding: 10px;
  background: #fff;
  border: 1px solid #005bac;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  text-align: center;
}

.balloon-line::before,
.balloon-line::after {
  content: "";
  border: 14px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}

.balloon-line::before {
  border-top-color: #005bac;
  bottom: -28px;
}

.balloon-line::after {
  border-top-color: #fff;
  bottom: -27px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #17b794;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.mrc-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.animate-box {
  margin-top: 4.4em;
}
.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .mrc-nav .mrc-contact {
    text-align: left !important;
  }
}
.mrc-nav .mrc-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.mrc-nav .mrc-contact ul li {
  padding: 0;
  margin: 0;
}
.mrc-nav .mrc-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0px;
}
.mrc-nav .mrc-contact ul li a i {
  color: #17b794;
}
.mrc-nav .mrc-contact ul li a:hover i {
  color: #fff;
}

#mrc-features-3 {
  position: relative;
  top: -7em;
}
@media screen and (max-width: 768px) {
  #mrc-features-3 {
    top: -2em;
  }
}
#mrc-features-3 .feature {
  width: 33.33%;
  float: left;
  padding: 30px;
  background: #17b794;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mrc-features-3 .feature {
    width: 100%;
    margin-bottom: 30px;
  }
}
#mrc-features-3 .feature h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#mrc-features-3 .feature p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.7;
}
#mrc-features-3 .feature .icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px auto;
  position: relative;
  background: #15a989;
  top: -3em;
  border-radius: 50%;
}
#mrc-features-3 .feature .icon i {
  line-height: 90px;
  height: 90px;
  font-size: 40px;
  color: #fff;
}
#mrc-features-3 .feature .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}
#mrc-features-3 .feature.feature-1 {
  z-index: 7;
}
#mrc-features-3 .feature.feature-2 {
  bottom: 0px;
  z-index: 10;
  box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  background: #15a585;
}
@media screen and (max-width: 768px) {
  #mrc-features-3 .feature.feature-2 {
    box-shadow: none !important;
  }
}
#mrc-features-3 .feature.feature-2 .icon {
  background: #13977a;
}
#mrc-features-3 .feature.feature-2 .feature-inner {
  top: -3em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mrc-features-3 .feature.feature-2 .feature-inner {
    top: 0;
  }
}
#mrc-features-3 .feature.feature-2:before {
  position: absolute;
  top: -50px;
  content: "";
  background: #15a585;
  height: 50px;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #mrc-features-3 .feature.feature-2:before {
    display: none;
  }
}
#mrc-features-3 .feature.feature-2:after {
  position: absolute;
  bottom: -30px;
  content: "";
  background: #15a585;
  height: 30px;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #mrc-features-3 .feature.feature-2:after {
    display: none;
    box-shadow: none !important;
  }
}
#mrc-features-3 .feature.feature-3 {
  z-index: 7;
  background: #129377;
}
#mrc-features-3 .feature.feature-3 .icon {
  background: #118a6f;
}

.mrc-flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: flex;
  position: relative;
  float: left;
}

#mrc-portfolio {
  padding: 7em 0;
  background: #303841;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  #mrc-portfolio {
    padding: 3em 0;
  }
}
#mrc-portfolio .mrc-heading h2 {
  color: #fff;
}
#mrc-portfolio .mrc-heading p {
  color: rgba(255, 255, 255, 0.7);
}

#mrc-portfolio-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#mrc-portfolio-list li {
  display: block;
  padding: 0;
  margin: 0 0 10px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #mrc-portfolio-list li {
    margin-left: 0;
  }
}
#mrc-portfolio-list li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#mrc-portfolio-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  transition: 0.5s;
}
#mrc-portfolio-list li a.color-1:before {
  background: rgba(55, 75, 84, 0.7);
}
#mrc-portfolio-list li a.color-1:hover:before {
  background: rgba(55, 75, 84, 0);
}
#mrc-portfolio-list li a.color-2:before {
  background: rgba(37, 190, 213, 0.7);
}
#mrc-portfolio-list li a.color-2:hover:before {
  background: rgba(37, 190, 213, 0);
}
#mrc-portfolio-list li a.color-3:before {
  background: rgba(239, 172, 147, 0.7);
}
#mrc-portfolio-list li a.color-3:hover:before {
  background: rgba(239, 172, 147, 0);
}
#mrc-portfolio-list li a.color-4:before {
  background: rgba(249, 17, 40, 0.7);
}
#mrc-portfolio-list li a.color-4:hover:before {
  background: rgba(249, 17, 40, 0);
}
#mrc-portfolio-list li a.color-5:before {
  background: rgba(252, 68, 40, 0.7);
}
#mrc-portfolio-list li a.color-5:hover:before {
  background: rgba(252, 68, 40, 0);
}
#mrc-portfolio-list li a.color-6:before {
  background: rgba(98, 177, 215, 0.7);
}
#mrc-portfolio-list li a.color-6:hover:before {
  background: rgba(98, 177, 215, 0);
}
#mrc-portfolio-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #mrc-portfolio-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#mrc-portfolio-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#mrc-portfolio-list li a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #mrc-portfolio-list li a .case-studies-summary h2 {
    font-size: 20px;
  }
}
#mrc-portfolio-list li.two-third {
  width: 65.6%;
}
@media screen and (max-width: 768px) {
  #mrc-portfolio-list li.two-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #mrc-portfolio-list li.two-third {
    width: 100%;
  }
}
#mrc-portfolio-list li.one-third {
  width: 32.3%;
}
@media screen and (max-width: 768px) {
  #mrc-portfolio-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #mrc-portfolio-list li.one-third {
    width: 100%;
  }
}
#mrc-portfolio-list li.one-half {
  width: 49%;
}
@media screen and (max-width: 480px) {
  #mrc-portfolio-list li.one-half {
    width: 100%;
  }
}

.mrc-form form {
  padding-top: 3em;
}
.mrc-form form .form-group {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: solid 1px #dfdfdf;
}
.mrc-form form .form-group p {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mrc-form form .form-group {
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
}
.mrc-form form .form-group:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .mrc-form form .form-group label {
    margin-bottom: 15px;
  }
}
.mrc-form form sup {
  color: #005bac;
  padding-left: 5px;
}
.mrc-form form .btn-cont {
  margin: 0 auto;
  padding: 1.5em 7em;
}
@media screen and (max-width: 768px) {
  .mrc-form form .btn-cont {
    padding: 1.5em 4em;
  }
}
.mrc-form form .form-txt {
  font-size: 1.8rem;
  color: #005bac;
  margin-bottom: 2rem;
}
.mrc-form .jpb-box {
  background-color: #f4f7fa;
  border: solid 2px #fff;
  padding: 20px 0 10px 0;
}
.mrc-form .jpb-box .job-tit {
  color: #005bac;
  font-size: 2.4rem;
}
.mrc-form .jpb-box .btn-cont {
  width: 90%;
  margin: 0 auto;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  padding: 1.5em 1em !important;
}

/* Owl Override Style */
.owl-carousel {
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .owl-carousel {
    margin-bottom: 3em;
  }
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #161e24;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #161e24;
}

.owl-carousel-fullwidth.mrc-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.mrc-light-arrow .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: #fff;
}
.owl-carousel-fullwidth.mrc-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.mrc-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

.owl-carousel2 .owl-controls .owl-nav .owl-next i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: rgba(22, 30, 36, 0.5);
}
.owl-carousel2 .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover i {
  color: rgba(22, 30, 36, 0.6);
}

.owl-carousel2 .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.owl-carousel2 .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel2 .owl-dots {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .owl-carousel2 .owl-dots {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] i:hover, .owl-theme .owl-controls .owl-nav [class*=owl-] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .owl-theme .owl-controls .owl-nav [class*=owl-]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth.owl-theme .owl-dots {
    margin-bottom: 10px;
  }
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.js .animate-box {
  opacity: 0;
}

.ft-w img {
  width: 20%;
}

#main-bg {
  height: 200px;
  background-image: url(../images/img_page_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  clear: both;
  margin-top: 4.4em;
}
#main-bg h2 {
  width: 100%;
  display: block;
  font-size: 5rem;
  letter-spacing: 0.3rem;
  color: #fff;
  position: absolute;
  top: 80px;
}
@media screen and (max-width: 768px) {
  #main-bg h2 {
    font-size: 4.5rem;
    top: 60px;
    left: 15px;
  }
}
#main-bg span {
  font-size: 2.4rem;
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #main-bg span {
    font-size: 2rem;
    position: initial;
    padding-top: 10px;
  }
}

.page-cont h2 {
  font-size: 4rem;
  line-height: 1.5;
  color: #005bac;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-cont h2 {
    font-size: 2.8rem;
  }
}
.page-cont h2 span {
  color: #c0cad2;
  font-size: 1.4rem;
  display: block;
}

.cl-blue {
  color: #005bac;
}

.cl-bg-blue {
  background-color: #005bac;
}

.cl-bd-blue {
  border: solid 1px #005bac;
}

.cl-yellow {
  color: #8e8629;
}

.cl-bg-yellow {
  background-color: #8e8629;
}

.cl-bd-yellow {
  border: solid 1px #8e8629;
}

.mrc-mess {
  overflow: hidden;
}
.mrc-mess .mess-box {
  padding: 40px 0;
  margin-bottom: 50px;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
}
.mrc-mess .mess-box h3 {
  color: #005bac;
  border-bottom: dashed 1px #dfdfdf;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.mrc-mess .mess-box h3 span {
  font-size: 1.8rem;
  display: inline-block;
  padding-left: 40px;
}
.mrc-mess .mess-box img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mrc-mess .mess-box img {
    width: 100%;
    max-height: none;
    margin-bottom: 40px;
  }
}
.mrc-mess .mess-box ul {
  padding-left: 0 !important;
}
.mrc-mess .mess-box ul li {
  list-style: none;
}
.mrc-mess .mess-txt img {
  width: 100%;
  max-height: 300px;
}
.mrc-mess .mess-chr span {
  display: inline-block;
  padding-right: 20px;
}

.mrc-manage {
  background-color: #f4f7fa;
}
.mrc-manage .manage-box {
  background-color: #fff;
  padding: 4em;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .mrc-manage .manage-box {
    padding: 2em;
  }
}
.mrc-manage .manage-box img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mrc-manage .manage-box img {
    margin-bottom: 40px;
  }
}
.mrc-manage .manage-box h3 {
  color: #005bac;
}
.mrc-manage .manage-box:nth-of-type(3) {
  margin-bottom: 0;
}

.mrc-company table {
  width: 100%;
}
.mrc-company table th,
.mrc-company table td {
  font-size: 1.8rem;
  border-bottom: solid 1px #dfdfdf;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .mrc-company table th,
  .mrc-company table td {
    display: block;
  }
}
.mrc-company table th {
  width: 20%;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .mrc-company table th {
    width: 100%;
    color: #005bac;
  }
}

.mrc-srv h2 {
  margin-bottom: 2em;
}
.mrc-srv .srv-wrap {
  padding: 2em;
  margin-bottom: 40px;
  border: solid 1px #005bac;
}
@media screen and (max-width: 768px) {
  .mrc-srv .srv-wrap {
    margin: 0 15px 40px 15px;
  }
}
.mrc-srv .srv-wrap h3 {
  color: #005bac;
}
.mrc-srv .srv-wrap img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mrc-srv .srv-wrap img {
    margin-bottom: 50px;
  }
}
.mrc-srv .srv-wrap p {
  color: #161e24;
  font-size: 15px;
  margin-bottom: 40px;
}
.mrc-srv .srv-wrap p:last-child {
  margin-bottom: 15px;
}
.mrc-srv .srv-wrap.changed {
  bottom: -7em;
}
@media screen and (max-width: 768px) {
  .mrc-srv .srv-wrap.changed {
    bottom: 0;
  }
}

.mrc-srv-mirai h3 {
  display: block;
  color: #fff;
  background-color: #46b5d0;
  padding: 0.7em 2em;
  margin-bottom: 2em;
  line-height: 1.4;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .mrc-srv-mirai h3 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    padding: 1em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.mrc-srv-mirai .mirai-cont {
  background-image: url(../images/bg-arrow.png);
  background-size: auto 80%;
  background-position: top right 20px;
  background-repeat: no-repeat;
}
.mrc-srv-mirai .mirai-cont h4 {
  font-size: 2rem;
  color: #fff;
  padding: 1em;
  margin-bottom: 2em;
  text-align: center;
}
.mrc-srv-mirai .mirai-cont h4 span {
  font-size: 1.2rem;
}
.mrc-srv-mirai .mirai-cont ul {
  padding-left: 0;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mrc-srv-mirai .mirai-cont ul {
    font-size: 1.6rem;
  }
}
.mrc-srv-mirai .mirai-cont ul li {
  list-style: none;
}
.mrc-srv-mirai .mirai-cont .mrai-txt {
  font-size: 2rem;
  text-align: center;
  padding: 0.7em 2em;
  margin-bottom: 2em;
  background-color: #fff;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .mrc-srv-mirai .mirai-cont .mrai-txt {
    font-size: 1.6rem;
  }
}
.mrc-srv-mirai .mirai-cont .mirai-box p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .mrc-srv-mirai .mirai-cont .mirai-box p {
    font-size: 1.6rem;
  }
}
.mrc-srv-mirai .mirai-cont .mirai-box p span {
  font-size: 3rem;
  color: #ff882f;
}
@media screen and (max-width: 768px) {
  .mrc-srv-mirai .mirai-cont .mirai-box p span {
    font-size: 2rem;
  }
}
.mrc-srv-mirai .mirai-link {
  padding: 4em;
  margin-bottom: 40px;
  border: solid 1px #f1f4f7;
  background-image: url(../images/mirai-bg-01.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mrc-srv-mirai .mirai-link {
    padding: 3em 1em 2em 1em;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    background-size: auto 100%;
  }
}
.mrc-srv-mirai .mirai-link img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .mrc-srv-mirai .mirai-link .btn-cont {
    padding: 15px 0;
    letter-spacing: 1px;
  }
}
.mrc-srv-mirai .mirai-img-01 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mrc-srv-mirai .mirai-img-01 img {
    width: 50%;
  }
}
.mrc-srv-mirai .mirai-img-02 img {
  width: 100%;
  padding-top: 4em;
}

.navi-link {
  margin-bottom: 4em;
}
.navi-link h2 {
  color: #005bac;
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .navi-link h2 {
    font-size: 2.6rem;
  }
}
.navi-link a {
  display: block;
  border: solid 1px #005bac;
  padding: 2em 1em 0 2em;
}
.navi-link a:hover {
  background-color: #f4f7fa;
}
.navi-link .link-box h3 {
  display: inline-block;
  color: #005bac;
}
.navi-link .link-box h3:after {
  font-family: themify;
  content: "\e62f";
  position: absolute;
  padding-left: 20px;
}
.navi-link .link-box p {
  color: #161e24;
}
.navi-link .link-bg-01 {
  background-image: url(../images/mirai-bg-02.png);
  background-size: auto 80%;
  background-position: bottom right 10px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .navi-link .link-bg-01 {
    background-size: auto 60%;
  }
}
.navi-link .link-bg-02 {
  background-image: url(../images/mirai-bg-03.png);
  background-size: auto 80%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .navi-link .link-bg-02 {
    background-size: auto 60%;
  }
}

.navi-pg-link {
  background-image: url(../images/mirai-bg-04.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #46b5d0;
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .navi-pg-link {
    background-image: none;
  }
}
.navi-pg-link h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .navi-pg-link h2 {
    font-size: 2.7rem;
    line-height: 1.4;
  }
}
.navi-pg-link h2 span {
  color: #fff600;
}

.font-sm {
  font-size: 1.2rem;
}

.img-w img {
  width: 100%;
}

.mrc-srv-support h3 {
  display: block;
  color: #fff;
  background-color: #46b5d0;
  padding: 0.7em 2em;
  margin-bottom: 2em;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .mrc-srv-support h3 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    padding: 1em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.mrc-srv-support h4 {
  color: #005bac;
  font-size: 2.4rem;
  border-bottom: solid 1px #005bac;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.mrc-srv-support h5 {
  color: #46b5d0;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.mrc-srv-support p span {
  color: #005bac;
}
.mrc-srv-support .sup-box {
  background-color: #fff;
  padding: 2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mrc-srv-support .sup-box {
    padding: 1em;
  }
}
.mrc-srv-support .sup-box p {
  font-weight: bold;
}
.mrc-srv-support .sup-plan-box {
  border: solid 1px #46b5d0;
  padding: 20px 20px 0;
}
.mrc-srv-support .sup-plan-box ul {
  padding: 0;
}
.mrc-srv-support .sup-plan-box ul li {
  list-style: none;
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mrc-srv-support .sup-plan-box ul li:last-child {
  border: none;
}
@media screen and (max-width: 768px) {
  .mrc-srv-support .sup-plan-box {
    margin-bottom: 30px;
  }
}

.mrc-srv-support img {
  padding: 2em 0;
}
.mrc-srv-support table {
  width: 100%;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  margin: 4em 0;
}
.mrc-srv-support table tr th,
.mrc-srv-support table tr td {
  padding: 1em;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mrc-srv-support table tr th {
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  background-color: #005bac;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mrc-srv-support table tr th {
    font-size: 1.6rem;
  }
}
.mrc-srv-support table tr td {
  font-size: 1.8rem;
  color: #005bac;
  background-color: #f4f7fa;
}
@media screen and (max-width: 768px) {
  .mrc-srv-support table tr td {
    font-size: 1.6rem;
  }
}

.mrc-tokushoho table {
  width: 100%;
}
.mrc-tokushoho table th,
.mrc-tokushoho table td {
  font-size: 1.8rem;
  border-bottom: solid 1px #dfdfdf;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .mrc-tokushoho table th,
  .mrc-tokushoho table td {
    display: block;
  }
}
.mrc-tokushoho table th {
  width: 25%;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .mrc-tokushoho table th {
    width: 100%;
    color: #005bac;
  }
}

.mrc-history table {
  width: 100%;
  margin-bottom: 30px;
}
.mrc-history table th,
.mrc-history table td {
  font-size: 1.8rem;
  border-bottom: solid 1px #dfdfdf;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .mrc-history table th,
  .mrc-history table td {
    display: block;
  }
}
.mrc-history table th {
  width: 25%;
  color: #005bac;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .mrc-history table th {
    width: 100%;
  }
}

.mrc-privacy ol {
  background-color: #f4f7fa;
  padding: 4em;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .mrc-privacy ol {
    padding: 2.5em;
  }
}
.mrc-privacy ol li {
  font-size: 1.6rem;
  padding-bottom: 20px;
}
.mrc-privacy ol li:last-child {
  padding-bottom: 0;
}

.mrc-agree h3 {
  color: #005bac;
  border-bottom: solid 1px #005bac;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mrc-agree h3 {
    font-size: 2rem;
  }
}
.mrc-agree .mrc-agree-box {
  padding-bottom: 2em;
}
.mrc-agree .mrc-agree-box dl dt {
  padding-bottom: 10px;
}
.mrc-agree .mrc-agree-box dl dd.cookie {
  padding-left: 1em;
}
.mrc-agree .mrc-agree-box dl dd {
  padding-bottom: 20px;
  padding-left: 2.5em;
}
.mrc-agree .mrc-agree-box dl dd:last-child {
  padding-bottom: 0;
}
.mrc-agree .mrc-agree-box dl dd ol {
  padding-left: 1em;
  padding-top: 10px;
}
.mrc-agree .mrc-agree-box dl dd ol li {
  padding-bottom: 10px;
  line-height: 1.5;
}
.mrc-agree .mrc-agree-box dl dd ol li ul {
  padding-left: 0;
}
.mrc-agree .mrc-agree-box dl dd ol li ul li {
  list-style: none !important;
}
.mrc-agree .mrc-agree-box dl dd ul {
  padding-top: 10px;
  padding-left: 15px;
}
.mrc-agree .gree-tl {
  padding-left: 20px;
}

.mrc-article h3 {
  color: #005bac;
  border-top: solid 1px #005bac;
  border-bottom: solid 1px #005bac;
  padding: 1em 0;
  line-height: 1.5;
}
.mrc-article .article-time {
  color: #c0cad2;
  font-size: 1.4rem;
  text-align: right;
  padding-bottom: 20px;
}
.mrc-article .article-txt {
  border-bottom: solid 1px #005bac;
  padding-bottom: 3em;
  margin-bottom: 3em;
}
.mrc-article .article-txt h4 {
  color: #005bac;
  font-size: 2rem;
  line-height: 2.6rem;
}
.mrc-article .article-txt ul {
  padding-left: 0;
  margin-bottom: 30px;
}
.mrc-article .article-txt ul li {
  list-style: none;
}
.mrc-article .article-txt .article-sub {
  font-weight: bold;
}
.mrc-article .article-txt .article_qr {
  position: relative;
}
.mrc-article .article-txt .article_qr dl {
  width: 200px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .mrc-article .article-txt .article_qr dl {
    position: static;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
.mrc-article .article-txt .article_qr dl dt img {
  width: 100%;
}
.mrc-article .article-txt .article_qr dl dd {
  width: 80%;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin: 0 auto;
  background-color: #118df0;
  border-radius: 30px;
}
.mrc-article .article-txt .logo-d img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mrc-article .article-txt .logo-d img {
    width: 60%;
  }
}
.mrc-article .article-txt .article-line {
  border-top: #ccc solid 1px;
  padding-top: 20px;
}
.mrc-article .article-txt .sec-txt span {
  display: inline-block;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .mrc-article .article-txt .sec-txt span {
    display: block;
    padding-left: 0;
  }
}
.mrc-article .txt-cnt {
  text-align: center;
}
.mrc-article .txt-cap {
  font-size: 1.2rem;
}

.accordion-wrap .accordion-item {
  width: 100%;
  font-size: 3rem;
  color: #005bac;
  margin: 0 auto;
  cursor: pointer;
  border: solid 1px #005bac;
}
@media screen and (max-width: 768px) {
  .accordion-wrap .accordion-item {
    font-size: 2rem;
  }
}
.accordion-wrap .accordion-header {
  transition: ease-in-out 100ms;
  padding: 0.5em 2em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .accordion-wrap .accordion-header {
    padding: 0.5em 1em;
  }
}
.accordion-wrap .accordion-header .fa {
  float: right;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .accordion-wrap .accordion-header .fa {
    line-height: 30px;
  }
}
.accordion-wrap .accordion-text {
  width: 100%;
  display: none;
  padding: 3em;
  background-color: #f4f7fa;
  border-top: solid 1px #005bac;
}
@media screen and (max-width: 768px) {
  .accordion-wrap .accordion-text {
    padding: 1em;
  }
}
.accordion-wrap .accordion-text ul {
  background: #fff;
  padding: 2em;
}
@media screen and (max-width: 768px) {
  .accordion-wrap .accordion-text ul {
    padding: 1em;
  }
}
.accordion-wrap .accordion-text ul li {
  width: 45%;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
}
.accordion-wrap .accordion-text ul li span {
  color: #005bac;
}
@media screen and (max-width: 768px) {
  .accordion-wrap .accordion-text ul li {
    font-size: 1.5rem;
    width: 100%;
    padding: 5px 0;
  }
}
.accordion-wrap .fa {
  transition: ease-in-out 300ms;
}
.accordion-wrap .rotate-fa {
  transform: rotate(180deg);
}
.accordion-wrap .accordion-gold {
  color: #005bac;
  border-bottom: solid 1px #005bac;
}
.accordion-wrap .accordion-no-bar {
  border-bottom: 0;
}

#bitnami-banner {
  display: none !important;
}
#bitnami-banner .bitnami-corner-image-div {
  display: none !important;
}

.mrc-404 .btn-cont {
  margin-top: 2em;
}

.grecaptcha-badge {
  bottom: 80px !important;
}

.mrc-seminar-txt h4 {
  color: #005bac;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.seminar-tbl {
  margin-bottom: 10px;
}
.seminar-tbl th {
  color: #fff;
  background-color: #005bac;
  padding: 15px 40px;
  font-weight: normal;
  font-size: 2rem;
}
.seminar-tbl td {
  color: #005bac;
  background-color: #f4f7fa;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .seminar-tbl td {
    padding: 20px;
  }
}
.seminar-tbl p {
  border-bottom: solid 1px #d0d9e2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.seminar-tbl img {
  width: 100%;
}

.ft-bold {
  font-weight: bold;
}

.txt-ct {
  font-size: 1.4rem;
  display: block;
  text-align: center !important;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .txt-ct-mb {
    margin-bottom: 20px;
  }
}

.txt-logo {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .txt-logo {
    width: 50%;
  }
}

.seminar-con {
  color: #005bac;
  border: solid 1px #005bac;
  padding: 30px;
  margin-bottom: 50px;
}
.seminar-con p {
  margin-bottom: 10px;
}
.seminar-con p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .seminar-con p:last-child {
    margin-bottom: 20px;
  }
}
.seminar-con .btn-cont {
  width: 100%;
}

.seminar-mov h4 {
  font-size: 2rem;
  font-weight: bold;
}
.seminar-mov img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .seminar-mov img {
    padding-bottom: 30px;
  }
}
.seminar-mov .seminar-mov-con {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .seminar-mov .seminar-mov-con {
    margin-left: 0;
  }
}
.seminar-mov .line-bt {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #d0d9e2;
}
.seminar-mov .mov-txt {
  color: #005bac;
  font-weight: bold;
}

.seminar-special {
  padding: 20px;
  background-color: #fff;
  border: solid 1px #46b5d0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.seminar-special dt, .seminar-special dd {
  color: #46b5d0;
}
.seminar-special dt {
  padding-bottom: 10px;
}

.list-none {
  padding: 0;
}
.list-none li {
  list-style: none;
}

.att-red {
  color: #ff481e;
}/*# sourceMappingURL=style.css.map */