@charset "utf-8";
/* ------------------------------
Roboto Font
------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
body {
  font-family: Meiryo, 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', YuGothic, '游ゴシック', sans-serif;
  color: #222;
  line-height: 1.6;
}
img {
  vertical-align: middle;
}
body >.main {
  width: 100%;
  background-color: #262626;
}
body >.main >.content {
  width: 100%;
  margin: 0 auto;
}
body >.main >.content >.wrapper {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body >.main >.content >.wrapper {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body >.header {
    position: relative;
    width: 100%;
    height: 50px;
    display: table;
    background-color: #000;
  }
  body >.header .siteId {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 5px 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body >.header .menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #603b8e;
    background: -webkit-linear-gradient(left, #603b8e, #5833b3);
    background: -moz-linear-gradient(left, #603b8e, #5833b3);
    background: -o-linear-gradient(left, #603b8e, #5833b3);
    background: -ms-linear-gradient(left, #603b8e, #5833b3);
    background: linear-gradient(to right, #603b8e, #5833b3);
  }
  body >.header .menu .line {
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  body >.header .menu .line:nth-child(1) {
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -10px;
  }
  body >.header .menu .line:nth-child(2) {
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -10px;
  }
  body >.header .menu .line:nth-child(3) {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -10px;
  }
  body >.header .menu.open .line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 30px;
  }
  body >.header .menu.open .line:nth-child(2) {
    height: 0;
  }
  body >.header .menu.open .line:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 30px;
  }
  body >.header .navigation {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 10;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    height: 0;
  }
  body >.header .navigation.open {
    height: 0;
  }
  body >.header .navigation >ul {
    display: none;
  }
  body >.header .navigation >ul >li >a,
  body >.header .navigation >ul >li >span {
    display: block;
    padding: 12px 40px 12px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #212121;
    border-bottom: 1px solid #666;
  }
  body >.header .navigation >ul >li >a br,
  body >.header .navigation >ul >li >span br {
    display: none;
  }
  body >.header .navigation >ul >li >a {
    position: relative;
  }
  body >.header .navigation >ul >li >a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body >.header .navigation >ul >li >span {
    color: #7e7e7e;
  }
  body >.header .navigation >ul >li >span >.coming {
    font-size: 11px;
    margin-left: 10px;
  }
  body >.header .navigation >ul >li:last-child >a,
  body >.header .navigation >ul >li:last-child >span {
    border-bottom: none;
  }
  body >.footer {
    width: 100%;
    position: relative;
  }
  body >.footer .pagetop {
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 1px solid #888;
  }
  body >.footer .pagetop a {
    display: block;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  body >.footer .pagetop a {
    position: relative;
  }
  body >.footer .pagetop a:after {
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body >.footer .pagetop a:after {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  body >.footer .pagetop a:link:after,
  body >.footer .pagetop a:visited:after {
    top: 12px;
  }
  body >.footer .pagetop a:hover:after,
  body >.footer .pagetop a:active:after {
    top: 9px;
  }
  body >.footer .footerContent {
    background-color: #000;
    height: 50px;
    color: #fff;
  }
  body >.footer .footerContent .address {
    display: none;
  }
  body >.footer .footerContent .copyright {
    display: table-cell;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 0 60px 0 10px;
    font-size: 11px;
    line-height: 1.2;
  }
  body.top .mainVisual {
    margin: 0 auto;
    padding: 1px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/common/main_bg1.jpg");
    background-repeat: repeat;
    background-position: center top;
    -webkit-box-shadow: 0px 0px 80px 10px rgba(50,33,8,0.5) inset;
    box-shadow: 0px 0px 80px 10px rgba(50,33,8,0.5) inset;
  }
  body.top .mainVisual .wrapper {
    text-align: center;
  }
  body.top .mainVisual .wrapper .title {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  body.top .mainVisual .wrapper .title img {
    width: 100%;
    height: auto;
  }
  body.top .mainVisual .wrapper .title .logo1 {
    width: 80%;
    margin: 0 auto;
  }
  body.top .mainVisual .wrapper p {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    letter-spacing: -0.05em;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  body.top .content.news {
    background-color: #262626;
  }
  body.top .content.news .wrapper {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .content.news .wrapper .title {
    text-align: left;
    padding-left: 10px;
  }
  body.top .content.news .wrapper ul {
    background-color: #3c3c3c;
    margin: 15px 0 10px;
  }
  body.top .content.news .wrapper ul li {
    color: #fff;
    letter-spacing: 0.1em;
  }
  body.top .content.news .wrapper ul li .date {
    display: block;
    padding: 15px 0 0 15px;
    font-size: 11px;
    line-height: 1.2;
  }
  body.top .content.news .wrapper ul li .text {
    display: block;
    padding: 5px 0 15px 15px;
    font-size: 13px;
    line-height: 1.2;
  }
  body.top .menu {
    background-color: #999;
  }
  body.top .menu .wrapper {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .menu .wrapper .title {
    text-align: left;
    padding: 0 20px 3px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #262626;
  }
  body.top .menu .wrapper ul {
    zoom: 1;
  }
  body.top .menu .wrapper ul:before,
  body.top .menu .wrapper ul:after {
    content: "";
    display: table;
  }
  body.top .menu .wrapper ul:after {
    clear: both;
  }
  body.top .menu .wrapper ul li {
    float: left;
    width: 50%;
    padding: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .menu .wrapper ul li:nth-child(odd) {
    padding-right: 5px;
  }
  body.top .menu .wrapper ul li:nth-child(even) {
    padding-left: 5px;
  }
  body.top .menu .wrapper ul li a img,
  body.top .menu .wrapper ul li span img {
    width: 100%;
    height: auto;
  }
  body.top .menu .wrapper ul li a {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  body.top .menu .wrapper ul li a:hover,
  body.top .menu .wrapper ul li a:active {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  body.contact .contentHeader {
    margin: 0 auto;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/common/main_bg1.jpg");
    background-repeat: repeat;
    background-position: center top;
    -webkit-box-shadow: 0px 0px 80px 5px rgba(50,33,8,0.5) inset;
    box-shadow: 0px 0px 80px 5px rgba(50,33,8,0.5) inset;
  }
  body.contact .contentHeader .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
  }
  body.contact .contentHeader .wrapper:before {
    content: '';
    display: table-cell;
    vertical-align: bottom;
    background-image: url("../images/common/header_logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    width: 30%;
    height: 100%;
  }
  body.contact .contentHeader .wrapper .title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: bottom;
    width: 70%;
  }
  body.contact .contentHeader .wrapper .title img {
    width: 100%;
    height: auto;
  }
  body.contact .content.contact {
    background-color: #fff;
  }
  body.contact .content.contact .wrapper {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.contact .content.contact .wrapper .title {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    background-image: url("../images/common/subtitle_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;
  }
  body.contact .content.contact .wrapper .title:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("../images/common/subtitle_star.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 7px;
    left: 10px;
  }
  body.contact .content.contact .wrapper .title span {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding-left: 32px;
    padding-top: 9px;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
  }
  body.contact .content.contact .wrapper p {
    font-size: 14px;
    padding: 0 10px;
  }
  body.contact .content.contact .wrapper .mail {
    margin: 20px auto;
    padding: 10px;
    background-color: #f0f0f0;
  }
  body.contact .content.contact .wrapper .mail .mailTitle {
    color: #1b1464;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    margin: 0 auto;
    display: table;
  }
  body.contact .content.contact .wrapper .mail .mailTitle:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url("../images/contact/icon_mail.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
  body.contact .content.contact .wrapper .mail .mailTitle span {
    padding-left: 4px;
  }
  body.contact .content.contact .wrapper .mail .mailTitle:before,
  body.contact .content.contact .wrapper .mail .mailTitle>span {
    display: table-cell;
    vertical-align: middle;
  }
  body.contact .content.contact .wrapper .mail >p {
    margin: 10px auto;
    text-align: center;
  }
  body.contact .content.contact .wrapper .mail >p img {
    width: 100%;
    height: auto;
  }
  body.corporate .contentHeader {
    margin: 0 auto;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/common/main_bg1.jpg");
    background-repeat: repeat;
    background-position: center top;
    -webkit-box-shadow: 0px 0px 80px 5px rgba(50,33,8,0.5) inset;
    box-shadow: 0px 0px 80px 5px rgba(50,33,8,0.5) inset;
  }
  body.corporate .contentHeader .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
  }
  body.corporate .contentHeader .wrapper:before {
    content: '';
    display: table-cell;
    vertical-align: bottom;
    background-image: url("../images/common/header_logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    width: 30%;
    height: 100%;
  }
  body.corporate .contentHeader .wrapper .title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: bottom;
    width: 70%;
  }
  body.corporate .contentHeader .wrapper .title img {
    width: 100%;
    height: auto;
  }
  body.corporate .content.corporate {
    background-color: #fff;
  }
  body.corporate .content.corporate .wrapper {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.corporate .content.corporate .wrapper .title {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    background-image: url("../images/common/subtitle_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;
  }
  body.corporate .content.corporate .wrapper .title:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("../images/common/subtitle_star.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 7px;
    left: 10px;
  }
  body.corporate .content.corporate .wrapper .title span {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding-left: 32px;
    padding-top: 9px;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
  }
  body.corporate .content.corporate .wrapper table {
    border-collapse: collapse;
    width: 100%;
  }
  body.corporate .content.corporate .wrapper table th,
  body.corporate .content.corporate .wrapper table td {
    border: 1px solid #fff;
    vertical-align: top;
    padding: 10px;
    font-size: 12px;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.corporate .content.corporate .wrapper table th {
    color: #fff;
    background-color: #999;
    white-space: nowrap;
    text-align: center;
    padding: 10px 20px;
  }
  body.corporate .content.corporate .wrapper table td {
    color: #000;
    background-color: #f0f0f0;
  }
  body.corporate .content.corporate .wrapper table td iframe {
    display: block;
    width: 100%;
    height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999 !important;
    margin-top: 10px;
  }
  body.business .contentHeader {
    margin: 0 auto;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/common/main_bg1.jpg");
    background-repeat: repeat;
    background-position: center top;
    -webkit-box-shadow: 0px 0px 80px 5px rgba(50,33,8,0.5) inset;
    box-shadow: 0px 0px 80px 5px rgba(50,33,8,0.5) inset;
  }
  body.business .contentHeader .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
  }
  body.business .contentHeader .wrapper:before {
    content: '';
    display: table-cell;
    vertical-align: bottom;
    background-image: url("../images/common/header_logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    width: 30%;
    height: 100%;
  }
  body.business .contentHeader .wrapper .title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: bottom;
    width: 70%;
  }
  body.business .contentHeader .wrapper .title img {
    width: 100%;
    height: auto;
  }
  body.business .content.business {
    background-color: #fff;
  }
  body.business .content.business .wrapper {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.business .content.business .wrapper .title {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    background-image: url("../images/common/subtitle_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;
  }
  body.business .content.business .wrapper .title:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("../images/common/subtitle_star.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 7px;
    left: 10px;
  }
  body.business .content.business .wrapper .title span {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding-left: 32px;
    padding-top: 9px;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
  }
  body.business .content.business .wrapper figure {
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
  }
  body.business .content.business .wrapper figure img {
    width: 100%;
    height: auto;
  }
  body.business .content.business .wrapper .detail {
    margin: 10px auto;
    padding: 20px;
    background-color: #f0f0f0;
  }
  body.business .content.business .wrapper .detail ul {
    margin-left: 15px;
  }
  body.business .content.business .wrapper .detail ul li {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    list-style-type: disc;
  }
  body.business .content.business .wrapper .detail ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  body >.header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #262626;
  }
  body >.header .siteId {
    display: none;
  }
  body >.header .menu {
    display: none;
  }
  body >.header .navigation {
    max-width: 960px;
    margin: 0 auto;
  }
  body >.header .navigation >ul {
    display: table !important;
    width: 100%;
    margin: 0 auto;
  }
  body >.header .navigation >ul >li {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  body >.header .navigation >ul >li >a,
  body >.header .navigation >ul >li >span {
    display: block;
    width: 100%;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #212121;
  }
  body >.header .navigation >ul >li >a {
    padding: 29px 0;
  }
  body >.header .navigation >ul >li >span {
    padding: 21px 0;
    color: #7e7e7e;
    display: block;
  }
  body >.header .navigation >ul >li >span >.coming {
    font-size: 11px;
    display: block;
  }
  body >.header .navigation >ul >li.active >a:after,
  body >.header .navigation >ul >li.active >span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #603b8e;
    background: -webkit-linear-gradient(left, #603b8e, #5833b3);
    background: -moz-linear-gradient(left, #603b8e, #5833b3);
    background: -o-linear-gradient(left, #603b8e, #5833b3);
    background: -ms-linear-gradient(left, #603b8e, #5833b3);
    background: linear-gradient(to right, #603b8e, #5833b3);
  }
  body >.header .navigation >ul >li:after {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #666;
    margin-top: -15px;
    z-index: 10;
  }
  body >.header .navigation >ul >li:last-child:after {
    display: none;
  }
  body >.header .navigation >ul >li:hover >a,
  body >.header .navigation >ul >li:active >a {
    color: #fff;
    background-color: #3c3c3c;
  }
  body >.footer {
    width: 100%;
    position: relative;
    background-color: #262626;
  }
  body >.footer .pagetop {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }
  body >.footer .pagetop p {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -50px;
    right: 11px;
  }
  body >.footer .pagetop a {
    display: block;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #262626;
  }
  body >.footer .pagetop a {
    position: relative;
  }
  body >.footer .pagetop a:after {
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body >.footer .pagetop a:after {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  body >.footer .pagetop a:link:after,
  body >.footer .pagetop a:visited:after {
    top: 12px;
  }
  body >.footer .pagetop a:hover:after,
  body >.footer .pagetop a:active:after {
    top: 9px;
  }
  body >.footer .footerContent {
    height: 150px;
    width: 100%;
    max-width: 960px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 auto;
    display: table;
    color: #fff;
    z-index: 2;
    position: relative;
  }
  body >.footer .footerContent .address {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-align: left;
  }
  body >.footer .footerContent .copyright {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-align: right;
  }
  body.top .mainVisual {
    margin: 0 auto;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/common/main_bg1.jpg");
    background-repeat: repeat;
    background-position: center top;
    -webkit-box-shadow: 0px 0px 80px 10px rgba(50,33,8,0.5) inset;
    box-shadow: 0px 0px 80px 10px rgba(50,33,8,0.5) inset;
  }
  body.top .mainVisual .wrapper {
    text-align: center;
  }
  body.top .mainVisual .wrapper .title {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  body.top .mainVisual .wrapper .title img {
    width: 100%;
    height: auto;
  }
  body.top .mainVisual .wrapper .title .logo1 {
    width: 43.6%;
    margin: 0 auto;
  }
  body.top .mainVisual .wrapper p {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body.top .content.news {
    background-color: #262626;
  }
  body.top .content.news .wrapper {
    padding: 40px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .content.news .wrapper .title {
    text-align: left;
    padding: 5px 30px;
    margin-left: 5px;
  }
  body.top .content.news .wrapper ul {
    background-color: #3c3c3c;
  }
  body.top .content.news .wrapper ul li {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  body.top .content.news .wrapper ul li .date {
    display: inline-block;
    width: 8em;
    padding: 20px 30px;
  }
  body.top .content.news .wrapper ul li .text {
    display: inline-block;
    padding: 20px 20px 20px 0;
  }
  body.top .menu {
    background-color: #999;
  }
  body.top .menu .wrapper {
    padding: 40px 6px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .menu .wrapper .title {
    text-align: left;
    padding: 5px 30px;
    margin-left: 5px;
    display: inline-block;
    background-color: #262626;
  }
  body.top .menu .wrapper ul {
    zoom: 1;
  }
  body.top .menu .wrapper ul:before,
  body.top .menu .wrapper ul:after {
    content: "";
    display: table;
  }
  body.top .menu .wrapper ul:after {
    clear: both;
  }
  body.top .menu .wrapper ul li {
    float: left;
    width: 25%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .menu .wrapper ul li a img,
  body.top .menu .wrapper ul li span img {
    width: 100%;
    height: auto;
  }
  body.top .menu .wrapper ul li a {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  body.top .menu .wrapper ul li a:hover,
  body.top .menu .wrapper ul li a:active {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  body.contact .contentHeader {
    margin: 0 auto;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/common/main_bg1.jpg");
    background-repeat: repeat;
    background-position: center top;
    -webkit-box-shadow: 0px 0px 80px 5px rgba(50,33,8,0.5) inset;
    box-shadow: 0px 0px 80px 5px rgba(50,33,8,0.5) inset;
  }
  body.contact .contentHeader .wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/common/header_logo.png");
    background-repeat: no-repeat;
    background-position: left center;
  }
  body.contact .contentHeader .wrapper .title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 160px;
  }
  body.contact .content.contact {
    background-color: #fff;
  }
  body.contact .content.contact .wrapper {
    padding: 40px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.contact .content.contact .wrapper .title {
    text-align: left;
    padding: 0;
    margin-bottom: 50px;
    background-image: url("../images/common/subtitle_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 40px;
    position: relative;
  }
  body.contact .content.contact .wrapper .title:before {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url("../images/common/subtitle_star.svg");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: 15px;
  }
  body.contact .content.contact .wrapper .title span {
    display: block;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    font-weight: bold;
    padding-left: 55px;
    padding-top: 11px;
    letter-spacing: 0.1em;
  }
  body.contact .content.contact .wrapper p {
    font-size: 14px;
    padding: 0 20px;
  }
  body.contact .content.contact .wrapper .mail {
    margin: 50px auto;
    padding: 50px;
    background-color: #f0f0f0;
  }
  body.contact .content.contact .wrapper .mail .mailTitle {
    color: #1b1464;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    display: table;
  }
  body.contact .content.contact .wrapper .mail .mailTitle:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("../images/contact/icon_mail.svg");
    background-position: center center;
    background-repeat: no-repeat;
  }
  body.contact .content.contact .wrapper .mail .mailTitle span {
    padding-left: 10px;
  }
  body.contact .content.contact .wrapper .mail .mailTitle:before,
  body.contact .content.contact .wrapper .mail .mailTitle>span {
    display: table-cell;
    vertical-align: middle;
  }
  body.contact .content.contact .wrapper .mail >p {
    margin: 30px auto 0;
    text-align: center;
  }
  body.corporate .contentHeader {
    margin: 0 auto;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/common/main_bg1.jpg");
    background-repeat: repeat;
    background-position: center top;
    -webkit-box-shadow: 0px 0px 80px 5px rgba(50,33,8,0.5) inset;
    box-shadow: 0px 0px 80px 5px rgba(50,33,8,0.5) inset;
  }
  body.corporate .contentHeader .wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/common/header_logo.png");
    background-repeat: no-repeat;
    background-position: left center;
  }
  body.corporate .contentHeader .wrapper .title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 160px;
  }
  body.corporate .content.corporate {
    background-color: #fff;
  }
  body.corporate .content.corporate .wrapper {
    padding: 40px 10px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.corporate .content.corporate .wrapper .title {
    text-align: left;
    padding: 0;
    margin-bottom: 40px;
    background-image: url("../images/common/subtitle_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 40px;
    position: relative;
  }
  body.corporate .content.corporate .wrapper .title:before {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url("../images/common/subtitle_star.svg");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: 15px;
  }
  body.corporate .content.corporate .wrapper .title span {
    display: block;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    font-weight: bold;
    padding-left: 55px;
    padding-top: 11px;
    letter-spacing: 0.1em;
  }
  body.corporate .content.corporate .wrapper table {
    border-collapse: collapse;
    width: 100%;
  }
  body.corporate .content.corporate .wrapper table th,
  body.corporate .content.corporate .wrapper table td {
    border: 2px solid #fff;
    vertical-align: top;
    padding: 30px;
    font-size: 14px;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.corporate .content.corporate .wrapper table th {
    color: #fff;
    background-color: #999;
    width: 200px;
    max-width: 200px;
  }
  body.corporate .content.corporate .wrapper table td {
    color: #000;
    background-color: #f0f0f0;
  }
  body.corporate .content.corporate .wrapper table td iframe {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #999 !important;
    margin-top: 10px;
  }
  body.business .contentHeader {
    margin: 0 auto;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/common/main_bg1.jpg");
    background-repeat: repeat;
    background-position: center top;
    -webkit-box-shadow: 0px 0px 80px 5px rgba(50,33,8,0.5) inset;
    box-shadow: 0px 0px 80px 5px rgba(50,33,8,0.5) inset;
  }
  body.business .contentHeader .wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/common/header_logo.png");
    background-repeat: no-repeat;
    background-position: left center;
  }
  body.business .contentHeader .wrapper .title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 160px;
  }
  body.business .content.business {
    background-color: #fff;
  }
  body.business .content.business .wrapper {
    padding: 40px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.business .content.business .wrapper .title {
    text-align: left;
    padding: 0;
    margin-bottom: 50px;
    background-image: url("../images/common/subtitle_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 40px;
    position: relative;
  }
  body.business .content.business .wrapper .title:before {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url("../images/common/subtitle_star.svg");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: 15px;
  }
  body.business .content.business .wrapper .title span {
    display: block;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    font-weight: bold;
    padding-left: 55px;
    padding-top: 11px;
    letter-spacing: 0.1em;
  }
  body.business .content.business .wrapper figure {
    margin: 0 auto;
    text-align: center;
  }
  body.business .content.business .wrapper .detail {
    margin: 50px auto;
    padding: 30px;
    background-color: #f0f0f0;
  }
  body.business .content.business .wrapper .detail ul {
    margin-left: 20px;
  }
  body.business .content.business .wrapper .detail ul li {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    list-style-type: disc;
  }
  body.business .content.business .wrapper .detail ul li:last-child {
    margin-bottom: 0;
  }
}
