/* --------------------------------------------------
 Project
 -------------------------------------------------- */

/* --------------------------------------------------
 SONAERU
 -------------------------------------------------- */

/* /sonaeru/toushin/index.html
------------------------------ */
/* p-visual */
.p-visual {
	position: relative;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 32px calc(50vw - 50%) 50px;
	background-color: #b4ebfa;
}
.p-visual::before {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 8px;
	left: 0;
	background: linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 10px) center top / 10px 4px repeat-x, linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 10px) center bottom / 10px 4px repeat-x;
	pointer-events: none;
}

.p-visual.-nisa {
	padding-top: 0;
	padding-bottom: 0;
	height: 374px;
	background-color: #cbe4c4;
}
.p-visual.-nisa::before {
	content: none;
}
.p-visual.-nisa .p-visual__unit {
	gap: 0;
	height: 100%;
}
.p-visual.-nisa .p-visual__image {
	align-self: flex-end;
	flex-basis: calc(640 / 1024 * 100%);
}
.p-visual.-nisa .p-visual__list {
	max-width: 360px;
	margin-top: 36px;
}
.p-visual.-nisa .c-list-notes {
	margin-top: 16px;
}

.p-visual__headline {
	color: #004ea2;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.25;
}

.p-visual__unit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.p-visual__unit:not(:first-child) {
	margin-top: 12px;
}

.p-visual__image {
	flex-basis: calc(640 / 1024 * 100%);
}

.p-visual__item {
	flex: 1;
}

.p-visual__list li:not(:first-child) {
	margin-top: 20px;
}

.p-visual__list .c-btn.-large {
	width: 100%;
	min-width: auto;
}

.p-visual .c-bnr {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.p-visual {
		padding-top: 28px;
		padding-bottom: 40px;
	}

	.p-visual.-nisa {
		height: auto;
		padding-top: 28px;
		padding-bottom: 24px;
	}
	.p-visual.-nisa .p-visual__headline {
		width: 100%;
	}
	.p-visual.-nisa .p-visual__unit {
		display: flex;
		flex-direction: column;
		justify-content: revert;
	}
	.p-visual.-nisa .p-visual__image {
		align-self: center;
		margin-top: 16px;
	}
	.p-visual.-nisa .p-visual__image img {
		width: 312px;
	}
	.p-visual.-nisa .p-visual__item {
		display: contents;
	}
	.p-visual.-nisa .p-visual__list {
		order: 3;
		width: 100%;
		max-width: none;
		margin-top: -16px;
	}
	.p-visual.-nisa .c-list-notes {
		order: 5;
		margin-top: 12px;
	}

	.p-visual__headline {
		font-size: 2.7rem;
	}

	.p-visual__unit {
		display: block;
	}
	.p-visual__unit:not(:first-child) {
		margin-top: 16px;
	}

	.p-visual__image {
		text-align: center;
	}
	.p-visual__image img {
		width: 327px;
	}

	.p-visual__item {
		margin-top: 30px;
	}

	.p-visual__list {
		padding-right: 20px;
		padding-left: 20px;
	}

	.p-visual__list .c-btn.-large {
		width: 100%;
		min-width: auto;
	}

	.p-visual .c-bnr {
		margin-top: 30px;
	}
}

/* p-block-point */
.p-block-point {
	display: flex;
	justify-content: center;
	margin-top: 100px;
	gap: 16px;
}

.p-block-point.-new .p-block-point__item {
	padding: 54px 20px 20px;
}
.p-block-point.-new .p-block-point__text {
	align-self: flex-start;
	font-size: 1.6rem;
	line-height: 1.875;
	text-align: left;
}

.p-block-point__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	min-height: 230px;
	padding: 54px 12px 12px;
	border: 2px solid #004ea2;
	border-radius: 5px;
	font-weight: 500;
	text-align: center;
}

.p-block-point__point {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -2px;
	right: 18px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #004ea2;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	transform: translateY(-50%);
}
.p-block-point__point b {
	margin-top: 2px;
	font-size: 4.8rem;
	font-weight: 500;
}

.p-block-point__headline {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.334;
	text-align: center;
}

.p-block-point__text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.334;
}
.p-block-point__text:not(:first-child) {
	margin-top: 12px;
}
.p-block-point__text b {
	color: #004ea2;
	background-image: linear-gradient(transparent 8%, #dbe6f2 8%, #dbe6f2 92%, transparent 92%);
}
.p-block-point__text span {
	font-size: 70%;
}

.p-block-point__image {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	margin-top: 20px;
}

.p-block-point__group {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	width: 100%;
	min-height: 80px;
	margin-top: 16px;
	padding: 12px 20px;
	border-radius: 5px;
	background-color: #fefde8;
	text-align: center;
}
.p-block-point__group p {
	color: #004ea2;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.334;
}

@media only screen and (max-width: 767px) {
	.p-block-point {
		margin-top: 52px;
		gap: 15px;
	}

	.p-block-point.-new {
		display: block;
	}
	.p-block-point.-new .p-block-point__item {
		padding: 32px 20px 20px;
	}
	.p-block-point.-new .p-block-point__item:not(:first-child) {
		margin-top: 32px;
	}
	.p-block-point.-new .p-block-point__text {
		font-size: 1.4rem;
	}

	.p-block-point__item {
		min-height: auto;
		padding: 32px 4px 12px;
	}

	.p-block-point__point {
		top: -2px;
		right: 50%;
		width: 50px;
		height: 50px;
		font-size: 1rem;
		transform: translate(50%, -50%);
	}
	.p-block-point__point b {
		margin-top: 0;
		font-size: 2.4rem;
	}

	.p-block-point__headline {
		font-size: 1.6rem;
	}

	.p-block-point__text {
		margin-top: 0;
		font-size: 1.4rem;
	}

	.p-block-point__image {
		margin-top: 12px;
		/* height: 64px; */
	}
	.p-block-point__image img[src*="/toushin/ic_01."] {
		height: 59px;
	}
	.p-block-point__image img[src*="/toushin/ic_02."] {
		height: 61px;
	}
	.p-block-point__image img[src*="/toushin/ic_03."] {
		height: 59px;
	}

	.p-block-point__image img[src*="/nisa/ippan/ic_01."] {
		height: 54px;
	}
	.p-block-point__image img[src*="/nisa/ippan/ic_02."] {
		height: 59px;
	}
	.p-block-point__image img[src*="/nisa/ippan/ic_03."] {
		height: 54px;
	}

	.p-block-point__image img[src*="/nisa/tsumitate/ic_01."] {
		height: 42px;
	}
	.p-block-point__image img[src*="/nisa/tsumitate/ic_02."] {
		height: 49px;
	}
	.p-block-point__image img[src*="/nisa/tsumitate/ic_03."] {
		height: 49px;
	}

	.p-block-point__image img[src*="/nisa/junior/ic_01."] {
		height: 59px;
	}
	.p-block-point__image img[src*="/nisa/junior/ic_02."] {
		height: 54px;
	}
	.p-block-point__image img[src*="/nisa/junior/ic_03."] {
		height: 59px;
	}

	.p-block-point__group {
		min-height: auto;
	}
	.p-block-point__group p {
		font-size: 1.6rem;
	}
}

/* p-block-step */
.p-block-step {
	position: relative;
	margin-bottom: 60px;
	padding: 36px 40px 40px;
	border-radius: 5px;
	background-color: #f7f7f7;
}
.p-block-step::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border-top: 40px solid #f7f7f7;
	border-right: 32px solid transparent;
	border-left: 32px solid transparent;
	transform: translateX(-50%);
}

.p-block-step > div.is-disabled dd {
	pointer-events: none;
}
.p-block-step > div.is-disabled dd::before {
	visibility: visible;
	opacity: 1;
}

.p-block-step > div:not(:first-child) {
	margin-top: 36px;
}

.p-block-step dt {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.334;
}

.p-block-step dd {
	position: relative;
	margin-top: 16px;
}
.p-block-step dd::before {
	visibility: hidden;
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background-color: rgba(0, 0, 0, .2);
	transition: .3s;
}

.p-block-step table {
	table-layout: fixed;
	width: 100%;
	background-color: #fff;
}

.p-block-step td {
	height: 80px;
	padding: 12px 20px;
	border: 1px solid #5096e1;
	color: #004ea2;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.334;
	vertical-align: middle;
}
.p-block-step td:not(:first-child) {
	width: 130px;
	text-align: center;
}
.p-block-step td span {
	display: block;
	margin-top: 4px;
	color: #373737;
	font-size: 1.4rem;
}

.p-block-step input {
	position: absolute;
	opacity: 0;
}
.p-block-step input + label {
	display: inline-block;
	position: relative;
	padding-bottom: 28px;
	cursor: pointer;
}
.p-block-step input + label::before,
.p-block-step input + label::after {
	content: "";
	position: absolute;
	left: 50%;
}
.p-block-step input + label::before {
	bottom: 0;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background-color: #dbe6f2;
	transform: translateX(-50%);
}
.p-block-step input + label::after {
	opacity: 0;
	bottom: 8px;
	width: 12px;
	height: 8px;
	border-left: 3px solid #373737;
	border-bottom: 3px solid #373737;
	transform: translateX(-50%) rotate(-45deg);
	transition: .3s;
}
.p-block-step input:checked + label {
	pointer-events: none;
}
.p-block-step input:checked + label::after {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.p-block-step {
		margin-bottom: 32px;
		padding: 16px 20px 20px;
	}
	.p-block-step::before {
		border-top-width: 20px;
		border-right-width: 16px;
		border-left-width: 16px;
	}

	.p-block-step > div:not(:first-child) {
		margin-top: 20px;
	}

	.p-block-step dt {
		font-size: 1.9rem;
	}

	.p-block-step dd {
		margin-top: 12px;
	}

	.p-block-step td {
		height: 80px;
		padding: 8px 12px;
		font-size: 1.5rem;
	}
	.p-block-step td:not(:first-child) {
		width: 64px;
		padding: 4px;
	}
	.p-block-step td span {
		font-size: 1.2rem;
	}

	.p-block-step input {
		position: absolute;
		opacity: 0;
	}
	.p-block-step input + label {
		display: inline-block;
		position: relative;
		padding-bottom: 28px;
		cursor: pointer;
	}
	.p-block-step input + label::before,
	.p-block-step input + label::after {
		content: "";
		position: absolute;
		left: 50%;
	}
	.p-block-step input + label::before {
		bottom: 0;
		width: 20px;
		height: 20px;
		border-radius: 5px;
		background-color: #dbe6f2;
		transform: translateX(-50%);
	}
	.p-block-step input + label::after {
		opacity: 0;
		bottom: 8px;
		width: 12px;
		height: 8px;
		border-left: 3px solid #373737;
		border-bottom: 3px solid #373737;
		transform: translateX(-50%) rotate(-45deg);
		transition: .3s;
	}
	.p-block-step input:checked + label {
		pointer-events: none;
	}
	.p-block-step input:checked + label::after {
		opacity: 1;
	}
}

/* p-ranking */
.p-ranking {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
}

.p-ranking__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.p-ranking__number.-rank1 {
	background-image: linear-gradient(to right bottom, #fce238, #e7cf34 100%);
}
.p-ranking__number.-rank2 {
	background-image: linear-gradient(to right bottom, #eeeeee, #dadada 100%);
}
.p-ranking__number.-rank3 {
	background-image: linear-gradient(to right bottom, #ffc185, #f3b079 100%);
}

.p-ranking__number b {
	margin-top: -4px;
	font-size: 2.2rem;
}

.p-ranking__trend {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.p-ranking {
		margin-right: -8px;
		margin-left: -8px;
		padding-right: 24px;
		padding-left: 24px;
	}

	.p-ranking__number {
		width: 40px;
		height: 40px;
	}

	.p-ranking__number b {
		margin-top: -4px;
		font-size: 2.2rem;
	}

	.p-ranking__trend img {
		width: 16px;
	}
}

/* /sonaeru/nisa/
------------------------------ */
/* p-box-simulation */
.p-box-simulation {
	padding: 32px 28px 28px;
	border-radius: 5px;
	background-color: #c4ecf9;
}

.p-box-simulation > * + * {
	margin-top: 20px;
}

.p-box-simulation__headline {
	color: #004ea2;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.p-box-simulation__headline span {
	display: block;
	color: #373737;
	font-size: 1.6rem;
	font-weight: 400;
}

.p-box-simulation__image {
	text-align: center;
}

.p-box-simulation__list > div {
	display: flex;
}
.p-box-simulation__list dt,
.p-box-simulation__list dd {
	font-size: 1.4rem;
	line-height: 1.286;
}
.p-box-simulation__list dt {
	flex-shrink: 0;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.p-box-simulation {
		padding: 20px 12px;
	}

	.p-box-simulation > * + * {
		margin-top: 16px;
	}

	.p-box-simulation__headline {
		font-size: 1.6rem;
	}
	.p-box-simulation__headline span {
		font-size: 1.2rem;
	}

	.p-box-simulation__list > div {
		display: block;
	}
	.p-box-simulation__list dt,
	.p-box-simulation__list dd {
		font-size: 1.2rem;
	}
	.p-box-simulation__list dd {
		margin-top: 4px;
	}
}

/* /sonaeru/sonaeru/seiho/netbank/qa.html
------------------------------ */
.p-block-qa__nav {
	display: flex;
	gap: 16px;
}

.p-block-qa__nav li {
	flex: 1;
}

.p-block-qa__nav a,
.p-block-qa__nav button {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 76px;
	padding: 4px 40px 4px 28px;
	border-radius: 4px;
	background-color: #ffd900;
	color: #004ea2;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.125;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}
.p-block-qa__nav a::before,
.p-block-qa__nav button::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}

.p-block-qa__nav a:hover,
.p-block-qa__nav button:hover {
	background-color: rgba(255, 217, 0, .3);
}
.p-block-qa__nav a:hover::before,
.p-block-qa__nav button:hover::before {
	transform: translate(3px, -50%) rotate(45deg);
}
.p-block-qa__nav a.is-active,
.p-block-qa__nav button[aria-expanded="true"] {
	background-color: #ffd900;
	color: #004ea2;
	pointer-events: none;
}

.p-block-qa__nav a.is-deselect,
.p-block-qa__nav button.is-deselect {
	background-color: #f7f7f7;
	color: #707070;
}

.p-block-qa__nav a.is-deselect:hover,
.p-block-qa__nav button.is-deselect:hover {
	background-color: rgba(255, 217, 0, .3);
	color: #004ea2;
}

.p-block-qa__contents {
	padding-top: 60px;
}

.p-block-qa__panel,
.p-block-qa__item {
	display: none;
	transition: .3s;
}

.p-block-qa__panel[aria-hidden="false"],
.p-block-qa__item[aria-hidden="false"] {
	display: block;
	animation: fadeIn .3s ease-in-out;
}

.p-block-qa__item > * + * {
	margin-top: 28px;
}

.p-block-qa__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.p-block-qa__list li {
	flex-basis: 244px;
}

.p-block-qa .c-list-notes {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-block-qa__nav {
		flex-wrap: wrap;
		gap: 8px;
	}

	.p-block-qa__nav li {
		flex-basis: calc((100% - 8px) / 2);
	}

	.p-block-qa__nav a,
	.p-block-qa__nav button {
		min-height: 60px;
		padding-right: 28px;
		padding-left: 16px;
		font-size: 1.4rem;
	}
	.p-block-qa__nav a::before,
	.p-block-qa__nav button::before {
		right: 16px;
	}

	.p-block-qa__contents {
		padding-top: 40px;
	}

	.p-block-qa__item > * + * {
		margin-top: 20px;
	}

	.p-block-qa__list {
		gap: 8px;
	}

	.p-block-qa .c-list-notes {
		text-align: left;
	}
}

/* p-unit-product */
.p-unit-product {
	display: flex;
	gap: 14px;
}

.p-unit-product > div {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 20px;
	padding: 10px;
	border-radius: 5px;
	background-color: #f7f7f7;
}

.p-unit-product dt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 95px;
	height: 95px;
	border-radius: 5px;
	background-color: #004ea2;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.334;
	text-align: center;
}

.p-unit-product dd {
	line-height: 1.875;
}

@media screen and (max-width: 767px) {
	.p-unit-product {
		display: block;
	}

	.p-unit-product > div:not(:first-child) {
		margin-top: 10px;
	}

	.p-unit-product dt {
		width: 80px;
		height: 80px;
		font-size: 1.6rem;
	}
}

/* p-list-document-nisa */
.p-list-document-nisa {
	padding: 24px 28px;
	border-radius: 5px;
	background-color: #fefde8;
}
.p-list-document-nisa > dt {
	font-size: 2.2rem;
	font-weight: 500;
}
.p-list-document-nisa > dd {
	margin-top: 24px;
}

.p-list-document-nisa__check > li {
	position: relative;
	padding-left: 48px;
	line-height: 1.875;
}

.p-list-document-nisa__check > li::before,
.p-list-document-nisa__check > li::after {
	content: "";
	position: absolute;
}

.p-list-document-nisa__check > li::before {
	top: -1px;
	left: 0;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	border: 2px solid #5096e1;
	background-color: #fff;
}

.p-list-document-nisa__check > li::after {
	top: 12px;
	left: 10px;
	width: 16px;
	height: 8px;
	border-left: 4px solid #5096e1;
	border-bottom: 4px solid #5096e1;
	transform: rotate(-45deg);
}

.p-list-document-nisa__check > li:not(:first-child) {
	margin-top: 20px;
}

.p-list-document-nisa .c-list-disc,
.p-list-document-nisa .c-list-notes {
	margin-top: 8px;
}

.p-list-document-nisa em {
	color: #004ea2;
	background-color: #dbe6f2;
	font-style: normal;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.p-list-document-nisa {
		padding: 8px 10px;
	}
	.p-list-document-nisa > dt {
		font-size: 1.8rem;
	}
	.p-list-document-nisa > dd {
		margin-top: 12px;
	}

	.p-list-document-nisa__check > li {
		padding-left: 32px;
		line-height: 1.667;
	}

	.p-list-document-nisa__check > li::before {
		top: 2px;
		width: 24px;
		height: 24px;
	}

	.p-list-document-nisa__check > li::after {
		top: 10px;
		left: 6px;
		width: 12px;
		height: 7px;
		border-left-width: 3px;
		border-bottom-width: 3px;
	}

	.p-list-document-nisa__check > li:not(:first-child) {
		margin-top: 12px;
	}

	.p-list-document-nisa .c-list-disc,
	.p-list-document-nisa .c-list-notes {
		margin-top: 6px;
	}
}