.edit-area {
	&.article {
		padding: 6rem 0;
		@media screen and (max-width: 767px) {
			padding: 4rem 0;
		}
	}

	.information-title {
		position: relative;
    .common-title{
      &.type04{
        padding-right: 23rem;
        @media screen and (max-width: 767px) {
          padding-right: 0;
        }
      }
    }
		.sub-link {
			position: absolute;
			top: 50%;
			right: 2rem;
			transform: translateY(-50%);

			@media screen and (max-width: 767px) {
				position: static;
				margin-bottom: 3rem;
				text-align: right;
			}

			& a {
				position: relative;
				padding-right: 1.5rem;
				font-size: 1.6rem;
				font-weight: normal;
				line-height: 1;
				color: #ffffff;
				text-decoration-line: underline;
				@media (hover: hover) and (pointer: fine) {
					&:hover {
						text-decoration: none;
					}
				}

				@media screen and (max-width: 767px) {
					color: #000;
					font-size: 1.4rem;
				}
			}

			&:after {
				content: "";
				display: block;
				position: absolute;
				top: 50%;
				right: 0;
				margin-top: -0.3rem;
				width: 0.8rem;
				height: 0.8rem;
				border-top: 0.2rem solid #fff;
				border-right: 0.2rem solid #fff;
				box-sizing: border-box;
				transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
			}
			@media screen and (max-width: 767px) {
				&:after {
					right: 0.2rem;
					border-top-color: #000;
					border-right-color: #000;
				}
			}
		}
	}

	.information-category {
		margin-bottom: 6.3rem;
		padding: 1.5rem 0.6rem;
		display: flex;
		flex-wrap: wrap;
		background: #ffffff;
		box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.06);
		border-radius: 0.5rem;

		@media screen and (max-width: 767px) {
			margin-bottom: 3rem;
			flex-wrap: nowrap;
			overflow-x: auto;
		}

		& li {
			position: relative;
			padding: 0 1.6rem;
			border-right: 0.2rem solid #e2e2e2;
			@media screen and (max-width: 767px) {
				white-space: nowrap;
			}
			&:last-child {
				border-right: none;
			}
			& a {
				padding: 0.5rem 0;
				font-weight: 500;
				line-height: 1.4375;
				color: #000000;
				text-decoration: none;
				@media (hover: hover) and (pointer: fine) {
					&:hover {
						text-decoration: underline;
					}
				}
			}
		}
	}

	.information-list {
		margin-bottom: 5rem;
		display: flex;
		flex-direction: column;
		gap: 4rem;

		@media screen and (max-width: 767px) {
			margin-bottom: 3.3rem;
			gap: 6rem;
		}

		& li {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			@media screen and (max-width: 767px) {
				flex-direction: column;
			}
		}

		.set-photo {
			width: 27rem;
			@media screen and (max-width: 767px) {
				margin: 0 auto 3.2rem;
			}
			& a {
				@media (hover: hover) and (pointer: fine) {
          transition: ease 0.25s opacity;
					&:hover {
						opacity: 0.8;
					}
				}
			}
		}
		.set-text {
			width: calc(100% - 27rem - 4.5rem);
			@media screen and (max-width: 767px) {
				width: 100%;
			}

			.text-title {
				margin-bottom: 1.8rem;
				font-weight: 500;
				font-size: 2.8rem;
				line-height: 1.46;
				color: #000000;
				@media screen and (max-width: 767px) {
					font-size: 2.2rem;
				}
			}

			.text-detail,
			.text-published {
				font-weight: 500;
				font-size: 1.8rem;
				line-height: 1.55;
				color: #000000;
				@media screen and (max-width: 767px) {
					font-size: 1.4rem;
				}
			}

			.text-detail {
				margin-bottom: 2.7rem;
			}

			.text-published {
				& div {
					display: flex;
					& dt {
						white-space: nowrap;
						&:after {
							content: "：";
						}
					}
				}
			}

			.text-link {
				margin-top: 4rem;
				@media screen and (max-width: 767px) {
					margin-top: 2.7rem;
				}
				& a {
					position: relative;
					padding-right: 1.1rem;
					font-weight: 500;
					font-size: 1.6rem;
					line-height: 1.75;
					text-decoration-line: underline;
					color: #1caf7b;
          @media (hover: hover) and (pointer: fine) {
            &:hover {
              text-decoration: none;
            }
          }
					@media screen and (max-width: 767px) {
						font-size: 1.4rem;
					}
					&:after {
						content: "";
						display: block;
						position: absolute;
						top: 50%;
						right: 0;
						margin-top: -0.3rem;
						width: 0.8rem;
						height: 0.8rem;
						border-top: 0.2rem solid #1caf7b;
						border-right: 0.2rem solid #1caf7b;
						box-sizing: border-box;
						transform: rotate(45deg);
						-webkit-transform: rotate(45deg);
					}
				}
			}
		}
	}
}
