@charset "shift_jis";
/* Updated 2022/02/01,A */



.h3Title01 {
	margin-bottom: 15px;
	font-weight: bold;
	color: #333333;
}
.openModal {
	cursor: pointer;
}
.list {
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-size: 0;
}
.list .listBlock {
	display: inline-block;
	position: relative;
	width: 124px;
	height: 124px;
	margin-top: 20px;
	margin-left: 30px;
	background: #fff;
	border: 1px solid #b3b3b3;
	text-align: left;
	text-decoration: none;
	box-shadow: #e2e2e2 0px -2px inset;
	border-radius: 8px;
}

.listBlock_co {
	position: relative;
	width: 124px;
	height: 124px;
	margin-top: 20px;
	margin-left: 20px;
	background: #fff;
	border: 1px solid #b3b3b3;
	text-align: left;
	text-decoration: none;
	box-shadow: #e2e2e2 0px -2px inset;
	border-radius: 8px;
}

.list .listBlock > img {
	width: 100px;
	height: 100px;
	margin-top: 13px;
	margin-left: 12px;
}

h3.h3Title01 .titleInner {
    position: relative;
    display: block;
    padding-left: 10px;
    border-left: solid 5px #004831;
    font-weight: bold;
    font-size: 1.286em;
    line-height: 1.3;
    margin-top: 40px;
}

h3.h3Title01 {
    margin-bottom: 20px;
    margin-top:40px;
}
.h3Title01 {
    margin-bottom: 15px;
    font-weight: bold;
    color: #333333;
}


*[class^="normalBlockA"] > .blockInner, *[class*=" normalBlockA"] > .blockInner, .attentionBlock01 > .blockInner, .attentionBlock02 > .blockInner, *[class^="strongBlock"] > .blockInner, *[class*=" strongBlock"] > .blockInner, .relevanceBlock01 > .blockInner, .relevanceBlock02 > .blockInner {
    border: 1px solid #ccc;
}

.normalBlockA04 > .blockInner .blockTitle, .normalBlockA08 > .blockInner .blockTitle {
    background: #f2f2f2;
}

.normalBlockA03 > .blockInner .blockTitle {
    background: #fff1f1;
    border-color: #e09292;
}

*[class^="normalBlockA"] > .blockInner .blockTitle, *[class*=" normalBlockA"] > .blockInner .blockTitle {
    padding: 12px 19px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 1.286em;
}

.textMiddle02 {
    margin-top: 15px;
    margin-left:15px;
    text-align: left;
    margin-bottom:15px;
}

.mb00 {
    margin-top: 15px !important;
}


.listMemo03 > li {
    text-indent: -1.7em;
    margin-top: 10px;
}

.tRed02 {
    color: #c00 !important;
}

.tRed02 li{
margin-left:15px;
}

.list .listBlock.openModal:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 12px;
    width: 11px;
    height: 11px;
    background-image: url(/global/greendeposit/resources/images/icon_popup.gif);
    background-size: contain;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.h3Title01 {
		font-size: 14px;
	}
	.list {
		font-size: 0;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.list .listBlock {
		margin-top: 10px;
		margin-left: 10px;
		width: calc((100% - 40px)/3 - 2px);
		height: auto;
	}
	.list .listBlock > img {
		margin: 12px 13px;
		width: calc(100% - 24px);
		height: auto;
	}
	.list .listBlock.openModal:after {
		width: calc(8 * 100% / 103);
		height: calc(8 * 100% / 103);
	}

.listMemo03 > li {
    margin: 0 5px;
    margin-top: 10px;
}

.textMiddle01 {
    margin: 10px 5px;
}

}