@charset "UTF-8";
.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.bg-black-opacity {
  background: rgba(0, 0, 0, 0.7) !important;
}

.bg-hover-black:hover {
  background: #000 !important;
}

.font-black {
  color: #000 !important;
}

.bg-font-black {
  color: #000 !important;
}

.border-black {
  border-color: #000 !important;
}

.border-top-black {
  border-top-color: #000 !important;
}

.border-bottom-black {
  border-bottom-color: #000 !important;
}

.border-left-black {
  border-left-color: #000 !important;
}

.border-right-black {
  border-right-color: #000 !important;
}

.bg-before-black:before,
.bg-after-black:after {
  background: #000 !important;
}

.border-before-black:before,
.border-after-black:after {
  border-color: #000 !important;
}

.border-top-before-black:before,
.border-top-after-black:after {
  border-top-color: #000 !important;
}

.border-bottom-before-black:before,
.border-bottom-after-black:after {
  border-bottom-color: #000 !important;
}

.border-left-before-black:before,
.border-left-after-black:after {
  border-left-color: #000 !important;
}

.border-right-before-black:before,
.border-right-after-black:after {
  border-right-color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.bg-white {
  background: #fff !important;
}

.bg-white-opacity {
  background: rgba(255, 255, 255, 0.7) !important;
}

.bg-hover-white:hover {
  background: #fff !important;
}

.font-white {
  color: #fff !important;
}

.bg-font-white {
  color: #fff !important;
}

.border-white {
  border-color: #fff !important;
}

.border-top-white {
  border-top-color: #fff !important;
}

.border-bottom-white {
  border-bottom-color: #fff !important;
}

.border-left-white {
  border-left-color: #fff !important;
}

.border-right-white {
  border-right-color: #fff !important;
}

.bg-before-white:before,
.bg-after-white:after {
  background: #fff !important;
}

.border-before-white:before,
.border-after-white:after {
  border-color: #fff !important;
}

.border-top-before-white:before,
.border-top-after-white:after {
  border-top-color: #fff !important;
}

.border-bottom-before-white:before,
.border-bottom-after-white:after {
  border-bottom-color: #fff !important;
}

.border-left-before-white:before,
.border-left-after-white:after {
  border-left-color: #fff !important;
}

.border-right-before-white:before,
.border-right-after-white:after {
  border-right-color: #fff !important;
}

.text-gray {
  color: #999 !important;
}

.bg-gray {
  background: #999 !important;
}

.bg-gray-opacity {
  background: rgba(153, 153, 153, 0.7) !important;
}

.bg-hover-gray:hover {
  background: #999 !important;
}

.font-gray {
  color: #999 !important;
}

.bg-font-gray {
  color: #999 !important;
}

.border-gray {
  border-color: #999 !important;
}

.border-top-gray {
  border-top-color: #999 !important;
}

.border-bottom-gray {
  border-bottom-color: #999 !important;
}

.border-left-gray {
  border-left-color: #999 !important;
}

.border-right-gray {
  border-right-color: #999 !important;
}

.bg-before-gray:before,
.bg-after-gray:after {
  background: #999 !important;
}

.border-before-gray:before,
.border-after-gray:after {
  border-color: #999 !important;
}

.border-top-before-gray:before,
.border-top-after-gray:after {
  border-top-color: #999 !important;
}

.border-bottom-before-gray:before,
.border-bottom-after-gray:after {
  border-bottom-color: #999 !important;
}

.border-left-before-gray:before,
.border-left-after-gray:after {
  border-left-color: #999 !important;
}

.border-right-before-gray:before,
.border-right-after-gray:after {
  border-right-color: #999 !important;
}

.text-lightgray {
  color: #E5E5E5 !important;
}

.bg-lightgray {
  background: #E5E5E5 !important;
}

.bg-lightgray-opacity {
  background: rgba(229, 229, 229, 0.7) !important;
}

.bg-hover-lightgray:hover {
  background: #E5E5E5 !important;
}

.font-lightgray {
  color: #E5E5E5 !important;
}

.bg-font-lightgray {
  color: #E5E5E5 !important;
}

.border-lightgray {
  border-color: #E5E5E5 !important;
}

.border-top-lightgray {
  border-top-color: #E5E5E5 !important;
}

.border-bottom-lightgray {
  border-bottom-color: #E5E5E5 !important;
}

.border-left-lightgray {
  border-left-color: #E5E5E5 !important;
}

.border-right-lightgray {
  border-right-color: #E5E5E5 !important;
}

.bg-before-lightgray:before,
.bg-after-lightgray:after {
  background: #E5E5E5 !important;
}

.border-before-lightgray:before,
.border-after-lightgray:after {
  border-color: #E5E5E5 !important;
}

.border-top-before-lightgray:before,
.border-top-after-lightgray:after {
  border-top-color: #E5E5E5 !important;
}

.border-bottom-before-lightgray:before,
.border-bottom-after-lightgray:after {
  border-bottom-color: #E5E5E5 !important;
}

.border-left-before-lightgray:before,
.border-left-after-lightgray:after {
  border-left-color: #E5E5E5 !important;
}

.border-right-before-lightgray:before,
.border-right-after-lightgray:after {
  border-right-color: #E5E5E5 !important;
}

.text-silver {
  color: #ddd !important;
}

.bg-silver {
  background: #ddd !important;
}

.bg-silver-opacity {
  background: rgba(221, 221, 221, 0.7) !important;
}

.bg-hover-silver:hover {
  background: #ddd !important;
}

.font-silver {
  color: #ddd !important;
}

.bg-font-silver {
  color: #ddd !important;
}

.border-silver {
  border-color: #ddd !important;
}

.border-top-silver {
  border-top-color: #ddd !important;
}

.border-bottom-silver {
  border-bottom-color: #ddd !important;
}

.border-left-silver {
  border-left-color: #ddd !important;
}

.border-right-silver {
  border-right-color: #ddd !important;
}

.bg-before-silver:before,
.bg-after-silver:after {
  background: #ddd !important;
}

.border-before-silver:before,
.border-after-silver:after {
  border-color: #ddd !important;
}

.border-top-before-silver:before,
.border-top-after-silver:after {
  border-top-color: #ddd !important;
}

.border-bottom-before-silver:before,
.border-bottom-after-silver:after {
  border-bottom-color: #ddd !important;
}

.border-left-before-silver:before,
.border-left-after-silver:after {
  border-left-color: #ddd !important;
}

.border-right-before-silver:before,
.border-right-after-silver:after {
  border-right-color: #ddd !important;
}

.text-blue {
  color: #0080C6 !important;
}

.bg-blue {
  background: #0080C6 !important;
}

.bg-blue-opacity {
  background: rgba(0, 128, 198, 0.7) !important;
}

.bg-hover-blue:hover {
  background: #0080C6 !important;
}

.font-blue {
  color: #0080C6 !important;
}

.bg-font-blue {
  color: #0080C6 !important;
}

.border-blue {
  border-color: #0080C6 !important;
}

.border-top-blue {
  border-top-color: #0080C6 !important;
}

.border-bottom-blue {
  border-bottom-color: #0080C6 !important;
}

.border-left-blue {
  border-left-color: #0080C6 !important;
}

.border-right-blue {
  border-right-color: #0080C6 !important;
}

.bg-before-blue:before,
.bg-after-blue:after {
  background: #0080C6 !important;
}

.border-before-blue:before,
.border-after-blue:after {
  border-color: #0080C6 !important;
}

.border-top-before-blue:before,
.border-top-after-blue:after {
  border-top-color: #0080C6 !important;
}

.border-bottom-before-blue:before,
.border-bottom-after-blue:after {
  border-bottom-color: #0080C6 !important;
}

.border-left-before-blue:before,
.border-left-after-blue:after {
  border-left-color: #0080C6 !important;
}

.border-right-before-blue:before,
.border-right-after-blue:after {
  border-right-color: #0080C6 !important;
}

.text-sky-green {
  color: #229fa3 !important;
}

.bg-sky-green {
  background: #229fa3 !important;
}

.bg-sky-green-opacity {
  background: rgba(34, 159, 163, 0.7) !important;
}

.bg-hover-sky-green:hover {
  background: #229fa3 !important;
}

.font-sky-green {
  color: #229fa3 !important;
}

.bg-font-sky-green {
  color: #229fa3 !important;
}

.border-sky-green {
  border-color: #229fa3 !important;
}

.border-top-sky-green {
  border-top-color: #229fa3 !important;
}

.border-bottom-sky-green {
  border-bottom-color: #229fa3 !important;
}

.border-left-sky-green {
  border-left-color: #229fa3 !important;
}

.border-right-sky-green {
  border-right-color: #229fa3 !important;
}

.bg-before-sky-green:before,
.bg-after-sky-green:after {
  background: #229fa3 !important;
}

.border-before-sky-green:before,
.border-after-sky-green:after {
  border-color: #229fa3 !important;
}

.border-top-before-sky-green:before,
.border-top-after-sky-green:after {
  border-top-color: #229fa3 !important;
}

.border-bottom-before-sky-green:before,
.border-bottom-after-sky-green:after {
  border-bottom-color: #229fa3 !important;
}

.border-left-before-sky-green:before,
.border-left-after-sky-green:after {
  border-left-color: #229fa3 !important;
}

.border-right-before-sky-green:before,
.border-right-after-sky-green:after {
  border-right-color: #229fa3 !important;
}

.text-itgr-blue {
  color: #0080c2 !important;
}

.bg-itgr-blue {
  background: #0080c2 !important;
}

.bg-itgr-blue-opacity {
  background: rgba(0, 128, 194, 0.7) !important;
}

.bg-hover-itgr-blue:hover {
  background: #0080c2 !important;
}

.font-itgr-blue {
  color: #0080c2 !important;
}

.bg-font-itgr-blue {
  color: #0080c2 !important;
}

.border-itgr-blue {
  border-color: #0080c2 !important;
}

.border-top-itgr-blue {
  border-top-color: #0080c2 !important;
}

.border-bottom-itgr-blue {
  border-bottom-color: #0080c2 !important;
}

.border-left-itgr-blue {
  border-left-color: #0080c2 !important;
}

.border-right-itgr-blue {
  border-right-color: #0080c2 !important;
}

.bg-before-itgr-blue:before,
.bg-after-itgr-blue:after {
  background: #0080c2 !important;
}

.border-before-itgr-blue:before,
.border-after-itgr-blue:after {
  border-color: #0080c2 !important;
}

.border-top-before-itgr-blue:before,
.border-top-after-itgr-blue:after {
  border-top-color: #0080c2 !important;
}

.border-bottom-before-itgr-blue:before,
.border-bottom-after-itgr-blue:after {
  border-bottom-color: #0080c2 !important;
}

.border-left-before-itgr-blue:before,
.border-left-after-itgr-blue:after {
  border-left-color: #0080c2 !important;
}

.border-right-before-itgr-blue:before,
.border-right-after-itgr-blue:after {
  border-right-color: #0080c2 !important;
}

.text-itgr-red {
  color: #ed1c24 !important;
}

.bg-itgr-red {
  background: #ed1c24 !important;
}

.bg-itgr-red-opacity {
  background: rgba(237, 28, 36, 0.7) !important;
}

.bg-hover-itgr-red:hover {
  background: #ed1c24 !important;
}

.font-itgr-red {
  color: #ed1c24 !important;
}

.bg-font-itgr-red {
  color: #ed1c24 !important;
}

.border-itgr-red {
  border-color: #ed1c24 !important;
}

.border-top-itgr-red {
  border-top-color: #ed1c24 !important;
}

.border-bottom-itgr-red {
  border-bottom-color: #ed1c24 !important;
}

.border-left-itgr-red {
  border-left-color: #ed1c24 !important;
}

.border-right-itgr-red {
  border-right-color: #ed1c24 !important;
}

.bg-before-itgr-red:before,
.bg-after-itgr-red:after {
  background: #ed1c24 !important;
}

.border-before-itgr-red:before,
.border-after-itgr-red:after {
  border-color: #ed1c24 !important;
}

.border-top-before-itgr-red:before,
.border-top-after-itgr-red:after {
  border-top-color: #ed1c24 !important;
}

.border-bottom-before-itgr-red:before,
.border-bottom-after-itgr-red:after {
  border-bottom-color: #ed1c24 !important;
}

.border-left-before-itgr-red:before,
.border-left-after-itgr-red:after {
  border-left-color: #ed1c24 !important;
}

.border-right-before-itgr-red:before,
.border-right-after-itgr-red:after {
  border-right-color: #ed1c24 !important;
}

.text-itgr-green {
  color: #76CCB5 !important;
}

.bg-itgr-green {
  background: #76CCB5 !important;
}

.bg-itgr-green-opacity {
  background: rgba(118, 204, 181, 0.7) !important;
}

.bg-hover-itgr-green:hover {
  background: #76CCB5 !important;
}

.font-itgr-green {
  color: #76CCB5 !important;
}

.bg-font-itgr-green {
  color: #76CCB5 !important;
}

.border-itgr-green {
  border-color: #76CCB5 !important;
}

.border-top-itgr-green {
  border-top-color: #76CCB5 !important;
}

.border-bottom-itgr-green {
  border-bottom-color: #76CCB5 !important;
}

.border-left-itgr-green {
  border-left-color: #76CCB5 !important;
}

.border-right-itgr-green {
  border-right-color: #76CCB5 !important;
}

.bg-before-itgr-green:before,
.bg-after-itgr-green:after {
  background: #76CCB5 !important;
}

.border-before-itgr-green:before,
.border-after-itgr-green:after {
  border-color: #76CCB5 !important;
}

.border-top-before-itgr-green:before,
.border-top-after-itgr-green:after {
  border-top-color: #76CCB5 !important;
}

.border-bottom-before-itgr-green:before,
.border-bottom-after-itgr-green:after {
  border-bottom-color: #76CCB5 !important;
}

.border-left-before-itgr-green:before,
.border-left-after-itgr-green:after {
  border-left-color: #76CCB5 !important;
}

.border-right-before-itgr-green:before,
.border-right-after-itgr-green:after {
  border-right-color: #76CCB5 !important;
}

.text-corporate {
  color: #0080c2 !important;
}

.bg-corporate {
  background: #0080c2 !important;
}

.bg-corporate-opacity {
  background: rgba(0, 128, 194, 0.7) !important;
}

.bg-hover-corporate:hover {
  background: #0080c2 !important;
}

.font-corporate {
  color: #0080c2 !important;
}

.bg-font-corporate {
  color: #0080c2 !important;
}

.border-corporate {
  border-color: #0080c2 !important;
}

.border-top-corporate {
  border-top-color: #0080c2 !important;
}

.border-bottom-corporate {
  border-bottom-color: #0080c2 !important;
}

.border-left-corporate {
  border-left-color: #0080c2 !important;
}

.border-right-corporate {
  border-right-color: #0080c2 !important;
}

.bg-before-corporate:before,
.bg-after-corporate:after {
  background: #0080c2 !important;
}

.border-before-corporate:before,
.border-after-corporate:after {
  border-color: #0080c2 !important;
}

.border-top-before-corporate:before,
.border-top-after-corporate:after {
  border-top-color: #0080c2 !important;
}

.border-bottom-before-corporate:before,
.border-bottom-after-corporate:after {
  border-bottom-color: #0080c2 !important;
}

.border-left-before-corporate:before,
.border-left-after-corporate:after {
  border-left-color: #0080c2 !important;
}

.border-right-before-corporate:before,
.border-right-after-corporate:after {
  border-right-color: #0080c2 !important;
}

.text-functional-material {
  color: #fa8b1f !important;
}

.bg-functional-material {
  background: #fa8b1f !important;
}

.bg-functional-material-opacity {
  background: rgba(250, 139, 31, 0.7) !important;
}

.bg-hover-functional-material:hover {
  background: #fa8b1f !important;
}

.font-functional-material {
  color: #fa8b1f !important;
}

.bg-font-functional-material {
  color: #fa8b1f !important;
}

.border-functional-material {
  border-color: #fa8b1f !important;
}

.border-top-functional-material {
  border-top-color: #fa8b1f !important;
}

.border-bottom-functional-material {
  border-bottom-color: #fa8b1f !important;
}

.border-left-functional-material {
  border-left-color: #fa8b1f !important;
}

.border-right-functional-material {
  border-right-color: #fa8b1f !important;
}

.bg-before-functional-material:before,
.bg-after-functional-material:after {
  background: #fa8b1f !important;
}

.border-before-functional-material:before,
.border-after-functional-material:after {
  border-color: #fa8b1f !important;
}

.border-top-before-functional-material:before,
.border-top-after-functional-material:after {
  border-top-color: #fa8b1f !important;
}

.border-bottom-before-functional-material:before,
.border-bottom-after-functional-material:after {
  border-bottom-color: #fa8b1f !important;
}

.border-left-before-functional-material:before,
.border-left-after-functional-material:after {
  border-left-color: #fa8b1f !important;
}

.border-right-before-functional-material:before,
.border-right-after-functional-material:after {
  border-right-color: #fa8b1f !important;
}

.text-material {
  color: #fa8b1f !important;
}

.bg-material {
  background: #fa8b1f !important;
}

.bg-material-opacity {
  background: rgba(250, 139, 31, 0.7) !important;
}

.bg-hover-material:hover {
  background: #fa8b1f !important;
}

.font-material {
  color: #fa8b1f !important;
}

.bg-font-material {
  color: #fa8b1f !important;
}

.border-material {
  border-color: #fa8b1f !important;
}

.border-top-material {
  border-top-color: #fa8b1f !important;
}

.border-bottom-material {
  border-bottom-color: #fa8b1f !important;
}

.border-left-material {
  border-left-color: #fa8b1f !important;
}

.border-right-material {
  border-right-color: #fa8b1f !important;
}

.bg-before-material:before,
.bg-after-material:after {
  background: #fa8b1f !important;
}

.border-before-material:before,
.border-after-material:after {
  border-color: #fa8b1f !important;
}

.border-top-before-material:before,
.border-top-after-material:after {
  border-top-color: #fa8b1f !important;
}

.border-bottom-before-material:before,
.border-bottom-after-material:after {
  border-bottom-color: #fa8b1f !important;
}

.border-left-before-material:before,
.border-left-after-material:after {
  border-left-color: #fa8b1f !important;
}

.border-right-before-material:before,
.border-right-after-material:after {
  border-right-color: #fa8b1f !important;
}

.text-consulting {
  color: #bdd222 !important;
}

.bg-consulting {
  background: #bdd222 !important;
}

.bg-consulting-opacity {
  background: rgba(189, 210, 34, 0.7) !important;
}

.bg-hover-consulting:hover {
  background: #bdd222 !important;
}

.font-consulting {
  color: #bdd222 !important;
}

.bg-font-consulting {
  color: #bdd222 !important;
}

.border-consulting {
  border-color: #bdd222 !important;
}

.border-top-consulting {
  border-top-color: #bdd222 !important;
}

.border-bottom-consulting {
  border-bottom-color: #bdd222 !important;
}

.border-left-consulting {
  border-left-color: #bdd222 !important;
}

.border-right-consulting {
  border-right-color: #bdd222 !important;
}

.bg-before-consulting:before,
.bg-after-consulting:after {
  background: #bdd222 !important;
}

.border-before-consulting:before,
.border-after-consulting:after {
  border-color: #bdd222 !important;
}

.border-top-before-consulting:before,
.border-top-after-consulting:after {
  border-top-color: #bdd222 !important;
}

.border-bottom-before-consulting:before,
.border-bottom-after-consulting:after {
  border-bottom-color: #bdd222 !important;
}

.border-left-before-consulting:before,
.border-left-after-consulting:after {
  border-left-color: #bdd222 !important;
}

.border-right-before-consulting:before,
.border-right-after-consulting:after {
  border-right-color: #bdd222 !important;
}

.text-pr {
  color: #d70000 !important;
}

.bg-pr {
  background: #d70000 !important;
}

.bg-pr-opacity {
  background: rgba(215, 0, 0, 0.7) !important;
}

.bg-hover-pr:hover {
  background: #d70000 !important;
}

.font-pr {
  color: #d70000 !important;
}

.bg-font-pr {
  color: #d70000 !important;
}

.border-pr {
  border-color: #d70000 !important;
}

.border-top-pr {
  border-top-color: #d70000 !important;
}

.border-bottom-pr {
  border-bottom-color: #d70000 !important;
}

.border-left-pr {
  border-left-color: #d70000 !important;
}

.border-right-pr {
  border-right-color: #d70000 !important;
}

.bg-before-pr:before,
.bg-after-pr:after {
  background: #d70000 !important;
}

.border-before-pr:before,
.border-after-pr:after {
  border-color: #d70000 !important;
}

.border-top-before-pr:before,
.border-top-after-pr:after {
  border-top-color: #d70000 !important;
}

.border-bottom-before-pr:before,
.border-bottom-after-pr:after {
  border-bottom-color: #d70000 !important;
}

.border-left-before-pr:before,
.border-left-after-pr:after {
  border-left-color: #d70000 !important;
}

.border-right-before-pr:before,
.border-right-after-pr:after {
  border-right-color: #d70000 !important;
}

.text-imc {
  color: #323091 !important;
}

.bg-imc {
  background: #323091 !important;
}

.bg-imc-opacity {
  background: rgba(50, 48, 145, 0.7) !important;
}

.bg-hover-imc:hover {
  background: #323091 !important;
}

.font-imc {
  color: #323091 !important;
}

.bg-font-imc {
  color: #323091 !important;
}

.border-imc {
  border-color: #323091 !important;
}

.border-top-imc {
  border-top-color: #323091 !important;
}

.border-bottom-imc {
  border-bottom-color: #323091 !important;
}

.border-left-imc {
  border-left-color: #323091 !important;
}

.border-right-imc {
  border-right-color: #323091 !important;
}

.bg-before-imc:before,
.bg-after-imc:after {
  background: #323091 !important;
}

.border-before-imc:before,
.border-after-imc:after {
  border-color: #323091 !important;
}

.border-top-before-imc:before,
.border-top-after-imc:after {
  border-top-color: #323091 !important;
}

.border-bottom-before-imc:before,
.border-bottom-after-imc:after {
  border-bottom-color: #323091 !important;
}

.border-left-before-imc:before,
.border-left-after-imc:after {
  border-left-color: #323091 !important;
}

.border-right-before-imc:before,
.border-right-after-imc:after {
  border-right-color: #323091 !important;
}

.text-btob {
  color: #24a0a0 !important;
}

.bg-btob {
  background: #24a0a0 !important;
}

.bg-btob-opacity {
  background: rgba(36, 160, 160, 0.7) !important;
}

.bg-hover-btob:hover {
  background: #24a0a0 !important;
}

.font-btob {
  color: #24a0a0 !important;
}

.bg-font-btob {
  color: #24a0a0 !important;
}

.border-btob {
  border-color: #24a0a0 !important;
}

.border-top-btob {
  border-top-color: #24a0a0 !important;
}

.border-bottom-btob {
  border-bottom-color: #24a0a0 !important;
}

.border-left-btob {
  border-left-color: #24a0a0 !important;
}

.border-right-btob {
  border-right-color: #24a0a0 !important;
}

.bg-before-btob:before,
.bg-after-btob:after {
  background: #24a0a0 !important;
}

.border-before-btob:before,
.border-after-btob:after {
  border-color: #24a0a0 !important;
}

.border-top-before-btob:before,
.border-top-after-btob:after {
  border-top-color: #24a0a0 !important;
}

.border-bottom-before-btob:before,
.border-bottom-after-btob:after {
  border-bottom-color: #24a0a0 !important;
}

.border-left-before-btob:before,
.border-left-after-btob:after {
  border-left-color: #24a0a0 !important;
}

.border-right-before-btob:before,
.border-right-after-btob:after {
  border-right-color: #24a0a0 !important;
}

.text-recruit {
  color: #fac140 !important;
}

.bg-recruit {
  background: #fac140 !important;
}

.bg-recruit-opacity {
  background: rgba(250, 193, 64, 0.7) !important;
}

.bg-hover-recruit:hover {
  background: #fac140 !important;
}

.font-recruit {
  color: #fac140 !important;
}

.bg-font-recruit {
  color: #fac140 !important;
}

.border-recruit {
  border-color: #fac140 !important;
}

.border-top-recruit {
  border-top-color: #fac140 !important;
}

.border-bottom-recruit {
  border-bottom-color: #fac140 !important;
}

.border-left-recruit {
  border-left-color: #fac140 !important;
}

.border-right-recruit {
  border-right-color: #fac140 !important;
}

.bg-before-recruit:before,
.bg-after-recruit:after {
  background: #fac140 !important;
}

.border-before-recruit:before,
.border-after-recruit:after {
  border-color: #fac140 !important;
}

.border-top-before-recruit:before,
.border-top-after-recruit:after {
  border-top-color: #fac140 !important;
}

.border-bottom-before-recruit:before,
.border-bottom-after-recruit:after {
  border-bottom-color: #fac140 !important;
}

.border-left-before-recruit:before,
.border-left-after-recruit:after {
  border-left-color: #fac140 !important;
}

.border-right-before-recruit:before,
.border-right-after-recruit:after {
  border-right-color: #fac140 !important;
}

.text-red {
  color: #ff0000 !important;
}

.bg-red {
  background: #ff0000 !important;
}

.bg-red-opacity {
  background: rgba(255, 0, 0, 0.7) !important;
}

.bg-hover-red:hover {
  background: #ff0000 !important;
}

.font-red {
  color: #ff0000 !important;
}

.bg-font-red {
  color: #ff0000 !important;
}

.border-red {
  border-color: #ff0000 !important;
}

.border-top-red {
  border-top-color: #ff0000 !important;
}

.border-bottom-red {
  border-bottom-color: #ff0000 !important;
}

.border-left-red {
  border-left-color: #ff0000 !important;
}

.border-right-red {
  border-right-color: #ff0000 !important;
}

.bg-before-red:before,
.bg-after-red:after {
  background: #ff0000 !important;
}

.border-before-red:before,
.border-after-red:after {
  border-color: #ff0000 !important;
}

.border-top-before-red:before,
.border-top-after-red:after {
  border-top-color: #ff0000 !important;
}

.border-bottom-before-red:before,
.border-bottom-after-red:after {
  border-bottom-color: #ff0000 !important;
}

.border-left-before-red:before,
.border-left-after-red:after {
  border-left-color: #ff0000 !important;
}

.border-right-before-red:before,
.border-right-after-red:after {
  border-right-color: #ff0000 !important;
}

.text-event {
  color: #0080c2 !important;
}

.bg-event {
  background: #0080c2 !important;
}

.bg-event-opacity {
  background: rgba(0, 128, 194, 0.7) !important;
}

.bg-hover-event:hover {
  background: #0080c2 !important;
}

.font-event {
  color: #0080c2 !important;
}

.bg-font-event {
  color: #0080c2 !important;
}

.border-event {
  border-color: #0080c2 !important;
}

.border-top-event {
  border-top-color: #0080c2 !important;
}

.border-bottom-event {
  border-bottom-color: #0080c2 !important;
}

.border-left-event {
  border-left-color: #0080c2 !important;
}

.border-right-event {
  border-right-color: #0080c2 !important;
}

.bg-before-event:before,
.bg-after-event:after {
  background: #0080c2 !important;
}

.border-before-event:before,
.border-after-event:after {
  border-color: #0080c2 !important;
}

.border-top-before-event:before,
.border-top-after-event:after {
  border-top-color: #0080c2 !important;
}

.border-bottom-before-event:before,
.border-bottom-after-event:after {
  border-bottom-color: #0080c2 !important;
}

.border-left-before-event:before,
.border-left-after-event:after {
  border-left-color: #0080c2 !important;
}

.border-right-before-event:before,
.border-right-after-event:after {
  border-right-color: #0080c2 !important;
}

.text-media {
  color: #fa8b1f !important;
}

.bg-media {
  background: #fa8b1f !important;
}

.bg-media-opacity {
  background: rgba(250, 139, 31, 0.7) !important;
}

.bg-hover-media:hover {
  background: #fa8b1f !important;
}

.font-media {
  color: #fa8b1f !important;
}

.bg-font-media {
  color: #fa8b1f !important;
}

.border-media {
  border-color: #fa8b1f !important;
}

.border-top-media {
  border-top-color: #fa8b1f !important;
}

.border-bottom-media {
  border-bottom-color: #fa8b1f !important;
}

.border-left-media {
  border-left-color: #fa8b1f !important;
}

.border-right-media {
  border-right-color: #fa8b1f !important;
}

.bg-before-media:before,
.bg-after-media:after {
  background: #fa8b1f !important;
}

.border-before-media:before,
.border-after-media:after {
  border-color: #fa8b1f !important;
}

.border-top-before-media:before,
.border-top-after-media:after {
  border-top-color: #fa8b1f !important;
}

.border-bottom-before-media:before,
.border-bottom-after-media:after {
  border-bottom-color: #fa8b1f !important;
}

.border-left-before-media:before,
.border-left-after-media:after {
  border-left-color: #fa8b1f !important;
}

.border-right-before-media:before,
.border-right-after-media:after {
  border-right-color: #fa8b1f !important;
}

.text-news {
  color: #d70000 !important;
}

.bg-news {
  background: #d70000 !important;
}

.bg-news-opacity {
  background: rgba(215, 0, 0, 0.7) !important;
}

.bg-hover-news:hover {
  background: #d70000 !important;
}

.font-news {
  color: #d70000 !important;
}

.bg-font-news {
  color: #d70000 !important;
}

.border-news {
  border-color: #d70000 !important;
}

.border-top-news {
  border-top-color: #d70000 !important;
}

.border-bottom-news {
  border-bottom-color: #d70000 !important;
}

.border-left-news {
  border-left-color: #d70000 !important;
}

.border-right-news {
  border-right-color: #d70000 !important;
}

.bg-before-news:before,
.bg-after-news:after {
  background: #d70000 !important;
}

.border-before-news:before,
.border-after-news:after {
  border-color: #d70000 !important;
}

.border-top-before-news:before,
.border-top-after-news:after {
  border-top-color: #d70000 !important;
}

.border-bottom-before-news:before,
.border-bottom-after-news:after {
  border-bottom-color: #d70000 !important;
}

.border-left-before-news:before,
.border-left-after-news:after {
  border-left-color: #d70000 !important;
}

.border-right-before-news:before,
.border-right-after-news:after {
  border-right-color: #d70000 !important;
}

.text-pressrelease {
  color: #2e3091 !important;
}

.bg-pressrelease {
  background: #2e3091 !important;
}

.bg-pressrelease-opacity {
  background: rgba(46, 48, 145, 0.7) !important;
}

.bg-hover-pressrelease:hover {
  background: #2e3091 !important;
}

.font-pressrelease {
  color: #2e3091 !important;
}

.bg-font-pressrelease {
  color: #2e3091 !important;
}

.border-pressrelease {
  border-color: #2e3091 !important;
}

.border-top-pressrelease {
  border-top-color: #2e3091 !important;
}

.border-bottom-pressrelease {
  border-bottom-color: #2e3091 !important;
}

.border-left-pressrelease {
  border-left-color: #2e3091 !important;
}

.border-right-pressrelease {
  border-right-color: #2e3091 !important;
}

.bg-before-pressrelease:before,
.bg-after-pressrelease:after {
  background: #2e3091 !important;
}

.border-before-pressrelease:before,
.border-after-pressrelease:after {
  border-color: #2e3091 !important;
}

.border-top-before-pressrelease:before,
.border-top-after-pressrelease:after {
  border-top-color: #2e3091 !important;
}

.border-bottom-before-pressrelease:before,
.border-bottom-after-pressrelease:after {
  border-bottom-color: #2e3091 !important;
}

.border-left-before-pressrelease:before,
.border-left-after-pressrelease:after {
  border-left-color: #2e3091 !important;
}

.border-right-before-pressrelease:before,
.border-right-after-pressrelease:after {
  border-right-color: #2e3091 !important;
}

.text-info {
  color: #6bc430 !important;
}

.bg-info {
  background: #6bc430 !important;
}

.bg-info-opacity {
  background: rgba(107, 196, 48, 0.7) !important;
}

.bg-hover-info:hover {
  background: #6bc430 !important;
}

.font-info {
  color: #6bc430 !important;
}

.bg-font-info {
  color: #6bc430 !important;
}

.border-info {
  border-color: #6bc430 !important;
}

.border-top-info {
  border-top-color: #6bc430 !important;
}

.border-bottom-info {
  border-bottom-color: #6bc430 !important;
}

.border-left-info {
  border-left-color: #6bc430 !important;
}

.border-right-info {
  border-right-color: #6bc430 !important;
}

.bg-before-info:before,
.bg-after-info:after {
  background: #6bc430 !important;
}

.border-before-info:before,
.border-after-info:after {
  border-color: #6bc430 !important;
}

.border-top-before-info:before,
.border-top-after-info:after {
  border-top-color: #6bc430 !important;
}

.border-bottom-before-info:before,
.border-bottom-after-info:after {
  border-bottom-color: #6bc430 !important;
}

.border-left-before-info:before,
.border-left-after-info:after {
  border-left-color: #6bc430 !important;
}

.border-right-before-info:before,
.border-right-after-info:after {
  border-right-color: #6bc430 !important;
}

.text-about {
  color: #24a0a0 !important;
}

.bg-about {
  background: #24a0a0 !important;
}

.bg-about-opacity {
  background: rgba(36, 160, 160, 0.7) !important;
}

.bg-hover-about:hover {
  background: #24a0a0 !important;
}

.font-about {
  color: #24a0a0 !important;
}

.bg-font-about {
  color: #24a0a0 !important;
}

.border-about {
  border-color: #24a0a0 !important;
}

.border-top-about {
  border-top-color: #24a0a0 !important;
}

.border-bottom-about {
  border-bottom-color: #24a0a0 !important;
}

.border-left-about {
  border-left-color: #24a0a0 !important;
}

.border-right-about {
  border-right-color: #24a0a0 !important;
}

.bg-before-about:before,
.bg-after-about:after {
  background: #24a0a0 !important;
}

.border-before-about:before,
.border-after-about:after {
  border-color: #24a0a0 !important;
}

.border-top-before-about:before,
.border-top-after-about:after {
  border-top-color: #24a0a0 !important;
}

.border-bottom-before-about:before,
.border-bottom-after-about:after {
  border-bottom-color: #24a0a0 !important;
}

.border-left-before-about:before,
.border-left-after-about:after {
  border-left-color: #24a0a0 !important;
}

.border-right-before-about:before,
.border-right-after-about:after {
  border-right-color: #24a0a0 !important;
}

.text-work {
  color: #323091 !important;
}

.bg-work {
  background: #323091 !important;
}

.bg-work-opacity {
  background: rgba(50, 48, 145, 0.7) !important;
}

.bg-hover-work:hover {
  background: #323091 !important;
}

.font-work {
  color: #323091 !important;
}

.bg-font-work {
  color: #323091 !important;
}

.border-work {
  border-color: #323091 !important;
}

.border-top-work {
  border-top-color: #323091 !important;
}

.border-bottom-work {
  border-bottom-color: #323091 !important;
}

.border-left-work {
  border-left-color: #323091 !important;
}

.border-right-work {
  border-right-color: #323091 !important;
}

.bg-before-work:before,
.bg-after-work:after {
  background: #323091 !important;
}

.border-before-work:before,
.border-after-work:after {
  border-color: #323091 !important;
}

.border-top-before-work:before,
.border-top-after-work:after {
  border-top-color: #323091 !important;
}

.border-bottom-before-work:before,
.border-bottom-after-work:after {
  border-bottom-color: #323091 !important;
}

.border-left-before-work:before,
.border-left-after-work:after {
  border-left-color: #323091 !important;
}

.border-right-before-work:before,
.border-right-after-work:after {
  border-right-color: #323091 !important;
}

.text-cx {
  color: #FA95E1 !important;
}

.bg-cx {
  background: #FA95E1 !important;
}

.bg-cx-opacity {
  background: rgba(250, 149, 225, 0.7) !important;
}

.bg-hover-cx:hover {
  background: #FA95E1 !important;
}

.font-cx {
  color: #FA95E1 !important;
}

.bg-font-cx {
  color: #FA95E1 !important;
}

.border-cx {
  border-color: #FA95E1 !important;
}

.border-top-cx {
  border-top-color: #FA95E1 !important;
}

.border-bottom-cx {
  border-bottom-color: #FA95E1 !important;
}

.border-left-cx {
  border-left-color: #FA95E1 !important;
}

.border-right-cx {
  border-right-color: #FA95E1 !important;
}

.bg-before-cx:before,
.bg-after-cx:after {
  background: #FA95E1 !important;
}

.border-before-cx:before,
.border-after-cx:after {
  border-color: #FA95E1 !important;
}

.border-top-before-cx:before,
.border-top-after-cx:after {
  border-top-color: #FA95E1 !important;
}

.border-bottom-before-cx:before,
.border-bottom-after-cx:after {
  border-bottom-color: #FA95E1 !important;
}

.border-left-before-cx:before,
.border-left-after-cx:after {
  border-left-color: #FA95E1 !important;
}

.border-right-before-cx:before,
.border-right-after-cx:after {
  border-right-color: #FA95E1 !important;
}

.text-well-media {
  color: #F28A96 !important;
}

.bg-well-media {
  background: #F28A96 !important;
}

.bg-well-media-opacity {
  background: rgba(242, 138, 150, 0.7) !important;
}

.bg-hover-well-media:hover {
  background: #F28A96 !important;
}

.font-well-media {
  color: #F28A96 !important;
}

.bg-font-well-media {
  color: #F28A96 !important;
}

.border-well-media {
  border-color: #F28A96 !important;
}

.border-top-well-media {
  border-top-color: #F28A96 !important;
}

.border-bottom-well-media {
  border-bottom-color: #F28A96 !important;
}

.border-left-well-media {
  border-left-color: #F28A96 !important;
}

.border-right-well-media {
  border-right-color: #F28A96 !important;
}

.bg-before-well-media:before,
.bg-after-well-media:after {
  background: #F28A96 !important;
}

.border-before-well-media:before,
.border-after-well-media:after {
  border-color: #F28A96 !important;
}

.border-top-before-well-media:before,
.border-top-after-well-media:after {
  border-top-color: #F28A96 !important;
}

.border-bottom-before-well-media:before,
.border-bottom-after-well-media:after {
  border-bottom-color: #F28A96 !important;
}

.border-left-before-well-media:before,
.border-left-after-well-media:after {
  border-left-color: #F28A96 !important;
}

.border-right-before-well-media:before,
.border-right-after-well-media:after {
  border-right-color: #F28A96 !important;
}

.text-well-news {
  color: #0080c2 !important;
}

.bg-well-news {
  background: #0080c2 !important;
}

.bg-well-news-opacity {
  background: rgba(0, 128, 194, 0.7) !important;
}

.bg-hover-well-news:hover {
  background: #0080c2 !important;
}

.font-well-news {
  color: #0080c2 !important;
}

.bg-font-well-news {
  color: #0080c2 !important;
}

.border-well-news {
  border-color: #0080c2 !important;
}

.border-top-well-news {
  border-top-color: #0080c2 !important;
}

.border-bottom-well-news {
  border-bottom-color: #0080c2 !important;
}

.border-left-well-news {
  border-left-color: #0080c2 !important;
}

.border-right-well-news {
  border-right-color: #0080c2 !important;
}

.bg-before-well-news:before,
.bg-after-well-news:after {
  background: #0080c2 !important;
}

.border-before-well-news:before,
.border-after-well-news:after {
  border-color: #0080c2 !important;
}

.border-top-before-well-news:before,
.border-top-after-well-news:after {
  border-top-color: #0080c2 !important;
}

.border-bottom-before-well-news:before,
.border-bottom-after-well-news:after {
  border-bottom-color: #0080c2 !important;
}

.border-left-before-well-news:before,
.border-left-after-well-news:after {
  border-left-color: #0080c2 !important;
}

.border-right-before-well-news:before,
.border-right-after-well-news:after {
  border-right-color: #0080c2 !important;
}

.text-well-seminar {
  color: #7CDB7C !important;
}

.bg-well-seminar {
  background: #7CDB7C !important;
}

.bg-well-seminar-opacity {
  background: rgba(124, 219, 124, 0.7) !important;
}

.bg-hover-well-seminar:hover {
  background: #7CDB7C !important;
}

.font-well-seminar {
  color: #7CDB7C !important;
}

.bg-font-well-seminar {
  color: #7CDB7C !important;
}

.border-well-seminar {
  border-color: #7CDB7C !important;
}

.border-top-well-seminar {
  border-top-color: #7CDB7C !important;
}

.border-bottom-well-seminar {
  border-bottom-color: #7CDB7C !important;
}

.border-left-well-seminar {
  border-left-color: #7CDB7C !important;
}

.border-right-well-seminar {
  border-right-color: #7CDB7C !important;
}

.bg-before-well-seminar:before,
.bg-after-well-seminar:after {
  background: #7CDB7C !important;
}

.border-before-well-seminar:before,
.border-after-well-seminar:after {
  border-color: #7CDB7C !important;
}

.border-top-before-well-seminar:before,
.border-top-after-well-seminar:after {
  border-top-color: #7CDB7C !important;
}

.border-bottom-before-well-seminar:before,
.border-bottom-after-well-seminar:after {
  border-bottom-color: #7CDB7C !important;
}

.border-left-before-well-seminar:before,
.border-left-after-well-seminar:after {
  border-left-color: #7CDB7C !important;
}

.border-right-before-well-seminar:before,
.border-right-after-well-seminar:after {
  border-right-color: #7CDB7C !important;
}

.text-well-disable {
  color: #A5A5A5 !important;
}

.bg-well-disable {
  background: #A5A5A5 !important;
}

.bg-well-disable-opacity {
  background: rgba(165, 165, 165, 0.7) !important;
}

.bg-hover-well-disable:hover {
  background: #A5A5A5 !important;
}

.font-well-disable {
  color: #A5A5A5 !important;
}

.bg-font-well-disable {
  color: #A5A5A5 !important;
}

.border-well-disable {
  border-color: #A5A5A5 !important;
}

.border-top-well-disable {
  border-top-color: #A5A5A5 !important;
}

.border-bottom-well-disable {
  border-bottom-color: #A5A5A5 !important;
}

.border-left-well-disable {
  border-left-color: #A5A5A5 !important;
}

.border-right-well-disable {
  border-right-color: #A5A5A5 !important;
}

.bg-before-well-disable:before,
.bg-after-well-disable:after {
  background: #A5A5A5 !important;
}

.border-before-well-disable:before,
.border-after-well-disable:after {
  border-color: #A5A5A5 !important;
}

.border-top-before-well-disable:before,
.border-top-after-well-disable:after {
  border-top-color: #A5A5A5 !important;
}

.border-bottom-before-well-disable:before,
.border-bottom-after-well-disable:after {
  border-bottom-color: #A5A5A5 !important;
}

.border-left-before-well-disable:before,
.border-left-after-well-disable:after {
  border-left-color: #A5A5A5 !important;
}

.border-right-before-well-disable:before,
.border-right-after-well-disable:after {
  border-right-color: #A5A5A5 !important;
}

.fs10 {
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .fs10 {
    font-size: 10px;
  }
}

._fs10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
}
.fs11 {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .fs11 {
    font-size: 11px;
  }
}

._fs11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
}
.fs12 {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .fs12 {
    font-size: 12px;
  }
}

._fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
}
.fs13 {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .fs13 {
    font-size: 13px;
  }
}

._fs13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}
.fs14 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .fs14 {
    font-size: 14px;
  }
}

._fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}
.fs15 {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .fs15 {
    font-size: 15px;
  }
}

._fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
}
.fs16 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .fs16 {
    font-size: 16px;
  }
}

._fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}
.fs17 {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .fs17 {
    font-size: 17px;
  }
}

._fs17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
}
.fs18 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .fs18 {
    font-size: 18px;
  }
}

._fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}
.fs19 {
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .fs19 {
    font-size: 19px;
  }
}

._fs19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
}
.fs20 {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .fs20 {
    font-size: 20px;
  }
}

._fs20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
}
.fs21 {
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .fs21 {
    font-size: 21px;
  }
}

._fs21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
}
.fs22 {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .fs22 {
    font-size: 22px;
  }
}

._fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
}
.fs23 {
  font-size: 23px;
}
@media only screen and (max-width: 767px) {
  .fs23 {
    font-size: 23px;
  }
}

._fs23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
}
.fs24 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .fs24 {
    font-size: 24px;
  }
}

._fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
}
.fs25 {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .fs25 {
    font-size: 25px;
  }
}

._fs25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
}
.fs26 {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .fs26 {
    font-size: 26px;
  }
}

._fs26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
}
.fs27 {
  font-size: 27px;
}
@media only screen and (max-width: 767px) {
  .fs27 {
    font-size: 27px;
  }
}

._fs27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
}
.fs28 {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .fs28 {
    font-size: 28px;
  }
}

._fs28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
}
.fs29 {
  font-size: 29px;
}
@media only screen and (max-width: 767px) {
  .fs29 {
    font-size: 29px;
  }
}

._fs29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
}
.fs30 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .fs30 {
    font-size: 30px;
  }
}

._fs30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
}
.fs31 {
  font-size: 31px;
}
@media only screen and (max-width: 767px) {
  .fs31 {
    font-size: 31px;
  }
}

._fs31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
}
.fs32 {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .fs32 {
    font-size: 32px;
  }
}

._fs32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
}
.fs33 {
  font-size: 33px;
}
@media only screen and (max-width: 767px) {
  .fs33 {
    font-size: 33px;
  }
}

._fs33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
}
.fs34 {
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  .fs34 {
    font-size: 34px;
  }
}

._fs34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
}
.fs35 {
  font-size: 35px;
}
@media only screen and (max-width: 767px) {
  .fs35 {
    font-size: 35px;
  }
}

._fs35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
}
.fs36 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .fs36 {
    font-size: 36px;
  }
}

._fs36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
}
.fs37 {
  font-size: 37px;
}
@media only screen and (max-width: 767px) {
  .fs37 {
    font-size: 37px;
  }
}

._fs37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
}
.fs38 {
  font-size: 38px;
}
@media only screen and (max-width: 767px) {
  .fs38 {
    font-size: 38px;
  }
}

._fs38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
}
.fs39 {
  font-size: 39px;
}
@media only screen and (max-width: 767px) {
  .fs39 {
    font-size: 39px;
  }
}

._fs39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
}
.fs40 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .fs40 {
    font-size: 40px;
  }
}

._fs40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
}
.fs41 {
  font-size: 41px;
}
@media only screen and (max-width: 767px) {
  .fs41 {
    font-size: 41px;
  }
}

._fs41 {
  font-size: 41px !important;
  font-size: 4.1rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs41 {
    font-size: 41px !important;
    font-size: 4.1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-41 {
    font-size: 41px !important;
    font-size: 4.1rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-41 {
    font-size: 41px !important;
    font-size: 4.1rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-41 {
    font-size: 41px !important;
    font-size: 4.1rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-41 {
    font-size: 41px !important;
    font-size: 4.1rem !important;
  }
}
.fs42 {
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  .fs42 {
    font-size: 42px;
  }
}

._fs42 {
  font-size: 42px !important;
  font-size: 4.2rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs42 {
    font-size: 42px !important;
    font-size: 4.2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-42 {
    font-size: 42px !important;
    font-size: 4.2rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-42 {
    font-size: 42px !important;
    font-size: 4.2rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-42 {
    font-size: 42px !important;
    font-size: 4.2rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-42 {
    font-size: 42px !important;
    font-size: 4.2rem !important;
  }
}
.fs43 {
  font-size: 43px;
}
@media only screen and (max-width: 767px) {
  .fs43 {
    font-size: 43px;
  }
}

._fs43 {
  font-size: 43px !important;
  font-size: 4.3rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs43 {
    font-size: 43px !important;
    font-size: 4.3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-43 {
    font-size: 43px !important;
    font-size: 4.3rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-43 {
    font-size: 43px !important;
    font-size: 4.3rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-43 {
    font-size: 43px !important;
    font-size: 4.3rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-43 {
    font-size: 43px !important;
    font-size: 4.3rem !important;
  }
}
.fs44 {
  font-size: 44px;
}
@media only screen and (max-width: 767px) {
  .fs44 {
    font-size: 44px;
  }
}

._fs44 {
  font-size: 44px !important;
  font-size: 4.4rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs44 {
    font-size: 44px !important;
    font-size: 4.4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-44 {
    font-size: 44px !important;
    font-size: 4.4rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-44 {
    font-size: 44px !important;
    font-size: 4.4rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-44 {
    font-size: 44px !important;
    font-size: 4.4rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-44 {
    font-size: 44px !important;
    font-size: 4.4rem !important;
  }
}
.fs45 {
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .fs45 {
    font-size: 45px;
  }
}

._fs45 {
  font-size: 45px !important;
  font-size: 4.5rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs45 {
    font-size: 45px !important;
    font-size: 4.5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-45 {
    font-size: 45px !important;
    font-size: 4.5rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-45 {
    font-size: 45px !important;
    font-size: 4.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-45 {
    font-size: 45px !important;
    font-size: 4.5rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-45 {
    font-size: 45px !important;
    font-size: 4.5rem !important;
  }
}
.fs46 {
  font-size: 46px;
}
@media only screen and (max-width: 767px) {
  .fs46 {
    font-size: 46px;
  }
}

._fs46 {
  font-size: 46px !important;
  font-size: 4.6rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs46 {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-46 {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-46 {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-46 {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-46 {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
}
.fs47 {
  font-size: 47px;
}
@media only screen and (max-width: 767px) {
  .fs47 {
    font-size: 47px;
  }
}

._fs47 {
  font-size: 47px !important;
  font-size: 4.7rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs47 {
    font-size: 47px !important;
    font-size: 4.7rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-47 {
    font-size: 47px !important;
    font-size: 4.7rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-47 {
    font-size: 47px !important;
    font-size: 4.7rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-47 {
    font-size: 47px !important;
    font-size: 4.7rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-47 {
    font-size: 47px !important;
    font-size: 4.7rem !important;
  }
}
.fs48 {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .fs48 {
    font-size: 48px;
  }
}

._fs48 {
  font-size: 48px !important;
  font-size: 4.8rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs48 {
    font-size: 48px !important;
    font-size: 4.8rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-48 {
    font-size: 48px !important;
    font-size: 4.8rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-48 {
    font-size: 48px !important;
    font-size: 4.8rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-48 {
    font-size: 48px !important;
    font-size: 4.8rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-48 {
    font-size: 48px !important;
    font-size: 4.8rem !important;
  }
}
.fs49 {
  font-size: 49px;
}
@media only screen and (max-width: 767px) {
  .fs49 {
    font-size: 49px;
  }
}

._fs49 {
  font-size: 49px !important;
  font-size: 4.9rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs49 {
    font-size: 49px !important;
    font-size: 4.9rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-49 {
    font-size: 49px !important;
    font-size: 4.9rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-49 {
    font-size: 49px !important;
    font-size: 4.9rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-49 {
    font-size: 49px !important;
    font-size: 4.9rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-49 {
    font-size: 49px !important;
    font-size: 4.9rem !important;
  }
}
.fs50 {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .fs50 {
    font-size: 50px;
  }
}

._fs50 {
  font-size: 50px !important;
  font-size: 5rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs50 {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-50 {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-50 {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-50 {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-50 {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
}
.fs51 {
  font-size: 51px;
}
@media only screen and (max-width: 767px) {
  .fs51 {
    font-size: 51px;
  }
}

._fs51 {
  font-size: 51px !important;
  font-size: 5.1rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs51 {
    font-size: 51px !important;
    font-size: 5.1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-51 {
    font-size: 51px !important;
    font-size: 5.1rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-51 {
    font-size: 51px !important;
    font-size: 5.1rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-51 {
    font-size: 51px !important;
    font-size: 5.1rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-51 {
    font-size: 51px !important;
    font-size: 5.1rem !important;
  }
}
.fs52 {
  font-size: 52px;
}
@media only screen and (max-width: 767px) {
  .fs52 {
    font-size: 52px;
  }
}

._fs52 {
  font-size: 52px !important;
  font-size: 5.2rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs52 {
    font-size: 52px !important;
    font-size: 5.2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-52 {
    font-size: 52px !important;
    font-size: 5.2rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-52 {
    font-size: 52px !important;
    font-size: 5.2rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-52 {
    font-size: 52px !important;
    font-size: 5.2rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-52 {
    font-size: 52px !important;
    font-size: 5.2rem !important;
  }
}
.fs53 {
  font-size: 53px;
}
@media only screen and (max-width: 767px) {
  .fs53 {
    font-size: 53px;
  }
}

._fs53 {
  font-size: 53px !important;
  font-size: 5.3rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs53 {
    font-size: 53px !important;
    font-size: 5.3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-53 {
    font-size: 53px !important;
    font-size: 5.3rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-53 {
    font-size: 53px !important;
    font-size: 5.3rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-53 {
    font-size: 53px !important;
    font-size: 5.3rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-53 {
    font-size: 53px !important;
    font-size: 5.3rem !important;
  }
}
.fs54 {
  font-size: 54px;
}
@media only screen and (max-width: 767px) {
  .fs54 {
    font-size: 54px;
  }
}

._fs54 {
  font-size: 54px !important;
  font-size: 5.4rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs54 {
    font-size: 54px !important;
    font-size: 5.4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-54 {
    font-size: 54px !important;
    font-size: 5.4rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-54 {
    font-size: 54px !important;
    font-size: 5.4rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-54 {
    font-size: 54px !important;
    font-size: 5.4rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-54 {
    font-size: 54px !important;
    font-size: 5.4rem !important;
  }
}
.fs55 {
  font-size: 55px;
}
@media only screen and (max-width: 767px) {
  .fs55 {
    font-size: 55px;
  }
}

._fs55 {
  font-size: 55px !important;
  font-size: 5.5rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs55 {
    font-size: 55px !important;
    font-size: 5.5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-55 {
    font-size: 55px !important;
    font-size: 5.5rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-55 {
    font-size: 55px !important;
    font-size: 5.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-55 {
    font-size: 55px !important;
    font-size: 5.5rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-55 {
    font-size: 55px !important;
    font-size: 5.5rem !important;
  }
}
.fs56 {
  font-size: 56px;
}
@media only screen and (max-width: 767px) {
  .fs56 {
    font-size: 56px;
  }
}

._fs56 {
  font-size: 56px !important;
  font-size: 5.6rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs56 {
    font-size: 56px !important;
    font-size: 5.6rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-56 {
    font-size: 56px !important;
    font-size: 5.6rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-56 {
    font-size: 56px !important;
    font-size: 5.6rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-56 {
    font-size: 56px !important;
    font-size: 5.6rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-56 {
    font-size: 56px !important;
    font-size: 5.6rem !important;
  }
}
.fs57 {
  font-size: 57px;
}
@media only screen and (max-width: 767px) {
  .fs57 {
    font-size: 57px;
  }
}

._fs57 {
  font-size: 57px !important;
  font-size: 5.7rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs57 {
    font-size: 57px !important;
    font-size: 5.7rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-57 {
    font-size: 57px !important;
    font-size: 5.7rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-57 {
    font-size: 57px !important;
    font-size: 5.7rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-57 {
    font-size: 57px !important;
    font-size: 5.7rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-57 {
    font-size: 57px !important;
    font-size: 5.7rem !important;
  }
}
.fs58 {
  font-size: 58px;
}
@media only screen and (max-width: 767px) {
  .fs58 {
    font-size: 58px;
  }
}

._fs58 {
  font-size: 58px !important;
  font-size: 5.8rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs58 {
    font-size: 58px !important;
    font-size: 5.8rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-58 {
    font-size: 58px !important;
    font-size: 5.8rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-58 {
    font-size: 58px !important;
    font-size: 5.8rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-58 {
    font-size: 58px !important;
    font-size: 5.8rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-58 {
    font-size: 58px !important;
    font-size: 5.8rem !important;
  }
}
.fs59 {
  font-size: 59px;
}
@media only screen and (max-width: 767px) {
  .fs59 {
    font-size: 59px;
  }
}

._fs59 {
  font-size: 59px !important;
  font-size: 5.9rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs59 {
    font-size: 59px !important;
    font-size: 5.9rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-59 {
    font-size: 59px !important;
    font-size: 5.9rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-59 {
    font-size: 59px !important;
    font-size: 5.9rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-59 {
    font-size: 59px !important;
    font-size: 5.9rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-59 {
    font-size: 59px !important;
    font-size: 5.9rem !important;
  }
}
.fs60 {
  font-size: 60px;
}
@media only screen and (max-width: 767px) {
  .fs60 {
    font-size: 60px;
  }
}

._fs60 {
  font-size: 60px !important;
  font-size: 6rem !important;
}
@media only screen and (max-width: 767px) {
  ._fs60 {
    font-size: 60px !important;
    font-size: 6rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-60 {
    font-size: 60px !important;
    font-size: 6rem !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fs-sp-60 {
    font-size: 60px !important;
    font-size: 6rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .fs-pc-60 {
    font-size: 60px !important;
    font-size: 6rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .fs-pc-60 {
    font-size: 60px !important;
    font-size: 6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  .label-sp::before {
    content: attr(data-label);
  }
  .label-sp img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .only-pc {
    display: block !important;
  }
  .only-sp {
    display: none !important;
  }
  .label-pc::before {
    content: attr(data-label);
  }
  .label-pc img {
    display: none;
  }
}
@media only screen and (max-width: 376px) {
  .label-xs::before {
    content: attr(data-label);
  }
  .label-xs img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 991px) {
  .label-sm::before {
    content: attr(data-label);
  }
  .label-sm img {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-device-width: 1199px) {
  .label-md::before {
    content: attr(data-label);
  }
  .label-md img {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .label-lg::before {
    content: attr(data-label);
  }
  .label-lg img {
    display: none;
  }
}
.font-normal {
  font-family: "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.sans-serif {
  font-family: "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
.h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a {
  color: inherit;
  font-weight: bold;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover,
.h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {
  color: inherit;
}

p {
  color: #333;
}

.clearfix,
.cf {
  *zoom: 1;
}
.clearfix::before, .clearfix::after,
.cf::before,
.cf::after {
  content: " ";
  display: block;
  line-height: 0;
}
.clearfix::after,
.cf::after {
  clear: both;
}

a:hover img.hover,
span:hover img.hover {
  opacity: 0.8;
}

img.b,
.b {
  display: block;
}

img.auto {
  display: block;
  margin: 0 auto;
}

img.full {
  height: auto;
  width: 100%;
}

img.max {
  height: auto;
  max-width: 100%;
}

.fR {
  float: right;
}

.fL {
  float: left;
}

.iL {
  display: inline;
  float: left;
  margin: 0 10px 5px 0;
}

.iR {
  display: inline;
  float: right;
  margin: 0 0 5px 10px;
}

.clear {
  clear: both;
  font: 1px/1px monospace;
}

.aR {
  text-align: right !important;
}

.aC {
  text-align: center !important;
}

.aL {
  text-align: left !important;
}

.vT {
  vertical-align: top !important;
}

.vM {
  vertical-align: middle !important;
}

.vB {
  vertical-align: bottom !important;
}

.kerning {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.lh1 {
  line-height: 1;
}

.lh2 {
  line-height: 2;
}

ul.notes li {
  margin-left: 1em;
  text-indent: -1em;
}

ul.disc,
ol.disc {
  padding-left: 30px;
}
ul.disc li,
ol.disc li {
  list-style-type: disc;
}

ul.circle,
ol.circle {
  padding-left: 30px;
}
ul.circle li,
ol.circle li {
  list-style-type: circle;
}

ul.decimal,
ol.decimal {
  padding-left: 30px;
}
ul.decimal li,
ol.decimal li {
  list-style-type: decimal;
}

.notes {
  margin-left: 1em;
  text-indent: -1em;
}

.creep {
  color: #999;
}

.hidden {
  display: none;
}

.opacity-1 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.hr {
  border-bottom: 1px solid #e5e5e5;
}

.hr-fff {
  border-bottom-color: #fff;
}

.hr-5 {
  border-bottom-width: 5px;
}

.pointer {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.full {
  height: auto;
  width: 100%;
}

.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 50%;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mgt-0 {
  margin-top: 0px !important;
}

.mgb-0 {
  margin-bottom: 0px !important;
}

.mgr-0 {
  margin-right: 0px !important;
}

.mgl-0 {
  margin-left: 0px !important;
}

.pdt-0 {
  padding-top: 0px !important;
}

.pdb-0 {
  padding-bottom: 0px !important;
}

.pdr-0 {
  padding-right: 0px !important;
}

.pdl-0 {
  padding-left: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mgt-sp-0 {
    margin-top: 0px !important;
  }
  .mgb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mgr-sp-0 {
    margin-right: 0px !important;
  }
  .mgl-sp-0 {
    margin-left: 0px !important;
  }
  .pdt-sp-0 {
    padding-top: 0px !important;
  }
  .pdb-sp-0 {
    padding-bottom: 0px !important;
  }
  .pdr-sp-0 {
    padding-right: 0px !important;
  }
  .pdl-sp-0 {
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mgt-pc-0 {
    margin-top: 0px !important;
  }
  .mgb-pc-0 {
    margin-bottom: 0px !important;
  }
  .mgr-pc-0 {
    margin-right: 0px !important;
  }
  .mgl-pc-0 {
    margin-left: 0px !important;
  }
  .pdt-pc-0 {
    padding-top: 0px !important;
  }
  .pdb-pc-0 {
    padding-bottom: 0px !important;
  }
  .pdr-pc-0 {
    padding-right: 0px !important;
  }
  .pdl-pc-0 {
    padding-left: 0px !important;
  }
}
.mgt-5 {
  margin-top: 5px !important;
}

.mgb-5 {
  margin-bottom: 5px !important;
}

.mgr-5 {
  margin-right: 5px !important;
}

.mgl-5 {
  margin-left: 5px !important;
}

.pdt-5 {
  padding-top: 5px !important;
}

.pdb-5 {
  padding-bottom: 5px !important;
}

.pdr-5 {
  padding-right: 5px !important;
}

.pdl-5 {
  padding-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mgt-sp-5 {
    margin-top: 5px !important;
  }
  .mgb-sp-5 {
    margin-bottom: 5px !important;
  }
  .mgr-sp-5 {
    margin-right: 5px !important;
  }
  .mgl-sp-5 {
    margin-left: 5px !important;
  }
  .pdt-sp-5 {
    padding-top: 5px !important;
  }
  .pdb-sp-5 {
    padding-bottom: 5px !important;
  }
  .pdr-sp-5 {
    padding-right: 5px !important;
  }
  .pdl-sp-5 {
    padding-left: 5px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mgt-pc-5 {
    margin-top: 5px !important;
  }
  .mgb-pc-5 {
    margin-bottom: 5px !important;
  }
  .mgr-pc-5 {
    margin-right: 5px !important;
  }
  .mgl-pc-5 {
    margin-left: 5px !important;
  }
  .pdt-pc-5 {
    padding-top: 5px !important;
  }
  .pdb-pc-5 {
    padding-bottom: 5px !important;
  }
  .pdr-pc-5 {
    padding-right: 5px !important;
  }
  .pdl-pc-5 {
    padding-left: 5px !important;
  }
}
.mgt-10 {
  margin-top: 10px !important;
}

.mgb-10 {
  margin-bottom: 10px !important;
}

.mgr-10 {
  margin-right: 10px !important;
}

.mgl-10 {
  margin-left: 10px !important;
}

.pdt-10 {
  padding-top: 10px !important;
}

.pdb-10 {
  padding-bottom: 10px !important;
}

.pdr-10 {
  padding-right: 10px !important;
}

.pdl-10 {
  padding-left: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mgt-sp-10 {
    margin-top: 10px !important;
  }
  .mgb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mgr-sp-10 {
    margin-right: 10px !important;
  }
  .mgl-sp-10 {
    margin-left: 10px !important;
  }
  .pdt-sp-10 {
    padding-top: 10px !important;
  }
  .pdb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pdr-sp-10 {
    padding-right: 10px !important;
  }
  .pdl-sp-10 {
    padding-left: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mgt-pc-10 {
    margin-top: 10px !important;
  }
  .mgb-pc-10 {
    margin-bottom: 10px !important;
  }
  .mgr-pc-10 {
    margin-right: 10px !important;
  }
  .mgl-pc-10 {
    margin-left: 10px !important;
  }
  .pdt-pc-10 {
    padding-top: 10px !important;
  }
  .pdb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pdr-pc-10 {
    padding-right: 10px !important;
  }
  .pdl-pc-10 {
    padding-left: 10px !important;
  }
}
.mgt-15 {
  margin-top: 15px !important;
}

.mgb-15 {
  margin-bottom: 15px !important;
}

.mgr-15 {
  margin-right: 15px !important;
}

.mgl-15 {
  margin-left: 15px !important;
}

.pdt-15 {
  padding-top: 15px !important;
}

.pdb-15 {
  padding-bottom: 15px !important;
}

.pdr-15 {
  padding-right: 15px !important;
}

.pdl-15 {
  padding-left: 15px !important;
}

@media only screen and (max-width: 767px) {
  .mgt-sp-15 {
    margin-top: 15px !important;
  }
  .mgb-sp-15 {
    margin-bottom: 15px !important;
  }
  .mgr-sp-15 {
    margin-right: 15px !important;
  }
  .mgl-sp-15 {
    margin-left: 15px !important;
  }
  .pdt-sp-15 {
    padding-top: 15px !important;
  }
  .pdb-sp-15 {
    padding-bottom: 15px !important;
  }
  .pdr-sp-15 {
    padding-right: 15px !important;
  }
  .pdl-sp-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mgt-pc-15 {
    margin-top: 15px !important;
  }
  .mgb-pc-15 {
    margin-bottom: 15px !important;
  }
  .mgr-pc-15 {
    margin-right: 15px !important;
  }
  .mgl-pc-15 {
    margin-left: 15px !important;
  }
  .pdt-pc-15 {
    padding-top: 15px !important;
  }
  .pdb-pc-15 {
    padding-bottom: 15px !important;
  }
  .pdr-pc-15 {
    padding-right: 15px !important;
  }
  .pdl-pc-15 {
    padding-left: 15px !important;
  }
}
.mgt-20 {
  margin-top: 20px !important;
}

.mgb-20 {
  margin-bottom: 20px !important;
}

.mgr-20 {
  margin-right: 20px !important;
}

.mgl-20 {
  margin-left: 20px !important;
}

.pdt-20 {
  padding-top: 20px !important;
}

.pdb-20 {
  padding-bottom: 20px !important;
}

.pdr-20 {
  padding-right: 20px !important;
}

.pdl-20 {
  padding-left: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mgt-sp-20 {
    margin-top: 20px !important;
  }
  .mgb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mgr-sp-20 {
    margin-right: 20px !important;
  }
  .mgl-sp-20 {
    margin-left: 20px !important;
  }
  .pdt-sp-20 {
    padding-top: 20px !important;
  }
  .pdb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pdr-sp-20 {
    padding-right: 20px !important;
  }
  .pdl-sp-20 {
    padding-left: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mgt-pc-20 {
    margin-top: 20px !important;
  }
  .mgb-pc-20 {
    margin-bottom: 20px !important;
  }
  .mgr-pc-20 {
    margin-right: 20px !important;
  }
  .mgl-pc-20 {
    margin-left: 20px !important;
  }
  .pdt-pc-20 {
    padding-top: 20px !important;
  }
  .pdb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pdr-pc-20 {
    padding-right: 20px !important;
  }
  .pdl-pc-20 {
    padding-left: 20px !important;
  }
}
.mgt-25 {
  margin-top: 25px !important;
}

.mgb-25 {
  margin-bottom: 25px !important;
}

.mgr-25 {
  margin-right: 25px !important;
}

.mgl-25 {
  margin-left: 25px !important;
}

.pdt-25 {
  padding-top: 25px !important;
}

.pdb-25 {
  padding-bottom: 25px !important;
}

.pdr-25 {
  padding-right: 25px !important;
}

.pdl-25 {
  padding-left: 25px !important;
}

@media only screen and (max-width: 767px) {
  .mgt-sp-25 {
    margin-top: 25px !important;
  }
  .mgb-sp-25 {
    margin-bottom: 25px !important;
  }
  .mgr-sp-25 {
    margin-right: 25px !important;
  }
  .mgl-sp-25 {
    margin-left: 25px !important;
  }
  .pdt-sp-25 {
    padding-top: 25px !important;
  }
  .pdb-sp-25 {
    padding-bottom: 25px !important;
  }
  .pdr-sp-25 {
    padding-right: 25px !important;
  }
  .pdl-sp-25 {
    padding-left: 25px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mgt-pc-25 {
    margin-top: 25px !important;
  }
  .mgb-pc-25 {
    margin-bottom: 25px !important;
  }
  .mgr-pc-25 {
    margin-right: 25px !important;
  }
  .mgl-pc-25 {
    margin-left: 25px !important;
  }
  .pdt-pc-25 {
    padding-top: 25px !important;
  }
  .pdb-pc-25 {
    padding-bottom: 25px !important;
  }
  .pdr-pc-25 {
    padding-right: 25px !important;
  }
  .pdl-pc-25 {
    padding-left: 25px !important;
  }
}
.mgt-30 {
  margin-top: 30px !important;
}

.mgb-30 {
  margin-bottom: 30px !important;
}

.mgr-30 {
  margin-right: 30px !important;
}

.mgl-30 {
  margin-left: 30px !important;
}

.pdt-30 {
  padding-top: 30px !important;
}

.pdb-30 {
  padding-bottom: 30px !important;
}

.pdr-30 {
  padding-right: 30px !important;
}

.pdl-30 {
  padding-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mgt-sp-30 {
    margin-top: 30px !important;
  }
  .mgb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mgr-sp-30 {
    margin-right: 30px !important;
  }
  .mgl-sp-30 {
    margin-left: 30px !important;
  }
  .pdt-sp-30 {
    padding-top: 30px !important;
  }
  .pdb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pdr-sp-30 {
    padding-right: 30px !important;
  }
  .pdl-sp-30 {
    padding-left: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mgt-pc-30 {
    margin-top: 30px !important;
  }
  .mgb-pc-30 {
    margin-bottom: 30px !important;
  }
  .mgr-pc-30 {
    margin-right: 30px !important;
  }
  .mgl-pc-30 {
    margin-left: 30px !important;
  }
  .pdt-pc-30 {
    padding-top: 30px !important;
  }
  .pdb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pdr-pc-30 {
    padding-right: 30px !important;
  }
  .pdl-pc-30 {
    padding-left: 30px !important;
  }
}
.mgt-35 {
  margin-top: 35px !important;
}

.mgb-35 {
  margin-bottom: 35px !important;
}

.mgr-35 {
  margin-right: 35px !important;
}

.mgl-35 {
  margin-left: 35px !important;
}

.pdt-35 {
  padding-top: 35px !important;
}

.pdb-35 {
  padding-bottom: 35px !important;
}

.pdr-35 {
  padding-right: 35px !important;
}

.pdl-35 {
  padding-left: 35px !important;
}

@media only screen and (max-width: 767px) {
  .mgt-sp-35 {
    margin-top: 35px !important;
  }
  .mgb-sp-35 {
    margin-bottom: 35px !important;
  }
  .mgr-sp-35 {
    margin-right: 35px !important;
  }
  .mgl-sp-35 {
    margin-left: 35px !important;
  }
  .pdt-sp-35 {
    padding-top: 35px !important;
  }
  .pdb-sp-35 {
    padding-bottom: 35px !important;
  }
  .pdr-sp-35 {
    padding-right: 35px !important;
  }
  .pdl-sp-35 {
    padding-left: 35px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mgt-pc-35 {
    margin-top: 35px !important;
  }
  .mgb-pc-35 {
    margin-bottom: 35px !important;
  }
  .mgr-pc-35 {
    margin-right: 35px !important;
  }
  .mgl-pc-35 {
    margin-left: 35px !important;
  }
  .pdt-pc-35 {
    padding-top: 35px !important;
  }
  .pdb-pc-35 {
    padding-bottom: 35px !important;
  }
  .pdr-pc-35 {
    padding-right: 35px !important;
  }
  .pdl-pc-35 {
    padding-left: 35px !important;
  }
}
.mgt-40 {
  margin-top: 40px !important;
}

.mgb-40 {
  margin-bottom: 40px !important;
}

.mgr-40 {
  margin-right: 40px !important;
}

.mgl-40 {
  margin-left: 40px !important;
}

.pdt-40 {
  padding-top: 40px !important;
}

.pdb-40 {
  padding-bottom: 40px !important;
}

.pdr-40 {
  padding-right: 40px !important;
}

.pdl-40 {
  padding-left: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mgt-sp-40 {
    margin-top: 40px !important;
  }
  .mgb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mgr-sp-40 {
    margin-right: 40px !important;
  }
  .mgl-sp-40 {
    margin-left: 40px !important;
  }
  .pdt-sp-40 {
    padding-top: 40px !important;
  }
  .pdb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pdr-sp-40 {
    padding-right: 40px !important;
  }
  .pdl-sp-40 {
    padding-left: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mgt-pc-40 {
    margin-top: 40px !important;
  }
  .mgb-pc-40 {
    margin-bottom: 40px !important;
  }
  .mgr-pc-40 {
    margin-right: 40px !important;
  }
  .mgl-pc-40 {
    margin-left: 40px !important;
  }
  .pdt-pc-40 {
    padding-top: 40px !important;
  }
  .pdb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pdr-pc-40 {
    padding-right: 40px !important;
  }
  .pdl-pc-40 {
    padding-left: 40px !important;
  }
}
.mgt-50 {
  margin-top: 50px !important;
}

.mgb-50 {
  margin-bottom: 50px !important;
}

.mgr-50 {
  margin-right: 50px !important;
}

.mgl-50 {
  margin-left: 50px !important;
}

.pdt-50 {
  padding-top: 50px !important;
}

.pdb-50 {
  padding-bottom: 50px !important;
}

.pdr-50 {
  padding-right: 50px !important;
}

.pdl-50 {
  padding-left: 50px !important;
}

@media only screen and (max-width: 767px) {
  .mgt-sp-50 {
    margin-top: 50px !important;
  }
  .mgb-sp-50 {
    margin-bottom: 50px !important;
  }
  .mgr-sp-50 {
    margin-right: 50px !important;
  }
  .mgl-sp-50 {
    margin-left: 50px !important;
  }
  .pdt-sp-50 {
    padding-top: 50px !important;
  }
  .pdb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pdr-sp-50 {
    padding-right: 50px !important;
  }
  .pdl-sp-50 {
    padding-left: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mgt-pc-50 {
    margin-top: 50px !important;
  }
  .mgb-pc-50 {
    margin-bottom: 50px !important;
  }
  .mgr-pc-50 {
    margin-right: 50px !important;
  }
  .mgl-pc-50 {
    margin-left: 50px !important;
  }
  .pdt-pc-50 {
    padding-top: 50px !important;
  }
  .pdb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pdr-pc-50 {
    padding-right: 50px !important;
  }
  .pdl-pc-50 {
    padding-left: 50px !important;
  }
}
.mgt-75 {
  margin-top: 75px !important;
}

.mgb-75 {
  margin-bottom: 75px !important;
}

.mgr-75 {
  margin-right: 75px !important;
}

.mgl-75 {
  margin-left: 75px !important;
}

.pdt-75 {
  padding-top: 75px !important;
}

.pdb-75 {
  padding-bottom: 75px !important;
}

.pdr-75 {
  padding-right: 75px !important;
}

.pdl-75 {
  padding-left: 75px !important;
}

@media only screen and (max-width: 767px) {
  .mgt-sp-75 {
    margin-top: 75px !important;
  }
  .mgb-sp-75 {
    margin-bottom: 75px !important;
  }
  .mgr-sp-75 {
    margin-right: 75px !important;
  }
  .mgl-sp-75 {
    margin-left: 75px !important;
  }
  .pdt-sp-75 {
    padding-top: 75px !important;
  }
  .pdb-sp-75 {
    padding-bottom: 75px !important;
  }
  .pdr-sp-75 {
    padding-right: 75px !important;
  }
  .pdl-sp-75 {
    padding-left: 75px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mgt-pc-75 {
    margin-top: 75px !important;
  }
  .mgb-pc-75 {
    margin-bottom: 75px !important;
  }
  .mgr-pc-75 {
    margin-right: 75px !important;
  }
  .mgl-pc-75 {
    margin-left: 75px !important;
  }
  .pdt-pc-75 {
    padding-top: 75px !important;
  }
  .pdb-pc-75 {
    padding-bottom: 75px !important;
  }
  .pdr-pc-75 {
    padding-right: 75px !important;
  }
  .pdl-pc-75 {
    padding-left: 75px !important;
  }
}
.mgt-100 {
  margin-top: 100px !important;
}

.mgb-100 {
  margin-bottom: 100px !important;
}

.mgr-100 {
  margin-right: 100px !important;
}

.mgl-100 {
  margin-left: 100px !important;
}

.pdt-100 {
  padding-top: 100px !important;
}

.pdb-100 {
  padding-bottom: 100px !important;
}

.pdr-100 {
  padding-right: 100px !important;
}

.pdl-100 {
  padding-left: 100px !important;
}

@media only screen and (max-width: 767px) {
  .mgt-sp-100 {
    margin-top: 100px !important;
  }
  .mgb-sp-100 {
    margin-bottom: 100px !important;
  }
  .mgr-sp-100 {
    margin-right: 100px !important;
  }
  .mgl-sp-100 {
    margin-left: 100px !important;
  }
  .pdt-sp-100 {
    padding-top: 100px !important;
  }
  .pdb-sp-100 {
    padding-bottom: 100px !important;
  }
  .pdr-sp-100 {
    padding-right: 100px !important;
  }
  .pdl-sp-100 {
    padding-left: 100px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mgt-pc-100 {
    margin-top: 100px !important;
  }
  .mgb-pc-100 {
    margin-bottom: 100px !important;
  }
  .mgr-pc-100 {
    margin-right: 100px !important;
  }
  .mgl-pc-100 {
    margin-left: 100px !important;
  }
  .pdt-pc-100 {
    padding-top: 100px !important;
  }
  .pdb-pc-100 {
    padding-bottom: 100px !important;
  }
  .pdr-pc-100 {
    padding-right: 100px !important;
  }
  .pdl-pc-100 {
    padding-left: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-sp {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-pc {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .visible-sp {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .visible-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-pc {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-sp-inline {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-sp-inline {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-pc-inline {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-pc-inline {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .visible-sp-inline {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-sp-inline {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .visible-pc-inline {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-pc-inline {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 767px) {
  .height-sp-auto {
    height: auto !important;
  }
  .height-sp-100vh {
    height: 100vh !important;
  }
}
@media only screen and (min-width: 768px) {
  .height-pc-auto {
    height: auto !important;
  }
  .height-pc-100vh {
    height: 100vh !important;
  }
}
.cx-section {
  padding: 50px 0;
}
.cx-section.with-bg .cx-section_title {
  background: url("../images/cx_lp/title-01_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cx-section.with-bg .cx-section_title:before, .cx-section.with-bg .cx-section_title:after {
  position: absolute;
  content: "";
  z-index: -1;
  background: #0097cd;
  height: 1px;
  width: 30%;
  left: 0;
  bottom: 0;
}
.cx-section.with-bg .cx-section_title:after {
  position: absolute;
  content: "";
  left: inherit;
  right: 0;
  top: 0;
}
.cx-section_inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}
.cx-section_title_inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}
.cx-section_btn {
  width: 100%;
  max-width: 400px;
  margin: 60px auto;
}
.cx-section.is-process {
  padding: 80px 0;
  background: url("../images/cx_lp/sec_bg.png");
  background-repeat: repeat;
  background-size: unset;
}

@media only screen and (max-width: 767px) {
  .cx-section {
    padding: 20px 0;
  }
  .cx-section.with-bg .cx-section_title {
    background: url("../images/cx_lp/title-01_bg@sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 0 bottom 50%;
  }
  .cx-section.with-bg .cx-section_title:before, .cx-section.with-bg .cx-section_title:after {
    display: none;
  }
  .cx-section.is-process {
    padding: 30px 0;
  }
  .cx-section_btn {
    margin: 20px auto;
  }
}
.cx-title {
  font-weight: normal;
}

.cx-title-primary {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .cx-title-primary {
    font-size: 28px;
  }
}
.cx-title-primary {
  font-family: "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.5;
  padding: 0 0 20px 30px;
}

@media only screen and (max-width: 767px) {
  .cx-title-primary {
    font-size: 20px;
    line-height: 1.2;
    padding: 0 0 20px 0px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-title-primary {
    font-size: 20px;
  }
}
.cx-kv {
  width: 100%;
  height: 427px;
  background: url("../images/cx_lp/mv-bg.png") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
.cx-kv_inner {
  width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  height: 427px;
  margin: auto;
  padding: 50px 0;
}
.cx-kv_heading {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cx-kv_heading span {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .cx-kv_heading span {
    font-size: 24px;
  }
}
.cx-kv_heading span {
  line-height: 1;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #0080c2;
  padding-bottom: 20px;
}
.cx-kv_heading h2 {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .cx-kv_heading h2 {
    font-size: 50px;
  }
}
.cx-kv_heading h2 {
  line-height: 1;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #0080c2;
  font-weight: normal;
}
.cx-kv_text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.cx-kv_text p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .cx-kv_text p {
    font-size: 18px;
  }
}
.cx-kv_text p {
  line-height: 2;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media only screen and (max-width: 767px) {
  .cx-kv {
    height: auto;
    background-position: top center;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .cx-kv_inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 400px;
    padding: 15px 15px;
  }
  .cx-kv_heading {
    width: 100%;
    padding-top: 20px;
  }
  .cx-kv_heading span {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-kv_heading span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cx-kv_heading h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-kv_heading h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cx-kv_text {
    width: 100%;
    padding-bottom: 30px;
  }
  .cx-kv_text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-kv_text p {
    font-size: 14px;
  }
}
.cx-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cx-review_pic {
  width: 500px;
}
.cx-review_pic img {
  height: auto;
  max-width: 100%;
  max-height: 250px;
}
.cx-review_text {
  width: calc(100% - 280px);
  position: relative;
  margin-top: -50px;
}
.cx-review_text p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .cx-review_text p {
    font-size: 16px;
  }
}
.cx-review_text p {
  line-height: 1.8;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .cx-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cx-review_pic {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cx-review_text {
    width: 100%;
    position: relative;
    margin-top: 20px;
  }
  .cx-review_text p {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-review_text p {
    font-size: 14px;
  }
}
.cx-approch_heading {
  text-align: center;
  position: relative;
  margin-top: -50px;
}
.cx-approch_heading h2 {
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  .cx-approch_heading h2 {
    font-size: 42px;
  }
}
.cx-approch_heading h2 {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.5;
  padding-bottom: 10px;
  color: #0080c2;
  font-weight: normal;
}
.cx-approch_heading_text p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .cx-approch_heading_text p {
    font-size: 18px;
  }
}
.cx-approch_heading_text p {
  line-height: 1.8;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.cx-approch_pic img {
  height: auto;
  max-width: 100%;
}
.cx-approch_text {
  text-align: center;
  padding: 20px 0;
}
.cx-approch_text p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .cx-approch_text p {
    font-size: 16px;
  }
}
.cx-approch_text p {
  line-height: 1.8;
}
.cx-approch_btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .cx-approch_heading {
    text-align: center;
    position: relative;
    margin-top: -8px;
  }
  .cx-approch_heading h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-approch_heading h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cx-approch_heading_text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-approch_heading_text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cx-approch_text {
    text-align: center;
    padding: 20px 0;
  }
  .cx-approch_text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-approch_text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cx-approch_btn {
    padding-bottom: 10px;
  }
}
.cx-process_title {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.cx-process_title h2 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .cx-process_title h2 {
    font-size: 24px;
  }
}
.cx-process_title h2 {
  font-weight: normal;
}
.cx-process_title:after {
  position: absolute;
  content: "";
  background: url("../images/cx_lp/title-02_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 500px;
  height: 66px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.cx-process_map {
  padding: 20px;
  background: #fff;
}
.cx-process_map h3 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .cx-process_map h3 {
    font-size: 16px;
  }
}
.cx-process_map h3 {
  font-weight: bold;
}
.cx-process_pic {
  padding: 30px 100px;
}
.cx-process_pic img {
  height: auto;
  max-width: 100%;
}
.cx-process_btn {
  width: 100%;
  max-width: 400px;
  margin: 80px auto 0;
}
.cx-process_tab {
  position: relative;
  margin-bottom: 100px;
}
.cx-process_tab:last-child:after {
  display: none;
}
.cx-process_tab:after {
  position: absolute;
  content: "";
  background: url("../images/cx_lp/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 56px;
  height: 51px;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
.cx-process_tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.cx-process_tab_content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.cx-process_tab_content p {
  margin: 0;
  padding: 1rem;
}
.cx-process_tab_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: white;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .cx-process_tab_label {
    font-size: 32px;
  }
}
.cx-process_tab_label {
  background: #017abf;
  cursor: pointer;
  padding: 1rem;
  margin-bottom: 0;
  border-radius: 5px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.cx-process_tab_label > span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  top: -15px;
  width: 120px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #071025;
  border-radius: 20px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .cx-process_tab_label > span {
    font-size: 20px;
  }
}
.cx-process_tab_label > span {
  line-height: 1;
}
.cx-process_tab_label:before {
  display: none;
  content: " ";
  width: 20px;
  height: 1px;
  border-bottom: 3px solid #fff;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
}
.cx-process_tab_label:after {
  content: "+";
  text-align: center;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  right: 6px;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .cx-process_tab_label:after {
    font-size: 40px;
  }
}
.cx-process_tab_label:after {
  line-height: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cx-process_accordion {
  color: #0080c2;
}

.cx-process_tab input:checked ~ .cx-process_tab_content {
  max-height: 20rem;
}

.cx-process_tab input:checked + .cx-process_tab_label::before {
  display: block;
}

.cx-process_tab input:checked + .cx-process_tab_label::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .cx-process_title {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
  }
  .cx-process_title h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-process_title h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cx-process_title:after {
    width: 80%;
  }
  .cx-process_pic {
    padding: 10px 0px;
  }
  .cx-process_tab:last-child {
    margin-bottom: 40px;
  }
  .cx-process_tab_content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-process_tab_content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cx-process_tab_label {
    font-size: 15px;
    line-height: 1.2;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-process_tab_label {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cx-process_tab_label > span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-process_tab_label > span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cx-process_tab_label:before {
    width: 10px;
    right: 10px;
  }
  .cx-process_tab_label:after {
    right: 6px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-process_tab_label:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cx-process_btn {
    margin: 40px auto 0;
  }
}
.cx-idea_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
  position: relative;
  padding-left: 80px;
  padding-bottom: 30px;
}
.cx-idea_heading h3 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .cx-idea_heading h3 {
    font-size: 16px;
  }
}
.cx-idea_heading h3 {
  line-height: 1.8;
  font-weight: normal;
}
.cx-idea_btn {
  width: 100%;
  max-width: 400px;
  margin: 80px auto;
}

@media only screen and (max-width: 767px) {
  .cx-idea_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    padding-left: inherit;
    padding-bottom: 0px;
  }
  .cx-idea_btn {
    margin: 30px auto;
  }
}
.cx-mediaIconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  margin-left: -10px;
  margin-right: -10px;
  counter-reset: item;
  list-style: none;
}
.cx-mediaIconList_item {
  padding-left: 10px;
  padding-right: 10px;
  width: 20%;
  counter-increment: item;
  position: relative;
}
.cx-mediaIconList_item:before {
  content: counter(item) " ";
  color: #fff;
  position: absolute;
  z-index: 99;
  left: 20px;
  top: 10px;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .cx-mediaIconList_item:before {
    font-size: 30px;
  }
}
.cx-mediaIconList_item:before {
  line-height: 1;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.cx-mediaIconList_item .cx-mediaIconList_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 10px;
  background: #0080c2;
  text-align: center;
}
.cx-mediaIconList_item .cx-mediaIconList_block:hover {
  opacity: 0.7;
}
.cx-mediaIconList_item .cx-mediaIconList_block span {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .cx-mediaIconList_item .cx-mediaIconList_block span {
    font-size: 15px;
  }
}
.cx-mediaIconList_item .cx-mediaIconList_block span {
  white-space: nowrap;
}
.cx-mediaIconList_item .cx-mediaIconList_block img {
  height: auto;
  max-width: 100%;
  max-height: 80px;
}

@media only screen and (max-width: 767px) {
  .cx-mediaIconList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
  }
  .cx-mediaIconList_item {
    padding: 10px;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cx-mediaIconList_item:before {
    left: 20px;
    top: 20px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-mediaIconList_item:before {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cx-mediaIconList_item .cx-mediaIconList_block {
    padding: 20px 10px;
  }
  .cx-mediaIconList_item .cx-mediaIconList_block span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-mediaIconList_item .cx-mediaIconList_block span {
    font-size: 14px;
  }
}
.cx-mediaCardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding-top: 50px;
}
.cx-mediaCardList_item {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  scroll-margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-mediaCardList_item {
    scroll-margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .cx-mediaCardList {
    padding: 0px;
  }
}
.cx-mediaCard {
  border: 2px solid #5aa3d6;
  -webkit-box-shadow: 0 0 0 4px #cfe5f5, 0 0 0 6px #5aa3d6;
          box-shadow: 0 0 0 4px #cfe5f5, 0 0 0 6px #5aa3d6;
  padding: 30px;
}
.cx-mediaCard_heading span {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .cx-mediaCard_heading span {
    font-size: 24px;
  }
}
.cx-mediaCard_heading span {
  font-weight: bold;
  font-family: "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1;
  color: #0080c2;
  padding-left: 15px;
}
.cx-mediaCard_text {
  padding-top: 10px;
}
.cx-mediaCard_text p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .cx-mediaCard_text p {
    font-size: 14px;
  }
}
.cx-mediaCard_text p {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .cx-mediaCard {
    padding: 15px;
  }
  .cx-mediaCard_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cx-mediaCard_heading img {
    width: 30px;
    height: auto;
  }
  .cx-mediaCard_heading span {
    font-size: 18px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cx-mediaCard_heading span {
    font-size: 18px;
  }
}
.cx-whiteBox_inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.cx-whiteBox_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -20px;
}
.cx-whiteBox_title span {
  display: inline-block;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .cx-whiteBox_title span {
    font-size: 16px;
  }
}
.cx-whiteBox_title span {
  letter-spacing: 2;
  font-weight: bold;
  line-height: 1;
  padding: 10px 80px;
  background: #0080c2;
  color: #fff;
  border-radius: 20px;
}
.cx-whiteBox .p-whitepaperBox {
  padding: 50px 30px;
}

.cx-newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
}
.cx-newsList_item {
  padding: 20px 15px;
  width: 50%;
  position: relative;
}

.cx-newsList-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
  margin-left: -80px;
  position: relative;
  padding-bottom: 30px;
}
.cx-newsList-title h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .cx-newsList-title h3 {
    font-size: 24px;
  }
}
.cx-newsList-title h3 {
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .cx-newsList {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .cx-newsList_item {
    padding: 10px 0px;
    width: 100%;
  }
  .cx-newsList-title {
    display: none;
  }
}
.cx-newsCard {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
.cx-newsCard_pic img {
  height: auto;
  max-width: 100%;
}
.cx-newsCard_body .cx-newsCard_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_date {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .cx-newsCard_body .cx-newsCard_header .cx-newsCard_date {
    font-size: 14px;
  }
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_date {
  line-height: 1;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_categories span {
  margin: 0 5px;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category {
  border-width: 1px;
  border-style: solid;
  padding: 5px 15px;
  line-height: 1;
  border-radius: 2em 2em 2em 2em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .cx-newsCard_body .cx-newsCard_header .cx-newsCard_category {
    font-size: 12px;
  }
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-black {
  color: #000 !important;
  border-color: #000 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-white {
  color: #fff !important;
  border-color: #fff !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-gray {
  color: #999 !important;
  border-color: #999 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-lightgray {
  color: #E5E5E5 !important;
  border-color: #E5E5E5 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-silver {
  color: #ddd !important;
  border-color: #ddd !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-blue {
  color: #0080C6 !important;
  border-color: #0080C6 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-sky-green {
  color: #229fa3 !important;
  border-color: #229fa3 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-itgr-blue {
  color: #0080c2 !important;
  border-color: #0080c2 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-itgr-red {
  color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-itgr-green {
  color: #76CCB5 !important;
  border-color: #76CCB5 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-corporate {
  color: #0080c2 !important;
  border-color: #0080c2 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-functional-material {
  color: #fa8b1f !important;
  border-color: #fa8b1f !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-material {
  color: #fa8b1f !important;
  border-color: #fa8b1f !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-consulting {
  color: #bdd222 !important;
  border-color: #bdd222 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-pr {
  color: #d70000 !important;
  border-color: #d70000 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-imc {
  color: #323091 !important;
  border-color: #323091 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-btob {
  color: #24a0a0 !important;
  border-color: #24a0a0 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-recruit {
  color: #fac140 !important;
  border-color: #fac140 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-red {
  color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-event {
  color: #0080c2 !important;
  border-color: #0080c2 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-media {
  color: #fa8b1f !important;
  border-color: #fa8b1f !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-news {
  color: #d70000 !important;
  border-color: #d70000 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-pressrelease {
  color: #2e3091 !important;
  border-color: #2e3091 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-info {
  color: #6bc430 !important;
  border-color: #6bc430 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-about {
  color: #24a0a0 !important;
  border-color: #24a0a0 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-work {
  color: #323091 !important;
  border-color: #323091 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-cx {
  color: #FA95E1 !important;
  border-color: #FA95E1 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-well-media {
  color: #F28A96 !important;
  border-color: #F28A96 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-well-news {
  color: #0080c2 !important;
  border-color: #0080c2 !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-well-seminar {
  color: #7CDB7C !important;
  border-color: #7CDB7C !important;
}
.cx-newsCard_body .cx-newsCard_header .cx-newsCard_category-well-disable {
  color: #A5A5A5 !important;
  border-color: #A5A5A5 !important;
}
.cx-newsCard_body .cx-newsCard_text h3 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .cx-newsCard_body .cx-newsCard_text h3 {
    font-size: 14px;
  }
}
.cx-newsCard_body .cx-newsCard_text h3 {
  line-height: 1.8;
}