@charset "utf-8";

/*-----------------------------------------------------------------------*/
/*【article】*/
/*-----------------------------------------------------------------------*/
article {
	margin-top:0;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.img_pc {
	display: block !important;
}
.img_sp {
	display: none !important;
}

div.width section {
	margin-bottom: 70px;
}
.r_list li::marker {
	list-style-type:none;
	padding-left: 0;
}

/*-----------------------------------------------------------------------*/
/*【index_report】*/
/*-----------------------------------------------------------------------*/

.r_list ul {
	display: table;
	width: 100%;
	padding-inline-start: 0;
	margin: 30px 0 0;
}
.r_list ul:first-child {
	margin-top: 0;
}
.r_list li {
	display: table-cell;
	width: 50%;
	height: auto;
}
.r_list li:nth-child(odd) {
	padding-left: 0;
	margin-right: 26px;
}
.r_list li:not(.not):hover {
	background-color: #c4c4c4;
	color: #c4c4c4;
	opacity: 0.5;
	transition: all .3s;
}
.r_list img {
	width: 360px;
	height: auto;
}
.l_title {
	font-family: "Sawarabi Mincho";
	font-size: 1.2em;
	color: #666666;
	margin-bottom: 0;
}
.l_detail {
	color: #666666;
	margin: 5px 0 0;
}
.l_watch {
	width: 50%;
	margin: 0 auto;
}
.l_watch_p {
	position: relative;
	color: #b42e28;
	text-align: center;
}
.l_watch_p::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "\f105";
    font-family: FontAwesome;
}

@media print,screen and (max-width:769px) {
	.r_list ul, .r_list li {
		display: block;
		width: 100%;
	}
	.r_list li {
		margin-top: 30px;
	}
	.r_list img {
		width: 100%;
		height: auto;
	}
	.l_title , .l_detail {
		text-align: center;
	}
	.l_watch_p {
		text-align: left;
	}
}

/*-----------------------------------------------------------------------*/
/*パーティー詳細ページ*/
/*【report_detail】*/
/*-----------------------------------------------------------------------*/

/*report_head*/
.report_head {
	text-align: center;
	font-weight: normal;
	font-family: "Sawarabi Mincho";
	margin: auto;
	padding-top: 95px;
}
.report_head .catch {
	color: #e0b86e;
	letter-spacing: 0.1em;
}
.report_head em {
    display: block;
    width: 50px;
    height: 0;
    margin: -20px auto 0;
	border-bottom: 1px solid #666;
}
.report_head span {
	color: #666;
	font-size: 0.6em;
}

/*catch*/
.c_head p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.c_head p.catch {
	margin: 20px auto 10px;
}
.c_head p.c_name {
	margin-bottom: 15px;
}

/*-----------------------------------------------------------------------*/
/*d_style*/
/*-----------------------------------------------------------------------*/

.s_table dl {
	width: 100%;
	display: table;
	border-bottom: 1px dotted #666;
}
.s_table dt, .s_table dd {
	display: table-cell;
	text-align: left;
}
.s_table dt {
	width: 25%;
	padding-left: 5px;
}
.s_table dD {
	width: 75%;
}

/*-----------------------------------------------------------------------*/
/*【qa_detail】*/
/*-----------------------------------------------------------------------*/
.qa_detail .q {
	padding: 40px 0 10px;
}
.qa_detail .a {
	font-family: "Sawarabi Mincho";
	font-size: 1.5em;
	color: #b42e28;
	line-height: 1.5em;
}

/* b_back */
.b_back {
	width: 50%;
    position: relative;
    margin: 100px auto 50px;
}
.b_back a {
	display: block;
    border: 1px solid #9d0811;
    background-color: #9d0811;
    color: #fff;
	text-align: center;
	font-weight:normal;
	font-size:1.077em;
	margin:0;
	margin-right:10px;
	padding:10px;
	text-decoration:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.b_back a:hover {
	color: #9d0811;
	background:#fff;
	transition: all .3s;
}
.b_back a:after {
	position: absolute;
	top: 21%;
    right: 30%;
	content: "\f105";
	font-family: FontAwesome;
}

@media print,screen and (max-width:769px) {
	.report_head {
		padding-top: 20px;
	}
	.c_head p.c_name {
		text-align: center;
	}
	.s_table dt {
		width: 45%;
		padding-left: 5px;
	}
	.s_table dD {
		width: 55%;
	}
	.qa_detail .q:first-child {
		padding: 20px 0 10px;
	}
	.b_back {
		width: 80%;
		position: relative;
		margin: 100px auto 50px;
	}
	.b_back a:after {
		position: absolute;
		top: 21%;
		right: 15%;
	}
}