.main-area.case-study {
	padding-bottom: 5vh;
}

.default-list, .default-list.count-up, .content-wrapper .content {
	margin-top: 2vh;
}

.about-company .default-list {
	margin-top: unset!important;
}

.default-list, .child-list {
	list-style-type: "・ ";
	list-style-position: inside;
}

.default-list.system-scale {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    column-gap: 5px;
}

.child-list.arrow-style {
	list-style-type: "⇒";
}

.child-list.style-circle {
	list-style-type: "◇";
}

.child-list .annotation-style {
	list-style-type: "※";
	padding-left: 1.5em;
    text-indent: -1.5em;
}

.child-list.has-blank-space > * + * {
	margin-top: 24px;
}

.default-list.with-title {
	margin-top: 1vh;
	list-style: none;
}

.default-list.with-title > * + * {
	margin-top: 10px;
}

.default-list li {
	padding-left: 1em;
	text-indent: -1em;
}

.default-list.count-up, .child-list.count-up {
	list-style-type: auto;
}

.default-list.count-up > * + * {
	margin-top: 1vh;
}

.default-list.count-up li, .child-list.count-up li {
	padding-left: 1.25em;
	text-indent: -1.25em;
}

.section_case-study table {
	width: 100%;
}

.section_case-study .big-table {
	display: block;
	overflow-x: scroll;
}

.section_case-study .big-table tbody {
	display: table;
	width: 135%;
}

.section_case-study .big-table th, .section_case-study .big-table td {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

.section_case-study .big-table th {
	background-color: var(--gray-color2);
	border: 1px solid #fff;
	font-weight: normal;
	padding: 2vh 0;
}

.section_case-study .big-table td {
	border: 1px solid var(--gray-color2);
	padding: 1vh 0;
	line-height: 1rem;
}

.section_case-study .big-table td:first-child {
	text-align: left;
	padding-left: 1vw;
}

.default-text.text-right {
	text-align: right;
}

.has-border-text {
	font-size: inherit;
	border-bottom: 1px solid #333;
}

.default-list li, .section_case-study .default-text, .section_case-study .speaker-profile, .section_case-study .link-list li,.section_case-study.diagram tbody td, .section_case-study.diagram tbody th  {
	font-size: 16px;
}

.text_with-img {
	display: grid;
	grid-template-columns: 20% 1fr;
	column-gap: 1vw;
}

.text_with-img .image {
	margin-top: 0!important;
}

figure {
	max-width: 700px;
}

.has-border img {
	border: 1px solid var(--gray-color3);
}

.movie {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.movie iframe {
    width: 100%;
    height: 100%;
}

.green-label {
	display: block;
	font-size: inherit;
	color: #fff;
	padding-left: 1em;
	background-color: var(--green-color1);
}

.default-text, .section_case-study .content > * + *, .section_case-study.speaker .content-wrapper > * + * {
	margin-top: 1.5vh;
}

.text_with-img .default-text {
	margin-top: 0!important;
}

.title-text_box.case-study {
	display: grid;
	grid-template-columns: 70% 20%;
	grid-column-gap: 10%;
	border-bottom: unset;
}

.title-text_box.case-study .page-title .company-link {
	border-bottom: 1px solid var(--blue-color1);
}

.title-text_box.case-study .page-title .company-link, .title-text_box.case-study .page-title .company-link i  {
	color: var(--blue-color1);
}

.title-text_box.case-study .sub-title {
	font-weight: bold;
	font-size: 20px;
}

.title-text_box.case-study .sub-title, .title-text_box.case-study .description {
	color: var(--blue-color1);
}

.title-text_box.case-study .company-logo > * + * {
	margin-top: 10px!important;
}

.section_case-study.about-company .img_in-the-text {
	margin-top: 0;
}

.about-company .company-name {
	font-weight: bold;
	border-bottom: 1px solid var(--gray-color3);
}

.about-company {
	background-color: var(--gray-color1);
	padding: 2vh 2vw;
}

.about-company dl.flex-item {
	display: grid;
	gap: 3px;
	grid-template-columns: 30% 1fr;
}

.about-company dl.flex-item dt {
	margin-top: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-company .table-title {
	text-align: center;
	font-weight: bold;
}

.about-company .table-title, .about-company dl.flex-item dt, .about-company dl.flex-item dd {
	background-color: #F5F5F5;
	padding: 5.5px;
}

.about-company dl dt {
	line-height: 1rem;
	margin-top: 2vh;
}

.about-company dl dt, .about-company dl dd, .about-company .default-list li {
	font-size: 14px;
}

.about-company dl dt.normal-text {
	font-weight: normal;
}

.about-company .table-title, .about-company dl dd p.list-title, .default-list.count-up li, .child-list {
	font-size: 16px;
}

.about-company dl dd p.list-title {
	margin-top: 1vh;
}

.about-company dl dd p.list-title:first-child {
	margin-top: 0;
}

.about-company .default-list li {
	line-height: 2em;
}

.about-company dl dt:first-child {
	margin-top: unset;
}

.section_case-study {
	margin-top: 3vh;
	border-top: 1px solid var(--gray-color2);
	padding: 1vh 2vw 3vh 2vw;
}

.section_case-study .section-title {
	text-align: left;
	font-size: 20px;
	color: var(--blue-color1);
	font-weight: bold;
}

.section_case-study figure figcaption {
	font-size: 16px;
	font-weight: bold;
}

.blank_between-item {
	margin-top: 3vh!important;
}

.section_case-study .flex-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2vh 2vw;
}

.flex-item.title-is-image {
	grid-template-columns: 25% 1fr;
}

.flex-item.title-is-image .text {
	margin-top: 0;
}

.flex-item.title-is-image .default-text {
	margin-top: 0;
}

.section_case-study .default-list.with-img {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1vh 1vw;
}

.section_case-study .default-list.with-img li {
	text-align: center;
	width: fit-content;
	padding-left: unset;
	text-indent: unset;
}

.section_case-study .speaker-profile {
	margin-top: 1vh;
}

.section_case-study .link-list a {
	display: block;
	width: fit-content;
}

.section_case-study .link-list li {
	display: flex;
	align-items: center;
}

.section_case-study .link-list li::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	margin-right: 10px;
	margin-top: -10px;
	transform: rotate(45deg);
}

.section_case-study .default-text:first-child {
	margin-top: 0;
}

.section_case-study .sub-title {
	font-weight: bold;
}

.section_case-study.diagram .system-image {
	width: 80%;
}

.section_case-study.diagram .system-image figcaption {
	font-size: 14px;
}

.section_case-study.diagram tbody tr,
.section_case-study.diagram tbody th {
	border: 1px solid var(--gray-color3);
}

.section_case-study.diagram tbody th {
	background-color: #F0F9FF;
}

.section_case-study.diagram tbody td,
.section_case-study.diagram tbody th {
	padding: 5px;
}

.bigger-text {
	margin: 2vh 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.bigger-speaker-img {
	width: 70%;
}

.bigger-speaker-img .flex-item {
	text-align: center;
}

.about-system_table th {
	width: 20%;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}

.about-system_table th, .about-system_table td {
	border: 1px solid #333;
	padding: 1em;
}

.about-system_table td .system-name {
	font-weight: 600;
}

.about-system_table td .details, .about-system_table td .system-name {
	font-size: 16px;
}

.about-system_table td .details {
	text-indent: -1em;
	padding-left: 1em;
}

