.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-1::before{
  left: 360px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  border: 30px solid transparent;
  border-left: 30px solid #fff;
}

.arrow-1::after{
  left: 0;
  width: 0px;
  height: 34px;
  border-left: 360px solid #fff;
}

.cp-web-subtitle-dark {
  width: 200px;
  height: 50px;
  color: #343a40;
  position: absolute;
  box-shadow:
      26vw 0px 0 0 #343a40,
      39vw 0px 0 0 #b70f02;
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  -o-transform: skewX(150deg);
}

.cp-web-subtitle-dark::before {
  content: "CalPush for Web";
  width: 65vw;
  color: #fff;
  position: absolute;
  /* margin-bottom: 50px; */
}

.test {
 width: 150px;
 height: 150px;
 margin: 0 2%;
 display: inline-block;
 background: #FDAB75;
 -webkit-transform: skewX(150deg);
 -moz-transform: skewX(150deg);
 -o-transform: skewX(150deg);
}

.experience-3 {
  background: url(../images/bg_calpush_web.jpg) no-repeat center 42% #FFF;
  background-size: cover;
}

.square-box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* border: #eee solid 1px; */
  margin: 5px;
}
.square-content img {
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
}
.square-content div {
  padding: 10px;
}
.square-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: black;
}

.description {
  /* Internet Explorer 10 */
  display:-ms-flexbox;
  -ms-flex-pack:center;
  -ms-flex-align:center;

  /* Firefox */
  display:-moz-box;
  -moz-box-pack:center;
  -moz-box-align:center;

  /* Safari, Opera, and Chrome */
  display:-webkit-box;
  -webkit-box-pack:center;
  -webkit-box-align:center;

  /* W3C */
  display:box;
  box-pack:center;
  box-align:center;
}

.container h1 {
  font-size: 24px;
  line-height: 1.6;
}
.container h2 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 900;
}
.container h3 {
  font-size: 16px;
  line-height: 1.6;
}
.container h4 {
  font-size: 11px;
  font-weight: 300 !important;
  line-height: 1.4;
}
.container h5 {
  font-size: 10px;
  font-weight: 300 !important;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 600;
  color: #212121;
}
html:lang(en) h6 {
  font-weight: 600;
}
html:lang(ja) h6 {
  font-weight: 600;
}
h6 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

.exp h3 {
  font-size: 14px;
  font-weight: 300 !important;
}

.exp button {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 150px;
}

.menu__mega h2,
.menu__mega2 h2 {
  /* font-size: 16px; */
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.translate-text:before {
  content: " ➡︎ ";
}

.translate-text {
  pointer-events: none;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}

.logo-img {
  width: 150px;
}

.dd-menu {
  background: #fff;
  padding: 0px !important;
  margin-top: -1px;
  height: 18px;
}

@media (min-width: 576px) {
  .container h1 {
    font-size: 20px;
  }
  .container h2 {
    font-size: 14px;
  }
  .container h3 {
    font-size: 8px;
  }
  .container h4 {
    font-size: 4px;
    font-weight: 300 !important;
    line-height: 0.9;
  }
  .exp h3 {
    font-size: 8px;
    font-weight: 300 !important;
  }
  .menu__mega h2,
  .menu__mega2 h2 {
    font-size: 16px;
  }
  .translate-text:before {
    content: "右のボタンを押すと登録されます ➡︎";
    font-size: 8px;
  }
  .logo-img {
    width: 100px;
  }

  h6 {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .container h1 {
    font-size: 24px;
  }
  .container h2 {
    font-size: 18px;
  }
  .container h3 {
    font-size: 14px;
  }
  .container h4 {
    font-size: 10px;
    font-weight: 300 !important;
    line-height: 1.0;
  }
  .exp h3 {
    font-size: 14px;
    font-weight: 300 !important;
  }
  .menu__mega h2,
  .menu__mega2 h2 {
    font-size: 18px;
  }
  .translate-text:before {
    content: "右のボタンを押すと登録されます ➡︎";
    font-size: 14px;
  }
  .logo-img {
    width: 140px;
  }
}

@media (min-width: 992px) {
  .container h1 {
    font-size: 32px;
  }
  .container h2 {
    font-size: 26px;
  }
  .container h3 {
    font-size: 22px;
  }
  .container h4 {
    font-size: 14px;
    font-weight: 300 !important;
  }
  .exp h3 {
    font-size: 19px;
    font-weight: 300 !important;
  }
  .menu__mega h2,
  .menu__mega2 h2 {
    font-size: 24px;
  }
  .translate-text:before {
    content: "右のボタンを押すと登録されます ➡︎";
    font-size: 16px;
  }
  .logo-img {
    width: 210px;
  }
}

@media (min-width: 1200px) {
  .container h1 {
    /* font-size: 38px; */
    font-size: 44px;
    font-weight: 900;
    line-height: normal;
  }
  .container h2 {
    font-size: 28px;
    font-weight: 900;
    line-height: normal;
    /* font-weight: 400; */
    /* line-height: 1.5em; */
  }
  .container h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
  }
  .container h4 {
    font-size: 17px;
    font-weight: 300 !important;
    line-height: normal;
  }
  .container h5 {
    font-size: 16px;
    font-weight: 300 !important;
  }
  .exp h3 {
    font-size: 22px;
    font-weight: 300 !important;
  }
  .exp2 h4 {
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: normal;
  }

  .menu__mega h2,
  .menu__mega2 h2 {
    font-size: 26px;
  }
  .translate-text:before {
    content: "右のボタンを押すと登録されます ➡︎";
    font-size: 18px;
  }
  .logo-img {
    width: 250px;
  }
  .dd-menu {
    height: 26px;
  }
}

#popup-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.60;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

#popup-item {
  background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    z-index: 1001;
}

.rounded-text {
  pointer-events: none;
  color: #000;
  border-color: #b70f02;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 50px;
  min-width: 150px;
}

.arrow{
  width: 25px;
  height: 25px;
  border: 3px solid;
  border-color: #b70f02 #b70f02 transparent transparent;
  transform: rotate(45deg);
}

.balloon-left-btm {
 	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 0 5px;
	width: 180px;
	height: 90px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	/* font-weight: bold; */
  padding-top: 25px;
	background: #b70f02;
	border-radius: 50%;
	box-sizing: border-box;
}

.balloon-left-btm:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: -5px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 25px solid #b70f02;
	z-index: 0;
	-ms-transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #fff;
}

.tg td{
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 2px;
  overflow: hidden;
  word-break: normal;
  border-color: #fff;
  color: #000;
  background-color: #F7FDFA;
}
.tg th{
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 2px;
  overflow: hidden;
  word-break: normal;
  border-color: #fff;
  color: #000;
  background-color: #d9d9d9;
}
.tg .tg-s6z2 {
  text-align:center
}
.tg .tg-baqh {
  text-align: center;
  vertical-align: center;
}
.tg .tg-tfw5 {
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #cfd5ea;
  text-align: center;
}

.title-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.flex {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

.baloon-top {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ad42ba transparent;
}

.balloon1 {
 	/* position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #e0edff;
	border-radius: 15px; */
}

.balloon1:before{
  content: "";
  position: absolute;
  /* top: -15%; */
  top: -20px;
  left: 53%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.balloon1 p {
	margin: 0;
	padding: 0;
}

.entry:hover {
  background: #e8e8e8;
}

/* @media (min-width: 1200px) {
  .hero-container h1 {
    font-size: 6.5rem;
    line-height: 1.2em;
  }
  .hero-container h1 span.main-word {
    font-size: 6.8rem;
  }
  .section .banner h2 {
    font-size: 3.5rem;
  }
} */

/* .square-box {
  width: 100%;
  padding-bottom: 30%;
  border: #eee solid 1px;
} */
