@charset "utf-8";

*, article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  margin: 0;
  padding: 0;
}

html,body{ height:100%;}

/* 背景 */
body {
  line-height: 1.7;  color: #333333;  font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 90%;
  background-color: #FFFFFF;
}

/* 画像全体 */
img {
  border: 0;
  vertical-align: top;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* リスト */
ol, ul, li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* テーブル */
table {
  border-collapse: collapse;
}

/* HTML5, 5.1 で追加 */
article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, picture, section, summary {
  display: block;
}

/* コンテンツ全体 */
#contents_all {
  min-width: 1080px;
  width: 100%;
  height:auto !important;
  height:100%;
  margin:0 auto;
  min-height:684px;
  border-top: 5px solid #0068b7;
}

/* ヘッダー */
#wapper_header {
  width: 100%;
  box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.3);
  position: relative;
  z-index: 3;
}
#wapper_header .inner {
  width: 1080px;
  height: 85px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header {
  /* width: 100%; */
}
header h1 {
  background:url(../images/logo.svg) no-repeat;
  width: 490px;
  height: 48px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
header h1>a {
  display: block;
}
ul.contact {
  display: flex;
}
ul.contact li a {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #0068b7;
  color: #FFFFFF !important;
  display: block;
}
ul.contact li a:hover {
  background-color: #3680B5;
}
ul.contact li:first-child a {
  margin-right: 5px;
}

/* コンテンツ */
#contents {
  width: 100%;
  background: url(../images/bg_grid.png);
}

/* slick slider用 */
.wrapper_slider {
  background: linear-gradient(to right, rgba(57,122,210,1) 0%,rgba(7,28,39,1) 80%);
  margin-bottom: 40px;
}
/* 画像センター用（スライダー使用または、レスポンシブでは削除） */
.slick img {
  margin: 0 auto;
}
/* sliderに文字を載せる */
.slick .slick-slide {
  position: relative;
}
.img_slider01_text {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: auto;
  width: 180px;
  height: 30px;
}

/* クリアフィクス */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* メニュー */
#gnav {
  width: 300px;
  margin-bottom: 20px;
  line-height: 1.2;
}
#gnav > ul > li {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
  border-radius: 0 0 5px 5px;
}
#gnav > ul > li > div {
  width: 100%;
  background-color: #0068b7;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
}
#gnav > ul > li.on > div,
#gnav > ul > li.on > div > a,
#gnav > ul > li > div > a:hover {
  background-color: #e85c57;
  text-decoration: none;
}
#gnav > ul > li > div > a {
  width: 100%;
  padding: 10px 1em;
  box-sizing: border-box;
  color: #FFFFFF;
  display: block;
}
#gnav > ul > li.menu02 > div,
#gnav > ul > li.menu03 > div {
  padding: 10px 1em;
  box-sizing: border-box;
}
#gnav > ul > li.menu01 > div::after {
  content:'';
  display: block;
  background: url(../images/icon_arrow_right.svg) no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 0.5em;
}
#gnav > ul > li.menu04 > div > a {
  padding-left: 1.8em;
  box-sizing: border-box;
}
#gnav > ul > li.menu04 > div::before {
  content: '';
  display: block;
  background: url(../images/icon_id.svg) no-repeat;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 7px;
  left: 7px;
}
#gnav > ul > li.menu04 > div.nofunction {
  padding: 10px 1em 10px 1.8em;
  box-sizing: border-box;
}
#gnav > ul > li > div.trigger::after {
  content: '';
  display: block;
  background: url(../images/icon_arrow_bottom.svg) no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 0.5em;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#gnav > ul > li > div.trigger.rotate::after {
    transform-origin: center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
ul.menu > li > a {
  background-color: #e6f4ff;
  color: #333333;
  width: 100%;
  padding: 10px 0.5em 10px 2em;
  box-sizing: border-box;
  font-size: 13px;
  border-bottom: 1px solid #A1CAE9;
  position: relative;
}
ul.menu > li > a::before {
  content: '';
  display: block;
  background: url(../images/icon_arrow_left.svg) no-repeat;
  width: 5px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0.8em;
}
ul.menu > li > a.on,
ul.menu > li > a:hover {
  background-color: #FFFFFF;
  color: #e85c57;
}
ul.menu > li > a.on::before,
ul.menu > li > a:hover::before {
  content: '';
  display: block;
  background: url(../images/icon_arrow_right_on.svg) no-repeat;
  width: 5px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0.8em;
}
ul.menu > li:last-child > a {
  border-bottom: none;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}
ul.menu > li > a {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
ul.menu.toggle {
  display: none;
}
#gnav > ul > li:first-child,
#gnav > ul > li:nth-child(2),
#gnav > ul > li:nth-child(3),
#gnav > ul > li:last-child {
  margin-bottom: 20px;
}

/* ここからmain部分 */
#container {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
  padding-top: 15px;
}

/* 右コンテンツ */
#news {
  border-top: 5px solid #0068b7;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
  border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
}
#news > h2 {
  padding-left: 1em;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  height: 50px;
  line-height: 50px;
  color: #0068b7;
  border-bottom: 1px solid #e4eefa;
  position: relative;
}
#news > h2::after {
  content: '';
  display: inline-block;
  background: url(../images/icon_news.svg) no-repeat;
  width: 19px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}
#news_frame {
  margin: 0 20px;
}
#news_frame dl {
  overflow: hidden;
  margin-bottom: 1em;
  line-height: 1.4;
}
#news_frame dt ,#news_frame dd {
  padding-top: 1em;
}
#news_frame dd {
  border-top: 1px dotted #c2c2c2;
}
#news_frame dd:first-of-type {
  border-top: none;
}
#news_frame dt {
  float: left;
}
#news_frame dt > time {
  padding-right: 0.5em;
}
/* お知らせ カテゴリ */
#news_frame dl span.category {
  width: 70px;
  padding: 2px 2px 0.5px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: #0068b7;
  border: 1px solid #0068b7;
  transform-origin: center;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
#news_frame dl span.category.pink {
  color:#f786b6;
  border: 1px solid #f786b6;
}
#news_frame dl span.category.orange {
  color:#f79a00;
  border: 1px solid #f79a00;
}
#news_frame dl span.category.green {
  color:#8bcc35;
  border: 1px solid #8bcc35;
}
/* カテゴリあり */
#news_frame dd {
  padding-left: 11em;
  margin-bottom: 1em;
}
/* カテゴリなし */
#news_frame dd.category_none {
  padding-left: 6.5em;
}
#news_frame dd > a {
  color: #333333;
}
#news_frame dd > a:hover {
  color: #0066CC;
}

/* フッター */
footer {
  clear: both;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  width: 100%;
  background-color: #a2a2a2;
  color: #FFFFFF;
  line-height: 1.3;
}
footer .title {
  font-size: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #FFFFFF;
}
footer .title span {
  font-size: 16px;
}
footer .title span > a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .copy {
  padding: 6px 0;
}

/* サブページ内 */
.category_title {
  min-width: 1080px;
  height: 80px;
  background-color: #6d97cf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category_title  h2 {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

/* パンくずリスト */
ol.breadcrumb {
  display: flex;
  width: 1080px;
  margin: 15px auto 20px;
  
}
ol.breadcrumb li a {
  text-decoration: none;
  font-size: 12px;
  text-decoration: underline;
}
ol.breadcrumb li a:hover {
  color: #f09f3c;
}
ol.breadcrumb li+li:before {
  content: '\03e';
  padding: 0 0.5em;
}
ol.breadcrumb li:not([href]) {
  font-size: 12px;
}

main {
  width: 730px;
  margin: 0 0 40px;
  position:relative;
  /*min-height:500px;*/
  min-height:400px;
  background-color: rgba(255,255,255,0.5);
  align-items: stretch;
  /* display: flex;
  flex-direction: column; */
}

/* サブページ大見出し */
main h3 {
  margin: 2em auto 1em;
  padding-bottom: 0.5em;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: bold;
  border-bottom: solid 3px #e8e8e8;
  line-height: 1.2;
  width: 100%;
  position: relative;
}
main h3::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #6d97cf;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main h3:first-child, main h4:first-child, main h5:first-child, main p:first-child, main table tr td p:first-child {
  margin-top: 0;
}

/* 組み合わせでアキなしする場合はここに書き足す */
main h3 + h4, main h4 + h5, main h3 + p ,main h4 + p, main h5 + p {
  margin-top:0;
}

main h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 3px solid #f0f0f0;
  position: relative;
}
main h4::before {
  content: '';
  display: inline-block;
  background-color: #6d97cf;
  width: 6px;
  height: 24px;
  position: absolute;
  top:calc(50% - 18px);
  left: 0;
}

/* サブページ小見出し  */
main h5 {
  margin: 1em 0 0.5em 0;
  padding: 0.5em 0.5em 0.5em 1.5em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  background-color: #f1f4ff;
  position: relative;
}
main h5::before {
  content: '';
  display: inline-block;
  background-color: #6d97cf;
  width: 6px;
  height: 16px;
  position: absolute;
  top:calc(50% - 8px);
  left: 0.5em;
}

/* サブページ段落 */
main p {
  margin-top: 1em;
}

/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}

/* 只今準備中です。 */
p.jyunbi {
  text-align: center;
  padding-top: 100px;
}

/* 挨拶 */
main.greet p{
  line-height: 1.9;
  text-indent:1em;
}
div.greet_name {
  line-height: 1.8;
  position: relative;
  height:220px;
  margin-bottom:2em;
  width:100%;
}
main.greet div.name{
  position: absolute;
  bottom:0;
  margin-left:180px;
}
main.greet p.photo {
  float:right;
  text-indent:0;
  padding: 0 0 1em 1.5em;
}
main.greet p.photo img{
  border: 1px solid #CCCCCC;
  padding:1px;
}
/* テーブルで組む場合 */
table.greet_name {
  border: none;
}
table.greet_name td {
  text-align: left;
  vertical-align: bottom;
}
table.greet_name th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
  width:160px;
}

/* お問い合せ */
table.hyou_contact {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_contact td {
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_contact th {
  border: 1px solid #BBBBBB;
  background-color: #F0F0F0;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
}
table.hyou_contact tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}

/* endai */

/* 別ページで開く------------------- */

/* 別ページで開くここまで------------------- */

/* kigyo */

/* accsess*/

/* リンク */
p.link {
  background:url(../images/icon_link.png) no-repeat left center;
  padding-left:15px;
  margin-bottom:0;
}
p.link a:link,p.link a:visited {
  color:#333333;
  text-decoration:none;
}
p.link a:hover,p.link a:active {
  color:#666666;
  text-decoration:underline;
}

/* 文章中のリンク */
a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066CC;
  text-decoration: underline;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom:40px;
  right:95px;
}
.pagetop a {
  display: block;
  width:122px;
  height:70px;
}

/* 外部リンク */
a.external {
  background: url(../images/external.png) no-repeat right center;
  padding-right: 20px;
}

/* テンプレート */
table.hyou_aaa {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_aaa td {
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  border: 1px solid #BBBBBB;
  background-color: #F0F0F0;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
}
table.hyou_aaa tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}

/* table 現在の症例登録状況施設リスト */
table.hyou_shisetsu {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_shisetsu td {
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: center;
}
table.hyou_shisetsu th {
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 70%;
}
table.hyou_shisetsu tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}

/* table 診断基準 */
table.hyou_shindankijyun {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_shindankijyun td {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 0.5em 0.5em 0.5em 1.0em;
  vertical-align: top;
  text-align: left;
}
table.hyou_shindankijyun th {
  border: 1px solid #BBBBBB;
  background-color: #F0F0F0;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
}
table.hyou_shindankijyun tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}


/* table line_none */
table.non {
  border: none;
}
table.non td {
  text-align: left;
  vertical-align: top;
}
table.non th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}

/* ※一字下げ */
.kome{
  padding-left:1em;
  text-indent:-1em;
}

/* text */
.mbm1 {margin-bottom:-1em;}
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb03 {margin-bottom:0.3em;}
.mb05 {margin-bottom:0.5em;}
.mb15 {margin-bottom:1.5em;}

.pl05 {padding-left:0.5em;}

.ml1 {margin-left:1em;}

.f85 {font-size:85%;}
.f90 {font-size:90%;}
.f95 {font-size:95%;}
.f100 {font-size:100%;}
.f105 {font-size:105%;}
.f110 {font-size:110%;}
.f115 {font-size:115%;}
.f120 {font-size:120%;}

.uchikeshi {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRFAAAAp3o92gAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=)
0 center repeat-x;
}
.uchikeshi.red {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF/wAAGeIJNwAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=
) 0 center repeat-x;
}
.underline {
  text-decoration:underline;
}
.red {color: #FF0000;
}
.blue {color: #1d2777;
}

/* 太字 */
.bold{
  font-style:normal;
  font-weight:bold;
}

.text_r{
  text-align:right;
}
.text_c{
  text-align:center;
}


/*ボタン */
.btn a {
  border-radius: 5px;
  padding: 10px 25px;
  margin: 10px;
  min-width: 150px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF !important;
  background-image: linear-gradient(to bottom, #0061CF, #00428D);
}
.btn.size_m a {
  min-width: 200px;
}
.btn a:hover {
  opacity: 0.8;
}


a[href$="pdf"]{
  padding-right: 40px;
  position: relative;
}

a[href$="pdf"]:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 20px;
}

a[href$="pdf"]:after {
  background: url(../images/icon_pdf.png) center center no-repeat;
}
