@import url(base.css);
@import url(common.css);
@import url(lib.css);
p.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 60px;
  cursor: pointer;
  z-index: 1000;
}

.w100 {
  width: 100%;
}

.cont_m {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .cont_m {
    width: 100%;
  }
}

body.spView .cont_m, body.spView .inner, body.spView #footer {
  width: 100% !important;
}
body.spView #wrapper {
  width: 100%;
  overflow: hidden;
  padding: 30px;
}
body.spView #wrapper .copyright {
  display: none;
}
body.spView #wrapper article img {
  max-width: 100%;
  height: auto;
}
body.spView #wrapper article#art_before ul {
  width: 100%;
  display: flex;
  margin: 0;
}
body.spView #wrapper article#art_before ul li img {
  width: 100%;
}
body.spView #wrapper article#art_after ul {
  display: flex;
  padding: 0 20px;
}
body.spView #wrapper article#art_after ul li img {
  width: 100%;
}
body.spView #wrapper article#art_support {
  padding: 50px;
}
body.spView #wrapper article#art_support p.steps img {
  width: 100%;
}
body.spView #wrapper article#art_function {
  padding: 60px 40px;
}
body.spView #wrapper article#art_suggestion .inner ul {
  padding: 50px;
}
body.spView #wrapper article#art_cost, body.spView #wrapper article#art_inquiry {
  padding: 50px;
}

/* ---------------------------------
Index
---------------------------------- */
body {
  background: #f2f8fa;
  border: solid 8px #2e61ca;
}

#wrapper {
  position: relative;
  background: url(../img/header_bg.png) repeat-x top center;
  top: 0;
}
#wrapper p.copyright {
  position: absolute;
  top: 340px;
  left: 30px;
}
@media screen and (max-width: 640px) {
  #wrapper p.copyright {
    display: none;
  }
}

.delay {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1.8s;
}

.delay.on {
  opacity: 1;
}

.delay.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

#mainv {
  margin-bottom: 80px;
}
#mainv img {
  width: 100%;
}

.inquirybtn {
  position: fixed;
  top: 280px;
  right: 0px;
  z-index: 111;
}
.inquirybtn a {
  background-image: -moz-linear-gradient(-90deg, #08aeea 0%, #9c58cc 100%);
  background-image: -webkit-linear-gradient(-90deg, #08aeea 0%, #9c58cc 100%);
  background-image: -ms-linear-gradient(-90deg, #08aeea 0%, #9c58cc 100%);
  display: block;
  padding: 50px 30px;
  font-size: 18px;
  text-align: center;
  color: white;
  vertical-align: middle;
  letter-spacing: 2px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: .3s;
  box-shadow: -2px 0px 5px #ccc;
}
.inquirybtn a:hover {
  text-decoration: none;
  opacity: .9;
  transition: .3s;
  border-radius: 20px 0 0 20px;
}

header {
  transition: .3s;
  width: 100%;
  height: 0px;
  opacity: 0;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  box-shadow: 2px 0px 2px #ccc;
  z-index: 1111;
  border: solid 8px #2e61ca;
  border-bottom: none;
}
header #header {
  position: relative;
  padding: 0 40px;
}
header #header p.logo {
  width: 142px;
  position: absolute;
  top: 15px;
  left: 40px;
}
header #header p.logo img {
  width: 100%;
}
header #header ul {
  width: 600px;
  float: right;
  text-align: right;
}
header #header ul li {
  display: inline-block;
  line-height: 68px;
  margin-left: 30px;
}
header #header ul li a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  transition: .3s;
  color: #444;
}
header #header ul li a:hover {
  text-decoration: none;
  color: #2e61ca;
  transition: .3s;
}
header.change {
  opacity: .9;
  transition: .3s;
}

article {
  padding: 80px 0;
}

article#top {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
  transition: .3s;
  padding-top: 220px;
  height: 860px;
}
@media screen and (max-width: 640px) {
  article#top {
    width: 100%;
  }
}
article#top .logo p {
  margin-bottom: 15px;
}
article#top .logo h1 {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
article#top .logo .scroller dl {
  position: relative;
  width: 65px;
  height: 88px;
}
article#top .logo .scroller dl dt, article#top .logo .scroller dl dd {
  position: absolute;
}
article#top .logo .scroller dl dt {
  left: 0;
  top: 0;
  animation: ex_a 1s ease infinite alternate;
}
@keyframes ex_a {
  0% {
    top: -5px;
  }
  80% {
    top: 5px;
  }
  100% {
    top: 5px;
  }
}
article#top .logo .scroller dl dd {
  right: 0;
  top: 33px;
}

article#art_before {
  padding-top: 0px;
  padding-bottom: 50px;
}
article#art_before h2.ex {
  text-align: center;
  font-size: 28px;
  line-height: 2.5;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 50px;
}
article#art_before h2.ex span {
  margin-top: 30px;
  display: block;
}
article#art_before ul.beforepoint {
  width: 1200px;
  margin: 0 auto;
  margin-left: -100px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  article#art_before ul.beforepoint {
    width: 100%;
  }
}
article#art_before ul.beforepoint li {
  display: inline-block;
  margin: 0 22px;
}

article#art_after {
  position: relative;
  height: 760px;
  overflow: hidden;
  background: url(../img/redcarpet.png) no-repeat top center;
  background-size: cover;
}
article#art_after ul {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 150px;
}
article#art_after ul li {
  display: inline-block;
  margin: 0 10px;
}
article#art_after .solman {
  width: 637px;
  height: 375px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}

article#art_function {
  background: white;
}
article#art_function .inner h2 {
  text-align: center;
  margin-bottom: 80px;
}
article#art_function .inner ul li {
  margin-bottom: 80px;
}
article#art_function .inner ul li:last-child {
  margin-bottom: 0;
}

article#art_suggestion {
  background: url(../img/bg_sugest.png) no-repeat top left;
  background-size: 100%;
}
article#art_suggestion .inner {
  margin-top: -20px;
}
article#art_suggestion .inner h2 {
  text-align: center;
  margin-bottom: 40px;
}
article#art_suggestion .inner p.ex {
  text-align: center;
  margin-bottom: 50px;
  font-size: 15px;
}
article#art_suggestion .inner ul {
  background: white;
  padding: 80px 100px;
}
article#art_suggestion .inner ul li {
  margin-bottom: 65px;
  zoom: 1;
}
article#art_suggestion .inner ul li:last-child {
  margin-bottom: 0;
}
article#art_suggestion .inner ul li:after {
  display: table;
  clear: both;
  content: "";
}
article#art_suggestion .inner ul li:before {
  display: table;
  content: "";
}
article#art_suggestion .inner ul li .img {
  float: left;
  width: 140px;
}
article#art_suggestion .inner ul li .ex {
  float: right;
  width: 620px;
}
article#art_suggestion .inner ul li .ex h3 {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
article#art_suggestion .inner ul li .ex p {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 1px;
}

article#art_support {
  background: white;
}
article#art_support .inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  article#art_support .inner {
    width: 100%;
  }
}
article#art_support .inner h3 {
  font-size: 28px;
  margin-top: -20px;
  line-height: 55px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  color: #2e61ca;
}
article#art_support .inner p.ex {
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 45px;
}
article#art_support .inner p.steps {
  margin-bottom: 45px;
}

article#art_cost {
  background: #2e61ca;
  padding-bottom: 100px;
}
article#art_cost .inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  article#art_cost .inner {
    width: 100%;
  }
}
article#art_cost .inner h3 {
  text-align: center;
  margin-bottom: 58px;
}

article#art_inquiry {
  background: white;
}
article#art_inquiry .inner {
  width: 750px;
  margin: 0 auto;
}
article#art_inquiry .inner h2 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 5px;
  color: #2e61ca;
  margin-bottom: 80px;
}
article#art_inquiry .inner .ex01 {
  text-align: right;
  margin-bottom: 0px;
}
article#art_inquiry .inner span.required {
  display: inline-block;
  margin-left: 7px;
  font-size: 12px;
  color: #2e61ca;
}
article#art_inquiry .inner table {
  width: 100%;
  margin-bottom: 25px;
}
article#art_inquiry .inner table tr th, article#art_inquiry .inner table tr td {
  padding: 20px 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
article#art_inquiry .inner table tr th {
  width: 180px;
}
article#art_inquiry .inner table tr td input, article#art_inquiry .inner table tr td textarea {
  width: 100%;
  border: none;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  background: #f2f8fa;
}
article#art_inquiry .inner table tr td span {
  font-weight: bold;
  font-size: 12px;
  color: crimson;
}
article#art_inquiry .inner table.formTable {
  margin-top: 20px;
}
article#art_inquiry .inner table.formTable tr th, article#art_inquiry .inner table.formTable tr td {
  border: solid 1px #ccc;
}
article#art_inquiry .inner #ppbox {
  padding: 23px;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
article#art_inquiry .inner #ppbox dl dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
article#art_inquiry .inner #ppbox dl dd {
  font-size: 12px;
}
article#art_inquiry .inner #ppbox {
  border: solid 1px #ccc;
  padding: 30px;
}
article#art_inquiry .inner #ppbox dl dt {
  font-size: 15px;
  margin-bottom: 20px;
}
article#art_inquiry .inner #ppbox dl dd {
  font-size: 14px;
  line-height: 2em;
}
article#art_inquiry .inner .form_submit li input {
  border: none;
  display: block;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  letter-spacing: 2px;
  color: white;
  cursor: pointer;
  background-color: #21D4FD;
  background-image: linear-gradient(117deg, #21D4FD 0%, #B721FF 100%);
  box-shadow: 0px 4px 0px 0px #2e61ca;
}
article#art_inquiry .inner .form_submit li input:hover {
  position: relative;
  top: 2px;
  opacity: .9;
  box-shadow: 0px 2px 0px 0px #2e61ca;
}
article#art_inquiry .inner .btn01 {
  width: 50%;
  margin: 40px auto;
}
article#art_inquiry .inner .btn01 a {
  border: none;
  display: block;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  letter-spacing: 2px;
  color: white;
  cursor: pointer;
  background-image: -moz-linear-gradient(0deg, #d32747 0%, #e2207b 49%, #a42a89 100%);
  background-image: -webkit-linear-gradient(0deg, #d32747 0%, #e2207b 49%, #a42a89 100%);
  background-image: -ms-linear-gradient(0deg, #d32747 0%, #e2207b 49%, #a42a89 100%);
  box-shadow: 0px 4px 0px 0px #d53030;
}
article#art_inquiry .inner .btn01 a:hover {
  position: relative;
  top: 2px;
  box-shadow: 0px 2px 0px 0px #d53030;
  text-decoration: none;
}
article#art_inquiry .inner .form_submit.two {
  text-align: center;
}
article#art_inquiry .inner .form_submit.two li {
  width: 40%;
  display: inline-block;
  margin: 10px;
}
article#art_inquiry .inner .form_submit.two li.back input {
  background: #aaa;
  box-shadow: 0px 4px 0px 0px #888;
}
article#art_inquiry .inner .form_submit.two li.back input:hover {
  position: relative;
  top: 2px;
  box-shadow: 0px 2px 0px 0px #888;
}
article#art_inquiry .inner .form_submit.two li.send input {
  color: white;
}
article#art_inquiry .inner.confirm h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 10px;
  border: solid 1px black;
  padding: 10px;
  border-radius: 10px;
}
article#art_inquiry .inner.confirm h3 span {
  display: block;
  margin: 5px;
  font-size: 12px;
}
article#art_inquiry .inner.confirm table tr th, article#art_inquiry .inner.confirm table tr td {
  background: white;
  border: none;
  padding: 15px;
  font-size: 14px;
  border-radius: 5px;
  border: solid 10px #2e61ca;
}
article#art_inquiry .inner.confirm table tr th {
  background: none;
}

#form_info {
  border: solid 1px black;
  padding: 15px;
  margin-top: 50px;
}
#form_info .inner {
  width: 400px;
  margin: 0 auto;
}
#form_info .inner p {
  line-height: 1.8em;
  font-size: 14px;
  margin-bottom: 10px;
}
#form_info .inner dl {
  font-size: 14px;
  line-height: 1.7em;
}
#form_info .inner dl dt {
  font-weight: bold;
}

.error {
  font-weight: bold;
  font-size: 12px;
  color: crimson;
}

footer #footer {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  footer #footer {
    width: 100%;
  }
}
footer #footer ul {
  display: flex;
  justify-content: space-between;
}
footer #footer ul li {
  font-size: 14px;
  letter-spacing: 1px;
}

body#page_inquiry {
  background: white;
}
body#page_inquiry #wrapper {
  background: none;
}
body#page_inquiry #wrapper article {
  background: none;
}
body#page_inquiry #wrapper article table {
  background: white;
}
body#page_inquiry #wrapper article table tr th, body#page_inquiry #wrapper article table tr td {
  background: white;
  border: solid 5px #e0e0e0;
  padding: 15px;
  border-radius: 8px;
}
body#page_inquiry #wrapper article table tr th input[type="submit"], body#page_inquiry #wrapper article table tr td input[type="submit"] {
  color: white !important;
}
