/* メインカラムをトップページのみ752pxにする */
#rwdMain {
	width: 758px;
}

.disNone {
	display: none;
}

/* 新着記事 */
#top,
#rwdSide {
	margin: 30px 0 0 0;
}

.top01 h2,
.top02 h2,
.top03 h2,
.top04 h2,
.p-home4 h2,
.p-home5 h2,
.p-home6 h2 {
	font-size: 124%;
	font-weight: bold;
	background: url(../images/ico_top01.svg) no-repeat left center;
	background-size: 15px auto;
	padding-left: 22px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.top02 h2 {
	background: url(../images/ico_top02.svg) no-repeat left center;
	background-size: 17px auto;
}
.top03 h2 {
	background: url(../images/ico_top03.svg) no-repeat left center;
	background-size: 22px auto;
	padding-left: 28px;
}
.top04 h2 {
	background: url(../images/ico_top04.svg) no-repeat left center;
	background-size: 21px auto;
	padding-left: 28px;
}
.top03 h2.icoTop06 {
	background: url(../images/ico_top01.svg) no-repeat left center;
	background-size: 15px auto;
	padding-left: 22px;
}
.p-home4 h2 {
	background: url(../images/ico_top06.svg) no-repeat left center;
	background-size: 20px auto;
	padding-left: 28px;
}
.p-home5 h2 {
	background: url(../images/ico_top07.svg) no-repeat left center;
	background-size: 22px auto;
	padding-left: 28px;
}
.p-home6 h2 {
	background: url(../images/ico_top08.svg) no-repeat left center;
	background-size: 16px auto;
	padding-left: 22px;
	margin-bottom: 0;
}

.top01 h2 span.listLink,
.top02 h2 span.listLink,
.top03 h2 span.listLink,
.top04 h2 span.listLink,
.top05 h2 span.listLink,
.p-home4 h2 span.listLink,
.p-home5 h2 span.listLink {
	line-height: 2;
	font-size: 75%;
	font-weight: normal;
}

.top01 h2 span a,
.top02 h2 span a,
.top03 h2 span a,
.top04 h2 span a,
.p-home4 h2 span a,
.p-home5 h2 span a {
	color: #3385e2;
	text-decoration: underline;
}

.top05 h2 span a {
	color: #000;
	text-decoration: underline;
}



.newsSlider {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.newsSlider picture {
	width: 430px;
	height: 286px;
	object-fit: cover;
}

.newsSlider picture img {
	width: 430px;
	height: 286px;
	object-fit: cover;
}

.sliderList {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.newsSlider ul {
	width: 328px;
}

.newsSlider ul li {
	position: relative;
	display: block;
	font-size: 116%;
	height: 57.2px;
	padding: 0;
	font-weight: bold;
	box-sizing: border-box;
}

.newsSlider ul li span.date {
	position: absolute;
	right: 6px;
	bottom: 7px;
	font-weight: normal;
	display: block;
	font-size: 75%;
	color: #777;
	letter-spacing: -0.04em;
}

.newsSlider ul li span.new {
	color: #fff;
	background-color: #e50000;
	padding: 2px 4px;
	font-size: 9px !important;
	font-weight: bold;
	margin-left: 4px;
}
.newsSlider ul li a {
    font-size: 14px;
    line-height: 1.4;
	height: 57.2px;
	padding: 10px 6px 0px 16px;
	display: block;
	color: #000;
	box-sizing: border-box;
	opacity: 1.0;
}
.sliderList li a:hover {
	background: #f0f0f0;
	transition: all 0.3s ease;
}
.sliderList li a.acti {
	background: #fbcd00;
	transition: all 0.3s ease;
}
.sliderThumnb {
	width: 0px;
	height: 0px;
	overflow: hidden;
}


.top02 {
	background-color: #f7f7f7;
	border-left: 6px solid #fbcd00;
	padding: 20px;
	margin-top: 30px;
}

.top02_first_post {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top02_first_post .thumbnail {
	width: 215px;
	height: 144px;
	overflow: hidden;
}

.top02_first_post .txt {
	width: 475px;
}

.top02_first_post .txt h3 {
	font-size: 139%;
	line-height: 1.3;
	font-weight: bold;
	padding-bottom: 6px;
}

.top02_first_post .txt h3 a {
	color: #000;
}

.top02_first_post .txt p.lead {
	font-size: 108%;
}

.top02_first_post .txt p.date {
	font-size: 93%;
	color: #777;
	letter-spacing: -0.04em;
	padding-top: 5px;
}

.top02_first_post .txt p.date span.cate {
	color: #fff;
	background-color: #00a1b2;
	padding: 2px 8px;
	font-size: 9px !important;
	font-weight: bold;
	margin-left: 6px;
	letter-spacing: 0;
}
.top02_first_post .txt p.date span.cate a {
	color: #fff;
}

.top02_post {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top02_post_item {
	width: 345px;
	display: flex;
	justify-content: space-between;
	padding-top: 12px;
	margin-top: 12px;
	border-top: 1px solid #ddd;
}

.top02_post_item .txt {
	width: 250px;
}

.top02_post_item .txt h3 {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 6px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.top02_post_item .txt h3 a {
	color: #000;
}

.top02_post_item .txt p.date {
	font-size: 93%;
	color: #777;
	letter-spacing: -0.04em;
}

.top02_post_item .txt p.date span.cate {
	color: #fff;
	background-color: #00a1b2;
	padding: 2px 8px;
	font-size: 9px !important;
	font-weight: bold;
	margin-left: 6px;
	letter-spacing: 0;
}
.top02_post_item .txt p.date span.cate a {
	color: #fff;
}

.top03 {
	margin: 30px 0 0 0;
}

.top03_post {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top03_post_item {
	width: 176px;
}

.top03_post_item figure {
	width: 176px;
	height: 118px;
	overflow: hidden;
}

.top03_post_item figure img {
	min-width: 176px;
	min-height: 118px;
	object-fit: cover;
}

.top03_post_item p.date {
	font-size: 93%;
	color: #777;
	letter-spacing: -0.04em;
	padding: 8px 0 0px 0;
}

.top03_post_item p.cate {
	display: inline-block;
	color: #fff;
	background-color: #00ae64;
	padding: 2px 8px;
	font-size: 9px !important;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 6px;
}
.top03_post_item p.cate a {
	color: #fff;
}

.top03_post_item h3 {
	font-size: 108%;
	line-height: 1.5;
	font-weight: bold;
}

.top03_post_item h3 a {
	color: #000;
}

.top03 {
	margin: 30px 0 0 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: block;
}

.top04 {
	margin: 30px 0 0 0;
}

.top04_post {
	clear: both;
	margin: 0;
}

.top04_post_item {
	position: relative;
	width: 251px;
	height: 165px;
	margin-bottom: 2px;
	overflow: hidden;
	float: left;
}

.top04_post div.top04_post_item:nth-child(5) {
	margin-left: 2px;
	margin-right: 2px;
}

.top04_post_item .txt {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8px 16px;
	background-color: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
}

.top04_post div.top04_post_item figure img {
	width: 251px;
	height: 165px;
	object-fit: cover;
}

.top04_post div.top04_post_item:first-child {
	width: 504px;
	height: 332px;
	margin: 0 2px 2px 0;
	overflow: hidden;
}

.top04_post div.top04_post_item:first-child img {
	width: 504px;
	height: 332px;
	object-fit: cover;
}

.top04_post_item .txt h3 {
	color: #fff;
	font-size: 108%;
	line-height: 1.3;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.top04_post_item .txt h3 a {
	color: #fff;
}

.top04_post_item .txt p {
	font-size: 77%;
	color: #fff;
}

.top04_post_item .txt p span {
	background: linear-gradient(transparent 60%, #008982 60%);
}
.top04_post_item .txt p span a {
	color: #fff;
}



.top05 {
	margin: 40px 0 0 0;
	clear: both;
	background-color: #fffff9;
	border: 1px solid #f6dd38;
}

.top05 h2 {
	font-size: 124%;
	font-weight: bold;
	background: url(../images/ico_top05.svg) no-repeat 12px center #fbcd00;
	background-size: 17px auto;
	padding: 8px 12px 8px 34px;
	display: flex;
	justify-content: space-between;
}

.top05_post {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 12px;
}

.top05_post_item {
	width: 234px;
}

.top05_post_item figure {
	width: 234px;
	height: 156px;
	overflow: hidden;
}

.top05_post_item figure img {
	min-width: 234px;
	min-height: 156px;
	object-fit: cover;
}

.top05_post_item p.date {
	font-size: 93%;
	color: #777;
	letter-spacing: -0.04em;
	padding: 8px 0 4px 0;
}

.top05_post_item p.date span.cate {
	color: #fff;
	background-color: #196dbf;
	padding: 2px 8px;
	font-size: 9px !important;
	font-weight: bold;
	margin-left: 6px;
	letter-spacing: 0;
}
.top05_post_item p.date span.cate a {
	color: #fff;
}

.top05_post_item h3 {
	font-size: 108%;
	line-height: 1.4;
	font-weight: bold;
}

.top05_post_item h3 a {
	color: #000;
}

.top03_post_item p.cate.tagClrPin {
	background-color: #fc4c66;
}

.top03_post_item p.cate.tagClrPur {
	background-color: #b056d6;
}

.top03_post_item p.cate.tagClrOra {
	background-color: #f48619;
}




.p-home4 {
	margin-top: 40px;
}

.p-home4 .c-title3 {
	margin-bottom: 15px;
}

.p-home4__lists {
	display: flex;
	justify-content: space-between;
}

.p-home4__lists .c-list4 {
	width: 49%;
}
.c-list4__title {
	font-size: 124%;
	line-height: 1.5;
	color: #2d2d2d;
	margin-bottom: 6px;
	padding-left: 4px;
}

.c-list4__lists {
	display: flex;
	flex-wrap: wrap;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.c-list4__lists .c-item2 {
	width: 33.333%;
	padding: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}
.c-item2 a {
    text-decoration: none;
    display: block;
	background-color: #fff;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    /* -webkit-box-shadow: 0 0 2px 2px rgb(194 194 194 / 16%);
    box-shadow: 0 0 2px 2px rgb(194 194 194 / 16%); */
}
.c-item2__img {
	padding-top: 12px;
	text-align: center;
}
.c-item2__img img {
    width: 60%;
}
.c-item2__content {
    text-align: center;
    padding: 5px 5px 10px;
}
.c-item2__content-name {
    font-size: 85%;
    font-weight: 700;
    color: #707070;
    font-family: "メイリオ", Meiryo, sans-serif;
}
.c-item2__content-times {
    font-size: 85%;
    color: #999;
}


.c-tab1__tab {
	overflow: hidden;
	border: 1px solid #f6dd38;
}

.c-tab1__list {
	display: flex;
	left: 0;
	position: relative;
}

.c-tab1__list li {
	padding: 4px 0 3px;
	position: relative;
}

.c-tab1__list li.is-active,
.c-tab1__list li:hover {
	background-color: #f6dd38;
}

.c-tab1__list li.is-active a,
.c-tab1__list li:hover a {
	color: #000;
	border-color: transparent !important;
}

.c-tab1__list li:not(:last-child) a {
	border-right: 1px solid #f6dd38;
}

.c-tab1__list .is-next::before {
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left-color: #787878;
	content: "";
}

.c-tab1__list .is-next:hover::before {
	border-left-color: #fff;
}

.c-tab1__list .is-next a {
	padding-left: 20px;
}

.c-tab1__list .is-prev::before {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	margin-top: -5px;
	border: 5px solid transparent;
	border-right-color: #787878;
	content: "";
}

.c-tab1__list .is-prev:hover::before {
	border-right-color: #fff;
}

.c-tab1__list .is-prev a {
	padding-right: 20px;
}

.c-tab1__list a {
	display: block;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	padding: 0 15px;
	white-space: nowrap;
}


.c-tab1 .tab-box {
	display: none;
	overflow: hidden;
}

.c-tab1 .tab-box:nth-child(1) {
	display: block;
}

.c-tab1__box {
	display: flex;
}

.c-tab1__box .c-item3 {
	text-align: center;
	width: 20%;
	margin: 20px 0 0 0;
}

.c-tab1__box .c-item3:not(:last-child) {
	border-right: 1px solid #ddd;
}

.c-item3 a {
	text-decoration: none;
	display: block;
}

.c-item3 a:hover {
	opacity: 0.4;
}

.c-item3__img {
	text-align: center;
	position: relative;
	padding-top: 6px;
}

.c-item3__icon {
	position: absolute;
	top: 4px;
	left: 8px;
	width: 21px;
	height: 21px;
	background-color: #666;
	color: #fff;
	font-size: 93%;
	font-weight: 700;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
}

.c-item3__content {
	padding: 0 12px 3px;
}

.c-item3__content-model {
	font-size: 93%;
	color: #999;
	margin-bottom: -1px;
	padding-top: 10px;
}

.c-item3__content-name {
	font-size: 116%;
	font-weight: 700;
	color: #2d2d2d;
	line-height: 1.5;
	padding-top: 3px;
}

.c-item3__content-price {
	line-height: 1;
}

.c-item3__content-price span {
	font-size: 77%;
	color: #2d2d2d;
}

.top-ad{
	margin: 30px 0px;
}

.p-home5,
.p-home6{
	margin-top: 40px;
}