@charset "UTF-8";
/* --------------------------------------------------
html
-------------------------------------------------- */
html {
  font-size: 62.5%;
}
/* --------------------------------------------------
body
-------------------------------------------------- */
body {
  font-family: "PingFang HK Regular", "PingFang TC Regular", '微软雅黑', 'Microsoft YaHei', "Hiragino Sans CNS W3", Geneva, Arial, Helvetica, sans-serif;
  /*padding-top: 12.98rem;*/
  /*padding-top: 134px;*/
  color: #4e4e4e;
  font-size: 1.6rem;
  line-height: 1.5em;
}
/* --------------------------------------------------
header
-------------------------------------------------- */
#header-main {
  border-top: solid 5px #FF6600;
  width: 100%;
  background-color: #fff;
}
.wrap-inner {
  margin: 15px 0px 5px 0px;
}
#header-main h1 {
  margin-bottom: 0;
}
#header-main h1 .lead-title {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  vertical-align: middle;
  /*margin-top: -13px;*/
  display: inline-block;
  margin-left: 7px;
}
#header-main h1 a:hover {
  text-decoration: none;
}
.lang {
  float: right;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}
/* --------------------------------------------------------------------- */
/*グローバルナビ*/
#global-nav {
  background: linear-gradient(#ff6600, #ffcc00);
}
#global-nav .container-fluid {
  position: relative;
}
.ejgnav {
  background: linear-gradient(#ff6600, #ffcc00);
  padding: 0rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.ejgnav .navbar-nav .nav-item {
  color: #fff;
}
.ejgnav .navbar-nav .nav-link {
  color: #fff;
  padding: 0.5rem 1.8rem; /*グローバルメニューの間隔*/
}
.ejgnav a:hover {
  text-decoration: none
}
.ejgnav .navbar-nav .nav-link:hover, .ejgnav .navbar-nav .nav-link:focus {
  background-color: #ffcc00;
}
.ejgnav .navbar-toggler {
  padding: 0.25rem 0.55rem;
  font-size: 1.4rem;
  line-height: 1;
}
.ejgnav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.ejgnav .tglmenu {
  font-size: 1.2rem;
  color: #fff;
}
.ejgnav ul {
  list-style: none;
  padding-left: 0px;
}
.ejgnav hr {
  border-color: #CCCBCB;
  margin: 0.3rem 0;
}
/* --------------------------------------------------------------------- */
/*ドロップダウン*/
.ejgnav .dropdown-menu > li > a {
  padding: 0.4rem 0.8rem;
}
.ejgnav .navbar-nav > li > .dropdown-menu {
  margin-top: 0.2rem;
} /*メインメニューバーからの距離*/
.ejgnav .dropdown-menu {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #fff; /*ドロップダウン背景色*/
  box-shadow: none;
  border: 1px solid #d3d3d3; /*ドロップダウン枠*/
  padding: 0;
  left: 0px;
  font-size: 1.4rem;
  border-radius: 5px;
  padding: 2rem 2.5rem;
}
.ejgnav .dropdown-menu:after, .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 10%;
  height: 0;
  width: 0;
  margin-left: -10px;
  border: 10px solid;
  border-color: transparent;
}
.ejgnav .dropdown-menu:before {
  top: -21px;
  border-bottom-color: #d3d3d3;
}
.ejgnav .dropdown-menu:after {
  border-bottom-color: #fff;
  top: -20px;
  z-index: 10;
}
.ejgnav .dropdown-menu h2 {
  font-size: 1.4rem;
  font-weight: bold;
}
.ejgnav .dropdown-menu a {
  color: #5b5b5b;
  text-decoration: none;
}
.ejgnav .dropdown-menu .subtitle {
  font-weight: bold;
  color: #FF9900;
}
.ejgnav .dropdown-menu .subtitle2 {
  font-size: 1.4rem;
  padding: 0.25rem 0.25rem 0.08rem 0.25rem;
  color: #FF9900;
  font-weight: bold;
}
.ejgnav .nav, .ejgnav .collapse, .ejgnav .dropup, .ejgnav .dropdown {
  position: static;
}
.ejgnav .half {
  width: 50%;
  left: auto !important;
  right: auto !important;
}
.ejgnav .auto {
  width: auto;
}
.ejgnav .dropdown-menu {
  left: auto;
}
.ejgnav .dropdown .ejgnav-rgt .dropdown-menu {
  width: auto;
  left: auto;
  right: 30px;
  &::before {
    left: 9px !important;
    right: auto;
  }
  &::after {
    left: 10px !important;
    right: auto;
  }
}
.ejgnav h3 {
  font-size: 1.4rem;
  padding: 0.25rem 0.25rem 0.08rem 0.25rem;
  color: #171616;
}
/* --------------------------------------------------
パンくずリスト
-------------------------------------------------- */
.breadcrumbs {
  padding: 10px 0 2px 0;
  margin: 0 10px 0px 0px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.breadcrumbs::-webkit-scrollbar {
  height: 5px;
}
.breadcrumbs::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}
.breadcrumbs ol {
  display: table;
  list-style: none;
  margin-left: -34px;
}
.breadcrumbs ol li {
  font-size: 1.2rem;
  display: table-cell;
  position: relative;
  white-space: nowrap;
  list-style: none;
  padding-left: 10px;
}
.breadcrumbs ol li:first-child {
  padding: 0;
}
.breadcrumbs ol li:before {
  font-size: 1.2rem;
  content: ">";
  padding-right: 10px;
}
.breadcrumbs ol li:first-child {
  padding: 0;
  margin-left: -34px;
}
.breadcrumbs ol li:first-child:before {
  padding: 0;
  content: "";
}
.breadcrumbs ol li a {
  color: #333;
}
.breadcrumbs ol li:last-child:after {
  display: none;
}
/* --------------------------------------------------
contents
-------------------------------------------------- */
/*main contents area*/
/*slider*/ /*共通210713*/
#slide-area {
  /*margin-top: 0.3rem;*/
  overflow: hidden;
  position: relative;
  clear: both;
}
.slider {
  margin-bottom: 25px;
}
.slider .center-item > li {
  position: relative;
}
.slider .center-item > li img {
  width: 100%;
}
#slide-area ul {
  padding: 0;
}
/*slick setting*/
.slider .slick-prev, .slider .slick-next {
  width: 24px;
  height: 24px;
}
.slider .slick-prev::before, .slider .slick-next::before {
  font-size: 24px;
}
.center-item .slick-next {
  right: 55px;
  z-index: 99;
}
.center-item .slick-prev {
  left: 50px;
  z-index: 100;
}
.slider .slick-dots li {
  height: 0px;
}
.slider .slick-dots li button:before {
  font-size: 13px;
}
.slider .slick-dots li button:hover:before, .slider .slick-dots li button:focus:before {
  /*opacity: 1;*/
  color: #f60;
}
.slider .slick-dots li.slick-active button:before {
  /*opacity: .75;*/
  color: #f60;
}
/* --------------------------------------------------------------------- */
/*panel*/ /*toppage syuyu*/
#panel-area .col, #panel-area [class*="col-"] {
  padding: 0;
}
#panel-area .row {
  margin-left: 0px;
  margin-right: 0px;
}
#panel-area img {
  padding: 0px 2px 2px 0px;
}
/*title*/
.contents-title2 {
  position: relative;
  text-align: center;
}
.contents-title2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
  color: #333;
}
.contents-title2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
/*topics*/
#topics .card-img-top {
  width: 100%;
  padding: 1px;
}
#topics .card-title {
  font-size: 1.6rem;
  text-align: center;
}
#topics .card > a > p {
  position: absolute;
  top: 1px;
  left: 1px;
  margin: 0;
  color: white;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.5rem 2.0rem;
}
.row.showcase > .col-sm-6:nth-child(odd) {
  clear: both;
} /*toppageのみ使用210713*/
/* --------------------------------------------------------------------- */
/*side area*/
#sidebar {
  padding-left: 15px;
  padding-right: -15px;
} 
.side-block {
  margin-bottom: 2rem;
}
.side-block p {
  font-size: 1.4rem;
}
.sidebar-wrap {
  padding: 3px;
  background: #FAF8F4;
  border-radius: 3px;
}
.side-contents {
  padding: 10px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.dot-line {
  border-top: 1px dotted #ccc;
}
.img-w100 {
  width: 100px;
} 
.title-style02 {
  background-color: #89c702;
  color: #fff;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
} 
.title-style02:before {
  background-color: #fff;
  content: '';
  display: block;
  opacity: 0.5;
  transform: rotate(-30deg);
  position: absolute;
  bottom: -30px;
  right: -100px;
  width: 200px;
  height: 200px;
}
.title-style04 {
  background-color: #dedede;
  color: #333;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
}
.title-style04:before {
  background-color: #fff;
  content: '';
  display: block;
  opacity: 0.5;
  transform: rotate(-30deg);
  position: absolute;
  bottom: -30px;
  right: -100px;
  width: 200px;
  height: 200px;
}
.icon01 {
  position: relative;
} 
.icon01 p {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0;
  padding: 4px 0;
  z-index: 2;
  width: 30px;
  text-align: center;
  color: white;
  background: skyblue;
}
.icon01 p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 15px solid skyblue;
  border-right: 15px solid skyblue;
  border-bottom: 6px solid transparent;
}
.icon-t {
  padding: 4px 0 4px 8px;
  margin-bottom: 0;
}/*toppage,searchのみ使用210713*/
.icon-t:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 30px;
  background-image: url(../images/icon_tool.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}/*toppage,searchのみ使用210713*/
#tool img {
  width: 80px;
}/*toppage,searchのみ使用210713*/
/* --------------------------------------------------
footer
-------------------------------------------------- */
footer li {
  list-style: none;
}
#fnav1 {
  background-color: #FAF8F4;
  padding: 3rem 0 1rem 0;
  margin-top: 3rem;
}
#fnav1 h4 {
  padding-bottom: 0.8rem;
  font-size: 1.4rem;
  color: #171616;
}
#fnav1 ul {
  padding: 0rem;
}
#fnav1 ul li {
  margin-bottom: 0.3rem;
  font-size: 1.2rem;
}
#fnav2 {
  background-color: #F3f3f3;
  padding: 0.8rem 0 0.5rem 0;
  text-align: center;
}
#fnav2 ul {
  margin-bottom: 0rem;
  padding: 0rem;
}
#fnav2 ul li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  border-right: solid 1px #999;
  padding: 0 0.9rem 0 0.6rem;
}
#fnav2 ul li:first-child {
  padding-left: 0;
}
#fnav2 ul li:last-child {
  border-right: none;
  padding-right: 0;
}
#fnav2 p {
  margin-bottom: 0rem;
  font-size: 1.2rem;
}
footer .copyright {
  font-size: 1.1rem;
  padding: 0.25rem 0;
  text-align: center;
  color: #fff;
  background-color: #ff9900;
  margin-bottom: 0rem;
}
/* --------------------------------------------------
to page top
-------------------------------------------------- */
#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: -50px;
  background: #ff6600;
  opacity: 0.8;
  border-radius: 50%;
  z-index: 100;
}
#page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page-top a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#page-top a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f102';
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* --------------------------------------------------
common
-------------------------------------------------- */
/* text */
h1, .h1 {
  font-size: 2.4rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.8rem;
}
h4, .h4 {
  font-size: 1.6rem;
}
h5, .h5 {
  font-size: 1.4rem;
}
h6, .h6 {
  font-size: 1.2rem;
}
.fw-normal {
  font-weight: normal;
}
.fs-h1 {
  font-size: 2.4rem;
}
.fs-h2 {
  font-size: 2.0rem;
}
.fs-h3 {
  font-size: 1.8rem;
}
.fs-h4 {
  font-size: 1.6rem;
}
.fs-h5 {
  font-size: 1.4rem;
}
.fs-h6 {
  font-size: 1.2rem;
}
.fs-2-2 {
  font-size: 2.2rem;
}
.h5-sp-h6 {
    font-size: 1.4rem;
    text-align: left;
}
.lh-df {
  line-height: 1.5em;
}
.fc-or {
  color: #ff6600;
}
.fc-lor {
  color: #ff9900;
}
.fc-sblue {
  color: #59bfe2;
}
.fc-pk {
  color: #f66;
}
.fc-red {
  color: #ef3d34;
}
.fc-blck {
  color: #000;
}
.fc-dgray {
  color: #1e1e1e;
}
.fc-pre {
  color: #999999;
}
.fc-nblue {
  color: #06c;
}
.fc-grn {
  color: #9fc611;
}
.fc-mgrn {
  color: #50a597;
}
.txt-sdw {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
/* background */
.bg-cream {
  background-color: #faf8f4;
}
.bg-lgray {
  background-color: #f3f3f3;
}
.bgc-syuyu {
  background: #f60;
}
.bgc-hotel {
  background: #1994f9;
}
.bgc-gourmet {
  background: #f66;
}
.bgc-shopping {
  background: #9c0;
}
.bgc-onsen {
  background: #690;
}
.bgc-trans {
  background: #06C;
}
.bgc-info {
  background: #699;
}
.bgc-enjoy {
  background: #0cc;
}
/* link */
a {
  color: #4e4e4e;
}
a:hover {
  color: #333;
}
a .ocp:hover {
  opacity: 0.8;
}
.imgWrap {
  overflow: hidden;
}
.imgWrap img {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
.imgWrap img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
.cursor {
  cursor: pointer;
}
/* frame */
.box-sdw {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.img-border {
  border: solid 1px #dedede;
  padding: 1px;
  background-color: #fff;
}
.border-rad {
  border: solid 1px #dedede;
  border-radius: 4px;
  padding: 10px;
}
/* width */
.flx-w3 {
  flex-basis: 30%;
}
.flx-w35 {
  flex-basis: 35%;
}
.flx-w4 {
  flex-basis: 40%;
}
.flx-w5 {
  flex-basis: 50%;
}
.flx-w6 {
  flex-basis: 60%;
}
.flx-w7 {
  flex-basis: 70%;
}
.flx-w65 {
  flex-basis: 65%;
}
.flx-rest {
  -ms-flex: 1;
  flex: 1;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
/* margin */
.mt-2r, .my-2r {
  margin-top: 2.0rem !important;
}
.mb-2r, .my-2r {
  margin-bottom: 2.0rem !important;
}
/* --------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .container-fluid {
    width: 1200px;
  }
}
/* --------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  /*body {
    padding-top: 13.8rem;
  }*/
/* header */
/*#header-main h1 .lead-title {
    display: none;
  }*/
  .ejgnav .navbar-nav {
    color: #666;
    background-color: #f5f5f5;
  }
  .ejgnav .navbar-nav .nav-link {
    color: #666;
  }
  .ejgnav .dropdown-menu {
    display: none;
  }
.ejgnav .dropdown-toggle::after {
	vertical-align: 0.03em;
    border-top: 0.35em solid transparent;
	border-right: none;
	border-bottom: 0.35em solid transparent;
	border-left: 0.4em solid;
  }/* 矢印横向きへ */
  .ejgnav ul {
    margin-bottom: 15px;
  }
  .ejgnav .navbar-nav .nav-link:hover, .ejgnav .navbar-nav .nav-link:focus {
    background-color: #f5f5f5;
  }
  .ejgnav .navbar-nav li:first-child {
    margin-top: 0.3rem;
  }
  .ejgnav .navbar-nav li:last-child {
    margin-bottom: 0.3rem;
  }
  .ejgnav .half {
    width: 100%;
  }
  .ejgnav .dropdown-menu {
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    border: solid 1px #d3d3d3;
    width: 100%;
    /*height: auto;*/
    box-shadow: none;
    -webkit-box-shadow: none;
    */ position: absolute;
    top: auto;
    left: 0;
    float: left;
    /*z-index: 1000;*/
  }
  .ejgnav .dropdown-menu:before {
    display: none;
  }
  .ejgnav .dropdown-menu:after {
    display: none;
  }
  .ejgnav .dropdown-menu li {
    padding: 0 0.5rem;
  }
}
/* --------------------------------------------------------------------- */
@media (min-width: 992px) {
	body {
		padding-top: 134px;
	}
/* header */
  .ejgnav .dropdown:hover .dropdown-menu {
    display: block;
  }
  .ejgnav .dropdown-menu a:hover {
    color: #ff6600;
    background-color: #fff;
  }
  .ejgnav .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem;
    clear: both;
    text-align: inherit;
    /*white-space: nowrap;*/
    background-color: transparent;
    border: 0;
  }
.fixed-lg-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
}
/* --------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  body {
    /*padding-top: 12.4rem;
    padding-top: 128px;*/
  }
/* header */
#header-main > div {
padding-left: 5px;
padding-right: 5px;
}
#header-main h1 {
  text-align: center;
}
#header-main h1 > a > img {
    width: 230px;
    /*display: block;
    margin: auto;*/
  }
  .lang {
    float: right;
    color: #fff;
    margin-bottom: 0;
  }
  a.lang:hover {
    color: #fff;
  }

/* footer */
  #fnav1 {
    padding: 1.5rem 0 1rem 0px;
    margin-top: 2rem;
  }
  #fnav1 h4 {
    padding: 1.5rem;
    font-size: 1.5rem;
  }
  /*slick setting*/
  .slider .slick-dots li {
    height: 55px;
    width: 12px;
  }
  .slider .slick-dots li button:before {
    font-size: 10px;
    color: #fff;
    opacity: 1;
  }
  .slider .slick-prev, .slider .slick-next {
    display: none;
  }
  .slider .slick-prev::before, .slider .slick-next::before {
    display: none;
  }
  /*side area*/
  #sidebar {
    margin-top: 2.0rem;
  }
  .pr-area {
    text-align: center;
  }
  #verisign {
    width: 300px;
    margin: auto;
  }
  .fs--h5 {
    font-size: 1.4rem;
  }
/* link */
  .imgWrap img:hover {
    transform: none; /*画像の拡大率*/
  }
}
/* --------------------------------------------------------------------- */
@media (max-width:575.98px) {
#header-main h1 > a > img {
    width: 180px;
  }
#header-main h1 .lead-title {
  font-size: 1.0rem;
  letter-spacing: 0em;
  margin-left: 0;
  /*vertical-align: middle;
  margin-top: -13px;
  display: inline-block;
  
  margin-right: auto;*/
}
/*  .lang {
    float: right;
    color: #fff;
    margin-bottom: 0;
  }
  a.lang:hover {
    color: #fff;
  }/*mdから表示に変更210715*/
  #panel-area .col, #panel-area [class*="col-"] {
    padding: 0;
    width: 100%;
    height: auto;
  }
  .h5-sp-h6 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .fs-sp-13 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
/* --------------------------------------------------
search一式
-------------------------------------------------- */
@media (min-width:768px){
.gsc-input .gsc-input-box { 
  height: 32px !important;
  border-color: #ccc !important;
}/*検索文章入力窓*/
.gsc-input {
  font-size: 1.4rem !important;
  line-height: 1.8rem !important;
}
/* Search button */
.gsc-search-button-v2 {
  padding: 2px 10px !important;
  vertical-align: middle;
  border: none !important;
  border-color: none !important;
  background-color: #ff9900 !important;
  background-image: none !important;
}
.gsc-search-button-v2:hover {
  border-color: none !important;
  background-color: #ffcc00 !important;
  background-image: none !important;
}
}
@media (max-width: 767.98px){
.gsc-input .gsc-input-box { 
  border-color: #ccc !important;
}/*検索文章入力窓*/
/* Search button */
.gsc-search-button-v2 {
  border: none !important;
  border-color: none !important;
  background-color: #ffcc00 !important;
  background-image: none !important;
}
}
/* --------------------------------------------------
5col指定一式
-------------------------------------------------- */
.col-xl-five-1, .col-lg-five-1, .col-md-five-1, .col-sm-five-1, .col-xs-five-1, .col-xl-five-2, .col-lg-five-2, .col-md-five-2, .col-sm-five-2, .col-xs-five-2, .col-xl-five-3, .col-lg-five-3, .col-md-five-3, .col-sm-five-3, .col-xs-five-3, .col-xl-five-4, .col-lg-five-4, .col-md-five-4, .col-sm-five-4, .col-xs-five-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-five-1 {
  width: 20%;
  flex: 0 0 20%;
  float: left;
}
.col-xs-five-2 {
  width: 40%;
  flex: 0 0 40%;
  float: left;
}
.col-xs-five-3 {
  width: 60%;
  flex: 0 0 60%;
  float: left;
}
.col-xs-five-4 {
  width: 80%;
  flex: 0 0 80%;
  float: left;
}
@media (min-width: 576px) {
  .col-sm-five-1 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
  .col-sm-five-2 {
    width: 40%;
    flex: 0 0 40%;
    float: left;
  }
  .col-sm-five-3 {
    width: 60%;
    flex: 0 0 60%;
    float: left;
  }
  .col-sm-five-4 {
    width: 80%;
    flex: 0 0 80%;
    float: left;
  }
  .mt-sm-2r, .my-sm-2r {
    margin-top: 2.0rem !important;
  }
  .mb-sm-2r, .my-sm-2r {
    margin-bottom: 2.0rem !important;
  }
}
@media (min-width: 768px) {
  .col-md-five-1 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
  .col-md-five-2 {
    width: 40%;
    flex: 0 0 40%;
    float: left;
  }
  .col-md-five-3 {
    width: 60%;
    flex: 0 0 60%;
    float: left;
  }
  .col-md-five-4 {
    width: 80%;
    flex: 0 0 80%;
    float: left;
  }
  .col-md-offset-five-1 {
    margin-left: 4.3333333%;
  }
  .mt-md-2r, .my-md-2r {
    margin-top: 2.0rem !important;
  }
  .mb-md-2r, .my-md-2r {
    margin-bottom: 2.0rem !important;
  }
}
@media (min-width: 992px) {
  .col-lg-five-1 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
  .col-lg-five-2 {
    width: 40%;
    flex: 0 0 40%;
    float: left;
  }
  .col-lg-five-3 {
    width: 60%;
    flex: 0 0 60%;
    float: left;
  }
  .col-lg-five-4 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
  .mt-lg-2r, .my-lg-2r {
    margin-top: 2.0rem !important;
  }
  .mb-lg-2r, .my-lg-2r {
    margin-bottom: 2.0rem !important;
  }
}
@media (min-width: 1200px) {
  .col-xl-five-1 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
  .col-xl-five-2 {
    width: 40%;
    flex: 0 0 40%;
    float: left;
  }
  .col-xl-five-3 {
    width: 60%;
    flex: 0 0 60%;
    float: left;
  }
  .col-xl-five-4 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
}
