@charset "UTF-8";
/* NAVI
------------------------------------*/
.uti-nav .public-sticky .slider-wrapper .slider .blank {
  padding-right: 10px;
  background: url(../images/blank_icon01.png) no-repeat 100%; }

@media screen and (max-width: 767px) {
  .uti-nav .public-sticky .slider-wrapper {
    padding-left: 10px;
    padding-right: 10px; } }
/*------- /pc contents --------*/
#content > section {
  display: flex;
  max-width: 1600px;
  margin: 0 auto 10px; }
  #content > section p {
    font-size: 18px;
    line-height: 1.8; }
    #content > section p.small-text {
      font-size: 14px; }
    #content > section p.half-space {
      margin-left: 0.5em; }
    #content > section p.logo-img {
      margin-bottom: 1.5em; }
      #content > section p.logo-img img {
        display: block;
        height: 32px;
        width: auto; }
  #content > section em {
    font-weight: 800; }
  #content > section .middle-text {
    font-size: 16px; }
  #content > section span.small-text {
    display: block;
    margin-top: 0.5em;
    font-size: 14px !important;
    text-indent: 0; }
  #content > section .visual {
    width: 50%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat; }
  #content > section .content-text {
    width: 50%;
    padding: 150px 0 0 100px;
    background-color: #f3f3f3; }
    #content > section .content-text .basic-btn.more {
      margin-top: 40px; }
    #content > section .content-text .mod-notes {
      width: 95%;
      max-width: 640px;
      margin-top: 3em; }
      #content > section .content-text .mod-notes > li {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 0.2em; }
  #content > section h3 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.4; }
    #content > section h3 + p {
      font-size: 18px;
      line-height: 1.8; }
    #content > section h3 i {
      font-size: 16px; }
    #content > section h3.deco-border-title > span {
      margin-bottom: 5px;
      display: block;
      padding-left: 15px;
      border-left: 5px solid #000; }
      #content > section h3.deco-border-title > span + i {
        margin-top: 0.5em; }
    #content > section h3.deco-border-title > i {
      display: block;
      margin-left: 0.75em;
      line-height: 1.6;
      text-indent: 0; }
      #content > section h3.deco-border-title > i.first-equip {
        margin-top: 0.75em; }
    #content > section h3.deco-border-title > p {
      margin-top: 0.25em;
      padding-left: 20px;
      font-size: 32px !important;
      line-height: 1.4; }
      #content > section h3.deco-border-title > p + i {
        margin-top: 0.75em; }
    #content > section h3.deco-border-title sup {
      font-size: 16px;
      vertical-align: super; }
      #content > section h3.deco-border-title sup.mod-notes {
        font-size: 12px; }
  #content > section.main-visual {
    height: 450px;
    margin-bottom: 10px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    #content > section.main-visual h2 {
      display: flex;
      align-items: center;
      position: absolute;
      min-width: 10.5em;
      height: auto;
      padding: 50px;
      top: -50px;
      bottom: -50px;
      right: 20px;
      background-color: rgba(0, 0, 0, 0.7);
      font-size: 32px;
      line-height: 1.6;
      color: #fff;
      }
      #content > section.main-visual h2.right-layout {
        left: auto;
        right: 20px; }
  #content > section + .main-visual {
    margin-top: 10px; }
  #content > section[class^="sec"] {
    margin-bottom: 1px;
    padding: 80px 0;
    background-color: #f3f3f3; }
  #content > section figure {
    margin: 20px 0 10px; }
    #content > section figure.plus-caption {
      margin-top: 0; }
      #content > section figure.plus-caption + figcaption {
        text-align: center; }
    #content > section figure figcaption {
      margin-top: 0.5em; }
  #content > section .wide-btn {
    margin-top: 50px; }
  #content > section a.text-link {
    text-decoration: none; }
  #content > section p + p {
    margin-top: 1em; }
  #content > section p + .detail-set,
  #content > section p + .reverse-set {
    margin-top: 2em; }
  #content > section .detail-set + .detail-set {
    margin-top: 2em; }
  #content > section img + p {
    margin-top: 0.5em; }
#content .detail-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #content .detail-set.grid_1_3 > li:nth-child(1) {
    width: 22.375%;
    margin-right: 3.4995%; }
  #content .detail-set.grid_1_3 > li:nth-child(2) {
    width: 74.125%; }
  #content .detail-set.grid_1_2 > li {
    width: 31%;
    margin-right: 3.4995%; }
  #content .detail-set.grid_1_2 > li:nth-child(2n) {
    width: 65.4995%;
    margin-right: 0; }
  #content .detail-set.grid_3 {
    justify-content: flex-start; }
    #content .detail-set.grid_3 > li {
      width: 31%;
      margin-right: 3.4995%; }
      #content .detail-set.grid_3 > li:nth-child(3n) {
        margin-right: 0; }
  #content .detail-set.grid_4 {
    justify-content: flex-start; }
    #content .detail-set.grid_4 > li {
      width: 22.375%;
      margin-right: 3.4995%; }
      #content .detail-set.grid_4 > li:nth-child(4n) {
        margin-right: 0; }
  #content .detail-set > li {
    width: 48%;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0.75em; }
    #content .detail-set > li.w25 {
      width: 22.375%;
      margin-right: 3.4995%; }
    #content .detail-set > li.w25:nth-child(4n) {
      margin-right: 0; }
    #content .detail-set > li.w33 {
      width: 31%;
      /*33.333-2.333*/
      margin-right: 3.4995%; }
    #content .detail-set > li.w33:nth-child(3n) {
      margin-right: 0; }
    #content .detail-set > li img {
      width: 100%;
      height: auto; }
    #content .detail-set > li p.num-text {
      margin: 0 0 15px 1.8em;
      text-indent: -1.8em;
      font-size: 18px;
      line-height: 1.6;
      font-weight: bold; }
      #content .detail-set > li p.num-text i {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        margin-right: 0.5em;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        text-indent: 0;
        text-align: center;
        vertical-align: middle;
        background-color: #5b6770;
        color: #fff; }
    #content .detail-set > li.lever img {
      margin-top: -72px; }
    #content .detail-set > li.adjust-wrap + li {
      margin-left: 4%; }
  #content .detail-set.vertical-center {
    align-items: center; }
  #content .detail-set.space-between {
    justify-content: space-between; }
  #content .detail-set.center {
    justify-content: center; }
#content .detail-set + .deco-border-title {
  margin-top: 2em; }
#content .reverse-set {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative; }
  #content .reverse-set > li {
    width: 52%;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0.6777em; }
    #content .reverse-set > li:nth-child(odd) {
      width: 48%; }
    #content .reverse-set > li.pc-layout {
      position: absolute;
      width: 48%;
      right: 0;
      bottom: 0; }
  #content .reverse-set.column {
    flex-direction: column-reverse; }
    #content .reverse-set.column > li {
      width: 100%;
      margin-bottom: 10px; }
  #content .reverse-set.vertical-center {
    align-items: center; }
  #content .reverse-set.space-between {
    justify-content: space-between; }
  #content .reverse-set.center {
    justify-content: center; }
#content .figure-set {
  display: flex;
  justify-content: space-between;
  margin: 20px 0; }
  #content .figure-set > li {
    width: 32%;
    font-size: 18px;
    line-height: 1.4; }
    #content .figure-set > li img {
      width: 100%;
      margin-bottom: 5px; }
#content .table-set {
  display: table;
  width: 100%;
  margin: 10px 0; }
  #content .table-set > li {
    display: table-cell;
    vertical-align: top;
    font-size: 18px;
    line-height: 1.8; }
    #content .table-set > li:first-child {
      padding-right: 20px; }
    #content .table-set > li:last-child {
      padding-left: 20px; }
    #content .table-set > li.right-layout {
      text-align: right; }
    #content .table-set > li.middle-layout {
      vertical-align: middle; }
    #content .table-set > li.logo-layout img {
      margin-top: 10px; }
    #content .table-set > li h3 {
      margin-bottom: 0; }
  #content .table-set > dt {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    font-size: 18px; }
  #content .table-set > dd {
    display: table-cell;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.6; }
#content dl.table-set {
  margin: 20px 0; }
#content .adjust-wrap {
  width: 575px !important; }
#content .wide-wrap {
  width: 100% !important; }
#content h4 {
  margin: 20px 0 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold; }
  #content h4:before {
    content: "■";
    margin-right: 0.25em;
    font-size: 120%;
    vertical-align: middle; }
  #content h4 > i {
    text-indent: 0.75em;
    font-size: 16px;
    font-weight: normal; }
  #content h4.small-text {
    margin: 0 0 5px;
    font-size: 14px; }
    #content h4.small-text + p {
      margin-bottom: 1em; }
  #content h4.basic-type:before {
    content: none; }
#content .btn {
  width: 385px;
  margin-left: auto;
  text-align: center;
  background: #5b6770; }
  #content .btn a {
    display: block;
    padding: 17px 20px 17px 0;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background: url(../images/arrow_r_02.png) no-repeat 340px center; }
#content p + .btn {
  margin-top: 1.5em; }
#content .link-text {
  margin-right: 1em;
  display: inline-block; }
  #content .link-text a {
    margin-left: 0.25em; }
#content .point-text {
  position: relative;
  margin-bottom: 0.75em;
  vertical-align: middle;
  line-height: 1.8;
  text-indent: 0;
  margin-left: 0; }
  #content .point-text::before {
    content: '';
    display: none; }
  #content .point-text > i {
    text-indent: 0;
    display: inline-block;
    vertical-align: middle; }
  #content .point-text.type-01, #content .point-text.type-02 {
    font-size: 1.1em; }
  #content .point-text.type-03 {
    padding: 0 0 0 2.5em; }
    #content .point-text.type-03 > i {
      position: absolute;
      left: 0;
      top: 0; }
  #content .point-text.type-01 > i {
    background-color: #5b6770;
    padding: 0.25em 0.8em 0.25em 0.8em;
    margin: 0 0.5em 0.5em 0;
    font-size: 0.8725em;
    font-weight: 600;
    color: #fff; }
  #content .point-text.type-02 > i, #content .point-text.type-03 > i {
    background-color: #5b6770;
    padding: 0.25em 0.8em 0.25em 0.8em;
    margin: 0 0.5em 0 0;
    font-size: 0.8em;
    font-weight: 600;
    color: #fff; }
#content .extended-margin {
  margin: 30px 0 !important; }

/*------- /pc contents --------*/
/*------- sp contents --------*/
@media screen and (max-width: 767px) {
  #content > section {
    display: block; }
    #content > section[class^="sec"] {
      padding: 0; }
    #content > section > .inner-wrapper {
      padding: 8% 15px; }
    #content > section .visual {
      width: 100%;
      height: auto;
      padding-top: 53.333%;
      background-size: cover; }
    #content > section .content-text {
      width: 100%;
      padding: 30px 30px 15px !important; }
      #content > section .content-text .basic-btn.more {
        margin-top: 20px; }
      #content > section .content-text .mod-notes {
        width: auto;
        max-width: inherit;
        margin-top: 2em;
        margin-bottom: 2em; }
        #content > section .content-text .mod-notes > li {
          font-size: 14px; }
    #content > section h3 {
      margin-bottom: 6%;
      font-size: 24px;
      line-height: 1.4; }
      #content > section h3 + p {
        font-size: 16px; }
      #content > section h3.deco-border-title {
        margin-left: 16px;
        text-indent: -16px;
        border-left-width: 6px; }
        #content > section h3.deco-border-title:before {
          content: "";
          display: inline-block;
          width: 5px;
          height: 1em;
          background-color: #000;
          margin: 0 0.25em 0.2em 0;
          vertical-align: middle; }
        #content > section h3.deco-border-title span {
          display: inline;
          margin-bottom: 0;
          padding-left: 0;
          border: none; }
          #content > section h3.deco-border-title span i {
            font-size: 14px; }
        #content > section h3.deco-border-title p {
          display: inline;
          padding-left: 0 !important;
          font-size: 22px !important;
          text-indent: 0 !important;
          line-height: 1.4; }
        #content > section h3.deco-border-title > i {
          margin-left: -0.75em;
          font-size: 14px;
          text-indent: 0; }
        #content > section h3.deco-border-title sup {
          font-size: 12px; }
    #content > section h5 {
      font-size: 18px; }
      #content > section h5.brackets {
        font-weight: bold; }
        #content > section h5.brackets:before {
          content: "<";
          margin-right: 0.25em; }
        #content > section h5.brackets:after {
          content: ">";
          margin-left: 0.25em; }
    #content > section .btn {
      width: 100% !important; }
      #content > section .btn a {
        font-size: 13px !important;
        padding: 17px 40px 17px 10px !important;
        background: url(../images/arrow_r_02.png) no-repeat 96% center !important; }
    #content > section.performance .visual, #content > section.electricity .visual {
      background-position: center 80%; }
    #content > section.main-visual {
      height: auto;
      margin-bottom: 0 !important;
      padding-top: 42%;
      background-position: center top;
      background-size: contain; }
      #content > section.main-visual .inner-wrapper {
        width: 100%;
        padding: 0 15px 15px; }
      #content > section.main-visual h2 {
        justify-content: center;
        position: static;
        width: 100%;
        min-height: 4.5em;
        padding: 30px 20px;
        font-size: 20px;
        text-align: center;
        background-color: #000; }
    #content > section img {
      width: 100%; }
    #content > section figure {
      margin-top: 10px; }
    #content > section .wide-btn {
      margin-top: 5%; }
    #content > section .detail-set + .detail-set {
      margin-top: 8%; }
  #content .detail-set {
    display: block; }
    #content .detail-set.grid_1_3 > li:nth-child(1) {
      width: 50%;
      margin-right: 0; }
    #content .detail-set.grid_1_3 > li:nth-child(2) {
      width: 100%; }
    #content .detail-set.grid_1_2 {
      display: block; }
      #content .detail-set.grid_1_2 > li {
        width: 75%;
        margin-left: auto;
        margin-right: auto; }
      #content .detail-set.grid_1_2 > li:nth-child(2n) {
        width: 100%; }
    #content .detail-set.grid_3 {
      display: flex; }
      #content .detail-set.grid_3 > li {
        width: 48.5%;
        margin-right: 3%; }
        #content .detail-set.grid_3 > li:nth-child(3n) {
          margin-right: 3%; }
        #content .detail-set.grid_3 > li:nth-child(odd) {
          width: 48.5%; }
        #content .detail-set.grid_3 > li:nth-child(even) {
          width: 48.5%;
          margin-right: 0; }
    #content .detail-set.grid_4 {
      display: flex; }
      #content .detail-set.grid_4 > li {
        width: 48.5%;
        margin-right: 3%; }
        #content .detail-set.grid_4 > li:nth-child(4n) {
          margin-right: 0; }
        #content .detail-set.grid_4 > li:nth-child(odd) {
          width: 48.5%; }
        #content .detail-set.grid_4 > li:nth-child(even) {
          width: 48.5%;
          margin-right: 0; }
    #content .detail-set > li {
      width: 100%;
      font-size: 16px;
      margin-bottom: 1.5em; }
      #content .detail-set > li:nth-child(odd) {
        width: 100%; }
      #content .detail-set > li.w33 {
        width: 100%;
        margin-right: 0; }
      #content .detail-set > li p {
        font-size: 16px; }
        #content .detail-set > li p i {
          font-size: 14px; }
        #content .detail-set > li p.small-text {
          font-size: 14px; }
      #content .detail-set > li.lever {
        text-align: center; }
        #content .detail-set > li.lever img {
          width: 75%;
          margin: 10px 0 0; }
      #content .detail-set > li.adjust-wrap + li {
        margin-left: 0; }
  #content .reverse-set {
    display: block; }
    #content .reverse-set > li {
      width: 100% !important;
      margin-bottom: 1.5em;
      font-size: 16px; }
      #content .reverse-set > li.pc-layout {
        position: static; }
    #content .reverse-set.column {
      flex-direction: column; }
  #content .figure-set {
    width: 100%;
    margin-bottom: 0; }
    #content .figure-set li {
      font-size: 16px; }
    #content .figure-set.column {
      flex-direction: column; }
      #content .figure-set.column li {
        width: 100%;
        margin: 2% 0 5%; }
        #content .figure-set.column li:last-child {
          margin-bottom: 0; }
        #content .figure-set.column li img {
          margin-bottom: 5px; }
  #content .adjust-wrap {
    width: 100% !important; }
  #content .table-set > li {
    font-size: 18px; }
  #content .table-set.column {
    display: flex;
    flex-direction: column; }
    #content .table-set.column > li {
      margin-bottom: 4%;
      padding: 0; }
      #content .table-set.column > li p {
        margin: 4% 0 8%; }
    #content .table-set.column dt, #content .table-set.column dd {
      display: block;
      margin-bottom: 4%;
      padding: 0; } }
/*------- /sp contents --------*/

/*# sourceMappingURL=content.css.map */
