@charset "utf-8";
html{
	scroll-behavior: smooth;
}
#EbkKobo_mainContents .fw-bold {
	font-weight: bold;
}

div#contentsArea div.EbkKobo_location {
	width: 100%;
	min-width: 1024px;
}

/* ▼ しっかり―用（終了表示）styleここから ▼ */

/* EbkKobo_cautionEnd */
.EbkKobo_cautionEnd {
	width: 100%;
	text-align:center;
	display: none;
	margin: 20px 0;
	height: auto;
	font-size: 0;
}
.EbkKobo_cautionEnd .EbkKobo_cautionEnd_obi{
	background-color: #FF0000;
	color: #fff;
}
.EbkKobo_cautionEnd .EbkKobo_cautionEnd_obi p{
	font-size: 20px;
	padding: 9px 0;
}
/* ▲ しっかり―用（終了表示）styleここまで ▲ */

/* 各種リスト */
.descriptionList,
.bulletList,
.dashList,
.starList,
.circleNumList,
.customList {
	list-style: none;
}
.descriptionList > li,
.bulletList > li,
.dashList > li,
.starList > li,
.circleNumList > li,
.customList > li {
	padding-left: 1em;
	text-indent: -1em;
}
.descriptionList > li::before {
	content: "※";
}
.bulletList > li::before {
	content: "・";
}
.dashList > li::before {
	content: "- ";
}
.starList > li::before {
	content: "＊";
}

.descriptionList em,
.bulletList em,
.dashList em,
.starList em,
.customList em {
	font-weight: bold;
	font-style: normal;
}

.descriptionList a,
.bulletList a,
.dashList a,
.starList a,
.customList a {
	display: inline;
	color: inherit;
	text-decoration: underline;
}
.descriptionList a:hover,
.bulletList a:hover,
.dashList a:hover,
.starList a:hover,
.customList a:hover {
	text-decoration: none;
}

/* 各種リストここまで */
/* チケット風 */
.couponDetail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 16px 0;
  border-radius: 4px;
  background-image: radial-gradient(circle at center left,transparent 0,transparent 18px,#fff 19px),radial-gradient(circle at center right,transparent 0,transparent 18px,#fff 19px);
  background-size: calc(55% + 1px) 100%,calc(55% + 1px) 100%;
  background-repeat: no-repeat;
  background-position: -1px 50%,calc(100% + 1px) 50%;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
	text-align: center;
  line-height: 1;
}
.expiry {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
/* .expiry span {
  font-size: 16px;
  font-weight: normal;
} */
.discountPrice {
  color: #bf0000;
  font-size: 56px;
  font-weight: bold;
}
.discountPrice > span {
  font-size: 24px;
}
.description {
  font-size: 16px;
}
.description::before {
  content: "※";
}
.btnMessage {
	margin: 0 32px;
  padding: 16px 0 0;
	border-top: 1px solid #d1d1d1;
	color: #bf0000;
  font-size: 16px;
  font-weight: bold;
	line-height: 1.1;
}
.couponNotice {
	padding: 4px 0 0;
}
.couponNotice em {
	color: #bf0000;
}
.couponNoticeItem {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	margin: 4px 0 0;
}
.couponNoticeItem svg {
	display: flex;
	width: 16px;
	height: auto;
}
.couponNoticeItem span{
	font-size: 12px;
	list-style: 1.1;
}
/* チケット風ここまで */
.couponPeriod {
	margin: 0 0 16px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}

.btn-list {
	width: auto;
	margin: 0 56px;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;

	gap: 32px 16px;
}
.btn-list > li {
	position: relative;
  margin: 0;
  flex: 0 1 calc(50% - 8px);
}

.btn-list > li > .inner {
	padding:0;
	position: relative;
}
.btn-list + .descriptionList {
	margin-top: 16px;
}
.skin-getCouponBtn a {
	display: inherit;
	padding: inherit;
	margin: 0 auto;
	text-decoration: none;
}
.skin-getCouponBtn a:hover {
	text-decoration: none;
}
.skin-getCouponBtn .getCouponBtn.btnRed {
	background: #bf0000;
	transition: background .3s ease;
}
.skin-getCouponBtn .getCouponBtn.btnRed:hover {
	background: #ef0000;
	text-decoration: none;
}
.skin-getCouponBtn .getCouponBtn.btnGray {
	background: #9c9c9c;
}
.skin-getCouponBtn .getCouponBtn {
	display: block;
	width: 100%;
	height: 64px;
	line-height: 64px;
	border: none;
	border-radius: 100px;
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;
	background-color: #534F4F;
	text-decoration: none;
}
.skin-getCouponBtn .getCouponBtn-get-cnt, .skin-getCouponBtn .getCouponBtn-notfound-cnt, .skin-getCouponBtn .getCouponBtn-acquired-cnt, .skin-getCouponBtn .getCouponBtn-expiration-cnt, .skin-getCouponBtn .getCouponBtn-after-cnt {
	display: none;
	width: 100%;
	margin: auto;
}
.skin-getCouponBtn.getCouponBtn-get .getCouponBtn-active-cnt, .skin-getCouponBtn.getCouponBtn-notfound .getCouponBtn-active-cnt, .skin-getCouponBtn.getCouponBtn-acquired .getCouponBtn-active-cnt, .skin-getCouponBtn.getCouponBtn-expiration .getCouponBtn-active-cnt, .skin-getCouponBtn.getCouponBtn-after .getCouponBtn-active-cnt {
	display: none;
}
.skin-getCouponBtn.getCouponBtn-get .getCouponBtn-get-cnt,
.skin-getCouponBtn.getCouponBtn-notfound .getCouponBtn-notfound-cnt,
.skin-getCouponBtn.getCouponBtn-acquired .getCouponBtn-acquired-cnt,
.skin-getCouponBtn.getCouponBtn-expiration .getCouponBtn-expiration-cnt,
.skin-getCouponBtn.getCouponBtn-after .getCouponBtn-after-cnt {
	display: block;
}
.btn-list-box .skin-getCouponBtn.getCouponBtn-get .getCouponBtn-get-cnt,
.btn-list-box .skin-getCouponBtn.getCouponBtn-notfound .getCouponBtn-notfound-cnt,
.btn-list-box .skin-getCouponBtn.getCouponBtn-acquired .getCouponBtn-acquired-cnt,
.btn-list-box .skin-getCouponBtn.getCouponBtn-expiration .getCouponBtn-expiration-cnt,
.btn-list-box .skin-getCouponBtn.getCouponBtn-after .getCouponBtn-after-cnt {
  position: absolute;
	border-radius:4px;
	left: 0;
	top: 0;
  right: 0;
  bottom: 0;
  display: flex;
	align-items: center;

	/* background: rgba(0, 0, 0, 0.6); */
}
.btn-list-box .skin-getCouponBtn.getCouponBtn-get .getCouponBtn-get-cnt::before,
.btn-list-box .skin-getCouponBtn.getCouponBtn-notfound .getCouponBtn-notfound-cnt::before,
.btn-list-box .skin-getCouponBtn.getCouponBtn-acquired .getCouponBtn-acquired-cnt::before,
.btn-list-box .skin-getCouponBtn.getCouponBtn-expiration .getCouponBtn-expiration-cnt::before,
.btn-list-box .skin-getCouponBtn.getCouponBtn-after .getCouponBtn-after-cnt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
	top: 0;
  right: 0;
  bottom: 0;
	border-radius:4px;
  background-image: radial-gradient(circle at center left,transparent 0,transparent 18px,#000 19px),radial-gradient(circle at center right,transparent 0,transparent 18px,#000 19px);
  background-size: calc(55% + 1px) 100%,calc(55% + 1px) 100%;
  background-repeat: no-repeat;
  background-position: -1px 50%,calc(100% + 1px) 50%;
  opacity: 0.5;
}
.btn-list-box .skin-getCouponBtn .getCouponBtn-active-cnt {
	position: absolute;
	left: 0;
	top: 0;
  right: 0;
  bottom: 0;
}
.btn-list-box .skin-getCouponBtn .getCouponBtn-active-cnt a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
  background-image: radial-gradient(circle at center left,transparent 0,transparent 18px,#f00 19px),radial-gradient(circle at center right,transparent 0,transparent 18px,#f00 19px);
  background-size: calc(55% + 1px) 100%,calc(55% + 1px) 100%;
  background-repeat: no-repeat;
  background-position: -1px 50%,calc(100% + 1px) 50%;
  opacity: 0;
	transition: all 0.3s ease;
}
.btn-list-box .skin-getCouponBtn .getCouponBtn-active-cnt a:hover {
  opacity: 0.4;
  border-radius: 4px;
}
.btn-list-box .skin-getCouponBtn .getCouponBtn-active-cnt a .getCouponBtn.btnRed {
	color: rgba(0, 0, 0, 0);
}
.btn-list-box .skin-getCouponBtn .getCouponBtn {
	width: 100%;
	height: auto;
	box-shadow: none;
	border-radius: 0;
	font-size: 1.4rem;
	line-height: 130%;
}
.btn-list-box .skin-getCouponBtn .getCouponBtn.btnRed {
	background: none;
}
.btn-list-box .skin-getCouponBtn .getCouponBtn.btnRed:hover {
	text-decoration: none;
}
.btn-list-box .skin-getCouponBtn .getCouponBtn.btnGray {
  position: relative;
  z-index: 1;
	background: none;
}

/* coupon (one click acquisition API) */
#EbkKobo_mainContents .coupon-box{
	padding: 25px 0;
}
#EbkKobo_mainContents .coupon-box .couponOneClick {
	display: block;
	width: 600px;
	margin: 0 auto;
}
#EbkKobo_mainContents .coupon-box .couponOneClick .couponOneClickBtn{
	display: block;
	width: 100%;
	padding: 20px 0 18px 0;
	line-height: 1;
	border: none;
	border-radius: 100px;
	font-size: 32px;
	font-family: sans-serif;
	text-align: center;
	text-decoration: none;
}
#EbkKobo_mainContents .coupon-box .couponOneClick .couponOneClickBtn.couponOneClick-default{
	color: #ffffff;
	background: #bf0000;
	transition: background .3s ease;
}
#EbkKobo_mainContents .coupon-box .couponOneClick .couponOneClickBtn.couponOneClick-default:hover {
	background: #ec0606;
	text-decoration: none;
}

#EbkKobo_mainContents .coupon-box .couponOneClick .couponOneClickBtn.couponOneClick-loading {
	opacity: 0.5;
}
#EbkKobo_mainContents .coupon-box .couponOneClick .couponOneClickBtn.couponOneClick-acquired,
#EbkKobo_mainContents .coupon-box .couponOneClick .couponOneClickBtn.couponOneClick-having,
#EbkKobo_mainContents .coupon-box .couponOneClick .couponOneClickBtn.couponOneClick-expired,
#EbkKobo_mainContents .coupon-box .couponOneClick .couponOneClickBtn.couponOneClick-finished,
#EbkKobo_mainContents .coupon-box .couponOneClick .couponOneClickBtn.couponOneClick-failed{
	display: none;
	color: #d1d1d1;
	background: #ebebeb;
}
#EbkKobo_mainContents .coupon-box .couponOneClick.couponOneClick-status-acquired .couponOneClickBtn.couponOneClick-default,
#EbkKobo_mainContents .coupon-box .couponOneClick.couponOneClick-status-having   .couponOneClickBtn.couponOneClick-default,
#EbkKobo_mainContents .coupon-box .couponOneClick.couponOneClick-status-expired  .couponOneClickBtn.couponOneClick-default,
#EbkKobo_mainContents .coupon-box .couponOneClick.couponOneClick-status-finished .couponOneClickBtn.couponOneClick-default,
#EbkKobo_mainContents .coupon-box .couponOneClick.couponOneClick-status-failed   .couponOneClickBtn.couponOneClick-default{
	display: none;
}

#EbkKobo_mainContents .coupon-box .couponOneClick-status-acquired .couponOneClickBtn.couponOneClick-acquired,
#EbkKobo_mainContents .coupon-box .couponOneClick-status-having   .couponOneClickBtn.couponOneClick-having,
#EbkKobo_mainContents .coupon-box .couponOneClick-status-expired  .couponOneClickBtn.couponOneClick-expired,
#EbkKobo_mainContents .coupon-box .couponOneClick-status-finished .couponOneClickBtn.couponOneClick-finished,
#EbkKobo_mainContents .coupon-box .couponOneClick-status-failed   .couponOneClickBtn.couponOneClick-failed{
	display: block;
}
.EbkKobo_mainHeader {
	margin-top: 1rem;
}
.EbkKobo_mainHeader h1 {
	text-align: center;
	background:url(https://image.books.rakuten.co.jp/books/img/e-book/event/camp-newpoint/img/kanban.jpg) center;
	background-repeat: no-repeat;
}

.EbkKobo_mainHeader .secInner {
	text-align: center;
	padding: 20px 0 20px;
}
.EbkKobo_mainHeader p {
	font-size: 1.375rem;
	line-height: 1.8;
}

.EbkKobo_mainHeader .btnForSeach {
	margin-top: 40px;
}
.EbkKobo_mainHeader .term {
	font-weight: bold;
}
.EbkKobo_mainHeader .term::before {
	content: "※";
}
.multipleGetCoupon {
    width: 650px;
    margin: 0 auto;
}
.multipleGetCoupon .attention {
	margin: 20px 0;
	font-size: 0.875rem;
	text-align: left;
}
.multipleGetCoupon .attention li {
	margin: 0.7em 0;
	line-height: 1;
}
.multipleGetCoupon .attention li::before {
	content: "※";
}
.bulkcoupons01Area {
	text-align: center;
}

.hereLink {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 60px;
}

.h2Debut {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}
.sec {
	padding: 50px;
}
.secShelves {
	background-color: #ececec;
}
.secAbout {
	background-color: #cef0c8;
}
.secHeader {
	margin: auto 140px 40px;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #333;
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.secInner {
	width: 1024px;
	margin: auto;
	padding: 60px;
	border-radius: 28px;
	background-color: #fff;
	box-sizing: border-box;
}
.fw-bold_cpn{
	font-weight: bold;
}
.fw-bold_txt24{
	font-size: 24px;
	margin-bottom: 0;
}
.meritHeader {
	margin: 2rem 120px;
	padding: 0.5em 0;
	border-bottom: 1px solid #f17a7b;
	color: #f17a7b;
	font-size: 1.125rem;
	text-align: center;
	line-height: 1;
}
.meritList {
	display: flex;
	justify-content: space-between;
	margin: auto 120px;
}
.meritItem {
	text-align: center;
}
.meritTxt {
	margin-bottom: 0.5em;
	font-size: 1.125rem;
	line-height: 1.6;
}
.meritImg {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 120px;
	padding: 44px;
	border: 2px solid #f17a7b;
	border-radius: 100vw;
}
.meritImg img {
	position: absolute;
	bottom: 50%;
	right: 50%;
	width: 120px;
	height: auto;
	transform: translate(50%, 50%);
}

.btnForSpu {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin: 3rem 0 0;
}
.btnForSpu a {
	display: block;
}
.btnForSpu p {
	margin-top: 1em;
	font-size: 0.875rem;
	line-height: 1;
}

.koboBeginnerArea__banner-img.koboBeginnerArea__banner-debutsupport {
	display:none;
}
#contentsArea #koboBeginnerArea{
margin:0;
}

/* 電子書籍を探そうエリア */
#EbkKobo_mainContents .recommendArea {
	margin: auto;
	text-align: left;
	width: 1024px;
	/* padding-top: 12px; */
}
#EbkKobo_mainContents .recommendArea .inner {
	width: 910px;
	margin: auto;
}
#EbkKobo_mainContents .recommendArea .inner .wrap {
	padding-top: 15px;
}
#EbkKobo_mainContents .w1024 {
    width: 1024px;
}
#EbkKobo_mainContents .txt-center {
    text-align: center;
}
/* 電子書籍を探そうエリア--ここまで */
/* saleBtn */
.btnSale, .btnPink, .btnPinkCpn {
	clear: both;
	display: block;
	width: 500px;
	height: auto;
	margin: 0rem auto 4rem;
}
.btnSale a, .btnPink a, .btnPinkCpn a {
	border: #bf0000 solid 3px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background-color: #ffffff;
	color: #bf0000;
	display: block;
	font-size: 24px;
	font-weight: bold;
	height: 100%;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
	transition: all 0.3s;
}
.btnSale a::after, .btnPink a::after, .btnPinkCpn a::after {
	content: "\e809";
	font-family: 'rb-iconfont' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	font-size: 20px;
	left: 8px;
	color: #bf0000;
	transition: all 0.3s;
}
.btnSale a:hover, .btnPink a:hover, .btnPinkCpn a:hover {
	background-color: #bf0000;
	color: #ffffff;
	text-decoration: none !important;
}
.btnSale a:hover::after, .btnPink a:hover::after, .btnPinkCpn a:hover::after {
	color: #ffffff;
}
/* saleBtn --ここまで*/


/* entry */
#EbkKobo_mainContents .entry-box{
  width: 100%;
  text-align: center;
	padding: 25px 0 0 0;
}
#EbkKobo_mainContents .entry-box p{
	text-align: center;
	margin-top: 10px;
	color: #bf0000;
	line-height: 1.5em;
}
#EbkKobo_mainContents .entry-box .rcEntryButton{
  margin-bottom: 0px;
}
#EbkKobo_mainContents .entry-box .rcEntryButton .entryButton{
  margin: 0 auto;
  width: 600px;
  line-height: 1;
  font-size: 32px;
  font-family: sans-serif;
}
#EbkKobo_mainContents .entry-box .rcEntryButton .entryButton .btnRed{
  padding: 20px 0 18px 0;
  color: #ffffff;
  border-radius: 100px;
  background: #bf0000;
  transition: background .3s ease;
}
#EbkKobo_mainContents .entry-box .rcEntryButton .entryButton .btnRed:hover{
  background: #ef0000;
}
#EbkKobo_mainContents .entry-box .rcEntryButton .entryButton .loading.btnRed{
  background: #ef0000;
}
#EbkKobo_mainContents .entry-box .rcEntryButton .entryButton .btnGray{
  padding: 20px 0 18px 0;
  border-radius: 100px;
  color: #d1d1d1;
  background: #ebebeb;
}
#EbkKobo_mainContents .entry-box .rcEntryButton .entryButton .before,
#EbkKobo_mainContents .entry-box .rcEntryButton .entryButton .applied,
#EbkKobo_mainContents .entry-box .rcEntryButton .entryButton .loading,
#EbkKobo_mainContents .entry-box .rcEntryButton .entryButton .entered,
#EbkKobo_mainContents .entry-box .rcEntryButton .entryButton .closed{
  display: none;
}
#EbkKobo_mainContents .entry-box .rcEntryButton.rcEntryButton-status--before .entryButton .active,
#EbkKobo_mainContents .entry-box .rcEntryButton.rcEntryButton-status--applied .entryButton .active,
#EbkKobo_mainContents .entry-box .rcEntryButton.rcEntryButton-status--loading .entryButton .active,
#EbkKobo_mainContents .entry-box .rcEntryButton.rcEntryButton-status--entered .entryButton .active,
#EbkKobo_mainContents .entry-box .rcEntryButton.rcEntryButton-status--closed .entryButton .active{
  display: none;
}
#EbkKobo_mainContents .entry-box .rcEntryButton.rcEntryButton-status--before .entryButton .before,
#EbkKobo_mainContents .entry-box .rcEntryButton.rcEntryButton-status--applied .entryButton .applied,
#EbkKobo_mainContents .entry-box .rcEntryButton.rcEntryButton-status--loading .entryButton .loading,
#EbkKobo_mainContents .entry-box .rcEntryButton.rcEntryButton-status--entered .entryButton .entered,
#EbkKobo_mainContents .entry-box .rcEntryButton.rcEntryButton-status--closed .entryButton .closed{
  display: block;
}

#EbkKobo_mainContents .entry-box .rcEntryButton .entryCheckBox,
#EbkKobo_mainContents .entry-box .rcEntryButton .rcEntryButton-checkbox{
	margin: 16px auto 0;
	padding: 16px;
	width: 500px;
	background-color: #ebebeb;
	border-radius: 5px;
}
#EbkKobo_mainContents .entry-box .rcEntryButton .entryCheckBox .checkBoxInputTxtWrap{
	margin: 0 auto 16px 0;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}
#EbkKobo_mainContents .entry-box .rcEntryButton .entryCheckBox .checkBoxInputTxtWrap label{
	cursor: pointer;
}
#EbkKobo_mainContents .entry-box .rcEntryButton .entryCheckBox .checkBoxInfoWrap{
	font-size: 14px;
	color: #777777;
	line-height: 1.5em;
	text-align: left;
}

/* EbkKobo_campInfo */
#EbkKobo_mainContents .EbkKobo_campInfo{
	margin: 10px auto 0;
	text-align: center;
}
#EbkKobo_mainContents .EbkKobo_campInfo a{
	font-size: 14px;
	color: #0099aa;
}
#EbkKobo_mainContents .EbkKobo_campInfo a:hover{
	text-decoration: underline;
}

/* entry note */
#EbkKobo_mainContents .entry-box .entry-note-box{
  margin: 16px 0 0;
  padding-bottom: 30px;
  font-size: 13px;
line-height: 1.4;
}

#EbkKobo_mainContents .entry-box .entry-note-box p{
	font-size: 1rem;
	color: inherit;
}

.beginnerCouponArea {
	width: 960px;
	margin: 24px auto 64px;
	padding: 40px 32px;
	border-radius: 24px;
	background-color: #fff1f1;
}

.beginnerCouponHeader {
	margin: 0 auto 8px;
	color: #333;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.1;
	text-align: center;
}
.beginnerCouponHeader::before {
	content: "＼";
}
.beginnerCouponHeader::after {
	content: "／";
}
.beginnerCouponArea .period {
	margin-top: auto;
	font-size: 16px;
}
.beginnerCouponArea .lead {
	margin: 32px auto 8px;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
}
.beginnerCouponArea .descriptionList {
	margin: 32px auto auto;
	font-size: 14px;
}
.beginnerCouponArea .lead + .descriptionList {
	width: fit-content;
	margin: 16px auto 48px;
}


/* キャンペーン詳細 */
.EbkKobo_campDetail {
	width: 960px;
  box-sizing: border-box;
  margin: 32px auto 0;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.5;
}
.EbkKobo_campDetail h2 {
  background: #828282;
  padding: 10px 5px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border: 1px solid #d1d1d1;
  border-bottom: none;
}

.rule {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.rule .emp {
  color: #F00000;
  font-weight: bold;
}
.rule a.wul {
  text-decoration: underline;
}
.rule a.wul:hover {
  text-decoration: none;
}
.rule table {
  margin: 10px 0;
}
.rule th {
  padding: 10px;
  border: 1px solid #d1d1d1;
	vertical-align: top;
	width: 20%;
	color: #333333;
  background: #f7f7f7;
}
.rule td {
  color: #333333;
  padding: 10px;
  border: 1px solid #d1d1d1;
}

.rule li {
    padding-left: 1em;
    text-indent: -1em;
}
.rule .kigou {
	font-family: "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.rule .kigou .txtCenter {
	text-align: center;
}



.secTtl{
	color: #333333;
	background: #fee2e1;
	width: 100%;
	max-width: 1420px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding: 16px 0;
	margin: auto;
}

.otokuBox{
	margin: 32px auto 0;
	width: 912px;
	height: 520px;
}
.otokuBox li{
	list-style: none;
	float: left;
	width: 448px;
	height: 252px;
}
.otokuBox li:nth-child(1), .otokuBox li:nth-child(3){
	margin-right: 16px;
}
.otokuBox li:nth-child(1), .otokuBox li:nth-child(2){
	margin-bottom: 20px;
}

.otokuBox .otokuBox-btn{
	display: block;
	width: 448px;
	height: 252px;
}
.otokuBox .otokuBox-btn a{
	display: block;
	width: 100%;
	height: 100%;
}
.otokuBox .otokuBox-btn a img{
	transition: .3s;
}
.otokuBox .otokuBox-btn a img:hover{
	filter: drop-shadow(0 0 4px #adadad);
}

.cpnMore{
	display: block;
	text-align: center;
	margin: 32px auto 72px;
}
.cpnMore a{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	position: relative;
}
.cpnMore a::after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -4px;
    right: -16px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}