@charset "utf-8";
/* CSS Document */
.serviceBoxWrap {
  margin: auto 3%;
}
.serviceBoxWrap .newnormalbox {
  width: 29%;
  background: #fff;
  box-shadow: 0 0 8px rgba(102, 102, 102, 0.3);
  margin-bottom: 4%;
  position: relative;
}
.serviceBoxWrap .newnormalbox .txtBox {
  padding: 3.5% 7.5% 5%;
}
p.indentback{
  text-indent: -1em;
  padding-left: 2em;
}
td.bk_theme01 {
  background-color: #cce6ff;
}
td.bk_theme02 {
  background-color: #ffcfe0;
}
td.bk_theme03 {
  background-color: #ffedbd;
}
td.bk_theme04 {
  background-color: #d1fff4;
}
.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff75 60%);
}
.ribbon12 {
  display: table;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 0 0 30px -50px;
  font-size: 13px;
  color: white;
  background: #a51313;
  z-index: 10;
}
.ribbon12:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #841414;
  z-index: 10;
}
.ribbon01 {
  display: table;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 0 0 30px -50px;
  font-size: 13px;
  color: white;
  background: #00509d;
  z-index: 10;
}
.ribbon01:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #013669;
  z-index: 10;
}
.ribbon02 {
  display: table;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 0 0 30px -50px;
  font-size: 13px;
  color: white;
  background: #b5184f;
  z-index: 10;
}
.ribbon02:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #8c113c;
  z-index: 10;
}
.ribbon03 {
  display: table;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 0 0 30px -50px;
  font-size: 13px;
  color: white;
  background: #eeac00;
  z-index: 10;
}
.ribbon03:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #c28c00;
  z-index: 10;
}
.ribbon04 {
  display: table;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 0 0 30px -50px;
  font-size: 13px;
  color: white;
  background: #008c69;
  z-index: 10;
}
.ribbon04:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #00523d;
  z-index: 10;
}
h3.planname {
  position: relative;
  padding: 1.5rem 1rem;
	font-size: 180%;
	font-weight: bold;
}

h3.planname:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #ff4500, #ff4500 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #ff4500, #ff4500 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.serviceBoxWrap .newnormalbox .txtBox h3 {
  text-align: center;
  font-weight: 700;
  font-size: 135%;
  color: #004098;
  line-height: 1.2;
  margin-bottom: 1em;
}
.serviceBoxWrap .newnormalbox .txtBox p, .serviceBoxWrap .newnormalbox .txtBox ul.list01 li {
  font-size: 16px;
  line-height: 1.4;
}
.serviceBoxWrap .newnormalbox a.serviceBoxBtn {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  color: #fff;
  background: #004098;
  width: 70%;
  line-height: 1;
  padding: 16px 0;
  margin: 0 15%;
  font-size: 18px;
  font-weight: 400;
  transition: background 0.25s ease-in-out;
}
.newnormaltxtbox {
  padding-top: 0 !important;
}
.txt01 {
  text-align: center;
  font-size: 150%;
  line-height: 1.7;
  color: #555;
}
@media screen and (max-width: 768px) {
  .txt01 {
    font-size: 75%;
    text-align: left;
  }
  .serviceBoxWrap {
    display: flex;
  }
  .serviceBoxWrap .newnormalbox {
    width: 47%;
  }
  .serviceBoxWrap .newnormalbox .txtBox h3 {
    text-align: left;
  }
  .ribbon12, .ribbon01, .ribbon02, .ribbon03, .ribbon04 {
    margin: 0 0 30px -45px;
  }
  .serviceBoxWrap .newnormalbox .txtBox h3 {
    font-size: 118%;
  }
  .serviceBoxWrap .newnormalbox .txtBox p {
    font-size: 14px;
  }
}
@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;
  }
}
.marginbottom_5per {
  margin-bottom: 5%;
}
.marginbottom_3per {
  margin-bottom: 3%;
}
.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%;
}
.item_80per {
  width: 80%;
  justify-content: space-between;
  padding: 1%;
}
.item-img {
  padding: 0;
}
.item-body {
  padding: 0;
}
.item-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #003f8e;
}
.item-body p {
  line-height: 1.5em;
  text-align: left;
}
.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 div.plan {
	background-color: #00509d;
  padding: 0.5em;
  color: white;
}
.inner div.plan p {
  font-size: 150%;
	font-weight: bold;
}
.inner div.plan hr {
	color: white;
	border: solid 1px;
}
.serviceBoxWrap .serviceBox .txtBox02 {
  padding: 3.5% 7.5% 3%;
}
.serviceBoxWrap .serviceBox_48per {
  width: 48% !important;
}
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;
}
.bk_white {
  background: #fff;
  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;
}
#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%;
}
.box_osusume1, .box_osusume2, .box_osusume3, .box_osusume4 {
  padding: 0.5em 1em;
  margin: 0;
  color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  font-size: 130%;
  font-weight: bold;
  width: 100%;
}
.box_osusume1 {
  background: #00509d;
}
.box_osusume2 {
  background: #b5184f;
}
.box_osusume3 {
  background: #eeac00;
}
.box_osusume4 {
  background: #008c69;
}
/* ボタン */
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;
  }
}