@charset "UTF-8";

body::before {
  background: url(../img/sample_top02.jpg) no-repeat center;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-size:cover;
}

body{
    font-family: serif;
/*
    background-image: url(../img/sample_top02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
  */
}


h2{
  color: white;
  font-size: 4rem;
}

.title{
  border-bottom: 4px solid white;
  text-align: center !important;
}

.sample_bg h2{
  font-size: 2.5rem;
  text-align: left;
}

.brand{
  font-size: 1rem;
}

.h5{
  color: white;
}


nav a{
  font-size: 2rem !important;
  font-weight: bold;
}


.font-h {
    font-size: 60px;
    font-family: "serif";
    color: white;
}

.font-p {
    font-size: 25px;
    font-family: "serif";
    color: white;

}

.font-h2 {
    font-size: 60px;
    font-family: "serif";
    color: black;
}

.font-p2 {
    font-size: 25px;
    font-family: "serif";
    color: black;

}

.pagetop{
    position:fixed;
    bottom:5px;
    right:5px;
}

.font-p2 a{
  text-decoration: none;
}

.font-p2 a:hover{
  text-decoration: none;
}

img {
width: 100%;
}

.bg_sample {
margin-top: -4rem;

background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.sample_h1{
  text-align: center;
  margin: 24rem 0;
}

.sample_h1 h2{
  background: linear-gradient(transparent 84%, white 100%, white 100%);
}


.click{
border: 1rem;
border-radius: 0.3rem;
background: yellowgreen;
padding: 1rem 3rem;
font-size: 1.5rem;
color: white;
}

.click02{
border: 1rem;
border-radius: 0.3rem;
background: yellowgreen;
padding: 0.5rem 1.5rem;
font-size: 1.3rem;
color: white;
}

.click02:hover{
    opacity: 0.5;
}

.click:hover{
    opacity: 0.5;
}

.bg-info {
    background-color: #3399cc !important;
}

nav .nav-link {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 1.5rem !important;
}
nav .nav-link:hover{
    color: rgba(255, 255, 255, 0.5) !important;
}

.content_bg{
padding: 3rem 1rem;
border: 1rem;
border-radius: 0.3rem;
}

.content_bg02{
    margin: 12rem -5rem 4rem 0rem;
    background: rgba(128,185,215,0.3);
    padding: 1rem;
}

.content_name{
font-weight: bold;
}

.content_padding{
    padding: 1rem;
}

.row{
    margin: 0;
}

.section01{
    background-image: url(../img/sample_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0rem;
    padding: 1rem 1rem 7rem 1rem;
}

.section02{
    background-image: url(../img/sample_02.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin: 0rem;
    padding: 1rem 1rem 0rem 1rem;
}

.section03{
    background-image: url(../img/sample_03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0rem;
    padding: 1rem 1rem 5rem 0;
}

.section01_padding{
    padding: 2rem;
}

b {
    font-size: 1.1rem;
}

h2 b{
    font-size: 2.5rem;
}

    .sample_bg {
background-color: #3399cc;
background-repeat: no-repeat;
background-position: right center;
background-size: cover;
padding: 11rem 1rem 5rem 1rem;
    }


.click03 {
    border: 1rem;
    border-radius: 0.3rem;
    background: yellowgreen;
    padding: 0.7rem;
    font-size: 1rem;
    color: white;
}

.click03:hover{
    opacity: 0.5;
}

footer{
padding: 1.3rem;
color: black;
background-color:rgba(255,255,255,0.7);
}

footer p{
    font-size: 1.5rem;
    margin: 0;
}

.add{
    padding: 2rem;
    background-color:rgba(255,255,255,0.7);
}

.add .h5{
    color: #3399cc;
}

.add p{
    font-size: 1.5rem;
}

.add h2{
font-size: 3rem;
font-weight: bolder;
color: #3399cc;
}

iframe{
    width: 100%;
}

    .action_section {
        width: 100%;
    }

    .add b{
        font-size: 1.6rem;
    }

    .border-left {
        border-left: 5px solid #3399cc !important;
        padding-left: 0.3rem;
    }


@media (min-width: 768px){


    .navbar-expand-lg .navbar-nav {
        margin-left: auto;
        margin-right: 0 !important;
    }



}

@media (min-width: 1200px) {
    .container {
        max-width: 1370px;
    }



    .navbar-expand-md .navbar-nav {
    margin-left: auto;
    margin-right: 0 !important;
}

}

@media (max-width: 1200px) {
    .sample_h1 {
      text-align: center;
      margin: 24rem 0;
    }

    iframe {
        width: 100%;
    }

}


@media (max-width: 540px) {

  footer img{
  width: 35% !important;
  }
  .brand{
    font-size: 1rem;
    display: none;
  }

    .sample_h1 {
      text-align: center;
      margin: 14.5rem 0;
    }

    h2 {
        font-size: 1.8rem !important;
        color: white;
    }

    h2 b {
        font-size: 1.1rem;
    }

    .click {
        border: 1rem;
        border-radius: 0.3rem;
        background: yellowgreen;
        padding: 0.5rem 1.5rem;
        font-size: 1rem;
        color: white;
    }

    .click02 {
        border: 1rem;
        border-radius: 0.3rem;
        background: yellowgreen;
        padding: 0.5rem 1.5rem;
        font-size: 1rem;
        color: white;
    }

    .section01 {
        background-image: url(../img/sample_01.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 2rem 0;
        padding: 0rem;
    }

    .section02 {
        background-image: url(../img/sample_02.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: 0rem;
    }



    .content_bg {
      margin: 1rem 0;
      padding: 1rem;
    }

    .h5 {
        font-size: 1rem;
        color: white;
        font-weight: bold;
    }

    .h5 b {
        font-size: 0.7rem;
    }

    .sample_bg {
      background-color: #3399cc;
      background-repeat: no-repeat;
      background-position: right center;
      background-size: cover;
      padding: 11rem 1rem 5rem 1rem;
    }


    .add b {
        font-size: 1rem;
    }

    iframe{
        width: 100%;
        height: initial;
        margin-top: 1rem;
}

    footer p {
font-size: 1rem;
margin: 0;
}

    .action_section {
        margin-top: 4rem;
    }

    .add h2 {
        font-size: 1.2rem;
        font-weight: bolder;
    }

.add p {
font-size: 0.8rem;
}

.add{
    padding: 1rem;
}

.add b {
font-size: 1rem;
}
}

.add img{
margin-bottom: 1rem;
}

footer img{
width: 16%;
}
