@charset "utf-8";
/* CSS Document */
.padding_right_05em {
  padding-right: 0.5em;
}
.padding_bottom_05em {
  padding-bottom: 0.5em;
}
.padding_top_05em {
  padding-top: 0.5em;
}
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.f-container h2.headtitle {
  font-size: 171.43%;
  font-weight: 700;
  color: #004098;
  margin-bottom: 1em;
}
.item {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item_60per {
  width: 60%;
  justify-content: space-between;
  padding: 1%;
}
.item_33per {
  width: 33.3%;
  justify-content: space-between;
  padding: 1%;
}
.item_25per {
  width: 25%;
  justify-content: space-between;
  padding: 1%;
}
.item_20per {
  width: 20%;
  justify-content: space-between;
  padding: 1%;
}
.item_40per {
  width: 40%;
  justify-content: space-between;
  padding: 1%;
}
.item_100per {
  width: 100%;
  justify-content: space-between;
  padding: 1%;
}
.font_120per {
  font-size: 120%;
}
.font_80per {
  font-size: 80%;
}
.font_60per {
  font-size: 60%;
}
.waku_blue {
  background-color: #003f8e;
  color: white;
  padding: 0 0.5em;
}
.inner h3.case {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #000;
  font-size: 150%;
}
.inner h3.case:before {
  position: absolute;
  top: -120%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #000;
}
.inner h3.case span {
  font-size: 120%;
  font-size: 3rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}
table.schedule {
  width: 100%;
  border-collapse: collapse;
}
table.schedule tr.blue01 {
  background: #CDD3E8;
}
table.schedule tr.blue02 {
  background: #E8EAF5;
}
table.schedule tr.main {
  background: #406CB4;
  color: white;
}
table.schedule th, table td {
  border: solid 1px white;
  text-align: center;
  padding: 10px 0;
}
.graybox {
  background: #eee;
  padding: 15px 30px;
}
.bk_blue {
  background: #dcf4f4;
  padding: 2% 0;
}
.promoSec02 h2 {
  text-align: center;
  font-size: 180%;
  color: #003f8e;
  font-weight: bold;
}
.effect {
  width: 100%;
  display: flex;
  margin-bottom: 3%;
}
.effect li {
  background: #FFF;
  margin: 0 1%;
  padding: 1% 2% 0;
}
.effect li img {
  width: 100%;
}
.ex_area {
  padding: 3%;
  background: #fbfdc6;
  margin-bottom: 3% !important;
}
.ex_ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 !important;
}
.ex_ttl::before {
  content: url(https://www.his-j.com/corp/contents/rentalhis/images/icon_blue.png);
  vertical-align: middle;
  margin-right: 15px;
}
.effect li h2 {
  font-size: 180%;
  padding: 0.25em 0;
  color: #003f8e;
  font-weight: bold;
  text-align: center;
}
.effect li p {
  font-size: 120%;
  line-height: 1.5em;
  text-align: left;
  padding: 1em 0;
}
.txt2 {
  padding: 0 0 1em !important;
  padding: 0 3% 0% !important;
}
.textsize {
  font-size: 128.57%;
  margin-bottom: 26px;
}
a.link:hover {
  color: #ff7043;
  text-decoration: underline;
}
a.link {
  color: #19a8e5;
  text-decoration: underline;
}
p.totop {
  text-align: right !important;
  margin: 3%;
  font-size: 120%;
}
p.totop a, a.link {
  color: #555;
  text-decoration: underline;
}
p.totop a:hover, a:hover.link {
  color: #1e90ff;
}
#footer_tel {
  width: 100%;
  background-color: #FFF;
  color: #000;
  padding: 2% 0;
}
.contact_area {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5% 3%;
  line-height: 1.3;
  border: 1px solid #000;
  margin: 2% auto;
}
.contact_area h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 2%;
}
.contact_area p {
  font-weight: 500;
}
.tel_fax {
  font-size: 35px;
}
.innner .contact_area dl dt {
  margin-bottom: 2%;
}
.contact_area dl dd:first-child {
  font-size: 15px;
}
.contact_area dl dd:last-child {
  font-size: 13px;
}
.btn-orange {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-blue {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-orange:active, .btn-blue:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.btn-orange:hover, .btn-blue:hover {
  opacity: 0.5;
}
.btnStyle_blue {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 0;
  width: 80%;
  margin: 7.81% auto;
  text-align: center;
  color: #fff;
  background: #014593;
  transition: all 0.25s ease;
}
.btnStyle_blue:hover {
  background: #f39800;
}
.video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ボタン */
a.hContactBtn002 {
	display: block;
	float: right;
	color: #fff;
	background: #f39700;
	padding: 10px 0;
	width: 12.11%;
	text-align: center;
	line-height: 1;
	border-radius: 17px;
	font-weight: 500;
}
div.hContactBtn002_largearea {
	width: 50%;
	margin: 3.5% 25% 5%;
}
a.hContactBtn002_large {
	width: 100%;
	display: block;
	color: #fff;
	background: #f39700;
	padding: 18px 0;
	text-align: center;
	line-height: 1;
	border-radius: 30px;
	font-weight: 500;
	font-size: 24px;
}
h3.forms_info {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
	margin-bottom: 3%;
}
h3.forms_info:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

h3.forms_info:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
h3.forms_info {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
	margin-bottom: 5%;
}
a.hContactBtn002 {
	font-size: 75%;
	padding: 10px 19px;
	border-radius: 15px;
	margin: 0 4.35% 0 0;
	float: none;
	flex: 0 0 108px;
	text-align: center;
}
a.hContactBtn002_large {
	font-size: 75%;
	padding: 10px 0;
	border-radius: 25px;
	margin: 0 auto;
	float: none;
	text-align: center;
}
div.hContactBtn002_largearea {
	width: 70%;
	margin: 5% 15%;
}
a.hContactBtn002_large {
	width: 100%;
	display: block;
	color: #fff;
	background: #f39700;
	padding: 12px 0;
	text-align: center;
	line-height: 1;
	border-radius: 30px;
	font-weight: 500;
	font-size: 18px;
}
  .f-container {
    flex-wrap: wrap;
  }
  .f-container h2.headtitle {
    font-size: 128.57%;
    margin-bottom: 1em;
  }
  .item {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
  .effect {
    display: block;
    width: 100%;
  }
  .effect li, .effect:last-child li {
    width: 100%;
    margin: 5% 0;
    padding-bottom: 1%;
  }
  .textsize {
    font-size: 100%;
    margin-bottom: 6.93%;
  }
  .inner h3.shop span {
    font-size: 180%;
  }
  .inner h3.shop p {
    font-size: 100%;
  }
  .serviceBoxWrap .serviceBox_48per {
    width: 100% !important;
  }
  .contact_area {
    width: 90%;
    margin: 0 auto;
    padding: 2%;
    line-height: 1.3;
    border: 1px solid #000;
    margin: 2% auto;
  }
  .btn-orange, .btn-blue {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contact_area {
    padding: 4% 2%;
  }
  .contact_area dl dd:first-child {
    font-size: 13px !important;
  }
  .contact_area dl dd:last-child {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 600px) {
  .sp_toggle_ttl {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .serviceBoxWrap {
    display: block;
  }
  .serviceBoxWrap .newnormalbox {
    width: 95%;
  }
  .bl_selectBlock {
    display: none;
  }
  .sp_toggle_ttl {
    width: 90%;
    margin: 5% auto -5%;
    background: #004098;
    text-align: center;
    padding: 2%;
    color: #FFF;
    position: relative;
  }
  .sp_toggle_ttl:after {
    content: "";
    position: absolute;
    right: 4%;
    top: 30%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .sp_toggle_ttl.active:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .keyword_check {
    margin-right: 5px;
  }
}