body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 15px;
  line-height: 1.618;
  color: #333;
}
h1 {
  font-size: 24px;
  background-color: #06d;
  color: #fff;
  margin: 8px 0 0 8px;
  padding: 2px 8px;
}
h2 {
  font-size: 20px;
  /* border-bottom: solid 3px #87CEFA; */
  border-bottom: solid 3px #ccc;
  margin: 8px 0 0 8px;
}
ul, li {
  list-style:none;
  margin:0;
  padding:0;
}
dl {
  margin-left: 10px;
}
dt {
  font-weight: bold;
  /*border-bottom: dotted 2px #e40; */
  display: inline-block;
  margin: 4px 0 2px 0;
}
dd {
  margin-left: 8px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  outline:none;
}
a:link,
a:visited,
a:active,
a:hover {
  outline:none;
}
a:focus {
  outline: none;
}
a img {
  border:none;
}
.clear {
  clear:both;
}
.red {
  color:#e00;
}
.blue {
  color:#00e;
}
.green {
  color:#00b;
}
.purple {
  color:#b0b;
}
.pink {
  color:#f0f;
}
.blue2 {
  color: #06c
}
.bold {
  font-weight:bold;
}
.ul {
  text-decoration: underline;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.fs90 {
  font-size: 90%;
}
.fs80 {
  font-size: 80%;
}
.bg-cream1 {
  background-color: #fea;
}
.round {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.shadow {
  -moz-box-shadow: inset 3px 4px 2px -2px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 3px 4px 2px -2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 3px 4px 2px -2px rgba(0,0,0,0.5);
}
.number {
  font-family:Bookman old Style, Georgia, Baskerville, Palatino, Times;
}
.pointer {
  cursor:pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.pointer:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.indent {
  margin-left: 1em;
}

/*--------------------------*/
.outer {
  padding: 0 auto;
  margin: 0 auto;
  width: 900px;
}
#header {
  margin: 0 0 0 10px;
}
#header .inner {
  width: 100%;
  /*margin: 0 auto;*/
}
#header {
}
#catch {
  margin: 0 auto;
  width: 840px;
  padding: 3px 20px;
  /* background-color: #0c8; */
  background-color: #28f;
  /* background-color: #06d; */
}
#catch p {
  background-color: #28f;
  margin: 0;
  padding: 3px;
  line-height: 1;
  font-size: 90%;
  font-weight: normal;
  color: #fff;
}
.banner {
  clear: both;
  width: 880px;
  height: 372px;
  background-image: url("../img/banner-02.png");
  margin: 2px auto;
}
#nav-icon {
  display: none;
}
/* メニューバー */
#nav {
  clear: both;
  width: 100%;
  height: 25px;
  padding: 4px 10px;
}
#nav ul {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
#nav li {
  float: left;
  width: 14%;
  height: 22px;
  margin: auto;
  padding: 0 10px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  border-left: 1px solid #999;
  cursor: pointer;
  user-select: none; /* 選択不可に */
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#nav li:last-child {
  border-right: 1px solid #999;
}
.naviLine {
  padding-bottom: 1px; /* ナビ下線の隙間 */
  box-sizing: inherit;
  border-bottom: 4px solid #0af;
  visibility: hidden; /* hover用 */
}
/* IOS不具合対応 */
@media screen and (min-width: 780px) {
  #nav li:hover > .naviLine {
    visibility: visible;
  }
}

#nav li a {
  padding-left: 5px;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #333;
}
#main {
  margin: 0 10px;
}
.contents {
  margin: 0 auto 20px auto;
  padding: 0 4px;
  width: 97%;
  /* border: 1px solid #0ca; */
}
.news dt:before {
  content: '■';
}
.campaign-detail {
  border: 1px solid #888;
  width: 80%;
}
#article-1 {
  background-color: #fff;
  width: 94%;
}
#article-2 {
  background-color: #fff;
  width: 94%;
}
#article-3 {
  background-color: #fff;
  width: 94%;
}
#article-4 {
  background-color: #fff;
  width: 94%;
}
#article-5 {
  background-color: #fff;
  width: 94%;
}
#contact-point {
  width: 100%;
  margin: 0 auto;
  text-align: center;
 }

.benefit-sum {
  font-size:120%;
  font-weight: bold;
  display: inline-block;
  border-bottom: solid 5px rgba(0,180,255,0.5);
}
.benefit-sum:before {
  content: url(../img/blue-check-2.gif);
}
#inquiry-button {
  text-align: center;
  font-size:24px;
  /*font-weight:bold; */
  color:#fff;
  width: 30%;
  padding: 16px;
  border: none;
  background-color: #e60;
  margin: 30px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
p.note {
  width: 96%;
  margin: 0 auto;
  font-size: 13px;
}
.item-icon {
  width: 150px;
  height: 90px;
  padding: 8px;
  margin: 12px 16px;
  color: #fff;
  text-align: left;
  /* background-color: #04c; */
  background-color: #06d;
  font-weight: bold;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  float: left;
}
#goto-demo {
  margin: 10px 20px;
  padding: 2px 0;
  width: 180px;
  text-align: center;
  background-color: #fc6;
}
ul#feature {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
ul#feature li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul#feature li:before {
  content: url(../img/blue-check-2.gif);
  position: absolute;
  left : 0.8em;
}
#price-table-outer {
  margin: 0 auto;
}
#price-table {
  margin: 0 auto;
  width: 600px;
  border-top: 1px solid #00f;
  border-left: 1px solid #00f;
}
#price-table th {
  padding: 4px;
  background-color: #00f;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #00f;
}
#price-table .last {
  border-right: 1px solid #00f;
}
#price-table td {
  padding: 8px;
  border-right: 1px solid #00f;
  border-bottom: 1px solid #00f;
}
#price-table-note {
  margin: 4px auto 0 auto;
  width: 600px;
  font-size: 80%;
  line-height: 1.5;
}
#price-table-note ol{
  margin: 0 auto;
}
#price-table-note li{
  margin: 0 auto;
  list-style-type: decimal;
}
.q,
.a {
  clear: left;
  float: left;
  padding: 5px 10px;
  font-size: 18px;
}
.q {
  margin: 20px 0 10px 38px;
  background-color: #dbf2f3;
}
.a {
  margin-left: 38px;
  background-color: #d6edfc;
}
.at,
.qt {
  width: 680px;
  float: left;
  margin-left: 20px;
  vertical-align: center;
}
.qt {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
}
.at {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.9em;
}
.at li {
  margin-left: 30px;
  list-style-type: disc;
}
.footer {
  clear: both;
  font-size: 90%;
  line-height: 90%;
  width:100%;
  text-align: center;
  padding: 6px;
  margin: 30px 0 4px 0;
  background-color: #28f;
  color: #fff;
}
.footer a {
  color: #fff;
}
#footer-company {
  float:left;
  margin-left: 10px;
}
#footer-copyright {
  text-align: center;
  font-style: italic;
  font-size: 80%;
  line-height: 100%;
  margin-bottom: 20px;
}
#footer-items {
  float:right;
  margin-right: 50px;
  color: #fff;
}
.privacy-policy  {
  margin-left: 12px;
}
.privacy-policy li {
  margin-left: 30px;
  list-style-type: disc;
}
#company-table-outer {
  text-align: center;
  margin: 30px auto;
}
#company-table {
  margin: 0 auto;
  width: 600px;
  border-top: 1px solid #48f;
  border-left: 1px solid #48f;
  font-size: 90%;
}
#company-table th {
  padding: 4px;
  background-color: #48f;
  color: #fff;
  border-right: 1px solid #48f;
  border-bottom: 1px solid #fff;
}
#company-table .last{
  border-bottom: 1px solid #48f;
}
#company-table td {
  padding: 8px;
  border-right: 1px solid #48f;
  border-bottom: 1px solid #48f;
}

#company-table li {
  margin-left: 20px;
  list-style-type: disc;
}
