/* CSS Document */
#contents h2 {
  padding-bottom: 5px;
  font-size: 1.23em;
  border-bottom: 2px solid #9a9cca;
}

/* index ====================*/
.index #contents ul.list_btn {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
.index #contents ul.list_btn li {
  width: 306px;
  padding-top: 93px;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
}
.index #contents ul.list_btn li h3 {
  font-size: 1.23em;
  line-height: 1.5;
  color: #8083bd;
}
.index #contents ul.list_btn li p {
  display: table;
  margin: 10px auto 0;
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
}
.index #contents ul.list_btn li a {
  display: block;
  width: 160px;
  margin: 10px auto 0;
  padding: 8px 0 7px 0;
  font-weight: bold;
  color: #fff;
  background-color: #8183BD;
  background-image: url("../common/img/arrow-btn.gif");
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 4px;
  transition: 0.15s;
}
.index #contents ul.list_btn li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.index #contents ul.list_btn li + li {
  margin-left: 20px;
}
.index #contents ul.list_btn li#btn2 {
  background-image: url("../img/member/icon-02.gif");
}
.index #contents ul.list_btn li#btn3 {
  background-image: url("../img/member/icon-03.gif");
}
.index #contents ul.list_btn li#btn4 {
  background-image: url("../img/member/icon-04.gif");
}
.index #contents ul.list_member_btn {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
}
.index #contents ul.list_member_btn li {
  width: 340px;
}
.index #contents ul.list_member_btn li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  border: 4px solid #5759a7;
  border-radius: 8px;
  transition: 0.15s;
}
.index #contents ul.list_member_btn li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.index #contents ul.list_member_btn li span.note {
  display: block;
  margin-top: 0.5em;
}
.index #contents ul.list_member_btn li.registration a {
  color: #fff;
  background-color: #5759a7;
}
.index #contents ul.list_member_btn li.login a {
  color: #5759a7;
}
.index #contents ul.list_member_btn li + li {
  margin-left: 2em;
}

/* entry ====================*/
.entry #contents h3 {
  font-size: 108%;
  margin-bottom: 5px;
}
.entry #contents .right {
  text-align: right;
}
.entry #btn {
  overflow: hidden;
  width: 480px;
  margin: 0 auto;
  padding-top: 20px;
}
.entry #btn li {
  float: left;
  width: 230px;
  margin: 0 5px;
}
.entry #btn li a {
  display: block;
  padding: 23px 0 21px 0;
  text-align: center;
  font-size: 123.1%;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #8183BD;
  border-radius: 4px;
  cursor: pointer;
}
.entry #btn li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.entry #btn li#btn1 a {
  background-color: #8183BD;
}
.entry #btn li#btn2 a {
  background-color: #e4e4e4;
  color: #666;
}

/* member ====================*/
.member #contents .section h3 {
  display: flex;
  align-items: center;
  margin: 20px auto 0;
  font-size: 108%;
  cursor: pointer;
}
.member #contents .section h3::before {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  margin-right: 10px;
  background: url("../common/img/arrow-ac.png") center top no-repeat;
  transition: all 0.3s;
}
.member #contents .section h3:hover {
  text-decoration: underline;
}
.member #contents .section h3.active::before {
  transform: rotateZ(-180deg);
}
.member #contents .section p {
  margin: 30px 0 0;
  line-height: 1;
}
.member #contents .section p span.red {
  color: #c80000;
}
.member #contents .section p span.purple {
  color: #5759A7;
}
.member #contents .section table {
  margin-top: 10px;
  border-top: 1px solid #C2C4DF;
  border-bottom: 1px solid #C2C4DF;
}
.member #contents .section table th {
  width: 100px;
  font-weight: bold;
  padding-left: 10px;
}
.member #contents .section table td.ic_new {
  width: 45px;
  min-height: 25px;
  padding-right: 10px;
  text-align: left;
}
.member #contents .section table td.ic_new p {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 25px;
  margin: 0;
  padding: 2px 5px 1px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  background: rgba(86, 88, 166, 0.2);
}
.member #contents .section table td.ic_important {
  width: 45px;
  min-height: 25px;
  padding-right: 10px;
  text-align: left;
}
.member #contents .section table td.ic_important p.mark {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 25px;
  margin: 0 auto;
  padding: 2px 5px 1px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background: #c80000;
}
.member #contents .section table td.ic_important p.square {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  padding-top: 2px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background: #c80000;
}
.member #contents .section table td.ic_important p.circle {
  margin-top: 0;
  text-align: center;
  color: #c80000;
  line-height: 1;
}
.member #contents .section table td.ic_important p.star {
  margin-top: 0;
  text-align: center;
  color: #5759A7;
  line-height: 1;
}
.member #contents .section table td.btn {
  padding-right: 10px;
  text-align: right;
}
.member #contents .section table td a.important {
  color: #c80000;
}
.member #contents .section table.report th {
  width: 80px;
}
.member #contents .section ul.list {
  margin: 0;
}
.member #contents .section ul.list li {
  position: relative;
  margin: 5px 0 0;
  padding: 13px 0 5px;
  border-top: 1px dotted #c2c4df;
}
.member #contents .section ul.list li a {
  position: absolute;
  top: 5px;
  right: 10px;
}
.member #contents .section .acArea {
  display: none;
}
.member #contents .section + .section {
  margin-top: 40px;
}/*# sourceMappingURL=member.css.map */