@charset "UTF-8";
/* basic setting
---------------------------------------*/
.aquabit {
  color: #e83416;
}

* {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

iframe {
  max-width: 100%;
}

/* all */
@font-face {
  font-family: 'Carrois Gothic';
  font-style: normal;
  font-weight: 400;
  src: local("Carrois Gothic"), local("CarroisGothic-Regular"), url(https://themes.googleusercontent.com/static/fonts/carroisgothic/v2/GCgb7bssGpwp7V5ynxmWy1munQUHE-w7pdt7tji1XYk.woff) format("woff");
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Carrois Gothic', 'Verdana', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', san-serif;
  font-size: 16px;
  line-height: 1.5em;
  word-break: word-break;
  text-justify: newspaper;
  text-align: justify;
  color: #fff;
  height: 100%;
  background: url("../icon/Blue-640x960.jpg") repeat-x left top;
  background-color: #1e62f1;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #1d8ef6;
}

input.textForm {
  font-size: 1.2em;
  border: solid 1px #ccc;
  width: 95%;
  padding: 3px;
}

/* header */
header {
  border-bottom: #fff solid 0px;
  background-color: #fff;
  text-align: center;
}
header .status {
  /*   background:url("../images/abc_logo_2015.png") no-repeat 5px 2px; */
  background-color: #000;
  background-size: 28px;
  width: 100%;
  height: 30px;
  font-size: 16px;
  /*  position: fixed; */
  clear: both;
}
header .status p {
  padding-top: 6px;
  padding-left: 40px;
  padding-right: 12px;
  font-weight: normal;
  text-align: left;
}
header .status a {
  background: url("../icon/68-paperclip@2x.png") no-repeat right top;
  background-size: 11px;
  display: block;
  float: right;
  padding-right: 17px;
  font-weight: normal;
}
header .statusMargin {
  width: 100%;
  /*	height: 30px; */
}
header img {
  vertical-align: top;
  display: block;
}
header .status a:link, header .status a:visited {
  text-decoration: none;
  color: #ffffff;
}
header .status a:hover, header .status a:active {
  text-decoration: none;
  color: #cccccc;
}
header .contents_title {
  width: 100%;
  color: #000;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  line-height: 1.2em;
}
header ul {
  font-size: 13px;
  line-height: 1;
  margin: 0 10px 10px 0;
}
header ul li {
  margin-top: 10px;
  margin-left: 3px;
  display: inline-block;
}
header ul li::after {
  content: ' |';
}
header ul li a:hover {
  color: #c00;
  text-decoration: underline;
}

.contents_title p {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
}

table.icon {
  border: 1px #fff solid;
  margin: 10px auto;
  padding: 0px 0px;
  width: 96%;
}
table.icon td {
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: center;
  width: 50%;
  vertical-align: middle;
  line-height: 1.2em;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
table.icon td.txtL {
  border-right: 1px #1d8ef6 solid;
  background-color: #fff;
  color: #858585;
  padding: 3px 3px;
}
table.icon td.txtR {
  background-color: #fff;
  color: #858585;
  padding: 3px 3px;
}
table.icon td img {
  width: 45%;
  padding: 15%;
}
table.icon td img.custom-icon {
  width: 100%;
  padding: 0px;
  margin-bottom: -5px;
}
table.icon td img.wide {
  width: 25%;
  padding: 5%;
}
table.icon td img.wide.custom-icon {
  width: 100%;
  padding: 0%;
}
table.icon td a:hover, table.icon td a:active {
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}

footer {
  width: 100%;
  color: #fff;
  border-top: #fff solid 1px;
  font-size: 12px;
  text-align: center;
  margin: 0;
  margin-top: 7px;
  line-height: 1.5em;
  padding-top: 5px;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  text-decoration: underline;
  color: #fff;
}

nav {
  float: right;
  text-align: right;
  vertical-align: bottom;
}

.navbar-brand {
  float: left;
  height: 30px;
  padding: 5px 15px;
}

.promo {
  background-color: #18B1F9;
  overflow: hidden;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo-body {
  overflow: hidden;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: table-cell;
  vertical-align: middle;
}

.promo-left,
.promo-right {
  display: table-cell;
  vertical-align: middle;
}

.promo-left {
  float: left;
  padding: 5px 10px;
}

.promo-right {
  padding: 5px 10px;
}

.promo-object {
  display: block;
}

.promo-body {
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
  float: left;
  width: calc(100% - 125px);
}

.promo-right {
  width: 55px;
  float: right;
}
.promo-right .btn {
  background-color: #fff;
  padding: 5px 13px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

/****************************/
/*----- Contract Section -----*/
/****************************/
.contract-area {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.68);
  text-align: center;
  color: white;
  position: fixed;
  bottom: 0px;
  left: 0px;
  line-height: 0px;
  display: none;
}
.contract-area .text-center {
  margin: 10px 0px 20px 0px;
}

#agree,
#disagree {
  width: 40%;
}

table.icon td img {
  /* width: 75%; */
}

/*LAlert
---------------------------------------*/
.l-alert {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: red;
  color: white;
  font-size: 4vw;
  padding: 1vh 5vw;
  width: 100%;
  display: none;
  line-height: initial;
}
.l-alert h3 {
  font-weight: bold;
  -webkit-animation: l-alert-flash 1s infinite alternate;
  animation: l-alert-flash 1s infinite alternate;
}
.l-alert p {
  font-size: 3.5vw;
}
.l-alert p.alert-row {
  color: white;
}
.l-alert a {
  color: yellow;
}

/* アニメーション */
@-webkit-keyframes l-alert-flash {
  0% {
    color: #f8b6b6;
  }
  100% {
    color: yellow;
  }
}
@keyframes l-alert-flash {
  0% {
    color: #f8b6b6;
  }
  100% {
    color: yellow;
  }
}
