/*body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  background-color:white;
}


header
{
  height: 75px;
  width: 100%;
  top: 0;
  position :fixed;
  top: 0;
  z-index: 10;
  background-color:white;
  border-bottom: solid 2px #EDEDED;
}


.header-left
{
  float:left;
  height:65px;
}

.header-left p
{
  color:black;
  padding-left:20px;
  padding-top:15px;
  text-decoration: none;
  font-family: "serif",serif;
}


.logo
{
  float:left;
}

.logo img
{
  width:300px;
  padding-top:8px;
  padding-left:15px;
}



.header-right
{
  float: right;
}


.header-right a
{
  font-size:15px;
  line-height: 75px;
  padding:0 13px;
  color:black;
  display: block;
  float: left;
  transition: all 0.5s;
  text-decoration: none;
}

.header-btn a
{
  font-size:15px;
  line-height:40px;
  padding:0 13px;
  color:white;
  display: block;
  float: left;
  transition: all 0.5s;
  text-decoration: none;
}

.header-btn
{
  border-radius:5px;
  background-color:#4B98E0;
  height:40px;
  text-align:center;
  float: right;
  margin:0 auto;
  margin-top: 17px;
  margin-right:10px;
  margin-left:10px;
}

.header-right a:hover {
  background-color:#F4FAFF;
}

.header-btn a:hover {
  background-color:rgba(255, 255, 255, 0.3);
}
*/
.top-wrapper {
  padding: 150px 0 70px 0;
  background-image: url(/org/flow-description/top.jpg);
  background-size: cover;
  text-align: center;
  background-position: center center;
}

@media (max-width: 1000px) {
  .top-wrapper {
    padding: 100px 0 50px 0;
  }
}

.top-wrapper h1 {
  font-size: 55px;
  color: white;
  opacity: 0.8;
  padding: 30px 0 50px 0;
  font-weight: 50;
}

.description {
  text-align: center;
  width: min(70vw, 800px);
  margin: 0 auto;
}

.description-title h1 {
  font-size: 32px;
  color: #4b98e0;
  font-weight: 500;
  padding-top: 30px;
}

.text-title {
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-title h2 {
  font-size: 24px;
  color: #4b98e0;
  font-weight: 300;
}

.text {
  text-align: left;
  padding-bottom: 20px;
}

.contact-wrapper {
  background-color: white;
  padding: 40px 0 0 0;
}

.contact-btn {
  border-radius: 40px;
  background-color: #4b98e0;
  height: 80px;
  width: 400px;
  margin: 0 auto;
  text-align: center;
}

.contact-btn a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.contact-text a {
  color: white;
  font-size: 30px;
  text-decoration: none;
  line-height: 80px;
  display: block;
  transition: all 0.5s;
}

.contact-wrapper p {
  font-size: 20px;
  color: #4b98e0;
  text-align: center;
  margin: 0px;
  padding: 20px 0 30px 0;
}

/*
footer {
  background-color: #4b98e0;
  padding-top: 20px;
}

.copyright {
  text-align: center;
}

footer .copyright p {
  padding: 30px 0 20px 0;
  font-weight: 200;
  color: white;
  font-size: 12px;
  margin: 0px;
}

.footer-right-clear {
  clear: right;
}

.footer-left-clear {
  clear: left;
}

.sitemaps {
  float: left;
  width: 50%;
  padding-left: 100px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.sitemap {
  float: left;
  width: 50%;
}

.sitemap-text a {
  text-decoration: none;
  color: white;
}

.sitemap-title p {
  margin: 0;
  color: white;
  padding: 8px 0;
}

.sitemap-text p {
  margin: 0;
  padding: 8px 0 8px 10px;
  font-size: 12px;
}

.facebook {
  width: 50%;
  float: left;
  text-align: center;
}

.mobile-facebook {
  text-align: center;
}
*/

/*ドロップダウン デザイン*/
/*
.menu_button {
  float: right;
  width: 70px;
  text-align: center;
  display: block;
}

.menu_button img {
  padding-top: 30px;
  width: 22px;
}

nav {
  z-index: 1000;
  position: absolute;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li:first-child {
  border-top: solid 2px #ededed;
}

nav ul li:last-child {
  border-bottom: solid 2px black;
}

nav ul li {
  border-bottom: dotted 1px black;
  text-align: center;
  padding: 1em;
}

nav ul li a {
  color: black;
  text-decoration: none;
  display: block;
}
*/
