<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
#materials .dietArea .dietInfo dd.fArea {
  *zoom: 1;
}

#materials .dietArea .dietInfo dd.fArea:after {
  content: " ";
  clear: both;
  display: block;
}

#index h2 {
  font-size: 175%;
  font-weight: 700;
  line-height: 120%;
}

#index h2 span {
  font-size: 65%;
  font-weight: 600;
  display: block;
}

#company .h204 {
  position: relative;
}

#company .h204:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 582px;
  width: 582px;
  position: absolute;
  top: 120px;
  left: 0px;
}

#company .h204:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 402px;
  width: 402px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: scale(-1, -1);
}

/************** index **************/
#index .mainVisual {
  margin: 0 auto 60px;
  overflow: hidden;
  position: relative;
}

#index .mainVisual:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 12px;
  width: 20px;
  background-image: url(img/index/scroll.png);
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 5;
}

#index .mainVisual:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 535px;
  width: 535px;
  background-image: url(img/index/inqBg.png);
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 5;
}

#index .mainVisual .mv {
  width: 100%;
  height: 100% !important;
}

#index .mainVisual .mv .slick-list li {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

#index .mainVisual .mv .slick-list li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
  max-width: none;
  max-height: 100%;
}

#index .mainVisual .mv .slick-list li img.mainVisual01 {
  top: 10%;
  left: 10%;
  transform: translateX(-10%) translateY(-10%);
}

@media screen and (max-device-width: 1170px) {
  #index .mainVisual .mv .slick-list li {
    height: auto;
    width: 100vw;
    position: relative;
    overflow: hidden;
  }
  #index .mainVisual .mv .slick-list li img {
    position: static;
    top: 0%;
    left: 0%;
    transform: translateX(0%) translateY(0%);
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
    max-width: none;
    max-height: none;
  }
  #index .mainVisual .mv .slick-list li img.mainVisual01 {
    top: 0%;
    left: 0%;
    transform: translateX(0%) translateY(0%);
  }
}

#index .mainVisual .mv .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
}

#index .mainVisual .mv .slick-dots li {
  margin: 0 5px;
}

#index .mainVisual .mv .slick-dots li button {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: none;
  padding: 0;
}

#index .mainVisual .mv .slick-dots li.slick-active button {
  background-color: #09a0d2;
}

#index .mainVisual h1 {
  color: #fff;
  font-size: 262%;
  font-weight: 700;
  position: absolute;
  top: 40%;
  left: 120px;
}

#index .mainVisual h1 span {
  display: block;
  font-size: 45%;
  font-weight: 600;
}

#index .mainVisual .mvInq {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 10;
}

#index .mainVisual .mvInq dt {
  color: #fff;
  font-size: 112%;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
}

#index .mainVisual .mvInq dd.tel {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 190%;
  font-weight: 700;
  margin-bottom: 20px;
}

#index .mainVisual .mvInq dd.tel:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 33px;
  width: 30px;
  background-image: url(img/common/telIcon01.png);
  margin-right: 10px;
}

#index .mainVisual .mvInq dd.mail {
  margin: 0 auto;
  text-align: center;
  width: 290px;
}

#index .mainVisual .mvInq dd.mail a {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 40px;
  color: #3590c5;
  font-size: 112%;
  font-weight: 700;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}

#index .mainVisual .mvInq dd.mail a:hover {
  opacity: 0.5;
}

#index .mainVisual .mvInq dd.mail a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 18px;
  width: 24px;
  background-image: url(img/common/mailIcon01.png);
  margin-right: 10px;
}

#index h2 {
  margin: 0 auto 40px;
}

#index .secCont {
  box-sizing: border-box;
  margin: 0 auto;
}

#index .secCont .linkBtn {
  width: 230px;
  max-width: 230px;
  width: 100%;
}

#index .secCont .linkBtn a {
  background-color: #012E69;
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  font-size: 112%;
  font-weight: 700;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}

#index .secCont .linkBtn a:hover {
  opacity: 0.5;
}

#index .h201 {
  background: url(img/index/bg01.png) no-repeat 0 100%;
}

#index .h201 .secCont {
  display: flex;
  justify-content: center;
  padding: 0 60px 80px 80px;
}

#index .h201 .secCont .secTitleArea {
  margin: 100px 0 0 0;
  width: 25%;
}

#index .h201 .secCont .secDetailArea {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  width: 75%;
}

#index .h201 .secCont .secDetailArea dl {
  max-width: 320px;
  position: relative;
  padding-bottom: 70px;
  width: 28%;
}

#index .h201 .secCont .secDetailArea dl:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 42px;
  width: 41px;
  background-image: url(img/index/icon01.png);
  position: absolute;
  top: 250px;
  left: -60px;
}

#index .h201 .secCont .secDetailArea dl dt {
  font-size: 150%;
  font-weight: 700;
  margin: 0 auto 20px;
  text-align: center;
}

#index .h201 .secCont .secDetailArea dl dt span {
  font-size: 60%;
  font-weight: 600;
  display: flex;
  line-height: 1.5;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 45px;
}

#index .h201 .secCont .secDetailArea dl dd.fig {
  margin-bottom: 45px;
}

#index .h201 .secCont .secDetailArea dl dd.fig img {
  width: 100%;
}

#index .h201 .secCont .secDetailArea dl dd.linkBtn {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#index .h201 .secCont .secDetailArea dl dd.linkBtn a {
  background-color: #c9bd21;
}

#index .h201 .secCont .secDetailArea dl:nth-of-type(1):before {
  display: none;
}

#index .h201 .secCont .secDetailArea dl:nth-of-type(2) dd.linkBtn a {
  background-color: #5ca7c5;
}

#index .h201 .secCont .secDetailArea dl:nth-of-type(3) dd.linkBtn a {
  background-color: #73aa65;
}

#index .h202 {
  background-color: #012E69;
}

#index .h202 .secCont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 60px 50px 80px;
}

#index .h202 .secCont .secTitleArea {
  width: 23%;
  margin-right: 2%;
}

#index .h202 .secCont .secTitleArea h2 {
  color: #fff;
}

#index .h202 .secCont .secTitleArea .linkBtn a {
  background-color: inherit;
  border: 2px solid #fff;
}

#index .h202 .secCont .secTitleArea .linkBtn a:hover {
  background-color: #fff;
  color: #012E69;
  opacity: 1;
}

#index .h202 .secCont .secDetailArea {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  width: 75%;
}

#index .h202 .secCont .secDetailArea table {
  border-top: 1px solid #194174;
  width: 100%;
}

#index .h202 .secCont .secDetailArea table th {
  border-bottom: 1px solid #194174;
  color: #fff;
  font-size: 87.5%;
  padding: 25px 0;
  width: 210px;
}

#index .h202 .secCont .secDetailArea table td {
  border-bottom: 1px solid #194174;
  color: #fff;
  padding: 25px 0;
}

#index .h202 .secCont .secDetailArea table a {
  color: #fff;
}

#index .h202 .secCont .secDetailArea table a:hover {
  text-decoration: underline;
}

#index .secWrap {
  background: url(img/index/bg02.png) no-repeat 0 0, url(img/index/bg03.png) no-repeat 100% 100%;
  padding: 80px 0 100px;
}

#index .secWrap .h203 {
  background: url(img/index/bgPict.png) no-repeat 50% 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  max-width: 1920px;
  min-height: 500px;
  margin: 0 auto 80px;
  padding: 115px 15vw 0 54vw;
}

#index .secWrap .h203 .secCont {
  margin: 0;
  min-width: auto;
}

#index .secWrap .h203 .secCont p {
  margin-bottom: 35px;
}

#index .secWrap .h203 .secCont .linkBtn a {
  background-color: #5ca7c5;
}

@media screen and (max-width: 1170px) {
  #index .secWrap .h203 {
    padding-left: 0;
    padding-right: 170px;
  }
  #index .secWrap .h203 .secCont {
    width: 37%;
  }
}

#index .secWrap .h204 {
  text-align: center;
}

#index .secWrap .h204 .productInfo {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 80px 20px 0;
  max-width: 1000px;
}

#index .secWrap .h204 .productInfo dl {
  padding-bottom: 90px;
  position: relative;
  text-align: left;
  width: 48%;
}

#index .secWrap .h204 .productInfo dl dt {
  font-size: 150%;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}

#index .secWrap .h204 .productInfo dl dt span {
  background-color: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

#index .secWrap .h204 .productInfo dl dt:before {
  background-color: #333333;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 290px;
}

#index .secWrap .h204 .productInfo dl dd {
  padding: 0 50px 0 35px;
}

#index .secWrap .h204 .productInfo dl dd.fig {
  margin-bottom: 40px;
  padding: 0;
}

#index .secWrap .h204 .productInfo dl dd.linkBtn {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#index .secWrap .h204 .productInfo dl dd.linkBtn a {
  background-color: #c9bd21;
}

#index .h205 {
  background: url(img/index/bg04txt.png) no-repeat 50% 100%, url(img/index/bg04.jpg) no-repeat 50% 0;
  background-size: auto, cover;
  padding: 80px 0 90px;
}

#index .h205 .secCont {
  margin: 0 auto;
  text-align: center;
  width: 1170px;
}

#index .h205 .secCont h2 {
  color: #fff;
}

#index .h205 .secCont p {
  color: #fff;
  font-size: 125%;
  margin-bottom: 45px;
}

#index .h205 .secCont .pict {
  margin: 0 auto 35px;
}

#index .h205 .secCont .linkBtn {
  margin: 0 auto;
  width: 340px;
}

#index .h205 .secCont .linkBtn a {
  background-color: inherit;
  border: 2px solid #fff;
  height: 68px;
}

#index .h205 .secCont .linkBtn a:hover {
  background-color: #fff;
  color: #012E69;
  opacity: 1;
}

#index .h206 {
  background: url(img/index/bg05.png) no-repeat 50% 0;
  padding: 85px 0 100px;
}

#index .h206 .secCont {
  margin: 0 auto;
  text-align: center;
  width: 1170px;
  overflow: hidden;
}

#index .h206 .secCont p {
  font-size: 125%;
  margin-bottom: 45px;
}

#index .h206 .secCont .pict {
  margin: 0 auto 65px;
  display: flex;
  justify-content: space-between;
}

#index .h206 .secCont .pict li {
  width: 32%;
  max-width: 350px;
}

#index .h206 .secCont .pict li img {
  width: 100%;
}

#index .h206 .secCont .linkBtn {
  margin: 0 auto;
  width: 340px;
}

#index .h206 .secCont .linkBtn a {
  height: 68px;
}

/************** error404 **************/
#error404 {
  text-align: center;
}

#error404 h2 {
  color: #012E69;
  font-size: 250%;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 110%;
}

#error404 h2 span {
  font-size: 40%;
  font-weight: 700;
  display: block;
}

#error404 p {
  margin-bottom: 30px;
}

#error404 .linkBtn {
  width: 230px;
  margin: 0 auto 80px;
}

#error404 .linkBtn a {
  background-color: #012E69;
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  font-size: 112%;
  font-weight: 700;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}

#error404 .linkBtn a:hover {
  opacity: 0.5;
}

/************** link **************/
#link .contArea .txt {
  margin-bottom: 25px;
  text-align: center;
}

#link .contArea .btn a {
  display: block;
  width: 230px;
  height: 46px;
  margin: 0 auto 50px;
  background-color: #012e69;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

#link .contArea .btn a:hover {
  opacity: 0.7;
}

#link .contArea dl dt {
  padding-bottom: 10px;
  margin: 40px 0;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
  font-weight: bold;
}

#link .contArea dl dd {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}

#link .contArea dl dd::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  margin: auto 0;
  background-color: #012e69;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#link .contArea dl dd a {
  font-size: 1.4rem;
  text-decoration: underline;
}

/************** privacy **************/
#privacy section,
#sitepolicy section {
  margin-top: 40px;
}

#privacy section p,
#sitepolicy section p {
  margin-top: 15px;
}

/************** sitepolicy **************/
#sitepolicy section table {
  margin-top: 15px;
  width: 500px;
}

#sitepolicy section table th {
  width: 170px;
}

#sitepolicy section dl {
  margin-top: 30px;
}

#sitepolicy section dl dt {
  font-weight: 700;
  margin-bottom: 5px;
}

#sitepolicy section dl dd {
  background-color: #e7ecf3;
  padding: 20px;
}

#sitepolicy section dl dd pre {
  font-size: 1.4rem;
}

#sitepolicy section #about_link {
  padding-top: 120px;
  margin-top: -120px;
}

/************** sitemap **************/
#sitemap .sitemapArea {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#sitemap .sitemapArea ul {
  box-sizing: border-box;
  padding-right: 30px;
  width: 300px;
}

#sitemap .sitemapArea ul:last-of-type {
  width: 270px;
}

#sitemap .sitemapArea ul li {
  font-weight: 700;
  margin-top: 8px;
}

#sitemap .sitemapArea ul li a {
  color: #333;
  transition: opacity 0.6s;
  text-decoration: underline;
}

#sitemap .sitemapArea ul li a:hover {
  opacity: 0.3;
}

#sitemap .sitemapArea ul li dl {
  margin-top: 20px;
  margin-bottom: 25px;
}

#sitemap .sitemapArea ul li dl dt {
  font-weight: 700;
}

#sitemap .sitemapArea ul li dl dd {
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  color: #333;
  font-size: 87.5%;
}

#sitemap .sitemapArea ul li dl dd:before {
  background-color: #012E69;
  content: "";
  height: 3px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
}

#sitemap .sitemapArea ul li:first-child {
  margin-top: 0;
}

#sitemap .sitemapArea ul li:first-child dl {
  margin-top: 0;
}

/************** materials **************/
#materials .subTitleArea {
  background-color: #fff;
  box-sizing: border-box;
  min-height: 420px;
  padding: 80px 480px 0 30px;
  position: relative;
}

#materials .subTitleArea.note {
  margin-bottom: 200px;
}

#materials .subTitleArea.saikatsugen {
  padding-top: 170px;
}

#materials .subTitleArea.peachceramide {
  padding-top: 50px;
}

#materials .subTitleArea.ama {
  width: 1170px;
  padding-right: 510px;
  padding-top: 72px;
  margin-left: -85px;
}

#materials .subTitleArea.ama strong {
  font-size: 2.4rem;
  line-height: 1.333;
  display: block;
  margin-bottom: 16px;
  z-index: 10;
}

#materials .subTitleArea.ama p {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  z-index: 10;
}

#materials .subTitleArea.riceracollagen {
  width: 1170px;
  padding-right: 510px;
  padding-top: 72px;
  margin-left: -85px;
}

#materials .subTitleArea.riceracollagen strong {
  font-size: 2.4rem;
  line-height: 1.333;
  display: block;
  margin-bottom: 16px;
}

#materials .subTitleArea.riceracollagen p {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  z-index: 10;
}

#materials .subTitleArea h2 {
  color: #012E69;
  font-size: 187.5%;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 30px;
}

#materials .subTitleArea h2 span {
  font-size: 50%;
  display: block;
}

#materials .subTitleArea h2 rt {
  font-size: 35%;
  font-weight: 400;
  margin-bottom: -8px;
}

#materials .subTitleArea p {
  margin-bottom: 40px;
}

#materials .subTitleArea ul {
  display: flex;
  flex-wrap: wrap;
}

#materials .subTitleArea ul li {
  margin-right: 20px;
  text-align: center;
}

#materials .subTitleArea .banner {
  margin-top: 30px;
}

#materials .subTitleArea .mainPict {
  position: absolute;
  top: 0px;
  right: 0px;
}

#materials section {
  margin-top: 60px;
}

#materials section:first-of-type {
  margin-top: 45px;
}

#materials section h3 {
  color: #012E69;
}

#materials section h4 {
  background-color: #c3e4f7;
  box-sizing: border-box;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 40px auto 0;
  padding: 12px 15px 12px 0;
  width: 910px;
}

#materials section h4 span {
  background-color: #012e69;
  box-sizing: border-box;
  color: #fff;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -12px 10px -12px 0;
  padding: 12px 0 12px 10px;
  position: relative;
  width: 300px;
}

#materials section h4 span:after {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #c3e4f7 50.5%) no-repeat top left/100% 100%;
  content: "";
  display: block;
  height: 50px;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}

#materials section p {
  margin-top: 20px;
}

#materials section p.note {
  color: #ff0000;
  font-weight: 700;
  margin-bottom: 20px;
}

#materials section p.lead {
  color: #012E69;
  font-size: 125%;
  font-weight: 700;
  margin-top: 40px;
}

#materials section table {
  margin: 20px auto 0;
  width: 870px;
}

#materials section table th.note {
  background-color: #f5f8fd;
}

#materials section table td ul {
  display: flex;
  flex-wrap: wrap;
}

#materials section table td ul li {
  width: 48.5%;
}

#materials section table td ul li:nth-child(even) {
  margin-left: 3%;
}

#materials section table.row3 {
  width: 740px;
}

#materials section table.row3 th {
  width: 200px;
}

#materials section table.row3 td {
  box-sizing: border-box;
  text-align: center;
  width: 200px;
}

#materials section table.row3 td + td {
  width: auto;
}

#materials section table.otherStyle {
  table-layout: fixed;
  caption-side: bottom;
}

#materials section table.otherStyle caption {
  margin-top: 8px;
  text-align: center;
}

#materials section table.otherStyle th {
  background-color: #f5f8fd;
  padding: 12px 10px;
  width: auto;
}

#materials section table.otherStyle th.otherBgColor {
  background-color: #c3e4f7;
}

#materials section table.otherStyle td {
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}

#materials section table.pcTable01 {
  table-layout: fixed;
  caption-side: bottom;
  width: 620px;
}

#materials section table.pcTable01 caption {
  margin-top: 5px;
  text-align: left;
}

#materials section table.pcTable01 tr:nth-of-type(even) td {
  background-color: #f5f8fd;
}

#materials section table.pcTable01 td {
  text-align: center;
}

#materials section table.pcTable02 {
  caption-side: bottom;
  width: 900px;
}

#materials section table.pcTable02 caption {
  margin-top: 5px;
  text-align: center;
}

#materials section table.pcTable02 th {
  background-color: #f5f8fd;
  width: 200px;
}

#materials section table.pcTable02 th + td {
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 200px;
}

#materials section table.pcTable02 th + td span {
  display: block;
  font-size: 80%;
}

#materials section table.pcTable02 td {
  vertical-align: middle;
}

#materials section dl dt {
  font-weight: 700;
  margin-top: 15px;
}

#materials section dl.info {
  background-color: #f5f8fd;
  display: flex;
  margin: 10px auto 0;
  width: 910px;
}

#materials section dl.info:first-of-type {
  margin-top: 15px;
}

#materials section dl.info dt {
  background-color: #012e69;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 290px;
}

#materials section dl.info dd {
  box-sizing: border-box;
  padding: 20px;
  width: 620px;
}

#materials section dl.info dd .fig {
  margin-top: 15px;
}

#materials section .featureArea {
  margin: 0 auto;
  width: 910px;
}

#materials section .featureArea h4 {
  counter-increment: data-num;
  padding-left: 50px;
  position: relative;
}

#materials section .featureArea h4:before {
  border-radius: 50%;
  background-color: #3590c5;
  content: counter(data-num) "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}

#materials section .featureArea .pictArea .detail {
  width: 560px;
}

#materials section .featureArea .pictArea .pict {
  width: 335px;
}

#materials .pict {
  margin: 20px auto 0;
  text-align: center;
}

#materials .pict p {
  margin-top: 5px;
}

#materials .pictArea {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#materials .pictArea .pict {
  margin: 0;
  width: 265px;
}

#materials .pictArea .detail {
  width: 685px;
}

#materials .pictArea .detail p:first-of-type {
  margin-top: 0;
}

#materials .pictArea .detail h3 {
  font-size: 185%;
  border: none;
  margin-bottom: 15px;
  padding: 0;
}

#materials .pictArea.faqPictArea .detail {
  width: 755px;
}

#materials .pictArea.faqPictArea .detail .faq {
  margin: 0;
}

#materials .pictArea.faqPictArea .pict {
  width: 180px;
}

#materials .structural {
  border-radius: 10px;
  background-color: #f5f8fd;
  margin: 45px auto 0;
  padding: 20px 0 45px;
  text-align: center;
  width: 770px;
}

#materials .structural span {
  font-weight: 700;
  display: block;
  margin: 0 auto 10px;
}

#materials .structural2 {
  border-radius: 10px;
  background-color: #f5f8fd;
  box-sizing: border-box;
  margin: 45px auto 0;
  padding: 20px 40px 30px;
  width: 820px;
}

#materials .structural2 dt {
  font-weight: 700;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#materials .structural2 dd {
  margin: 20px 0 0;
}

#materials a.ann {
  color: #ff0000;
  font-size: 70%;
}

#materials .annotation {
  margin-top: 20px;
  counter-reset: data-num;
}

#materials .annotation li {
  counter-increment: data-num;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}

#materials .annotation li:nth-child(n + 10) {
  padding-left: 35px;
}

#materials .annotation li:before {
  content: counter(data-num) "）";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

#materials .footSubNav {
  display: flex;
  flex-wrap: wrap;
  margin: 100px auto 0;
}

#materials .footSubNav li {
  margin: 0 2% 10px 0;
  width: 23%;
}

#materials .footSubNav li:nth-child(4n) {
  margin-right: 0;
}

#materials .footSubNav li a {
  background-color: #f5f8fd;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  position: relative;
  transition: background-color 0.6s;
}

#materials .footSubNav li a:hover {
  background-color: #C3E4F7;
}

#materials .footSubNav li a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 12px;
  width: 7px;
  background-image: url(img/common/icon01.png);
  position: absolute;
  top: 23px;
  right: 20px;
}

#materials .topLead {
  font-size: 125%;
  margin: 0 auto 70px;
  text-align: center;
}

#materials .topLink {
  display: flex;
  flex-wrap: wrap;
}

#materials .topLink li {
  margin: 0 30px 70px 0;
  padding: 0 0 65px;
  position: relative;
  width: 31.3%;
}

#materials .topLink li:nth-child(3n) {
  margin-right: 0;
}

#materials .topLink li:nth-child(-n+3) {
  z-index: 4;
}

#materials .topLink li &gt; a {
  display: block;
}

#materials .topLink li .pict {
  margin-bottom: 10px;
}

#materials .topLink li .pict img {
  width: 100%;
}

#materials .topLink li dl dt {
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 5px;
}

#materials .topLink li dl dt sup {
  font-size: 60%;
  vertical-align: top;
}

#materials .topLink li dl dd sup {
  font-size: 70%;
}

#materials .topLink li .linkBtn {
  width: 230px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#materials .topLink li .linkBtn a {
  background-color: #5ca7c5;
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  font-size: 112%;
  font-weight: 700;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}

#materials .topLink li .linkBtn a:hover {
  opacity: 0.5;
}

#materials .stabilityArea {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
}

#materials .stabilityArea .stability {
  margin: 0;
}

#materials .stabilityArea .stability:first-of-type {
  width: 186px;
}

#materials .stabilityArea .stability:nth-of-type(2) {
  margin: 0 20px;
  width: 266px;
}

#materials .stabilityArea .stability:nth-of-type(3) {
  width: 256px;
}

#materials .stabilityArea h4 {
  font-size: 87.5%;
  margin: 0 0 10px;
  padding: 5px 5px 5px 0;
  width: auto;
}

#materials .stabilityArea h4 span {
  margin: -5px 5px -5px 0;
  padding: 5px 0;
  text-align: left;
  width: 67px;
}

#materials .stabilityArea p {
  font-size: 75%;
  margin-top: 5px;
}

#materials .stabilityArea p span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

#materials .faq {
  margin-top: 20px;
}

#materials .faq dt {
  box-sizing: border-box;
  min-height: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  padding: 15px 0 0 60px;
  position: relative;
}

#materials .faq dt:before {
  border-radius: 50%;
  background-color: #012e69;
  box-sizing: border-box;
  color: #fff;
  content: "Q";
  font-size: 162%;
  display: block;
  font-weight: 500;
  height: 50px;
  padding: 10px 0 0;
  text-align: center;
  width: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#materials .faq dd {
  box-sizing: border-box;
  min-height: 50px;
  padding: 15px 0 0 60px;
  position: relative;
}

#materials .faq dd:before {
  border-radius: 50%;
  background-color: #c3e4f7;
  box-sizing: border-box;
  color: #012e69;
  content: "A";
  font-size: 162%;
  display: block;
  font-weight: 500;
  height: 50px;
  padding: 10px 0 0;
  text-align: center;
  width: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#materials .infoArea {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 40px;
}

#materials .infoArea dl {
  background-color: #f5f8fd;
  margin: 0;
  width: 470px;
}

#materials .infoArea dl dt {
  background-color: #c3e4f7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #012e69;
  font-size: 125%;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

#materials .infoArea dl dt:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  background-image: url(img/materials/peachfiber/icon01.png);
  margin-right: 10px;
}

#materials .infoArea dl dd {
  padding: 20px;
}

#materials .infoArea dl:last-of-type dt:before {
  background-image: url(img/materials/peachfiber/icon02.png);
}

#materials .dietArea {
  margin: 40px auto 0;
  width: 770px;
}

#materials .dietArea .dietInfo {
  border-radius: 10px;
  background-color: #f5f8fd;
  margin-bottom: 25px;
  padding: 0 40px 40px;
}

#materials .dietArea .dietInfo &gt; dt {
  background-color: #d6e2f3;
  border-radius: 10px 10px 0 0;
  font-size: 112.5%;
  margin: 0 -40px;
  padding: 20px 20px 20px 100px;
  position: relative;
}

#materials .dietArea .dietInfo &gt; dt:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 54px;
  width: 59px;
  background-image: url(img/materials/peachfiber/icon03.png);
  position: absolute;
  top: -5px;
  left: 22px;
}

#materials .dietArea .dietInfo dd {
  margin-top: 20px;
}

#materials .dietArea .dietInfo dd.fArea img {
  float: right;
  display: block;
  margin: 0 20px 0 35px;
}

#materials .dietArea .dietInfo dd dl {
  background-color: #ffffff;
  margin: 50px 0 0;
  padding: 40px 155px 30px 20px;
  position: relative;
}

#materials .dietArea .dietInfo dd dl:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 131px;
  width: 176px;
  background-image: url(img/materials/peachfiber/pict05.png);
  position: absolute;
  top: -36px;
  right: -2px;
}

#materials .dietArea .dietInfo dd dl dt {
  background-color: #f2b2c0;
  border-radius: 30px;
  font-size: 112.5%;
  margin: 0 auto;
  padding: 5px 0;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  text-align: center;
  width: 190px;
}

#materials .dietArea .dietInfo dd dl dd {
  font-size: 112.5%;
  font-weight: 700;
  counter-increment: data-num;
  margin-top: 7px;
  padding: 2px 0 2px 45px;
  position: relative;
}

#materials .dietArea .dietInfo dd dl dd:before {
  border-radius: 50%;
  background-color: #f2b2c0;
  content: counter(data-num) "";
  color: #012e69;
  font-size: 105%;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#materials .dietArea .dietInfo dd dl dd strong {
  color: #ec6280;
}

#materials .dietArea p {
  margin-top: 40px;
}

#materials .dietArea .pict {
  margin-top: 50px;
}

#materials .dietArea .dataArea {
  display: flex;
  justify-content: space-between;
}

#materials .dietArea .dataArea dl {
  margin-top: 20px;
}

#materials .dietArea .dataArea dl dt {
  margin: 0;
  padding: 0 0 0 22px;
  position: relative;
}

#materials .dietArea .dataArea dl dt:before {
  background-color: #c3e4f7;
  border-radius: 50%;
  content: "";
  height: 18px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 18px;
}

#materials .dietArea .dataArea dl dd {
  margin-top: 5px;
}

#materials .dietArea .dataArea dl dd table {
  margin: 0;
  width: 100%;
}

#materials .dietArea .dataArea dl dd table th {
  padding: 12px 0;
  width: 160px;
}

#materials .dietArea .dataArea dl dd table td {
  padding: 12px 0;
  text-align: center;
}

#materials .dietArea .dataArea &gt; dl {
  width: 330px;
}

#materials .dietArea .dataArea .data {
  width: 405px;
}

#materials .dietArea .dataArea .data dl dd {
  padding-left: 22px;
}

#materials .dietArea .dataArea .dataRowArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#materials .dietArea .dataArea .dataRowArea dl {
  width: 48%;
}

#materials .ama .description {
  margin-top: 30px;
  margin-bottom: 100px;
}

#materials .ama .description h3 {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  font-size: 2.4rem;
  line-height: 1;
  color: #0083ce;
}

#materials .ama .description .pictArea {
  align-items: flex-end;
}

#materials .ama .description .pictArea .pict {
  width: 508px;
}

#materials .ama .description .pictArea .detail {
  width: 440px;
  padding-bottom: 40px;
}

#materials .ama .label {
  background-color: #0083ce;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  height: 45px;
  align-items: center;
  margin: 20px 0 50px;
  border-radius: 22.5px;
  max-width: 100%;
  text-align: center;
}

#materials .ama section {
  width: 970px;
  margin: 50px auto 0;
  counter-increment: count;
}

#materials .ama section h3 {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  font-size: 2.4rem;
  line-height: 1;
  color: #0083ce;
}

#materials .ama section h3 span {
  color: #333;
}

#materials .ama section h3:before {
  content: counter(count);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #0083ce;
  margin-right: 20px;
  font-size: 4.0rem;
  font-family: "Avenir Next", Verdana, 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#materials .ama section h4 {
  background-color: #0083ce;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0 20px;
  display: flex;
  height: 45px;
  align-items: center;
  margin: 20px 0 0;
  border-radius: 22.5px;
  max-width: 100%;
}

#materials .ama section h4 sup {
  margin-top: -1em;
}

#materials .ama section p {
  color: #333;
}

#materials .ama section .pict {
  width: 638px;
  margin: 20px auto 0;
  background-color: #f5f8fd;
  padding: 65px;
}

#materials .ama section .pict p {
  width: 600px;
  margin: 20px auto 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.714;
}

#materials .ama section .pict.nobg {
  width: auto;
  padding: 0;
  background: none;
  margin-top: 100px;
}

#materials .riceracollagen section {
  margin-top: 30px;
  counter-increment: count;
}

#materials .riceracollagen section h3 {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  font-size: 2.4rem;
  line-height: 1;
  color: #0083ce;
}

#materials .riceracollagen section h3 span {
  color: #333;
}

#materials .riceracollagen section h3:before {
  content: counter(count);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #0083ce;
  margin-right: 20px;
  font-size: 4.0rem;
  font-family: "Avenir Next", Verdana, 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#materials .riceracollagen section h4 {
  background-color: #0083ce;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0 20px;
  display: flex;
  height: 45px;
  align-items: center;
  margin: 20px 0 0;
  border-radius: 22.5px;
  max-width: 100%;
}

#materials .riceracollagen section h4 sup {
  margin-top: -1em;
}

#materials .riceracollagen section p {
  color: #333;
}

#materials .riceracollagen section .pict {
  margin: 20px 0 0;
}

#materials .riceracollagen section .box {
  width: 820px;
  margin: 0 auto;
  background-color: #f5f8fd;
  padding: 30px 24px 45px;
}

#materials .riceracollagen section table {
  border: 0;
}

#materials .riceracollagen section table th {
  background-color: #a9d4ec;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
  border: 0;
}

#materials .riceracollagen section table td {
  background-color: #f5f8fd;
  border: 0;
  font-size: 1.6rem;
  line-height: 1.125;
}

#materials .riceracollagen section table td strong {
  color: #0083ce;
  font-weight: bold;
}

#materials .riceracollagen section table td strong span {
  font-weight: normal;
}

#materials .riceracollagen #rice-sec01 .pict {
  position: relative;
  z-index: -1;
  top: -25px;
}

/************** activity **************/
#activity {
  width: 100%;
  /*
    .subTitleArea{
        background: url(img/activity/bg.jpg) no-repeat 50% 0;
        background-size: cover;
        height: 420px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        &amp;:hover {
            background-image: url(img/activity/bg_on.jpg);
            h2 {
                color: #333;
            }
        }
        h2{
            color: #fff;
            font-size: 185%;
            font-weight: 700;
            text-align: center;
        }
    }
    */
  /*
    .slideUp{
    	animation-name: slideUp;
    	-webkit-animation-name: slideUp;

    	animation-duration: 1s;
    	-webkit-animation-duration: 1s;

    	animation-timing-function: ease;
    	-webkit-animation-timing-function: ease;

    	visibility: visible !important;
    }

    @keyframes slideUp {
    	0% {
    		transform: translateY(100%);
    	}
    	50%{
    		transform: translateY(-8%);
    	}
    	65%{
    		transform: translateY(4%);
    	}
    	80%{
    		transform: translateY(-4%);
    	}
    	95%{
    		transform: translateY(2%);
    	}
    	100% {
    		transform: translateY(0%);
    	}
    }

    @-webkit-keyframes slideUp {
    	0% {
    		-webkit-transform: translateY(100%);
    	}
    	50%{
    		-webkit-transform: translateY(-8%);
    	}
    	65%{
    		-webkit-transform: translateY(4%);
    	}
    	80%{
    		-webkit-transform: translateY(-4%);
    	}
    	95%{
    		-webkit-transform: translateY(2%);
    	}
    	100% {
    		-webkit-transform: translateY(0%);
    	}
    }
    */
}

#activity .subTitleArea {
  display: flex;
  align-items: center;
  width: 100%;
  height: 420px;
  margin-bottom: 50px;
  position: relative;
}

#activity .subTitleArea:hover h2 {
  color: #333;
}

#activity .subTitleArea h2 {
  color: #fff;
  font-size: 185%;
  font-weight: 700;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

#activity .subTitleArea figure {
  width: 100%;
  height: 420px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#activity .subTitleArea figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#activity .pictArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 70px;
  max-width: 1132px;
  padding-left: 16px;
  padding-right: 16px;
}

#activity .pictArea.re {
  flex-flow: row-reverse;
}

#activity .pictArea .img {
  max-width: 350px;
  width: 32%;
}

#activity .pictArea .img figure {
  margin: 0;
}

#activity .pictArea .img figure:nth-of-type(1) {
  margin: 0 0 5px 46px;
}

#activity .pictArea .detail {
  max-width: 750px;
  width: 67%;
}

#activity .pictArea .detail h2 {
  font-size: 185%;
  font-weight: 700;
  margin-bottom: 35px;
}

#activity .pictArea .detail p {
  margin-top: 25px;
}

#activity .pictArea .detail p:first-of-type {
  margin-top: 0;
}

#activity ul.imgs {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}

#activity .pict {
  visibility: hidden;
}

#activity .hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important;
}

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  65% {
    -webkit-transform: rotate(1deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

/************** activity **************/
#business {
  padding-bottom: 0;
  width: 100%;
}

#business .anchor {
  display: flex;
  justify-content: center;
  margin: 0 auto 45px;
  padding-left: 16px;
  padding-right: 16px;
}

#business .anchor li {
  max-width: 320px;
  width: 30%;
}

#business .anchor li a {
  display: block;
  font-size: 145%;
  font-weight: 700;
  text-align: center;
  padding-bottom: 55px;
  position: relative;
}

#business .anchor li a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url(img/business/arrow.png);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#business .anchor li a span {
  display: block;
  font-size: 60%;
  font-weight: 600;
}

#business .anchor li img {
  margin-bottom: 10px;
  width: 100%;
}

#business .anchor li:nth-child(2) {
  margin: 0 75px;
}

#business section {
  position: relative;
  padding-top: 120px;
  margin-top: -120px;
}

#business section:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  background-image: url(img/business/triangle01.png);
  min-height: 252px;
  min-width: 252px;
  height: 18vw;
  width: 18vw;
  position: absolute;
  top: 300px;
  left: 0px;
}

#business section:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 360px;
  width: 360px;
  background-image: url(img/business/triangle01.png);
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: scale(-1, -1);
}

#business section .subTitleArea {
  background: url(img/business/bg01.png) no-repeat 50% 0;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
}

#business section .subTitleArea h2 {
  color: #333;
  font-size: 175%;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

#business section .subTitleArea h2 span {
  display: block;
  font-size: 65%;
  font-weight: 600;
}

#business section#h202:after, #business section#h202:before {
  background-image: url(img/business/triangle02.png);
}

#business section#h202 .subTitleArea {
  background-image: url(img/business/bg02.png);
}

#business section#h203:after, #business section#h203:before {
  background-image: url(img/business/triangle03.png);
}

#business section#h203 .subTitleArea {
  background-image: url(img/business/bg03.png);
}

#business section .contArea {
  padding-bottom: 80px;
  position: relative;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  z-index: 5;
}

#business section .contArea h3 {
  border-bottom: none;
  color: #333;
  font-size: 212%;
  margin: 0 auto 40px;
}

#business section .contArea p {
  color: #333;
  margin-top: 25px;
}

#business section .contArea h4 {
  color: #333;
  font-size: 150%;
  font-weight: 700;
  display: inline-block;
  margin: 85px auto 45px;
  padding: 0 85px;
  position: relative;
}

#business section .contArea h4:before {
  background-color: #333333;
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 64px;
}

#business section .contArea h4:after {
  background-color: #333333;
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 64px;
}

#business section .contArea ul {
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

#business section .contArea ul li {
  box-sizing: border-box;
  text-align: left;
}

#business section .contArea ul.pict {
  flex-wrap: wrap;
}

#business section .contArea ul.pict li {
  width: 24%;
  max-width: 270px;
  margin-bottom: 30px;
}

#business section .contArea ul.pict li img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

#business section .contArea ul.pict li strong {
  font-size: 112%;
  display: block;
  margin-bottom: 10px;
}

#business section .contArea ul.pict li a {
  background-color: #5ca7c5;
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  font-size: 112%;
  font-weight: 700;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}

#business section .contArea ul.pict li a:hover {
  cursor: pointer;
  opacity: 0.5;
}

#business section .contArea ul.advantage li {
  background-color: #eaf6fc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

#business section .contArea ul.flow li {
  background-color: #ecf6e9;
  padding: 25px 20px;
  max-width: 214px;
  width: 18%;
  position: relative;
}

#business section .contArea ul.flow li:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 18px;
  width: 16px;
  background-image: url(img/business/flow.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11%;
}

#business section .contArea ul.flow li:first-child:before {
  display: none;
}

#business section .contArea ul.flow li strong {
  display: block;
  font-size: 112%;
  margin: 0 auto 15px;
  text-align: center;
}

/************** products **************/
#products .lead {
  font-size: 125%;
  margin: 0 auto 70px;
  text-align: center;
}

#products section {
  padding-top: 120px;
  margin-top: -120px;
}

#products section .pictArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 30px;
}

#products section .pictArea .pict {
  text-align: center;
  width: 376px;
}

#products section .pictArea .detail {
  width: 710px;
}

#products section .pictArea .detail h2 {
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 20px;
}

#products section:first-of-type {
  margin-bottom: 100px;
}

#products section:first-of-type .pictArea {
  flex-flow: row-reverse;
}

/************** recruit **************/
#recruit {
  max-width: 1920px;
  width: 100%;
}

#recruit section {
  position: relative;
  padding: 0 16px;
  overflow: hidden;
}

#recruit section .secFirst {
  margin: 0 auto;
  max-width: 1060px;
}

#recruit section .secFirst p {
  font-size: 125%;
  margin-bottom: 45px;
  text-align: center;
}

#recruit section .secFirst .pict {
  margin: 0 auto 65px;
  display: flex;
  justify-content: space-between;
}

#recruit section .secFirst .pict li {
  width: 30%;
  max-width: 350px;
}

#recruit section .secFirst .pict li img {
  width: 100%;
}

#recruit section .secCont {
  margin: 0 auto 80px;
  height: 530px;
  display: flex;
  max-width: 1000px;
  position: relative;
}

#recruit section .secCont .detail {
  width: 45%;
  margin: 0 15px;
  padding: 25px;
  background-color: #e7ecf3;
}

#recruit section .secCont .detail h2 {
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

#recruit section .secCont .detail table {
  width: 100%;
}

#recruit section .secCont .detail table th {
  font-weight: 700;
  padding: 12px 0;
  width: 110px;
}

#recruit section .secCont .detail table td {
  padding: 12px 0;
}

#recruit .recruitInfoArea {
  background-color: #012E69;
  padding: 50px 0 70px;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

#recruit .recruitInfoArea:before {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top left/100% 100%;
  content: "";
  display: block;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#recruit .recruitInfoArea:after {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top left/100% 100%;
  content: "";
  display: block;
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#recruit .recruitInfoArea h3 {
  color: #fff;
  font-size: 150%;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
}

#recruit .recruitInfoArea dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 35px;
}

#recruit .recruitInfoArea dl dt {
  color: #fff;
  font-size: 112.5%;
  font-weight: 700;
  margin-right: 60px;
}

#recruit .recruitInfoArea dl dd {
  border-left: 2px solid #fff;
  color: #fff;
  padding: 18px 0 18px 60px;
}

#recruit .recruitInfoArea dl dd a {
  color: #fff;
}

#recruit .recruitInfoArea dl dd a:hover {
  text-decoration: underline;
}

#recruit .recruitInfoArea .linkBtn {
  width: 580px;
  margin: 0 auto;
}

#recruit .recruitInfoArea .linkBtn a {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 40px;
  color: #012E69;
  font-size: 112%;
  font-weight: 700;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}

#recruit .recruitInfoArea .linkBtn a:hover {
  opacity: 0.5;
}

#recruit .recruitInfoArea .linkBtn a {
  font-size: 150%;
}

#recruit .recruitInfoArea .linkBtn a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 34px;
  width: 44px;
  background-image: url(img/recruit/mail.png);
  margin-right: 12px;
}

/************** company **************/
#company {
  max-width: 1920px;
  padding: 0;
  width: 100%;
}

#company .secCont {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}

#company .secCont h2 {
  color: #333;
  font-size: 175%;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto 40px;
  text-align: center;
}

#company .secCont h2 span {
  font-size: 55%;
  display: block;
  font-weight: 600;
}

#company .sdgs {
  text-align: center;
  padding-top: 40px;
}

#company .sdgs img {
  margin-bottom: 17px;
}

#company .sdgs p a {
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: 0.05px;
  border-bottom: 1px solid #797979;
  padding-bottom: 2px;
}

#company .h201 h2 {
  margin-bottom: 30px;
}

#company .h201 p {
  color: #012E69;
  font-size: 262.5%;
  font-weight: 700;
  text-align: center;
}

#company .h202 {
  background: url(img/company/bg01.png) no-repeat 50% 0;
  background-size: cover;
  padding: 0 16px;
}

#company .h202 .secCont {
  padding: 190px 540px 80px 0;
}

#company .h202 h2 {
  color: #fff;
  text-align: left;
}

#company .h202 p {
  color: #fff;
  margin-bottom: 20px;
}

#company .h202 p.name {
  font-size: 112.5%;
  font-weight: 700;
  text-align: right;
}

#company .h202 p.name span {
  font-size: 66%;
  margin-right: 10px;
}

#company .h203 {
  background: url(img/company/bg02.png) no-repeat 0 100%;
  padding: 0 16px;
}

#company .h203 .secCont {
  padding: 90px 400px 80px 0;
  position: relative;
}

#company .h203 .pict {
  position: absolute;
  top: 200px;
  right: 0px;
}

#company .h203 .pict li {
  margin-bottom: 90px;
}

#company .h203 .historyArea section {
  padding: 0 0 40px 65px;
  position: relative;
}

#company .h203 .historyArea section:before {
  background-color: #097fd1;
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 72px;
  width: 1px;
}

#company .h203 .historyArea section:first-of-type:after {
  background-color: #fff;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 72px;
  width: 2px;
}

#company .h203 .historyArea section:last-of-type {
  padding-bottom: 0;
}

#company .h203 .historyArea section:last-of-type:after {
  background-color: #fff;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 72px;
  width: 2px;
}

#company .h203 .historyArea section h3 {
  color: #097fd1;
  font-size: 110%;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 0px;
}

#company .h203 .historyArea section dl {
  display: flex;
  margin-top: 10px;
}

#company .h203 .historyArea section dl:first-of-type {
  margin-top: 0;
}

#company .h203 .historyArea section dl:first-of-type dt:before {
  height: 15px;
  top: 6px;
  left: 0;
  width: 15px;
}

#company .h203 .historyArea section dl dt {
  box-sizing: border-box;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  width: 130px;
}

#company .h203 .historyArea section dl dt:before {
  border-radius: 50%;
  background-color: #097fd1;
  content: "";
  height: 11px;
  position: absolute;
  top: 7px;
  left: 2px;
  display: block;
  width: 11px;
}

#company .h203 .historyArea section dl dd {
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
  width: 660px;
}

#company .h203 .historyArea section dl dd:before {
  border-radius: 50%;
  background-color: #333;
  content: "";
  height: 3px;
  position: absolute;
  top: 10px;
  left: 0px;
  display: block;
  width: 12px;
}

@media screen and (max-width: 1150px) {
  #company .h203 .historyArea section h3 {
    font-size: 100%;
  }
  #company .h203 .historyArea section dl dt {
    width: 160px;
    font-size: 1.4rem;
  }
  #company .h203 .historyArea section dl dd {
    font-size: 1.4rem;
  }
}

#company .h204 {
  background-color: #e7ecf3;
  position: relative;
}

#company .h204:before {
  background-image: url(img/company/bg03.png);
}

#company .h204:before {
  top: 0;
  height: 357px;
  width: 357px;
}

#company .h204:after {
  height: 540px;
  width: 540px;
}

#company .h204 .secCont {
  padding: 60px 0;
}

#company .h204 .secCont .pict {
  text-align: center;
}

#company .h204 .outlineArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 12%;
}

#company .h204 .outlineArea section {
  margin-top: 50px;
  width: 45%;
}

#company .h204 .outlineArea section h3 {
  font-size: 137.5%;
  font-weight: 700;
  margin-bottom: 25px;
}

#company .h204 .outlineArea section table th {
  font-weight: 700;
  padding-bottom: 5px;
  width: 150px;
}

#company .h204 .outlineArea section table td {
  padding-bottom: 5px;
}

#company .h204 .outlineArea section ul li {
  margin-bottom: 5px;
}

#company .mapArea {
  position: relative;
  background-color: #e7ecf3;
}

#company .mapArea .map {
  position: relative;
  padding-top: 500px;
  height: 0;
  overflow: hidden;
}

#company .mapArea .map iframe,
#company .mapArea .map object,
#company .mapArea .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#company .mapArea .mapAddress {
  width: 1060px;
  margin: 0 auto;
}

#company .mapArea .mapAddress ul {
  padding-bottom: 120px;
}

#company .mapArea .mapAddress ul li {
  display: inline-block;
  margin: 0 15px 0;
}

#company .mapArea .mapAddress ul li dt {
  font-size: 137.5%;
  font-weight: 700;
  margin-top: 20px;
}

#company .mapArea .mapAddress ul li dd a {
  text-decoration: underline;
}

#company .mapArea .mapAddress ul li dd a:hover {
  text-decoration: none;
  color: #797979;
}

#company .mapArea .info {
  background-color: #3590c5;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 30px 40px;
  position: absolute;
  bottom: -140px;
  left: 0;
  right: 0;
  text-align: center;
  width: 1000px;
}

#company .mapArea .info dt {
  color: #fff;
  font-size: 150%;
  font-weight: 700;
  margin: 0 auto 25px;
  position: relative;
  width: 260px;
}

#company .mapArea .info dt:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 64px;
}

#company .mapArea .info dt:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 64px;
}

#company .mapArea .info dd {
  color: #fff;
  font-size: 112.5%;
}

#company .h205 {
  background: url(img/company/bg04.png) no-repeat 100% 100%;
}

#company .h205 .secCont {
  padding: 200px 0 40px;
}

#company .h205 .lead {
  font-size: 125%;
  margin: 0 auto 40px;
  text-align: center;
}

#company .h205 section {
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
  margin-bottom: 60px;
  padding: 0 16px;
}

#company .h205 section &gt; .pict {
  width: 570px;
  margin-right: 50px;
}

#company .h205 section .detail {
  padding-bottom: 220px;
  position: relative;
  width: 540px;
}

#company .h205 section .detail h3 {
  font-size: 137.5%;
  font-weight: 700;
  margin-bottom: 20px;
}

#company .h205 section .detail .pict {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

/************** contact **************/
#contact *,
#contact_send * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contact .secCont,
#contact_send .secCont {
  width: 970px;
  margin: 0 auto;
}

#contact .secCont .txt,
#contact_send .secCont .txt {
  margin-bottom: 50px;
}

#contact .secCont h2,
#contact_send .secCont h2 {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  font-size: 125%;
  font-weight: 700;
  padding-bottom: 10px;
}

#contact .secCont .caution,
#contact_send .secCont .caution {
  margin-bottom: 30px;
}

#contact .secCont .caution li,
#contact_send .secCont .caution li {
  color: #e60012;
}

#contact #contactForm,
#contact_send #contactForm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

#contact #contactForm dt,
#contact_send #contactForm dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  width: 30%;
  padding: 30px 0 30px 30px;
  margin-bottom: 1px;
  background-color: #c3e4f7;
  font-weight: bold;
}

#contact #contactForm dt .req,
#contact_send #contactForm dt .req {
  display: inline-block;
  padding: 0 1em;
  margin-left: 1em;
  background-color: #e60012;
  line-height: 200%;
  font-size: 1.2rem;
  color: #fff;
}

#contact #contactForm dd,
#contact_send #contactForm dd {
  width: 70%;
  padding: 30px;
  margin-bottom: 1px;
  background-color: #fff;
}

#contact #contactForm dd input,
#contact_send #contactForm dd input {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

#contact #contactForm dd input.wpcf7-text,
#contact_send #contactForm dd input.wpcf7-text {
  width: 100%;
  height: 40px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 38px;
}

#contact #contactForm dd .wpcf7-radio,
#contact_send #contactForm dd .wpcf7-radio {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

#contact #contactForm dd .wpcf7-radio .wpcf7-list-item,
#contact_send #contactForm dd .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 7px;
}

#contact #contactForm dd .wpcf7-radio .wpcf7-list-item.last,
#contact_send #contactForm dd .wpcf7-radio .wpcf7-list-item.last {
  margin-bottom: 0;
}

#contact #contactForm dd .wpcf7-checkbox,
#contact_send #contactForm dd .wpcf7-checkbox {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

#contact #contactForm dd .wpcf7-checkbox input,
#contact_send #contactForm dd .wpcf7-checkbox input {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#contact #contactForm dd select,
#contact_send #contactForm dd select {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #333;
}

#contact #contactForm dd textarea,
#contact_send #contactForm dd textarea {
  width: 100%;
  height: 200px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

#contact #contactForm dd .zipNum,
#contact_send #contactForm dd .zipNum {
  margin-bottom: 10px;
}

#contact #contactForm dd .zipNum .zip input.wpcf7-text,
#contact_send #contactForm dd .zipNum .zip input.wpcf7-text {
  width: 40vw;
}

#contact #contactForm dd .pref,
#contact_send #contactForm dd .pref {
  margin-bottom: 10px;
}

#contact #contactForm dd .ad01,
#contact_send #contactForm dd .ad01 {
  margin-bottom: 10px;
}

#contact #contactForm dd .year-model,
#contact #contactForm dd .model-num,
#contact_send #contactForm dd .year-model,
#contact_send #contactForm dd .model-num {
  display: inline-block;
  margin-right: 6.6vw;
}

#contact #contactForm dd .year-model input,
#contact #contactForm dd .model-num input,
#contact_send #contactForm dd .year-model input,
#contact_send #contactForm dd .model-num input {
  width: 45.3vw;
}

#contact #contactForm dd [class^="file"],
#contact #contactForm dd [class*="file"],
#contact_send #contactForm dd [class^="file"],
#contact_send #contactForm dd [class*="file"] {
  margin-bottom: 10px;
}

#contact .privacyTxt,
#contact_send .privacyTxt {
  margin-bottom: 50px;
  text-align: center;
}

#contact .privacyTxt p + p,
#contact_send .privacyTxt p + p{
  margin-top: 1em;
}

#contact .privacyTxt a,
#contact_send .privacyTxt a {
  text-decoration: underline;
  font-weight: bold;
  color: #012e69;
}

#contact .privacyTxt a:hover,
#contact_send .privacyTxt a:hover {
  text-decoration: none;
}

#contact #submitBtn input,
#contact_send #submitBtn input {
  display: block;
  width: 200px;
  height: 70px;
  margin: 0 auto;
  background-color: #3590c5;
  border: none;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
}

#contact #submitBtn input:hover,
#contact_send #submitBtn input:hover {
  cursor: pointer;
  opacity: 0.5;
}
#contact #submitBtn input:disabled,
#contact_send #submitBtn input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#contact .btn a,
#contact_send .btn a {
  display: block;
  width: 300px;
  height: 70px;
  margin: 0 auto;
  background-color: #3590c5;
  border: none;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}

#contact .btn a:hover,
#contact_send .btn a:hover {
  cursor: pointer;
  opacity: 0.5;
}

#sdgs h2 {
  font-size: 4.2rem;
  color: #012e69;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 20px;
}

#sdgs .img {
  text-align: center;
  margin-bottom: 14px;
}

#sdgs p {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 64px;
  color: #333333;
}

#sdgs dl {
  display: flex;
  flex-wrap: wrap;
  width: 970px;
  margin: 0 auto;
  box-sizing: border-box;
}

#sdgs dl dt {
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  background-color: #3590c5;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

#sdgs dl dt:last-of-type {
  margin-bottom: 0;
}

#sdgs dl dd {
  width: 800px;
  font-size: 1.6rem;
  line-height: 1.75;
  background-color: #e7ecf3;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #333333;
}

#sdgs dl dd:last-of-type {
  margin-bottom: 0;
}

#sdgs dl strong {
  display: block;
}

/**
充填OEM事業
*/
#filling_oem {
  letter-spacing: 0.05em;
  color: #333333;
}

#filling_oem h2 {
  text-align: center;
  font-weight: bold;
  font-size: 4.2rem;
  color: #333333;
  margin-bottom: 30px;
  line-height: 1;
}

#filling_oem h2:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 60px;
  height: 60px;
  background: url(./img/filling_oem/icon-drop.png) center center no-repeat;
  background-size: contain;
}

#filling_oem .description {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.416;
  margin-bottom: 50px;
  color: #333333;
}

#filling_oem .description:after, #filling_oem .description:before {
  content: "";
  display: block;
  border-top: 1px solid #333333;
  width: 64px;
}

#filling_oem .description:before {
  margin-right: 6px;
}

#filling_oem .description:after {
  margin-left: 6px;
}

#filling_oem .main-image {
  text-align: center;
  margin-bottom: 19px;
}

#filling_oem .flow {
  width: 970px;
  margin: 0 auto 50px;
  border-radius: 20px;
  background-color: #fff3d3;
  box-sizing: border-box;
  padding: 40px 65px 50px;
}

#filling_oem .flow h3 {
  font-size: 3.4rem;
  line-height: 1.647;
  margin-bottom: 32px;
  text-align: center;
  font-weight: bold;
  color: #333333;
}

#filling_oem .flow .boxes {
  margin-bottom: 28px;
}

#filling_oem .flow .boxes .box {
  counter-increment: count;
  display: flex;
  width: 100%;
  margin-bottom: 44px;
  position: relative;
}

#filling_oem .flow .boxes .box:last-of-type {
  margin-bottom: 0;
}

#filling_oem .flow .boxes .box:last-of-type:after {
  display: none;
}

#filling_oem .flow .boxes .box:after {
  content: "";
  display: block;
  width: 41px;
  height: 25px;
  background: url(./img/filling_oem/arrow.png) center center no-repeat;
  position: absolute;
  left: 50%;
  bottom: -37px;
  transform: translateX(-50%);
}

#filling_oem .flow .boxes .box .img {
  width: 300px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#filling_oem .flow .boxes .box .img img {
  display: block;
}

#filling_oem .flow .boxes .box .contents {
  width: 540px;
  background-color: #fff;
}

#filling_oem .flow .boxes .box .contents .title {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  color: #fff;
  background-color: #012e69;
  padding: 0 16px;
  font-size: 2.4rem;
  box-sizing: border-box;
  font-weight: bold;
}

#filling_oem .flow .boxes .box .contents .title:before {
  content: counter(count);
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #012e69;
  border-radius: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 10px;
}

#filling_oem .flow .boxes .box .contents .text {
  padding: 18px 26px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333333;
}

#filling_oem .flow p {
  font-size: 18px;
  line-height: 1.555;
  text-align: center;
  font-weight: bold;
}

#filling_oem .process {
  width: 970px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #ddf1fc;
  padding: 40px 65px 50px;
}

#filling_oem .process h3 {
  font-size: 3.4rem;
  line-height: 1.647;
  margin-bottom: 32px;
  text-align: center;
  font-weight: bold;
  color: #333333;
}

#filling_oem .process .figure {
  width: 701px;
  margin: 0 auto 38px;
}

#filling_oem .process .figure .img {
  text-align: center;
  margin-bottom: 18px;
}

#filling_oem .process .figure p {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333333;
}

#filling_oem .process .image {
  text-align: center;
  margin-bottom: 40px;
}

#filling_oem .process table {
  width: 790px;
  margin: 0 auto 30px;
}

#filling_oem .process table th {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  background-color: #a9d4ec;
  vertical-align: middle;
  color: #333333;
}

#filling_oem .process table td {
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
  padding: 25px 20px;
  color: #333333;
}

#filling_oem .process .contact {
  font-size: 2.4rem;
  line-height: 1.416;
  font-weight: bold;
  text-align: center;
  color: #333333;
}

#filling_oem .process .contact a {
  text-decoration: underline;
  color: #d52525;
}

#filling_oem .process .contact a:hover {
  color: #cccccc;
}
</pre></body></html>