@charset "utf-8";
:root {
	--crvefev-color-blue: #4caffc;
}

@media print, screen and (min-width : 769px){

	.switch_pc {
		display: block !important;
	}

	.switch_sp {
		display: none !important;
	}

	.link {
		margin: 0 auto 20px;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}

	.link a {
		padding-right: 26px;
		color: #0064a1;
		display: inline-block;
	}

	.link a:after{
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background-image: url(/ACCESS/cr-v-efcev/common/img/parts_ico_btn_detail_arrow.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 20px 20px;
		position: relative;
		top: 4px;
		right: -5px;
	}
	/* メインビジュアル */
	#main_visual {
		overflow: hidden;
    position: relative;
    /*background: #000;*/
	}

	@media print, screen and (max-width : 1920px){
		.main_thum{
			display: flex;
			justify-content: center;
			position: relative;
		}
	}

	.main_thum picture {
    display: inline-block;
	}

	.main_thum img {
    width: 100%;
    vertical-align: bottom;
	}

	@media print, screen and (max-width : 1920px){
		.main_thum img {
			min-width: 1920px
		}
	}

	/*section*/
	.section{
		margin-bottom: 0;
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.section h3 {
		margin: 0 auto 70px;
		font-size: 38px;
		font-weight: normal;
		text-align: center;
}

	.section h3 span {
		display: inline-block;
		padding: 0 40px ;
	}

	/*item_wrap*/

	#item_wrap{
		padding-bottom: 0;
	}

	.item_list{
		width: 980px;
    margin: 0 auto;
		padding: 15px 15px 8px;
		box-sizing: border-box;
	}

	.category-list_wrap {
    transform: rotate(0.05deg);
		display: flex;
		flex-wrap: wrap;
    align-items: center;
		gap: 10px;
	}

	.category-list_wrap li {
    width: 230px;
	}

	#contents_area .category-list_wrap li a {
    overflow: hidden;
    float: left;
    color: #fff;
    text-decoration: none;
    position: relative;
	}

	#contents_area .category-list_wrap li a:hover{
		opacity: 1;
	}

	.category-list_wrap li a:hover::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    box-shadow: 0 0 0 4px #c00 inset;
	}

	#contents_area .category-list_wrap li a .text {
    background: #373737;
    padding: 6px 6px 6px 6px;
    display: flex;
    align-items: center;
    height: 25px;
    word-break: break-all;
    width: 220px;
	}

	#contents_area .category-list_wrap li a .ttl_line {
    border-left: 3px solid #fff;
    padding-left: 5px;
    height: 27px;
	}

	#contents_area .category-list_wrap li a .line2 p {
    font-size: 14px;
    line-height: 1.0;
	}

	#contents_area .category-list_wrap li a .text p {
    font-size: 14px;
	}

	.category-list_wrap li a .thumb {
    background: #959492;
    padding: 0 1px 1px;
    position: relative;
	}

	.category-list_wrap li a .thumb img {
		vertical-align: bottom;
		width: calc(100% - 2px);
    border: 1px solid #fff;
	}

	/* ----------------------------------------
		cta, footer
	---------------------------------------- */

	.cta .box div {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 80%;
		padding: 12px 22px;
		border: 2px solid var(--crvefev-color-blue);
		border-bottom-width: 0;
		background: #fff;
	}

	#footer_topic_path {
		margin-top: 80px;
	}

	#contents_area footer {
		margin-bottom: 0;
		padding-bottom: 110px;
		background: #fff;
	}

	#section_caution {
		max-width: 980px;
		padding: 0 15px 0;
		margin: 20px auto 0;
		box-sizing: border-box;
	}

	.section .caution {
		font-family: var(--font-light);
		font-size: 12px;
		line-height: 20px;
	}

	.block_inner {
		width: 980px;
		margin: auto;
	}

}