@charset "UTF-8";

.copyright {
  margin-top: 15px;
}
@media screen and (max-width:480px) {
  #footer h2 {
    display: inherit;
  }
}

/*--------------------------------------
  Page Commons
---------------------------------------*/
.section {
  padding: 5% 0;
}
@media screen and (max-width:768px) {
  .section {
    padding: 7.5% 0;
  }
}
@media screen and (max-width:640px) {
  .section {
    padding: 10% 0;
  }
}

h2.heading {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  h2.heading {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media screen and (max-width:480px) {
  h2.heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

span.btn {
  width: 25%;
  margin: 5% auto 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  height: 45px;
  line-height: 45px;
  display: block;
  color: #ffffff;
  background-color: #000030;
}
span.btn a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
span.btn a:hover {
  color: #342a27;
  background: rgba(255,255,255,1);
  border: solid 1px #000030;
}
@media screen and (max-width:768px) {
  span.btn {
    width: 50%;
    height: 40px;
    line-height: 40px;
    margin: 5% auto 10%;
  }
}
@media screen and (max-width:640px) {
  span.btn {
    width: 75%;
  }
}

/*-------------------------------------
  Contents Styles
--------------------------------------*/
/* Page Header */
#page-header {
  top: 60px;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  background: url(../images/aw78_logo.png) no-repeat 50% 50%;
  background-attachment: fixed;
  background-size: 230px;
}
@media screen and (max-width:768px) {
  #page-header {
    top: 50px;
    width: 100%;
    height: 100vh;
    padding-top: 0;
    background-image: none;
  }
  #page-header::before {
    content: "";
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: block;
    background: url(../images/amazing-plex_header-img02_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
}

#page-header h2 {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 50px;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
#page-header ul {
  position: absolute;
  z-index: 1;
  top: 180px;
  left: 105px;
  text-align: center;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform-origin: center top;
  -webkit-transform-origin: center top;
}
#page-header ul li:first-of-type {
  position: relative;
  top: 85px;
}
#page-header ul li:nth-of-type(2) {
  position: relative;
  top: 130px;
}
#page-header ul li:nth-of-type(3) {
  position: relative;
  top: 175px;
}
#page-header ul li:nth-of-type(4) {
  position: relative;
  top: 220px;
}
#page-header ul li:last-of-type {
  position: relative;
  top: 265px;
}
.header-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/14306244_4k.jpg);
  background-repeat: no-repeat;
  background-position: right 60px;
  background-size: contain;
  background-attachment: fixed;
}
.comingsoon {
  position: absolute;
  z-index: 2;
  top: 33%;
  left: 44%;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform-origin: center top;
  -webkit-transform-origin: center top;
  display: none;
}
@media screen and (max-width:1680px){
  .comingsoon {
    top: 29%;
    left: 43%;
    transform: scale(1.35);
    -webkit-transform: scale(1.35);
  }
}
@media screen and (max-width:1440px) {
  .comingsoon {
    top: 34%;
    left: 42%;
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
  }
}
@media screen and (max-width:1280px) {
  #page-header h2 {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
  #page-header ul {
    top: 150px;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    left: 50px;
  }
  .comingsoon {
    top: 39%;
    left: 41%;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
@media screen and (max-width:1024px) {
  .comingsoon {
    top: 55%;
    left: 50%;
  }
}
/*
@media screen and (max-width:768px) {
  #page-header {
    background-image: none;
  }
  #page-header h2 {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #page-header ul {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .comingsoon {
    top: 70%;
    left: 2.5%;
  }
}
*/
@media screen and (max-width:768px) {
  #page-header h2, #page-header ul, .header-img, .comingsoon {
    display: none;
  }
}

/* 商品説明 */
#ap-unit {
  background-color: #f9f9f9;
}
#ap-unit h2 {
  text-align: center;
}
#ap-unit h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.3;
  margin: 1.25em 0 90px;
  text-align: center;
}
.ap-desc {
  padding-right: 65px;
}
.ap-desc h4 {
  margin-bottom: 20px;
}
.ap-desc h4 span {
  font-size: 28px;
  font-size: 2.8rem;
  color: #1c1f87;
  padding-left: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.ap-desc h4 img {
  display: inline-block;
  vertical-align: middle;
}
.ap-desc .ap-img {
  padding-left: 75px;
}
.ap-desc small {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
}

/* 革新的なテクノロジー */
#ap-desc01 div:first-of-type {
  float: left;
}
#ap-desc01 div:last-of-type {
  float: right;
  width: 42.3907488%;
}
#ap-desc01 div dl dd {
  padding: 15px 0;
}
#ap-desc01 div dl dd img {
  width: 25%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
#ap-desc01 div dl dd span {
  width: 75%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

/* アメイジング！な処理剤 */
#ap-desc02 {
  margin-top: 130px;
}
#ap-desc02 div ul, #ap-desc02 div ul li {
  float: left;
}
#ap-desc02 div p {
  display: none;
}
#ap-desc02 div div {
  float: right;
  width: 31.277533%;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
}

/* 使用方法 */
#ap-desc03 {
  margin-top: 130px;
}
#ap-desc03 .ap-img p img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#ap-desc03 .ap-img p:first-of-type {
  width: 54%;
}
#ap-desc03 .ap-img p:last-of-type {
  width: 44%;
}
#ap-desc03 .ap-img p:first-of-type {
  float: left;
}
#ap-desc03 .ap-img p:last-of-type {
  float: right;
}
#ap-desc03 .ap-img p:first-of-type img:last-of-type {
  margin-top: 4.5%;
}
#ap-desc03 .aw78-series {
  margin-top: 5%;
}

/* インナートリートメント */
#ap-desc04 {
  margin-top: 130px;
}
#ap-desc04 h4 br {
  display: none;
}
#ap-desc04 h5 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 75px;
}
#ap-desc04 h5 span {
  font-size: 0.8em;
}
#ap-desc04 .erucalactone {
  padding-left: 75px;
  margin: 5% auto;
}
#ap-desc04 .erucalactone ul:first-of-type {
  width: 34%;
  float: left;
}
#ap-desc04 .erucalactone ul:last-of-type {
  width: 62%;
  float: right;
}
#ap-desc04 .erucalactone ul:first-of-type li span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  display: block;
  text-align: justify;
}
#ap-desc04 .erucalactone ul:first-of-type li:last-of-type {
  margin-top: 5%;
}
#ap-desc04 .erucalactone ul:last-of-type li:nth-of-type(2) {
  text-align: center;
  font-size: 40px;
  font-size: 4.0rem;
  margin: 3% 0;
}
#ap-desc04 .erucalactone ul:last-of-type li:last-of-type {
  margin-top: 0;
}
#ap-desc04 .erucalactone ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* 驚きの効果 */
#ap-desc05 {
  margin-top: 130px;
  padding: 0;
}
.effect {
  position: relative;
  width: 1060px;
  height: 100%;
  padding: 6% 3%;
  margin: 0 65px 0 75px;
  text-align: center;
  background: rgb(228,225,240);
  background: -moz-linear-gradient(top, rgba(228,225,240,1) 0%, rgba(201,194,224,1) 50%, rgba(228,225,240,1) 100%, rgba(247,247,247,1) 100%);
  background: -webkit-linear-gradient(top, rgba(228,225,240,1) 0%,rgba(201,194,224,1) 50%,rgba(228,225,240,1) 100%,rgba(247,247,247,1) 100%);
  background: linear-gradient(to bottom, rgba(228,225,240,1) 0%,rgba(201,194,224,1) 50%,rgba(228,225,240,1) 100%,rgba(247,247,247,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e1f0', endColorstr='#f7f7f7',GradientType=0 );
}
.effect table tr:nth-of-type(2) td {
  padding: 10% 0;
}
.effect table tr:last-of-type td {
  width: 29%;
}
@media screen and (max-width:1059px) {
  .effect {
    width: auto;
  }
  .effect table tr:first-of-type td img,
  .effect table tr:last-of-type td img {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }
  .effect table tr:nth-of-type(2) td img {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}
@media screen and (max-width:768px) {
  .ap-desc {
    padding-right: 0;
  }
  .ap-desc .ap-img {
    padding-left: 0;
  }
  .ap-desc h4 {
    width: 100%;
    display: table;
  }
  .ap-desc h4 img {
    width: 75px;
    height: auto;
    display: table-cell;
    vertical-align: middle;
  }
  .ap-desc h4 span {
    line-height: 1.3;
    padding-left: 0.25em;
    display: table-cell;
    vertical-align: middle;
  }
  .ap-desc .ap-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #ap-desc01 div:first-of-type {
    float: none;
  }
  #ap-desc01 div:last-of-type {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
  #ap-desc01 div dl dt img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #ap-desc01 div dl dd {
    padding: 15px 0 25px;
  }
  #ap-desc02 div ul {
    float: none;
  }
  #ap-desc02 div div {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
  #ap-desc03 .ps-set {
    padding-left: 0;
  }
  #ap-desc03 .ps-set div {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 2.5%;
  }
  #ap-desc03 .ps-set small {
    text-align: left;
  }
  #ap-desc04 h4 br {
    display: inherit;
  }
  #ap-desc04 h5 {
    padding-left: 0;
  }
  #ap-desc04 .erucalactone {
    padding-left: 0;
    margin: 10% auto;
  }
  #ap-desc04 .erucalactone ul:first-of-type, 
  #ap-desc04 .erucalactone ul:last-of-type {
    width: 100%;
    float: none;
  }
  #ap-desc04 .erucalactone ul:last-of-type li {
    margin-top: 7.5%
  }
  .effect {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .effect table tr:nth-of-type(2) td {
    padding: 7.5% 0;
  }
}
@media screen and (max-width:640px) {
  #ap-unit h3 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    text-align: left;
    margin: 1.25em 0 15%;
  }
  .ap-desc h4 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #ap-desc02, #ap-desc03, #ap-desc04, #ap-desc05 {
    margin-top: 15%;
  }
  #ap-desc02 div p {
    display: inherit
  }
  #ap-desc02 div ul {
    display: none;
  }
  #ap-desc03 .ap-img p:first-of-type {
    float: none;
    width: 100%;
  }
  #ap-desc03 .ap-img p:first-of-type img:last-of-type {
    margin-top: 2.5%;
  }
  #ap-desc03 .ap-img p:last-of-type {
    float: none;
    width: 100%;
    margin-top: 5%;
  }
  #ap-desc03 .ps-set h5 {
    margin-bottom: 0.5em;
  }
  #ap-desc04 h5 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  #ap-desc04 .erucalactone ul:first-of-type li span {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #ap-desc04 .erucalactone ul:last-of-type li:nth-of-type(2) {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .effect table tr:nth-of-type(2) td {
    padding: 5% 0;
  }
  .effect table tr:nth-of-type(2) td img {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@media screen and (max-width:480px) {
  #ap-desc01 div dl dd img {
    display: block;
    width: 35%;
    margin: 0 auto 15px;
  }
  #ap-desc01 div dl dd span {
    display: block;
    width: 100%;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: left;
  }
}

/* Products */
#products {
  background-color: #ffffff;
}
.ps-set {
  position: relative;
  width: 1200px;
  margin-top: 2.5%;
}
.ps-set img {
  position: relative;
  width: 100%;
  height: auto;
}
.ps-set div {
  position: absolute;
  top: 2.5%;
  right: 2.5%;
}
.ps-set h5 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.3;
  letter-spacing: -0.75px;
  margin-bottom: 0.5em;
}
.ps-set ul {
  margin-bottom: 0.5em;
}
.ps-set ul li {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
}
.ps-set ul li em {
  font-size: 0.8em;
  font-style: normal;
}
.ps-set small {
	display: block;
	margin: 0 0 .5em;
}
@media screen and (max-width:1199px) {
  .ps-set {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .ps-set {
    padding-left: 0;
  }
  .ps-set div {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 2.5%;
  }
  .ps-set small {
    text-align: left;
  }
}
@media screen and (max-width:640px) {
  .ps-set h5 {
    margin-bottom: 0.5em;
  }
}

/* 他社PLEX系製品との比較 */
#comparison {
  background-color: #f9f9f9;
}
#comparison h2 {
  margin-bottom: 1.5em;
  line-height: 1.4;
}
#comparison h2 span {
  display: none;
}
#comparison table {
  width: 1200px;
  line-height: 1.4;
}
#comparison table th {
  width: 15%;
  text-align: center;
  vertical-align: middle;
}
#comparison table td {
  vertical-align: middle;
}
#comparison table td:first-of-type {
  width: 21%;
}
#comparison table td:not(first-of-type) {
  width: 16%;
}
#comparison table:first-of-type {
  margin-bottom: 0.25em;
}
#comparison table:first-of-type td {
  text-align: center;
}
#comparison table:first-of-type td img {
  margin: 0.5em 0;
  border: solid 1px #f1f1f1;
}
#comparison table:first-of-type thead td {
  font-size: 1.3em;
}
#comparison table:nth-of-type(2) {
  border-top: solid 1px rgba(0,0,48,0.2);
  border-left: solid 1px rgba(0,0,48,0.2);
  border-collapse: separate;
}
#comparison table:nth-of-type(2) tr:nth-of-type(3) td {
  font-size: 1.4em;
}
#comparison table:nth-of-type(2) tr:nth-of-type(3) td small {
  font-size: 0.7em;
  display: block;
}
#comparison table:nth-of-type(2) th {
  font-weight: normal;
  color: #ffffff;
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px rgba(0,0,48,0.2);
  border-bottom: solid 1px rgba(0,0,48,0.2);
  background-color: rgba(0,0,48,0.35);
  padding: 0.75em;
}
#comparison table:nth-of-type(2) td {
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px rgba(0,0,48,0.2);
  border-bottom: solid 1px rgba(0,0,48,0.2);
  padding: 0.75em;
}
#comparison table:nth-of-type(2) td:not(:first-of-type) {
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px rgba(0,0,48,0.2);
  border-bottom: solid 1px rgba(0,0,48,0.2);
  padding: 0.75em;
  color: #ffffff;
  background-color: rgba(0,0,48,0.35);
}
.emphasis {
  color: #0000ff;
}
#comparison table:nth-of-type(2) tr:nth-of-type(3) td:first-of-type,
#comparison table:nth-of-type(2) tr:last-of-type td:first-of-type {
  border-left: solid 3px #ff00ff;
  border-top: solid 3px #ff00ff;
  border-bottom: solid 3px #ff00ff;
}
#comparison table:nth-of-type(2) tr:nth-of-type(3) td:last-of-type,
#comparison table:nth-of-type(2) tr:last-of-type td:last-of-type {
  border-right: solid 3px #ff00ff;
  border-top: solid 3px #ff00ff;
  border-bottom: solid 3px #ff00ff;
}
#comparison table:nth-of-type(2) tr:nth-of-type(3) td:nth-of-type(2),
#comparison table:nth-of-type(2) tr:nth-of-type(3) td:nth-of-type(3),
#comparison table:nth-of-type(2) tr:nth-of-type(3) td:nth-of-type(4),
#comparison table:nth-of-type(2) tr:last-of-type td:nth-of-type(2),
#comparison table:nth-of-type(2) tr:last-of-type td:nth-of-type(3),
#comparison table:nth-of-type(2) tr:last-of-type td:nth-of-type(4) {
  border-top: solid 3px #ff00ff;
  border-bottom: solid 3px #ff00ff;
}
@media screen and (max-width:1199px) {
  #comparison h2 span {
    display: block;
    font-size: 0.75em;
    font-weight: normal;
  }
  #comparison .inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .scroll::-webkit-scrollbar { width: 10px; background-color: #dedede; }
  .scroll::-webkit-scrollbar-thumb { background-color: #999999; }
}


/* 有料サンプル購入のお知らせ */
#samples {
  background-color: #ffffff;
}
#samples h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 1.5em 0 3em;
  text-align: center;
}
.sample table {
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.sample h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0.5em;
}
.sample p {
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 3em;
}
.sample p a {
  color: #342a27;
}
.sample table:nth-of-type(2), .sample table:last-of-type {
  margin-top: 0.75em;
}
.sample table th {
  vertical-align: middle;
  width: 25%;
  padding: 0.5em 1em;
}
.sample table th img {
  border: solid 1px #f1f1f1;
  background-color: #ffffff;
}
.sample table td {
  vertical-align: middle;
  padding: 0.5em 0 0.5em 0.5em;
}
.sample table strong {
}
@media screen and (max-width:768px) {
  #samples h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sample table {
    width: 80%;
  }
  .sample p {
    width: 80%;
  }
}
@media screen and (max-width:640px) {
  .sample table {
    width: 100%;
  }
  .sample table th {
    width: 40%;
  }
  .sample p {
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .sample table th, .sample table td {
    width: 100%;
    display: block;
    text-align: center;
  }
}

/* お問い合わせ */
#inquiry {
  background-color: #f9f9f9;
}
#inquiry h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 1.5em 0 3em;
  text-align: center;
}
#inquiry table {
  width: 100%;
  border-top: solid 1px rgba(0,0,48,0.2);
  border-collapse: separate;
  line-height: 1.5;
}
/*
#inquiry table tr.tr02 {
  display: none;
}
*/
#inquiry table th {
  width: 25%;
  font-weight: normal;
  text-align: left;
  padding: 1em;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px rgba(0,0,48,0.2);
  background: rgba(0,0,48,0.35);
  color: #ffffff;
  vertical-align: middle;
}
#inquiry table td {
  padding: 1em;
  border-bottom: solid 1px rgba(0,0,48,0.2);
  vertical-align: middle;
  /*
  background-color: #f9f9f9;
  */
}
#inquiry table td ul li:nth-of-type(2) {
  margin-top: 1em;
}
#inquiry table td ul li:last-of-type {
  margin-top: 1em;
  padding-top: 1em;
  border-top: dotted 1px rgba(0,0,48,0.2);
}
#inquiry form p {
  text-align: center;
}
#inquiry form span {
  display: inline-block;
  margin-bottom: 0.25em;
}
#inquiry p {
  margin-bottom: 0.75em;
  line-height: 1.4;
}
#inquiry .asterisk {
  color: #ff0000;
}
#inquiry input[type="text"],
#inquiry input[type="email"],
#inquiry textarea {
  width: 100%;
  padding: 0.75em 1em;
  border: solid 1px #ededed;
  outline: none;
}
#inquiry input[type="text"]:focus,
#inquiry input[type="email"]:focus,
#inquiry textarea:focus {
  background: rgba(255,230,242,0.35);
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
::-webkit-input-placeholder {
  color: #cccccc;
}
:-moz-placeholder {
  color: #cccccc;
}
::-moz-placeholder {
  color: #cccccc;
}
:-ms-input-placeholder {
  color: #cccccc;
}
#inquiry input[type="submit"], #inquiry input[type="button"] {
  width: 25%;
  margin: 5% auto 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  background-color: #000030;
  border: none;
  outline: none;
  cursor: pointer;
}
#inquiry input[type="submit"]:hover, #inquiry input[type="button"]:hover {
  color: #000030;
  background-color: #ffffff;
  border: solid 1px #000030;
}
#inquiry label, #inquiry input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
}
#inquiry label:last-of-type {
  margin-left: 1em;
}
#inquiry label span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.25em;
}
#inquiry select {
  display: block;
  margin-bottom: 0.75em;
}
.form-attention {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  margin: 3em 0 !important;
}
@media screen and (max-width:768px) {
  #inquiry h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:640px) {
  #inquiry h3 {
    margin: 1em 0 2em;
  }
  #inquiry table th, #inquiry table td {
    width: 100%;
    display: block;
  }
  #inquiry table td {
    padding: 0.75em 0;
    background: none;
  }
  #inquiry input[type="submit"], #inquiry input[type="button"] {
    width: 45%;
    height: 40px;
    line-height: 40px;
  }
  #inquiry label:last-of-type {
    margin-left: 0;
  }
  .form-attention {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
  }
}
.visible {
  display: inherit;
}
.taC {
  text-align: center;
}
.red {
  color: #ff0000;
}
.w15 {
  width: 15% !important;
}
@media screen and (max-width:640px) {
  .w15 {
    width: 20% !important;
  }
}

/* FadeIn */
.fadeIn {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fadeInUp {
  transform: translate(0, 75px);
  -webkit-transform: translate(0, 75px);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fadeInLeft {
  transform: translate(-75px, 0);
  -webkit-transform: translate(-75px 0);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fadeIn.show {
  opacity: 1 !important;
}
.fadeInUp.show, .fadeInLeft.show {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1 !important;
}
.delay01 {
  transition-delay: .15s;
  -webkit-transition-delay: .15s;
}
.delay02 {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.delay03 {
  transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}
.delay04 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.delay05 {
  transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}
.delay06 {
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}
.delay07 {
  transition-delay: 1.05s;
  -webkit-transition-delay: 1.05s;
}
.delay08 {
  transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}