@charset "UTF-8"; /*! normalize.css v3.0.1 | MIT License | git.io/normalize */ html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
  display: none
}
a {
  background: transparent
}
a:active, a:hover {
  outline: 0
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
mark {
  background: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 1em 40px
}
hr {
  box-sizing: content-box;
  height: 0
}
pre {
  overflow: auto
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], html input[disabled] {
  cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
input {
  line-height: normal
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto
}
optgroup {
  font-weight: 700
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
th, td {
  padding: 0
}
html {
  height: 100%;
  font-size: 62.5%
}
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif
}
h1, h2, h3, h4, h5, p, object {
  margin: 0;
  padding: 0;
  font-size: 100%
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto
}
a {
  color: #333
}
a:hover {
  color: #999
}
#header {
  background-color: #ec6944;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999
}
#header_cnt {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 17px 20px;
  position: relative
}
#gttl {
  color: #FFF;
  padding-left: 50px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  height: 26px
}
#gttl a {
  color: #FFF;
  text-decoration: none
}
#gttl br {
  display: none
}
#glogo {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -13px;
  text-align: right
}
#glogo a {
  display: inline-block
}
.nav_btn {
  position: absolute;
  cursor: pointer
}
.nav_btn.content_nav {
  left: 17px;
  top: 16px;
  width: 35px;
  height: 28px
}
.nav_btn.content_nav span {
  display: block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  background-color: #FFF;
  width: 35px;
  height: 3px;
  left: 0
}
.nav_btn.content_nav span:first-child {
  top: 0
}
.nav_btn.content_nav span:nth-child(2) {
  top: 12px
}
.nav_btn.content_nav span:last-child {
  top: 24px
}
.nav_btn.content_nav.open span:first-child {
  -webkit-transform: translateY(12px) rotate(225deg);
  -ms-transform: translateY(12px) rotate(225deg);
  transform: translateY(12px) rotate(225deg)
}
.nav_btn.content_nav.open span:nth-child(2) {
  background-color: transparent
}
.nav_btn.content_nav.open span:last-child {
  -webkit-transform: translateY(-12px) rotate(-225deg);
  -ms-transform: translateY(-12px) rotate(-225deg);
  transform: translateY(-12px) rotate(-225deg)
}
#header_nav {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none
}
#header_nav::-webkit-scrollbar {
  width: 5px
}
#header_nav::-webkit-scrollbar-track {
  background: #f1f1f1
}
#header_nav::-webkit-scrollbar-thumb {
  background: #bcbcbc
}
#header_nav_cnt {
  margin: 0 auto;
  color: #333;
  background-color: #fff5ea;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}
#header_nav_cnt dl {
  margin: 0;
  padding: 0
}
#header_nav_cnt dl dt, #header_nav_cnt dl dd {
  border-top: #d5d5d5 solid 1px
}
#header_nav_cnt dl dt > div, #header_nav_cnt dl dd > div {
  margin: 0 auto
}
#header_nav_cnt dl dt {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem
}
#header_nav_cnt dl dt > div {
  max-width: 960px;
  padding: 12px 0
}
#header_nav_cnt dl dd {
  margin: 0;
  padding: 0;
  line-height: 1.4
}
#header_nav_cnt dl dd.content_nav_movie {
  background-color: #fff47f
}
#header_nav_cnt dl dd > div {
  width: 860px;
  padding: 0 20px;
  display: table
}
#header_nav_cnt dl dd a {
  font-size: 20px;
  font-size: 2.0rem;
  display: table-cell;
  height: 78px;
  vertical-align: middle;
  background-size: 16px auto
}
#header_nav_cnt dl dd a:link, #header_nav_cnt dl dd a:visited {
  color: #903;
  text-decoration: none
}
#header_nav_cnt dl dd a:hover {
  color: #c76183
}
#header_nav_cnt dl dd span {
  display: inline-block;
  padding: 0 0 0 24px;
  background-size: 16px auto;
  background-position: left 4px;
  background-repeat: no-repeat
}
.intro-block {
  max-width: 960px;
  margin: 60px auto 0;
  padding: 25px 10px 39px;
  background: url(../img_pd/intro_block_img.jpg) right top no-repeat
}
.intro-block-tit {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px
}
.intro-block-lead {
  padding-right: 30%
}
.bnr-with {
  margin-top: 35px
}
.bnr-with a {
  display: block
}
.topic-block {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px
}
.emr-block {
  background-color: #e4e4e4;
  padding: 65px 0 60px
}
.topic-tit {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px
}
.topic-lead {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 70px
}
.topic-link-list {
  margin: -60px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.topic-link-list li {
  box-sizing: border-box;
  width: 31.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px
}
.topic-link-list li a {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  text-decoration: none;
  padding: 3px 14px 17px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  position: relative;
  color: #333
}
.topic-link-list li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #f29c84;
  position: absolute;
  right: -3px;
  bottom: -3px
}
.topic-link-list li.link-em a {
  border-color: #f29c84
}
.topic-link-list::after {
  content: "";
  display: block;
  width: 31.25%
}
.topic-link-img {
  text-align: center;
  margin-top: -33px;
  margin-bottom: 15px
}
.solution-link-img {
  text-align: center;
  margin-top: 11px;
  margin-bottom: 15px
}
.topic-link-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 59px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px
}
.solution-link-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 47px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px
}
.topic-link-txt {
  line-height: 1.4
}
.manage-block {
  background-color: #fff0b3;
  padding: 65px 0 60px
}
.solution-block {
  background-color: #f0f0f0;
  padding: 65px 0 60px
}
.bnr-withyou , .bnr-dca {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 10px
}
.bnr-dca {
  padding: 15px 0 0 0;
}
.other-link-block {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 10px 0
}
.other-link-bnr-l {
  margin: 0;
  padding: 0;
  list-style: none
}
.other-link-bnr-l li {
  margin-top: 30px
}
.other-link-bnr-l li:first-child {
  margin-top: 0
}
.other-link-bnr-l li a {
  display: block
}
.other-link-bnr-s {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.other-link-bnr-s li {
  max-width: 49%
}
.other-link-bnr-s li a {
  display: block
}
.contact-lead {
  text-align: center;
  margin-top: 50px
}
.btn-contact {
  text-align: center;
  margin-top: 8px
}
.btn-contact a {
  display: inline-block;
  text-align: center;
  border: 4px solid #c53a18;
  border-radius: 10px;
  background-color: #ec6944;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 20px 55px;
  text-decoration: none
}
.btn-contact a::after {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: translateY(-2px) rotate(45deg);
  -ms-transform: translateY(-2px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg);
  margin-left: 10px;
  content: ""
}
.pagetop {
  text-align: right;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 10px 20px;
  font-size: 14px;
  font-size: 1.4rem
}
@media print {
  body {
    min-width: 980px;
    -ms-transform: scale(.8);
    transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
  }
  .for_sp {
    display: none
  }
  #header {
    position: absolute
  }
  .intro-block {
    margin-top: 0;
    padding-top: 85px
  }
}
@media only screen and (max-width:640px) {
  .for_pc {
    display: none
  }
  #header_cnt {
    padding: 0;
    height: 47px
  }
  #gttl {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.2;
    padding: 7px 0 0;
    height: auto;
    vertical-align: middle
  }
  #gttl br {
    display: block
  }
  #glogo {
    margin-top: -5px
  }
  #glogo img {
    width: auto;
    height: 12px
  }
  .nav_btn.content_nav {
    height: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .nav_btn.content_nav span:nth-child(2) {
    top: 10px
  }
  .nav_btn.content_nav span:last-child {
    top: 20px
  }
  .nav_btn.content_nav span {
    width: 30px;
    height: 2px
  }
  .nav_btn.content_nav.open span:first-child {
    -webkit-transform: translateY(10px) rotate(225deg);
    -ms-transform: translateY(10px) rotate(225deg);
    transform: translateY(10px) rotate(225deg)
  }
  .nav_btn.content_nav.open span:last-child {
    -webkit-transform: translateY(-10px) rotate(-225deg);
    -ms-transform: translateY(-10px) rotate(-225deg);
    transform: translateY(-10px) rotate(-225deg)
  }
  #header_nav {
    top: 47px
  }
  #header_nav_cnt {
    width: 100%
  }
  .intro-block {
    margin: 47px auto 0;
    padding: 12px 3.1% 15px;
    background: none
  }
  .intro-block-tit {
    font-size: 1.8rem;
    margin-bottom: 5px
  }
  .intro-block-lead {
    padding-right: 0;
    font-size: 1.4rem
  }
  .bnr-with {
    margin-top: 10px
  }
  .emr-block {
    padding: 20px 0
  }
  .topic-tit {
    font-size: 2.0rem;
    margin-bottom: 10px
  }
  .topic-lead {
    font-size: 1.4rem;
    margin-bottom: 20px
  }
  .topic-link-list {
    margin: 0;
    display: block
  }
  .topic-link-list li {
    display: block;
    width: auto;
    margin-top: 10px
  }
  .topic-link-list li:first-child {
    margin-top: 0
  }
  .topic-link-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 14px 14px 7px;
    border-width: 2px
  }
  .topic-link-list li a::after {
    border-width: 0 0 12px 12px;
    right: -2px;
    bottom: -2px
  }
  .topic-link-list::after {
    display: none
  }
  .topic-link-img {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    width: 79px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79px;
    flex: 0 0 79px
  }
  .solution-link-img {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    width: 79px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79px;
    flex: 0 0 79px
  }
  .topic-link-logo {
    height: 41px
  }
  .topic-link-logo img {
    width: auto
  }
  .topic-link-logo#emr-logo01 img {
    height: 19px
  }
  .topic-link-logo#emr-logo02 img {
    height: 28px
  }
  .topic-link-logo#emr-logo03 img {
    height: 28px
  }
  .topic-link-logo#emr-logo04 img {
    height: 41px
  }
  .topic-link-logo#emr-logo05 img {
    height: 30px
  }
  .topic-link-logo#emr-logo06 img {
    height: 30px
  }
  .topic-link-logo#manage-logo01 img {
    height: 30px
  }
  .topic-link-logo#manage-logo02 img {
    height: 25px
  }
  .topic-link-logo#manage-logo03 img {
    height: 15px
  }
  .solution-link-logo {
    height: 33px
  }
  .solution-link-logo img {
    width: auto
  }
  .solution-link-logo#solution-logo01 img {
    height: 26px
  }
  .solution-link-logo#solution-logo02 img {
    height: 30px
  }
  .solution-link-logo#solution-logo03 img {
    height: 33px
  }
  .manage-block {
    padding: 20px 0
  }
  .solution-block {
    padding: 20px 0
  }
  .other-link-bnr-l li {
    margin-top: 15px
  }
  .other-link-bnr-s {
    margin: 15px 0 0
  }
  .other-link-bnr-s li {
    width: 48.3%
  }
  .contact-lead {
    margin-top: 25px;
    font-size: 1.2rem
  }
  .btn-contact a {
    border: 2px solid #c53a18;
    font-size: 1.4rem;
    padding: 15px 40px
  }
  .btn-contact a::after {
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff
  }
}
@media only screen and (min-width:641px) and (max-width:768px) {
  .for_sp {
    display: none
  }
  .intro-block {
    padding: 20px 3.1%;
    background-position: 120% 0
  }
}
@media only screen and (min-width:769px) {
  .for_sp {
    display: none
  }
  .bnr-with a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
  }
  .bnr-with a:hover {
    opacity: .6;
    filter: alpha(opacity=60)
  }
  .topic-link-list li a {
    -webkit-transition-property: border-color, background-color;
    transition-property: border-color, background-color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
  }
  .topic-link-list li a:hover {
    background-color: #fff5ea;
    border-color: #fff5ea
  }
  .topic-link-list li.link-em a:hover {
    border-color: #f29c84
  }
  .bnr-withyou ,.bnr-dca {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
  }
  .bnr-withyou:hover , .bnr-dca:hover {
    opacity: .6;
    filter: alpha(opacity=60)
  }
  .other-link-bnr-l li a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
  }
  .other-link-bnr-l li a:hover {
    opacity: .6;
    filter: alpha(opacity=60)
  }
  .other-link-bnr-s li a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
  }
  .other-link-bnr-s li a:hover {
    opacity: .6;
    filter: alpha(opacity=60)
  }
  .btn-contact a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
  }
  .btn-contact a:hover {
    opacity: .6;
    filter: alpha(opacity=60)
  }
}
@media only screen and (max-width:768px) {
  #header_cnt {
    width: auto
  }
  .nav_btn.content_nav {
    left: 10px
  }
  #header_nav_cnt dl dt > div {
    width: auto;
    padding: 10px
  }
  #header_nav_cnt dl dd > div {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px
  }
  #header_nav_cnt dl dd a {
    font-size: 1.6rem;
    height: 60px
  }
  .intro-block {
    width: auto
  }
  .topic-block {
    padding: 0 3.1%
  }
  .bnr-withyou {
    padding: 15px 3.1%
  }
  .bnr-dca {
    padding-top: 15px ;
  }
  .other-link-block {
    padding: 15px 3.1% 0
  }
  .pagetop {
    padding: 20px 3.1%
  }
}