@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em; }

html {
  font-size: 62.5%; }


article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  color: #0071bf;
  text-decoration: none;
  transition: all ease .3s; }
  a:link {
    color: #0071bf;
    text-decoration: none; }
  a:visited {
    color: #0071bf; }
  a:hover {
    color: #0071bf; }
  a:active {
    color: #0071bf; }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #000;
  font-size: 1.7rem;
  line-height: 1.72;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF; }
  @media screen and (max-width: 896px) {
    body {
      min-width: inherit;
      font-size: 1.2rem;
      line-height: 1.5; } }

#container {
  padding-top: 0;
  text-align: left;
  position: relative; }
  @media screen and (max-width: 896px) {
    #container {
      padding-top: 0; } }

#main {
  position: relative;
  z-index: 10; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none; }
  @media screen and (max-width: 896px) {
    a[href^="tel:"] {
      cursor: pointer;
      pointer-events: auto; } }

@media screen and (min-width: 897px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 896px) {
  a:hover, a:hover img {
    opacity: 1 !important; }

  .pc {
    display: none !important; } }
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#gHeader {
  padding: 20px 0 24px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 999; }
  #gHeader.fixed {
    position: fixed; }
  @media screen and (max-width: 896px) {
    #gHeader {
      padding: 20px 20px 17px; }
      #gHeader .menu {
        position: absolute;
        right: 19px;
        top: 27px;
        width: 31px; } }
  #gHeader .hBox {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1260px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #gHeader .hBox h1 {
      width: 161px; }
    @media screen and (max-width: 896px) {
      #gHeader .hBox {
        margin: 0;
        width: auto; }
        #gHeader .hBox h1 {
          width: 123px;
          cursor: pointer; } }
    #gHeader .hBox #gNavi {
      margin-top: 3px; }
      #gHeader .hBox #gNavi ul li {
        margin-right: 30px;
        width: 196px;
        display: inline-block;
        vertical-align: top; }
        #gHeader .hBox #gNavi ul li:first-of-type {
          width: 411px; }
          #gHeader .hBox #gNavi ul li:first-of-type a .icon {
            margin-right: 15px; }
        #gHeader .hBox #gNavi ul li:last-of-type {
          margin-right: 0; }
          #gHeader .hBox #gNavi ul li:last-of-type a .icon {
            margin-right: 13px; }
        #gHeader .hBox #gNavi ul li a {
          padding: 7px 10px;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 700;
          box-sizing: border-box;
          border: 1px solid #0071bf; }
          #gHeader .hBox #gNavi ul li a .icon {
            margin-right: 10px;
            display: flex;
            align-items: center; }
            #gHeader .hBox #gNavi ul li a .icon .img02 {
              display: none; }
          #gHeader .hBox #gNavi ul li a:hover {
            color: #fff;
            background-color: #0071bf; }
            #gHeader .hBox #gNavi ul li a:hover .icon .img01 {
              display: none; }
            #gHeader .hBox #gNavi ul li a:hover .icon .img02 {
              display: block; }
        #gHeader .hBox #gNavi ul li.list03 a {
          color: #fff;
          background-color: #0071bf; }
          #gHeader .hBox #gNavi ul li.list03 a .icon .img01 {
            display: none; }
          #gHeader .hBox #gNavi ul li.list03 a .icon .img02 {
            display: block; }
          #gHeader .hBox #gNavi ul li.list03 a:hover {
            opacity: 0.7; }
      @media screen and (max-width: 896px) {
        #gHeader .hBox #gNavi {
          margin-top: 0;
          padding: 75px 20px 60px;
          width: 100vw;
          height: auto;
          max-height: 100vh;
          position: absolute;
          left: 0;
          top: 80px;
          border-top: 2px solid #0071BF;
          background-color: #fff;
          box-sizing: border-box;
          z-index: 9999;
          display: none;
          overflow-y: auto; }
          #gHeader .hBox #gNavi ul {
            margin-bottom: 30px; }
            #gHeader .hBox #gNavi ul li {
              margin: 0 auto 31px;
              width: auto;
              max-width: 450px;
              display: block;
              vertical-align: top; }
              #gHeader .hBox #gNavi ul li:first-of-type {
                width: auto; }
                #gHeader .hBox #gNavi ul li:first-of-type a {
                  padding: 17px 25px 17px 15px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  text-align: center; }
                  #gHeader .hBox #gNavi ul li:first-of-type a .icon {
                    margin: 5px 5px 0 0; }
                    #gHeader .hBox #gNavi ul li:first-of-type a .icon img {
                      width: 22px; }
                      #gHeader .hBox #gNavi ul li:first-of-type a .icon img.img01 {
                        display: none; }
                      #gHeader .hBox #gNavi ul li:first-of-type a .icon img.img02 {
                        display: block; }
                  #gHeader .hBox #gNavi ul li:first-of-type a .txt {
                    max-width: calc(100% - 40px); }
              #gHeader .hBox #gNavi ul li:nth-of-type(2) {
                margin-bottom: 30px;
                width: 248px; }
                #gHeader .hBox #gNavi ul li:nth-of-type(2) a {
                  padding: 14px 10px 14px 25px;
                  color: #0071bf;
                  font-size: 1.4rem;
                  justify-content: flex-start;
                  background-color: #fff; }
                  #gHeader .hBox #gNavi ul li:nth-of-type(2) a:hover {
                    color: #0071bf;
                    background-color: #fff; }
                    #gHeader .hBox #gNavi ul li:nth-of-type(2) a:hover .icon .img01 {
                      display: block; }
                    #gHeader .hBox #gNavi ul li:nth-of-type(2) a:hover .icon .img02 {
                      display: none; }
              #gHeader .hBox #gNavi ul li:last-of-type {
                margin: 0 auto;
                width: 248px; }
                #gHeader .hBox #gNavi ul li:last-of-type a {
                  padding: 14px 10px;
                  color: #0071bf;
                  font-size: 1.4rem;
                  background-color: #fff; }
                  #gHeader .hBox #gNavi ul li:last-of-type a .icon {
                    display: none; }
              #gHeader .hBox #gNavi ul li a {
                padding: 26px 10px 27px;
                width: 100%;
                font-size: 1.8rem;
                color: #fff;
                background-color: #0071bf; }
              #gHeader .hBox #gNavi ul li.list03 a:hover {
                opacity: 1; } }

@media (min-width: 897px) and (max-width: 1090px) {
  #gHeader .hBox #gNavi ul li a {
    font-size: 1.2rem; }

  #gHeader .hBox #gNavi ul li {
    margin-right: 15px !important;
    width: 150px !important; }

  #gHeader .hBox #gNavi ul li:first-of-type {
    width: 330px !important; } }
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter {
  padding: 51px 0 30px;
  background-color: #0071bf; }
  #gFooter .fBox {
    margin: 0 auto;
    width: 1000px; }
  #gFooter .fNavi {
    margin-bottom: 45px;
    display: flex;
    justify-content: center; }
    #gFooter .fNavi li {
      margin: 0 13px;
      width: 303px;
      display: flex; }
      #gFooter .fNavi li a {
        padding: 13px;
        width: 100%;
        font-weight: 700;
        text-align: center;
        box-sizing: border-box;
        background-color: #fff; }
        #gFooter .fNavi li a:hover {
          opacity: 0.7; }
  #gFooter .fLinkList {
    margin-bottom: 36px; }
    #gFooter .fLinkList li {
      text-align: center; }
      #gFooter .fLinkList li:not(:last-of-type) {
        margin-bottom: 6px; }
      #gFooter .fLinkList li a {
        color: #fff;
        font-weight: 700; }
        #gFooter .fLinkList li a:hover {
          opacity: 0.7; }
  #gFooter .copyright {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif; }
  @media screen and (max-width: 896px) {
    #gFooter {
      padding: 35px 0 41px; }
      #gFooter .fBox {
        margin: 0 auto;
        width: auto; }
      #gFooter .fNavi {
        margin: 0 auto 36px;
        width: 248px;
        display: block; }
        #gFooter .fNavi li {
          margin: 0 0 18px;
          width: auto;
          display: block; }
          #gFooter .fNavi li:last-child {
            margin-bottom: 0; }
          #gFooter .fNavi li a {
            padding: 14px;
            display: block;
            font-size: 1.4rem; }
      #gFooter .fLinkList {
        margin-bottom: 43px; }
        #gFooter .fLinkList li:not(:last-of-type) {
          margin-bottom: 22px; }
        #gFooter .fLinkList li a {
          font-size: 1.4rem; }
          #gFooter .fLinkList li a:hover {
            opacity: 1; } }

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  width: 1000px; }
  @media screen and (max-width: 896px) {
    .content {
      margin: 0 20px;
      width: auto !important; } }

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  width: 300px;
  font-size: 1.6rem;
  text-align: center; }
  .comBtn a {
    padding: 20px;
    display: block;
    font-weight: 700;
    background-color: #fff; }
    .comBtn a:hover {
      opacity: 0.7; }
    .comBtn a span {
      padding-left: 40px;
      display: inline-block;
      vertical-align: top;
      background: url(../img/common/icon04.png) no-repeat left center/28px auto; }
  @media screen and (max-width: 896px) {
    .comBtn {
      margin: 0 auto;
      width: 232px;
      font-size: 1.2rem; }
      .comBtn a {
        padding: 13px 10px 12px; }
        .comBtn a:hover {
          opacity: 1; }
        .comBtn a span {
          padding-left: 35px;
          background-size: 21px auto; } }

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
  background-color: #0071bf;
  height: 520px;
  display: flex;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 896px) {
    #main .mainVisual {
      height: auto;
      display: block; } }
  #main .mainVisual .inner {
    margin: 0 auto;
    width: 1260px; }
    #main .mainVisual .inner .textBox {
      color: #fff;
      position: relative;
      z-index: 10; }
      #main .mainVisual .inner .textBox .title {
        margin-bottom: 0;
        padding: 3px 10px 6px;
        /*width: 288px;*/
        display: inline-block;
        font-size: 2.4rem;
        box-sizing: border-box;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      #main .mainVisual .inner .textBox h2 {
        margin-bottom: 7px;
        font-size: 4.8rem; }
      #main .mainVisual .inner .textBox p {
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 1.8rem; }
    @media screen and (max-width: 896px) {
      #main .mainVisual .inner {
        margin: 0 20px;
        padding-top: 35px;
        padding-bottom: 35px;
        width: auto; }
        #main .mainVisual .inner .textBox .title {
          margin-bottom: 7px;
          padding: 6px 0 6px;
          width: 230px;
          font-size: 1.6rem;
          text-align: center; }
        #main .mainVisual .inner .textBox h2 {
          margin-bottom: 9px;
          font-size: 3rem;
          line-height: 1.3; }
        #main .mainVisual .inner .textBox p {
          margin-bottom: 19px; }
        #main .mainVisual .inner .textBox .comBtn {
          margin: 0; } }
  #main .mainVisual .photoBox {
    width: calc(25% + 115px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden; }
    #main .mainVisual .photoBox::before {
      width: 370px;
      height: 100%;
      position: absolute;
      left: -128px;
      top: 0;
      background: url(../img/index/main_bg01.png) no-repeat center center/100% 100%;
      content: ''; }
    #main .mainVisual .photoBox img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media screen and (max-width: 896px) {
      #main .mainVisual .photoBox {
        margin-top:0;
        width: auto;
        height: 347px;
        position: relative; }
        #main .mainVisual .photoBox::before {
          width: 100%;
          height: 270px;
          left: 0;
          top: -112px;
          background-image: url(../img/index/sp_main_bg01.png); } }
  #main .mainVisual .comBtn {
    width: inherit;
    display: inline-block; }
    #main .mainVisual .comBtn a {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      text-align: left; }
      @media screen and (max-width: 896px) {
        #main .mainVisual .comBtn a {
          display: block; } }
      #main .mainVisual .comBtn a span {
        padding: 0 !important;
        background: none !important;
        font-size: 1.8rem; }
        #main .mainVisual .comBtn a span time {
          font-size: 1.4rem; }
      #main .mainVisual .comBtn a strong {
        font-size: 1.2rem;
        color: #FFF;
        background: #0071bf;
        padding: 5px 10px;
        display: flex;
        justify-content: space-between;
        min-width: 110px;
        margin-leftg: 30px; }
        @media screen and (max-width: 896px) {
          #main .mainVisual .comBtn a strong {
            margin: 10px auto;
            width: 50%;
            justify-content: center; } }
        #main .mainVisual .comBtn a strong:after {
          content: ">"; }
          @media screen and (max-width: 896px) {
            #main .mainVisual .comBtn a strong:after {
              margin-left: 10px; } }
#main .conformal h2 {
  margin-bottom: 30px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.4; }
#main .conformal__flex {
  display: flex;
  justify-content: space-around; }
  #main .conformal__flex img {
    /*width: 36%;
    margin-top: 40px;*/ }
#main .conformal__textarea {
  margin-top: 30px;
  line-height: 1.9; }
  #main .conformal__textarea p::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    width: 1.5em;
    height: 1em;
    background: url(../img/index/conformal_check.png) no-repeat;
    background-size: contain; }
#main .conformal__text {
  font-size: 2rem; }
@media screen and (max-width: 896px) {
  #main .conformal {
    background: url("../img/index/conformal_imgtext01_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 12px;
    margin-bottom: 43px; }
    #main .conformal h2 {
      margin-bottom: 25px;
      font-size: 2.2rem;
      line-height: 1.36;
      text-align: center; }
    #main .conformal img {
      display: none; }
    #main .conformal__textarea {
      font-size: 1.5rem; }
    #main .conformal__text {
      margin: 0 auto;
      display: table;
      font-size: 1.5rem; } }
#main .nordson {
  padding-bottom: 86px; }
  #main .nordson h2 {
    margin-bottom: 79px;
    padding: 130px 20px 49px;
    position: relative;
    color: #fff;
    font-size: 3rem;
    line-height: 1.4;
    text-align: center;
    background-color: #0071bf; }
    #main .nordson h2::before {
      /*width: 216px;
      height: 36px;*/
      border-right: 140px solid transparent;
      border-top: 100px solid #FFF;
      border-left: 140px solid transparent;
      position: absolute;
      left: 50%;
      top: 0;
      /*bottom: -36px;*/
      transform: translateX(-50%);
      /*background: url(../img/index/nordson_bg01.png) no-repeat center center / cover;*/
      content: ''; }
      @media screen and (max-width: 896px) {
        #main .nordson h2::before {
          width: inherit !important;
          height: inherit !important;
          bottom: inherit !important;
          border-right: 40px solid transparent;
          border-top: 20px solid #FFF;
          border-left: 40px solid transparent; } }
    #main .nordson h2 span {
      display: block;
      margin-top: 50px; }
      @media screen and (max-width: 896px) {
        #main .nordson h2 span {
          margin-top: 30px; } }
      #main .nordson h2 span strong {
        display: inline-block;
        text-decoration: underline #FFDC64 7px; }
  @media screen and (max-width: 896px) {
    #main .nordson {
      margin-bottom: 65px; }
      #main .nordson h2 {
        margin-bottom: 58px;
        padding: 25px 10px 32px;
        font-size: 2.4rem;
        line-height: 1.5; }
        #main .nordson h2::before {
          width: 158px;
          height: 26px;
          bottom: -25px; } }
  #main .nordson .textList li {
    margin-bottom: 43px; }
    #main .nordson .textList li:last-of-type {
      margin-bottom: 0; }
    #main .nordson .textList li .ttl {
      margin-bottom: 35px;
      padding-bottom: 14px;
      color: #0071bf;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.5;
      border-bottom: 1px solid #0071bf; }
    #main .nordson .textList li .imgBox {
      display: flex;
      justify-content: space-between; }
      #main .nordson .textList li .imgBox .pho {
        min-width: 320px; }
      #main .nordson .textList li .imgBox .txtBox {
        /*padding-right: 10px;
        width: 655px;*/
        flex: 1;
        margin-left: 15px;
        box-sizing: border-box; }
  @media screen and (max-width: 896px) {
    #main .nordson .textList li {
      margin-bottom: 53px; }
      #main .nordson .textList li .ttl {
        margin-bottom: 18px;
        font-size: 1.8rem;
        line-height: 1.33; }
      #main .nordson .textList li .imgBox {
        display: block; }
        #main .nordson .textList li .imgBox .pho {
          margin-bottom: 16px;
          width: auto; }
          #main .nordson .textList li .imgBox .pho img {
            width: 100%; }
        #main .nordson .textList li .imgBox .txtBox {
          padding-right: 0;
          margin-left: 0;
          width: auto; }
          #main .nordson .textList li .imgBox .txtBox p {
            font-size: 1.4rem;
            /*line-height: 1.29;*/ } }
#main .solution {
  padding-bottom: 88px;
  background-color: #EBF3FA; }
  #main .solution h2 {
    margin-bottom: 29px;
    padding: 45px 20px 44px;
    color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    background-color: #0071bf; }
  #main .solution .textBox {
    margin-bottom: 34px;
    position: relative;
    text-align: center; }
    #main .solution .textBox img {
      width: 606px; }
    #main .solution .textBox p {
      width: 335px;
      position: absolute;
      top: 46px;
      left: 0;
      text-align: left;
      z-index: 10; }
      #main .solution .textBox p.text02 {
        left: auto;
        right: 0; }
  @media screen and (max-width: 896px) {
    #main .solution {
      padding-bottom: 43px; }
      #main .solution h2 {
        margin-bottom: 24px;
        padding: 25px 20px 33px;
        font-size: 2.4rem;
        line-height: 1.5; }
      #main .solution .textBox {
        margin-bottom: 31px; }
        #main .solution .textBox img {
          width: 220px; }
        #main .solution .textBox p {
          margin-bottom: 23px;
          width: auto;
          position: relative;
          top: 0;
          left: 0;
          font-size: 1.4rem;
          line-height: 1.73;
          text-align: center; }
          #main .solution .textBox p.text02 {
            margin-bottom: 40px;
            left: auto;
            right: auto; } }
  #main .solution .textBox01 {
    margin-bottom: 62px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    #main .solution .textBox01::after {
      width: 320px;
      content: ''; }
    #main .solution .textBox01 .subBox {
      width: 660px;
      display: flex;
      justify-content: space-between; }
    #main .solution .textBox01 .txtBox01 {
      padding: 16px 15px 21px 21px;
      width: 320px;
      color: #fff;
      box-sizing: border-box;
      background-color: #1b6534; }
      #main .solution .textBox01 .txtBox01 .ttl {
        margin-bottom: 16px;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.25; }
        #main .solution .textBox01 .txtBox01 .ttl span {
          margin-top: 10px;
          display: block;
          font-size: 1.2rem;
          font-weight: 300;
          line-height: 1.33; }
      #main .solution .textBox01 .txtBox01.bg02 {
        background-color: #795028; }
      #main .solution .textBox01 .txtBox01.bg03 {
        background-color: #0071bf; }
      #main .solution .textBox01 .txtBox01 ul li {
        margin-bottom: 19px; }
        #main .solution .textBox01 .txtBox01 ul li:last-of-type {
          margin-bottom: 0; }
        #main .solution .textBox01 .txtBox01 ul li .imgBox {
          display: flex;
          justify-content: space-between; }
          #main .solution .textBox01 .txtBox01 ul li .imgBox .pho {
            width: 78px; }
          #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox {
            width: 191px; }
            #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox .ttl01 {
              margin-bottom: 7px;
              font-size: 1.4rem;
              line-height: 1.07;
              font-weight: 700; }
            #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox p {
              font-size: 1.2rem;
              font-weight: 300;
              line-height: 1.33; }
    @media screen and (max-width: 896px) {
      #main .solution .textBox01 {
        margin-bottom: 43px;
        display: block; }
        #main .solution .textBox01::after {
          display: none; }
        #main .solution .textBox01 .subBox {
          margin-bottom: 28px;
          width: auto;
          display: flex;
          flex-direction: column-reverse; }
        #main .solution .textBox01 .txtBox01 {
          padding: 17px 15px 21px 21px;
          width: auto; }
          #main .solution .textBox01 .txtBox01 .ttl {
            margin-bottom: 16px;
            font-size: 2.5rem; }
          #main .solution .textBox01 .txtBox01.bg02 {
            margin-bottom: 28px; }
          #main .solution .textBox01 .txtBox01 ul li {
            margin-bottom: 19px; }
            #main .solution .textBox01 .txtBox01 ul li:last-of-type {
              margin-bottom: 0; }
            #main .solution .textBox01 .txtBox01 ul li .imgBox {
              display: flex;
              justify-content: space-between; }
              #main .solution .textBox01 .txtBox01 ul li .imgBox .pho {
                width: 82px; }
              #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox {
                width: calc(100% - 95px); }
                #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox .ttl01 {
                  margin-bottom: 7px;
                  font-size: 1.3rem;
                  line-height: 1.15; }
                #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox p {
                  padding-right: 10px; } }
  #main .solution .textUl li {
    padding: 45px 45px 45px 55px;
    background-color: #fff; }
    #main .solution .textUl li .imgBox {
      display: flex;
      justify-content: space-between; }
      #main .solution .textUl li .imgBox .phoBox {
        width: 277px;
        height: 160px; }
      #main .solution .textUl li .imgBox .txtBox {
        width: 582px; }
        #main .solution .textUl li .imgBox .txtBox .ttl {
          margin-bottom: 10px;
          padding-bottom: 14px;
          color: #0071bf;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 1.33;
          border-bottom: 1px solid #0071bf; }
        #main .solution .textUl li .imgBox .txtBox p {
          margin-bottom: 15px; }
        #main .solution .textUl li .imgBox .txtBox .comBtn {
          width: 448px; }
          #main .solution .textUl li .imgBox .txtBox .comBtn a {
            padding: 13px 10px 14px 30px;
            color: #fff;
            font-size: 1.4rem;
            background-color: #0071bf; }
            #main .solution .textUl li .imgBox .txtBox .comBtn a span {
              padding: 0 40px 0 0;
              background-image: url(../img/common/icon11.png);
              background-position: right center;
              background-size: 20px auto; }
  @media screen and (max-width: 896px) {
    #main .solution .textUl li {
      padding: 28px 10px; }
      #main .solution .textUl li .imgBox {
        display: block; }
        #main .solution .textUl li .imgBox .phoBox {
          margin: 0 auto 34px;
          width: 81.58%;
          height: auto; }
        #main .solution .textUl li .imgBox .txtBox {
          width: auto; }
          #main .solution .textUl li .imgBox .txtBox .ttl {
            margin-bottom: 18px;
            padding-bottom: 12px; }
          #main .solution .textUl li .imgBox .txtBox p {
            margin-bottom: 13px;
            padding-right: 15px;
            line-height: 1.67; }
          #main .solution .textUl li .imgBox .txtBox .comBtn {
            width: auto;
            max-width: 450px; }
            #main .solution .textUl li .imgBox .txtBox .comBtn a {
              padding: 15px 10px 18px 30px;
              font-size: 1.2rem; } }
#main .dispenser {
  margin-bottom: 65px;
  padding: 52px 0 69px;
  color: #fff;
  background-color: #0071bf; }
  #main .dispenser h2 {
    margin-bottom: 27px;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center; }
  #main .dispenser .text {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.3rem; }
  @media screen and (max-width: 896px) {
    #main .dispenser {
      margin-bottom: 67px;
      padding: 43px 0 42px; }
      #main .dispenser h2 {
        margin-bottom: 17px;
        font-size: 1.8rem;
        line-height: 1.33; }
      #main .dispenser .text {
        margin: 0 10px 40px;
        font-size: 1.6rem;
        line-height: 1.29; } }
  #main .dispenser .imgBox {
    display: flex;
    justify-content: space-between; }
    #main .dispenser .imgBox .photoBox {
      width: 358px; }
    #main .dispenser .imgBox .textBox {
      width: 602px; }
      #main .dispenser .imgBox .textBox ul li {
        margin-bottom: 23px;
        padding: 0 40px 17px 0;
        border-bottom: 1px solid #fff; }
        #main .dispenser .imgBox .textBox ul li:last-of-type {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
        #main .dispenser .imgBox .textBox ul li .ttl {
          margin-bottom: 12px; }
          #main .dispenser .imgBox .textBox ul li .ttl span {
            padding: 4px 5px 3px;
            width: 68px;
            display: inline-block;
            color: #0071bf;
            font-size: 1.4rem;
            font-weight: 700;
            line-height: 1.21;
            text-align: center;
            box-sizing: border-box;
            background-color: #fff;
            vertical-align: 0; }
          #main .dispenser .imgBox .textBox ul li .ttl strong {
            margin-left: 20px;
            font-size: 1.8rem;
            display: inline-block;
            width: calc(100% - 98px); }
    @media screen and (max-width: 896px) {
      #main .dispenser .imgBox {
        display: block; }
        #main .dispenser .imgBox .photoBox {
          margin-bottom: 37px;
          width: auto; }
          #main .dispenser .imgBox .photoBox img {
            width: 100%; }
        #main .dispenser .imgBox .textBox {
          width: auto; }
          #main .dispenser .imgBox .textBox ul li {
            margin-bottom: 23px;
            padding: 0 0 38px; }
            #main .dispenser .imgBox .textBox ul li:last-of-type {
              margin-bottom: 0;
              padding-bottom: 0;
              border-bottom: none; }
            #main .dispenser .imgBox .textBox ul li .ttl {
              margin-bottom: 2px; }
              #main .dispenser .imgBox .textBox ul li .ttl span {
                font-size: 1.4rem; }
            #main .dispenser .imgBox .textBox ul li p {
              font-size: 1.6rem;
              line-height: 1.73; } }
#main .flow {
  margin-bottom: 56px; }
  #main .flow h2 {
    margin-bottom: 29px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center; }
  #main .flow .text {
    margin-bottom: 20px;
    text-align: center; }
  @media screen and (max-width: 896px) {
    #main .flow {
      margin-bottom: 19px; }
      #main .flow h2 {
        margin-bottom: 17px;
        font-size: 2.2rem;
        line-height: 1.64; }
      #main .flow .text {
        margin-bottom: 32px;
        font-size: 1.6rem;
        line-height: 1.63; } }
  #main .flow .textList > li {
    padding: 23px 0 23px 100px;
    position: relative;
    background-color: #fff; }
    #main .flow .textList > li::before {
      width: 2px;
      height: 100%;
      position: absolute;
      left: 135px;
      top: 0;
      background-color: #0071bf;
      content: ''; }
    #main .flow .textList > li:first-of-type::before {
      height: 50%;
      top: auto;
      bottom: 0; }
    #main .flow .textList > li:last-of-type::before {
      height: 50%; }
    #main .flow .textList > li:nth-of-type(2n) {
      background-color: #E1EEF8; }
    #main .flow .textList > li dl {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      #main .flow .textList > li dl dt {
        width: 70px; }
      #main .flow .textList > li dl dd {
        /*width: 615px;*/
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #main .flow .textList > li dl dd .ttl {
          width: 140px;
          color: #0071bf;
          font-size: 2rem;
          font-weight: 700;
          line-height: 1;
          white-space: nowrap;
          margin: 0 30px; }
          #main .flow .textList > li dl dd .ttl small {
            margin-bottom: 7px;
            display: block;
            font-size: 1.4rem; }
        #main .flow .textList > li dl dd ul {
          /*width: 363px;*/ }
          #main .flow .textList > li dl dd ul li {
            /*padding-left: 1em;*/
            /*font-size: 1.4rem;*/
            font-weight: 300;
            line-height: 1.29;
            /*text-indent: -1em;*/ }
  @media screen and (max-width: 896px) {
    #main .flow .textList > li {
      margin: 0 -10px;
      padding: 25px 11px; }
      #main .flow .textList > li::before {
        left: 46px; }
      #main .flow .textList > li dl dt {
        width: 70px; }
      #main .flow .textList > li dl dd {
        width: calc(100% - 90px);
        display: block;
        margin-left: 10px; }
        #main .flow .textList > li dl dd .ttl {
          margin: 0 0 9px 0;
          width: auto; }
        #main .flow .textList > li dl dd ul {
          width: auto; }
          #main .flow .textList > li dl dd ul li {
            font-size: 1.6rem;
            font-weight: 300;
            line-height: 1.29; }
            #main .flow .textList > li dl dd ul li span {
              margin-left: -1em; } }
#main .performance {
  margin-bottom: 77px;
  padding: 47px 0 54px;
  background-color: #EBF3FA; }
  #main .performance h2 {
    margin-bottom: 20px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center; }
  #main .performance .text {
    margin-bottom: 40px;
    line-height: 1.5;
    text-align: center; }
    @media screen and (max-width: 896px) {
      #main .performance .text {
        font-size: 1.4rem; } }
  #main .performance .imgBox {
    display: flex;
    justify-content: space-between; }
    #main .performance .imgBox .photoBox {
      width: 388px; }
    #main .performance .imgBox .textBox {
      width: 582px; }
  @media screen and (max-width: 896px) {
    #main .performance {
      margin-bottom: 83px;
      padding: 24px 0 40px; }
      #main .performance h2 {
        margin-bottom: 7px;
        font-size: 2.4rem;
        line-height: 1.5; }
      #main .performance .text {
        margin-bottom: 39px;
        line-height: 1.73; }
      #main .performance .imgBox {
        display: block; }
        #main .performance .imgBox .photoBox {
          margin-bottom: 18px;
          width: auto; }
          #main .performance .imgBox .photoBox img {
            width: 100%; }
        #main .performance .imgBox .textBox {
          width: auto; }
          #main .performance .imgBox .textBox p {
            font-size: 1.4rem;
            line-height: 1.73; } }
#main .linkBox {
  margin-bottom: 72px; }
  #main .linkBox .linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #main .linkBox .linkList li {
      padding: 31px 38px 40px;
      width: 487px;
      box-sizing: border-box;
      background-color: #0071bf; }
      #main .linkBox .linkList li .pho {
        margin: 0 auto 25px;
        width: 300px;
        height: 174px; }
      #main .linkBox .linkList li .txtBox {
        color: #fff; }
        #main .linkBox .linkList li .txtBox .ttl {
          margin-bottom: 17px;
          padding-bottom: 13px;
          font-size: 2.4rem;
          font-weight: 700;
          line-height: 1.5;
          text-align: center;
          border-bottom: 1px solid #fff; }
        #main .linkBox .linkList li .txtBox p {
          margin-bottom: 42px;
          font-size: 1.4rem;
          line-height: 1.29; }
        #main .linkBox .linkList li .txtBox .comBtn {
          width: auto; }
          #main .linkBox .linkList li .txtBox .comBtn a {
            padding: 17px;
            font-size: 1.8rem; }
      #main .linkBox .linkList li.list01 {
        padding-top: 1px; }
        #main .linkBox .linkList li.list01 .pho {
          margin: -22px auto 14px;
          width: 379px;
          height: auto; }
        #main .linkBox .linkList li.list01 .txtBox .comBtn a span {
          background-image: url(../img/common/icon02.png);
          background-size: 30px auto; }
  @media screen and (max-width: 896px) {
    #main .linkBox {
      margin-bottom: 49px; }
      #main .linkBox .linkList {
        display: block; }
        #main .linkBox .linkList li {
          margin-bottom: 69px;
          padding: 27px 38px 40px;
          width: auto; }
          #main .linkBox .linkList li:last-of-type {
            margin-bottom: 0; }
          #main .linkBox .linkList li .pho {
            margin: 0 auto 25px;
            width: auto;
            height: auto; }
          #main .linkBox .linkList li .txtBox {
            color: #fff; }
            #main .linkBox .linkList li .txtBox .ttl {
              font-size: 1.8rem;
              line-height: 1.17; }
            #main .linkBox .linkList li .txtBox p {
              margin-bottom: 27px; }
            #main .linkBox .linkList li .txtBox .comBtn {
              width: auto;
              max-width: 450px; }
              #main .linkBox .linkList li .txtBox .comBtn a {
                padding: 20px;
                font-size: 1.4rem; }
          #main .linkBox .linkList li.list01 {
            padding-top: 1px;
            padding-bottom: 36px; }
            #main .linkBox .linkList li.list01 .pho {
              margin: -30px -15px 22px;
              width: auto;
              height: auto; }
            #main .linkBox .linkList li.list01 .txtBox .ttl {
              margin: 0 -5px 17px; }
            #main .linkBox .linkList li.list01 .txtBox .comBtn {
              margin: 0 auto; }
              #main .linkBox .linkList li.list01 .txtBox .comBtn a span {
                background-size: 23px auto; } }
#main .btmBox {
  padding: 71px 20px 61px;
  background-color: #EBF3FA; }
  #main .btmBox .comBtn {
    margin: 0 auto;
    width: 490px; }
    #main .btmBox .comBtn a {
      padding: 18px;
      color: #fff;
      font-size: 1.8rem;
      background-color: #0071bf; }
      #main .btmBox .comBtn a span {
        background-image: url(../img/common/icon06.png);
        background-size: 25px auto; }
  @media screen and (max-width: 896px) {
    #main .btmBox {
      padding: 52px 20px 50px; }
      #main .btmBox .comBtn {
        width: auto;
        max-width: 450px; }
        #main .btmBox .comBtn a {
          padding: 17px;
          font-size: 1.8rem; }
          #main .btmBox .comBtn a span {
            background-size: 25px auto; } }

/*20211025 お悩み部分追加*/
#main .conformal {
  padding-top: 40px;
  margin-bottom: 0; }
  #main .conformal h2 {
    margin-bottom: 30px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.4; }
#main .conformal__flex {
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px; }
  #main .conformal__flex img {
    margin-right: 50px;
    /*width: 36%;
    margin-top: 70px;*/ }
    @media screen and (max-width: 896px) {
      #main .conformal__flex img {
        margin-right: 0; } }
#main .conformal__textarea {
  margin-top: 30px;
  line-height: 1.9; }
#main .conformal__text {
  font-size: 1.8rem; }
  #main .conformal__text p {
    text-indent: -2.0em;
    padding-left: 1.5em;
    line-height: 1.5;
    margin-bottom: 10px; }
#main .conformal .conformal__text p::before {
  content: "";
  display: inline-block;
  position: relative;
  /*top: 3px;
  width: 1.5em;
  height: 1em;*/
  background: url(../img/index/conformal_check.png) no-repeat;
  /*background-size: contain;*/
  width: 36px;
  height: 24px; }

@media screen and (max-width: 896px) {
  #main .conformal {
    padding-top: 12px;
    padding-bottom: 20px; }
    #main .conformal h2 {
      margin-bottom: 25px;
      font-size: 2.2rem;
      line-height: 1.36;
      text-align: center; }
    #main .conformal img {
      display: none; }
  #main .conformal__textarea {
    font-size: 1.5rem; }
  #main .conformal__text {
    margin: 0 auto;
    display: table;
    font-size: 1.5rem;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.6); } }
@media all and (max-width: 374px) {
  #main .conformal h2 {
    font-size: 2rem; }

  #main .nordson h2 {
    font-size: 2rem; }

  #main .solution h2 {
    font-size: 2rem; }

  #main .solution .textUl li .imgBox .txtBox .ttl {
    font-size: 1.6rem; }

  #main .dispenser h2 {
    font-size: 1.6rem; }

  #main .flow .textList > li dl dd .ttl {
    font-size: 1.8rem; }

  #main .flow .textList > li dl dd ul li {
    font-size: 1.2rem; } }
/*211224*/
#gHeader .hBox .headerlogo {
  width: 161px; }

#main .mainVisual .inner .textBox h1 {
  margin-bottom: 7px;
  font-size: 4.8rem; }

@media screen and (max-width: 896px) {
  #gHeader .hBox .headerlogo {
    width: 123px;
    cursor: pointer; }

  #main .mainVisual .inner .textBox h1 {
    margin-bottom: 9px;
    font-size: 2.4rem;
    line-height: 1.3; } }
/*220107*/
#main .linkBox {
  padding: 56px 0 57px;
  background-color: rgba(0, 113, 191, 0.08);
  margin: 0; }

#main .linkBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center; }

#main .linkBox ul li {
  width: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  text-align: center;
  padding: 0; }

#main .linkBox ul li a {
  padding: 31px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0071bf; }

#main .linkBox ul li a:hover {
  opacity: 0.7; }

#main .linkBox ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#main .linkBox ul li a span.img {
  margin-right: 10px; }

.seminarList {
  display: flex;
  justify-content: center; }

.seminarList li {
  width: 40%; }

.seminarList li:first-child {
  margin-right: 20px; }

.seminarList li a {
  opacity: 1;
  display: block; }

.seminarList li a:hover {
  opacity: 0.7; }

.seminarBox {
  display: block;
  background: rgba(0, 113, 191, 0.08);
  padding: 30px 30px 86px 30px;
  color: #000;
  font-size: 14px;
  position: relative; }

.seminarBox h4 {
  color: #0071BF;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px; }

.seminarBox p {
  margin-bottom: 15px; }

.seminarimg {
  position: relative;
  width: 100%; }

.Streaming::before {
  content: '配信中';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 6px 10px;
  background: rgba(0, 113, 191, 0.8);
  color: #fff;
  font-size: 14px; }

.seminar-sub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px auto; }

.seminar-sub p {
  margin: 0; }

.seminar-sub span {
  color: #0071BF;
  border: #0071BF 1px solid;
  border-radius: 20px;
  line-height: 2;
  display: block;
  padding: 0 .5em;
  margin-right: 1rem; }

.seminar-btn {
  background-color: #0071BF;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  background-image: url(../img/index/btn_icon.png);
  background-repeat: no-repeat;
  background-position: top 50% right 1.5rem;
  position: absolute;
  width: 85%;
  bottom: 30px; }

@media screen and (max-width: 896px) {
  .seminarList {
    display: block; }

  .seminarList li {
    width: 100%;
    margin-bottom: 40px; }

  .seminarimg {
    width: 100%; } }
#main .btmBox {
  padding: 0;
  background-color: #fff;
  margin-bottom: 83px; }

@media screen and (max-width: 896px) {
  #main .btmBox {
    margin-bottom: 105px; } }
#main .btmBox h2 {
  margin-bottom: 29px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center; }

#main .btmBox .comTextBox {
  margin-bottom: 66px;
  padding: 38px 0 43px; }

.comTextBox {
  padding: 59px 0 50px;
  color: #fff;
  text-align: center;
  background-color: #0071bf; }

.comTextBox p {
  margin: 0 auto;
  width: 1000px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5; }

#main .btmBox .content.seminarcontent {
  margin-top: 100px; }

@media screen and (max-width: 896px) {
  #main .btmBox h2 {
    margin-bottom: 17px;
    font-size: 2.2rem;
    line-height: 1.64; }

  #main .btmBox .content.seminarcontent {
    padding-top: 0;
    margin-top: 0; }

  #main .performance {
    margin-bottom: 83px; } }
/*220127*/
#main .dispenser .imgBox .photoBox {
  width: 400px; }

#main .dispenser .imgBox .textBox {
  width: 560px; }

#main .dispenser .imgBox .textBox ul li {
  padding: 0 26px 17px 0; }

#main .dispenser .imgBox .textBox ul li:last-of-type {
  margin-bottom: 23px; }

.dispenser .comBtn {
  margin: 0 auto; }

.dispenser .comBtn a {
  padding: 13px 20px; }

.dispenser .comBtn a span {
  padding-left: 0;
  padding-right: 40px;
  background: url(../../../seminar/img/btn_icon02.png) no-repeat right center; }

@media screen and (max-width: 896px) {
  #main .dispenser .imgBox .photoBox {
    width: auto; }

  #main .dispenser .imgBox .textBox {
    width: auto; }

  .dispenser .comBtn a span {
    padding-right: 24px; } }
/*220221*/
#main .nordson p.text {
  margin-bottom: 40px;
  text-align: center; }

#main .solution .textBox p {
  width: 320px; }

#main .about_conformal-coating {
  margin-bottom: 77px;
  padding: 47px 0 54px;
  background-color: #0071bf;
  color: #fff; }
  #main .about_conformal-coating h2 {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center; }
  #main .about_conformal-coating .imgBox {
    display: flex;
    justify-content: space-between; }
    #main .about_conformal-coating .imgBox .photoBox {
      width: 388px; }
    #main .about_conformal-coating .imgBox .textBox {
      width: 582px; }
      #main .about_conformal-coating .imgBox .textBox strong {
        margin-bottom: 12px;
        font-size: 1.8rem; }

#main .seminar_section {
  padding: 0;
  background-color: #fff;
  margin-bottom: 83px; }
  @media screen and (max-width: 896px) {
    #main .seminar_section {
      padding: 40px 0 0 0;
      margin-bottom: 40px; } }

#main .seminar_section h2 {
  margin-bottom: 29px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center; }

#main .linkBox {
  padding: 0;
  background-color: #fff;
  margin-top: 72px;
  margin-bottom: 72px; }

#main .linkBox .linkList li.list01 {
  padding: 30px;
  display: flex;
  justify-content: space-around;
  width: 100%;
  box-sizing: border-box;
  background-color: #0071bf; }

#main .linkBox .linkList li.list01 .pho {
  width: 379px;
  height: auto;
  margin: 0; }

#main .linkBox .linkList li .txtBox {
  color: #fff;
  width: 385px; }

#main .linkBox .linkList li .txtBox .ttl {
  margin-bottom: 17px;
  padding-bottom: 13px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #fff; }

#main .linkBox .linkList li .txtBox .ttl span {
  font-size: 80%; }

#main .linkBox .linkList li .txtBox p {
  margin-bottom: 42px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left; }

#main .linkBox .linkList li .txtBox .comBtn {
  width: auto; }

#main .linkBox .linkList li .txtBox .comBtn a {
  padding: 17px;
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  background-color: #fff;
  color: #0071bf; }

#main .linkBox .linkList li .txtBox .comBtn a span {
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/common/icon04.png) no-repeat left center/28px auto; }

#main .btmBox {
  padding: 71px 20px 61px;
  background-color: #EBF3FA;
  margin-bottom: 0; }

@media screen and (max-width: 896px) {
  #main .solution .textBox p {
    width: 100%;
    text-align: left; }

  #main .performance {
    margin-bottom: 0; }

  #main .about_conformal-coating h2 {
    margin-bottom: 7px;
    font-size: 2.4rem;
    line-height: 1.5; }

  #main .about_conformal-coating .imgBox {
    display: block; }
    #main .about_conformal-coating .imgBox .photoBox {
      width: 100%;
      margin: 12px auto 0; }
    #main .about_conformal-coating .imgBox .textBox {
      width: 100%;
      font-size: 1.4rem;
      line-height: 1.73; }
      #main .about_conformal-coating .imgBox .textBox strong {
        display: block;
        margin: 12px auto 12px 0; }

  #main .seminar_section h2 {
    margin-bottom: 17px;
    font-size: 2.2rem;
    line-height: 1.64; } }
@media screen and (max-width: 896px) and (max-width: 896px) {
  #main .seminar_section p {
    font-size: 1.6rem; } }

@media screen and (max-width: 896px) {
  #main .linkBox .linkList li {
    margin-bottom: 69px; }

  #main .linkBox .linkList li.list01 {
    margin-bottom: 69px;
    padding-top: 1px;
    padding: 1px 38px 36px;
    width: auto;
    display: block; }

  #main .linkBox .linkList li.list01 .pho {
    margin: -30px -15px 22px;
    width: auto;
    height: auto; }

  #main .linkBox .linkList li .txtBox {
    width: 100%; }

  #main .linkBox .linkList li.list01 .txtBox .ttl {
    margin: 0 -5px 17px;
    font-size: 1.8rem;
    text-align: center; }

  #main .linkBox .linkList li .txtBox p {
    margin-bottom: 27px; }

  #main .btmBox {
    padding: 52px 20px 50px; } }
/*220316*/
#main .about_conformal-coating .imgBox .textBox .comBtn {
  width: 270px;
  margin-top: 1rem; }

#main .about_conformal-coating .imgBox .textBox .comBtn a {
  padding: 18px; }

#main .about_conformal-coating .imgBox .textBox .comBtn a span {
  padding-left: 0;
  padding-right: 40px;
  background: url(../../seminar/img/btn_icon02.png) no-repeat right center;
  font-size: 1.6rem; }

@media screen and (max-width: 896px) {
  #main .about_conformal-coating .imgBox .textBox .comBtn {
    width: 100%;
    margin-top: 2rem; } }
.nordson {
  background: #EBF3FA; }

#seminar .seminar-ttl {
  /*display: flex;
  justify-content: space-between;*/
  /*font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
  margin: 0 0 70px 0;
  color: #FFF;
  background: #0071bf;
  display: block;*/
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 30px 0;
  width: 100%;
  background: #0071bf;
  padding: 40px 0;
  font-weight: bold; }
  @media screen and (max-width: 896px) {
    #seminar .seminar-ttl {
      font-size: 20px;
      padding: 20px;
      margin: 0 30px 30px 0;
      box-sizing: border-box; } }
  #seminar .seminar-ttl span {
    display: block;
    /*font-size: 20px;*/ }

/*.btm-seminar {
	background: none !important;
	padding: 0 !important;
	@include sp {
		margin: 0 20px;
	}
	a {
		color: #0071bf !important;
		border: 1px solid #0071bf !important;
		background: #FFF !important;
		span {
			background: url(../img/common/icon04.png) no-repeat left center/28px auto !important;
		}
		&:hover {
			color: #FFF !important;
			background: #0071bf !important;
			span {
				background: url(../img/common/icon01.png) no-repeat left center/28px auto !important;
			}
		}
	}
}*/
.movie {
  margin: 80px 0; }
  .movie h2 {
    margin-bottom: 60px;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    color: #0071bf; }
    @media screen and (max-width: 896px) {
      .movie h2 {
        margin-right: 20px;
        margin-left: 20px; } }
  .movie .content {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 896px) {
      .movie .content {
        display: block; } }
    .movie .content .movieItem {
      max-width: 490px; }
      @media screen and (max-width: 896px) {
        .movie .content .movieItem {
          width: 100%;
          font-size: 1.6rem; } }
      @media screen and (max-width: 896px) {
        .movie .content .movieItem:nth-child(2) {
          margin-top: 50px; } }
      .movie .content .movieItem h3 {
        color: #0071bf;
        font-size: 23px;
        font-weight: bold;
        text-align: center; }
      .movie .content .movieItem video {
        max-width: 100%;
        width: 100%;
        margin: 20px 0; }

.secList {
  margin-top: 1em; }
  .secList dt {
    font-weight: bold;
    /*color: #0071bf;*/ }
    @media screen and (max-width: 896px) {
      .secList dt {
        font-size: 1.6rem; } }
  .secList dd {
    margin-top: 5px; }
    @media screen and (max-width: 896px) {
      .secList dd {
        font-size: 1.6rem; } }
    .secList dd span {
      display: inline-block;
      margin-right: 15px;
      position: relative;
      color: #FFF;
      background: #BC280C;
      min-width: 80px;
      text-align: center;
      font-size: 14px;
      padding: 2px 0; }
      .secList dd span:before {
        position: absolute;
        content: "";
        right: -5px;
        top: calc(50% - 5px);
        border-top: 5px solid transparent;
        border-left: 5px solid #BC280C;
        border-bottom: 5px solid transparent; }

/*220519*/
.bnr {
  margin-bottom: 72px; }

.bnr a:hover {
  opacity: .7; }

.seminar-bnr {
  margin: 72px auto 0;
  text-align: center; }
  .seminar-bnr .comBtn {
    width: inherit;
    display: inline-block; }
    .seminar-bnr .comBtn a {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      text-align: left;
      border: 2px solid #0071bf; }
      @media screen and (max-width: 896px) {
        .seminar-bnr .comBtn a {
          padding: 15px; } }
      .seminar-bnr .comBtn a span {
        padding: 0 !important;
        background: none !important;
        font-size: 2rem;
        display: flex;
        flex-flow: column;
        height: 100%;
        width: 67%; }
        @media screen and (max-width: 896px) {
          .seminar-bnr .comBtn a span {
            width: 100%; } }
        .seminar-bnr .comBtn a span time {
          font-size: 1.4rem;
          margin: 15px 0; }
        .seminar-bnr .comBtn a span strong {
          font-size: 1.2rem;
          color: #FFF;
          background: #0071bf;
          margin: auto 0 0;
          padding: 5px 10px;
          display: flex;
          justify-content: space-between;
          width: 110px; }
          @media screen and (max-width: 896px) {
            .seminar-bnr .comBtn a span strong {
              margin: 10px auto;
              width: 50%;
              justify-content: center; } }
          .seminar-bnr .comBtn a span strong:after {
            content: ">"; }
      .seminar-bnr .comBtn a .img {
        width: 30%; }
        @media screen and (max-width: 896px) {
          .seminar-bnr .comBtn a .img {
            width: 100%;
            margin-left: 0;
            margin-bottom: 20px; } }

/*220523*/
.contact_Btn {
  margin: 0 auto 70px;
  width: 490px; }

.contact_Btn a {
  padding: 18px;
  color: #fff;
  font-size: 1.8rem;
  background-color: #0071bf;
  display: block;
  font-weight: 700;
  text-align: center; }

.contact_Btn a span {
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/common/icon06.png) no-repeat left center/28px auto;
  background-size: 25px auto; }

.contact_Btn a:hover {
  opacity: 0.7; }

@media screen and (max-width: 896px) {
  .contact_Btn {
    width: 90%; } }
#main .nordson h2 {
  margin-bottom: 0; }

#main .nordson .contact_Btn {
  width: 100%;
  margin: 0 0 79px;
  padding: 0 0 70px;
  background: #0071bf; }

#main .nordson .contact_Btn a {
  padding: 18px;
  color: #0071bf;
  font-size: 1.8rem;
  background-color: #fff;
  display: block;
  font-weight: 700;
  text-align: center;
  width: 490px;
  margin: 0 auto; }

#main .nordson .contact_Btn a span {
  background: url(../img/common/icon03.png) no-repeat left center/28px auto; }

#main .nordson {
  background: linear-gradient(#0071bf 25%, #EBF3FA 25%); }

@media screen and (max-width: 896px) {
  #main .nordson .contact_Btn a {
    width: 80%; }

  #main .nordson {
    background: linear-gradient(#0071bf 15%, #EBF3FA 15%); } }
#main .linkBox .linkList li {
  align-items: center; }

#main .conformal {
  padding-bottom: 40px; }

#main .conformal__flex {
  margin-bottom: 40px; }

@media screen and (max-width: 896px) {
  #main .conformal p.text {
    font-size: 1.6rem; } }
/*220725*/
#main .solution_link {
  background: #ecf4fa;
  padding: 60px 0; }

#main .solution_link .content {
  margin: 0 auto;
  width: 1260px; }

#main .solution_link .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

#main .solution_link .block {
  width: 48%;
  display: flex; }

#main .solution_link .block a {
  display: flex;
  padding: 0 0 30px;
  background: #fff;
  flex-flow: column; }

#main .solution_link .block a .cate {
  background: #0071bf;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px; }

#main .solution_link .block a .flex {
  display: flex;
  padding: 0 30px;
  height: 100%; }

#main .solution_link .block a .img {
  width: 35%;
  display: flex;
  align-items: center; }

#main .solution_link .block a .txt {
  padding-left: 20px;
  display: flex;
  flex-flow: column;
  width: 65%;
  box-sizing: border-box; }

#main .solution_link .block a .txt .cate {
  border: 1px solid;
  display: inline;
  width: auto;
  margin: 0 auto 10px 0;
  border-radius: 30px;
  padding: 0 20px; }

#main .solution_link .block a .txt h4 {
  font-size: 2rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  height: 100%; }

#main .solution_link .block a .txt p {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #000; }

#main .solution_link .block a .txt .btn {
  font-size: 1.4rem;
  background: #0071bf;
  color: #fff;
  margin-top: auto;
  padding: 8px 0;
  text-align: center;
  background-image: url(https://nordson-web.jp/battery/img/index/btn_icon.png);
  background-repeat: no-repeat;
  background-position: top 50% right 1.5rem; }

#main .solution_link .block a:hover {
  opacity: .8; }

@media screen and (max-width: 896px) {
  #main .solution_link .content {
    margin: 0 20px; }

  #main .solution_link .block {
    width: 100%;
    margin-top: 20px; }

  #main .solution_link .block:first-child {
    margin-top: 0; }

  #main .solution_link .block a .img {
    width: 100%;
    justify-content: center; }

  #main .solution_link .block a .txt {
    width: 100%;
    padding: 10px 0 0 0; }

  #main .solution_link img {
    display: block; } }



