/*----------------------------------------------------------------------------*/
/* --------------------------------------------------- common style */
/*----------------------------------------------------------------------------*/

/* --------------------------------------------------- import */
@import url(/news_archive/css/style_sidemenu.css);

/* --------------------------------------------------- print */
@media print{
    .no_print{
        display: none;
    }
}

/* --------------------------------------------------- font */
/* importで読み込めない？ケースがあるので（検証用） */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
  font-display: swap;
}

/* --------------------------------------------------- main-image */
.information-image { /* 経営学科ニュース一覧 */
  background: url("/news_archive/information/img/information_main_image.jpg") no-repeat;
}
.managementnews-image { /* 経営学科ニュース一覧 */
  background: url("/news_archive/managementnews/img/managementnews_main_image.jpg") no-repeat;
}
.policynews-image { /* 総合政策学科ニュース一覧 */
  background: url("/news_archive/policynews/img/policynews_main_image.jpg") no-repeat;
}
.lawnews-image { /* 法律行政学科ニュース一覧 */
  background: url("/news_archive/lawnews/img/lawnews_main_image.jpg") no-repeat;
}
.socialnews-image { /* 現代社会学科ニュース一覧 */
  background: url("/news_archive/socialnews/img/socialnews_main_image.jpg") no-repeat;
}
.nursenews-image { /* 看護学科ニュース一覧 */
  background: url("/news_archive/nursenews/img/nursenews_main_image.jpg") no-repeat;
}
.main-image {
  width: 100%;
  height: 0px;
  margin: 0;
  /*表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 40%;
  background-size: contain;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .information-image { /* 経営学科ニュース一覧 */
    background: url("/news_archive/information/img/information_main_image_narrow.jpg") no-repeat;
  }
    .managementnews-image { /* 経営学科ニュース一覧 */
    background: url("/news_archive/managementnews/img/managementnews_main_image_narrow.jpg") no-repeat;
  }
  .policynews-image { /* 総合政策学科ニュース一覧 */
    background: url("/news_archive/policynews/img/policynews_main_image_narrow.jpg") no-repeat;
  }
  .lawnews-image { /* 法律行政学科ニュース一覧 */
    background: url("/news_archive/lawnews/img/lawnews_main_image_narrow.jpg") no-repeat;
  }
  .socialnews-image { /* 現代社会学科ニュース一覧 */
    background: url("/news_archive/socialnews/img/socialnews_main_image_narrow.jpg") no-repeat;
  }
  .nursenews-image { /* 看護学科ニュース一覧 */
    background: url("/news_archive/nursenews/img/nursenews_main_image_narrow.jpg") no-repeat;
  }
  .main-image {/* メニューのメインイメージ */
    width: 100%;
    height: 0px;
    margin: 0;
    /*表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 55.3%;
    background-size: contain;
    background-color: #fff;
}
}
/* --------------------------------------------------- common */
/* html,bodyタグの設定 */
html, body{
  margin: 0;      /* 余白の削除 */
  padding: 0;     /* 余白の削除 */
  height: 100%;   /* 縦の高さを100% */
  width: 100%;    /* 横の幅を100% */
  font-family: 'Noto Sans JP', sans-serif,'メイリオ',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
  font-size: 62.5%; /*10px*/
  color: #000;
  background: #fff;
}
/* フォント太さ */
.noto100 {font-weight:100!important;}
.noto300 {font-weight:300!important;}
.noto350 {font-weight:350!important;}
.noto400 {font-weight:400!important;}
.noto500 {font-weight:500!important;}
.noto700 {font-weight:700!important;}
.noto900 {font-weight:900!important;}

.noto400 li {font-weight:400!important;}

/* リンクイメージのホバー時の透過 */
.link a:hover img, button:hover {
  opacity: .8;
}

/* リンクアイコンの余白 */
.icon_link {
  padding: 5px 0 0 5px;
}
.external_link a:hover img path {
  fill: red;
}
/* 寄せクリア */
.clear {
  clear:both;
}
.space10 {
  height: 10px;
}
.space20 {
  height: 20px;
}
.space30 {
  height: 30px;
}
.space40 {
  height: 40px;
}
.space50 {
  height: 50px;
}
/* イメージのライン（aタグ内のイメージにIE10以下ででラインが出るのを解除） */
img {
  border: 0px;
}

/* テキストエリア選択の青枠を消す */
button,
a,
input {
  outline: none;
}

/* text-align */
.txt-r {
  text-align: right;
}
.txt-c {
  text-align: center;
}

ul,li,p,h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
}
ol {
  margin: 0 0 0 1em;
  padding: 0;
}
h3 {
  font-size: 1.7rem;
  font-weight: 400;
}
h4 {
  font-size: 1.7rem;
  font-weight: 400;
}


/* --------------------------------------------------- main */
.container {
  width: 100%;
  min-height: 100%;
  position: relative;
}



/* --------------------------------------------------- pagetop */
#page-top {
  position: fixed;
  bottom: 10px;
  right: 245px;
  z-index: 10;
}
#page-top a {
  text-decoration: none;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
}
.page-top-responsive {
  display: none!important;
}
@media screen and (max-width:1024px) {
  #page-top {
    position: fixed;
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  .page-top {
    display: none!important;
  }
  .page-top-responsive {
    display: inherit!important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(2,155,150, 0.6);
  }
  .page-top-responsive::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 17px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}
/* --------------------------------------------------- arrow */
.arrow{
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.arrow-important {
  top: -5px;
}
/* サイズ中 */
.middle-size {
  padding: 0 0 0 25px;
  font-size: 2.0rem;
  font-weight: 300;
  line-height: 3.2rem;
}
.middle-size::before{
  top: 2px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
}
.middle-size::after{
  top: 2px;
  left: 8px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #000;
}
/* サイズ小 */
.small-size {
  padding: 0 0 0 17px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.5rem;
}
.small-size::before{
  top: 1px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
}
.small-size::after{
  top: 1px;
  left: 6px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
/* サイズ小 赤 */
.small-size-red {
  padding: 0 0 0 17px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.5rem;
}
.small-size-red::before{
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: orangered;
}
.small-size-red::after{
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}
.small-size .bold {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5rem;
}
/* サイズ小 span使用 */
.small-size-s {
  padding: 0 0 0 14px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.5rem;
  top:-4px;
}
.small-size-s::before{
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background:#000;
}
.small-size-s::after{
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}
.arrow-a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) and (min-width: 481px){
}
@media screen and (max-width: 480px){
  /* サイズ中 */
  .middle-size {
    font-size:2.0rem;
    font-weight: 300;
    line-height: 3.2rem;
  }
  /* サイズ小 */
  .small-size {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.5rem;
  }
}


/* --------------------------------------------------- icon */
.icon-external-link::after {/* 別ウィンドウ */
  content: url("/news_archive/img/icon_external_link.svg");
  margin-left: 5px;
}
.icon-external-link-w::after {/* 別ウィンドウ（白） */
  content: url("/news_archive/img/icon_external_link_w.svg");
  margin-left: 5px;
}
.icon-pdf-link {
}
.icon-pdf-link::after {/* PDF */
  content: url("/news_archive/img/icon_pdf_link.svg");
  margin-left: 5px;
}
.icon-word-link {
}
.icon-word-link::after {/* WORD */
  content: url("/news_archive/img/icon_word_link.svg");
  margin-left: 5px;
}
.icon-excel-link {
/*  position: relative;*/
}
.icon-excel-link::after {/* EXCEL */
  content: url("/news_archive/img/icon_excel_link.svg");
  margin-left: 5px;
}
.icon-youtube-link::after {/* 亚洲十大信誉平台_波音真人app下载-官方赌场 */
  content: url("/news_archive/img/icon_youtube_link.svg");
  margin-left: 5px;
}

/* --------------------------------------------------- topic-path */
.topic-path {
  width: 100%;
  margin: 50px auto 20px;
  text-align: center;
  font-weight: 300;
}
.topic-path nav ul {
  margin: 20px 0 0;
  padding: 0;
}
.topic-path nav ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #c9caca;
}
.topic-path nav ul li:first-child {
  padding-left: 0;
}
.topic-path nav ul li:last-child {
  border-right: 0;
}
.topic-path a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
@media screen and (max-width: 480px) {
  .topic-path {
    margin: 45px auto 20px;
  }
  .topic-path nav ul li {
    padding: 0 8px;
  }
}

/* --------------------------------------------------- ロゴ画像 */
.header-rogo {
  width: 100%;
  height: auto;  
  display: block;
}
.header-rogo img {
  margin: 20px 20px 30px;
  width: auto;
  height: 65px;
}

/* --------------------------------------------------- topic-area */
/* 見出し１ */
.area-title {
  width: 100%;
  background: rgb(76,181,179);
  display: block;
  position: relative;
}
.area-title div {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
  min-height: 120px;
  display: flex;
  align-items: center;
}
.area-title .title-ja {
  font-size: 3.5rem;
  font-weight: 100;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 680px) and (min-width: 481px) {
  .area-title .title-ja {
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 480px){
  .area-title {
    text-align: center;
  }
  .area-title .title-ja {
    font-size: 2.4rem;
  }
}

/* 見出し２ */
.area-second-title-mark {
  width: 10px;
  height: 20px;
  background: rgb(76,181,179);
  display: inline-block;
  margin: 0 7px -2px 0;
}
.area-second-title {
  font-size: 2.2rem;
  font-weight: 300;
  color: #000;
  padding: 20px 0 20px 0;
  margin: 0;
  display: inline-block;
}
/* 見出し３ */
.area-third-title {
  font-size: 2.2rem;
  font-weight: 400;
  color: rgb(76,181,179);
  padding: 20px 0 20px 0;
  margin: 0;
}
/* 見出し４ */
.area-forth-title {
  font-size: 1.8rem;
  font-weight: 400;
  color: rgb(76,181,179);
  padding: 20px 0 0 0;
  margin: 0;
}
/* 見出し５ */
.area-fifth-title {
  font-size: 2.2rem;
  font-weight: 400;
  color: rgb(76,181,179);
  padding: 20px 0 5px 0;
  margin: 0 0 20px 0;
  border-bottom: 3px rgb(76,181,179) solid;
}

/* リンク */
.area-inner {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 900px;
  padding:20px 0 60px;
  height: 100%;
}
.area-inner::after {
  display: block;
  clear: both;
  content: "";
}
.area-inner ul {
  margin: 10px 0 50px 0;
  padding: 0;
  list-style: none;
}
.area-inner ul,
.area-inner li,
.area-inner ol,
.area-inner div {
  padding: 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.area-inner li {
  margin: 0 0 5px;
}

@media screen and (max-width:1024px) {
  .area-inner {
    margin: 0 auto;
    width: 90%;
  }
}
.area-inner p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 200;
}


/* --------------------------------------------------- archive*/
.sub-title {
  margin-top: 10px;
  font-size: 2.0rem;
  font-weight: 400;
  color: rgb(76,181,179);
}

/* コピーライト */
.copyright {
  width: 100%;
  height: 50px;
  align-items: center;
  background: #f8f7f0;
  text-align: center;
  padding-top:25px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
}

/* --------------------------------------------------- table */
/* レスポンシブ用 */
.table-responsive {
  width: 100%;
  overflow-x: auto!important;/* 横スクロール */
}
.table-responsive::-webkit-scrollbar {/* レスポンシブ対応スクロール設定 */
  padding-top: 1px;
  height: 4px;
}
.table-responsive-vertical {
  height: 300px;
  overflow-y: auto!important;/* 縦スクロール */
}
.table-responsive-vertical::-webkit-scrollbar {/* レスポンシブ対応スクロール設定 */
  padding-left: 1px;
  width: 4px;
}
.table-responsiver::-webkit-scrollbar-track,
.table-responsiver-vertical::-webkit-scrollbar-track {/* レスポンシブ対応スクロール設定 */
  border-radius: 3px;
  background: #eee;
}
.table-responsive::-webkit-scrollbar-thumb,
.table-responsive-vertical::-webkit-scrollbar-thumb {/* レスポンシブ対応スクロール設定 */
  border-radius: 3px;
  background: #989999;
}
.table-responsive-horizontal {/* 縦横ヘッダ位置変更用 */
  width: 100%;
  overflow: auto!important;/* 横縦スクロール */
}
@media screen and (max-width: 768px) {
  .table-responsive-horizontal {/* 縦横ヘッダ位置変更用 */
    overflow: hidden;/* 横縦スクロール */
  }
}
/* ******************** テーブル　ベース処理 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
  text-align: left;
}
th {
  text-align: left;
}
/* ********************　通常テーブル（複雑なテーブルなど） */
table.type-base {
  width: 100%;
}
table.type-base th,
table.type-base td {
  border: 1px solid #ccc;
}
table.type-base th:first-child,
table.type-base td:first-child {
  border-left: 0;
}
table.type-base th:last-child,
table.type-base td:last-child {
  border-right: 0;
}
table.type-base thead th {
  background: #dedede;
  font-size: 1.5rem;
  font-weight: 400;
  height: 40px;
  text-align: center;
}
table.type-base tbody tr {
  font-size: 1.5rem;
  font-weight: 300;
  background: #fff;
  height: 35px;
}
table.type-base tbody th,
table.type-base thead th.tbodyhead {
  background: #e8e8e8;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  padding-left: 10px;
  padding-right: 5px;
}
table.type-base tbody td {
  padding: 5px;
}
table.type-base th,
table.type-base td {
  white-space: nowrap;
}
table.type-base a {
  text-decoration: none;
  color: #000;
}
table.type-base a:hover {
  color: #c9caca;
}
table.type-base .total-row {
  border-top: 3px double #ccc;
}
table.type-base .total-col {
  border-left: 3px double #ccc;
}
table.type-base .head-vertical p {/* 縦書きセル */
  margin: 0 12px 0 0;
  -ms-writing-mode: tb-lr;            /* IE用　*/
  -webkit-writing-mode: vertical-lr;  /* chrome用　*/
  -o-writing-mode: vertical-lr;       /* opera用　*/
  writing-mode: vertical-lr;
  text-align: left!important;/* 縦書きなので先頭合わせ */
  font-size: 1.5rem;
  font-weight: 400;
  height: 100px;
}
/* ********************　通常テーブル（ボーダーなし） */
table.type-base-no {
  width: 100%;
}
table.type-base-no th,
table.type-base-no td {
  border: 0;
}
table.type-base-no thead th {
  font-size: 1.5rem;
  font-weight: 400;
  height: 40px;
  text-align: center;
}
table.type-base-no tbody tr {
  font-size: 1.5rem;
  font-weight: 300;
  background: #fff;
  height: 35px;
}
table.type-base-no tbody th,
table.type-base-no thead th.tbodyhead {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  padding-left: 10px;
  padding-right: 5px;
}
table.type-base-no tbody td {
  padding: 5px;
}
table.type-base-no th,
table.type-base-no td {
  white-space: nowrap;
}
table.type-base-no a {
  text-decoration: none;
  color: #000;
}
table.type-base-no a:hover {
  color: #c9caca;
}
/* ********************　通常テーブル（ボーダーなし） */
.table-responsivew0 {
  width: 100%;
}
table. {
  margin: 10px 0 0;
}
table.type-base-no-w0 th,
table.type-base-no-w0 td {
  border: 0;
}
table.type-base-no-w0 thead th {
  font-size: 1.5rem;
  font-weight: 400;
  height: 40px;
  text-align: center;
}
table.type-base-no-w0 tbody tr {
  font-size: 1.5rem;
  font-weight: 300;
  background: #fff;
  height: auto;
}
table.type-base-no-w0 tbody th,
table.type-base-no-w0 thead th.tbodyhead {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  padding-left: 10px;
  padding-right: 5px;
}
table.type-base-no-w0 tbody td {
  padding: 2px 5px;
}
table.type-base-no-w0 th,
table.type-base-no-w0 td {
}
table.type-base-no-w0 a {
  text-decoration: none;
  color: #000;
}
table.type-base-no-w0 a:hover {
  color: #c9caca;
}
table.type-base-no-w0 .top-border {
  border-top:1px solid #ccc;
}
/* ******************** 通常テーブル 行設定あり 行ヘッダ */
table.rowtype-odd-even td {
  border-top: 0!important;
  border-bottom: 0!important;
}
table.rowtype-odd-even {
  border-bottom: 1px solid #ccc!important;
}
table.rowtype-odd-even tbody tr:nth-child(odd) {/*偶数行背景色変更*/
  background: #f7f5ed;
}

/* ******************** 縦横変換テーブル（1ヘッダ1カラムなど） 行ヘッダ */
@media screen and (max-width: 768px) {
  table.type-horizontal,
  table.type-horizontal thead,
  table.type-horizontal tbody,
  table.type-horizontal tr,
  table.type-horizontal th,
  table.type-horizontal td {
    display: block;
  }
  table.type-horizontal thead {
    float: left;
  }
  table.type-horizontal tbody {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
  }
  table.type-horizontal tbody tr {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin-left: -3px;
  }
  table.type-horizontal thead th,
  table.type-horizontal tbody td {
    height: 30px!important;
    padding: 10px 10px 0 10px;
    text-align: left;
    border-top: 1px solid #c9caca!important;
    border-right: 1px solid #c9caca!important;
    border-bottom: 0!important;
    border-left: 0!important;
  }
  table.type-horizontal thead th:last-child,
  table.type-horizontal tbody td:last-child {
    border-bottom: 1px solid #c9caca!important;
  }
  table.type-horizontal tbody::-webkit-scrollbar {/* レスポンシブ対応スクロール設定 */
    padding-top: 1px;
    height: 4px;
  }
  table.type-horizontal tbody::-webkit-scrollbar-track {/* レスポンシブ対応スクロール設定 */
    border-radius: 3px;
    background: #eee;
  }
  table.type-horizontal tbody::-webkit-scrollbar-thumb {/* レスポンシブ対応スクロール設定 */
    border-radius: 3px;
    background: #989999;
  }


}
/* ******************** シンプルテーブル（1ヘッダ1カラムなど） 行ヘッダ */
table.type-simple {
  width: 100%;
}
table.type-simple th,
table.type-simple td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.type-simple th:first-child,
table.type-simple td:first-child {
  border-right: 1px solid #ccc;
}
table.type-simple thead th {
  font-size: 1.5rem;
  font-weight: 500;
  height: 40px;
  text-align: center;
}
table.type-simple tbody tr {
  background: #fff;
  height: 35px;
}
table.type-simple tbody th,
table.type-simple tbody td,
table.type-simple thead td {
  padding: 5px;
  font-size: 1.5rem;
  font-weight: 300;
}
table.type-simple th {
  white-space: nowrap;
}
table.type-simple .total-row {
  border-top: 3px solid #ccc;
}

table.headerwidth-one_third tbody th {
  width: 33%;
}

table.type-simple a {
  text-decoration: none;
  color: #000;
}

/* ******************** シンプルテーブル2（1ヘッダ1カラムなど） 行ヘッダ */
table.type-simple-b {
  width: 100%;
}
table.type-simple-b th,
table.type-simple-b td {
  border: 1px solid #ccc;
}
table.type-simple-b th:first-child,
table.type-simple-b td:first-child {
  border-left: 0;
}
table.type-simple-b th:last-child,
table.type-simple-b td:last-child {
  border-right: 0;
}
table.type-simple-b thead th {
  background: #e8e8e8;
  font-size: 1.5rem;
  font-weight: 500;
  height: 40px;
  text-align: center;
}
table.type-simple-b tbody tr {
  background: #fff;
  height: 35px;
}
table.type-simple-b tbody th,
table.type-simple-b tbody td {
  padding: 5px;
  font-size: 1.5rem;
  font-weight: 300;
}
table.type-simple-b th {
  white-space: nowrap;
}
table.type-simple-b .total-row {
  border-top: 3px solid #ccc;
}
table.type-simple-b a {
  text-decoration: none;
  color: #000;
}
/* ******************** 縦テーブル */
table.type-vert {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
}
table.type-vert thead {
  display: none;
}
table.type-vert th {
  background-color: #e8e8e8;
}
table.type-vert th,
table.type-vert td {
  border: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  font-size: 1.5rem;
  font-weight: 300;
}
table.type-vert td {
  font-weight: 100;
  padding-left: 1.5rem;
}
table.type-vert td.title {
  font-weight: 400;
  font-size: 1.5rem;
  padding: 5px;
}
table.type-vert td:before {
  content: attr(data-title) "\A";
  white-space: pre;
}
table.type-vert:after {
  content: "";
  clear: both;
  display: block;
}
table.table-border0 td {
  border: 0;
}

/* ******************** キャプション設定 */
caption.cap-title {/* タイトル */
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
}
caption.cap-unit {/* 単位 */
  text-align: right;
  font-size: 1.2rem;
  font-weight: 300;
}
caption.cap-first {/* １テーブルに2個目のキャプションの場合は高さ調整 */
  margin-bottom: -35px;
}
.firefox-unit {
  display: none;
}
@-moz-document url-prefix() {/* FireFox用 */
  caption.cap-first {/* １テーブルに2個目のキャプションの場合は高さ調整 */
    margin-bottom: 0px;
  }
  .firefox-unit {
    display:inline;
    font-size: 1.2rem;
    font-weight: 300;
  }
}
.textarea-cell {
  text-align: left!important;
  white-space: normal!important;
}
.table-wrap .type-base td {
  text-align: left!important;
  white-space: normal!important;
}
.table-wrap p {
  margin: 0 0 15px 0;
}

/* --------------------------------------------------- hr 装飾 */
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 3em;
  opacity: .5;
}
.hr-text:before {
  content: '';
  background: -webkit-linear-gradient(left, transparent, #818078, transparent);
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  height: 1.5px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.0em;
/*  color: #818078;*/
  color: black;
  background-color: #fff;
  font-size: 2.0rem;
  font-weight: 400;
}
/* --------------------------------------------------- indent-box */
.indent-box-one ul,
.indent-box-two ul,
.indent-box-three ul,
.indent-box-four ul,
.indent-box-one ol,
.indent-box-two ol,
.indent-box-three ol,
.indent-box-four ol,
.indent-box-five ol {
  list-style: none;
/*  padding-left: 1em;*/
}
.indent-box-one-free {
  text-indent: -1.0em;
  padding-left: 1.0em;
}
.indent-box-seven-free {
  text-indent: -7.0em;
  padding-left: 7.0em;
}
.indent-box-one li,
.indent-box-one p {
  text-indent: -1.0em;
  padding-left: 1.0em;
}
.indent-box-onehalf li,
.indent-box-onehalf p {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.indent-box-two li,
.indent-box-two p {
  text-indent: -2.0em;
  padding-left: 2.0em;
}
.indent-box-three li,
.indent-box-three p {
  text-indent: -3.0em;
  padding-left: 3.0em;
}
.indent-box-four li,
.indent-box-four p {
  text-indent: -4.0em;
  padding-left: 4.0em;
}
.indent-box-five li,
.indent-box-five p {
  text-indent: -5.0em;
  padding-left: 5.0em;
}
.indent-box-six li,
.indent-box-six p {
  text-indent: -6.0em;
  padding-left: 6.0em;
}
.indent-box-seven li,
.indent-box-seven p {
  text-indent: -7.0em;
  padding-left: 7.0em;
}
.nopadding ul{
  padding-left: 0;
}
.indent-disc ul {
  list-style-type: disc !important;
  margin: 0 0 0 1.5em;
}


/* --------------------------------------------------- 段落全体のインデント */
.parapaddingleft {
  padding-left: 1em;
}
.parapaddingleft-half {
  padding-left: 0.6em;
}
.parapaddingleft-quarter {
  padding-left: 0.25em;
}
.parapaddingleft-onehalf {
  padding-left: 1.5em;
}
.parapaddingleft-two {
  padding-left: 2em;
}
.para-padding-left h4 {
  padding-left: 1em;
}
.para-padding-left p,
.para-padding-left li {
  padding-left: 1em;
}
.para-padding-left-two p,
.para-padding-left-two li {
  padding-left: 2em;
}
.para-padding-left-three p,
.para-padding-left-three li {
  padding-left: 3em;
}
.para-padding-left-four p,
.para-padding-left-four li {
  padding-left: 4em;
}
.para-padding-left-five p,
.para-padding-left-five li {
  padding-left: 4em;
}
.parapaddingleft-1 {
  padding-left: -1em;
}

.paranopaddingleft {
  padding-left: 0 !important;
}

/* --------------------------------------------------- 文字装飾 */
.fontsize-xx {
  font-size: 3.0rem !important;
}
.fontsize-x {
  font-size: 2.2rem !important;
}
.fontsize-l {
  font-size: 1.8rem !important;
}
.fontsize-m {
  font-size: 1.6rem !important;
}
.fontsize-s {
  font-size: 1.3rem !important;
}
.fontsize-ss {
  font-size: 1.0rem !important;
}
.emphasis {
  font-weight: 400 !important;
}
.font500 {
  font-weight: 500 !important;
}
.deco-orangered {
  color: #ff4500;
}
.deco-titegreen {
  color: rgb(76,181,179);
}
.deco-titeblack {
  color: rgb(0,0,0);
}
.deco-humancolor {
  color: #80cde3;
}
.deco-administrationcolor,
.deco-internationalcolor {
  color: #c3d700;
}
.deco-nursecolor,
.deco-communitycolor {
  color: #f8b500;
}
.deco-collegecolor {
  color: #ec799a;
}
.bkcolor-human {
  border: solid 1px #41b4d5;/*線*/
  background-color: rgba(65,180,213,0.1);
}
.bkcolor-administration {
  border: solid 1px #8dd700;/*線*/
  background-color: rgba(141,215,0,0.1);
}
.bkcolor-nurse {
  border: solid 1px #f87700;/*線*/
  background-color: rgba(248,119,0,0.1);
}
.bkcolor-college {
  border: solid 1px #e64c78;/*線*/
  background-color: rgba(230,76,120,0.1);
}
.info-inner {
  padding: 5px 0;
}

.info-sub-title {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 30px 0 10px;
  padding: 0;
}
.mobile-br {
  display: none;
}
.br-wide {/* 最大画面折り返し */
  display: inline;
}
.br-narrow {/* 最小画面折り返し */
  display: none;
}
@media screen and (max-width: 480px) {
  .mobile-br {
    display: block;
  }
  .br-wide {/* 最大画面折り返し */
    display: none;
  }
  .br-narrow {/* 最小画面折り返し */
    display: inline;
  }
}


/* 文章 */
.information-detail-inner dd .sentence {
  margin-top: 30px;
}
.information-detail-inner dd .sentence p {
  margin: 20px 0 0 0;
}
.information-detail-inner dd .sentence hr {
  height: 1px;
  background-color: #c9caca;
  border: none;
}
.information-detail-inner dd .sentence .strong {
 font-size: 1.5rem;
 font-weight: 400;
}

/* 写真タイトル */
.information-detail-inner dd .photos .p-title {
  margin: 20px 0 10px 0;
  font-size:1.4rem;
  font-weight:400;
  width: 100%;
}

/* 写真 */
.information-detail-inner dd .photos {
  width: 100%;
  margin: 40px 0;
  overflow: auto;
}
.information-detail-inner dd .photos100 {
  width: 100%;
  margin: 40px 0;
  overflow: auto;
}
.information-detail-inner dd .photos div {
  float: left;
  margin: 0 auto;
}
.information-detail-inner dd .photos .centerpos {
  float: none;
}
.information-detail-inner dd .photos .size-1 {
  width: 50%;
}
.information-detail-inner dd .photos .size-2 {
  width: 100%;
}
.information-detail-inner dd .photos .size-3 {
  width: 33%;
}
.information-detail-inner dd .photos .size-3-2 {
  width: 66%;
}
.information-detail-inner dd .photos .size-8 {
  width: 80%;
}
.information-detail-inner dd .photos .size-min {
  min-width: 100%;
}
.information-detail-inner dd .photos img {
  width: 97%;
  height: auto;
}
.information-detail-inner dd .photos p {
  font-size: 1.3rem;
  margin: 0 0 10px 0;
  width: 97%;
}
.information-detail-inner dd .photo-tow {
  width: 50%;
  margin: 40px 0;
  overflow: hidden;
  float: left;
}
.information-detail-inner dd .photo-tow .size-1 {
  width: 100%;
}
.information-detail-inner dd .photo-tow img {
  width: 97%;
  height: auto;
}
.information-detail-inner dd .photo-tow p {
  font-size: 1.3rem;
  margin: 0 0 10px 0;
  text-align: left;
}
.c-left{
  clear:left;
}
.p-in-photo img {
  width: 25%;
  float: left;
  padding: 0 8px 8px 0;
}
@media screen and (max-width: 480px) {
  .information-detail-inner dd .photos .size-1 {
    width: 100%;
  }
  .information-detail-inner dd .photos .size-3 {
    width: 100%;
  }
  .information-detail-inner dd .photos .size-3-2 {
    width: 100%;
  }
  .information-detail-inner dd .photos .size-8 {
    width: 100%;
  }
  .p-in-photo img {
    width: 40%;
    float: left;
    padding: 0 8px 8px 0;
  }
}
.margin-t0 {
  margin-top: 0!important;
}
.margin-b0 {
  margin-bottom: 0!important;
}
/* --------------------------------------------------- 文章内リスト */
.sentence-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sentence-list ol {
  margin: 0 0 0 1em;
  padding: 0;
}
.sentence-list-indent ol {
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
}

.sentence-list ul li,
.sentence-list ol li {
  margin: 0;
}
.sentence-list .style-no {
  list-style-type: none;
  margin: 0;
  counter-reset:li;
  padding:0 0 0 1.5em;
  text-indent: -1.5em;
}
.sentence-list .b10 li {
  margin-bottom: 10px;
}
.sentence-list .b10 li:last-child {
  margin-bottom: 0;
}
.sentence-list .b20 li {
  margin-bottom: 20px;
}
.sentence-list .b20 li:last-child {
  margin-bottom: 0;
}
.sentence-list2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: -1em;
}
.sentence-list2 ul li {
  margin: 0 20px;
}
.sentence-list2 .b10 li {
  margin-bottom: 10px;
}
.sentence-list p {
  margin: 5px 0;
}
.sentence-list p:last-child {
  margin-bottom: 20px;
}
.top-indent{
  line-height: 3em;
}
.info-li li {
  margin-bottom: 20px;
}
.info-li2 li{
  margin: 5px 0;
  margin-left: -2em;
  list-style-type: disc;
}
.info-li-left0 li {
  margin-left: -1.5em;
  margin-bottom: 20px;
}
.info-li3 ul,
.info-li3 ol  {
  margin-left: -2em;
  margin-bottom: 20px;
}
.info-li3 ul li {
  list-style-type: none;
  margin-left: 2em;
}
.info-li3 ul .left0 {
  list-style-type: none;
  margin-left: 0em;
}
.info-li3 ol li {
  margin-left: 1em;
}
.info-li3 ol ul li {
  list-style-type: none;
  margin-left: 0;
}

.info-float-r {
  float: right;
}

/* --------------------------------------------------- definition-list */
.definition-list {
  margin-top: 40px;
}
.definition-list-inner ,
.definition-list-inner dl {
  font-size: 1.6rem;
  line-height: 2.0rem;
  margin: 0;
}
.definition-list-inner {
  margin-top: 10px;
}
.definition-list-inner dt {
  font-size: 1.6rem;
  font-weight: 400;
  width: 20%;
}
.definition-list-inner dd {
  margin: -1.8rem 0 10px 0; /* 上余白が.contact-info のline-height*/
  padding: 0 0 2px 20%; /* 右余白が.contact-info dt のwidth*/
}
@media screen and (max-width: 768px){
  .definition-list-inner dt.first {
    width: 100%;
    margin-bottom: 10px;
  }
  .definition-list-inner dd.first {
    margin-top: 0;
    padding-left: 0;
  }
}

/* --------------------------------------------------- インタビュー */
.interview {
  width: 100%;
  padding: 30px 20px!important;
  box-sizing: border-box;
}
.interview .title {
  margin: 0 20px;
}
.interview .person {
  margin: 0 20px 10px;
}
.interview .comment {
  margin: 0 20px;
}
.interview ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.interview ul li {
  border-bottom: 1px solid #c9caca;
  padding: 10px 0;
  margin: 0 20px;
}
.interview ul li:last-child {
  border: 0;
}

.interview dt {
  font-weight: 400;
  margin: 10px 20px 10px 2em;
  text-indent: -2em;
}
.interview dd {
  margin: 0 20px 10px 6em;
  text-indent: -5em;
  box-sizing: border-box;
}
.interview .dd-0 {
  margin: -5px 20px 20px 2em;
  text-indent: 0;
}
.interview dd:last-child {
  margin: -5px 20px 0 2em;
}
.interview .p-dd {
  margin: 0 20px 10px 6em;
  text-indent: -5em;
  box-sizing: border-box;
}