@charset "UTF-8";

@media screen and (max-width: 768px) {
	body{
		color: #212121;
	}
}
body{
	font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	line-height:1.7;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1500;
  transition: opacity 500ms ease-in-out;
}

.page-loader {
  width: 40px;
  height: 40px;
  margin: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #333;
  background: #007bff;
  border-radius: 100%;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation: pulse-load 1200ms infinite ease-in-out;
  animation: pulse-load 1200ms infinite ease-in-out;
}

.dropdown-menu{
	background: #02335e!important;
	padding: 1rem;
	box-shadow: none;
	border: none;
}

.dropdown-item{
	padding: .5rem 0!important;
}

.dropdown-item:hover{
	background: none;
}

@-webkit-keyframes pulse-load {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse-load {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.fb-share-button > span,
.fb-like > span {
  height: 34px !important;
}

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 111;
  height: 70px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
	#header.fixed-top {
  		height: 50px;
	}
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
	#header .logo  {
    	font-size: 1.5rem;
 	}
	#header {
 	 	height: 50px;
	}
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

.tel{
	font-size: 1.2rem;
	color: #222;
	font-weight: bold;
	letter-spacing: -1px;
}
.tel:hover{
	text-decoration: none;
}
.tel i{
	font-size: 1.4rem;
}
@media (max-width: 780px) {
	.tel{
		font-size: 1.1rem;
		letter-spacing: 0;
	}
}
.btn-line{
	color: #fff;
    border-color: #33ad37;
    background-color: #33ad37;
    box-shadow: none;
	font-weight: bold;
	border: 3px solid #fff;
	position: relative;
	font-size: 1.4rem;
    padding: 1.3rem;
    border-radius: 10px;
}
.btn-line:hover{
	color: #fff;
	background: #40c640;
}
.btn-line img{
	width: 30px;
	margin-right: 1rem;
}
.btn-line span{
	background: #fff;
	text-align: center;
	color: #24932a;
	padding: .2rem 1rem;
	font-size: .8rem;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	width: 200px;
	border-radius: 30px;
	-webkit-transform: translate(0, -115%);
	transform: translate(0, -115%);
}
@media (max-width:575px){
	.btn-line{
		color: #fff;
    	border-color: #33ad37;
    	background-color: #33ad37;
    	box-shadow: none;
		font-weight: bold;
		border: 3px solid #fff;
		position: relative;
		font-size: 1.1rem;
    	padding: 1rem;
    	border-radius: 10px;
	}
}
.content-title1{
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.content-title1 span{
	border: 1px solid #000;
	padding: .7rem 1rem .5rem 1rem;
	display: inline-block;
}

@media (max-width: 767px) {
	.content-title1{
		font-size: 1.4rem;
	}
}


.about{
	padding-top: 4rem;
	padding-bottom: 3rem;
}

.about h2{
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
@media (max-width: 990px) {
	.about h2{
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}
}
.about h2 span{
	font-size: 170%;
	color: #01173c;
}

.about h3{
	color: #01173c;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
.about h4{
	color: #01173c;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}

.borderbox{
	padding: 2rem 1rem 1rem 1rem;
	border: 2px solid #29384d;
	border-radius: 15px;
	color: #29384d;
}

.iconbox{
	font-size: 5rem;
	text-align: center;
	line-height: 1;
}

.itembox{
	margin-bottom: 3rem;
}

.itembox h2{
	font-size: 2rem;
	font-weight: bold;
}

.itembox h2 span{
	font-size: .8rem;
	margin-left: 1rem;
}

@media (max-width: 780px) {
	.itembox{
		padding-top: 1rem;
		margin-bottom: 2rem;
	}
	.itembox h2{
		font-size: 1.6rem;
	}
}


.stockbox h2{
	background: #3d3d3d;
	color: #fff;
	text-align: center;
	font-size: 1em;
	margin-bottom: 0;
	padding: .5rem;
}

@media (max-width: 767px) {
	.stockbox h2{
		font-size: .9rem;
	}
}
.stockbox dt.secret{
	text-align: center;
	padding: 1rem 0;
}
.stockbox dt.secret span{
	display: block;
	font-size: 180%;
}
@media (max-width: 1200px) {
	.stockbox dt.secret{
		display: block;
		padding: 0 0 1rem 0;
	}
}
.titlebar1{
	font-size: 1.2rem;
    border-left: 6px solid #4d4d4d;
    padding-left: 1rem;
	margin-top: 2rem;
}

.user-result span{
	color: #d02c38;
}

.user-result span:first-of-type{
	font-weight: bold;
	font-size: 140%;
}

.user-comment{
	font-size: 90%;
}
.stocktable th{
	font-weight: normal;
	font-size: .9rem;
	padding: .3rem 0.75rem;
}
.stocktable td,th{
	white-space: nowrap;
}
.stocktable tr td{
	line-height: 1.4;
}
.stocktable tr td:last-of-type{
	line-height: 1.24;
}

.stocktable .date{
	font-size: 80%;
	color: #a6a6a6;
}
.stocktable .closing{
	font-size: 120%;
	color: #e9ff2d;
	font-weight: bold;
}
.stocktable .closing+span{
	color: #e9ff2d;
	font-size: 95%;
}

.stockbox .closing{
	font-size: 120%;
	color: #d94047;
	font-weight: bold;
}
.stockbox .closing+span{
	color: #d94047;
	font-size: 95%;
}

.agreementbox{
	padding: .5rem;
	font-size: .8rem;
	height: 200px;
	background: #f3f3f3;
	overflow-y: scroll;
}

.timeup{
	color: #B81F21;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.cardtitle{
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1!important;
}

.cardtitle span{
	font-size: .7rem;
	line-height: 1!important;
}

.titlebar1{
	font-size: 1.2rem;
	border-left: 6px solid #4d4d4d;
	padding-left: 1rem;
}

.plantable{
	width: 100%;
	border-collapse: collapse;
	font-size: 95%;
	margin-bottom: 2rem;
}

.plantable th{
	width: 11rem;
	background: #e9e9e9;
	padding: .5rem 1rem;
	border: 1px solid #ccc;
	font-weight: normal;
}
.plantable td{
	background: #f5f5f5;
	padding: .5rem 1rem;
	border: 1px solid #ccc;
}
@media (max-width: 1200px) {
	.plantable{
		font-size: 90%;
	}
}
@media (max-width: 991px) {
	.aboutbox{
		padding-top: 3rem;
	}
}

.buybox{
	padding-top: 1rem;
}

.buybox h2{
	font-size: 1.2rem;
	border-left: 6px solid #4d4d4d;
	padding-left: 1rem;
}

.contactbox{
	margin-top: 2rem;
	background: #f3f3f3;
	padding: 1rem;
}

.contactbox ul{
	margin: 0;
	padding: 0;
}

.contactbox ul li{
	list-style: none;
	margin-bottom: .7rem;
}

.contactbox ul li a{
	font-weight: bold;
	font-size: 1rem;
}

.contactbox ul li:last-of-type a{
	letter-spacing: -1px;
}
.contactbox h3{
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.contactbox h3 span{
	border-bottom: 2px solid #2F2F2F;
}

@media (max-width: 991px) {
	.contactbox h3{
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.contactbox ul li{
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 380px) {
	.contactbox ul li a{
		font-size: .95rem;
	}
}

.form-check-input{
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}

.form-check-label{
	cursor: pointer;
	line-height: 1;
	margin-left: 0.5rem;
}

.form-check-label span{
	font-size: 140%;
	color: #d94047;
	font-weight: bold;
}

.welcome {
	background:url("../../../alpha2/本番環境/images/mainbg.jpg") no-repeat #022d55;
	background-size: 100% auto;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-top: 3rem;
	padding-bottom: 8rem;
}

.welcome .catch{
	position: absolute;
 	letter-spacing: -0.1rem;
	left: 1rem;
	top: -2.5rem;
	font-size:1.7rem;
	color: #fff;
	font-weight: 700;
}

.welcome .catch span{
	font-size: 150%;
}

.welcome h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  margin-top: .5rem;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1;
-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.welcome h1 span{
	font-size: 200%;
}

@media (max-width:1000px) {
  .welcome {
	background:url("../../../alpha2/本番環境/images/mainbg.jpg") no-repeat #0389ad;
	background-size: cover;
	padding-bottom: 5rem;
  }
}
@media (max-width:575px) {
  .welcome {
	background:url("../../../alpha2/本番環境/images/mainbg-sp.jpg") no-repeat #0389ad;
	background-size: 100% auto;
  }
}

.welcome .inner-wrapper {
  position: relative;
  z-index: 3;
}

.welcome .inner-wrapper > p {
	font-size: 1.2rem;
  margin-bottom: 2.5rem;
  color: #fff;
	letter-spacing: .5px;
	font-weight: bold;
  transition-delay: 150ms;
-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.welcome .inner-wrapper > .action-links {
  transition-delay: 300ms;
}

.welcome .product-by {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}

.welcome .product-by a:hover {
  text-decoration: none;
}

.welcome .product-by p {
  font-size: 10px;
  color: #b1b4bd;
  text-transform: uppercase;
  margin: 0;
}

.welcome .product-by img {
  max-width: 180px;
}

@media (max-width: 575.98px) {
  .welcome h1 {
    font-size: 2.5rem;
  }
	.welcome .inner-wrapper > p {
		font-size: 1rem;
	}
}

/*-----
.welcome:before, .welcome:after {
  content: '';
  position: absolute;
  width: 50vw;
  height: 80vh;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  z-index: 1;
}

.welcome:before {
  left: -15vw;
  top: -30%;
  background: #fff;
  background: linear-gradient(to right, #e2e7ef 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e7ef', endColorstr='#ffffff', GradientType=1);
}

@media (max-width: 991.98px) {
  .welcome:before {
    left: -30%;
  }
}

@media (max-width: 767.98px) {
  .welcome:before {
    left: -35%;
  }
}

.welcome:after {
  right: -5vw;
  top: -15%;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #e2e7ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e7ef', GradientType=1);
}

@media (max-width: 991.98px) {
  .welcome:after {
    right: -17%;
  }
}
-----*/


.shard {
  will-change: transform;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 280px;
  -webkit-animation: float2 7s ease-in-out infinite;
          animation: float2 7s ease-in-out infinite;
  z-index: 2;
}


@media (max-width: 575.98px) {
	.shard {
		width: 200px;
	}
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  35% {
    -webkit-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px);
  }
  100% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  35% {
    -webkit-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px);
  }
  100% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}


@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  35% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes float2 {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  35% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

.result {
  padding: 3rem 2rem;
}

@media (max-width: 767px) {
  .result {
    padding: 1.5rem .5rem 3rem .5rem;
  }
}

.result h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.result h2 img {
  max-width: 800px;
}

@media (max-width: 991px) {
  .result h2 img {
    max-width: 100%;
  }
}

.result h2+p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  font-weight: bold;
  color: #3244a4;
}

@media (max-width: 575px) {
  .result h2+p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}

.result h2+p span {
  font-size: 150%;
}

.result-box {
  border-radius: 5px;
  padding: 5rem 1.5rem 2.3rem 1.5rem;
  color: #fff;
}

.result-box h2{
	font-size: 2rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
@media (max-width: 767px) {
	.result-box h2{
		font-size: 1.6rem;
	}
}
.result-box h2 span{
	font-size: 160%;
	margin-left: .5rem;
	color: #e9ff2d;
}

.result-box h2+p{
	text-align: center;
	margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .result-box {
    padding: 5rem .8rem 1.3rem .8rem;
  }
}

.result-box ul {
  margin-bottom: 0;
}

.result-box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0;
  border-bottom: 1px solid #4e4e4e;
}

.result-box ul li div:first-of-type span {
  color: #949494;
  font-size: 80%;
}

.result-box ul li div:last-of-type {
  font-size: 100%;
  padding-left: 10px;
  text-align: right;
  font-weight: normal;
}

.result-box ul li div:last-of-type span:first-of-type {
  font-size: 75%;
  margin-right: 5px;
}

.result-box ul li div:last-of-type span:last-of-type {
  width: 110px;
  background: #35de7d;
  padding: .2rem .5rem;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 105%;
  font-weight: bold;
}
@media (max-width: 575.98px) {
	.result-box ul li div:last-of-type span:last-of-type {
		width: 90px;
	}
}
.result-box ul li div:last-of-type span.tera:last-of-type {
  width: 140px;
  color: #182f7a;
  background: #e9ff2d;
  padding: .2rem .5rem;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 110%;
}
@media (max-width: 575.98px) {
	.result-box ul li div:last-of-type span.tera:last-of-type {
		width: 120px;
	}
}

.price{
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.price dt{
	width: 7rem;
}

.price dd{
	font-size: 1.5rem;
	padding-left: 1rem;
	color: #B81F21;
	font-weight: bold;
}

.price dd small{
	font-size: .9rem;
	color: #424242;
}


.page-content {
  background: #fafafa;
}
/*----
.page-content:before {
  content: '';
  height: 500px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}
----*/

.page-content .color-wrapper {
  float: left;
}

@media (max-width: 575.98px) {
  .page-content .color-wrapper {
    float: none;
    max-width: 230px;
    margin: 0 auto;
  }
}

.page-content .color {
  padding: 25px 20px;
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 25px rgba(40, 47, 60, 0.05), 0 20px 25px rgba(40, 47, 60, 0.05), 0 3px 4px rgba(40, 47, 60, 0.05);
}

.page-content .color:last-child {
  margin-right: 0;
}

.page-content .color .swatch {
  position: relative;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  width: 110px;
  height: 110px;
}

.page-content .color .title {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
}

.page-content .color .hex-value {
  color: #8f99ac;
  font-size: 12px;
  text-transform: uppercase;
}

.page-content .content .example {
  margin: 45px 0 60px 0;
}

.page-content .content .example.emphasized {
  padding: 25px 20px;
  background: #fff;
  box-shadow: 0 0 25px rgba(40, 47, 60, 0.05), 0 20px 25px rgba(40, 47, 60, 0.05), 0 3px 4px rgba(40, 47, 60, 0.05);
}

.page-content .content .table {
  background: #fff;
  box-shadow: 0 0 25px rgba(40, 47, 60, 0.05), 0 20px 25px rgba(40, 47, 60, 0.05), 0 3px 4px rgba(40, 47, 60, 0.05);
}

.page-content .content .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f8fb;
}

.page-content .content .table td,
.page-content .content .table th {
  padding: 30px 25px;
}

.page-content .content .table th {
  padding: 15px 25px;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  color: #9ba4ae;
  border: none;
}

.page-content .content .table tbody td {
  font-size: 0.8125rem;
  vertical-align: middle;
}

.page-content .content .table tbody td h1,
.page-content .content .table tbody td h2,
.page-content .content .table tbody td h3,
.page-content .content .table tbody td h4,
.page-content .content .table tbody td h5,
.page-content .content .table tbody td h6,
.page-content .content .table tbody td p {
  margin: 0;
  line-height: 1;
}

.page-content .content .table tbody td p {
  font-size: 1rem !important;
}

@media (max-width: 767.98px) {
  .sm-hidden {
    display: none;
  }
}

.ll-image {
  text-indent: -9000px;
}

.hidden {
  opacity: 0;
}

.slide-in {
  will-change: transform;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  transition: opacity 850ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 850ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 850ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 850ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 850ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 850ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 850ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.slide-in.visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.icons-example .icons-example-wrapper {
  padding: 100px 0;
}

@media (max-width: 850px) {
  .icons-example .icons-example-wrapper {
    min-width: 100%;
  }
}

.icons-example .icons-example-wrapper.material-icons {
  background: #1C1E21;
}

.icons-example .icons-example-wrapper.font-awesome {
  background: #212529;
}

@media (max-width: 1199px) {
  .example-buttons .buttons-wrapper button {
    margin: 0 5px;
  }
}

@media (max-width: 850px) {
  .example-buttons .buttons-wrapper {
    -ms-flex-flow: column !important;
        flex-flow: column !important;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .example-buttons .buttons-wrapper button {
    min-width: 30%;
    margin-bottom: 20px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media (max-width: 450px) {
  .example-buttons .buttons-wrapper button {
    min-width: 50%;
  }
}

@media (max-width: 991.98px) {
  #cards .last {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  #cards .card {
    max-width: 350px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  #progress-bars .pb-widths {
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 767.98px) {
  #popups-popovers .row > div {
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 420px) {
  #popups-popovers button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #badges .badge {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  #forms .custom-dropdown-example {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .custom-controls-example {
    width: 100%;
    max-width: 100%;
    -ms-flex: none;
        flex: none;
    display: block;
    padding: 0 !important;
    margin-bottom: 1.5rem;
  }
  .custom-controls-example:last-child {
    margin-bottom: 0;
  }
}

#documentation {
  border-top: 1px solid #ddd;
}

footer{
	padding: .5rem;
	text-align: center;
}
footer a{
	font-size: .8rem;
}
footer p{
	margin-top: 1rem;
	margin-bottom: 0;
}

.footer-icon{
	text-align: center;
	-webkit-animation: float2 7s ease-in-out infinite;
    animation: float2 7s ease-in-out infinite;
}

.footer-icon img{
	width: 170px;
}

@media (max-width: 575px) {
	.footer-icon img{
		width: 140px;
	}
}

.footer-cta {
	background: rgb(1,64,107);
background: linear-gradient(0deg, rgba(1,64,107,1) 0%, rgba(2,88,137,1) 100%);
	background-size: cover;
	padding: 50px 0;
}

@media (max-width: 780px) {
	.footer-cta {
		background: rgb(1,64,107);
	background: linear-gradient(0deg, rgba(1,64,107,1) 0%, rgba(2,88,137,1) 100%);
		background-size: cover;
		padding: 50px 0;
	}
}
.footer-cta h2{
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: bold;
}

@media (max-width: 991px) {
 .footer-cta h2 {
    font-size: 1.6rem;
    text-align: center; 
	}
}
@media (max-width: 575px) {
 .footer-cta h2 {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: .2rem;
	}
}
.footer-cta h2 span {
    font-size: 110%;
	color: #e9ff2d;
}

.main-footer a:hover {
  text-decoration: none;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

a{
	color: #02335e;
}

.navbar {
  padding: 1rem;
	background: #02335e;
}

.navbar a{
	color: #fff!important;
}
.navbar-brand{
	font-size: 1.2rem;
}


#specialbg{
	background: #000;
}

#specialbg h2,#specialbg h3,#specialbg h4,#specialbg p,#specialbg dl{
	color: #fff;
}

#specialbg .form-check-label{
	color: #fff;
}

#specialbg .contactbox a{
	color: #fff;
}

.btn-regist {
    color: #fff;
    border-color: #02335e;
    background-color: #02335e;
    box-shadow: none;
}

.btn-regist:hover{
	color: #02335e;
	border: 1px solid #02335e;
	background: #fff;
	text-decoration: none;
}

#specialbg .btn-regist{
	color: #02335e;
	border: 1px solid #02335e;
	background: #fff;
	text-decoration: none;
}



#specialbg .btn-regist:hover{
	color: #fff;
    border-color: #02335e;
    background-color: #02335e;
    box-shadow: none;
}

#specialbg footer a{
	color: #fff;
}

.itemlistbg{
	margin-bottom: 3rem;
}

@media (max-width: 991px) {
	.itemlistbg{
		background: #000;
		color: #fff;
		padding: 1.5rem;
	}
	.itemlistbg h3{
		color: #fff;
		margin-top: 1rem;
	}
	.itemlistbg .btn-regist{
		color: #02335e;
		border: 1px solid #02335e;
		background: #fff;
		text-decoration: none;
	}
 	.itemlistbg .btn-regist:hover{
		color: #fff;
    	border-color: #02335e;
    	background-color: #02335e;
    	box-shadow: none;
	}

}

.itemlistbg h3{
	font-size: 1.6rem;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
	align-items: center;
	font-size: 90%;
}


.navbar li {
	position: relative;
	margin: 0 .7rem;
}
@media (max-width: 991px) {
	.navbar ul {
		align-items:flex-start;
	}
	.navbar li a{
		display: block;
	}
	.navbar li a:hover{
		text-decoration: none;
	}
}
@media (max-width: 767px) {
	.navbar li {
		position: relative;
		margin: 1rem .7rem 0 .7rem;
		font-size: .9rem;
	}
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  padding: 0 3px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar ul:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #222;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 40px 0 40px;
}

.counts .count-box {
  padding:35px 15px 20px 15px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #01173c;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 2.5rem;
  font-weight: 600;
  color: #01173c;
}

.counts .count-box p {
  padding: 0;
  margin: 0;

  font-size: 14px;
}
@media (max-width: 575px) {
	.counts .count-box span {
		font-size: 2rem;
		font-weight: 600;
		color: #01173c;
	}
}

.bgresult{
	background: url("../../../alpha2/本番環境/images/bg.jpg") no-repeat;
	background-size: cover;
	min-height: 100vh;
	color: #fff;
}

.resultbox{
	background: rgba(0,0,0,.7);
	margin-bottom: 4rem;
	padding: 1.5rem 1.5rem 2.5rem 1.5rem;
	border-radius: 20px;
}

.resultbox h2{
	text-align: center;
	font-size: 1.2rem;
	margin: 1rem 0 2rem 0;
	padding: 1.5rem 0;
	color: #fff;
	font-weight: bold;
	border-top: 3px double #fff;
	border-bottom: 3px double #fff;
}

.resultbox h2 span{
	display: block;
	text-align: center;
	font-size: .8rem;
	line-height: 1.3!important;
}
.resultbox ul{
	margin: 0 0 2rem 0;
	padding: 0;
}
.resultbox ul li{
	list-style: none;
	margin: 0 0 1rem 0;
	padding: 1.5rem;
	text-align: center;
	font-size: 1.5rem;
	border: 1px solid #ccc;
	font-weight: bold;
}

.resultbox ul li span{
	font-size: 75%;
	font-weight: normal;
}

.bgresult footer a{
	color: #fff;
}

.resultbtn{
	text-align: center;
}
.resultbtn i{
	color: #fff;
}
.resultbtn a{
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 50px;
	font-size: 1.2rem;
	border: 3px solid #fff;
	padding: .8rem 2.5rem;
}
.resultbtn a:hover,
.resultbtn a:hover i{
	color: #000;
	background: #fff;
	text-decoration: none;
}

@media (max-width: 575px) {
	.resultbox ul li{
		font-size: 1.2rem;
	}
	.resultbtn a{
		font-size: 1rem;
	}
}

#loginbg{
	background: url("../../../alpha2/本番環境/images/loginbg.jpg") no-repeat top #023f65;
	background-size: cover;
	position: relative;
	height: 100vh;
}

.loginbox{
	background: #000;
	width: 50%;
	max-width: 700px;
	position: absolute;
	top: 10%;
	right: 5%;
	padding: 6rem 2rem 4rem 2rem;
	border-radius: 10px;
}

.loginbox .logo{
	text-align: center;
	margin-bottom: 1rem;
}

.loginbox .logo img{
	width: 70%;
}

.loginbox p{
	text-align: center;
	font-weight: bold;
	margin-bottom: 2.5rem;
	color: #fff;
	font-size: 1.3rem;
}

.btn-start{
	text-align: center;
	margin-bottom: 4rem;
}

.btn-start button{
	background: rgb(47,246,94);
	background: linear-gradient(90deg, rgba(47,246,94,1) 0%, rgba(15,65,106,1) 65%, rgba(13,103,134,1) 100%);
	border-radius: 50px;
	padding: 1.2rem;
	color: #fff;
	display: inline-block;
	border: none;
	width: 70%;
	font-weight: bold;
	font-size: 1.6rem;
}

.btn-start button:hover{
	filter: brightness(120%);
}

.login-pass label{
	color: #fff;
}
@media (max-width: 1100px){
	.btn-start button{
		width: 80%;
	}
	.btn-start button{
		font-size: 1.4rem;
		padding: 1rem;
	}
}
@media (max-width: 992px){
	.btn-start button{
		width: 100%;
	}
	.loginbox{
		width: 60%;
	}
}

@media (max-width:768px){
	#loginbg{
		padding: 10% 5%;	
	}
	.loginbox{
		width: 100%;
		position: relative;
		top: inherit;
    	right: inherit;
	}
}

@media (max-width:575px){
	#loginbg{
		background: url("../../../alpha2/本番環境/images/mainbg-sp.jpg") no-repeat top #023f65;
	}
	.loginbox{
		padding: 4rem 2rem 2rem 2rem;
	}
	.loginbox .logo img{
		width: 85%;
	}
	.loginbox p{
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.btn-start {
    	margin-bottom: 2rem;
	}
	.btn-start button {
    	padding: 0.8rem;
    	font-size: 1.2rem;
	}
}
/*# sourceMappingURL=shards-demo.css.map */