﻿@charset "utf-8";

/* CSS Document */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.2em;
  height: 100%;
  padding: 0;
}

#wrap {
  background-color: #FFFFFF;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}

#wrap .main {
  margin: 0 auto;
  width: 100%;
  height: 420px;
  background-image: url(../img/dot45.png), url(../img/main01.jpg);
  background-repeat: repeat, no-repeat;
  background-size: 2px 2px, cover;
  background-position: center;
}

#wrap .main .logo {
  width: 900px;
  margin: auto;
  margin-top: 0px;
}

#wrap .main .logo h1 {
  float: left;
  width: 144px;
  margin-left: 20px;
  margin-top: 30px;
}

#wrap .main .logo h1 img {
  border: 0;
}

#wrap .main .copy {
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 566px;
  height: 126px;
  margin-top: 180px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/copy.png);
  background-size: contain;
  display: inline-block;
}

#wrap .main .campaign {
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: auto;
  height: auto;
  margin-top: 320px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 1.6em;
  color: #FFFFFF;
  line-height: 1.2em;
}

#wrap .menu {
  margin: 0 auto;
  width: 900px;
  height: auto;
}

#wrap .menu .toppage {
  margin: 30px auto auto auto;
  width: auto;
  height: auto;
  box-sizing: border-box;
  text-align: center;
  padding: 0px;
}

#wrap .menu ul li {
  margin-right: 30px;
  width: auto;
  display: inline-block;
  border-bottom: 3px;
  font-size: 1.2em;
}

#wrap .menu ul li a {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: auto;
  height: 40px;
  text-decoration: none;
  outline: none;
  transition: all .2s;
  position: relative;
  padding-bottom: 3px;
  color: #151515;
}

#wrap .menu ul li a::before,
#wrap .menu ul li a::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 2px solid transparent;
}

#wrap .menu ul li a:hover {
  color: #151515;
}

#wrap .menu ul li a:hover::before,
#wrap .menu ul li a:hover::after {
  width: 100%;
  height: 40px;
}

#wrap .menu ul li a:hover::before {
  border-top-color: #848484;
  border-right-color: #848484;
  transition: width .3s, height .3s .3s;
}

#wrap .menu ul li a:hover::after {
  border-bottom-color: #848484;
  border-left-color: #848484;
  transition: height .3s, width .3s .3s;
}

#wrap .element .menu ul li ul.submenu {
  margin: 0;
  padding: 0;
}

#wrap .element .menu ul li ul.submenu li {
  display: block;
  overflow: hidden;
  height: 0;
  transition: 1s;
  margin: 0;
  padding: 0 10px;
  font-weight: 100;
  background: white;
}

#wrap .element .menu ul li:hover ul.submenu li {
  overflow: visible;
  height: 30px;
}

#wrap .content_l {
  position: fixed;
  top: 380px;
  left: 50%;
  width: 180px;
  margin-left: -680px;
}

#wrap .content_l div {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

#wrap .content_l div:first-child {
  border-top: 1px solid #DDD;
}

#wrap .content_l div.th1 {
  padding: 0 5px;
  background: black;
  height: 5px;
}

#wrap .content_l div.th2 {
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}

#wrap .content_l div {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: white;
}

#wrap .content_l div.td {
  padding-left: 10px;
  cursor: pointer;
  height: 40px;
}

#wrap .content_l div a {
  text-decoration: none;
  color: black;
  width: 100%;
  display: block;
}

#wrap .content_l div.td:hover {
  background: #239bcd;
}

#wrap .content_l div.td:hover a {
  color: white;
}


#wrap .content {
  width: 900px;
  margin: 30px auto auto auto;
}

#wrap .content h2 {
  font-size: 1.6em;
  color: #151515;
  border-bottom-color: #848484;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 45px;
  text-indent: 10px;
  clear: both;
}

#wrap .content .wide {
  font-size: 0.8em;
  color: #151515;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 30px;
}

#wrap .content .wide b {
  font-size: 1.1em;
  text-decoration: underline;
  line-height: 2;
}

#wrap .tbox {
  padding: 0 40px 0 40px;
  line-height: 1.7em
}

#wrap .rinen {
  margin-left: 50px;
  font-size: 1.4em;
  width: 400px;
  height: 40px;
  line-height: 40px;
}

#wrap .content .right {
  float: right;
  margin-left: 20px;
  margin-bottom: 35px;
}

#wrap .content .btn {
  margin: 20px auto;
  width: auto;
  height: 60px;
  padding: 0px;
  display: table;
}

#wrap .content .btn li {
  width: auto;
  display: inline-block;
  margin: 0 50px 0 50px;
}

#wrap .content .btn .doublebtn {
  font-size: 1.4em;
  color: #585858;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  margin-right: 100px;
  width: 240px;
  height: 60px;
  border: 2px solid #BDBDBD;
  text-decoration: none;
  outline: none;
  transition: all .2s;
  position: relative;
}

#wrap .content .btn .doublebtn::before,
#wrap .content .btn .doublebtn::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

#wrap .content .btn .doublebtn:hover {
  color: #151515;
}

#wrap .content .btn .doublebtn:hover::before,
#wrap .content .btn .doublebtn:hover::after {
  width: 100%;
  height: 60px;
}

#wrap .content .btn .doublebtn:hover::before {
  border-top-color: #848484;
  border-right-color: #848484;
  transition: width .3s, height .3s .3s;
}

#wrap .content .btn .doublebtn:hover::after {
  border-bottom-color: #848484;
  border-left-color: #848484;
  transition: height .3s, width .3s .3s;
}

#wrap .pagetop {
  width: 900px;
  height: 10px;
  margin: 40px auto auto auto;
  clear: both;
}

#wrap .pagetop a {
  float: right;
  content: '';
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -4px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  transform: rotate(-45deg);
}

#wrap .pagetop a:hover {
  float: right;
  content: '';
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -4px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  transform: rotate(-45deg);
  opacity: 0.7;
}

#wrap .footer {
  background-color: #BDBDBD;
  height: 200px;
  margin-top: 10px;
}

#wrap .footer .center {
  width: 900px;
  margin: auto;
}

#wrap .footer .center p {
  color: #151515;
  text-align: center;
  font-size: 0.8em;
  clear: both;
}

#wrap .footer .center .left {
  width: 440px;
  float: left;
  margin: auto auto 30px auto;
}

#wrap .footer .center .left p {
  text-align: left;
  font-size: 0.8em;
}

#wrap .footer .center .right {
  width: 440px;
  float: right;
  margin: auto auto 30px auto;
  text-align: left;
  font-size: 0.8em;
}

#wrap .footer .center .right ul {
  float: right;
  margin: 15px auto;
  text-align: left;
  display: inline-block;
}

#wrap .footer .center .right ul li {
  margin-right: 20px;
  margin-bottom: 10px;
  text-align: left;
  list-style: none;
}

#wrap .footer .center .right ul li a {
  color: #424242;
}

#wrap .footer .center .right ul li a:hover {
  color: #1C1C1C;
}

#wrap .header {
  background-color: #FFFFFF;
  width: 100%;
  height: 100px;
  margin: auto auto auto -8px;
  z-index: 10000;
  position: fixed;
  top: 0px;
  padding-top: 8px;
}

#wrap .header .element {
  width: 900px;
  height: 100px;
  margin: auto;
}

#wrap .header .element .logo h1 {
  float: left;
  width: 144px;
  margin-left: 20px;
  margin-top: 30px;
}

#wrap .header .element .logo h1 img {
  border: 0;
}

#wrap .header .element .menu {
  float: right;
  width: 680px;
  height: 40px;
  padding: 0px;
  box-sizing: border-box;
}

#wrap .header .element .menu .now {
  font-weight: bold;
}

#wrap .header .element .menu ul {
  width: auto;
  float: right;
  margin-top: 40px;
}

#wrap .header .element .menu ul li {
  margin-right: 30px;
  width: auto;
  display: inline-block;
  border-bottom: 3px;
  font-size: 1em;
}

#wrap .header .element .menu ul li a {
  text-decoration: none;
  padding-bottom: 3px;
  color: #151515;
  display: block;
}

#wrap .header .element .menu ul li a {
  text-decoration: none;
  padding-bottom: 3px;
  color: #151515;
  display: block;
  width: auto;
}

#wrap .header .element .menu ul li a::before,
#wrap .header .element .menu ul li a::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 2px solid transparent;
}

#wrap .header .element .menu ul li a:hover {
  color: #151515;
}

#wrap .header .element .menu ul li a:hover::before,
#wrap .header .element .menu ul li a:hover::after {
  width: 100%;
  height: 25px;
}

#wrap .header .element .menu ul li a:hover::before {
  border-top-color: #848484;
  border-right-color: #848484;
  transition: width .3s, height .3s .3s;
}

#wrap .header .element .menu ul li a:hover::after {
  border-bottom-color: #848484;
  border-left-color: #848484;
  transition: height .3s, width .3s .3s;
}


#wrap .main02 {
  padding-top: 100px;
  margin: auto;
  width: 100%;
  height: 240px;
  background-image: url(../img/main02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#wrap .main02 .tittle {
  width: 900px;
  height: 240px;
  margin: auto;
}

#wrap .main02 .tittle p {
  margin: 110px auto auto auto;
  font-size: 2.6em;
  color: #151515;
  text-align: left;
  text-indent: 30px;
}

#wrap .main03 {
  padding-top: 100px;
  margin: auto;
  width: 100%;
  height: 240px;
  background-image: url(../img/main03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#wrap .main03 .tittle {
  width: 900px;
  height: 240px;
  margin: auto;
}

#wrap .main03 .tittle p {
  margin: 110px auto auto auto;
  font-size: 2.6em;
  color: #151515;
  text-align: left;
  text-indent: 30px;
}

#wrap .main04 {
  padding-top: 100px;
  margin: auto;
  width: 100%;
  height: 240px;
  background-image: url(../img/main04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#wrap .main04 .tittle {
  width: 900px;
  height: 240px;
  margin: auto;
}

#wrap .main04 .tittle p {
  margin: 110px auto auto auto;
  font-size: 2.6em;
  color: #151515;
  text-align: left;
  text-indent: 30px;
}

#wrap .main05 {
  padding-top: 100px;
  margin: auto;
  width: 100%;
  height: 240px;
  background-image: url(../img/main05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#wrap .main05 .tittle {
  width: 900px;
  height: 240px;
  margin: auto;
}

#wrap .main05 .tittle p {
  margin: 110px auto auto auto;
  font-size: 2.6em;
  color: #151515;
  text-align: left;
  text-indent: 30px;
}

#wrap .main06 {
  padding-top: 100px;
  margin: auto;
  width: 100%;
  height: 240px;
  background-image: url(../img/main06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#wrap .main06 .tittle {
  width: 900px;
  height: 240px;
  margin: auto;
}

#wrap .main06 .tittle p {
  margin: 110px auto auto auto;
  font-size: 2.6em;
  color: #151515;
  text-align: left;
  text-indent: 30px;
}

#wrap .main07 {
  padding-top: 100px;
  margin: auto;
  width: 100%;
  height: 240px;
  background-image: url(../img/main_campaign01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#wrap .content .product {
  margin: 0 -26px 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0px;
  overflow: hidden;
}

#wrap .content .product li {
  margin: 0 20px 20px 0;
  padding: 5px;
  border: 1px solid #BDBDBD;
  float: left;
  overflow: hidden;
  width: 268px;
  background-color: #F2F2F2;
  list-style: none;
  display: inline;
}

#wrap .content .product img {
  width: 260px;
  height: 160px;
  margin: 5px;
}

#wrap .content .product .bold {
  width: auto;
  font-size: 1em;
  font-weight: bold;
  color: #151515;
  text-align: left;
  margin: 5px;
}

#wrap .content .product .comment {
  width: auto;
  font-size: 0.8em;
  color: #151515;
  text-align: left;
  margin: 5px;
}

#wrap .content .information {
  width: 430px;
  margin: 10px 20px 20px 0px;
  font-size: 0.8em;
  border-collapse: collapse;
  float: left;
  color: #151515;
}

#wrap .content .information th {
  width: 130px;
  border: 1px solid #BDBDBD;
  padding: 8px;
  text-align: left;
}

#wrap .content .information td {
  border: 1px solid #BDBDBD;
  padding: 8px;
  text-align: left;
}

#wrap .content .history {
  width: 900px;
  margin: 10px 0px 40px 0px;
  font-size: 0.8em;
  border-collapse: collapse;
  float: left;
  color: #151515;
}

#wrap .content .history th {
  width: 120px;
  border: 1px solid #BDBDBD;
  padding: 8px;
  text-align: left;
}

#wrap .content .history td {
  border: 1px solid #BDBDBD;
  padding: 8px;
  text-align: left;
}

#wrap .content .company {
  width: 540px;
  margin: 0px 20px 10px 0px;
  font-size: 1.2em;
  float: left;
  color: #151515;
  font-family: cursive;
  font-weight: bold;
}

#wrap .content .company02 {
  width: 540px;
  font-size: 0.8em;
  margin: 0px 20px 20px 0px;
  float: left;
  color: #151515;
  font-family: cursive;
}

#wrap .content .company11 {
  width: 420px;
  margin: 0px 20px 10px 0px;
  font-size: 1.5em;
  float: left;
  color: #151515;
  font-family: cursive;
  font-weight: bold;
}

#wrap .content .company12 {
  width: 420px;
  font-size: 1em;
  margin: 0px 20px 20px 0px;
  float: left;
  color: #151515;
  font-family: cursive;
}

#wrap .content .contact {
  margin: 0px 20px 50px 0px;
  font-size: 2em;
  float: left;
  color: #151515;
  font-family: inherit;
  font-weight: bold;
}

#wrap .content .privacy {
  margin: 20px 0px 30px 0px;
  float: left;
  color: #151515;
  font-size: 0.8em;
  padding-left: 20px;
}

#wrap .content .privacy li {
  list-style-type: decimal;
}

#wrap .content .privacy02 {
  margin: -25px 0px 5px 0px;
  float: left;
  color: #151515;
  font-size: 0.8em;
  padding-left: 20px;
  width: 100%;
}

#wrap .content .privacy02 li {
  list-style-type: lower-alpha;
}

#wrap .content .privacy03 {
  margin: -25px 0px 5px 0px;
  float: left;
  color: #151515;
  font-size: 0.8em;
  padding-left: 20px;
  width: 100%;
  counter-reset: my-counter;
  list-style: none;
}

#wrap .content .privacy03 li {}

#wrap .content .privacy03 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  display: block;
  float: left;
  line-height: 16px;
  margin-left: -10px;
  text-align: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: solid 1px #151515;
}

#wrap .content .privacy1-1 {
  margin: 0px 0px 30px 0px;
  font-size: 0.8em;
  padding-left: 20px;
}

#wrap .content .privacy1-1>li {
  list-style-type: decimal;
}

#wrap .content .privacy2-1 {
  margin: 0px 0px 30px 0px;
  padding-left: 0px;
}

#wrap .content .privacy2-1>li {
  list-style-type: none;
}

#wrap .content .privacy2-2 {
  counter-reset: my-counter;
  margin: 0px 0px 30px 0px;
  padding-left: 32px;
}

#wrap .content .privacy2-2>li {
  list-style: none;
}

#wrap .content .privacy2-2>li:before {
  content: "(" counter(my-counter)")";
  counter-increment: my-counter;
  display: block;
  float: left;
  line-height: 14px;
  margin-left: -30px;
  text-align: center;
  height: 14px;
  width: 14px;
}

#wrap .content .privacy3-1 {
  counter-reset: my-counter;
  margin: 0px 0px 10px 0px;
  padding-left: 32px;
}

#wrap .content .privacy3-1>li {
  list-style-type: none;
}

#wrap .content .privacy3-1>li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #000;
  display: block;
  float: left;
  line-height: 14px;
  margin-left: -30px;
  text-align: center;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}

#wrap .content .privacy4-1 {
  padding-left: 20px;
}

#wrap .content .privacy4-1>li {
  list-style-type: lower-alpha;
}

h3 {
  margin-bottom: 5px;
}

h4 {
  margin: 10px 0 5px 0;
  text-decoration: underline;
  font-size: 1.1em;
  font-weight: 100;
}

h5 {
  margin: 10px 0 5px 0;
  font-size: 1.1em;
}

p {
  margin: 0.3em 0;
}

.subttl {
  margin-top: 10pt;
  font-weight: 1000;
}

a img {
  transition: 0.2s;
}

a img:hover {
  opacity: 0.75;
}
