@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

code,
em,
strong,
th {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* CSS Document */
@media screen and (min-width: 1024px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (min-width: 740px) and (max-width: 1023px) {
  .tb-none {
    display: none !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 739px) {
  .mb-none {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .sp-none {
    display: none !important;
  }
}

html {
  padding: 0;
  margin: 0;
  text-align: justify;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Century Gothic", "sans-serif";
  font-size: 100%;
  font-size: 18px;
  width: 100%;
  min-width: 1024px;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
}
body.modalOpen {
  overflow: hidden;
  position: fixed;
}
@media screen and (min-width: 1024px) {
  body {
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  body {
    min-width: 320px;
  }
}
body * {
  box-sizing: border-box;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
}

.justifyClr {
  width: 100% !important;
  display: inline-block;
  overflow: hidden;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  clear: both;
  line-height: 0 !important;
}
.justifyClr#contentsEnd {
  display: block !important;
}

header {
  background-image: url(../img/footerbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
header #headerLayer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.55);
}
header #headerBlock {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 2;
}
header #headerBlock #pageTitle {
  left: 0;
  width: 70%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  header #headerBlock #pageTitle {
    width: 100%;
  }
}
header #headerBlock #pageTitle p {
  font-size: 0.85em;
  margin: 2.5em 0 1em;
}
@media screen and (max-width: 1023px) {
  header #headerBlock #pageTitle p {
    line-height: 1.1em;
    margin: 1em 0 0.5em;
  }
}
header #headerBlock #pageTitle img {
  width: 60%;
}
@media screen and (max-width: 1023px) {
  header #headerBlock #pageTitle img {
    margin-bottom: 1em;
  }
}
header #headerBlock #topContact {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  header #headerBlock #topContact {
    display: none;
  }
}
header #headerBlock #topContact div {
  width: 100%;
  margin-bottom: 0.5em;
}
header #headerBlock #topContact div a {
  background-color: #898989;
  color: #fff;
  text-decoration: none;
  padding: 0.75em 1.25em 0.5em;
  font-size: 0.85em;
  line-height: 2em;
  border-radius: 0.25em;
}
header #headerBlock #topContact div a:hover {
  background-color: #454545;
}
header #headerBlock #topContact p {
  width: 100%;
  font-size: 0.85em;
  line-height: 1em;
  margin: 0.5em 0 0.5em;
}
header #headerBlock #topContact p img {
  display: inline-block;
}
header #headerBlock #topContact p .cIcon {
  width: 12.5%;
  margin-right: 2.5%;
}
header #headerBlock #topContact p span {
  margin-top: 0.2em;
  display: block;
  text-align: right;
}
header #headerBlock #topContact .cTel .cNum {
  width: 85%;
}
header #headerBlock #topContact .cFax .cNum {
  width: 60%;
}
header #headerBlock #topContact .cMail {
  display: block;
  width: 100%;
  text-align: center;
  color: #ff0;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.2em;
  height: 2.2em;
  border-radius: 1.25em;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
  margin-bottom: 1em;
}
header #headerBlock #topContact .cMail:hover {
  opacity: 0.7;
}

nav {
  position: relative;
  height: auto;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  nav {
    position: fixed;
    top: 0;
    left: 0;
  }
}
nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  nav.fixed {
    min-width: 1000px;
  }
}
nav::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #ccc;
}
nav #spMenuBtn {
  width: 100%;
  min-width: 320px;
  display: none;
  height: 60px;
  padding: 10px;
}
@media screen and (max-width: 1023px) {
  nav #spMenuBtn {
    display: block;
    text-align: justify;
  }
  nav #spMenuBtn a#spMenuActionBtn {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #036EB8;
    text-decoration: none;
    color: #036EB8;
    font-weight: bold;
    font-size: 0.8em;
    vertical-align: middle;
    cursor: pointer;
  }
  nav #spMenuBtn a#spMenuActionBtn #menuIcon {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 2px;
    margin: -3px 3px 0 0;
    background: #2196F3;
    transition: .2s;
    vertical-align: middle;
  }
  nav #spMenuBtn a#spMenuActionBtn #menuIcon::before, nav #spMenuBtn a#spMenuActionBtn #menuIcon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #2196F3;
    transition: .3s;
  }
  nav #spMenuBtn a#spMenuActionBtn #menuIcon::before {
    margin-top: -8px;
  }
  nav #spMenuBtn a#spMenuActionBtn #menuIcon::after {
    margin-top: 6px;
  }
  nav #spMenuBtn #spMenuCVBtn {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
  }
  nav #spMenuBtn #spMenuCVBtn a {
    display: inline-block;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-left: 0.5em;
  }
  nav #spMenuBtn #spMenuCVBtn a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-clip: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    border-radius: 5px;
  }
  nav #spMenuBtn #spMenuCVBtn a span#telIcon {
    background-color: #30A0A9;
    background-image: url(../img/icon_tel.png);
  }
  nav #spMenuBtn #spMenuCVBtn a span#mailIcon {
    background-color: #DF7503;
    background-image: url(../img/icon_mail.png);
  }
}
nav ul {
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
  list-style: none;
  line-height: 0px;
  text-align: justify;
  text-justify: distribute-all-lines;
  transition-duration: 800ms;
  transition-property: height, line-height;
  transition-timing-function: ease-in-out;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  nav ul {
    height: 0px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  nav ul {
    min-width: 1000px;
    height: 100%;
    display: block;
  }
}
nav ul li {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  nav ul li {
    display: block;
    text-align: left;
    height: 12.5%;
    width: 100%;
    border-top: 1px solid #eee;
  }
}
@media screen and (min-width: 1024px) {
  nav ul li.current::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    background-color: #036EB8;
    background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
    background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
    background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
    background: -o-linear-gradient(90deg, #036EB8, #00A29A);
    background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
    background: linear-gradient(90deg, #036EB8, #00A29A);
  }
}
nav ul li a {
  display: block;
  width: 100%;
  line-height: 1em;
  padding: 1em 0 0.5em;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
nav ul li a:hover, nav ul li a.current {
  color: #036EB8;
}
@media screen and (max-width: 1023px) {
  nav ul li a {
    vertical-align: middle;
    display: block;
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  nav ul li a {
    font-size: 0.9em;
  }
}
nav ul li a#spCloseBtn {
  text-align: center;
}
nav ul li a span {
  display: block;
  font-size: 0.8em;
  font-family: "Century Gothic";
  font-weight: normal;
  color: #000;
  position: relative;
}
@media screen and (max-width: 1023px) {
  nav ul li a span {
    font-size: 0.7em;
    display: inline;
    vertical-align: middle;
    margin-left: 1em;
  }
}
@media screen and (max-width: 480px) {
  nav ul li a span {
    font-size: 0.7em;
    display: none;
    vertical-align: middle;
    margin-left: 1em;
  }
}
nav #subMenu {
  display: block;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
}
nav #subMenu.blueprint, nav #subMenu.contact {
  display: none;
}
@media screen and (max-width: 1023px) {
  nav #subMenu {
    display: none;
  }
}
nav #subMenu #subMenuBlock {
  position: relative;
  display: table;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  border-bottom: 3px solid #ccc;
  overflow: hidden;
  font-size: 0.85em;
  table-layout: fixed;
}
nav #subMenu #subMenuBlock div {
  position: relative;
  display: table-row;
  margin-left: auto;
  width: 100%;
  height: 3.5em;
}
nav #subMenu #subMenuBlock div a {
  position: relative;
  cursor: pointer;
  display: table-cell;
  border-collapse: separate;
  line-height: 1.15em;
  color: #000;
  padding: 0;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
nav #subMenu #subMenuBlock div a:hover, nav #subMenu #subMenuBlock div a.current {
  color: #036EB8;
}
nav #subMenu #subMenuBlock div a.current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.7em;
  margin-left: -0.5em;
  transform: rotate(45deg);
  width: 1em;
  height: 1em;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
  left: 50%;
  margin-left: -0.45em;
}
nav #subMenu #subMenuBlock div a#subMargin {
  width: 230px;
  box-sizing: content-box;
  border-right: 20px solid #fff;
  cursor: text;
  background-color: #f0f0f0;
  font-weight: bold;
}
nav #subMenu #subMenuBlock div a#subMargin:hover {
  color: inherit;
}

#breadClumb {
  width: 100%;
  padding: 0.5em 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#breadClumb p {
  font-size: 0.75em;
}

section h2, #description h2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 2em;
  height: 2em;
  margin-bottom: 0.5em;
  border-radius: 2em;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
}
section h2.sub, #description h2.sub {
  font-size: 1.3em;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  section h2.sub, #description h2.sub {
    font-size: 1.1em;
    height: auto;
    line-height: 1.2em;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 480px) {
  section h2.sub, #description h2.sub {
    font-size: 0.8em;
    height: auto;
    line-height: 1.2em;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 1023px) {
  section h2, #description h2 {
    font-size: 1.1em;
    height: auto;
    line-height: 1.2em;
    padding: 0.5em 0;
  }
}
section h2 span, #description h2 span {
  vertical-align: baseline;
}

#content {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 1em auto;
  position: relative;
  display: block;
}
@media screen and (min-width: 1024px) {
  #content.quality, #content.print, #content.binding, #content.price, #content.work {
    margin-top: 5em;
  }
}

aside {
  position: relative;
  width: 23%;
}
@media screen and (max-width: 1023px) {
  aside {
    display: block;
    float: none;
    width: 100%;
    padding: 0 0.5em;
    margin-bottom: 1em;
  }
}
aside #customers {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  aside #customers {
    display: block;
    width: 49%;
    padding: 0;
    margin-bottom: 1em;
    float: right;
  }
}
@media screen and (max-width: 480px) {
  aside #customers {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
}
aside #customers a {
  width: 100%;
  display: block;
  text-decoration: none;
}
aside #customers a:hover {
  opacity: 0.7;
}
aside #customers a img {
  width: 100%;
  display: block;
  padding: 0.3em 0.3em 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
aside #customers a p {
  background: #F8B62D;
  padding: 1.0em 0.5em 0.5em;
  color: #fff;
  font-weight: bolder;
  font-size: 0.85em;
}
aside #customers a p span {
  font-size: 1.2em;
  display: block;
  margin-top: -1.5em;
  text-shadow: 0 0 4px #F39800, 0 0 4px #F39800, 0 0 4px #F39800, 0 0 4px #F39800, 0 0 4px #F39800, 0 0 4px #F39800, 0 0 4px #F39800, 0 0 4px #F39800;
}
aside #sideArea {
  width: 230px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  aside #sideArea {
    width: 100%;
  }
}
aside #sideArea.fixed {
  position: fixed;
}
aside #sideArea.absolute {
  position: absolute;
}
aside #sideArea #links, aside #sideArea #guide {
  margin-top: 1em;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
  padding-top: 5px;
}
@media screen and (max-width: 1023px) {
  aside #sideArea #links, aside #sideArea #guide {
    width: 49%;
    display: block;
    vertical-align: top;
    text-align-last: left;
    margin-top: 0;
  }
  aside #sideArea #links:first-of-type, aside #sideArea #guide:first-of-type {
    float: left;
  }
  aside #sideArea #links:last-of-type, aside #sideArea #guide:last-of-type {
    float: right;
  }
}
@media screen and (max-width: 480px) {
  aside #sideArea #links, aside #sideArea #guide {
    width: 100%;
  }
}
aside #sideArea #links div, aside #sideArea #guide div {
  background-color: #fff;
  padding: 0.5em;
  line-height: 1.6em;
}
aside #sideArea #links div p, aside #sideArea #guide div p {
  color: #036EB8;
  font-weight: bold;
}
aside #sideArea #links div ul, aside #sideArea #guide div ul {
  list-style: none;
  border-top: 1px dashed #ccc;
}
aside #sideArea #links div ul li, aside #sideArea #guide div ul li {
  font-size: 0.85em;
  border-bottom: 1px dashed #ccc;
}
aside #sideArea #links div ul li a, aside #sideArea #guide div ul li a {
  padding-left: 1em;
  line-height: 2.25em;
  display: block;
  color: #036EB8;
  text-decoration: none;
  vertical-align: middle;
}
aside #sideArea #links div ul li a:hover, aside #sideArea #guide div ul li a:hover {
  background-color: #ecf0ff;
}
aside #sideArea #links div ul li a::before, aside #sideArea #guide div ul li a::before {
  content: "○ ";
}
aside #sideArea #links div .scanservice, aside #sideArea #guide div .scanservice {
  text-decoration: none;
  position: relative;
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-height: 810px) and (min-width: 1024px) {
  aside #sideArea #links div .scanservice, aside #sideArea #guide div .scanservice {
    display: none;
  }
}
aside #sideArea #links div .scanservice:hover, aside #sideArea #guide div .scanservice:hover {
  opacity: 0.7;
}
aside #sideArea #links div .scanservice img, aside #sideArea #guide div .scanservice img {
  width: 100%;
  display: block;
}
aside #sideArea #links div .scanservice p, aside #sideArea #guide div .scanservice p {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0.5em;
  font-size: 0.9em;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 2px 0px #036EB8, 2px 0px 0px #036EB8, 2px 2px 0px #036EB8, 0px -2px 0px #036EB8, -2px 0px 0px #036EB8, -2px -2px 0px #036EB8, -2px 2px 0px #036EB8, 2px -2px 0px #036EB8, 0px 0px 4px #036EB8, 0px 1px 0px #036EB8, 1px 0px 0px #036EB8, 1px 1px 0px #036EB8, 0px -1px 0px #036EB8, -1px 0px 0px #036EB8, -1px -1px 0px #036EB8, -1px 1px 0px #036EB8, 1px -1px 0px #036EB8, 0px 0px 4px #036EB8, 0px 0px 4px #036EB8, 0px 0px 4px #036EB8, 0px 0px 4px #036EB8, 0px 0px 4px #036EB8, 0px 0px 4px #036EB8;
  font-weight: normal;
}

main {
  float: right;
  width: 74%;
}
@media screen and (max-width: 1023px) {
  main {
    width: 100%;
    float: none;
  }
}
main article {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  main article {
    padding: 0.75em;
  }
}
main article section {
  width: 100%;
}
main article section:not(:last-of-type) {
  margin-bottom: 2em;
}
main article section h3 {
  font-size: 1.3em;
  margin: 0.5em auto;
  padding: 0;
  position: relative;
  color: #036EB8;
  border-bottom: 2px solid #036EB8;
}
@media screen and (max-width: 1023px) {
  main article section h3 {
    font-size: 1.1em;
    height: auto;
    line-height: 1.2em;
    padding: 0.5em 0;
  }
}
main article section h3#subTitle {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: height, opacity;
  transition-timing-function: ease-in-out;
}
main article section h4 {
  font-size: 1.2em;
  border-bottom: 1px dashed #999;
  margin-bottom: 0;
}
main article section .sectionWord {
  font-size: 1.1em;
  line-height: 1.3em;
  color: #036EB8;
}
main article section .text {
  text-indent: 1em;
  height: auto;
  transition-duration: 800ms;
  transition-property: height;
  transition-timing-function: ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  main article section .text {
    font-size: 0.8em;
  }
}
main article section .text#process {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  main article section .text#process {
    margin-bottom: 1em;
  }
}
main article section .text#process::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 1em;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
}
main article section .text#process p:first-of-type {
  padding-top: 0.5em;
}
main article section .text.explain {
  padding: 1em 2em 1.5em;
  font-size: 0.9em;
  text-indent: 0;
  background-color: #eef8ff;
  margin-top: 0;
}
main article section .text.explain p {
  text-indent: 1em;
}
main article section .text.explain h5 {
  font-size: 1.2em;
  color: #036EB8;
}
main article section .text.explain h5:nth-of-type(n+2) {
  margin-top: 1em;
}
main article section .images {
  width: 100%;
  margin: 1em 0;
}
main article section .images div {
  vertical-align: top;
  display: inline-block;
  width: 32%;
}
@media screen and (max-width: 739px) {
  main article section .images div {
    width: 49%;
    padding-right: 0em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  main article section .images div {
    width: 75%;
    display: block;
    margin: 1em auto;
  }
}
main article section .images div .imageTitle {
  margin: 0 auto 0.5em;
  width: 100%;
  border-radius: 1em;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  position: relative;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
}
main article section .images div.supplement {
  text-align: center;
  width: 30%;
  padding-left: 1em;
}
@media screen and (max-width: 739px) {
  main article section .images div.supplement {
    display: none;
  }
}
main article section .images div.supplement img {
  width: 90%;
}
main article section .images div.supplement p {
  text-align: justify;
  font-size: 0.85em;
  font-weight: bold;
  transform: rotate(-5deg);
  color: #036EB8;
}
main article section .images div img {
  width: 100%;
}
main article section #more {
  text-align: center;
}
main article section #more #btn {
  cursor: pointer;
  display: block;
  margin: auto;
  position: relative;
  font-weight: bold;
  font-size: 0.9em;
  width: 6em;
  height: 6em;
  line-height: 6em;
  border-radius: 100%;
  color: #fff;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
}
@media screen and (max-width: 480px) {
  main article section #more #btn {
    width: 4em;
    height: 4em;
    line-height: 4em;
  }
}
main article section #more #btn:hover {
  opacity: 0.8;
}
main article section #more #btn:active {
  transform: translate(1px, 1px);
  opacity: 1;
}
main article section #more::before {
  content: "";
  margin: 1em auto;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
}
@media screen and (max-width: 1023px) {
  main article section #more::before {
    margin-top: 0;
  }
}
main article section .cad {
  width: 80%;
  margin: 1em auto;
  display: block;
  border: 1px solid #666;
}
main article section ol {
  width: 100%;
  list-style: none;
  padding-left: 4em;
}
main article section ol.noTitle li {
  padding-bottom: 1em;
}
main article section ol.noTitle li h4 {
  border: none;
}
main article section ol li {
  margin-top: 1em;
  position: relative;
  height: 100%;
}
main article section ol li .vector {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 1em;
  left: -2.5em;
  background: #999;
}
main article section ol li .vector::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -0.5em;
  display: block;
  border-top: 0.5em solid #999;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
}
main article section ol li h4 span {
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  left: -3.3em;
  top: 0;
  line-height: 3.5em;
  vertical-align: text-bottom;
  border-radius: 100%;
  display: block;
  text-align: right;
  color: #fff;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
}
main article section ol li p {
  font-size: 0.95em;
}
main article section ol li div figure {
  padding: 0;
  display: inline-block;
  width: 30%;
}
main article section ol li div figure img {
  width: 100%;
  display: block;
}
main article section ol li div figure figcaption {
  font-size: 0.8em;
}
@media screen and (max-width: 739px) {
  main article section ol li div figure figcaption {
    display: none;
  }
}
main article section .noFlow {
  position: relative;
}
main article section .noFlow img {
  display: inline-block;
  width: 30%;
}
@media screen and (max-width: 480px) {
  main article section .noFlow img {
    width: 49%;
  }
}
main article section .noFlow p {
  display: inline-block;
}
main article section .noFlow.finish {
  margin-top: 1em;
}

.cvbutton {
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 2em auto;
}
.cvbutton a {
  display: inline-block;
  width: 45%;
  margin: 0 1% 1.5em;
  border-radius: 1.8em;
}
@media screen and (max-width: 480px) {
  .cvbutton a {
    width: 100%;
    margin-bottom: 1em;
  }
}
.cvbutton a img {
  width: 100%;
  display: block;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  border-radius: 1.8em;
}
.cvbutton a img:hover {
  opacity: 0.5;
}

footer {
  clear: both;
  background-image: url(../img/footerbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2em;
}
footer #footerLayer {
  width: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.55);
}
footer #footerLayer #footerInner {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 1em;
}
@media screen and (max-width: 739px) {
  footer #footerLayer #footerInner {
    padding: 1em 0;
  }
}
footer #footerLayer #footerInner img {
  width: 25%;
  min-width: 220px;
  margin: auto;
  display: block;
}
footer #footerLayer #footerInner ul {
  font-size: 0.8em;
  list-style: none;
  width: 80%;
  min-width: 600px;
  text-align: justify;
  margin: 2em auto 0;
  line-height: 1em;
  color: #595656;
}
@media screen and (max-width: 739px) {
  footer #footerLayer #footerInner ul {
    padding: 1em 0 0;
    width: 100%;
    min-width: 320px;
    background-color: rgba(255, 255, 255, 0.75);
    font-size: 0.7em;
  }
}
footer #footerLayer #footerInner ul li {
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 739px) {
  footer #footerLayer #footerInner ul li {
    width: 49%;
    text-align: center;
    min-width: 0;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #e0e0e0;
  }
  footer #footerLayer #footerInner ul li:hover {
    border: none;
  }
}
footer #footerLayer #footerInner ul li a {
  display: block;
  text-decoration: none;
  padding: 0.7em 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  color: #595656;
}
footer #footerLayer #footerInner ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 739px) {
  footer #footerLayer #footerInner ul li a:hover {
    background-color: #fff;
    border: none;
  }
}
footer #footerLayer #footerInner #snsShareBtns {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}
footer #footerLayer #footerInner #snsShareBtns .snsBtn {
  display: inline-block;
  vertical-align: top;
}
footer p {
  width: 100%;
  background-color: #036EB8;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
}
footer p#signature {
  padding: 0.5em 0;
  vertical-align: baseline;
}
footer p small {
  font-size: 0.75em;
  vertical-align: baseline;
}
footer p small span {
  vertical-align: baseline;
}
footer #backToTop {
  text-decoration: none;
  display: block;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
  position: fixed;
  right: 2em;
  bottom: 2em;
  border-radius: 50px;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
  color: #fff;
  z-index: 999;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  font-weight: bold;
  vertical-align: middle;
  transition-property: transform, -moz-transform, -webkit-transform, -o-transform, -ms-transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  opacity: 0;
}
@media screen and (max-width: 480px) {
  footer #backToTop {
    right: 1em;
    bottom: 1em;
  }
}
footer #backToTop.fadein {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  opacity: 1;
}
@media screen and (max-width: 480px) {
  footer #backToTop.fadein {
    transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
  }
}

em {
  font-style: normal;
  font-style: normal;
  font-weight: bold;
}
em::before {
  content: "“";
}
em::after {
  content: "”";
}

strong {
  color: #f00;
  font-size: 1.25em;
  vertical-align: baseline;
}

.last {
  margin-bottom: 2em;
}

.requestBtn {
  text-align: center;
  width: 70%;
  min-width: 270px;
  display: block;
  border: 5px solid #d00;
  padding: 0.5em 1em;
  border-radius: 2em;
  color: #d00;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
  margin: 2em auto;
}
.requestBtn span {
  vertical-align: baseline;
}
.requestBtn:hover {
  opacity: 0.5;
}

#pageLoadingLayer {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #000;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  overflow-y: scroll;
}
#pageLoadingLayer.fadeOut {
  background-color: transparent;
  overflow-y: hidden;
}
#pageLoadingLayer.noDisplay {
  display: none;
  overflow-y: hidden;
}
#pageLoadingLayer img {
  position: relative;
  display: block;
  width: 100px;
  margin: -50px auto 0;
  top: 50%;
}

#pageTop {
  width: 100%;
  margin-bottom: 2em;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #pageTop {
    margin: 0;
  }
}
#pageTop #firstView {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 3em;
}
@media screen and (max-width: 1023px) {
  #pageTop #firstView {
    font-size: 0.5em;
  }
}
#pageTop #firstView img {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  min-width: 640px;
  margin: 0 auto;
  z-index: -1;
}
#pageTop #firstView p {
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: bold;
  display: inline-block;
  text-shadow: 4px 0px 3px #fff, -4px 0px 3px #fff, 0px 4px 3px #fff, 0px -4px 3px #fff, 4px 4px 3px #fff, 4px -4px 3px #fff, -4px 4px 3px #fff, -4px -4px 3px #fff, 4px 0px 3px #fff, -4px 0px 3px #fff, 0px 4px 3px #fff, 0px -4px 3px #fff, 4px 4px 3px #fff, 4px -4px 3px #fff, -4px 4px 3px #fff,	-4px -4px 3px #fff;
}
#pageTop #firstView h1 {
  font-size: 2.4em;
  line-height: 2em;
  color: #e00000;
  font-weight: bold;
  text-shadow: 4px 0px 3px #fff, -4px 0px 3px #fff, 0px 4px 3px #fff, 0px -4px 3px #fff, 4px 4px 3px #fff, 4px -4px 3px #fff, -4px 4px 3px #fff, -4px -4px 3px #fff, 4px 0px 3px #fff, -4px 0px 3px #fff, 0px 4px 3px #fff, 0px -4px 3px #fff, 4px 4px 3px #fff, 4px -4px 3px #fff, -4px 4px 3px #fff,	-4px -4px 3px #fff;
}
@media screen and (max-width: 1023px) {
  #pageTop #firstView h1 {
    line-height: 1.5em;
  }
}
#pageTop #benefit {
  position: relative;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  padding-top: 3em;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  #pageTop #benefit {
    padding: 3em 0.75em 1em;
    text-align: justify;
  }
}
#pageTop #benefit ul {
  position: relative;
  width: 100%;
  text-align: justify;
  z-index: 2;
}
@media screen and (max-width: 739px) {
  #pageTop #benefit ul {
    text-align: justify;
    font-size: 0.6em;
  }
  #pageTop #benefit ul::after {
    display: block;
    content: "";
    width: 100%;
    height: 3em;
  }
}
#pageTop #benefit ul li {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: 31%;
  text-align: justify;
  background-color: #fff;
  padding: 1em;
  border-radius: 1em;
  border: 2px solid #036EB8;
  z-index: 3;
}
@media screen and (max-width: 739px) {
  #pageTop #benefit ul li {
    width: 49.2%;
    padding: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
  }
}
#pageTop #benefit ul li h3 {
  text-align: center;
  z-index: 3;
  font-size: 1.6em;
}
@media screen and (max-width: 1023px) {
  #pageTop #benefit ul li h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 739px) {
  #pageTop #benefit ul li h3 {
    font-size: 2em;
  }
}
#pageTop #benefit ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #ff0;
  font-weight: bold;
  text-decoration: none;
  line-height: 2em;
  height: 2em;
  border-radius: 1.25em;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
}
@media screen and (max-width: 739px) {
  #pageTop #benefit ul li a {
    font-size: 1.35em;
  }
}
#pageTop #benefit ul li a:hover {
  opacity: 0.7;
}
#pageTop #benefit ul li img {
  margin: 0 auto;
  width: 75%;
  display: block;
  z-index: 3;
}
#pageTop #benefit ul li #priceTag {
  position: absolute;
  top: -150px;
  right: 50px;
  display: block;
  background-color: rgba(255, 255, 0, 0.8);
  background-clip: padding-box;
  z-index: -1;
  width: 180px;
  line-height: 140px;
  height: 180px;
  border-radius: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 1.7em;
  vertical-align: middle;
  border: 1px solid #036EB8;
  color: #036EB8;
  box-shadow: 0 0 0 0.3em rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 739px) {
  #pageTop #benefit ul li #priceTag {
    top: 100%;
    margin-top: -1em;
    left: 0;
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    z-index: 1;
    display: block;
    border-radius: 1.5em;
    font-size: 2em;
    box-shadow: none;
  }
}
#pageTop #benefit ul li #priceTag span {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.1em;
}
@media screen and (max-width: 739px) {
  #pageTop #benefit ul li #priceTag span {
    line-height: 1em;
  }
}
#pageTop #benefit ul li p {
  font-weight: bolder;
  line-height: 1.2em;
}
@media screen and (max-width: 739px) {
  #pageTop #benefit ul li p {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #pageTop #benefit ul li p {
    font-size: 0.8em;
  }
}

#estimator {
  width: 100%;
  text-align: justify;
  list-style: none;
  margin: 2em auto;
}
#estimator li {
  display: inline-block;
  width: 31%;
  position: relative;
}
@media screen and (max-width: 739px) {
  #estimator li {
    width: 48.5%;
    margin-bottom: 0.4em;
    background-color: #d5eefe;
    text-align: center;
  }
}
#estimator li img {
  width: 100%;
  display: block;
}
#estimator li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 1em;
}
@media screen and (max-width: 739px) {
  #estimator li a {
    padding: 1em 0.25em;
  }
}
#estimator li a p {
  display: block;
  width: 100%;
  text-align: center;
  color: #ff0;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.3em;
  line-height: 1.7em;
  height: 1.7em;
  margin-bottom: 0.5em;
  border-radius: 1.25em;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
}
@media screen and (max-width: 739px) {
  #estimator li a p {
    font-size: 1.1em;
  }
}
#estimator li a p > span {
  display: block;
  font-size: 0.7em;
  line-height: 1.2em;
  color: #fff;
  font-weight: normal;
  text-shadow: 0px 2px 0px #036EB8, 2px 0px 0px #036EB8, 2px 2px 0px #036EB8, 0px -2px 0px #036EB8, -2px 0px 0px #036EB8, -2px -2px 0px #036EB8, -2px 2px 0px #036EB8, 2px -2px 0px #036EB8, 0px 0px 4px #036EB8, 0px 1px 0px #036EB8, 1px 0px 0px #036EB8, 1px 1px 0px #036EB8, 0px -1px 0px #036EB8, -1px 0px 0px #036EB8, -1px -1px 0px #036EB8, -1px 1px 0px #036EB8, 1px -1px 0px #036EB8, 0px 0px 4px #036EB8, 0px 0px 4px #036EB8, 0px 0px 4px #036EB8, 0px 0px 4px #036EB8, 0px 0px 4px #036EB8, 0px 0px 4px #036EB8;
}
#estimator li a p > span span {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
@media screen and (min-width: 740px) and (max-width: 1023px) {
  #estimator li a p > span span {
    display: inline;
    opacity: 1;
    margin-right: 0.2em;
  }
}
#estimator li:hover img {
  opacity: 0.6;
}
@media screen and (min-width: 740px) {
  #estimator li#inq {
    position: relative;
    width: 100%;
  }
  #estimator li#inq img {
    display: none;
  }
  #estimator li#inq a {
    position: relative;
    padding: 0;
    margin-top: 1.5em;
  }
  #estimator li#inq a p span {
    display: inline;
    font-size: 1em;
    line-height: 0.5em;
    color: inherit;
    font-weight: inherit;
    text-shadow: none;
    vertical-align: baseline;
  }
}

#news {
  width: 100%;
}
#news > a {
  display: block;
  text-align-last: right;
  text-decoration: none;
  font-size: 0.85em;
}
#news #titleLine {
  display: block;
  width: 100%;
  text-align: left;
}
#news #titleLine::after {
  content: "";
  width: 100%;
  display: block;
  height: 3px;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
}
#news #titleLine h3 {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  background: none;
  border: none;
}
#news ul {
  list-style: none;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  margin-left: 1em;
}
@media screen and (max-width: 480px) {
  #news ul {
    display: block;
    margin-left: 0;
  }
}
#news ul li {
  background: #fff;
  line-height: 1.4em;
  vertical-align: middle;
  display: table-row;
}
@media screen and (max-width: 480px) {
  #news ul li {
    display: block;
    border-bottom: 1px dotted #ccc;
    padding: 0.5em 0;
  }
}
#news ul li P {
  display: table-cell;
  border-bottom: 1px dotted #ccc;
  padding: 0.5em 0;
}
@media screen and (max-width: 480px) {
  #news ul li P {
    display: inline-block;
    border-bottom: none;
    padding: 0;
  }
}
#news ul li P span {
  margin-right: 1.25em;
  display: inline-block;
}
#news ul li P span.icon {
  width: 6em;
  line-height: 1.5em;
  font-size: 0.8em;
  text-align: center;
  background-color: #036EB8;
  color: #fff;
  border-radius: 1em;
}
#news ul li P span.date {
  font-size: 0.85em;
}
#news ul li P a {
  vertical-align: middle;
  display: inline-block;
}

/*弊社カレンダー*/
#calendarBox .calenp {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  border: 1px solid #ccc;
  background-color: #036EB8;
  background: -webkit-gradient(linear, left, right, color-stop(1, #00A29A), color-stop(0, #036EB8));
  background: -webkit-linear-gradient(90deg, #036EB8, #00A29A);
  background: -moz-linear-gradient(90deg, #036EB8, #00A29A);
  background: -o-linear-gradient(90deg, #036EB8, #00A29A);
  background: -ms-linear-gradient(90deg, #036EB8, #00A29A);
  background: linear-gradient(90deg, #036EB8, #00A29A);
}
@media screen and (max-width: 1023px) {
  #calendarBox .calenp {
    font-size: 1.1em;
  }
}
#calendarBox .cal {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em .5em .5em;
  margin-bottom: 20px;
  position: relative;
}
#calendarBox .cal #prev, #calendarBox .cal #next {
  position: absolute;
  display: block;
  top: 10px;
  margin: auto;
  width: 30px;
  height: 30px;
  background: #036EB8;
}
@media screen and (max-width: 768px) and (min-width: 0px) {
  #calendarBox .cal #prev, #calendarBox .cal #next {
    top: 10px;
    bottom: inherit;
  }
}
#calendarBox .cal #prev:hover, #calendarBox .cal #next:hover {
  cursor: pointer;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#calendarBox .cal #prev:after, #calendarBox .cal #next:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#calendarBox .cal #prev {
  left: 10px;
}
#calendarBox .cal #prev:after {
  border-top: solid 3px;
  border-left: solid 3px;
  transform: rotate(-45deg);
  right: 6px;
}
#calendarBox .cal #next {
  right: 10px;
}
#calendarBox .cal #next:after {
  border-top: solid 3px;
  border-right: solid 3px;
  transform: rotate(45deg);
  left: 6px;
}
#calendarBox .cal .sun {
  text-align: right;
  margin: 0;
}
#calendarBox .cal .sun span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background: #e3ebf4;
}
#calendarBox #calendar {
  text-align: center;
  border-bottom: 1px dashed #ccc;
  margin-bottom: .5em;
  padding-bottom: .5em;
}
#calendarBox #calendar table {
  display: inline-table;
  margin: 0 3%;
}
#calendarBox #calendar table.calendar {
  width: 100%;
  max-width: 300px;
  font-size: 0.85em;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) and (min-width: 0px) {
  #calendarBox #calendar table.calendar {
    margin: 0 auto;
  }
  #calendarBox #calendar table.calendar:first-child {
    margin-bottom: 20px;
  }
}
#calendarBox #calendar table.calendar tr.headline td {
  font-weight: bold;
}
#calendarBox #calendar table.calendar tr.headline td:first-child {
  color: brown;
}
#calendarBox #calendar table.calendar th {
  text-align: center;
  width: 14.2%;
  line-height: 2.3em;
  color: #036EB8;
  font-weight: bold;
}
#calendarBox #calendar table.calendar td {
  text-align: center;
  width: 14.2%;
  line-height: 2.3em;
}
#calendarBox #calendar table.calendar td.closed {
  color: #036EB8;
  font-weight: bold;
  position: relative;
}
#calendarBox #calendar table.calendar td.closed:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #e3ebf4;
  z-index: -1;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.priceTable {
  width: 100%;
  table-layout: fixed;
  font-size: 0.85em;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1em;
  border: 1px solid #ccc;
}
@media screen and (max-width: 739px) {
  .priceTable {
    font-size: 0.75em;
  }
}
.priceTable caption {
  font-size: 1.25em;
  line-height: 1.1em;
  padding: 0.3em 0;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #d5eefe;
  color: #036EB8;
  font-weight: bold;
}
.priceTable caption strong {
  font-size: inherit;
  vertical-align: baseline;
}
.priceTable th, .priceTable td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.3em 0;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.priceTable th {
  color: #036EB8;
}
.priceTable th span {
  display: inline-block;
}
.priceTable th span:not(:last-of-type)::after {
  content: "・";
}
.priceTable.mainPrice tbody tr th, .priceTable.mainPrice tbody tr td {
  background-color: #d5eefe;
}
.priceTable.mainPrice tbody tr:nth-of-type(2n) th, .priceTable.mainPrice tbody tr:nth-of-type(2n) td {
  background-color: #fff;
}
.priceTable.delivery thead th {
  background-color: #d5eefe;
}

#banking {
  width: 88%;
  background-color: #d5eefe;
  border: 2px dotted #71c4fd;
  margin: auto;
  padding: 0.5em 2em;
}
#banking p {
  font-weight: bold;
}
#banking p span {
  display: inline-block;
}
#banking small {
  display: block;
}

.forminner, #confirmTable {
  width: 100%;
  padding: 0 1em;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.forminner:not(:last-of-type), #confirmTable:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 739px) {
  .forminner, #confirmTable {
    font-size: 0.9em;
  }
}
.forminner dl, #confirmTable dl {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 739px) {
  .forminner dl, #confirmTable dl {
    overflow: visible;
  }
}
.forminner dl dt, #confirmTable dl dt {
  clear: both;
  width: 33%;
  float: left;
  border-top: 1px solid #cccccc;
  padding: 1em 0;
  text-align: right;
  overflow: hidden;
  font-weight: bold;
}
@media screen and (max-width: 739px) {
  .forminner dl dt, #confirmTable dl dt {
    width: auto;
    float: none;
    text-align: left;
    padding: 0.5em 0 0;
  }
}
.forminner dl dt:first-child, #confirmTable dl dt:first-child {
  border: none;
}
.forminner dl dt:first-child + dd, #confirmTable dl dt:first-child + dd {
  border: none;
}
.forminner dl dt span, #confirmTable dl dt span {
  display: block;
  font-size: 0.7em;
  color: #036EB8;
  font-weight: normal;
}
.forminner dl dt span.required, .forminner dl dt span.optional, #confirmTable dl dt span.required, #confirmTable dl dt span.optional {
  display: inline-block;
  float: left;
  color: #ffffff;
  line-height: 1;
  padding: 8px 9px;
  border-radius: 3px;
}
@media screen and (max-width: 739px) {
  .forminner dl dt span.required, .forminner dl dt span.optional, #confirmTable dl dt span.required, #confirmTable dl dt span.optional {
    margin-right: 1em;
    margin-bottom: 2em;
  }
}
.forminner dl dt span.required, #confirmTable dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}
.forminner dl dt span.optional, #confirmTable dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}
.forminner dl dd, #confirmTable dl dd {
  width: 65%;
  float: right;
  border-top: 1px solid #cccccc;
  padding: 1em 0 1em 5%;
}
@media screen and (max-width: 739px) {
  .forminner dl dd, #confirmTable dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 0 0 0.8em;
  }
}
.forminner dl dd span.error_blank, .forminner dl dd span.error_format, .forminner dl dd span.error_match, #confirmTable dl dd span.error_blank, #confirmTable dl dd span.error_format, #confirmTable dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
}
.forminner input[type="text"], .forminner input[type="email"], .forminner input[type="tel"], .forminner input[type="number"], #confirmTable input[type="text"], #confirmTable input[type="email"], #confirmTable input[type="tel"], #confirmTable input[type="number"] {
  width: 100%;
  height: 2em;
  padding: 2px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px;
}
@media screen and (max-width: 739px) {
  .forminner input[type="text"], .forminner input[type="email"], .forminner input[type="tel"], .forminner input[type="number"], #confirmTable input[type="text"], #confirmTable input[type="email"], #confirmTable input[type="tel"], #confirmTable input[type="number"] {
    margin-top: 0px;
    font-size: 16px;
  }
}
.forminner input[type="text"]:not(#estPrice):focus, .forminner input[type="email"]:not(#estPrice):focus, .forminner input[type="tel"]:not(#estPrice):focus, .forminner input[type="number"]:not(#estPrice):focus, #confirmTable input[type="text"]:not(#estPrice):focus, #confirmTable input[type="email"]:not(#estPrice):focus, #confirmTable input[type="tel"]:not(#estPrice):focus, #confirmTable input[type="number"]:not(#estPrice):focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}
.forminner input[type="text"]:not(#taxnumber):focus, .forminner input[type="email"]:not(#taxnumber):focus, .forminner input[type="tel"]:not(#taxnumber):focus, .forminner input[type="number"]:not(#taxnumber):focus, #confirmTable input[type="text"]:not(#taxnumber):focus, #confirmTable input[type="email"]:not(#taxnumber):focus, #confirmTable input[type="tel"]:not(#taxnumber):focus, #confirmTable input[type="number"]:not(#taxnumber):focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}
.forminner input[type="text"]#estPrice, .forminner input[type="email"]#estPrice, .forminner input[type="tel"]#estPrice, .forminner input[type="number"]#estPrice, #confirmTable input[type="text"]#estPrice, #confirmTable input[type="email"]#estPrice, #confirmTable input[type="tel"]#estPrice, #confirmTable input[type="number"]#estPrice {
  border: none;
  background: none;
  box-shadow: none;
  font-size: 1.4em;
  font-weight: bold;
  color: #d00;
}
.forminner input[type="text"]#taxnumber, .forminner input[type="email"]#taxnumber, .forminner input[type="tel"]#taxnumber, .forminner input[type="number"]#taxnumber, #confirmTable input[type="text"]#taxnumber, #confirmTable input[type="email"]#taxnumber, #confirmTable input[type="tel"]#taxnumber, #confirmTable input[type="number"]#taxnumber {
  border: none;
  background: none;
  box-shadow: none;
  font-size: 1.2em;
  font-weight: bold;
}
.forminner input[type="number"], #confirmTable input[type="number"] {
  width: 30%;
}
.forminner input#company, #confirmTable input#company {
  width: 100%;
}
.forminner input#schedule, #confirmTable input#schedule {
  width: 80%;
}
.forminner input#phone, #confirmTable input#phone {
  width: 80%;
}
.forminner input#sei, .forminner input#mei, .forminner input#sei_furigana, .forminner input#mei_furigana, .forminner input#postal, #confirmTable input#sei, #confirmTable input#mei, #confirmTable input#sei_furigana, #confirmTable input#mei_furigana, #confirmTable input#postal {
  width: 40%;
}
@media screen and (max-width: 739px) {
  .forminner input#sei, .forminner input#mei, .forminner input#sei_furigana, .forminner input#mei_furigana, .forminner input#postal, #confirmTable input#sei, #confirmTable input#mei, #confirmTable input#sei_furigana, #confirmTable input#mei_furigana, #confirmTable input#postal {
    width: 40%;
  }
}
.forminner input#mail_address, .forminner input#mail_address_confirm, #confirmTable input#mail_address, #confirmTable input#mail_address_confirm {
  width: 100%;
}
.forminner input#postal + a, #confirmTable input#postal + a {
  display: inline-block;
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5bc0de;
  border: 1px solid #46b8da;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  text-decoration: none;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 739px) {
  .forminner input#postal + a, #confirmTable input#postal + a {
    font-size: 0.8em;
  }
}
.forminner input#postal + a:hover, #confirmTable input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}
.forminner input#address, #confirmTable input#address {
  width: 100%;
}
.forminner input[type="button"], #confirmTable input[type="button"] {
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5cb85c;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%;
}
.forminner input[type="button"]:hover, #confirmTable input[type="button"]:hover {
  cursor: pointer;
  background: #449d44;
  border: 1px solid #398439;
}
.forminner textarea:focus, #confirmTable textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}
.forminner ul, #confirmTable ul {
  list-style-type: none;
}
.forminner ul li input[type="radio"], .forminner ul li input[type="checkbox"], #confirmTable ul li input[type="radio"], #confirmTable ul li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 7px;
}
.forminner ul li:first-child input[type="radio"], .forminner ul li:first-child input[type="checkbox"], #confirmTable ul li:first-child input[type="radio"], #confirmTable ul li:first-child input[type="checkbox"] {
  margin-top: 0px;
}
.forminner ul li label:hover, #confirmTable ul li label:hover {
  cursor: pointer;
}
.forminner select, #confirmTable select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
}
@media screen and (max-width: 739px) {
  .forminner select, #confirmTable select {
    margin-top: 0;
  }
}
.forminner textarea, #confirmTable textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 2px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}
.forminner p#form_submit, #confirmTable p#form_submit {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #cccccc;
  text-align: center;
}
.forminner #estimateBtnClick, #confirmTable #estimateBtnClick {
  cursor: pointer;
  width: 80%;
  display: block;
  margin: auto;
  max-width: 320px;
  text-align: center;
  line-height: 2em;
  background-color: #d00;
  border-radius: 2em;
  font-weight: bold;
  color: #fff;
}
.forminner #estimateBtnClick:hover, #confirmTable #estimateBtnClick:hover {
  opacity: 0.7;
}
.forminner #estimatePrice input, #confirmTable #estimatePrice input {
  margin-top: 0;
  height: inherit;
  padding: 0 2% 2px 2%;
}
.forminner #estimatePrice .tax span, #confirmTable #estimatePrice .tax span {
  display: inline-block;
  float: left;
  vertical-align: middle;
  padding: 2px 0 2px 2%;
}
.forminner #estimatePrice .tax #taxnumber, #confirmTable #estimatePrice .tax #taxnumber {
  width: 32%;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  height: inherit;
  font-size: 1em !important;
  line-height: 28px;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#privacy, #price {
  overflow: hidden;
  display: block;
  max-height: 0px;
  opacity: 0;
  transition-property: max-height, margin-bottom, opacity;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  margin-bottom: 0;
}
#privacy.visibleForm, #price.visibleForm {
  max-height: 4000px;
  opacity: 1;
}
#privacy.visibleForm:not(:last-of-type), #price.visibleForm:not(:last-of-type) {
  margin-bottom: 1.5em;
}

#bindingMenu, #foldingMenu {
  overflow: hidden;
  display: block;
  max-height: 0px;
  opacity: 0;
  transition-property: max-height, opacity;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}
#bindingMenu.visibleMenu, #foldingMenu.visibleMenu {
  max-height: 4000px;
  opacity: 1;
}

#price dl dt .optional, #price dl dt .required {
  display: none;
}

#confirmLayer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1000;
}
@media screen and (max-width: 739px) {
  #confirmLayer {
    top: -10px;
    bottom: -10px;
  }
}
#confirmLayer #confirmInner {
  padding: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 739px) {
  #confirmLayer #confirmInner {
    padding: 10px 0;
  }
}
#confirmLayer #confirmInner #confirmTable {
  position: relative;
  width: 90%;
  max-width: 840px;
  margin: 5% auto;
  height: auto;
  padding: 2em;
  background-color: #fff;
}
@media screen and (max-width: 739px) {
  #confirmLayer #confirmInner #confirmTable {
    padding: 1em;
  }
}
#confirmLayer #confirmInner #confirmTable h3 {
  font-size: 1.3em;
  margin: 0.5em auto;
  padding: 0;
  position: relative;
  color: #036EB8;
  border-bottom: 2px solid #036EB8;
}
@media screen and (max-width: 1023px) {
  #confirmLayer #confirmInner #confirmTable h3 {
    font-size: 1.1em;
    height: auto;
    line-height: 1.2em;
    padding: 0.5em 0;
  }
}
#confirmLayer #confirmInner #confirmTable #confirmBtn {
  width: 100%;
  min-width: 240px;
  padding: 1em 25%;
  display: block;
  margin: auto;
  text-align: justify;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 739px) {
  #confirmLayer #confirmInner #confirmTable #confirmBtn {
    padding: 1em 1em;
  }
}
#confirmLayer #confirmInner #confirmTable #confirmBtn a {
  display: inline-block;
  padding: 0.7em 1.5em;
  border-radius: 3em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#confirmLayer #confirmInner #confirmTable #confirmBtn #sendMailForm {
  background-color: #d00;
}
#confirmLayer #confirmInner #confirmTable #confirmBtn #backMailForm {
  background-color: #666;
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease;
}
#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight .4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft .4s ease-out;
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.compare {
  width: 100%;
  text-align: justify;
}
.compare .compareImage {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 35%;
}
@media screen and (max-width: 739px) {
  .compare .compareImage {
    width: 50%;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .compare .compareImage {
    width: 100%;
  }
}
.compare .compareImage img {
  width: 100%;
  display: block;
}
.compare .compareImage h3 {
  border: none;
  z-index: 1;
  color: #ff0;
  text-align: center;
  width: 100%;
  border-radius: 2em;
  background-color: #036EB8;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.1, #7195CD), color-stop(0.1, transparent), color-stop(0.5, transparent), color-stop(0.5, #7195CD), color-stop(0.6, #7195CD), color-stop(0.6, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}
.compare .compareImage h3.overDub {
  position: absolute;
  bottom: 2.7em;
}
@media screen and (max-width: 739px) {
  .compare .compareImage h3.overDub {
    bottom: 0.7em;
  }
}
.compare .compareImage .vectorRed {
  position: relative;
  display: block;
  width: 1em;
  height: 1.5em;
  top: 0;
  left: 50%;
  margin-left: -0.5em;
  margin-bottom: 2em;
  background: #f00;
}
@media screen and (max-width: 739px) {
  .compare .compareImage .vectorRed {
    display: none;
  }
}
.compare .compareImage .vectorRed::after {
  content: "";
  position: absolute;
  bottom: -3em;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -1.5em;
  display: block;
  border-top: 3em solid #f00;
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
}
.compare .compareText {
  display: inline-block;
  width: 60%;
  font-size: 0.9em;
}
@media screen and (max-width: 739px) {
  .compare .compareText {
    width: 100%;
  }
}
.compare .compareText h4 {
  color: #036EB8;
  border: none;
}
.compare .compareText h4::before {
  content: "《";
}
.compare .compareText h4::after {
  content: "》";
}
.compare .compareText ul {
  margin-bottom: 1em;
  padding-left: 2em;
}

#specCompare {
  width: 100%;
  table-layout: fixed;
  font-size: 0.9em;
  margin-bottom: 3em;
  border-collapse: collapse;
  text-align: center;
}
@media screen and (max-width: 739px) {
  #specCompare {
    display: none;
  }
}
#specCompare colgroup col:nth-of-type(2) {
  background-color: #FFCFD0;
  font-weight: bold;
}
#specCompare tbody tr th, #specCompare tbody tr td {
  border: 1px #ababab solid;
  vertical-align: middle;
}
#specCompare tbody tr th em, #specCompare tbody tr td em {
  display: block;
  font-size: 1.25em;
}
#specCompare tbody tr th em::before, #specCompare tbody tr th em::after, #specCompare tbody tr td em::before, #specCompare tbody tr td em::after {
  content: none;
}
#specCompare tbody tr td {
  font-size: 0.9em;
}
#specCompare tbody tr td:first-of-type {
  font-weight: bold;
}
#specCompare tbody tr th {
  background-color: #CDE2F1;
  height: 3em;
}
#specCompare tbody tr th.blank {
  background-color: #A4CBE5;
}
#specCompare tbody tr:first-of-type th {
  color: #036EB8;
}
#specCompare tbody tr:first-of-type th:nth-of-type(2) {
  color: #f00;
}

#specCompareMobile {
  width: 100%;
  table-layout: fixed;
  font-size: 0.9em;
  margin-bottom: 3em;
  border-collapse: collapse;
  text-align: center;
}
@media screen and (min-width: 740px) {
  #specCompareMobile {
    display: none;
  }
}
#specCompareMobile tbody tr th, #specCompareMobile tbody tr td {
  border: 1px #ababab solid;
  vertical-align: middle;
}
#specCompareMobile tbody tr th em, #specCompareMobile tbody tr td em {
  display: block;
  font-size: 1.25em;
}
#specCompareMobile tbody tr th em::before, #specCompareMobile tbody tr th em::after, #specCompareMobile tbody tr td em::before, #specCompareMobile tbody tr td em::after {
  content: none;
}
#specCompareMobile tbody tr td {
  font-size: 0.9em;
}
#specCompareMobile tbody tr td:first-of-type {
  font-weight: bold;
}
#specCompareMobile tbody tr th {
  background-color: #CDE2F1;
  height: 3em;
}
#specCompareMobile tbody tr:nth-of-type(6n+1) th {
  color: #036EB8;
  background-color: #A4CBE5;
}
#specCompareMobile tbody tr:nth-of-type(6n+2) td {
  background-color: #FFCFD0;
}
#specCompareMobile tbody tr:nth-of-type(6n+2) th {
  color: #f00;
}

.reflectImg {
  display: block;
  width: 90%;
  margin: auto;
  border: 1px solid #ccc;
  text-align: justify;
}
.reflectImg img {
  display: inline-block;
  width: 49%;
  padding: 0.5em;
}
@media screen and (max-width: 480px) {
  .reflectImg img {
    width: 100%;
    display: block;
  }
}

.reflectImgBox {
  display: table;
  width: 90%;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 480px) {
  .reflectImgBox {
    display: block;
    table-layout: auto;
  }
}
.reflectImgBox div {
  display: table-cell;
  width: 50%;
  padding: 0.5em;
  border: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  .reflectImgBox div {
    width: 100%;
    display: block;
  }
  .reflectImgBox div:first-of-type {
    border-bottom: none;
  }
}
.reflectImgBox div img {
  display: block;
  width: 100%;
}

.protterCaption {
  text-align: right;
  display: block;
  width: 90%;
  margin: 0 auto 2em;
  font-size: 0.8em;
}

.reflectTest .reflectCompare {
  display: block;
  width: 100%;
  text-align: justify;
}
.reflectTest .reflectCompare .reflectSingle {
  display: inline-block;
  width: 48%;
  position: relative;
}
.reflectTest .reflectCompare .reflectSingle h4 {
  border: none;
  display: inline-block;
  width: 100%;
}
.reflectTest .reflectCompare .reflectSingle img {
  display: block;
  width: 90%;
}
.reflectTest .reflectCompare .reflectSingle p {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1.5em;
  height: 1.5em;
  padding: 0 1em;
  background-color: #036EB8;
  color: #fff;
  font-size: 1.25em;
}
.reflectTest .reflectCompare .reflectSingle p.yellow {
  color: #ff0;
  font-weight: bold;
}
.reflectTest .reflectCompare .reflectCaption {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.staffList {
  width: 80%;
  display: block;
  margin: 1em auto;
  border: 2px dotted #ccc;
}
@media screen and (max-width: 739px) {
  .staffList {
    width: 98%;
  }
}
.staffList h4 {
  border: none;
  width: 100%;
  text-align: center;
}
.staffList h4::before {
  content: "《";
}
.staffList h4::after {
  content: "》";
}
.staffList ul {
  display: block;
  margin: auto;
  font-size: 0.9em;
  text-align: justify;
  padding: 0.5em 1.5em 1.5em;
}
@media screen and (max-width: 739px) {
  .staffList ul {
    padding: 0.5em 1em 1em;
  }
}
.staffList ul li {
  display: inline-block;
}
.staffList ul li:nth-of-type(1n) {
  width: 49%;
}
.staffList ul li:nth-of-type(2n) {
  width: 44%;
}
@media screen and (max-width: 739px) {
  .staffList ul li {
    display: block;
    width: 100% !important;
  }
}

h3.teamviewer img {
  display: inline-block;
  width: 60%;
}
h3.teamviewer span {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  color: #000;
  font-size: 0.7em;
  text-align: right;
  width: 39%;
}

.pageCruiseDiv {
  width: 100%;
  text-align: right;
}
.pageCruiseDiv .pageCruise {
  display: inline-block;
  border: 2px solid #036EB8;
  padding: 0.5em 1em;
  border-radius: 2em;
  color: #036EB8;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9em;
}

.softName {
  list-style-position: inside;
}

#description {
  width: 100%;
  margin-bottom: 2em;
}
#description table {
  width: 100%;
  table-layout: fixed;
  font-size: 0.85em;
  border-collapse: separate;
  border-spacing: 2px;
  margin-top: 1em;
  border: 2px solid #036EB8;
}
#description table caption {
  line-height: 2em;
  height: 2em;
  text-align: center;
  background-color: #036EB8;
  color: #fff;
}
#description table thead tr th {
  padding: 0.3em 0;
  text-align: center;
  background-color: #71c4fd;
  vertical-align: middle;
}
#description table tbody tr th {
  background-color: #a3d9fe;
  padding-left: 1em;
  vertical-align: middle;
}
#description table tbody tr td {
  padding: 0.8em 0;
  background-color: #d5eefe;
  vertical-align: middle;
}
#description table tbody tr td ul {
  list-style: none;
  width: 100%;
}
#description table tbody tr td ul li {
  float: left;
  margin-left: 0.5em;
}
#description table tbody tr td ul li::before {
  content: "\02022";
  display: inline-block;
  line-height: 1em;
  font-size: 1.8em;
  vertical-align: bottom;
  color: #036EB8;
}
#description table tfoot tr td {
  text-align: right;
  padding: 0.3em 0.8em;
}
#description table tfoot tr td::before {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
  color: #036EB8;
  margin-right: 0.2em;
}

@media screen and (max-width: 739px) {
  .gallery a {
    width: 48%;
    display: inline-block;
  }
}
.gallery a img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.gallery a img:hover {
  opacity: 0.7;
}
.gallery p {
  width: 100%;
  text-align: center;
}

#policy, #policyInquiry {
  width: 100%;
}
#policy dt, #policyInquiry dt {
  font-size: 1.3em;
  margin: 0.5em auto;
  padding: 0;
  position: relative;
  color: #036EB8;
  border-bottom: 2px solid #036EB8;
}
@media screen and (max-width: 1023px) {
  #policy dt, #policyInquiry dt {
    font-size: 1.1em;
    height: auto;
    line-height: 1.2em;
    padding: 0.5em 0;
  }
}

#policySign {
  text-align: right;
}

#banners {
  width: 100%;
}
#banners ul.bannerBlock {
  list-style: none;
}
#banners ul.bannerBlock li {
  border: 1px solid #036EB8;
}
#banners ul.bannerBlock li:hover {
  opacity: 0.65;
}
#banners ul.bannerBlock li a {
  text-decoration: none;
}
#banners ul.bannerBlock li a img {
  display: block;
  width: 100%;
}
#banners ul.bannerBlock li a p {
  background-color: #036EB8;
  text-decoration: none;
  color: #fff;
  line-height: 1.5em;
  padding: 0.25em 1em;
  font-size: 0.8em;
}
