  .pageHd01 {
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
}
.pageHd01 .bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 230px;
}
.pageHd01 span {
  display: block;
  position: absolute;
  top: 47px;
  left: 50%;
  min-width: 280px;
  margin-left: -150px;
  padding: 22px 10px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #fff;
}
.f_root .pageHd01 span, .f_company .pageHd01 span {
  background-color: rgba(255, 108, 0, 0.9);
}
.f_business .pageHd01 span {
  background-color: rgba(95, 87, 187, 0.9);
}
.f_technology .pageHd01 span {
  background-color: rgba(42, 131, 197, 0.9);
}
.f_ir .pageHd01 span {
  background-color: rgba(240, 120, 152, 0.9);
}
.f_news .pageHd01 span {
  background-color: rgba(101, 189, 226, 0.9);
}
.f_achievement .pageHd01 span {
  background-color: rgba(33, 166, 54, 0.9);
}
@media screen and (max-width: 737px) {
  .pageHd01 .bg {
    height: 120px;
  }
  .pageHd01 span {
    /* display: block; */
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    width: 170px;
    height: 60px;
    min-width: 170px;
    margin-top: -30px;
    margin-left: -85px;
    padding: 0;
    border-radius: 6px;
    font-size: 16px;

    -webkit-align-items: center;
    -webkit-justify-content: center;
  }
}

.langEn .pageHd01 span {
  padding-left: 0.05em;
  padding-right: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 737px) {
  .langEn .pageHd01 span {
    padding-left: 0.02em;
    padding-right: 0;
    letter-spacing: 0.02em;
  }
}
.iconBlankLink {
  background-image: url(/common_rwd/img/icon/icon_blank_02.png);
  background-size: 10px;
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 16px;
}
.contentWrap {
  background-color: #fff;
  position: relative;
  width: 1080px;
  margin: -55px auto 345px;
  padding: 0 40px;
  box-sizing: border-box;
}
.contentWrap:after {
  content: "";
  display: block;
  visibility: hidden;

  clear: both;
}
.contentWrap #main {
  width: 700px;
  padding-top: 50px;
  padding-bottom: 50px;

  float: right;
}
.contentWrap #aside {
  width: 230px;
  padding-top: 55px;

  float: left;
}
@media screen and (max-width: 737px) {
  .contentWrap {
    background-color: #fff;
    width: auto;
    margin: 0;
    padding: 0 15px;
  }
  .contentWrap:before {
    display: none;
  }
  .contentWrap #main {
    width: auto;
    padding-top: 25px;
    padding-bottom: 0;

    float: none;
  }
  .contentWrap #aside {
    width: auto;
    margin: 50px -15px 0;

    float: none;
  }
}
.contentWrap02 {
  background-color: #fff;
  position: relative;
  width: 1080px;
  margin: -55px auto 470px;
  padding: 0 40px;
  box-sizing: border-box;
}
.contentWrap02 #main {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 737px) {
  .contentWrap02 {
    background-color: #fff;
    width: auto;
    margin: 0;
    padding: 0 15px;
  }
  .contentWrap02 #main {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
.contentWrap03 {
  background-color: #fff;
  position: relative;
  width: 1080px;
  margin: 0 auto 50px;
  padding: 0 40px;
  box-sizing: border-box;
}
.contentWrap03 #main {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 737px) {
  .contentWrap03 {
    background-color: #fff;
    width: auto;
    margin: 0 0 50px;
    padding: 0 15px;
  }
  .contentWrap03 #main {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
#aside {
  padding-bottom: 60px;
}
#aside a {
  overflow: visible;
  color: #333;
  text-decoration: none;
}
#aside a:hover {
  text-decoration: none;
}
#aside > dl {
  margin: 0;
  border-bottom: 1px solid #c8c8c8;
}
#aside > dl dd a {
  transition: all 0.2s ease;

  -webkit-transition: all 0.2s ease;
}
#aside > dl dt {
  margin-left: -40px;
  padding: 0 0 30px 40px;
  border-bottom: 3px solid #ff6c00;
}
#aside > dl dt a {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
#aside > dl dd {
  margin: 0;
}
#aside > dl dd:nth-of-type(1) a {
  border-top: none;
}
#aside > dl dd a {
  display: block;
  position: relative;
  padding: 14px 10px 14px 19px;
  border-top: 1px solid #c8c8c8;
  font-size: 14px;
  line-height: 1.4;
}
#aside > dl dd a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 8px solid #ff6c00;
}
#aside > dl dd a:hover, #aside > dl dd a.cr {
  color: #ff6c00;

  border-bottom-color: #ff6c00;
}
#aside > dl dd a:hover:after, #aside > dl dd a.cr:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: auto;
  height: 0;
  border-bottom: 2px solid #ff6c00;
  z-index: 1;
}
#aside > dl dd .innerUl {
  margin: 0;
  padding: 0;
  border-top: 1px solid #c8c8c8;
}
#aside > dl dd .innerUl li {
  list-style: none;
}
#aside > dl dd .innerUl li:first-child a {
  border-top: none;
}
#aside > dl dd .innerUl li a {
  margin-left: 20px;
  padding-left: 0;
}
#aside > dl dd .innerUl li a:before {
  display: none;
}
#aside > dl .parentDd .innerUl {
  display: none;
}
#aside > dl .parentDd.open .innerUl {
  display: block;
}
#aside > dl .parentDd .asideAcBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border: 2px solid transparent;
  border-bottom: 2px solid #ff6c00;
  border-left: 2px solid #ff6c00;
  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#aside > dl .parentDd .asideAcBtn.cr {
  background-color: #fff;
  color: #333;
}
#aside > dl .parentDd .asideAcBtn.cr:hover {
  background-color: #ff6c00;
  color: #fff;
}
#aside > dl .parentDd .asideAcBtn.cr:hover:after, #aside > dl .parentDd .asideAcBtn:hover:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
#aside > dl .parentDd .asideAcBtn.open:after {
  margin-top: -3px;
  transform: rotate(135deg);

  -webkit-transform: rotate(135deg);
}
@media screen and (max-width: 737px) {
  #aside {
    padding-bottom: 0;
  }
  #aside > dl {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 20px 0 0;

    -webkit-align-items: stretch;
    -webkit-flex-wrap: wrap;
  }
  #aside > dl dt {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #aside > dl dt a {
    display: block;
    background-color: #ff6c00;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
  }
  #aside > dl dd {
    width: 50%;
    margin: 0;
    margin-bottom: -1px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  #aside > dl dd:nth-of-type(odd) {
    border-right: 1px solid #efefef;
  }
  #aside > dl dd a {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 100%;
    margin-top: 0;
    padding: 12px 10px 12px 15px;
    border-top: none;
    font-size: 12px;
    line-height: 1.5;

    -webkit-align-items: center;
  }
  #aside > dl dd a:before, #aside > dl dd a:after {
    display: none;
  }
  #aside > dl dd a:hover, #aside > dl dd a.cr {
    background-color: #efefef;
    color: #333;
  }
  #aside > dl dd a:hover:after, #aside > dl dd a.cr:after {
    display: none;
  }
  #aside > dl dd .innerUl {
    display: none;
  }
  #aside > dl .parentDd .asideAcBtn:after {
    display: none;
  }
  #aside > dl .parentDd.open .innerUl {
    display: none;
  }
}
#aside .banner {
  margin-top: 40px;
}
@media screen and (max-width: 737px) {
  #aside .banner {
    display: none;
  }
}
.f_business #aside > dl dt {
  border-bottom-color: #5f57bb;
}
.f_business #aside > dl dd:nth-of-type(1) > a {
  border-top: none;
}
.f_business #aside > dl dd a {
  border-top: 1px solid #c8c8c8;
}
.f_business #aside > dl dd a:before {
  border-left-color: #5f57bb;
}
.f_business #aside > dl dd a:hover, .f_business #aside > dl dd a.cr {
  color: #5f57bb;

  border-bottom-color: #5f57bb;
}
.f_business #aside > dl dd a:hover:after, .f_business #aside > dl dd a.cr:after {
  border-bottom-color: #5f57bb;
}
.f_business #aside > dl .parentDd .asideAcBtn:after {
  border-bottom-color: #5f57bb;
  border-left-color: #5f57bb;
}
.f_business #aside > dl .parentDd .asideAcBtn.cr:hover {
  background-color: #5f57bb;
}
@media screen and (max-width: 737px) {
  .f_business #aside > dl dt a {
    background-color: #5f57bb;
  }
  .f_business #aside > dl dd a {
    border-top: none;
  }
}
.f_technology #aside > dl dt {
  border-bottom-color: #2a83c5;
}
.f_technology #aside > dl dd a:before {
  border-left-color: #2a83c5;
}
.f_technology #aside > dl dd a:hover, .f_technology #aside > dl dd a.cr {
  color: #2a83c5;

  border-bottom-color: #2a83c5;
}
.f_technology #aside > dl dd a:hover:after, .f_technology #aside > dl dd a.cr:after {
  border-bottom-color: #2a83c5;
}
.f_technology #aside > dl .parentDd .asideAcBtn:after {
  border-bottom-color: #2a83c5;
  border-left-color: #2a83c5;
}
.f_technology #aside > dl .parentDd .asideAcBtn.cr:hover {
  background-color: #2a83c5;
}
@media screen and (max-width: 737px) {
  .f_technology #aside > dl dt a {
    background-color: #2a83c5;
  }
}
.f_ir #aside > dl dt {
  border-bottom-color: #f07898;
}
.f_ir #aside > dl dd a:before {
  border-left-color: #f07898;
}
.f_ir #aside > dl dd a:hover, .f_ir #aside > dl dd a.cr {
  color: #f07898;

  border-bottom-color: #f07898;
}
.f_ir #aside > dl dd a:hover:after, .f_ir #aside > dl dd a.cr:after {
  border-bottom-color: #f07898;
}
.f_ir #aside > dl .parentDd .asideAcBtn:after {
  border-bottom-color: #f07898;
  border-left-color: #f07898;
}
.f_ir #aside > dl .parentDd .asideAcBtn.cr:hover {
  background-color: #f07898;
}
@media screen and (max-width: 737px) {
  .f_ir #aside > dl dt a {
    background-color: #f07898;
  }
}
.f_achievement #aside > dl dt {
  border-bottom-color: #21a636;
}
.f_achievement #aside > dl dd a:before {
  border-left-color: #21a636;
}
.f_achievement #aside > dl dd a:hover, .f_achievement #aside > dl dd a.cr {
  color: #21a636;

  border-bottom-color: #21a636;
}
.f_achievement #aside > dl dd a:hover:after, .f_achievement #aside > dl dd a.cr:after {
  border-bottom-color: #21a636;
}
.f_achievement #aside > dl dd .unlink {
  display: block;
  margin-top: 3px;
  padding: 14px 10px 14px 19px;
  font-size: 14px;
  line-height: 1.4;
}
.f_achievement #aside > dl .unlinkBox {
  padding-top: 48px;
  border-top: 1px solid #c8c8c8;
}
.f_achievement #aside > dl .unlinkBox .unlink {
  border-top: 1px solid #c8c8c8;
}
.f_achievement #aside > dl .parentDd .asideAcBtn:after {
  border-bottom-color: #21a636;
  border-left-color: #21a636;
}
.f_achievement #aside > dl .parentDd .asideAcBtn.cr:hover {
  background-color: #21a636;
}
@media screen and (max-width: 737px) {
  .f_achievement #aside > dl dt a {
    background-color: #21a636;
  }
}
#aside.technologyAside > dl .granPaDd .unlink {
  display: block;
  margin-top: 3px;
  padding: 14px 10px 14px 30px;
  font-size: 14px;
  line-height: 1.4;
}
#aside.technologyAside > dl .parentDd > a {
  padding-left: 44px;
}
@media screen and (max-width: 737px) {
  #aside.technologyAside > dl .granPaDd {
    display: none;
  }
  #aside.technologyAside > dl .granPaDd .unlink {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding: 12px 10px 12px 15px;
    font-size: 12px;
    line-height: 1.5;

    -webkit-align-items: center;
  }
}
#aside .addLink {
  margin-top: 20px;
}
#aside .addLink .iconChair {
  display: block;
  background-image: url(/common_rwd/img/icon/icon_chair_01.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: #eee;
  padding: 28px 0 28px 62px;
  font-size: 14px;
  color: #333;
  transition: opacity 0.3s ease;
}
#aside .addLink .iconChair:hover {
  opacity: 0.7;
}
#aside .addLink .asideVirtual {
  display: block;
  background-image: url(/common_rwd/img/business/virtual_banner_02.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 130px;
  overflow: hidden;
  text-indent: -999px;
  transition: opacity 0.3s ease;
}
#aside .addLink .asideVirtual:hover {
  opacity: 0.7;
}
@media screen and (max-width: 737px) {
  #aside .addLink {
    display: none;
  }
}
#aside .stockPriceInfoWrap .sideBox {
  position: relative;
  margin-top: 20px;
  padding: 26px 30px;
  border: 1px solid #ccc;
}
#aside .stockPriceInfoWrap .sideBox a {
  color: #39f;
  text-decoration: underline;
}
#aside .stockPriceInfoWrap .sideBox a:hover {
  text-decoration: none;
}
#aside .stockPriceInfoWrap .sideBox:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: 0;
  border-top: 4px solid #f07898;
}
#aside .stockPriceInfoWrap .sideBox p {
  margin: 0;
}
#aside .stockPriceInfoWrap .sideBox .linkP {
  padding-top: 6px;
  line-height: 1;
}
#aside .stockPriceInfoWrap .sideBox .linkP a {
  display: inline-block;
  background-image: url(/common_rwd/img/icon/icon_blank_02.png);
  background-size: 10px 10px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  font-size: 20px;
  color: #f07898;
  text-decoration: none;
}
#aside .stockPriceInfoWrap .sideBox .linkP a:hover {
  text-decoration: underline;
}
#aside .stockPriceInfoWrap .sideBox dl {
  margin: 0;
}
#aside .stockPriceInfoWrap .sideBox dl dt {
  margin-bottom: 6px;
  font-size: 16px;
}
#aside .stockPriceInfoWrap .sideBox dl dd {
  margin: 0;
}
#aside .stockPriceInfoWrap .sideBox dl dd ul {
  margin: 0;
  padding: 0;
}
#aside .stockPriceInfoWrap .sideBox dl dd ul li {
  list-style: none;
}
#aside .stockPriceInfoWrap .sideBox dl dd ul li + li {
  margin-top: 8px;
}
#aside .stockPriceInfoWrap .sideBox dl dd ul li a {
  display: inline-block;
  background-image: url(/common_rwd/img/icon/icon_pdf_01.png);
  background-size: 24px;
  background-position: 2px left;
  background-repeat: no-repeat;
  padding-left: 28px;

  word-break: break-all;
}
#aside .stockPriceInfoWrap .sideBox dl .btnWrap {
  margin: 10px -10px -10px;
}
#aside .stockPriceInfoWrap .sideBox dl .btnWrap a {
  display: block;
  background-image: url(/common_rwd/img/icon/icon_zip_01.png);
  background-size: 18px 25px;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-color: rgba(240, 120, 152, 0.1);
  position: relative;
  padding: 8px;
  padding-left: 48px;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
#aside .stockPriceInfoWrap .sideBox dl .btnWrap a:hover {
  opacity: 0.7;
}
#aside .stockPriceInfoWrap .sideBox dl .btnWrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-bottom: 2px solid #f07898;
  border-right: 2px solid #f07898;
  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media screen and (max-width: 737px) {
  #aside .stockPriceInfoWrap {
    display: none;
  }
}
#main > p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 2;
}
#main > p.mb0 {
  margin-bottom: 0;
}
#main > p.largeTxt {
  font-size: 18px;
  line-height: 1.88;
}
#main > p:first-child {
  margin-top: 35px;
}
@media screen and (max-width: 737px) {
  #main > p {
    margin: 15px 0;
    font-size: 12px;
  }
  #main > p.largeTxt {
    font-size: 14px;
    line-height: 1.6;
  }
  #main > p:first-child {
    margin-top: 20px;
  }
}
.pImgWrap {
  margin: 40px 0;
}
@media screen and (max-width: 737px) {
  .pImgWrap {
    margin: 20px 0;
  }
}
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt40sp20 {
  margin-top: 40px;
}
@media screen and (max-width: 737px) {
  .mt40sp20 {
    margin-top: 20px;
  }
}
#main .firstContent {
  margin-top: 40px;
}
@media screen and (max-width: 737px) {
  #main .firstContent {
    margin-top: 20px;
  }
}
#main .fs18sp12 {
  font-size: 18px;
}
@media screen and (max-width: 737px) {
  #main .fs18sp12 {
    font-size: 12px;
    font-weight: 500;
  }
}
#main .fs16sp12 {
  font-size: 16px;
}
@media screen and (max-width: 737px) {
  #main .fs16sp12 {
    font-size: 12px;
    font-weight: 500;
  }
}
.mainColor {
  color: #ff6c00;
}
@media screen and (max-width: 737px) {
  .spInnerBreak {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#main .hd01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 40px -40px 20px 0;
  padding-bottom: 23px;
  border-bottom: 3px solid #333;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;

  -ms-flex-wrap: wrap;
}
#main .hd01:first-child {
  margin-top: 0;
}
#main .hd01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 57%;
  width: auto;
  height: 0;
  border-bottom: 3px solid #ff6c00;
}
#main .hd01.beforeTable {
  margin-bottom: -10px;
  border-bottom: none !important;
}
#main .hd01.beforeTable:after {
  display: none;
}
@media screen and (max-width: 737px) {
  #main .hd01 {
    margin: 20px 0 25px 0;
    padding-bottom: 22px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;

    border-bottom-width: 2px;
  }
  #main .hd01:after {
    bottom: -2px;
    right: 57%;

    border-bottom-width: 2px;
  }
}
.hd01-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}

@media screen and (max-width: 737px) {
  .hd01-icons {
    margin-top: 10px;
    margin-left: 0;
  }
}

.hd01-icons img {
  display: block;
  width: 42px;
  margin: 0 4px;
}
.f_business #main .hd01:after {
  border-bottom-color: #5f57bb;
}
.f_technology #main .hd01:after {
  border-bottom-color: #2a83c5;
}
.f_ir #main .hd01:after {
  border-bottom-color: #f07898;
}
.f_achievement #main .hd01:after {
  border-bottom-color: #21a636;
}
#main .hd02 {
  margin: 40px 0 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.69;
  color: #ff6c00;
}
@media screen and (max-width: 737px) {
  #main .hd02 {
    margin: 20px 0 10px;
    font-size: 16px;
    line-height: 1.3;
    color: #ff6c00;
  }
}
#main .hd03 {
  margin: 40px 0 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.69;
  color: #333;
}
@media screen and (max-width: 737px) {
  #main .hd03 {
    margin: 20px 0 15px;
    padding-bottom: 0;
    font-size: 17px;
    line-height: 1.3;
  }
}
#main .hd04 {
  margin: 40px 0 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.69;
  color: #ff6c00;
}
@media screen and (max-width: 737px) {
  #main .hd04 {
    margin: 20px 0 15px;
    padding-bottom: 0;
    font-size: 17px;
    line-height: 1.3;
  }
}
.f_business #main .hd04 {
  color: #5f57bb;
}
.f_technology #main .hd04 {
  color: #2a83c5;
}
.f_ir #main .hd04 {
  color: #f07898;
}
.f_achievement #main .hd04 {
  color: #21a636;
}
#main .numHd01 {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin: 70px 0 26px;

  -webkit-align-items: stretch;
}
#main .numHd01 > span {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 5px 0;
  box-sizing: border-box;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
#main .numHd01 .num {
  background-color: #ff6c00;
  width: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #fff;
}
#main .numHd01 .txt {
  flex: 1;
  flex-grow: 1;
  justify-content: start;
  padding-left: 19px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 20px;
  font-weight: 400;

  -webkit-flex: 1;
  -webkit-flex-grow: 1;
  -webkit-justify-content: start;
}
@media screen and (max-width: 737px) {
  #main .numHd01 {
    margin: 40px 0 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid #c8c8c8;
  }
  #main .numHd01 > span {
    min-height: 40px;
    padding: 2px 0;
  }
  #main .numHd01 .num {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  #main .numHd01 .txt {
    padding-left: 15px;
    border: none;
    font-size: 14px;
    line-height: 1.42;
  }
}
#main .numHd02 {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin: 70px 0 26px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;

  -webkit-align-items: stretch;
}
#main .numHd02 > span {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-sizing: border-box;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
#main .numHd02 .num + .num {
  margin-left: 2px;
}
#main .numHd02 .num span {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff6c00;
  width: 28px;
  height: 28px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #fff;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
#main .numHd02 .txt {
  flex: 1;
  flex-grow: 1;
  justify-content: start;
  padding-left: 19px;
  font-size: 20px;
  font-weight: 400;

  -webkit-flex: 1;
  -webkit-flex-grow: 1;
  -webkit-justify-content: start;
}
@media screen and (max-width: 737px) {
  #main .numHd02 {
    display: block;
    margin: 40px 0 15px;
    padding-bottom: 9px;
  }
  #main .numHd02 .num {
    width: 30px;
    height: 30px;

    float: left;
  }
  #main .numHd02 .num + .num {
    margin-left: 5px;
  }
  #main .numHd02 .num span {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  #main .numHd02 .txt {
    width: 100%;
    padding-top: 14px;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.42;

    clear: both;
  }
}
#main .numHd03 {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin: 70px 0 26px;

  -webkit-align-items: stretch;
}
#main .numHd03 > span {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 5px 0;
  box-sizing: border-box;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
#main .numHd03 .num {
  background-color: #f07898;
  width: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #fff;
}
#main .numHd03 .txt {
  flex: 1;
  flex-grow: 1;
  justify-content: start;
  padding-left: 19px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 20px;
  font-weight: 400;

  -webkit-flex: 1;
  -webkit-flex-grow: 1;
  -webkit-justify-content: start;
}
#main .numHd03 .icons {
  width: 90px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 0;
}
#main .numHd03 .icons span {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #bfbfbf;
  width: 42px;
  height: 42px;
  margin-left: 5px;
  border-radius: 4px;
  cursor: pointer;
}
#main .numHd03 .icons span.chosen, #main .numHd03 .icons span:hover {
  background-color: #777;
}
#main .numHd03 .icons span.chartIcon {
  background-image: url(/common_rwd/img/icon/icon_chart_01.png);
}
#main .numHd03 .icons span.tableIcon {
  background-image: url(/common_rwd/img/icon/icon_table_01.png);
}
@media screen and (max-width: 737px) {
  #main .numHd03 {
    margin: 40px 0 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid #c8c8c8;
  }
  #main .numHd03 > span {
    min-height: 40px;
    padding: 2px 0;
  }
  #main .numHd03 .num {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  #main .numHd03 .txt {
    padding-left: 15px;
    border: none;
    font-size: 14px;
    line-height: 1.42;
  }
  #main .numHd03 .icons {
    border: none;
  }
}
#main .imgHd01 {
  display: table;
  width: 100%;
  margin: 40px 0 20px;

  table-layout: fixed;
}
#main .imgHd01 > div {
  display: table-cell;
}
#main .imgHd01 .img {
  background-size: cover;
  background-position: center center;
  width: 220px;
  height: 100px;
}
#main .imgHd01 .txt {
  background-color: #efefef;
  vertical-align: middle;
  padding-left: 22px;
  font-size: 18px;
  font-weight: 400;
}
#main .imgHd01 .txt .small {
  font-size: 16px;
}
@media screen and (max-width: 737px) {
  #main .imgHd01 {
    margin: 25px 0 15px;
  }
  #main .imgHd01 .img {
    width: 140px;
    height: 65px;
  }
  #main .imgHd01 .txt {
    padding-left: 10px;
    font-size: 13px;
  }
  #main .imgHd01 .txt .small {
    font-size: 11px;
    color: #666;
  }
}
#main .imgHd02 {
  margin: 40px 0;
  padding: 0;
}
#main .imgHd02:after {
  content: "";
  display: block;
  visibility: hidden;

  clear: both;
}
#main .imgHd02 li {
  width: 200px;
  margin: 10px;

  float: left;
  list-style: none;
}
#main .imgHd02 li a {
  display: table;
  text-decoration: none;
}
#main .imgHd02 li .txt {
  display: table-cell;
  width: 200px;
  height: 180px;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
#main .imgHd02 li a {
  transition: 0.2s;

  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
#main .imgHd02 li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 737px) {
  #main .imgHd02 {
    margin: 25px 0 15px;
  }
  #main .imgHd02 li {
    background: #efefef;
    width: 100%;
    height: 60px;
    margin: 10px 0;
    overflow: hidden;

    float: none;
  }
  #main .imgHd02 li a {
    position: relative;
    width: 100%;
  }
  #main .imgHd02 li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #ff6c00;
    border-right: 1px solid #ff6c00;
    transform: rotate(45deg);

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #main .imgHd02 li .txt {
    background-size: 110px auto;
    background-position: top -20px left;
    width: 100%;
    height: 60px;
    padding-left: 130px;
    font-size: 13px;
    color: #333;
    text-align: left;

    -webkit-background-size: 110px auto;
  }
}
.underlineHd01 {
  position: relative;
  margin: 45px 0 40px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.underlineHd01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 116px;
  height: 0;
  margin-left: -58px;
  border-top: 4px solid #ff6c00;
}
@media screen and (max-width: 737px) {
  .underlineHd01 {
    margin: 30px 0 20px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .underlineHd01:after {
    width: 80px;
    margin-left: -40px;
    border-top: 2px solid #ff6c00;
  }
}
/* underlineHd02 */
.underlineHd02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 60px 0 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #c8c8c8;
  font-size: 22px;
  font-weight: 400;

  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-flex-wrap: wrap;
}

@media screen and (max-width: 737px) {
  .underlineHd02 {
    display: block;
    margin: 35px 0 20px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}
.f_company .underlineHd02 {
  border-bottom-color: #ff6c00;
}
.f_business .underlineHd02 {
  border-bottom-color: #5f57bb;
}
.f_technology .underlineHd02 {
  border-bottom-color: #2a83c5;
}
.f_ir .underlineHd02 {
  border-bottom-color: #f07898;
}
.f_achievement .underlineHd02 {
  border-bottom-color: #21a636;
}
.f_news .underlineHd02 {
  border-bottom-color: #65bde2;
}
.underlineHd03 {
  margin: 60px 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff6c00;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 737px) {
  .underlineHd03 {
    margin: 35px 0 20px;
    padding-bottom: 12px;
    font-size: 14px;
  }
}
.f_company .underlineHd03 {
  border-bottom-color: #ff6c00;
}
.f_business .underlineHd03 {
  border-bottom-color: #5f57bb;
}
.f_technology .underlineHd03 {
  border-bottom-color: #2a83c5;
}
.f_ir .underlineHd03 {
  border-bottom-color: #f07898;
}
.f_achievement .underlineHd03 {
  border-bottom-color: #21a636;
}
.f_news .underlineHd03 {
  border-bottom-color: #65bde2;
}
.boldColorHd01 {
  margin: 30px 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #ff6c00;
}
@media screen and (max-width: 737px) {
  .boldColorHd01 {
    margin: 20px 0 14px;
    font-size: 13px;
    font-weight: 700;
  }
}
.f_business .boldColorHd01 {
  color: #5f57bb;
}
.f_technology .boldColorHd01 {
  color: #2a83c5;
}
.f_ir .boldColorHd01 {
  color: #f07898;
}
.f_achievement .boldColorHd01 {
  color: #21a636;
}
.f_news .boldColorHd01 {
  color: #65bde2;
}
.boldColorHd02 {
  margin: 30px 0 15px;
  font-size: 16px;
  font-weight: 700;
  color: #ff6c00;
}
@media screen and (max-width: 737px) {
  .boldColorHd02 {
    margin: 20px 0 14px;
    font-size: 13px;
    font-weight: 700;
  }
}
.f_business .boldColorHd02 {
  color: #5f57bb;
}
.f_technology .boldColorHd02 {
  color: #2a83c5;
}
.f_ir .boldColorHd02 {
  color: #f07898;
}
.f_achievement .boldColorHd02 {
  color: #21a636;
}
.f_news .boldColorHd02 {
  color: #65bde2;
}
.sideLineHd01 {
  margin: 36px 0 30px;
  padding-left: 21px;
  border-left: 8px solid #ff6c00;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.08;
}
.sideLineHd01.mt {
  margin-top: 60px;
}
@media screen and (max-width: 737px) {
  .sideLineHd01 {
    margin: 25px 0 22px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.38;

    border-left-width: 5px;
  }
  .sideLineHd01.mt {
    margin-top: 35px;
  }
}
.f_business .sideLineHd01 {
  border-left-color: #5f57bb;
}
.f_technology .sideLineHd01 {
  border-left-color: #2a83c5;
}
.f_ir .sideLineHd01 {
  border-left-color: #f07898;
}
.f_achievement .sideLineHd01 {
  border-left-color: #21a636;
}
.f_news .sideLineHd01 {
  border-left-color: #65bde2;
}
.sideLineHd02 {
  background-color: rgba(255, 108, 0, 0.1);
  margin: 30px 0 16px;
  padding: 8px 0 8px 20px;
  border-left: 4px solid #ff6c00;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 737px) {
  .sideLineHd02 {
    margin: 25px 0 10px;
    padding: 5px 0 5px 14px;
    font-size: 14px;

    border-left-width: 3px;
  }
}
.f_business .sideLineHd02 {
  background-color: rgba(95, 87, 187, 0.1);

  border-left-color: #5f57bb;
}
.f_technology .sideLineHd02 {
  background-color: rgba(42, 131, 197, 0.1);

  border-left-color: #2a83c5;
}
.f_ir .sideLineHd02 {
  background-color: rgba(240, 120, 152, 0.1);

  border-left-color: #f07898;
}
.f_achievement .sideLineHd02 {
  background-color: rgba(33, 166, 54, 0.1);

  border-left-color: #21a636;
}
#main .boldHd01 {
  margin: 30px 0 10px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 737px) {
  #main .boldHd01 {
    margin: 15px 0 5px;
    font-size: 14px;
  }
}
#main .boldHd01 + p {
  margin-top: 0;
}
#main .blackHd01 {
  margin: 50px 0 10px;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 737px) {
  #main .blackHd01 {
    margin: 25px 0 10px;
    font-size: 16px;
  }
}
.orderList01, .anchorOrderList01 {
  margin: 30px 0;
  padding: 0;
}
.orderList01 li, .anchorOrderList01 li {
  margin-top: 12px;
  font-size: 20px;

  list-style: none;
}
.orderList01 li p, .orderList01 li a, .anchorOrderList01 li p, .anchorOrderList01 li a {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  color: #333;
  text-decoration: none;

  -webkit-align-items: stretch;
}
.orderList01 li p > span, .orderList01 li a > span, .anchorOrderList01 li p > span, .anchorOrderList01 li a > span {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0;
  box-sizing: border-box;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.orderList01 li p .num, .orderList01 li a .num, .anchorOrderList01 li p .num, .anchorOrderList01 li a .num {
  background-color: #ff6c00;
  width: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #fff;
}
.orderList01 li p .txt, .orderList01 li a .txt, .anchorOrderList01 li p .txt, .anchorOrderList01 li a .txt {
  flex: 1;
  flex-wrap: wrap;
  justify-content: start;
  padding: 2px 0;
  padding-left: 19px;
  line-height: 1.4;

  -webkit-flex: 1;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: start;
}
.orderList01 li p .txt .gray, .orderList01 li a .txt .gray, .anchorOrderList01 li p .txt .gray, .anchorOrderList01 li a .txt .gray {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  color: #666;
}
.orderList01.num60 > span, .anchorOrderList01.num60 > span {
  min-height: 60px;
}
.orderList01.num60 .num, .anchorOrderList01.num60 .num {
  width: 60px;
}
@media screen and (max-width: 737px) {
  .orderList01, .anchorOrderList01 {
    margin: 30px 0;
  }
  .orderList01 li, .anchorOrderList01 li {
    font-size: 14px;
    line-height: 1.42;
  }
  .orderList01 li p, .orderList01 li a, .anchorOrderList01 li p, .anchorOrderList01 li a {
    align-items: top;

    -webkit-align-items: top;
  }
  .orderList01 li p > span, .orderList01 li a > span, .anchorOrderList01 li p > span, .anchorOrderList01 li a > span {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    padding: 2px 0;

    -webkit-align-items: center;
    -webkit-justify-content: center;
  }
  .orderList01 li p .num, .orderList01 li a .num, .anchorOrderList01 li p .num, .anchorOrderList01 li a .num {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .orderList01 li p .txt, .orderList01 li a .txt, .anchorOrderList01 li p .txt, .anchorOrderList01 li a .txt {
    justify-content: start;
    padding-left: 15px;

    -webkit-justify-content: start;
  }
  .orderList01 li p .txt .gray, .orderList01 li a .txt .gray, .anchorOrderList01 li p .txt .gray, .anchorOrderList01 li a .txt .gray {
    display: inline-block;
    width: auto;
    font-size: 12px;
    line-height: 1.41;
  }
  .orderList01.num60 > span, .anchorOrderList01.num60 > span {
    min-height: 40px;
  }
  .orderList01.num60 .num, .anchorOrderList01.num60 .num {
    width: 40px;
  }
}
.anchorListWrap {
  margin: 40px 0;
  margin-left: -30px;
}
.anchorListWrap a {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 2.2;
  text-decoration: none;
}
.anchorListWrap a:hover {
  text-decoration: underline;
}
.anchorListWrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border: 2px solid transparent;
  border-bottom: 2px solid #39f;
  border-left: 2px solid #39f;
  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media screen and (max-width: 737px) {
  .anchorListWrap {
    margin: 20px 0;
    margin-left: -15px;
  }
  .anchorListWrap a {
    margin-left: 15px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 2.2;
  }
}
.anchorListWrap02 {
  background: #efefef;
  margin: 20px 0 40px;
  padding: 14px 0;
  text-align: center;
}
.anchorListWrap02 a {
  display: inline-block;
  position: relative;
  margin: 0 0.7em;
  padding-right: 1.5em;
  color: #333;
  text-decoration: none;
}
.anchorListWrap02 a:hover {
  text-decoration: underline;
}
.anchorListWrap02 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-bottom: 2px solid #ff6c00;
  border-right: 2px solid #ff6c00;
  transform: rotate(45deg);

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
@media screen and (max-width: 737px) {
  .anchorListWrap02 {
    background: none;
    margin: 0 -1% 20px;
    padding: 0;
  }
  .anchorListWrap02:after {
    content: "";
    display: block;
    visibility: hidden;

    clear: both;
  }
  .anchorListWrap02 a {
    display: block;
    background: #efefef;
    width: 23%;
    margin: 1%;
    line-height: 55px;

    float: left;
  }
  .anchorListWrap02 a:after {
    right: 24%;
  }
}
.imgPanelListWrap {
  margin: 80px 0;
}
.imgPanelListWrap ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
  margin-top: -40px;
  margin-left: -46px;
  padding: 0;

  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}
.imgPanelListWrap li {
  width: 322px;
  margin-top: 40px;
  margin-left: 46px;

  list-style: none;
}
.imgPanelListWrap li a {
  display: block;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.imgPanelListWrap li a:hover {
  opacity: 0.7;
}
.imgPanelListWrap li a .img {
  position: relative;
  height: 0;
  padding-top: 74.5%;
}
.imgPanelListWrap li a .img > div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imgPanelListWrap li a p {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 0;
  padding-right: 26px;
  letter-spacing: 0.1em;
}
.imgPanelListWrap li a p:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-bottom: 2px solid #ff6c00;
  border-right: 2px solid #ff6c00;
  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media screen and (max-width: 737px) {
  .imgPanelListWrap {
    margin: 50px 0;
  }
  .imgPanelListWrap ul {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
  .imgPanelListWrap li {
    width: auto;
    margin-top: 0;
    margin-left: 0;
  }
  .imgPanelListWrap li + li {
    margin-top: 15px;
  }
  .imgPanelListWrap li a .img {
    padding-top: 46.2%;
  }
  .imgPanelListWrap li a p {
    position: relative;
    margin-top: 6px;
    margin-bottom: 0;
    padding-right: 17px;
    font-size: 12px;
  }
}
.imgPanelListWrap02 {
  margin: 50px 0;
}
.imgPanelListWrap02 ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -50px -25px 20px;
  padding: 0;

  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}
.imgPanelListWrap02 ul li {
  width: 320px;
  margin: 50px 25px 0;

  list-style: none;
}
.imgPanelListWrap02 ul li a {
  display: block;
  background-color: #efefef;
  height: 100%;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.imgPanelListWrap02 ul li a:hover {
  opacity: 0.7;
}
.imgPanelListWrap02 ul li dl {
  margin: 0;
  padding: 0;
}
.imgPanelListWrap02 ul li dt {
  padding: 26px 30px 15px;
  font-size: 18px;
  font-weight: 500;
}
.imgPanelListWrap02 ul li dd {
  margin: 0;
}
.imgPanelListWrap02 ul li .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 46.8%;
}
.imgPanelListWrap02 ul li .txt {
  padding: 0 30px 30px;
  font-size: 13px;
  line-height: 1.69;
}
@media screen and (max-width: 737px) {
  .imgPanelListWrap02 {
    margin: 25px 0;
  }
  .imgPanelListWrap02 ul {
    margin: 0;
  }
  .imgPanelListWrap02 ul li {
    width: 100%;
    margin: 0;
  }
  .imgPanelListWrap02 ul li + li {
    margin-top: 30px;
  }
  .imgPanelListWrap02 ul li a {
    display: block;
    background-color: #efefef;
    height: 100%;
    color: #333;
    text-decoration: none;
  }
  .imgPanelListWrap02 ul li dt {
    width: 100%;
    padding: 15px 16px 8px;
    font-size: 12px;
  }
  .imgPanelListWrap02 ul li dd {
    width: 100%;
    margin: 0;
  }
  .imgPanelListWrap02 ul li .img img {
    width: 100%;
  }
  .imgPanelListWrap02 ul li .txt {
    padding: 0 16px 15px;
    font-size: 10px;
  }
}
.imgPanelListWrap03 {
  margin: 40px 0;
}
.imgPanelListWrap03 ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
  margin-top: -40px;
  margin-left: -50px;
  padding: 0;

  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}
.imgPanelListWrap03 li {
  width: 320px;
  margin-top: 40px;
  margin-left: 50px;

  list-style: none;
}
.imgPanelListWrap03 li a {
  display: block;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.imgPanelListWrap03 li a:hover {
  opacity: 0.7;
}
.imgPanelListWrap03 li a p {
  display: inline-block;
  position: relative;
  margin-top: 12px;
  margin-bottom: 0;
  padding-right: 26px;
  letter-spacing: 0.1em;
}
.imgPanelListWrap03 li a p:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-bottom: 2px solid #ff6c00;
  border-right: 2px solid #ff6c00;
  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.imgPanelListWrap03 li a.blank p:after {
  background-image: url(/common_rwd/img/icon/icon_blank_02.png);
  background-size: 10px;
  background-repeat: no-repeat;
  top: 50%;
  right: 10px;
  right: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: none;
  transform: rotate(0deg);

  -webkit-transform: rotate(0deg);
}
@media screen and (max-width: 737px) {
  .imgPanelListWrap03 {
    margin: 50px 0;
  }
  .imgPanelListWrap03 ul {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
  .imgPanelListWrap03 li {
    width: auto;
    margin-top: 0;
    margin-left: 0;
  }
  .imgPanelListWrap03 li + li {
    margin-top: 15px;
  }
  .imgPanelListWrap03 li a .img img {
    width: 100%;
  }
  .imgPanelListWrap03 li a p {
    position: relative;
    margin-top: 6px;
    margin-bottom: 0;
    padding-right: 17px;
    font-size: 12px;
  }
}
.imgPanelListWrap04 {
  margin: 40px 0;
}
.imgPanelListWrap04 ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
  margin-top: -20px;
  margin-left: -20px;
  padding: 0;

  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}
.imgPanelListWrap04 li {
  width: 216px;
  height: 216px;
  margin-top: 20px;
  margin-left: 20px;

  list-style: none;
}
.imgPanelListWrap04 li a {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f7f8f8;
  height: 100%;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.imgPanelListWrap04 li a:hover {
  opacity: 0.7;
}
.imgPanelListWrap04 li a div {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
@media screen and (max-width: 737px) {
  .imgPanelListWrap04 {
    margin: 20px 0;
  }
  .imgPanelListWrap04 ul {
    margin-top: -10px;
    margin-left: -10px;
    padding: 0;
  }
  .imgPanelListWrap04 li {
    width: calc(50% - 10px);
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
  }
  .imgPanelListWrap04 li a {
    position: relative;
    height: 0;
    padding-top: 100%;
  }
  .imgPanelListWrap04 li a div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
  }
}
.harfBoxList01 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 20px 0 20px;
  margin-left: -46px;

  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}
.harfBoxList01:after {
  content: "";
  display: block;
  visibility: hidden;

  clear: both;
}
.harfBoxList01 .box {
  width: 322px;
  margin-top: 10px;
  margin-left: 46px;
}
.harfBoxList01 .box .caption {
  font-size: 13px;
}
.harfBoxList01 .box .caption strong {
  font-size: 16px;
}
.harfBoxList01 a {
  display: block;
  color: #333;
  text-decoration: none;
}
.harfBoxList01 .link {
  display: inline-block;
  margin-top: 10px;
  color: #39f;
  text-decoration: underline;
}
.harfBoxList01 :hover .link {
  text-decoration: none;
}
@media screen and (max-width: 737px) {
  .harfBoxList01 {
    margin: 20px 0 20px;
    margin-left: -10px;
  }
  .harfBoxList01 .box {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
  .harfBoxList01 .box .caption {
    font-size: 10px;
    line-height: 1.6;
  }
  .harfBoxList01 .link {
    margin-top: 6px;
  }
}
.pdfLinkList {
  margin: 20px 0;
  padding: 0;
}
.pdfLinkList li {
  font-size: 14px;

  list-style: none;
}
.pdfLinkList li + li {
  margin-top: 1em;
}
.pdfLinkList li a {
  background-image: url(/common_rwd/img/icon/icon_pdf_01.png);
  background-size: 24px;
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 32px;
}
@media screen and (max-width: 737px) {
  .pdfLinkList li {
    font-size: 12px;
  }
}
.harfBoxList02 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 20px 0 20px;
  margin-left: -46px;

  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}
.harfBoxList02:after {
  content: "";
  display: block;
  visibility: hidden;

  clear: both;
}
.harfBoxList02 .box {
  width: 322px;
  margin-top: 10px;
  margin-left: 46px;
}
.harfBoxList02 .box .caption {
  font-size: 13px;
}
.harfBoxList02 a {
  display: block;
  color: #333;
  text-decoration: none;
}
.harfBoxList02 .link {
  display: inline-block;
  margin-top: 10px;
  color: #39f;
  text-decoration: underline;
}
.harfBoxList02 :hover .link {
  text-decoration: none;
}
@media screen and (max-width: 737px) {
  .harfBoxList02 {
    display: block;
    margin: 20px 0 20px;
    margin-left: 0;
  }
  .harfBoxList02 .box {
    width: auto;
    margin-top: 0;
    margin-left: 0;
  }
  .harfBoxList02 .box + .box {
    margin-top: 10px;
  }
  .harfBoxList02 .box p {
    font-size: 10px;
    line-height: 1.6;
  }
  .harfBoxList02 .box .link {
    margin-top: 6px;
  }
}
.dlList01 {
  display: -webkit-flex;
  display: flex;
  margin: 30px 0;
}
.dlList01:after {
  content: "";
  display: block;
  visibility: hidden;

  clear: both;
}
.dlList01 dl {
  width: 33.333%;

  float: left;
}
.dlList01 dl dt {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
  color: #ff6c00;
}
.dlList01 dl dd {
  position: relative;
  margin: 1em 0 0;
  padding: 0;
  padding-left: 10px;
  line-height: 2;

  list-style: none;
}
.dlList01 dl dd:after {
  content: "";
  display: block;
  background-color: #ff6c00;
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.dlList01 dl dd a {
  color: #333;
  text-decoration: none;
}
.dlList01 dl dd a:hover {
  text-decoration: underline;
}
.dlList01 dl + dl {
  padding-left: 20px;
  border-left: 1px solid #ff6c00;
}
@media screen and (max-width: 737px) {
  .dlList01 {
    display: block;
    margin: 20px 0 40px;
  }
  .dlList01 dl {
    width: 100%;

    float: none;
  }
  .dlList01 dl dt {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .dlList01 dl dd {
    margin: 0.7em 0 0;
  }
  .dlList01 dl dd a {
    font-size: 12px;
  }
  .dlList01 dl + dl {
    margin-top: 40px;
    padding-left: 0;
    border-left: none;
  }
}
.imgRow01 .row {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin: 40px 0;

  -webkit-align-items: stretch;
}
.imgRow01 .row .left {
  width: 200px;
}
.imgRow01 .row .right {
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-end;
  width: 466px;
  padding-left: 24px;

  -webkit-flex-direction: column;
  -webkit-flex-grow: 1;
  -webkit-justify-content: flex-end;
}
.imgRow01 .row .right p:last-child {
  margin-bottom: 0;
}
.imgRow01 .row .imgHd {
  margin: 20px 0;
  font-size: 18px;
}
@media screen and (max-width: 737px) {
  .imgRow01 .row {
    margin: 40px 0;
  }
  .imgRow01 .row .left {
    width: 140px;
  }
  .imgRow01 .row .right {
    flex: 1;
    width: auto;
    padding-left: 10px;

    -webkit-flex: 1;
  }
  .imgRow01 .row .imgHd {
    margin: 14px 0 0;
    font-size: 13px;
  }
  .imgRow01 .row p {
    font-size: 10px;
    line-height: 1.6;
  }
}
.addressList {
  margin: 20px 0;
  border-top: 1px solid #c8c8c8;
}
.addressList dt {
  padding: 18px 0 5px;
  font-size: 18px;
  font-weight: 500;
}
.addressList dd {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 737px) {
  .addressList {
    margin: 10px 0 20px;
  }
  .addressList dt {
    padding: 9px 0 3px;
    font-size: 14px;
  }
  .addressList dd {
    padding-bottom: 10px;
    font-size: 12px;
  }
}
.qaListWrap dl {
  margin: 0;
  padding: 0;
}
.qaListWrap dt {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin: 40px 0 26px;

  -webkit-align-items: stretch;
}
.qaListWrap dt > span {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 5px 0;
  box-sizing: border-box;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.qaListWrap dt .num {
  background-color: #ff6c00;
  width: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #fff;
}
.qaListWrap dt .txt {
  flex-grow: 1;
  justify-content: flex-start;
  width: 621px;
  padding-left: 19px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;

  -webkit-flex-grow: 1;
  -webkit-justify-content: flex-start;
}
.qaListWrap dd {
  margin-left: 0;
}
@media screen and (max-width: 737px) {
  .qaListWrap dt {
    margin: 40px 0 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid #c8c8c8;
  }
  .qaListWrap dt > span {
    min-height: 40px;
    padding: 2px 0;
  }
  .qaListWrap dt .num {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .qaListWrap dt .txt {
    width: auto;
    padding-left: 15px;
    border: none;
    font-size: 14px;
    line-height: 1.42;
    white-space: normal;
  }
}
.f_ir .qaListWrap dt .num {
  background-color: #f07898;
}
.grayLinkListWrap {
  margin: 70px 0 50px;
}
.grayLinkListWrap ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
  margin: -20px -10px 0;
  padding: 0;

  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}
.grayLinkListWrap ul li {
  width: 335px;
  margin: 20px 10px 0;

  list-style: none;
}
.grayLinkListWrap ul li a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #efefef;
  position: relative;
  height: 100px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;

  -webkit-align-items: center;
}
.grayLinkListWrap ul li a:hover {
  opacity: 0.7;
}
.grayLinkListWrap ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid #ff6c00;
  border-right: 2px solid #ff6c00;
  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media screen and (max-width: 737px) {
  .grayLinkListWrap {
    margin: 35px 0 25px;
  }
  .grayLinkListWrap ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    margin: 0 0 0;
    padding: 0;

    -webkit-align-items: stretch;
    -webkit-flex-wrap: wrap;
  }
  .grayLinkListWrap ul li {
    width: 100%;
    margin: 0;

    list-style: none;
  }
  .grayLinkListWrap ul li + li {
    margin-top: 10px;
  }
  .grayLinkListWrap ul li a {
    height: 58px;
    padding: 0 18px;
    font-size: 14px;
  }
}
.f_ir .grayLinkListWrap ul li a:after {
  border-bottom-color: #f07898;
  border-right-color: #f07898;
}
.txtLinkList01 {
  margin: 20px 0;
}
.txtLinkList01 ul {
  margin: 0;
  margin-top: -20px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 0;
}
.txtLinkList01 li {
  display: inline-block;
  margin: 20px 25px;

  list-style: none;
}
.txtLinkList01 li a {
  font-size: 16px;
  text-decoration: none;
}
.txtLinkList01 li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 737px) {
  .txtLinkList01 ul {
    margin: 0;
  }
  .txtLinkList01 li {
    display: block;
    margin: 0;
    line-height: 1.8;

    list-style: none;
  }
  .txtLinkList01 li a {
    font-size: 14px;
  }
}
.halfTxtImgWrap {
  margin: 20px 0;
}
.halfTxtImgWrap:after {
  content: "";
  display: block;
  visibility: hidden;

  clear: both;
}
.halfTxtImgWrap p {
  font-size: 14px;
  line-height: 2;
}
.halfTxtImgWrap .box {
  width: 330px;
}
.halfTxtImgWrap .box p:first-child {
  margin-top: 0;
}
.halfTxtImgWrap .img img {
  width: 100%;
}
@media screen and (max-width: 737px) {
  .halfTxtImgWrap p {
    font-size: 12px;
  }
  .halfTxtImgWrap .box {
    width: auto;

    float: none;
  }
  .halfTxtImgWrap .box + .box {
    margin-top: 12px;
  }
  .halfTxtImgWrap .box.center {
    text-align: center;
  }
}
.col3ImgWrap {
  margin: 20px 0;
}
.col3ImgWrap ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
  margin-top: -20px;
  margin-left: -25px;
  padding: 0;

  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}
.col3ImgWrap ul li {
  width: 216px;
  margin-top: 20px;
  margin-left: 25px;

  list-style: none;
}
.col3ImgWrap ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}
.col3ImgWrap ul li p {
  margin: 0;
  padding: 8px 0;
  font-size: 13px;
}
.col3ImgWrap ul li .link {
  display: inline-block;
  margin-top: 10px;
  color: #39f;
  text-decoration: underline;
}
.col3ImgWrap ul li :hover .link {
  text-decoration: none;
}
.col3ImgWrap ul .img img {
  width: 100%;
}
@media screen and (max-width: 737px) {
  .col3ImgWrap {
    margin: 15px 0;
  }
  .col3ImgWrap ul {
    margin: -10px 0 0;
    margin-top: -10px;
  }
  .col3ImgWrap ul li {
    width: calc(50% - 5px);
    margin-top: 10px;
    margin-left: 0;
  }
  .col3ImgWrap ul li:nth-child(even) {
    margin-left: 10px;
  }
  .col3ImgWrap ul li p {
    padding: 5px 0;
    font-size: 10px;
  }
  .col3ImgWrap ul li .link {
    margin-top: 6px;
  }
}
.col3ImgWrap02 {
  margin: 40px 0;
}
.col3ImgWrap02 ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
  margin-top: -20px;
  margin-left: -25px;
  padding: 0;

  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}
.col3ImgWrap02 ul li {
  width: 216px;
  margin-top: 20px;
  margin-left: 25px;

  list-style: none;
}
.col3ImgWrap02 ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}
.col3ImgWrap02 ul li p {
  margin: 0;
  padding: 8px 0;
  font-size: 13px;
}
.col3ImgWrap02 ul li .link {
  display: inline-block;
  margin-top: 10px;
  color: #39f;
  text-decoration: underline;
}
.col3ImgWrap02 ul li :hover .link {
  text-decoration: none;
}
@media screen and (max-width: 737px) {
  .col3ImgWrap02 {
    margin: 40px 0 40px;
    text-align: center;
  }
  .col3ImgWrap02 ul {
    display: block;
    margin: 0;
  }
  .col3ImgWrap02 ul li {
    width: auto;
    margin-top: 0;
    margin-left: 0;
  }
  .col3ImgWrap02 ul li:nth-child(even) {
    margin-left: 0;
  }
  .col3ImgWrap02 ul li + li {
    margin-top: 20px;
  }
  .col3ImgWrap02 ul li p {
    padding: 5px 0;
    font-size: 10px;
  }
  .col3ImgWrap02 ul li .link {
    margin-top: 6px;
  }
}
.doubleUlWrap {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;

  -webkit-align-items: stretch;
}
.doubleUlWrap ul {
  width: 50%;
  margin: 0;
  padding: 0;
}
.doubleUlWrap ul:nth-child(odd) {
  padding-right: 20px;
}
.doubleUlWrap ul:nth-child(even) {
  padding-left: 20px;
}
.doubleUlWrap ul li {
  position: relative;
  padding-left: 10px;
  line-height: 2;

  list-style: none;
}
.doubleUlWrap ul li:after {
  content: "";
  display: block;
  background-color: #ff6c00;
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.doubleUlWrap ul + ul {
  border-left: 1px solid rgba(255, 108, 0, 0.2);
}
@media screen and (max-width: 737px) {
  .doubleUlWrap {
    display: block;
  }
  .doubleUlWrap ul {
    width: auto;
    padding: 0;
  }
  .doubleUlWrap ul:nth-child(odd), .doubleUlWrap ul:nth-child(even) {
    padding: 0;
  }
  .doubleUlWrap ul li {
    font-size: 12px;
  }
  .doubleUlWrap ul li:after {
    top: 10px;
  }
  .doubleUlWrap ul + ul {
    border: none;
  }
}
.dotUlWrap01 ul {
  margin: 0;
  padding: 0;
}
.dotUlWrap01 ul li {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.7;

  list-style: none;
}
.dotUlWrap01 ul li + li {
  margin-top: 16px;
}
.dotUlWrap01 ul li:before {
  content: "";
  display: block;
  background-color: #ff6c00;
  position: absolute;
  top: 9px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
@media screen and (max-width: 737px) {
  .dotUlWrap01 ul {
    margin: 0;
    padding: 0;
  }
  .dotUlWrap01 ul li {
    padding-left: 23px;
    font-size: 12px;
    line-height: 2;
  }
  .dotUlWrap01 ul li + li {
    margin-top: 10px;
  }
  .dotUlWrap01 ul li:before {
    top: 8px;
    width: 9px;
    height: 9px;
  }
}
.f_business .dotUlWrap01 ul li:before {
  background-color: #ff6c00;
}
.f_technology .dotUlWrap01 ul li:before {
  background-color: #2a83c5;
}
.f_ir .dotUlWrap01 ul li:before {
  background-color: #f07898;
}
.f_achievement .dotUlWrap01 ul li:before {
  background-color: #21a636;
}
.f_news .dotUlWrap01 ul li:before {
  background-color: #65bde2;
}
.linkUlWrap01 {
  margin: 20px 0;
}
.linkUlWrap01 ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 2;
}
.linkUlWrap01 ul li {
  list-style: none;
}
.linkUlWrap01 ul li + li {
  margin-top: 6px;
}
@media screen and (max-width: 737px) {
  .linkUlWrap01 {
    margin: 15px 0;
  }
  .linkUlWrap01 ul {
    font-size: 12px;
  }
}
.table01Wrap {
  margin: 10px 0 20px;
}
.table01Wrap table {
  position: relative;
  width: 100%;

  table-layout: fixed;
}
.table01Wrap table:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 132px;
  width: 0;
  height: auto;
  border-left: 3px solid #fff;
}
.table01Wrap table th {
  width: 132px;
  vertical-align: middle;
  border-bottom: 3px solid #ff6c00;
  font-weight: 500;
  text-align: center;
}
.table01Wrap table td {
  padding: 17px 35px;
  border-bottom: 1px dotted #333;
  line-height: 2;
}
.table01Wrap table tr:first-child th {
  border-top: 3px solid #ff6c00;
}
.table01Wrap table tr:first-child td {
  border-top: 3px solid #c8c8c8;
}
.table01Wrap table tr:last-child td {
  border-bottom: 3px solid #c8c8c8;
}
.table01Wrap.width02 table:after {
  left: 200px;
}
.table01Wrap.width02 table th {
  width: 200px;
}
@media screen and (max-width: 737px) {
  .table01Wrap table:after {
    left: 90px;

    border-left-width: 6px;
  }
  .table01Wrap table th {
    width: 90px;
    font-size: 12px;
  }
  .table01Wrap table td {
    padding: 4px 0 3px 6px;
    font-size: 12px;
  }
  .table01Wrap.width02 table:after {
    left: 120px;
  }
  .table01Wrap.width02 table th {
    width: 120px;
  }
}
.f_business .table01Wrap table th {
  border-bottom-color: #5f57bb;
}
.f_business .table01Wrap table tr:first-child th {
  border-top-color: #5f57bb;
}
.f_technology .table01Wrap table th {
  border-bottom-color: #2a83c5;
}
.f_technology .table01Wrap table tr:first-child th {
  border-top-color: #2a83c5;
}
.f_ir .table01Wrap table th {
  border-bottom-color: #f07898;
}
.f_ir .table01Wrap table tr:first-child th {
  border-top-color: #f07898;
}
.f_achievement .table01Wrap table th {
  border-bottom-color: #21a636;
}
.f_achievement .table01Wrap table tr:first-child th {
  border-top-color: #21a636;
}
.table01Wrap02 {
  margin: 20px 0 40px;
}
.table01Wrap02 table {
  width: 100%;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;

  table-layout: fixed;
}
.table01Wrap02 table th {
  background-color: #efefef;
  width: 50px;
  vertical-align: middle;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  font-weight: 500;
  text-align: center;
}
.table01Wrap02 table td {
  padding: 30px 10px 30px 30px;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  line-height: 2;
}
.table01Wrap02 table td ul {
  margin: 0;
  padding: 0;
}
.table01Wrap02 table td ul li {
  width: 50%;
  padding-left: 1em;
  text-indent: -1em;

  float: left;
  list-style: none;
}
@media screen and (max-width: 737px) {
  .table01Wrap02 table {
    border: none;
  }
  .table01Wrap02 table th {
    display: block;
    width: auto;
    padding: 3px 20px;
    border: none;
    font-size: 13px;
    text-align: left;
  }
  .table01Wrap02 table td {
    display: block;
    width: auto;
    padding: 15px 0;
    border: none;
    font-size: 12px;
  }
  .table01Wrap02 table td ul li {
    width: 100%;

    float: none;
  }
}
.tableWrap03 {
  margin: 10px 0 20px;
}
.tableWrap03 table {
  width: 100%;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;

  table-layout: fixed;
}
.tableWrap03 table th {
  background-color: #efefef;
  width: 150px;
  vertical-align: top;
  padding: 30px 0 30px 24px;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  box-sizing: border-box;
  font-weight: 500;
  text-align: left;
}
.tableWrap03 table td {
  padding: 30px 40px;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  line-height: 2;
}
.tableWrap03.width02 table th {
  width: 300px;
}
@media screen and (max-width: 737px) {
  .tableWrap03 table {
    border: none;
  }
  .tableWrap03 table th {
    display: block;
    width: auto;
    padding: 3px 20px;
    border: none;
    font-size: 13px;
    text-align: left;
  }
  .tableWrap03 table td {
    display: block;
    width: auto;
    padding: 15px 20px;
    border: none;
    font-size: 12px;
  }
  .tableWrap03.width02 table th {
    width: auto;
  }
}
.linkTableWrap {
  margin: 10px 0 20px;
}
.linkTableWrap table {
  width: 100%;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;

  table-layout: fixed;
}
.linkTableWrap table th {
  background-color: #efefef;
  width: 120px;
  vertical-align: middle;
  border-bottom: 1px solid #c8c8c8;
  font-weight: 500;
  text-align: center;
}
.linkTableWrap table td {
  padding: 30px 40px;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  line-height: 2;
}
.linkTableWrap table td a {
  font-size: 16px;
}
@media screen and (max-width: 737px) {
  .linkTableWrap table {
    border: none;
  }
  .linkTableWrap table th {
    display: block;
    width: auto;
    padding: 3px 20px;
    border: none;
    font-size: 13px;
    text-align: left;
  }
  .linkTableWrap table td {
    display: block;
    width: auto;
    padding: 15px 20px;
    border: none;
    font-size: 12px;
  }
  .linkTableWrap table td a {
    font-size: 12px;
  }
}
.tableCalendarWrap {
  margin: 10px 0 20px;
}
.tableCalendarWrap table {
  width: 100%;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;

  table-layout: fixed;
}
.tableCalendarWrap table th {
  background-color: #efefef;
  width: 180px;
  vertical-align: middle;
  border-bottom: 1px solid #c8c8c8;
  font-weight: 500;
  text-align: center;
}
.tableCalendarWrap table td {
  padding: 30px 40px;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  line-height: 2;
}
.tableCalendarWrap table td a {
  font-size: 16px;
}
@media screen and (max-width: 737px) {
  .tableCalendarWrap table {
    border: none;
  }
  .tableCalendarWrap table th {
    display: block;
    width: auto;
    padding: 3px 20px;
    border: none;
    font-size: 13px;
    text-align: left;
  }
  .tableCalendarWrap table td {
    display: block;
    width: auto;
    padding: 15px 20px;
    border: none;
    font-size: 12px;
  }
  .tableCalendarWrap table td a {
    font-size: 12px;
  }
}
.gmapIcon {
  display: inline-block;
  background-image: url(/common_rwd/img/icon/icon_mappin_01.png);
  background-size: 10px 13px;
  background-position: left center;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-left: 20px;
  padding-left: 18px;
}
@media screen and (max-width: 737px) {
  .gmapIcon {
    display: block;
    margin-left: 0;
  }
  .gmapIcon + br {
    display: none;
  }
}
.postNameList {
  margin: 0;
}
.postNameList .post {
  display: inline-block;
  width: 9em;
}
.langEn .postNameList .post {
  width: 16em;
}
@media screen and (max-width: 737px) {
  .langEn .postNameList .post {
    width: 9em;
  }
}
.widthTxtTable01 th {
  vertical-align: top;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
.widthTxtTable01 td {
  vertical-align: top;
  line-height: 1.8;
}
.leftRightTxtWrap p {
  margin: 0;
  line-height: 1.4;
}
.leftRightTxtWrap p:after {
  content: "";
  display: block;
  visibility: hidden;

  clear: both;
}
.leftRightTxtWrap p + p {
  margin-top: 8px;
}
.leftRightTxtWrap p span {
  display: inline-block;
}
.leftRightTxtWrap p span:first-child {
  float: left;
}
.leftRightTxtWrap p span:last-child {
  text-align: right;

  float: right;
}
@media screen and (max-width: 737px) {
  .leftRightTxtWrap p {
    line-height: 1.4;
  }
  .leftRightTxtWrap p span {
    display: block;
  }
  .leftRightTxtWrap p span:first-child {
    float: none;
  }
  .leftRightTxtWrap p span:last-child {
    float: none;
  }
}
.widthSpanWrap p {
  margin: 0;
}
.widthSpanWrap span {
  display: inline-block;
  width: 160px;
}
@media screen and (max-width: 737px) {
  .widthSpanWrap {
    margin-right: -20px;
  }
  .widthSpanWrap span {
    width: 120px;
  }
}
.movieWrap {
  margin: 30px 0;
}
.movieWrap .movieBox01 {
  position: relative;
  width: 480px;
  height: 270px;
}
.movieWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 737px) {
  .movieWrap {
    margin: 15px 0;
  }
  .movieWrap .movieBox01 {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 -15px;
  }
  .movieWrap iframe {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}
.calendarImgWrap {
  margin: 40px 0;
}
.calendarImgWrap:after {
  content: "";
  display: block;
  visibility: hidden;

  clear: both;
}
.calendarImgWrap div {
  width: 50%;

  float: left;
}
.calendarImgWrap div:first-child {
  padding-right: 5px;
}
.calendarImgWrap div:last-child {
  padding-left: 5px;
}
@media screen and (max-width: 737px) {
  .calendarImgWrap {
    margin: 20px 0;
  }
  .calendarImgWrap div {
    width: auto;

    float: none;
  }
  .calendarImgWrap div:first-child {
    padding-right: 0;
  }
  .calendarImgWrap div:last-child {
    padding-left: 0;
  }
}
.presidentImgWrap {
  margin: 35px 0;
}
.presidentImgWrap p {
  margin-top: 19px;
  margin-right: 7px;
  font-size: 16px;
  text-align: right;
}
.presidentImgWrap p img {
  vertical-align: middle;
  margin-left: 25px;
}
@media screen and (max-width: 737px) {
  .presidentImgWrap {
    margin: 20px 0;
  }
  .presidentImgWrap p {
    margin-top: 10px;
    margin-right: 0;
    font-size: 12px;
  }
  .presidentImgWrap p img {
    width: 75px;
    margin-left: 10px;
  }
}
.bracketsWrap {
  position: relative;
  width: 620px;
  margin: 40px auto;
  font-size: 46px;
  font-weight: 100;
  line-height: 76px;
  text-align: center;
}
.bracketsWrap .mark {
  position: absolute;
  top: -8px;
  font-size: 76px;
  line-height: 1;
  color: #ff6c00;
}
.bracketsWrap .mark.left {
  left: 0;
}
.bracketsWrap .mark.right {
  right: 0;
}
@media screen and (max-width: 737px) {
  .bracketsWrap {
    width: auto;
    margin: 30px auto;
    font-size: 20px;
    line-height: 32px;
  }
  .bracketsWrap .mark {
    top: -4px;
    font-size: 32px;
  }
}
.patentListWrap {
  display: none;
}
.patentListWrap.active {
  display: block;
}
.patentListWrap dl {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin: 0;

  -webkit-align-items: stretch;
}
.patentListWrap dl.thead dt {
  font-size: 18px;
  font-weight: 500;
  color: #ff6c00;
}
.patentListWrap dl.thead dd {
  font-size: 18px;
  font-weight: 500;
  color: #ff6c00;
  text-align: center;
}
.patentListWrap dl.thead dd .col {
  padding: 0;
  border-bottom: 3px solid #c8c8c8;
}
.patentListWrap dl.thead dd:last-child .col {
  justify-content: center;
  text-align: center;

  -webkit-justify-content: center;
}
.patentListWrap dl dt {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6%;
  padding: 12px 0;
  border-bottom: 3px solid #ff6c00;
  line-height: 1.6;
  text-align: center;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.patentListWrap dl dd {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  margin: 0;
  line-height: 1.6;
  text-align: center;

  -webkit-align-items: stretch;
  -webkit-justify-content: center;
}
.patentListWrap dl dd:last-child {
  flex-grow: 1;
  width: 44%;
  text-align: left;

  -webkit-flex-grow: 1;
}
.patentListWrap dl dd:last-child .col {
  flex-grow: 1;
  text-align: center;

  -webkit-flex-grow: 1;
}
.patentListWrap dl dd:nth-of-type(1) .col {
  width: 49%;
}
.patentListWrap dl dd:nth-of-type(1) .col:last-child {
  width: 51%;
}
.patentListWrap dl dd .col {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 4px;
  padding: 14px 4px;
  border-bottom: 1px dotted #333;
  box-sizing: border-box;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.patentListWrap dl:last-child .col {
  border-bottom: 3px solid #c8c8c8;
}
@media screen and (max-width: 737px) {
  .patentListWrap dl {
    flex-wrap: wrap;
    position: relative;
    padding-left: 40px;

    -webkit-flex-wrap: wrap;
  }
  .patentListWrap dl.thead dt {
    font-size: 14px;
  }
  .patentListWrap dl.thead dd {
    font-size: 14px;
  }
  .patentListWrap dl.thead dd:last-child {
    display: none;
  }
  .patentListWrap dl.thead dd .col {
    padding: 10px 0;
  }
  .patentListWrap dl dt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 12px;
  }
  .patentListWrap dl dd {
    width: 100%;
    font-size: 12px;
  }
  .patentListWrap dl dd:last-child {
    width: 100%;
  }
  .patentListWrap dl dd:last-child .col {
    border-bottom: 3px solid #c8c8c8;
  }
  .patentListWrap dl dd:nth-of-type(1) .col {
    width: 50%;
  }
  .patentListWrap dl dd:nth-of-type(1) .col:last-child {
    width: 50%;
  }
  .patentListWrap dl dd .col {
    display: block;
    width: 100%;
    padding: 10px 4px;
    box-sizing: border-box;
  }
  .patentListWrap dl dd.showLeft .right {
    display: none;
  }
  .patentListWrap dl dd.showRight .left {
    display: none;
  }
}
.patentTabWrap {
  background-color: rgba(255, 108, 0, 0.05);
  padding: 40px 50px;
}
@media screen and (max-width: 737px) {
  .patentTabWrap {
    padding: 20px 10px;
  }
}
.patentTabBtnWrap {
  display: -webkit-flex;
  display: flex;
}
.patentTabBtnWrap a {
  display: block;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  margin-top: 10px;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  color: #efefef;
  text-align: center;
  text-decoration: none;

  -webkit-align-items: flex-end;
  -webkit-justify-content: center;
}
.patentTabBtnWrap a span {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c8c8c8;
  width: 100%;
  height: 50px;
  padding-left: 0.15em;
  letter-spacing: 0.15em;
  transition: all 0.3s ease;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.patentTabBtnWrap a:first-child {
  border-right: 2px solid #fff;
}
.patentTabBtnWrap a:last-child {
  border-left: 2px solid #fff;
}
.patentTabBtnWrap a:hover span, .patentTabBtnWrap a.active span {
  background-color: #ff6c00;
  height: 60px;
  color: #fff;
}
@media screen and (max-width: 737px) {
  .patentTabBtnWrap a {
    font-size: 16px;
  }
  .patentTabBtnWrap a span {
    height: 40px;
  }
  .patentTabBtnWrap a:hover span, .patentTabBtnWrap a.active span {
    height: 50px;
  }
}
.ulIndent {
  margin: 10px 0;
  padding: 0;
}
.ulIndent li {
  padding-left: 1em;
  text-indent: -1em;

  list-style: none;
}
.indentList {
  margin: 10px 0;
  padding: 0;
}
.indentList li {
  padding-left: 1em;
  line-height: 2;
  text-indent: -1em;

  list-style: none;
}
.indentList.indent2 li {
  padding-left: 2em;
  text-indent: -2em;
}
.indentList.indent3 li {
  padding-left: 3em;
  text-indent: -3em;
}
.indentList.indent4 li {
  padding-left: 4em;
  text-indent: -4em;
}
.indentList.indent5 li {
  padding-left: 5em;
  text-indent: -5em;
}
.indentList.indent6 li {
  padding-left: 6em;
  text-indent: -6em;
}
@media screen and (max-width: 737px) {
  .indentList li {
    font-size: 12px;
  }
}
.indentP {
  padding-left: 1em;
  text-indent: -1em;
}
.txtContentWrap dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.txtContentWrap dd {
  margin-left: 2em;
  padding-bottom: 2em;
  line-height: 1.8;
}
.txtContentWrap dl ul {
  margin: 10px 0;
  padding: 0;
  padding-left: 1em;
}
.txtContentWrap dl ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 3em;
  line-height: 1.8;

  list-style: none;
}
.txtContentWrap dl ul li span.mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  text-align: right;
}
.txtContentWrap dl ol {
  margin: 10px 0;
  padding: 0;
  padding-left: 1em;
}
.txtContentWrap dl ol.lsAlpha > li {
  list-style-type: lower-alpha;
}
.txtContentWrap dl ol.lsRoman > li {
  list-style-type: upper-roman;
}
.txtContentWrap dl ol li {
  margin-bottom: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 737px) {
  .txtContentWrap dt {
    font-size: 12px;
    font-weight: 500;
  }
  .txtContentWrap dd {
    margin-left: 1em;
    padding-bottom: 12px;
    font-size: 12px;
  }
}
.chooseYearTab {
  margin: 45px 0 40px;
}
.chooseYearTab .label {
  font-size: 14px;
  line-height: 2;
}
.chooseYearTab ul {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin: 0 -1px 0;
  padding: 0;

  -webkit-align-items: stretch;
}
.chooseYearTab ul li {
  width: 136px;
  margin: 0 1px;

  list-style: none;
}
.chooseYearTab ul li a {
  display: block;
  background-color: #eee;
  padding: 9px 0;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  text-align: center;
  text-decoration: none;
}
.chooseYearTab ul li a.active, .chooseYearTab ul li a:hover {
  background-color: #ff6c00;
  color: #fff;
}
.chooseYearTab ul.double {
  flex-wrap: wrap;
  margin: -2px -1px 0;

  -webkit-flex-wrap: wrap;
}
.chooseYearTab ul.double li {
  margin: 2px 1px 0;
}
@media screen and (max-width: 737px) {
  .chooseYearTab ul.double li {
    width: 32%;
  }
}
.f_business .chooseYearTab ul li a.active, .f_business .chooseYearTab ul li a:hover {
  background-color: #5f57bb;
}
.f_technology .chooseYearTab ul li a.active, .f_technology .chooseYearTab ul li a:hover {
  background-color: #2a83c5;
}
.f_ir .chooseYearTab ul li a.active, .f_ir .chooseYearTab ul li a:hover {
  background-color: #f07898;
}
.f_achievement .chooseYearTab ul li a.active, .f_achievement .chooseYearTab ul li a:hover {
  background-color: #21a636;
}
.f_news .chooseYearTab ul li a.active, .f_news .chooseYearTab ul li a:hover {
  background-color: #65bde2;
}
.tabContentWrap .tabContent {
  display: none;
}
.tabContentWrap .tabContent > p {
  font-size: 14px;
  line-height: 2;
}
.tabContentWrap .tabContent.active {
  display: block;
}
@media screen and (max-width: 737px) {
  .tabContentWrap .tabContent > p {
    font-size: 12px;
  }
}
.chartSection .tabsWrap {
  margin: 19px 0 40px;
}
.chartSection .tabsWrap ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -1px 0;
  padding: 0;

  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}
.chartSection .tabsWrap ul li {
  display: inline-block;
  margin: 1px 1px;

  list-style: none;
}
.chartSection .tabsWrap ul li a {
  display: block;
  background-color: #eee;
  min-width: 156px;
  padding: 9px 14px;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  text-align: center;
  text-decoration: none;
}
.chartSection .tabsWrap ul li a.active, .chartSection .tabsWrap ul li a:hover {
  background-color: #f07898;
  color: #fff;
}
@media screen and (max-width: 737px) {
  .chartSection .tabsWrap {
    margin: 15px 0 20px;
  }
  .chartSection .tabsWrap ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -1px 0;
    padding: 0;

    -webkit-align-items: stretch;
    -webkit-flex-wrap: wrap;
  }
  .chartSection .tabsWrap ul li {
    display: inline-block;
    margin: 1px 1px;

    list-style: none;
  }
  .chartSection .tabsWrap ul li a {
    min-width: 50px;
    padding: 9px 6px;
    font-size: 12px;
  }
}
.chartSection .unitWrap {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 737px) {
  .chartSection .unitWrap {
    font-size: 10px;
  }
}
.chartSection .chartItemWrap {
  display: none;
}
.chartSection .chartItemWrap.active {
  display: block;
}
@media screen and (max-width: 737px) {
  .chartSection .chartWrap {
    margin: 0 -20px;
  }
}
.chartSection .tableWrap table {
  width: 100%;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}
.chartSection .tableWrap th {
  background-color: #efefef;
  padding: 20px 20px 20px 10px;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.chartSection .tableWrap td {
  padding: 20px 20px;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  text-align: right;
}
.chartSection .tableWrap tbody th {
  width: 20%;
}
@media screen and (max-width: 737px) {
  .chartSection .tableWrap {
    margin: 0 -5px;
  }
  .chartSection .tableWrap th {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
  }
  .chartSection .tableWrap td {
    padding: 10px 10px;
    font-size: 12px;
  }
}
.chartSection .tabsGroupWrap .chooseItem {
  display: none;
}
.chartSection .tabsGroupWrap.chart_disp .chartWrap {
  display: block;
}
.chartSection .tabsGroupWrap.table_disp .tableWrap {
  display: block;
}
.haitoNote {
  padding: 0;
  font-size: 12px;
}
.haitoNote li {
  padding-left: 2em;
  line-height: 1.8;
  text-indent: -2em;

  list-style: none;
}
.companyMessageDiv {
  margin-top: 60px;
}
@media screen and (max-width: 737px) {
  .companyMessageDiv {
    margin: 30px -15px 0;
  }
}
.colorDotListWrap {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin: 50px 0 40px;

  -webkit-align-items: stretch;
}
.colorDotListWrap ul {
  margin: 0;
  padding: 0;
}
.colorDotListWrap .fBox {
  box-sizing: border-box;
}
.colorDotListWrap .left {
  width: 330px;
  padding-right: 30px;
}
.colorDotListWrap .right {
  position: relative;
  width: 363px;
  padding-left: 33px;
}
.colorDotListWrap .right:after {
  content: "";
  display: block;
  background-image: linear-gradient(
  to bottom,
  #cfcfcf,
  #cfcfcf 3px,
  transparent 3px,
  transparent 6px
  );
  background-size: 1px 5px;
  background-position: left;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: auto;
}
.colorDotListWrap li {
  position: relative;
  min-height: 4em;
  padding-left: 38px;
  font-size: 16px;

  list-style: none;
}
.colorDotListWrap li + li {
  margin-top: 14px;
}
.colorDotListWrap li:after {
  content: "";
  display: block;
  background-color: #ff6c00;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.colorDotListWrap li.c01:after {
  background-color: #21a636;
}
.colorDotListWrap li.c02:after {
  background-color: #ff6c00;
}
.colorDotListWrap li.c03:after {
  background-color: #2a83c5;
}
.colorDotListWrap li.c04:after {
  background-color: #65bde2;
}
.colorDotListWrap li.c05:after {
  background-color: #f07898;
}
.colorDotListWrap li.c06:after {
  background-color: #5f57bb;
}
.colorDotListWrap li .gray {
  display: block;
  font-size: 14px;
  color: #666;
}
.colorDotListWrap li p {
  margin: 0;
}
@media screen and (max-width: 737px) {
  .colorDotListWrap {
    display: block;
    margin: 30px 0 20px;
  }
  .colorDotListWrap .left {
    width: auto;
    padding-right: 0;
  }
  .colorDotListWrap .right {
    width: auto;
    margin-top: 12px;
    padding-left: 0;
  }
  .colorDotListWrap .right:after {
    display: none;
  }
  .colorDotListWrap li {
    min-height: 1em;
    padding-left: 24px;
    font-size: 14px;
  }
  .colorDotListWrap li + li {
    margin-top: 12px;
  }
  .colorDotListWrap li:after {
    top: 5px;
    left: 2px;
    width: 12px;
    height: 12px;
  }
  .colorDotListWrap li .gray {
    font-size: 12px;
  }
}
.strategyBgArrow01 {
  background-image: url(/common_rwd/img/icon/bg_arrow_01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 40px 0 25px;
  padding: 15px 0 70px;
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
}
.strategyBgArrow01 p {
  margin: 0;
}
@media screen and (max-width: 737px) {
  .strategyBgArrow01 {
    background-size: 100% auto;
    margin: 20px 0 12px;
    padding: 5px 0 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
}
.strategyHd01 {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: 50px 0 18px;
  padding-bottom: 16px;
  border-bottom: 2px solid #ff6c00;

  -webkit-align-items: flex-start;
}
.strategyHd01.mt0 {
  margin-top: 0;
}
.strategyHd01 .hd {
  display: -webkit-flex;
  display: flex;
  flex: 1;
  align-items: center;
  margin: 0;

  -webkit-flex: 1;
}
.strategyHd01 .hd .numBox {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #16223e;
  width: 54px;
  height: 54px;
  margin-right: 20px;
  font-weight: 400;
  line-height: 1;

  -webkit-align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.strategyHd01 .hd .numBox span {
  display: block;
}
.strategyHd01 .hd .numBox .label {
  padding-left: 0.2em;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #fff;
}
.strategyHd01 .hd .numBox .num {
  margin-top: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #ff6c00;
}
.strategyHd01 .hd .title {
  flex: 1;
  margin: -4px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.36;

  -webkit-flex: 1;
}
.strategyHd01 .icons {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-justify-self: flex-end;
  justify-self: flex-end;
}
.strategyHd01 .icons > span {
  display: block;
  position: relative;
  width: 52px;
  font-size: 11px;
  text-align: center;
}
.strategyHd01 .icons > span .icon {
  display: block;
  margin-bottom: 4px;
  text-align: center;
}
@media screen and (max-width: 737px) {
  .strategyHd01 {
    margin: 30px 0 30px;
    padding-bottom: 8px;
  }
  .strategyHd01 .hd .numBox {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .strategyHd01 .hd .numBox .label {
    font-size: 10px;
  }
  .strategyHd01 .hd .numBox .num {
    margin-top: 3px;
    font-size: 18px;
  }
  .strategyHd01 .hd .title {
    margin: -2px 0;
    font-size: 16px;
    line-height: 1.36;
  }
  .strategyHd01 .icons {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -30px;
    right: 0;

    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-justify-self: flex-end;
    justify-self: flex-end;
  }
  .strategyHd01 .icons > span {
    width: 20px;
    margin: 0 2px;
    font-size: 10px;
    white-space: nowrap;
  }
  .strategyHd01 .icons > span .txt {
    display: none;
  }
}
.newsDetailWrap .date {
  line-height: 1.5;
}
.newsDetailWrap .date .cat {
  display: inline-block;
  width: 128px;
  margin: 0 23px 0 25px;
  padding: 4px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 737px) {
  .newsDetailWrap .date {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px 0 5px;
    font-size: 12px;
  }
  .newsDetailWrap .date .cat {
    width: 100px;
    margin: 0 0 0 10px;
    padding: 2px 0;
    font-size: 11px;
    line-height: 1.5;
  }
}
.newsDetailTitle {
  margin-bottom: 40px;
  font-size: 22px;
}
@media screen and (max-width: 737px) {
  .newsDetailTitle {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.newsDetailWrap {
  padding: 0 70px 0 90px;
}
.newsDetailWrap p {
  line-height: 2;
}
@media screen and (max-width: 737px) {
  .newsDetailWrap {
    padding: 0;
  }
  .newsDetailWrap p {
    line-height: 1.6;
  }
}
.newsPostContent:after {
  content: "";
  display: block;
  visibility: hidden;

  clear: both;
}
.newsPostContent p:first-child {
  margin-top: 0;
}
.newsPostContent .right {
  width: 300px;
}
.newsPostContent .left {
  width: 450px;
}
.newsPostContent .iframeWrap {
  height: auto;
  max-width: 100%;
}
.newsPostContent .iframeWrap iframe {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 737px) {
  .newsPostContent .right {
    width: 100%;
    margin-top: 20px;
  }
  .newsPostContent .left {
    width: auto;
  }
}
.blackBtnListWrap {
  margin-top: 90px;
}
.blackBtnListWrap ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.blackBtnListWrap li {
  display: inline-block;
  margin: 0 10px;

  list-style: none;
}
.blackBtnListWrap a {
  display: block;
  background-color: #333;
  position: relative;
  width: 238px;
  padding: 18px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.blackBtnListWrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  right: 30px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-bottom: 2px solid #ff6c00;
  border-right: 2px solid #ff6c00;
  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media screen and (max-width: 737px) {
  .blackBtnListWrap {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .blackBtnListWrap li {
    display: block;
    margin: 10px 0;
  }
  .blackBtnListWrap li a {
    margin: 0 auto;
  }
}
.themColorBgWrap {
  background-color: #fff0e5;
  margin: 40px 0 20px;
  padding: 1px 60px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 737px) {
  .themColorBgWrap {
    margin: 20px 0 20px;
    padding: 1px 20px 30px;
  }
}
.f_business .themColorBgWrap {
  background-color: #efeef8;
}
.f_technology .themColorBgWrap {
  background-color: #e9f2f9;
}
.f_ir .themColorBgWrap {
  background-color: #fdf1f4;
}
.f_achievement .themColorBgWrap {
  background-color: #e8f6eb;
}
.f_news .themColorBgWrap {
  background-color: #eff8fc;
}
.themeColorBgWrap02 {
  background-color: #fff0e5;
  margin: 40px 0 40px;
  padding: 30px;
  border-radius: 10px;
}
.themeColorBgWrap02 p {
  margin: 0;
}
@media screen and (max-width: 737px) {
  .themeColorBgWrap02 {
    padding: 20px;
  }
}
.f_business .themeColorBgWrap02 {
  background-color: #efeef8;
}
.f_technology .themeColorBgWrap02 {
  background-color: #e9f2f9;
}
.f_ir .themeColorBgWrap02 {
  background-color: #fdf1f4;
}
.f_achievement .themeColorBgWrap02 {
  background-color: #e8f6eb;
}
.f_news .themeColorBgWrap02 {
  background-color: #eff8fc;
}
.historyBgWrap {
  background-image: url(/common_rwd/img/company/history/bg_01.jpg),
  linear-gradient(to bottom, transparent, #fff);
  background-image: linear-gradient(
  to top,
  #fff,
  #fff 10%,
  rgba(255, 255, 255, 0) 50%
  ),
  url(/common_rwd/img/company/history/bg_01.jpg);
  background-position: top center;
  padding: 30px 24px 40px;
}
.historyBgWrap h3 {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}
.historyBgWrap p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 737px) {
  .historyBgWrap {
    background-size: cover;
    padding: 10px 10px 20px;
  }
  .historyBgWrap h3 {
    margin-bottom: 14px;
    font-size: 16px;
    text-align: center;
  }
  .historyBgWrap p {
    font-size: 14px;
  }
}
.enkakuTableWrap {
  position: relative;
  margin: 0 0 0;
  padding-top: 30px;
}
.enkakuTableWrap:after {
  content: "";
  display: block;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 30;
}
.enkakuTableWrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 90px;
  width: 0;
  height: auto;
  border-left: 2px solid #ff6c00;
  z-index: 10;
}
.enkakuTableWrap table {
  position: relative;
  width: 100%;

  table-layout: fixed;
}
.enkakuTableWrap table:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 82px;
  width: 0;
  height: auto;
  border-left: 16px solid #fff;
}
.enkakuTableWrap table b {
  vertical-align: middle;
}
.enkakuTableWrap table th {
  width: 82px;
  vertical-align: middle;
  padding-left: 5px;
  border-bottom: 1px dotted #ff6c00;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.enkakuTableWrap table th b {
  font-family: "MyYuMinchoM", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3",
  "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  color: #ff6c00;
}
.enkakuTableWrap table td {
  padding: 9px 35px;
  border-bottom: 1px dotted #333;
  font-size: 14px;
  line-height: 2;
}
.enkakuTableWrap table td > div {
  display: -webkit-flex;
  display: flex;
  align-items: center;

  -webkit-align-items: center;
}
.enkakuTableWrap table td > div p {
  margin: 0;
}
.enkakuTableWrap table td .month {
  position: relative;
  width: 72px;
  padding-right: 24px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: right;
}
.enkakuTableWrap table td .month b {
  font-family: "MyYuMinchoM", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3",
  "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  color: #ff6c00;
}
.enkakuTableWrap table td .month:after {
  content: "";
  display: block;
  background-color: #ff6c00;
  position: absolute;
  top: 50%;
  left: -31px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border: 2px solid #fff;
  z-index: 20;
}
.enkakuTableWrap table td .txt {
  flex: 1;

  -webkit-flex: 1;
}
.enkakuTableWrap table td .box.left {
  width: 60%;
}
.enkakuTableWrap table td .box.right {
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 737px) {
  .enkakuTableWrap {
    margin: 0;
    padding-top: 20px;
  }
  .enkakuTableWrap:after {
    height: 20px;
  }
  .enkakuTableWrap:before {
    left: 74px;
  }
  .enkakuTableWrap table:after {
    left: 70px;
    border-left: 10px solid #fff;
  }
  .enkakuTableWrap table th {
    width: 70px;
    padding-left: 2px;
    font-size: 10px;
    text-align: left;
  }
  .enkakuTableWrap table th b {
    font-size: 18px;
  }
  .enkakuTableWrap table td {
    padding: 8px 5px 8px 18px;
    border-bottom: 1px dotted #333;
    font-size: 14px;
    line-height: 1.6;
  }
  .enkakuTableWrap table td > div {
    display: -webkit-flex;
    display: flex;
    align-items: center;

    -webkit-align-items: center;
  }
  .enkakuTableWrap table td > div p {
    margin: 0;
  }
  .enkakuTableWrap table td .month {
    position: relative;
    width: 52px;
    padding-right: 18px;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-align: right;
  }
  .enkakuTableWrap table td .month b {
    font-size: 18px;
  }
  .enkakuTableWrap table td .month:after {
    left: -18px;
  }
  .enkakuTableWrap table td .box {
    float: none;
  }
  .enkakuTableWrap table td .box.left {
    width: auto;
  }
  .enkakuTableWrap table td .box.right {
    width: auto;
    margin-top: 10px;
    text-align: center;
  }
}
.customerTableWrap {
  margin: 40px 0 0;
}
.customerTableWrap table {
  width: 100%;

  table-layout: fixed;
}
.customerTableWrap table th {
  display: block;
  background-color: rgba(255, 108, 0, 0.6);
  width: auto;
  vertical-align: middle;
  padding: 10px 0;
  font-weight: 500;
  text-align: center;
}
.customerTableWrap table td {
  display: block;
  background-color: rgba(255, 108, 0, 0.05);
  padding: 30px 40px 30px 40px;
  border-bottom: 10px solid #fff;
  line-height: 2;
}
.customerTableWrap table td ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.customerTableWrap table td ul:after {
  content: "";
  display: block;
  visibility: hidden;

  clear: both;
}
.customerTableWrap table td ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  height: auto;
  border-left: 1px solid #ff6c00;
}
.customerTableWrap table td ul.noLine:before {
  display: none;
}
.customerTableWrap table td ul li {
  position: relative;
  width: 50%;
  padding-left: 20px;
  line-height: 2;

  float: left;
  list-style: none;
}
.customerTableWrap table td ul li:after {
  content: "";
  display: block;
  background-color: #ff6c00;
  position: absolute;
  top: 13px;
  left: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
@media screen and (max-width: 737px) {
  .customerTableWrap table {
    border: none;
  }
  .customerTableWrap table th {
    padding: 3px 20px;
    font-size: 13px;
  }
  .customerTableWrap table td {
    padding: 15px 10px;
    font-size: 12px;
  }
  .customerTableWrap table td ul:before {
    display: none;
  }
  .customerTableWrap table td ul li {
    width: 100%;

    float: none;
  }
}
.customerAnchorList {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin: 10px -5px 0;

  -webkit-align-items: stretch;
}
.customerAnchorList a {
  display: block;
  flex: 1;
  background-color: #ff6c00;
  width: 60px;
  margin: 0 5px;
  padding: 9px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;

  -webkit-flex: 1;
}
.customerAnchorList a:hover {
  opacity: 0.7;
}
.f_sitemap .sitemapWrap {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 14px 0 60px;

  -webkit-align-items: stretch;
  -webkit-justify-content: center;
}
.f_sitemap .sitemapWrap ul {
  margin: 0;
  padding: 0;
}
.f_sitemap .sitemapWrap li {
  list-style: none;
}
.f_sitemap .sitemapWrap a {
  display: inline-block;
  overflow: visible;
  color: #333;
  text-decoration: none;
}
.f_sitemap .sitemapWrap a:hover {
  text-decoration: underline;
}
.f_sitemap .sitemapWrap .ulWrap {
  width: 215px;
}
.f_sitemap .sitemapWrap p {
  margin: 40px 0 10px;
}
.f_sitemap .sitemapWrap p a {
  display: inline-block;
  font-size: 16px;
  color: #ff6c00;
}
.f_sitemap .sitemapWrap li {
  padding-left: 17px;
}
.f_sitemap .sitemapWrap li a {
  position: relative;
  font-size: 14px;
  line-height: 2.28;
}
.f_sitemap .sitemapWrap li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: -15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 6px solid #ff6c00;
}
.f_sitemap .sitemapWrap .child a:after {
  display: none;
}
.f_sitemap .sitemapWrap .child a .mark {
  display: block;
  position: absolute;
  top: 0;
  left: -18px;
  width: 1em;
  font-size: 14px;
  line-height: 2.28;
}
@media screen and (max-width: 737px) {
  .f_sitemap .sitemapWrap {
    display: block;
    margin-top: -10px;
    padding: 0 0 50px;
  }
  .f_sitemap .sitemapWrap a {
    display: inline-block;
    overflow: visible;
    color: #333;
    text-decoration: none;
  }
  .f_sitemap .sitemapWrap a:hover {
    text-decoration: underline;
  }
  .f_sitemap .sitemapWrap .ulWrap {
    width: auto;
  }
  .f_sitemap .sitemapWrap p {
    margin: 30px 0 10px;
  }
  .f_sitemap .sitemapWrap p a {
    display: inline-block;
    font-size: 16px;
    color: #ff6c00;
  }
  .f_sitemap .sitemapWrap li {
    padding-left: 17px;
  }
  .f_sitemap .sitemapWrap li a {
    position: relative;
    font-size: 14px;
    line-height: 2.28;
  }
  .f_sitemap .sitemapWrap li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: -15px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 6px solid #ff6c00;
  }
  .f_sitemap .sitemapWrap .child a:after {
    display: none;
  }
  .f_sitemap .sitemapWrap .child a .mark {
    display: block;
    position: absolute;
    top: 0;
    left: -18px;
    width: 1em;
    font-size: 14px;
    line-height: 2.28;
  }
}
.pdfLinkListWrap ul {
  margin: 0;
  padding: 0;
  padding-top: 50px;
}
.pdfLinkListWrap ul li {
  position: relative;
  padding-left: 10px;
  line-height: 2;

  list-style: none;
}
.pdfLinkListWrap ul li + li {
  margin-top: 6px;
}
.pdfLinkListWrap ul li:after {
  content: "";
  display: block;
  background-color: #2a83c5;
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.pdfLinkListWrap ul li a {
  color: #333;
  text-decoration: underline;
}
.pdfLinkListWrap ul li a:hover {
  text-decoration: none;
}
.pdfLinkListWrap ul + ul {
  border-left: 1px solid rgba(255, 108, 0, 0.2);
}
@media screen and (max-width: 737px) {
  .pdfLinkListWrap {
    padding-top: 30px;
  }
  .pdfLinkListWrap ul {
    width: auto;
    padding: 0;
  }
  .pdfLinkListWrap ul:nth-child(odd), .pdfLinkListWrap ul:nth-child(even) {
    padding: 0;
  }
  .pdfLinkListWrap ul li {
    font-size: 12px;
  }
  .pdfLinkListWrap ul li:after {
    top: 10px;
  }
  .pdfLinkListWrap ul + ul {
    border: none;
  }
}
.imgCenterWrap {
  text-align: center;
}
.imgCenterWrap img {
  height: auto;
  max-width: 100%;
}
.imgDl {
  margin-top: 60px;
}
.imgDl dl {
  margin: 0;
  padding: 0;
}
.imgDl dt {
  position: relative;
  width: 132px;
  padding: 4px 0 4px;
  border: 2px solid #f07898;
  font-size: 20px;
  text-align: center;
  z-index: 2;
}
.imgDl dd {
  position: relative;
  margin: 0;
  margin-top: 32px;
  padding: 0;
  padding-left: 80px;
  z-index: 1;
}
.imgDl.floatDt dd {
  margin-top: -20px;
}
@media screen and (max-width: 737px) {
  .imgDl {
    margin-top: 25px;
  }
  .imgDl dt {
    width: 100px;
    padding: 4px 0 4px;
    border: 1px solid #f07898;
    font-size: 15px;
  }
  .imgDl dd {
    margin-top: 25px;
    padding-left: 0;
  }
  .imgDl.floatDt dd {
    margin-top: -20px;
  }
}
.halfFWrap {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;

  -webkit-align-items: stretch;
}
.halfFWrap .fBox {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 344px;

  -webkit-align-items: center;
}
.halfFWrap dl {
  margin: 0;
  padding: 0;
}
.halfFWrap dt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.halfFWrap dt b {
  font-size: 16px;
  color: #f07898;
}
.halfFWrap dt span {
  font-size: 13px;
}
.halfFWrap dd {
  margin: 0;
  padding-left: 1em;
  font-size: 14px;
  line-height: 2;
  text-indent: -1em;
}
@media screen and (max-width: 737px) {
  .halfFWrap {
    display: block;
  }
  .halfFWrap .fBox {
    display: block;
    width: auto;
  }
  .halfFWrap .fBox.right {
    margin-top: 20px;
  }
  .halfFWrap dt {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .halfFWrap dt b {
    font-size: 12px;
  }
  .halfFWrap dt span {
    font-size: 10px;
  }
  .halfFWrap dd {
    font-size: 11px;
    line-height: 1.9;
  }
}
#safety.f_company .safetybox {
  background: #e6f0f8;
  padding: 35px 0;
}
@media screen and (max-width: 737px) {
  #safety.f_company .safetybox {
    padding: 0 0 30px;
  }
}
#safety.f_company .safetybox .inner {
  position: relative;
  margin: 0 auto;
}
#safety.f_company .safetybox .inner h3 {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 2;
}
#safety.f_company .safetybox .inner p {
  background: #fff;
  position: relative;
  max-width: 450px;
  padding: 60px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.14);
  line-height: 1.8;
  letter-spacing: 0.03em;
  z-index: 1;
}
@media screen and (max-width: 737px) {
  #safety.f_company .safetybox .inner p {
    background: #e6f0f8;
    box-shadow: none;
  }
  #safety.f_company .safetybox .inner p br {
    display: none;
  }
  #safety.f_company .safetybox .inner p br.andSp {
    display: inline;
  }
}
#safety.f_company .safetybox .inner .img {
  position: absolute;
}
@media screen and (max-width: 737px) {
  #safety.f_company .safetybox .inner .img {
    position: static;
    margin-top: -20px;
  }
}
#safety.f_company .mainBlock {
  background: url(/common_rwd/img/company/safety/safety_img_01.jpg) center no-repeat;
  background-size: cover;
  height: 760px;
  padding: 0;
}
#safety.f_company .mainBlock .title {
  background: url(/common_rwd/img/company/safety/safety_img_02.png) center no-repeat;
  height: 760px;
}
#safety.f_company .mainBlock .title * {
  position: absolute;
  top: -999px;
  left: -9999px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 737px) {
  #safety.f_company .mainBlock {
    background: url(/common_rwd/img/company/safety/safety_img_01_sp.jpg) top center
    no-repeat #fff;
    background-size: 100% auto;
    height: auto;
  }
  #safety.f_company .mainBlock .title {
    background: none;
    height: auto;
    min-height: 220px;
    text-align: center;
  }
  #safety.f_company .mainBlock .title * {
    position: static;
    top: auto;
    left: auto;
  }
  #safety.f_company .mainBlock .title h2 {
    margin: 0;
    padding: 70px 0;
  }
  #safety.f_company .mainBlock .title p {
    padding: 0 0 30px;
    line-height: 1.8;
  }
}
#safety.f_company .block01.safetybox .inner {
  max-width: 1000px;
}
#safety.f_company .block01.safetybox .inner h3 {
  padding-top: 80px;
}
#safety.f_company .block01.safetybox .inner p {
  max-width: 570px;
  margin: 100px 0 0 50px;
}
#safety.f_company .block01.safetybox .inner .img {
  top: 196px;
  right: 0;
}
@media screen and (max-width: 737px) {
  #safety.f_company .block01.safetybox .inner {
    background-color: #fff;
  }
  #safety.f_company .block01.safetybox .inner h3 {
    padding-top: 0;
  }
  #safety.f_company .block01.safetybox .inner .img {
    margin-top: -38px;
  }
  #safety.f_company .block01.safetybox .inner p {
    margin: 0;
    padding: 20px;
  }
}
#safety.f_company .block02.safetybox .inner {
  max-width: 1000px;
}
#safety.f_company .block02.safetybox .inner h3 {
  text-align: right;
}
#safety.f_company .block02.safetybox .inner p {
  margin: 195px 0 0 410px;
}
#safety.f_company .block02.safetybox .inner .img {
  top: 55px;
  left: 20px;
}
@media screen and (max-width: 737px) {
  #safety.f_company .block02.safetybox .inner h3 {
    text-align: left;
  }
  #safety.f_company .block02.safetybox .inner p {
    margin: 0;
    padding: 20px;
  }
  #safety.f_company .block02.safetybox .inner .img {
    margin-top: -35px;
  }
}
#safety.f_company .block03.safetybox .inner {
  max-width: 1120px;
}
#safety.f_company .block03.safetybox .inner h3 {
  margin-left: 363px;
}
#safety.f_company .block03.safetybox .inner p {
  max-width: 480px;
  margin: 114px 0 0 520px;
}
#safety.f_company .block03.safetybox .inner .img {
  top: 56px;
  left: 0;
}
@media screen and (max-width: 737px) {
  #safety.f_company .block03.safetybox .inner h3 {
    margin-left: 0;
  }
  #safety.f_company .block03.safetybox .inner p {
    margin: 0;
    padding: 20px;
  }
  #safety.f_company .block03.safetybox .inner .img {
    margin-top: -40px;
  }
}
#safety.f_company .block04.safetybox {
  background: url(/common_rwd/img/company/safety/block04_Bg.jpg) bottom center no-repeat
  #e6f0f8;
  background-size: 100% auto;
  position: relative;
  padding-bottom: 220px;
}
@media screen and (max-width: 737px) {
  #safety.f_company .block04.safetybox {
    padding-bottom: 80px;
  }
}
#safety.f_company .block04.safetybox .inner {
  max-width: 1000px;
}
#safety.f_company .block04.safetybox .inner h3 {
  margin: -70px 0 0 0;
  padding: 0 0 0;
}
#safety.f_company .block04.safetybox .inner p {
  max-width: 680px;
  margin: 260px 0 0 0;
}
#safety.f_company .block04.safetybox .inner .img {
  top: 107px;
  left: 400px;
}
@media screen and (max-width: 737px) {
  #safety.f_company .block04.safetybox .inner h3 {
    margin: 0;
    padding: 0;
  }
  #safety.f_company .block04.safetybox .inner p {
    margin: 0;
    padding: 20px;
  }
  #safety.f_company .block04.safetybox .inner .img {
    margin-top: 0;
  }
}
#safety.f_company .block05 {
  background: url(/common_rwd/img/company/safety/block05_Bg.jpg) bottom center no-repeat
  #fff;
  background-size: 100% auto;
  padding: 80px 0 200px;
}
@media screen and (max-width: 737px) {
  #safety.f_company .block05 {
    padding: 60px 0;
  }
}
#safety.f_company .block05 .inner {
  max-width: 680px;
  margin: 0 auto;
}
#safety.f_company .block05 .inner dl {
  margin: 50px 0 0;
  padding: 0;
}
@media screen and (max-width: 737px) {
  #safety.f_company .block05 .inner dl {
    margin: 30px 15px 0;
  }
}
#safety.f_company .block05 .inner dl dd, #safety.f_company .block05 .inner dl dt {
  margin: 0;
  padding: 0;
}
#safety.f_company .block05 .inner dl dt {
  background: #f39800;
  margin: 0 1em 0 0;
  padding: 0.2em 1.5em;
  color: #fff;
  text-align: center;

  float: left;
}
@media screen and (max-width: 737px) {
  #safety.f_company .block05 .inner dl dt {
    width: 6em;
    margin: 0 auto;
    padding: 0.2em 0;

    float: none;
  }
}
#safety.f_company .block05 .inner dl dt span {
  display: inline-block;
  padding-left: 0.3em;
  font-size: 20px;
}
#safety.f_company .block05 .inner dl h4 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 737px) {
  #safety.f_company .block05 .inner dl h4 {
    margin: 0.8em 0;
    text-align: center;
  }
}
#safety.f_company .block05 .inner dl p {
  line-height: 1.8;
}
#safety.f_company .block05 .inner dl .ph {
  max-width: 275px;
  padding-left: 35px;

  float: right;
}
#safety.f_company .block05 .inner dl .ph iframe {
  width: 100%;
}
#safety.f_company .block05 .inner dl .spElement.movie iframe {
  width: 100%;
  height: auto;
}
#safety.f_company #main .read {
  background: #e6f0f8;
  margin: 0 0 660px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 737px) {
  #safety.f_company #main .read {
    margin: 0;
    padding: 35px 0 75px;
  }
}
#safety.f_company section.safetybox .inner {
  transition: 0.5s opacity ease 0.2s;
  opacity: 0;
}
#safety.f_company section.safetybox.active .inner {
  opacity: 1;
}
.f_achievement .entryWrap {
  background-color: rgba(33, 166, 54, 0.05);
  margin: 35px 0 0;
  padding: 40px 40px 50px 50px;
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap {
    padding: 20px 10px;
  }
}
.f_achievement .entryWrap ul {
  margin: 0;
  padding: 0;

  list-style: none;
}
.f_achievement .entryWrap ul li {
  text-align: center;
}
.f_achievement .entryWrap ul li dl {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;

  -webkit-align-items: stretch;
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap ul li dl {
    flex-wrap: wrap;
    position: relative;
    padding-left: 40px;

    -webkit-flex-wrap: wrap;
  }
}
.f_achievement .entryWrap ul li dl dt {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: center;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap ul li dl dt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 12px;
  }
}
.f_achievement .entryWrap ul li dl dd {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 0 2px;
  text-align: center;

  -webkit-align-items: stretch;
  -webkit-justify-content: center;
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap ul li dl dd {
    font-size: 12px;
  }
}
.f_achievement .entryWrap ul li dl span {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  border-bottom: dotted 1px #333;
  box-sizing: border-box;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap ul li dl span {
    padding: 10px 0;
  }
}
.f_achievement .entryWrap ul li dl .num {
  width: 6.5%;
  border-bottom: solid 3px #21a636;
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap ul li dl .num {
    width: 40px;
  }
}
.f_achievement .entryWrap ul li dl .num span {
  border: none !important;
}
.f_achievement .entryWrap ul li dl .title {
  width: 33.5%;
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap ul li dl .title {
    width: 40%;
  }
}
.f_achievement .entryWrap ul li dl .place {
  width: 13%;
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap ul li dl .place {
    width: 30%;
  }
}
.f_achievement .entryWrap ul li dl .year {
  width: 13%;
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap ul li dl .year {
    width: 30%;
  }
}
.f_achievement .entryWrap ul li dl .kouji {
  width: 34%;
  text-align: left;
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap ul li dl .kouji {
    width: 100%;
  }
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap ul li dl .kouji span {
    border-bottom: solid 3px #c8c8c8;
  }
}
.f_achievement .entryWrap ul li.entriesHeader {
  font-size: 18px;
  font-weight: 500;
  color: #21a636;
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap ul li.entriesHeader {
    font-size: 12px;
  }
}
.f_achievement .entryWrap ul li.entriesHeader dl span {
  padding: 10px 0;
  border-bottom: solid 3px #c8c8c8;
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap ul li.entriesHeader dl span {
    padding: 5px 0;
    border-bottom: dotted 1px #333;
  }
}
.f_achievement .entryWrap ul li.entriesHeader dl .kouji {
  text-align: center;
}
@media screen and (max-width: 737px) {
  .f_achievement .entryWrap ul li.entriesHeader dl .kouji span {
    border-bottom: solid 3px #21a636;
  }
}
.patentTabBtnWrap.fabTabBtnWrap a.active span, .patentTabBtnWrap.fabTabBtnWrap a:hover span {
  background-color: #5f57bb;
}
.fabTabWrap {
  background-color: #f7f8f8;
  padding: 1px 40px 40px;
}
.fabTabWrap p {
  font-size: 14px;
  line-height: 2;
}
.fabTabWrap .underlineHd02 {
  margin-bottom: 0;
}
.fabTabWrap .col3ImgWrap ul {
  margin-left: -10px;
}
.fabTabWrap .col3ImgWrap li {
  width: 200px;
  margin-left: 10px;
}
.fabTabWrap .col3ImgWrap li .txt {
  margin-top: 8px;
  font-size: 13px;
}
.fabTabWrap .fabContent {
  display: none;
}
.fabTabWrap .fabContent.active {
  display: block;
}
@media screen and (max-width: 737px) {
  .fabTabWrap {
    background-color: #f7f8f8;
    width: auto;
    padding: 10px 15px;
  }
  .fabTabWrap p {
    font-size: 12px;
  }
  .fabTabWrap .underlineHd02 {
    margin-bottom: 0;
  }
  .fabTabWrap .col3ImgWrap ul {
    display: block;
    margin-left: 0;
  }
  .fabTabWrap .col3ImgWrap li {
    width: auto;
    margin-top: 25px;
    margin-left: 0;
  }
  .fabTabWrap .col3ImgWrap li:nth-child(2n) {
    margin-left: 0;
  }
  .fabTabWrap .col3ImgWrap li .txt {
    margin-top: 5px;
    font-size: 12px;
  }
}
.sideLineHd01_02 {
  position: relative;
  margin: 36px 0 30px;
  padding-left: 28px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.42;
  white-space: nowrap;
}
.sideLineHd01_02:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 30px;
  border-left: 8px solid #ff6c00;
}
@media screen and (max-width: 737px) {
  .sideLineHd01_02 {
    margin: 25px 0 22px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.38;
    white-space: normal;
  }
  .sideLineHd01_02:before {
    top: 0;
    height: 25px;

    border-left-width: 5px;
  }
}
.f_business .sideLineHd01_02:before {
  border-left-color: #5f57bb;
}
.f_technology .sideLineHd01_02:before {
  border-left-color: #2a83c5;
}
.f_ir .sideLineHd01_02:before {
  border-left-color: #f07898;
}
.f_achievement .sideLineHd01_02:before {
  border-left-color: #21a636;
}
.f_news .sideLineHd01_02:before {
  border-left-color: #65bde2;
}
.halfFlexWrap {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin-top: -30px;

  -webkit-align-items: stretch;
}
.halfFlexWrap p {
  display: -webkit-flex;
  display: flex;
  align-items: center;

  -webkit-align-items: center;
}
.halfFlexWrap .txt {
  width: 260px;
}
.halfFlexWrap .img {
  width: 340px;
  margin-left: 20px;
}
.halfFlexWrap.notCenter {
  margin-top: 0;
}
.halfFlexWrap.notCenter p {
  align-items: flex-start;

  -webkit-align-items: flex-start;
}
@media screen and (max-width: 737px) {
  .halfFlexWrap {
    display: block;
    margin-top: 0;
  }
  .halfFlexWrap p {
    display: block;
  }
  .halfFlexWrap .txt {
    width: auto;
  }
  .halfFlexWrap .img {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }
}
.fabList {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -6px 0;
  padding: 0;

  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}
.fabList li {
  width: 146px;
  margin: 18px 6px 0;

  list-style: none;
}
.fabList li .txt {
  margin-top: 8px;
  font-size: 16px;
}
.fabList li .img {
  position: relative;
}
.fabList li .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -11px;
  width: 0;
  height: 0;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 9px solid #5f57bb;
  border-right: none;
}
.fabList li:nth-child(4n) .img:after {
  display: none;
}
@media screen and (max-width: 737px) {
  .fabList {
    display: block;
    width: 146px;
    margin: 15px auto 0;
  }
  .fabList li {
    position: relative;
    width: auto;
    margin: 0;
  }
  .fabList li + li {
    margin-top: 22px;
  }
  .fabList li .txt {
    margin-top: 5px;
    font-size: 12px;
  }
  .fabList li .img:after {
    display: none;
  }
  .fabList li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -13px;
    border: 13px solid transparent;
    border-top: 10px solid #5f57bb;
    border-bottom: none;
  }
  .fabList li:last-child:after {
    display: none;
  }
}
.fabCol2ImgWrap {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin: -10px -10px 0;
  padding: 0;

  -webkit-align-items: stretch;
}
.fabCol2ImgWrap li {
  width: 300px;
  margin: 10px;

  list-style: none;
}
.fabCol2ImgWrap li .txt {
  margin-top: 4px;
}
@media screen and (max-width: 737px) {
  .fabCol2ImgWrap {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .fabCol2ImgWrap li {
    width: auto;
    margin: 10px 0;
    text-align: center;
  }
  .fabCol2ImgWrap li + li {
    margin-top: 25px;
  }
  .fabCol2ImgWrap li .img img {
    width: 100%;
  }
  .fabCol2ImgWrap li .txt {
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
  }
}
.fabDlWrap .row01 {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;

  -webkit-align-items: stretch;
}
.fabDlWrap .row01 dl {
  width: 306px;
}
.fabDlWrap .row01 dl + dl {
  margin-left: 10px;
}
.fabDlWrap dl {
  background-color: #fff;
  margin: 0;
}
.fabDlWrap dt {
  background-color: #5f57bb;
  padding: 5px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.fabDlWrap dd {
  background-color: #fff;
  margin: 0;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 2;
}
.fabDlWrap .row02 {
  margin-top: 20px;
}
.fabDlWrap .row02 dd {
  text-align: center;
}
.fabDlWrap .row02 dd div {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 737px) {
  .fabDlWrap .row01 {
    display: block;
  }
  .fabDlWrap .row01 dl {
    width: auto;
  }
  .fabDlWrap .row01 dl + dl {
    margin-left: 0;
  }
  .fabDlWrap dl {
    margin: 0;
  }
  .fabDlWrap dt {
    padding: 5px 0;
  }
  .fabDlWrap dd {
    padding: 16px 20px;
    font-size: 10px;
  }
  .fabDlWrap .row02 {
    margin-top: 0;
  }
}
.fabUniWrap {
  position: relative;
  margin-top: 30px;
  padding-bottom: 200px;
}
.fabUniWrap .table {
  margin-left: 264px;
}
.fabUniWrap .table table {
  width: 100%;

  table-layout: fixed;
}
.fabUniWrap .table .col01 {
  width: 11%;
}
.fabUniWrap .table .col02 {
  width: 30%;
}
.fabUniWrap .table .col03 {
  width: 20%;
}
.fabUniWrap .table th {
  background-color: #5f57bb;
  padding: 5px 0;
  border-left: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.fabUniWrap .table td {
  background-color: #fff;
  vertical-align: top;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 2;
}
.fabUniWrap .table td + td {
  border-left: 1px solid #f2f2f2;
}
.fabUniWrap .table td:nth-child(1) {
  text-align: center;
}
.fabUniWrap .table td:nth-child(3) {
  text-align: right;
}
.fabUniWrap .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 242px;
}
.fabUniWrap .map {
  position: absolute;
  top: 300px;
  left: 0;
}
@media screen and (max-width: 737px) {
  .fabUniWrap {
    margin-top: 30px;
    padding-bottom: 0;
  }
  .fabUniWrap .table {
    margin-left: 0;
  }
  .fabUniWrap .table .col01 {
    width: 11%;
  }
  .fabUniWrap .table .col02 {
    width: 30%;
  }
  .fabUniWrap .table .col03 {
    width: 20%;
  }
  .fabUniWrap .table th {
    padding: 5px 0;
    font-size: 10px;
  }
  .fabUniWrap .table td {
    padding: 2px 2px;
    font-size: 10px;
  }
  .fabUniWrap .img {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-top: 20px;
  }
  .fabUniWrap .map {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 25px;
  }
}
#santarosa .table01Wrap .table01 tr:last-child td {
  border-bottom: 1px dotted #333;
}
#santarosa .table01Wrap .table01 tr:last-child th {
  border-bottom-color: #5f57bb;
}
#santarosa .table01Wrap .noTh tr:first-child td {
  border-top: none;
}
#santarosa .table01Wrap .noTh:after {
  display: none;
}
#santarosa .table01Wrap .noTh td {
  padding-left: 0;
}
#santarosa .aaDl {
  margin: 50px 0 30px;
}
#santarosa .aaDl dt {
  font-size: 16px;
  font-weight: 700;
}
#santarosa .aaDl dd {
  margin: 0;
  margin-top: 3px;
  padding: 0;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 737px) {
  #santarosa .aaDl {
    margin: 30px 0 20px;
  }
  #santarosa .aaDl dt {
    font-size: 14px;
  }
  #santarosa .aaDl dd {
    font-size: 12px;
  }
}
.langEn .fabUniWrap .map {
  top: auto;
  bottom: 78px;
}
@media screen and (max-width: 737px) {
  .langEn .fabUniWrap .map {
    bottom: auto;
  }
}
.eligibleTableWrap {
  margin-top: 40px;
}
.eligibleTableWrap .desc {
  font-size: 20px;
}
.eligibleTableWrap .desc span {
  font-size: 14px;
}
.eligibleTableWrap table {
  width: 100%;

  table-layout: fixed;
}
.eligibleTableWrap table .col01 {
  width: 32%;
}
.eligibleTableWrap table .col03 {
  width: 13%;
}
.eligibleTableWrap thead th {
  background-color: #ff6c00;
  padding: 10px 0;
  border-right: 1px solid #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.eligibleTableWrap tbody th {
  background-color: #fff0e5;
  vertical-align: top;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.eligibleTableWrap tbody td {
  padding: 5px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}
.eligibleTableWrap tbody tr:first-child th, .eligibleTableWrap tbody tr:first-child td {
  border-top: 1px solid #ff6c00;
}
.eligibleTableWrap tbody:first-of-type tr:first-child th, .eligibleTableWrap tbody:first-of-type tr:first-child td {
  border-top: none;
}
.eligibleTableWrap tbody tr:last-child th, .eligibleTableWrap tbody tr:last-child td {
  border-bottom: none;
}
.eligibleTableWrap tbody td:last-child {
  background-color: #f7f8f8;
  padding-right: 25px;
  text-align: right;
}
@media screen and (max-width: 737px) {
  .eligibleTableWrap {
    margin-top: 20px;
  }
  .eligibleTableWrap .desc {
    font-size: 16px;
  }
  .eligibleTableWrap .desc span {
    font-size: 12px;
  }
  .eligibleTableWrap table .col01 {
    width: 31%;
  }
  .eligibleTableWrap table .col03 {
    width: 20%;
  }
  .eligibleTableWrap thead th {
    padding: 7px 0;
    font-size: 13px;
  }
  .eligibleTableWrap tbody th {
    vertical-align: middle;
    padding: 5px 5px;
    font-size: 12px;
    text-align: center;
  }
  .eligibleTableWrap tbody td {
    padding: 5px 5px;
    font-size: 12px;
  }
  .eligibleTableWrap tbody td:last-child {
    padding-right: 14px;
  }
}
.grayLinkListWrap.irIcon a {
  padding-left: 22px;
}
.grayLinkListWrap.irIcon a .icon {
  width: 56px;
  margin-right: 22px;
}
@media screen and (max-width: 737px) {
  .grayLinkListWrap.irIcon a {
    padding-left: 15px;
  }
  .grayLinkListWrap.irIcon a .icon {
    display: inline-block;
    width: 28px;
    margin-right: 15px;
  }
}
.f_business#overseas #tabAccordion {
  position: relative;
  width: 690px;
  margin: 0 auto;
  padding-top: 73px;
}
@media screen and (max-width: 737px) {
  .f_business#overseas #tabAccordion {
    width: auto;
    margin: 0;
    padding-top: 0;
  }
  .f_business#overseas #tabAccordion .img {
    margin: 0;
  }
  .f_business#overseas #tabAccordion .img img {
    width: 100%;
  }
  .f_business#overseas #tabAccordion .img p {
    padding-right: 15px;
    font-size: 10px;
    text-align: right;
  }
}
.f_business#overseas #tabAccordion h3.tab_drawer_heading {
  position: absolute;
  top: 0;
  left: 33.333%;
  width: 33.333%;
  height: 73px;
  vertical-align: middle;
  margin: 0;
  padding: 15px;
  border-top: solid 1px #5f57bb;
  border-bottom: solid 1px #5f57bb;
  border-left: solid 1px #c8c8c8;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
}
.f_business#overseas #tabAccordion h3.tab_drawer_heading[rel="tab1"] {
  left: 0;

  border-left-color: #5f57bb;
}
.f_business#overseas #tabAccordion h3.tab_drawer_heading[rel="tab3"] {
  left: 66.666%;
  border-right: solid 1px #5f57bb;
}
.f_business#overseas #tabAccordion h3.tab_drawer_heading:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.f_business#overseas #tabAccordion h3.tab_drawer_heading span {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #5f57bb;
}
.f_business#overseas #tabAccordion h3.tab_drawer_heading.d_active {
  background: #f0effa;
}
@media screen and (max-width: 737px) {
  .f_business#overseas #tabAccordion h3.tab_drawer_heading {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.8em 0 0.8em 0.8em;
    border-top: none;
    border-left: none;
    font-size: 14px;
    cursor: pointer;
  }
  .f_business#overseas #tabAccordion h3.tab_drawer_heading[rel="tab1"] {
    border-top: solid 1px #5f57bb;
  }
  .f_business#overseas #tabAccordion h3.tab_drawer_heading[rel="tab1"] {
    left: 0;
    border-left: none;
  }
  .f_business#overseas #tabAccordion h3.tab_drawer_heading[rel="tab3"] {
    left: 0;
    border-right: none;
  }
  .f_business#overseas #tabAccordion h3.tab_drawer_heading span {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #5f57bb;
  }
  .f_business#overseas #tabAccordion h3.tab_drawer_heading:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-bottom: 2px solid #666;
    border-left: 2px solid #666;
    transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
.f_business#overseas #tabAccordion .tab_content {
  display: none;
}
@media screen and (max-width: 737px) {
  .f_business#overseas #tabAccordion .tab_content {
    border-bottom: solid 1px #5f57bb;
  }
}
.f_business#overseas #tabAccordion .tab_content dl {
  width: 210px;

  float: left;
}
@media screen and (max-width: 737px) {
  .f_business#overseas #tabAccordion .tab_content dl {
    width: auto !important;

    float: none;
  }
}
.f_business#overseas #tabAccordion .tab_content dl dt {
  font-size: 16px;
  font-weight: 600;
  color: #5f57bb;
}
.f_business#overseas #tabAccordion .tab_content dl dt strong {
  display: inline-flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  background: #333;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 0.3em;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #fff;
}
.f_business#overseas #tabAccordion .tab_content dl dd + dt {
  margin-top: 1em;
}
@media screen and (max-width: 737px) {
  .f_business#overseas #tabAccordion .tab_content dl dd + dt {
    margin-top: 1.5em;
  }
}
.f_business#overseas #tabAccordion .tab_content dl dd {
  margin: 0;
  padding: 0;
}
.f_business#overseas #tabAccordion .tab_content dl dd ul {
  margin: 0;
  padding: 0;

  list-style: none;
}
.f_business#overseas #tabAccordion .tab_content dl dd ul li {
  position: relative;
  padding: 4px 0 4px 0.7em;
  font-size: 13px;
}
.f_business#overseas #tabAccordion .tab_content dl dd ul li:before {
  content: "";
  display: inline-block;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border: solid 1px #333;
}
.f_business#overseas #tabAccordion .tab_content dl dd ul li.wIcon:before {
  background: #fff;
}
.f_business#overseas #tabAccordion .tab_content dl dd ul li + li {
  border-top: solid 1px #e5e5e5;
}
.f_business#overseas #tabAccordion .tab_content dl + dl {
  margin-left: 29px;
}
@media screen and (max-width: 737px) {
  .f_business#overseas #tabAccordion .tab_content dl + dl {
    margin-left: 0;
  }
}
.f_business#overseas #tabAccordion .tab_content#tab1 .img + dl {
  width: 250px;
}
@media screen and (max-width: 737px) {
  .f_business#overseas #tabAccordion .tab_content#tab1 .img + dl {
    width: auto;
  }
}
.normalTableWrap table {
  width: 100%;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;

  table-layout: fixed;
}
.normalTableWrap table.autoTable {
  width: auto;
}
.normalTableWrap th {
  background-color: #efefef;
  padding: 10px;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.normalTableWrap td {
  padding: 20px 10px;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.normalTableWrap td.txtRight {
  text-align: right;
}
.normalTableWrap td.txtCenter {
  text-align: center;
}
.normalTableWrap tbody th {
  width: 20%;
}
.normalTableWrapNB table {
  width: 100%;
  table-layout: fixed;
}
.normalTableWrapNB table.autoTable {
  width: auto;
}
.normalTableWrapNB td {
  padding: 4px 10px;
}
@media screen and (max-width: 737px) {
  .normalTableWrap {
    margin: 0 -5px;
  }
  .normalTableWrap th {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
  }
  .normalTableWrap td {
    padding: 10px 10px;
    font-size: 12px;
  }
  .normalTableWrapNB {
    margin: 0 -5px;
  }
  .normalTableWrapNB td {
    padding: 10px 10px;
    font-size: 12px;
  }
}
#detail.f_news #iframePopup {
  display: block;
  position: relative;
}
#detail.f_news #iframePopup:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
#detail.f_news #iframePopup:hover:after {
  background-color: rgba(238, 238, 238, 0.2);
}
.centerBtn01Wrap {
  margin: 60px 0;
}
.centerBtn01Wrap:last-child {
  margin-bottom: 0;
}
.centerBtn01Wrap a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  width: 398px;
  height: 58px;
  margin: 0 auto;
  border: 1px solid #ff6c00;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.centerBtn01Wrap a:hover {
  opacity: 0.7;
}
.centerBtn01Wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  right: 30px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid #ff6c00;
  border-right: 2px solid #ff6c00;
  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media screen and (max-width: 737px) {
  .centerBtn01Wrap {
    margin: 25px 0;
  }
  .centerBtn01Wrap:last-child {
    margin-bottom: 0;
  }
  .centerBtn01Wrap a {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 14px 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .centerBtn01Wrap a:after {
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}
.f_business .centerBtn01Wrap a {
  border-color: #5f57bb;
}
.f_business .centerBtn01Wrap a:after {
  border-bottom-color: #5f57bb;
  border-right-color: #5f57bb;
}
.f_technology .centerBtn01Wrap a {
  border-color: #2a83c5;
}
.f_technology .centerBtn01Wrap a:after {
  border-bottom-color: #2a83c5;
  border-right-color: #2a83c5;
}
.f_ir .centerBtn01Wrap a {
  border-color: #f07898;
}
.f_ir .centerBtn01Wrap a:after {
  border-bottom-color: #f07898;
  border-right-color: #f07898;
}
.f_achievement .centerBtn01Wrap a {
  border-color: #21a636;
}
.f_achievement .centerBtn01Wrap a:after {
  border-bottom-color: #21a636;
  border-right-color: #21a636;
}
.f_news .centerBtn01Wrap a {
  border-color: #65bde2;
}
.f_news .centerBtn01Wrap a:after {
  border-bottom-color: #65bde2;
  border-right-color: #65bde2;
}
.f_technology .achievementWrap.hide, .f_business .achievementWrap.hide {
  display: none;
}
.adjustMargin {
  margin-top: -40px;
}
@media screen and (max-width: 737px) {
  .adjustMargin {
    margin-top: 20px;
  }
}
.f_irSitemap #main .hd01:after {
  border-bottom-color: #f07898;
}
.f_irSitemap .sitemapWrap.irSitemap {
  padding-top: 54px;
}
@media screen and (max-width: 737px) {
  .f_irSitemap .sitemapWrap.irSitemap {
    padding-top: 0;
  }
}
.f_irSitemap .sitemapWrap.irSitemap .topTitle {
  position: absolute;
  top: 0;
  left: 0;
}
.f_irSitemap .sitemapWrap.irSitemap .topTitle a {
  font-size: 16px;
  color: #f07898;
}
@media screen and (max-width: 737px) {
  .f_irSitemap .sitemapWrap.irSitemap .topTitle {
    position: static;
  }
}
.f_irSitemap .sitemapWrap.irSitemap .ulWrap {
  position: relative;
  padding-top: 34px;
}
@media screen and (max-width: 737px) {
  .f_irSitemap .sitemapWrap.irSitemap .ulWrap {
    padding-top: 0;
  }
}
.f_irSitemap .sitemapWrap.irSitemap li a:after {
  border-left-color: #f07898;
}
.f_irSitemap .sitemapWrap.irSitemap .innerUl li a:after {
  border-left-color: #ccc;
}
.f_irSitemap .sitemapWrap.irSitemap .blank {
  padding-right: 20px;
}
.f_irSitemap .sitemapWrap.irSitemap .blank:before {
  content: "";
  display: block;
  background-image: url(/common_rwd/img/icon/icon_blank_02.png);
  background-size: 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  right: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: none;
  transform: rotate(0deg);

  -webkit-transform: rotate(0deg);
}
/* ////////////////////////////////////////////////////
/////////////////////2022 esg追加///////////////////////
/////////////////////////////////////////////////////*/
.f_esg #wrap {
  background-image: url("/esg/img/footer_bg_01.jpg");
  background-size: 100% auto;
  background-position: bottom center;
  background-position: left 0 bottom 83px;
  background-color: #f7f8f8;
}
.f_esg .pageHd01 span {
  background-color: rgba(126, 190, 86, 0.8);
}
.f_esg #aside > dl dt {
  border-bottom-color: #7ebe56;
}
.f_esg #aside > dl dd a:before {
  border-left-color: #7ebe56;
}
.f_esg #aside > dl dd a:hover, .f_esg #aside > dl dd a.cr {
  color: #7ebe56;

  border-bottom-color: #7ebe56;
}
.f_esg #aside > dl dd a:hover:after, .f_esg #aside > dl dd a.cr:after {
  border-bottom-color: #7ebe56;
}
.f_esg #aside > dl dd .unlink {
  display: block;
  margin-top: 3px;
  padding: 14px 10px 14px 19px;
  font-size: 14px;
  line-height: 1.4;
}
.f_esg #aside > dl .unlinkBox {
  padding-top: 48px;
  border-top: 1px solid #c8c8c8;
}
.f_esg #aside > dl .unlinkBox .unlink {
  border-top: 1px solid #c8c8c8;
}
.f_esg #aside > dl .parentDd .asideAcBtn:after {
  border-bottom-color: #7ebe56;
  border-left-color: #7ebe56;
}
.f_esg #aside > dl .parentDd .asideAcBtn.cr:hover {
  background-color: #7ebe56;
}
.f_esg #aside.esgAside > dl .parentDd > a {
  padding-left: 32px;
}
@media screen and (max-width: 737px) {
  .f_esg #aside > dl dt a {
    background-color: #7ebe56;
  }
}
.f_esg #main .hd01:after {
  border-bottom-color: #7ebe56;
}
.f_esg #main .hd04 {
  color: #7ebe56;
}
.f_esg .underlineHd02 {
  border-bottom-color: #7ebe56;
}
.f_esg .underlineHd03 {
  border-bottom-color: #7ebe56;
}
.f_esg .boldColorHd01 {
  color: #7ebe56;
}
.f_esg .boldColorHd02 {
  color: #7ebe56;
}
.f_esg .sideLineHd01 {
  border-left-color: #7ebe56;
}
.f_esg .sideLineHd02 {
  background-color: rgba(33, 166, 54, 0.1);

  border-left-color: #7ebe56;
}
.f_esg .dotUlWrap01 ul li:before {
  background-color: #7ebe56;
}
.f_esg .table01Wrap table th {
  border-bottom-color: #7ebe56;
}
.f_esg .table01Wrap table tr:first-child th {
  border-top-color: #7ebe56;
}
.f_esg .chooseYearTab ul li a.active, .f_esg .chooseYearTab ul li a:hover {
  background-color: #7ebe56;
}
.f_esg .themColorBgWrap {
  background-color: #7ebe56;
}
.f_esg .themeColorBgWrap02 {
  background-color: #7ebe56;
}
.f_esg .topicHd02 {
  background-color: #7ebe56;
  padding: 15px 20px 14px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.f_esg h4.topicHd02 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 0;
}
.f_esg .topicHd02 img {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 65px;
}
.f_esg .topicHd02 span {
  display: block;
  position: relative;
  left: 80px;
  width: calc(100% - 80px);
}
.f_esg .topicHd03 {
  font-size: 18px;
  font-weight: 600;
}
.f_esg h5.topicHd03 {
  margin-top: 15px;
  margin-bottom: 0;
}
.f_esg .topicContents {
  background-color: rgba(126, 190, 86, 0.05);
  padding: 20px 40px 20px 40px;
}
.f_esg .topicContents p {
  font-size: 14px;
  line-height: 2;
}
.f_esg .imgPanelListWrap.esgPanel {
  margin-bottom: 40px;
}
.f_esg .imgPanelListWrap.esgPanel ul {
  margin-left: 0;
}
.f_esg .imgPanelListWrap.esgPanel ul.panel-one li {
  margin: 0 auto;
}
.f_esg .imgPanelListWrap.esgPanel li a {
  background-color: rgba(126, 190, 86, 0);
}
.f_esg hr.esg_hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #c8c8c8;
}
.f_esg table.tbl_data {
  width: 100%;
  border: solid 2px rgba(126, 190, 86, 0.8);
  box-sizing: border-box;

  border-collapse: collapse;
  border-spacing: 0;
}
.f_esg table.tbl_data .tbl_data_head th {
  background: rgba(126, 190, 86, 0.9);
  padding: 5px;
  border: none;
  font-size: 90%;
  line-height: 1.4;
  color: #fff;
}
.f_esg table.tbl_data .tbl_data_head th:nth-child(4), .f_esg table.tbl_data .tbl_data_head th:nth-child(5) {
  width: 18%;
}
.f_esg table.tbl_data th, .f_esg table.tbl_data td {
  padding: 6px 8px;
  border: dashed 1px #7ebe56;
  box-sizing: border-box;
  font-size: 95%;
  text-align: center;
}
.f_esg table.tbl_data tr.tr_topline {
  border-top: solid 2px rgba(126, 190, 86, 0.6);
}
.f_esg table.tbl_data tr.tr_topline th {
  background: rgba(126, 190, 86, 0.05);
  border-left: none;
}
.f_esg table.tbl_data td.td_rowpan {
  width: 5em;
}
.f_esg table.tbl_data td.td_label {
  background: rgba(126, 190, 86, 0.2);
  width: 28%;
  text-align: left;
}
@media screen and (max-width: 737px) {
  .f_esg .topicHd02 {
    padding: 10px 10px 9px;
    font-size: 15px;
  }
  .f_esg h4.topicHd02 {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .f_esg .topicHd02 img {
    top: 12px;
    left: 10px;
    width: 45px;
  }
  .f_esg .topicHd02 span {
    display: block;
    position: relative;
    left: 55px;
    width: calc(100% - 55px);
  }
  .f_esg .topicHd03 {
    font-size: 15px;
  }
  .f_esg h5.topicHd03 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .f_esg .topicContents {
    padding: 10px 20px 10px 20px;
  }
  .f_esg .topicContents p {
    font-size: 12px;
  }
  .f_esg table.tbl_data {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;

    -webkit-overflow-scrolling: touch;
  }
  .f_esg table.tbl_data .tbl_data_head th {
    font-size: 12px;
  }
  .f_esg table.tbl_data th, .f_esg table.tbl_data td {
    font-size: 12px;
  }
}

/* ////////////////////////////////////////////////////
/////////////////////2022 esg追加///////////////////////
/////////////////////////////////////////////////////*/
.f_esg #wrap {
  background-image: url("/esg/img/footer_bg_01.jpg");
  background-size: 100% auto;
  background-position: bottom center;
  background-position: left 0 bottom 83px;
  background-color: #f7f8f8;
}
.f_esg .pageHd01 span {
  background-color: rgba(126, 190, 86, 0.8);
}
.f_esg #aside > dl dt {
  border-bottom-color: #7ebe56;
}
.f_esg #aside > dl dd a:before {
  border-left-color: #7ebe56;
}
.f_esg #aside > dl dd a:hover, .f_esg #aside > dl dd a.cr {
  color: #7ebe56;

  border-bottom-color: #7ebe56;
}
.f_esg #aside > dl dd a:hover:after, .f_esg #aside > dl dd a.cr:after {
  border-bottom-color: #7ebe56;
}
.f_esg #aside > dl dd .unlink {
  display: block;
  margin-top: 3px;
  padding: 14px 10px 14px 19px;
  font-size: 14px;
  line-height: 1.4;
}
.f_esg #aside > dl .unlinkBox {
  padding-top: 48px;
  border-top: 1px solid #c8c8c8;
}
.f_esg #aside > dl .unlinkBox .unlink {
  border-top: 1px solid #c8c8c8;
}
.f_esg #aside > dl .parentDd .asideAcBtn:after {
  border-bottom-color: #7ebe56;
  border-left-color: #7ebe56;
}
.f_esg #aside > dl .parentDd .asideAcBtn.cr:hover {
  background-color: #7ebe56;
}
.f_esg #aside.esgAside > dl .parentDd > a {
  padding-left: 32px;
}
@media screen and (max-width: 737px) {
  .f_esg #aside > dl dt a {
    background-color: #7ebe56;
  }
}
.f_esg #main .hd01:after {
  border-bottom-color: #7ebe56;
}
.f_esg #main .hd04 {
  color: #7ebe56;
}
.f_esg .underlineHd02 {
  border-bottom-color: #7ebe56;
}
.f_esg .underlineHd03 {
  border-bottom-color: #7ebe56;
}
.f_esg .boldColorHd01 {
  color: #7ebe56;
}
.f_esg .boldColorHd02 {
  color: #7ebe56;
}
.f_esg .sideLineHd01 {
  border-left-color: #7ebe56;
}
.f_esg .sideLineHd02 {
  background-color: rgba(33, 166, 54, 0.1);

  border-left-color: #7ebe56;
}
.f_esg .dotUlWrap01 ul li:before {
  background-color: #7ebe56;
}
.f_esg .table01Wrap table th {
  border-bottom-color: #7ebe56;
}
.f_esg .table01Wrap table tr:first-child th {
  border-top-color: #7ebe56;
}
.f_esg .chooseYearTab ul li a.active, .f_esg .chooseYearTab ul li a:hover {
  background-color: #7ebe56;
}
.f_esg .themColorBgWrap {
  background-color: #7ebe56;
}
.f_esg .themeColorBgWrap02 {
  background-color: #7ebe56;
}
.f_esg .topicHd02 {
  background-color: #7ebe56;
  padding: 15px 20px 14px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.f_esg h4.topicHd02 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 0;
}
.f_esg .topicHd02 img {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 65px;
}
.f_esg .topicHd02 span {
  display: block;
  position: relative;
  left: 80px;
  width: calc(100% - 80px);
}
.f_esg .topicHd03 {
  font-size: 18px;
  font-weight: 600;
}
.f_esg h5.topicHd03 {
  margin-top: 15px;
  margin-bottom: 0;
}
.f_esg .topicContents {
  background-color: rgba(126, 190, 86, 0.05);
  padding: 20px 40px 20px 40px;
}
.f_esg .topicContents p {
  font-size: 14px;
  line-height: 2;
}
.f_esg .imgPanelListWrap.esgPanel {
  margin-bottom: 40px;
}
.f_esg .imgPanelListWrap.esgPanel ul {
  margin-left: 0;
}
.f_esg .imgPanelListWrap.esgPanel ul.panel-one li {
  margin: 0 auto;
}
.f_esg .imgPanelListWrap.esgPanel li a {
  background-color: rgba(126, 190, 86, 0);
}
.f_esg hr.esg_hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #c8c8c8;
}
.f_esg table.tbl_data {
  width: 100%;
  border: solid 2px rgba(126, 190, 86, 0.8);
  box-sizing: border-box;

  border-collapse: collapse;
  border-spacing: 0;
}
.f_esg table.tbl_data .tbl_data_head th {
  background: rgba(126, 190, 86, 0.9);
  padding: 5px;
  border: none;
  font-size: 90%;
  line-height: 1.4;
  color: #fff;
}
.f_esg table.tbl_data .tbl_data_head th:nth-child(4), .f_esg table.tbl_data .tbl_data_head th:nth-child(5) {
  width: 18%;
}
.f_esg table.tbl_data th, .f_esg table.tbl_data td {
  padding: 6px 8px;
  border: dashed 1px #7ebe56;
  box-sizing: border-box;
  font-size: 95%;
  text-align: center;
}
.f_esg table.tbl_data tr.tr_topline {
  border-top: solid 2px rgba(126, 190, 86, 0.6);
}
.f_esg table.tbl_data tr.tr_topline th {
  background: rgba(126, 190, 86, 0.05);
  border-left: none;
}
.f_esg table.tbl_data td.td_rowpan {
  width: 5em;
}
.f_esg table.tbl_data td.td_label {
  background: rgba(126, 190, 86, 0.2);
  width: 28%;
  text-align: left;
}
@media screen and (max-width: 737px) {
  .f_esg .topicHd02 {
    padding: 10px 10px 9px;
    font-size: 15px;
  }
  .f_esg h4.topicHd02 {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .f_esg .topicHd02 img {
    top: 12px;
    left: 10px;
    width: 45px;
  }
  .f_esg .topicHd02 span {
    display: block;
    position: relative;
    left: 55px;
    width: calc(100% - 55px);
  }
  .f_esg .topicHd03 {
    font-size: 15px;
  }
  .f_esg h5.topicHd03 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .f_esg .topicContents {
    padding: 10px 20px 10px 20px;
  }
  .f_esg .topicContents p {
    font-size: 12px;
  }
  .f_esg table.tbl_data {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;

    -webkit-overflow-scrolling: touch;
  }
  .f_esg table.tbl_data .tbl_data_head th {
    font-size: 12px;
  }
  .f_esg table.tbl_data th, .f_esg table.tbl_data td {
    font-size: 12px;
  }
}
