  @charset "utf-8";

body {
  min-width: 1160px;
}

/* -- box layout
-------------------------------------------------------------------------------- */
header {
  height: 100% !important;
  position: fixed;
  width: 230px;
  z-index: 100;
}

header:before {
  box-shadow: 2px 0px 6px 0px rgba(2, 2, 2, 0.1);
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 229px;
  z-index: -1;
}

/*header.reHi {
	position: absolute;
}*/
article {
  line-height: 1.75;
  padding-left: 230px;
  padding-bottom: 180px;
  /*min-width: 980px;*/
  /*position: relative;*/
  text-align: left;
  /*z-index: 0;*/
  overflow: hidden;
}

#Home article {
  padding-bottom: 20px;
}

article>section,
article>div,
article>figure {
  width: 100%;
  padding: 0 5%;
  /*min-width: 980px;*/
  box-sizing: border-box;
}

article+p {
  bottom: 120px;
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 44px;
  z-index: 9;
}

article+p a {
  background: url("/rec/shinsotsu/common/img/btn_top.png") no-repeat 0 0;
  display: block;
  height: 44px;
  text-indent: -99em;
  width: 44px;
}

footer {
  background: #f4f6f6;
  clear: both;
  padding: 80px 0 0 230px;
  position: relative;
  /*width: 100%;*/
  /*z-index: 0;*/
}

footer small {
  background: #ffffff;
  bottom: 0;
  color: #232323;
  display: block;
  font-size: 12px;
  height: 32px;
  padding-top: 20px;
  width: 100%;
}

footer nav {
  display: inline-block;
  margin: 0 0 90px 0;
  padding: 0 5%;
  width: 100%;
  box-sizing: border-box;
}

.clrFix::after {
  content: "";
  clear: both;
  display: block;
}

/* -- header
-------------------------------------------------------------------------------- */
header h1,
header>p:first-child {
  display: block;
  padding: 60px 0 60px;
  height: 90px;
}

header nav {
  padding: 27px 0 30px;
}

header nav::before {
  content: "";
  border-top: #ececec solid 1px;
  width: 170px;
  height: 1px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -27px;
}

header nav p {
  display: none;
}

header nav>ul {
  display: block;
  text-align: center;
  width: 230px;
}

header nav>ul>li>a,
header nav>ul>li>li,
header nav>ul>li>span>a {
  position: relative;
  font-size: 18px;
  /*background-image: url("/rec/shinsotsu/common/img/head_nv.png");
	background-repeat: no-repeat;*/
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  box-sizing: border-box;
  height: 56px;
  transition: background .55s cubic-bezier(.19, 1, .22, 1);
}

header nav>ul>li>a img,
header nav>ul>li>span>a img {
  transition: opacity .55s cubic-bezier(.19, 1, .22, 1);
}

header nav>ul>li>a img:last-child,
header nav>ul>li>span>a img:last-child {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
	
  top: 20px;
}

header nav>ul>li>a:hover img:first-of-type,
header nav>ul>li>span>a:hover img:first-of-type {
  opacity: 0;
}

header nav>ul>li>a:hover img:last-child,
header nav>ul>li>span>a:hover img:last-child {
  opacity: 1;
}

/*header nav > ul > li > span > a {
	display: block;
	width: 100%;
	height: 100%;
}*/
header nav>ul>li:nth-of-type(1)>span {
  background-position: 0 0;
}

header nav>ul>li:nth-of-type(2)>a {
  background-position: 0 -39px;
}

header nav>ul>li:nth-of-type(3)>a {
  background-position: 0 -78px;
}

header nav>ul>li:nth-of-type(4)>a {
  background-position: 0 -117px;
}

header nav>ul>li:nth-of-type(5)>a {
  background-position: 0 -156px;
}

header nav>ul>li:nth-of-type(6)>span {
  background-position: 0 -195px;
}

header nav>ul>li:nth-of-type(1)>span:hover {
  background-position: -180px 0;
}

header nav>ul>li:nth-of-type(2)>a:hover {
  background-position: -180px -39px;
}

header nav>ul>li:nth-of-type(3)>a:hover {
  background-position: -180px -78px;
}

header nav>ul>li:nth-of-type(4)>a:hover {
  background-position: -180px -117px;
}

header nav>ul>li:nth-of-type(5)>a:hover {
  background-position: -180px -156px;
}

header nav>ul>li:nth-of-type(6)>span:hover {
  background-position: -180px -195px;
}

header nav>ul>li>a:hover,
header nav>ul>li>span>a:hover {
  background: #004193;
  color: #fff !important;
  text-decoration: none;
}

/*header nav > ul > li > span {
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
	background-position: 0 -78px;
	cursor: default;
}*/
header nav>ul ul {
  background: url("/rec/shinsotsu/common/img/nav_bg.png");
  box-sizing: border-box;
  display: block;
  height: 100%;
  left: -120px;
  padding: 240px 0;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: -3;
  font-size: 14px;
  transition: left .55s cubic-bezier(.19, 1, .22, 1);
}

header nav>ul li:nth-of-type(1) ul {
  padding: 186px 0;
}

header nav>ul li:nth-of-type(3) ul {
  padding: 298px 0;
}

header nav>ul li:nth-of-type(4) ul {
  padding: 354px 0;
}

header nav>ul li:nth-of-type(5) ul {
  padding: 357px 0;
}

header nav>ul li:nth-of-type(6) ul {
  padding: 412px 0;
}

@media (max-height: 640px) {
  header h1, header>p:first-child {
    padding: 30px 0;
  }

  header nav {
    padding: 27px 0;
  }

  header nav>ul li:nth-of-type(1) ul {
    padding: 126px 0;
  }

  header nav>ul li:nth-of-type(3) ul {
    padding: 238px 0;
  }

  header nav>ul li:nth-of-type(4) ul {
    padding: 294px 0;
  }

  header nav>ul li:nth-of-type(5) ul {
    padding: 297px 0;
  }

  header nav>ul li:nth-of-type(6) ul {
    padding: 354px 0;
  }
}

header nav>ul ul li {
  /*border-bottom: 1px solid #323232;*/
  /*border-top: 1px solid #175cb4;*/
  display: block;
  min-height: 37px;
  position: relative;
}

header nav>ul ul li:first-of-type:before,
header nav>ul ul li:last-of-type:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 250px;
}

/*header nav > ul ul li:before {
	content: "";
	display: block;
	background: #175cb4;
	position: absolute;
	height: 1px;
	margin: 0 25px;
	width: 250px;
	top: -1px;
}
header nav > ul ul li:last-of-type:after {
	content: "";
	display: block;
	background: #175cb4;
	position: absolute;
	height: 1px;
	margin: 0 25px;
	width: 250px;
	bottom: -2px;
}*/
header nav>ul ul li span,
header nav>ul ul li a {
  color: #fff !important;
  font-size: 12px;
  line-height: 1;
  display: block;
  padding: 20px 0px 20px 35px;
  margin-bottom: 1px;
  position: relative;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

header a:hover img {
  opacity: 1.0;
}

header nav>ul ul li span {
  color: #01326f !important;
}

header nav ul ul a {
  transition: background .55s cubic-bezier(.19, 1, .22, 1);
}

header nav ul ul a:hover {
  background: #01326f;
  opacity: 1.0;
  color: #fff !important;
  text-decoration: none !important;
}

header nav>ul ul ul a:before {
  content: "-";
  padding-right: 0.5em;
}

header nav>ul ul ul a {
  padding: 13px 0 12px 10px;
}

header .entry a {
  transition: opacity .55s cubic-bezier(.19, 1, .22, 1);
}

header .entry a:hover {
  opacity: 0.7;
}

header .entry span {
    margin: 8px 0 0;
    display: block;
    font-size: 12px;
    line-height: 1.5;
}

header .entry .entry_inr01 {
    margin-bottom: 12px;
}

header .entry_sp {
    display: none;
}


/* -- footer
-------------------------------------------------------------------------------- */
footer nav>ul {
  display: table;
  margin: auto;
  table-layout: fixed;
  width: 100%;
}

footer nav span {
  color: #999;
}

footer nav>ul>li {
  display: table-cell;
  padding: 0 12px;
  text-align: left;
  vertical-align: top;
}

footer nav>ul>li:first-of-type {
  padding-left: 0;
}

footer nav>ul>li:first-of-type>a:hover,
footer nav>ul>li:last-of-type>a:hover {
  text-decoration: none;
}

footer nav>ul>li:last-of-type {
  padding-right: 0;
}

footer nav>ul>li>span,
footer nav>ul>li>a {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

footer nav>ul>li>ul {
  font-size: 11px;
  padding-top: 10px;
}

footer nav>ul li li span,
footer nav>ul li li a {
  display: inline-block;
  font-size: 11px;
  line-height: 1.2;
  padding: 5px 0;
}

footer nav>ul li li b {
  font-weight: normal;
}

footer nav>ul>li:nth-of-type(2)>a:first-child {
  margin-bottom: 30px;
}

/* -- contents
-------------------------------------------------------------------------------- */
article>h1 {
  background: #fff;
  display: block;
  height: 210px;
  min-width: 980px;
  padding: 0 5%;
  width: 90%;
  position: relative;
  overflow: hidden;
  margin: 0 0 50px 0;
}

article>h1:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 90%;
  border-bottom: 1px solid #ececec;
  left: 0;
  bottom: 0;
  margin: 0 5%;
  box-sizing: border-box;
}

article>h1 img:nth-of-type(1) {
  position: absolute;
  top: 60px;
}

/*article > h1 img:nth-of-type(2) {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}*/
article div:first-child+ul,
article>h1+ul {
  font-size: 0;
  display: block;
  padding: 15px 5% 65px;
  width: 90%;
  min-width: 980px;
}

article div:first-child+ul li,
article>h1+ul li {
  font-size: 12px;
  display: inline;
  padding-right: 1em;
}

article div:first-child+ul li a,
article>h1+ul li a {
  margin-right: 1em;
}

.data article>dl {
  font-size: 17px;
  display: block;
  width: 90%;
  padding: 0 5%;
}

.data article>dl>dt {
  font-weight: bold;
  padding-top: 25px;
}

.data article>dl>dd {
  padding-left: 140px;
  margin: -1.75em 0 0 0;
  padding-bottom: 35px;
  border-bottom: solid 1px #f2f2f2;
}

.data article>dl>dd span {
  font-size: 14px;
  color: #666;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

/* -- device common
-------------------------------------------------------------------------------- */
header nav ul.off {
  display: none;
}

header nav ul.off ul {
  z-index: 0;
}
