@charset "UTF-8";
@import url(../../css/common.css);
@import "https://use.fontawesome.com/releases/v5.8.1/css/all.css";
@import "https://use.fontawesome.com/releases/v5.8.1/css/v4-shims.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* Page Settings */
/*------------------------------------*/
h1 {
  margin-bottom: 15px;
}

#topcontrol {
  z-index: 100;
}

#globalnav li.g-03 a {
  background-position: -380px -125px;
}

.read .italic {
  font-style: italic;
}

#globalnav li.g-research a {
  background-position: -800px -88px;
}

#menu-top .m-research a {
  background-position: -206px 0;
}

#pagetitle {
  padding: 0;
  width: 850px;
}
#pagetitle .chara {
  right: 10px;
  bottom: 10px;
}

#pagetitle .fig {
  top: 19px;
  right: 7px;
}

#pagetitle .inner {
  position: relative;
  padding: 35px 30px 10px;
}

#pagetitle .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #a05f2a;
  border-radius: 10px 10px 0 0;
}

#pagetitle .inner .note {
  margin-bottom: .3em;
}

#pagetitle .inner h1 {
  margin-bottom: 0;
}

/* -------------------------------------------- */
/* pagetitle */
/* -------------------------------------------- */
#pagetitle h1 {
  position: relative;
  z-index: 1;
}

/* -------------------------------------------- */
/* innerlink */
/* -------------------------------------------- */
.innerlink a {
  background: #a05e2a;
}

/* -------------------------------------------- */
/* menu-top */
/* -------------------------------------------- */
#menu-top {
  background-color: #a05f2a;
}

#menu-top ul li i {
  color: #a05f2a;
  font-weight: bold;
}

#menu-top ul li a {
  background-color: #f8efe8;
}

#menu-top .m-research a {
  text-indent: -8px;
  padding-left: 25px;
}

h2.border-title {
  width: 100%;
  position: relative;
  margin-bottom: 2em;
  padding: 0.5em 1em 0.5em 1.2em;
  border-top: 1px solid #00adbd;
  border-bottom: 3px double #00adbd;
  font-size: 1.6em;
  text-align: left !important;
  font-weight: bold;
  box-sizing: border-box;
}
h2.border-title:before {
  position: absolute;
  top: .5em;
  left: .2em;
  content: '';
  width: 7px;
  height: 60%;
  background-color: #00adbd;
  border-radius: 5px;
}

.research * {
  box-sizing: border-box;
}
.research .read {
  width: 100%;
  margin: 0 auto 1.5em;
  padding: 0;
}
.research img {
  max-width: 100%;
  height: auto;
}
.research .titlemenu {
  position: relative;
  padding: 1.5em;
  border: 3px solid #c5470e;
  border-radius: 15px;
  background: #fffced;
  z-index: 1;
}
.research .titlemenu:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 180px;
  background: url("/research/image/fig_health1.gif") no-repeat 50% 50%;
  background-size: contain;
  z-index: -1;
}
.research .titlemenu .center {
  margin-bottom: 1.5em;
  font-size: 1.8em;
  color: #c5470e;
  font-weight: bold;
  z-index: 10;
  text-align: center;
}
.research .titlemenu ul {
  padding-left: 1.5em;
  list-style: disc;
  z-index: 10;
}
.research .titlemenu ul li {
  margin-bottom: .8em;
}
.research .titlemenu ul li a {
  color: #c5470e;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline;
}
.research .titlemenu ul li a:after {
  content: "\f107";
  display: inline-block;
  margin-left: .5em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.research .block {
  margin-bottom: 6em;
}
.research .block table {
  margin: 0 auto;
}
.research .block table th {
  font-weight: bold;
  background: #f4f3f8;
}
.research .block table td, .research .block table th {
  padding: 5px 15px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}
.research .block p.quote {
  text-align: center;
}
.research .block p.quote .bold {
  font-weight: bold;
}
.research .block p.quote .name {
  font-style: italic;
}
.research .block span.quote {
  display: block;
  margin-bottom: .5em;
}
.research .block span.quote .bold {
  font-weight: bold;
}
.research .block span.quote .name {
  font-style: italic;
}
.research .block .title-area {
  margin: 0 auto 1.5em;
  position: relative;
  padding: 0.8em 1em 0.8em 1.8em;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1));
  background: -moz-linear-gradient(top, white, #f1f1f1);
  text-align: left !important;
  line-height: 1.4;
}
.research .block .title-area:after {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: '';
  width: 7px;
  height: 80%;
  background-color: #2aa1ed;
  border-radius: 5px;
}
.research .block .title-area .sub-title {
  margin-bottom: .3em;
  font-weight: bold;
}
.research .block .title-area .sub-title span {
  display: inline-block;
  margin-right: .8em;
  color: #2aa1ed;
}
.research .block .title-area .sub-title em {
  display: inline-block;
  color: #333;
  font-weight: normal;
}
.research .block .title-area .sub-title em .name {
  font-style: italic;
}
.research .block .title-area .sub-title em .bold {
  font-weight: bold;
}
.research .block .title-area h3.main-title {
  font-size: 1.6em;
  font-weight: bold;
}
.research .block .read {
  line-height: 1.8;
}
.research .block .read strong {
  color: #b54748;
  font-size: 1.1em;
  font-weight: bold;
}
.research .block .graph-l-title {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.research .block .f-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
.research .block .f-block .photo {
  width: 48%;
}
.research .block .f-block .read {
  width: 48%;
}
.research .block .f-block .graph-area {
  width: 48%;
}
.research .block .f-block.c-3 {
  align-items: flex-end;
}
.research .block .f-block.c-3 .graph-area {
  width: 30%;
}
.research .block .graph-area {
  margin-bottom: 3em;
  text-align: center;
}
.research .block .graph-area .graph {
  margin-bottom: .5em;
}
.research .block .graph-area .graph-title {
  font-size: 1em;
  font-weight: bold;
}
.research .block .graph-area .inyou {
  font-size: .9em;
}
.research #seibun .date {
  margin-bottom: .5em;
  text-align: right;
  font-size: .9em;
}
.research #seibun .scroll-text {
  display: none;
}
.research #seibun .scroll-out-box {
  margin-bottom: .5em;
}
.research #seibun .scroll-out-box .scroll-table .component-table {
  border-collapse: collapse;
}
.research #seibun .scroll-out-box .scroll-table .component-table th, .research #seibun .scroll-out-box .scroll-table .component-table td {
  border: 1px solid #d1d1d1;
  padding: 10px;
}
.research #seibun .scroll-out-box .scroll-table .component-table thead tr th {
  text-align: center;
}
.research #seibun .scroll-out-box .scroll-table .component-table thead tr th.component {
  width: 40%;
}
.research #seibun .scroll-out-box .scroll-table .component-table thead tr th.content {
  width: 10%;
}
.research #seibun .scroll-out-box .scroll-table .component-table thead tr th.unit {
  width: 8%;
}
.research #seibun .scroll-out-box .scroll-table .component-table thead tr th.source {
  width: 42%;
}
.research #seibun .scroll-out-box .scroll-table .component-table tbody tr th, .research #seibun .scroll-out-box .scroll-table .component-table tbody tr td {
  vertical-align: middle;
}
.research #seibun .scroll-out-box .scroll-table .component-table tbody tr td {
  text-align: center;
}
.research #seibun .scroll-out-box .scroll-table .component-table tbody tr td.source {
  text-align: left;
  word-break: keep-all;
}
.research #seibun .scroll-out-box .scroll-table .component-table tbody tr td i {
  font-style: italic;
}
.research #seibun .scroll-out-box .scroll-table .component-table tbody tr td .bold {
  font-weight: bold;
}
.research #seibun .bikou {
  font-size: .9em;
}

/* -------------------------------------------- */
/* component */
/* -------------------------------------------- */
#component table {
  margin: 0 auto 15px;
  width: 400px;
  border: 1px solid #cccccc;
  border-collapse: collapse;
  font-size: 0.9em;
}

#component table td {
  padding: 2px 15px;
  text-align: center;
  border: 1px solid #cccccc;
}

#component table td.element, #component table td.credit {
  text-align: left;
  background: #f4f3f8;
}

#component table td.reg {
  background: #f8efe8;
}

#component table tr.group td {
  border-bottom: 1px solid #e6e6e6;
}

#component table td#right-txt {
  text-align: right;
}

#component table td.credit {
  text-align: center;
}

#contents #component ul.read {
  width: 400px;
  margin: 0 auto;
}

#component table td sup {
  font-size: 0.8em;
  vertical-align: top;
}

/*------------------------------------------------------------------------------------------------

 デバイス別スタイル / スマートフォン
 
------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /* ---------------------------------------------------------------- */
  #contents {
    padding-bottom: 10px;
  }

  #pagetitle {
    width: 100%;
    background-size: 40% auto !important;
    background-position: right bottom;
  }

  #pagetitle .inner {
    width: 100%;
    background-size: 100% auto !important;
    box-sizing: border-box;
    padding: 20px 10px;
  }

  #pagetitle h1 img {
    max-width: 556px;
  }

  #pagetitle .note {
    width: 100%;
  }

  .title-area {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .head-title {
    width: 100%;
    margin: 0 auto 0.5em;
    box-sizing: border-box;
  }

  .research .read {
    margin: 0 auto 1em;
  }
  .research .titlemenu {
    padding: 1em;
  }
  .research .titlemenu:after {
    content: none;
  }
  .research .titlemenu .center {
    margin-bottom: 1em;
    font-size: 1.5em;
  }
  .research .titlemenu ul li a {
    font-size: 1em;
  }
  .research .block {
    margin: 0 auto 5em;
    width: 95%;
  }
  .research .block .title-area h3.main-title {
    font-size: 1.4em;
  }
  .research .block table th {
    text-align: left;
  }
  .research .block table th, .research .block table td {
    padding: 5px 10px;
  }
  .research .block .read {
    line-height: 1.5;
  }
  .research .block .f-block {
    display: block;
    margin-bottom: 1.5em;
  }
  .research .block .f-block .photo {
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
  }
  .research .block .f-block .read {
    width: 100%;
  }
  .research .block .f-block .graph-area {
    width: 100%;
  }
  .research .block .f-block.c-3 .graph-area {
    width: 100%;
  }
  .research .block .graph-area {
    margin-bottom: 3em;
  }
  .research .block .graph-area .graph-title {
    font-size: 1em;
  }
  .research #seibun .scroll-text {
    display: block;
    color: #bb262b;
    font-size: .9em;
    margin-bottom: .2em;
  }
  .research #seibun .scroll-out-box {
    position: relative;
  }
  .research #seibun .scroll-out-box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), transparent) 0 0/30px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3)) right/30px 100%;
  }
  .research #seibun .scroll-out-box .scroll-table {
    overflow-x: scroll;
  }
  .research #seibun .scroll-out-box .scroll-table .component-table {
    width: 900px;
  }
}
@media only screen and (max-width: 479px) {
  /* ---------------------------------------------------------------- */
  .research #seibun .scroll-out-box .scroll-table .component-table {
    width: 600px;
    font-size: .85em;
  }
  .research #seibun .scroll-out-box .scroll-table .component-table th, .research #seibun .scroll-out-box .scroll-table .component-table td {
    padding: 8px 5px;
  }
}
