@charset "UTF-8";
body {
  margin: 0 auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

p {
  margin: 0;
}

/*header*/
.header {
  background-color: #e9ecef;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .logo {
  width: 240px;
}

.header .none {
  margin-left: 0;
}

@media (max-width: 767px) {
  .header .none {
    display: none;
  }
  .header .logo {
    width: 180px;
  }
}

/*header終わり*/
/*footer*/
footer {
  background-color: #e9ecef;
  text-align: center;
}

footer .copyright {
  padding-top: 30px;
  padding-bottom: 5px;
  font-size: 0.8rem;
}

/*footer終わり*/
/*共通設定*/
.main-container {
  padding-left: 30px;
  padding-right: 30px;
}

.title {
  font-size: 1.5em;
  font-weight: bold;
  opacity: 0.8;
  margin-top: 10px;
  margin-bottom: 10px;
}

.title i {
  padding-right: 10px;
}

.tgl i {
  padding-right: 10px;
}

.con-A {
  margin: 20px 0;
}

@media (max-width: 768px) {
  .text {
    font-size: 0.8em;
  }
}

.padding-bottom {
  padding-bottom: 5px;
}

/*関連事例などのリンクボタン*/
.link-botton {
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
  background-color: #f5f5f5;
  padding: 10px;
}

.link-botton a:hover {
  background-color: rgba(16, 6, 159, 0.5) !important;
}

.link-botton .squareBox {
  background-color: #fff;
  position: relative;
}

.link-botton .squareBox:before {
  display: block;
  content: '';
  padding-top: 100%;
}

.link-botton .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  /* 画像がエリアからはみ出さないようにする*/
}

.link-botton .thumb {
  width: 100%;
  height: auto;
}

.link-botton .centerTable {
  display: table;
  /* ID display: table, table-cell 内で max-width が効かないバグを回避する*/
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
}

.link-botton .centerTable .tableCell {
  display: table-cell;
  vertical-align: middle;
}

.link-botton .text {
  text-align: center;
  color: #212529;
}

/*----------------------------------------*/
.mybox {
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
  background-color: #f5f5f5;
  padding: 10px;
}

.mybox a:hover {
  background-color: rgba(16, 6, 159, 0.5) !important;
}

.mybox .squareBox {
  background-color: #fff;
  position: relative;
}

.mybox .squareBox:before {
  display: block;
  content: '';
  padding-top: 100%;
}

.mybox .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  /* 画像がエリアからはみ出さないようにする*/
}

.mybox .thumb {
  width: 100%;
  height: auto;
}

.mybox .centerTable {
  display: table;
  /* ID display: table, table-cell 内で max-width が効かないバグを回避する*/
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
}

.mybox .centerTable .tableCell {
  display: table-cell;
  vertical-align: middle;
}

.mybox .text {
  text-align: center;
  color: #212529;
}

/*リンクボタン終わり*/
/*top*/
.top {
  margin: 30px auto;
  text-align: center;
}

@media (max-width: 400px) {
  .top img {
    width: 340px;
    height: auto;
  }
}

/*loginBox*/
#LoginForm {
  padding: 10px;
}

.form-heading {
  color: #fff;
  font-size: 23px;
}

.login-form .form-control {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.main-div {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 70%;
  padding: 50px 30px 50px 30px;
}

.login-form .form-group {
  margin-bottom: 10px;
}

.login-form {
  text-align: center;
}

.login-form .btn.btn-primary {
  text-align: center;
  margin-top: 30px;
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 60px;
  line-height: 50px;
  padding: 0;
}

.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}

.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}

.back {
  text-align: left;
  margin-top: 10px;
}

.back a {
  color: #444444;
  font-size: 13px;
  text-decoration: none;
}

/*loginBox終わり*/
/*main-container*/
.main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

i {
  padding-right: 10px;
}

.main {
  margin: 20px;
  width: 100%;
}

.main-top {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 0.8em;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.title {
  font-size: 1.5em;
  font-weight: bold;
  opacity: 0.8;
  padding-left: 10px;
}

.main .svg img {
  width: 100%;
}

.sidbar-right {
  padding-top: 10px;
  margin: 20px 0;
  min-width: 180px;
  opacity: 0.8;
  font-size: 0.9em;
}

.sidbar-right .container {
  width: 180px;
  margin: 0 auto;
}

.sidbar-right .title {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 1.2em;
  opacity: 0.8;
}

.side-con {
  margin-bottom: 30px;
}

.wrap {
  margin: 30px;
}

.con-A {
  margin: 20px 0;
}

.con-A .title {
  margin-bottom: 10px;
}

.con-A_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.con-A_flex .contents {
  margin: 10px;
}

.con-A_flex .text {
  text-align: center;
}

.con-A_flex .link-botton {
  margin-bottom: 0;
  margin-right: 10px;
}

.con-C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
  background-color: #f5f5f5;
  padding: 10px 30px;
}

.con-C .squareBox {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.con-C .squareBox img {
  height: 180px;
  background-color: #fff;
}

.con-C .text {
  margin-left: 30px;
  color: #212529;
  font-size: 0.95em;
}

.is-hidden {
  display: none;
}

.btn {
  text-align: right;
}

/*library*/
.section .cmw-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section .cmw-wrap .cmw-1 {
  border-radius: 5%;
  margin-left: 15px;
  border: 1px solid #1d2087;
  padding: 8px;
  background-color: #eeeeef;
  font-size: 0.8em;
  font-weight: bold;
}

.section .cmw-wrap .cmw-1 a {
  color: #1d2087;
}

.section .cmw-wrap img {
  max-width: 20%;
}

.section .map .sec-1 {
  position: relative;
  width: 100%;
}

.section .map .sec-1:before {
  content: "";
  display: block;
  padding-top: 41%;
}

.section .map .sec-1 .library_map {
  position: absolute;
  background-size: 100% auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section .map .sec-1 .library_map img {
  position: absolute;
  width: 18%;
}

.section .map .sec-1 .library_map .icon_TH img {
  bottom: 45%;
  left: 45%;
}

.section .map .sec-1 .library_map .icon_TW img {
  bottom: 20%;
  left: 40%;
}

.section .map .sec-1 .library_map .icon_G img {
  bottom: 70%;
  left: 20%;
}

.section .map .sec-1 .library_map .icon_T img {
  bottom: 45%;
  left: 10%;
}

.section .map .sec-1 .library_map .icon_J img {
  bottom: 10%;
  left: 10%;
}

.section .map .sec-1 .library_map .icon_I img {
  bottom: 0;
  left: 28%;
}

.section .map .sec-1 .library_map .icon_A img {
  bottom: 47%;
  right: 0;
}

.section .map .sec-1 .library_map .icon_M img {
  bottom: 30%;
  right: 25%;
}

/*rules*/
.video {
  width: 100%;
  /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%;
  /*高さをpaddingで指定(16:9)*/
  height: 0px;
  /*高さはpaddingで指定するためheightは0に*/
  position: relative;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*library accordion表示*/
.toggleBtn {
  /*  position: absolute;
    top: 10px;
    right: 10px;*/
  display: none;
  padding-left: 10px;
}

.toggleBtn.show {
  display: inline;
}

.detail {
  display: none;
}

.detail.show {
  display: table-row;
}

/*library accordion表示終わり*/
a {
  text-decoration: none;
}

.headermenua {
  color: #212529;
}

.headermenua:hover,
.headermenua:focus {
  color: #1d2087;
}

.mytable {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}

.mytr, .mytrh {
  display: table-row;
  background-color: #ddd;
  text-decoration: none;
  color: #1d2087;
}

.myth, .mytd {
  display: table-cell;
  padding: 10px;
}

.mytr:nth-child(even) {
  background-color: #eee;
}

.mytrh {
  background-color: #ccc;
  font-weight: 700;
}

.mytr:hover,
.mytr:focus,
.myohs_title:hover {
  color: #fff;
  background-color: #1d2087;
  border-color: #1d2087;
}

.myohs_title {
  margin-bottom: 4px;
  padding: 10px;
  font-weight: 700;
  color: #eee;
  background-color: #666;
  width: 100%;
}

.mycasetitle {
  font-size: 1.5em;
  font-weight: bold;
  opacity: 0.8;
  margin: 15px;
}

.mylibcmwqrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d2087;
}

.mylibcmwlogo {
  max-width: 18%;
}

.btn-cmw {
  color: #1d2087;
  border-color: #1d2087;
  background-color: #eeeeef;
  border-width: 1px;
  font-weight: 700;
  font-size: 90%;
  padding: 6px;
}

.btn-cmw:hover {
  color: #fff;
  background-color: #1d2087;
  border-color: #1d2087;
}

.btn-cmw.focus,
.btn-cmw:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 32, 135, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 32, 135, 0.5);
}

.btn-cmw.disabled,
.btn-cmw:disabled {
  color: #1d2087;
  background-color: transparent;
}

.btn-cmw:not(:disabled):not(.disabled).active,
.btn-cmw:not(:disabled):not(.disabled):active,
.show > .btn-cmw.dropdown-toggle {
  color: #fff;
  background-color: #1d2087;
  border-color: #1d2087;
}

.btn-cmw:not(:disabled):not(.disabled).active:focus,
.btn-cmw:not(:disabled):not(.disabled):active:focus,
.show > .btn-cmw.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 32, 135, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 32, 135, 0.5);
}

.chk_wrap {
  display: inline-block;
  position: relative;
}

.chk_wrap input {
  opacity: 0;
  position: absolute;
  left: 0;
}

.chk_wrap label {
  position: static;
  padding: 10px;
  border-radius: 10px;
  background: #eee;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.chk_wrap input:checked + label {
  background: #1d2087;
  color: #FFF;
}

.chk_wrap label:hover,
.chk_wrap input:focus + label {
  -webkit-box-shadow: 0 0 4px rgba(29, 32, 135, 0.5);
          box-shadow: 0 0 4px rgba(29, 32, 135, 0.5);
}

.ajax_loading {
  margin: 0px;
  padding: 0px;
}

.ajax_loading_img {
  margin: 5px;
}

.dropdown-item {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.mysearchretbox {
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
  background-color: #f5f5f5;
  padding: 0;
}

.mysearchretbox_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px 30px;
}

.mysearchretbox_a .squareBox {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.mysearchretbox_a .squareBox img {
  height: 180px;
  background-color: #fff;
}

.mysearchretbox_a .text {
  margin-left: 30px;
  color: #212529;
  font-size: 0.95em;
}

.mysearchret_type {
  color: #1d2087;
  font-weight: 700;
  margin-bottom: 4px;
}

.mysearchret_typeex {
  color: #1d2087;
  font-weight: 700;
}

.mysearchret_date {
  margin-left: 1em;
  font-weight: 400;
  font-size: 90%;
}

.mysearchret_group {
  margin-top: 0.5em;
  font-size: 110%;
  font-weight: 700;
}

.mysearchret_title {
  font-weight: 700;
}

.mysearchret_description {
  margin-top: 0.5em;
  font-size: 90%;
  line-height: 1.6em;
}

.mysearchret_bodytext {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 120%;
  line-height: 1.6em;
}

.mysearchret_score {
  font-size: 100%;
}

.mysearchret_index {
  font-weight: 700;
  font-size: 100%;
}

.mysearchbtn {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

.mydata_type {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #1d2087;
  font-weight: 400;
}

.mydata_typeex {
  margin-bottom: 4px;
  color: #1d2087;
  font-size: 85%;
  font-weight: 400;
}

.mydata_date {
  font-weight: 400;
  font-size: 90%;
}

.mydata_group {
  margin-top: 4px;
  font-size: 100%;
  font-weight: 400;
}

.mydata_title {
  font-weight: 400;
}

.errorbox {
  margin: 2em;
  text-align: center;
}

.myloginerror {
  margin-bottom: 2em;
}

.myahover:hover,
.myahover:focus {
  background-color: rgba(29, 32, 135, 0.1);
}

.btn--training {
  width: 6em;
  text-align: center;
}

.mytextarea {
  height: 10em !important;
  line-height: 150% !important;
}
/*# sourceMappingURL=my.css.map */