@charset "UTF-8";

/*================================================================
 site_default
================================================================*/
/*================================================================
 common_style
================================================================*/
.siteHeader {
  margin: 0;
  padding: 0;
  background: white;
}
.siteHeader .wrap {
  padding: 0;
  width: auto;
}
.siteHeader .siteLogo {
  padding: 16px 0 14px 3%;
  width: 195px;
}
.siteHeader .naviScrollArea {
  display: none;
  box-sizing: border-box;
  overflow-y: scroll;
  position: absolute;
  top: 55px;
  left: 1%;
  padding: 5px 0 30px;
  width: 98%;
  height: calc(100vh - 55px);
  background: #0075c2;
  z-index: 10;
}
.siteHeader .spLayer {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.siteHeader .headNavi {
  box-sizing: border-box;
  float: none;
  clear: both;
  padding: 0 2% 20px;
}
.siteHeader .headNavi > ul {
  background: #0c090d;
}
.siteHeader .headNavi > ul > li {
  float: none;
  clear: both;
  margin: 0;
  border-bottom: 1px solid #0075c2;
  text-align: center;
  font-size: 15px;
}
.siteHeader .headNavi > ul > li:last-child {
  padding-bottom: 0;
}
.siteHeader .headNavi > ul > li.noAccord a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.siteHeader .headNavi > ul > li.open .accordBtn span:last-of-type {
  display: none;
}
.siteHeader .headNavi > ul > li .accordBtn {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: #0075c2;
}
.siteHeader .headNavi > ul > li .accordBtn span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background: #fff;
}
.siteHeader .headNavi > ul > li .accordBtn span:first-of-type {
  margin: -1px 0 0 -10px;
}
.siteHeader .headNavi > ul > li .accordBtn span:last-of-type {
  margin: -1px 0 0 -10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.siteHeader .headNavi > ul > li a {
  display: block;
  position: relative;
  padding: 18px 40px 17px;
  color: #fff;
}
.siteHeader .headNavi > ul > li a:after {
  display: none;
}
.siteHeader .headNavi > ul > li .dropDown {
  box-sizing: border-box;
  position: static;
  padding: 0;
  border: 5px solid #fff;
  background: #0075c2;
}
.siteHeader .headNavi > ul > li .dropDown > .wrap {
  padding: 0;
}
.siteHeader .headNavi > ul > li .dropDown img {
  display: none;
}
.siteHeader .headNavi > ul > li .dropDown ul {
  margin: 0;
  width: 100%;
}
.siteHeader .headNavi > ul > li .dropDown li {
  float: none;
  clear: both;
  width: auto;
  padding: 0;
  border-bottom: 1px solid #fff;
  font-size: 15px;
}
.siteHeader .headNavi > ul > li .dropDown li:last-child {
  border-bottom: none;
}
.siteHeader .headNavi > ul > li .dropDown li a {
  padding: 18px 30px 17px;
}
.siteHeader .headNavi > ul > li .dropDown li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.siteHeader .headNavi > ul > li .dropDown li .pageName {
  margin-top: 0;
  line-height: 1.3;
  color: #fff;
}
.siteHeader .headNavi > ul > li .dropDown li .pageName:before {
  display: none;
}
.siteHeader .headNavi > ul > li .dropDown .textArea {
  display: none;
}
.siteHeader .menuBtn {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #0075c2;
}
.siteHeader .menuBtn span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  width: 23px;
  height: 2px;
  background: #fff;
}
.siteHeader .menuBtn span:first-of-type {
  top: 18px;
}
.siteHeader .menuBtn span:nth-of-type(2) {
  top: 25px;
}
.siteHeader .menuBtn span:last-of-type {
  top: 32px;
}
.siteHeader .menuBtn.open span {
  margin: 0;
}
.siteHeader .menuBtn.open span:first-of-type {
  top: 24px;
  left: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.siteHeader .menuBtn.open span:nth-of-type(2) {
  display: none;
}
.siteHeader .menuBtn.open span:last-of-type {
  top: 24px;
  left: 14px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.siteHeader .searchArea {
  display: block !important;
  box-sizing: border-box;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto !important;
  padding: 0 0 20px;
  width: 94%;
  text-align: center;
  opacity: 1 !important;
}
.siteHeader .searchArea:before {
  display: none;
}
.siteHeader .searchArea input[type="text"] {
  display: block;
  margin: 0 auto;
  padding-left: 35px !important;
  width: 300px !important;
  height: 40px !important;
  border: none !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.siteHeader .searchArea input[type="image"] {
  left: 50%;
  margin: -8px 0 0 -140px;
  width: 16px;
  height: 16px;
}
.siteHeader .otherBtns {
  float: none;
  clear: both;
  padding: 0 2%;
}
.siteHeader .otherBtns li {
  float: none;
  clear: both;
}
.siteHeader .otherBtns .contact,
.siteHeader .otherBtns .telBtn {
  text-align: center;
}
.siteHeader .otherBtns .contact a,
.siteHeader .otherBtns .telBtn a {
  display: block;
  position: relative;
  padding: 15px 0;
  border-radius: 0 !important;
  background: #fff;
}
.siteHeader .otherBtns .contact .roundness,
.siteHeader .otherBtns .telBtn .roundness {
  display: inline-block !important;
  position: relative;
  margin-left: 40px;
  width: 240px;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  background: #ffba49;
}
.siteHeader .otherBtns .contact .roundness:before,
.siteHeader .otherBtns .telBtn .roundness:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -38px;
  width: 24px;
  height: 24px;
  background: url("../img/common/icon_mail02.svg") no-repeat;
  background-size: 100% auto;
}
.siteHeader .otherBtns .contact {
  border-bottom: 1px solid #0075c2;
}
.siteHeader .otherBtns .contact .roundness {
  line-height: 60px;
  color: #fff;
}
.siteHeader .otherBtns .telBtn {
  margin-bottom: 15px;
}
.siteHeader .otherBtns .telBtn img {
  position: relative;
  top: 15px;
  margin: 0 auto;
  width: 190px;
}
.siteHeader .otherBtns .telBtn .roundness {
  margin-bottom: 0;
  background: #29bf12;
}
.siteHeader .otherBtns .telBtn .roundness:before {
  background-image: url("../img/common/icon_tel.png");
}
.siteHeader .otherBtns .telBtn .businessHours {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5px 0;
  width: 94%;
  color: #111111;
  font-size: 14px;
  font-weight: bold;
  background: #f4f4f4;
}
.siteHeader .otherBtns .telBtn .businessHours:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -75px;
  width: 14px;
  height: 14px;
  background: url("../img/common/icon_clock.png") no-repeat;
  background-size: 100% auto;
}
.siteHeader .otherBtns .closeBtn {
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.siteHeader .otherBtns .closeBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: url("../img/sp/common/icon_close.png") no-repeat;
  background-size: 100% auto;
}

.siteFooter {
  padding: 15px 0 0;
}
.siteFooter > .wrap {
  width: auto;
}
.siteFooter .contactList {
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: none;
  width: 94%;
}
.siteFooter .contactList li {
  box-sizing: border-box;
  position: relative;
  float: none;
  clear: both;
  padding: 20px 0;
  width: auto !important;
  height: auto;
  border-right: none;
  border-bottom: 1px solid #0075c2;
}
.siteFooter .contactList li .roundness {
  width: 290px;
}
.siteFooter .contactList li .roundness:before {
  top: -35px !important;
  left: 0 !important;
  width: 24px !important;
  height: 24px !important;
}
.siteFooter .contactList li a {
  padding: 0;
  height: 100%;
}
.siteFooter .contactList li .lead {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 15px 35px !important;
  width: 300px;
  text-align: left;
}
.siteFooter .contactList li:first-child {
  padding: 17px 0;
}
.siteFooter .contactList li:first-child p {
  padding: 0 5%;
  line-height: 1.4;
  color: #111111;
  background-image: none;
}
.siteFooter .contactList li:nth-child(2) {
  padding: 0;
  text-align: center;
}
.siteFooter .contactList li:nth-child(2) a {
  padding: 17px 0;
}
.siteFooter .contactList li:last-child {
  padding: 0;
  border-right: none;
  text-align: center;
}
.siteFooter .contactList li:last-child a {
  padding: 20px 0;
}
.siteFooter .contactList li:last-child .roundness {
  margin-bottom: 0;
  padding-bottom: 0;
  height: 60px;
  background: #29bf12;
}
.siteFooter .contactList li:last-child .roundness img {
  position: relative;
  top: 16px;
  width: 190px;
}
.siteFooter .contactList li:last-child .businessHours {
  margin: 0 auto;
  width: 94%;
}
.siteFooter .footNavi {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: none;
}
.siteFooter .footNavi ul {
  margin-bottom: 0;
}
.siteFooter .footNavi li {
  float: none;
  clear: both;
  padding-bottom: 0;
  border-bottom: 1px solid #0075c2;
  text-align: center;
  font-weight: normal;
  width: auto;
}
.siteFooter .footNavi li a {
  display: block;
  position: relative;
  padding: 15px 0 13px;
  background: #0c090d;
}
.siteFooter .footNavi li a:before {
  top: 50%;
  right: 12px;
  left: auto;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.siteFooter .otherLinks {
  float: none;
  clear: both;
  padding: 0 0 30px;
  text-align: center;
}
.siteFooter .otherLinks li {
  float: none;
  clear: both;
  margin: 0;
  padding: 0 0 15px;
}
.siteFooter .otherLinks li:last-child {
  padding-bottom: 0;
}
.siteFooter .otherLinks li:after {
  display: none;
}
.siteFooter .otherLinks li a {
  display: inline-block;
  position: relative;
  color: #fff;
}
.siteFooter .otherLinks li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.siteFooter .companyInfo {
  position: static;
  padding-bottom: 30px;
  text-align: center;
}
.siteFooter .companyInfo .en {
  display: block;
  padding: 10px 0 20px;
}
.siteFooter .companyInfo .address {
  display: inline-block;
}
.siteFooter .copyright {
  display: block;
  float: none;
  clear: both;
  padding: 20px 0;
  line-height: 1.5;
  text-align: center;
  color: #0c090d;
  background: #fff;
}
.siteFooter .pageTop a {
  padding: 17px 0 15px;
  width: 60px;
  border-radius: 30px;
}
.siteFooter .pageTop img {
  width: 20px;
}

.allWrap {
  min-width: 0;
}

main {
  padding-top: 50px;
}

.commonBtn01 a,
.commonBtn02 a,
.commonBtn03 a {
  width: 100%;
}

.pageTitle h2 {
  padding-left: 20px;
  width: 700px;
  height: 100px;
  border-left-width: 4px;
  font-size: 14px;
}
.pageTitle h2 .small {
  padding-left: 1px;
  font-size: 10px;
}

.sectionTitle02 {
  margin-bottom: 20px;
}

.sectionTitle04 {
  padding: 24px 25px 22px;
  margin-bottom: 40px;
}

.sectionTitle05 {
  font-size: 32px;
}

.sectionTitle06 {
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.formBtn {
  padding-top: 50px;
}
.formBtn a {
  border-radius: 39px;
}

/*================================================================
 top_style
================================================================*/
#top main {
  padding-top: 50px;
}
#top .mainVisual {
  height: 265px;
}
#top .mainVisual .slideList li {
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
}
#top .mainVisual .slideList .textArea {
  top: 30px;
  margin-left: 0;
  padding: 15px 10px 20px 25px;
  width: 150px;
}
#top .mainVisual .slideList .textArea .lp_banner {
  bottom: -60px;
  width: 150px;
}
#top .mainVisual .slideList .textArea .catch {
  padding-bottom: 10px;
}
#top .mainVisual .slideList .textArea .lead {
  padding-bottom: 10px;
  line-height: 1.3;
  font-size: 12px;
  color: #fff;
}
#top .mainVisual .slideList .textArea .commonBtn01 {
  font-size: 12px;
}
#top .mainVisual .slideList .textArea .commonBtn01 a {
  height: 30px;
  line-height: 28px;
}
#top .mainVisual .slideList .textArea .commonBtn01 a:after {
  right: 12px;
  margin-top: -4px;
}
#top .mainVisual .slideList .textArea .commonBtn01 a .sp {
  display: inline-block !important;
}
#top .mainVisual .slideList .cond03 .textArea {
  top: 30px;
}
#top .mainVisual .slideList .image {
  width: 100%;
  height: 100%;
  background: url("../img/top/mv_slide01.jpg") no-repeat center center;
  background-size: cover;
}
#top .mainVisual .slideList .cond01.mode00 .image {
  background-image: url("../img/top/mv_slide01_01.jpg");
}
/*#top .mainVisual .slideList .cond01.mode01 .image {
  background-image: url("../img/top/mv_slide01_02.jpg");
}*/
#top .mainVisual .slideList .cond01.mode01 .image {
  background-image: url("../img/top/mv_slide01_04.jpg");
}
/*#top .mainVisual .slideList .cond01.mode03 .image {
  background-image: url("../img/top/mv_slide01_04.jpg");
}*/
#top .mainVisual .slideList .cond01 .image img {
  display: none;
}
#top .mainVisual .slideList .cond01 .image .photo01 {
  display: inline-block;
}
#top .mainVisual .slideList .cond01 .textArea {
  /*top: 45px;*/
  top: 15px;
}
#top .mainVisual .slideList .cond02 .image {
  background-image: url("../img/top/mv_slide02.jpg");
}
#top .mainVisual .slideList .cond02 .textArea {
  /*top: 30px;*/
  top: 15px;
  left: auto;
  right: 52%;
}
#top .mainVisual .slideList .cond03 .image {
  background-image: url("../img/top/mv_slide03-4.jpg");
}
#top .mainVisual .slideList .cond03 .textArea {
  top: 10px;
  left: 52%;
}
#top .mainVisual .indicator {
  bottom: 7px;
  left: 3%;
  width: 94%;
}


#top .nikkeiSolutionInfo .nikkeisolutionLogo {
  width: 35%;
  min-width: 35%;
}

#top .nikkeiSolutionInfo p {
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 1.3;
}

#top .topicsArea {
  margin-bottom: 60px;
  padding: 9px 0;
}
#top .topicsArea > .wrap {
  margin-left: 3%;
  width: auto;
}
#top .topicsArea .title {
  margin: 16px 10px 0 0;
  padding-right: 12px;
  width: 70px;
  font-size: 18px;
}
#top .topicsArea .categoryIcon {
  height: 20px;
  line-height: 20px;
}
#top .topicsArea .textArea {
  padding-top: 0;
  width: 54%;
}
#top .topicsArea .textArea > a {
  height: auto;
}
#top .topicsArea .textArea .categoryIcon {
  margin-right: 15px;
}
#top .topicsArea .textArea .date {
  padding-right: 0;
  width: auto;
  line-height: 20px;
  font-size: 14px;
}
#top .topicsArea .textArea .content {
  float: none;
  clear: both;
  padding-top: 8px;
  width: 100%;
  line-height: 1;
  font-size: 14px;
}
#top .topicsArea .topicsListBtn {
  top: -9px;
}
#top .topicsArea .topicsListBtn a {
  padding: 23px 13px;
}
#top .sections {
  padding-bottom: 60px;
}
#top .sections .lead {
  padding-bottom: 40px;
  text-align: left;
}
#top .sections .lead br {
  display: none;
}
#top .sections .commonBtn02,
#top .sections .commonBtn03 {
  padding-top: 40px;
}
#top section.quality ul {
  margin: 0 auto;
  width: 80%;
}
#top section.quality ul li {
  float: none;
  clear: both;
  margin: 0 auto;
  padding: 0 0 40px;
  width: auto;
  max-width: 564px;
}
#top section.quality ul li:last-child {
  padding: 0;
}
#top section.knowhow {
  margin-bottom: 60px;
  padding-top: 60px;
  background-size: cover;
}
#top section.knowhow .lead {
  padding-bottom: 20px;
}
#top section.knowhow ul {
  margin: 0 auto;
  width: 70%;
  max-width: none;
}
#top section.knowhow ul li {
  float: none;
  clear: both;
  margin: 0 auto;
  padding: 0 0 50px;
  width: auto;
  max-width: 400px;
}
#top section.knowhow ul li .text {
  padding-bottom: 40px;
}
#top section.project .slideWrap .slideFrame {
  width: 100%;
}
#top section.project .slideWrap .controller {
  position: static;
  margin: 0;
  width: 100%;
  height: 40px;
  background: #fff;
}
#top section.project .slideWrap .controller li a {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background: #0075c2;
}
#top section.project .slideWrap .controller li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 2;
}
#top section.project .slideWrap .controller li.prev {
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
#top section.project .slideWrap .controller li.prev a:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
#top section.project .slideWrap .controller li.next {
  right: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
#top section.project .slideWrap .controller li.next a:before {
  margin-left: -8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#top section.project .slideWrap .slider li {
  margin-right: 0;
}
#top section.project .slideWrap .slider .number {
  position: absolute;
  top: 0;
  left: 15px;
  padding: 10px 5px 0;
  border-top: 8px solid #0c090d;
  font-size: 21px;
}
#top section.project .slideWrap .slider .number .vol {
  top: -20px;
}
#top section.project .slideWrap .slider .number .num {
  padding-left: 18px;
  font-size: 84px;
}
#top section.project .slideWrap .slider .catch {
  top: 115px;
  left: 3%;
  margin-left: 0;
  width: 94%;
  line-height: 1.3;
  text-align: left;
  font-size: 29px;
}
#top section.project .slideWrap .slider .bnrInfo {
  top: auto;
  bottom: 18%;
  left: 3%;
  margin-left: 0;
  width: 94%;
}
#top section.project .slideWrap .slider .bnrInfo:before, #top section.project .slideWrap .slider .bnrInfo:after {
  width: 18%;
}
#top section.project .commonBtn02 {
  margin: 0 auto;
  width: 94%;
}
#top section.showcase {
  margin-bottom: 60px;
  padding-top: 60px;
  background-size: cover;
}
#top section.newsTopics {
  margin-top: -50px;
  padding-top: 50px;
}
#top section.newsTopics .sectionTitle01 {
  float: none;
  clear: both;
  width: auto;
  margin-bottom: 40px;
  text-align: center;
}
#top section.newsTopics .sectionTitle01:after {
  left: 50%;
  margin-left: -37px;
}
#top section.newsTopics .newsList {
  float: none;
  clear: both;
  width: auto;
}
#top section.newsTopics .newsList .categoryIcon {
  top: 34px;
  margin: 0;
}
#top section.newsTopics .newsList .textArea .content {
  line-height: 1.4;
  width: auto;
  white-space: normal;
}
#top section.newsTopics .commonBtn02 {
  position: static;
  padding: 40px 0 0;
}
#top section.newsTopics .commonBtn02 a {
  width: 100%;
}
#top .bnrArea01 {
  padding: 35px 0;
}
#top .bnrArea01 ul li {
  float: none;
  clear: both;
  padding: 0 0 20px;
  text-align: center;
}
#top .bnrArea01 ul li img {
  width: auto;
}
#top .bnrArea02 {
  padding: 30px 0;
  background: #cce3f3;
}
#top .bnrArea02 .slideFrame {
  position: relative;
  margin: 0 auto 20px;
  width: 94%;
  overflow: hidden;
}
#top .bnrArea02 ul {
  position: absolute;
  top: 0;
  left: 3%;
  margin-bottom: 0;
}
#top .bnrArea02 ul li {
  float: left;
  clear: none !important;
  padding: 0;
  width: 100%;
  text-align: center;
}
#top .bnrArea02 ul li:nth-child(2n) {
  float: left;
}
#top .bnrArea02 ul li div {
  float: none !important;
  clear: both;
  padding-bottom: 20px;
}
#top .bnrArea02 ul li div:last-of-type {
  padding: 0;
}
#top .bnrArea02 ul li:nth-child(4n) {
  padding-right: 0;
}
#top .bnrArea02 ul li:nth-child(4n+1) {
  clear: both;
}
#top .bnrArea02 ul li img {
  width: auto;
}
#top .bnrArea02 .indicator {
  text-align: center;
  font-size: 0;
}
#top .bnrArea02 .indicator ul {
  position: static;
}
#top .bnrArea02 .indicator ul li {
  display: inline-block;
  float: none;
  clear: both;
  width: auto;
  padding-right: 8px;
}
#top .bnrArea02 .indicator ul li:last-child {
  padding-right: 0;
}
#top .bnrArea02 .indicator ul li a {
  display: block;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border: 2px solid #c3c3c3;
  border-radius: 9px;
  background: #c3c3c3;
}
#top .bnrArea02 .indicator ul li a:hover, #top .bnrArea02 .indicator ul li a.on {
  border: 2px solid #c3c3c3;
  background: #0075c2;
}
#top .bnrArea02 .indicator ul li a:hover {
  opacity: 1;
}

/*================================================================
 lower_style
================================================================*/
.lower main {
  padding-top: 50px;
}
.lower .mainVisual {
  box-sizing: border-box;
  padding-top: 60px;
  height: 250px;
  background-size: cover;
}
.lower .mainVisual .catch {
  margin: 0 auto;
  width: 94%;
  line-height: 1.5;
}
.lower div.mainVisual {
  padding-top: 90px;
}
.lower div.mainVisual h1 span {
  font-size: 30px;
}
.lower .breadcrumb {
  display: none;
}
.lower .breadcrumb.noSideMenu {
  display: block;
  padding: 0;
  height: 10px;
}
.lower .breadcrumb.noSideMenu li {
  display: none;
}
.lower .contentWrap {
  width: auto;
}
.lower .sideMenu {
  position: relative;
  width: 100%;
  height: auto;
  background: #0c090d;
  z-index: 10;
}
.lower .sideMenu .categoryName {
  display: block;
  margin: 0 auto;
  padding: 19px 0 17px;
  width: 94%;
  color: #fff;
  font-size: 14px;
}
.lower .sideMenu .sideMenuBtn {
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #0075c2;
}
.lower .sideMenu .sideMenuBtn span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  width: 23px;
  height: 2px;
  background: #fff;
}
.lower .sideMenu .sideMenuBtn span:first-of-type {
  top: 18px;
}
.lower .sideMenu .sideMenuBtn span:nth-of-type(2) {
  top: 25px;
}
.lower .sideMenu .sideMenuBtn span:last-of-type {
  top: 32px;
}
.lower .sideMenu .sideMenuBtn.open span {
  margin: 0;
}
.lower .sideMenu .sideMenuBtn.open span:first-of-type {
  top: 24px;
  left: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lower .sideMenu .sideMenuBtn.open span:nth-of-type(2) {
  display: none;
}
.lower .sideMenu .sideMenuBtn.open span:last-of-type {
  top: 24px;
  left: 14px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lower .sideMenu > ul {
  display: none;
  box-sizing: border-box;
  clear: both;
  position: absolute;
  top: 55px;
  left: 3%;
  width: 94%;
  margin: 0;
  border: 4px solid #fff;
  text-align: center;
}
.lower .sideMenu li {
  margin-top: 0;
  font-size: 15px;
  border-bottom: 1px solid #fff;
}
.lower .sideMenu li:last-child {
  border-bottom: none;
}
.lower .sideMenu li.current a {
  pointer-events: none;
  color: #111111 !important;
  background: url("../img/common/sidemenu_current_bg.jpg") repeat left top;
}
.lower .sideMenu li.current a:before {
  border-right-color: #0075c2;
  border-bottom-color: #0075c2;
}
.lower .sideMenu li.parentAndChild.current a {
  color: #111111 !important;
}
.lower .sideMenu li.parentAndChild a {
  padding: 16px 40px 15px;
  background: #56555c;
  color: #fff !important;
}
.lower .sideMenu li.parentAndChild a:before {
  border-color: #fff !important;
}
.lower .sideMenu li a {
  position: relative;
  padding: 16px 40px 15px;
  color: #fff;
  line-height: 1.3;
  border-left: none;
  background: #0075c2;
}
.lower .sideMenu li a:hover {
  color: #fff;
  background: #0075c2;
}
.lower .sideMenu li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lower .sideMenu .sideSpLayer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.lower .contents {
  margin: 0 auto;
  padding: 40px 0 60px;
  width: 94%;
}
.lower .sections {
  padding-bottom: 50px;
}
.lower .lowerPageList {
  margin-bottom: 0;
}
.lower .lowerPageList li {
  float: none !important;
  clear: both !important;
  padding-bottom: 40px;
  width: auto;
}
.lower .lowerPageList li:last-child {
  padding: 0;
}
.lower .lowerPageList02 {
  margin-bottom: 0;
}
.lower .lowerPageList02 > li {
  float: none !important;
  clear: both !important;
  width: auto;
}
.lower .lowerPageList02 > li:last-child {
  padding-bottom: 0;
}
.lower .lowerPageList02 > li .inner {
  padding: 25px 5% 30px;
}
.lower .lowerPageList02 > li .inner > dl {
  height: auto !important;
}
.lower .lowerPageList02 > li .inner > dl dt {
  padding-bottom: 10px;
}
.lower .lowerPageList02 > li .inner .relation {
  padding-top: 30px;
}
.lower .lowerPageList02 > li .inner .relation li {
  float: none !important;
  clear: both !important;
  padding-bottom: 10px;
}
.lower .lowerPageList02 > li .inner .relation li:last-child {
  padding: 0;
}
.lower .lowerPageList02 > li .inner .relation li a {
  margin: 0 auto;
  width: auto;
  max-width: 300px;
}
.lower .lowerPageList02 > li .inner .relation li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lower .lowerPageList02 > li .inner .relation li dl {
  font-size: 16px;
}
.lower .lowerPageList02 > li .inner .relation li dt {
  padding-bottom: 5px;
  font-weight: bold;
  color: #0075c2;
}
.lower .lowerPageList02 > li .inner .relation li dd {
  line-height: 1.5;
  color: #111111;
}
.lower .lowerPageList02 > li .inner .relation li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.lower .lowerPageList02 > li .inner .relation li span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  font-weight: bold;
  color: #0075c2;
}
.lower .lowerPageList03 li {
  float: none;
  clear: both;
  padding-right: 0;
  width: auto;
}
.lower .lowerPageList03 .text {
  padding: 25px 5%;
}
.lower .lowerPageList04 li {
  float: none;
  clear: both;
  padding: 0 0 30px;
  width: auto;
}
.lower .lowerPageList04 li:last-child {
  padding-bottom: 0;
}
.lower .commonTextList {
  font-size: 21px;
}
.lower .commonTextList li {
  padding-bottom: 12px;
}
.lower .commonFrameText {
  padding: 20px 5%;
  font-size: 21px;
}
.lower .tableWrap::-webkit-scrollbar {
  height: 5px;
}
.lower .tableWrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
.lower .tableWrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.lower .commonTable01 th,
.lower .commonTable01 td {
  display: block;
  padding: 15px 5%;
  border-bottom: none;
  font-size: 16px;
}
.lower .commonTable01 th {
  width: auto;
}
.lower .commonTable01 tr:last-child td {
  border-bottom: 1px solid #c4c4c4;
}
.lower .commonDocumentList > li {
  float: none !important;
  clear: both !important;
  padding-bottom: 50px;
  width: auto;
}
.lower .commonDocumentList > li .inner {
  padding: 30px 15px;
}
.lower .commonDocumentList > li .inner .thumbnail {
  float: none;
  clear: both;
  padding-bottom: 30px;
}
.lower .commonDocumentList > li .inner .thumbnail img {
  width: 59.33333%;
}
.lower .commonDocumentList > li .inner .links {
  float: none;
  clear: both;
  width: auto;
}
.lower .commonDocumentList > li .inner .links li {
  padding-bottom: 10px;
}
.lower .commonDocumentList > li .inner .links.aReport li {
  float: none !important;
  clear: both !important;
  width: auto !important;
}
.lower .commonDocumentList > li .inner .links li:last-child {
  padding-bottom: 0;
}
.lower .commonDocumentList > li .inner .links li a {
  display: block;
  position: relative;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #0075c2;
}
.lower .commonDocumentList > li .inner .links li a:before, .lower .commonDocumentList > li .inner .links li a:after {
  content: "";
  position: absolute;
  top: 50%;
}
.lower .commonDocumentList > li .inner .links li a:before {
  left: 25px;
  margin-top: -16px;
  width: 22px;
  height: 32px;
  background: url("../img/common/icon_book.png") no-repeat;
}
.lower .commonDocumentList > li .inner .links li a:after {
  right: 20px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url("../img/common/icon_external.png") no-repeat;
}
.lower .commonDocumentList > li .inner .links li.pdf a:before {
  background-image: url("../img/common/icon_pdf.png");
}
.lower .commonDocumentList > li .inner .links li.pdf a:after {
  background-image: url("../img/common/icon_download.png");
}
.lower .commonHistoryList {
  padding: 30px 5%;
}
.lower .commonHistoryList li {
  padding: 15px 0;
}
.lower .commonHistoryList li span {
  display: block;
}
.lower .commonHistoryList li .date {
  position: static;
  margin-top: 0;
  padding-bottom: 8px;
  line-height: 1.7;
}
.lower .commonHistoryList li .content {
  padding-left: 0;
}
.lower .commonHistoryList li .content:before {
  display: none;
}
.lower .commonNumText {
  padding: 0 5% 30px;
}
.lower .commonExample dt {
  padding: 25px 5%;
}
.lower .commonExample dd {
  padding: 15px 5%;
}
.lower .commonExample dd span {
  display: inline-block;
}
.lower .commonExample dd .descTitle span {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -8px;
  padding-right: 10px;
}
.lower .commonExample dd .content {
  padding-left: 120px;
}
.lower .inner .innerList li {
  float: none;
  clear: both;
  margin: 0 auto 15px;
}
.lower .inner .innerList li:last-child {
  margin: 0 auto;
}
.lower .commonFlowList > li {
  padding-bottom: 50px;
}
.lower .commonFlowList > li:after {
  bottom: 3px;
}
.lower .commonFlowList > li .inner {
  padding: 30px 5% 20px;
}
.lower .commonSupportFlow {
  margin: 0 auto;
  width: 300px;
}
.lower .commonSupportFlow .flows {
  margin-bottom: 30px;
}
.lower .commonSupportFlow .inner {
  padding: 20px 5%;
}
.lower .commonSupportFlow .innerList li {
  position: relative;
}
.lower .commonSupportFlow .innerList li:before, .lower .commonSupportFlow .innerList li:after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 15px;
  background: #29bf12;
}
.lower .commonSupportFlow .flow01 .innerList {
  padding-bottom: 25px;
}
.lower .commonSupportFlow .flow01 .textList {
  position: static;
}
.lower .commonSupportFlow .flow02 {
  width: 72%;
}
.lower .commonSupportFlow .flow02:before, .lower .commonSupportFlow .flow02:after {
  left: 40px;
  margin: 0;
}
.lower .commonSupportFlow .flow02:after {
  bottom: -670px;
  height: 670px;
}
.lower .commonSupportFlow .flow02 .flowTitle {
  background-color: #ffba49;
}
.lower .commonSupportFlow .flow02 .inner:before, .lower .commonSupportFlow .flow02 .inner:after {
  left: 44px;
}
.lower .commonSupportFlow .flow02 .inner:before {
  top: -104px;
}
.lower .commonSupportFlow .flow02 .inner:after {
  bottom: -695px;
}
.lower .commonSupportFlow .flow03 {
  width: 72%;
  border-color: #ef5b5b;
}
.lower .commonSupportFlow .flow03:before, .lower .commonSupportFlow .flow03:after {
  right: 40px;
  left: auto;
  margin: 0;
}
.lower .commonSupportFlow .flow03:before {
  top: -317px;
  height: 316px;
}
.lower .commonSupportFlow .flow03 .inner:before {
  right: 31px;
  left: auto;
  top: -402px;
}
.lower .commonSupportFlow .flow03 dl {
  width: auto;
}
.lower .commonSupportFlow .flow03 dl:nth-of-type(2) {
  position: static;
  padding-top: 15px;
}
.lower .commonSupportFlow .flow04 .innerList li {
  margin: 0 auto 15px !important;
}
.lower .commonSupportFlow .flow04 .innerList li:first-child {
  margin: 0 auto 32px;
  width: auto;
}
.lower .commonSupportFlow .flow04 .innerList li:first-child:before {
  top: auto;
  bottom: -271px;
  left: 18px;
  margin-left: 0;
  width: 2px;
  height: 271px;
}
.lower .commonSupportFlow .flow04 .innerList li:first-child:after {
  display: none;
}
.lower .commonSupportFlow .flow04 .innerList li:nth-child(n+2):before {
  top: 50%;
  left: -18px;
  width: 18px;
  height: 2px;
  margin-top: -1px;
}
.lower .commonSupportFlow .flow04 .innerList li:nth-child(4) {
  margin-right: 12px;
}
.lower .commonSupportFlow .flow04 .innerList li:last-child {
  margin-bottom: 0 !important;
}
.lower .commonAccord {
  margin-bottom: 20px;
}
.lower .commonAccord dd {
  padding: 0 5% 30px;
}
.lower .commonAllList {
  float: none;
  clear: both;
  padding: 0 0 40px;
  width: auto;
}
.lower .mainCont h3 {
  padding-bottom: 30px;
}
.lower .mainCont .image img {
  width: 100%;
}
.lower .mainCont .image01 {
  float: none;
  clear: both;
  padding: 0 0 40px;
}
.lower .mainCont .text02 {
  float: none;
  clear: both;
  width: auto;
}
.lower .mainCont .text02 {
  float: none;
  clear: both;
  width: auto;
  padding-bottom: 40px;
}
.lower .mainCont .image02 {
  float: none;
  clear: both;
  padding: 0 0 0;
}

/*================================================================
 lower_categoryTop_style
================================================================*/
.lower.categoryTop .contents {
  padding: 40px 0 60px;
}
.lower.categoryTop .intro .lead {
  padding-bottom: 40px;
}
.lower.categoryTop .intro .lead02 {
  padding-bottom: 40px;
  width: 80%;
  max-width: none;
  font-size: 18px;
}
.lower.categoryTop .pageList {
  margin-bottom: 0;
}
.lower.categoryTop .pageList li {
  float: none;
  clear: both;
  padding: 0 0 30px;
  width: auto;
}
.lower.categoryTop .pageList li:last-child {
  padding: 0;
}
.lower.categoryTop .pageList li dl {
  padding: 13px 30px 18px 20px;
  min-height: 0;
}
.lower.categoryTop .lowerPageList02 > li .inner {
  padding: 15px 5% 15px;
}

/*================================================================
 quality_common_style
================================================================*/
#quality .kodawalist header {
  float: none;
  clear: both;
  padding: 0 0 30px;
  width: auto;
}
#quality .kodawalist header h3 {
  width: auto;
}
#quality .kodawalist header h3 span {
  display: block;
  padding: 15px 5% 14px !important;
  width: auto !important;
}
#quality .kodawalist header h3 .title:after {
  display: none;
}
#quality .kodawalist header h3 .category:after {
  display: none;
}
#quality .kodawalist header .commonText {
  padding: 0 5%;
}
#quality .kodawalist .image {
  float: none;
  width: auto;
}
#quality .pageTabs {
  padding-top: 40px;
}
#quality .pageTabs li {
  float: none;
  clear: both;
  width: auto !important;
}
#quality .pageTabs li a {
  padding: 30px 0 30px 15px;
  border: 2px solid #0075c2;
  border-bottom: none;
}
#quality .pageTabs li a:before {
  left: 50% !important;
  margin-left: -70px;
}
#quality .pageTabs li a:after {
  display: none;
}
#quality .pageTabs li:last-child a {
  border-bottom: 2px solid #0075c2;
}

/*================================================================
 knowhow_common_style
================================================================*/
#knowhow .point h3 {
  float: none;
  margin: 0 auto 25px;
  clear: both;
}
#knowhow .point ul {
  float: none;
  width: auto;
  clear: both;
}
#knowhow .sections .image {
  float: none;
  width: auto;
  clear: both;
  padding-bottom: 25px;
}
#knowhow .sections .image img {
  width: 100%;
}
#knowhow .sections .commonText {
  float: none;
  width: auto;
  clear: both;
}
#knowhow .corresponde li {
  box-sizing: border-box;
  clear: both;
  width: 49.8%;
  margin-right: 0;
  padding: 8px 5% 7px;
  font-size: 14px;
}
#knowhow .corresponde li:nth-child(2n) {
  float: right;
  clear: none;
}
#knowhow .corresponde li:before {
  left: 5%;
}
#knowhow .relation {
  padding: 25px 5%;
}
#knowhow .relation:before {
  left: 5%;
}
#knowhow .relation ul {
  margin-bottom: 0;
}
#knowhow .relation li {
  float: none !important;
  clear: both !important;
  width: auto;
  padding-bottom: 20px;
}
#knowhow .relation li:last-child {
  padding-bottom: 0;
}
#knowhow .relation li a {
  padding: 0 5% 0 45px;
  width: 750px;
  height: 65px;
}
#knowhow .relation li a:before {
  left: 25px;
}
#knowhow.categoryTop .sections .image {
  padding-bottom: 0;
}


#knowhow .section01 .column .columnTitle {
  flex-wrap: wrap;
}

#knowhow .section01 .column .columnTitle .sdgsLogo {
  width: 90%;
}

#knowhow .section01 .column .columnTitle div {
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#knowhow .section01 .column .columnTitle img {
  margin: 0 auto;
  margin-top: 20px;
}

#knowhow .section01 .column .sustainabilityImage {
  margin-top: 20px;
}

#knowhow .section01 .column .baseImage {
  width: 100%;
}

#knowhow .section01 .column .create12 {
	width: 15%;
	top: 37%;
	left: 15%;
}

#knowhow .section01 .column .use12 {
	width: 15%;
	top: 37%;
	left: 60.5%;
}

#knowhow .section01 .column .partner17 {
	width: 15%;
	top: 66.5%;
	left: 42.5%;
}

#knowhow .section01 .column .createLogo {
	width: 33%;
	top: 67%;
}

#knowhow .section01 .column .createLogo img {
	width: 23%;
	height: 23%;
}

#knowhow .section02 .knowhow5Column {
  padding-left: 10px;
  padding-right: 10px;
}

#knowhow .section02 .knowhow5Column .knowhow5ColumnList {
	display: block;
}

#knowhow .section02 .knowhow5Column .logoNameArea {
  justify-content: center;
}

#knowhow .section02 .knowhow5Column .logoNameArea .logoMark {
	margin-left: 30px;
  flex-shrink: 0;
  display: block;
}

#knowhow .section02 .knowhow5Column .logoNameArea .logoMark.fsc {
	margin-left: 5px;
}



#knowhow .section02 .knowhow5Column .logoMark img {
  display: block;
}
#knowhow .section02 .knowhow5Column .logoMark img:nth-child(n+2) {
  margin-left: 0;
  margin-top: 30px;
}

#knowhow .section02 .knowhow5Column .sdgsLogoArea {
	margin-left: 0;
	display: block;
	text-align: center;
}

#knowhow .section02 .knowhow5Column .sdgsLogoArea .arrow {
	margin-top: 30px;
	margin-bottom: 30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#knowhow .section02 .knowhow5Column .sdgsLogoArea .sdgslogo {
  margin-left: 0;
}

#knowhow .section02 .knowhow5Column .logoName li {
	width: auto !important;
}

#knowhow.knowhow14 .section01 .image {
  width: 100%;
}

#knowhow.knowhow14 .section01 .section02 .image {
  padding-bottom: 0;
}
#knowhow.knowhow14 .section02 .commonText {
  padding-bottom: 25px;
}

#knowhow.knowhow14 .figArea dd {
margin-top: 8px;
}

/*================================================================
 projectstory_common_style
================================================================*/
#projectstory .pageTitle h2 {
  padding-bottom: 10px;
}
#projectstory .mainCatch {
  padding-bottom: 40px;
}
#projectstory .sections h3 {
  padding-left: 0;
  height: auto;
}
#projectstory .sections h3 img {
  display: block;
  position: static;
  padding-bottom: 20px;
}
#projectstory .sections .image {
  float: none !important;
  clear: both;
  padding: 0 0 25px !important;
}
#projectstory .sections .image img {
  width: 100%;
}
#projectstory .productImage {
  padding: 50px 0 60px;
}
#projectstory .productImage img {
  width: auto;
}
#projectstory .pageLinks {
  margin-bottom: 0;
}
#projectstory .pageLinks li {
  float: none !important;
  clear: both;
  text-align: center;
}
#projectstory .pageLinks li:last-child {
  padding-bottom: 0;
}
#projectstory .pageLinks li img {
  width: auto;
}
#projectstory .relation {
  padding: 25px 5%;
}


#projectstory .relation:before {
  left: 5%;
}
#projectstory .relation ul {
  margin-bottom: 0;
}
#projectstory .relation li {
  float: none !important;
  clear: both !important;
  width: auto;
  padding-bottom: 20px;
}
#projectstory .relation li:last-child {
  padding-bottom: 0;
}
#projectstory .relation li a {
  width: auto!important;
}
#projectstory .relation li a img {
  width: auto!important;
}

/*================================================================
 showcase_common_style
================================================================*/
.pc_br {
  display: none;
}

.pc_img {
  display: none;
}
.sp_img {
  display: inline-block;
}
#showcase .h2wrap {
  padding-top: 55px;
  margin-top: -55px;
}
#showcase .itemList {
  margin-bottom: 20px;
}
#showcase .itemList li {
  clear: both;
  margin: 0 0 20px 0;
  width: 48%;
}
#showcase .itemList li:nth-child(2n) {
  float: right;
  clear: none;
}
#showcase .itemList li img {
  width: 100%;
}

#showcase .commonDocumentList {
  display: block;
}

#showcase .commonDocumentList > li:nth-child(1) {
  width: auto;
  padding-bottom: 15px;
}

#showcase .commonDocumentList > li:nth-child(2) {
  width: auto;
  position: static;
  padding-bottom: 15px;
}

.ptom {
  text-align: center;
}

/*#showcase .arrow {
  height: 80px;
  width: 36px;
  left: 0px;
  top: 0px;
}

#showcase .arrow::before {
  border-top: 60px solid #0075c2;
  border-left: 40px solid transparent;
  left: -22px;
  top: 60px;
}*/

.contact_printmove {
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: none;
  width: 94%;
}
.contact_printmove li {
  box-sizing: border-box;
  position: relative;
  padding: 20px 20px;
  width: auto !important;
  height: auto;
  border-right: none;
}
.contact_printmove li .roundness {
  width: 290px;
}
.contact_printmove li .roundness:before {
  top: -35px !important;
  left: 0 !important;
  width: 24px !important;
  height: 24px !important;
}
.contact_printmove li a {
  padding: 0;
  height: 100%;
}
.contact_printmove li .lead {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 15px 35px !important;
  width: 300px;
  text-align: left;
}
.contact_printmove {
  padding: 0;
  text-align: center;
}
.contact_printmove a {
  padding: 17px 0;
}

/*================================================================
 reason_common_style
================================================================*/
#reason .mainVisual {
  padding-top: 80px;
}
#reason .mainVisual h1 {
  font-size: 30px;
}
#reason .mainCont h2 {
  padding-bottom: 30px;
}
#reason .mainCont .text01 {
  display: block;
  padding-bottom: 20px;
  width: auto;
}
#reason .profile {
  padding: 15px 0 0;
}
#reason .profile .commonText {
  display: block;
  padding: 0 5%;
  width: auto;
}
#reason .profile .image {
  position: static;
  text-align: center;
}
#reason.lower .mainCont .image01 {
  float: none;
  padding: 0 0 0 0;
}

/*================================================================
 company_president_style
================================================================*/
#company.president .intro {
  padding-bottom: 50px;
}
#company.president .intro .leads p {
  padding-bottom: 30px;
}
#company.president .intro .name {
  padding-bottom: 40px;
}

/*================================================================
 company_social_style
================================================================*/
#company.social .contents .inSections {
  padding-bottom: 30px;
}

/*================================================================
 company_privacy_style
================================================================*/
#company.privacy .contents .inSections {
  padding-bottom: 30px;
}

/*================================================================
 company_accessmap_style
================================================================*/
#company.accessmap .anchorLinks {
  padding-bottom: 40px;
}
#company.accessmap .anchorLinks li {
  float: none;
  clear: both;
  margin-bottom: 1px;
  width: auto;
  height: auto;
  border-right: none;
  line-height: 1;
}
#company.accessmap .anchorLinks li a {
  padding: 17px 0 15px !important;
}
#company.accessmap .anchorLinks li:last-child {
  margin: 0;
}
#company.accessmap .sections {
  margin-top: -50px;
  padding: 50px 0;
}
#company.accessmap .sections .image {
  float: none;
  clear: both;
  text-align: center;
}
#company.accessmap .sections .image img {
  width: auto;
}
#company.accessmap .sections .textArea {
  float: none;
  clear: both;
  padding-bottom: 30px;
  width: auto;
}
#company.accessmap .sections .textArea ul {
  padding-top: 30px;
}
#company.accessmap .sections .detailMap {
  text-align: center;
}
#company.accessmap .sections .detailMap a {
  width: 100%;
}

/*================================================================
 company_facilities_common_style
================================================================*/
#company.facilities .pageTitle h2 {
  background-image: url("../img/company/facilities/pagetitle_img.jpg");
}
#company.facilities .sections h3 {
  margin-bottom: 20px;
}
#company.facilities .inSections {
  padding-bottom: 50px;
}
#company.facilities .inSections .imageList {
  margin-bottom: 0;
}
#company.facilities .inSections .imageList li {
  float: none !important;
  clear: both !important;
  width: auto;
}
#company.facilities .inSections .imageList li:last-child {
  padding-bottom: 0;
}
#company.facilities .inSections .imageList li .image img {
  width: 100%;
}
#company.facilities .inSections .imageList li .name br {
  display: block;
}
#company.facilities .sections .otherLinks li {
  float: none !important;
  clear: both !important;
  padding-bottom: 10px !important;
}
#company.facilities .sections .otherLinks li:last-child {
  padding-bottom: 0 !important;
}
#company.facilities .sections .otherLinks li a {
  padding: 0 30px;
  width: auto;
  height: 100px;
  border-width: 3px;
  line-height: 96px;
  font-size: 15px;
}

/*================================================================
 company_facilitiesTop_style
================================================================*/
#company.facilitiesTop .pageTitle h2 {
  background-image: url("../img/company/facilities/pagetitle_img.jpg");
}

/*================================================================
 company_facilities_press_style
================================================================*/
/*================================================================
 company_graphicgarden_style
================================================================*/
#company.graphicGarden .mainVisual {
  padding-top: 65px;
  height: 225px;
  background-position-y: center;
}
#company.graphicGarden h1 img {
  width: 320px;
}
#company.graphicGarden .contents {
  padding: 40px 0 60px;
}
#company.graphicGarden .mainCatch {
  padding-bottom: 30px;
  text-align: left;
}
#company.graphicGarden .wrapper {
  margin-bottom: 40px;
  padding: 30px 5%;
  background: #fff;
}
#company.graphicGarden .wrapper .intro {
  padding-bottom: 30px;
}
#company.graphicGarden .wrapper .intro .image {
  float: none;
  clear: both;
  padding-bottom: 20px;
}
#company.graphicGarden .wrapper .intro .image img {
  width: auto;
}
#company.graphicGarden .wrapper .intro .lead {
  float: none;
  clear: both;
  width: auto;
}
#company.graphicGarden .wrapper .floorList li {
  box-sizing: border-box;
  padding: 25px 0 0;
  height: auto;
  background-image: none !important;
}
#company.graphicGarden .wrapper .floorList li:after {
  display: none;
}
#company.graphicGarden .wrapper .floorList li dl {
  padding: 0 5% 20px;
  width: auto;
}
#company.graphicGarden .wrapper .floorList li dt {
  position: relative;
  top: -28px;
  padding-bottom: 10px;
  text-align: left;
}
#company.graphicGarden .wrapper .floorList li dt .num {
  display: inline-block;
  position: relative;
  top: 28px;
  padding-right: 20px;
}
#company.graphicGarden .wrapper .floorList li dt .sp {
  display: inline !important;
}
#company.graphicGarden .wrapper .floorList li .hideArea {
  display: none !important;
}
#company.graphicGarden .pageTitle h2 {
  width: 700px;
}
#company.graphicGarden .floorInfo {
  padding: 25px 0 0;
  height: auto;
  background-image: none !important;
}
#company.graphicGarden .floorInfo ul {
  padding: 0 5%;
}
#company.graphicGarden .floorInfo .annotation {
  padding: 5px 5% 20px;
}
#company.graphicGarden .vr ul {
  max-width: none;
}
#company.graphicGarden .vr li {
  float: none !important;
  clear: both !important;
  margin-bottom: 20px;
  width: 100%;
  height: 175px;
}
#company.graphicGarden .vr li:last-child {
  margin: 0 auto;
}
#company.graphicGarden .floorLinks {
  margin-right: 0;
  padding: 40px 0 30px;
}
#company.graphicGarden .floorLinks li {
  float: none;
  width: auto;
  left: 0 !important;
}
#company.graphicGarden .floorLinks li a {
  box-sizing: border-box;
  padding: 0 20px 0 70px;
  border: 1px solid #29bf12;
  background: #29bf12;
  background-image: none !important;
}
#company.graphicGarden .floorLinks li a.current {
  background: transparent !important;
}
#company.graphicGarden .floorLinks li .num {
  position: absolute;
  top: 50%;
  left: 30px !important;
  margin-top: -21px;
  font-size: 48px;
}
#company.graphicGarden .floorLinks li:nth-child(2) a {
  border-color: #ffba49;
  background: #ffba49;
}
#company.graphicGarden .floorLinks li:nth-child(2) a.current {
  color: #ffba49;
  background: transparent;
}
#company.graphicGarden .floorLinks li:nth-child(3) a {
  border-color: #e01a50;
  background: #e01a50;
}
#company.graphicGarden .floorLinks li:nth-child(3) a.current {
  color: #e01a50;
  background: transparent;
}
#company.graphicGarden .floorLinks li:last-child a {
  border-color: #0075c2;
  background: #0075c2;
}
#company.graphicGarden .floorLinks li:last-child a.current {
  color: #0075c2;
}
#company.graphicGarden .ggTopBtn a {
  padding: 10px 0;
  width: auto;
  border-radius: 40px;
}

/*================================================================
 csrreport_common_style
================================================================*/
#csrreport .pageTitle h2 {
  padding-bottom: 10px;
}
#csrreport .sections .topImage {
    float: none;
    width: auto;
    clear: both;
    padding-bottom: 25px;
}
#csrreport .sections .topMessage {
    float: none;
    width: auto;
    clear: both;
}
#csrreport .f2Image {
  float: none;
  width: 100%;
}
#csrreport .f2List {
  float: none;
  width: 100%;
  padding-left: 0;
}
#csrreport .f2Comment {
  height:auto;
}
#csrreport .f2Comment p.comment {
  width: 100%;
  margin-bottom: 0.5em;
}
#csrreport .f2Manager {
  width: 70%;
  margin: 0 auto;
  position: static;
}
#csrreport .boxText1, #csrreport .boxText2 {
  float: none;
}
#csrreport .boxImage1, #csrreport .boxImage2 {
  float: none;
}
#csrreport .boxText1, #csrreport .boxText2 {
  width: 100%;
}
#csrreport .boxImage1 {
  width: 70%;
  margin: 0 auto 20px;
}
#csrreport .boxImage2 {
  width: 100%;
  margin: 0 auto 20px;
}
#csrreport .imageList li {
  float: none !important;
  clear: both !important;
  padding: 0 0 20px !important;
  width: auto !important;
  text-align:center;
}
#csrreport .imageList li:last-child {
  padding-bottom: 0 !important;
}
#csrreport .column.g2 {
  height: auto;
}
#csrreport .column p.txt, #csrreport .column .image {
  width: 100%;
}
#csrreport .column .photo1 {
  position: static;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
#csrreport .column .image {
  width: 100%;
}


/*================================================================
 csrreport_categoryTop_style
================================================================*/
#csrreport.categoryTop .commonDocumentList > li .inner .thumbnail {
  float: none;
  clear: both;
}
#csrreport.categoryTop .commonDocumentList > li .inner .links {
  float: none;
  clear: both;
  width: auto;
}
#csrreport.categoryTop .reportMenuList li {
  float: none;
  width: 100%;
}
#csrreport.categoryTop .reportMenuList li a {
  padding: 12px 12px 12px 26px;
  font-size: 15px;
}




/*================================================================
 csr_common_style
================================================================*/

#csr #goform div {
  width: 60px;
  font-size: 0.8em;
}

/*================================================================
 csr_categoryTop_style
================================================================*/
#csr.categoryTop .sections {
  padding-bottom: 40px;
}
#csr.categoryTop .sections .wrapper {
  box-sizing: border-box;
  position: relative;
  padding: 30px 5%;
  min-height: 0;
}
#csr.categoryTop .sections .wrapper .lead {
  width: auto;
  line-height: 1.7;
  font-size: 16px;
}
#csr.categoryTop .sections .wrapper .links {
  padding-bottom: 20px;
  width: auto;
}
#csr.categoryTop .sections .wrapper .links li {
  padding-bottom: 20px;
}
#csr.categoryTop .sections .wrapper .links li:last-child {
  padding-bottom: 0;
}
#csr.categoryTop .sections .wrapper .image {
  position: static;
  width: auto;
  text-align: center;
}
#csr.categoryTop .sections .wrapper .image img {
  width: auto;
}
#csr.categoryTop .section04 .updateList li {
  padding: 22px 5% 16px;
}
#csr.categoryTop .section04 .updateList li span {
  display: inline-block;
}
#csr.categoryTop .section04 .updateList li .date {
  position: relative;
  margin-bottom: 8px;
  font-weight: bold;
}
#csr.categoryTop .section04 .updateList li .content {
  display: block;
  line-height: 1.7;
}
#csr.categoryTop .section04 .updateList li .content a {
  color: #0075c2;
}
#csr.categoryTop .section04 .updateList li .content a:hover {
  opacity: 1;
  text-decoration: underline;
}

#csr.categoryTop .section05 > div {
  margin: 0 0 20px 0;
}
#csr.categoryTop .section05 ul {
  justify-content: center;
}
#csr.categoryTop .section05 li {
  max-width: 100%;
}
#csr.categoryTop .section05 div.contact {
  display: block;
}
#csr.categoryTop .section05 div.contact .arrow_wrap {
  display: block;
}
#csr.categoryTop .section05 div.contact .text {
  width: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 5px 0;
  height: auto;
}
#csr.categoryTop .section05 div.contact .text .head {
  margin-bottom: .2em;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}
#csr.categoryTop .section05 div.contact .text span {
  line-height: 1.2;
}
#csr.categoryTop .section05 div.contact .arrow_wrap:after {
  display: block;
  box-sizing: border-box;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 47vw 0 47vw;
  border-color: #0078C3 transparent transparent transparent;
}
#csr.categoryTop .section05 div.contact.color2 .arrow_wrap:after {
  border-color: #8bbc52 transparent transparent transparent;
}
#csr.categoryTop .section05 div.contact .icon {
  margin-top: 10px;
  text-align: center;
}

/*================================================================
 csr_about_style
================================================================*/
#csr.about .pageTitle h2 {
  background-image: url("../img/csr/about/pagetitle_img.jpg");
}
#csr.about .section01 .commonText {
  padding-bottom: 25px;
}
#csr.about .section01 .commonText:last-of-type {
  padding: 0;
}
#csr.about .section01 .image {
  float: none;
  clear: both;
  padding-bottom: 40px;
  width: auto;
  text-align: center;
}
#csr.about .section01 .image img {
  width: auto;
}
#csr.about .section01 .commonList,
#csr.about .section01 .commonText {
  float: none !important;
  clear: both;
  width: auto !important;
}

#knowhow .section01 .column {
	float: none;
	width: 100%;
  margin: 25px auto 30px auto;
  padding-left: 10px;
  padding-right: 10px;
}

#csr.about .section02 .commonText {
  padding-bottom: 25px;
}

/*================================================================
 csr_flow_style
================================================================*/
#csr.flow .section03 > .commonLead {
  padding-bottom: 40px;
}
#csr.flow .section03 h4 {
  margin-bottom: 15px;
}
#csr.flow .section03 .inSections {
  padding-bottom: 30px;
}

/*================================================================
 csr_seminar_style
================================================================*/
#csr.seminar .pageTitle h2 {
  padding-bottom: 30px;
  background-position-x: center;
  background-size: cover;
}

/*================================================================
 factory_common_style
================================================================*/
#factory .mainVisual {
  padding-top: 65px;
  height: 225px;
  background-image: url("../img/sp/factory/mv.jpg");
  background-position-y: center;
}
#factory .mainVisual h1 img {
  width: 252px;
}
#factory .topcontent_lead {
  width: 80%;
  max-width: none;
  font-size: 18px;
}

/*================================================================
 information_common_style
================================================================*/
#information .mainVisual {
  padding-top: 85px;
  height: 225px;
}
#information .mainVisual h1 {
  padding: 0 0 15px;
  font-size: 24px;
}

/*================================================================
 sitemap_style
================================================================*/
#sitemap .main {
  padding: 30px 5%;
}

/*================================================================
 404_style
================================================================*/
#errorPage .main {
  margin-top: 50px;
  padding: 30px 5%;
}


/*** メルマガ登録フォーム ***/
/* sp非表示 */
[id^='js-popup__div'] {
    display: none !important;
}