@@charset "UTF-8";

/* Base */
html { font-family: "Ropa Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; font-size: 16px; line-height: 1.5; }
body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); }
h1, h2, h3, p, ul { margin: 0; }
ul { padding-left: 0; }
ul li { list-style-type: none; }
a { color: inherit; text-decoration: none; }
img { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


.headerall{
  display: none;
}
.smart-header{
  width: 100%;
  text-align: center;
  background-color: #173b80;
}
.smart-header img{
  width: 80%;
}
.page-header{
  display: none;
}
.toggle {
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 13px;
    display: block;
    width: 45px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    background: #ccc;
}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
}
.toggle span:nth-child(1) {
    top: 3px;
}
.toggle span:nth-child(2) {
    top: 13px;
}
.toggle span:nth-child(3) {
    top: 23px;
}
.toggle span:nth-child(4) {
    border: none;
    top: 28px;
    left: 5px;
    font-size: 12px;
    font-weight: bold;
}
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* .global_nav */
.global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 50px;
    text-align: center;
    color: #000;
    background: #ccc;
    transition: all 0.8s;
}
.global_nav.sticky {
    position: fixed;
    bottom: 10px;
}
.global_nav .nav_li {
    width: 100%;
    padding: 10px;
    list-style-type: none;
}
.global_nav .nav_li a {
    display: block;
    color: #000;
}
/* .global_navに.activeが追加 */
.global_nav.active {
    transform: translateY(0%);
}
#toppicture{
  position: relative;
  display: none;
}
.toppicture img{
  display: none;
}
.toptext{
  text-align: center;
  position: absolute;
  top: 32%;
  background-color: rgba(255,255,255,0.7);
  width: 100%;
  height: 70px;
  font-size: 12px;
  font-family: arial,sans-serif;
}
.smart-toppicture{
 width: 100%;
}
.smart-toppicture img{
 width: 100%;
}
#section{
  text-align: center;
}
#section1{
  width: 90%;
  margin: 0 auto;
}
#section1 h2{
  text-align: left;
  padding-top: 20px;
  padding-bottom: 30px;
}
#section1 ul{
  padding-bottom: 30px;
}
#section1 li{
  margin-bottom: 30px;
}
#section1 p{
  margin-top: 20px;
}
#section2{
  background-image: url(../material/back.png);
  background-size: 100% 100% ;
  padding-bottom: 10px;
}

#section2 h2{
  text-align: left;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 5%;
}
#section2 h3{
  padding-bottom: 20px;
}
#section2 p{
  margin-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}
.infiniteslide1{
  padding-top: 10px;
  margin-bottom: 30px;
  height: 150px;
}
.infiniteslide1 img{
  height: 150px;
}
#section3{
  width: 90%;
  margin: 0 auto;
}
#section3 h2{
  text-align: left;
  padding-top: 20px;
  padding-bottom: 30px;
}
#section3 li{
  margin-bottom: 30px;
}
#section3 iframe{
  width: 80%;
}
#section4{
  width: 90%;
  margin: 0 auto;
}
#section4 h2{
  text-align: left;
  padding-top: 20px;
  padding-bottom: 30px;
}
#section4 tr{
  height: 40px;
}
#section4 td{
  width: 140px;
}
#section4 th{
  text-align: left;
}


.news-text img{
  margin-bottom: 20px;
}
#news h2{
  text-align: left;
  padding-top: 20px;
  padding-bottom: 10px;
}
.news-text h3{
  margin-bottom: 10px;
  color: #f00;
}
.footer-logo{
  display: none;
}
#section4 {
  margin-bottom: 50px;
}
.copyright{
  text-align: right;
  background-color: #173b80;
  color: #fff;
  font-size: 12px;
}
.page-inner{
  margin-bottom: 50px;
}
.page-inner img{
  width: 100%;
}
.privacy-message{
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 70px;
}
.privacy-message-text{
  width: 100%;
  margin-top: 40px;
}
.privacy-title h3{
  font-size: 25px;
}
.privacy-title p{
  font-size: 12px;
}
.privacy-title hr{
  color: #c0c0c0
}
.privacy-message-text th{
  text-align: left;
}
.privacy-message-text table{
  margin:auto;
}
.privacy-message tr{
  height: 50px;
}
.privacy-message li{
  display: inline-block;
}
#formEnd{
  text-align: center;
}
.privacy-message form{
  margin-top: 40px;
}
.confirm{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 70px;
}



