@charset "utf-8";

*,
*::before,
*after{
	box-sizing: border-box;
}
main>.content .text {
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	color: #313133;
	padding: 0 0 60px 0;
}

main>.content .list {
	background: rgba(64, 115, 235, .1);
}

main>.content .list .list_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5%;
}

main>.content .list .list_inner article {
	width: 31.6666666%;
	background: #FFFFFF;
	margin-bottom: 2.5%;
}

main>.content .list .list_inner article .logo {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #C5C5C5;
	overflow: hidden;
}

main>.content .list .list_inner article .logo img {
	width: 78%;
	/*transition: all 0.3s !important;*/
}
main>.content .list .list_inner article .logo a:hover{
	opacity: 1;
}
main>.content .list .list_inner article .logo:hover img{
	/*transform: scale(1.1);*/
}
main>.content .list .list_inner article .logo a{
	display: flex;
	align-items: center;
	justify-content: center;
}

main>.content .list .list_inner article .client_name {
	padding: 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 125%;
	color: #003B90;
	min-height: 3em;
}
main>.content .list .list_inner article .client_name a{
	font-weight: 700;
}
main>.content .list .list_inner article .description {
	padding: 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #313133;
	min-height: 8em;
}

main>.content .list .list_inner article .solution {
	padding: 20px;
	display: flex;
	width: 100%;
}

main>.content .list .list_inner article .solution .solution_label {
	font-weight: 700;
	font-size: 12px;
	line-height: 135%;
	color: #FFFFFF;
	background: #003B90;
	padding: 7px 6px;
	white-space: nowrap;
}

main>.content .list .list_inner article .solution .solution_name {
	font-weight: 600;
	font-size: 13px;
	line-height: 130%;
	color: #003B90;
	background: #ECF1FD;
	padding: 7px 6px;
}

main>.content .list .list_inner article .button {
	padding: 0 20px 20px 20px;
	display: flex;
	justify-content: end;
}

main>.content .list .list_inner article .button a {
	display: inline-block;
	background: #4073EB;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 200%;
	color: #FFFFFF;
	padding: 4px 20px;
}

main>.content_header .upper {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: start;
	margin-bottom: 40px;
}

main>.content_header .upper .company {
	width: 33.333%;
	height: 180px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

main>.content_header .upper .company img {
	width: 76%;
}

main>.content_header .lower {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 36px;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(3.95px);
	border-radius: 1px;
}

main>.content_header .lower .service {
	width: 60%;
}

main>.content_header .lower .service .label {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	color: #003B90;
	margin-bottom: 16px;
}

main>.content_header .lower .service .label::before {
	content: '◆';
	margin-right: 8px;
}

main>.content_header .lower .service .name {
	font-weight: 500;
	font-size: 19px;
	line-height: 150%;
	color: #313133;
	padding-left: 5px;
}

main>.content_header .lower .service .name>div::before {
	content: '・';
	margin-right: 8px;
}

main>.content_header .lower .contact {
	width: 30%;
	border-left: 1px solid #C5C5C5;
	padding-left: 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

main>.content_header .lower .contact .label {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #313133;
	margin-bottom: 12px;
}

main>.content_header .lower .contact .button {
	width: 100%;
}

main>.content_header .lower .contact .button a {
	display: block;
	background: #4073EB;
	text-align: center;
	text-decoration: none;

	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 61px;
	text-align: center;
	color: #FFFFFF;
}


main>.content_cases {
	position: relative;
}

main>.content_cases .column2 {
	display: flex;
	justify-content: space-between;
	gap: calc(10 / 1350 * 100%);
	width: 100%;
}


main>.content_cases .column2>div:last-child {
	width: calc(250 / 1350 * 100%);
	position: sticky;
	top: 100px;
	align-self: flex-start;
	border-top: 1px solid #D6DFF5;
	border-bottom: 1px solid #D6DFF5;
	padding: 16px 0;
}

main>.content_cases .column2>div:last-child a {
	font-weight: 600;
	font-size: 14px;
	line-height: 41px;
	letter-spacing: 0.1em;
	color: #313133;
	text-decoration: none;
	display: block;

}


main>.content_cases #information {
	background: #FAFAFA;
	padding-left: calc((100vw - 1200px)/2);
}

main>.content_cases #information>div {
	width: calc(1000 / 1350 * 100vw);
	max-width: 1000px;
	padding: 80px 0;
}

main>.content_cases .text {
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	color: #313133;
	margin-bottom: 1em;

}

main>.content_cases .text_image {
	display: flex;
	gap: 4%;
}

main>.content_cases .text_image .text {
	width: 56%;
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	color: #313133;
}

main>.content_cases .text_image .image {
	width: 40%;
}

main>.content_cases .images {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 80px;
	;
}

main>.content_cases .images img {
	max-width: 300px;
}

main>.content_cases #interview {
	padding-left: calc((100vw - 1200px)/2);
}

main>.content_cases #interview>div {
	width: calc(1000 / 1350 * 100vw);
	max-width: 1000px;
	padding: 80px 0;
}

main>.content_cases #interview .title,
main>.content_cases #profile .title {
	margin-bottom: 56px;
}

main>.content_cases #interview .title .ja,
main>.content_cases #profile .title .ja {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	margin-bottom: 4px;
}

main>.content_cases #interview .title .en,
main>.content_cases #profile .title .en {
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
	color: #003B90;
}

main>.content_cases #interview h1 {
	font-weight: 700;
	font-size: 28px;
	line-height: 150%;
	letter-spacing: 0.05em;
	color: #313133;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 32px;
}

main>.content_cases #interview h1::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #E8ECF3;
	z-index: 1;
}

main>.content_cases #interview h1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background: #4073EB;
	z-index: 2;
}

main>.content_cases #interview h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.03em;
	color: #313133;
	padding-left: 17px;
	padding-bottom: 0;
	position: relative;
	margin-bottom: 24px;
}

main>.content_cases #interview>div>div {
	margin-bottom: 60px;
}

main>.content_cases #interview h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 50%;
	background: #4073EB;
	z-index: 1;
}

main>.content_cases #interview h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 50%;
	background: #003B90;
	z-index: 1;
}

main>.content_cases #interview p {
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	color: #313133;
	margin-bottom: 1em;
}

main>.content_cases #interview p em {
	font-weight: 700;
	font-style: normal;
}

main>.content_cases #interview .image img {
	margin: 0 auto;
}

main>.content_cases #interview img.right {
	float: right;
	margin: 0 0 40px 40px;
}

main>.content_cases #interview img.left {
	float: left;
	margin: 0 40px 40px 0;
}

main>.content_cases #profile {
	background: #ECF1FD;
	padding-left: calc((100vw - 1200px)/2);
}

main>.content_cases #profile>div {
	width: calc(1000 / 1350 * 100vw);
	max-width: 1000px;
	padding: 80px 0;
}

main>.content_cases #profile table {
	border-top: 1px solid #D6DFF5;
	width: 100%;
}

main>.content_cases #profile table th {
	padding: 16px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #003B90;
	text-align: left;
	border-bottom: 1px solid #D6DFF5;
}

main>.content_cases #profile table td {
	padding: 16px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	border-bottom: 1px solid #D6DFF5;
}

main>.content_cases #contact {
	padding: 80px;
}

main>.content_cases #contact>div {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 36px;
	background: #EEF0F6;
	padding: 48px;
}

main>.content_cases #contact>div>div {
	background: #FFFFFF;
}

main>.content_cases #contact>div .upper {
	padding: 36px;
}

main>.content_cases #contact>div .upper .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
}

main>.content_cases #contact>div .upper .text {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}

main>.content_cases #contact>div .upper .buttons {
	display: flex;
	gap: 20px;
}

main>.content_cases #contact>div .upper .buttons .telfax {
	background: #EEF0F6;
	padding: 17px;
	text-align: center;
	width: 50%;
}

main>.content_cases #contact>div .upper .buttons .telfax .tel {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #000000;
}

main>.content_cases #contact>div .upper .buttons .tel em {
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: #003B90;
	font-style: normal;
}

main>.content_cases #contact>div .upper .buttons .fax {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}

main>.content_cases #contact>div .upper .buttons .split {
	width: 1px;
	border-left: 1px solid #313133;
}

main>.content_cases #contact>div .upper .buttons .form {
	width: 50%;
}

main>.content_cases #contact>div .upper .buttons .form a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../../images/arrow2_white.svg) center right 23px/8px no-repeat, #4073EB;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

main>.content_cases #contact>div .lower {
	padding: 24px 36px;
	text-align: center;
}

main>.content_cases #contact>div .lower a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: url(../../images/icon_download.svg) center right 22px/16px no-repeat, #4073EB;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	padding: 21px 68px 21px 30px;
}

main>.content_cases .border_box{
	border: solid 1px;
	padding: 10px;
	width: fit-content;
	min-width: 50%;
}

.list .case-filter--case{
	padding: 34px 20px 0;
}
.list .case-filter--case .case-filter__title{
	font-weight: 700;
    font-size: 24px;
    line-height: 200%;
}
.list .case-filter--case .case-filter__title::before,
.list .case-filter--case .case-filter__title::after{
	display: none;
}
.list .case-filter--case .case-filter__select-label,
.list .case-filter--case .case-filter__keyword-title{
	font-weight: 700;
    font-size: 20px;
    line-height: 200%;
}
.list .case-filter--case .case-filter__choice{
	font-size: 20px;
}
.list .case-filter--case .case-filter__select-wrap select{
	border-radius: 0;
    background: #FFFFFF;
    border: 1px solid #313133;
    padding: 0 60px 0 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    color: #000000;
    height: 48px;
	min-height: auto;
    position: relative;
    background: url(../../images/select_tri.svg) center right / 48px no-repeat;
    cursor: pointer;;
}
.list .case-filter--case .case-filter__select-wrap::before,
.list .case-filter--case .case-filter__select-wrap::after{
	display: none;
}
.list .case-filter--case .case-filter__actions button{
	font-weight: 700;
	font-size: 16px;
	line-height: 36px;
}



main .search_area .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 200%;
	color: #000000;
	margin-bottom: 30px;
}

main .search_area .search_form {
	background: #fff;
}

main .search_area .search_form .header {
	font-weight: 700;
	font-size: 18px;
	line-height: 65px;
	color: #003B90;
	border-bottom: 3px solid #4073EB;
	text-align: center;
	position: relative;
	cursor: pointer;
}

main .search_area .search_form .header::after {
	width: 40px;
	height: 40px;
	content: '+';
	line-height: 40px;
	color: #fff;
	display: block;
	background: #4073EB;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto 0;
}

main .search_area .search_form .header[aria-expanded="true"]::after {
    content: '-';
}

main .search_area .search_form .content {
	padding: 30px;
	position: relative;
}

main .search_area .search_form .content .category select {
	border-radius: 0;
	background: #FFFFFF;
	border: 1px solid #313133;
	padding: 0 60px 0 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	color: #000000;
	height: 48px;
	position: relative;
	background: url(../../images/select_tri.svg) center right/48px no-repeat;
	cursor: pointer;
	width: auto;
}


main .search_area .search_form .content .category {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 20px;
}

main .search_area .search_form .content .category .text {
	font-weight: 700;
	font-size: 18px;
	line-height: 200%;
	color: #003B90;
	padding-bottom: 0;
	white-space: nowrap;
}

main .search_area .search_form .content .keyword {
	margin-bottom: 20px;
}

main .search_area .search_form .content .keyword .text {
	font-weight: 700;
	font-size: 18px;
	line-height: 200%;
	color: #003B90;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	padding-bottom: 0;
}

main .search_area .search_form .content .keyword .keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 20px;
}

main .search_area .search_form .content .keywords label {
	display: block;
	white-space: nowrap;
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	color: #000000;
	cursor: pointer;
}


main .search_area .search_form .content .keywords label input[type=radio] {
	display: none;
}

main .search_area .search_form .content .keywords label {
	position: relative;
	padding: 0 0 0 42px;
}

main .search_area .search_form .content .keywords label:after,
main .search_area .search_form .content .keywords label:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}

main .search_area .search_form .content .keywords label:before {
	left: 15px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #D9D9D9;
}

main .search_area .search_form .content .keywords label:after {
	left: 19px;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: #0171bd;
	border-radius: 50%;
	opacity: 0;
}

main .search_area .search_form .content .keywords label:has(input[type=radio]:checked):after {
	opacity: 1;
}





main .search_area .search_form .content .button {
	text-align: right;
}
@media screen and (min-width: 900px) {
	main .search_area .search_form .content .button{
		position: absolute;
		top: 30px;
		right: 31px;
	}
}

main .search_area .search_form .content .button button {
	font-weight: 700;
	font-size: 16px;
	line-height: 36px;
	color: #FFFFFF;
	padding: 0 16px 0 36px;
	background: url(../../images/reset.svg) center left 16px/12px no-repeat, #4073EB;
	border: none;
	cursor: pointer;
}
main .search_area .search_form .content .button button:hover{
    opacity: 0.5;
    transition: opacity 0.3s ease;

}


.aligncenter{
	display: block;
	margin: 0 auto;
}



.serviceArea{
	background-color: #F1F3F8;
	padding: 30px;
	margin-top: 60px;
}
.serviceTitle{
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	color: #003B90;
	margin-bottom: 24px;
}

.serviceAreaIn{
	display: flex;
	align-items: center;
    gap: 40px;
    background-color: #fff;
    padding: 30px;
}
.serviceAreaIn .serviceText{
	display: flex;
	flex-flow: column;
	
}
.serviceAreaIn .serviceText .name{
	color:  #003B90;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 10px;
}
.serviceAreaIn .serviceText .text{
	flex: 1;
}

.serviceAreaIn .serviceText .button{
	text-align: right;
}

.serviceAreaIn .serviceText .button a{
	font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    text-align: right;
    color: #000000;
    padding-bottom: 4px;
    border-bottom: 1px solid #000000;
    padding-right: 28px;
    background: url(../../images/arrow_blue.svg) center right / 18px no-repeat;
    text-decoration: none;
}


/* SP */
@media screen and (max-width: 900px) {
	main>.content .text {
		font-size: 14px;
		padding: 0 0 40px 0;
	}
	.list .case-filter--case{
		padding: 30px 20px 0;
	}
	.list .case-filter--case .case-filter__row{
		display: flex;
		flex-flow: column;
		gap: 10px;
	}
	
	.list .case-filter--case .case-filter__select-label,
	.list .case-filter--case .case-filter__keyword-title{
		font-weight: 700;
		font-size: 16px;
	}
	.list .case-filter--case .case-filter__select-wrap{
		width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
	}
	.list .case-filter--case .case-filter__select-wrap select{
		padding: 0 50px 0 10px;
        font-size: 16px;
        height: 32px;
        background: url(../../images/select_tri.svg) center right / 32px no-repeat;
	}
	.list .case-filter--case .case-filter__body{
		padding: 20px;
	}
	.list .case-filter--case .case-filter__choices{
		flex-flow: column;
		gap: 10px;
	}
	.list .case-filter--case .case-filter__choice{
		font-size: 16px;
		font-weight: 500;
		line-height: 200%;
	}
	.list .case-filter--case .case-filter__actions{
		display: block;
		text-align: right;
	}
	.list .case-filter--case .case-filter__actions button{
		width: fit-content;
		color: #FFFFFF;
		padding: 0 16px;
	}



	main>.content .list .list_inner {
		padding: 20px;
		display: block;
	}

	main>.content .list .list_inner article {
		width: 100%;
		margin-bottom: 20px;
	}

	main>.content .list .list_inner article .logo {
		height: 120px;
	}

	main>.content .list .list_inner article .logo img {
		width: 50%;
	}

	main>.content .list .list_inner article .client_name {
		padding: 20px 10px;
		font-size: 16px;
		min-height: 0;
	}

	main>.content .list .list_inner article .description {
		padding: 0 10px;
		font-size: 14px;
		min-height: 0;
	}

	main>.content .list .list_inner article .solution {
		padding: 20px 10px;
		display: block;
	}
	main>.content .list .list_inner article .solution .solution_label br {
		display: none;
	}


	main>.content .list .list_inner article .button {
		padding: 0 10px 20px;
	}

	main>.content .list .list_inner article .button a {
		font-size: 14px;
		padding: 4px 20px;
		/*width: 100%;*/
	}



	main>.content_header .upper {
		display: block;
		margin-bottom: 40px;
	}

	main>.content_header .upper .company {
		width: 100%;
		display: block;
		height: auto;
		margin-top: 20px;
	}

	main>.content_header .upper .company img {
		width: 100%;
		height: auto;
	}

	main>.content_header .lower {
		display: block;
		padding: 20px;
	}

	main>.content_header .lower .service {
		width: 100%;
	}

	main>.content_header .lower .service .label {
		font-size: 18px;
		margin-bottom: 10px;
	}

	main>.content_header .lower .service .label::before {
		content: '◆';
		margin-right: 8px;
	}

	main>.content_header .lower .service .name {
		font-size: 16px;
		padding-left: 0;
		margin-bottom: 20px;
	}

	main>.content_header .lower .contact {
		width: 100%;
		border-left: none;
		padding-left: 0;
		display: block;
	}

	main>.content_header .lower .contact .label {
		font-size: 14px;
		text-align: left;
		margin-bottom: 10px;
	}


	main>.content_header .lower .contact .button a {
		font-size: 14px;
		line-height: 50px;
	}


	main>.content_cases .column2 {
		flex-direction: column-reverse;
		width: 100%;
	}


	main>.content_cases .column2>div:last-child {
		position: relative;
		top: 0;
		margin: 0 10px 20px !important;
		width: calc(100% - 20px) !important;
		border-top: 1px solid #D6DFF5;
		border-bottom: 1px solid #D6DFF5;
		padding: 16px 0;
	}



	main>.content_cases #information {
		background: #FAFAFA;
		padding: 0 10px;
		margin-bottom: 50px;
	}

	main>.content_cases #information>div {
		width: 100%;
		padding: 0;
	}

	main>.content_cases .text {
		font-size: 14px;
	}

	main>.content_cases .text_image {
		flex-direction: column-reverse;
		gap: 10px;
	}

	main>.content_cases .text_image .text {
		width: 100%;
	}

	main>.content_cases .text_image .image {
		width: 100%;
	}

	main>.content_cases .images {
		justify-content: start;
		gap: 10px;
		max-width: 100%;
	}

	main>.content_cases .images img {
		width: 40%;
	}

	main>.content_cases #interview {
		padding: 0 10px;
	}

	main>.content_cases #interview>div {
		width: 100%;
		padding: 60px 0;
	}

	main>.content_cases #interview .title,
	main>.content_cases #profile .title {
		margin-bottom: 30px;
	}

	main>.content_cases #interview .title .ja,
	main>.content_cases #profile .title .ja {
		font-size: 14px;
		margin-bottom: 4px;
	}

	main>.content_cases #interview .title .en,
	main>.content_cases #profile .title .en {
		font-size: 30px;
		line-height: 1;
	}

	main>.content_cases #interview h1 {
		font-size: 16px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	main>.content_cases #interview h2 {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	main>.content_cases #interview>div>div {
		margin-bottom: 40px;
	}

	main>.content_cases #interview p {
		font-size: 14px;
	}

	main>.content_cases #interview img.right {
		float: none;
		display: block;
		margin: 0 0 20px 0;
	}

	main>.content_cases #interview img.left {
		float: none;
		display: block;
		margin: 0 0 20px 0;
	}

	main>.content_cases #profile {
		background: #ECF1FD;
		padding: 0;
	}

	main>.content_cases #profile>div {
		width: 100%;
		padding: 20px 10px;
	}

	main>.content_cases #profile table th {
		white-space: nowrap;
		font-size: 14px;
	}

	main>.content_cases #profile table td {
		padding: 16px 0 16px 20px;
		font-size: 14px;
	}

	main>.content_cases #contact {
		padding: 0;
	}

	main>.content_cases #contact>div {
		display: block;
		padding: 10px;
	}

	main>.content_cases #contact>div .upper {
		padding: 20px;
	}

	main>.content_cases #contact>div .upper .title {
		font-size: 16px;
	}

	main>.content_cases #contact>div .upper .text {
		font-size: 14px;
	}

	main>.content_cases #contact>div .upper .buttons {
		display: block;
	}

	main>.content_cases #contact>div .upper .buttons .telfax {
		padding: 10px;
		width: 100%;
		margin-bottom: 10px;
	}

	main>.content_cases #contact>div .upper .buttons .telfax .tel {
		font-size: 14px;
	}

	main>.content_cases #contact>div .upper .buttons .tel em {
		font-size: 18px;
	}

	main>.content_cases #contact>div .upper .buttons .fax {
		font-size: 14px;
	}

	main>.content_cases #contact>div .upper .buttons .split {
		display: none;
	}

	main>.content_cases #contact>div .upper .buttons .form {
		width: 100%;
	}

	main>.content_cases #contact>div .upper .buttons .form a {
		font-size: 14px;
		line-height: 50px;
	}

	main>.content_cases #contact>div .lower {
		padding: 20px;
		text-align: left;
	}

	main>.content_cases #contact>div .lower a {
		font-size: 14px;
		line-height: 50px;
		padding: 0;
		width: 100%;
	}



	main .search_area .title {
		font-size: 16px;
	}

	main .search_area .search_form {}

	main .search_area .search_form .header {
		font-size: 16px;
		line-height: 60px;
	}

	main .search_area .search_form .header::after {
		width: 36px;
		height: 36px;
		line-height: 36px;
		/*content: '-' !important;*/
	}
	/*main .search_area .search_form .header[aria-expanded="true"]::after{
		content: '+' !important;
	}*/

	main .search_area .search_form .content {
		padding: 20px;
		/*display: block;*/
	}
	/*main .search_area .search_form .header[aria-expanded="true"] + .content{
		display: none;
	}*/

	main .search_area .search_form .content .category select {
		padding: 0 50px 0 10px;
		font-size: 16px;
		height: 32px;
		background: url(../../images/select_tri.svg) center right/32px no-repeat;
		width: 100%;
	}


	main .search_area .search_form .content .category {
		flex-direction: column;
		gap: 10px;
	}

	main .search_area .search_form .content .category .text {
		font-size: 16px;
		padding-bottom: 0;
	}

	main .search_area .search_form .content .keyword {
		margin-bottom: 30px;
	}

	main .search_area .search_form .content .keyword .text {
		font-size: 16px;
		padding-bottom: 0;
		margin-bottom: 10px;
	}

	main .search_area .search_form .content .keyword .keywords {
		flex-direction: column;
		gap: 10px;
	}

	main .search_area .search_form .content .keywords label {
		width: 100%;
		font-size: 16px;
	}


	main .search_area .search_form .content .keywords label input[type=radio] {
		display: none;
	}

	main .search_area .search_form .content .keywords label {
		position: relative;
		padding: 0 0 0 30px;
	}

	main .search_area .search_form .content .keywords label:before {
		left: 0;
	}

	main .search_area .search_form .content .keywords label:after {
		left: 4px;
	}

	.serviceArea{
		padding: 30px 10px;
		margin-top: 40px;
	}
	.serviceTitle{
		font-size: 18px;
		margin-bottom: 16px;
	}
	.serviceAreaIn{
		flex-flow: column;
		gap: 16px;
		padding: 30px 10px;
	}
	.serviceAreaIn .serviceLogo img{
		margin: auto;
	}
	.serviceAreaIn .serviceText .name{
		font-size: 16px;
	}
	.serviceAreaIn .serviceText .text{
		font-size: 14px;
	}

	.serviceAreaIn .serviceText .button a{
		font-size: 14px;
	}

}