@charset "utf-8";

body,
html {
  overflow-x: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.indivContents.site_kindle {
  padding-top: 4px;
}
@media (min-width: 768px) {
  .indivContents.site_kindle {
    padding-top: 0px;
  }
}
@media (min-width: 1024px) {
  .indivContents.site_kindle {
  }
}
@media (min-width: 1200px) {
  .indivContents.site_kindle {
  }
}

/*
.container-fluid{
  max-width:1170px;
}
*/

.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*サイドメニュー*/
#side_menu .head {
  font-size: 1.2em;
  padding: 15px;
  font-weight: bold;
  border-bottom: 1ps solid gray;
}

#side_menu #menu_area {
  overflow-y: scroll;
  /* max-height: 920px; */
}

#side_menu .section {
  cursor: pointer;
  clear: both;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  background-color: transparent;
  padding: 10px;
}

#side_menu .section .title {
  cursor: pointer;

  width: 80%;
  float: left;
  font-size: 1em;
  font-weight: bold;
}

#side_menu .section.navi {
  cursor: pointer;

  width: 20%;
  float: left;
}

#side_menu .section .status {
  cursor: pointer;

  width: 100%;
  clear: both;
  font-size: 0.9em;
}

#side_menu .page {
  clear: both;
  min-height: 60px;
  font-size: 0.9em;
}
#side_menu .line {
  padding-top: 10px;
  clear: both;
}

#side_menu .page a {
  color: #111111;
  text-decoration: none;
  display: block;
}
#side_menu .page a:hover {
  background-color: #ececec;
}
#side_menu .page .check_area {
  width: 40px;
  float: left;
  padding-left: 10px;
  cursor: pointer;
}

#side_menu .page .title {
  cursor: pointer;
  width: 80%;
  float: left;
  font-size: 0.9em;
}

#side_menu .page .status {
  cursor: pointer;
  clear: both;
  width: 100%;
  padding-bottom: 10px;
  min-height: 30px;
  font-size: 0.9em;
}
#side_menu .page .status .play {
  cursor: pointer;
  float: left;
  width: 8%;
  margin-left: 30px;
}
#side_menu .page .status .time {
  float: left;
  width: 80%;
  padding-left: 3px;
  margin-top: 2px;
}

#page-top {
  bottom: 60px !important;
  display: none;
}

.btn-defalut {
  background-color: #1d59a5;
  color: white;
}

.sideMenu .goTop {
  margin-bottom: 20px;
}

.ban_topMenu .col-4,
.ban_sideMenu .col-4 {
  margin-bottom: 20px;
}

.ban_topMenu {
  margin-top: 20px;
}

.indiv_goTop {
  margin-top: 30px;
}

/*共通部*/

h1 {
  color: #080404;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 10px 20px 10px;
}
@media (min-width: 375px) {
  h1 {
    font-size: 1.3em;
  }
}
@media (min-width: 414px) {
  h1 {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.4em;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2.6em;
  }
}

h2 {
  color: #080404;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0 20px 0;
}
@media (min-width: 375px) {
  h2 {
    font-size: 1.125em;
  }
}
@media (min-width: 414px) {
  h2 {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 1.8em;
  }
}

h3 {
  color: #080404;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0 20px 0;
}
@media (min-width: 375px) {
  h3 {
    font-size: 1.025em;
  }
}
@media (min-width: 414px) {
  h3 {
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.5em;
  }
}

.contents {
  padding: 15px;
  margin: 15px;
}
p {
  color: #080404;
}

p.lead {
  font-size: 1.1em;
}

.p_red {
  color: #e7141a;
}

.p_blue {
  color: #21499d;
}

.p_glay {
  color: #53585f;
}

a {
  color: #1859a8;
  outline: none;
}

input.form-control:focus,
select.custom-select:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
  outline: none;
}

#SITEMAP {
  margin-top: 50px;
}

#SITEMAP ul {
}
#SITEMAP ul li {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 10px;
}

#SITEMAP ul ul li {
  margin-top: 0px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
}

.indiv_videoBlock_H {
  border: 1px solid #dcdddd;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 133.6%;
  position: relative;
  width: 100%;
}

.indiv_videoBlock_H iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*追加スタイル　2025/6/30*/
#side_menu .section.navi {
}
@media (max-width: 428px) {
  #side_menu .section .navi {
    float: right;
  }
}
.contents {
}
@media (max-width: 428px) {
  .contents {
    margin-left:0;
    margin-right:0;
  }
}