@charset "utf-8";
/* ==========================================================================

========================================================================== */
ul, li { list-style-type: none; }
li { margin-bottom: 10px; }
nav { z-index: 100; }
figure { text-align: center; }
h5, h6 { 
    font-weight: bold;
    line-height: 1.5em;
}
p { line-height: 1.6em; }
table {
  width: 100%;
  word-wrap: break-word;
    table-layout: fixed;
}
section { padding: 5rem 0; }
.navbar-brand {
    line-height: 1em;
}
li.nav-item {
    margin-bottom: 0px;
}
.vanish { display: none; }
.bg-image {
	background-image: url(../img/main-img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100vh;
    position: relative;
}
.catchphrase h1 {
    font-size: 2.4rem;
    font-weight: bold;
}
.layout {
    display: table;
    height: 100vh;
    margin: 0 auto;
}
.va-middle {
	vertical-align: middle;
	display: table-cell;
}

.hidden { display: none !important; }
.va-middle span.animated { animation-duration: 2.5s; }
.nav-link { color: #C3C3C3 !important; }

.is-bottom {
   position: absolute;
   right:0px;
   bottom: 10px;
   left:0px;
   margin:auto auto;
}
.features p { margin-bottom: 2rem; }
.js-filter-form label {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	margin-right: 10px;
	
}
.text_status {
	display: block;
	width: 100%;
}
input[type="submit"][disabled] {
    background-color: #ccc;
    cursor: default;
}
.social { padding-bottom: 10px; }
.social a img {
    width: 30px;
}

.notice,
.attention {
    padding-left: 0;
}
.notice li,
.attention li 
{ margin-bottom: 5px; }

.attention li::before {
  content: "\25A0";
  display: block;
  float: left;
  padding-right: 20px;
  width: 1em;
  text-align: center;
}

/* ==========================================================================

RIBBON

========================================================================== */

.ribbon_area {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
  }

.ribbon14,
.ribbon15 {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.ribbon14 {
    background-color: #ffa520;
}
.ribbon15 {
    background-color: #238EC1;
}

.ribbon14:before,.ribbon14:after,
.ribbon15:before,.ribbon15:after {
    position: absolute;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}
.ribbon14:before,.ribbon14:after {
    border-top: 4px solid #b2751b;
    bottom: -4px;
}
.ribbon15:before,.ribbon15:after {
    border-top: 4px solid #125B90;
}

.ribbon14:before,
.ribbon15:before {
    left: 14px;
}

.ribbon14:after,
.ribbon15:after {
  	right: 18px;
}
