/*---------------------------------------------------------
  HISAEDA CONSULTING CSS : Index
----------------------------------------------------------*/
#main a.newWinGray {
  background: url(../images/common/icon_newwin_gray1.gif) no-repeat 0px 2px;
  padding-left: 13px;
}

#indexMain #mainCenter {
  width: 100%;
  height: 600px;
}

#indexMain #mainCenter img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

#indexMain .flex-direction-nav a {
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  #indexMain .flex-direction-nav a {
    background-color: #333;
    border-radius: 50%;
  }
}
#indexMain .flex-direction-nav a:before {
  background-image: url(../images/index/main_slide_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
}
#indexMain .flex-direction-nav a:hover {
  opacity: 0.7;
}
#indexMain .flex-direction-nav a.flex-prev {
  left: 22px;
}
#indexMain .flex-direction-nav a.flex-next {
  right: 22px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slidesItem {
  position: relative;
}

#indexMain .slidesItemBox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 120px);
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#indexMain .slidesItemBoxInner {
  margin-left: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 45px;
  display: inline-block;
  max-width: 558px;
}

.slidesItemBoxMain {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}

.slidesItemBoxSub {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  color: #ccc;
}

/* indexMainMiddle */
#indexMainMiddle {
  clear: both;
  background: url(../images/index/main_middle_bg.jpg) repeat-x 0px 0px;
  padding: 5px 15px 12px;
}

#indexMainMiddle p {
  line-height: 14px;
  color: #666666;
}

/* indexService */
#service {
  clear: both;
  margin: 0 15px;
}

#service ul.btnLink li {
  float: left;
  padding: 15px 0px 0px 0;
  position: relative;
  top: -45px;
  z-index: 10;
}

#service .btnLink > li {
  width: calc((100% - 30px) / 3);
}
#service .btnLink > li > a > img {
  width: 100%;
  height: auto;
}
#service .btnLink li + li {
  padding-left: 15px;
}

/*#service ul.btnLink a {
	display: block;
	height: 122px;
	width: 402px;
	text-indent: -9999px;
}
#service ul.btnLink li.corp a {
	background: url(../images/index/service_corp.jpg) no-repeat 0px 0px;
}
#service ul.btnLink li.hospital a {
	background: url(../images/index/service_hospital.jpg) no-repeat 0px 0px;
}
#service ul.btnLink li.global a {
	background: url(../images/index/service_global.jpg) no-repeat 0px 0px;
}
#service ul.btnLink li.public a {
	background: url(../images/index/service_public.jpg) no-repeat 0px 0px;
}
#service ul.btnLink li.corp a:hover {
	background: url(../images/index/service_corp_on.jpg) no-repeat 0px 0px;
}
#service ul.btnLink li.hospital a:hover {
	background: url(../images/index/service_hospital_on.jpg) no-repeat 0px 0px;
}
#service ul.btnLink li.global a:hover {
	background: url(../images/index/service_global_on.jpg) no-repeat 0px 0px;
}
#service ul.btnLink li.public a:hover {
	background: url(../images/index/service_public_on.jpg) no-repeat 0px 0px;
}*/
/* problem */
#problem {
  clear: both;
  margin: 0 15px;
  padding: 0;
  background: url(../images/index/problem_bg.jpg) no-repeat 0 0px;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#problem h2 {
  background: #F6F6F6 url(../images/index/problem_tit_bg.jpg) repeat-x 0px 0px;
  border: 1px solid #CCC;
}

#problem h2 span {
  background: url(../images/index/problem_tit_ic.jpg) no-repeat 8px 8px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 16px 16px 16px 50px;
  display: block;
  border: 1px solid #FFF;
}

#problem .tab {
  padding: 12px 15px 0px 15px;
}

#problem .tab ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#problem .tab li {
  float: left;
  padding-right: 3px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#problem .tab li a {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #356BB3 url(../images/index/problem_tab.jpg) repeat-x 0px bottom;
  display: block;
  padding: 8px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: calc(100% - 16px);
  text-decoration: none;
  border-top: 1px solid #004EA2;
  border-right: 1px solid #004EA2;
  border-left: 1px solid #004EA2;
}

#problem .tab li a:hover,
#problem .tab li a.sct {
  color: #000;
  background: #FFF url(../images/index/problem_tab_on.jpg) repeat-x 0px top;
  border-top: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
}

/*#problem .tab li a {
	display: block;
	text-indent: -3000px;
}
#problem .tab li.btnReexamine a {
	height: 38px;
	width: 395px;
	background: url(../images/index/problem_tab_reexamine.jpg) no-repeat 0px 0px;
}
#problem .tab li.btnReexamine a:hover,
#problem .tab li.btnReexamine a.sct {
	background: url(../images/index/problem_tab_reexamine_on.jpg) no-repeat 0px 0px;
}
#problem .tab li.btnTraining a {
	height: 38px;
	width: 394px;
	background: url(../images/index/problem_tab_training.jpg) no-repeat 0px 0px;
}
#problem .tab li.btnTraining a:hover,
#problem .tab li.btnTraining a.sct {
	background: url(../images/index/problem_tab_training_on.jpg) no-repeat 0px 0px;
}*/
#problem #contTraining {
  display: none;
}

#problem .problemInner {
  background: url(../images/index/problem_cover_bg.gif) repeat-y 0 0px;
  clear: both;
  margin: 0 10px;
  padding: 6px 0 0px;
  background-size: cover;
}

#problem .topLine {
  border-top: 2px solid #D6D6D6;
  padding-top: 6px;
}

#problem .problemBox {
  width: 33.3%;
  float: left;
  min-height: 360px;
}

#problem .problemBox ul {
  padding: 0px 15px 15px;
}

#problem .problemBox li {
  line-height: 16px;
  background: url(../images/index/problem_point.jpg) no-repeat 0px 10px;
  padding: 8px 0px 8px 16px;
  min-height: 32px;
  height: auto !important;
  height: 32px;
  border-bottom: 1px dashed #CCC;
}

#problem .problemBox .action {
  background: url(../images/index/problem_action_bg.jpg) no-repeat 1px 0px;
  padding-top: 60px;
  background-position: center;
}

#problem .problemBox p {
  text-align: center;
}

#problem .problemBox p.btn {
  padding: 6px 0px 15px;
}

#problem .problemBtm {
  background: url(../images/index/problem_cover_btm.gif) no-repeat 0px 0px;
  clear: both;
  height: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-position: bottom;
}

#problem .problemBtmText {
  padding: 8px 15px 10px;
  border-bottom: 1px solid #CCC;
}

/* column */
#column {
  padding: 30px 15px 0px;
  clear: both;
}

#column #columnRight .topicsTitle {
  position: relative;
}

#column #columnRight .topicsTitle h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: url(../images/index/topics_tit_bg.jpg) no-repeat 0px 0px;
  padding: 5px 12px 8px;
}

#column #columnRight .topicsTitle p.btnList {
  width: 45px;
  position: absolute;
  top: 8px;
  right: 5px;
}

#column #columnRight .topicsTitle p.btnRss {
  width: 50px;
  position: absolute;
  top: 8px;
  right: 59px;
}

#column #columnRight .blogTitle {
  position: relative;
  padding-top: 20px;
}

#column #columnRight .blogTitle h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: url(../images/index/topics_tit_bg.jpg) no-repeat 0px 0px;
  padding: 5px 12px 8px;
}

#column #columnRight .blogTitle p.btnList {
  width: 45px;
  position: absolute;
  top: 28px;
  right: 5px;
}

#column #columnRight .blogTitle p.btnRss {
  width: 50px;
  position: absolute;
  top: 28px;
  right: 59px;
}

.topics.blog {
  margin-bottom: 70px;
}

/*---------------------------------------------------------
  width: 768px
----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #indexMain #mainCenter {
    width: 100%;
    height: 354px;
  }
  #indexMain #mainCenter img {
    width: 100%;
    height: 354px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #indexMain .flex-direction-nav a {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #indexMain .flex-direction-nav a:before {
    background-image: url(../images/index/main_slide_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 8px;
    height: 15px;
  }
  #indexMain .flex-direction-nav a.flex-prev {
    left: 16px;
  }
  #indexMain .flex-direction-nav a.flex-next {
    right: 16px;
  }
  #indexMain .slidesItemBox {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: calc(100svw - 80px);
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #indexMain .slidesItemBoxInner {
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    display: inline-block;
    max-width: none;
  }
  .slidesItemBoxMain {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.55;
    color: #fff;
    margin-bottom: 10px;
  }
  .slidesItemBoxSub {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #ccc;
  }
  .slidesItemBoxSub br {
    display: none;
  }
  /* indexMainMiddle */
  #indexMainMiddle {
    display: none;
    padding: 0px;
  }
  #indexMainMiddle MARQUEE {
    display: none;
  }
  /* indexService */
  #service ul.btnLink {
    padding-top: 15px;
  }
  #service ul.btnLink li {
    float: none;
    padding: 5px 0 0px;
    position: static;
    top: 0;
    z-index: 1;
  }
  #service ul.btnLink li img {
    width: 100%;
    height: auto;
  }
  #service .btnLink > li {
    width: 100%;
  }
  /* problem */
  #problem {
    clear: both;
    padding: 20px 0 0px;
    background: url(none);
  }
  #problem h2 {
    background: #F6F6F6 url(../images/index/problem_tit_bg.jpg) repeat-x 0px 0px;
    border: 1px solid #CCC;
  }
  #problem h2 span {
    background: url(../images/index/problem_tit_ic.jpg) no-repeat 8px 8px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 16px 16px 16px 50px;
    display: block;
    border: 1px solid #FFF;
  }
  #problem .tab {
    padding: 12px 0px 0px 0px;
  }
  #problem .tab li {
    float: left;
    padding-right: 3px;
  }
  #problem .tab li a {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #356BB3 url(../images/index/problem_tab.jpg) repeat-x 0px bottom;
    display: block;
    padding: 8px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: auto;
    text-decoration: none;
    border-top: 1px solid #004EA2;
    border-right: 1px solid #004EA2;
    border-left: 1px solid #004EA2;
  }
  #problem .tab li a:hover,
  #problem .tab li a.sct {
    color: #000;
    background: #FFF url(../images/index/problem_tab_on.jpg) repeat-x 0px top;
    border-top: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2;
  }
  #problem #contTraining {
    display: none;
  }
  #problem .problemInner {
    background: url(none);
    clear: both;
    margin: 0;
    padding: 0px;
    width: 100%;
  }
  #problem .topLine {
    border-top: 2px solid #D6D6D6;
    padding-top: 6px;
  }
  #problem .problemBox {
    width: 100%;
    float: none;
    border-top: 1px solid #CCC;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
  }
  #problem .problemBox ul {
    padding: 15px;
  }
  #problem .problemBox li {
    line-height: 22px;
    background: url(../images/index/problem_point.jpg) no-repeat 0px 10px;
    padding: 8px 0px 8px 16px;
    min-height: 32px;
    height: auto !important;
    height: 32px;
    border-bottom: 1px dashed #CCC;
  }
  #problem .problemBox .action {
    background: url(../images/index/problem_action_bg.jpg) no-repeat center 0px;
    padding-top: 60px;
  }
  #problem .problemBox p {
    text-align: center;
  }
  #problem .problemBox p.btn {
    padding: 6px 0px 15px;
  }
  #problem .problemBox p.btn img {
    width: 100%;
    height: auto;
  }
  #problem .problemBtm {
    background: url(none);
    clear: both;
    height: 0px;
  }
  #problem .problemBtmText {
    padding: 8px 5px 10px;
    border-bottom: 1px solid #CCC;
  }
  /* column */
  #column {
    padding: 30px 10px 0px;
    clear: both;
  }
  #column #columnLeft {
    width: 100%;
    padding-right: 0px;
    float: none;
  }
  #column #columnLeft ul.bnrList li,
  #column #columnLeft ul.bnrList2 li {
    padding: 5px;
    float: left;
    width: 50%;
  }
  #column #columnLeft ul.bnrList li img,
  #column #columnLeft ul.bnrList2 li img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
  #column #columnLeft ul.bnrList2 {
    clear: both;
  }
  #column #columnLeft .line {
    margin-top: 5px;
    border-top: none;
  }
  #column #columnLeft .line li.top {
    padding-top: 5px;
  }
  #column #columnRight {
    float: none;
    width: 100%;
  }
  #column #columnRight .topicsTitle {
    position: relative;
    padding-top: 20px;
  }
  #column #columnRight .topicsTitle h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: url(../images/index/topics_tit_bg.jpg) no-repeat 0px 0px;
    padding: 5px 12px 8px;
  }
  #column #columnRight .topicsTitle p.btnList {
    width: 45px;
    position: absolute;
    top: 28px;
    right: 5px;
  }
  #column #columnRight .topicsTitle p.btnRss {
    width: 50px;
    position: absolute;
    top: 28px;
    right: 59px;
  }
  #column #columnRight .blogTitle {
    position: relative;
    padding-top: 20px;
  }
  #column #columnRight .blogTitle h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: url(../images/index/topics_tit_bg.jpg) no-repeat 0px 0px;
    padding: 5px 12px 8px;
  }
  #column #columnRight .blogTitle p.btnList {
    width: 45px;
    position: absolute;
    top: 28px;
    right: 5px;
  }
  #column #columnRight .blogTitle p.btnRss {
    width: 50px;
    position: absolute;
    top: 28px;
    right: 59px;
  }
}
@media only screen and (max-width: 1000px) {
  #indexMain .slidesItemBoxInner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .slidesItemBoxSub {
    font-size: 10px;
  }
}