@charset "UTF-8";

.l-topicPath {
	margin: 36px auto 0;
}

.fwm {
	font-weight: 500;
}

.p-inner {
	width: 1000px;
	margin: 90px auto 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-left {
	width: 600px;
}

.p-h1 {
	font-size: 31px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #2a2a2a;
	position: relative;
  font-family: 'Noto Sans Japanese', sans-serif;
	padding: 0 0 15px;
	border-bottom: 2px solid #161615;
	font-weight: 500;
}

.p-h1::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 240px;
	height: 2px;
	background-color: #dc2f3c;
}

.p-data {
	margin: 25px 0 0;
}

.p-dl {
	font-size: 16px;
	letter-spacing: 0.069em;
	line-height: 1.69;
	color: #2a2a2a;
	margin: 0 0 10px;
}

.p-dl dt {
	font-weight: 700;
	display: inline-block;
	width: 110px;
}

.p-dl dd {
	display: inline-block;
}

.p-bnr {
	text-align: center;
	margin: 50px 0 0;
}

.p-bnr img {
	width: 100%;
}

.p-about {
	margin: 60px 0 0;
	color: #2a2a2a;
}

.p-about-ttl {
	font-size: 23px;
	letter-spacing: 0.05em;
	background-color: #f7f7f7;
	border-left: 10px solid #dc2f3c;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	padding: 16px 0 16px 18px;
}

@media all and (-ms-high-contrast: none){
  .p-about-ttl {
    padding: 24px 0 16px 18px;
  }
}

.p-about-txt {
	font-size: 14px;
	letter-spacing: 0.069em;
	line-height: 1.93;
	margin: 15px 0 0;
}

.p-reccomend {
	margin: 60px 0 0;
	color: #2a2a2a;
}

.p-reccomend-ttl {
	font-size: 20px;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	background-color: #fbe1e3;
	position: relative;
	padding: 4px 0 4px 30px;
}

@media all and (-ms-high-contrast: none){
  .p-reccomend-ttl {
    padding: 12px 0 4px 30px;
  }
}

.p-reccomend-ttl::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 11px;
	height: 4px;
	background-color: #ffffff;
}

.p-reccomend-list {
	font-size: 14px;
	letter-spacing: 0.069em;
	line-height: 1.93;
	margin: 15px 0 0;
}

.p-form {
	width: 350px;
}

/*センタードについて*/
.p-centerd {
	background-color: #f7f7f7;
	padding: 35px 35px;
	box-sizing: border-box;
}

.p-centerd .p-reccomend-ttl {
	background-color: #f7f7f7;
	padding: 0 0 0 15px;
	line-height: 1.3;
}

.p-centerd .p-reccomend-ttl::before {
	width: 6px;
	height: 13px;
	background-color: #dc2f3c;
	bottom: inherit;
}

.p-centerd .p-reccomend-ttl::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 13px;
	background-color: #161615;
	left: 0;
	bottom: 0;
}