@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
/*
font-family: $font-min;
300 400 500 600
*/
@import url("//fonts.googleapis.com/css2?family=Bentham&display=swap");
/*
font-family: $font-en;
400
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
#contents.category {
  padding-top: 70px; }

.category01 {
  margin-bottom: 70px;
  max-width: auto;
  max-width: none;
  padding: 0 50px; }
  .category01 .headArea {
    background-color: #00306c;
    margin-bottom: 120px; }
    .category01 .headArea .inr {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row-reverse;
      margin: 0 auto;
      max-width: 1200px; }
      .category01 .headArea .inr .img {
        width: 50%; }
        .category01 .headArea .inr .img img {
          position: relative;
          bottom: -40px; }
      .category01 .headArea .inr h1 {
        color: #FFF;
        width: 50%;
        font-family: "Bentham", serif;
        font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 500;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.7;
        line-height: 1.4;
        padding-left: 40px;
        line-height: 1.4; }
        @media only screen and (max-width: 960px) {
          .category01 .headArea .inr h1 {
            font-size: 27px;
            font-size: 2.7rem; } }
  .category01 .bodyCopy {
    text-align: center; }
    .category01 .bodyCopy p {
      color: #00306c;
      font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 600;
      line-height: 2.6; }

.category02 {
  margin-bottom: 50px; }
  .category02 .cateMenu {
    border-bottom: 1px solid #00306c;
    border-top: 1px solid #00306c;
    margin-bottom: 80px;
    padding: 30px 0 15px; }
    .category02 .cateMenu .cateP {
      color: #00306c;
      font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 500;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.7;
      line-height: 1.4;
      margin-bottom: 20px;
      text-align: center; }
      @media only screen and (max-width: 960px) {
        .category02 .cateMenu .cateP {
          font-size: 22px;
          font-size: 2.2rem; } }
    .category02 .cateMenu ul.select {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto; }
      .category02 .cateMenu ul.select li {
        background-color: #e4e4e4;
        border-radius: 30px;
        color: #333;
        margin: 0 1% 15px 0;
        position: relative;
        transition: 0.2s;
        width: 24.22%; }
        .category02 .cateMenu ul.select li:nth-child(4n) {
          margin-right: 0; }
        .category02 .cateMenu ul.select li:hover {
          color: #5f7ad3; }
        .category02 .cateMenu ul.select li.selected {
          background-color: #5f7ad3;
          color: #FFF; }
        .category02 .cateMenu ul.select li label {
          cursor: pointer;
          display: block;
          padding: 15px;
          overflow: hidden;
          position: relative;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          text-align: center; }
          .category02 .cateMenu ul.select li label h3 {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.7;
            font-weight: 600;
            line-height: 1.4; }
            @media only screen and (max-width: 960px) {
              .category02 .cateMenu ul.select li label h3 {
                font-size: 14px;
                font-size: 1.4rem; } }
          .category02 .cateMenu ul.select li label p.check {
            text-align: center;
            position: absolute;
            left: -300px; }
  .category02 .proArticleList {
    overflow: hidden; }
    .category02 .proArticleList ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin: 0 0 0 0;
      width: 100%; }
      .category02 .proArticleList ul li {
        margin: 0 1.1% 60px 1.1%;
        padding: 0;
        width: 31%; }
        .category02 .proArticleList ul li a {
          background-color: #FFF;
          color: #00306c;
          display: block;
          text-decoration: none;
          transition: 0.5s;
          position: relative; }
          .category02 .proArticleList ul li a .data {
            margin-bottom: 15px;
            position: relative; }
            .category02 .proArticleList ul li a .data .en01 {
              font-size: 10px;
              font-size: 1rem;
              line-height: 1.7; }
              @media only screen and (max-width: 960px) {
                .category02 .proArticleList ul li a .data .en01 {
                  font-size: 10px;
                  font-size: 1rem; } }
            .category02 .proArticleList ul li a .data .en02 {
              font-size: 26px;
              font-size: 2.6rem;
              line-height: 1.7;
              line-height: 1.4;
              font-weight: 600;
              margin-right: 12px; }
              @media only screen and (max-width: 960px) {
                .category02 .proArticleList ul li a .data .en02 {
                  font-size: 22px;
                  font-size: 2.2rem; } }
            .category02 .proArticleList ul li a .data .jp {
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 1.7; }
              @media only screen and (max-width: 960px) {
                .category02 .proArticleList ul li a .data .jp {
                  font-size: 14px;
                  font-size: 1.4rem; } }
          .category02 .proArticleList ul li a .thumb {
            border: 1px solid #CCC;
            overflow: hidden;
            position: relative; }
            .category02 .proArticleList ul li a .thumb span {
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
              display: block;
              overflow: hidden;
              transition: 0.5s; }
              .category02 .proArticleList ul li a .thumb span img {
                height: auto;
                width: 100%;
                transition: 0.3s; }
            .category02 .proArticleList ul li a .thumb:after {
              border: 1px solid #CCC;
              content: '';
              display: block;
              position: absolute;
              top: -1px;
              left: -1px;
              right: -1px;
              bottom: -1px;
              transition: 0.2s; }
          .category02 .proArticleList ul li a:hover {
            color: #5f7ad3; }
            .category02 .proArticleList ul li a:hover .thumb:after {
              border: 10px solid #98affb; }
          .category02 .proArticleList ul li a .new {
            background-color: #00306c;
            border-radius: 100%;
            color: #FFF;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "Bentham", serif;
            font-weight: 600;
            line-height: 1;
            padding: 15px;
            position: absolute;
            top: 15px;
            right: 15px;
            height: 4em;
            width: 4em; }
          .category02 .proArticleList ul li a .categories {
            display: flex;
            flex-wrap: wrap;
            padding-top: 15px; }
            .category02 .proArticleList ul li a .categories span {
              background-color: #e4e4e4;
              border-radius: 3px;
              display: inline-block;
              color: #333;
              font-size: 13px;
              font-size: 1.3rem;
              line-height: 1.7;
              line-height: 1;
              margin: 0 3% 10px 0;
              padding: 9px 10px 9px;
              text-align: center;
              width: 48.5%; }
              @media only screen and (max-width: 960px) {
                .category02 .proArticleList ul li a .categories span {
                  font-size: 10px;
                  font-size: 1rem; } }
              .category02 .proArticleList ul li a .categories span:nth-child(2n) {
                margin-right: 0; }
  .category02 #result [class*="hidden-"] {
    display: none; }

.category03 {
  margin-bottom: 100px;
  max-width: auto;
  max-width: none;
  padding: 0 50px; }
  .category03 .newsBox {
    background-color: #00306c;
    padding: 50px 50px 50px;
    margin-bottom: 80px; }
    .category03 .newsBox .inr {
      margin: 0 auto;
      max-width: 1400px; }
      .category03 .newsBox .inr h2 {
        color: #98affb;
        font-family: "Bentham", serif;
        font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 500;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.7;
        line-height: 1.4;
        line-height: 1.7;
        letter-spacing: 0.15em;
        margin-bottom: 0;
        text-align: center; }
        @media only screen and (max-width: 960px) {
          .category03 .newsBox .inr h2 {
            font-size: 22px;
            font-size: 2.2rem; } }
      .category03 .newsBox .inr ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 20px; }
        .category03 .newsBox .inr ul li {
          margin: 40px 1% 0;
          width: 18%; }
          .category03 .newsBox .inr ul li a {
            color: #FFF;
            display: inline-block;
            text-decoration: none;
            transition: 0.2s; }
            .category03 .newsBox .inr ul li a .img {
              margin-bottom: 10px; }
            .category03 .newsBox .inr ul li a .title {
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 1.7;
              font-weight: 500; }
              @media only screen and (max-width: 960px) {
                .category03 .newsBox .inr ul li a .title {
                  font-size: 14px;
                  font-size: 1.4rem; } }
            .category03 .newsBox .inr ul li a:hover {
              opacity: 0.7; }
  .category03 .btnList {
    display: flex;
    justify-content: center; }
    .category03 .btnList li {
      margin: 0 15px; }
      .category03 .btnList li a {
        background-color: #5f7ad3;
        border: 2px solid #5f7ad3;
        border-radius: 50px;
        color: #FFF;
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.06em;
        padding: 22px 5px;
        text-transform: capitalize;
        text-decoration: none;
        margin: 0 auto;
        min-width: 300px;
        text-align: center;
        transition: 0.2s; }
        @media only screen and (max-width: 960px) {
          .category03 .btnList li a {
            font-size: 12px;
            font-size: 1.2rem; } }
        .category03 .btnList li a:hover {
          background-color: #FFF;
          color: #5f7ad3; }

.proDetail01 {
  opacity: 0;
  transition: 0.4s; }
  .proDetail01.active {
    opacity: 1; }
  .proDetail01 .cateName {
    background: #00306c;
    color: #FFF;
    display: inline-block;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 5px 12px; }
    @media only screen and (max-width: 960px) {
      .proDetail01 .cateName {
        font-size: 17px;
        font-size: 1.7rem; } }
  .proDetail01 .data {
    color: #00306c;
    margin-bottom: 15px;
    position: relative; }
    .proDetail01 .data .en01 {
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7;
      line-height: 1.2; }
      @media only screen and (max-width: 960px) {
        .proDetail01 .data .en01 {
          font-size: 12px;
          font-size: 1.2rem; } }
    .proDetail01 .data .en02 {
      font-size: 50px;
      font-size: 5rem;
      line-height: 1.7;
      line-height: 1.4;
      font-weight: 600;
      line-height: 1.2;
      margin-right: 20px; }
      @media only screen and (max-width: 960px) {
        .proDetail01 .data .en02 {
          font-size: 43px;
          font-size: 4.3rem; } }
    .proDetail01 .data .jp {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.7;
      line-height: 1.4;
      font-weight: 500; }
      @media only screen and (max-width: 960px) {
        .proDetail01 .data .jp {
          font-size: 19px;
          font-size: 1.9rem; } }
  .proDetail01 .categories {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 25px; }
    .proDetail01 .categories span {
      background-color: #e4e4e4;
      border-radius: 3px;
      display: inline-block;
      color: #333;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.7;
      line-height: 1;
      margin: 0 15px 10px 0;
      padding: 9px 15px 9px;
      text-align: center;
      min-width: 160px; }
      @media only screen and (max-width: 960px) {
        .proDetail01 .categories span {
          font-size: 10px;
          font-size: 1rem; } }
  .proDetail01 .proSlideArea {
    opacity: 0;
    transition: 0.4s; }
    .proDetail01 .proSlideArea.active {
      opacity: 1; }
  .proDetail01 #proSlider {
    margin: 0 auto 20px; }
  .proDetail01 .slide-item {
    border: 1px solid #555;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 510px;
    width: 100%; }
  .proDetail01 #thumSlider {
    margin: 0 30px 0; }
  .proDetail01 .thumbnail-item {
    border: 1px solid #DDD;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 15px;
    height: 160px;
    width: 100%;
    transition: 0.2s;
    opacity: 0.5; }
    .proDetail01 .thumbnail-item.slick-current {
      border: 1px solid #555;
      opacity: 1; }
  .proDetail01 .slick-prev, .proDetail01 .slick-next {
    position: absolute;
    display: block;
    height: 44px;
    width: 24px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
  .proDetail01 .slick-prev {
    background: url("../img/common/icon_arrow_l.png") center center no-repeat !important;
    background-size: 24px auto; }
  .proDetail01 .slick-next {
    background: url("../img/common/icon_arrow_r.png") center center no-repeat !important;
    background-size: 24px auto; }
  .proDetail01 .slick-prev::before, .proDetail01 .slick-next::before {
    font-size: 0; }

.proDetail02 {
  margin-bottom: 60px;
  text-align: center; }
  .proDetail02 .data {
    color: #00306c;
    margin-bottom: 15px;
    position: relative; }
    .proDetail02 .data .en01 {
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7;
      line-height: 1.2; }
      @media only screen and (max-width: 960px) {
        .proDetail02 .data .en01 {
          font-size: 12px;
          font-size: 1.2rem; } }
    .proDetail02 .data .en02 {
      font-size: 50px;
      font-size: 5rem;
      line-height: 1.7;
      line-height: 1.4;
      font-weight: 600;
      line-height: 1.4; }
      @media only screen and (max-width: 960px) {
        .proDetail02 .data .en02 {
          font-size: 43px;
          font-size: 4.3rem; } }
    .proDetail02 .data .jp {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.7;
      line-height: 1.4;
      display: block;
      font-weight: 500; }
      @media only screen and (max-width: 960px) {
        .proDetail02 .data .jp {
          font-size: 19px;
          font-size: 1.9rem; } }
  .proDetail02 .descArea:before {
    background-color: #00306c;
    content: '';
    display: block;
    margin: 30px auto;
    height: 1px;
    width: 50px; }
  .proDetail02 .descArea p {
    color: #00306c;
    line-height: 2;
    margin-bottom: 20px; }

.proDetail03 {
  background-color: #00306c;
  color: #FFF;
  max-width: auto;
  max-width: none;
  margin: 0 50px 60px;
  padding: 70px 20px 80px; }
  .proDetail03 h2 {
    color: #98affb;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.7;
    line-height: 1.4;
    margin-bottom: 60px;
    text-align: center; }
    @media only screen and (max-width: 960px) {
      .proDetail03 h2 {
        font-size: 31px;
        font-size: 3.1rem; } }
  .proDetail03 ol {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px; }
    .proDetail03 ol li {
      margin: 0 1.5%;
      text-align: center;
      width: 30%; }
      .proDetail03 ol li:before {
        content: '';
        display: block;
        background-position: center top;
        background-size: 87px;
        background-repeat: no-repeat;
        height: 87px;
        margin-bottom: 20px; }
      .proDetail03 ol li:nth-child(1):before {
        background-image: url("../img/common/icon_reason_01.png"); }
      .proDetail03 ol li:nth-child(2):before {
        background-image: url("../img/common/icon_reason_02.png"); }
      .proDetail03 ol li:nth-child(3):before {
        background-image: url("../img/common/icon_reason_03.png"); }
      .proDetail03 ol li h3 {
        color: #98affb;
        font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 500;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.7;
        line-height: 1.4;
        margin-bottom: 20px;
        text-align: center; }
        @media only screen and (max-width: 960px) {
          .proDetail03 ol li h3 {
            font-size: 22px;
            font-size: 2.2rem; } }
      .proDetail03 ol li p {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.7;
        line-height: 1.8; }
        @media only screen and (max-width: 960px) {
          .proDetail03 ol li p {
            font-size: 13px;
            font-size: 1.3rem; } }

.proDetail04 h2 {
  color: #00306c;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.7;
  line-height: 1.4;
  margin-bottom: 25px;
  text-align: center; }
  @media only screen and (max-width: 960px) {
    .proDetail04 h2 {
      font-size: 31px;
      font-size: 3.1rem; } }
.proDetail04 ol {
  margin-bottom: 60px; }
  .proDetail04 ol li .feature {
    color: #00306c;
    font-family: "Bentham", serif;
    font-weight: 500;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.7;
    line-height: 1.4;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 5px; }
    @media only screen and (max-width: 960px) {
      .proDetail04 ol li .feature {
        font-size: 19px;
        font-size: 1.9rem; } }
    .proDetail04 ol li .feature:after {
      content: '01';
      font-size: 68px;
      font-size: 6.8rem;
      line-height: 1.7;
      line-height: 1.4;
      margin-left: 15px; }
      @media only screen and (max-width: 960px) {
        .proDetail04 ol li .feature:after {
          font-size: 58px;
          font-size: 5.8rem; } }
  .proDetail04 ol li:nth-child(1) .feature:after {
    content: '01'; }
  .proDetail04 ol li:nth-child(2) .feature:after {
    content: '02'; }
  .proDetail04 ol li:nth-child(3) .feature:after {
    content: '03'; }
  .proDetail04 ol li .flex {
    display: flex;
    justify-content: space-between; }
  .proDetail04 ol li:nth-child(odd) .flex {
    flex-direction: row-reverse; }
  .proDetail04 ol li .img {
    width: 45%; }
  .proDetail04 ol li .data {
    width: 50%; }
    .proDetail04 ol li .data h3 {
      color: #00306c;
      font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 500;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.7;
      line-height: 1.4;
      line-height: 1.6;
      margin-bottom: 20px; }
      @media only screen and (max-width: 960px) {
        .proDetail04 ol li .data h3 {
          font-size: 22px;
          font-size: 2.2rem; } }
    .proDetail04 ol li .data .desc {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7;
      letter-spacing: 0;
      line-height: 2; }
      @media only screen and (max-width: 960px) {
        .proDetail04 ol li .data .desc {
          font-size: 12px;
          font-size: 1.2rem; } }
.proDetail04 .syonin {
  border-bottom: 1px solid #00306c;
  border-top: 1px solid #00306c;
  padding: 30px 30px 50px; }
  .proDetail04 .syonin ul {
    display: flex;
    justify-content: center;
    padding-top: 5px; }
    .proDetail04 .syonin ul li {
      background-color: #00306c;
      color: #FFF;
      font-weight: 600;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.7;
      line-height: 1;
      margin: 0 10px;
      min-width: 290px;
      padding: 14px;
      text-align: center; }
      @media only screen and (max-width: 960px) {
        .proDetail04 .syonin ul li {
          font-size: 14px;
          font-size: 1.4rem; } }
.proDetail04 .spec {
  padding: 60px 40px 0; }
  .proDetail04 .spec table {
    border: 1px solid #CCC;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%; }
    .proDetail04 .spec table tr:nth-child(odd) {
      background-color: #E2E7FD; }
    .proDetail04 .spec table tr th, .proDetail04 .spec table tr td {
      line-height: 1.6;
      text-align: left; }
    .proDetail04 .spec table tr th {
      color: #00306c;
      padding: 15px 25px;
      width: 25%; }
    .proDetail04 .spec table tr td {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7;
      padding: 15px 15px; }
      @media only screen and (max-width: 960px) {
        .proDetail04 .spec table tr td {
          font-size: 12px;
          font-size: 1.2rem; } }

.proDetail05 {
  margin-bottom: 140px;
  max-width: auto;
  max-width: none;
  position: relative; }
  .proDetail05 h2 {
    color: #00306c;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.7;
    line-height: 1.4;
    margin-bottom: 25px;
    text-align: center; }
    @media only screen and (max-width: 960px) {
      .proDetail05 h2 {
        font-size: 31px;
        font-size: 3.1rem; } }
  .proDetail05:after {
    background-color: #98affb;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -75px;
    height: 360px;
    width: 50%;
    z-index: 1; }
  .proDetail05 .movieWrap {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    z-index: 2; }
  .proDetail05 .movie {
    background-color: #000;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
    box-shadow: 0 0 8px gray; }
  .proDetail05 .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.proDetail06 {
  background-color: #00306c;
  color: #FFF;
  max-width: auto;
  max-width: none;
  margin: 0 50px 60px;
  padding: 60px 20px 50px; }
  .proDetail06 h2 {
    color: #98affb;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.7;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center; }
    @media only screen and (max-width: 960px) {
      .proDetail06 h2 {
        font-size: 22px;
        font-size: 2.2rem; } }
  .proDetail06 .proArticleList {
    overflow: hidden; }
    .proDetail06 .proArticleList ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 auto;
      width: 100%;
      max-width: 1200px; }
      .proDetail06 .proArticleList ul li {
        margin: 0 1.5% 0;
        padding: 0;
        width: 30%; }
        .proDetail06 .proArticleList ul li a {
          color: #FFF;
          display: block;
          text-decoration: none;
          transition: 0.5s;
          position: relative; }
          .proDetail06 .proArticleList ul li a .data {
            margin-bottom: 15px;
            position: relative; }
            .proDetail06 .proArticleList ul li a .data .en01 {
              font-size: 10px;
              font-size: 1rem;
              line-height: 1.7; }
              @media only screen and (max-width: 960px) {
                .proDetail06 .proArticleList ul li a .data .en01 {
                  font-size: 10px;
                  font-size: 1rem; } }
            .proDetail06 .proArticleList ul li a .data .en02 {
              font-size: 26px;
              font-size: 2.6rem;
              line-height: 1.7;
              line-height: 1.4;
              font-weight: 600;
              margin-right: 12px; }
              @media only screen and (max-width: 960px) {
                .proDetail06 .proArticleList ul li a .data .en02 {
                  font-size: 22px;
                  font-size: 2.2rem; } }
            .proDetail06 .proArticleList ul li a .data .jp {
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 1.7; }
              @media only screen and (max-width: 960px) {
                .proDetail06 .proArticleList ul li a .data .jp {
                  font-size: 14px;
                  font-size: 1.4rem; } }
          .proDetail06 .proArticleList ul li a .thumb {
            background-color: #FFF;
            border: 1px solid #CCC;
            overflow: hidden;
            position: relative; }
            .proDetail06 .proArticleList ul li a .thumb span {
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
              display: block;
              overflow: hidden;
              transition: 0.5s; }
              .proDetail06 .proArticleList ul li a .thumb span img {
                height: auto;
                width: 100%;
                transition: 0.3s; }
            .proDetail06 .proArticleList ul li a .thumb:after {
              border: 1px solid #CCC;
              content: '';
              display: block;
              position: absolute;
              top: -1px;
              left: -1px;
              right: -1px;
              bottom: -1px;
              transition: 0.2s; }
          .proDetail06 .proArticleList ul li a:hover {
            color: #98affb; }
            .proDetail06 .proArticleList ul li a:hover .thumb:after {
              border: 10px solid #98affb; }
          .proDetail06 .proArticleList ul li a .new {
            background-color: #00306c;
            border-radius: 100%;
            color: #FFF;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "Bentham", serif;
            font-weight: 600;
            line-height: 1;
            padding: 15px;
            position: absolute;
            top: 15px;
            right: 15px;
            height: 4em;
            width: 4em; }
          .proDetail06 .proArticleList ul li a .categories {
            display: flex;
            flex-wrap: wrap;
            padding-top: 15px; }
            .proDetail06 .proArticleList ul li a .categories span {
              background-color: #e4e4e4;
              border-radius: 3px;
              display: inline-block;
              color: #333;
              font-size: 13px;
              font-size: 1.3rem;
              line-height: 1.7;
              line-height: 1;
              margin: 0 3% 10px 0;
              padding: 9px 10px 9px;
              text-align: center;
              width: 48.5%; }
              @media only screen and (max-width: 960px) {
                .proDetail06 .proArticleList ul li a .categories span {
                  font-size: 10px;
                  font-size: 1rem; } }
              .proDetail06 .proArticleList ul li a .categories span:nth-child(2n) {
                margin-right: 0; }

.proDetail07 .linkBtns li {
  margin: 0 20px; }
  .proDetail07 .linkBtns li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 20px;
    min-width: 300px; }

@media only screen and (max-width: 960px) {
  #contents.category {
    padding-top: 0; }

  .category01 {
    margin-bottom: 60px;
    padding: 0; }
    .category01 .headArea {
      margin: 0 20px 30px 0; }
      .category01 .headArea .inr {
        display: block;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin: 0;
        max-width: 1200px; }
        .category01 .headArea .inr .img {
          padding: 20px 0 0 0;
          width: auto; }
          .category01 .headArea .inr .img img {
            right: -20px;
            bottom: 0; }
        .category01 .headArea .inr h1 {
          padding: 15px 10px 15px 20px;
          width: 100%;
          font-size: 4.5vw; }
    .category01 .bodyCopy {
      padding: 0 5vw;
      text-align: left; }
      .category01 .bodyCopy p {
        font-size: 3.7vw;
        line-height: 2;
        margin-bottom: 25px; }
        .category01 .bodyCopy p br {
          display: none; }

  .category02 {
    margin-bottom: 30px; }
    .category02 .cateMenu {
      background-color: #FFF;
      margin-bottom: 50px;
      padding: 30px 0 15px;
      /*
      position: sticky;
      top: 0;
      z-index: 10;
      */ }
      .category02 .cateMenu .cateP {
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 20px; }
      .category02 .cateMenu ul.select li {
        margin: 0 7px 7px 0;
        width: auto; }
        .category02 .cateMenu ul.select li:nth-child(4n) {
          margin-right: 1%; }
        .category02 .cateMenu ul.select li:hover {
          color: #5f7ad3; }
        .category02 .cateMenu ul.select li.selected {
          background-color: #5f7ad3;
          color: #FFF; }
        .category02 .cateMenu ul.select li label {
          padding: 5px 15px; }
          .category02 .cateMenu ul.select li label h3 {
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 1.2; }
          .category02 .cateMenu ul.select li label p.check {
            text-align: center;
            position: absolute;
            left: -300px; }
    .category02 .proArticleList {
      overflow: hidden; }
      .category02 .proArticleList ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 0 0 0;
        width: 100%; }
        .category02 .proArticleList ul li {
          margin: 0 0 40px 0;
          width: 100%; }
          .category02 .proArticleList ul li:nth-child(3n) {
            margin-right: 0; }
          .category02 .proArticleList ul li a {
            background-color: #FFF;
            color: #00306c;
            display: block;
            text-decoration: none;
            transition: 0.5s;
            position: relative; }
            .category02 .proArticleList ul li a .data {
              margin-bottom: 15px;
              position: relative; }
              .category02 .proArticleList ul li a .data .en01 {
                font-size: 10px;
                font-size: 1rem;
                line-height: 1.7; } }
              @media only screen and (max-width: 960px) and (max-width: 960px) {
                .category02 .proArticleList ul li a .data .en01 {
                  font-size: 10px;
                  font-size: 1rem; } }
@media only screen and (max-width: 960px) {
              .category02 .proArticleList ul li a .data .en02 {
                font-size: 26px;
                font-size: 2.6rem;
                line-height: 1.7;
                line-height: 1.4;
                font-weight: 600;
                margin-right: 12px; } }
              @media only screen and (max-width: 960px) and (max-width: 960px) {
                .category02 .proArticleList ul li a .data .en02 {
                  font-size: 22px;
                  font-size: 2.2rem; } }
@media only screen and (max-width: 960px) {
              .category02 .proArticleList ul li a .data .jp {
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 1.7; } }
              @media only screen and (max-width: 960px) and (max-width: 960px) {
                .category02 .proArticleList ul li a .data .jp {
                  font-size: 14px;
                  font-size: 1.4rem; } }
@media only screen and (max-width: 960px) {
            .category02 .proArticleList ul li a .thumb {
              border: 1px solid #CCC;
              overflow: hidden;
              position: relative; }
              .category02 .proArticleList ul li a .thumb span {
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                display: block;
                overflow: hidden;
                transition: 0.5s; }
                .category02 .proArticleList ul li a .thumb span img {
                  height: auto;
                  width: 100%;
                  transition: 0.3s; }
              .category02 .proArticleList ul li a .thumb:after {
                border: 1px solid #CCC;
                content: '';
                display: block;
                position: absolute;
                top: -1px;
                left: -1px;
                right: -1px;
                bottom: -1px;
                transition: 0.2s; }
            .category02 .proArticleList ul li a:hover {
              color: #5f7ad3; }
              .category02 .proArticleList ul li a:hover .thumb:after {
                border: 10px solid #98affb; }
            .category02 .proArticleList ul li a .new {
              background-color: #00306c;
              border-radius: 100%;
              color: #FFF;
              display: flex;
              align-items: center;
              justify-content: center;
              font-family: "Bentham", serif;
              font-weight: 600;
              line-height: 1;
              padding: 15px;
              position: absolute;
              top: 15px;
              right: 15px;
              height: 4em;
              width: 4em; }
            .category02 .proArticleList ul li a .categories {
              display: flex;
              flex-wrap: wrap;
              padding-top: 15px; }
              .category02 .proArticleList ul li a .categories span {
                background-color: #e4e4e4;
                border-radius: 3px;
                display: inline-block;
                color: #333;
                font-size: 13px;
                font-size: 1.3rem;
                line-height: 1.7;
                line-height: 1;
                margin: 0 3% 10px 0;
                padding: 9px 10px 9px;
                text-align: center;
                width: 48.5%; } }
              @media only screen and (max-width: 960px) and (max-width: 960px) {
                .category02 .proArticleList ul li a .categories span {
                  font-size: 10px;
                  font-size: 1rem; } }
@media only screen and (max-width: 960px) {
                .category02 .proArticleList ul li a .categories span:nth-child(2n) {
                  margin-right: 0; }
    .category02 #result [class*="hidden-"] {
      display: none; }

  .category03 {
    margin-bottom: 60px;
    padding: 0; }
    .category03 .newsBox {
      background-color: #00306c;
      padding: 40px 5vw 30px;
      margin-bottom: 40px; }
      .category03 .newsBox .inr {
        margin: 0; }
        .category03 .newsBox .inr h2 {
          margin-bottom: 5px; }
        .category03 .newsBox .inr ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          padding-bottom: 20px; }
          .category03 .newsBox .inr ul li {
            margin: 30px 0 0;
            width: 47%; }
            .category03 .newsBox .inr ul li a {
              color: #FFF;
              display: inline-block;
              text-decoration: none;
              transition: 0.2s; }
              .category03 .newsBox .inr ul li a .img {
                margin-bottom: 10px; }
              .category03 .newsBox .inr ul li a .title {
                font-size: 11px;
                font-size: 1.1rem;
                font-weight: 500; }
              .category03 .newsBox .inr ul li a:hover {
                opacity: 0.7; }
        .category03 .newsBox .inr .btn a {
          max-width: 180px; }
    .category03 .btnList {
      display: block;
      justify-content: center; }
      .category03 .btnList li {
        margin: 0 0 15px;
        text-align: center; }
        .category03 .btnList li a {
          padding: 18px 5px;
          min-width: 300px; }

  .proDetail01 .cateName {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding: 4px 10px; }
  .proDetail01 .data {
    margin-bottom: 20px; }
    .proDetail01 .data .en01 {
      font-size: 11px;
      font-size: 1.1rem; }
    .proDetail01 .data .en02 {
      font-size: 30px;
      font-size: 3rem;
      margin-right: 12px; }
    .proDetail01 .data .jp {
      font-size: 18px;
      font-size: 1.8rem; }
  .proDetail01 .categories {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 5px; }
    .proDetail01 .categories span {
      background-color: #e4e4e4;
      border-radius: 3px;
      display: inline-block;
      color: #333;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.7;
      line-height: 1;
      margin: 0 3% 10px 0;
      padding: 9px 10px 9px;
      text-align: center;
      width: 48.5%; } }
    @media only screen and (max-width: 960px) and (max-width: 960px) {
      .proDetail01 .categories span {
        font-size: 10px;
        font-size: 1rem; } }
@media only screen and (max-width: 960px) {
      .proDetail01 .categories span:nth-child(2n) {
        margin-right: 0; }
  .proDetail01 #proSlider {
    margin: 0 auto 20px; }
  .proDetail01 .slide-item {
    height: 60vw; }
  .proDetail01 #thumSlider {
    margin: 0 25px 0; }
  .proDetail01 .thumbnail-item {
    margin: 0 1px;
    height: 55px;
    width: 100%; }
  .proDetail01 .slick-prev, .proDetail01 .slick-next {
    position: absolute;
    display: block;
    height: 22px;
    width: 12px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
  .proDetail01 .slick-prev {
    background: url("../img/common/icon_arrow_l.png") left center no-repeat !important;
    background-size: 12px auto; }
  .proDetail01 .slick-next {
    background: url("../img/common/icon_arrow_r.png") right center no-repeat !important;
    background-size: 12px auto; }
  .proDetail01 .slick-prev::before, .proDetail01 .slick-next::before {
    font-size: 0; }

  .proDetail02 {
    margin-bottom: 60px;
    text-align: center; }
    .proDetail02 .data {
      color: #00306c;
      margin-bottom: 15px;
      position: relative; }
      .proDetail02 .data .en01 {
        font-size: 11px;
        font-size: 1.1rem; }
      .proDetail02 .data .en02 {
        font-size: 38px;
        font-size: 3.8rem;
        margin-right: 12px; }
      .proDetail02 .data .jp {
        font-size: 17px;
        font-size: 1.7rem; }
    .proDetail02 .descArea {
      text-align: left; }
      .proDetail02 .descArea:before {
        margin: 25px auto;
        width: 40px; }
      .proDetail02 .descArea p {
        color: #00306c;
        line-height: 1.8;
        margin-bottom: 20px; }

  .proDetail03 {
    margin: 0 0 60px;
    padding: 50px 5vw 20px; }
    .proDetail03 h2 {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 30px; }
    .proDetail03 ol {
      display: block;
      margin: 0; }
      .proDetail03 ol li {
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin: 0 0 20px;
        padding: 25px 20px 20px;
        position: relative;
        width: 100%; }
        .proDetail03 ol li:before {
          content: '';
          display: block;
          background-position: center top;
          background-size: 44px;
          background-repeat: no-repeat;
          height: 44px;
          margin-bottom: 0;
          position: absolute;
          top: 15px;
          left: 15px;
          width: 50px; }
        .proDetail03 ol li h3 {
          font-size: 18px;
          font-size: 1.8rem;
          margin: 0 0 30px 60px;
          text-align: left; }
        .proDetail03 ol li p {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.7;
          line-height: 1.8;
          text-align: left; } }
        @media only screen and (max-width: 960px) and (max-width: 960px) {
          .proDetail03 ol li p {
            font-size: 13px;
            font-size: 1.3rem; } }

@media only screen and (max-width: 960px) {
  .proDetail04 {
    padding: 0; }
    .proDetail04 h2 {
      font-size: 26px;
      font-size: 2.6rem;
      margin-bottom: 15px; }
    .proDetail04 ol {
      margin-bottom: 30px; }
      .proDetail04 ol li {
        margin-bottom: 40px; }
        .proDetail04 ol li .feature {
          font-size: 13px;
          font-size: 1.3rem;
          margin: 0 5vw 5px; }
          .proDetail04 ol li .feature:after {
            font-size: 33px;
            font-size: 3.3rem;
            margin-left: 10px; }
        .proDetail04 ol li .flex {
          display: block; }
        .proDetail04 ol li .img {
          margin-bottom: 25px;
          width: 100%; }
        .proDetail04 ol li .data {
          padding: 0 5vw;
          width: 100%; }
          .proDetail04 ol li .data h3 {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.5;
            margin-bottom: 15px; }
          .proDetail04 ol li .data .desc {
            font-size: 14px;
            font-size: 1.4rem;
            letter-spacing: 0;
            line-height: 1.7; }
    .proDetail04 .syonin {
      margin: 0 5vw;
      padding: 40px 5vw 20px; }
      .proDetail04 .syonin ul {
        display: block;
        padding-top: 5px; }
        .proDetail04 .syonin ul li {
          display: block;
          font-weight: 600;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1;
          margin: 0 0 10px;
          min-width: auto;
          min-width: none;
          padding: 14px; }
    .proDetail04 .spec {
      margin: 0 5vw;
      padding: 40px 0 20px; }
      .proDetail04 .spec table {
        margin: 0;
        max-width: auto;
        max-width: none;
        width: 100%; }
        .proDetail04 .spec table tr:nth-child(odd) {
          background-color: #E2E7FD; }
        .proDetail04 .spec table tr th, .proDetail04 .spec table tr td {
          line-height: 1.6;
          text-align: left; }
        .proDetail04 .spec table tr th {
          color: #00306c;
          font-size: 12px;
          font-size: 1.20rem;
          padding: 12px 15px;
          width: 25%; }
        .proDetail04 .spec table tr td {
          font-size: 10px;
          font-size: 1rem;
          padding: 15px 15px; }

  .proDetail05 {
    margin-bottom: 100px;
    max-width: auto;
    max-width: none;
    position: relative; }
    .proDetail05 h2 {
      font-size: 26px;
      font-size: 2.6rem;
      margin-bottom: 15px; }
    .proDetail05:after {
      background-color: #98affb;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -45px;
      height: 160px;
      width: 50%;
      z-index: 1; }
    .proDetail05 .movieWrap {
      margin: 0;
      max-width: auto;
      max-width: none; }

  .proDetail06 {
    margin: 0;
    padding: 40px 5vw 5px; }
    .proDetail06 h2 {
      color: #98affb;
      font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 500;
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 40px;
      text-align: center; }
    .proDetail06 .proArticleList {
      overflow: hidden; }
      .proDetail06 .proArticleList ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 0 0 0;
        width: 100%; }
        .proDetail06 .proArticleList ul li {
          margin: 0 0 40px 0;
          width: 100%; }
          .proDetail06 .proArticleList ul li:nth-child(3n) {
            margin-right: 0; }
          .proDetail06 .proArticleList ul li a {
            display: block;
            text-decoration: none;
            transition: 0.5s;
            position: relative; }
            .proDetail06 .proArticleList ul li a .data {
              margin-bottom: 15px;
              position: relative; }
              .proDetail06 .proArticleList ul li a .data .en01 {
                font-size: 10px;
                font-size: 1rem;
                line-height: 1.7; } }
              @media only screen and (max-width: 960px) and (max-width: 960px) {
                .proDetail06 .proArticleList ul li a .data .en01 {
                  font-size: 10px;
                  font-size: 1rem; } }
@media only screen and (max-width: 960px) {
              .proDetail06 .proArticleList ul li a .data .en02 {
                font-size: 26px;
                font-size: 2.6rem;
                line-height: 1.7;
                line-height: 1.4;
                font-weight: 600;
                margin-right: 12px; } }
              @media only screen and (max-width: 960px) and (max-width: 960px) {
                .proDetail06 .proArticleList ul li a .data .en02 {
                  font-size: 22px;
                  font-size: 2.2rem; } }
@media only screen and (max-width: 960px) {
              .proDetail06 .proArticleList ul li a .data .jp {
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 1.7; } }
              @media only screen and (max-width: 960px) and (max-width: 960px) {
                .proDetail06 .proArticleList ul li a .data .jp {
                  font-size: 14px;
                  font-size: 1.4rem; } }
@media only screen and (max-width: 960px) {
            .proDetail06 .proArticleList ul li a .thumb {
              border: 1px solid #CCC;
              overflow: hidden;
              position: relative; }
              .proDetail06 .proArticleList ul li a .thumb span {
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                display: block;
                overflow: hidden;
                transition: 0.5s; }
                .proDetail06 .proArticleList ul li a .thumb span img {
                  height: auto;
                  width: 100%;
                  transition: 0.3s; }
              .proDetail06 .proArticleList ul li a .thumb:after {
                border: 1px solid #CCC;
                content: '';
                display: block;
                position: absolute;
                top: -1px;
                left: -1px;
                right: -1px;
                bottom: -1px;
                transition: 0.2s; }
            .proDetail06 .proArticleList ul li a .new {
              background-color: #00306c;
              border-radius: 100%;
              color: #FFF;
              display: flex;
              align-items: center;
              justify-content: center;
              font-family: "Bentham", serif;
              font-weight: 600;
              line-height: 1;
              padding: 15px;
              position: absolute;
              top: 15px;
              right: 15px;
              height: 4em;
              width: 4em; }
            .proDetail06 .proArticleList ul li a .categories {
              display: flex;
              flex-wrap: wrap;
              padding-top: 15px; }
              .proDetail06 .proArticleList ul li a .categories span {
                background-color: #e4e4e4;
                border-radius: 3px;
                display: inline-block;
                color: #333;
                font-size: 13px;
                font-size: 1.3rem;
                line-height: 1.7;
                line-height: 1;
                margin: 0 3% 10px 0;
                padding: 9px 10px 9px;
                text-align: center;
                width: 48.5%; } }
              @media only screen and (max-width: 960px) and (max-width: 960px) {
                .proDetail06 .proArticleList ul li a .categories span {
                  font-size: 10px;
                  font-size: 1rem; } }
@media only screen and (max-width: 960px) {
                .proDetail06 .proArticleList ul li a .categories span:nth-child(2n) {
                  margin-right: 0; }

  .proDetail07 {
    padding-top: 30px; }
    .proDetail07 .linkBtns li {
      margin: 0 5vw 10px; }
      .proDetail07 .linkBtns li a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 15px 20px;
        min-width: 300px; } }
