@charset "utf-8";
/* タイトル */
.titleTypeJutakuL .titleInner .title {
  border-left: 12px solid #007F94;
  font-size: 240%;
  color: #4d4d4d;
  padding: 5px 0 0px 10px;
  line-height: 1;
  margin-bottom: 28px;
  float: none;
}
.titleTypeJutakuM {
  border-bottom: 2px solid #0d849d;
  margin-bottom: 18px;
}
.titleTypeJutakuM-2 {
  border: 1px solid #0d849d;
  margin-bottom: 18px;
}
.titleTypeJutakuM .titleInner,
.titleTypeJutakuM-2 .titleInner {
  border-color: #ccc;
  background: none #f6f6f6;
  border: 1px solid #c6dce0;
  border-bottom: none;
  padding: 13px 10px 10px;
  display: block;
  min-height: 1%;
}
.titleTypeJutakuM .titleInner:after,
.titleTypeJutakuM-2 .titleInner:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.titleTypeJutakuS {
  border-bottom: 2px solid #0d849d;
  margin-bottom: 18px;
}
.titleTypeJutakuM .titleInner,
.titleTypeJutakuS .titleInner {
  padding: 13px 10px 10px;
  min-height: 1%;
  display: flex;
  align-items: center;
}
.titleTypeJutakuM .title,
.titleTypeJutakuS .title {
  float: inherit !important;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.3;
  font-size: 165%;
  margin-top: 2px;
}
.titleTypeJutakuM .cate,
.titleTypeJutakuS .cate {
  width: 70px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.titleTypeJutakuM .cate span,
.titleTypeJutakuS .cate span {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px 5px 3px;
  color: #fff;
  white-space: nowrap;
}
.titleTypeJutakuM .cate .type1,
.titleTypeJutakuS .cate .type1 {
  background: #906403;
}
.titleTypeJutakuM .cate .type2,
.titleTypeJutakuS .cate .type2 {
  background: #008000;
}
.titleTypeJutakuM .cate .type3,
.titleTypeJutakuS .cate .type3 {
  background: #B83811;
}
.titleTypeJutakuM .cate .type4,
.titleTypeJutakuS .cate .type4 {
  background: #007084;
}
/* 2カラム表示 */
div#contents.jutaku {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 25px;
  justify-content: flex-end;
}
#jutakuTwoColumnWrapR {
  flex: 1;
}
#jutakuLeftColumn {
  margin-right: 40px;
  width: 240px;
}
/* サイドメニュー */
.jutakuMenuListWrap {
  width: 240px;
}
.jutakuMenuListWrap .leftTitle {
  color: #ffffff;
  background: #007F94;
  border-radius: 8px 8px 0 0;
  padding: 15px 15px 15px 25px;
  font-size: 120%;
  line-height: 1.2;
}
.jutakuMenuListWrap .leftList ul li {
  border: 1px solid #cccccc;
  border-top: none;
  padding-left: 10px;
  background: url("/common/001499760.png") no-repeat top 50% left 12px;
}
/*.jutakuMenuListWrap .leftList ul li.select{
	background-color: #c6fffa;
}*/
.jutakuMenuListWrap .leftList ul li div {
  padding: 12px 20px;
}
.jutakuMenuListWrap .leftList ul li a {
  text-decoration: none;
}
.jutakuMenuListWrap .leftList ul li a:hover {
  text-decoration: underline;
}
.jutakuSideBnrList {
  width: 240px;
}
.jutakuMenuListWrap + .jutakuSideBnrList {
  margin-top: 20px;
}
.jutakuSideBnrList li {
  margin-bottom: 10px;
}
.jutakuSideBnrList li img {
  width: 100%;
}
/* 本文配置 */
.innerText p {
  margin: 0 15px 10px;
}
.innerText ul.list02 li {
  margin-bottom: 5px;
  padding-bottom: 6px;
  list-style: none;
  margin-left: 15px;
}
/* トップアンカーリンク */
.ancBox {
  background: #EAF4F5;
  padding-top: 15px;
}
.ancBox ul.list01 {
  margin: 0 10px 15px;
  display: flex;
  flex-wrap: wrap;
}
.ancBox ul.list01 li {
  margin-bottom: 5px !important;
  padding-bottom: 6px;
  list-style: none !important;
  margin-left: 0 !important;
  margin-right: 25px;
}
.ancBox ul.list01 li .inner {
  padding-left: 20px;
  background: url("/common/001499763.png") no-repeat left 0.3em;
  display: block;
  min-height: 1%;
}
.ancBox ul.list01 li .inner .text {
  overflow: hidden;
}
/* 画像配置 */
.innerImg, .innerImg2 {
  display: table;
  max-width: 1200px;
  margin: 0 auto 15px;
}
.innerImg {
  padding: 0 15px;
}
.innerImg2 .cell2 {
  display: table-cell;
  width: 50%;
  padding: 15px;
}
.innerImg2 .cell3 {
  display: table-cell;
  width: 33%;
  padding: 15px;
}
.innerImg img, .innerImg2 img {
  width: 100%;
}
.innerImg p, .innerImg2 p {
  text-align: center;
}
/* トップバナー */
.mainimg01 {
  max-width: 815px;
  margin: 0 auto 20px;
}
.mainimg02 {
  max-width: 815px;
  margin: 0 auto 40px;
}
.mainimg01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainimg01 .img_area, .mainimg02 .img_area {
  padding-bottom: 15px;
}
.mainimg01 .img_area:not(:first-child) {
  width: 48%;
}
.mainimg01 .img_area img, .mainimg02 .img_area img {
  width: 100%;
}
/* トップバナー スライド */
#slideshow #navi_area ul {
  overflow: hidden;
  float: right;
}
#slideshow #navi_area li {
  float: left;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  background: url("/common/001499762.png") no-repeat top left;
  text-indent: -9999px;
  list-style: none;
}
#slideshow #navi_area li.last {
  margin-left: 0;
}
#slideshow #navi_area li a {
  display: block;
  width: 18px;
  height: 18px;
  background: url("/common/001499761.png") no-repeat top left;
}
#slideshow #navi_area li a.slide_selected {
  background: none;
}
/* 水色のボックスリスト */
.blueBox {
  background: #EAF4F5;
  padding: 10px;
}
.blueBox ul.list01 {}
.blueBox ul.list01 li {
  margin-bottom: 5px;
  padding-bottom: 6px;
  list-style: none;
  margin-left: 15px;
}
/* 日付付きリスト */
.topicsListJutaku {
  margin: 0 15px;
}
.topicsListJutaku dt {
  float: left;
  clear: both;
}
.topicsListJutaku dd {
  margin-left: 120px;
  margin-bottom: 15px;
}
.topicsListJutaku .iconIndent {
  float: left;
}
.topicsListJutaku span.iconIndentSpan {
  margin-left: 30px;
  display: block;
}
/* 日付無しリスト */
.topicsListJutaku ul.list01 {
  margin-bottom: 15px;
}
.topicsListJutaku ul.list01 li {
  margin-bottom: 5px !important;
  padding-bottom: 6px;
  list-style: none !important;
  margin-left: 0 !important;
}
.topicsListJutaku ul.list01 li .inner {
  padding-left: 20px;
  background: url("/common/000235491.png") no-repeat left 0.3em;
  display: block;
  min-height: 1%;
}
.topicsListJutaku ul.list01 li .inner .text {
  overflow: hidden;
}
/* 画像付き横並びリスト */
.topicsListJutaku ul.list02 {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-around;
}
.topicsListJutaku ul.list02 li {
  padding-bottom: 6px;
  list-style: none !important;
  flex: 1;
  margin: 0 15px !important;
}
.topicsListJutaku ul.list02 li .pict {
  min-height: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topicsListJutaku ul.list02 li .inner {
  padding-left: 20px;
  background: url("[[[id=201302/000235491]]]") no-repeat left 0.3em;
  display: block;
  min-height: 1%;
}
.topicsListJutaku ul.list02 li .inner .text {
  overflow: hidden;
}
/* ボタン */
.btnArea {
  text-align: center;
  margin: 25px 0 15px;
}
.btnArea .btn01 {
  border: 1px solid #007F94;
  border-radius: 24px;
  min-width: 300px;
  display: inline-block;
  text-align: center;
  background: url("/common/001499760.png") no-repeat;
  background-position: top 50% right 28px;
}
.btnArea .btn01 a {
  text-decoration: none;
  display: block;
  line-height: 1;
  padding: 15px 45px;
}
/* ボタンリンク */
.btnArea2 {
  display: flex;
  flex-wrap: wrap;
}
.btnArea2 div {
  border: 1px solid #c1c1c1;
  padding: 0 20px;
  margin-right: 20px;
}
.btnArea2 div.linkBtn a {
  display: inline-block;
  padding-left: 20px;
  background: url("/common/000235491.png") no-repeat left 0.3em;
  min-height: 1%;
}
/* 最下部リスト */
.btmBox h2.title {
  font-weight: bold;
  background: #62c1ce;
  display: inline-block;
  line-height: 1;
  padding: 10px 25px 5px;
  font-size: 115%;
  border-radius: 5px 5px 0 0
}
.btmBox .btmBoxBdr {
  border: 3px solid #62c1ce;
  padding: 15px;
}
.btmBox .btmBoxBdr h3.title {
  font-weight: bold;
  border-bottom: 3px solid #939393;
  margin-bottom: 18px;
}
.btmBox ul.list01 {
  margin: 0 10px 15px;
  display: flex;
  flex-wrap: wrap;
}
.btmBox ul.list02 {
  margin: 0 10px;
}
.btmBox ul.list01 li, .btmBox ul.list02 li {
  margin-bottom: 5px !important;
  padding-bottom: 6px;
  list-style: none !important;
  margin-left: 0 !important;
  margin-right: 25px;
}
.btmBox ul.list01 li .inner, .btmBox ul.list02 li .inner {
  padding-left: 20px;
  background: url("000235491]]]") no-repeat left 0.3em;
  display: block;
  min-height: 1%;
}
.btmBox ul.list01 li .inner .text, .btmBox ul.list02 li .inner .text {
  overflow: hidden;
}
/* アイコン */
.impIcon {
  display: inline-block;
  background: #D90000;
  color: #ffffff;
  margin-left: 10px;
  padding: 2px 6px 1px;
  border-radius: 3px;
  font-size: 86%;
}
/*_______________________________________ 配下ページ */
.ftBImgR {
  display: inline;
  float: right;
  margin: 0 0 15px 20px;
  text-align: center;
}
.ftBImgL {
  display: inline;
  float: left;
  margin: 0 0 15px 20px;
  text-align: center;
}

/* 画像を横並び */
.sideImg {
  display: flex;
  text-align: center;
  justify-content: space-around;
}
.sideImgItem {
  margin: 0 10px 10px 0;
  flex:1;
}
.sideImgItem:last-child {
  margin-right: 0;
}
.sideImgItem img {
  max-width: 100%;
}
.sideImg.library {
  justify-content: flex-start;
  /* align-items: center; */
}
.sideImg.library .sideImgItem {
    margin: 0 10px 10px 0;
    flex: none;
  width:24%;
}
.sideImg.col3, .sideImg.col4{
justify-content: flex-start;
flex-wrap: wrap;
margin-bottom: -30px;
}

.sideImg.col3 .sideImgItem{
width: 32%;
margin-bottom: 30px;
}
.sideImg.col4 .sideImgItem{
width: 24%;
margin-bottom: 30px;
}
.sideImg .sideImgItem img.sumbs{
  width:100px;
}
.sideImg .sideImgItem img.sumbs_w200{
  width:200px;
}

/* 再生停止ボタン */
.controlArea {
  display: flex;
  justify-content: space-between;
}

.playStopArea {
  display: flex;
}

.playBtn {
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  border: 0.05em solid currentColor;
  border-radius: 50%;
  color: #000;
  font-size: 19px;
  text-indent: -9999em;
  cursor: pointer;
  background: #fff;
  margin-right: 4px;
}
.playBtn::before {
  position: absolute;
  top: 53%;
  left: 29%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.5em solid currentColor;
  box-sizing: border-box;
  content: "";
}
.playBtn:hover,
.playBtn.on {
  color: #004EAD;
}

.stopBtn {
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  border: 0.05em solid currentColor;
  border-radius: 50%;
  color: #000;
  font-size: 19px;
  text-indent: -9999em;
  cursor: pointer;
  background: #fff;
}
.stopBtn::before,
.stopBtn::after {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.1em;
  height: 0.5em;
  box-sizing: border-box;
  background-color: currentColor;
  content: "";
}
.stopBtn::before {
  left: 35%;
}
.stopBtn::after {
  left: 60%;
}

.stopBtn:hover,
.stopBtn.on {
  color: #004EAD;
}

.contentsContactIn01 {
  margin-bottom: 0;
}

.contentsContactIn01 > *:last-child {
  margin-bottom: 0;
}

/* !pageTop
---------------------------------------------------------- */
#pageTopWrap .pageTop a {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin: 0 0 25px 0;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 100%;
  background: url("/common/001176395.png") no-repeat center center #5eb5c0;
  background-size: 20px 14px;
  overflow: hidden;
}
#pageTopWrap .pageTop a img {
  display: none;
}

.contentJutaku > .titleTypeJutakuM:only-child,
.contentJutaku > .titleTypeJutakuS:only-child {
  margin-bottom: -18px;
}
.contentJutaku:last-of-type > .titleTypeJutakuM:only-child,
.contentJutaku:last-of-type > .titleTypeJutakuS:only-child {
  margin-bottom: 18px;
}

/* テーブル */
.tableTypeJutaku table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 15px;
}
.tableTypeJutaku caption {
  display: none;
}
.tableTypeJutaku th {
  border: 1px solid #3C3C3C;
  border-right: none;
  border-bottom: none;
  background-color: #e6f0ff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
.tableTypeJutaku td {
  border: 1px solid #3C3C3C;
  border-right: none;
  border-bottom: none;
  padding: 10px;
}
.tableTypeJutaku tr:last-child th,
.tableTypeJutaku tr:last-child td {
  border-bottom: 1px solid #3C3C3C;
}
.tableTypeJutaku tr th:last-child,
.tableTypeJutaku tr td:last-child {
  border-right: 1px solid #3C3C3C;
}

.jutaku.portalTop .ancBox ul.list01 {
  margin: 0 10px 25px;
  display: flex;
  flex-wrap: wrap;
}

.section ul.listTopics {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 25px;
  padding: 0;
}

.section ul.listTopics li {
  width: 280px;
  margin: 0 5px 0 0;
  cursor: pointer;
  padding: 14px;
  display: block;
}

.section ul.listTopics li:hover {
  box-shadow: 0 0 20px rgba(10, 10, 10, 0.5);
  transition: 0.2s;
}

.section ul.listTopics li .thumb {
  border: 1px solid #cccccc;
  width: 280px;
  height: 157px;
  background: url(/common/001626920.png) no-repeat;
  position: relative;
}

.section ul.listTopics li .thumb img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.section ul.listTopics li p.link_text {
  margin: 10px 0;
  padding-left: 20px;
  color: #183d86;
  text-decoration: underline;
  background: url(/common/000235491.png) no-repeat;
  background-position: left 0 top 0.3em;
}
.section ul.listTopics li:hover p.link_text {
  text-decoration: none;
}
.jutakuMenuListWrap .leftList ul li.noneIcon {
  background: none;
  padding: 0;
  border-bottom: none;
}

.jutakuMenuListWrap .leftList ul li .categoryTitle {
  padding: 15px 15px 15px 25px;
  background: #F6F6F6;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}

.jutakuMenuListWrap .leftList ul li ul li {
  border-left: none;
  border-right: none;
}


/* メインビジュアル */
.mainimg01 {
    max-width: 1200px !important;
}