@charset "UTF-8";
/* CSS Document */
html, body {
  background: none;
}
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}

header#rsp_header {
  width: 100% !important;
  max-width: 920px;
  position: relative;
}
header#rsp_header h1 {
  width: 100%;
  display: block;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  header#rsp_header h1 img {
    width: 100%;
    max-width: 240px;
    display: block;
    margin: 0 0 auto 0;
  }
}
@media screen and (max-width: 768px) {
  header#rsp_header #head_container {
    display: none;
  }
}

#top_contents {
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px -10px 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.add_bnr_container {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}
.add_bnr_container .campaign {
  flex: 1;
}
.add_bnr_container .campaign img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .add_bnr_container .campaign {
    flex: auto;
  }
}
.add_bnr_container .mailmagazine {
  width: 180px;
  padding: 10px 20px 0;
  display: block;
}

#information_box {
  width: 100%;
  padding: 0;
  margin: 50px 0 70px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #information_box {
    display: block;
  }
}

.information {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .information {
    box-sizing: border-box;
    flex: none;
  }
}
@media screen and (max-width: 768px) {
  .information {
    box-sizing: border-box;
  }
}
.information h2 {
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho", serif;
  font-size: 20px;
  line-height: 50px;
  text-indent: 6px;
  width: 100%;
  height: 44px;
  padding: 0;
  border-bottom: #000 solid 1px;
  border-left: none;
}
.information h2:first-letter {
  font-size: 30px;
  line-height: 50px;
}
.information dl {
  width: 100%;
  max-height: 240px;
  padding: 0;
  margin: 0 0 10px 0;
  overflow: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .information dl {
    overflow-y: auto;
  }
}
.information dt {
  width: 120px;
  border-bottom: none;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .information dt {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
  }
}
.information dt.new::after {
  content: "NEW";
  font-size: 0.8em;
  line-height: 1em;
  color: #fff;
  font-weight: normal;
  background: #f30;
  margin: 0 6px;
  padding: 0 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.information dd {
  margin-left: 140px;
  border-bottom: none;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .information dd {
    margin-left: 0;
    border-bottom: solid 1px #ccc;
  }
}

.top_fb_container {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  padding-bottom: 10px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .top_fb_container {
    margin: 0 auto;
  }
}

.showall {
  font-size: 1em;
  line-height: 1.5em;
  width: 8em;
  margin: 0;
  padding: 5px;
  text-align: center;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 2px;
}
.showall a {
  display: block;
  padding: 2px 0;
  background-color: #D3324B;
  border-radius: 2px;
  color: #fff;
}
.showall a:hover {
  background-color: #fff;
  color: #000;
}

.saiji {
  position: relative;
  top: -25px;
  left: 120px;
}
@media screen and (max-width: 768px) {
  .saiji {
    top: inherit;
    left: inherit;
  }
}

.jimukyoku {
  position: relative;
  top: -37px;
  left: 240px;
  float: left;
}
@media screen and (max-width: 768px) {
  .jimukyoku {
    top: inherit;
    left: inherit;
  }
}

.y_schedule {
  font-size: 1em;
  line-height: 1.5em;
  width: 14em;
  margin: 0;
  padding: 5px;
  text-align: center;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 2px;
  position: relative;
  top: -37px;
  left: 280px;
  float: left;
}
@media screen and (max-width: 768px) {
  .y_schedule {
    width: 150px;
    display: block;
    top: inherit;
    left: inherit;
  }
}
.y_schedule a {
  display: block;
  padding: 2px 0;
  background-color: #D3324B;
  border-radius: 2px;
  color: #fff;
}
.y_schedule a:hover {
  background-color: #fff;
  color: #000;
}

.koushinbi {
  width: 5em;
  text-align: center;
  padding-left: 10px;
  padding-bottom: 0;
  color: #333;
}
@media screen and (max-width: 768px) {
  .koushinbi {
    display: none;
  }
}

.bosyu,
.kigen,
.repo,
.tyuushi,
.open_event {
  display: block;
  color: #f30;
  font-weight: bold;
}

.end {
  display: block;
  color: #333;
  font-weight: bold;
}

.bosyu:after {
  content: "募集中";
  font-size: 0.8em;
  line-height: 1em;
  color: #fff;
  font-weight: normal;
  background: #1c86d8;
  margin: 0 6px;
  padding: 0 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.kigen:after {
  content: "期限間近";
  font-size: 0.8em;
  line-height: 1em;
  color: #fff;
  font-weight: normal;
  background: #ff9900;
  margin: 0 6px;
  padding: 0 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.end:after {
  content: "募集終了";
  font-size: 0.8em;
  line-height: 1em;
  color: #fff;
  font-weight: normal;
  background: #6a6a6a;
  margin: 0 6px;
  padding: 0 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.repo:after {
  content: "実施報告";
  font-size: 0.8em;
  line-height: 1em;
  color: #fff;
  font-weight: normal;
  background: #339900;
  margin: 0 6px;
  padding: 0 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.open_event:after {
  content: "開講中";
  font-size: 0.8em;
  line-height: 1em;
  color: #fff;
  font-weight: normal;
  background: #f30;
  margin: 0 6px;
  padding: 0 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.schedule_y {
  width: 290px;
  height: 24px;
  margin-left: 130px;
  padding: 0;
}

#bnr_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
}
#bnr_container .bnr_box {
  width: auto;
  height: auto;
  padding: 0 10px;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #bnr_container .bnr_box {
    flex: auto;
  }
}
#bnr_container .bnr_box h3 {
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 20px;
  line-height: 50px;
  text-indent: 6px;
  width: auto;
  height: 44px;
  padding: 0;
  border-bottom: #000 solid 1px;
  border-left: none;
}
#bnr_container .bnr_box h3:first-letter {
  font-size: 30px;
  line-height: 50px;
}
#bnr_container .bnr_box img {
  width: 120px;
  height: 60px;
  padding: 10px 10px 0 10px;
}
#bnr_container .bnr_box img.middlesize {
  width: 180px;
  height: auto;
  padding: 10px 50px 0 50px;
}
#bnr_container .bnr_box imgimg.widesize {
  width: 260px;
  height: auto;
  padding: 10px 10px 0 10px;
}
#bnr_container .fb_box {
  width: 100%;
  max-width: 400px;
}

.bottom_bnr_bg {
  background: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

#bottom_bnr {
  width: 100%;
  height: auto;
  max-width: 960px;
  padding: 0 0 30px;
  margin: 50px auto 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #bottom_bnr {
    flex-wrap: wrap;
  }
}

#bottom_bnr h3 {
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 20px;
  line-height: 50px;
  text-indent: 6px;
  width: 100%;
  height: 44px;
  padding: 0;
  border-bottom: #000 solid 1px;
  border-left: none;
}

#bottom_bnr h3:first-letter {
  font-size: 30px;
  line-height: 50px;
}

#bottom_bnr .bottom_bnrbox {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #bottom_bnr .bottom_bnrbox {
    width: 100%;
  }
}

#bottom_bnr img {
  width: 120px;
  height: 60px;
  padding: 10px 10px 0 10px;
}

#bottom_bnr img.middlesize {
  width: 180px;
  height: auto;
  padding: 10px 50px 0 50px;
}

#bottom_bnr img.widesize {
  width: 260px;
  height: auto;
  padding: 10px 10px 0 10px;
}

.top_bg_image {
  background: url("../images/top/top_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#menu_bg {
  background: rgba(255, 255, 255, 0.85);
}

.main_image_container {
  width: 100%;
  height: auto;
  min-height: 150px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.telop_container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .telop_container {
    flex-wrap: wrap;
  }
}

.comment_box {
  width: 100%;
  height: auto;
  min-height: 150px;
  display: block;
  padding: 20px;
}

.comment {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
  border: solid 1px #fff;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.comment:not(:target) {
  filter: none;
  -ms-filter: none;
}
.comment p {
  color: #fff;
  margin: 0;
  padding: 0;
}
.comment p.title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
}
.comment a {
  display: block;
  padding: 5px;
}
.comment a:link {
  color: #fff;
}
.comment a:visited {
  color: #fff;
}
.comment a:active {
  color: #f30;
}
.comment a:hover {
  color: #f30;
  background-color: rgba(255, 0, 4, 0.4);
  border-radius: 4px;
}

.comment_bg_y {
  background-color: rgba(130, 100, 0, 0.6);
}

.comment_bg_red {
  background-color: rgba(250, 0, 0, 0.6);
}

.telop_container_side {
  width: 100%;
  height: 340px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: no-wrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  z-index: 1000;
  position: absolute;
  top: 90px;
  right: 60px;
}

.comment_side {
  width: 280px;
  height: 280px;
  margin: 10px;
  display: block;
  box-sizing: border-box;
  z-index: 1000;
  padding: 10px 5px;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
  border: solid 1px #fff;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
}

.comment_side:not(:target) {
  filter: none;
  -ms-filter: none;
}

.comment_side p.title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
}

.comment_side p {
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  margin: 0 0 5px 0;
  padding: 0;
}

.comment_side a {
  display: block;
  padding: 5px;
}

.comment_side a:link {
  color: #fff;
}

.comment_side a:visited {
  color: #fff;
}

.comment_side a:active {
  color: #f30;
}

.comment_side a:hover {
  color: #f30;
  background-color: rgba(255, 0, 4, 0.4);
  border-radius: 4px;
}

.bnr_bosyu {
  width: 250px;
  height: 30px;
  margin: 0;
  padding: 2px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 42px;
  right: 0;
}

.bnr_bosyu p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.bnr_bosyu a {
  display: block;
  border: solid 1px #ccc;
  border-radius: 5px;
}

.bnr_bosyu a:link {
  color: #000;
}

.bnr_bosyu a:visited {
  color: #000;
}

.bnr_bosyu a:hover {
  color: #fff;
  background: #f30;
  border: solid 1px #f30;
}

.bnr_bosyu a:active {
  color: #fff;
  background: #f30;
}

.sanjyo_bnr {
  display: flex;
  flex-wrap: wrap;
  width: 460px;
}

.sanjyo_bnr_thumb {
  display: block;
  width: 120px;
  height: 60px;
}

.sanjyo_bnr_cap {
  display: block;
  width: 310px;
  height: 60px;
  margin-left: 10px;
  padding: 10px;
}

.bnr_plane {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: -10px;
  background: url(../images/top/bnr_none_bg.gif) no-repeat;
  text-align: center;
}

.bnr_plane p {
  text-align: center;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  footer nav {
    display: none;
  }
}
