.m_btn01 li {
  margin: auto;
  width: 500px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .m_btn01 li {
    width: auto;
  }
}
.m_btn01 li a {
  display: block;
  height: 70px;
  position: relative;
  border: 1px solid #212121;
  background: #212121;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  line-height: 70px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .m_btn01 li a {
    padding: 6vw 4vw;
    height: auto;
    padding-right: 5.333vw;
    background-size: 4.133vw auto;
    font-size: 3.733vw;
    line-height: 1.5;
  }
}
.m_btn01 li a::after {
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 1;
}
.m_btn01 li a:hover::after {
  transform: scale(1, 1);
}
.m_btn01 li a span {
  display: block;
  position: relative;
  background: url("/common/img/m_btn_arrow01.png") no-repeat center right 19px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .m_btn01 li a span {
    background-size: 5.067vw auto;
    background-position: center right;
  }
}
.m_btn01 li a:hover span {
  background-image: url("/common/img/m_btn_arrow02.png");
  color: #212121;
}

.m_rowHeaderStyle01 {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 {
    padding: 12vw 5.333vw 14.667vw;
  }
}
.m_rowHeaderStyle01 .areaIndex {
  margin: 0 0 40px;
  position: relative;
  font-family: Roboto;
  font-size: 20px;
  color: #ababab;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 .areaIndex {
    margin: 0 0 6vw;
    font-size: 3.467vw;
  }
}
.m_rowHeaderStyle01 .areaIndex[data-scroll=fadeup] {
  opacity: 0;
}
.m_rowHeaderStyle01 .areaIndex::before {
  content: "";
  display: block;
  width: calc((100vw - 1000px) / 2);
  position: absolute;
  top: 18px;
  left: calc(50% - 50vw);
  border-top: 1px solid #ababab;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 .areaIndex::before {
    width: 3.333vw;
    top: 2.667vw;
    left: -5.333vw;
  }
}
.m_rowHeaderStyle01 h1, .m_rowHeaderStyle01 .heading {
  margin: 0 0 30px;
  position: relative;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.6;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 h1, .m_rowHeaderStyle01 .heading {
    margin-bottom: 8vw;
    font-size: 8vw;
  }
}
.m_rowHeaderStyle01 .rowHeading {
  padding-left: 40px;
  border-left: 1px solid #50c850;
  font-size: 34px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 .rowHeading {
    font-size: 7.2vw;
  }
}
.m_rowHeaderStyle01 .exp {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 .exp {
    font-size: 3.467vw;
  }
}
.m_rowHeaderStyle01 .info {
  display: flex;
}
.m_rowHeaderStyle01 .info li {
  margin-right: 30px;
  list-style-type: none;
}
.m_rowHeaderStyle01 .info li.date {
  font-size: 12px;
  color: #909090;
}
.m_rowHeaderStyle01 .info li.category {
  width: 135px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 .info li.category {
    width: 21.867vw;
  }
}
.m_rowHeaderStyle01 .info li.category a, .m_rowHeaderStyle01 .info li.category span {
  display: block;
  width: 135px;
  font-size: 14px;
  text-align: center;
  background-color: #50c850;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01 .info li.category a, .m_rowHeaderStyle01 .info li.category span {
    padding: 0.8vw 0 0.933vw;
    width: 21.867vw;
    font-size: 2.667vw;
  }
}

.m_rowHeaderStyle01.company::after {
  content: "COMPANY";
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  font-size: 200px;
  font-weight: 300;
  font-family: Roboto;
  color: #f8f8f8;
  line-height: 0.7;
  opacity: 0.3;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01.company::after {
    white-space: pre;
    content: "COMPANY";
    top: 12vw;
    font-size: 26.667vw;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle01.noExp {
    padding: 12vw 5.333vw 8vw;
  }
}

.m_rowHeaderStyle02 {
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 {
    padding: 11.333vw 5.333vw 14.667vw;
  }
}
.m_rowHeaderStyle02 .areaIndex {
  margin: 0 0 40px;
  position: relative;
  font-family: Roboto;
  font-size: 20px;
  color: #ababab;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .areaIndex {
    margin: 0 0 6vw;
    font-size: 3.467vw;
  }
}
.m_rowHeaderStyle02 .areaIndex::before {
  content: "";
  display: block;
  width: calc((100vw - 1000px) / 2);
  position: absolute;
  top: 15px;
  left: calc(50% - 50vw);
  border-top: 1px solid #ababab;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .areaIndex::before {
    width: 3.333vw;
    top: 2.667vw;
    left: -5.333vw;
  }
}
.m_rowHeaderStyle02 .col {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .col {
    display: block;
  }
}
.m_rowHeaderStyle02 .col .imgArea {
  margin-right: 25px;
  width: 340px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .col .imgArea {
    margin-right: 0;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .col .imgArea img {
    width: 57.6vw;
    height: auto;
  }
}
.m_rowHeaderStyle02 .col .textArea {
  flex: 1;
}
.m_rowHeaderStyle02 .col .textArea h1 {
  margin: 0 0 30px;
  position: relative;
  font-size: 40px;
  font-weight: 500;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .col .textArea h1 {
    margin-bottom: 5.333vw;
    font-size: 8vw;
  }
}
.m_rowHeaderStyle02 .col .textArea .exp {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle02 .col .textArea .exp {
    font-size: 3.467vw;
  }
}

.m_rowHeaderStyle03 {
  padding: 80px 0 30px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle03 {
    padding: 10.667vw 5.333vw 4vw;
  }
}
.m_rowHeaderStyle03 h1 {
  padding-left: 50px;
  border-left: 1px solid #50c850;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle03 h1 {
    padding-left: 6.133vw;
    font-size: 7.2vw;
  }
}
.m_rowHeaderStyle03 .snsList {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle03 .snsList {
    margin-top: 4.667vw;
  }
}
.m_rowHeaderStyle03 .snsList li {
  margin-left: 17px;
  width: 41px;
  height: 41px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle03 .snsList li {
    margin-left: 3.467vw;
    width: 9.2vw;
    height: 9.2vw;
  }
}
.m_rowHeaderStyle03 .snsList li a {
  display: block;
  width: 41px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 41px auto;
  text-indent: -9999px;
}
@media only screen and (max-width: 767px) {
  .m_rowHeaderStyle03 .snsList li a {
    width: 9.2vw;
    height: 9.2vw;
    background-size: 9.2vw auto;
  }
}
.m_rowHeaderStyle03 .snsList li.tw a {
  background-image: url("/common/img/icon_twitter.svg");
}
.m_rowHeaderStyle03 .snsList li.fb a {
  background-image: url("/common/img/icon_facebook.svg");
}
.m_rowHeaderStyle03 .snsList li.note a {
  background-image: url("/common/img/icon_note.svg");
}
.m_rowHeaderStyle03 .snsList li.mail a {
  background-image: url("/common/img/icon_mail.svg");
}

.m_caseStudy01 h2 {
  margin: 0 0 45px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 h2 {
    margin-bottom: 11.333vw;
  }
}
.m_caseStudy01 .caseStudyList {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 55px;
  min-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList {
    display: block;
    justify-content: flex-start;
    margin-bottom: 13.333vw;
    min-width: initial;
  }
}
.m_caseStudy01 .caseStudyList > li {
  margin-right: 21px;
  width: 299px;
  position: relative;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li {
    margin-right: 0;
    margin-bottom: 4vw;
    width: auto;
  }
}
.m_caseStudy01 .caseStudyList > li:hover {
  background-color: #fff;
}
.m_caseStudy01 .caseStudyList > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li:last-child {
    margin-bottom: 0;
  }
}
.m_caseStudy01 .caseStudyList > li a {
  display: block;
  padding: 25px;
  height: 100%;
  background-color: #f0f0f0;
  text-decoration: none;
  color: #191919;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a {
    padding: 3.2vw;
  }
}
.m_caseStudy01 .caseStudyList > li a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #212121;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a::before {
    width: 8.933vw;
    height: 8.933vw;
  }
}
.m_caseStudy01 .caseStudyList > li a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a::after {
    width: 1.467vw;
    height: 1.467vw;
    right: 3.6vw;
    bottom: 3.467vw;
  }
}
.m_caseStudy01 .caseStudyList > li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a:hover {
    opacity: 1;
  }
}
.m_caseStudy01 .caseStudyList > li a:hover::after {
  opacity: 1;
}
.m_caseStudy01 .caseStudyList > li a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a .img {
    margin-bottom: 3.6vw;
  }
}
.m_caseStudy01 .caseStudyList > li a .img img {
  width: 100%;
  height: auto;
}
.m_caseStudy01 .caseStudyList > li a dl {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a dl {
    padding-bottom: 17.333vw;
  }
}
.m_caseStudy01 .caseStudyList > li a dl dt {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a dl dt {
    margin-bottom: 2.667vw;
    font-size: 4vw;
  }
}
.m_caseStudy01 .caseStudyList > li a dl dd {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a dl dd {
    font-size: 3.467vw;
  }
}
.m_caseStudy01 .caseStudyList > li a .tags {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 25px;
  bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a .tags {
    left: 3.2vw;
    bottom: 13.333vw;
  }
}
.m_caseStudy01 .caseStudyList > li a .tags li {
  margin-right: 9px;
  width: 77px;
  height: 30px;
  background-color: #50c850;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  list-style-type: none;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .caseStudyList > li a .tags li {
    margin-right: 1.2vw;
    width: 11.467vw;
    height: 4.4vw;
    font-size: 2.533vw;
    line-height: 4.4vw;
  }
}
.m_caseStudy01 .caseStudyList > li a .tags li:last-child {
  margin-right: 0;
}
.m_caseStudy01 .m_btn01 li {
  width: 299px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .m_btn01 li {
    width: auto;
  }
}
.m_caseStudy01 .m_btn01 li a {
  width: 299px;
}
@media only screen and (max-width: 767px) {
  .m_caseStudy01 .m_btn01 li a {
    width: auto;
  }
}

.product {
  padding: 80px 0 0;
  min-width: 1000px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product {
    padding: 22.667vw 5.333vw 0;
    min-width: initial;
  }
}
.product::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 581px;
  background-color: #f8f8f8;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .product::before {
    left: 0;
    height: 200vw;
  }
}
.product .afterCategoryText {
  content: "PRODUCT";
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 200px;
  font-weight: 300;
  font-family: Roboto;
  color: #606060;
  letter-spacing: -11px;
  line-height: 0.7;
  opacity: 0.03;
  z-index: -1;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .product .afterCategoryText {
    top: 22.667vw;
    font-size: 26.667vw;
  }
}
.product .areaIndex {
  margin: 0 0 50px;
  position: relative;
  font-family: Roboto;
  font-size: 20px;
  color: #ababab;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .product .areaIndex {
    margin: 0 0 6vw;
    font-size: 3.467vw;
  }
}
.product .areaIndex::before {
  content: "";
  display: block;
  width: calc((100vw - 975px) / 2);
  position: absolute;
  top: 17px;
  left: calc(50% - 50vw);
  border-top: 1px solid #ababab;
}
@media only screen and (max-width: 767px) {
  .product .areaIndex::before {
    width: 3.333vw;
    top: 2vw;
    left: -5.333vw;
  }
}
.product h2 {
  margin: 0 0 44px;
  font-size: 34px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .product h2 {
    margin: 0 0 9.333vw;
  }
}
.product p {
  margin: 0 0 30px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product p {
    margin: 0 0 8vw;
    font-size: 3.467vw;
    text-align: left;
  }
}
.product .serviceList {
  display: flex;
  justify-content: space-around;
  margin: auto;
  width: 735px;
}
@media only screen and (max-width: 767px) {
  .product .serviceList {
    display: block;
    width: auto;
  }
}
.product .serviceList li {
  width: 350px;
  border-top: 1px solid #e2e2e2;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li {
    width: auto;
  }
}
.product .serviceList li .name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 155px;
  border-left: 4px solid;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li .name {
    height: 32.933vw;
  }
}
.product .serviceList li .name img {
  width: auto;
  height: 72px;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li .name img {
    width: 53.867vw;
    height: auto;
  }
}
.product .serviceList li .text {
  margin: 0;
  padding: 25px 40px;
  text-align: left;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li .text {
    padding: 5.733vw 10.667vw;
  }
}
.product .serviceList li .btn {
  margin-top: -1px;
  padding: 0 40px 30px;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li .btn {
    padding: 0 10.667vw 5.333vw;
  }
}
.product .serviceList li .btn li {
  width: auto;
  border-top: none;
}
.product .serviceList li .btn li a {
  display: block;
  width: auto;
  height: 43px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 43px;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li .btn li a {
    height: 13.6vw;
    font-size: 3.733vw;
    line-height: 13.6vw;
  }
}
.product .serviceList li .btn li a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 1;
}
.product .serviceList li .btn li a:hover {
  color: #fff;
}
.product .serviceList li .btn li a:hover::after {
  transform: scale(1, 1);
}
.product .serviceList li .btn li a span {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right 20px center;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .product .serviceList li.omni {
    margin-bottom: 5.333vw;
  }
}
.product .serviceList li.omni .name {
  border-color: #50c850;
}
.product .serviceList li.omni .text {
  background-color: #50c850;
}
.product .serviceList li.omni .btn {
  background-color: #50c850;
}
.product .serviceList li.omni .btn a {
  color: #06a506;
}
.product .serviceList li.omni .btn a::after {
  background-color: #50c850;
}
.product .serviceList li.omni .btn a span {
  background-image: url("/common/img/m_btn_arrow03.png");
}
.product .serviceList li.omni .btn a:hover span {
  background-image: url("/common/img/m_btn_arrow04.png");
}
.product .serviceList li.point .name {
  border-color: #f7a61a;
}
.product .serviceList li.point .text {
  background-color: #f7a61a;
}
.product .serviceList li.point .btn {
  background-color: #f7a61a;
}
.product .serviceList li.point .btn a {
  color: #df8d00;
}
.product .serviceList li.point .btn a::after {
  background-color: #f7a61a;
}
.product .serviceList li.point .btn a span {
  background-image: url("/common/img/m_btn_arrow05.png");
}
.product .serviceList li.point .btn a:hover span {
  background-image: url("/common/img/m_btn_arrow06.png");
}

.productType02 {
  padding: 120px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .productType02 {
    padding: 24vw 5.333vw 0;
  }
}
.productType02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 66px);
  height: 586px;
  background-color: #f8f8f8;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .productType02::before {
    width: 943px;
  }
}
@media only screen and (max-width: 767px) {
  .productType02::before {
    width: 100%;
    height: 200vw;
  }
}
.productType02::after {
  top: 90px;
}

.productType03 {
  padding: 160px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .productType03 {
    padding: 24vw 5.333vw 0;
  }
}
.productType03::before {
  content: none;
}
.productType03::after {
  top: 120px;
}
.productType03 .serviceList li {
  border-right: 1px solid #e2e2e2;
}

.m_descriptionList01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 0 80px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .m_descriptionList01 {
    margin: 0 5.333vw 9.333vw;
    padding: 0;
    width: auto;
  }
}
.m_descriptionList01 dt, .m_descriptionList01 dd {
  padding: 30px 0;
  border-bottom: 1px solid #dbdbdb;
}
@media only screen and (max-width: 767px) {
  .m_descriptionList01 dt, .m_descriptionList01 dd {
    padding: 4.667vw 0;
    font-size: 3.467vw;
  }
}
.m_descriptionList01 dt {
  padding-right: 12px;
  width: 102px;
}
@media only screen and (max-width: 767px) {
  .m_descriptionList01 dt {
    padding-right: 1.6vw;
    width: 17.467vw;
  }
}
.m_descriptionList01 dd {
  width: 677px;
}
@media only screen and (max-width: 767px) {
  .m_descriptionList01 dd {
    width: 70.267vw;
  }
}

.m_rowLinkList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 0 80px;
}
@media only screen and (max-width: 767px) {
  .m_rowLinkList {
    margin-bottom: 13.333vw;
    padding: 0 5.333vw;
  }
}
.m_rowLinkList li {
  margin-right: 50px;
  font-size: 16px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .m_rowLinkList li {
    margin-right: 7.733vw;
    font-size: 3.467vw;
  }
}

.m_textLayout01 {
  margin: 0 30px 75px;
}
@media only screen and (max-width: 767px) {
  .m_textLayout01 {
    margin: 0 5.333vw 10vw;
  }
}
.m_textLayout01 h2 {
  margin-bottom: 30px;
  padding-left: 30px;
  border-left: 1px solid #ababab;
  font-size: 26px;
  font-weight: 500;
  color: #191919;
}
@media only screen and (max-width: 767px) {
  .m_textLayout01 h2 {
    margin-bottom: 4.667vw;
    padding-left: 4.667vw;
    font-size: 5.333vw;
  }
}
.m_textLayout01 p {
  font-size: 16px;
  color: #3f3f3f;
}
@media only screen and (max-width: 767px) {
  .m_textLayout01 p {
    font-size: 3.467vw;
  }
}
.m_textLayout01 ul li {
  margin-left: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .m_textLayout01 ul li {
    font-size: 3.467vw;
  }
}

.m_listStyle01 {
  margin: 25px 0;
}
@media only screen and (max-width: 767px) {
  .m_listStyle01 {
    margin: 4vw 0;
  }
}
.m_listStyle01 li {
  margin: 0;
  list-style-type: square;
}
@media only screen and (max-width: 767px) {
  .m_listStyle01 li {
    font-size: 3.467vw;
  }
}

.m_listStyle02 {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .m_listStyle02 {
    margin: 1.333vw 0;
  }
}
.m_listStyle02 li {
  margin: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .m_listStyle02 li {
    font-size: 3.467vw;
  }
}

.m_listStyle03 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.m_listStyle03 li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 300px;
  font-size: 12px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .m_listStyle03 li {
    margin-right: 2.267vw;
    margin-bottom: 2.4vw;
    width: 43.467vw;
  }
}
.m_listStyle03 li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .m_listStyle03 li:nth-child(3n) {
    margin-right: 2.267vw;
  }
}
@media only screen and (max-width: 767px) {
  .m_listStyle03 li:nth-child(2n) {
    margin-right: 0;
  }
}
.m_listStyle03 li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.m_listStyle_column {
  column-count: 2;
}
@media only screen and (max-width: 767px) {
  .m_listStyle_column {
    column-count: 1;
  }
}
.m_listStyle_column li {
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .m_listStyle_column li {
    padding-right: 2vw;
  }
}

#content .pageArea {
  margin-bottom: 65px;
  display: flex;
  justify-content: center;
  font-family: Roboto;
}
@media only screen and (max-width: 767px) {
  #content .pageArea {
    margin-bottom: 13.333vw;
  }
}
#content .pageArea p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #content .pageArea p {
    font-size: 4vw;
  }
}
#content .pageArea p a, #content .pageArea p span {
  position: relative;
  text-decoration: none;
  color: #000000;
}
#content .pageArea p a:hover, #content .pageArea p span:hover {
  text-decoration: none;
  color: #50c850;
}
#content .pageArea p a::after, #content .pageArea p span::after {
  content: "";
  display: block;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #content .pageArea p a::after, #content .pageArea p span::after {
    margin-top: -1.067vw;
    width: 2vw;
    height: 2vw;
  }
}
#content .pageArea p a:hover::after, #content .pageArea p span:hover::after {
  border-color: #50c850;
}
#content .pageArea .prev a, #content .pageArea .prev span {
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  #content .pageArea .prev a, #content .pageArea .prev span {
    padding-left: 4vw;
  }
}
#content .pageArea .prev a::after, #content .pageArea .prev span::after {
  left: 0px;
  transform: rotate(135deg);
}
#content .pageArea .next a, #content .pageArea .next span {
  padding-right: 18px;
}
@media only screen and (max-width: 767px) {
  #content .pageArea .next a, #content .pageArea .next span {
    padding-right: 4vw;
  }
}
#content .pageArea .next a::after, #content .pageArea .next span::after {
  right: 0px;
}
#content .pageArea .prev span, #content .pageArea .next span {
  color: #bbbbbb;
  cursor: default;
}
#content .pageArea .prev span::after, #content .pageArea .next span::after {
  border-color: #bbbbbb;
}
#content .pageArea .prev span:hover, #content .pageArea .next span:hover {
  color: #bbbbbb;
}
#content .pageArea .prev span:hover::after, #content .pageArea .next span:hover::after {
  border-color: #bbbbbb;
}
#content .pageArea ul {
  display: flex;
  margin: 0 35px;
}
@media only screen and (max-width: 767px) {
  #content .pageArea ul {
    margin: 0 10vw;
  }
}
#content .pageArea ul li {
  margin: 0 10px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .pageArea ul li {
    margin: 0 1.6vw;
  }
}
#content .pageArea ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  #content .pageArea ul li a {
    font-size: 4vw;
  }
}
#content .pageArea ul li span {
  text-decoration: underline;
  color: #50c850;
}
#content .pageArea.noNum .prev {
  margin-right: 100px;
}
@media only screen and (max-width: 767px) {
  #content .pageArea.noNum .prev {
    margin-right: 13.333vw;
  }
}

#content .m_columnList {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #content .m_columnList {
    margin: 0 0 6.667vw;
  }
}
#content .m_columnList .m_categoryMenuBg {
  margin-bottom: 60px;
  padding: 20px 0 25px;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  #content .m_columnList .m_categoryMenuBg {
    margin-bottom: 12vw;
    padding: 5.333vw 5.333vw 6.667vw;
  }
}
#content .m_columnList .listTitle {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto";
  color: #9f9f9f;
}
@media only screen and (max-width: 767px) {
  #content .m_columnList .listTitle {
    margin-bottom: 4vw;
    font-size: 3.733vw;
  }
}
#content .m_categoryMenu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  padding-left: 33px;
  border-left: 1px solid #bbbbbb;
}
@media only screen and (max-width: 767px) {
  #content .m_categoryMenu {
    justify-content: flex-start;
    margin: 0 5.333vw 0 0;
    gap: 2.667vw;
    padding-top: 3.333vw;
    padding-left: 3.333vw;
  }
}
#content .m_categoryMenu li {
  width: 135px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .m_categoryMenu li {
    width: auto;
  }
}
#content .m_categoryMenu li a {
  display: block;
  padding: 3px 0;
  background-color: #bbbbbb;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #content .m_categoryMenu li a {
    padding: 0.667vw 6.667vw;
    font-size: 2.667vw;
  }
}
#content .m_categoryMenu li a:hover {
  background-color: #50c850;
}
#content .m_categoryMenu li.current a {
  background-color: #50c850;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 {
    margin: 0 5.333vw 13.333vw;
  }
}
#content .m_articleList01 > li {
  list-style-type: none;
  border-bottom: 1px solid #e2e2e2;
  text-decoration: none;
}
#content .m_articleList01 > li:first-child {
  border-top: 1px solid #e2e2e2;
}
#content .m_articleList01 > li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px 55px 24px 20px;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 > li a {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 7.333vw 9.333vw 7.333vw 5.333vw;
  }
}
#content .m_articleList01 > li a .date {
  margin-right: 15px;
  font-size: 12px;
  width: 85px;
  color: #909090;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 > li a .date {
    margin-right: 2.667vw;
    font-size: 3.467vw;
    width: 18.667vw;
  }
}
#content .m_articleList01 > li a .category {
  margin-right: 23px;
  width: 135px;
  background-color: #50c850;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 > li a .category {
    margin-right: 0;
    padding: 0;
    width: auto;
    font-size: 2.667vw;
  }
}
#content .m_articleList01 > li a .category span {
  display: block;
  padding: 2px 0 3px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 > li a .category span {
    padding: 0.667vw 6.667vw;
  }
}
#content .m_articleList01 > li a .text {
  flex: 1;
  margin-right: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 > li a .text {
    flex: auto;
    margin: 2.667vw 0;
    width: 100%;
    font-size: 3.467vw;
  }
}
#content .m_articleList01 > li a .img img {
  width: 200px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #content .m_articleList01 > li a .img img {
    width: 100%;
  }
}

#content .pageNav {
  position: absolute;
  width: 100%;
  height: 56px;
  border-bottom: 2px solid #f0f0f0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #content .pageNav {
    display: none;
  }
}
#content .pageNav.fixed {
  border-top: 1px solid #f0f0f0;
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 3;
}
#content .pageNav .inner {
  height: 100%;
}
#content .pageNav .inner ul {
  display: flex;
  height: 100%;
}
#content .pageNav .inner ul li {
  width: 239px;
  list-style-type: none;
}
#content .pageNav .inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px 0 0;
  height: 100%;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  color: #191919;
}
#content .pageNav .inner ul li a:hover, #content .pageNav .inner ul li a.current {
  color: #2fac2f;
}
#content .pageNav .inner ul li a:hover svg, #content .pageNav .inner ul li a.current svg {
  fill: currentColor;
}
#content .pageNav .inner ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 30px;
  position: absolute;
  right: 0;
  border-right: 1px solid #f0f0f0;
}
#content .pageNav .inner ul li a .icon {
  display: block;
  position: absolute;
  top: 50%;
}
#content .pageNav .inner ul li a .icon svg {
  display: block;
}
#content .pageNav .inner ul li:first-child {
  width: 232px;
}
#content .pageNav .inner ul li:first-child .icon {
  margin-top: -17px;
  width: 25px;
  left: 17px;
}
#content .pageNav .inner ul li:first-child .icon svg {
  width: 55px;
  height: 29px;
}
#content .pageNav .inner ul li:nth-child(2) a {
  padding-left: 7px;
}
#content .pageNav .inner ul li:nth-child(2) a .icon {
  margin-top: -11px;
  width: 22px;
  left: 23px;
}
#content .pageNav .inner ul li:nth-child(2) a .icon svg {
  width: 22px;
  height: 22px;
}
#content .pageNav .inner ul li:nth-child(3) a {
  padding-left: 20px;
}
#content .pageNav .inner ul li:nth-child(3) a .icon {
  margin-top: -10px;
  width: 26px;
  left: 11px;
}
#content .pageNav .inner ul li:nth-child(3) a .icon svg {
  width: 26px;
  height: 21px;
}
#content .pageNav .inner ul li:last-child {
  width: 261px;
}
#content .pageNav .inner ul li:last-child a {
  padding-left: 12px;
}
#content .pageNav .inner ul li:last-child a::after {
  content: none;
}
#content .pageNav .inner ul li:last-child a .icon {
  margin-top: -12px;
  width: 21px;
  left: 24px;
}
#content .pageNav .inner ul li:last-child a .icon svg {
  width: 21px;
  height: 24px;
}
#content .pageNav.pbd .inner ul li a:hover, #content .pageNav.pbd .inner ul li a.current {
  color: #ffa100;
}
#content .pageNav.pbd .inner ul li a svg {
  fill: currentColor;
}
#content .pageNav02 {
  padding: 55px 0 45px;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  #content .pageNav02 {
    padding: 10.667vw 5.333vw 8vw;
  }
}
#content .pageNav02 ul {
  display: flex;
  flex-wrap: wrap;
}
#content .pageNav02 ul li {
  margin: 0 12px 12px 0;
  width: 226px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .pageNav02 ul li {
    margin: 0 3.2vw 2.933vw 0;
    width: 43.067vw;
  }
}
#content .pageNav02 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  width: 226px;
  height: 70px;
  position: relative;
  background-color: #ffffff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #191919;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #content .pageNav02 ul li a {
    padding-right: 2.667vw;
    width: auto;
    height: 16.267vw;
    font-size: 3.467vw;
  }
}
#content .pageNav02 ul li a::before {
  content: "";
  display: block;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 27px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #content .pageNav02 ul li a::before {
    margin-top: -0.533vw;
    width: 0.8vw;
    height: 0.8vw;
    right: 3.867vw;
    border-width: 1px;
  }
}
#content .pageNav02 ul li a::after {
  content: "";
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 20px;
  background-color: #bbbbbb;
}
@media only screen and (max-width: 767px) {
  #content .pageNav02 ul li a::after {
    margin-top: -1.6vw;
    width: 3.2vw;
    height: 3.2vw;
    right: 2.667vw;
    border-radius: 3.2vw;
  }
}
#content .pageNav02 ul li a:hover {
  background-color: #212121;
  color: #ffffff;
}
#content .pageNav02 ul li a:hover::before {
  border-color: #191919;
}
#content .pageNav02 ul li a:hover::after {
  background-color: #ffffff;
}
#content .pageNav02 ul li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #content .pageNav02 ul li:nth-child(4n) {
    margin-right: 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  #content .pageNav02 ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#content .pageNav02 ul li.w50 {
  width: 458px;
}
@media only screen and (max-width: 767px) {
  #content .pageNav02 ul li.w50 {
    width: 100%;
  }
}
#content .pageNav02 ul li.w50:first-child {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  #content .pageNav02 ul li.w50:first-child {
    margin-right: 0;
  }
}
#content .pageNav02 ul li.w50:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #content .pageNav02 ul li.w50:last-child {
    margin-bottom: 0;
  }
}
#content .pageNav02 ul li.w50 a {
  width: 100%;
}
#content .m_rowHeaderStyle02 {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  #content .m_rowHeaderStyle02 {
    margin-top: 0;
  }
}
#content .m_rowHeaderStyle02::after {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 200px;
  font-family: Roboto;
  font-weight: 300;
  color: #606060;
  letter-spacing: -11px;
  line-height: 0.8;
  opacity: 0.03;
}
@media only screen and (max-width: 767px) {
  #content .m_rowHeaderStyle02::after {
    top: 12vw;
    white-space: pre;
    font-size: 26.667vw;
    text-align: right;
  }
}
#content .m_rowHeaderStyle02.omni::after {
  content: "Omni-Base";
}
@media only screen and (max-width: 767px) {
  #content .m_rowHeaderStyle02.omni::after {
    content: "Omni-\a Base";
  }
}
#content .m_rowHeaderStyle02.point::after {
  content: "Point-Base";
}
@media only screen and (max-width: 767px) {
  #content .m_rowHeaderStyle02.point::after {
    content: "Point-\a Base";
  }
}
#content .bg01 {
  padding: 120px 0 150px;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  #content .bg01 {
    padding: 12vw 0;
  }
}
#content .bg02 {
  background-color: #f8f8f8;
}
#content .textLayout01 {
  margin-bottom: 55px;
  padding: 110px 80px 85px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #content .textLayout01 {
    margin-bottom: 13.333vw;
    padding: 16vw 5.333vw 5.333vw;
  }
}
#content .textLayout01:last-child {
  margin-bottom: 0;
}
#content .textLayout01 .areaIndex {
  margin-bottom: 45px;
  padding-left: 45px;
  position: relative;
  font-size: 18px;
  font-family: Roboto;
  color: #a6a6a6;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout01 .areaIndex {
    margin-bottom: 12vw;
    padding-left: 11.333vw;
    font-size: 3.2vw;
  }
}
#content .textLayout01 .areaIndex .num {
  padding-left: 5px;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout01 .areaIndex .num {
    padding-left: 0.667vw;
    font-size: 5.333vw;
  }
}
#content .textLayout01 .areaIndex::before {
  content: "";
  display: block;
  width: 32px;
  height: 0;
  position: absolute;
  top: 30px;
  left: 0;
  border-top: 1px solid #a6a6a6;
}
@media only screen and (max-width: 767px) {
  #content .textLayout01 .areaIndex::before {
    width: 9.6vw;
    top: 5.333vw;
  }
}
#content .textLayout01 h2 {
  margin-bottom: 45px;
  padding-left: 34px;
  border-left: 1px solid #2fac2f;
  font-size: 40px;
  font-weight: 500;
  color: #2fac2f;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #content .textLayout01 h2 {
    margin-bottom: 12vw;
    padding-left: 5.333vw;
    font-size: 8vw;
  }
}
#content .textLayout01 h2.point {
  border-color: #ffa100;
  color: #ffa100;
}
#content .textLayout01 p {
  margin-bottom: 40px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout01 p {
    margin-bottom: 5.333vw;
    font-size: 3.467vw;
  }
}
#content .textLayout01 .imgText {
  margin: 40px 0 -25px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout01 .imgText {
    margin: 9.333vw 0 0;
  }
}
#content .textLayout01 .img {
  margin: 55px 0;
}
@media only screen and (max-width: 767px) {
  #content .textLayout01 .img {
    margin: 7.333vw 0;
  }
}
#content .textLayout01 .img:last-child {
  margin-bottom: 0;
}
#content .textLayout01 .img img {
  max-width: 100%;
  height: auto;
}
#content .textLayout01 .img.mgB0 {
  margin-bottom: 0;
}
#content .textLayout01 .attList li {
  padding-left: 1.2em;
  font-size: 14px;
  list-style-type: none;
  text-indent: -1.2em;
}
@media only screen and (max-width: 767px) {
  #content .textLayout01 .attList li {
    font-size: 2.933vw;
  }
}
#content .textLayout02 {
  margin: 0 0 90px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout02 {
    margin: 0 0 20vw;
    padding: 0 5.333vw;
  }
}
#content .textLayout02:first-child {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout02:first-child {
    margin-top: 16vw;
  }
}
#content .textLayout02 h2 {
  margin-bottom: 40px;
  padding-left: 35px;
  border-left: 1px solid #50c850;
  font-size: 36px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #content .textLayout02 h2 {
    margin-bottom: 8vw;
    padding-left: 2.667vw;
    font-size: 8vw;
  }
}
#content .textLayout02 h2.point {
  border-color: #ffa100;
}
#content .textLayout03 {
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  #content .textLayout03 {
    padding: 16vw 5.333vw;
  }
}
#content .textLayout03:first-child {
  padding-top: 110px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout03:first-child {
    padding-top: 16vw;
  }
}
#content .textLayout03.bgAlternating:nth-child(even) {
  background-color: #f0f0f0;
}
#content .textLayout03 h2 {
  margin-bottom: 40px;
  padding-left: 35px;
  border-left: 1px solid #50c850;
  font-size: 36px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #content .textLayout03 h2 {
    margin-bottom: 8vw;
    padding-left: 5.333vw;
    font-size: 8vw;
  }
}
#content .textLayout04 .inner {
  padding-top: 95px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout04 .inner {
    padding-top: 18.667vw;
    padding-bottom: 9.333vw;
  }
}
#content .textLayout04 .col {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #content .textLayout04 .col {
    display: block;
    padding: 0 5.333vw;
  }
}
#content .textLayout04 .col .textArea {
  width: 600px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout04 .col .textArea {
    width: auto;
  }
}
#content .textLayout04 .col .textArea h2 {
  margin-bottom: 50px;
  padding-left: 40px;
  border-left: 1px solid #50c850;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #content .textLayout04 .col .textArea h2 {
    margin-bottom: 7.333vw;
    padding-left: 5.333vw;
    font-size: 8vw;
  }
}
#content .textLayout04 .col .textArea p {
  margin-bottom: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout04 .col .textArea p {
    margin-bottom: 2.667vw;
    font-size: 3.467vw;
  }
}
#content .textLayout04 .col .textArea .attList li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  list-style-type: none;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout04 .col .textArea .attList li {
    font-size: 2.933vw;
  }
}
#content .textLayout04 .col .imgArea {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content .textLayout04 .col .imgArea {
    margin-top: 6.667vw;
  }
}
@media only screen and (max-width: 767px) {
  #content .textLayout04 .col .imgArea img {
    width: 55.733vw;
    height: auto;
  }
}
#content .textLayout05 .inner {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout05 .inner {
    padding: 18.667vw 5.333vw 8vw;
  }
}
#content .textLayout05 h2 {
  margin-bottom: 50px;
  padding-left: 40px;
  border-left: 1px solid #50c850;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #content .textLayout05 h2 {
    margin-bottom: 6.667vw;
    padding-left: 5.333vw;
    font-size: tov(60);
  }
}
#content .textLayout05 p {
  margin-bottom: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout05 p {
    margin-bottom: 2.667vw;
    font-size: 3.467vw;
  }
}
#content .textLayout05 .attList {
  margin-bottom: 40px;
}
#content .textLayout05 .attList li {
  margin-left: 18px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #content .textLayout05 .attList li {
    font-size: 2.933vw;
  }
}
#content .textLayout05 .attList li.mark {
  margin-left: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
  list-style-type: none;
}
#content .textLayout05 section h3 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #content .textLayout05 section h3 {
    margin-bottom: 4vw;
    font-size: 5.333vw;
  }
}
#content .tableStyle01 {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle01 {
    margin-bottom: 4vw;
  }
}
#content .tableStyle01 th, #content .tableStyle01 td {
  padding: 14px;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle01 th, #content .tableStyle01 td {
    padding: 2vw 5.333vw;
  }
}
#content .tableStyle01 th {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle01 th {
    text-align: left;
  }
}
#content .tableStyle01 td ul {
  margin-left: 20px;
}
#content .tableStyle01 td ul li {
  text-align: left;
}
#content .tableStyle01 thead th {
  background: #efefef;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle01 thead th {
    text-align: left;
    font-size: 4.533vw;
  }
}
#content .tableStyle01 thead th:first-child {
  width: 109px;
}
#content .tableStyle01 thead th:nth-child(2) {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle01 thead th:nth-child(2) {
    width: auto;
  }
}
#content .tableStyle01 thead th:nth-child(3) {
  width: 130px;
}
#content .tableStyle01 tbody em {
  display: block;
  font-weight: normal;
  font-style: normal;
  color: #ffa100;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle01 tbody tr:first-child th {
    width: 38%;
  }
}
#content .tableStyle02 {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle02 {
    margin-bottom: 9.333vw;
  }
}
#content .tableStyle02 th, #content .tableStyle02 td {
  border: 1px solid #cccccc;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle02 th, #content .tableStyle02 td {
    font-size: 3.467vw;
  }
}
#content .tableStyle02 th {
  padding: 10px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle02 th {
    padding: 2vw 1.333vw;
  }
}
#content .tableStyle02 td {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle02 td {
    padding: 3.067vw;
  }
}
#content .tableStyle02 td ul {
  margin-left: 20px;
}
#content .tableStyle02 td ul li {
  text-align: left;
}
#content .tableStyle02 thead th {
  background-color: #efefef;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle02 thead th:first-child {
    width: 14%;
  }
}
#content .tableStyle02 thead th:nth-child(2) {
  width: 372px;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle02 thead th:nth-child(2) {
    width: 45%;
  }
}
#content .tableStyle02 thead th.cell01 {
  width: 222px;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle02 thead th.cell01 {
    width: 42%;
  }
}
#content .tableStyle02 tbody th {
  width: 51px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle02 tbody th {
    width: 8%;
  }
}
#content .tableStyle03 {
  width: 100%;
  border-collapse: collapse;
}
#content .tableStyle03 th, #content .tableStyle03 td {
  border: 1px solid #cccccc;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle03 th, #content .tableStyle03 td {
    font-size: 3.467vw;
  }
}
#content .tableStyle03 th {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle03 th {
    padding: 0 1.333vw;
  }
}
#content .tableStyle03 td {
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle03 td {
    padding: 3.333vw;
  }
}
#content .tableStyle03 thead tr:first-child th:first-child {
  width: 283px;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle03 thead tr:first-child th:first-child {
    width: 26%;
  }
}
#content .tableStyle03 thead tr th {
  padding: 10px;
  background-color: #efefef;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle03 thead tr th {
    padding: 2vw;
  }
}
#content .tableStyle03 tbody th {
  background-color: #f7f7f7;
}
#content .tableStyle04 {
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle04 {
    margin-bottom: 10.667vw;
  }
}
#content .tableStyle04 th, #content .tableStyle04 td {
  border: 1px solid #cccccc;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle04 th, #content .tableStyle04 td {
    font-size: 3.467vw;
  }
}
#content .tableStyle04 th {
  padding: 10px 20px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle04 th {
    padding: 2vw 2.667vw;
  }
}
#content .tableStyle04 td {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle04 td {
    padding: 3.067vw;
  }
}
#content .tableStyle04 td ul {
  margin-left: 20px;
}
#content .tableStyle04 td ul li {
  margin-bottom: 5px;
  text-align: left;
}
#content .tableStyle04 thead th {
  background-color: #e4e4e4;
}
#content .tableStyle04 thead th:first-child {
  width: 226px;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle04 thead th:first-child {
    width: 27%;
  }
}
#content .tableStyle04 tbody th {
  background-color: #efefef;
}
#content .tableStyle04 tbody td {
  padding: 20px 40px;
}
@media only screen and (max-width: 767px) {
  #content .tableStyle04 tbody td {
    padding: 2.667vw 4vw;
  }
}
#content .col01 {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #content .col01 {
    flex-direction: column-reverse;
  }
}
#content .col01 .textArea {
  margin-right: 23px;
  width: 283px;
}
@media only screen and (max-width: 767px) {
  #content .col01 .textArea {
    margin-right: 0;
    width: auto;
  }
}
#content .col01 .textArea .box {
  margin-bottom: 25px;
  padding: 26px;
  position: relative;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  #content .col01 .textArea .box {
    margin-bottom: 3.333vw;
    padding: 5.333vw;
  }
}
#content .col01 .textArea .box:last-child {
  margin-bottom: 0;
}
#content .col01 .textArea .box::after {
  content: "";
  display: block;
  margin-top: -8px;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -10px;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #f7f7f7;
}
@media only screen and (max-width: 767px) {
  #content .col01 .textArea .box::after {
    content: none;
  }
}
#content .col01 .textArea .box p {
  margin-bottom: 15px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #content .col01 .textArea .box p {
    margin-bottom: 2vw;
    font-size: 3.467vw;
  }
}
#content .col01 .textArea .box p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #content .col01 .imgArea {
    margin-bottom: 3.333vw;
  }
}
@media only screen and (max-width: 767px) {
  #content .col01 .imgArea img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=product.css.map */
