@charset "UTF-8";
/*! サイトベース */
.cl, .wrap, #h-top, #h-top-link .pc-search div, #sns, #f-top, #f-sitemap-list, #f-sitemap-list dd, #f-btn, #gmenu .submenu li {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, .wrap:after, #h-top:after, #h-top-link .pc-search div:after, #sns:after, #f-top:after, #f-sitemap-list:after, #f-sitemap-list dd:after, #f-btn:after, #gmenu .submenu li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html .wrap, * html #h-top, * html #h-top-link .pc-search div, #h-top-link .pc-search * html div, * html #sns, * html #f-top, * html #f-sitemap-list, * html #f-sitemap-list dd, #f-sitemap-list * html dd, * html #f-btn, * html #gmenu .submenu li {
  height: 1%;
}
/*----------------------------------
reset
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
fieldset, img {
  border: 0;
  vertical-align: top;
}
ol, ul {
  list-style: none;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
a:link {
  color: #414141;
  text-decoration: none;
}
a:visited {
  color: #414141;
  text-decoration: none;
}
a:hover {
  color: #414141;
  text-decoration: none;
  cursor: pointer;
}
a:active {
  color: #414141;
  text-decoration: none;
}
a:active, a:focus {
  outline: none;
}
li img,
dt img,
dd img {
  vertical-align: top;
}
body {
  min-width: 1135px;
  margin: 0;
  padding: 0;
  text-align: center;
  font: 14px/1.7 Verdana, "ヒラギノ角ゴ W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #414141;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body, html {
  height: 100%;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}
/*----------------------------------
wrapper
----------------------------------*/
#wrapper {
  padding-top: 127px;
  text-align: left;
  font-size: 100%;
  overflow: hidden;
  min-height: 100%;
}
html>/**/body #wrapper {
  padding-top /*\**/: 97px \9;
}
.wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  body {
    min-width: 0;
  }
  #wrapper {
    padding-top: 47px;
    overflow: inherit;
  }
  .wrap {
    width: auto;
    padding: 0 4.6875%;
  }
}
/*----------------------------------
header
----------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 30px 0 0;
  background: #fff;
  box-shadow: 0 1px 2px #d0d8dc;
}
.compact {
  border-bottom: 4px solid #22439c;
}
#h-top {
  width: 960px;
  margin: 0 auto;
}
#h-top .h-logo {
  float: left;
}
#h-top-link {
  position: relative;
  float: right;
  margin-top: 13px;
  font-size: 85.71429%;
  line-height: 1;
}
#h-top-link ul, #h-top-link li, #h-top-link {
  float: left;
}
#h-top-link li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #d0d8dc;
}
#h-top-link .global-link {
  margin-right: 5px;
  padding: 0 45px 0 30px;
}
#h-top-link .global-link span {
  margin-right: 0.5em;
  font-weight: bold;
}
#h-top-link .global-link a:before {
  content: "/";
  margin-right: 0.5em;
}
/*----------------------------------
gmenu
----------------------------------*/
#gmenu {
  width: 960px;
  margin: 15px auto 0;
  line-height: 1;
}
#gmenu li {
  position: relative;
  float: left;
  width: 137px;
  text-align: center;
  font-family: Verdana, "ヒラギノ角ゴ W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
#gmenu li a {
  display: block;
  padding: 13px 0;
}
#gmenu li:hover a {
  color: #fff;
  background: #22439c;
}
#gmenu li:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #d0d8dc;
}
#gmenu li:last-child:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #d0d8dc;
}
#gmenu li:hover:before, #gmenu li:hover + li:before, #gmenu li:last-child:hover:after {
  display: none;
}
#gmenu .submenu {
  display: none;
  display: block;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  border-top: 4px solid #22439c;
  background: #f0f5f9;
}
#gmenu .submenu dl {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#gmenu .submenu dt {
  font-size: 128.57143%;
  font-weight: bold;
  text-align: left;
}
#gmenu .submenu ul {
  width: 980px;
  margin: 0 0 0 -20px;
  letter-spacing: -.40em;
}
#gmenu .submenu li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 176px;
  margin: 20px 0 0 20px;
  text-align: left;
  *display: inline;
  *zoom: 1;
}
#gmenu .submenu li span {
  display: block;
  margin-top: 12px;
  padding-left: 22px;
  color: #13449d;
  line-height: 1.4;
  background: url(https://toto.imagewave.pictures/%2Fcompany%2Fimages%2Fcommon%2Fico-arrow.png) 0 2px no-repeat;
}
#gmenu .submenu li a {
  display: block;
  padding: 0;
  background: none;
}
#gmenu .submenu li:hover a {
  color: inherit;
  background: none;
}
#gmenu .submenu li:before, #gmenu .submenu li:last-child:after {
  display: none;
}
#gmenu .submenu p {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 85.71429%;
}
#gmenu .submenu p a {
  display: inline-block;
  padding: 22px 0 0;
  color: #22439c;
  background: url(https://toto.imagewave.pictures/%2Fcompany%2Fimages%2Fcommon%2Fbtn-close.png) 50% 0 no-repeat;
  *display: inline;
  *zoom: 1;
}
#sp-menu, #sp-submenu01, #sp-submenu02, #sp-menu-btm, #sp-select, #sp-support, #sp-company, .sp-close {
  display: none;
}
/*subMenu*/
#gmenu .submenu {
  display: none;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  border-top: 4px solid #22439c;
  background: #f0f5f9;
}
#gmenu .submenu dl {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#gmenu .submenu dt {
  font-size: 128.57143%;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
#gmenu .submenu dt a {
  display: inline;
  padding: 0 0 0 25px;
  color: #13449d;
  background: url(https://toto.imagewave.pictures/%2Fcompany%2Fimages%2Fcommon%2Fico-arrow.png) 0 4px no-repeat;
}
#gmenu .submenu dd {
  margin-top: 22px;
}
#gmenu .submenu ul {
  margin: -12px 0 0;
  letter-spacing: -.40em;
}
#gmenu .submenu li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 33.3%;
  margin: 12px 0 0 0;
  text-align: left;
  *display: inline;
  *zoom: 1;
}
#gmenu .submenu li img,#gmenu .submenu li span {
  float: left;
}
#gmenu .submenu li img {
  width: 113px;
}
#gmenu .submenu li span {
  display: block;
  margin: -2px 0 0 10px;
  padding-left: 22px;
  color: #13449d;
  line-height: 1.4;
  background: url(https://toto.imagewave.pictures/%2Fcompany%2Fimages%2Fcommon%2Fico-arrow.png) 0 2px no-repeat;
}
#gmenu .submenu li a {
  display: block;
  padding: 0;
  background: none;
}
#gmenu .submenu li:hover a {
  color: inherit;
  background: none;
}
#gmenu .submenu li:before, #gmenu .submenu li:last-child:after {
  display: none;
}
#gmenu .submenu p {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 85.71429%;
}
#gmenu .submenu p a {
  display: inline-block;
  padding: 22px 0 0;
  color: #22439c;
  background: url(https://toto.imagewave.pictures/%2Fcompany%2Fimages%2Fcommon%2Fbtn-close.png) 50% 0 no-repeat;
  *display: inline;
  *zoom: 1;
}
@media only screen and (max-width: 736px) {
  header {
    padding: 0;
    border-bottom: 2px solid #22439c;
  }
  .compact {
    border-bottom: 2px solid #22439c;
  }
  #h-top {
    width: auto;
    padding: 7px 3.125%;
  }
  #h-top .h-logo {
    width: 65px;
    padding-top: 7px;
  }
  #sp-menu {
    display: block;
    float: right;
    width: 24px;
    margin-top: 5px;
  }
  #h-top-link, #gmenu {
    display: none;
  }
  #gmenu {
    display: none;
    width: 100%;
    margin: 0;
    background: #fff;
    overflow-y: auto;
  }
  #gmenu li {
    float: none;
    width: 100%;
    text-align: left;
    border-top: 1px solid #d0d8dc;
  }
  #gmenu li a {
    position: relative;
    padding: 20px 3.125%;
  }
  #gmenu li a:before {
    border-right: 2px solid #1c4ba0;
    border-top: 2px solid #1c4ba0;
    content: " ";
    width: 6px;
    height: 6px;
    margin-top: -3px;
    top: 50%;
    right: 3.125%;
    position: absolute;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #gmenu li:hover a {
    color: inherit;
    background: #fff;
  }
  #gmenu li:before {
    display: none;
  }
  #gmenu li:last-child:after {
    display: none;
  }
  #gmenu li:hover:before, #gmenu li:hover + li:before, #gmenu li:last-child:hover:after {
    display: none;
  }
  #sp-submenu01, #sp-submenu02 {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #sp-submenu01 li, #sp-submenu02 li {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
  }
  #sp-submenu01 li a, #sp-submenu02 li a {
    display: block;
    padding: 9px 0;
    text-align: center;
  }
  #sp-submenu01 li a:before, #sp-submenu02 li a:before {
    display: none;
  }
  #sp-submenu01 li:nth-child(even), #sp-submenu02 li:nth-child(even) {
    border-left: 1px solid #d0d8dc;
  }
  #sp-submenu01 li:first-child a:first-child {
    line-height: 1.4;
    padding-bottom: 0;
    padding-top: 5px;
  }
  #sp-submenu01 li:first-child a:nth-child(even) {
    padding-top: 5px;
  }
  #sp-submenu02 li a {
    display: inline;
    padding: 0;
  }
  #sp-submenu02 li {
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-bottom: 1px solid #d0d8dc;
  }
  #sp-menu-btm {
    display: block;
  }
  #sp-menu-btm img {
    width: 100%;
  }

  /*subMenu*/
  #sp-select, #sp-support, #sp-company {
    display: none;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 999999;
    overflow-y: auto;
  }
  .under-menu {
    border-top: 1px solid #cfd8dc;
    border-bottom: 2px solid #22439c;
    background: #eff5f9;
  }
  .under-menu dl a {
    display: block;
  }
  .under-menu dt, .under-menu dd {
    border-bottom: 1px solid #cfd8dc;
  }
  .under-menu dt {
    font-size: 107.14286%;
    font-weight: bold;
    text-align: center;
  }
  .under-menu dt a {
    position: relative;
    padding: 14px 3.125%;
  }
  .under-menu dt a:before {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: solid #13449d;
    border-width: 2px 2px 0 0;
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .under-menu dd a {
    padding: 5px 3.125% 5px 35px;
    color: #13449d;
    letter-spacing: -.40em;
    background: url(https://toto.imagewave.pictures/%2Fcompany%2Fimages%2Fcommon%2Fico-arrow-sp.png) 10px 50% no-repeat;
    background-size: 16px auto;
  }
  .under-menu dd span {
    width: 80%;
  }
  .under-menu dd img {
    width: 20%;
  }
  .under-menu dd span, .under-menu dd img {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  .sp-close, .under-close {
    display: block;
    padding: 3.125%;
    text-align: right;
    font-size: 85.71429%;
  }
  .sp-close a, .under-close a {
    display: inline-block;
    height: 24px;
    padding-right: 34px;
    line-height: 24px;
    background: url(https://toto.imagewave.pictures/%2Fcompany%2Fimages%2Fcommon%2Fbtn-sp-menu-close.png) 100% 50% no-repeat;
    background-size: 24px auto;
  }
}
/*----------------------------------
side-menu
----------------------------------*/
#side-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  overflow: hidden;
  height: 100%;
}
#side-scl-wrap {
  overflow: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#side-inner {
  position: relative;
  right: -100%;
  width: 220px;
  border-left: 1px solid #e7eced;
  overflow: hidden;
  background: #fff;
}
#side-inner .side-wrap {
  margin-bottom: 20px;
  line-height: 1.4;
}
#side-inner .side-wrap a {
  position: relative;
  display: block;
  padding: 130px 0 0;
}
#side-inner .side-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 180px;
}
#side-inner .side-wrap:first-child {
  padding-top: 20px;
}
#side-inner dl {
  width: 180px;
}
#side-inner dt {
  font-weight: bold;
  font-size: 92.85714%;
}
#side-inner dd {
  margin-top: 3px;
  font-size: 85.71429%;
}
/*----------------------------------
side-menu / page-link display
----------------------------------*/
#side-menu, #page-link {
  display: block;
}
@media only screen and (max-width: 1335px) {
  #side-menu {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  #side-menu, #page-link {
    display: none;
  }
}
/*----------------------------------
f-sitemap-list
----------------------------------*/
#f-sitemap-list dt {
  font-family: Verdana, "ヒラギノ角ゴ W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
#f-sitemap-list dd {
  font-size: 85.71429%;
}
