/* CSS Document */

/* ******************************************************************

= detail-article

****************************************************************** */
.box-article {
  background: #fff;
  max-width: 1000px;
  margin: -230px auto 0;
  position: relative;
  z-index: 10;
  padding: 60px 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.box-article .inner {
  margin: 0 10%;
}
@media only screen and (max-width: 1000px) {
    .box-article {        margin-left:2.5%;
        margin-right:2.5%;
}
    .box-article .inner {
      margin: 0 7%;
     }
}
@media only screen and (max-width: 640px) {
    .box-article {
      margin: 0 auto;
      border-radius: 0;
      padding: 40px 0 !important;
      box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
      }
}

.box-article .inner.company {
  width: auto;
}
.box-article .inner.company section {
  padding: 0 0 60px;
  margin: 0 10.5%;
}
@media only screen and (max-width: 1000px) {
    .box-article .inner.company section {
      margin:0;
    }
}
.box-article .inner.company section+section {
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
.box-article .inner section h3 {
  font-size: 20px;
  margin: 50px 0 20px;
  border-left: 8px solid #f6ab00;
  padding: 2px 0 2px 15px;
}
.box-article .inner p {
  font-size: 1.5em;
  line-height: 1.6
}
.box-article .inner h2 {
  font-size: 3em;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  font-weight:normal
}
.box-article .inner h2:after {
  content: '';
  background: #f6a800;
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
}
.box-article .inner section *+ul,
.box-article .inner section *+p{
  margin-top: 20px;
}
.box-article .inner section li {
  font-size: 1.5em;
  line-height: 1.4;
  margin-top: 10px;
  padding-left: 1em;
  position: relative
}
.box-article .inner section li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
    width: 7px;
    height: 7px;
    background: #666;
    border-radius: 50%;
}
.box-article .inner .text-right {
  font-size: 1.4em;
  text-align: right;
  margin-top: 4em;
}

@media only screen and (max-width: 640px) {
      .box-article .inner.company section {
        padding: 0 0 40px;
      }
      .box-article .inner.company section+section {
        padding-top: 40px;
        border-top: 1px solid #ccc;
      }
      .box-article .inner section h3 {
        font-size: 17px;
        margin: 40px 0 20px;
        border-left: 5px solid #f6ab00;
        padding: 2px 0 2px 10px;
      }
      .box-article .inner p {
        font-size: 1.4em;
        line-height: 1.5
      }
      .box-article .inner h2 {
        font-size: 2.1em;
        margin-bottom: 50px;
      }
      .box-article .inner h2:after {
        width: 40px;
        height: 3px;
        position: absolute;
        margin-left: -20px;
        bottom: -20px;
      }
      .box-article .inner section p+ul {
        margin-top: 20px;
      }
      .box-article .inner section li {
        font-size: 1.4em;
        line-height: 1.5;
        margin-top: 10px;
        padding-left: 1em;
        position: relative
      }
      .box-article .inner section li:before {
        font-size: 10px;
        color: #555
      }
}
.tbl-outline {
  margin-top: 0 !important;
}
.tbl-outline dl {
  display: table;
  width: 100%;
  font-size: 1.5em;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
  padding: 0 0 0 1em;
}
.tbl-outline dl:last-child {
  border: none;
}
.tbl-outline dt {
  display: table-cell;
  width: 30%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px 0 20px 20px;
  font-weight: bold;
  position: relative;
}
.tbl-outline dt:before {
  content: "〇";
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: 21px;
}
.tbl-outline dd {
  display: table-cell;
  width: 70%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px 0;
}
.box-article .company section h2 {
  font-size: 3em;
}
.box-article .company section p {
  line-height: 2;
}
.box-article .company section p+p {
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
.tbl-outline dl {
  display: block;
  font-size: 1.4em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
  padding: 15px 0 15px 1em;
}
.tbl-outline dt {
  display: block;
  width: auto;
  padding: 0 0 5px 5px;
}
.tbl-outline dt br {
  display: none
}
.tbl-outline dt:before {
  content: "〇";
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: -1em;
  top: 1px;
}
.tbl-outline dd {
  display: block;
  width: auto;
  padding: 3px 0 0 5px;
}
.box-article .company section h2 {
  font-size: 2.2em;
  margin-bottom:40px;
}
.box-article .company section p {
  line-height: 1.7;
}
}
.history div {
  position: relative;
  padding: 20px 0;
}
.history div+div {
  border-top: 1px solid #eee;
}
.box-article .company .history p {
  font-size: 1.6em;
  font-weight: bold;
  position: absolute;
  top: 24px;
  line-height: 1;
  padding-left: 20px
}
.history p:before {
  content: "〇";
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 1px;
  color: #666;
}
.history dl {
  display: table;
  width: 90%;
  line-height: 1;
  margin-left: 10%;
}
.history dt {
  display: table-cell;
  font-size: 1.6em;
  text-align: right;
  width: 10%;
  box-sizing: border-box;
  padding: 4px 10px;
  font-weight: bold;
  position: relative;
  color: #555;
}
.history dd {
  display: table-cell;
  width: 90%;
  box-sizing: border-box;
  padding: 4px 10px;
  font-size: 1.5em;
  line-height: 1.4
}
.history dd a {
  color: #222;
  padding: 0 5px
}
.history {
  padding-bottom: 0 !important
}

@media only screen and (max-width: 640px) {
.history div {
  position: relative;
  padding: 15px 0;
}
.history div+div {
  border-top: 1px solid #eee;
}
.box-article .company .history p {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  top: auto;
  line-height: 1;
  padding-left: 5px;
  margin: 0 0 10px 1em;
}
.history p:before {
  content: "〇";
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: -1em;
  color: #666;
}
.history dl {
  width: 100%;
  margin-left: 0;
}
.history dt {
  display: table-cell;
  font-size: 1.4em;
  text-align: right;
  width: 10%;
  box-sizing: border-box;
  padding: 4px 0;
  font-weight: bold;
  position: relative;
  color: #555;
  white-space:nowrap
}
.history dd {
  display: table-cell;
  width: 90%;
  box-sizing: border-box;
  padding: 4px 10px;
  font-size: 1.4em;
  line-height: 1.4
}
.history dd a {
  color: #222;
  padding: 0 5px
}
.history {
  padding-bottom: 0 !important
}
}


.inquiry section p+p {
  margin-top: 30px;
}
.inquiry p a {
  color: #222;
  text-decoration: underline;
}
.l-elm .inquiry p a:hover {
  text-decoration: none
}
.inquiry section dl {
  display: table;
  width: 100%;
  padding-bottom: 20px;
}
.inquiry section dl+dl {
  padding: 20px 0 0;
  border-top: 1px solid #efefef
}
.inquiry section dt {
  font-size: 1.6em;
  display: table-cell;
  width: 35%;
  font-weight: bold;
  line-height: 1.4;
  position:relative;
  padding-left:55px;
}
.inquiry section dt span{
  display:block;
  position:absolute;
  width:40px;
  height: auto;
  left:0;
  top:3px;
  background:#f6ab00
  }
.inquiry section dt img{
  width:100%;
  height:auto;
  display:block
  }
.inquiry section dd {
  display: table-cell;
  width: 65%;
}

.inquiry section.pre dt {
  font-size: 2.6em;
  display: block;
  width: auto;
  font-weight: bold;
  line-height: 2;
  position:relative;
  padding-left:55px;
}
.inquiry section dd {
  display: block;
  width: auto;
}
.inquiry section.pre dd strong {
  display: block;
  width:auto;
  font-size:1.3em;
  line-height:2;
  padding-top:1.5em;
}


.inquiry section dd p {
  line-height: 1.6 !important
}
.inquiry section dd p+p {
  margin-top: 1em;
}
.inquiry form {
  background: #f5f5f5;
  margin: 50px 5% 0;
  padding: 20px 5.5% 35px;
}
.inquiry form dl {
  float: left;
  width: 48.5%;
  display: table;
  font-size: 1.4em;
  border-bottom: 1px solid #ccc;
  height: 40px;
  /* line-height: 40px; */
  padding: 25px 0 10px;
}
.inquiry form dl.wide {
  width: 100%;
  border: none;
  float: none
}
.inquiry form dl:nth-child(2n+2) {
  margin-left: 3%;
}
.inquiry form dt {
  display: table-cell;
  width: 32%;
  font-weight: bold;
  vertical-align: bottom
}
.inquiry form dd {
  display: table-cell;
  width: 68%;
  position: relative;
  vertical-align: bottom
}
.inquiry form dd label {
  font-size: 15px
}
.inquiry form dd label+label {
  margin-left: 2em;
}
.inquiry form dd input[type="text"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  background: none;
  border: none;
  background: rgba(255,255,255,.7);
  font-size: 14px;
  border: 1px solid #fff;
  display: block;
  height: 36px;
  line-height: 36px;
}
.inquiry form dl.wide dt {
  vertical-align: top;
  width: 15%;
}
.inquiry form dl.wide dd {
  width: 85%;
  vertical-align: top;
  line-height: 1.8
}
.inquiry form dl.wide dd textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: none;
  border: none;
  background: rgba(255,255,255,.7);
  height: 15em;
  resize: none;
  font-size: 14px;
  border: 1px solid #fff;
  display: block;
}
.inquiry form p {
  text-align: center;
  font-size: 14px;
  padding: 20px 0 0;
}
.inquiry form p a {
  color: #222;
  text-decoration: underline;
}
.inquiry form p a:hover {
  text-decoration: none;
}
.inquiry form dd input[type="text"]:focus, .inquiry form dl.wide dd textarea:focus {
  border: 1px solid #edb81c;
  background: #fff;
}
.error {
  border: 1px solid #ad2527 !important;
  background: #fee !important;
}
.inquiry form button {
  cursor: pointer;
  height: 50px;
  width: 280px;
  margin: 20px auto 0;
  display: inline-block;
  background: #f6ab00;
  color: #000;
  border: none;
  font-size: 15px;
  font-weight: bold;
}
.inquiry form .btns {
  width: 562px;
  margin: 0 auto;
}
.inquiry .btn {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  width: 280px;
  margin: 20px auto 0;
  display: block;
  background: #333;
  color: #fff;
  border: none;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
}
.inquiry .btns .btn {
  float: left;
  margin-right: 2px;
}
.inquiry form button.deactive {
  opacity: .2;
}
.mes-error {
  background: #C7272A;
  padding: 7px 10px;
  color: #fff;
  font-size: 13px;
  position: absolute;
  right: -10px;
  top: -16px;
  display: none;
  line-height: 1 !important;
}
.error+.mes-error {
  display: block;
}
.inquiry form dd input[name="email"]:focus+.mes-error {
  display: none !important;
}
.confirm section p {
  text-align: center;
  font-size: 1.7em !important;
}
.finish .inner {
  width: 70%;
}
.finish dl {
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef
}
.finish .btn {
  margin-top: 50px;
}

.sitemap{
  padding:80px 0;
  }
.sitemap .inner .box-wrap{
  width:28%;
  float:left;
  }
.sitemap .inner .box-wrap+.box-wrap{
  margin-left:8%;
  }
.sitemap .inner section+section{
  margin-top:60px;
  }
.sitemap .inner section h2{
  font-size:1.8em;
  font-weight:bold;
  text-align:left;
  margin-bottom: 15px;
  }
.sitemap .inner section h2+h2{
    margin-top:3.6em;
  }
.sitemap .inner section h2:after{
  display:none
  }
.sitemap .inner section h2 a{
  color:#000;
  display: inline-block;
  background:url(../../../common/img/ic_arrow_news.png) 100% 50% no-repeat;
  background-size: 12px auto;
  padding-right:30px
  }
.sitemap .inner section > h2+ul{
  border-top: 1px solid #eee;
  }
.sitemap .inner section > ul > li{
  border-bottom: 1px solid #eee;
  line-height:1;
  margin:0;
  }
.sitemap .inner section > ul > li a{
  padding:16px 0;
  display:block;
  color:#333;
  }
.sitemap .inner section > ul > li a+ul >li{
  font-size:15px;
  margin:0;
  }
.sitemap .inner section > ul > li a+ul >li:before{
  display:none;
  }
.sitemap .inner section > ul > li a+ul >li a{
  padding:0 0 10px;
  text-decoration: underline;
  }
.sitemap .inner section > ul > li a+ul >li a:hover{
  text-decoration: none;
  }
.sitemap .inner section > ul > li a+ul >li:last-child a{
  padding-bottom:15px;
  }
.sitemap .inner section li:before{
  top:19px;
  font-size:10px;
  }
@media only screen and (max-width: 640px) {

    .sitemap .inner .box-wrap{
      width: auto;
      float: none;
      }
    .sitemap .inner .box-wrap+.box-wrap{
      margin:40px 0 0;
      }
    .sitemap .inner section+section{
      margin-top:40px;
      }

    .sitemap .inner section > ul > li a{
      background:url(../../../common/img/ic_arrow_link_b.png) 100% 50% no-repeat;
      background-size:contain;
      -webkit-background-size:contain;
      }

    .sitemap .inner section > ul > li a+ul >li a{
      background:none
      }
}

@media only screen and (max-width: 640px) {
.inquiry section p+p {
  margin-top: 20px;
}
.inquiry section dl {
  display: block;
  width: auto;
  padding: 0 0 20px 1em;
}
.inquiry section dl+dl {
  padding: 20px 0 0 1em;
  border-top: 1px solid #efefef
}
.inquiry section dt {
  font-size: 1.4em;
  display: block;
  width: auto;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 5px;
}

.inquiry section dt{
  padding:0;
  margin-bottom:15px;
  }
.inquiry section dt span{
  display:inline-block;
  position:relative;
  width:30px;
  height: auto;
  left:0;
  top:10px;
  margin-right:10px
  }
.inquiry section dt img{
  width:100%;
  height:auto;
  display:block
  }


.inquiry section dt br {
  display: none
}
.inquiry section dd {
  display: block;
  width: auto;
}
.inquiry section dd strong {
  display: block;
}
.inquiry form {
  background: #f5f5f5;
  margin: 40px 4% 0;
  padding: 10px 5% 20px;
}
.inquiry form dl {
  float: none;
  width: 100%;
  display: block;
  font-size: 1.4em;
  border-bottom: 1px solid #ccc;
  height: auto;
  line-height: auto;
  padding: 20px 0 7px;
}
.inquiry form dl:nth-child(2n+2) {
  margin-left: 0
}
.inquiry form dt {
  display: block;
  width: auto;
}


.inquiry form dd {
  display: block;
  width: auto;
}
.inquiry form dd label {
  font-size: 14px
}
.inquiry form dd label+label {
  margin-left: 2em;
}
.inquiry form dd input[type="text"] {
  height: 42px;
  line-height: 42px;
}
.inquiry form dl.wide dt {
  width: auto;
}
.inquiry form dl.wide dd {
  width: auto;
}
.inquiry form dl.wide dd textarea {
  height: 20em;
}
.inquiry form p a {
  color: #222;
  text-decoration: underline;
}
.inquiry form p a:hover {
  text-decoration: none;
}
.inquiry form button {
  height: 50px;
  width: 100%;
  margin: 20px auto 0;
}
.inquiry form .btns {
  width: auto;
  margin: 0 auto;
}
.inquiry .btn {
  width: 100%;
  margin: 10px auto 0;
}
.inquiry .btns .btn {
  float: none;
  margin-right: 0;
}
.mes-error {
  padding: 10px 0;
  font-size: 13px;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  display: none;
}
.error+.mes-error {
  display: block;
}
.inquiry form dd input[name="email"]:focus+.mes-error {
  display: none !important;
}
.confirm section p {
  text-align: center;
  font-size: 1.7em !important;
}
.finish .inner {
  width: auto;
}
.finish dl {
  margin-top: 40px;
  padding: 20px 0 !important;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef
}
.finish .btn {
  margin-top: 50px;
}
}

@media only screen and (max-width: 640px) {
    .sp-bottom-menu li{
      border-top:none;
      }
    .sp-bottom-menu li+li{
      border-top:1px solid #ccc;
      }
}