
/*=================================================
 * CSS for PC
 * ================================================= */

#cnt{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** ibox **/

.ibox{
	text-align: left;
}

.ibox:last-of-type{	margin-bottom: 0;}

.ibox_in{
	border-width: 1px;
	border-style: solid;
	padding: 30px 40px 40px 40px;
}

.ititle{
	position: relative;
	margin: 0 0 25px 0;
}

.ititle h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 0 35px;
}

.ititle p{
	font-size: 13px;
	line-height: 20px;
}

.ititle .icon{
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	border-radius: 2px;
	top: 0;
	left: 0;
}
.ititle .icon:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	position: absolute;
	top: calc(50% - 5px);
	left: 9px;
}

.itxt{
	display: flex;
	width: 100%;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.itxt .txt_img,
.itxt .txt_main{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.itxt .txt_img{
	width: 200px;
	margin-right: 20px;
}
.itxt .txt_img img{
	width: 200px;
	height: auto;
}

.itxt .txt_main{
	width: calc(100% - 220px);
	font-size: 14px;
	line-height: 1.5;
}
.itxt .txt_main:only-child{	width: 100%;}

.anchor{
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#info{	width: auto;}
	main .page_title em{	font-size: 32px;}
	.anchor{
		padding-top: 65px;
		margin-top: -65px;
	}
	
	#ad_div + header + nav + #topimg + section + main .anchor{
		padding-top: 100px;
		margin-top: -100px;
	}

	/** ibox **/
	.ibox{
		margin: 0 0 10px 0;
		padding: 0;
		text-align: left;
		border-right: none;
		border-left: none;
	}
	.ibox_in{
		border-left: none;
		border-right: none;
		border-bottom: none;
		padding: 10px 0 0 0;
	}

	.ititle{
		position: relative;
		margin: 0 0 10px 0;
	}
	.ititle h3{
		font-size: 16px;
		font-weight: bold;
		line-height: 22px;
		padding: 0 0 0 35px;
	}

	.ititle p{
		font-size: 10px;
		line-height: 15px;
		padding: 0 0 0 35px;
	}

	.ititle .icon{
		display: inline-block;
		width: 20px;
		height: 20px;
		position: absolute;
		border-radius: 2px;
		top: 0;
		left: 10px;
	}
	.ititle .icon:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		position: absolute;
		top: calc(50% - 5px);
		left: 6px;
	}

	.itxt{
		padding: 10px;
		border-top-style: dotted;
		border-left: none;
		border-right: none;
	}
	.itxt .txt_img{
		width: 150px;
		margin-right: 13px;
	}
	.itxt .txt_img img{
		width: 150px;
		height: auto;
	}
	.itxt .txt_main{
		width: calc(100% - 163px);
		font-size: 13px;
		line-height: 1.5;
	}

}

@media screen and (max-width: 414px) {
	.itxt .txt_img{	width: 90px;}
	.itxt .txt_img img{	width: 90px;}
	.itxt .txt_main{	width: calc(100% - 103px);}
}
@media screen and (max-width: 320px) {
	.itxt .txt_img{	width: 80px;}
	.itxt .txt_img img{	width: 80px;}
	.itxt .txt_main{	width: calc(100% - 93px);}
}