@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans:wght@700&display=swap');
/*
    style.css
    2025.11.13
*/
/*--------------------------------------
default
---------------------------------------*/
html {
  width: 100%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 15px;
  scroll-padding-top: 100px;
}
html {
  font-size: 62.5%; /* 10px = 1rem */
  height: 100%;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
img {
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  height: auto !important;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
p {
  margin: 0;
}
strong {
  font-weight: 700;
}
select {
  padding: 5px;
}
a {
  color: #212121;
  text-decoration: none;
}
a:link {
  color: #212121;
}
a:visited {
  color: #212121;
}
a:hover {}
a:hover {
  min-height: 1em; /* Mac Firefox */
  text-decoration: none;
}
/*img {
vertical-align: bottom;
}*/
ul {
  list-style-type: none;
}
dl {
  margin: 20px 0;
}
dl dt {
  margin: 20px 0 0;
}
dl dd {
  margin: 5px 0 0;
}
dl dt:first-child {
  margin: 0;
}
dl {
  margin: 20px 0;
}
dl dt {
  margin: 20px 0 0;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
}
b {
  font-weight: 900;
}
figure {
  margin: 0;
}
* {
  box-sizing: border-box;
}
/* clearfix */
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
  overflow: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/
/*--------------------------------------
 header
---------------------------------------*/
.header-wrap {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: -2px -3px 8px 4px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .header-wrap {
    padding: 0;
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  height: 80px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 0 0 0 20px;
  }
}
.muratec-logo {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .muratec-logo {
    padding: 10px 0;
  }
}
.muratec-logo img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .muratec-logo img {
    width: 90px;
  }
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 0;
}
nav ul li {
  margin: 0 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  nav ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  nav.nav-index ul li:first-child, nav.nav-index ul li:nth-child(2) {
    display: none;
  }
}
nav ul li a:hover {
  color: #555;
}
nav.nav-index ul li.home {
  display: none;
}
@media screen and (max-width: 768px) {
  nav.nav-index ul li.home {
    display: block;
  }
}
nav ul li a.otoiawase {
  display: block;
  padding: 5px 30px;
  color: #fff;
  background-color: #557dbe;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  nav ul li a.otoiawase {
    padding: 5px 20px;
    font-size: 1.3rem;
    text-align: center;
  }
}
nav ul li a.otoiawase:hover {
  opacity: 0.7;
}
/*--------------------------------------
main
---------------------------------------*/
#wrap {
  width: 100%;
  position: relative;
}
main {
  padding-top: 80px;
  background-color: #efefef;
}
.contents-wrap {
  position: relative;
  margin: 0 auto;
}
.container {
  max-width: 960px !important;
}
@media screen and (max-width: 768px) {
  .container {
    width: 95% !important;
  }
}
.cnt-index01_bg {
  height: 540px;
  margin-bottom: 250px;
  background: url(/cnt/images/bg01.jpg) no-repeat center center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .cnt-index01_bg {
    height: auto;
    margin-bottom: 30px;
  }
}
.cnt-index01 {
  padding: 50px 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnt-index01 {
    padding: 20px 0;
  }
}
.cnt-index01_title {
  margin-bottom: 20px;
  font-size: 3.5rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cnt-index01_title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.cnt-index01_title span {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .cnt-index01_title span {
    font-size: 1.2rem;
  }
}
.cnt-index01 h1 {
  max-width: 740px;
  margin: 0 auto 50px;
  padding: 25px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .cnt-index01 h1 {
    max-width: 95%;
    margin: 0 auto 30px;
    padding: 10px;
    font-size: 2.4rem;
  }
}
.cnt-index01 img {
  max-width: 870px;
  margin-left: -120px;
}
@media screen and (max-width: 768px) {
  .cnt-index01 img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cnt-index01_img {
    height: 245px;
    background: url(/mmc/cfrp/images/index01.png) no-repeat 57% center;
    background-size: cover;
  }
}
.cnt-index01_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .cnt-index01_list {
    display: block;
  }
}
.cnt-index01_list li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .cnt-index01_list li {
    width: 100%;
  }
}
.cnt-index01_list li:last-child {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .cnt-index01_list li:last-child {
    margin-top: 30px;
  }
}
.hexagon-1_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  aspect-ratio: 200 / 173;
  background-color: #fff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .hexagon-1_wrapper {
    width: 300px;
    margin: 0 auto;
  }
}
.hexagon-1_wrapper:hover {
  animation: hex1 0.8s forwards;
}
@keyframes hex1 {
  to {
    transform: translate(0, 20px);
  }
}
.hexagon-1_hexagon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  aspect-ratio: 200 / 173;
  background-color: #557dbe;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .hexagon-1_hexagon {
    width: 280px;
  }
}
.hexagon-1_hexagon > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 375px;
  padding: 20px 30px;
  aspect-ratio: 200 / 173;
  background: url(/cnt/images/index01_a.png) no-repeat bottom right;
  background-size: 40%;
  background-color: #fff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .hexagon-1_hexagon > div {
    width: 275px;
  }
}
.hexagon-1_hexagon > div.knit {
  background: url(/cnt/images/index01_b.jpg) no-repeat center center;
  background-size: 109%;
}
.hexagon-1_title {
  display: block;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .hexagon-1_title {
    font-size: 2.2rem;
  }
}
.hexagon-1_subtit {
  display: block;
  margin-bottom: 40px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .hexagon-1_subtit {
    margin-bottom: 20px;
  }
}
.hexagon-1_hexagon > div p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  text-shadow: 2px 2px 3px #fff;
}
@media screen and (max-width: 768px) {
  .hexagon-1_hexagon > div p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.hexagon-1_hexagon > div::after {
  position: absolute;
  bottom: 17px;
  left: 49%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0;
}
.hexagon-1_hexagon > div::before {
  position: absolute;
  bottom: 14px;
  left: 48%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 17px solid #557dbe;
  border-bottom: 0;
}
.cnt-index02_bg {
  margin-bottom: 50px;
  background: url(/cnt/images/bg02.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .cnt-index02_bg {
    margin-bottom: 30px;
    background-position: top left;
  }
}
.cnt-index02 {
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnt-index02 {
    padding: 30px 0;
    text-align: left;
  }
}
.cnt-index02 h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0px 0px 3px #000;
}
@media screen and (max-width: 768px) {
  .cnt-index02 h2 {
    margin: 0 0 15px;
    font-size: 1.8rem;
  }
}
.cnt-index02 p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  text-shadow: 0px 0px 3px #000;
}
@media screen and (max-width: 768px) {
  .cnt-index02 p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.cnt-index03 {
  margin-bottom: 80px;
  padding-top: 50px;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .cnt-index03 {
    margin-bottom: 30px;
  }
}
.cnt-index03 h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnt-index03 h2 {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
}
.cnt-index03 p {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnt-index03 p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }
}
.cnt-index03_inner {
  display: flex;
  flex-wrap: wrap;
  margi-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 768px) {
  .cnt-index03_inner {
    display: block;
  }
}
.cnt-index03_left {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .cnt-index03_left {
    width: 100%;
    padding: 0;
  }
}
.cnt-index03_right {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .cnt-index03_right {
    width: 100%;
    padding: 0;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .cnt-index03_right img {
    width: 50%;
  }
}
.cnt-index03_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.cnt-index03_list li {
  position: relative;
  width: calc(50% - 30px);
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 1.6rem;
  color: #666;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cnt-index03_list li {
    width: 50%;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 1.4rem;
    line-height: 1;
    text-align: left;
  }
}
.cnt-index03_list li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #b3b3b3;
}
.cnt-index03_list li span.cnt-index03_txt-s {
  display: block;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cnt-index03_list li span.cnt-index03_txt-s {
    margin-bottom: 10px;
  }
}
.cnt-index03_list li span.cnt-index03_txt-number {
  font-family: "Noto Sans", sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  color: #557dbe;
}
@media screen and (max-width: 768px) {
  .cnt-index03_list li span.cnt-index03_txt-number {
    font-size: 2.8rem;
  }
}
.cnt-index03_list li span.cnt-index03_txt-blue {
  font-size: 3.8rem;
  color: #557dbe;
}
@media screen and (max-width: 768px) {
  .cnt-index03_list li span.cnt-index03_txt-blue {
    font-size: 2.6rem;
  }
}
.cnt-index03_list li span.cnt-index03_txt-blue_s {
  margin-right: 10px;
  color: #557dbe;
}
@media screen and (max-width: 768px) {
  .cnt-index03_list li span.cnt-index03_txt-blue_s {
    margin-right: 4px;
  }
}
.cnt-index04 {
  margin-bottom: 100px;
  padding: 60px 60px 40px;
  border: 4px solid #efefef;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .cnt-index04 {
    margin-bottom: 80px;
    padding: 60px 60px 20px;
  }
}
.cnt-index04_bg {
  padding: 100px 0 50px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .cnt-index04_bg {
    padding: 60px 0 50px;
  }
}
.cnt-index04 h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnt-index04 h2 {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
}
.cnt-index04 h2 span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .cnt-index04 h2 span {
    font-size: 1.2rem;
  }
}
.cnt-index04 p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnt-index04 p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }
}
.cnt-index04_image {
  margin-bottom: 50px;
  padding: 0 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnt-index04_image {
    margin-bottom: 20px;
    padding: 0;
  }
}
ul.cnt-index04_txt01, ul.cnt-index04_txt02 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 0 40px;
  padding: 0;
  font-size: 3rem;
  font-weight: 500;
  color: #557dbe;
}
@media screen and (max-width: 768px) {
  ul.cnt-index04_txt01, ul.cnt-index04_txt02 {
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
}
ul.cnt-index04_txt01 li:nth-child(2) {
  margin: 0 80px;
}
@media screen and (max-width: 768px) {
  ul.cnt-index04_txt01 li:nth-child(2) {
    margin: 0 20px;
  }
}
ul.cnt-index04_txt02 li:nth-child(2) {
  margin: 0 80px 0;
}
@media screen and (max-width: 768px) {
  ul.cnt-index04_txt02 li:nth-child(2) {
    margin: 0 20px 0;
  }
}
ul.cnt-index04_txt02 li:last-child {
  margin: 0 0 0 80px;
}
@media screen and (max-width: 768px) {
  ul.cnt-index04_txt02 li:last-child {
    margin: 0 0 0 20px;
  }
}
.btn-download {
  position: absolute;
  left: 50%;
  bottom: -22px;
  max-width: 450px;
  margin-left: -225px;
  padding: 10px 40px;
  background-color: #557dbe;
}
@media screen and (max-width: 768px) {
  .btn-download {
    position: absolute;
    left: 50%;
    bottom: -22px;
    max-width: 280px;
    margin-left: -135px;
    padding: 10px 20px;
  }
}
.btn-download a {
  display: block;
  padding-left: 60px;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: url(/cnt/images/icon_btn.png) no-repeat center left;
}
@media screen and (max-width: 768px) {
  .btn-download a {
    padding-left: 30px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.btn-download::after {
  position: absolute;
  bottom: 0;
  right: -7px;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #2c5eaf transparent transparent transparent;
  border-width: 17px 7px 0px 0px;
}
.btn-download:hover {
  opacity: 0.7;
}
.hexagon-4_wrapper {
  position: absolute;
  top: -30px;
  left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  aspect-ratio: 200 / 173;
  background-color: #557dbe;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .hexagon-4_wrapper {
    position: absolute;
    top: -40px;
    left: 20px;
    width: 100px;
  }
}
.hexagon-4_hexagon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  aspect-ratio: 200 / 173;
  background-color: #fff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .hexagon-4_hexagon {
    width: 95px;
  }
}
.hexagon-4_hexagon > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  aspect-ratio: 200 / 173;
  background-color: #557dbe;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .hexagon-4_hexagon > div {
    width: 90px;
  }
}
.hexagon-4_hexagon > div span {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hexagon-4_hexagon > div span {
    font-size: 1.2rem;
  }
}
.cnt-index05 {
  padding: 50px 80px 0;
  text-align: center;
  border: 4px solid #efefef;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .cnt-index05 {
    margin-bottom: 80px;
    padding: 0 30px;
  }
}
.cnt-index05_bg {
  height: 710px;
  margin-left: -15px;
  margin-right: -15px;
  background: url(/cnt/images/index05_a.jpg) no-repeat bottom left;
  background-size: 80%;
}
@media screen and (max-width: 768px) {
  .cnt-index05_bg {
    height: 740px;
    padding: 20px;
    background-size: 60%;
  }
}
.cnt-index05 h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnt-index05 h2 {
    margin: 50px 0 20px;
    font-size: 1.8rem;
  }
}
.cnt-index05 h2 span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .cnt-index05 h2 span {
    font-size: 1.4rem;
  }
}
.cnt-index05 p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnt-index05 p {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .cnt-index05 p.mb30 {
    margin-bottom: 20px !important;
  }
}
.cnt-index05 p.list-center {
  max-width: 500px;
  margin: 0 auto 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cnt-index05 p.list-center {
    margin: 0 auto 20px;
  }
}
ul.cnt-index05_txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
  padding: 0;
  font-size: 3rem;
  font-weight: 500;
  color: #557dbe;
}
@media screen and (max-width: 768px) {
  ul.cnt-index05_txt {
    margin: 0 0 30px;
    font-size: 1.6rem;
  }
}
ul.cnt-index05_txt li:first-child {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  ul.cnt-index05_txt li:first-child {
    margin-bottom: 20px;
  }
}
ul.cnt-index05_txt li:nth-child(2) {
  width: 50%;
  padding: 0 30px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  ul.cnt-index05_txt li:nth-child(2) {
    padding: 0 10px;
  }
}
ul.cnt-index05_txt li:last-child {
  width: 50%;
  padding: 0 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  ul.cnt-index05_txt li:last-child {
    padding: 0 10px;
  }
}
.cnt-index05 h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cnt-index05 h3 {
    font-size: 1.4rem;
  }
}
ul.cnt-index05_image {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
ul.cnt-index05_image li {
  width: 210px !important;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  ul.cnt-index05_image li {
    width: 33% !important;
    margin: 0 5px;
  }
}
ul.cnt-index05_image li img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  ul.cnt-index05_image img {
    width: 100%;
    margin-bottom: 5px;
  }
}
ul.cnt-index05_image li p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  ul.cnt-index05_image li p {
    font-size: 1.2rem;
    text-shadow: 2px 1px 1px #fff;
  }
}
.hexagon-5_wrapper {
  position: absolute;
  top: -30px;
  left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  aspect-ratio: 200 / 173;
  background-color: #557dbe;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .hexagon-5_wrapper {
    top: -40px;
    left: 20px;
    width: 100px;
  }
}
.hexagon-5_hexagon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  aspect-ratio: 200 / 173;
  background-color: #fff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .hexagon-5_hexagon {
    width: 95px;
  }
}
.hexagon-5_hexagon > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  aspect-ratio: 200 / 173;
  background-color: #557dbe;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .hexagon-5_hexagon > div {
    width: 90px;
  }
}
.hexagon-5_hexagon > div span {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hexagon-5_hexagon > div span {
    font-size: 1.2rem;
  }
}
.cnt-index06 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 200px 0 0;
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  .cnt-index06 {
    padding: 120px 20px 20px;
  }
}
.cnt-index06 h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnt-index06 h2 {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
}
.cnt-index06 h2 span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .cnt-index06 h2 span {
    font-size: 1.4rem;
  }
}
.cnt-index06 p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnt-index06 p {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
  }
}
.cnt-index06 ul {
  display: flex;
  flex-wrap: wrap;
  width: 740px;
  margin: 0 auto;
  padding: 0 0 50px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .cnt-index06 ul {
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }
}
.cnt-index06 ul li {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 25px 30px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .cnt-index06 ul li {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }
}
.cnt-index06 ul li:nth-child(2), .cnt-index06 ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .cnt-index06 ul li:last-child {
    margin-bottom: 0;
  }
}
.cnt-index06 ul li h3 {
  margin: 0 0 15px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #557dbe;
}
.cnt-index06 ul li a:hover {
  opacity: 0.7;
}
p.cnt-index06_txt {
  margin: 10px 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 768px) {
  p.cnt-index06_txt {
    font-size: 1.3rem;
  }
}
.cnt-index07 {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .cnt-index07 {
    padding: 20px 0;
  }
}
.cnt-index07 .btn {
  display: block;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding: 40px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .cnt-index07 .btn {
    margin: 0;
    padding: 20px;
    font-size: 1.8rem;
  }
}
.cnt-index07 ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .cnt-index07 ul {
    display: block;
  }
}
.cnt-index07 ul li {
  position: relative;
  margin: 0 30px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .cnt-index07 ul li {
    margin: 0 0 10px 30px;
  }
}
.cnt-index07 ul li a:hover {
  opacity: 0.7;
}
a.btn:hover {
  color: #fff;
  background-color: #557dbe;
}
.btn-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  margin: auto;
  content: "";
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #557dbe;
}
.btn-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -21px;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*--------------------------------------
 footer
---------------------------------------*/
footer {
  width: 100%;
  height: 150px;
  border-top: 1px solid #999;
  background-color: #efefef;
}
#footer-inner {
  position: relative;
  width: 1000px;
  height: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #footer-inner {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer, #footer-inner {
    height: auto;
  }
}
#footer-link-left {
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #footer-link-left {
    margin: 0 0 20px !important;
    font-size: 1.2rem;
  }
}
#footer-link-right {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #footer-link-right {
    margin: 0 0 20px !important;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#footer-link-left a, #footer-link-right a, #footer-link-left a:link, #footer-link-right a:link {
  text-decoration: none;
  color: #333;
}
#footer-link-left a:hover, #footer-link-right a:hover {
  text-decoration: underline;
  color: #333;
}
#copyright-txt {
  position: absolute;
  top: 110px;
  left: 0;
  font-size: 1.1rem;
  color: #999;
}
@media screen and (max-width: 768px) {
  #copyright-txt {
    margin: 0 !important;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
#footer-txt {
  position: absolute;
  top: 110px;
  right: 0;
  font-size: 1.1rem;
  color: #999;
}
@media screen and (max-width: 768px) {
  #footer-txt {
    margin: 0 0 10px !important;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  footer, #footer-inner, #footer-link-left, #copyright-txt, #footer-link-right, #footer-txt {
    position: static;
    text-align: center;
  }
}
/* btn-otoiawase */
.btn-otoiawase {
  display: none;
  z-index: 2;
}
.hexagon-2_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  aspect-ratio: 200 / 173;
  background-color: #557dbe;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .hexagon-2_wrapper {
    width: 80px;
  }
}
.hexagon-2_hexagon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  font-size: 1rem;
  color: #fff;
  aspect-ratio: 200 / 173;
  background-color: #557dbe;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .hexagon-2_hexagon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
  }
}
a:hover .hexagon-2_hexagon {
  color: #557dbe;
  background-color: #fff;
}
/* pagetop */
.pagetop-arrow {
  position: relative;
  padding-right: 17px;
}
a.pagetop-arrow:hover {
  text-decoration: underline;
}
.pagetop-arrow::after {
  position: absolute;
  top: 50%;
  right: 2px;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* contactform_wrap */
.contactform_wrap {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .contactform_wrap {
    padding: 20px 0;
  }
}
.contactform_wrap h1 {
  margin: 50px 0 30px;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contactform_wrap h1 {
    margin: 20px 0;
    font-size: 2rem;
  }
}
.contactform_wrap p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contactform_wrap p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.contact-block {
  margin: 0 -15px 50px;
  padding: 50px 60px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .contact-block {
    margin: 0 0 20px;
    padding: 20px;
    background-color: #fff;
  }
}
.contact-h2 {
  padding-left: 14px;
  text-align: left;
  border-left: 8px solid #068091;
}
.contact-block h3 {
  margin: 0 0 30px;
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
  border: 0;
}
.table-contact {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .table-contact {
    border-right: none;
    border-bottom: none;
  }
}
.table-contact th {
  padding: 10px 10px 10px 0;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  word-break: break-all;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 768px) {
  .table-contact th {
    display: block;
    width: 100%;
    padding: 10px 0 5px;
    line-height: 1.6;
    border-bottom: 0;
  }
}
.table-contact td {
  padding: 20px 0;
  font-size: 1.5rem;
  line-height: 1.6;
  word-break: break-all;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 768px) {
  .table-contact td {
    display: block;
    width: 100%;
    padding: 5px 0 10px;
    line-height: 1.6;
    border-bottom: 0;
  }
}
.input-text {
  width: 100%;
  padding: 8px;
  color: #222;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  background-color: #fcfcfc;
}
@media screen and (max-width: 768px) {
  .input-text {
    width: 100%;
  }
}
.input-text_s {
  width: 50%;
  margin-left: 10px;
  padding: 8px;
  color: #222;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  background-color: #fcfcfc;
}
.textarea {
  width: 100%;
  padding: 5px;
  background-color: #fcfcfc;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  .textarea {
    width: 100%;
  }
}
.textarea-mid {
  width: 90%;
  height: 50px;
  padding: 5px;
  background-color: #fcfcfc;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  .textarea-mid {
    width: 100%;
  }
}
.input-text, .input-text_s, .text-area {
  padding: 10px 12px;
  line-height: 2;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.input-text {
  width: 100%;
}
.input-text_s {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .input-text_s {
    width: 100%;
  }
}
.text-area {
  width: 100%;
}
select {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  select {
    width: 100%;
  }
}
.wpcf7-response-output {
  margin: 0 !important;
  padding: 1em !important;
  border: 2px solid #00a0d2;
  font-size: 1.6rem;
}
.response-box {
  padding: 30px 0 0;
}
.orange-txt {
  color: #FE8300;
}
.ebd_results {
  margin: 0 15px 60px;
  padding: 20px 20px 0 20px;
  font-size: 1.6rem;
  line-height: 1.6;
  border: 3px solid #f00;
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
}
[type="radio"] {
  margin-right: 5px;
}
.wpcf7-list-item {
  margin: 0 !important;
}
input.wpcf7-captchar {
  width: 30%;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1.5rem;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  input.wpcf7-captchar {
    width: 100%;
  }
}
.wpcf7-submit, .wpcf7-confirm, .wpcf7-back, .wpcf7-previous {
  margin-top: 20px;
  padding: 20px 80px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.2em;
  border: none;
  border-radius: 40px;
  background-color: #222;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .wpcf7-submit, .wpcf7-confirm, .wpcf7-back, .wpcf7-previous {
    width: 100%;
    margin: 30px auto 0;
    padding: 20px 40px;
  }
}
.wpcf7-submit:hover, .wpcf7-confirm:hover, .wpcf7-back:hover, .wpcf7-previous:hover {
  opacity: 0.6;
}
.wpcf7-previous {
  margin-right: 30px;
  background-color: #bdbdbd;
}
.wpcf7 > form input[type="submit"][disabled], .wpcf7 > form input[type="submit"][disabled]:hover, .wpcf7 > form input[type="submit"][disabled]:focus {
  background-color: #ccc;
}
.wpcf7-submit:disabled, .wpcf7-confirm:disabled {
  cursor: not-allowed;
}
.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 10px !important;
  padding: 10px !important;
  font-size: 1.4rem;
  color: #fff;
  border: none !important;
  border-radius: 6px;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450; /* Green */
  margin-bottom: 120px !important;
  padding: 40px 20px !important;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}
.wpcf7-response-output {
  font-size: 1.6rem;
  margin-bottom: 100px;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232; /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28; /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
  background-color: #ffb900; /* Yellow */
}
.wpcf7-not-valid-tip {
  font-size: 1.5rem !important;
}
form.sent table, form.sent p, form.sent div label, form.sent .wpcf7-submit, form.sent .wpcf7-spinner {
  display: none;
}
.ebd_results {
  margin: 0 15px 60px;
  padding: 20px 20px 0 20px;
  font-size: 1.6rem;
  line-height: 1.6;
  border: 3px solid #f00;
}
form.sent table, form.sent .download-inner p, form.sent .download-inner label {
  display: none;
}
.wpcf7 form.sent .table-corp, .wpcf7 form.sent .table-corp td {
  border: none;
}
.grecaptcha-badge {
  bottom: 60px !important;
}
.input-wrap {
  padding: 20px 0;
  text-align: center;
  line-height: 1.4;
}
.blue-txt {
  color: #557dbe;
}
/* catalog download */
.btn-catalog {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 40px 0;
  padding: 30px;
  font-size: 2rem;
  text-align: center;
  border-radius: 10px;
  background: #536797;
  transition: all .4s ease-in;
}
@media screen and (max-width: 768px) {
  .btn-catalog {
    margin: 30px 0;
    font-size: 1.8rem;
  }
}
.btn-catalog:hover {
  color: #536797;
  background: #fff;
}
.btn-catalog::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 72px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 992px) {
  .btn-catalog::after {
    right: 20px;
  }
}
.btn-catalog:hover::after {
  border-top: 2px solid #536797;
  border-right: 2px solid #536797;
}
a.btn-catalog {
  color: #fff;
  font-weight: 500;
}
.display-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .display-sp {
    display: block;
  }
}
.display-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .display-pc {
    display: none;
  }
}
.position-r {
  position: relative;
}
.pos-r_sp {
  position: relative;
}
.p-center {
  text-align: center !important;
}
.p-left {
  text-align: left !important;
}
.p-right {
  text-align: right !important;
}
/* margin, padding */
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb200 {
  margin-bottom: 200px !important;
}
.mb300 {
  margin-bottom: 300px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
/* font size */
.txt10 {
  font-size: 1rem !important;
}
.txt11 {
  font-size: 1.1rem !important;
}
.txt12 {
  font-size: 1.2rem !important;
}
.txt14 {
  font-size: 1.4rem !important;
}
.txt16 {
  font-size: 1.6rem !important;
}
.txt18 {
  font-size: 1.8rem !important;
}
.txt20 {
  font-size: 2rem !important;
}
.txt22 {
  font-size: 2.2rem !important;
}
.txt24 {
  font-size: 2.4rem !important;
}
.txt26 {
  font-size: 2.6rem !important;
}
.txt28 {
  font-size: 2.8rem !important;
}
.txt30 {
  font-size: 3rem !important;
}
.no-wrap {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .no-wrap {
    white-space: normal;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  /*cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;*/
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 40px;
  height: 40px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 26px;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* bootstrap */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width: 576px) {
  .container {
    max-width: 540px
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px
  }
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  -ms-flex-order: -1;
  order: -1
}
.order-last {
  -ms-flex-order: 13;
  order: 13
}
.order-0 {
  -ms-flex-order: 0;
  order: 0
}
.order-1 {
  -ms-flex-order: 1;
  order: 1
}
.order-2 {
  -ms-flex-order: 2;
  order: 2
}
.order-3 {
  -ms-flex-order: 3;
  order: 3
}
.order-4 {
  -ms-flex-order: 4;
  order: 4
}
.order-5 {
  -ms-flex-order: 5;
  order: 5
}
.order-6 {
  -ms-flex-order: 6;
  order: 6
}
.order-7 {
  -ms-flex-order: 7;
  order: 7
}
.order-8 {
  -ms-flex-order: 8;
  order: 8
}
.order-9 {
  -ms-flex-order: 9;
  order: 9
}
.order-10 {
  -ms-flex-order: 10;
  order: 10
}
.order-11 {
  -ms-flex-order: 11;
  order: 11
}
.order-12 {
  -ms-flex-order: 12;
  order: 12
}
.offset-1 {
  margin-left: 8.333333%
}
.offset-2 {
  margin-left: 16.666667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.333333%
}
.offset-5 {
  margin-left: 41.666667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.333333%
}
.offset-8 {
  margin-left: 66.666667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.333333%
}
.offset-11 {
  margin-left: 91.666667%
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.333333%
  }
  .offset-sm-2 {
    margin-left: 16.666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.333333%
  }
  .offset-sm-5 {
    margin-left: 41.666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.333333%
  }
  .offset-sm-8 {
    margin-left: 66.666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.333333%
  }
  .offset-sm-11 {
    margin-left: 91.666667%
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.333333%
  }
  .offset-md-2 {
    margin-left: 16.666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.333333%
  }
  .offset-md-5 {
    margin-left: 41.666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.333333%
  }
  .offset-md-8 {
    margin-left: 66.666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.333333%
  }
  .offset-md-11 {
    margin-left: 91.666667%
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.333333%
  }
  .offset-lg-2 {
    margin-left: 16.666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.333333%
  }
  .offset-lg-5 {
    margin-left: 41.666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.333333%
  }
  .offset-lg-8 {
    margin-left: 66.666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.333333%
  }
  .offset-lg-11 {
    margin-left: 91.666667%
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.333333%
  }
  .offset-xl-2 {
    margin-left: 16.666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.333333%
  }
  .offset-xl-5 {
    margin-left: 41.666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.333333%
  }
  .offset-xl-8 {
    margin-left: 66.666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.333333%
  }
  .offset-xl-11 {
    margin-left: 91.666667%
  }
}