@charset "UTF-8";
/*--------------------------------------------------------------
@ mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 common
--------------------------------------------------------------*/
body {
  min-width: 980px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #0b7892;
  font-family: meiryo, sans-serif;
  line-height: 1.8;
  background-image: url(./img/page-bg.jpg);
}

.inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

.cf {
  zoom: 1;
}

.cf:after, .cf:before, .clearfix:after, .clearfix:before, .comment-respond:after, .comment-respond:before {
  content: "";
  display: table;
}

.cf:after, .clearfix:after, .comment-respond:after {
  clear: both;
}

/*--------------------------------------------------------------
 header
--------------------------------------------------------------*/
header {
  width: 100%;
  padding: 5px 0;
  background: #517fa4;
  background: -webkit-gradient(linear, left top, right top, from(#517fa4), to(#68e0cf));
  background: linear-gradient(to right, #517fa4 0%, #68e0cf 100%);
}
header h1 {
  padding: 5px 0;
  font-size: 12px;
  color: #fff;
  text-align: left;
}
header .logo {
  width: auto;
  float: left;
  height: 60px;
}
header nav {
  margin: 14px 0 0 40px;
  float: left;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav a {
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 1.5em;
  -webkit-transition: 0.4s color;
  transition: 0.4s color;
}
header nav a:hover {
  color: #13547a;
}

/*--------------------------------------------------------------
 footer
--------------------------------------------------------------*/
footer {
  color: #fff;
  background-color: #333;
}
footer .inner {
  padding: 30px 0;
}
footer .info {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .info span {
  display: inline-block;
  margin: 30px 0 0 2em;
}
footer .logo {
  width: auto;
  height: 60px;
}
footer nav {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #777;
  text-align: right;
}
footer nav li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding-left: 1.5em;
  text-align: left;
  position: relative;
}
footer nav li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5em;
}
footer nav a {
  color: #fff;
  display: block;
  position: relative;
  line-height: 1.5em;
  -webkit-transition: 0.4s color;
  transition: 0.4s color;
}
footer nav a:hover {
  color: #ff8200;
}
footer .copylight {
  position: relative;
  text-align: center;
  padding: 5px 0;
  background-color: #000;
  font-size: 12px;
  color: #777;
}

/*--------------------------------------------------------------
page
--------------------------------------------------------------*/
.section_title {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 200%;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 1em;
}
.section_title::before {
  content: "";
  line-height: 1em;
  height: 2px;
  width: 100px;
  display: block;
  background-color: #0b7892;
  position: absolute;
  top: 45%;
  left: -120px;
}
.section_title::after {
  content: "";
  line-height: 1em;
  height: 2px;
  width: 100px;
  display: block;
  background-color: #0b7892;
  position: absolute;
  top: 45%;
  right: -120px;
}

#main {
  background-image: url(./img/main_bg.jpg);
  background-position: center;
  background-size: cover;
}
#main .inner {
  position: relative;
  padding: 50px 0;
}
#main .image {
  position: absolute;
  left: -100px;
  z-index: 0;
  top: 40px;
}
#main .text {
  position: relative;
  margin: 80px 0 20px auto;
  color: #fff;
  width: 32em;
  z-index: 10;
  left: auto;
  text-align: left;
}
#main .text h2 {
  margin-top: 10px;
}
#main .text p {
  margin-top: 5px;
}

#plus {
  color: #fff;
  width: 100%;
  background-color: #333;
  padding: 100px 0;
}
#plus .section_title::before, #plus .section_title::after {
  content: "";
  background-color: #fff;
}
#plus p {
  padding: 30px 0 0;
  line-height: 2em;
}

#about {
  padding: 100px 0;
}
#about p {
  padding: 30px 0 0;
  line-height: 2em;
}

#flow {
  color: #fff;
  width: 100%;
  background-color: #333;
  	/*
  	background: rgb(81, 127, 164);
  	background: -moz-linear-gradient(left, rgb(81, 127, 164) 0%, rgb(104, 224, 207) 100%);
  	background: -webkit-linear-gradient(left, rgb(81, 127, 164) 0%, rgb(104, 224, 207) 100%);
  	background: linear-gradient(to right, rgb(81, 127, 164) 0%, rgb(104, 224, 207) 100%);
  */
  padding: 100px 0;
}
#flow .section_title::before, #flow .section_title::after {
  content: "";
  background-color: #fff;
}
#flow .flex {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#flow .flex div {
  position: relative;
  width: 30%;
}
#flow .flex div img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#flow .flex div::before {
  content: url(./img/arrow.png);
  position: absolute;
  left: -40px;
  top: 30px;
}
#flow .flex div:first-child::before {
  display: none;
}

#price {
  padding: 100px 0;
}
#price .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#price .item {
  margin: 40px 0 0;
  border: 2px solid #68e0cf;
  padding: 4%;
  width: 40%;
  border-radius: 10px;
}
#price .item h3 {
  font-weight: bold;
  font-size: 150%;
  line-height: 1em;
}
#price .item h3 span {
  font-weight: normal;
  font-size: 60%;
}
#price .item table {
  width: 100%;
  text-align: left;
  margin: 20px 0;
}
#price .item tr:first-child th {
  border-bottom: solid 1px #fff;
}
#price .item th {
  border: solid 1px #13547a;
  background-color: #13547a;
  color: #fff;
  vertical-align: middle;
  line-height: 1em;
  padding: 20px;
}
#price .item td {
  font-weight: bold;
  border: solid 1px #13547a;
  vertical-align: middle;
  line-height: 1em;
  padding: 20px;
}

#company {
  color: #fff;
  width: 100%;
  background: #517fa4;
  background: -webkit-gradient(linear, left top, right top, from(#517fa4), to(#68e0cf));
  background: linear-gradient(to right, #517fa4 0%, #68e0cf 100%);
  padding: 100px 0;
}
#company .section_title::before, #company .section_title::after {
  content: "";
  background-color: #fff;
}
#company table {
  margin: 30px auto 0;
  line-height: 1 .5em;
}
#company th, #company td {
  text-align: left;
  border: solid 1px #fff;
  padding: 20px;
}

#contact {
  padding: 100px 0;
}
#contact p {
  padding: 30px 0 0;
  line-height: 1 .5em;
}
#contact p span {
  display: block;
  font-size: 300%;
  font-weight: bold;
}
#contact table {
  width: 100%;
  text-align: left;
  margin: 20px 0;
}
#contact tr:last-child th {
  border-bottom: solid 1px #13547a;
}
#contact th {
  width: 300px;
  border-top: solid 1px #13547a;
  border-left: solid 1px #13547a;
  border-right: solid 1px #13547a;
  border-bottom: solid 1px #fff;
  background-color: #13547a;
  color: #fff;
  vertical-align: middle;
  line-height: 1em;
  padding: 20px;
}
#contact th strong {
  margin-left: 1em;
  font-weight: bold;
}
#contact td {
  font-weight: bold;
  border: solid 1px #13547a;
  vertical-align: middle;
  line-height: 1em;
  padding: 20px;
}
#contact td input, #contact td textarea {
  font-size: 16px;
  width: 100%;
}
#contact td select {
  font-size: 16px;
}
#contact input[type="submit"] {
  padding: 20px 50px;
  font-weight: bold;
  font-size: 100%;
  border: solid 1px #13547a;
  background-color: #fff;
  color: #0b7892;
  border-radius: 10px;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}
#contact input[type="submit"]:hover {
  background-color: #13547a;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */