/*
 Theme Name:   agenda_child
 Description:  agenda_child Theme
 Version:      2.0.0
*/
/* これまでの実績 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');
html { scroll-behavior: smooth;}
p, h1,h2,h3,h4,h5 {
	font-family: 'Noto Sans JP', sans-serif;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.a_link {
	color: #0090F1;
}

#no-side-bar {
	width: auto;
}

.achv-explain {
	margin: 30px 0px 80px;
}
.achv-explain p{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 7px;
}

#achv-type {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.achv-item {
	background-color: #f9f9f9;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
	display: flex;
    flex-direction: column;
	justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: calc((100% - 24px) / 2);
	height: auto;
    min-height: 268px;
	text-align: center;
	text-align-last: center;
	border-radius: 3px;
	padding: 20px 10px;
}
.achv-item:hover {
	background-color: #E6F8FF;
}
.achv-item-wrapper {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
	width: 100%;
}

.achv-icon {
	width: 64px;
	height: 64px;
}

.achv-title-area {
}
.achv-title {
	color: #000000;
	font-size: 22px;
	line-height: 1.3;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
.achv-title-note {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 16px;
	color: #777777;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5px;
}
.achv-title-note span {
    display: inline-block;
}
.font-small {
	font-size: 18px;
}

.achv-num {
	height: 32px;
	line-height: 32px;
}
.achv-completed {
	display: inline-block;
	text-align: left;
}
.achv-suggest {
	display: inline-block;
	margin-left: 20px;
}
.achv-mark {
	font-size: 16px;
	color: #ffffff;
	background-color: #104c66;
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 22px;
	border-radius: 2px

}
.achv-sum {
	color: #104c66;
	display: inline-block;
	height: 32px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 26px;
}
.achv-sum-unit {
	display: inline-block;
	font-size: 18px;
	margin-left: 3px;
}

.triangle-icon {
	width: 0px;
	height: 0px;
	border-top: 10px solid #104c66;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

#achv-list {
	text-align: left;
	text-align-last: left;
}


#achv-show {
	display: flex;
	flex-direction: column;
	gap: 72px;
	margin: 100px 0 36px;
}

.achv-link-title {
	display: flex;
	align-items: center;
    gap: 16px;
}
.achv-link-icon {
	display: inline-block;
	width: 64px;
	height: 64px;
}
.achv-link-area h2 {
	display: inline-block;
	font-size: 22px;
}

.achv-link-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px;
}

.achv-link {
	display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 16px;
	width: 100%;
	background-color: #F9F9F9;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
	border-radius: 3px;
	padding: 24px;
	transition: transform 0.1s ease;
}

.achv-link:hover {
	background-color: #E6F8FF;
	color: #000000;
	transform: scale(1.03);
}

.achv-link .wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.achv-link .wrapper p.title {
	display: inline-block;
	font-size: 22px;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
}
.achv-link .wrapper p.explain {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.achv-link .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
}
.achv-link .arrow img {
	width: 18px;
}

.coming-soon {
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
}

@media(max-width:700px){

	#achv-type {
		flex-wrap: nowrap;
		flex-direction: column;
        align-items: center;
	}
	.achv-item {
		width: 100%;
		max-width: 500px;
		min-height: 252px;
	}

	.achv-explain {
		margin: 20px 0px 40px;
	}
	.achv-explain p{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.font-small {
		font-size: 14px;
	}
	.sp-br {
		display: block;
	}

	.achv-link-icon {
		width: 48px;
		height: 48px;
	}

	.coming-soon {
		font-size: 14px;
	}

}
