@charset "shift-jis";

/* ==========================================================================
   column
   ========================================================================== */
/*共通*/
#contents{
	scroll-behavior: smooth;
}
.secWrap{
	margin-top: 55px;
}
.sectionL {
	margin-bottom: 70px;
}
.sectionL.link{
	margin-bottom: 60px;
	padding-top: 10px;
}
h3{
	font-size: 22px;
	margin-bottom: 15px;
}
h4{
	font-size: 20px;
	margin-bottom: 15px;
}
.fwB{
	font-weight: bold;
}
p.text{
	margin-bottom: 10px;
}
p.small{
	font-size: 12px;
}
p.small a{
	text-decoration: underline;
	text-decoration-thickness: 1px;
	display: inline-block;
}
p.text.small{
	margin-bottom: 20px;
}
ul.list{
	margin: 20px 0;
}
ul.list li{
	margin-bottom: 15px;
}
.wsno{
	white-space: nowrap;
}
.red{
	color: #e83928;
}
.underline{
	text-decoration: underline;
	text-decoration-thickness: 1px;
	display: inline-block;
	border-bottom: none;
}
@media screen and (min-width: 770px) {
	.pc_wsno{
	white-space: nowrap;
}
}
@media screen and (max-width: 769px) {
	.secWrap{
		margin-top: 30px;
	}
	.sectionL{
		margin-bottom: 50px;
	}
	.sectionL.link{
		margin-bottom: 40px;
		padding-top: 10px;
	}
}

/*タイトル・タグ・mv画像*/
.sectionL.columnInfo{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.sectionL.columnInfo .imgBox{
	width: 425px;
}
.sectionL.columnInfo .imgBox img{
	width: 100%;
}
.sectionL.columnInfo .infoBox{
	width: calc(100% - 455px);
	margin-top: 20px;
	margin-left: 30px;
}
.sectionL.columnInfo .infoBox .title{
	margin-bottom: 20px;
}
.sectionL.columnInfo .infoBox .title h1{
	color: #e83928;
	font-weight: bold;
	font-size: 24px;
}
.sectionL.columnInfo .infoBox .year_tag{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.sectionL.columnInfo .infoBox .year_tag .year{
	margin-right: 20px;
}
.sectionL.columnInfo .infoBox .year_tag .tag{
	padding: 1px 10px;
  border-radius: 5px;
}
.sectionL.columnInfo.housework .infoBox .year_tag .tag{
	background-color: #fad7d4;
}
.sectionL.columnInfo.bodycare .infoBox .year_tag .tag{
	background-color: #eca234;
}
@media screen and (max-width: 769px){
	.sectionL.columnInfo .imgBox{
		width: 100%;
	}
	.sectionL.columnInfo .infoBox{
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
}

/*目次*/
.table_contents{
	width: 80%;
	margin: 0 auto 60px;
}
.table_contents .content .table_tlt{
	background-color: #e6716a;
}
.table_contents .content .table_tlt p{
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
}
.table_contents .content .table_txt{
	border: 1px solid #e6716a;
	padding: 15px 25px;
}
.table_contents .content .table_txt ul{
	list-style: none;
}
.table_contents .content .table_txt ul li{
	line-height: 1.5;
	font-size: 16px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.table_contents .content .table_txt ul li .main_heading::before{
	display: block;
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	top: 4px;
	left: 0;
	background-color: #333;
}
.table_contents .content .table_txt ul li .main_heading a{
	text-decoration: underline;
	text-decoration-thickness: 1px;
	display: inline-block;
}
.table_contents .content .table_txt ul li .sub_heading::before{
	display: block;
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	border: solid 2px #333;
	border-radius: 50%;
	top: 3px;
	left: 0;
	background-color: #fff;
}
.table_contents .content .table_txt ul li .minor_heading::before{
	display: block;
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border: solid 2px #333;
	top: 4px;
	left: 0;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 769px){
	.table_contents{
		width: 100%;
		margin: 0 auto 40px;
	}
	.table_contents .content .table_txt ul li{
		font-size: 16px;
	}
	.table_contents .content .table_txt ul li .main_heading::before{
		width: 1em;
		height: 1em;
		top: 0.3em;
	}
	.table_contents .content .table_txt ul li .sub_heading::before{
		width: 0.8em;
		height: 0.8em;
		top: 0.3em;
	}
	.table_contents .content .table_txt ul li .minor_heading::before{
		width: 0.6em;
		height: 0.6em;
		top: 0.3em;
	}
}

/*コンテンツ部分*/
.sectionL .thoughtsBox{
	text-align: center;
}
.sectionL .thoughtsBox .img{
	margin: 20px auto;
	width: 440px;
}
.sectionL .thoughtsBox .img img{
	width: 100%;
}
.sectionM{
	margin: 30px 0 0;
	padding-top: 10px;
}
.sectionS{
	margin: 20px 0 0;
	padding-top: 10px;
}
.columnTable{
	margin-bottom: 10px;
	width: 100%;
}
.columnTable th{
	background-color: #f7f7f7;
}
.columnTable th, .columnTable td{
	padding: 10px 20px;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
}
.columnTable td.aL{
	text-align: left;
}
@media screen and (max-width: 769px) {
	.sectionL .thoughtsBox .img{
		margin: 20px auto;
		width: 100%;
	}
}

/*一覧を見るボタン*/
#pd_btn_area {
	display: flex;
	justify-content: center;
}
#pd_btn_area .btnPrice {
	margin: 60px 40px;
}
.btn_bd_red {
	position: relative;
	display: inline-block;
	width: 195px;
	font-size: 16px;
	color: #e83928;
	text-align: center;
	border: 2px solid #e83928;
	background-color: #fff;
	border-radius: 30px;
	padding: 12px 50px;
}
.btn_bd_red:hover {
	background-color: #fdefee;
}
.index_sp-only{
	display: none;
}

@media screen and (max-width: 769px) {
	#pd_btn_area {
		flex-direction: column;
		width: 100%;
		margin: 50px 0 0;
	}
	#pd_btn_area .btnPrice {
		text-align: center;
		margin: 8px 0;
	}
	.btn_bd_red {
		position: relative;
		display: inline-block;
		width: 100%;
		font-size: 16px;
		color: #e83928;
		border: 2px solid #e83928;
		background-color: #fff;
		border-radius: 30px;
		padding: 12px 0;
	}
}