
/* 詳細はこちら */
a.kochira {
	text-decoration: none;
	color: white;
}
a.kochira h4 {
	text-decoration: none;
	color: white;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 0.1em 1.8em 0.3em 1.8em;
	/*margin-left: calc(100% - 98px);*/
	margin: 0 0 0 calc(100% - 98px);
	background: linear-gradient(180deg, #505050, #808080);
	border: gray 1px solid; /*境界線の指定*/
	border-radius: 5px;
}
a.kochira h4:hover {
	background: linear-gradient(180deg, #202020, #808080);
}
a.kochira > h4.dblue {
	border: transparent 1px solid; /*境界線の指定*/
	background: linear-gradient(180deg, #006586, #4370e3);
}

/* 詳細はこちら */
a.kochira2 {
	text-decoration: none;
	color: white;
}
a.kochira2 > h4 {
	position: absolute;
	right: 15px;
	top: 0px;
	color: white;
	background: linear-gradient(180deg, #cc7700, #ffc000);
	height: 18px;
	line-height: 18px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 3px 10px 2px 10px;
	border: transparent 1px solid; /*境界線の指定*/
	border-radius: 5px;
}
a.kochira2 > h4:hover {
	background: linear-gradient(180deg, #aa5500, #ffc000);
}

a.kochira2 > h4.blue {
	background: linear-gradient(180deg, #2396c3, #43b6e3);
}
a.kochira2 > h4.dblue {
	background: linear-gradient(180deg, #006586, #4370e3);
}
a.kochira2 > h4.gray {
	background: linear-gradient(180deg, #505050, #808080);
}
a.kochira2 > h4.gray:hover {
	background: linear-gradient(180deg, #202020, #808080);
}

.KochiraOya {
	position: relative;
	width: 290px;
	height: 30px;
	line-height: 26px;
	text-align: left;
}

.findOutMore {
    display: flex;
}
.findOutMore a {
    text-decoration: none;
}
.findOutMore a:visited {
    text-decoration: none;
}

.findOutMore div:first-child {
    width: calc(100% - 60px);
    height: 22px;
    font-size: inherit;
    display: flex;
    justify-content: left;
    align-items: center;
}
.findOutMore h4 {
    color: white;
    width: 55px;
    height: 21px;
	line-height: 21px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 0.1em 0.6em 0.09em 1.5em;
	border: gray 1px solid; /*境界線の指定*/
	background: linear-gradient(180deg, #505050, #808080);
	border-radius: 5px;
    position: relative;
}
.findOutMore h4.business {
	border: transparent 1px solid; /*境界線の指定*/
	background: linear-gradient(180deg, #cc7700, #ffc000);
}
.findOutMore h4::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 8px;
	width: 0px;
	height: 0px;
	border-left: 8px solid white;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	transform: scaleY(0.35);
}
.findOutMore h4:hover {
	background: linear-gradient(180deg, #202020, #808080);
}
.findOutMore h4.business:hover {
	background: linear-gradient(180deg, #aa5500, #ffc000);
}






