@charset "utf-8";

html {
    height: 100%;
    width: 100%;
}

body {
    min-width:initial;
    background: #CCE6FF;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    /* font-family: 'HG丸ｺﾞｼｯｸM-PRO','ヒラギノ丸ゴ Pro W4','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; */
    /* font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /* margin: 0 0 40px 0px; */
    /* overflow: auto; */
}
@media only screen and
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

h1 {
  font-size: 1.7em;
  margin: 0;
  transform: rotate(0.03deg);
}
h1 a.top {
  text-decoration: none !important;
  color: inherit;
}
h1 a.top:hover {
  text-decoration: none !important;
  color: inherit;
}
h2 {
  font-size: 1.3em;
  margin: 0;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  transform: rotate(0.03deg);
  width: calc(100% - 40px);
}
h3 {
  font-size: 1.0em;
  margin: 0;
  transform: rotate(0.03deg);
}

/* h1アイコン */
h1.icon1 {
  display: inline-block;
  position: relative;
  line-height: 20px;
  text-indent: 25px;
  width: calc(100% - 5px);
  padding-bottom: 10px;
  padding-left: 5px;
  border-bottom: 3px solid #4CA5FF;
  margin-top: 10px;
  margin-bottom: 20px;
}
h1.icon1:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  background-image: url("../images/head_mark_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 60px; /*フッター分のマージン*/
  box-sizing: border-box;
}
/* ヘッダー */
#header {
  display: inline-block;
  /* position: fixed; */
  background: #B2FFFF;
	background: -webkit-linear-gradient(top, #B2FFFF 20%, #dbffff 35%, #ffffff 100%);
  background: linear-gradient(to bottom, #B2FFFF 20%, #dbffff 35%, #ffffff 100%);
  width:100%;
  height: 80px;
  top:0px;
  z-index: 40;
  /* border: 1px solid #fdfdfd; */
  /* transform: rotate(0.03deg); */
}
#header #top-line {
  display: inline-block;
  position: absolute;
  background: #FFFFB2;
  width: 100%;
  height: 6px;
  top: 4px;
}
#header #catchcopy {
  display: inline;
}
#header #catchcopy p {
  font-size: 0.9em;
  /* font-weight: bold; */
  color: #4d4d4d;
  margin: 8px;
  margin-left: 5px;

}
#header #catchcopy span {
  color: #ff0000;
}
#header #title {
  display: inline-block;
  position: absolute;
  /* float:left; */
  color:#fd9d43;
  font-weight: bold;
  /* font-size:1.8em; */
  text-align: left;
  vertical-align: middle;
  margin-left: 20px;
  line-height: 36px;
  top: 23px;
  letter-spacing: 10px;
}
#header #bottom-line {
  display: inline-block;
  position: absolute;
  background: #c6fdfd;
  width: 100%;
  height: 6px;
  top: 70px;
}
#header #info {
  display: inline-block;
  position: absolute;
  /* float: right; */
  font-size: 0.8em;
  color: #686868;
  /* border: 1px solid #686868; */
  right: 30px;
  top: 5px;
  /* margin-top: 15px;
  margin-right: 20px; */
}
#header #info p {
  line-height: 17px;
}
/* ヘッダーここまで */

/* フッター */
#footer {
  /* display: inline-block; */
  background: #ffffff;
  position: absolute;
  /* position: fixed; */
  bottom:0;
  width:100%;
  height: 60px;
  /* z-index: 40; */
  /* border: 1px solid #8fc1fa; */
  transform: rotate(0.03deg);
}
#footerinner {
  color:#2c2c2c;
  font-size: 1.0em;
  /* text-align: left; */
  /* margin-left: 20px; */
  text-align: center;
  /* margin-right: 20px; */
  line-height: 60px;
}
/* フッターここまで */

/* 上パネル */
#top-panel {
  display: inline-block;
  background: #ffffff;
  width: 100%;
  /* height: 460px; */
}

/* 中央パネル */
#middle-panel {
  display: table;
  position: relative;
  background: #ffffff;
  width: 100%;
  margin-top:-2px;
}
@media all and (-ms-high-contrast: none){ /* IEの場合 */
  #middle-panel {
    margin-top: 0px;
  }
}
/* サンプル用パネル */
#sample-panel {
  display: inline-block;
  position: relative;
  background: #ffffff;
  width: calc(100% - 40px);
  height: 280px;
  margin-top:8px;
  text-align: left;
  padding: 20px;
}

/* コンテンツ用パネル */
#contents-panel {
  /* display: inline-block; */
  /* position: relative; */
  background: #ffffff;
  width: calc(100% - 40px);
  /* height: 280px; */
  /* margin-top:8px; */
  margin-top: -2px;
  text-align: left;
  padding: 20px;
}
@media all and (-ms-high-contrast: none){ /* IEの場合 */
  #contents-panel {
    margin-top: 0px;
  }
}
#contents-panel .item {
  padding: 10px;
  transform: rotate(0.03deg);
}
#contents-panel .item p {
  font-size: 1.1em;
  color: inherit;
  line-height: 2.0em;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
#contents-panel .item ul {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
#contents-panel .item li {
  font-size: 1.1em;
  color: inherit;
  line-height: 1.3em;
  transform: rotate(0.03deg);
}

#contents-panel .input_panel table td {
  border-bottom: 1px solid #bebebe;
}

#contents-panel div[id^="input_item"] {
  text-align: left;

}
#contents-panel div[id^="input_item"] table {
  display: inline-block;
  text-align: left;
  margin: 0;
  border-spacing: 5px 10px;
}
#contents-panel div[id^="input_item"] table .caption_label {
  text-align: left;
  padding: 0px 10px;
}
#contents-panel div[id^="input_item"] table .caption_label_c {
  text-align: left;
  padding: 0px 10px;
}
#contents-panel div[id^="input_item"] table .caption_label_c::after {
  display: block;
  float: right;
  content: "必須";
  font-size: 0.8em;
  padding: 2px 5px;
  margin-left: 5px;
  color: #ffffff;
  background: #ff0000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#contents-panel div[id^="input_item"] table .item_control {
  text-align: center;
  padding: 0px 10px;
}

#contents-panel .input_panel table .img_view {
  border: 1px solid #777777;
  width: 100px;
  height: 70px;
  margin-bottom: 5px;
}

#contents-panel .input_panel input[type="text"],
#contents-panel .input_panel input[type="password"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  width: 200px;
  height: 25px;
  padding: 3px;
}
#contents-panel .input_panel textarea {
  font-family: inherit;
  font-size: 1.2em;
  padding: 3px;
  resize: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contents-panel .input_panel input[type="checkbox"] {
  margin-right: 5px;
}
#contents-panel .input_panel .checkbox_label {
  font-size: 1.0em;
  padding: 3px;
}
#contents-panel .input_panel select {
  font-size: 1.1em;
  width: 100px;
  height: 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contents-panel .loan_button {
  margin-left:10px;
}
#contents-panel .loan_button button{
  font-size: 1.3em;
  vertical-align: top;
  margin: 2px 0px;
}
#contents-panel .loan_item {
  margin-left: 10px;
}
#contents-panel .loan_item.mgn {
  margin-top: 10px;
  margin-left: 60px;
  margin-bottom: 10px;
}
#contents-panel .loan_item p {
  line-height: 25px;
}
#contents-panel .loan_item p.doc {
  margin-top: 10px;
  margin-left: 50px;
  margin-bottom: 10px;
}
#contents-panel .loan_item p.doc a {
  position: relative;
  padding-left: 20px;
}
#contents-panel .loan_item p.doc a::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}
#contents-panel .loan_item .f_red {
  color: #ff0000;
}
#contents-panel .loan_item .f_bold {
  font-weight: bold;
}
#contents-panel h2.sub_title {
  margin-left: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #4CA5FF;
  border-left: 10px solid #4CA5FF;
}

/* 左パネル */
#left-panel {
  display: table-cell;
  position: relative;
  background: #9ACCFF;
  width: 230px;
  height: 100%;
  left: 0;
  padding: 20px 10px;
  line-height: 30px;
  /* transform: rotate(0.03deg); */
}
#left-panel .m-item {
  display: inline-block;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 20px;
  text-indent: 25px;
}
#left-panel .m-item:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/head_mark_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#left-panel table {
  border-collapse: collapse;
  border-spacing: 0px 2px;
}
#left-panel table .s-item {
  font-size: 1.1em;
  text-align: right;
}
#left-panel .c-item {
  display: inline-block;
  width: 30px;
  text-align: right;
}
#left-panel input[type="text"],
#left-panel input[type="password"] {
  font-size: 1.0em;
  width: 170px;
  height: 18px;
  padding: 2px 5px;
}

#left-banner-panel-top {
  padding-top: 80px;
}
#left-banner-panel {
  /* width: calc(120px * 6); */
  /* height: 120px; */
  /* background: #ffffff; */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* margin-top: 30px; */
  padding: 0px;
}
#left-banner-panel ul,
#left-banner-panel-top ul {
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
#left-banner-panel li,
#left-banner-panel-top li {
  justify-content: center;
  list-style-type: none;
  display: inline-block;
  margin: 3px;
}
#left-banner-panel li img:hover,
#left-banner-panel-top li img:hover {
  opacity: 0.7;
  /* border: 1px solid #c5c5c5; */
}
#left-banner-panel img,
#left-banner-panel-top img {
  display: block;
  width: 210px;
  /* height: 60px; */
  /* -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(1, 1, 1, 0); */
  /* padding: 2px 5px; */
}
#loan_panel img {
  display: block;
  width: 210px;
  /* height: 60px; */
  /* -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; */
  /* border: 1px solid #cfcfcf; */
  /* padding: 2px 5px; */
  margin-left: 10px;
}

/* 中央パネル */
#center-panel {
  display: table-cell;
  background: #ffffff;
  width: calc(100% - 310px);
  height: 100%;
  right: 0;
  padding: 20px 30px;
}
#center-panel img:hover {
  opacity: 0.7;
}

#bottom-banner-panel {
  /* width: calc(120px * 6); */
  /* height: 120px; */
  /* background: #f1e8e8; */
  /* width: 100%; */
  /* -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #bebebe; */
  margin: 0 auto;
  margin-top: 10px;
  padding: 5px;
  /* max-width: 670px; */
  transform: rotate(0.03deg);
}
#bottom-banner-panel ul {
  margin: 10px 10px;
  padding: 0;
  text-align: left;
}
#bottom-banner-panel li {
  justify-content: center;
  list-style-type: none;
  display: inline-block;
  margin: 2px;
}
#bottom-banner-panel img {
  display: block;
  width: 180px;
  height: 150px;
}
/* 右パネル */
#right-panel {
  display: table-cell;
  width: 260px;
  height: 200px;
  background: #ffffff;
  padding: 10px 10px;
  vertical-align: top;
}
#video-panel {
  display: inline-block;
  /* position: absolute; */
  width: 240px;
  /* height: 150px; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #ec843e;
  /* text-align: center; */
  padding: 5px;
  transform: rotate(0.03deg);
}
#video-panel legend {
  color: #d47433;
  font-size: 1.2em;
  font-weight: bold;
}

#hoikusi-panel {
  display: inline-block;
  /* position: absolute; */
  width: 240px;
  /* height: 120px; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #4787db;
  /* text-align: center; */
  padding: 5px;
  margin-top: 5px;
}
#hoikusi-panel legend {
  color: #145dbd;
  font-size: 1.2em;
  font-weight: bold;
}
#hoikusi-panel ul {
  margin: 5px 0px;
}
#hoikusi-panel ul li {
  margin: 2px 0px;
}

#yousei-panel {
  display: inline-block;
  /* position: absolute; */
  width: 240px;
  /* height: 120px; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #28b64b;
  background: #d8f0de;
  /* text-align: center; */
  padding: 5px;
  margin-top: 5px;
  transform: rotate(0.03deg);
}
#yousei-panel legend {
  color: #199638;
  font-size: 1.2em;
  font-weight: bold;
}
#yousei-panel ul {
  list-style-type: none;
  margin: 5px 0px;
  padding: 0;
}
#yousei-panel ul li {
  position: relative;
  margin: 2px 0px;
  padding-left: 25px;
  font-weight: bold;
}
#yousei-panel ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 3px;
  width: 20px;
  height: 20px;
  background-image: url("../images/li_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.field_keisyo {
  display: inline-block;
  /* position: absolute; */
  /* height: 120px; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #28b64b;
  /* background: #d8f0de; */
  /* text-align: center; */
  padding: 5px;
  margin-top: 5px;
  transform: rotate(0.03deg);
}

.field_sdgs {
  display: inline-block;
  /* position: absolute; */
  /* height: 120px; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #28b64b;
  /* background: #d8f0de; */
  /* text-align: center; */
  width: calc(100% - 70px);
  padding: 10px;
  margin: 5px 20px;
  font-size:1.0em;
  transform: rotate(0.03deg);
}
.field_sdgs img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  max-width:120px;
  width:100%;
}
.field_sdgs .item_title {
  line-height:2.0em;
  font-weight: bold;
  width: 170px;
  margin-left: 10px;
}
.field_sdgs .item_contents {
  display: inline-block;
  vertical-align: top;
}
.field_sdgs label,
.field_sdgs div {
  line-height: 2.0em;
  vertical-align:top;
  display: inline-block;
}
a img:hover{
  opacity: 0.7;
}

#info {
  margin-top: 10px;
  margin-bottom: 20px;
}
#info p {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
#info span {
  color: #ff0000;
  font-size: 1.2em;
}
#news-panel {
  margin-top: 10px;
}
#news-panel ul {
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 10px;
  height: 212px;
  overflow: auto;
}
#news-panel ul li {
  display: inline-block;
  background: #ffffff;
  width: 100%;
  /* height: 50px; */
  min-height: 50px;
  border-bottom: 1px solid #b1b1b1;
}
#news-panel ul li:hover {
  background: #e5f6ff;
}
#news-panel ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#news-panel ul li .new {
  display: table-cell;
  /* background: #ff4242; */
  color: #ff0000;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 5px;
}
#news-panel ul li .dt {
  display: table-cell;
  font-size: 0.8em;
  color: #777777;
  width: 90px;
  padding: 5px;
  vertical-align: top;
}
#news-panel ul li .toicon {
  display: table-cell;
  position: relative;
  background: #ffffff;
  color: #ff0000;
  font-size: 1.0em;
  font-weight: bold;
  border: 2px solid #ff0000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  top: 3px;
  padding: 0px 5px;
  vertical-align: middle;
}
#news-panel ul li .item {
  display: table-cell;
  color: #2c2c2c;
  font-size: 1.1em;
  padding: 5px;
  vertical-align: top;
}
#news-panel ul li .j_datetime {
  display: block;
  color: #2c2c2c;
  font-size: 0.8em;
  padding: 0px;
  margin-top: 7px;
}
.title_right_ctl {
  float: right;
}
.title_right_ctl_btn {
  font-size: 0.6em !important;
  width: 80px !important;
  height: 28px !important;
  margin: 0;
  vertical-align: middle;
  text-indent: 0;
}
.title_right_ctl select {
  width: 120px;
  height: 28px;
  font-size: 0.7em;
  vertical-align: middle;
}

#seminar-panel {
  margin-top: 10px;
}
#seminar-panel ul {
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 10px;
  height: 265px;
  overflow: auto;
}
#seminar-panel ul li {
  display: inline-block;
  background: #ffffff;
  width: 100%;
  min-height: 50px;
  border-bottom: 1px solid #b1b1b1;
}
#seminar-panel ul li:hover {
  background: #e5f6ff;
}
#seminar-panel ul li .dt {
  display: table-cell;
  font-size: 0.8em;
  color: #777777;
  width: 90px;
  padding: 5px;
  vertical-align: top;
}
#seminar-panel ul li .item {
  display: table-cell;
  font-size: 1.1em;
  padding: 5px;
  vertical-align: top;
}

#facility-search-panel {
  /* background: #1985f1; */
  padding: 10px;
  margin: 10px;
  border-bottom: 2px solid #4CA5FF;
}
#search-result {
  display: table;
  padding: 10px;
  margin: 10px;
}
#search-result .col {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2em;
}
#search-result .col p {
  font-size: 0.7em;
  line-height: 18px;
  border-bottom: 1px solid #dbdbdb;
}
#facility-search-panel span {
  font-size: 1.0em;
  vertical-align: middle;
  margin-left: 5px;
}
#facility-search-panel input[type="text"] {
  font-size: 1.0em;
  width: 170px;
  height: 18px;
  padding: 2px 5px;
  vertical-align: middle;
}
#facility-search-panel select {
  font-size: 1.0em;
  width: 120px;
  height: 28px;
  padding: 2px 5px;
  vertical-align: middle;
}
#search-result #result_list {
  display: block;
  float: left;
  width: calc(100% - 400px - 40px);
  margin-top: 20px;
  /* border: 1px solid #363636; */
}
#search-result #result_list ul {
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 10px;
  width: 90%;
  /* overflow: auto; */
}
#search-result #result_list li {
  /* width: 100%; */
  border-bottom: 1px solid #4CA5FF;
  margin: 5px;
  padding: 0 20px;

}
#search-result #result_list li.ag_title {
  /* width: 100%; */
  border-bottom: none;
  background: #dbf2ff;
  margin: 5px;
  padding: 5px 5px;
  font-weight: bold;
}
#search-result #result_list li span {
  color: #1930ff;
  cursor: pointer;
}
#search-result #result_list li span:hover {
  text-decoration: underline;
  color: #5162ff;
  cursor: pointer;
}
#search-result #result_list li span.no-link {
  text-decoration: none;
  color: #2c2c2c;
  cursor: default;
}
#search-result #result_list li span:not(:last-child) {
  margin-right: 10px;
}
#search-result #map {
  display: block;
  float: right;
  background: #eeeeee;
  width: 400px;
  height: 400px;
  margin-top: 20px;
}

#hoikuen_info {
  display: inline-block;
}
#hoikuen_img {
  display: block;
  float: left;
  /* border: 1px solid #1985f1; */
  padding: 20px;
}
#hoikuen_img img {
  width:300px;
}
#hoikuen_contents {
  display: block;
  float: left;
  padding: 20px;
  /* border: 1px solid #1985f1; */
}
#hoikuen_contents table {
  /* border: 1px solid #1985f1; */
  border-spacing: 0;
}
#hoikuen_contents table td {
  /* border: 1px solid #1985f1; */
  padding: 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #1985f1;
}

/* 下パネル */
#bottom-panel {
  display: inline-block;
  background: #ffffff;
  width: calc(100% - 20px);
  /* height: 150px; */
  margin: 8px 0px;
  padding: 10px;
}
#info-panel {
  display: block;
  float: left;
  /* vertical-align: top; */
  background: #ffffff;
  line-height: 1.0em;
  padding-left: 10px;
  width: 400px;
}
#info-panel p {
  margin: 10px 0px;
}
#sitemap-panel {
  display: block;
  float: right;
  max-width: calc(100% - 420px);
  /* text-align: right; */
  /* vertical-align: top; */
  background: #ffffff;
  padding-left: 0px;
  font-size: 0;
}
#sitemap-panel img {
  display: inline-block;
  width: 260px;
  height: 80px;
  margin: 2px;
}

/* イメージパネル */
#img-panel {
  position: relative;
  display: inline-block;
  background: #d4eaff;
  width: 100%;
  /*イメージサイズで変動させる*/
  /*height: 460px;*/
}
#slide {
  display: flex;
  justify-content: start;
  list-style-type: none;
  /* height: calc(100% - 50px); */
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: -150px;
}
#slide li {
  display: block;
  /* flex-direction: row; */
  list-style: none;
  /* width: 900px; */
  margin: 5px;
}
#slide li img{
  width: 300px;
  height: 200px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#img-panel img {
  /* display: inline-block; */
  /* position: absolute; */
  /* width: 200px; */
  /* height: 460px; */
}
#img-panel img.hidden {
  visibility: hidden;
  opacity: 0;
}
#img-panel #img-select {
  display: inline-block;
  position: absolute;
  width: calc(100% - 20px);
  height: 30px;
  top: 10px;
  /* background: #ff0000; */
  text-align: right;
}
#img-panel #img-select span {
  display: inline-block;
  background: #4CA5FF;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 3px;
  cursor: pointer;
}
#img-panel #img-select span.select {
  background: #1985f1;
}
#img-panel #img-select span:hover {
  background: #fca43f;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
.img-fadeout{
  opacity: 0;
  animation-name: fadeOut;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.img-fadein{
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

#img-panel #catchcopy {
  display: block;
  position: absolute;
  top: 20px;
  left: 50px;
  font-size: 20px;
  font-weight: bold;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
  0px 1px 0 #FFF,  0-1px 0 #FFF,
  -1px 0 0 #FFF, 1px 0 0 #FFF;
  transform: rotate(0.03deg);
}
/* #img-panel #catchcopy p {
  background: rgb(255, 255, 255, 0.3);
} */
#img-panel #catchcopy span {
  color: #ff0000;
}

/* ボタン */
.btn {
  width: 100px;
  height: 28px;
  line-height: 24px;
  color:#363636;
  font-size:1.0em;
  /* font-weight: bold; */
  cursor: pointer;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
  -webkit-transition:background 0.3s;
	background: #c5c5c5;
	background: -webkit-linear-gradient(top, #c5c5c5 0%, #c5c5c5 100%);
  background: linear-gradient(to bottom, #c5c5c5 0%, #c5c5c5 100%);
  border: 1px solid #777777;
  box-shadow: 5 0 5px #b9b9b9;
  transform: rotate(0.03deg);
}
.btn:hover {
	/* background: #faca93; */
	/* background: -webkit-linear-gradient(top, #fcd8b0 0%, #faca93 100%); */
	/* background: linear-gradient(to bottom, #fcd8b0 0%, #faca93 100%); */
	/* border: 1px solid #6fd2fd; */
  /* background: #a8e4ff; */
  opacity: 0.7;
}
.btn:active {
	/* background: #beebff; */
	/* background: -webkit-linear-gradient(top, #fdcc94 0%, #ffbd71 100%); */
	/* background: linear-gradient(to bottom, #fdcc94 0%, #ffbd71 100%); */
	/* border: 1px solid #6fd2fd; */
  /* background: #a8e4ff; */
  opacity: 0.9;
}
.btn:disabled {
	background: #f1f1f1;
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #e6e6e6 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #e6e6e6 100%);
	border: 1px solid #c5c5c5;
  color:#969696;
  opacity: 1;
  cursor: default !important;
}

/* ユーザー情報 */
#user_info {
  float: right;
  color:#2c2c2c;
  font-size:0.9em;
  text-align: left;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 36px;
}

/* メニュー */
#menu_btn {
  display: none;
}
#menu {
  display: inline-block;
  /* position: absolute; */
  background: #CCE6FF;
  /* position: fixed; */
  width:100%;
  /* height: 60px; */
  /* padding-top: 42px; */
  /* padding-left: 20px; */
  /* top: 489px; */
}
/* #menu a { */
/* pointer-events:none; */
/* } */
#menu #main {
  /* float: left; */
  /* display: flex; */
  justify-content: center;
  list-style-type: none;
  font-size: 0;
  margin: 0 auto;
  margin-top: 6px;
  text-align: center;
  /* text-align: left; */
  /* margin-left: 10px; */
  white-space: nowrap;
  padding-left:0px;
  /* overflow: auto; */
  /* background: #ffffff; */
}
#menu #main a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  height: 100%;
  transform: rotate(0.03deg);
}
#menu #main li.top {
  /* float: left; */
  display: inline-block;
  position: relative;
  background: #4ca5ff;
  /* width: calc(100% / 6 - 15px); */
  width: calc(100% / 6 - 15px);
  height: 40px;
  line-height: 40px;
  font-size: 1.4vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-left: 1px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  border-top: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  vertical-align: bottom;
  cursor: pointer;
}
#menu #main li.top.row2 {
  padding-top: 6px;
  height: 52px;
  line-height: 22px;
}
#menu #main li.top.highlight {
  background: #fd6d68;
}
#menu #main li.select,
#menu #main li.top ul.sub li.select {
  background: #0b73db;
}
#menu #main li.select.highlight {
  background: #f33d37;
}
#menu #main li.top:hover,
#menu #main li.top ul.sub li:hover {
  background: #fca43f;
}
#menu #main li.top:hover ul.sub {
  top: 40px;
  /* top: 52px; */
  /* top: 70px;  */ /* 2段メニュー時 */
  visibility: visible;
  opacity: 1;
  left: -1px;
}
#menu #main li.top ul.sub {
  justify-content: center;
  list-style-type: none;
  position: absolute;
  top: 30px;
  /* top: 60px; */ /* 2段メニュー時 */
  /* width:  */
  /* background: #FDC088; */
  padding: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  left: -1px;
}
#menu #main li.top ul.sub li {
  /* float: left; */
  /* display: inline-block; */
  background: #4CA5FF;
  width: 200px; /*画面リサイズで変動させる*/
  height: 40px;
  line-height: 40px;
  font-size: 1.4vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin: 0;
  /* margin-left: 1px; */
  /* -webkit-border-radius: 8px; */
  /* -moz-border-radius: 8px; */
  /* border-radius: 8px; */
  border: 1px solid #ffffff;
  vertical-align: middle;
  cursor: pointer;
}
#menu #main li.top  ul.sub li.highlight {
  background: #fd6d68;
}
#menu #main li.top ul.sub li.highlight:hover {
  background: #fca43f;
}
#news_item {
  padding-left: 20px;
}
#news_item h2 {
  border-bottom: 1px solid #4CA5FF;
  padding: 0px 10px;
}
#news_item pre {
  font-size: 1.2em;
  padding-left: 20px;
  line-height: 22px;
}
#news_item p {
  font-size: 1.0em !important;
  padding-left: 20px !important;
}
#news_item button {
  margin-top: 20px;
  margin-left: 20px;
}

#page-top {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  background-image: url("../images/up_arrow.png");
  background-color: #4CA5FF;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
  -webkit-transition:background 0.3s;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
#page-top:hover {
  background-image: url("../images/up_arrow.png");
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-color: #89c4ff;
}

/* 警告メッセージ */
.caution {
  font-size: 1.1em;
  font-weight: bold;
  color: #e61f1f;
}

#contact_panel ul {
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 0px !important;
  width: 100%;
  overflow: auto;
}
#contact_panel ul li {
  display: inline-block;
  background: #ffffff;
  width: 100%;
  /* height: 50px; */
  min-height: 50px;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#contact_panel ul li.sd {
  background: #dff2fd;
  float: right;
}
#contact_panel ul li.sd:hover {
  background: #caedff;
}
#contact_panel ul li.rv {
  background: #ffe4e4;
}
#contact_panel ul li.rv:hover {
  background: #ffd6d6;
}
#contact_panel ul li .user,
#contact_panel ul li .title {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 15px;
  padding-bottom: 2px;
  width: 95%;
  border-bottom: 1px solid #d1d1d1;
}
#contact_panel ul li pre {
  font-size: 0.8em;
  margin-left: 30px;
}

#competition_panel {
  margin-top: 10px;
}
.banner_btn {
  width: 350px;
  height: 60px;
  line-height: 24px;
  color:#ffffff;
  font-size:1.4em;
  /* font-weight: bold; */
  cursor: pointer;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

	background: #4ca5ff;
	background: -webkit-linear-gradient(top, #4ca5ff 0%, #4ca5ff 100%);
  background: linear-gradient(to bottom, #4ca5ff 0%, #4ca5ff 100%);
  /* border: 5px solid #d4d4d4; */
  /* box-shadow: 5 0 5px #b9b9b9; */
  transform: rotate(0.03deg);
}
.banner_btn:hover {
	background: #fca43f;
}

#competition-search-panel,
#training-search-panel {
  /* background: #1985f1; */
  padding: 10px;
  margin: 10px;
  border-bottom: 2px solid #4CA5FF;
}
#competition-search-panel span,
#training-search-panel span {
  font-size: 1.0em;
  vertical-align: middle;
  margin-left: 5px;
}
#competition-search-panel input[type="text"],
#training-search-panel input[type="test"] {
  font-size: 1.0em;
  width: 170px;
  height: 18px;
  padding: 2px 5px;
  vertical-align: middle;
}
#competition-search-panel select,
#training-search-panel select {
  font-size: 1.0em;
  width: 120px;
  height: 28px;
  padding: 2px 5px;
  vertical-align: middle;
}

#competition-search-result ul,
#training-search-result ul {
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 10px;
  width: 720px;
  max-height: 155px;
  overflow: auto;
}
#competition-search-result ul li,
#training-search-result ul li {
  display: inline-block;
  background: #ffffff;
  width: 100%;
  height: 30px;
  min-height: 30px;
  border-bottom: 1px solid #b1b1b1;
}
#competition-search-result ul li:hover,
#training-search-result ul li:hover {
  background: #e5f6ff;
}
#competition-search-result ul li a,
#training-search-result ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#competition-search-result ul li .dt,
#training-search-result ul li .dt {
  display: table-cell;
  font-size: 0.8em;
  color: #777777;
  width: 90px;
  padding: 5px;
  vertical-align: top;
}
#competition-search-result ul li .item,
#training-search-result ul li .item {
  display: table-cell;
  color: #2c2c2c;
  font-size: 1.0em;
  padding: 5px;
  vertical-align: top;
}

#competition-video-panel {
  text-align: left;
  display: inline-block;
  transform: rotate(0.03deg);
}
#competition-video-panel .video-item {
  display: block;
  position: relative;
  float: left;
  width: 300px;
  background: #ffffff;
  border-top: 2px solid #b4b4b4;
  border-left: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  border-bottom: 2px solid #b4b4b4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  padding-bottom: 30px;
}
#competition-video-panel .video-item .title {
  background: #4CA5FF;
  color: #ffffff;
  font-size: 1.0em;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
  padding: 5px;
  line-height: 20px;
}
#competition-video-panel .video-item .doc {
  /* font-weight: 600; */
  font-size: 0.85em;
  margin: 0px 5px;
}
#competition-video-panel .video-item .doc a,
#competition-video-panel .video-item .doc span {
  display: inline-block;
  margin: 4px 10px;
}
#competition-video-panel .video-item .kigen {
  /* font-weight: 600; */
  font-size: 0.85em;
  margin: 0px 5px;
}
#competition-video-panel .video-item .kigen .dt {
  margin-left: 10px;
}
#competition-video-panel .video-item video {
  width: calc(100% - 20px);
  margin: 5px 10px;
}
#competition-video-panel .video-item .video_div{
  position: relative;
}
#competition-video-panel .video-item .video_div.show_ng::before {
  content: "閲覧できません";
  position: absolute;
  top: 15px;
  left: 20px;
  background: #ff0000;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  padding: 5px 10px;
}
#competition-video-panel .video-item .video_div.no_file::before {
  content: "動画準備中です。\Aしばらくお待ちください。";
  position: absolute;
  top: 15px;
  left: 20px;
  background: #ffee00;
  color: #575757;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  padding: 5px 10px;
  white-space: pre;
}
#competition-video-panel .video-item button {
  margin: 10px 10px;
}

/* NEW動画パネル */
#competition-video-panel2 {
  text-align: left;
  display: inline-block;
  /* transform: rotate(0.03deg); */
}
#competition-video-panel2 #p1,
#competition-video-panel2 #p2 {
  display: inline-block;
  width: 100%;
}
#competition-video-panel2 .b_panel {
  display: block;
  position: relative;
  float: left;
  /* width: calc(100% - 25px); */
  width: 500px;
  background: #ffebbf;
  border-top: 2px solid #b4b4b4;
  border-left: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  border-bottom: 2px solid #b4b4b4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px;
}
#competition-video-panel2 .b_panel .b_title {
  background: #4CA5FF;
  color: #ffffff;
  font-size: 1.0em;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* margin-bottom: 5px; */
  padding: 5px;
  line-height: 20px;
}
#competition-video-panel2 .b_panel .h_item {
  display: block;
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #b4b4b4;
  transition: background 0.3s ease-in-out;
  -webkit-transition:background 0.3s;
  /* height: auto; */
  padding: 5px 10px;
  padding-right: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
#competition-video-panel2 .b_panel .h_item:hover {
  background: #dff2fd;
}
#competition-video-panel2 .b_panel .h_item::after {
  content: attr(data-name);
  position: absolute;
  color: #535353;
  bottom: 8px;
  right: 6px;
}
#competition-video-panel2 .b_panel .h_item .sk_link {
  float: right;
}
#competition-video-panel2 .b_panel .h_item .sk_link img {
  width: 120px;
}
#competition-video-panel2 .b_panel .h_item .sk_link img:hover{
  opacity: 0.7;
  /* border: 1px solid #c5c5c5; */
}
#competition-video-panel2 .b_panel span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
#competition-video-panel2 .b_panel .h_name {
  text-align: right;
  /* float: right; */
  padding-right: 0px;
}
#competition-video-panel2 .b_panel dd[id^="video_item"] {
  /* display: table; */
  /* width: 100%; */
  background: #ffffff;
  margin: 0;
  padding: 12px;
  border-bottom: 1px solid #b4b4b4;
  display:none;
}
#competition-video-panel2 .b_panel dd[id^="video_item"] .dd_panel {
  display: flex;
}
#competition-video-panel2 .b_panel video {
  /* float: left; */
  /* display: table-cell; */
  width: 200px;
  /* margin: 5px 10px; */
  /* flex-grow: 1; */
  /* height: 250px; */
}
#competition-video-panel2 .b_panel .no_video_img {
  position: relative;
  background: #d6d6d6;
  border: 1px solid #4d4d4d;
  width: 200px;
  height: 112px;
}
#competition-video-panel2 .b_panel .no_video_img::before {
  content: "動画準備中です。\Aしばらくお待ちください。";
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 0.8em;
  background: #ffee00;
  color: #575757;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  padding: 5px 10px;
  white-space: pre;
}
#competition-video-panel2 .b_panel dd[id^="video_item"] .v_right {
  display: inline-block;
  /* display: table-cell; */
  vertical-align: top;
  font-size: 0.8em;
  padding: 0px 5px;
  margin-left: 10px;
  line-height: 18px;
  flex-grow: 1;
  /* width: 265px; */
}
#competition-video-panel2 .b_panel dd[id^="video_item"] .v_right .kigen {
  height: calc(100% - 30px);
}
#competition-video-panel2 .b_panel dd[id^="video_item"] .btn_ctl {
  text-align:right;
  height:30px;
  font-size:1.1em;
}

/* 研修動画パネル */
#training-video-panel {
  text-align: left;
  display: inline-block;
  /* transform: rotate(0.03deg); */
}
#training-video-panel #p1,
#training-video-panel #p2 {
  display: inline-block;
  width: 100%;
}
#training-video-panel .b_panel {
  display: block;
  position: relative;
  float: left;
  /* width: calc(100% - 25px); */
  width: 500px;
  background: #ffebbf;
  border-top: 2px solid #b4b4b4;
  border-left: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  border-bottom: 2px solid #b4b4b4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px;
}
#training-video-panel .b_panel .b_title {
  background: #4CA5FF;
  color: #ffffff;
  font-size: 1.0em;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* margin-bottom: 5px; */
  padding: 5px;
  line-height: 20px;
}
#training-video-panel .b_panel .h_item {
  display: block;
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #b4b4b4;
  transition: background 0.3s ease-in-out;
  -webkit-transition:background 0.3s;
  /* height: auto; */
  padding: 5px 10px;
  padding-right: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
#training-video-panel .b_panel .h_item:hover {
  background: #dff2fd;
}
#training-video-panel .b_panel .h_item::after {
  content: attr(data-name);
  position: absolute;
  color: #535353;
  bottom: 8px;
  right: 6px;
}
#training-video-panel .b_panel span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
#training-video-panel .b_panel .h_name {
  text-align: right;
  /* float: right; */
  padding-right: 0px;
}
#training-video-panel .b_panel dd[id^="video_item"] {
  /* display: table; */
  /* width: 100%; */
  background: #ffffff;
  margin: 0;
  padding: 12px;
  border-bottom: 1px solid #b4b4b4;
  display:none;
}
#training-video-panel .b_panel dd[id^="video_item"] .dd_panel {
  display: flex;
}
#training-video-panel .b_panel video {
  /* float: left; */
  /* display: table-cell; */
  width: 200px;
  /* margin: 5px 10px; */
  /* flex-grow: 1; */
  /* height: 250px; */
}
#training-video-panel .b_panel .no_video_img {
  position: relative;
  background: #d6d6d6;
  border: 1px solid #4d4d4d;
  width: 200px;
  height: 112px;
}
#training-video-panel .b_panel .no_video_img::before {
  content: "動画準備中です。\Aしばらくお待ちください。";
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 0.8em;
  background: #ffee00;
  color: #575757;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  padding: 5px 10px;
  white-space: pre;
}
#training-video-panel .b_panel dd[id^="video_item"] .v_right {
  display: inline-block;
  /* display: table-cell; */
  vertical-align: top;
  font-size: 0.8em;
  padding: 0px 5px;
  margin-left: 10px;
  line-height: 18px;
  flex-grow: 1;
  /* width: 265px; */
}
#training-video-panel .b_panel dd[id^="video_item"] .v_right .kigen {
  height: calc(100% - 30px);
}
#training-video-panel .b_panel dd[id^="video_item"] .btn_ctl {
  text-align:right;
  height:30px;
  font-size:1.1em;
}


#contents-panel .list_panel {
  display: block;
  position: relative;
  float: left;
  background: #ffffff;
  border: 2px solid #4CA5FF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 550px;
  /* height: 500px; */
  margin: 10px;
  padding: 10px;
  padding-bottom: 20px;
}
#contents-panel .video-title {
  background: #4CA5FF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 5px;
  color: #ffffff;
  font-size: 1.1em;
  /* font-weight: bold; */
}
#contents-panel .msg_item ul {
  display: inline-block;
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 0px !important;
  width: 100%;
  overflow: auto;
  text-align: left;
  font-size: 1.2em;
}
#contents-panel .msg_item  ul li {
  display: inline-block;
  background: #ffffff;
  width: 100%;
  /* height: 50px; */
  min-height: 50px;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
#contents-panel .msg_item  ul li.sd {
  background: #dff2fd;
}
#contents-panel .msg_item  ul li.sd:hover {
  background: #caedff;
}
#contents-panel .msg_item  ul li.rv {
  background: #ffe4e4;
}
#contents-panel .msg_item  ul li.rv:hover {
  background: #ffd6d6;
}
#contents-panel .msg_item  ul li .time,
#contents-panel .msg_item  ul li .user,
#contents-panel .msg_item  ul li .title {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 15px;
  padding-bottom: 2px;
  width: 95%;
  border-bottom: 1px solid #d1d1d1;
}
#contents-panel .msg_item  ul li pre {
  font-size: 0.8em;
  margin-left: 30px;
}
#contents-panel .msg_item  ul li.all {
  width: calc(100% - 10px);
  margin-left: 10px;
}
#contents-panel .msg_item  ul li.space {
  border: none;
  height: 10px !important;
  min-height: 10px !important;
  font-size: 0.85em;
  font-weight: bold;
  margin-left: 0px;
}

#contents-panel #video_login_info {
  display: inline-block;
  border-bottom: 2px solid #4CA5FF;
  width: calc(100% - 20px);
  font-size: 1.0em;
  margin-left: 10px;
  padding-bottom: 10px;
}

#contents-panel .link_item h2 {
  margin-left: 20px;
  color: #4CA5FF;
}
#contents-panel .link_item ul {
  display: inline-block;
  justify-content: center;
  list-style-type: none;
  margin-top: 10px;
  width: 100%;
  text-align: left;
  font-size: 1.2em;
}
#contents-panel .link_item ul li {
  display: inline-block;
  position: relative;
  background: #ffffff;
  width: 100%;
  /* height: 50px; */
  margin-bottom: 30px;
  padding-left: 30px;
}
#contents-panel .link_item ul li a {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
}
#contents-panel .link_item ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 3px;
  width: 20px;
  height: 20px;
  background-image: url("../images/li_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#contents-panel .div_link::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 30px;
  width: 20px;
  height: 20px;
  background-image: url("../images/li_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
/* リクエストマーク */
.icnrq::before {
  content: attr(data-name);
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: #ff0000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  left: 2px;
  top: 1px;
}

#direct_login_panel {
  display:inline-block;
  width:100%;
  height:100%;
  text-align:center;
}
#direct_login_panel #dialog-div {
  display:inline-block;
  position:relative;
  width:400px;
  margin-top:80px;
}
#direct_login_panel #title {
  font-size:1.3em;
  height:75px !important;
  line-height:35px !important;
}
#direct_login_panel #login_panel {
  margin: 10px;
}
#direct_login_panel span {
  line-height: 25px;
}
#direct_login_panel table {
  font-size: 1.1em;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 25px;
}
#direct_login_panel table td {
  border-bottom: 1px solid #bebebe;
  transform: rotate(0.03deg);
}
#direct_login_panel table #error_msg {
  color: #ff0000;
}
#direct_login_panel input[type="text"],
#direct_login_panel input[type="password"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  width: 200px;
  height: 30px;
  padding: 3px;
}


#enquete_panel {
  display: inline-block;
  width: calc(100% - 20px);
  font-size: 1.0em;
  margin-top: 10px;
  margin-left: 10px;
  padding-bottom: 10px;
}
#enquete_panel #enquete_ctl {
  border-top: 2px solid #4CA5FF;
}
#enquete_panel p {
  padding-left: 0px;
}
#enquete_panel button {
  margin-left: 10px;
}

.input_panel.enquete table {
  font-size: 0.95em;
}
.input_panel.enquete table p {
  font-size: 1.0em !important;
  line-height: 22px !important;
}
.input_panel.enquete table td {
  padding: 0px 10px;
  border: none !important;
}
.input_panel.enquete table td .title_span {
  display: inline-block;
  margin: 5px 0px;
}
.input_panel.enquete table td .title_span label {
  display: table-cell;
}
.input_panel.enquete table td .item_div {
  margin-left: 20px;
  margin-bottom: 5px;
}
.input_panel.enquete table td textarea {
  margin-left: 20px;
  width: calc(100% - 20px);
  font-size: 1.1em !important;
}

div[id^=QA_search_panel] {
  margin-left: 0px;
}
div[id^=QA_search_panel] select {
  font-size: 1.1em;
}

#QA_list {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.9em;
}
#QA_list .QA_b_item {
  display: block;
  position: relative;
  float: left;
  /* width: calc(100% - 25px); */
  width: 500px;
  background: #ffebbf;
  border-top: 2px solid #b4b4b4;
  border-left: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  border-bottom: 2px solid #b4b4b4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px;
}
#QA_list .QA_b_item .title {
  background: #4CA5FF;
  padding: 5px 5px;
  color: #ffffff;
  font-size: 1.0em;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  height: 24px;
}
#QA_list .QA_b_item .QA {
  background: #e5f2ff;
}
#QA_list .QA_b_item .QA_q_item {
  border-bottom: 2px solid #b4b4b4;
}
#QA_list .QA_b_item .QA_q_item ul {
  padding-top: 10px;
  padding-left: 5px;
}
#QA_list .QA_b_item .QA_q_item li {
  justify-content: center;
  list-style-type: none;
}
#QA_list .QA_b_item .QA_q_item li.Q_title {
  margin-bottom: 10px;
}
#QA_list .QA_b_item .QA_q_item li.A_name {
  margin-top: 10px;
  margin-left:20px;
}
#QA_list .QA_b_item .QA_q_item img {
  margin-top: 5px;
  margin-left: 5px;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
#QA_list .QA_b_item .QA_q_item:last-child {
  border-bottom: none;
}
#QA_list .QA_b_item .A {
  background: #ffe4e4;
  margin-left: 30px;
  -webkit-border-radius: 5px 0px 0px 0px;
  -moz-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
  border-top: 2px solid #b4b4b4;
  border-left: 2px solid #b4b4b4;
}

/* #QA_list {
  margin-top: 10px;
}
#QA_list .item {
  display: table;
  border: 1px solid #b4b4b4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  margin-top: 10px;
}
#QA_list table {
  border-spacing: 0;
  border-collapse: collapse;
}
#QA_list table td {
  border: 1px solid #b4b4b4;
}
#QA_list table td.title {
  text-align:center;
  background: #4CA5FF;
  color: #ffffff;
}
#QA_list table td.q {
  background: #e0efff;
  padding: 5px;
}
#QA_list table td.q span {
  display:block;
  margin-bottom:10px;

}
#QA_list table td.a {
  background: #ffe4e4;
  padding: 5px;
} */

#contents-panel #store_item_list .store_item {
  display: block;
  position: relative;
  float: left;
  width: 230px;
  height: 420px;
  background: #ffffff;
  border-top: 2px solid #b4b4b4;
  border-left: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  border-bottom: 2px solid #b4b4b4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  text-align: center;
}

#contents-panel #store_item_list .store_item .name {
  background: #b0ecb8;
  color: #3f3f3f;
  font-size: 1.0em;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
  padding: 5px;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
}
#contents-panel #store_item_list .store_item .img img {
  width: 120px;
  /* min-height: 160px; */
  margin-bottom: 10px;
  vertical-align: middle;
  cursor: pointer;
}

#contents-panel #store_item_list .store_item .msg_b {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #bdbdbd;
  margin: 5px;
  margin-bottom: 10px;
  background: #f3f3f3;
}
#contents-panel #store_item_list .store_item .msg {
  text-align: left;
  font-size: 0.90em;
  width: 205px;
  height: 100px;
  /* margin: 5px; */
  padding: 5px;
  line-height: 0.7em;
  /* clip-path: inset(0 round 8px); */
  overflow: auto;
}
#contents-panel #store_item_list .store_item .msg pre {
  line-height: 1.1em;
}

#contents-panel #store_item_list .store_item .ctl {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 5px;
}

#contents-panel #store_item_list .store_item .cnt,
#contents-panel #store_item_list .store_item .zaiko,
#contents-panel #store_item_list .store_item .money {
  margin-bottom: 5px;
}
.wazuka,
.nasi {
  position: relative;
  padding-left: 80px;
}
.v_zicon.wazuka,
.v_zicon.nasi {
  padding-left: 100px;
}
.wazuka::before {
  content: "残り僅か";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fbff00;
  color: #353535;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #353535;
  padding: 2px 6px;
}
.nasi::before {
  content: "在庫切れ";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ff0000;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #777777;
  padding: 2px 6px;
}
#contents-panel #store_item_list .store_item input[type="text"],
#i_cnt {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  width: 50px;
  height: 25px;
  padding: 3px;
}
#image_view {
  display:none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 500px;
  min-height: 75%;
  background: #ffffff;
  border-top: 2px solid #b4b4b4;
  border-left: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  border-bottom: 2px solid #b4b4b4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  z-index: 999;
  text-align: center;
}
#image_view .title {
  background: #b0ecb8;
  color: #3f3f3f;
  font-size: 1.2em;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: left;
}
#image_view #v_close {
  float:right;
  margin-top: 5px;
  width: 30px;
  cursor: pointer;
}
#image_view #v_close:hover {
  opacity: 0.7;
}
#image_view .img {
  padding: 10px;
  display: table;
}
#image_view .img img {
  width: 90%;
  display: table-cell;
  margin: 0 auto;
}
#image_view .img div {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}
#image_view .lr {
  cursor: pointer;
}
#image_view .lr:hover {
  opacity: 0.7;
}
#image_view label {
  font-size: 1.2em;
}

#store_order_list {
  margin-top: 0px;
}
#store_order_list table {
  margin-left: 10px;
  font-size: 1.0em;
}
#store_order_list table th {
  background-color: #b0ecb8;
  height: 30px;
  text-align: center;
  color: #000000;
}
#store_order_list table td {
  height: 30px;
  text-align: center;
  border-bottom: 1px solid #b1b1b1;
}


/*  */
#compe_list_panel {
  margin-top: 0px;
}
#compe_list_panel table {
  margin-left: 10px;
  font-size: 1.0em;
}
#compe_list_panel table th {
  background-color: #b0ecb8;
  height: 30px;
  text-align: center;
  color: #000000;
}
#compe_list_panel table td {
  height: 30px;
  text-align: center;
  border-bottom: 1px solid #b1b1b1;
  color: #0000ff;
  cursor: pointer;
}
#compe_list_panel table tr.body:hover {
  background: #e8f8e5;
  text-decoration: underline;
  text-decoration-color: #0000ff;
}

#dialog-back-div-msg_edit_window #dialog-div {
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  width: 600px;
  height: auto;
  z-index: 1000;
}

/* コロナ */
.covid19 h2.icon {
  padding-left:25px;
}
.covid19 h2.icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url("../images/li_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.covid19 .img {
  max-width:400px;
  width:100%;
  margin: 5px 30px;
  padding: 10px 20px;
  /* float:right; */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 6px solid rgb(168, 35, 40);
}
.covid19 p {
  margin: 0;
  padding: 0;
  margin-left:50px;
  font-size: 1.1em;
  line-height: 30px;
}
.covid19 a {
  margin-left:50px;
  line-height: 30px;
  display: inline-block;
}

/* 活動報告 */
.katudou_table {
  width: 100%;
}
.katudou_table th,
.katudou_table td {
  border-bottom: 1px solid #28b64b;
  padding: 10px 0px;
}
.katudou_table th {
  vertical-align: top;
  width: 150px;
  padding-left:10px;
}
.katudou_table img{
  width: 200px;
  height: 100%;
  margin: 2.5px;
  vertical-align: middle;
}

.field_katudou {
  /* float: left; */
  display: inline-block;
  /* position: absolute; */
  /* height: 120px; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #28b64b;
  /* background: #d8f0de; */
  /* text-align: center; */
  padding: 10px;
  /* margin: 5px 5px; */
  margin: 5px 1px;
  font-size:1.0em;
  transform: rotate(0.03deg);
}
.field_katudou .title {
  font-weight: bold;
}
.field_katudou img {
  width: 150px;
  height: 100%;
  margin: 2.5px;
}

pre {
  font-family: inherit;
  font-size: 1.0em;
  margin: 0;
  line-height: 20px;
  /* Mozilla */
  white-space: -moz-pre-wrap;
  /* Opera 4-6 */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* CSS3 */
  white-space: pre-wrap;
  /* IE 5.5+ */
  word-wrap: break-word;
}

span, p, table {
  transform: rotate(0.03deg);
}