@charset "UTF-8";
/*グレー1*/
/*グレー1*/
/*ベース 横幅space*/
/*ベース 横幅space*/
.clearfix, ol, .mean-container, #l-header #l-header-contents, header, header nav ul, #col-2, .news-img-area, .img-left, .img-right, .l-client-profile .profile-detail dl, .l-item-wrap .l-item-contents, .l-item-wrap50 .l-item-contents {
  *zoom: 1;
}
.clearfix:after, ol:after, .mean-container:after, #l-header #l-header-contents:after, header:after, header nav ul:after, #col-2:after, .news-img-area:after, .img-left:after, .img-right:after, .l-client-profile .profile-detail dl:after, .l-item-wrap .l-item-contents:after, .l-item-wrap50 .l-item-contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*グレー1*/
/*グレー1*/
/*ベース 横幅space*/
/*ベース 横幅space*/
.clearfix, ol, .mean-container, #l-header #l-header-contents, header, header nav ul, #col-2, .news-img-area, .img-left, .img-right, .l-client-profile .profile-detail dl, .l-item-wrap .l-item-contents, .l-item-wrap50 .l-item-contents {
  *zoom: 1;
}
.clearfix:after, ol:after, .mean-container:after, #l-header #l-header-contents:after, header:after, header nav ul:after, #col-2:after, .news-img-area:after, .img-left:after, .img-right:after, .l-client-profile .profile-detail dl:after, .l-item-wrap .l-item-contents:after, .l-item-wrap50 .l-item-contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 121.42857%;
  overflow-x: hidden;
  word-wrap: break-word;
}
@media (max-width: 479px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 114.28571%;
  }
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* text */
input::-ms-clear {
  visibility: hidden;
}

/* password */
input::-ms-reveal {
  visibility: hidden;
}

strong,
b {
  font-weight: bold;
}

em {
  font-style: oblique;
}

p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 142.85714%;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}
@media (min-width: 769px) {
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

a[id]:not([href]) {
  padding-top: 120px;
  margin-top: -120px;
  display: inline-block;
  vertical-align: top;
}

#l-main-contents a,
#col-1 a,
#l-top-company a,
#l-top-service a,
.l-contents-inner a {
  text-decoration: underline;
  color: #335691;
}
@media (min-width: 769px) {
  #l-main-contents a:hover,
  #col-1 a:hover,
  #l-top-company a:hover,
  #l-top-service a:hover,
  .l-contents-inner a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

h3 a {
  text-decoration: none !important;
  color: #666 !important;
}

.btn-g a {
  text-decoration: none !important;
  color: #fff !important;
}

.pretty-ttl-wrap {
  margin-bottom: 64px;
}

.pretty-ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background-color: #b58a4e;
  position: relative;
  height: 32px;
  line-height: 32px;
  padding-left: 32px;
  margin-bottom: 16px;
}
.pretty-ttl:after {
  position: absolute;
  font-family: icomoon;
  content: "\e001";
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  height: 32px;
  line-height: 32px;
  top: 50%;
  left: 0;
  margin-top: -16px;
  padding-left: 8px;
}

img {
  vertical-align: bottom;
}
@media (max-width: 479px) {
  img {
    width: 100%;
    height: inherit;
  }
}

ul li {
  list-style: outside none none;
}

i {
  margin-right: 8px;
  vertical-align: middle;
}

.pretty-ttl-header {
  background: url("../img/bg-w.png");
  padding: 32px;
  border: 1px solid #aaa;
  margin-bottom: 32px;
}
.pretty-ttl-header .list {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 2%;
  margin-bottom: 0px;
}

ul.list {
  margin-bottom: 16px;
}
ul.list li {
  padding-left: 12px;
  position: relative;
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
ul.list li:before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #000;
}

ol {
  counter-reset: number;
  /* 名前を付けたカウンターをリセット */
  list-style: none;
  /* olが数字を付けることをキャンセル */
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
ol li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 4px;
  font-size: 12px;
  font-size: 1.2rem;
}
ol li:before {
  /* カウンタ（数字になる部分） */
  counter-increment: number;
  /* 任意の名前 */
  content: counter(number);
  /* 呼び出し */
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  color: #333;
  text-align: center;
  margin-right: 4px;
  margin-bottom: 4px;
  text-indent: 0;
}

h2 {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 107.14286%;
  margin-bottom: 16px;
  background: url("../img/bg-stripe-g.png");
  padding: 16px;
}
@media (max-width: 479px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h3 {
  padding-left: 16px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 142.85714%;
  position: relative;
  margin-bottom: 16px;
  color: #666;
  border-left: 4px solid #861c3c;
}
@media (max-width: 479px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h4 {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 121.42857%;
  margin-bottom: 16px;
  background-color: rgba(181, 138, 78, 0.2);
  padding: 8px;
}
@media (max-width: 479px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h5 {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dotted #aaa;
}
@media (max-width: 479px) {
  h5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h6 {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
h6:after {
  content: " ";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #666;
}
@media (max-width: 479px) {
  h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#l-contents .list + h2,
#l-contents .l-list + h2,
#l-contents ol + h2,
#l-contents p + h2,
#l-contents h2 + h2,
#l-contents h3 + h2,
#l-contents h4 + h2,
#l-contents h5 + h2,
#l-contents h6 + h2,
#l-contents .l-table + h2,
#l-contents p + h2 {
  margin-top: 96px;
}
#l-contents .list + h3,
#l-contents .l-list + h3,
#l-contents ol + h3,
#l-contents p + h3,
#l-contents h2 + h3,
#l-contents h3 + h3,
#l-contents h4 + h3,
#l-contents h5 + h3,
#l-contents h6 + h3,
#l-contents .l-table + h3,
#l-contents p + h3 {
  margin-top: 32px;
}
#l-contents .list + h4,
#l-contents .l-list + h4,
#l-contents ol + h4,
#l-contents p + h4,
#l-contents h2 + h4,
#l-contents h3 + h4,
#l-contents h4 + h4,
#l-contents h5 + h4,
#l-contents h6 + h4,
#l-contents .l-table + h4,
#l-contents p + h4 {
  margin-top: 32px;
}
#l-contents .list + h5,
#l-contents .l-list + h5,
#l-contents ol + h5,
#l-contents p + h5,
#l-contents h2 + h5,
#l-contents h3 + h5,
#l-contents h4 + h5,
#l-contents h5 + h5,
#l-contents h6 + h5,
#l-contents .l-table + h5,
#l-contents p + h5 {
  margin-top: 32px;
}
#l-contents .list + h6,
#l-contents .l-list + h6,
#l-contents ol + h6,
#l-contents p + h6,
#l-contents h2 + h6,
#l-contents h3 + h6,
#l-contents h4 + h6,
#l-contents h5 + h6,
#l-contents h6 + h6,
#l-contents .l-table + h6,
#l-contents p + h6 {
  margin-top: 32px;
}
#l-contents .list + ol,
#l-contents .l-list + ol,
#l-contents ol + ol,
#l-contents p + ol,
#l-contents h2 + ol,
#l-contents h3 + ol,
#l-contents h4 + ol,
#l-contents h5 + ol,
#l-contents h6 + ol,
#l-contents .l-table + ol,
#l-contents p + ol,
#l-contents ul + ol {
  margin-top: 16px;
}
#l-contents .list + ul,
#l-contents .l-list + ul,
#l-contents ol + ul,
#l-contents p + ul,
#l-contents h2 + ul,
#l-contents h3 + ul,
#l-contents h4 + ul,
#l-contents h5 + ul,
#l-contents h6 + ul,
#l-contents .l-table + ul,
#l-contents p + ul,
#l-contents ul + ul {
  margin-top: 16px;
}
#l-contents .list + .l-table,
#l-contents .l-list + .l-table,
#l-contents ol + .l-table,
#l-contents p + .l-table,
#l-contents h2 + .l-table,
#l-contents h3 + .l-table,
#l-contents h4 + .l-table,
#l-contents h5 + .l-table,
#l-contents h6 + .l-table,
#l-contents .l-table + .l-table {
  margin-top: 16px;
}
#l-contents .list + .l-list,
#l-contents .l-list + .l-list,
#l-contents ol + .l-list,
#l-contents p + .l-list,
#l-contents h2 + .l-list,
#l-contents h3 + .l-list,
#l-contents h4 + .l-list,
#l-contents h5 + .l-list,
#l-contents h6 + .l-list,
#l-contents .l-list + .l-list {
  margin-top: 16px;
}
#l-contents .list + p,
#l-contents .l-list + p,
#l-contents ol + p,
#l-contents p + p,
#l-contents h2 + p,
#l-contents h3 + p,
#l-contents h4 + p,
#l-contents h5 + p,
#l-contents h6 + p {
  margin-top: 16px;
}

.btn-g {
  margin-bottom: 16px;
}
.btn-g a {
  display: block;
  width: 218px;
  padding: 16px;
  margin: 0 auto;
  text-align: center;
  background: url("../img/bg-g.png");
  border: 1px solid #aaa;
  color: #fff;
  position: relative;
}
.btn-g a:before {
  content: "";
  position: absolute;
  background: url("../img/bg-stripe-g.png");
  width: 20%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.btn-g a:after {
  position: absolute;
  font-family: icomoon;
  content: "\e095";
  color: #aaa;
  font-size: 20px;
  font-size: 2rem;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 5%;
  margin-top: -10px;
}

#l-main {
  border-top: 2px solid #fff;
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 300px);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(300px, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 300px);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #ffffff 300px);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 300px);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #ffffff 300px);
  /* W3C */
  /* IE6-9 */
}

.l-table {
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .l-table {
    overflow-x: scroll;
  }
}
.l-table table {
  width: 100%;
  padding: 16px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media (max-width: 768px) {
  .l-table table {
    min-width: 480px;
  }
}
.l-table table tr {
  border-top: 1px solid #ccc;
}
.l-table table th,
.l-table table td {
  padding: 16px;
}
.l-table table th {
  background-color: #eee;
  border-left: 1px solid #ccc;
  font-weight: bold;
  font-color: #666;
}
.l-table table td {
  border-left: 1px solid #ccc;
  padding-left: 2%;
}

.l-list {
  border-top: 1px solid #ccc;
}
.l-list dl,
.l-list dt,
.l-list dd {
  margin: 0;
  padding: 0;
}
.l-list dl {
  background: #eee;
  border: 1px solid #ccc;
  border-top: none;
}
.l-list dl:first-child {
  border-top: 0;
  padding-top: none;
}
.l-list dl dt,
.l-list dd {
  padding: 2%;
}
.l-list dl dt {
  clear: left;
  float: left;
  width: 35%;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .l-list dl dt {
    float: none;
    width: 100%;
    display: block;
    width: auto;
    border-bottom: 1px solid #ccc;
  }
}
.l-list dl dd {
  background: #fff;
  border-left: 1px solid #ccc;
  margin-left: 39%;
}
@media (max-width: 768px) {
  .l-list dl dd {
    margin-left: 0;
    text-align: center;
    border-left: 0px;
  }
}

.t-red {
  background-color: rgba(134, 28, 60, 0.2);
  padding: 16px;
  margin-bottom: 16px;
}

.t-beige {
  background-color: rgba(181, 138, 78, 0.2);
  padding: 16px;
  margin-bottom: 16px;
}

.bg-gray {
  background-color: #eee;
  padding: 16px;
  margin-bottom: 16px;
}

.bg-red {
  background-color: rgba(134, 28, 60, 0.2);
  padding: 16px;
  margin-bottom: 16px;
}

.bg-beige {
  background-color: rgba(181, 138, 78, 0.2);
  padding: 16px;
  margin-bottom: 16px;
}

.bg-gray {
  background-color: #eee;
  padding: 16px;
  margin-bottom: 16px;
}

.bg-white {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
}

#is-loading img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
}

#l-container {
  overflow: hidden;
  display: none;
}

.dl-trigger.close {
  /*background: #cc0022 url(../images/mobile/mobile_btn_close.png) no-repeat 0 0;*/
}

.dl-menuwrapper div.dl-menu {
  display: none;
}

.panelBK {
  position: fixed;
  z-index: 3000;
  height: 1000px;
  width: 1000px;
  -moz-opacity: 0.20;
  display: none;
}

@media (min-width: 769px) {
  #l-extra-navi {
    position: relative;
    z-index: 5000;
    max-width: 1120px;
    margin: 0 auto 0;
  }
  #l-extra-navi .dl-trigger {
    position: absolute;
    z-index: 9999;
    top: 0px;
    right: 8px;
    color: #fff;
    width: 170px;
    height: 100px;
    background: url("../img/btn-language.png");
    background-size: 170px auto;
    cursor: pointer;
  }
  #l-extra-navi .dl-trigger:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #l-extra-navi .dl-trigger p {
    padding-top: 8px;
    margin: 0 auto;
    text-align: center;
  }
  #l-extra-navi .dl-trigger p .icon-n-language {
    color: #861c3c;
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    margin-right: 4px;
  }
  #l-extra-navi .dl-trigger p .language-txt {
    color: #861c3c;
    font-weight: 700;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #l-extra-navi .dl-menu {
    position: absolute;
    z-index: 9995;
    width: 160px;
    top: 0px;
    right: 13px;
    background: url("../img/bg-b.png");
  }
  #l-extra-navi .dl-menu ul {
    padding-top: 96px;
  }
  #l-extra-navi .dl-menu ul li {
    border-top: 1px solid #333;
  }
  #l-extra-navi .dl-menu ul li:first-child {
    border: none;
  }
  #l-extra-navi .dl-menu ul li a {
    color: #fff;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #l-extra-navi .dl-menu ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: #fff;
    color: #861c3c;
  }
}

.mean-container {
  position: relative;
}

@media (max-width: 768px) {
  #l-extra-navi {
    height: 64px;
  }
  #l-extra-navi .dl-trigger {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 9900;
    top: 0;
    right: 64px;
    color: #fff;
    width: 64px;
    height: 64px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #l-extra-navi .dl-trigger p {
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
  }
  #l-extra-navi .dl-trigger p .icon-n-language {
    display: block;
    color: #861c3c;
    font-size: 30px;
    font-size: 3rem;
    vertical-align: middle;
  }
  #l-extra-navi .dl-trigger p .language-txt {
    display: block;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: -0.005em;
  }
  #l-extra-navi .dl-menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 64px;
    right: 0;
    background: url("../img/bg-b.png");
  }
  #l-extra-navi .dl-menu ul li {
    border-top: 1px solid #666;
  }
  #l-extra-navi .dl-menu ul li:first-child {
    border: none;
  }
  #l-extra-navi .dl-menu ul li a {
    color: #fff;
    text-align: center;
    display: block;
    height: 64px;
    line-height: 64px;
  }
}

.mean-container .mean-bar {
  width: 100%;
  z-index: 9999;
}

.mean-container a.meanmenu-reveal {
  z-index: 9999;
  display: none;
  padding-top: 42px;
  position: fixed;
  background-color: #fff;
  width: 64px;
  height: 20px;
  text-align: center;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #666;
}
.mean-container a.meanmenu-reveal:before {
  position: absolute;
  top: 16px;
  left: 0;
  font-family: icomoon;
  content: "\e601";
  color: #861c3c;
  font-size: 30px;
  font-size: 3rem;
  display: block;
  width: 64px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: url("../img/bg-b.png");
  margin-top: 64px;
  position: fixed;
  z-index: 6000;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  max-height: 500px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 96%;
  padding-left: 4%;
  height: 64px;
  line-height: 64px;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #999;
  text-decoration: none;
  text-transform: uppercase;
  overflow-x: hidden;
  font-size: 14px;
  font-size: 1.4rem;
}

.mean-container .mean-nav ul li li a {
  width: 92%;
  height: 64px;
  line-height: 64px;
  border-top: 1px solid #999;
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  padding-left: 8%;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.mean-container .mean-nav ul li a.mean-expand {
  width: 64px;
  height: 64px;
  position: absolute;
  padding-left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border-left: 1px solid #999;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

#l-hero {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+50,eeeeee+100&amp;0+75,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 50%, rgba(247, 247, 247, 0) 75%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(247, 247, 247, 0)), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 50%, rgba(247, 247, 247, 0) 75%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 50%, rgba(247, 247, 247, 0) 75%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 50%, rgba(247, 247, 247, 0) 75%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 50%, rgba(247, 247, 247, 0) 75%, #eeeeee 100%);
  /* W3C */
  /* IE6-9 */
  width: 100%;
}

#l-hero-contents {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1120px;
  overflow: hidden;
}
@media (max-width: 479px) {
  #l-hero-contents {
    overflow: visible;
  }
}
#l-hero-contents:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 100%;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  z-index: 100;
}
#l-hero-contents:after {
  padding-top: 50%;
  display: block;
  content: "";
}
@media (max-width: 479px) {
  #l-hero-contents:after {
    padding-top: 100%;
  }
}

@keyframes my_anime1 {
  0% {
    width: 110%;
    margin-left: -55%;
    left: 50%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  100% {
    width: 100%;
    margin-left: -50%;
    left: 50%;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
#anime1 {
  display: block;
  position: absolute;
}
@media (min-width: 769px) {
  #anime1 {
    width: 100%;
    margin-left: -50%;
    left: 50%;
    /* animation プロパティを指定 */
    animation-name: my_anime1;
    animation-duration: 3s;
    animation-fill-mode: forwards;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #anime1 {
    width: 100%;
    margin-left: -50%;
    left: 50%;
    /* animation プロパティを指定 */
    animation-name: my_anime1;
    animation-duration: 3s;
    animation-fill-mode: forwards;
  }
}
@media (max-width: 479px) {
  #anime1 {
    margin-left: 0;
    left: 0;
    width: 200%;
  }
}

p.hero-txt {
  color: #fff;
  text-align: center;
  position: absolute;
  width: 46%;
  margin-left: -25%;
  left: 77%;
  top: 100%;
  margin-top: -25%;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  line-height: 164.28571%;
}
@media (max-width: 479px) {
  p.hero-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -15% auto 0;
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url("../img/bg-r.png");
    padding: 4%;
  }
}

#l-category-header {
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 3000;
}
@media (max-width: 479px) {
  #l-category-header {
    height: 150px;
  }
}
#l-category-header:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 100%;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  z-index: 100;
}
#l-category-header #category-header-img {
  position: relative;
}
#l-category-header #category-header-img img {
  width: 100%;
}
@media (max-width: 479px) {
  #l-category-header #category-header-img img {
    width: 200%;
    margin-left: -100%;
  }
}
#l-category-header #category-header-ttl {
  height: 100px;
  position: absolute;
  max-width: 1120px;
  display: block;
  margin: 0 auto;
  left: 10%;
  right: 0;
  top: 96px;
  margin: 0 auto;
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 479px) {
  #l-category-header #category-header-ttl {
    width: 80%;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -40%;
    text-align: center;
    background: url("../img/bg-r.png");
    padding: 4px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 200% !important;
  }
}

.t-white {
  color: #fff;
}

.scale-s img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
.scale-s img:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.scale-l {
  overflow: hidden;
  width: 200px;
  height: 200px;
}
.scale-l img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
.scale-l img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.l-header-wrap {
  width: 100%;
  position: fixed;
  height: 120px;
}
@media (max-width: 768px) {
  .l-header-wrap {
    height: 0;
  }
}

#l-header {
  border-top: 1px solid #aaa;
  width: 100%;
  background-color: #fff;
  height: 120px;
}
@media (max-width: 768px) {
  #l-header {
    border-top: 0;
    position: relative;
    z-index: 9800;
    height: 0;
  }
}
#l-header #l-header-contents {
  max-width: 1120px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid #ccc !important;
}
@media (min-width: 769px) {
  #l-header #l-header-contents {
    position: relative;
    z-index: 9999;
    height: 120px;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  #l-header #l-header-contents {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc !important;
    position: fixed;
    top: 0;
    border: 0px;
    z-index: 9800;
    height: 64px;
  }
}
@media (min-width: 769px) and (max-width: 1119px) {
  #l-header #l-header-contents {
    padding: 0 32px;
  }
}

#sticker-sticky-wrapper {
  width: 100%;
  height: 120px;
}
@media (max-width: 768px) {
  #sticker-sticky-wrapper {
    height: 0;
    position: fixed;
  }
}
#sticker-sticky-wrapper #sticker {
  margin: 0 auto;
  height: 120px;
}
@media (min-width: 769px) {
  #sticker-sticky-wrapper #sticker {
    position: relative;
    z-index: 9999;
  }
}
@media (max-width: 768px) {
  #sticker-sticky-wrapper #sticker {
    height: 0;
    position: fixed;
  }
}

.hey {
  box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.1);
  height: 120px;
}
@media (max-width: 768px) {
  .hey {
    height: 64px;
  }
}

@media (min-width: 769px) {
  #l-logo {
    display: inline-block;
    width: 25%;
    height: 120px;
  }
  #l-logo a {
    display: block;
    height: 120px;
    position: relative;
    cursor: pointer;
  }
  #l-logo a img {
    height: 50%;
    position: absolute;
    top: 50%;
    margin-top: -2em;
  }
}

@media (max-width: 768px) {
  #l-logo {
    height: 38px;
    position: absolute;
    top: 14px;
    left: 10px;
  }
  #l-logo a img {
    height: 100%;
    width: auto !important;
  }
}

#l-global-navi {
  display: inline-block;
  float: right;
  vertical-align: top;
  width: 450px;
}

header {
  height: 120px;
}
@media (max-width: 768px) {
  header {
    height: 64px;
  }
}
header nav {
  float: right;
  margin-top: 32px;
}
header nav ul {
  display: block;
  text-align: right;
}
header nav ul li {
  width: 115px;
  display: inline-block;
  padding-bottom: 24px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 28px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  position: relative;
}
header nav ul li:after {
  content: " ";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #000;
}
@media (min-width: 769px) {
  header nav ul li ul {
    display: none;
  }
}

@media (min-width: 769px) {
  .navi-client {
    position: relative;
  }
  .navi-client ul {
    z-index: 500;
    position: absolute;
    top: 28px;
    left: 28px;
  }
  .navi-client ul li {
    margin-bottom: 0;
    padding: 8px 8px 8px 36px;
    margin-left: -28px;
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    border-top: 1px solid #aaa;
  }
  .navi-client ul li a {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .navi-client ul li:after {
    top: 1.2em;
    background-color: #666;
    margin-left: 8px;
  }
}
.page-cn nav {
  margin-top: 0;
}
.page-cn nav ul li {
  width: 78px;
  line-height: 120px;
  padding-bottom: 0;
}
.page-cn nav ul li:after {
  top: 50% !important;
}
.page-cn nav ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page-cn nav ul li {
    margin-left: 0;
    width: auto;
    text-align: center;
  }
  .page-cn nav ul li a {
    text-align: center !important;
  }
}

.page-multilingual nav {
  margin-top: 0;
}
.page-multilingual nav ul li {
  display: inline;
  line-height: 120px;
  padding-bottom: 0;
  margin-left: 20px;
}
.page-multilingual nav ul li:after {
  top: 50% !important;
}
.page-multilingual nav ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 0;
  font-weight: bold;
}
.page-multilingual .mean-bar {
  display: none;
}
.page-multilingual #l-extra-navi .dl-trigger {
  border-right: 0px !important;
  right: 0 !important;
}

@media (min-width: 769px) {
  .navi-news {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .navi-news {
    display: block;
  }
}

.ttl-gray {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  color: #999;
  background: url("../img/arrow-g.png") no-repeat bottom 64px center;
  background-size: 48px auto;
  padding: 96px 0;
}
@media (max-width: 479px) {
  .ttl-gray {
    padding: 32px 0;
    background: url("../img/arrow-g.png") no-repeat bottom 8px center;
    background-size: 32px auto;
    font-size: 30px;
    font-size: 3rem;
  }
}

.ttl-red {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  color: #861c3c;
  background: url("../img/arrow-r.png") no-repeat bottom 64px center;
  background-size: 48px auto;
  padding: 96px 0;
}
@media (max-width: 479px) {
  .ttl-red {
    padding: 32px 0;
    background: url("../img/arrow-r.png") no-repeat bottom 8px center;
    background-size: 32px auto;
    font-size: 30px;
    font-size: 3rem;
  }
}

.ttl-beige {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  color: #b58a4e;
  background: url("../img/arrow-be.png") no-repeat bottom 64px center;
  background-size: 48px auto;
  padding: 96px 0;
}
@media (max-width: 479px) {
  .ttl-beige {
    padding: 32px 0;
    background: url("../img/arrow-be.png") no-repeat bottom 8px center;
    background-size: 32px auto;
    font-size: 30px;
    font-size: 3rem;
  }
}

.ttl-white {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  color: #fff;
  background: url("../img/arrow-w.png") no-repeat bottom 64px center;
  background-size: 48px auto;
  padding: 96px 0;
}
@media (max-width: 479px) {
  .ttl-white {
    padding: 32px 0;
    background: url("../img/arrow-w.png") no-repeat bottom 8px center;
    background-size: 32px auto;
    font-size: 30px;
    font-size: 3rem;
  }
}

.ttl-baloon {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  width: auto;
  min-width: 115px;
  color: #861c3c;
  text-align: center;
  background: #fff;
  border: 3px solid #861c3c;
  z-index: 0;
  margin-bottom: 16px;
}
.ttl-baloon:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #Fff transparent transparent transparent;
  z-index: 0;
}
.ttl-baloon:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #861c3c transparent transparent transparent;
  z-index: -1;
}

.jp {
  font-size: 20px;
  font-size: 2rem;
  background: url("../img/arrow-g.png") no-repeat bottom 16px center;
  background-size: 48px auto;
}

.contents-area {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}

.contents-area-list4 {
  max-width: 1120px;
  margin: 0 auto;
  letter-spacing: -.40em;
  text-align: center;
}
.contents-area-list4 .contents-list {
  letter-spacing: normal;
  width: 23%;
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
  text-align: center;
}
.contents-area-list4 .contents-list img {
  width: 100%;
}
.contents-area-list4 .contents-list:first-child {
  margin-left: 0%;
}
@media (min-width: 480px) and (max-width: 768px) {
  .contents-area-list4 .contents-list {
    width: 46%;
    margin-top: 16px;
    margin-right: 2%;
    margin-left: 0%;
  }
}
@media (max-width: 479px) {
  .contents-area-list4 .contents-list {
    width: 46%;
    margin-top: 16px;
    margin-right: 2%;
    margin-left: 0%;
  }
  .contents-area-list4 .contents-list .main-icon {
    font-size: 10rem;
  }
}

#l-top-contents {
  width: 100%;
  border-top: 2px solid #fff;
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(50%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #ffffff 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #ffffff 50%);
  /* W3C */
  /* IE6-9 */
  padding-bottom: 96px;
}
#l-top-contents .contents-list {
  text-align: center;
}
@media (min-width: 480px) and (max-width: 768px) {
  #l-top-contents {
    padding-bottom: 64px;
  }
}
@media (max-width: 479px) {
  #l-top-contents {
    padding-bottom: 32px;
  }
}

#l-top-company {
  width: 100%;
  border-top: 2px solid #fff;
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(50%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #ffffff 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #ffffff 50%);
  /* W3C */
  /* IE6-9 */
  padding-bottom: 96px;
}

#l-top-service {
  width: 100%;
  padding-bottom: 96px;
  background-color: #b58a4e;
}
#l-top-service h4 {
  background-color: rgba(255, 255, 255, 0.5);
}

#l-top-cn {
  width: 100%;
  padding-bottom: 96px;
  background-color: rgba(181, 138, 78, 0.2);
}

.main-img img {
  width: 50%;
}

.main-icon {
  font-size: 140px;
  font-size: 14rem;
  line-height: 0%;
  margin-bottom: 16px;
}

.main-ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 107.14286%;
  margin-bottom: 16px;
}
.main-ttl span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.main-txt {
  padding: 0 16px;
  font-size: 13px;
  font-size: 1.3rem;
}

#l-news {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: url("../img/bg-news.gif") fixed no-repeat center center;
  background-size: 150% auto;
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  #l-news {
    background: url("../img/bg-news.gif") no-repeat center center;
    background-size: 600% auto;
  }
}
#l-news .contents-area-list4 {
  padding: 0 32px;
}
#l-news .contents-list {
  background: url("../img/bg-w.png");
  position: relative;
}
@media (max-width: 479px) {
  #l-news .contents-list {
    width: 105%;
  }
}
#l-news .contents-list:after {
  content: "";
  position: absolute;
  background: url("../img/bg-stripe-tri.png") no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
}
#l-news .contents-list a {
  display: block;
  padding: 8%;
}
#l-news .btn-g {
  margin-top: 32px;
}

.news-cate {
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 24px;
  color: #861c3c;
}
.news-cate:after {
  content: "";
  display: block;
  height: 4px;
  width: 70%;
  left: 50%;
  margin-left: -35%;
  bottom: -8px;
  position: absolute;
  background-color: #861c3c;
}

.news-date {
  margin-bottom: 8px;
  font-size: 13px;
  font-size: 1.3rem;
}

.news-ttl {
  margin-bottom: 8px;
}

#l-banner {
  padding: 32px 0;
  background-color: #666;
}
#l-banner .contents-area-list4 {
  padding: 0 32px;
}
#l-banner .contents-area-list4 img {
  width: 100%;
}
@media (max-width: 479px) {
  #l-banner .contents-area-list4 .contents-list {
    width: 100%;
    margin-left: 0;
  }
  #l-banner .contents-area-list4 .contents-list:first-child {
    margin-top: 0px;
  }
}

#is-top-wrap {
  height: 64px;
  background-color: #fff;
}

#is-top {
  position: relative;
  display: none;
  height: 0;
}
#is-top a {
  width: 64px;
  height: 40px;
  position: fixed;
  display: block;
  /* ↓以下はリンク装飾↓ */
  text-align: center;
  outline: none;
  text-decoration: none;
  z-index: 5000;
}
#is-top a:after {
  border: 40px solid transparent;
  border-bottom-color: #000;
  border-top-width: 0;
  content: "";
  display: block;
  right: 0;
  top: 0;
  position: absolute;
}
#is-top a span {
  color: #fff;
  position: absolute;
  z-index: 5001;
  font-size: 14px;
  font-size: 1.4rem;
  width: 64px;
  left: 50%;
  margin-left: -40px;
  top: 20px;
}

#l-footer {
  position: relative;
}

#l-richfooter {
  background-color: #000;
  background: url("../img/bg-footer.gif") fixed no-repeat bottom right;
  background-size: 100% auto;
}
@media (min-width: 480px) and (max-width: 768px) {
  #l-richfooter {
    background: url("../img/bg-footer.gif") no-repeat bottom right 20%;
    background-size: 200% auto;
  }
}
@media (max-width: 479px) {
  #l-richfooter {
    background: url("../img/bg-footer.gif") no-repeat bottom right 10%;
    background-size: 400% auto;
  }
}
#l-richfooter #l-richfooter-contents {
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 32px 32px;
}
#l-richfooter #l-richfooter-contents a {
  color: #fff;
}
#l-richfooter #l-richfooter-contents dl {
  width: 30%;
  margin-right: 5%;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 479px) {
  #l-richfooter #l-richfooter-contents dl {
    display: block;
    width: 100%;
    padding-bottom: 32px;
  }
}
#l-richfooter #l-richfooter-contents dl dt {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}
#l-richfooter #l-richfooter-contents dl dt:before {
  position: absolute;
  font-family: icomoon;
  content: "\e079";
  color: #861c3c;
  width: 20px;
  height: 18px;
  bottom: 50%;
  left: 0;
  margin-bottom: -9px;
}
#l-richfooter #l-richfooter-contents dl dd {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 16px;
  position: relative;
  padding-left: 36px;
}
#l-richfooter #l-richfooter-contents dl dd:before {
  margin-left: 24px;
  background-color: #aaa;
  content: " ";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 8px;
}
#l-richfooter #l-richfooter-contents dl dd + dt,
#l-richfooter #l-richfooter-contents dl dt + dt {
  margin-top: 32px;
}

#l-utility-navi {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}
#l-utility-navi ul {
  border-top: 1px dotted #333;
  padding: 32px 0 32px;
  width: 80%;
}
@media (max-width: 768px) {
  #l-utility-navi ul {
    padding-bottom: 32px;
  }
}
#l-utility-navi ul li {
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 16px;
}
#l-utility-navi ul li:first-child {
  margin-left: 0px;
}
#l-utility-navi ul li a {
  color: #fff;
}

.page-cn #l-richfooter-contents dl {
  width: 100% !important;
}
.page-cn #l-richfooter-contents dl dt {
  display: inline;
  margin-right: 5%;
}
@media (max-width: 479px) {
  .page-cn #l-richfooter-contents dl dt {
    display: block;
    margin-bottom: 16px;
  }
}

.c-red {
  color: #861c3c;
}
.c-red .main-icon,
.c-red .main-ttl {
  color: #861c3c;
}

.c-beige {
  color: #b58a4e;
}
.c-beige .main-icon,
.c-beige .main-ttl {
  color: #b58a4e;
}

.c-gray {
  color: #666;
}

.c-black {
  color: #000;
}

#l-copy {
  border-top: 1px solid #aaa;
}
#l-copy p {
  text-align: center;
  padding: 16px 0;
  color: #861c3c;
  font-size: 13px;
  font-size: 1.3rem;
}

#l-bread-navi {
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #aaa;
  position: relative;
  z-index: 300;
}
#l-bread-navi ul {
  margin: 0 auto;
  padding: 16px 32px;
  max-width: 1120px;
}
#l-bread-navi ul li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  margin-right: 32px;
  z-index: 50;
}
#l-bread-navi ul li a {
  color: #666;
  position: relative;
  z-index: 100;
  display: block;
}
#l-bread-navi ul li a:before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 18px;
  right: -18px;
  z-index: 50;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 3px;
}
#l-bread-navi ul li a:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 18px;
  right: -20px;
  z-index: 40;
  border-left: 6px solid #aaa;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 3px;
}

#col-1 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 32px;
}
@media (max-width: 479px) {
  #col-1 {
    padding: 32px 16px;
  }
}

#col-2 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px;
}
@media (max-width: 479px) {
  #col-2 {
    padding: 32px 16px;
  }
}
#col-2 #l-side {
  width: 25%;
  margin-right: 3%;
  float: left;
}
@media (max-width: 768px) {
  #col-2 #l-side {
    float: none;
    display: none;
  }
}
#col-2 #l-side ul.l-side-btn li a {
  display: block;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin-bottom: 16px;
}
#col-2 #l-side ul.l-side-line {
  border-top: 1px solid #ccc;
}
#col-2 #l-side ul.l-side-line li {
  border-bottom: 1px solid #ccc;
}
#col-2 #l-side ul.l-side-line li a {
  display: block;
  height: 64px;
  line-height: 64px;
  text-align: center;
}
#col-2 #l-main-contents {
  position: relative;
  width: 72%;
  float: right;
}
@media (max-width: 768px) {
  #col-2 #l-main-contents {
    float: none;
    width: 100%;
  }
}

.l-contents-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 32px;
}
@media (max-width: 479px) {
  .l-contents-inner {
    padding: 16px;
  }
}

.contents-ttl {
  background: url("../img/bg-w.png");
  text-align: center;
  padding: 64px 32px;
  margin-bottom: 32px;
  border: 1px solid #aaa;
}
@media (max-width: 479px) {
  .contents-ttl {
    padding: 32px 16px;
  }
}
.contents-ttl h2 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .contents-ttl h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.contents-ttl p {
  margin-bottom: 0 !important;
  color: #333;
}

.contents-catch {
  font-size: 20px;
  font-size: 2rem;
  line-height: 142.85714%;
  color: #666;
  margin-bottom: 32px;
}

@media (min-width: 769px) {
  .l-news-list {
    position: relative;
  }
  .l-news-list a {
    background: url("../img/bg-w.png");
    text-decoration: none !important;
    display: block;
    border: 1px solid #ccc;
    padding: 4%;
    margin-bottom: 32px;
  }
  .l-news-list a:after {
    content: "";
    position: absolute;
    background: url("../img/bg-stripe-tri.png") no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
  }
  .l-news-list a .news-cate {
    width: 40%;
  }
  .l-news-list a .news-cate:after {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .l-news-list a .news-date {
    position: absolute;
    top: 16px;
    right: 4%;
  }
}
.l-news-list .btn-red a {
  border: 5px solid #861c3c;
  color: #861c3c;
}

@media (min-width: 480px) and (max-width: 768px) {
  .l-news-list {
    position: relative;
    width: 100%;
  }
  .l-news-list a {
    text-decoration: none !important;
    background: url("../img/bg-w.png");
    display: block;
    border: 1px solid #ccc;
    padding: 4%;
    margin-bottom: 32px;
  }
  .l-news-list a:after {
    content: "";
    position: absolute;
    background: url("../img/bg-stripe-tri.png") no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
  }
  .l-news-list a .news-cate {
    width: 40%;
  }
  .l-news-list a .news-cate:after {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .l-news-list a .news-date {
    position: absolute;
    top: 16px;
    right: 4%;
  }
}

@media (max-width: 479px) {
  .l-news-list {
    position: relative;
    width: 100%;
  }
  .l-news-list a {
    text-decoration: none !important;
    background: url("../img/bg-w.png");
    display: block;
    border: 1px solid #ccc;
    padding: 8%;
    margin-bottom: 32px;
  }
}

.btn-red a {
  border: 1px solid rgba(134, 28, 60, 0.5);
  color: #861c3c;
  font-weight: bold;
  background-color: #fff;
}

.l-news-detail {
  padding: 4%;
  background: url("../img/bg-w.png");
  display: block;
  border: 1px solid #ccc;
  margin-bottom: 32px;
  position: relative;
}
.l-news-detail:after {
  content: "";
  position: absolute;
  background: url("../img/bg-stripe-tri.png") no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
}
.l-news-detail .news-cate {
  width: 40%;
  margin-bottom: 32px;
}
.l-news-detail .news-cate:after {
  width: 100%;
  left: 0;
  margin-left: 0;
}
.l-news-detail .news-date {
  position: absolute;
  top: 16px;
  right: 4%;
}
.l-news-detail .news-ttl {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 142.85714%;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
}

.news-img-area {
  margin-bottom: 16px;
}

.img-left .news-img {
  width: 40%;
  margin-right: 3%;
  float: left;
}
.img-left .news-img img {
  width: 100%;
  height: auto;
}
.img-left .news-txt {
  width: 57%;
  float: right;
}
@media (max-width: 479px) {
  .img-left .news-img {
    float: none;
    width: 80%;
    margin: 0 auto 16px;
  }
  .img-left .news-txt {
    float: none;
    width: 100%;
  }
}

.img-right .news-txt {
  width: 57%;
  float: left;
  margin-right: 3%;
}
.img-right .news-img {
  width: 40%;
  float: right;
}
.img-right .news-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  .img-right .news-img {
    float: none;
    width: 80%;
    margin: 0 auto 16px;
  }
  .img-right .news-txt {
    float: none;
    width: 100%;
  }
}

.client-list-ttl {
  background-color: rgba(181, 138, 78, 0.2) !important;
}
@media (max-width: 479px) {
  .client-list-ttl {
    text-align: center;
  }
}

.client-list {
  margin-bottom: 32px;
}
@media (max-width: 479px) {
  .client-list {
    margin-bottom: 0;
  }
}
.client-list dl {
  display: block;
  max-width: 1120px;
  letter-spacing: -.40em;
  padding: 8px 16px;
}
@media (max-width: 479px) {
  .client-list dl {
    padding: 16px;
    text-align: center;
  }
}
.client-list dl:nth-child(odd) {
  background-color: #eee;
}
.client-list dl a {
  display: block;
  color: #000;
}
.client-list dl dt,
.client-list dl .client-name,
.client-list dl .client-date {
  text-align: center;
}
.client-list dl .client-job {
  text-align: center;
}
@media (max-width: 479px) {
  .client-list dl .client-job {
    text-align: center;
  }
}
.client-list dl dt,
.client-list dl dd {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 479px) {
  .client-list dl dt,
  .client-list dl dd {
    vertical-align: bottom;
  }
}
.client-list dl dt {
  width: 15%;
}
@media (max-width: 479px) {
  .client-list dl dt {
    width: 47%;
    padding-bottom: 8px;
    border-left: 0px;
    border-bottom: 1px solid #666;
    margin-bottom: 8px;
  }
}
.client-list dl .client-name {
  width: 15%;
  margin-left: 3%;
}
@media (max-width: 479px) {
  .client-list dl .client-name {
    width: 47%;
    margin-bottom: 8px;
  }
}
.client-list dl .client-job {
  width: 20%;
  margin-left: 3%;
}
@media (max-width: 479px) {
  .client-list dl .client-job {
    width: 47%;
    margin-left: 0;
  }
}
.client-list dl .client-date {
  width: 10%;
  margin-left: 3%;
}
@media (max-width: 479px) {
  .client-list dl .client-date {
    width: 47%;
  }
}
.client-list dl dd {
  border-left: 1px solid #ccc;
  padding: 16px 0 16px 3%;
}
@media (max-width: 479px) {
  .client-list dl dd {
    padding-bottom: 8px;
    padding-top: 0;
    padding-left: 0;
    border-left: 0px;
    border-bottom: 1px solid #666;
  }
}

.internal-links {
  position: relative;
}
@media (max-width: 479px) {
  .internal-links {
    padding-bottom: 32px;
    text-align: center;
  }
}
.internal-links:after {
  position: absolute;
  font-family: icomoon;
  content: "\e097";
  color: #861c3c;
  font-size: 20px;
  font-size: 2rem;
  width: 20px;
  height: 18px;
  bottom: 50%;
  right: 0;
  margin-bottom: -9px;
}
@media (max-width: 479px) {
  .internal-links:after {
    display: block;
    bottom: 16px;
  }
}
.internal-links:before {
  position: absolute;
  content: "詳細へ";
  color: #861c3c;
  font-size: 16px;
  font-size: 1.6rem;
  height: 16px;
  bottom: 50%;
  right: 28px;
  margin-bottom: -8px;
  letter-spacing: normal;
}
@media (max-width: 479px) {
  .internal-links:before {
    display: block;
    bottom: 16px;
  }
}

.external-links {
  position: relative;
}
@media (max-width: 479px) {
  .external-links {
    padding-bottom: 32px;
    text-align: center;
  }
}
.external-links:after {
  position: absolute;
  font-family: icomoon;
  content: "\e128";
  color: #861c3c;
  font-size: 20px;
  font-size: 2rem;
  width: 20px;
  bottom: 50%;
  right: 0;
  margin-bottom: -9px;
}
@media (max-width: 479px) {
  .external-links:after {
    display: block;
    bottom: 16px;
  }
}
.external-links:before {
  position: absolute;
  content: "詳細へ";
  color: #861c3c;
  font-size: 16px;
  font-size: 1.6rem;
  height: 16px;
  bottom: 50%;
  right: 28px;
  margin-bottom: -8px;
  letter-spacing: normal;
}
@media (max-width: 479px) {
  .external-links:before {
    display: block;
    bottom: 16px;
  }
}

.l-client {
  display: block;
}
.l-client:nth-child(even) {
  background-color: #eee;
}

.l-client-profile {
  max-width: 1120px;
  margin-bottom: 32px;
  background-color: #b58a4e;
  padding: 32px;
  letter-spacing: -.40em;
}
@media (max-width: 479px) {
  .l-client-profile {
    padding: 16px;
    margin-bottom: 16px;
  }
}
.l-client-profile .profile-img {
  letter-spacing: normal;
  width: 17%;
  display: inline-block;
  vertical-align: top;
  padding-right: 3%;
}
@media (max-width: 479px) {
  .l-client-profile .profile-img {
    display: block;
    width: 70%;
    margin: 0 auto 16px;
  }
}
.l-client-profile .profile-img img {
  width: 100%;
}
.l-client-profile .profile-detail {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 80%;
  color: #fff;
}
@media (max-width: 479px) {
  .l-client-profile .profile-detail {
    display: block;
    width: 100%;
  }
}
.l-client-profile .profile-detail dl {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 16px;
  padding-bottom: 16px;
}
.l-client-profile .profile-detail dl:first-child {
  padding-top: 0;
  border-top: 0;
}
.l-client-profile .profile-detail dl:last-child {
  padding-bottom: 0;
}
.l-client-profile .profile-detail dl dt {
  background-color: #fff;
  padding: 5.33333px 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #B58A4E;
  width: 100px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
@media (min-width: 480px) and (max-width: 768px) {
  .l-client-profile .profile-detail dl dt {
    display: block;
    margin-bottom: 5.33333px;
  }
}
@media (max-width: 479px) {
  .l-client-profile .profile-detail dl dt {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    width: 100%;
    margin-bottom: 5.33333px;
  }
}
.l-client-profile .profile-detail dl dd {
  margin-left: 16px;
  display: inline-block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 142.85714%;
}
@media (max-width: 479px) {
  .l-client-profile .profile-detail dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0;
  }
}

.l-item-wrap .l-item-contents {
  max-width: 1120px;
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid #ccc;
}
@media (max-width: 479px) {
  .l-item-wrap .l-item-contents {
    padding-top: 16px;
    margin-bottom: 16px;
  }
}
.l-item-wrap .l-item-contents:first-child {
  border-top: 0px;
  padding-top: 0px;
}
.l-item-wrap .l-item-contents .item-img {
  vertical-align: top;
  width: 22%;
}
@media (max-width: 479px) {
  .l-item-wrap .l-item-contents .item-img {
    width: 100%;
    margin: 0 auto 16px;
  }
}
.l-item-wrap .l-item-contents .item-img img {
  width: 100%;
}
.l-item-wrap .l-item-contents .item-txt {
  vertical-align: top;
  width: 75%;
  margin-bottom: 16px;
}
.l-item-wrap .l-item-contents .item-txt p {
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .l-item-wrap .l-item-contents .item-txt {
    width: 100%;
    margin: 0 auto 16px;
  }
}
.l-item-wrap .l-item-contents .item-txt .bg-white,
.l-item-wrap .l-item-contents .item-txt .bg-gray {
  display: block;
}
.l-item-wrap .img-left .item-img {
  padding-right: 3%;
  float: left;
}
@media (max-width: 479px) {
  .l-item-wrap .img-left .item-img {
    padding-right: 0;
    float: none;
  }
}
.l-item-wrap .img-left .item-txt {
  float: right;
  margin-bottom: 0;
}
.l-item-wrap .img-right .item-txt {
  float: left;
  margin-bottom: 0;
}
.l-item-wrap .img-right .item-img {
  padding-left: 3%;
  float: right;
}
@media (max-width: 479px) {
  .l-item-wrap .img-right .item-img {
    padding-left: 0;
    float: none;
  }
}

.l-item-wrap50 .l-item-contents {
  max-width: 1120px;
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid #ccc;
}
@media (max-width: 479px) {
  .l-item-wrap50 .l-item-contents {
    padding-top: 16px;
    margin-bottom: 16px;
  }
}
.l-item-wrap50 .l-item-contents:first-child {
  border-top: 0px;
  padding-top: 0px;
}
.l-item-wrap50 .l-item-contents .item-img {
  vertical-align: top;
  width: 47%;
  text-align: center;
}
@media (max-width: 768px) {
  .l-item-wrap50 .l-item-contents .item-img {
    width: 100%;
    margin: 0 auto 16px;
    float: none !important;
  }
}
.l-item-wrap50 .l-item-contents .item-img img {
  max-width: 100%;
  height: auto;
}
.l-item-wrap50 .l-item-contents .item-txt {
  vertical-align: top;
  width: 50%;
  margin-bottom: 16px;
}
.l-item-wrap50 .l-item-contents .item-txt p {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .l-item-wrap50 .l-item-contents .item-txt {
    width: 100%;
    margin: 0 auto 16px;
  }
}
.l-item-wrap50 .l-item-contents .item-txt .bg-white,
.l-item-wrap50 .l-item-contents .item-txt .bg-gray {
  display: block;
}
.l-item-wrap50 .img-left .item-img {
  padding-right: 3%;
  float: left;
}
@media (max-width: 479px) {
  .l-item-wrap50 .img-left .item-img {
    padding-right: 0;
    float: none;
  }
}
.l-item-wrap50 .img-left .item-txt {
  float: right;
  margin-bottom: 0;
}
.l-item-wrap50 .img-right .item-txt {
  float: left;
  margin-bottom: 0;
}
.l-item-wrap50 .img-right .item-img {
  padding-left: 3%;
  float: right;
}
@media (max-width: 479px) {
  .l-item-wrap50 .img-right .item-img {
    padding-left: 0;
    float: none;
  }
}

.l-access-info {
  letter-spacing: -.40em;
  background-color: #b58a4e;
  margin-bottom: 16px;
  position: relative;
}
.l-access-info .l-iframe {
  letter-spacing: normal;
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3%;
}
@media (max-width: 768px) {
  .l-access-info .l-iframe {
    width: 100%;
    display: block;
  }
}
.l-access-info .l-iframe .l-iframe-contents {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.l-access-info .l-iframe .l-iframe-contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-access-info .access-info {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  width: 34%;
  position: relative;
  text-align: center;
  margin-right: 3%;
}
@media (max-width: 768px) {
  .l-access-info .access-info {
    width: 100%;
    display: block;
    padding-bottom: 16px;
  }
}
.l-access-info .access-info .access-info-contents {
  border-radius: 5%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 32px;
}
@media (min-width: 480px) and (max-width: 768px) {
  .l-access-info .access-info .access-info-contents {
    width: 50%;
    display: block;
    margin: 16px auto;
  }
}
@media (max-width: 479px) {
  .l-access-info .access-info .access-info-contents {
    width: 80%;
    display: block;
    margin: 16px auto;
  }
}
.l-access-info .access-info .access-info-contents img {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
}
.l-access-info .access-info .access-info-contents .info-txt {
  width: 50%;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}
.l-access-info .access-info .btn-g {
  text-align: center;
  margin: 0 auto;
}

#l-guide .l-item-wrap .l-item-contents {
  background: url("../img/bg-w.png");
  padding: 32px;
  border: 1px solid #aaa;
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px;
}

.img-arrrow-under {
  width: 64px;
  text-align: center;
  margin: 0 auto;
}
.img-arrrow-under img {
  width: 100%;
}

.l-local-navi1 .l-local-navi-contents {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 auto 64px;
  text-align: center;
  padding: 16px 2% 0;
}
@media (min-width: 480px) and (max-width: 768px) {
  .l-local-navi1 .l-local-navi-contents {
    padding-bottom: 0;
  }
}
@media (max-width: 479px) {
  .l-local-navi1 .l-local-navi-contents {
    padding: 4%;
    margin: 0 auto 32px;
  }
}
.l-local-navi1 .l-local-navi-contents li {
  width: 22%;
  display: inline-block;
  background-color: #fff;
  margin-left: 2%;
  vertical-align: middle;
  margin-bottom: 16px;
}
.l-local-navi1 .l-local-navi-contents li:first-child {
  margin-left: 0;
  margin-top: 0;
}
@media (min-width: 480px) and (max-width: 768px) {
  .l-local-navi1 .l-local-navi-contents li {
    width: 45%;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 479px) {
  .l-local-navi1 .l-local-navi-contents li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .l-local-navi1 .l-local-navi-contents li:last-child {
    margin-bottom: 0;
  }
}
.l-local-navi1 .l-local-navi-contents li a {
  background-color: #861c3c;
  padding: 4% 2%;
  display: block;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
}

.l-local-navi1_5 .l-local-navi-contents {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 auto 64px;
  text-align: center;
  padding: 16px 2% 0;
}
@media (min-width: 480px) and (max-width: 768px) {
  .l-local-navi1_5 .l-local-navi-contents {
    padding-bottom: 0;
  }
}
@media (max-width: 479px) {
  .l-local-navi1_5 .l-local-navi-contents {
    padding: 4%;
    margin: 0 auto 32px;
  }
}
.l-local-navi1_5 .l-local-navi-contents li {
  width: 18%;
  display: inline-block;
  background-color: #fff;
  margin-left: 2%;
  vertical-align: middle;
  margin-bottom: 16px;
}
.l-local-navi1_5 .l-local-navi-contents li:first-child {
  margin-left: 0;
  margin-top: 0;
}
@media (min-width: 769px) and (max-width: 1119px) {
  .l-local-navi1_5 .l-local-navi-contents li {
    width: 30%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .l-local-navi1_5 .l-local-navi-contents li {
    width: 45%;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 479px) {
  .l-local-navi1_5 .l-local-navi-contents li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .l-local-navi1_5 .l-local-navi-contents li:last-child {
    margin-bottom: 0;
  }
}
.l-local-navi1_5 .l-local-navi-contents li a {
  background-color: #861c3c;
  padding: 4% 2%;
  display: block;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
}

.contents-ttl .l-local-navi-contents {
  margin-top: 16px;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contents-ttl .l-local-navi-contents li {
  width: 40%;
}
@media (max-width: 768px) {
  .contents-ttl .l-local-navi-contents li {
    width: 100%;
  }
}

.l-local-navi2 {
  margin-bottom: 64px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 4% 4% 2% 4%;
}
@media (max-width: 768px) {
  .l-local-navi2 {
    padding: 8% 8% 4% 8%;
  }
}
.l-local-navi2 .l-local-navi-contents {
  width: 102%;
}
.l-local-navi2 .l-local-navi-contents li {
  width: 45%;
  margin-bottom: 32px;
  letter-spacing: normal;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
}
.l-local-navi2 .l-local-navi-contents li p {
  padding-left: 24px;
}
.l-local-navi2 .l-local-navi-contents li p a {
  margin-right: 4%;
}
@media (max-width: 768px) {
  .l-local-navi2 .l-local-navi-contents li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .img50 {
    width: 50%;
    margin-top: 16px;
  }
}

html {
  font-family: Book Antiqua, Palatino Linotype, sans-serif;
}
