@charset "UTF8";

/* ここから一覧 */

.other-notify-link {
  margin: -2em .5em 1em auto;
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
}

.other-notify-link a {
  display: inline-block;
  padding-left: 23px;
  background: url(/ichibanboshiclub/img/common/arrow-Blue-da0aafbef088736c849b3d7502cb7a5d.svg) no-repeat top 6px left/15px 15px;
}

.other-notify-link span {
  font-size: 1.2em;
}

.notify-list-wrap {
  display: flex;
  flex-direction: column;
}

.notify-list-wrap div.notify-list-content:nth-of-type(n+2) {
  border-top: 1px dotted #999;
}

.notify-list-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1em 0;
  padding-left: 10px;
  padding-right: 10px;
}

.notify-list-content > div {
  padding: 0 .5em;
}

.notify-list-date {
  min-width: 10em;
}

.notify-list-title.emergency {
  color: #ff6347;
}

.notify-list-pdf {
  margin-left: auto;
}

/* ここから詳細 */
.notify-wrap {
  font-size: 125%;
  max-width: 1000px;
  margin: auto;
  padding: 25px 25px;
  background-color: #fff;
  margin: 0 auto 30px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.notify-title {
  text-align: center;
  border-bottom: 3px dashed #999;
}

.notify-date {
  padding: 15px;
  text-align: right;
}

.notify-title h1 {
  padding: 15px;
  font-weight: bold;
}

.notify-content-wrap {
  background-color: #fefeff;
  color: #333;
  margin: 10px 0 30px 0;
  border: solid 1px #03579c;
  padding: 0.3em 1em 2em 1em;
  box-shadow:2px 2px 0 rgba(0, 0, 0, .1);
  border-radius: 7px;
}

.notify-content-wrap.emergency {
  border-color: #d40c44;
  background-color: #ffefef;
}

.notify-content {
  background-color: #fefeff;
  background-size: 100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}

.notify-content-wrap.emergency .notify-content {
  background-color: #ffefef;
}

.notify-content p {
}

/*========================================================
  お知らせ一覧
*/
.main_newsList {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1.4rem;
  padding: 5px 20px 0;
}
.main_newsList .news_list ul {
  margin-bottom: 20px;
}
.main_newsList .news_list li {
  border-top: #ddd 1px dotted;
  line-height: 1.5;
  overflow: hidden;
  padding: 20px 0;
}
.main_newsList .news_list .news_date {
  padding-right: 30px;
}
.main_newsList .news_list li:last-child {
  border-bottom: #ddd 1px dotted;
}
.main_newsList .box_follow {
  margin-top: 30px;
}
.box_follow {
  background-color: #e6e6e6;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 10px;
}
.box_follow_in {
  display: table-cell;
  background-color: #fff;
  padding: 20px;
}
.nF_listMenu {
  text-align: left;
  margin-bottom: -6px;
}
.nF_listMenu li {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.nF_listMenu li a {
  color: #58b530;
}
.nF_listMenu li a:hover {
  color: #4ac416;
  text-decoration: underline;
}
.nF_listMenu .liIcon-arrowGray {
  position: relative;
  background: url(../img/common/sprite_head_serch.png) no-repeat -209px -36px;
  display: inline-block;
  width: 10px;
  height: 16px;
  margin-right: 4px;
  top: 4px;
}

/*========================================================
  お知らせ詳細
*/
.main_newsDet {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1.4rem;
  padding: 5px 20px 0;
}
.main_newsDet .news_ttl_wrap {
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  border-bottom: #ddd 1px dashed;
}
.main_newsDet .news_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}
.newsDet_date {
  text-align: right;
  padding: 0 0 15px;
}
.newsDet_main {
  line-height: 1.6;
  min-height: 200px;
}
.newsDet_main p {
  margin-bottom: 10px;
}

/* メインタイトル */
.inpage_maintitle {
    height: 466px;
    padding-top: 98px;
    background: url(/ichibanboshiclub/img/common/main_visual-login-2565ff04d38cb94408095a5c715caad8.jpg) no-repeat center center/cover;
}

.inpage_maintitle .inpage_maintitle_txt {
    width: 95%;
    font-size: 2.8rem;
    color: #ffffff;
    text-align: center;
    padding: 0 0 46px;
    background: url(/ichibanboshiclub/img/common/icon-ichibanboshi_club-White-d1ff2923c8452cc4034c7bbf5eff4a1a.svg) no-repeat center bottom/38px;
    margin: 0 auto;
}

.noticeconts .noticelist, .noticedetail {
    margin: -180px auto 80px;
}

.noticeconts .listform {
    flex-wrap: wrap;
    width: 95%;
    max-width: 1236px;
    margin: 0 auto;
    padding-bottom: 55px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.noticeconts .button {
    border: 1px solid #666;
    border-radius: 5px;
    padding: 8px 15px;
    transition: .1s;
}

.noticeconts .form-button-wrap.center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.noticeconts .form-button-wrap.center .button {
    min-width: 200px;
    margin-left: 0.5em;
}

.noticeconts .button.primary-color {
    color: white;
    background-color: #29a9e0;
}

.noticeconts .button.secondary-color {
  color: #212529;
  background-color: #cecece;
}

.noticeconts #wrapper main {
    width: 96%;
    max-width: 1200px;
    margin: -207px auto 100px;
}