@charset "utf-8";
/* 2023.04.20 Add */
#rContent .section {
	font-size: 0.94rem;
	line-height: 1.6;
	padding: 0 20px 20px;
}
.logo_if_designaword2023 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
p + .noteNum1,
p + .notesList {
	margin-top: 1em;
	font-size: 85%;
}
.sup {
	font-size: 0.83em;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
}
.notesList li {
	padding-left: 1em;
	text-indent: -1em;
}

.movTtl {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 0.5em;
}
.mov__Area {
	margin: 0 auto 2em;
}
.mov__wrap {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.mov__wrap iframe {
	width: 100%;
	height: 100%;
}
.thumbSlide__wrap img {
	vertical-align: bottom;
}
.thumbSlide-thumb .slick-slide {
	opacity: 0.6;
	cursor: pointer;
}
.thumbSlide-thumb .slick-slide.slick-current {
	opacity: 1;
}
.slide-cap {
	text-align: center;
	margin: 0.5em 0 1em;
}
.thumbSlide-cap {
	margin-top: 1em;
	padding: 0 1em;
}
.productPicture {
	text-align: center;
	margin-bottom: 1em;
}
.main_image .caption {
	text-align: center;
	margin-bottom: 1.5em;
}
#first_page .notes {
	font-size: 85%;
	margin-top: 1em;
}
#first_page .notes .notes1 {
	padding-left: 2.15em;
	text-indent: -2.15em;
	margin-bottom: 0.5em;
}
#first_page .notes .notes1:last-child {
	margin-bottom: 0;
}
/* アンカーリンク */
.ancLinkListWrap {
	width: 100%;
	background-color: #f3f3f3;
	margin-bottom: 2em;
}
.ancLinkListWrap .inner__contents {
	padding: 10px 0;
}
.ancLinkList {
	display: flex;
	justify-content: center;
}
.ancLinkList > li a {
	text-decoration: none;
	display: block;
	line-height: 1;
	background-color: #fff;
	color: #000;
	text-align: center;
	padding: 0.5em 0.25em;
}
/* Title */
.sectionTtlH2 {
	width: 100%;
	background-color: #f3f3f3;
	text-align: center;
	font-weight: bold;
	padding: 0.5em;
	margin-bottom: 1em;
	box-sizing: border-box;
}
.sectionSTtlH3,
.rBlockTitArea .rBlockTit {
	background-color: #ebeef0;
	color: #333;
	font-weight: bold;
	padding: 0.75em 0.5em 0.75em 0.75em;
	border-left: 6px solid #295e71;
}
.sectionSTtlH3,
.rBlockTitArea {
	margin-bottom: 1.5em;
}
.ttlH4 {
	margin-bottom: 1em;
}
.ttlH5,
.ttlH6 {
	margin-bottom: 0.5em;
}
.ttlH4 .hn,
.ttlH5 .hn,
.ttlH6 .hn {
	font-weight: bold;
	line-height: 1.4;
}
.ttlH4 .hn {
	color: #ffae00;
}
/*.ttlH6 .hn {
	padding-left: 1em;
	position: relative;
}
.ttlH6 .hn::before {
	content: '';
	width: 0.6em;
	height: 2px;
	background-color: #000;
	display: block;
	position: absolute;
	left: 0;
	top: 0.6em;
}*/
.sTtl {
	font-weight: bold;
	margin-bottom: 0.25em;
}
/* レイアウト */
.u-align_c {
	text-align: center !important;
}
.u-mb_0 {
	margin-bottom: 0 !important;
}
.caption {
	margin-top: 0.5em;
}
.ulType01 > li {
	font-size: 1.1rem;
	text-indent: -1em;
	padding-left: 1em;
}
.ulType01 > li::before {
	content: '・';
	color: #c60d0d;
}
.ulType01 > li:not(:last-of-type) {
	margin-bottom: 0.5em;
}
/* table */
.table3divisions {
	width: 100%;
	border-collapse: collapse;
}
.table3divisions thead {
	border-bottom: #fff 10px solid;
}
.table3divisions tr {
	border-bottom: #fff 5px solid;
}
.table3divisions tr:last-child {
	border-bottom: none;
}
.table3divisions th {
	background-color: #333;
	color: #fff;
	font-weight: normal;
}
.table3divisions td {
	background-color: #f3f3f3;
}
.table3divisions th,
.table3divisions td {
	width: 33.33%;
	text-align: center;
	padding: 0.5em;
	border-right: #fff 5px solid;
}
.table3divisions th:last-child,
.table3divisions td:last-child {
	border-right: none;
}

@media screen and (max-width: 767px) {
.logo_if_designaword2023 {
	max-width: 60%;
	padding-top: 10px;
}
.thumbSlide-thumb .slick-slide {
	width: calc(100% / 3) !important;
}
.slide-cap,
.thumbSlide-cap {
	text-align: left;
	padding: 0 0.5em;
}
body.responsive-sp .section .rBlockTitArea {
	margin-bottom: 10px;
}
/* アンカーリンク */
.ancLinkList > li {
	width: 22%;
	margin: 0 0.5%;
}
.ancLinkList > li a {
	font-size: 0.9rem;
}
/* Title */
.sectionTtlH2 {
	font-size: 1.3rem;
	width: calc(100% + 30px);
	margin-left: -15px;
}
.sectionSTtlH3,
.rBlockTitArea .rBlockTit {
	font-size: 1rem;
}
.ttlH4 .hn {
	font-size: 1.2rem;
}
.ttlH5 .hn {
	font-size: 1.1rem;
}
.ttlH6 .hn {
	font-size: 1rem;
}
/* レイアウト */
.txt50PerFL,
.img50PerFL,
.txt70PerFL {
	margin-bottom: 1em;
}
.img30PerFR {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#rContent .section ul li {
	font-size: 0.94rem;
}
}
@media print, screen and (min-width: 768px) {
.logo_if_designaword2023 {
	max-width: 290px;
}
.movTtl {
	font-size: 138.5%;
}
.mov__Area {
	max-width: 560px;
}
/* アンカーリンク */
.ancLinkList > li {
	width: 19.8%;
	margin: 0 0.25%;
}
.ancLinkList > li a {
	font-size: 1.1rem;
	transition: 0.3s;
}
/* Title */
.sectionTtlH2 {
	font-size: 1.375rem;
	width: calc(100% + 40px);
	margin-left: -20px;
}
.sectionSTtlH3,
.rBlockTitArea .rBlockTit {
	font-size: 1.125rem;
}
.ttlH4 .hn {
	font-size: 1.5rem;
}
.ttlH5 .hn {
	font-size: 1.2rem;
}
.ttlH6 .hn {
	font-size: 1rem;
}
/* レイアウト */
.txt50PerFL {
	float: left;
	width: 44.6%;
}
.img50PerFR {
	float: right;
	width: 50%;
}
.img50PerFL {
	float: left;
	width: 50%;
}
.list50PerFR {
	float: right;
	width: 44.6%;
}
.imgListHalf {
	display: flex;
	flex-wrap: wrap;
}
.imgListHalf > li {
	width: 50%;
}
.txt70PerFL {
	float: left;
	width: 64.6%;
}
.img30PerFR {
	float: right;
	width: 30%;
}
#rContent .section ul li {
	font-size: 0.94rem;
}
}
@media (hover: hover) {
.ancLinkList > li a:hover {
	background-color: #cacaca;
}
}