@charset "UTF-8";

/* コンテンツ最大幅を調整 */
/*.pane-main {
	margin: 0 auto;
	max-width: 860px;
}*/

/*.pane-main.max-w900 {
	margin: 0 auto;
	max-width: 900px;
}*/

/* Base Css Overwrite */
#edit-wrap {
	line-height: 1.8;
	letter-spacing: 0.12em;
	color: #000;
}

/* ==================================================
Page Head Custom
================================================== */
#page-head {
}


/* ==================================================
Page Body
================================================== */
#page-body {
	padding-left: 3%;
	padding-right: 3%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	#page-body {
		max-width: 640px;
	}
}


/* .news-block
------------------------------ */
html {
scroll-behavior:smooth;
}
.news-block {
}

.news-block p {
	line-height: 2;
}

.news-block p b {
	font-size: 105%;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.news-block p em {
	font-weight: 600;
	display: inline-block;
	margin-bottom: 0.6em;
}

.news-block ul {
max-width: 370px;
    margin-inline: auto;
}

.news-block ul li {
	line-height: 1.6;
	margin-bottom: 0.8em;
	text-align: left;
    text-indent: -2.3em;
    padding-left: 1em;
}

.news-block ul li b {
	display: inline-block;
	font-weight: 600;
	width: 2.4em;
	padding-left: 2em;
}
.noveltythumb {
justify-content: center;
  margin-inline: auto;
  align-items: flex-start;
  width: 85%;
  gap:30px;
  display: flex;
}

.noveltydesc {
font-size:11px;
}

.news-block .flex {
justify-content: center;
  margin-inline: auto;
  align-items: flex-start;
  width: 85%;
  display: flex;
}

.checkbtn {
width: 90%;
margin: 0 auto;
}

.checkbtn a,
.checkbtn a.type-rectangle {
	text-decoration: none;
	line-height: 1.2;
	letter-spacing: 0.2em;
	display: block;
	padding: 20px 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	color: #000;
	background: #fff;
	text-align: center;
	border: 1px solid #000;
}

.checkbtn a:hover,
.checkbtn a.type-rectangle:hover {
	color: #fff;
	background: #000;
}

.checkbtn a.type-rectangle span {
	display: inline-block;
	position: relative;	
}

.checkbtn a.type-rectangle::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto 0;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-45deg);
	transition: all 0.3s ease-in-out 0s;
}

.checkbtn a.type-rectangle:hover::after {
	border-color: #fff;
}

.capsule {
width:70%;
margin:0 auto;
}

@media screen and (min-width: 600px) {
	.news-block ul {
		max-width: 470px;
	}
	.news-block ul li {
		padding-left: 2em;
	}
	.news-block ul li b {
		padding-left: 1em;
	}
}

@media screen and (max-width: 420px) {

.news-block .flex {
  width: 100%;
}
.checkbtn a, .checkbtn a.type-rectangle {
  line-height: 1.4;
}

.noveltythumb {
  width: 95%;
  gap: 15px;
}
.noveltydesc {
font-size:9px;
}
.capsule {
  width: 100%;
}
	.news-block ul {
		max-width: 320px;
	}

.news-block ul li {
		text-indent: -1.6em;
		padding-left: 1.6em;
	}
	
.news-block ul li b {
		width: 1.6em;
		text-indent: 0;
		padding-left: 0;
	}

	.news-block ul li br.pc-only,
	.news-block ul li br.sp-only {
		display: none;
	}
}


.contact-block {
}

.contact-block p {
}

.contact-block p em {
}

.contact-block p span {
	font-size: 90%;
}