/* style.css */

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #555;
}

b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.collapse:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.jumbotron {
    height: 87vh;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bg-video{
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    z-index: -1000;
}


.wrap{
    width: 100%;
    height: 87vh;
    background: linear-gradient(-45deg, rgba(4, 114, 124, 0), rgba(17, 66, 99, 0));
}

.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 767.98px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.marker_lime {
    background: linear-gradient(transparent 60%, #66FFCC 60%);
}

.marker_water {
    background: linear-gradient(transparent 60%, #66ccff 60%);
}

.marker_pink {
    background: linear-gradient(transparent 60%, #ff66ff 60%);
}

h2{
    color: #f4645f;
    margin-bottom: 30px;
}
h3 {
    border-bottom: solid 3px #7db4e6;
    margin-bottom: 30px;
}

h4 {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #7db4e6;
    margin-bottom: 30px;
}

header{
    background: #155263;
    position: relative;
    width: 100%;
    z-index: 1;
}
.fixed{
    position: fixed;
    top: 0;
    left: 0;
}
.fixed .g-nav-menu li{
    line-height: 40px;
}
section{
    padding-top: 30px;
    padding-bottom: 30px;

}
section p{
    /*display: table-cell;*/
    vertical-align: middle;
}
.container{
    margin-bottom: 30px;
}
#sec01{
    background: #f5f5f5;
}
#sec02{
    background: #FFFFFF;
}
#sec03{
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: white;
    text-align: center;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #525252;
    min-height: 200px;
}



.col-6 {
  padding-left: 5px;
  padding-right: 5px;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.6;
}

h2 {
  font-size: 16px;
  text-align: center;
  color: #555;
  line-height: 2.0;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  margin-top: 10px;
}

.container-fuild {
  overflow: hidden;
}

p {
  margin: 0;
  line-height: 2.0;
  color: #555;
}

li {
  color: #555;
}

a:hover {
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
}

.card-text a {
  text-decoration: underline;
}

.form-check-inline .form-check-input {
  margin-top: 5px;
}

.form-check-label {
  margin-left: 5px;
}

.form-check {
  margin-bottom: 10px;
}

/* table */

tr:nth-child(1) td{
  border-top: none;
}

.table {
  margin-bottom: 0;
  color: #555555;
}

th {
  text-align: center;
}

/* nav指定 */

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
}

.navbar-dark {
  background: #000;
}

.nav-link {
    padding: 1rem;
    text-align: center;
}

.dropdown-item {
    padding: 1.5rem;
}


@media screen and (min-width:480px) {
  li {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    letter-spacing: 2px;
  }
  li+ li {
    border-left: 0;
    border-right: 1px solid #333;
  }
}

.fa-check {
  color: #ff0000;
}

.bg01 {
  background: #fff;
}

.bg02 {
  background: #1e7d3c;
}

.bg03 {
  background: #1eb446;
}


.dropshadow {
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
}

.control-label {
  color: #555;
}

/* コンテンツ指定 */

.sec01 {
  background: #1eb446;
  font-size: 20px;
  color: #fff;
}

.sec02 {
  background: #1eb446;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 10px 30px;
  letter-spacing: 2px;
}

.sec02:hover {
  opacity: .8;
}

.sec03 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.6;
}

.sec04 {
  color: #fff;
}

.sec05 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.6;
}

.sec06 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.6;
}

.sec07 {
  text-align: right;
  width: 30%;
}

.sec08 td{
  color:#fff;
  border:none;
}

.sec09 {
  font-size: 20px;
  font-weight: 700;
}

.sec10 {
  border-top: 1px solid #ccc;
}

.sec11 {
  text-align: center;
  background: #1eb446;
  color: #ffffff;
  padding: 10px;
  font-weight: 700;
}

.sec12 {
  text-align: center;
  background: #1e7d3c;
  color: #ffffff;
  padding: 10px;
  font-weight: 700;
}

.sec11a {
  text-align: center;
  background: #1eb446;
  color: #ffffff;
  padding: 10px;
  font-size: 10px;
}

.sec12a {
  text-align: center;
  background: #1e7d3c;
  color: #ffffff;
  padding: 10px;
  font-size: 10px;
}

.sec13 {
  color: #ff0000;
  font-size: 32px;
  font-weight: 700;
}

.sec13 a {
  color: #ff0000;
}

.sec13 a:hover {
  opacity: 0.7;
}



.fa-star {
  color: #1eb446;
}


th {
  background: #f5f5f5;
}




/* 8 Columns */

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

.col-xs-25 {
    width: 12.5%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-25 {
        width: 12.5%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-25 {
        width: 12.5%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-25 {
        width: 12.5%;
        float: left;
    }
}

.btn-gradation {
  text-align: center;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 24px;
  border-radius: 4px;
  background-image: linear-gradient(90deg, #1c5808,#009688);
  transition: .5s;
  background-size: 200%;
}

.btn-gradation:hover {
  background-position: right center;
}

.fa-arrow-alt-circle-right {
  font-size: 20px;
}

label {
  font-size: 18px;
  font-weight: 500;
}

.form-check-inline {
  margin-right: 20px;
}

.form-group {
  margin-bottom: 20px;
}

button {
  padding: 10px 40px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
}

button:hover {
  opacity: .7;
}

#page_top {
    position: fixed;
    bottom: 30px;
    right: 10px;
}
#page_top a {
    background-color: #1eb446;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 15px 10px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}
