@charset "UTF-8";
html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック',  sans-serif;
}

p {
  font-size: 16px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 15px;
}

em,
li,
li a {
  font-size: 15px;
  font-weight: 500;
  font-family: Hind, sans-serif;
  color: #515769;
}
.privacy_page li {
  margin-bottom: .5rem;
}
.privacy_page li a {
  text-decoration: underline;
}
.privacy_page li.text_idt{
  padding-left:1em;
  text-indent:-2em;
}
a {
  font-family: Hind, sans-serif;
  color: #81848f;
  outline: 0;
}

a:focus, a:hover, a:active, input[type="submit"]:hover {
  outline: 0;
  color: #999caa;
  text-decoration: none;
}

.link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  font-family: Hind, sans-serif;
  text-transform: uppercase;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
}

span {
  font-size: 14px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #666666;
}
span.red {
  color: #ef6500;
  font-weight: bold;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: Hind, sans-serif;
  color: #515769;
  line-height: 1.4;
  margin: 0 0 15px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #515769;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
  color: #494949;
  background: transparent;
}

h4 {
  font-size: 22px;
}

select {
  color: #333;
  border-color: #CCC;
  padding: 6px;
  border-radius:4px;
}
input {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius:4px;
}

::selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/* Section Seperator */
.section-seperator {
  border-bottom: 1px solid #edf0f2;
}

/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

span.under768 {
  display: none;
}
@media only screen and (max-width: 768px){
span.under768 {
  display: inline;
}
}
/*------------------------------------------------------------------
    [Blockquote]
------------------------------------------------------------------*/
.blockquote {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #a6a7aa;
  line-height: 1.4;
  border-left: none;
  margin-left: 20px;
}

.blockquote:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 60px;
  display: inline-block;
  color: #17bed2;
  content: '“';
}

/*------------------------------------------------------------------
    [Button]
------------------------------------------------------------------*/
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
  outline: none;
}

.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-theme:hover, .btn-theme:focus, .btn-theme.focus {
  text-decoration: none;
}

.btn-theme:active, .btn-theme.active {
  background-image: none;
  outline: 0;
}

.btn-theme.disabled, .btn-theme[disabled],
fieldset[disabled] .btn-theme {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}

.btn-base-bg {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
  border-width: 0;
}

.btn-base-bg:hover, .btn-base-bg:focus, .btn-base-bg.focus {
  color: #fff;
  background: #63cbd7;
  border-color: transparent;
}

.btn-theme-sm {
  font-size: 13px;
  font-weight: 600;
  padding: 15px 40px;
}

/*------------------------------------------------------------------
    [top]
------------------------------------------------------------------*/
.top {
  position: relative;
  background-color: #173c69;
}
.top h1 {
 position: absolute;
  top: 45%;
  left: 10%;
/* -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); */
  margin:0;
  padding:0;
  color: #fff;
  font-size: 42px;
/*   text-align: center; */
}
body.top_page h2{
  text-align: center;
  margin-bottom: 40px;
}
.plan .col-sm-12 {
  text-align: center;
  margin-bottom: 40px;
}
#info_mail .col-sm-12 {
  text-align: center;
}
.plan .col-sm-12 p,
#info_mail .col-sm-12 p{
  font-size: 20px;
  font-weight: bold;
}
#info_mail .col-sm-12 a {
  color: #22599c;
  text-decoration: underline;
}
.sdgs div {
  text-align: center;
}
@media only screen and (max-width: 480px){
.top h1 {
  font-size: 22px;
  top: 28%;
}
h2 {
  font-size: 24px;
}
}
/*------------------------------------------------------------------
    [Footer]
------------------------------------------------------------------*/
.footer .footer-logo {
  width: 180px;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list-item {
  color: #777984;
  margin-bottom: 15px;
}
.privacy_page .footer-list-item a {
  text-decoration:none;
}

.footer .footer-list-item:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------------
    [Header]
------------------------------------------------------------------*/
/* Navbar */
.header .navbar {
  margin-bottom: 0;
}

/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 35px 0;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #515769;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #515769;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #17bed2;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  width: 21px;
  height: 1px;
  background: #17bed2;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */
.header .navbar-logo {
  width: 240px;
  height: 100px;
  float: left;
  max-height: 95px;
  line-height: 65px;
}

.header .navbar-logo-wrap {
  display: inline-block;
  padding: 15px 0;
}

.header .navbar-logo-wrap:focus, .header .navbar-logo-wrap:hover {
  text-decoration: none;
}

.header .navbar-logo-img {
  display: inline-block;
  width: 240px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

/* Navbar */
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Nav */
.header .nav-item {
  position: relative;
  display: block;
}

.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}

.header .nav-item-child {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-family: Hind, sans-serif;
  text-transform: uppercase;
  line-height: 55px;
  padding: 20px;
}
.privacy_page header a {
  text-decoration: none;
}

.header .nav-item-child.active {
  position: relative;
}

/* add css */

.large {
  font-size: 1.4em;
  font-weight: bold;
  color: #cc0000;
  border-bottom: 2px solid #cc0000;
}
.beforeprice,
.afterprice{
  color: #fff;
  width: 30%;
  padding: 30px 10px;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 10px;
  background-color: #22599c;
  display: inline-block;
  margin: 20px 0;
}
.afterprice{
  background-color: #fff100;
  color: #22599c;
}
.company{
  margin-bottom: 50px;
}
table {
  width:100%;
  line-height: 1.5;
  margin: 15px 0;
  font-size: 1.6rem;
  /*   border: 1px solid #aaa; */
  border-collapse: separate;
  border-spacing: 0;
  /* border-radius: 4px; */
  overflow: hidden;
  table-layout: fixed;
  word-wrap: break-word;
  background-color: #efefef;
}
table thead th,
table tbody th,
table tbody td {
  padding: .75em .5em;
  border-bottom: 4px solid #fff;
}
table#simulation-table th{
    width:30%;
}
table#simulation-table td{
    padding-left:1em;
}
table thead th {
  background-color: #22599c;
  color: #fff;
  text-align: center;
}
table tbody th {
  background-color: #22599c;
  text-align: center;
  color: #fff;
}
table tbody th span {
  color: #fff;
}
table thead th + th,
table tbody td {
  border-left: 4px solid #fff;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}
table li {
  font-size: 0.85rem;
  color: #666;
  width: 100%;
}
table a{
  text-decoration:none;
  color:inherit;
}
table .bd_b_none {
  border-bottom:none;
}
table .bd_r_1{
  border-right: 2px solid #fff;
}
.plan ul{
  margin:40px auto 0;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #22599c;
  border-radius:8px;
  line-height: 2;
  list-style-position:inside;
  text-align:left;
}

@media only screen and (max-width: 991px){
.scroll-table table{
  overflow-x: scroll;
  white-space: nowrap;
  display: block;
}
}
.plan_pbk {
  font-size: 70%;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 480px){
.plan_pbk {
  margin-left: 0;
}
table thead th,
table tbody th,
table tbody td{
  border-bottom: 2px solid #fff;
}
table thead th + th,
table tbody td {
  border-left: 2px solid #fff;
}
}
}
#moushikomi{
  width: 90%;
  margin: 0 auto 100px;
}
.costoff{
  font-weight: bold;
  color: #22599c;
  background-color: #fffcc5;
}
.orange{
  font-weight: bold;
  color: #ef6500;
  background-color: #fffcc5;
}
.sus_yellow {
  background-color: #fff100;
  color: #22599c;
}
span.yellow {
  color: #ef6500;
  font-weight: bold;
  font-size: 1.5rem;
} 
.bg_yellow {
  background-color: #fffcc5;
}
.bg_light_gray {
  background-color: #efefef;
}
.cp_btn {
  width: 50%;
  margin: 20px auto;
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #ef6500;
  background: #fff;
  border: 4px solid #ef6500;
  border-radius: 4px;
}
.cp_btn:hover {
  color: #ef6500!important;
  background-color: #fff100;
}


.cp_btn2 {
  width: 50%;
  margin: 20px auto 0px;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #ef0000df;
  background: #fff;
  border: 4px solid #ef0000df;
  border-radius: 4px;
}
.cp_btn2:hover {
  color: #ef0000df!important;
  background-color: #fff100;
}





@media only screen and (max-width: 480px){
.cp_btn {
  width: 100%;
}
}
.sdgs img {
  width: 50%;
  margin-bottom: 40px;
}
.power img {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px){
  .power img {
    width: 100%;
    margin: 20px auto;
  }
}
.ai img {
  width: 90%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px){
  .ai img {
    width: 100%;
    margin: 20px auto;
  }
}  
.cprt {
  text-align: right;
  font-size: 0.9em;;
}
@media only screen and (max-width: 480px){
.sdgs img {
  width: 100%;
  margin: 20px auto;
}
p.cprt {
  text-align: left;
}
}
#news{
  margin: 20px 0 0px 0px;
  text-align: left;
}
#news ul{
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}

#news ul li {
  font-size:1.0rem;
  margin-bottom: 20px;
  position: relative;
  border-top:1px solid #e9e9e9;
  padding-top: 10px;
  list-style: none;
}


#news ul li a {
    text-decoration: none;
    color: #333;
}

#news ul li p.time{
  margin: 0px;
  position: relative;
  font-size:13px;
  font-weight: bold;
}

#news ul li p.newsbody{
  padding-left: 20px;
  margin: 0px;
  position: relative;
  font-size:15px;
  line-height: 1.8;
}

#news ul li p.newsbody:before {
    width: 8px;
    height: 8px;
    border-top: 3px solid #22599c;
    border-right: 3px solid #22599c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 0px;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 9;
}

#news ul li a:hover{
    border-bottom: dotted 1px #CCC;
}

/* Media Queries below 991px */
@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav {
    margin: 0;
    float: none;
  }
  .header .navbar-nav .nav-item {
    float: none;
  }
  /* Menu Container */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  /* Navbar Nav */
  .header .nav-item-child {
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
  }
  .header .nav-item-child.active:after {
    position: absolute;
    top: 20px;
  }
}

/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Navbar */
  .header .navbar-nav-right {
    float: right;
  }
}
/* ----------------------------------------------- */
/* レスポンシブ mobile */
/* ----------------------------------------------- */
@media all and (max-width: 640px) {
.small{
  font-size: 0.7em;
}
table {
  font-size: 1.3rem;
}
.beforeprice,
.afterprice{
  width: 90%;
}
table thead th,
table tbody th,
table tbody td {
  padding: .3em;
}
.orange{
  font-size: 1em;
}
}
/*------------------------------------------------------------------
    [Simulation-result]
------------------------------------------------------------------*/
#comparison {
  padding:40px;
  border: 2px solid #22599c;
  text-align: center;
  font-weight:bold;
  margin-bottom:40px;
  background-color: #fffcc5;
  border-radius: 8px;
}
#comparison br {
  display: none;
}
#comparison img{
  width:75px;
  margin-top: 38px;
}
.left-box,
.right-box {
  width: 42%;
  border: 2px solid #aaa;
  background-color: #fff;
  border-radius: 4px;
}
.left-box {
  float: left;
}
.right-box {
  float: right;
}
.clear-box {
 clear: both;
}
.box-headline {
  padding:1em;
  width: 100%;
  font-size: 2rem;
}
.left-box .box-headline{
  background-color:#ccc;
}
.right-box .box-headline{
  background-color: #fff100;
  color: #22599c;
}
.left-box p,
.right-box p {
  margin: 1em;
  font-size :2rem;
}
.print_btnDIV{
  width: 70%;
  margin: 20px auto 0;
}
.print_btn{
  width: 70%;
  margin: 20px auto;
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #ef6500;
  background: #fff;
  border: 4px solid #ef6500;
  border-radius: 4px;
}
#diff-area {
  clear: both;
  text-align: center;
  padding-bottom: 40px;
  font-size: 1.6em;
}
#diff-area p{
  font-size:2rem;
  font-weight: bold;
  }
#diff-area span {
  font-weight: bold;
  font-size :5rem;
  color:#ef6500;
}
.yearlyTableL{
  width:48%;
  margin-bottom:1em;
}
.yearlyTableR{
  width:48%;
  margin-bottom:1em;
}
.yearlyTableL td ,.yearlyTableR td{
  text-align:center;
}
.yearlyTableL th ,.yearlyTableR th{
  background-color: #22599c;
  text-align:center;
  font-weight:bold;
  min-width:75px;
}
.yearlyTableR th{
  background-color: #fff100;
  color: #22599c;
}
.yearlyTableR td {
  background-color: #fffcc5;
}
#yearly .col1 {
  width:30%;
}
@media all and (max-width: 480px){
#comparison {
  padding:20px;
}
#comparison br {
  display: block;
}
.left-box,
.right-box {
  width: 100%;
}
#diff-area {
    padding-bottom:20px;
}
#diff-area span {
  font-size :3rem;
}
#comparison img {
  width: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  transform: rotate(90deg);
}
.box-headline {
  padding:.5em;
  }
 .left-box p,
.right-box p{
  margin: .5em;
}
.print_btn {
  width: 100%;
}
}
/* ----------------------------------------------- */
/* [Simulation-result Print]
/* ----------------------------------------------- */
@media print{
.print_btn,.link_button,h3,a,.print_btnDIV,
.back-to-top.back-to-top-is-visible {
  display: none;
}
*, p{
  font-size: 0.95em;
}
.sim-result .content-md {
  padding-top: 10px;
  padding-bottom: 10px;
}
.br{
  display: none;
}
#comparison img {
  margin-top: 20px;
  width: 50px;
}
#comparison ,#diff-area{
  padding: 10px;
  margin-bottom: 10px;
}
#diff-area{
  margin-bottom: 10px;
}
#diff-area p{
  margin-bottom: 0;
  }
#diff-area span,p.bold{
  font-size: 3rem;
}
table{
  table-layout: auto;
}
table th p{
  margin-bottom: 0;
}
.yearlyTableL td,.yearlyTableL th,.yearlyTableR td,.yearlyTableR th{
  padding: 0.5em;
}
#comparison p{
  font-size: 2rem;
}
.box-headline {
  font-size: 1.5rem;
  padding: 0.5em;
  }
.left-box p,
.right-box p {
  margin-top: 0;
  margin-bottom :0.5em;
  }
}
/*------------------------------------------------------------------
    [Contact]
------------------------------------------------------------------*/
.contact-list > li {
  font-size: 13px;
  color: #81848f;
  margin-bottom: 10px;
}

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
    [application_form]
------------------------------------------------------------------*/
.prior_confirmation {
  width:80%;
  margin: 0 auto;
}
.prior_confirmation h2{
  text-align: center;
  margin-bottom: 40px;
}
.prior_confirmation a{
  text-decoration: underline;
}
.prior_confirmation ul {
  margin-bottom: 20px;
}
.confirmation_files {
  margin:40px auto 0;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #22599c;
  border-radius:8px;
  line-height: 2;
}
.require {
  color:#ef6500;
}
.form-control ,input[type=file]{
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius:4px;
  margin-bottom: 1rem;
  width: 100%;
}
.form_userName {
  display: inline-block;
  width: 100%;
}
#mainform {
  width:90%;
  margin: 0 auto;
  background-color:#fff;
  padding: 40px;
  border: 2px solid #22599c;
  border-radius:8px;
}
#mainform h3 {
  font-size: 16px;
  background: transparent;
  margin-top: 20px;
}
#mainform .alert {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #fffcc5;
  border-radius:8px;
}
#mainform ul {
  padding-left: 2rem;
}
#mainform .input-group {
  margin-bottom: 20px;
}
#mainform .confirm {
  margin-bottom:20px;
  margin-left:20px;
}
#mainform .confirm span{
  font-size: 16px;
}
input#lastCapacity {
  display: inline-block;
}
.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
  font-weight:bold;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}
/* calendar */
.ui-widget-header {
  background-color:#c0e9ff;
}
table.ui-datepicker-calendar th{
  background-color: #fff;
}
.ui-widget-header span{
  font-weight: bold;
}

@media all and (max-width: 480px){
#mainform {
  width: 100%;
  padding: 20px;
}
#mainform li,
.prior_confirmation li{
  font-size: 14px;
}
.alert > ul {
  padding-left: 15px;
}
.prior_confirmation ul {
  padding-left: 1em;
}
.form_userName{
  width:100%;
}
.prior_confirmation {
  width: 100%;
}
}
/*--------------------------------------------------
    [Masonry Grid]
----------------------------------------------------*/
.masonry-grid {
  position: relative;
  margin: 0 -2px;
}

.masonry-grid:before, .masonry-grid:after {
  content: " ";
  display: table;
}

.masonry-grid:after {
  clear: both;
}

.masonry-grid .masonry-grid-item {
  display: block;
  float: left;
  vertical-align: top;
  padding: 0 2px;
  margin-bottom: 4px;
}

.masonry-grid .masonry-grid-item.col-12 {
  width: 100%;
}

.masonry-grid .masonry-grid-item.col-11 {
  width: 91.66666667%;
}

.masonry-grid .masonry-grid-item.col-10 {
  width: 83.33333333%;
}

.masonry-grid .masonry-grid-item.col-9 {
  width: 75%;
}

.masonry-grid .masonry-grid-item.col-8 {
  width: 66.66666667%;
}

.masonry-grid .masonry-grid-item.col-7 {
  width: 58.33333333%;
}

.masonry-grid .masonry-grid-item.col-6 {
  width: 50%;
}

.masonry-grid .masonry-grid-item.col-5 {
  width: 41.66666667%;
}

.masonry-grid .masonry-grid-item.col-4 {
  width: 33.33333333%;
}

.masonry-grid .masonry-grid-item.col-3 {
  width: 25%;
}

.masonry-grid .masonry-grid-item.col-2 {
  width: 16.66666667%;
}

.masonry-grid .masonry-grid-item.col-1 {
  width: 8.33333333%;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .masonry-grid .masonry-grid-item {
    /* width: 50%; */
  }
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 50%;
  }
}

/* Media Queries below 600px */
@media (max-width: 600px) {
  .masonry-grid .masonry-grid-item {
    width: 100%;
  }
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 100%;
  }
}

/*------------------------------------------------------------------
    [Swiper Slider]
------------------------------------------------------------------*/
.swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-clients-img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.swiper-clients-img:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
    [Text Colors]
------------------------------------------------------------------*/
.color-base {
  color: #17bed2;
}

.color-white {
  color: #fff;
}

.color-heading {
  color: #515769;
}

.color-subtitle {
  color: #a6a7aa;
}

.color-link {
  color: #81848f;
}

.color-link-hover {
  color: #999caa;
}

.color-sky-light {
  color: #fafafa;
}

/*------------------------------------------------------------------
    [Background Colors]
------------------------------------------------------------------*/
.bg-color-base {
  background: #17bed2;
}

.bg-color-white {
  background: #fff;
}

.bg-color-heading {
  background: #515769;
}

.bg-color-subtitle {
  background: #a6a7aa;
}

.bg-color-link {
  background: #81848f;
}

.bg-color-link-hover {
  background: #999caa;
}

.bg-color-sky-light {
  background: #fafafa;
}

/*------------------------------------------------------------------
    [Content]
------------------------------------------------------------------*/
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 480px){
.content-md {
  padding-top:40px;
  padding-bottom: 40px;
}
}
.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
    [Full Width]
------------------------------------------------------------------*/
.full-width {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}
/*------------------------------------------------------------------
    [Top margin]
------------------------------------------------------------------*/
.margin-t-0 {
  margin-top: 0 !important;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}

.margin-t-70 {
  margin-top: 70px !important;
}

.margin-t-80 {
  margin-top: 80px !important;
}

.margin-t-90 {
  margin-top: 90px !important;
}

.margin-t-100 {
  margin-top: 100px !important;
}
/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

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

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}


.iadetail {
  font-size:50%;
  text-align:center;
}

.iared {
  font-weight:bold;
  text-align:center;
  text-decoration:underline;
  color: #FF0000;
}

.centertxt {
  text-align:center;
}

.red {
  font-weight:bold;
  color: #FF0000;
}
