html {
  height: 100%;
  font-size: 0.78125vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  font-family: tbudmincho-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.alphFade {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

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

.object-fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.scrollani {
  transition: 800ms ease;
  transform: translateY(20px);
  opacity: 0;
}
.scrollani.view {
  opacity: 1;
  transform: translateY(0);
}

#wrapper {
  width: 100%;
  min-width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #wrapper {
    overflow-x: hidden;
    min-width: 100%;
  }
}

.popup-overlay {
  background-color: rgba(0, 14, 25, 0.6);
  position: fixed;
  z-index: 100002;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.popup-overlay.view {
  display: block;
  animation: 200ms blockopacity02 ease;
}

.popupBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 100003;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.popupBox .popup-box-in {
  width: 100%;
  position: relative;
  display: table;
  height: 100%;
  min-height: 100%;
  z-index: 100004;
}
.popupBox .popup-box-in .popup-box-in-in {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.popupBox .popup-box-in .popup-box-in-in .popup-box-box {
  position: relative;
  padding: 30px 0;
  margin: 0 auto;
}
.popupBox .popup-box-in .popup-box-in-in .popup-box-box .popup-contentsWrap {
  position: relative;
  z-index: 100005;
}
.popupBox .popup-box-in .popup-box-in-in .popup-box-box .popup-contentsWrap .popup-contents-in {
  display: none;
}
.popupBox .popup-box-in .popup-box-in-in .popup-box-box .popup-contentsWrap .popup-contents-in.view {
  display: block;
}
.popupBox .popup-box-in .popup-box-in-in .popup-box-box .popup-contentsWrap .pop-close {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  transform: translateY(-100%);
}
.popupBox .popup-box-in .popup-box-in-in .popup-box-box .popup-contentsWrap .pop-close a {
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
}
.popupBox .popup-box-in .popup-box-in-in .popup-box-box .popup-contentsWrap .pop-close a span {
  position: absolute;
  left: 50%;
  width: 40px;
  top: 50%;
  height: 1px;
  transition: transform 350ms ease;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #FFF;
}
.popupBox .popup-box-in .popup-box-in-in .popup-box-box .popup-contentsWrap .pop-close a span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popupBox .popup-box-in .popup-box-in-in .popup-box-box .popup-contentsWrap .pop-close a span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popupBox.view {
  display: block;
  animation: 200ms blockopacity-in ease forwards;
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  border-top: 6px solid #007864;
  min-width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
#header .header-in {
  width: 100%;
  position: relative;
  height: 74px;
  font-size: 0;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.75);
}
#header .header-in .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 130px;
  background: url(../images/common/logo_bg.png) no-repeat left top;
  background-size: 100% auto;
  padding: 18px 24px 24px 24px;
  z-index: 10;
  pointer-events: none;
}
#header .header-in .logo a {
  display: block;
  text-align: left;
  pointer-events: auto;
}
#header .header-in .logo a img {
  width: 117px;
}
#header .header-in #naviWrap {
  display: inline-block;
  vertical-align: top;
}
#header .header-in #naviWrap #navi {
  font-size: 0;
}
#header .header-in #naviWrap #navi span {
  font-size: 12px;
  color: #007864;
  letter-spacing: 0.2em;
  line-height: 100%;
}
#header .header-in #naviWrap #navi span small {
  font-size: 10px;
  display: inline-block;
  letter-spacing: 1px;
}
#header .header-in #naviWrap #navi span.en {
  letter-spacing: 0.1em;
}
#header .header-in #naviWrap #navi span:hover {
  cursor: pointer;
}
#header .header-in #naviWrap #navi .navi-in01 {
  font-size: 0;
  text-align: left;
  position: relative;
  z-index: 3;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li {
  display: inline-block;
  vertical-align: top;
  transition: 200ms ease;
  margin-left: 27px;
  padding: 31px 0 0 0;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li:first-child {
  margin-left: 0;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.entry {
  display: none;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.coming span {
  color: #bebebe;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.coming span:hover {
  cursor: default;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.nonTab.on {
  opacity: 0.4;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn {
  position: relative;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi {
  top: 45px;
  left: 50%;
  position: absolute;
  opacity: 0;
  display: none;
  width: 220px;
  transform: translateX(-50%);
  padding-top: 29px;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li {
  width: 100%;
  background-color: rgba(239, 239, 241, 0.95);
  display: table;
  height: 50px;
  text-align: center;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li:nth-child(even) {
  background-color: rgba(225, 225, 230, 0.95);
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li.on a {
  opacity: 0.4;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li.coming a span {
  color: #bebebe;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li.coming a span:hover {
  cursor: default;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li.coming a:hover {
  cursor: default;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNaviOn {
  position: relative;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subsubNavi {
  top: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  display: none;
  width: 220px;
  transform: translateX(100%);
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subsubNavi li {
  width: 100%;
  background-color: #339383;
  display: table;
  height: 50px;
  text-align: center;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subsubNavi li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subsubNavi li a span {
  color: #FFF;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subsubNavi li:nth-child(even) {
  background-color: #4ca092;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subsubNavi li:first-child {
  position: relative;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subsubNavi li:first-child:after {
  content: "";
  width: 7px;
  height: 10px;
  background: url(../images/common/navi_arrow02.png) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subsubNavi li.on a {
  opacity: 0.4;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) ul li:last-child {
  display: none;
}
#header .header-in .navi-in02 {
  display: inline-flex;
  padding-top: 17px;
  font-size: 0;
  margin: 0 17px 0 30px;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  width: 279px;
  gap: 0 9px;
}
#header .header-in .navi-in02 .navi-in-li {
  width: 90px;
  border: 1px solid #007864;
  display: inline-block;
  vertical-align: top;
  background-color: #007864;
  transition: 200ms ease;
  text-align: center;
}
#header .header-in .navi-in02 .navi-in-li a {
  width: 100%;
  display: table;
  text-align: center;
  height: 18px;
}
#header .header-in .navi-in02 .navi-in-li a span {
  font-size: 10px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 100%;
  font-feature-settings: "palt";
}
#header .header-in .navi-in02 .navi-in-li a span:hover {
  cursor: pointer;
}
#header .header-in .navi-in02 .navi-in-li:nth-child(1), #header .header-in .navi-in02 .navi-in-li:nth-child(2) {
  background-color: #FFF;
}
#header .header-in .navi-in02 .navi-in-li:nth-child(1) a span, #header .header-in .navi-in02 .navi-in-li:nth-child(2) a span {
  color: #007864;
}
#header .header-in .navi-in02 .navi-in-li:nth-child(odd) {
  margin-left: 0;
  width: 180px;
}
#header .header-in .navi-in02 .navi-in-li:hover a {
  opacity: 0.7;
}
#header .header-in .navi-in02.double {
  width: 90px;
}
#header .header-in .navi-in02.double .navi-in-li:nth-child(1) {
  width: 90px;
  background-color: #FFF;
  margin-left: 0;
}
#header .header-in .navi-in02.double .navi-in-li:nth-child(1) a span {
  color: #007864;
}
#header .header-in .navi-in02.double .navi-in-li:nth-child(2) {
  width: 90px;
  background-color: #007864;
  margin-left: 0;
}
#header .header-in .navi-in02.double .navi-in-li:nth-child(2) a span {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #header {
    border-top: 6px solid #007864;
    min-width: 100%;
    max-width: 100%;
  }
  #header .header-in {
    width: 100%;
    padding: 20px 0 0 0;
    height: 40px;
  }
  #header .header-in .logo {
    width: 214px;
    height: 87px;
    padding: 10px 0 0 16px;
  }
  #header .header-in .logo a img {
    width: 77px;
  }
  #header .header-in #naviWrap {
    width: 100%;
    height: 100%;
    padding: 0;
    display: none;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    right: auto;
    padding: 43px 0 24px 0;
  }
  #header .header-in #naviWrap #navi .navi-in01 {
    text-align: center;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li {
    display: block;
    margin-left: 0;
    padding: 0;
    width: 60%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: 40%;
    transform: translateX(100%);
    transition: 300ms ease;
    opacity: 0;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li a {
    display: table;
    width: 100%;
    height: 50px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li a span {
    display: table-cell;
    vertical-align: middle;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn {
    position: relative;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    opacity: 1;
    display: none;
    width: 100%;
    transform: translateX(0);
    padding-top: 0;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li {
    width: 100%;
    background-color: rgba(51, 147, 131, 0.9);
    display: block;
    height: auto;
    text-align: center;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li a {
    display: table;
    height: 50px;
    width: 100%;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li a span {
    color: #FFF;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li:nth-child(even) {
    background-color: rgba(100, 174, 162, 0.9);
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li.on {
    opacity: 0.7;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li.spOn {
    position: relative;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subNavi li.spOn:after {
    content: "";
    width: 11px;
    height: 7px;
    background: url(../images/common/navi_arrow03.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn div {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subsubNavi {
    top: auto;
    right: auto;
    position: relative;
    opacity: 1;
    width: 100%;
    display: block;
    transform: translateX(0);
    padding-top: 0;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subsubNavi li {
    background-color: rgba(170, 200, 195, 0.9);
    height: auto;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subsubNavi li:nth-child(even) {
    background-color: rgba(155, 185, 180, 0.9);
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn .subsubNavi li:first-child:after {
    display: none;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:first-child {
    margin-left: 40%;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(even) {
    background-color: rgba(240, 240, 240, 0.9);
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:last-child {
    border-bottom: 1px solid #FFF;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.entry {
    display: block;
    background-color: rgba(100, 100, 105, 0.9);
    border-top: 1px solid #FFF;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.entry a span {
    color: #FFF;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.view {
    transform: translateX(0);
    opacity: 1;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.spOn:after {
    content: "";
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(../images/common/navi_arrow.png) no-repeat center bottom;
    background-size: 100% auto;
    width: 11px;
    height: 12px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .subNaviOn > a {
    position: relative;
  }
  #header .header-in #naviWrap #navi .navi-in01 .subNaviOn > a:after, #header .header-in #naviWrap #navi .navi-in01 .subNaviOn > a:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #007864;
  }
  #header .header-in #naviWrap #navi .navi-in01 .subNaviOn > a:before {
    width: 9px;
    height: 1px;
    right: 12px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .subNaviOn > a:after {
    width: 1px;
    height: 9px;
    right: 16px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .subNaviOn .subNaviOn > a:before, #header .header-in #naviWrap #navi .navi-in01 .subNaviOn .subNaviOn > a:after {
    background-color: #FFF;
  }
  #header .header-in #naviWrap #navi .navi-in01 .subNaviOn.spOn > a:after {
    display: none;
  }
  #header .header-in #naviWrap.active {
    display: block;
    animation: 300ms blockopacity;
    transform: translateX(0);
  }
  #header .header-in .navi-in02 {
    width: 100%;
    margin: 0;
    background: url(../images/common/logo_bg02.png) no-repeat left top rgba(255, 255, 255, 0.75);
    background-size: auto 47px;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 4% 4% 2.4% 0%;
    gap: 0;
  }
  #header .header-in .navi-in02 .navi-in-li {
    width: 25%;
    margin-left: 2.5%;
  }
  #header .header-in .navi-in02 .navi-in-li a {
    height: auto;
    padding: 7.7777777778% 0% 8.8888888889% 0%;
  }
  #header .header-in .navi-in02 .navi-in-li a span {
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 1;
  }
  #header .header-in .navi-in02 .navi-in-li:nth-child(odd) {
    margin-left: 0;
    width: 52.7777777778%;
  }
  #header .header-in .navi-in02 .navi-in-li:nth-child(odd) a {
    padding: 3.6842105263% 0% 4.2105263158% 0%;
  }
  #header .header-in .navi-in02.double {
    width: 100%;
  }
  #header .header-in .navi-in02.double .navi-in-li:nth-child(1) {
    width: 41.6666666667%;
    margin-left: 2.5%;
  }
  #header .header-in .navi-in02.double .navi-in-li:nth-child(1) a {
    padding: 4.6666666667% 0% 5.3333333333% 0%;
  }
  #header .header-in .navi-in02.double .navi-in-li:nth-child(2) {
    width: 41.6666666667%;
    margin-left: 2.5%;
  }
  #header .header-in .navi-in02.double .navi-in-li:nth-child(2) a {
    padding: 4.6666666667% 0% 5.3333333333% 0%;
  }
  #header .header-in #naviIcon {
    width: 60px;
    height: 38px;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  #header .header-in #naviIcon a {
    display: block;
    width: 100%;
    height: 38px;
    position: relative;
  }
  #header .header-in #naviIcon span {
    position: absolute;
    left: 20px;
    width: 20px;
    height: 2px;
    background-color: #007864;
    transition: 250ms ease;
  }
  #header .header-in #naviIcon span:first-child {
    top: 10px;
  }
  #header .header-in #naviIcon span:nth-child(2) {
    top: 18px;
  }
  #header .header-in #naviIcon span:last-child {
    bottom: 10px;
  }
  #header .header-in #naviIcon.open span {
    width: 20px;
    height: 2px;
    left: 22px;
  }
  #header .header-in #naviIcon.open span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  #header .header-in #naviIcon.open span:nth-child(2) {
    opacity: 0;
  }
  #header .header-in #naviIcon.open span:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  #header.sub .header-in {
    height: 60px;
  }
  #header.sub .header-in .logo {
    padding: 10px 0 0 16px;
  }
  #header.sub .header-in #naviWrap {
    padding: 66px 0 24px 0;
  }
  #header.sub .header-in .navi-in02 {
    display: none;
  }
  #header.sub .header-in #naviIcon {
    top: 10px;
  }
}

#footer {
  background-color: #FFF;
  padding: 80px 0 66px 0;
}
#footer .footer-logo {
  width: 137px;
  margin: 0 auto 60px auto;
}
#footer .footer-in {
  font-size: 0;
  width: 1120px;
  margin: 0 auto;
}
#footer .footer-in div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#footer .footer-in div a {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #007864;
}
#footer .footer-in div address {
  font-size: 8px;
  letter-spacing: 0.1em;
  line-height: 100%;
  color: #505050;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 4rem 0rem;
  }
  #footer .footer-logo {
    margin: 0rem auto 5.6rem auto;
  }
  #footer .footer-in {
    width: 100%;
    text-align: center;
  }
  #footer .footer-in div {
    width: auto;
    display: block;
  }
  #footer .footer-in div a {
    text-align: center;
    font-size: 12px;
    letter-spacing: 1.2pxg;
    color: #007864;
  }
  #footer .footer-in div address {
    text-align: center;
  }
  #footer .footer-in div:first-child {
    margin-bottom: 1.6rem;
  }
}

#pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  opacity: 0;
  transition: 200ms ease;
}
#pageTop.view {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #pageTop {
    display: none;
  }
}

/*#loader
----------------------------------------------------------------------------------------------*/
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  z-index: 9999;
  opacity: 0;
}

.loaderCssAni {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #007864;
  border-right-color: transparent;
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blockopacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blockopacity02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.85;
  }
}
@keyframes blockopacity03 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
.sp_only {
  display: none;
}

.sp_only_inline {
  display: none;
}

.sp_none_inline {
  display: inline !important;
}

.dispnone {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .sp_only_inline {
    display: inline;
  }
  .sp_none_inline {
    display: none !important;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}