/* media query */
#contents .mainimg {
  background-image: url(../images/mainimg.jpg);
}

#contents .firstCopy {
  text-align: center;
  padding: 100px 30px;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .firstCopy {
    padding: 50px 20px;
    text-align: left;
  }
}

#contents .mainArea > section > p.titleBg {
  display: block;
  height: 400px;
  background: url(../images/bg_copy.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  #contents .mainArea > section > p.titleBg {
    height: 300px;
  }
}

#contents .mainArea > section > div.titleText {
  width: calc(50% - 100px);
  margin: -100px 0 0 auto;
  background-color: #f4f0eb;
  padding: 80px 0 80px 70px;
}

@media screen and (max-width: 960px) {
  #contents .mainArea > section > div.titleText {
    width: calc(50% - 30px);
    margin: -50px 0 0 auto;
    padding: 50px 0 50px 50px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainArea > section > div.titleText {
    width: calc(100% - 50px);
    padding: 30px 0 30px 30px;
    margin: -50px 0 20px auto;
  }
}

#contents .mainArea > section > div.titleText > h3 {
  font-size: 1.4em;
}

#contents .mainArea > section > div.titleText > h3::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7dfac9), to(#dcfcc1));
  background: linear-gradient(to bottom, #7dfac9 0%, #dcfcc1 100%);
  vertical-align: middle;
  margin-right: 15px;
}

#contents .mainArea > section > div.text {
  max-width: 980px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 100px;
}

@media all and (max-width: 1400px) {
  #contents .mainArea > section > div.text {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainArea > section > div.text {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 960px) {
  #contents .mainArea > section > div.text {
    margin-top: -50px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainArea > section > div.text {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

#contents .mainArea > section > div.text > p {
  width: calc(50% + 70px);
}

@media screen and (max-width: 960px) {
  #contents .mainArea > section > div.text > p {
    width: calc(50% + 10px);
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainArea > section > div.text > p {
    width: 100%;
  }
}

#contents .mainArea > section > div.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 150px;
}

@media all and (max-width: 1400px) {
  #contents .mainArea > section > div.detail {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainArea > section > div.detail {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 960px) {
  #contents .mainArea > section > div.detail {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainArea > section > div.detail {
    display: block;
  }
}

#contents .mainArea > section > div.detail > ul {
  width: 250px;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainArea > section > div.detail > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainArea > section > div.detail > ul li {
    width: calc(50% - 8px);
  }
}

#contents .mainArea > section > div.detail > ul li:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainArea > section > div.detail > ul li:not(:last-child) {
    margin-bottom: 0;
  }
}

#contents .mainArea > section > div.detail > ul li img {
  border-radius: 50%;
  border: 8px solid #7dfac9;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainArea > section > div.detail > ul li img {
    border: 6px solid #7dfac9;
  }
}

#contents .mainArea > section > div.detail > dl {
  width: calc(100% - 320px);
}

@media screen and (max-width: 960px) {
  #contents .mainArea > section > div.detail > dl {
    width: calc(100% - 290px);
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainArea > section > div.detail > dl {
    width: 100%;
  }
}

#contents .mainArea > section > div.detail > dl dt {
  font-size: 1.4em;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  #contents .mainArea > section > div.detail > dl dt {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainArea > section > div.detail > dl dt {
    font-size: 1.2em;
  }
}

#contents .mainArea > section > div.detail > dl dd:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainArea > section > div.detail > dl dd:not(:last-child) {
    margin-bottom: 40px;
  }
}

#contents .subArea {
  background-color: #f4f0eb;
  padding: 70px 0;
  margin-bottom: 150px;
}

@media screen and (max-width: 960px) {
  #contents .subArea {
    margin-bottom: 40px;
  }
}

#contents .subArea > h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#7dfac9), to(#dcfcc1));
  background: linear-gradient(to bottom, #7dfac9 0%, #dcfcc1 100%);
  width: 500px;
  padding: 5px;
  margin: 0 auto 50px;
  font-size: 1.5em;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .subArea > h2 {
    width: calc(100% - 60px);
    margin: 0 30px 30px;
    font-size: 1.4em;
  }
}

#contents .subArea > h2 span {
  display: block;
  background-color: #f4f0eb;
  text-align: center;
  padding: 20px 0;
  line-height: 150%;
}

#contents .subArea > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .subArea > section {
    display: block;
  }
}

#contents .subArea > section:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

#contents .subArea > section:nth-child(odd) > p {
  margin: 0 0 20px auto;
}

#contents .subArea > section:not(:last-child) {
  margin-bottom: 50px;
}

#contents .subArea > section > p {
  width: calc(50% - 100px);
  height: 480px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #contents .subArea > section > p {
    width: 50%;
    height: 400px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .subArea > section > p {
    width: calc(100% - 25px);
    height: 300px;
    margin-bottom: 20px;
  }
}

#contents .subArea > section > div {
  max-width: 650px;
  margin: 0 50px;
}

@media screen and (max-width: 960px) {
  #contents .subArea > section > div {
    width: 50%;
    margin: 0 40px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .subArea > section > div {
    width: calc(100% - 50px);
    margin: 0 25px;
  }
}

#contents .subArea > section > div > h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
}

#contents .subArea > section > div > p {
  line-height: 160%;
}

#contents .subArea > section > div > p:not(:last-child) {
  margin-bottom: 20px;
}

#contents .subArea > section > div > p a {
  text-decoration: underline;
}

#contents .oemArea {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media all and (max-width: 1400px) {
  #contents .oemArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .oemArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 960px) {
  #contents .oemArea {
    margin-bottom: 40px;
  }
}

#contents .oemArea > h3 {
  font-size: 1.6em;
  margin-bottom: 20px;
}

#contents .oemArea > h3::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7dfac9), to(#dcfcc1));
  background: linear-gradient(to bottom, #7dfac9 0%, #dcfcc1 100%);
  vertical-align: middle;
  margin-right: 15px;
}

#contents .oemArea > p {
  margin-bottom: 50px;
}

#contents .oemArea > section {
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
}

#contents .oemArea > section > h4 {
  font-size: 1.2em;
  margin: 0 0 5px;
}

#contents .oemArea > section > p {
  margin-bottom: 30px;
  font-size: 0.9em;
}

#contents .oemArea > section > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .oemArea > section > ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#contents .oemArea > section > ul > li {
  width: 282px;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .oemArea > section > ul > li {
    width: calc(50% - 10px);
  }
}

#contents .oemArea > section > ul > li:first-child {
  margin-right: 70px;
}

@media screen and (max-width: 960px) {
  #contents .oemArea > section > ul > li:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .oemArea > section > ul > li:first-child {
    margin-right: 0;
  }
}

#contents .oemArea > section > ul > li img {
  border: 1px solid #e0e0e0;
}

#contents .oemArea > section > ul > li span {
  display: block;
  margin-top: 5px;
}
/*# sourceMappingURL=index.css.map */