  @charset "utf-8";

body {
  min-width: 320px;
}

img {
  width: 100%;
}

/* -- box layout
-------------------------------------------------------------------------------- */
header {
  height: 65px;
  position: relative;
}

article {
  line-height: 1.75;
  text-align: left;
  padding-bottom: 65px;
}

article>section,
article>div {
  padding: 0 15px;
}

footer {
  background: #f4f6f6;
  padding: 0 15px;
}

footer small {
  background: #232323;
  clear: both;
  color: #fff;
  display: block;
  font-size: 10px;
  margin: 0 -15px;
  padding: 15px 0;
}

article+p {
  display: none !important;
}

/* -- header
-------------------------------------------------------------------------------- */
header h1,
header>p:first-child {
  display: block;
  height: 45px;
  left: 15px;
  position: absolute;
  top: 10px;
  width: 60px;
}

header nav p {
  font-size: 0;
  background: url(/rec/shinsotsu/common/img/sp_head_nvbtn.gif) no-repeat center 0 !important;
  background-size: 60px auto !important;
  border-left: 1px solid #ccc;
  display: block;
  height: 0;
  padding-top: 65px;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 9;
  transition: background .55s cubic-bezier(.19, 1, .22, 1);
}

header nav p.open {
  background-position: center bottom !important;
  border-left: none;
}

header .entry_sp {
  right: 80px;
  position: absolute;
  top: 10px;
    display: flex;
}

header .entry_sp .entry_inr01 {
    margin-right: 6px;
}
header .entry_sp .entry_inr01,
header .entry_sp .entry_inr02 {
    width: 65px;
}

header .entry {
    display: none;
}

header nav>ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(0, 65, 150, .9);
  /*background: #232323;*/
  text-align: left;
  padding: 40px 15px;
  position: relative;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 8;
  transition: all .55s cubic-bezier(.19, 1, .22, 1);
}

header nav>ul>li>a,
header nav>ul>li>strong,
header nav>ul>li>span {
  font-size: 0;
  background-image: url("/rec/shinsotsu/common/img/head_nv.png");
  background-repeat: no-repeat;
  display: block;
  height: 0;
  padding-top: 46px;
  overflow: hidden;
  border-bottom: solid 1px #ffffff;
}

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

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

/*header nav>ul>li:nth-of-type(3)>a,
header nav>ul>li:nth-of-type(3)>span {
  background-position: -210px -78px;
}*/

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

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

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

header nav>ul ul {
  /*border-bottom: solid 1px #333;*/
  margin-bottom: 10px;
}

header nav>ul ul li {
  /*border-top: solid 1px #333;
	border-bottom: solid 1px #000;*/
}

header nav>ul ul li span,
header nav>ul ul li a {
  color: #fff !important;
  font-size: 15px;
  line-height: 1;
  display: block;
  padding: 15px 10px 15px 25px;
}

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

header nav>ul>li>span {
  /*opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);*/
}

header nav>ul ul {
  display: block;
  position: static;
}

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

/* -- footer
-------------------------------------------------------------------------------- */
footer nav>ul {
  padding: 35px 0;
  overflow: hidden;
}

footer nav span {
  /*color: #999;*/
  line-height: 1.3;
}

footer nav>ul>li {
  box-sizing: border-box;
  display: block;
  float: left;
  text-align: left;
  width: 50%;
}

footer nav>ul>li:nth-of-type(3n+1) {}

/*footer nav > ul > li:nth-of-type(3),
footer nav > ul > li:nth-of-type(4) {
	clear: both;
}*/
footer nav>ul>li>span,
footer nav>ul>li>a {
  font-size: 14px;
  display: block;
  font-weight: bold;
}

footer nav>ul>li a:hover {
  text-decoration: none;
}

footer nav>ul ul {
  font-size: 10px;
  padding: 5px 0 30px;
}

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

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

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

footer .bold {
  font-weight: bold;
  font-size: 14px;
}

footer .sp-left {
  display: block;
  width: 50%;
  text-align: left;
  float: left;
}

footer .sp-right {
  display: block;
  width: 50%;
  text-align: left;
  float: right;
}

footer .left:first-child {
  padding-left: 0;
}

footer .space {
  padding-top: 23px;
}

footer .mb-15 {
  margin-bottom: 15px;
}

/* -- contents
-------------------------------------------------------------------------------- */
article>h1 {
  background: #f4f6f6;
  display: block;
  height: 95px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

article>h1 img:nth-of-type(1) {
  height: 50px;
  width: auto;
  position: absolute;
  top: 20px;
  left: 15px;
}

article>h1 img:nth-of-type(2) {
  display: none;
}

article div:first-child+ul,
article>h1+ul {
  display: none;
}

.data article>dl {
  display: block;
  padding: 0 15px;
}

.data article>dl>dt {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d2d2d2;
}

.data article>dl>dd {
  font-size: 13px;
}

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

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

/* -- device common
-------------------------------------------------------------------------------- */
header nav ul.on {
  opacity: 1;
  visibility: visible;
	pointer-events: auto;
}

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