@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /*16px * 62.5% = 10px */
  width: 100%;
}
body {
  background-color: #FFF;
  /*RCB */
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/* header */
.header {
  background-color: #1663be;
  background-size: 100%;
  height: 50px;
  position: sticky;
  top: 0;
  z-index: 100;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.header h1 img {
	height: 50px;
  width: auto;
  text-align: center;
  color: #FFF;
  float: left;
  padding: 5px 24px;
  font-size: 3.6rem;
  font-family: "Snell Roundhand";
  z-index: 11;
  font-weight: 100;
  top: 0;
}
.header h1 span {
  font-size: 1.2rem;
  font-family: "Snell Roundhand";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 35px;
  z-index: 92;
}
.header h1 a {
  color: inherit;
  text-decoration: none;
}
/*navigation*/
.open-button, .close-button {
  display: none;
}
/* dropdown Plan section*/
@media(min-width:1160px) {
  .header nav ul ul li a {
    padding: 0;
    font-size: 1.6rem;
    text-align: left;
  }
  #dropdown {
    position: relative;
    display: inline-block;
  }
  #dropdown-content {
    display: none;
    position: absolute;
    background-color: #56a3e7;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 40px;
    margin-top: -35px;
  }
  #dropdown-content a {
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
  }
  #dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #000;
  }
  #dropdown:hover #dropdown-content {
    display: block;
  }
  #dropdown:hover {
    text-decoration: underline;
  }
}
@media(max-width:1160px) {
  #dropdown:click #dropdown-content {
    display: block;
  }
  #dropdown-content {
    display: none;
  }
  .header nav ul ul {
    margin-top: 10px;
  }
  .header nav ul ul li {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #56a3e7;
    padding: 8px;
    width: 180px;
    margin-left: 20px;
  }
  .header nav ul ul li a {
    font-size: 1.4rem;
  }
}
@media(max-width:1160px) {
  .open-button {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 30px;
    height: 30px;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #FFF;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -8px;
  }
  .open-button span:after {
    bottom: -16px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    font-size: 20px;
    padding: 10px 20px;
  }
  .header nav {
    display: none;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 20%;
    background-color: #000;
    opacity: 0.8;
    width: 80%;
    height: auto;
    padding-top: 105px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  .header nav ul li {
    /*  border-bottom: solid 1px rgba(255, 255, 255, 0.5);*/
    padding-bottom: 20px;
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
  }
  .header nav ul li:first-child {
    /* border-top: solid 1px rgba(255, 255, 255, 0.5)*/
  }
  .header nav ul li a {
    font-weight: 600;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
    font-size: 1.8rem;
  }
  .header ul li img {
    border: none;
    box-sizing: border-box;
    height: 18px;
    vertical-align: text-top;
    margin-left: 8px;
  }
}
@media(min-width:1160px) {
  .header {
    height: 120px;
    background-color: #1663be;
  }
  .header-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .header h1 img{
	  height: auto;
    font-size: 72px;
    font-family: "Snell Roundhand";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    float: left;
    left: 140px;
    top: 0px;
    z-index: 11;
    cursor: pointer;
  }
  .header h1 span {
    font-size: 20px;
    font-family: "Snell Roundhand";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    top: 72px;
    z-index: 10;
  }
  .header nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .header ul li a {
    display: block;
    padding: 48px 40px 48px;
    font-size: 2.4rem;
    color: #FFF;
    text-decoration: none;
    text-align: center;
  }
  .header nav ul li a:hover {
    text-decoration: underline;
  }
  .header ul li img {
    height: 24px;
    width: 24px;
  }
  .header ul li span {
    display: none;
  }
  .header ul li a span {
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
}
/* footer */
.section-top_navlist__footer {
  background-color: #1663be;
  width: 100%;
  height: 163px;
  display: block;
  position: absolute;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.shape {
  position: relative;
  width: 100%;
  height: 80px;
  background-size: 100% 198px;
  color: #FFF;
}
.content {
  align-items: center;
  justify-content: center;
}
.shape:before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  position: relative;
  transform: skewY(3deg);
  background-color: #1663be;
  top: -32px;
}
.section-top_navlist__footer strong {
  font-size: 1.4rem;
  text-align: center;
  position: absolute;
  margin-left: -30px;
  margin-top: -80px;
}
.section-top_navlist__footer span img {
  background-color: #FFF;
  border: solid 1px #000;
  position: relative;
  height: 60px;
  width: 60px;
  padding: 18px;
  margin-top: -110px;
}
.section-top_navlist__footer h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 30px;
}
.section-top_navlist__footer small {
  font-size: 1.0rem;
  text-align: center;
  margin-top: 40px;
}
@media(min-width:1160px) {
  .shape {
    position: relative;
    width: 100%;
    background-size: 100% 243px;
    color: #FFF;
  }
  .content {
    align-items: center;
    justify-content: center;
  }
  .shape:before {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    transform: skewY(2deg);
    background-color: #1663be;
    top: -52px;
  }
  .footer-social_media {
    float: right;
    margin-right: 140px;
  }
  .section-top_navlist__footer strong {
    font-size: 1.8rem;
    margin-top: -100px;
    margin-left: -35px;
  }
  .section-top_navlist__footer span img {
    border: solid 1px #000;
    height: 84px;
    width: 84px;
  }
  .section-top_navlist__footer small {
    font-size: 1.2rem;
    position: absolute;
  }
}