@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;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  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.4rem;
  line-height: 1.72;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  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 {
  text-align: left;
}
@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;
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0071bf;
}
#gHeader .hBox #gNavi ul li a .icon {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
    -webkit-box-sizing: border-box;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#gFooter .fNavi li {
  margin: 0 13px;
  width: 303px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gFooter .fNavi li a {
  padding: 13px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 0 6px;
  width: 700px;
  font-size: 5.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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.9rem !important;
}
@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.4rem;
    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;
	font-size: 1.6rem !important;
  }
  #main .mainVisual .inner .textBox p br {
  	display: none;
  }
  #main .mainVisual .inner .textBox .comBtn {
    margin: 0;
  }
}
#main .mainVisual .photoBox {
  width: calc(50% + 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: -78px;
    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 .conformal {
  padding-top: 63px;
  margin-bottom: 72px;
}
#main .conformal h2 {
  margin-bottom: 46px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
}
#main .conformal .textImg {
  text-align: right;
}
#main .conformal .textImg img {
  width: 969px;
}
@media screen and (max-width: 896px) {
  #main .conformal {
    padding-top: 45px;
    margin-bottom: 43px;
  }
  #main .conformal h2 {
    margin-bottom: 25px;
    font-size: 2.2rem;
    line-height: 1.36;
  }
  #main .conformal .textImg {
    margin: 0 -15px;
    text-align: center;
  }
  #main .conformal .textImg img {
    width: 100%;
    max-width: 355px;
  }
}
#main .nordson {
  margin-bottom: 86px;
}
#main .nordson h2 {
  margin-bottom: 79px;
  padding: 48px 20px 49px;
  position: relative;
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  background-color: #0071bf;
}
@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 .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main .nordson .textList li .imgBox .pho {
  width: 320px;
}
#main .nordson .textList li .imgBox .txtBox {
  padding-right: 10px;
  width: 655px;
  -webkit-box-sizing: border-box;
  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;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main .solution .textBox01::after {
  width: 320px;
  content: '';
}
#main .solution .textBox01 .subBox {
  width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main .solution .textBox01 .txtBox01 {
  padding: 16px 15px 21px 21px;
  width: 320px;
  color: #fff;
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}
@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.4rem;
    line-height: 1.29;
  }
}
#main .dispenser .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
  -webkit-box-sizing: border-box;
  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.4rem;
    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.4rem;
    line-height: 1.73;
  }
}
#main .flow .textList > li {
  padding: 23px 137px;
  position: relative;
  background-color: #fff;
}
#main .flow .textList > li::before {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 172px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main .flow .textList > li dl dt {
  width: 70px;
}
#main .flow .textList > li dl dd {
  width: 615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main .flow .textList > li dl dd .ttl {
  width: 200px;
  color: #0071bf;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
#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;
  }
  #main .flow .textList > li dl dd .ttl {
    margin-bottom: 9px;
    width: auto;
  }
  #main .flow .textList > li dl dd ul {
    width: auto;
  }
  #main .flow .textList > li dl dd ul li {
    font-size: 1.4rem;
    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;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
#main .performance .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
    font-size: 1.4rem;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main .linkBox .linkList li {
  padding: 31px 38px 40px;
  width: 487px;
  -webkit-box-sizing: border-box;
  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: left;
  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;
  }
}
@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;
  }
  #main .Solvent-removal h2 {
    font-size: 2rem;
  }
}
/*-------------210726-----------------*/
#main .conformal h2 {
    margin-bottom: 40px;
}

#main .conformal .sub-ttl {
	    font-size: 1.8rem;
    text-align: center;
	margin-bottom: 48px;
}

#main .conformal .textImg img {
	margin-bottom: 35px;
}

#main .conformal .note {
	font-size: 1.2rem;
	text-align: right;
}


#main .comBtn.top {
	position: relative;
}
#main .comBtn.top .circle {
	position: absolute;
    display: table;
    background-color: #ffdc64;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    right: -124px;
    top: calc(50% - 70px);
    color: #0071bf;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
}

#main .comBtn.top .circle p {
	margin: 0;
	vertical-align: middle;
	display: table-cell;
}

#main .comBtn.top .circle span.big {
	font-size: 2.4rem;
	background: none;
	padding-left: 0;
	vertical-align: baseline;
}

#main .comBtn.top .circle span.week {
	background: none;
    padding-left: 0;
    vertical-align: baseline;
}

#main .conformal .sub-ttl span.bb-yellow {
	border-bottom: 4px solid #ffdc64;
}

.voc-desc {
  background-color: #ebf3fa;
  padding: 40px 0;
  text-align: center;
}
#main .Solvent-removal {
  margin-bottom: 90px;
}
#main .Solvent-removal h2 {
  padding: 48px 20px 49px;
  position: relative;
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  background-color: #0071bf;
}
#main .Solvent-removal .bg {
  height: 360px;
  width: 100%;
}
#main .Solvent-removal .bg img {
  object-fit: cover;
  width: 100%;
  max-height: 360px;
}
#main .Solvent-removal .content-box {
  margin-top: 0px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  position: relative;
  padding: 50px 60px 0 60px;
}
#main .Solvent-removal .content-box h3 {
  font-size: 3.0rem;
  text-align: center;
  color: #0071BF;
  margin-bottom: 40px;
}

#main .Solvent-removal .content-box .conect {
	 font-size: 2.8rem;
    text-align: center;
    color: #0071BF;
    font-weight: bold;
}
#main .Solvent-removal .flex {
  display: flex;
}
#main .Solvent-removal .flex.Solvent-removal-item {
  justify-content: space-between;
}
#main .Solvent-removal .Solvent-removal-item-wrap {
  margin-bottom: 0px;
}
#main .Solvent-removal .Solvent-removal-item:not(:last-child) {
  margin-bottom: 30px;
}
#main .Solvent-removal .Solvent-removal-item .txt-wrap {
  width: 600px;
}
#main .Solvent-removal .Solvent-removal-item .txt-wrap h4 {
  font-size: 1.8rem;
  color: #0071BF;
  border-bottom: 1px solid #0071BF;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
#main .Solvent-removal .Solvent-removal-item .txt-wrap .flex {
  justify-content: space-between;
}
#main .Solvent-removal .Solvent-removal-item .txt-wrap .flex .merit {
  width: 45%;
}
#main .Solvent-removal .Solvent-removal-item .txt-wrap .flex .demerit {
  width: 45%;
}
#main .Solvent-removal .Solvent-removal-item .txt-wrap .merit p, #main .Solvent-removal .Solvent-removal-item .txt-wrap .demerit p {
  border-radius: 33px;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  padding: 2px 24px;
  margin-bottom: 10px;
}
#main .Solvent-removal .Solvent-removal-item .txt-wrap .merit p {
  background-color: #ffdc64;
  color: #000;
}
#main .Solvent-removal .Solvent-removal-item .txt-wrap .demerit p {
  background-color: #666666;
  color: #fff;
}
#main .Solvent-removal .Solvent-removal-item .txt-wrap ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#main .Solvent-removal .content-box .sub-ttl {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
#main .Solvent-removal .content-box .hotmelt .item-img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: -25px;
}

#main .Solvent-removal .content-box .hotmelt .txt-wrap.flex {
  justify-content: space-between;
}

#main .Solvent-removal .content-box .hotmelt .txt-wrap.flex.left {
	justify-content: left;
}
#main .Solvent-removal .content-box .hotmelt .txt-wrap p {
  width: 30%;
}
#main .Solvent-removal .content-box .hotmelt .txt-wrap p:nth-child(2) {
  margin-top: -20px;
	margin-left: 70px;
}
#main .Solvent-removal .content-box .hotmelt .txt-wrap p:nth-child(3) {
  margin-top: -40px;
  color: #0071BF;
}
#main .hotmelt-merit h2 {
  padding: 45px 20px 44px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  background-color: #0071bf;
}
#main .hotmelt-merit .merit-item {
  padding: 45px 0 80px;
}
#main .hotmelt-merit .merit-item.bg-img {
  width: 100%;
  background: url("../img/index/merit2-bg.jpg") center center / cover no-repeat;
}
#main .hotmelt-merit .merit-item .main-ttl {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  color: #0071BF;
}
#main .hotmelt-merit .merit-item .sub-ttl {
  font-size: 1.8rem;
  text-align: center;
}
#main .hotmelt-merit .merit-item .sub-ttl span.bb-yellow {
  border-bottom: 4px solid #ffdc64;
}
#main .hotmelt-merit .merit-item .note {
  text-align: right;
  font-size: 1.2rem;
}
#main .hotmelt-merit .merit-item .note:not(:last-child) {
  margin-top: 10px;
}
#main .hotmelt-merit table {
  width: 100%;
  text-align: center;
  border-spacing: 10px 5px;
  vertical-align: middle;
  font-size: 1.8rem;
  margin-top: 10px;
}
#main .hotmelt-merit table tr, #main .hotmelt-merit table td {
  background-color: #0071bf;
  padding: 10px;
	color: #fff;
}

#main .hotmelt-merit table .big td {
	padding: 20px 0;
	border: 2px solid #0071bf;
    box-shadow: 2px 2px 4px grey;
	font-size: 2.0rem;
}

#main .hotmelt-merit table .big td:nth-child(1),
#main .hotmelt-merit table .big td:nth-child(2) {
    border: 2px solid #fff;
}

#main .hotmelt-merit table .main {
  color: #fff !important;
  font-size: 2.0rem;
}
#main .hotmelt-merit table .main.bg-gray {
  background-color: #999999;
}
#main .hotmelt-merit table .main.bg-blue {
  background-color: #0071BF;
}
#main .hotmelt-merit table .big {
  font-size: 2.4rem;
}
#main .hotmelt-merit table td:nth-child(3) {
  background-color: #cce2f2;
  color: #0071BF;
}
#main .hotmelt-merit .function {
  margin-top: 45px;
  padding-top: 25px;
  border-top: 1px solid #0071bf;
}
#main .hotmelt-merit .function .flex {
  display: flex;
  justify-content: space-between;
}
#main .hotmelt-merit .function .txt-wrap {
 /* background-color: #cbe2f2;*/
  color: #000;
  width: 100%;
  padding: 18px;
  position: relative;
	box-sizing: border-box;
	border: 1px solid #0071bf;
}
#main .hotmelt-merit .function .txt-wrap::before {
  content: none;
  position: absolute;
  top: calc(50% - 62px);
  left: 100%;
  /* margin-top: -37px; */
  border: 53px solid transparent;
  border-left: 38px solid #cbe2f2;
}
#main .hotmelt-merit .function .txt-wrap .main-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}
#main .hotmelt-merit .function .txt-wrap .sub-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
#main .hotmelt-merit .function .txt-wrap .txt-desc {
  text-align: left;
  padding: 0 25px;
  margin: 15px 0;
  font-size: 1.5rem;
}
#main .hotmelt-merit .function .content-wrap {
        width: 57%;
    text-align: center;
    background: #cbe2f2;
    padding: 10px;
    box-sizing: border-box;
}
#main .hotmelt-merit .function .content-wrap .content-top {
  padding: 8px;
  position: relative;
}
#main .hotmelt-merit .function .content-wrap .content-top::before {
  content: none;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #0071bf;
  z-index: 2;
}
#main .hotmelt-merit .function .content-wrap .content-top::after {
  content: none;
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #0071bf;
  z-index: 1;
}
#main .hotmelt-merit .function .content-wrap .content-top p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0071BF;
}
#main .hotmelt-merit .function .content-wrap ul.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .hotmelt-merit .function .content-wrap ul li {
  width: 49%;
    background-color: #f0f5f8;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 5px 0;
    margin: 0.5% 0.5%;
    color: #000;
}

#main .hotmelt-merit .technology {
	margin-top: 35px;
}

#main .hotmelt-merit .technology.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#main .hotmelt-merit .technology.flex .txt-wrap {
	width: 530px;
}

#main .hotmelt-merit .technology .txt-wrap h4 {
	font-size: 2.0rem;
    font-weight: bold;
    color: #0071BF;
    padding-bottom: 1rem;
    border-bottom: 1px solid #0071bf;
    margin-bottom: 1rem;
}
#main .hotmelt-merit .technology.flex .img-wrap {
	
}

#main .global {
    margin-bottom: 90px;
}

#main .global h2 {
    padding: 48px 20px 49px;
    position: relative;
    color: #fff;
    font-size: 3rem;
    line-height: 1.4;
    text-align: center;
    background-color: #0071bf;
}

#main .global .global-item-wrap {
	margin-top: 80px;
}

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

#main .global .global-item-wrap .global-item {
	width: 282px;
	text-align: center;
}

#main .global .global-item-wrap .global-item h4 {
	font-size: 1.8rem;
	color: #0071bf;
	margin-bottom: 10px;
}

#main .global .global-item-wrap .global-item img {
	margin-bottom: 10px;
}
#main .global .global-item-wrap .global-item p {
	text-align: left;
}

#main .hotmelt-product {
}

#main .hotmelt-product h2 {
    padding: 48px 20px 49px;
    position: relative;
    color: #fff;
    font-size: 3rem;
    line-height: 1.4;
    text-align: center;
    background-color: #0071bf;
}

#main .hotmelt-product .hotmelt-product-item-wrap {
    margin-top: 80px;
}

#main .hotmelt-product .hotmelt-product-item-wrap.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .hotmelt-product .hotmelt-product-item-wrap .hotmelt-product-item {
	width: 320px;
	text-align: center;
	margin-bottom: 30px
}

#main .hotmelt-product .hotmelt-product-item-wrap .hotmelt-product-item img {
	margin-bottom: 10px;
}

#main .mainVisual .photoBox::before {
	content: none;
}

@media screen and (max-width: 896px) {
  #main .Solvent-removal {
    margin-bottom: 65px;
  }
  #main .Solvent-removal h2 {
    padding: 25px 10px 32px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 896px) {
	#main .Solvent-removal .content-box {
		margin-top: 0px;
		padding: 50px 8px 0 8px;
	}
	
	#main .Solvent-removal .bg img {
    min-height: 360px;
}
	
	#main .Solvent-removal .flex {
     display: block; 
}
	#main .Solvent-removal .Solvent-removal-item .txt-wrap .flex {
    justify-content: space-between;
    display: flex;
}
	
	#main .Solvent-removal .Solvent-removal-item .img-wrap {
		text-align: center;
    margin-bottom: 6%;
	}
	
	#main .Solvent-removal .content-box .hotmelt .txt-wrap p {
    width: 100%;
		margin-bottom: 3%;
}
	
		#main .Solvent-removal .content-box .hotmelt .txt-wrap p:first-child {
    margin-top: 5%;
}
	
	#main .Solvent-removal .content-box .hotmelt .txt-wrap p:nth-child(2) {
    margin-top: 0px;
		margin-left: 0;
}
	
	#main .Solvent-removal .content-box .hotmelt .txt-wrap p:nth-child(3) {
    margin-top: 0px;
}
	
	#main .hotmelt-merit .function .flex {
     display: block; 
}
	
	#main .hotmelt-merit .function .txt-wrap {
    width: 100%;
    padding-bottom: 18px;
		margin-bottom: 5%;
}
	
	#main .hotmelt-merit .function .txt-wrap::before {
    content: none;
}
	
	#main .hotmelt-merit .function .content-wrap {
    width: 100%;
}
	
	#main .hotmelt-merit .function .content-wrap ul.flex {
    display: flex;
}
	
	#main .hotmelt-merit .function .content-wrap ul li {
    width: 49%;
    padding: 15px 0;
    margin: 1% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
	
	#main .hotmelt-merit .technology.flex {
     display: block; 
}
	
	#main .hotmelt-merit .technology.flex .txt-wrap {
    width: 100%;
		margin-top: 35px;
}
	
	#main .Solvent-removal .Solvent-removal-item .txt-wrap {
    width: 100%;
}
	
	#main .global .global-item-wrap.flex {
     display: block; 
}
	
	#main .global .global-item-wrap .global-item {
    width: 100%;
		margin-bottom: 5%;
}
	
	#main .hotmelt-product .hotmelt-product-item-wrap .hotmelt-product-item {
    width: 100%;
}
	#main .mainVisual .inner .textBox .title {
		font-size: 3.6rem;
	}
	
	#main .comBtn.top .circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    right: -121px;
    top: calc(50% - 65px);
    font-size: 1.6rem;
}
	
	#main .mainVisual .photoBox {
		margin-top: 0;
		width: auto;
		height: 100%;
		position: absolute;
	}
}


#main .conformal .textImg.new {
    text-align: center;
} 

#main .conformal .textImg.new img {
	width: auto;
}

#main .circle.bottom p {
    margin: 0;
    vertical-align: middle;
    display: table-cell;
	text-align: center;
}

#main .circle.bottom {
    display: table;
    background-color: #ffdc64;
    width: 100%;
    height: auto;
    border-radius: 4px;
    color: #0071bf;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto 10px;
    padding: 10px 0;
    position: relative;
}

#main .circle.bottom:after {
content: '';
position:absolute;
bottom: -10px;
left:calc(50% - 10px);
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #ffdb64 transparent transparent transparent;
}

@media screen and (min-width: 896px) {
	#main .mainVisual .photoBox.new {
		width: 100%;
		height: 100%; 
		position: absolute;
		right: 0%;
		top: 0;
		overflow: hidden;
}
	
}

#main .btmBox .introduction {
	text-align: center;
    margin-bottom: 60px;
    font-size: 1.5rem;
    font-weight: 700;
}

.txt-c {
	text-align: center;
}

.down_arrow {
	    margin: 20px 0;
    margin-top: -81px;
    z-index: -999;
    position: relative;
}

.down_arrow.new {
    position: absolute;
    left: calc(50% - 44px);
    top: 0;
    z-index: -999;
    margin-top: 15px;
}

.evolution-wrap p {
    text-align: center;
    display: inline-block;
    width: 60%;
    margin: 0 auto;
    padding: 39px 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#0273c2 ), to(#47b4ff ));
    background-image: -webkit-linear-gradient(left, #0273c2 0%, #47b4ff 100%);
    background-image: linear-gradient(to right, #0273c2 0%, #47b4ff 100%);
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
}

.evolution-wrap .img-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.bb-yellow {
	border-bottom: 4px solid #ffdc64;
}

.reference {
    background: #ebf7ff;
    padding: 20px 40px;
    margin-bottom: 20px;
	box-shadow: 0 0 15px rgb(0 0 51 / 15%);
}

.reference .reference-img {
    width: 168px;
}

#main .Solvent-removal .content-box .reference h3 {
    font-size: 2.0rem;
    text-align: left;
    margin-bottom: 5px;
}

.case-flex {
	display: flex;
    justify-content: space-between;
	margin-top: 25px;
}

.case-flex .img-wrap {
    width: 45%;
    padding-right: 10px;
}

@media screen and (max-width: 896px) {
	.evolution-wrap p {
    width: 95%;
}
	.case-flex {
     display: block; 
}
	
	.case-flex .img-wrap {
    width: 100%;
    padding-right: 0px;
		margin-bottom: 15px;
}
	
	.only-pc {
	display: none!important;
}
}
/*20210916*/
@media screen and (min-width: 897px) {
.comBtn.comBtn02 {
    width: 320px;
	}
}

#main .btmBox .comBtn.comBtn02 a span {
    background-image: url(../img/common/icon01.png);
}

/*211224*/
#gHeader .hBox .headerlogo{
	width: 161px;
}
#main .mainVisual .inner .textBox h1{
	margin-bottom: 7px;
        font-size: 4.8rem; 
}
#main .mainVisual .inner .textBox .title{
	    width: 520px;
}
@media screen and (max-width: 896px) {
	#gHeader .hBox .headerlogo{
          width: 123px;
          cursor: pointer; } 
	#main .mainVisual .inner .textBox h1{
		margin-bottom: 9px;
    font-size: 3rem;
    line-height: 1.3;
	}
	#main .mainVisual .inner .textBox .title{
		width: 100%;
	}
}

/*220221*/

.seminarList{
	display: flex;
	justify-content: space-between;
}
.seminarList li{
	width: 32%;
}
.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: 20px 20px 76px 20px;
	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;
}
.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: 88%;
	bottom: 20px;
}

@media screen and (max-width: 896px){
	.seminarList{
		display: block;
	}
	.seminarList li{
	width: 100%;
		margin-bottom: 40px;
}
}
#main .seminar_section{
	padding: 120px 0 0 0;
    background-color: #fff;
    margin-bottom: 83px;
}
#main .seminar_section h2 {
    margin-bottom: 29px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
}
#main .seminar_section .comTextBox{
	margin-bottom: 66px;
    padding: 38px 0 43px;
	color: #fff;
    text-align: center;
    background-color: #0071bf;
}
#main .seminar_section .comTextBox p {
  font-size: 3rem;
  line-height: 1.6;
}
#main .seminar_section .comTextBox p span {
  margin: 0 auto 9px;
  width: 33px;
  display: block;
}
#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: 410px;
}
#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;
}
#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/icon02.png) no-repeat left center/28px auto;
}
#main .btmBox {
    padding: 71px 20px 61px;
    background-color: #EBF3FA;
	margin-bottom: 0;
}
#main .btmBox .comBtn {
    margin: 0 auto;
    width: 490px;
}
#main .btmBox .comBtn a {
    padding: 18px;
    color: #fff;
    font-size: 1.8rem;
    background-color: #0071bf;
	display: block;
    font-weight: 700;
	text-align: center;
}
#main .btmBox .comBtn 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;
}

@media screen and (max-width: 896px) {
	
	#main .seminar_section h2 {
    margin-bottom: 17px;
    font-size: 2.2rem;
    line-height: 1.64;
}
 #main .seminar_section .comTextBox {
    margin-bottom: 33px;
    padding: 32px 20px 32px;
  }
  #main .seminar_section .comTextBox p {
    font-size: 1.8rem;
    line-height: 1.78;
  }	

#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;
}
	#main .btmBox .comBtn {
    width: auto;
    max-width: 450px;
}
}

/*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 .global{
	margin-bottom: 0;
}

/*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;
}
}

section#movie {
    padding: 0 0 90px;
}


#seminar .seminar_item_wrap .seminar_item {
  background: #FFF;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 896px) {
    #seminar .seminar_item_wrap .seminar_item {
      display: block; } }
  #seminar .seminar_item_wrap .seminar_item .img_box img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  #seminar .seminar_item_wrap .seminar_item .txt_box {
    flex: 1;
    margin-left: 30px; }
    @media screen and (max-width: 896px) {
      #seminar .seminar_item_wrap .seminar_item .txt_box {
        margin-left: 0; } }
    #seminar .seminar_item_wrap .seminar_item .txt_box .rabel p {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      #seminar .seminar_item_wrap .seminar_item .txt_box .rabel p span {
        display: inline-block;
        color: #0071bf;
        border: 1px solid #0071bf;
        padding: 0 10px;
        margin-right: 15px;
        font-weight: bold; }
    #seminar .seminar_item_wrap .seminar_item .txt_box h4 {
      font-size: 2.2rem;
      color: #0071bf;
      font-weight: bold;
      margin: 10px 0; }
      @media screen and (max-width: 896px) {
        #seminar .seminar_item_wrap .seminar_item .txt_box h4 br {
          display: none; } }
    #seminar .seminar_item_wrap .seminar_item .txt_box .btn {
      margin-top: 30px;
      display: block;
      text-align: right; }
      #seminar .seminar_item_wrap .seminar_item .txt_box .btn a {
        background: #0071bf;
        color: #FFF;
        display: inline-block;
        width: 280px;
        padding: 10px;
        text-align: center;
        transition: .3s; }
        @media screen and (max-width: 896px) {
          #seminar .seminar_item_wrap .seminar_item .txt_box .btn a {
            width: 100%;
            box-sizing: border-box; } }
        #seminar .seminar_item_wrap .seminar_item .txt_box .btn a:hover {
          opacity: 0.7; }
#seminar .seminar_item_wrap .seminar_item .img_box{
    max-width: 320px;
}
@media screen and (max-width: 896px) {
#seminar .seminar_item_wrap .seminar_item .img_box{
    margin-bottom: 20px;
    max-width: 100%;
}
}

.bk_lightblue {
  background: #EBF3FA!important; }