@charset "UTF-8";
/*
Theme Name: europlast
Description:europlast
*/
body {
  margin: 0;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

section {
  min-width: 1000px;
  margin: 0 auto;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
  padding: 1% 2%;
  font-size: 24px;
}

p {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

#top {
  background-image: url(images/main4.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
  height: 1080px;
}

#top .text {
  position: absolute;
  width: 900px;
  margin: 1% auto;
  padding: 2% 0;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 5%;
  background-color: rgba(0, 0, 0, 0.6);
}

#top .text p {
  padding: 0 12%;
}

#top .img {
  position: absolute;
  width: 300px;
  top: 30%;
  left: 50%;
  margin-left: 260px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#top .img img {
  width: 100%;
}

#lesson1,
#lesson2,
#lesson3,
#lesson4,
#lesson5,
#example,
#catalog,
#contact {
  text-align: center;
}

#lesson1 h1,
#lesson2 h1,
#lesson3 h1,
#lesson4 h1,
#lesson5 h1,
#example h1,
#catalog h1,
#contact h1 {
  margin: 3% 0 0;
  font-size: 30px;
  font-weight: normal;
}

#lesson1 .lesson,
#lesson2 .lesson,
#lesson3 .lesson,
#lesson4 .lesson,
#lesson5 .lesson,
#example .lesson,
#catalog .lesson,
#contact .lesson {
  display: block;
  margin: 10% 0 0;
  font-size: 20px;
}

#lesson1 .subtitle,
#lesson2 .subtitle,
#lesson3 .subtitle,
#lesson4 .subtitle,
#lesson5 .subtitle,
#example .subtitle,
#catalog .subtitle,
#contact .subtitle {
  display: block;
  margin: 0% 0 3%;
  font-size: 20px;
}

#lesson1 .img,
#lesson2 .img,
#lesson3 .img,
#lesson4 .img,
#lesson5 .img,
#example .img,
#catalog .img,
#contact .img {
  width: 1000px;
  margin: 0 auto;
}

#lesson1 .img img,
#lesson2 .img img,
#lesson3 .img img,
#lesson4 .img img,
#lesson5 .img img,
#example .img img,
#catalog .img img,
#contact .img img {
  width: 100%;
}

#lesson1 .detail,
#lesson2 .detail,
#lesson3 .detail,
#lesson4 .detail,
#lesson5 .detail,
#example .detail,
#catalog .detail,
#contact .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 1000px;
  margin: 3% auto;
}

#lesson1 .detail .picture,
#lesson2 .detail .picture,
#lesson3 .detail .picture,
#lesson4 .detail .picture,
#lesson5 .detail .picture,
#example .detail .picture,
#catalog .detail .picture,
#contact .detail .picture {
  width: 40%;
}

#lesson1 .detail .picture img,
#lesson2 .detail .picture img,
#lesson3 .detail .picture img,
#lesson4 .detail .picture img,
#lesson5 .detail .picture img,
#example .detail .picture img,
#catalog .detail .picture img,
#contact .detail .picture img {
  width: 100%;
}

#lesson1 .detail .text,
#lesson2 .detail .text,
#lesson3 .detail .text,
#lesson4 .detail .text,
#lesson5 .detail .text,
#example .detail .text,
#catalog .detail .text,
#contact .detail .text {
  width: 50%;
}

#lesson1 .detail .text p,
#lesson2 .detail .text p,
#lesson3 .detail .text p,
#lesson4 .detail .text p,
#lesson5 .detail .text p,
#example .detail .text p,
#catalog .detail .text p,
#contact .detail .text p {
  font-size: 20px;
}

#lesson1 .detail .text .explanation,
#lesson2 .detail .text .explanation,
#lesson3 .detail .text .explanation,
#lesson4 .detail .text .explanation,
#lesson5 .detail .text .explanation,
#example .detail .text .explanation,
#catalog .detail .text .explanation,
#contact .detail .text .explanation {
  margin: 10% auto 0;
  font-size: 16px;
}

#catalog {
  margin: 150px 0;
}

#catalog .download_btn {
  width: 300px;
  font-size: 1.2em;
  padding: .8em 0;
  color: #fff;
  background-color: #ff9600;
  border-radius: 8px;
  text-decoration: none;
}

#catalog .download_btn:hover {
  opacity: .8;
}

#lesson5 .imgbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px 0;
  width: 900px;
  margin: 0 auto;
}

#lesson5 .imgbox li.img {
  display: block;
  width: 200px;
  height: calc(200px + 2em);
  overflow: hidden;
}

#lesson5 .imgbox li.img img {
  height: 200px;
}

#example .imgbox {
  width: 930px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#example .imgbox .img {
  width: 300px;
  height: 200px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#example .imgbox .img img {
  width: 100%;
}

#contact table {
  width: 900px;
  margin: 0 auto;
}

#contact table td {
  border: 1px solid #ddd;
  text-align: left;
  padding: 2% 3%;
  position: relative;
}

#contact table td:first-child {
  font-weight: bold;
}

#contact table td input, #contact table td textarea {
  width: 80%;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

#contact table .indispensable:after {
  content: "必須";
  position: absolute;
  right: 10px;
  background: #ff5656;
  color: #fff;
  padding: 1% 3%;
  border-radius: 8px;
}

#contact .send {
  margin: 5% 0;
}

#contact .send input {
  width: 40%;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 30px;
  background-color: #999;
  color: #fff;
  border-style: none;
}

#warning {
  width: 1000px;
  margin: 0 auto;
}

#warning .detail {
  padding: 0 2%;
  font-size: 14px;
}

#footer {
  min-width: 1000px;
  margin: 10% auto 5%;
  border-top: 1px solid #aaa;
}

#footer .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .banner a {
  display: inline-block;
  margin: 2% 3%;
}

#footer .credit {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */

.grecaptcha-badge { visibility: hidden; }