@charset "UTF-8";
/*ＬＡＹＯＵＴ*/
/* -----------------------------------------------------------------
LAYOUT CSS　
LAST UPDATE: 　
--------------------------------------------------------------------*/
/*--------------------------------
html/body
---------------------------------*/
html {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
  font-size: 62.5%; /*10px*/
  line-height: 1.4;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1rem;
}

input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
  border-radius: 0;
  box-shadow: none;
}

.skipContents {
  position: absolute;
  top: -99999px;
  left: 0;
}

fieldset legend {
  display: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .fixed header {
    position: fixed;
    top: 0;
  }
}
/*--------------------------------
webfont
---------------------------------*/
@font-face {
  font-family: "JSI";
  src: url("/common/fonts/JosefinSans-Italic.woff") format("woff");
}
/*--------------------------------
LINk
---------------------------------*/
a {
  color: #0073a9;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  transition: 0.6s;
  opacity: 0.6;
}

a:focus {
  outline: none;
}

#main a:hover,
.top a:hover {
  text-decoration: underline;
}

#main a[target$=_blank],
.top a[target$=_blank] {
  padding-right: 15px;
  background: url(/common/img/icon_blank_01.png) no-repeat right center;
  display: inline;
  background-size: 10px auto;
  margin-right: 3px;
}

#main a[href$=".pdf"],
.top a[href$=".pdf"] {
  padding-right: 20px;
  background: url(/common/img/icon_pdf_01.png) no-repeat right center;
  display: inline;
  background-size: 15px auto;
  margin-right: 3px;
}

.top .topicAticle a[href$=".pdf"],
.top .topicAticle a[target$=_blank] {
  background: none;
  padding-right: 0;
}

a:focus,
button:focus,
[type=button]:focus,
[type=image]:focus,
[type=submit]:focus {
  outline: 2px solid #0073a9;
  outline-offset: -2px;
}

[type=image]:hover {
  opacity: 0.7;
}

input[name=modify] {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #main .newsList01 a[href$=".pdf"] {
    padding-right: 0;
    background: none;
    margin-right: 0;
    display: block;
  }
  .newsList01 a[target$=_blank] {
    padding-right: 0;
    background: none !important;
    margin-right: 0;
    display: block;
  }
  .top a[href$=".pdf"] {
    padding-right: 0;
    background: none;
    margin-right: 0;
  }
  input[name=modify] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/*--------------------------------
header
---------------------------------*/
header {
  background: #fff;
  width: 100%;
  min-width: 1080px;
  z-index: 10;
  position: fixed;
  top: 0;
  /*contactBox*/
  /*searchBox*/
  /*searchBox cancel*/
  /*gNav*/
}
header .hInner {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px;
}
header .logo {
  float: left;
  width: 288px;
  padding: 9px 0;
  display: table;
}
header .logo a {
  display: table-cell;
  vertical-align: middle;
}
header .logo a img {
  margin-right: 20px;
  width: 100%;
  height: auto;
}
header.simple {
  border-bottom: 1px solid #989898;
}
header.simple .logo {
  float: none;
  margin: 0 auto;
}
header .contactBox {
  float: right;
  width: 136px;
}
header .contactBox a {
  background: #771717;
  border-radius: 3px;
  margin: 14px 0;
  padding: 8px 10px;
  transition: 0.4s;
  display: block;
  text-align: center;
}
header .contactBox a:hover {
  background: #771717;
  text-decoration: none;
}
header .contactBox a span {
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  display: block;
}
header .contactBox a span:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background: url(/common/img/icon_mail_01.svg) no-repeat 0 0;
  width: 14px;
  height: 11px;
  background-size: 100% auto;
}
header .searchBox {
  float: right;
  width: 215px;
}
header .searchBox #bgresponse {
  width: 285px;
}
header .navToggleBox {
  position: absolute;
  top: 116px;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none !important;
  width: 100%;
  padding: 10px 0 60px;
  width: 100% !important;
}
header .navToggleBox.cur {
  display: block !important;
}
header .navToggleBox dl {
  width: 1030px;
  margin: 0 auto;
  display: block;
}
header .navToggleBox dl dt {
  display: block;
  margin: 30px 0 20px;
  background: #176677;
  text-align: center;
  transition: 0.3s;
}
header .navToggleBox dl dt:hover {
  opacity: 0.7;
}
header .navToggleBox dl dt a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 12px 0;
}
header .navToggleBox dl dt a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url(/common/img/icon_arrow_w_r_01.svg) no-repeat 0 0;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  vertical-align: middle;
}
header .navToggleBox dl dt a:hover {
  opacity: 1;
}
header .navToggleBox dl dt a:focus {
  outline: 1px solid #fff;
}
header .navToggleBox dl dd ul {
  color: #333;
  display: block;
  float: none;
  width: 100% !important;
  font-size: 0rem;
  padding: 0;
  margin-top: 20px;
  text-align: left !important;
}
header .navToggleBox dl dd ul li {
  width: calc(25% - 4px);
  float: none;
  display: inline-block;
  margin: 2px;
  background: #fff;
  border-radius: 4px;
  background-size: 6px auto;
  transition: 0.3s;
  vertical-align: top;
  min-height: 43px;
}
header .navToggleBox dl dd ul li:first-child {
  padding-left: 0;
}
header .navToggleBox dl dd ul li:hover {
  background-size: 6px auto;
  opacity: 0.7;
}
header .navToggleBox dl dd ul li a {
  padding: 12px 18px 12px 35px !important;
  border: none;
  background: none;
  height: auto;
  max-width: none;
  display: block;
  text-align: left !important;
  font-size: 1.4rem;
  font-weight: normal !important;
  color: #000 !important;
  text-indent: -27px;
}
header .navToggleBox dl dd ul li a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url(/common/img/icon_arrow_right_01.svg) no-repeat 0 0;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  vertical-align: middle;
}
header .navToggleBox dl dd ul li a:hover {
  opacity: 1;
}
header .navToggleBox dl dd ul li a:focus {
  outline: 1px solid #2196f3 !important;
}
header .fixedNav .navToggleBox {
  top: 63px;
}
header form.gsc-search-box {
  margin-bottom: 0;
}
header table.gsc-search-box {
  margin-bottom: 0;
}
header .gsc-control-cse {
  padding: 14px 1em 10px !important;
}
header .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}
header .gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box {
  width: 150px;
  padding-right: 0;
  height: auto;
}
header .gsc-search-box-tools .gsc-search-box .gsc-search-button input {
  margin-left: -50px;
  padding: 7px 10px 9px 10px;
  background: #176677;
  border-radius: 0;
  border: 1px solid #176677;
  margin-top: 3px;
}
header .gsib_b {
  display: none !important;
}
header .gsc-search-button .gsc-search-button {
  background: #176677;
  border: #176677;
  border-radius: 0;
  padding: 10px 12px;
  margin-left: 0;
}
header .gsc-search-button .gsc-search-button:hover {
  cursor: pointer;
}
header .gsc-search-button-v2 svg {
  width: 15px;
  height: 15px;
}
header .gsst_a .gscb_a, header .gsc-option, header .gsc-tabHeader.gsc-tabhActive, header .gsc-refinementHeader.gsc-refinementhActive {
  color: #333 !important;
}
header #gNav {
  width: 100%;
  min-width: 1080px;
  background: #176677;
}
header #gNav ul {
  width: 1080px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
header #gNav ul li.parent {
  display: inline-block;
  margin: 0 25px;
}
header #gNav ul li.parent.active {
  background: #0a2d34;
}
header #gNav ul li.parent a {
  display: block;
  padding: 15px 20px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
header #gNav ul li.parent a:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  margin-top: 4px;
  background: url(/common/img/icon_arrow_b_01.svg) no-repeat 0 0;
  width: 12px;
  height: 9px;
  background-size: 100% auto;
}
header #gNav ul li.parent a:focus {
  outline: 1px solid #fff;
}
header #gNav ul li.parent a:hover {
  text-decoration: none;
}

.gsc-input-box {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

@media screen and (max-width: 767px) {
  header {
    width: 100%;
    min-width: 100%;
    z-index: 30;
    background: #fff;
    /*searchBox*/
    /*searchBox cancel*/
  }
  header.simple {
    border-bottom: none;
  }
  header.simple .logo {
    float: none !important;
    margin: 0 auto;
  }
  header .hInner {
    width: 100%;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #989898;
  }
  header .hInner .logo {
    padding: 5px 0 10px 10px;
    float: left;
    width: 260px;
  }
  header .hInner .logo img {
    width: 100%;
    height: auto;
  }
  header .hInner .spNav {
    display: table;
    float: right;
  }
  header .hInner .spNav li {
    display: table-cell;
    vertical-align: middle;
  }
  header .hInner .spNav li a {
    display: block;
    height: 54px;
    width: 55px;
    transition: none;
  }
  header .hInner .spNav li.menu a {
    background: url(/common/img/icon_sp_menu.svg) no-repeat center #176677;
    text-indent: -9999px;
    background-size: 24px auto;
    color: #fff;
  }
  header .hInner .spNav li.menu a.cur {
    background: url(/common/img/icon_sp_close.svg) no-repeat center #176677;
    text-indent: -9999px;
    background-size: 19px auto;
  }
  header .hInner .spNav li.contact a {
    background: url(/common/img/icon_mail_sp_01.svg) no-repeat center;
    text-indent: -9999px;
    background-size: 33px auto;
  }
  header .hInner .spNav li.contact a.cur {
    background: url(/common/img/icon_mail_sp_01.svg) no-repeat center;
    text-indent: -9999px;
    background-size: 33px auto;
  }
  header .hInner .spNav li.search a {
    background: url(/common/img/ico_search_01.svg) no-repeat center;
    text-indent: -9999px;
    background-size: 33px auto;
  }
  header .hInner .spNav li.search a .cur {
    background: url(/common/img/icon_sp_close.svg) no-repeat center #000;
    text-indent: -9999px;
    background-size: 19px auto;
  }
  header nav {
    display: none;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 54px;
    left: 0;
    background: #fff;
  }
  header nav #spGNav {
    background: #333333;
  }
  header nav #spGNav li {
    border-bottom: 1px solid #a0a0a0;
  }
  header nav #spGNav li:last-child {
    border: none;
  }
  header nav #spGNav li a {
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    padding: 15px 20px 15px 40px;
    background: url(/common/img/icon_arror_sp_nav.png) no-repeat 25px center;
    background-size: 6px auto;
    color: #fff;
  }
  header nav #spGNav li.cur, header nav #spGNav li:hover {
    text-decoration: none;
    background: url(/common/img/icon_arror_sp_nav.png) no-repeat 25px center #176677;
    background-size: 6px auto;
    color: #fff;
  }
  header nav.show {
    display: block;
  }
  header nav#spGNavWrap {
    background: rgba(0, 0, 0, 0.85);
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 23vh;
    -webkit-overflow-scrolling: touch;
  }
  header nav .spNavCol {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 15px;
    position: relative;
  }
  header nav .spNavCol:first-child {
    margin-top: 40px;
  }
  header nav .spNavCol ul {
    display: block;
  }
  header nav .spNavCol ul li {
    margin: 0 0 15px 15px;
    padding-left: 7px;
    line-height: 1;
    display: none;
  }
  header nav .spNavCol ul li a {
    color: #fff;
    font-size: 1.4rem;
  }
  header nav .spNavCol ul li a:before {
    content: "";
    display: inline-block;
    color: #fff;
    margin-right: 7px;
    margin-bottom: -3px;
    background: url(/common/img/icon_arrow_right_01.svg) no-repeat 0 0;
    width: 16px;
    height: 16px;
    background-size: 100% auto;
  }
  header nav .spNavCol ul li.parents {
    padding-left: 0;
    display: block;
  }
  header nav .spNavCol ul li.parents ul {
    display: block;
    margin-top: 15px;
  }
  header nav .spNavCol ul li.parents ul li a {
    font-size: 1.204rem;
    font-weight: normal;
  }
  header nav .spNavCol ul li.parents a {
    font-size: 1.4rem;
    font-weight: bold;
  }
  header nav .spNavCol .spAccBtn {
    position: absolute;
    display: block;
    top: 0;
    right: 15px;
    width: 16px;
    height: 16px;
  }
  header nav .spNavCol .spAccBtn:before {
    content: "";
    display: block;
    background: url(/common/img/icon_plus_w_01.svg) no-repeat 0 0;
    width: 15px;
    height: 15px;
    background-size: 100% auto;
    top: 0;
    right: 0;
    position: absolute;
  }
  header nav .spNavCol.open ul li {
    display: block;
  }
  header nav .spNavCol.open .spAccBtn:before {
    content: "";
    display: block;
    background: url(/common/img/icon_minus_w_01.svg) no-repeat 0 0;
    width: 15px;
    height: 15px;
    background-size: 100% auto;
    top: 0;
    right: 0;
    position: absolute;
  }
  header .searchBox {
    float: none;
    width: 100%;
    margin-top: 5px;
  }
  header .searchBox #bgresponse {
    width: 100%;
  }
  header .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
  }
  header .gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box {
    width: 100%;
    padding-right: 0;
    height: auto;
  }
  header .gsc-search-box-tools .gsc-search-box .gsc-search-button input {
    margin-left: -35px;
    padding: 7px 10px 9px 10px;
    background: #176677;
    border-radius: 0;
    border: 1px solid #176677;
    margin-top: 3px;
  }
  header .gsib_b {
    display: none !important;
  }
  header .form.gsc-search-box {
    margin-bottom: 0 !important;
  }
  header .gsc-control-cse {
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
  }
  #spGSearch {
    background: rgba(0, 0, 0, 0.85);
    padding: 15px;
    color: #fff;
  }
  #layer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #000;
    opacity: 0.4;
    z-index: 2;
    overflow: hidden;
  }
}
/*--------------------------------
contents
---------------------------------*/
#contentsWrap {
  min-width: 1080px;
  overflow: hidden;
}

#contents {
  width: 1080px;
  min-width: 1080px;
  margin: 40px auto 0;
  font-size: 1.6rem;
}
#contents.top {
  width: 100%;
  margin-top: 0;
}
#contents.errorPage01 {
  padding: 20px 0 40px;
}

#wrap {
  padding-top: 116px;
}

#main {
  float: left;
  width: 770px;
  padding-bottom: 60px;
}

#side {
  float: right;
  width: 230px;
}

.col1 #main {
  float: none;
  width: 100%;
}

/*h1Lead*/
.h1Lead {
  width: 100%;
  min-width: 1080px;
  overflow: hidden;
  background: #0a2d34;
  /*unique*/
}
.h1Lead.bgHead01 {
  position: relative;
}
.h1Lead.bgHead01 .bgHeadImg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 36%;
}
.h1Lead.headCompornent {
  background: url(/business/img/bg_compornent_head_01.jpg) no-repeat center center;
  background-size: 100% auto;
}
.h1Lead .h1LeadInner {
  width: 1080px;
  overflow: hidden;
  margin: 0 auto;
  padding: 75px 0;
}
.h1Lead .h1LeadInner h1 {
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.h1Lead .h1LeadInner p {
  margin-top: 20px;
}

.topicPathWrap {
  width: 100%;
  min-width: 1080px;
  padding: 15px 0;
  margin: 0 auto;
}
.topicPathWrap .topicPath {
  width: 1080px;
  margin: 0 auto;
}
.topicPathWrap .topicPath li {
  display: inline-block;
  background: url(/common/img/icon_topicpath_01.png) no-repeat right center;
  margin-right: 5px;
  padding-right: 15px;
  font-size: 1.2rem;
}
.topicPathWrap .topicPath li:last-child {
  background: none;
}
.topicPathWrap .topicPath li a {
  text-decoration: underline;
  color: #333;
}
.topicPathWrap .topicPath li a img {
  vertical-align: middle;
  margin-bottom: 2px;
  width: 11px;
}
.topicPathWrap .topicPath li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #contentsWrap {
    min-width: 100%;
    padding-top: 0;
  }
  #contents {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
  }
  #contents.errorPage01 {
    padding: 50px 0;
  }
  #contents.top {
    padding-bottom: 0;
  }
  #contents iframe {
    width: 100%;
    height: 220px;
  }
  #wrap {
    padding-top: 54px;
    overflow: hidden;
  }
  #main {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  #side {
    margin: 40px 0 10px;
    float: none;
    width: 100%;
  }
  /*h1Lead*/
  .h1Lead {
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .h1Lead.bgHead01 .bgHeadImg01 {
    display: none;
  }
  .h1Lead .h1LeadInner {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 20px;
  }
  .h1Lead .h1LeadInner h1 {
    font-size: 2.45rem;
    text-align: center;
    color: #fff;
  }
  .h1Lead .h1LeadInner p {
    margin-top: 20px;
  }
  .topicPathWrap {
    display: none;
  }
}
/*--------------------------------
section
---------------------------------*/
section {
  width: 100%;
  margin: 50px auto 0;
  font-size: 1.6rem;
}
section img {
  max-width: 100%;
  height: auto;
}
section strong,
section strong a {
  font-weight: bold;
}
section p,
section table,
section ul,
section ol,
section dl {
  margin-top: 20px;
  line-height: 1.82;
}
section.wideSec {
  margin-top: 70px;
}
section:first-child,
section .wideSec:first-child {
  margin-top: 0;
}

section.wideSec {
  width: 100%;
  margin: 100px auto 0;
}

/*top*/
.top section {
  margin: 0 auto;
  padding: 1px 0;
  background: #fff;
  /*graySec*/
  /*unique*/
  /*prallax*/
}
.top section .inner {
  width: 1080px;
  margin: 0 auto 80px;
  z-index: 2;
}
.top section:first-child .inner {
  margin-top: 80px;
}
.top section:last-child .inner {
  margin-bottom: 50px;
}
.top section.graySec {
  background: #ebebeb;
}
.top section.business .inner {
  padding: 80px 0 0;
}
.top section.news .inner {
  padding: 80px 0 0;
}
.top section.parallax {
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.top section.parallax:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: 50% 100%;
  background: url(/img/bg_choose_01.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}
.top section.parallax .inner {
  width: 1080px;
  margin: 0 auto;
  z-index: 2;
}

@media all and (-ms-high-contrast: none) {
  .top section.parallax {
    background: url(/img/bg_choose_01.jpg) no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  section {
    font-size: 1.4rem;
  }
  /*top*/
  .top section {
    margin-top: 25px;
    padding: 1px 15px 30px;
    width: auto;
    /*unique*/
    /*graySec*/
    /*prallax*/
  }
  .top section .inner {
    width: auto;
  }
  .top section.service .inner {
    padding-top: 50px;
    margin: 0;
  }
  .top section.business .inner {
    margin-bottom: 0;
    padding: 40px 0 0;
  }
  .top section.news {
    margin-top: 0;
  }
  .top section.news .inner {
    padding: 60px 0 0;
  }
  .top section.parallax {
    padding: 50px 0;
  }
  .top section.parallax:before {
    background-position: 50% 100%;
    background: url(/img/bg_choose_01.jpg) no-repeat center;
    background-size: cover;
  }
  .top section.parallax .inner {
    width: auto;
    margin: 0 15px;
  }
  .top section.graySec {
    background: #ebebeb;
  }
  .top section .parallax {
    padding: 80px 0;
    background: transparent;
    color: #fff;
  }
  .top section .parallax:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-position: 50% 100%;
    background: url(/common/img/img_choose_01.jpg) no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .top section .parallax .inner {
    width: 1080px;
    margin: 0 auto;
    z-index: 2;
  }
}
/*--------------------------------
space
---------------------------------*/
section iframe {
  width: 100%;
  height: 440px;
}
section video {
  width: 100%;
  height: 440px;
  margin-top: 20px;
}
section iframe,
section p,
section ol,
section ul,
section table,
section dl {
  margin: 20px 0 0 0;
}
section:first-child,
section iframe:first-child,
section p:first-child,
section h2:first-child,
section h3:first-child,
section ol:first-child,
section ul:first-child,
section ol li:first-child,
section ul li:first-child,
section dl:first-child,
section div.colWrap:first-child,
section table:first-child {
  margin-top: 0;
}

.col1 section iframe {
  height: 610px;
}
.col1 section video {
  height: 610px;
}

.mtHelfSet section iframe,
.mtHelfSet section p,
.mtHelfSet section ol,
.mtHelfSet section ul,
.mtHelfSet section table,
.mtHelfSet section dl {
  margin: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
  section iframe,
  section p,
  section ol,
  section ul,
  section table,
  section dl {
    margin: 10px 0 0 0;
  }
  section video {
    width: 100%;
    height: 220px;
    margin: 10px 0 0 0;
  }
  .col1 section iframe {
    height: 220px;
  }
  .col1 section video {
    height: 220px;
  }
  .mtHelfSet section iframe,
  .mtHelfSet section p,
  .mtHelfSet section ol,
  .mtHelfSet section ul,
  .mtHelfSet section table,
  .mtHelfSet section dl {
    margin: 5px 0 0 0;
  }
}
/*--------------------------------
SIDE
---------------------------------*/
.localNav ul {
  border: 1px solid #c8c8c8;
}
.localNav ul li {
  border-top: 1px solid #c8c8c8;
}
.localNav ul li::marker {
  font-size: 0;
}
.localNav ul li:first-child {
  border: none;
}
.localNav ul li a {
  display: block;
  padding: 20px 20px 20px 42px;
  background: url(/common/img/icon_arrow_right_01.svg) no-repeat 20px center #fff;
  background-size: 16px auto;
  color: #4a4a4a;
  font-size: 1.3rem;
  transition: none;
}
.localNav ul li a:hover, .localNav ul li a.cur {
  background: url(/common/img/icon_arrow_w_r_01.svg) no-repeat 20px center #176677;
  color: #fff;
  text-decoration: none;
  background-size: 16px auto;
  opacity: 1 !important;
}
.localNav ul.children {
  border: none;
  border-top: 1px solid #c8c8c8;
  display: none;
}
.localNav ul.children li {
  border-top: 1px dashed #c8c8c8;
}
.localNav ul.children li:first-child {
  border: none;
}
.localNav ul.children li a {
  padding: 14px 10px 14px 40px;
  background: url(/common/img/icon_arrow_b_r_03.svg) no-repeat 28px center #f4f4f4;
  color: #4a4a4a;
  font-size: 1.2rem;
  background-size: 5px;
}
.localNav ul.children li a:hover {
  background: url(../img/icon_arrow_b_r_03.svg) no-repeat 28px center #e4e4e4;
  background-size: 5px;
  opacity: 1 !important;
}
.localNav ul.children li a.cur {
  background: url(../img/icon_arrow_b_r_03.svg) no-repeat 28px center #e4e4e4;
  background-size: 5px;
}

@media screen and (max-width: 767px) {
  .localNav ul {
    border: none;
    border-bottom: 1px dotted #c8c8c8;
  }
  .localNav ul li {
    border-top: 1px dotted #c8c8c8;
  }
  .localNav ul li:first-child {
    border-top: 1px dotted #c8c8c8;
  }
  .localNav ul li a {
    display: block;
    padding: 20px 20px 15px 45px;
    background: url(/common/img/icon_arrow_right_01.svg) no-repeat 20px center #fff;
    background-size: 16px auto;
    color: #4a4a4a;
    font-size: 1.4rem;
  }
  .localNav ul li a:hover, .localNav ul li a.cur {
    background: url(/common/img/icon_arrow_w_r_01.svg) no-repeat 20px center #176677;
    color: #fff;
    text-decoration: none;
    background-size: 16px auto;
  }
  .localNav ul.children {
    border: none;
    border-top: 1px dotted #c8c8c8;
  }
  .localNav ul.children li {
    border-top: 1px dotted #c8c8c8;
    background: #f4f4f4;
  }
  .localNav ul.children li:first-child {
    border: none;
  }
  .localNav ul.children li a {
    padding: 10px 10px 10px 55px;
    background: url(/common/img/icon_arrow_b_r_03.svg) no-repeat 40px center #f4f4f4;
    color: #4a4a4a;
    font-size: 1.204rem;
  }
  .localNav ul.children li a:hover {
    background: url(../img/icon_arrow_b_r_03.svg) no-repeat 40px center #e4e4e4;
  }
  .localNav ul.children li a.cur {
    background: url(../img/icon_arrow_b_r_03.svg) no-repeat 40px center #e4e4e4;
  }
}
/*--------------------------------
FONTS
---------------------------------*/
.josefinSans {
  font-family: "JSI";
}

.italic {
  font-style: italic;
}

/*--------------------------------
footer
---------------------------------*/
footer {
  min-width: 1080px;
  width: 100%;
  background: #000;
  /*footerNav*/
  /*footerInfo*/
}
footer .footerNav {
  padding: 40px 0;
  width: 1080px;
  margin: 0 auto;
  font-size: 0rem;
}
footer .footerNav .footerNavCol {
  width: 190px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 20px;
}
footer .footerNav .footerNavCol ul {
  display: block;
}
footer .footerNav .footerNavCol ul li {
  margin-bottom: 15px;
}
footer .footerNav .footerNavCol ul li.parents {
  padding-left: 0;
}
footer .footerNav .footerNavCol ul li.parents a {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0;
  color: #fff;
}
footer .footerNav .footerNavCol ul li.parents a:before {
  content: "";
  display: inline-block;
  background: url(/common/img/icon_arrow_right_01.svg) no-repeat 0 0;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  margin-right: 5px;
  margin-bottom: -2px;
}
footer .footerNav .footerNavCol ul li.parents ul {
  margin-top: 15px;
}
footer .footerNav .footerNavCol ul li.parents ul li a {
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  margin-left: 5px;
}
footer .footerNav .footerNavCol ul li.parents ul li a:hover {
  text-decoration: underline;
}
footer .footerNav .footerNavCol ul li.parents ul li a:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  background: url(/common/img/icon_arrow_w_r_03.svg) no-repeat 0 0;
  width: 5px;
  height: 8px;
  background-size: 100% auto;
  margin-bottom: 0;
}
footer .footerInfo {
  background: #fff;
  padding: 25px 0;
}
footer .footerInfo .footerInfoInner {
  background: #fff;
  width: 1080px;
  margin: 0 auto;
  font-size: 0rem;
  display: table;
}
footer .footerInfo .footerInfoInner .footerInfoCol {
  display: inline-block;
  padding-right: 40px;
  vertical-align: middle;
}
footer .footerInfo .footerInfoInner .footerInfoCol.btn {
  padding-left: 60px;
  padding-right: 0;
}
footer .footerInfo .footerInfoInner .footerInfoCol.btn .footerBtn {
  text-align: left;
  margin-top: 0;
}
footer .footerInfo .footerInfoInner .footerInfoCol.btn .footerBtn a {
  padding: 9px 25px;
  background: #771717;
  display: inline-block;
  border-radius: 3px;
  transition: 0.4s;
}
footer .footerInfo .footerInfoInner .footerInfoCol.btn .footerBtn a:hover {
  background: #771717;
  text-decoration: none;
}
footer .footerInfo .footerInfoInner .footerInfoCol.btn .footerBtn a span {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
footer .footerInfo .footerInfoInner .footerInfoCol.btn .footerBtn a span:before {
  content: "";
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  background: url(/common/img/icon_mail_01.svg) no-repeat 0 0;
  width: 16px;
  height: 13px;
  background-size: 100% auto;
}
footer .footerInfo .footerInfoInner .footerInfoCol p {
  font-size: 1.3rem;
}
footer .footerInfo .footerInfoInner .footerInfoCol p img {
  width: 180px;
}
footer .footerInfo .footerInfoInner .footerInfoCol.infoTxt p {
  background: url(/common/img/icon_address_01.svg) no-repeat center left;
  background-size: 20px auto;
  padding-left: 25px;
}
footer .footerInfo .footerInfoInner .footerInfoCol.telTxt p {
  background: url(/common/img/icon_tel_01.svg) no-repeat center left;
  background-size: 20px auto;
  padding-left: 25px;
}
footer .footerInfo .footerInfoInner .footerInfoCol.telTxt p a {
  color: #333;
}
footer .footerInfo .footerInfoInner .footerInfoCol.faxTxt p {
  background: url(/common/img/icon_fax_01.svg) no-repeat center left;
  background-size: 20px auto;
  padding-left: 25px;
}
footer .footerInner {
  margin: 0;
  overflow: hidden;
  background: #176677;
  padding: 15px;
}
footer .footerInner .copy {
  text-align: center;
}
footer .footerInner .copy small {
  font-size: 1.2rem;
  color: #fff;
}
footer .footerInner .inner {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
footer .footerInner .inner .copy {
  float: right;
  padding: 0;
}
footer .footerInner .inner .footerSubLinks {
  padding: 0;
  float: left;
}
footer .footerInner .inner .footerSubLinks li {
  font-size: 1.2rem;
  display: inline-block;
}
footer .footerInner .inner .footerSubLinks li a {
  color: #fff;
  margin-left: 12px;
}
footer .footerInner .inner .footerSubLinks li a:hover {
  text-decoration: underline;
}
footer .instagramSp {
  display: none;
}
footer .footerNav .footerNavCol .spAccBtn {
  display: none;
}

/*pageTopWrap*/
.pageTopWrap {
  position: relative;
  height: 50px;
  background: #fff;
}
.pageTopWrap .pageTop {
  margin: 0 20px;
  text-align: right;
  opacity: 0;
}
.pageTopWrap .pageTop a {
  display: block;
  transition: 0.4s;
  width: 50px;
  height: 50px;
  font-size: 0rem;
  background: url(/common/img/icon_pagetop_01.png) no-repeat;
  background-size: 100% auto;
}
.pageTopWrap .pageTop:hover {
  opacity: 0.7;
}
.pageTopWrap .pageTop.show {
  opacity: 1;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.pageTopWrap .pageTop.show.fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin: 0;
  transition: opacity 0.4s ease;
}

@media screen and (max-width: 767px) {
  footer {
    min-width: 100%;
    /*footerNav*/
    /*footerInfo*/
  }
  footer .footerNav {
    padding: 25px 0 15px;
    width: auto;
    margin: 0 15px;
  }
  footer .footerNav .footerNavCol {
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-left: 0;
    position: relative;
    /*open*/
  }
  footer .footerNav .footerNavCol:nth-of-type(3) {
    margin-left: 0;
  }
  footer .footerNav .footerNavCol.info {
    display: none;
  }
  footer .footerNav .footerNavCol ul li {
    display: none;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  footer .footerNav .footerNavCol ul li.parents {
    display: block;
    margin-right: 0;
  }
  footer .footerNav .footerNavCol ul li.parents ul {
    margin-top: 15px;
  }
  footer .footerNav .footerNavCol ul li.parents ul li a {
    color: #fff;
    margin-left: 15px;
    position: relative;
  }
  footer .footerNav .footerNavCol ul li.parents ul li a:before {
    background: url(/common/img/icon_arrow_right_01.svg) no-repeat 0 0;
    width: 16px;
    height: 16px;
    background-size: 100% auto;
    margin-right: 5px;
    margin-bottom: -3px;
  }
  footer .footerNav .footerNavCol .spAccBtn {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
  }
  footer .footerNav .footerNavCol .spAccBtn:before {
    content: "";
    display: block;
    background: url(/common/img/icon_plus_w_01.svg) no-repeat 0 0;
    width: 15px;
    height: 15px;
    background-size: 100% auto;
    top: 0;
    right: 0;
    position: absolute;
  }
  footer .footerNav .footerNavCol.open ul li {
    display: block;
  }
  footer .footerNav .footerNavCol.open .spAccBtn:before {
    content: "";
    display: block;
    background: url(/common/img/icon_minus_w_01.svg) no-repeat 0 0;
    width: 15px;
    height: 15px;
    background-size: 100% auto;
    top: 0;
    right: 0;
    position: absolute;
  }
  footer .footerInfo .footerInfoInner {
    text-align: center;
    width: auto;
  }
  footer .footerInfo .footerInfoInner .footerInfoCol {
    display: block;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .footerInfo .footerInfoInner .footerInfoCol.btn {
    padding: 0;
    margin: 0 auto;
  }
  footer .footerInfo .footerInfoInner .footerInfoCol.btn .footerBtn {
    text-align: center;
  }
  footer .footerInfo .footerInfoInner .footerInfoCol.btn .footerBtn a {
    padding: 15px 50px;
    border-radius: 3px;
  }
  footer .footerInfo .footerInfoInner .footerInfoCol.btn .footerBtn a span {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
  }
  footer .footerInfo .footerInfoInner .footerInfoCol.btn .footerBtn a span:before {
    content: "";
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    background: url(/common/img/icon_mail_01.svg) no-repeat 0 0;
    width: 14px;
    height: 11px;
    background-size: 100% auto;
  }
  footer .footerInfo .footerInfoInner .footerInfoCol p img {
    width: 150px;
  }
  footer .footerInfo .footerInfoInner .footerInfoCol.infoTxt {
    width: 195px;
    margin: 0 auto 20px;
  }
  footer .footerInfo .footerInfoInner .footerInfoCol.telTxt {
    display: inline-block;
    margin-right: 10px;
  }
  footer .footerInfo .footerInfoInner .footerInfoCol.faxTxt {
    display: inline-block;
    margin-left: 10px;
  }
  footer .footerInner {
    padding: 15px 0;
  }
  footer .footerInner .copy small {
    font-size: 1.001rem;
  }
  footer .footerInner .inner {
    width: 100%;
  }
  footer .footerInner .inner .copy {
    float: none;
  }
  footer .footerInner .inner .footerSubLinks {
    padding: 0 15px 10px 15px;
    float: none;
    text-align: center;
  }
  footer .footerInner .inner .footerSubLinks li:first-child a {
    padding: 0;
  }
  footer .footerInner {
    overflow: hidden;
    padding: 15px 0;
  }
  footer .footerInner .copy {
    clear: both;
  }
  footer .footerInner .copy small {
    font-size: 1.001rem;
  }
  /*pageTopWrap*/
  .pageTopWrap {
    height: 45px;
  }
  .pageTopWrap .pageTop {
    margin: 0 15px;
    text-align: right;
  }
  .pageTopWrap .pageTop a {
    width: 50px;
    height: 50px;
    background: url(/common/img/icon_pagetop_sp_01.png) no-repeat;
    background-size: 100% auto;
  }
  .pageTopWrap .pageTop.show {
    opacity: 1;
    z-index: 2;
    position: absolute;
    right: 0;
  }
  .pageTopWrap .pageTop.show.fixed {
    right: 15px;
  }
}/*# sourceMappingURL=layout.css.map */