@charset "utf-8";
/* CSS Document */
#oe #ttlArea, #oeDetail #ttlArea {
  background: url("../images/ttl_oe.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
}
#oe #ttlArea #breadcrumb, #oeDetail #ttlArea #breadcrumb {
  text-shadow: 1px 1px 20px #fff, -1px 1px 20px #fff, 1px -1px 20px #fff, -1px -1px 20px #fff, 1px 1px 20px #fff, -1px 1px 20px #fff, 1px -1px 20px #fff, -1px -1px 20px #fff;
  ;
}
.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff75 60%);
}
.padding_right_05em {
	padding-right: 0.5em;
}
.padding_top_05em {
	padding-top: 0.5em !important;
}
.padding_bottom_05em {
	padding-bottom: 0.5em !important;
}
.sub_title {
  font-weight: bold;
  background-color: #004098;
  color: white;
  font-size: 105%;
  padding: 0.2em 1em;
  color: #fff;
}
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item_60per {
  width: 60%;
  justify-content: space-between;
  padding: 1%;
}
.item_25per {
  width: 25%;
  justify-content: space-between;
  padding: 1%;
}
.item_80per {
  width: 80%;
  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_33per {
  width: 33.3%;
  justify-content: space-between;
  padding: 1%;
}
.item_100per {
  width: 100%;
  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;
}
dl.qa {
  overflow: hidden;
  _zoom: 1;
	text-align: left;
}
dl.qa dd, dl.qa dt {
  text-indent: -2.6em;
  padding: 0 20px 0px 50px;
}
dl.qa dt {
  margin: 20px 20px 0 0;
}
dl.qa dd:first-letter, dl.qa dt:first-letter {
  font-size: 1.6em;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
}
dl.qa dd {
  margin: 10px 0 -1px 0;
  padding-bottom: 20px;
  border-bottom: solid 1px #aaa;
}
dl.qa dt:first-letter {
  color: #00a1e9;
}
dl.qa dd:first-letter {
  color: #ea5550;
}
.font_120per {
  font-size: 120%;
}
.font_80per {
  font-size: 80%;
}
.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%;
  line-height: 2;
  margin-bottom: 26px;
}
table.planlist {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
	width: 100%;
}
table.planlist tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
table.planlist tr:nth-child(even){
  background-color: #eee;
}
table.planlist th,
table.planlist td {
  padding: .35em 1em;
}
table.planlist thead th {
    font-size: .85em;
    padding: 1em;
}
table.planlist thead tr{
  background-color: #003f8e;
  color:#fff;
	font-weight: bold;
}
table.planlist tbody th {
  text-align: left;
  font-size: .8em;
}
table.planlist .txt{
   text-align: left;
}
table.planlist .price{
  text-align: center;
  color: #FF7043;
  font-weight: bold;
}
.oemovie,.oemovie02 {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 5% auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.oemovie li {
  width: 46%;
  margin: 0 2% 5%;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.3);
  position: relative;
}
.oemovie02 li {
  width: 100%;
  margin: 0 2% 5%;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.3);
  position: relative;
}
.oemovie_date {
  background: #003f8e;
  padding: 5px 2%;
  color: #FFFFFF;
  margin-bottom: 2%;
  text-align: center;
}
.oemovie .video{
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}
.oemovie .video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.oemovie_date span {
  padding-right: 8px;
}
.oemovie_ttl {
  font-size: 20px;
  font-weight: 700;
  color: #004098;
  padding: 0 3% 5%;
  line-height: 1.4;
  text-align: left;
}
.oemovie_more {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  background: #004098;
  display: block;
  width: 230px;
  margin: 0 auto 10px;
  padding: 2.42% 0;
}
.oemovie_movie {
  font-size: 16px;
  width: 230px;
  text-align: center;
  background: #27A031;
  color: #FFF;
  display: block;
  margin: 0 auto 10px;
  padding: 2.42% 0;
}
.oemovie_more:hover, .oemovie_movie:hover {
  opacity: 0.8;
  ;
}
.box_osusume1,.box_osusume2,.box_osusume3,.box_osusume4,.box_osusume5 {
    padding: 0.5em 1em;
    margin: 0;
    color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
	font-size: 170%;
	font-weight: bold;
	width: 100%;
}
.box_osusume1 {
    background: #00509d;
}
.box_osusume2 {
    background: #b5184f;
}
.box_osusume3 {
    background: #eeac00;
}
.box_osusume4 {
    background: #008c69;
}
.box_osusume5 {
    background: #9f166a;
}
a.link:hover{
  color : #ff7043;
	text-decoration: underline;
}
a.link{
  color : #19a8e5;
	text-decoration: underline;
}
.box_balloon-left {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  font-size: 16px;
  background: #fff;
	width: 95%;
}

.box_balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
.box_balloon-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  color: #555;
  font-size: 16px;
  background: #eee;
	width: 95%;
}

.box_balloon-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #eee;
}
.box_balloon-left-blue {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  font-size: 16px;
  background: #dcf4f4;
	width: 95%;
}
.box_balloon-left-blue:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #dcf4f4;
}
p.capture_img{
	font-size: 60%;
	text-align: center;
	}
.box_balloon-top p {
  margin: 0;
  padding: 0;
	text-align: left;
}
.box_balloon-top img {
  width: 20%;
	float: left
}
.box_balloon-top p.mondai {
  width: 80%;
	float: right;
}
.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;
}
.btnStyle_white {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 20px 0;
	width: 80%;
	margin: 4.69% auto 7.81%;
	text-align: center;
	color: #014593;
	background: #fff;
	border: 3px solid #014593;
	transition: all 0.25s ease;
}
.btnStyle_white:hover {
	color: #fff;
	background: #014593;
}
.article{
	font-size: 1.6em !important;
	text-align: left;
}
.anchor{
	padding-top: 70px;
    margin-top: -70px;
}
@media screen and (max-width: 768px) {
  .f-container {
    flex-wrap: wrap;
  }
  .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%;
  }
table.planlist {
    border: 0;
    width:100%
  }
  table.planlist th{
    background-color: #fd6767;
    display: block;
    border-right: none;
  }
  table.planlist thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.planlist tr {
    display: block;
    margin-bottom: .625em;
    border: 1px solid #fd6767;
  }
  table.planlist td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: 1.5em 1em 1.5em 4em;
    border-right: none;
  }
  
  table.planlist td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #000;
  }
  table.planlist td:last-child {
    border-bottom: 0;
  }
  table.planlist tbody th {
    color: #fff;
    padding: 1em
}
  table.planlist tr:nth-child(even){
  background-color: #fff;
}
	.oemovie {
    display: block;
  }
  .oemovie li {
    width: 100%;
    margin: 0 0 5%;
    padding-bottom: 5%;
  }
	.btnStyle_blue {
	font-size: 107.14%;
	padding: 4% 0;
	width: 75%;
	margin: 7.81% auto;
}
	.btnStyle_white {
	font-size: 100%;
	padding: 20px 0;
	width: 75%;
	margin: 4.69% auto 13.51%;
	border: 3px solid #014593;
}
p.capture_img{
	font-size: 100%;
	text-align: center;
	}	
}
@media screen and (max-width: 480px) {
	.article{
		font-size:100% !important;
	}
}