@charset "utf-8";
@media screen and (max-width : 768px){

  #contents_area .switch_sp {
		display: block !important;
	}

	#contents_area .switch_pc {
		display: none !important;
	}

	br { display: none;}
	br.sp {display: block;}

	img { width: 100%;}


	.section {
		margin-bottom: 50px;
		padding: 50px 0;
	}

	.section h3 {
		margin: 0 25px 30px;
		font-size: 23px;
		text-align: center;
	}

	.section h3 span {
		display: inline-block;
		padding: 0 10px ;
		white-space: nowrap;
	}

	/*item_wrap*/

	#item_wrap{
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.item_list{
		width: 100%;
    margin: 0 auto;
		padding: 15px 15px 8px;
		box-sizing: border-box;
	}

	.category-list_wrap {
		width: 90.66666%;
		margin: 0 auto;
		transform: rotate(0.05deg);
		display: flex;
		flex-wrap: wrap;
    align-items: center;
		gap: 15px;
	}

	.category-list_wrap li {
		width: calc(50% - 8px);
	}

	#contents_area .category-list_wrap li a {
		overflow: visible;
		float: none;
    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: 4px 2px 3px 4px;
		display: flex;
		align-items: center;
		word-break: break-all;
		width: 100%;
		box-sizing: border-box;
		height: 30px;
	}

	#contents_area .category-list_wrap li a .ttl_line {
		border-left: 2px solid #fff;
		padding-left: 3px;
		height: 19px;
	}

	#contents_area .category-list_wrap li a .text p {
		font-size: 11px; 
		font-size: 2.8vw;
		margin-top: 0;
		width: 100%;
		line-height: 1.0;
		letter-spacing: -0.5px;
		transform: scale(0.98, 1);
		margin-left: -0.2em;
	}

	#contents_area .category-list_wrap li a .line2 p {
         font-size: 11px;
        font-size: 2.7vw;
        margin-left: -0.2em;
	}



	.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;
	}

	#contents_area .category-list_wrap br{
		display: block !important;
	}


	/* ----------------------------------------
		cta, footer
	---------------------------------------- */

	#cta_footer{
		padding: 0;
	}

	.cta .box:last-child {
		margin-top: 0;
		margin-bottom: 0;
}

	.cta .box div {
		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 {
		padding-bottom: 60px;
		background: #fff;
	}

	footer .guaranteed {
		margin-bottom: 0;
	}

	#section_caution {
		width: 100%;
		margin: 0px auto 50px;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.section .caution {
		font-family: var(--font-light);
		font-size: 12px;
		line-height: 20px;
	}

	.section .caution li {
		text-indent: -1em;
		padding-left: 1em;
	}

	.block_inner {
		width: 90.66666%;
		margin: auto;
	}

}
