/**
* Template Name: Amoeba - v2.0.0
* Template URL: https://bootstrapmade.com/free-one-page-bootstrap-template-amoeba/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #393939;
}

a {
  color: #0088c5;
}

a:hover {
  color: #004e71;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Lato", sans-serif;
}

.emphasis {
  font-weight: bold;
  font-size: 18px;
  background-image: linear-gradient(rgba(0 0 0 / 0) 45%, #fdff6e 45%);
}

.emphasis2 {
  font-weight: bold;
  font-size: 20px;
  background-image: linear-gradient(rgba(0 0 0 / 0) 45%, #9de3ff 45%);
}


.lb {
  font-weight: bold;
  font-size: 33px;
  color: #ef5a5a;
  background-image: linear-gradient(rgba(0 0 0 / 0) 45%, #9de3ff 45%);
}


.important {
  font-size: 12px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #479bc1;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #326e8a;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #0174bf;
}

#header.header-scrolled {
  background: #0088c5;
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 0px 0;
  }
}

#main {
  margin-top: 80px;
}





/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #dcf5ff;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #c3e7ff;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #25564f;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #70b9b0;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #0088c5;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #dcf5ff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #c3e7ff;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: #0b4e68b3;
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-background.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -80px;
}

#hero:before {
  content: "";
  background: #0088c58c;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding-top: 80px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
  text-shadow: 3px 2px 7px #000;
  font-weight: 600;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 20px;
  text-shadow: 3px 2px 7px #000;
    font-weight: 600;
}

#hero .btn-get-started {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  border: 1px solid #fff;
  color: #fff;
  text-shadow: 2px 2px 3px #000;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #70b9b0;
  border: 1px solid #70b9b0;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 26px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
}

.section-bg {
  background-color: #a2c3ff30;
}

.section-title {

  padding-bottom: 10px;
}


.heading {
  position: relative;
  padding: 1em;
  width: fit-content;
  margin: auto;
  border-bottom: 2px solid #0088c5;
}

.heading span {
  position: relative;
  z-index: 2;
}

.heading::before {
  content: attr(data-number);
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(70 145 229 / 40%);
  font-size: 54px;
  font-weight: 800;
  z-index: -1;
}

.section-title h2 {
  font-size: 29px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #393939;
  font-weight: bold;
}


@media (min-width: 768px) {
  .section-title h2 {
    font-size: 44px;
  }

  .heading {
    padding: 0.6em;
  }
  
}


.contact-title p {
  margin-bottom: 0;
}


.contact-title {
  text-align: center;
  padding-bottom: 30px;
}

.contact-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #555;
}

.contact-title p {
  margin-bottom: 0;
}

.heading2 {
  position: relative;
    padding-bottom: 8px;
    font-size: 34px;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 35%, #0088c5 35%, #edf4ff 65%, rgba(0 0 0 / 0) 65%, rgba(0 0 0 / 0) 100%);
    background-size: 90% 2px;
    background-repeat: no-repeat;
    background-position: center bottom;
    font-weight: bold;
}

.heading2::before {
  content: attr(data-en);
  display: block;
  margin-bottom: -25px;
  font-size: 51px;
  font-style: italic;
  font-family: system-ui;
  color: rgb(70 145 229 / 40%);
  text-transform: uppercase;
}



.flow h3 {
  position: relative;
  overflow: hidden;
  font-size: 18px!important;
  padding: 0.5rem 0.5rem 0.5rem 67px!important;
  border: solid 2px #27acd9;
}
.flow h3:before {
  position: absolute;
  content: '';
  top: -150%;
  left: -100px;
  width: 160px;
  height: 300%;
  transform: rotate(25deg);
  background: #27acd9;
}
.flow h3 span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 30px;
	font-size: 1.7rem;
	padding-left: 7px;
	color: #fff;
}

.flow p {
padding: 0 0 30px 0;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about h3 {
  font-weight: 400;
  font-size: 24px;
  font-weight: bold;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

@media (max-width: 768px) {
  .about h3 {
    font-size: 23px;
  }
}

.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #70b9b0;
}

.about p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  /* text-align: center; */
}

.services .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.services .icon i {
  color: #70b9b0;
  font-size: 42px;
}

.services .title {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
  transition: 0.3s;
}

.services .icon-box:hover .title a {
  color: #70b9b0;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(0, 136, 197, 0.14), rgba(0, 136, 197, 0.14)), url("../img/call-to-action-bg.jpg") fixed center center;
  background-size: cover;
  padding: 1px 0;
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 3px 2px 7px #000;
}

.call-to-action p {
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}

.call-to-action .cta-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
  text-shadow: 3px 2px 3px #000;
}

.call-to-action .cta-btn:hover {
  background: #70b9b0;
  border: 2px solid #70b9b0;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  border-radius: 4px;
  text-transform: uppercase;
  background: white;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #479bc1;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  background: #073839;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}

.portfolio .portfolio-item img {
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all .3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 22px;
}

.portfolio .portfolio-item .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}

.portfolio .portfolio-item .portfolio-info a i {
  color: #70b9b0;
  font-size: 24px;
}

.portfolio .portfolio-item:hover img {
  opacity: 0.4;
  transform: scale(1.1);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

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

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #70b9b0;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #70b9b0;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #70b9b0;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #ca9292;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #3c8b81;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0088c5;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #0088c5;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #0088c5;
}

.contact .social-links a:hover {
  background: #70b9b0;
  color: #fff;
}

.contact .info {
  color: #777;
}

.contact .info i {
  font-size: 32px;
  color: #0088c5;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 22px;

}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form button[type="submit"] {
  background: #b97070;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #92cac3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.cs table{
  width: 90%;
  border-collapse: collapse;
  font-size: 20px;
  margin: 0 auto;
}

.cs table tr{
  border-bottom: solid 2px white;
}

.cs table tr:last-child{
  border-bottom: none;
}

.cs table th{
  position: relative;
  text-align: left;
  width: 25%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 19px;
}

.cs table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.cs table td{
  width: 55%;
  font-size: 16px;
  text-align: center;
  background-color: #eee;
  padding: 10px 10px;
}

.tables1 {
  font-size: 26px;
}

.tables2 {
  font-size: 13px;
}

@media (max-width: 768px) {
.cs table {
  width: 99%;
  border-collapse: collapse;
  font-size: 20px;
  margin: 0 auto;
}

.cs table th{
  width: 21%;
  padding: 0 5px;
  font-size: 16px;
}

.cs table td{
  font-size: 16px;
}

.tables1 {
  font-size: 22px;
}

}



/* table03 */

.spec table{
  border: #000 29px;
  font-size: 14px;
  margin: 0 auto;
  border-collapse: separate;
  width: 100%;
}



#table03 th, #table05 td {
  padding: 5px 10px;
  height: 31px;
}

#table03 th {
  background-color: #f0f0f0;
  width: 20%;
}

.spec td{
  padding: 5px 10px;
  width: 50%;
}

#table03 .head {
  background-color: #e2e2e2;
}

/* tab */
@media only screen and (max-width: 768px) {
  .spec table{
    border: #000 29px;
    font-size: 14px;
    margin: 0 auto;
    border-collapse: separate;
    width: 100%;
  }

  .spec td{
    padding: 5px 10px;
  }

  #table03 {
    overflow-x: scroll;
    white-space: nowrap;
  }
  #table03 .fixed {
    position: sticky;
    left: 0;
  }
  #table05 .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}



.box28 {
  position: relative;
  margin: 2px auto;
  width: 90%;
  padding: 25px 10px 7px;
  border: solid 0px #52c2d0;
  background-color: #eee;
}
.box28 .box-title {
  width: 31.3%;
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  padding: 5px 9px;
  height: 34px;
  line-height: 25px;
  font-size: 17px;
  background: #52c2d0;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.box28 p {
  padding: 20px 5px 5px 5px;
  word-break: break-all;
}
@media (max-width: 768px) {
.box28 {
    width: 99%;
    border-collapse: collapse;
    font-size: 20px;
    margin: 2 auto;
  }

.box28 .box-title {
    width: 27.6%;
    font-size: 16px;
  }
}


/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -10px;
}

.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0088c5;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}




/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-xs-15 {
    width: 100%;
    height: 100%;
    float: left;
}
@media (min-width: 768px) {
    .col-xs-15 {
        width: 100%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-xs-15 {
        width: 100%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-xs-15 {
        width: 19%;
        float: left;
    }
}



.price1 {
  color: #ffffff;
  margin: 0px 5px 15px 5px;
border-radius:10px 10px 0px 0px ;
background-color: #8ca4b1;
border-top-left-radius:20;
border-top-right-radius:20;
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}
.price_box1 {
  color: #777777;
  padding: 8px;
  background-color: #FFFFFF;
  border: solid 3px #8ca4b1;
  text-align: left;
}

.price2 {
  color: #ffffff;
  margin: 0px 5px 15px 5px;
border-radius:10px 10px 0px 0px ;
background-color: #58b5da;
border-top-left-radius:20;
border-top-right-radius:20;
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}
.price_box2 {
  color: #777777;
  padding: 8px;
  background-color: #FFFFFF;
  border: solid 3px #58b5da;
  text-align: left;
}

.price3 {
  color: #ffffff;
  margin: 0px 5px 15px 5px;
border-radius:10px 10px 0px 0px ;
background-color: #0095d2;
border-top-left-radius:20;
border-top-right-radius:20;
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}
.price_box3 {
  color: #777777;
  padding: 8px;
  background-color: #FFFFFF;
  border: solid 3px #0095d2;
  text-align: left;
}


.price4 {
  color: #ffffff;
  margin: 0px 5px 15px 5px;
border-radius:10px 10px 0px 0px ;
background-color: #ec9216;
border-top-left-radius:20;
border-top-right-radius:20;
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}
.price_box4 {
  color: #777777;
  padding: 8px;
  background-color: #FFFFFF;
  border: solid 3px #ec9216;
  text-align: left;
}

.price5 {
  color: #ffffff;
  margin: 0px 5px 15px 5px;
border-radius:10px 10px 0px 0px ;
background-color: #164673;
border-top-left-radius:20;
border-top-right-radius:20;
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}
.price_box5 {
  color: #777777;
  padding: 8px;
  background-color: #FFFFFF;
  border: solid 3px #164673;
  text-align: left;
}


@media (max-width: 800px) {
  .spnone {
      display: none;
  }
  }
  
@media (min-width: 800px) {
  .pcnone {
      display: none;
  }
  }


.container2 {
    max-width: 1405px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
}
.check-color {
  color: #ff8d00;
}



  
