@charset "UTF-8";
/* CSS Document */
/*グロナビ*/
#side_bar nav ul li:nth-of-type(1) a {
  color: #ed0100; }

/* +++++++++++++++++++++++++++++++++++++

事業紹介　寝装品下層ページ(共通)　css

++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++上部ヘッダー部分++++++++++++++ */
.page_header {
  width: 100%;
  min-width: 1000px;
  height: 180px;
  margin-bottom: 15px;
  background: #ff7c2d;
  background: -moz-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: -webkit-gradient(linear, left center, right center, from(#ed0100), color-stop(62%, #ff7c2d), to(#ff7c2d));
  background: -webkit-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: -o-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: linear-gradient(to right, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  position: relative;
  /*h2*/ }
  @media only screen and (max-width: 768px) {
    .page_header {
      min-width: 100%;
      margin-top: 60px;
      height: 100px; } }
  .page_header:after {
    content: 'Services';
    font-family: Roboto;
    font-weight: 700;
    font-size: 120px;
    color: rgba(242, 27, 0, 0.1);
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 768px) {
      .page_header:after {
        font-size: 15vw; } }
  .page_header h2 {
    color: #fff;
    letter-spacing: 0.2em;
    padding: 110px 0 0 70px;
    font-weight: 500;
    font-size: 18px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .page_header h2 {
        padding: 40px 0 0 30px; } }
    .page_header h2:before {
      content: '';
      display: block;
      width: 1px;
      height: 70px;
      background-color: #ec7877;
      position: absolute;
      left: 60px; }
      @media only screen and (max-width: 768px) {
        .page_header h2:before {
          height: 60px;
          left: 20px; } }
    .page_header h2:after {
      content: 'Services';
      color: #ec7877;
      font-family: Roboto;
      font-weight: 500;
      font-size: 12px;
      position: absolute;
      left: 70px;
      bottom: -20px;
      letter-spacing: 0.02em; }
      @media only screen and (max-width: 768px) {
        .page_header h2:after {
          left: 30px; } }

/*.page_header*/
.pan_nav {
  font-size: 12px;
  width: 98%;
  text-align: right;
  overflow: hidden;
  margin-bottom: 55px; }
  @media only screen and (max-width: 768px) {
    .pan_nav {
      font-size: 10px; } }
  .pan_nav ul li {
    display: inline-block;
    /*a*/ }
    .pan_nav ul li:last-child:after {
      display: none; }
    .pan_nav ul li:after {
      content: "〉";
      padding-left: 8px; }
    .pan_nav ul li a {
      color: #ed0100;
      transiton: 0.3; }
      .pan_nav ul li a:hover {
        opacity: 0.7; }

/*.pan_nav*/
/*　++++++++++++++コンテンツ(共通)++++++++++++++　*/
h3 {
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  color: #ed0100;
  width: 1000px;
  margin: 0 auto 60px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    h3 {
      width: 90%;
      margin: 0 auto 30px;
      padding-bottom: 6px;
      border-bottom: 1px solid #f9a5a0; } }
  h3:before {
    content: "";
    width: 940px;
    height: 1px;
    background-color: #f9a5a0;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media only screen and (max-width: 768px) {
      h3:before {
        display: none; } }

.wrap {
  width: 1000px;
  /*height: 1100px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .wrap {
      width: 90%;
      height: auto;
      display: block;
      margin-bottom: 80px; } }

/*.wrap*/
.content_wrap {
  width: 730px;
  margin-right: 50px;
  margin-bottom: 100px;
  /*h4*/
  /*.content_inner*/ }
  @media only screen and (max-width: 768px) {
    .content_wrap {
      margin-right: 0;
      width: 100%;
      padding-top: 15px;
      height: auto;
      margin: 0 auto 0; } }
  .content_wrap h4 {
    width: 100%;
    color: #fff;
    background-color: #2b2b2b;
    box-sizing: border-box;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    border-left: 5px solid #ed0100; }
  .content_wrap h4 + p {
    line-height: 1.8em;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .content_wrap h4 + p {
        margin-bottom: 30px; } }
  .content_wrap .content_inner {
    border-top: 1px solid #ddd;
    padding-top: 70px;
    padding-bottom: 40px;
    /*h5*/
    /* ul*/ }
    @media only screen and (max-width: 768px) {
      .content_wrap .content_inner {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .content_wrap .content_inner h5 {
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.05em;
      margin-bottom: 20px;
      position: relative;
      padding-left: 25px; }
      @media only screen and (max-width: 768px) {
        .content_wrap .content_inner h5 {
          font-size: 16px;
          line-height: 1.5em;
          padding-left: 0;
          margin-bottom: 15px; } }
      .content_wrap .content_inner h5:before {
        content: '';
        width: 18px;
        height: 18px;
        border: 5px solid #ed0100;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box; }
        @media only screen and (max-width: 768px) {
          .content_wrap .content_inner h5:before {
            display: none; } }
    .content_wrap .content_inner img {
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .content_wrap .content_inner img {
          margin-bottom: 10px; } }
    .content_wrap .content_inner img + p {
      line-height: 1.8em;
      margin-bottom: 20px; }
    .content_wrap .content_inner ul {
      margin-bottom: 30px; }
      .content_wrap .content_inner ul li {
        font-size: 12px;
        line-height: 1.8em;
        text-indent: -12px;
        padding-left: 12px; }

/*.content_wrap*/
/*pdfボタン*/
.pdf_btn a {
  display: block;
  position: relative;
  width: 180px;
  height: 50px;
  box-sizing: border-box;
  padding-top: 18px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #e22038;
  background: -webkit-linear-gradient(bottom left, #e22038 0%, #f45566 100%);
  background: -o-linear-gradient(bottom left, #e22038 0%, #f45566 100%);
  background: linear-gradient(to top right, #e22038 0%, #f45566 100%);
  transition: 0.3s; }
  @media only screen and (max-width: 768px) {
    .pdf_btn a {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  .pdf_btn a:before {
    content: "";
    display: block;
    background: url("../img/services/ico_pdf.png") no-repeat;
    position: absolute;
    top: 10px;
    left: 15px;
    background-size: contain;
    width: 19px;
    height: 27px; }
  .pdf_btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 30;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #fff;
    transition: 0.3s; }
  .pdf_btn a:hover {
    opacity: 0.8; }
    .pdf_btn a:hover:after {
      right: 10px; }

/*.pdf_btn a*/
/*　++++++++++++++災害用寝装品(技術と燃焼テスト部分のcss)++++++++++++++　*/
.under {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  /*.under_inner*/ }
  @media only screen and (max-width: 768px) {
    .under {
      margin-bottom: 0; } }
  .under .under_inner {
    width: 355px;
    height: 320px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    float: left;
    margin-right: 20px; }
    @media only screen and (max-width: 768px) {
      .under .under_inner {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 10px; } }
    .under .under_inner:nth-of-type(2) {
      margin-right: 0; }
    .under .under_inner h6 {
      font-size: 16px;
      font-weight: 400;
      padding: 15px 0 15px 15px;
      background-color: #f1f0ef;
      margin-bottom: 15px; }
    .under .under_inner p {
      width: 150px;
      float: left;
      line-height: 1.8em;
      margin-left: 15px; }
      @media only screen and (max-width: 768px) {
        .under .under_inner p {
          width: 90%;
          float: none;
          margin: 0 auto 10px; } }
    .under .under_inner img {
      width: 160px;
      float: right;
      margin-right: 15px; }
      @media only screen and (max-width: 768px) {
        .under .under_inner img {
          display: block;
          width: 70%;
          float: none;
          margin: 0 auto 10px; } }
  .under .under_inner:nth-of-type(2) {
    /*dl*/ }
    .under .under_inner:nth-of-type(2) img {
      width: 178px;
      float: left;
      margin-left: 15px;
      margin-bottom: 6px; }
      @media only screen and (max-width: 768px) {
        .under .under_inner:nth-of-type(2) img {
          width: 90%;
          float: none;
          margin: 0 auto 20px; } }
    .under .under_inner:nth-of-type(2) dl {
      width: 130px;
      float: right;
      margin-right: 15px; }
      @media only screen and (max-width: 768px) {
        .under .under_inner:nth-of-type(2) dl {
          width: 90%;
          float: none;
          margin: 0 auto 10px; } }
      .under .under_inner:nth-of-type(2) dl dt {
        font-weight: 400;
        margin-bottom: 10px; }
      .under .under_inner:nth-of-type(2) dl dd {
        line-height: 1.8em; }
    .under .under_inner:nth-of-type(2) p {
      width: 90%;
      clear: both;
      margin-left: 15px; }
      @media only screen and (max-width: 768px) {
        .under .under_inner:nth-of-type(2) p {
          margin: 0 auto 10px; } }

/*.under*/
/*　++++++++++++++ご家庭用寝装品css++++++++++++++　*/
.content_wrap {
  /*.title_copy*/ }
  .content_wrap .title_copy {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px; }
    .content_wrap .title_copy + p {
      line-height: 1.8em;
      margin-bottom: 20px; }
      .content_wrap .title_copy + p + .pdf_btn {
        margin-bottom: 50px; }

.content_wrap .content_inner .point_wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  /*.point*/ }
  .content_wrap .content_inner .point_wrap .point {
    color: #fff;
    background-color: #2b2b2b;
    width: 60px;
    text-align: center;
    padding: 5px 0;
    letter-spacing: 0.2em;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .content_wrap .content_inner .point_wrap .point {
        margin-bottom: 20px; } }
    .content_wrap .content_inner .point_wrap .point:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0px 0 10px;
      border-color: #2b2b2b transparent transparent transparent;
      position: absolute;
      bottom: -10px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .content_wrap .content_inner .point_wrap dl {
    border-left: 1px solid #fbcccc;
    padding-left: 15px;
    margin-bottom: 25px; }
    .content_wrap .content_inner .point_wrap dl dt {
      font-size: 16px;
      font-weight: 400;
      color: #ed0100;
      letter-spacing: 0.05em;
      margin-bottom: 10px; }
    .content_wrap .content_inner .point_wrap dl dd {
      line-height: 1.5em;
      font-size: 14px; }
  .content_wrap .content_inner .point_wrap .point_text {
    font-size: 16px;
    font-weight: 400;
    color: #ed0100;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    line-height: 1.8em; }

/*.point_wrap*/
.content_wrap .content_inner .care_wrap {
  box-sizing: border-box;
  border: 1px solid #ddd;
  /*.care*/ }
  .content_wrap .content_inner .care_wrap .care {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0 15px 15px;
    background-color: #f1f0ef; }
  .content_wrap .content_inner .care_wrap ul {
    padding: 20px;
    margin-bottom: 0; }
    .content_wrap .content_inner .care_wrap ul li {
      line-height: 1.5em;
      margin-bottom: 10px;
      text-indent: -15px;
      font-size: 14px; }
      .content_wrap .content_inner .care_wrap ul li span {
        font-weight: 500;
        padding-right: 5px; }
  .content_wrap .content_inner .care_wrap .care + p {
    padding: 20px;
    line-height: 1.5em; }
  .content_wrap .content_inner .care_wrap .small_c {
    font-size: 12px;
    text-indent: -12px;
    padding-left: 12px;
    padding: 0 27px 15px;
    line-height: 1.5em; }
    .content_wrap .content_inner .care_wrap .small_c span {
      font-weight: 400;
      display: block; }

/*.care_wrap*/
/*　++++++++++++++サイドナビ(共通)++++++++++++++　*/
.category_area {
  width: 220px;
  height: 480px;
  top: 20px;
  position: -webkit-sticky;
  position: sticky;
  /*dl.box*/ }
  @media only screen and (max-width: 768px) {
    .category_area {
      width: 100%;
      margin: 0 auto;
      height: auto;
      position: static; } }
  .category_area dl.box {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px 1px 10px;
    background: #ffece0;
    margin-bottom: 20px;
    background: -moz-linear-gradient(left, #fcd9d9 0%, #fcd9d9 12%, #ffece0 74%, #ffece0 100%);
    background: -webkit-gradient(linear, left center, right center, from(#fcd9d9), color-stop(12%, #fcd9d9), color-stop(74%, #ffece0), to(#ffece0));
    background: -webkit-linear-gradient(left, #fcd9d9 0%, #fcd9d9 12%, #ffece0 74%, #ffece0 100%);
    background: -o-linear-gradient(left, #fcd9d9 0%, #fcd9d9 12%, #ffece0 74%, #ffece0 100%);
    background: linear-gradient(to right, #fcd9d9 0%, #fcd9d9 12%, #ffece0 74%, #ffece0 100%); }
    .category_area dl.box dt {
      color: #ed0100;
      margin-bottom: 10px; }
    .category_area dl.box dd {
      /*ul li a*/ }
      .category_area dl.box dd ul li a {
        display: block;
        padding: 15px 0 15px 20px;
        box-sizing: border-box;
        background-color: #fff;
        margin-bottom: 10px;
        position: relative;
        transition: 0.3s; }
        .category_area dl.box dd ul li a:after {
          content: '';
          position: absolute;
          top: 20px;
          right: 10px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 0 4px 6.9px;
          border-color: transparent transparent transparent #ed0100;
          transition: 0.3s; }
        .category_area dl.box dd ul li a:hover {
          opacity: 0.7; }
        .category_area dl.box dd ul li a:hover:after {
          right: 5px; }
      .category_area dl.box dd ul li a.select {
        color: #ed0100; }

/*.category_area*/
/*　++++++++++++++カテゴリナビ++++++++++++++　*/
.category_nav {
  width: 100%;
  background-color: #fff2f2;
  height: 120px;
  /*.inner*/ }
  @media only screen and (max-width: 768px) {
    .category_nav {
      height: auto; } }
  .category_nav .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 50px;
    /*h6*/
    /*ul*/ }
    @media only screen and (max-width: 768px) {
      .category_nav .inner {
        width: 90%;
        padding-top: 30px;
        text-align: center; } }
    .category_nav .inner h6 {
      display: inline-block;
      background-color: #fff;
      color: #ed0100;
      padding: 5px 10px 8px;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.1em;
      position: absolute;
      top: -15px;
      left: 0; }
      @media only screen and (max-width: 768px) {
        .category_nav .inner h6 {
          font-size: 12px;
          left: 0; } }
      .category_nav .inner h6:before {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0px 0 10px;
        border-color: #ffffff transparent transparent transparent; }
    .category_nav .inner ul {
      width: 960px;
      margin: 0 auto;
      /*li a*/ }
      @media only screen and (max-width: 768px) {
        .category_nav .inner ul {
          width: 100%;
          padding-bottom: 30px; } }
      .category_nav .inner ul li a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-right: 50px;
        float: left;
        position: relative;
        transition: 0.3s; }
        @media only screen and (max-width: 768px) {
          .category_nav .inner ul li a {
            float: none;
            margin-right: 0;
            line-height: 2em;
            font-size: 14px; } }
        .category_nav .inner ul li a:after {
          position: absolute;
          bottom: -10px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #ed0100;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
          @media only screen and (max-width: 768px) {
            .category_nav .inner ul li a:after {
              display: none; } }
      .category_nav .inner ul li a:hover {
        color: #ed0100; }
      .category_nav .inner ul li a:hover:after {
        transform-origin: left top;
        transform: scale(1, 1); }
        @media only screen and (max-width: 768px) {
          .category_nav .inner ul li a:hover:after {
            display: none; } }
      .category_nav .inner ul li:last-of-type a {
        margin-right: 0; }
      .category_nav .inner ul li a.select {
        color: #ed0100; }
        .category_nav .inner ul li a.select:after {
          content: '';
          width: 100%;
          height: 1px;
          background: #ed0100;
          bottom: -10px;
          left: 0;
          transform: none; }
          @media only screen and (max-width: 768px) {
            .category_nav .inner ul li a.select:after {
              display: none; } }

/*.category_nav*/
/* +++++++++++++++++++++ ipad用サイドメニューcss ++++++++++++++++++++++*/
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .category_area {
    margin-top: -100px;
    padding-top: 100px; } }
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadeUpSp {
  0% {
    opacity: 0;
    top: -10px; }
  100% {
    opacity: 1;
    top: -45px; } }
@keyframes en_anim {
  0% {
    opacity: 0;
    letter-spacing: 0.1em; }
  100% {
    opacity: 1;
    letter-spacing: 0.02em; } }
@keyframes scroll {
  0% {
    left: 50px;
    opacity: 0; }
  10% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 0.2; }
  100% {
    left: 150px;
    opacity: 0; } }
