@charset "utf-8";

.m-boxLinkList-1of3 {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
}
.m-boxLinkList-1of3 > li {
  border: 1px solid #fff;
  background: #f5f5f5;
  width: 33.3333%;
}
.m-boxLinkList-1of3 > li > a {
  width: 100%;
  height: 100%;
  padding: 20px 45px 20px 20px;
}
.m-boxLinkList-1of3 > li > a.m-boxLink.m-icon-arrow_r:before {
  right: 15px;
}
.m-boxLinkList-1of2 > li > a .m-boxLinkList-img,
.m-boxLinkList-1of3 > li > a .m-boxLinkList-img {
  display: inline-block;
  max-width: 25%;
  margin-right:5%;
  vertical-align: middle;
}
.m-boxLinkList-1of2 > li > a .m-boxLinkList-img img,
.m-boxLinkList-1of3 > li > a .m-boxLinkList-img img {
  height: 100%;
  width: 100%;
  max-height:60px;
}
.m-boxLinkList-1of2 > li > a .m-boxLinkList-txt,
.m-boxLinkList-1of3 > li > a .m-boxLinkList-txt {
  display: inline-block;
  width: 70%;
  font-size: 14px;
  vertical-align: middle;
}
@media screen and (min-width: 560px) and (max-width: 819px) {
  .m-boxLinkList-1of3 > li {
    width: 50%;
  }
}
@media screen and (max-width: 559px) {
 .m-boxLinkList-1of3 {
    margin-left: 0;
    margin-top: 30px;
  }
  .m-boxLinkList-1of3 > li {
    float: none;
    width: 100%;
  }
  .m-boxLinkList-1of3 > li > a {
    margin-left: 0;
    padding: 15px 40px 15px 15px;
  }
  .m-boxLinkList-1of2 > li > a .m-boxLinkList-img,
  .m-boxLinkList-1of3 > li > a .m-boxLinkList-img {
    max-width: 15%;
    height: 40px;
  }
  .m-boxLinkList-1of2 > li > a .m-boxLinkList-txt,
  .m-boxLinkList-1of3 > li > a .m-boxLinkList-txt {
    width: 80%;
  }
}
.m-btnListImg > p {
  font-size: 1.3rem;
  color: #707070;
  margin-bottom: 10px;
}
.m-btnListImg .m-btnListL .m-btnEm-l {
  width: 100%;
  max-width: 400px;
  min-height: 80px;
  padding: 5px 20px;
}
.m-btnListImg .m-btnListL > li {
  padding: 0px;
  max-width: 400px;
}
.m-btnListImg .m-btnListL .m-btnEm-l .m-btnListImg-img {
  width: 30%;
  max-width: 105px;
  margin-right: 5%;
  max-height: 68px;
}
.m-btnListImg .m-btnListL .m-btnEm-l .m-btnListImg-img img {
  width: auto;
  max-height: 100%;
}
.m-btnListImg .m-btnListL .m-btnEm-l .m-btnListImg-txt {
  width: 65%;
}
@media screen and (max-width: 559px) {
  .m-btnListImg .m-btnListL .m-btnEm-l {
    display: flex;
    max-width: 100%;
  }
  .m-btnListImg .m-btnListL > li {
    max-width: 100%;
  }
  .m-btnListImg .m-btnListL .m-btnEm-l .m-btnListImg-img {
    width: 30%;
    margin-right: 2%;
  }
  .m-btnListImg .m-btnListL .m-btnEm-l .m-btnListImg-txt {
    width: 68%;
  }
}
@media all and (max-width: 559px), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-btnListImg .m-btnListL > li,
  .m-btnListImg .m-btnListL {
      display: flex;
  }
}
.m-ctsCertification .m-boxGR-flex{
  margin: 30px 0 0;
  display: block;
}
.m-ctsCertification .m-boxGR-flex .m-boxGR-box{
  margin: 0;
}
.m-cols .m-cols-flexGR {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.m-cols .m-cols-flexGR .m-linkAreaWrapGR {
  margin-top: 0px;
  padding: 1px;
  text-align: center;
}
.m-cols .m-cols-flexGR .m-linkAreaWrapGR a.m-linkAreaGR {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  background: #f5f5f5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.m-cols .m-cols-flexGR .m-linkAreaWrapGR a.m-linkAreaGR .m-linkAreaGR-img {
  display: block;
  padding: 5px 0 10px 0;
  margin: 0 auto;
}
.m-cols .m-cols-flexGR.m-cols-flex4 .m-linkAreaWrapGR a.m-linkAreaGR .m-linkAreaGR-img {
  width: 65%;
}
.m-cols .m-cols-flexGR.m-cols-flex3 .m-linkAreaWrapGR a.m-linkAreaGR .m-linkAreaGR-img {
  width: 80%;
}
.m-cols .m-cols-flexGR .m-linkAreaWrapGR a.m-linkAreaGR:hover {
  background: #eee;
  text-decoration: none;
}
@media screen and (max-width: 819px) {
.m-cols .m-cols-flexGR {
 margin-left: 0px;
 margin-right: 0px;
 }
.m-cols .m-cols-flexGR .m-linkAreaWrapGR a.m-linkAreaGR {
  padding: 15px;
 }
  .m-cols .m-cols-flexGR.m-cols-flex4 .m-linkAreaWrapGR a.m-linkAreaGR .m-linkAreaGR-img,
  .m-cols .m-cols-flexGR.m-cols-flex3 .m-linkAreaWrapGR a.m-linkAreaGR .m-linkAreaGR-img {
    width: 40%;
  }
}
@media screen and (max-width: 559px) {
  .m-cols .m-cols-flexGR.m-cols-flex4 .m-linkAreaWrapGR a.m-linkAreaGR .m-linkAreaGR-img,
  .m-cols .m-cols-flexGR.m-cols-flex3 .m-linkAreaWrapGR a.m-linkAreaGR .m-linkAreaGR-img {
    width: 55%;
  }
}
.m-boxGR-flex {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-left: -50px;
  margin-right: -50px;
}
.m-boxGR-box {
  width: 100%;
  background: #f5f5f5;
  margin-top: 30px;
  padding: 40px;
}
.m-boxGR-box > :first-child {
  margin-top: 0;
}
.m-boxGR-box > [class^="m-btnList"]:last-child {
  margin-bottom: 5px;
}
.m-boxGR-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.m-boxGR-box:first-child {
  margin-top: 0;
}
.m-boxGR-cnt {
  margin-top: 10px;
}
.m-boxGR-cnt > :first-child {
  margin-top: 0;
}
.m-boxGR-main {
  margin-top: 20px;
  padding: 25px;
  background-color: #fff;
}
.m-boxGR-main > :first-child {
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .m-boxGR-flex .m-cols-box {
    width: 100%;
  }
  .m-boxGR-flex .m-cols-box:nth-child(2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 819px) {
  .m-boxGR-flex {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 559px) {
  .m-boxGR-box {
    padding: 25px;
    width: 94%;
    margin: 15px 3% 0 3%;
  }
}
hr.m-hr-xs-bgG {
  border-width: 1px 0 0 0;
  padding: 0;
  border-top: 1px solid #707070;
  opacity: 0.6;
  margin: 15px auto;
  width: 400px;
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  hr.m-hr-xs-bgG {
    width: 100%;
  }
}