@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

.pink {
  color: crimson;
  font-weight: 600;
}

.p-sec-heading-members {
	margin-bottom: 40px;
}
.p-sec-heading-members img {
	width: 100%;
	height: auto;
}
.p-sec-members {
  background-color: #fff;
  border: solid 1px #909090;
  padding: 30px 10px;
}
.p-sec-members__point {
	padding-top: 16%;
}
.p-sec-members__point p {
	margin-bottom: 20px;
}
.p-sec-members__point  img {
	width: 100%;
	height: auto;
}
.p-sec-members__point .point {
	display: inline-block;	
	color: #5d959d;
	margin-right: 15px;
}
.p-sec-members__point .img {
	text-align: center;
	margin-bottom: 20px;
}
.p-sec-members__point li {
	margin-left: 1em;
	text-indent: -1em;
}
.p-sec-members__point li::before {
	content: "※";	
}
.p-sec-members__note {
	padding-top: 16%;
}
.p-sec-members__note li {
	margin-left: 1em;
	text-indent: -1em;
}
.p-sec-members__note li::before {
	content: "・";	
}

@media screen and (max-width: 767px) {
	.p-sec-members__point .point {
		display: block;	
	}
}
@media screen and (min-width: 767px) {
	.p-sec-members__note {
		padding-top: 60px;
	}

	.p-sec-members__point {
		padding-top: 60px;
	}
	.p-sec-members {
    padding: 60px 60px;
	}
}



.p-sec-faq {
  background-color: #fff;
  border: solid 1px #909090;
  padding: 30px 10px;
}
.p-sec-faq__tbl {
	width: 100%;
  margin-bottom: 40px;
}
.p-sec-faq .p-sec-faq__tbl.last {
  margin-bottom: 0;
}
.p-sec-faq__tbl th, .p-sec-faq__tbl td {
	background: #fff;
	text-align: left;
}
.p-sec-faq__tbl th {
	white-space: nowrap;
}
.p-sec-faq__tbl-prim {
	border-spacing: 1px;
	border-right: solid 1px #5d959d;
}
.p-sec-faq__tbl-prim th {
	border-left: solid 1px #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	letter-spacing: 0;
}
.p-sec-faq__tbl-prim th:first-child {
	border-left: solid 1px #5d959d;
}
.p-sec-faq__tbl-prim td {
	border-left: solid 1px #5d959d;
	border-bottom: solid 1px #5d959d;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	letter-spacing: 0;
}
.p-sec-faq__tbl-prim tr td:first-child {
	width: 30%;
}
.p-sec-faq__tbl-prim th {
	background-color: #5d959d;
	color: #fff;
	padding: 8px;
}
.p-sec-faq__tbl-prim td {
	padding: 15px;
	white-space: nowrap;
	text-align: left;
}
.p-sec-faq__tbl-prim td.txt {
	padding: 15px;
	white-space: nowrap;
}
.p-sec-faq__tbl-prim td a {
	text-decoration: underline;
}
.p-sec-faq__tbl-prim td a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.p-sec-faq__scroll {
		overflow-x: scroll;
		padding-bottom: 10px;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	.p-sec-faq__scroll::-webkit-scrollbar{
		width: 20px;
		background: #999;
	}
	.p-sec-faq__scroll::-webkit-scrollbar:horizontal{
		height: 10px;
		background: #eee;
		border-radius: 5px;
	}
	.p-sec-faq__scroll::-webkit-scrollbar-thumb{
		background: #999;
		border-radius: 5px;
	}
	.p-sec-faq__scroll::-webkit-scrollbar-thumb:horizontal{
		background: #999;
		border-radius: 5px;
	}
	.p-sec-faq__scroll.arrow:after {
		content: "　";
		display: block;
		width: 126px;
		height: 80px;
		background: url('/recruit/welfare/img/welfare__icon-07.png') no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -40px;
		margin-left: -63px;
	}
}

@media screen and (min-width: 768px) {
	.p-sec-faq {
		padding: 60px 60px;
	}

	.p-sec-faq__tbl {
		width: 100%;
    margin-bottom: 100px;
	}
	.p-sec-faq .p-sec-faq__tbl.last {
    margin-bottom: 0;
	}

	.p-sec-faq__tbl-prim th {
		padding: 10px;
	}
	.p-sec-faq__tbl-prim td {
		padding: 20px;
	}
	.p-sec-faq__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.p-sec-faq__list li  {
		width: 50%;
	}
	.p-sec-faq__tbl-prim td {
		white-space: normal;
	}
	.p-sec-faq__tbl-prim td.txt {
		white-space: normal;
	}

}

.p-sec-term {
	letter-spacing: 0;
  background-color: #fff;
  border: solid 1px #909090;
  padding: 30px 10px;
}
.p-sec-term .child {
  padding-left: 1em;
}
.p-sec-term .terms ol {
  padding-left: 1em;
}
.p-sec-term ol li {
  list-style-position: outside;
  list-style-type: decimal;
}
.p-sec-term a {
	text-decoration: underline;
}
.p-sec-term a:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.p-sec-term {
		padding: 60px 60px;
	}
	.p-sec-term .terms ol {
    padding-left: 1.5em;
	}
}

.p-sec-lottery {
  background-color: #fff;
  border: solid 1px #909090;
  padding: 30px 10px;
}

.p-sec-lottery__bdr {
	border: solid 1px #5d959d;
	background: #fff;
	padding: 15px;
}
.p-sec-heading-lottery .img {
	margin-bottom: 30px;
	text-align: center;
}
.p-sec-heading-lottery .img img {
	width: 100%;
	height: auto;
}
.p-sec-lottery__list {
	text-align: center;
	padding-top: 16%;
}
.p-sec-lottery__list .line {
	width: 48%;
	display: inline-block;
	margin-bottom: 30px;
}
.p-sec-lottery__list .line:nth-child(2n) {
	border-left: 1px #898989 solid;
}
@media screen and (min-width: 768px) {
	.p-sec-lottery {
		padding: 60px 60px;
	}
	.p-sec-lottery__bdr {
		padding: 20px;
	}

	.p-sec-lottery__list {
		padding-top: 60px;
	}
	.p-sec-lottery__list .line {
		width: 24.9%;
		margin-bottom: 30px;
	}
	.p-sec-lottery__list .line:nth-child(3n) {
		border-left: 1px #898989 solid;
	}
}

.p-sec-heading-registration .img img {
	width: 100%;
	height: auto;
}
.p-sec-registration {
  background-color: #fff;
  border: solid 1px #909090;
  padding: 30px 10px;
}
.p-sec-registration__img,
.p-sec-registration__txt {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.p-sec-registration__img {
	max-width: 800px;
	text-align: center;
}
.p-sec-registration__txt {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}
.p-sec-registration__txt a {
	text-decoration: underline;
}
.p-sec-registration__txt a:hover {
	text-decoration: none;
}
.p-sec-registration__img img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sec-registration {
		padding: 60px 60px;
	}
}
/** 新メンバーズページ **/
/** header#membersonly_h {
  position: fixed;
  top: 0;
} **/
/** .header {
  display: flex;
  justify-content: space-between;
  background: #eee;
  padding: 20px;
}**/
.nav-button {
  display: none;
}

.nav a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  color: #484848;
  letter-spacing: 0.08em;
}
.nav li {
  display: inline-block;
  margin: 0 10px;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

@media screen and (min-width: 768px) {
  /**.header {
    min-width: 800px;
  }**/
  .header .logo {
    width: 10%;
    margin: 2% auto 3%;
  }
  .nav-wrap {
    display: block !important;
  }
	header#membersonly_h {
    text-align: center;
    letter-spacing: 2em;
  }
	/**.header {
    display: block;
    justify-content: space-between;
    background: #eee;
    padding: 20px;
    text-align: center;
  }**/
}
.content {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .header .logo {
    width: 25%;
    margin: 0 0 0 35%;
  }
  .nav-button {
    display: block;
    cursor: pointer;
  }

  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
  }
  .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    padding-top: 15%;
  }
  .nav-wrap li {
    display: block;
    margin: 2em;
  }
  .nav-wrap li a {
    color: #fff;
    font-size: 18px;
  }

  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .nav-button {
    z-index: 9999999;
    position: relative;
    width: 35px;
    height: 30px;
    line-height: 1em;
  }

  .nav-button span {
    position: unset;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 16px;
  }

  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }

  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }

  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
}
main#membersonly {
  width: 90%;
  margin: 0 auto 0;
  max-width: 750px;
  letter-spacing: 0.2rem;
  font-size: 16px;
}
.clr_tb {
  color: #5d8a92;
}
.clr_red {
  color: red;
}
.clr_pk {
  color: #c8145a;
}
.clr_pk2 {
  color: #cc7d8d;
}
.clr_yew {
  color: #fff682;
}
.m_bold {
  font-weight: bold;
}
.w30 {
  width: 30%;
  margin-right: 10%;
}
.center{
text-align: center;
}
span.clr_yew {
  color: #fff684;
}
ul.mem_link li {
  display: inline-block;
  width: 40%;
  margin: 1%;
}
ul.mem_link {
  text-align: center;
  margin: 5% 0;
}
a.m_link {
  padding: 3% 10%;
  font-size: medium;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 3% auto;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: cadetblue;
  color: #fff;
}
a.m_link2 {
  padding: 3% 10%;
  font-size: medium;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 3% auto;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #cc7d8d;
  color: #fff;
}

a.m_link::after , a.m_link2::after {
  content: "▶︎";
  float: right;
  font-size: 1.2rem;
  line-height: 2.5em;
}
.mem_step p a {
  color: cadetblue;
  text-decoration: underline;
}
#membersonly h1, #membersonly h2 {
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 10% 0 5%;
  font-size: 1.8rem;
}
#membersonly2 h2 {
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 0 auto 5%;
  font-size: 1.3em;
  width: 90%;
}
#mem_point {
  margin-top: 110px;
}
#mem_point h2 {
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 10% 0 5%;
  font-size: 1.8rem;
}
h5.memonlypoint {
  background-color: #5d959d;
  width: fit-content;
  padding: 0 2%;
  color: yellow;
  margin-bottom: 1%;
}
#membersonly h1:before, #membersonly h1:after, #membersonly h2:before, #membersonly h2:after , #membersonly2 h2:before, #membersonly2 h2:after {
  border-top: 1px solid #ddd;
  content: "";
  flex-grow: 1;
}
#mem_point h2:before , #mem_point h2:after {
  border-top: 1px solid #999;
  content: "";
  flex-grow: 1;
}
#membersonly h1:before, #membersonly h2:before {
  margin-right: 1rem;
}
#membersonly h1:after, #membersonly h2:after {
  margin-left: 1rem;
}
main#membersonly h3 {
  text-align: center;
  font-weight: bold;
  margin: 5% 0;
}
.mem_fs {
  font-size: 0.8em;
}
.mem_notice {
  background-color: #cd626f;
  padding: 3%;
  color: #fff;
  margin: 8% 5% 15%;
  border-radius: 5px;
  border: 2px solid #ddd;
}
.mem_notice2 {
  background-color: #feecd0;
  margin: 5% 0;
  padding: 4%;
}
.mem_notice3 {
  background-color: #eee;
  margin: 5% 0;
  padding: 4%;
}
ul.inblock li {
  display: inline-block;
  vertical-align: middle;
}
.mem_step ul {
  background-color: #eeeeee;
  padding: 2% 5%;
  margin: 0 0 5%;
}
.mem_step h4 {
  background-color: #5f959c;
  text-align: center;
  color: #fff;
}
.mem_step .btn-open {
  margin: 5% auto 5%;
}
#membersonly_f {
  text-align: center;
  letter-spacing: 0.2em;
}
#membersonly_f ul li a {
  border-top: thin solid #ddd;
  padding: 2%;
  width: 100%;
  display: block;
}
main#membersonly .popup-content p {
  text-align: left;
}
.mem_inblock {
  border-top: thin solid #ddd;
  padding: 1%;
  background-color: #eee;
  font-size: 0.8em;
}
.mem_inblock a {
  margin: 3%;
}
.copyright2 {
  background-color: #363636;
  color: #fff;
  font-size: 0.7em;
  padding: 2%;
  letter-spacing: 0.15em;
}
p.mem_fb {
  font-size: x-large;
  margin: 10%;
}
ul.inblock li {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sp {
    display:none;
  }
  main#membersonly {
    margin-top: 5%;
  }
  main#membersonly p {
    text-align: center;
  }
  main#membersonly h3 {
    font-size: 1.3em;
  }
  /** .mem_step ul {
    margin: 0 auto 5%;
    width: 80%;
  }
  .mem_step h4 {
    width: 80%;
    margin: 0 auto;
  } **/
  .toapl {
    width: 70%;
    margin: 15% auto 5%;
  }
  .mem_step {
    width: 80%;
    margin: 0 auto;
  }
  .w50 {
    width: 50%;
    margin: 0 auto;
  }
  .img.u-ta-c {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display:none;
  }
  main#membersonly h3 {
    margin: 10% 0;
    font-size: 1em;
    letter-spacing: 0.1rem;
  }
  ul.mem_link li {
    display: inline-block;
    width: 46%;
    margin: 1%;
    letter-spacing: 0.05em;
  }
  a.m_link::after, a.m_link2::after {
    content: "▶︎";
    float: right;
    font-size: 1.2rem;
    line-height: 2.8em;
  }
  a.m_link , a.m_link2 {
    font-size: 0.9em;
	}
  a.m_link.mem_fs {
    padding: 3% 5%;
  }
  .mem_notice {
    margin: 0 0 20%;
  }
  .mem_step {
    margin: 0 auto;
  }
  p.mem_fb {
    font-size: x-large;
    margin-bottom: 5%;
    text-align: center;
  }
  .toapl {
    margin: 15% auto;
  }
  .mt20 {
    margin-top: 20%;
  }
  footer#membersonly_f ul a {
    padding: 5%;
    font-size: 2rem;
  }
  .mem_inblock , .copy {
    font-size: 1em;
  }
}
/** メンバーズ特典 **/
table.mem_list {
  border-bottom: thin solid #ccc;
  border-right: thin solid #ccc;
  font-size: 1.2rem;
}
table.mem_list tr td {
  border-top: thin solid #ddd;
  border-left: thin solid #ddd;
  padding: 2%;
  text-align: center;
  vertical-align: middle;
  line-height: 2.2rem;
}
table.mem_list a {
  background-color: #5d959d;
  color: #fff;
  padding: 0 5%;
  border-radius: 25px;
  display: block;
  width: 40%;
  font-size: 0.7em;
  margin: 2% auto;
}
.mem_list_gy{
	background-color: #eee;
}
@media screen and (max-width: 767px) {
	table.mem_list a{
		width: 90%;
	}
}
/** メンバーズ特典P **/
.mem_new {
  background-color: #eee;
  padding: 3% 0 8%;
}
n.mem_new h5 {
  font-weight: bold;
	text-align: center;
}
.mem_apr {
  border: 3px solid #cc7d8d;
  border-radius: 8px;
  margin: 3% auto 10%;
  max-width: 700px;
  font-size: 1.2rem;
}
.mem_apr h5 {
  background-color: #cc7d8d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  padding: 1%;
}
.mem_apr ul {
  text-align: center;
  padding: 5% 0;
}
.mem_apr ul li {
  display: inline-block;
  width: 30%;
  text-align: center;
  font-weight: 500;
  color: #666;
  padding: 0 2%;
}
li.apr_sen {
  border-right: 2px dotted #cc7d8d;
}
.bg_gy {
  margin: 2% auto;
  background-color: #eee;
  padding: 5%;
  font-size: 1.3rem;
}
.bg_gy a , #mem_point a{
  text-decoration: underline;
  color: #5d8a92;
}
.mem_pt_link a:hover {
  opacity: 0.7;
}
.mem_pt_link {
  text-align: center;
}
#mem_point {
  background-color: #cce3e8;
  padding: 5% 0;
}
#mem_point section {
  width: 90%;
  margin: 0 auto 0;
  max-width: 750px;
  letter-spacing: 0.2rem;
  font-size: 16px;
}
.mem_point {
  background-color: #fff;
  padding: 3%;
  margin: 10% 0 0;
}
.pt_num{
  font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	font-size:4rem;
}
.mem_pt_more {
  background-color: #5d8a92;
  width: fit-content;
  padding: 1% 5%;
  color: #fff;
  border-radius: 25px;
}
.mem_point h4 {
  text-align: center;
  font-weight: bold;
  color: #5d8a92;
}
ul.mem_link3 {
  width: 90%;
  margin: 0 auto;
}
ul.mem_link3 h5 {
  text-align: center;
  margin-top: 8%;
  font-weight: bold;
}
section.mem_ab_last {
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.mem_ab_list td.mem_big {
  font-size: 1.5rem;
}
.mem_ab_last h3 {
  text-align: center;
  font-weight: bold;
  color: #5d8a92;
  font-size: 2.3rem;
  margin: 5% 0;
}
/*ポップアップここから*/
/* 全体設定 */
* {
  box-sizing: border-box;
}

/* ポップアップウインドウの設定 */
.popup {
  background-color: #fff;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 70%;
  overflow-y: scroll;
  max-width: 700px;
  font-size: 1.3rem;
}
.btn-open {
  border: 1.5px solid #5d8a92;
  width: fit-content;
  padding: 1% 5%;
  font-size: 1.2rem;
  margin: 5% 0 5%;
  border-radius: 5px;
  color: #5d8a92;
  background-color: #eee;
}
/* チェックボックスの初期設定 */
#popup-on ,#popup-on1 ,#popup-on2  {
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{
  display: block;
}
#popup-on1:checked + .popup{
  display: block;
}
#popup-on2:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: cadetblue;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.btn-close {
  background: cadetblue;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}
/* 開くボタン 
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}*/

/* ポップアップの内容 */
.popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
}
.popup-content2 {
  margin: 40px auto 40px auto;
  width: 60%;
}
/** メンバーズ特典SP **/
@media screen and (max-width: 767px) {
	ul.mem_pt_link li {
    display: inline-block;
    width: 43%;
    margin: 1%;
	}
	.pt_img {
    width: 60%;
    margin: 0 auto 10%;
  }
  #membersonly h1, #membersonly h2 {
    font-size: 2rem;
    margin: 20% 0 7%;
  }
	.mem_point h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #5d8a92;
    margin: 0 0 8%;
    text-align: center;
  }
	.mem_pt_more {
    margin: 20% auto 3%;
  }
	.pt.text img {
    margin: 0 0 5%;
  }
	.mem_point {
    padding: 5% 5% 10%;
  }
	.pt_img.pt_img100 {
    width: 100%;
  }
}
/** メンバーズ特典PC **/
@media screen and (min-width: 768px) {
	ul.mem_pt_link li {
    display: inline-block;
    width: 30%;
    margin: 1%;
	}
  .pt_img, .pt.text {
    display: inline-block;
    vertical-align: middle;
  }
  .pt_img {
    width: 30%;
  }
        
  .pt.text {
    width: 65%;
    margin-left: 4%;
  }
  .pt.text img {
    width: 70%;
    margin: 0 0 5%;
  }
  .mem_point h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #5d8a92;
    margin: 0 0 5%;
  }
  .mem_pt_more {
    margin: 10% auto 3%;
  }
  .mem_link3 li a {
    width: 60%;
    margin: 3% auto;
    padding: 2%;
  }
}
/** よくあるご質問 **/
.acd-check{
  display: none;
}
.acd-label {
  display: block;
  margin: 1.8% 1% 1px;
  padding: 10px;
  color: #484848;
  font-weight: bold;
}
ul.mem_faq_index li {
  list-style: none;
}
.acd-content{
  display: none;
  /* height: 0; */
  /* opacity: 0; */
  padding: 0 10px;
  /**transition: .1s;**/
  /* visibility: hidden; */
}
.acd-content h2 {
  margin: 0.8em 0;
}
.acd-content h3 {
  margin: 1em 0;
}
.acd-content h4 {
  margin: 1.3em 0;
}
.acd-content h5 {
  margin: 1.6em 0;
}
.acd-content ul{
  font-size: 0.85em;
}
.acd-content ul li {
  text-align: justify;
  list-style: none;
}
.acd-content h4 {
  /* display: inline-block; */
  border-bottom: 2px solid #5d8a92;
  color: #5d8a92;
}
.acd-content h5 {
  font-size: 0.8em;
  color: #5d8a92;
}
.acd-content p {
  text-align: justify;
  margin: 1rem 0;
}
.acd-check:checked + .acd-label + .acd-content {
  height: 40px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  display: table;
}
main#membersonly .acd-content p {
  text-align: left;
  font-size: 0.85em;
}
.mem_faq_cont {
  border-bottom: thin dotted #ddd;
  padding-bottom: 2%;
}
.acd-content a {
  color: cadetblue;
  text-decoration: underline;
}
ul.mem_faq_index {
  text-align: center;
  background-color: #eee;
  padding: 5%;
}
ul.mem_faq_index li {
  background-color: #fff;
  border-bottom: thin dotted #ddd;
}
ul.mem_faq_index li.index {
  background-color: #5d8a92;
  color: #fff;
  border: none;
}
ul.mem_faq_index li a {
  font-size: small;
  padding: 2%;
  display: block;
}
ul.mem_faq_index li a:hover {
  opacity: 0.5;
}
.faq_ttl {
  color: #5d8a92;
  padding-top: 10%;
}
/** よくあるご質問SP **/
@media screen and (max-width: 767px) {
	ul.mem_faq_index li a {
    padding: 4%;
  }
	.mem_lot_not {
    margin-top: 10%;
  }
}
.p-sec-lottery__list.l-section.mem_lot {
  border: 1px solid #5d8a92;
  padding-top: 0;
}
.p-sec-lottery__list.l-section.mem_lot h2 {
  padding: 0 3%;
  /* margin: 0; */
}

@media screen and (min-width:768px) {
  #mem_point .mem_point .mailmagazin {
    margin: 15px auto;
    padding: 1.5% 10%;
    display: block;
    color: lightgoldenrodyellow;
    text-decoration: none;
  }
}
@media screen and (max-width:767px) {
  #mem_point .mem_point .mailmagazin {
    margin: 15px auto;
    padding: 1.5% 10%;
    display: block;
    color: lightgoldenrodyellow;
    text-decoration: none;
  }
}

#attention {
  width: 90%;
  margin: 10% auto;
  max-width: 750px;
}
#attention h2, #attention h1 {
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 5%;
  line-height: 1.8em;
  letter-spacing: 0.07em;
}
#attention h3 {
  /* font-weight: bold; */
  line-height: 1.5em;
  /* text-align: center; */
  color: red;
}
#attention a {
  color: #000;
  text-decoration: underline;
  font-weight: 200;
}
#attention .i_2clm_wrap {
  margin: 0;
  padding: 0;
}
#attention .i_2clm_in {
  margin: 0 2.3%;
}

/* 重要なお知らせページ */
@media screen and (max-width: 767px) {
	#attention .i_2clm_in {
    margin:0;
  }
}