@charset "utf-8";
/* == frontpage ==============================================*/
body {
  line-height: 1;
  background: #006699;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}
/* ------------------------------
	wrapper - 
------------------------------ */

.wrapper {
  width: 1000px;
  background: #ffffff;
  margin: 0 auto;
  padding-bottom: 50px;
  overflow: hidden;
  color: #000000;
  font-size: 110%;
  box-shadow: 3px 0px 3px -3px rgba(0, 0, 0, 0.5), -3px 0px 3px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 0px 3px -3px rgba(0, 0, 0, 0.5), -3px 0px 3px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 0px 3px -3px rgba(0, 0, 0, 0.5), -3px 0px 3px -3px rgba(0, 0, 0, 0.5);
}

footer {
  background: #ffffff;
}

.contents {
  width: 700px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 150%;
}
.title {
  color: #006699;
  font-size: 130%;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 20px;
}
.contents ul {
  width: 100%;
  overflow: hidden;
}
.contents ul li {
}
.contents ul .left {
  float: left;
  width: 15%;
  color: #006699;
  font-weight: bold;
}
.contents ul .right {
  float: left;
  width: 80%;
  line-height: 120%;
  margin-bottom: 10px;
}
.iin {
  overflow: hidden;
  width: 500px;
}
.iin li {
  float: left;
  width: 250px;
  text-align: left;
}
/* .iin li:nth-child(1) {
  float: none;
} */
.contents_02 {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 150%;
  margin-bottom: 10px;
}
.contents_02 .title_02 {
  color: #006699;
  font-weight: bold;
}
.contents_03 {
  width: 800px;
  margin: 0 auto;
  line-height: 110%;
  margin-bottom: 50px;
}
.contents_03 .title_03 {
  color: #006699;
  font-weight: bold;
  text-align: center;
}
.contents_03 p {
  line-height: 170%;
  width: 450px;
  margin: 0 auto;
}
.contents_03 ul {
  width: 450px;
  margin: 0 auto;
  overflow: hidden;
  line-height: 160%;
}
.contents_03 ul li {
  width: 45%;
  float: left;
  text-align: left;
  overflow: hidden;
}
.contents_03 ul li:nth-child(even) {
  margin-left: 30px;
}
.contents_03 ul li .list01 {
  float: left;
  width: 130px;
}
.contents_03 ul li .list02 {
  float: right;
}

.back {
  text-align: center;
}
