@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

:root {
	--basic-color:#068bd0;
}


/*===========================
infoWrap
===========================*/
.infoWrap .cat{
	font-size: 0.8em;
}

.infoWrap .cat a{
	background-color: var(--basic-color);
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}

.infoWrap .det-box a{
	text-decoration: none;
	display: block;
	color: #000;
}

.infoWrap .det-box .b-title{
	margin-bottom: 10px;
	font-weight: bold;
	color: var(--basic-color);
	font-size: 1.2em;
}


@media screen and (min-width: 601px) {
	.infoWrap li{
		position: relative;
	}

	.infoWrap .cat{
		position: absolute;
		top: 5px;
		left: 5px;
	}

	.infoWrap .det-box a::after{
		content: "";
		display: block;
		clear: both;
	}

	.infoWrap .det-box .thum-box{
		width: 25%;
		float: left;
	}
	.infoWrap .det-box .txt-box{
		width: 70%;
		float: right;
	}
}

@media screen and (min-width: 601px) and (max-width: 768px) {
	.infoWrap .cat{
		position: absolute;
		top: 0;
		left: 3px;
	}
}

@media screen and (max-width: 768px) {
	.infoWrap .cat{
		font-size: 0.7em;
	}

	.infoWrap .cat a{
		padding: 3px 5px;
	}

	.infoWrap .det-box .b-title{
		font-size: 1.0em;
	}
}

@media screen and (max-width: 600px) {
	.infoWrap .cat{
		margin-bottom: 8px;
	}

	.infoWrap .det-box .thum-box{
		margin-bottom: 10px;
	}
}




/*===========================
box1
===========================*/
.box1 .in{
	position: relative;
	padding-left: 80px;
	margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
	.box1 .in{
		position: relative;
		padding-left: 0;
		padding-top: 60px;
		margin-bottom: 30px;
	}
}

.box1 .in:last-child{
	margin-bottom: 0 !important;
}

.box1 .in p.catch3{
	margin-bottom: 5px !important;
}

@media screen and (max-width: 600px) {
	.box1 .in p.catch3{
		text-align: center;
	}
}

.box1 .in p.num{
	position: absolute;
	left: 0;
	top: 0;
  bottom: 0;
  margin: auto 0;

	width: 60px;
  height: 60px;
  padding-top: 15px;
  background-color: var(--basic-color);
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
}

@media screen and (max-width: 600px) {
	.box1 .in p.num{
		left: 0;
		top: 0;
		right: 0;
		margin: 0 auto;

		width: 50px;
  	height: 50px;
		padding-top: 10px;
	}
}



/*===========================
wf
===========================*/
.wf-t-all ,ul.wf-t-all {
	width: fit-content;
	margin: auto;
}

@media screen and (min-width: 769px) {
	ul.wf-t,	ol.wf-t{
		width: fit-content;
		margin: auto;
	}
}


@media screen and (min-width: 601px) {
	ul.wf-pcONtabletONspOFF {
		width: fit-content !important;
		margin: auto !important;
	}
}


/*===========================
title-af-none
===========================*/
.title-af-none{
	text-shadow: none;
}
.title-af-none:after{
	content: none;
}




/*===========================
width
===========================*/
@media screen and (max-width: 768px) {
	.w100Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}
}


/*===========================
onOff
===========================*/
.pcOFFtabletONspOFF{display: none !important;}
.pcOFFtabletOFFspON{display: none;}

@media screen and (min-width: 769px) {
	.pcOFFtabletONspON{display: none !important;}
}

@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block !important;}
	.pcOFFtabletOFFspON{display: none;}
	.pcONtabletOFFspOFF{display: none !important;}
}

@media screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none !important;}
	.pcOFFtabletOFFspON{display: block;}
	.pcONtabletONspOFF{display: none;}
}

.changeCard {
	max-height: 450px;
	overflow-y: scroll;
}