@charset "UTF-8";

/* CSS Document */
.pc-no {
  display: none;
}

.sp-no {
  display: inline;
}

.main-sec {
  width: 100%;
  margin: 0 0 60px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.main-sec:last-child {
  margin: 0;
}

.main-sec .sec-wrap {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.main-sec p>img {
  width: 80%;
  min-width: 600px;
  margin: 0 auto;
  padding: 0;
  display: block;
}

h3 {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-bottom: dotted 4px #000000;
  font-size: 180%;
  font-weight: bold;
  line-height: 210%;
}

h3::before {
  background-image: url("/_themes/kibou/images/mds-sec.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 40px;
  content: "";
  margin: 0 10px 0 0;
}

.otoyo-main {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

/***OTOYO TOP VIDEO***/
.otoyo-top {
  width: 100%;
  margin: 0 0 60px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.otoyo-top .vid-title {
  width: 100%;
  margin: 0 auto;
  padding: 10px 2.5%;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  background-color: #000000;
  font-size: 160%;
  line-height: 180%;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.otoyo-top .vid-embed {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.otoyo-top .vid-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.otoyo-top .vid-desc {
  width: 60%;
  margin: 0 auto;
  padding: 5px 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #EFEFEF;
  color: #000;
  font-size: 90%;
  font-weight: bold;
}

.otoyo-news {
  width: 99.5%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  border: solid 4px #000000;
  border-radius: 5px;
}

.otoyo-news .on-top {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  background-color: #000000;
  color: #FFFFFF;
}

.on-wrap {
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.on-wrap .on-l {
  font-size: 140%;
  font-weight: bold;
  color: #FFFFFF;
}

.on-wrap .on-r {
  font-size: 90%;
  font-weight: normal;
  color: #FFFFFF;
}

.on-wrap .on-r a {
  color: #FFFFFF;
}

.otoyo-news .on-news {
  width: 98%;
  min-height: 250px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
}

.content ul {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.content li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 10px;
  border-bottom: solid 2px #000;
  font-size: 100%;
}

.content li span[class$="date"] {
  flex-basis: 20%;
  font-weight: bold;
}

.content li span[class^="title"] {
  flex-basis: 80%;
}

.tabs,
.attributes,
.feed,
.more {
  display: none;
}

.contentArticleDoc .inquiry {
  display: none;
}

.contentArticleDoc .back {
  display: none;
}

.ind-box {
  width: 100%;
  margin: 0 0 60px;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ind-box .ind-item {
  width: 45%;
}

.ind-item .ind-img {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.ind-item .ind-txt {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 90%;
}

.main-sec h4 {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  overflow: hidden;
  font-size: 140%;
  font-weight: bold;
}

.main-sec h4::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
  background-color: #AED950;
}

ul.otoyo-pages {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
}

ul.otoyo-pages li {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #E3E3E3;
  border-radius: 10px;
  transition: all 0.3s;
}

ul.otoyo-pages li:last-child {
  margin: 0;
}

ul.otoyo-pages li:hover {
  background-color: #aeda4f;
}

ul.otoyo-pages li a {
  width: 96%;
  margin: 0 auto;
  padding: 20px 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 140%;
  font-weight: bold;
  text-decoration: none;
}

ul.otoyo-pages li a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("/_themes/kibou/images/ind_link-arr.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

ul.otoyo-links {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

ul.otoyo-links li {
  width: 31%;
  margin: 0 1% 10px;
  transition: all 0.3s;
}

ul.otoyo-links li:hover {
  opacity: 0.5;
}