@charset "shift_jis";
/* Updated 2020/06/15,T */
/* Updated 2020/06/01,T */
/*-----------
reset
-----------*/
#wrap #mainArea {
	width: 100%;
	margin: 0 auto 60px;
}
#wrap #mainArea main {
	width: 100%;
}
#wrap #mainArea main section > section,
#wrap #mainArea main section > .guestBlk {
	width: 750px;
	margin: 30px auto 0;
}
/*-----------
h1
-----------*/
h1.h1Title01 {
	margin-top: 0;
	padding: 36px 0;
	background: url("/kojin/news/resources/images/index_200401_bg_01.jpg") no-repeat;
	background-size: 100% 100%;
	text-align: center
}
/*-----------
margin
-----------*/
.mb40 {
	margin-bottom: 40px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
/*-----------
bg
-----------*/
.boxBlock01 {
	background-color: #f1fecb;
	border: none;
}
.bgGreen {
	padding: 30px 0;
	background: url("/kojin/news/resources/images/index_200401_bg_02_pc.jpg") no-repeat;
	background-size: 100% 100%;
}
.bgGreen p {
	display: block;
	width: 960px;
	margin: 0 auto;
}
.bgSmall {
	display: inline-block;
	padding: 5px 20px;
	background: url("/kojin/news/resources/images/index_200401_bg_02_pc.jpg") no-repeat;
	background-size: 100% 100%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

/*-----------
text
-----------*/
br.lineBr {
	display: none !important;
}
.glyphCheck01 > span:before {
	top: 1px !important;
	width: 38px;
	height: 38px;
	background: url("/kojin/news/resources/images/index_200401_ico_01.png") 0 0 no-repeat;
	-ms-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.fs15 {
	font-size: 15px;
}
.fs17 {
	font-size: 17px;
}
.fs19 {
	font-size: 19px;
}
.lineHgt {
	line-height: 2.0;
}

/*-----------
shopBlk
-----------*/
.shopBlk .imgCnt img {
	float: left;
}
.shopBlk .imgCnt img:not(:nth-child(4n)) {
	margin-right: 18px;
}
.shopBlk .imgCnt img:nth-child(n+5) {
	margin-top: 20px;
}
.shopBlk .col {
	width: 360px;
	margin-left: 30px;
	margin-bottom: 0;
}
.shopBlk .glyphCheck01 > span:before {
	background: url("/kojin/news/resources/images/index_200401_ico_02.png") 0 0 no-repeat;
	-ms-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.shopBlk .col p {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*-----------
guideBlk
-----------*/
.guideBlk .colorBox02 {
	position: relative;
}
.guideBlk .colorBox02 ul {
	width: 67%;
}
.guideBlk .colorBox02 img {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -75px;
}

/*-----------
linkBlk
-----------*/
.linkBlk .linkCnt {
	float: left;
	width: calc((100% - 0.05px - 5% * 3)/4);
}
.linkBlk .linkCnt:not(:last-child) {
	margin-right: 5%;
}
.linkBlk .linkCnt img {
	display: block;
	margin: 0 auto 20px;
}
.linkBlk .linkCnt p {
	text-align: center;
}

/*-----------
useBlk
-----------*/
.useBlk > p {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.useBlk .useCnt img {
	float: left;
}
.useBlk .useCnt p {
	display: inline-block;
	width: 69%;
	margin-left: 20px;
}
.useBlk .useCnt ul {
	display: inline-block;
	width: 69%;
	margin-top: 20px;
	margin-left: 20px;
}

/*-----------
special202005Box
-----------*/
.special202005Box.typeIndi {
	margin-bottom: 80px;
}
.special202005BoxInner {
	width: 888px;
	margin: 0 auto;
	text-align: left;
}
.special202005ImgItems {
	width: 768px;
	margin: 0 auto;
}
.special202005ImgItems .special202005ImgItem {
	float: left;
	width: 348px;
}
.special202005ImgItems .special202005ImgItem:nth-child(2) {
	float: right;
}
.special202005ImgItemImg {
	margin-bottom: 20px;
}
.special202005ImgItemTxt {
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	/*-----------
	reset
	-----------*/
	#wrap #mainArea {
		width: 100%;
	}
	#wrap #mainArea main {
		width: 100%;
	}
	#wrap #mainArea main section > section,
	#wrap #mainArea main section > .mainTitle,
	#wrap #mainArea main section > .guestBlk {
		width: 100%;
	}
	
	/*-----------
	h1
	-----------*/
	h1.h1Title01 {
		left: inherit;
		width: calc(100% + 20px);
		min-width: inherit;
		margin: 0 -10px;
		padding: 0;
		background: none;
	}
	h1.h1Title01 img {
		width: 100%;
	}
	
	/*-----------
	margin
	-----------*/
	.spMb20 {
		margin-bottom: 20px !important;
	}
	.spMb30 {
		margin-bottom: 30px !important;
	}
	.spMb40 {
		margin-bottom: 40px !important;
	}
	.spMb100 {
		margin-bottom: 100px !important;
	}
	/*-----------
	bg
	-----------*/
	.bgGreen {
		margin: 0 -10px 80px;
		padding: 30px 10px;
		background: url("/kojin/news/resources/images/index_200401_bg_02_sp.jpg") no-repeat;
		background-size: 100% 100%;
	}
	.bgGreen p {
		width: 100%;
	}
	.bgSmall {
		padding: 10px 22px;
		background: url("/kojin/news/resources/images/index_200401_bg_02_sp.jpg") no-repeat;
		background-size: 100% 100%;
	}
	/*-----------
	text
	-----------*/
	.spFs12 {
		font-size: 12px;
	}
	.spFs14 {
		font-size: 14px;
	}
	/*-----------
	table
	-----------*/
	table[class^="table"] tr > th,
	table[class^="table"] tr > td {
		float: left;
	}
	
	/*-----------
	shopBlk
	-----------*/
	.shopBlk .imgCnt img {
		width: 30%
	}
	.shopBlk .imgCnt img:not(:nth-child(4n)) {
		margin-right: 0;
	}
	.shopBlk .imgCnt img:not(:nth-child(3n)) {
		margin-right: 5%;
	}
	.shopBlk .imgCnt img:nth-child(n+5) {
		margin-top: 0;
	}
	.shopBlk .imgCnt img:nth-child(n+4) {
		margin-top: 5%;
	}
	.shopBlk .col:not(:last-child) {
		margin-bottom: 20px;
	}
	.shopBlk .btnT01 {
		text-align: center;
	}
	
	/*-----------
	guideBlk
	-----------*/
	.guideBlk .colorBox02 ul {
		width: 100%;
		margin-top: 15px;
	}
	.guideBlk .colorBox02 img {
		display: block;
		position: inherit;
		top: inherit;
		right: inherit;
		margin: 0 auto;
	}
	
	/*-----------
	linkBlk
	-----------*/
	.linkBlk .linkCnt {
		width: 47.5%;
	}
	.linkBlk .linkCnt:not(:last-child) {
		margin-right: 0;
	}
	.linkBlk .linkCnt:nth-child(2n-1) {
		margin-right: 5%;
	}
	.linkBlk .linkCnt:nth-child(n+3) {
		margin-top: 20px;
	}
	
	/*-----------
	useBlk
	-----------*/
	.useBlk .useCnt img {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.useBlk .useCnt p {
		width: 100%;
		margin-left: 0;
	}
	.useBlk .useCnt ul {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
	
	/*-----------
	special202005Box
	-----------*/
	.special202005BoxInner {
		width: 88.54%;
	}
	.special202005ImgItems {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.special202005ImgItems .special202005ImgItem {
		float: none;
		width: 100%;
		margin-bottom: 26px;
	}
	.special202005ImgItems .special202005ImgItem:nth-child(2) {
		float: none;
	}
	.special202005ImgItems .special202005ImgItem:last-child {
		margin-bottom: 0;
	}
	.special202005ImgItemImg {
		margin-bottom: 10px;
	}
	.special202005ImgItemImg img {
		width: 100%;
		height: auto;
	}
	.special202005ImgItemTxt {
		margin-bottom: 14px;
		font-size: 14px;
		line-height: 1.6;
		text-align: center;
	}
	.special202005ImgItemTxt:last-child {
		margin-bottom: 0;
	}
	
}

@media screen and (max-width: 320px) {
	br.lineBr {
		display: block !important;
	}
	br.lineBrNone {
		display: none !important;
	}
	.spFs10 {
		font-size: 10px;
	}
	.spFs15 {
		font-size: 15px !important;
	}
}