@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body,div,pre,p,blockquote,form,ul,ol,li,fieldset,input,textarea,select,option,dl,dt,dd,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {margin:0;padding:0;}
body,div,pre,p,blockquote,form,ul,ol,li,fieldset,input,textarea,select,option,dl,dt,dd,h1,h2,h3,h4,h5,h6,table,embed,object {vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,menu,nav,section,main {display:block;margin:0;padding:0;}
body,table {font-size:14px;line-height:1;color:#333333;}
body {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing: 0.04em;
}
p {line-height:1;}
img {border:0;}
a {transition-property:all;transition:0.3s linear;}
input[type="submit"] {cursor:pointer;}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	transition: all 0.3s;
	border-bottom: 1px solid #EEEEEE;
	box-sizing: border-box;
	z-index: 10;
}
header a {
	transition-duration: 0.2s;
}
#header {
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	font-feature-settings: 'palt' on;
}
#header>h1>a {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	padding-right: 12px;
	border-right: 1px solid #E6E9F2;
}
#header>h1 span {
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.04em;
	padding-left: 12px;
	vertical-align: middle;
}
#header>h1 span a {
	color: #616161;
	text-decoration: none;
}
#header-menu a {
	text-decoration: none;
}
#header-primary a:first-child::before {
	content: '';
	background: url(../images/header-mail.svg) no-repeat center;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 4px;
	vertical-align: -5px;
}
.header-cards h3 {
	font-weight: bold;
	color: #212121;
}
.header-cards h3 a {
	color: #212121;
}
.header-cards h4 {
	color: #5A7996;
	font-weight: bold;
}
.header-cards h4 a {
	color: #5A7996;
}
.header-cards p {
	font-weight: 500;
	color: #616161;
}
.header-pic-links {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.header-pic-links a {
	display: block;
	background: #FFFFFF;
	border: 1px solid #E6E9F2;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 8px;
	width: 136px;
	height: 140px;
	text-decoration: none;
}
.header-pic-links span {
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	display: inline-block;
	position: relative;
	color: #CD2E26;
    font-feature-settings: 'palt' on;
	margin-right: 13px;
}
.header-pic-links span::after {
	content: '';
	background: url(../images/header-arrow.svg) no-repeat center;
	width: 12px;
	height: 18px;
	position: absolute;
	top: 0;
	right: -14px;
}
.header-links {
	font-size: 0;
}
.header-links a {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 7px;
	background: #FFFFFF;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
	color: #CD2E26;
	margin-bottom: 4px;		
}
.header-links a::after {
	content: '';
	background: url(../images/header-chevron.svg) no-repeat center;
	width: 12px;
	height: 12px;
	margin-left: 4px;
	vertical-align: middle;
	display: inline-block;
}
.header-case-links {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 0;
	margin-bottom: -8px;
}
.header-case-links a {
	display: block;
	text-decoration: none;
	width: 96px;
	height: 64px;
	border: 1px solid #E6E9F2;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #fff;
	overflow: hidden;
}
.header-case-links a img {
	border-radius: 8px;
}
.header-interviews {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.header-interviews a {
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	border-radius: 8px;
	background: #FFFFFF;
	width: 136px;
}
.header-interviews a img {
	border-radius: 8px 8px 0 0;
}
.header-interviews a span {
	display: block;
	padding: 8px 8px 9px;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: #3D576E;
	height: 36px;
	border: 1px solid #E6E9F2;
	border-top: none;
}
.header-reports {
	list-style-type: none;
}
.header-reports:last-child {
	margin-bottom: 0;
}
.header-reports li:last-child {
	margin-bottom: 0;
}
.header-reports a {
	display: block;
	border-left: 2px solid #C6D8E8;
	color: #34394A;
	position: relative;
}
.header-reports a::after {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/header-link.svg) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.header-column a {
	margin-bottom: 8px;
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
}
.header-column a img {
	border-radius: 8px 0 0 8px;
	width: 136px;
}
.header-column a span {
	display: block;
	border: 1px solid #E6E9F2;
	border-radius: 0 8px 8px 0;
	color: #3D576E;
	box-sizing: border-box;
	padding: 12px;
	letter-spacing: 0;
	width: 304px;
}
#header-content-3 .header-cards>div:last-child {
	font-feature-settings: 'palt' on;
}
.header-cards span.header-ec-news-desc {
	color: #5A7996;
	font-weight: 500;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.04em;
	display: inline-block;
	padding-left: 8px;
	margin-left: 8px;
	border-left: 1px solid #E0E0E0;
}
.header-cards span.header-ec-news-desc::after {
	content: '毎週更新中';
	color: #fff;
	line-height: 150%;
	display: inline-block;
	padding: 4px 8px;
	margin-left: 8px;
	background: #5A7996;
	border-radius: 4px;
}
.header-ec-news-list {
	list-style-type: none;
}
.header-ec-news-list li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.04em;
	display: block;
	color: #34394A;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #E6E9F2;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 10px;
}
.header-ec-news-list li a:hover {
	color: #2C699E;
	box-shadow: 0px 4px 8px rgba(52, 57, 74, 0.1);
	border-color: #C6D8E8;
}
.header-ec-news-list li a span {
	color: #CD2D26;
	font-weight: 700;
	font-size: 10px;
	line-height: 140%;
	letter-spacing: 0;
	border: 1px solid #CD2D26;
	box-sizing: border-box;
	border-radius: 10px;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 6px;
	margin-right: 10px;
	margin-left: 12px;
	text-decoration: none;
}
.header-ec-news-list li a::before {
	content: '';
	width: 2px;
	height: 22px;
	background: #C6D8E8;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
}
.header-ec-news-list li a:hover::before {
	background: #2C699E;
}
.header-ec-news-list li a::after {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/header-link.svg) no-repeat center;
	position: absolute;
	right: 9px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.header-foot-links {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
}
.header-foot-links h3 {
	color: #5A7996;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
}
.header-foot-links a {
	display: block;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500;
	color: #2C699E;
	width: 136px;
	background: #fff;
}
.header-foot-links a>div:first-child {
	font-size: 0;
	text-align: center;
}
.header-foot-links a>div:first-child img {
	border-radius: 8px 8px 0 0;
}
.header-foot-links a>div:last-child {
	padding: 8px 8px 9px;
	border: 1px solid #E6E9F2;
	border-top: none;
	border-radius: 0 0 8px 8px;
	box-sizing: border-box;
}
.header-foot-cases {
	text-align: center;
}
.header-foot-cases h3 {
	color: #5A7996;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
}
.header-foot-cases h3 a {
	color: #5A7996;
	text-decoration: none;
}
.header-foot-cases>div>img {
	vertical-align: middle;
}
.header-foot-news>div:first-child>h3 {
	font-weight: bold;
	color: #212121;
}
.header-foot-news>div:first-child>p {
	font-weight: 500;
	color: #5A7996;
}
.header-foot-news>div:last-child a {
	border-left: 2px solid #C6D8E8;
	padding-left: 12px;
	padding-right: 30px;
	color: #34394A;
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.header-foot-news>div:last-child a::after {
	content: '';
	background: url(../images/header-foot-link.svg) no-repeat center;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.header-foot-expo h3 {
	font-weight: bold;
	color: #212121;
}
.header-foot-expo p {
	color: #34394A;
}

footer a {
	transition-duration: 0.2s;
}
#footer-menu {
	background: #34394A;
}
#footer-menu-logo {
	font-size: 0;
}
#footer-menu-list>div p {
	color: #E5EFFD;
	font-weight: bold;
}
#footer-menu-list>div p a {
	color: #E5EFFD;
}
#footer-menu-list>div ul {
	list-style-type: none;
	margin-bottom: 12px;
}
#footer-menu-list>div ul:last-child {
	margin-bottom: 0;
}
#footer-menu-list>div li {
	color: #89A2BA;
}
#footer-menu-list>div li:last-child {
	margin-bottom: 0;
}
#footer-menu-list>div li a {
	color: #89A2BA;
}
#footer-menu-list>div a {
	text-decoration: none;
}
#footer-around {
	background: #F5F6FA;
	border-bottom: 1px solid #E7ECF4;
}
#footer-around h3 {
	font-weight: 500;
	font-size: 13px;
	line-height: 160%;
	letter-spacing: 0.04em;
	color: #424242;
	margin-bottom: 12px;
}
#footer-around ul {
	list-style-type: none;
	color: #3D576E;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.04em;
}
#footer-around li a {
	color: #3D576E;
	text-decoration: none;
}
#footer-copyright {
	background: #F5F6FA;
}
#footer-copyright>div:first-child {
	font-size: 0;
}
#footer-copyright>div:nth-child(2) a {
	color: #3D576E;
	text-decoration: none;
}
#footer-copyright>div:last-child {
	color: #A9BDD1;
}

#tags {
	font-feature-settings: 'palt' on;
}
#tag-dl {
	display: none;
}
#tag-contact {
	background: #DF382C;
	border-radius: 6px 0px 0px 6px;
	padding: 12px 16px 16px;
	position: fixed;
	right: 0;
	bottom: 100px;
	font-weight: bold;
	font-size: 16px;
	line-height: 105%;
	letter-spacing: 0.08em;
	color: #FFFFFF;
	z-index: 5;
	text-decoration: none;
	display: block;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
	transition-duration: 0.2s;
	box-sizing: border-box;
}
#tag-contact span {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	width: 18px;
}
#tag-contact span::before {
	content: '';
	background: url(../images/header-mail.svg) no-repeat center;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-bottom: 2px;
	vertical-align: 1px;
}

#index9 {
	padding: 80px calc(50% - 480px) 93px;
	background: #EA5248 url(../images/top-9-logo.svg) no-repeat left 141% bottom -51px / 67%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
#index9 a {
	transition-duration: 0.2s;
}
#index9>div:first-child {
	color: #FFFFFF;
	width: 480px;
}
#index9>div:first-child h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 24px;
}
#index9>div:first-child p {
	font-size: 16px;
	line-height: 180%;
}
#index9>div:last-child {
	font-size: 0;
	width: 435px;
}
#index9>div:last-child a {
	text-decoration: none;
	padding: 12px 24px;
	display: inline-block;
	margin-left: 16px;
	font-weight: bold;
	font-size: 16px;
	line-height: 180%;
	background: #FFFFFF;
	border-radius: 6px;
}
#index9>div:last-child a::after {
	content: '';
	display: inline-block;
	margin-left: 4px;
	vertical-align: -5px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
}
#index9>div:last-child a:first-child {
	color: #2C699E;
}
#index9>div:last-child a:last-child {
	color: #CD2D26;
}
#index9>div:last-child a:first-child::after {
	background-image: url(../images/top-9-arrow-blue.svg);
}
#index9>div:last-child a:last-child::after {
	background-image: url(../images/top-9-arrow-red.svg);
}
  
#breadcrumbs {
	background: #f0f2f5;
	font-size: 13px;
	line-height: 26px;
	padding: 12px 0;
	color: #3d537d;
}
#breadcrumbs a {
	text-decoration: none;
	color: #3d537d;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

div.inner {
	width: 960px;
	margin: 0 auto;
}

.fwt {
	visibility: hidden;
}
.fwted {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility:visible !important;
}
@-webkit-keyframes fadeInDown {
	0% {opacity:0;-webkit-transform:translateY(-20px);}
	100% {opacity:1;-webkit-transform:translateY(0);}
}
@keyframes fadeInDown {
	0% {opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
	100% {opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.pop-content {
	position: fixed;
	right: 50px;
	bottom: 50px;
	background: #fff;
	box-shadow: 0px 12px 32px rgba(52,57,74,0.15), 0px 8px 16px rgba(52,57,74,0.05);
	border-radius: 8px;
	display: none;
	width: 260px;
	padding-bottom: 24px;
	z-index: 2;
}
.pop-content h2 {
	background: #df382c;
	font-weight: bold;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #fff;
	margin-bottom: 16px;
	position: relative;
	border-radius: 8px 8px 0 0;
}
.pop-content h2.longtext {
	padding-right: 25px;
	font-size: 90%;
}
.pop-content h2 span {
	background: url("../images/prod-contact-close.svg") no-repeat center;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.pop-content h2.longtext span {
	right: 10px;
}
.pop-content >div {
	font-size: 0;
	text-align: center;
	margin-bottom: 24px;
}
.pop-content p {
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
	color: #424242;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 24px;
}
.pop-content p:last-child {
	margin-bottom: 0;
}
.pop-content p:last-child a {
	background: #df382c;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 0.04em;
	color: #fff;
	width: 168px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
}
.pop-content p:last-child a.small {
	font-size: 13px;
}
.pop-content p:last-child a::before {
	content: '';
	display: inline-block;
	background: url("../images/prod-contact-download.svg") no-repeat center;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	vertical-align: middle;
}
  
@media screen and (min-width: 751px) {
	.pc {
		display: block;
	}
	.pc-flex {
		display: flex;
	}
	.sp,
	.sp-inline {
		display: none;
	}
	.imgswap>:first-child {
		display: inline-block;
	}
	.imgswap>:last-child {
		display: none;
	}
	header {
		min-width: 1200px;
		height: 64px;
		margin: 0;
	}
	#header {
		width: 1200px;
	}
	#header>h1 {
		padding-left: 24px;
		width: 405px;
	}
	#header>nav {
		padding-right: 24px;
		width: 730px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-end;
		align-items: center;
	}
	#header-menu {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#header-menu a {
		display: block;
		padding: 17px 11px 19px;
		font-size: 14px;
		line-height: 160%;
		font-weight: 700;
		letter-spacing: 0.04em;
		color: #424242;
		margin-left: 8px;
		position: relative;
		box-sizing: border-box;
		border: 1px solid transparent;
		text-align: center;
	}
	#header-menu a.sel {
		background: #F5F6FA;
		color: #CD2E26;
		border-color: rgba(29, 48, 64, 0.1);
	}
	#header-menu a:first-child {
		margin-left: 0;
	}
	#header-menu a:hover {
		box-sizing: border-box;
		border-radius: 4px;
		border-color: rgba(29, 48, 64, 0.1);
	}
	#header-menu a:hover::before {
		content: '';
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		bottom: -10px;
		height: 10px;
	}
	#header-menu a::after {
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 18px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#header-menu a:hover::after {
		content: '';
		background-image: url(../images/header-menu-arrow.svg);
	}
	#header-menu a.sel::after {
		content: '';
		background-image: url(../images/header-menu-arrow-sel.svg);
	}
	#header-primary {
		margin-left: 12px;
		font-size: 0;
	}
	#header-primary a {
		vertical-align: middle;
		display: inline-block;
	}
	#header-primary a:first-child {
		font-weight: bold;
		font-size: 14px;
		line-height: 160%;
		text-decoration: none;
		letter-spacing: 0.04em;
		color: #fff;
		background: #DF382C;
		border-radius: 4px;
		padding: 8px 16px 9px 12px;
	}
	#header-primary a:first-child:hover {
		background-color: #CD2D26;
	}
	#header-primary a:first-child:active {
		background-color: #B11C13;
	}
	#header-primary a:last-child {
		font-size: 0;
		margin-left: 14px;
	}
	#header-content {
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.header-content-box {
		box-sizing: border-box;
		padding: 12px;
		border: 1px solid #DBDFED;
		background-color: #fff;
		box-shadow: 0px 12px 32px rgba(52, 57, 74, 0.15), 0px 8px 16px rgba(52, 57, 74, 0.05);
		border-radius: 12px;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	#header-content-primary {
		display: none;
	}
	.header-content-box h2 {
		display: none;
	}
	.header-cards {
		background: #F5F6FA;
		border-radius: 4px;
		padding: 24px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: stretch;
	}
	.header-cards>div {
		width: 440px;
	}
	.header-cards h3 {
		font-size: 16px;
		line-height: 180%;
		letter-spacing: 0.04em;
		margin-bottom: 17px;
	}
	.header-cards h4 {
		padding-top: 17px;
		font-size: 12px;
		line-height: 150%;
		margin-bottom: 17px;
	}
	.header-cards p {
		font-size: 12px;
		line-height: 150%;
		letter-spacing: 0.04em;
		margin-bottom: 24px;
	}
	.header-cards p:last-child {
		margin-bottom: 0;
	}
	.header-cards>div:nth-child(2n+1) {
		padding-right: 40px;
		border-right: 1px solid #E0E0E0;
	}
	.header-cards>div:nth-child(2n) {
		padding-left: 40px;
	}
	.header-pic-links a:hover {
		box-shadow: 0px 4px 8px rgba(52, 57, 74, 0.1);
		border-color: #C6D8E8;
	}
	.header-pic-links img {
		display: block;
		margin-bottom: 8px;
	}
	.header-links a {
		margin-right: 27px;
	}
	.header-links a:hover {
		background: #eff0f1;
	}
	.header-links a:active {
	    background: #e4e6e7;
	}
	.header-case-links a {
		margin-bottom: 16px;
	}
	.header-case-links a:hover {
		border: 1px solid #C6D8E8;
		filter: drop-shadow(0px 4px 8px rgba(52, 57, 74, 0.1));
	}
	.header-case-links a:nth-child(4n+2):last-child {
		margin-right: 232px;
	}
	.header-case-links a:nth-child(4n+3):last-child {
		margin-right: 116px;
	}
	.header-interviews a:hover {
		filter: drop-shadow(0px 4px 8px rgba(52, 57, 74, 0.1));
	}
	.header-reports {
		margin-bottom: 24px;
	}
	.header-reports li {
		margin-bottom: 12px;
	}
	.header-reports a {
		padding-left: 12px;
		padding-right: 30px;
		font-size: 14px;
		line-height: 160%;
	}
	.header-reports a:hover {
		border-left-color: #2C699E;
		color: #2C699E;
	}
	.header-reports a:hover div {
		color: #34394A;
	}
	.header-news a {
		text-decoration: none;
	}
	.header-news a div {
		margin-bottom: 2px;
	}
	.header-news a span {
		text-decoration: underline;
	}
	.header-reports+.header-links a {
		border: 1px solid #C6D8E8;
		margin-bottom: 0;
	}
	.header-column a {
		height: 88px;
	}
	.header-column a:hover {
		filter: drop-shadow(0px 4px 8px rgba(52, 57, 74, 0.1));
	}
	.header-column a img {
		height: 88px;
	}
	.header-column a span {
		font-size: 14px;
		line-height: 160%;
		height: 88px;
		box-sizing: border-box;
		width: 304px;
	}
	#header-content-1 .header-cards>div:first-child>h3 {
		margin-bottom: 8px;
	}
	#header-content-1 .header-cards>div:first-child>h3:first-child {
		margin-bottom: 1px;
	}
	#header-content-1 .header-cards>div:first-child>p {
		margin-bottom: 12px;
	}
	#header-content-1 .header-cards>div:last-child .header-links {
		columns: 2;
		column-gap: 16px;
		width: 390px;
	}
	#header-content-1 .header-cards>div:last-child .header-links a {
		margin-right: 0;
	}
	.header-foot {
		margin-top: 24px;
		margin-bottom: 12px;
	}
	.header-foot-links h3 {
		display: inline-flex;
		align-items: center;
		padding-right: 20px;
		border-right: 1px solid #EEEEEE;
		margin-right: 20px;
	}
	.header-foot-links>div {
		width: 448px;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.header-foot-links a>div:last-child {
		font-size: 12px;
		line-height: 150%;
	}
	.header-foot-links a:hover {
		filter: drop-shadow(0px 4px 8px rgba(52, 57, 74, 0.1));
	}
	.header-foot-cases h3 {
		display: inline-block;
		padding-right: 20px;
		border-right: 1px solid #EEEEEE;
		margin-right: 20px;
	}
	.header-foot-cases>div {
		display: inline-block;
		vertical-align: middle;
		font-size: 0;
	}
	.header-foot-cases>div>img {
		margin-right: 20px;
	}
	.header-foot-cases>div>img:last-child {
		margin-right: 0;
	}
	.header-foot-news {
		width: 750px;
		display: flex;
		flex-flow: row nowrap;
		align-items: stretch;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.header-foot-news>div:first-child {
		border-right: 1px solid #EEEEEE;
		padding-right: 20px;
		margin-right: 20px;
	}
	.header-foot-news>div:first-child>h3 {
		font-size: 16px;
		line-height: 180%;
		margin-bottom: 4px;
	}
	.header-foot-news>div:first-child>p {
		font-size: 12px;
		line-height: 150%;
	}
	.header-foot-news>div:last-child {
		width: 440px;
		display: flex;
		align-items: center;
	}
	.header-foot-news>div:last-child a {
		font-size: 14px;
		line-height: 160%;
	}
	.header-foot-news>div:last-child a:hover {
		border-left-color: #2C699E;
		color: #2C699E;
	}
	.header-foot-expo {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: stretch;
	}
	.header-foot-expo h3 {
		font-size: 16px;
		line-height: 180%;
		padding-right: 20px;
		border-right: 1px solid #EEEEEE;
		margin-right: 20px;
		display: flex;
		align-items: center;
	}
	.header-foot-expo>div {
		width: 764px;
	}
	.header-foot-expo p {
		font-size: 16px;
		line-height: 180%;
		margin-bottom: 12px;
	}
	.header-foot-expo p small {
		margin-top: 2px;
		font-size: 14px;
		line-height: 160%;
	}
	.header-foot-expo>div>div.header-links a {
		border: 1px solid #C6D8E8;
		margin-bottom: 0;
	}
	main {
		min-width: 1200px;
		padding-top: 64px;
	}	
	footer {
		min-width: 1200px;
	}
	#footer-menu {
		padding: 40px calc(50% - 480px) 54px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	#footer-menu-list {
		width: 680px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	#footer-menu-list>div {
		width: 160px;
	}
	#footer-menu-list>div p {
		font-size: 14px;
		line-height: 160%;
		margin-bottom: 12px;
	}
	#footer-menu-list>div p a:hover {
		text-decoration: underline;
	}
	#footer-menu-list>div li {
		margin-bottom: 8px;
		font-weight: 500;
		font-size: 12px;
		line-height: 150%;
	}
	#footer-menu-list>div li a:hover {
		text-decoration: underline;
	}
	#footer-menu-list>div li a:active {
		text-decoration: underline;
		color: #1D3040;
	}
	#footer-around {
		padding: 24px calc(50% - 480px);
	}
	#footer-around li {
		display: inline-block;
		margin-right: 24px;
	}	
	#footer-around li a:hover {
		text-decoration: underline;
	}
	#footer-copyright {
		padding: 0 calc(50% - 480px);
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		height: 64px;
	}
	#footer-copyright>div:nth-child(2) {
		font-weight: 500;
		font-size: 12px;
		line-height: 150%;
		width: 417px;
	}
	#footer-copyright>div:nth-child(2) a {
		white-space: nowrap;
		margin-right: 24px;
	}
	#footer-copyright>div:last-child {
		font-weight: 500;
		font-size: 10px;
		line-height: 150%;
		letter-spacing: 0.08em;
	}
	#tag-contact:hover {
		background-color: #CD2D26;
	}
	#tag-contact:active {
		background-color: #B11C13;
	}
	#index9>div:last-child a:hover {
		background: linear-gradient(0deg, rgba(29, 48, 64, 0.05), rgba(29, 48, 64, 0.05)), #FFFFFF;
	}
	#index9>div:last-child a:active {
		background: linear-gradient(0deg, rgba(29, 48, 64, 0.1), rgba(29, 48, 64, 0.1)), #FFFFFF;
	}
}
@media screen and (max-width: 750px) {
	p,h1,h2,h3,h4,h5,h6 {
		max-height: 100%;
	}
	body {
		-webkit-text-size-adjust: 100%;
	}
	.pc,
	.pc-flex {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp-inline {
		display: inline;
	}
	.imgswap>:first-child {
		display: none;
	}
	.imgswap>:last-child {
		display: inline-block;
	}

	header {
		height: 56px;
	}
	#header>h1 {
		padding-left: 16px;
	}
	#header>h1>a {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	#header>h1 img {
		width: 112px;
		height: auto;
	}
	#header>h1 span {
		font-size: 10px;
		line-height: 150%;
		letter-spacing: 0.08em;
	}
	#header>nav {
		width: 40px;
		height: 40px;
		position: relative;
		margin-right: 8px;
	}
	header.open #header>nav {
		background: #F5F6FA;
		border-radius: 8px;
	}
	#header>nav::before {
		content: '';
		height: 2px;
		width: 24px;
		position: absolute;
		top: 16px;
		left: 8px;
		background: #34394A;
		transition: all 0.3s;
		transform-origin: 8px 1px;
	}
	#header>nav::after {
		content: '';
		height: 2px;
		width: 24px;
		position: absolute;
		bottom: 16px;
		left: 8px;
		background: #34394A;
		transition: all 0.3s;
		transform-origin: 8px 1px;
	}
	header.open #header>nav::before {
		transform: rotate(45deg);
	}
	header.open #header>nav::after {
		transform: rotate(-45deg);
	}
	#header-menu {
		display: none;
	}
	#header-primary {
		display: none;
	}
	#header-content {
		overflow: auto;
		position: fixed;
		top: 56px;
		width: 100%;
		height: 0;
		transition: height 0.3s;
		background: rgba(219,223,237,0.9);
		box-sizing: border-box;
	}
	header.open #header-content {
		height: calc(100vh - 56px);
		padding: 10px;
	}
	#header-content>div {
		border-right: 1px solid #DBDFED;
		border-left: 1px solid #DBDFED;
	}
	#header-content>div:first-child {
		border-radius: 8px 8px 0 0;
		border-top: 1px solid #DBDFED;
	}
	#header-content>div:last-child {
		border-radius: 0 0 8px 8px;
		border-bottom: 1px solid #DBDFED;
	}
	.header-content-box {
		padding: 15px 8px;
		background: #FFFFFF;
		box-shadow: 0px 8px 16px rgba(52, 57, 74, 0.05);
		box-sizing: border-box;
		position: relative;
	}
	.header-content-box.open {
		padding: 8px;
	}
	.header-content-box::after {
		content: '';
		background: #DBDFED;
		height: 1px;
		width: calc(100% - 16px);
		display: block;
		position: absolute;
		bottom: 0;
		left: 8px;
	}
	#header-content-primary {
		padding: 16px 16px 16px 26px;
		background: #FFFFFF;
		box-shadow: 0px 8px 16px rgba(52, 57, 74, 0.05);
		box-sizing: border-box;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	#header-content-primary a {
		display: block;
	}
	#header-content-primary a:first-child {
		font-size: 0;
	}
	#header-content-primary a:last-child {
		font-weight: bold;
		font-size: 16px;
		line-height: 180%;
		text-decoration: none;
		color: #fff;
		background: #DF382C;
		border-radius: 4px;
		padding: 8px 16px;
	}
	#header-content-primary a:last-child::before {
		content: '';
		display: inline-block;
		background: url(../images/header-mail.svg) no-repeat center;
		width: 18px;
		height: 18px;
		margin-right: 4px;
		vertical-align: -3px;
	}
	.header-content-box h2 {
		font-size: 14px;
		line-height: 180%;
		text-align: center;
		position: relative;
		font-weight: normal;
		color: #212121;
		padding: 3px 0 4px;
	}
	.header-content-box.open h2 {
		font-weight: bold;
		padding-bottom: 12px;
	}
	.header-content-box h2::after {
		content: '';
		display: block;
		background: url(../images/header-menu-arrow.svg) no-repeat center;
		width: 24px;
		height: 24px;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 4px;
		margin: auto;
		transition: transform 0.3s;
	}
	.header-content-box.open h2::after {
		transform: rotate(180deg);
	}
	.header-cards {
		display: none;
		background: none;
		border-radius: 0;
		padding: 0;
	}
	.header-content-box.open .header-cards {
		display: block;
	}
	.header-cards h3 {
		font-size: 12px;
		line-height: 150%;
		letter-spacing: 0.1em;
		margin-bottom: 8px;
	}
	.header-cards h3:last-child {
		margin-bottom: 0;
	}
	.header-cards h3 a {
		font-weight: 700;
		font-size: 14px;
		line-height: 180%;
		letter-spacing: 0.04em;
		color: #212121;
		text-decoration: none;
		display: block;
		padding: 15px 15px 16px;
		background: #FFFFFF;
		border: 1px solid #C6D8E8;
		border-radius: 8px;
		position: relative;
		text-align: center;
	}
	.header-cards h3 a::after {
		content: '';
		background: url(../images/header-menu-arrow.svg) no-repeat center;
		background-size: contain;
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 2px;
		margin: auto;
		transform: rotate(-90deg);
	}
	.header-cards h4 {
		font-size: 12px;
		line-height: 150%;
		margin-bottom: 17px;
		text-align: center;
	}
	.header-cards p {
		font-size: 10px;
		line-height: 150%;
		letter-spacing: 0.08em;
		margin-bottom: 12px;
	}
	.header-cards p:last-child {
		margin-bottom: 0;
	}
	.header-cards>div {
		background: #F5F6FA;
		border-radius: 8px;
		padding: 8px;
		margin-bottom: 8px;
	}
	.header-cards>div:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
	.header-pic-links {
		padding: 0 16px;
		margin-left: -16px;
		margin-right: -16px;
		overflow: auto;
	}
	.header-pic-links a {
		margin-right: 8px;
	}
	.header-pic-links a:last-child {
		margin-right: 0;
	}
	.header-pic-links img {
		display: block;
		margin-bottom: 8px;
	}
	.header-links {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: stretch;
		border: 1px solid #C6D8E8;
		border-radius: 8px;
		background-color: #E6E9F2;
	}
	.header-links a {
		width: 50%;
		padding: 12px 1px;
		margin: 1px 0 0;
		text-align: center;
		box-sizing: border-box;
		border-radius: 0;
	}
	.header-links a:first-child {
		border-radius: 8px 0 0 0;
		margin-top: 0;
	}
	.header-links a:nth-child(2) {
		border-radius: 0 8px 0 0;
		margin-top: 0;
	}
	.header-links a:nth-child(2n) {
		margin-left: 1px;
		width: calc(50% - 1px);
	}
	.header-links a:nth-child(2n+1):nth-last-child(2) {
		border-radius: 0 0 0 8px;
	}
	.header-links a:nth-child(2n):last-child {
		border-radius: 0 0 8px 0;
	}
	.header-links a:nth-child(2n+1):last-child {
		width: 100%;
		border-radius: 0 0 8px 8px;
	}
	.header-links a:first-child:last-child {
		width: 100%;
		border-radius: 8px;
		border: none;
	}
	.header-links a::after {
		content: none;
	}
	.header-case-links a {
		margin-bottom: 8px;
	}
	.header-case-links a:nth-child(3n+2):last-child {
		margin-right: calc(50% - 48px);
	}
	.header-interviews {
		flex-flow: row nowrap;
		justify-content: flex-start;
		margin-left: -16px;
		margin-right: -16px;
		padding: 0 16px;
		overflow: auto;
	}
	.header-interviews a {
		margin-right: 8px;
	}
	.header-interviews a:last-child {
		margin-right: 0;
	}
	.header-interviews a img {
		border-radius: 8px 8px 0 0;
	}
	.header-reports {
		margin-bottom: 12px;
	}
	.header-reports li {
		margin-bottom: 16px;
	}
	.header-reports a {
		padding-left: 12px;
		padding-right: 30px;
		font-size: 14px;
		line-height: 180%;
		letter-spacing: 0.04em;
		color: #34394A;
	}
	.header-reports a::after {
		content: '';
		width: 18px;
		height: 18px;
		background: url(../images/header-link.svg) no-repeat center;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.header-news a {
		text-decoration: none;
	}
	.header-news a div {
		margin-bottom: 2px;
	}
	.header-news a span {
		text-decoration: underline;
	}
	.header-reports+.header-links a {
		border: 1px solid #C6D8E8;
		margin-bottom: 0;
	}
	.header-column a {
		height: 96px;
	}
	.header-column a:last-child {
		margin-bottom: 0;
	}
	.header-column a img {
		height: 96px;
	}
	.header-column a span {
		font-size: 12px;
		line-height: 150%;
		height: 96px;
		width: 304px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		position: relative;
	}
	.header-column a span::after {
		content: '';
		display: block;
		height: 12px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #fff;
	}
	.header-cards p.header-ec-news-weekly {
		font-weight: 500;
		font-size: 12px;
		line-height: 150%;
		letter-spacing: 0.04em;
		color: #FFFFFF;
		background: #5A7996;
		border-radius: 4px;
		margin-bottom: 8px;
		width: fit-content;
		padding: 4px 8px;
	}
	.header-cards span.header-ec-news-desc {
		display: block;
		padding-left: 0;
		margin-left: 0;
		border-left: none;
		letter-spacing: 0;
	}
	.header-cards span.header-ec-news-desc::after {
		padding: 4px;
		margin-left: 4px;
		font-size: smaller;
	}
	.header-ec-news-list li a {
		padding: 8px 8px 8px 20px;
	}
	.header-ec-news-list li a span {
		margin-right: 10px;
		text-align: center;
		margin-left: 0;
		width: 40px;
	}
	.header-ec-news-list li a::before {
		height: 22px;
	}
	.header-ec-news-list li a::after {
		content: none;
	}
	.header-foot {
		display: none;
		margin-top: 16px;
		margin-bottom: 9px;
		border-top: 1px solid #E6E9F2;
		padding-top: 8px;
	}
	.header-content-box.open .header-foot {
		display: block;
	}
	.header-foot-links {
		display: block;
	}
	.header-foot-links h3 {
		padding-bottom: 8px;
		border-bottom: 1px solid #EEEEEE;
		margin-bottom: 8px;
		text-align: center;
	}
	.header-foot-links .slidecardswrap {
		margin-left: -8px;
		margin-right: -8px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.header-foot-links .slidecards {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 420px;
		padding-right: 8px;
	}
	.header-foot-links a>div:last-child {
		font-size: 12px;
		line-height: 150%;
	}
	.header-foot-cases {
		margin-bottom: -17px;
	}
	.header-foot-cases h3 {
		margin-bottom: 8px;
	}
	.header-foot-cases>div {
		display: inline-block;
		vertical-align: middle;
		font-size: 0;
	}
	.header-foot-cases>div>img {
		margin-right: 8px;
		margin-left: 8px;
		margin-bottom: 8px;
	}
	.header-foot-cases>div>img:last-child {
		margin-right: 0;
	}
	.header-foot-news {
		padding: 0 16px;
		margin-top: -8px;
	}
	.header-foot-news>div:first-child {
		border-bottom: 1px solid #EEEEEE;
		margin-bottom: 8px;
		padding-bottom: 8px;
		text-align: center;
	}
	.header-foot-news>div:first-child>h3 {
		font-size: 12px;
		line-height: 180%;
		margin-bottom: 4px;
	}
	.header-foot-news>div:first-child>p {
		font-size: 12px;
		line-height: 150%;
	}
	.header-foot-news>div:last-child {
		display: flex;
		align-items: center;
		padding: 12px 0 4px;
	}
	.header-foot-news>div:last-child a {
		font-size: 12px;
		line-height: 180%;
	}
	.header-foot-expo {
		margin: -8px 16px 0;
	}
	.header-foot-expo h3 {
		text-align: center;
		font-size: 14px;
		line-height: 180%;
		padding-bottom: 8px;
		margin-bottom: 8px;
		border-bottom: 1px solid #EEEEEE;
	}
	.header-foot-expo p {
		font-size: 14px;
		line-height: 180%;
		margin-bottom: 16px;
	}
	.header-foot-expo p small {
		font-size: 12px;
		line-height: 150%;
	}
	.header-foot-expo>div>div.header-links {
		display: flex;
		justify-content: center;
	}
	.header-foot-expo>div>div.header-links a {
		border: 1px solid #C6D8E8;
		margin-bottom: 0;
	}
	#header-content-1 .header-cards>div:first-child>h3 {
		margin-bottom: 0;
	}
	#header-content-4 .header-cards>div:last-child,
	#header-content-5 .header-cards>div:last-child {
		position: relative;
		padding-top: 16px;
	}
	#header-content-4 .header-cards>div:last-child::before,
	#header-content-5 .header-cards>div:last-child::before {
		content: '';
		background: #F5F6FA;
		display: block;
		height: 22px;
		width: 100%;
		position: absolute;
		top: -14px;
		left: 0;
	}
	#header-content-4 .header-cards>div:last-child::after,
	#header-content-5 .header-cards>div:last-child::after {
		content: '';
		display: block;
		height: 1px;
		background: #E0E0E0;
		position: absolute;
		margin: auto;
		top: 0;
		left: 16px;
		right: 16px;
	}
	#header-content-4 .header-cards>div:last-child h4 {
		margin-bottom: 8px;
	}

	main {
		padding-top: 56px;
		overflow-x: hidden;
	}

	#footer-menu {
		padding: 40px 32px;
	}
	#footer-menu-logo {
		margin-bottom: 24px;
	}
	#footer-menu-list {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
		height: 372px;
	}
	#footer-menu-list>div {
		width: 48.23%;
	}
	#footer-menu-list>div p {
		font-size: 12px;
		line-height: 150%;
		margin-bottom: 12px;
	}
	#footer-menu-list>div ul {
		margin-bottom: 12px;
	}
	#footer-menu-list>div ul:last-child {
		margin-bottom: 12px;
	}
	#footer-menu-list>div:nth-child(2) ul:last-child {
		margin-bottom: 0;
	}
	#footer-menu-list>div li {
		margin-bottom: 8px;
		font-weight: 500;
		font-size: 12px;
		line-height: 150%;
	}
	#footer-copyright {
		padding: 28px 40px 39px;
		text-align: center;
	}
	#footer-copyright>div:first-child {
		margin-bottom: 24px;
	}
	#footer-around {
		padding: 28px;
		text-align: center;
	}
	#footer-around h3 {
		margin-bottom: 16px;
	}
	#footer-around li {
		display: block;
		margin-bottom: 12px;
	}
	#footer-around li:last-child {
		margin-bottom: 0;
	}
	
	#footer-copyright>div:nth-child(2) {
		margin-bottom: 24px;
		font-weight: 500;
		font-size: 12px;
		line-height: 150%;
	}
	#footer-copyright>div:nth-child(2) a {
		display: block;
		margin-bottom: 12px;
	}
	#footer-copyright>div:nth-child(2) a:last-child {
		margin-bottom: 0;
	}
	#footer-copyright>div:last-child {
		font-weight: 500;
		font-size: 10px;
		line-height: 150%;
		letter-spacing: 0.08em;
	}

	.slidecardswrap {
		overflow-x: hidden;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-overflow-scrolling: touch;
	}
	.slidecards-indicator {
		margin-top: 32px;
		font-size: 0;
		text-align: center;
	}
	.slidecards-indicator span {
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 8px;
		border-radius: 4px;
		background-color: #DBDFED;
	}
	.slidecards-indicator span.cur {
		background-color: #CD2D26;
	}
	.slidecards-indicator span:last-child {
		margin-right: 0;
	}

	#tags {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: stretch;
		z-index: 3;
	}
	#tag-dl {
		display: block;
		border: 1px solid #C6D8E8;
		background: #fff;
		text-align: center;
		padding: 12px 0 13px;
		box-sizing: border-box;
		height: 53px;
		font-weight: 700;
		font-size: 16px;
		line-height: 28px;
		color: #CD2E26;
		width: 50%;
		text-decoration: none;
	}
	#tag-dl span {
		display: block;
	}
	#tag-dl span::before {
		content: '';
		width: 18px;
		height: 18px;
		display: inline-block;
		background: url(../images/tag-dl.svg) no-repeat center;
		vertical-align: middle;
		margin-right: 8px;
	}
	#tag-contact {
		width: 100%;
		height: auto;
		box-shadow: none;
		border-radius: 0;
		padding: 12px 0 13px;
		position: static;
		bottom: 0;
		right: 0;
		font-weight: 700;
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0.04em;
		color: #FFFFFF;
		text-align: center;
	}
	#tag-contact span {
		width: auto;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	#tag-contact span::before {
		vertical-align: -2px;
		width: 18px;
		height: 18px;
		background: url(../images/tag-contact.svg) no-repeat center;
		margin-right: 8px;
		margin-bottom: 0;
	}
	.pop-content {
		right: 0;
		left: 0;
		margin: auto;
	}	
	
	#index9 {
		padding: 64px 25px 68px;
		display: block;
		text-align: center;
		background: #EA5248 url(../images/top-9-logo.svg) no-repeat left 19px bottom -35px / 160%;
	}
	#index9>div:first-child {
		width: auto;
	}
	#index9>div:first-child h2 {
		font-size: 20px;
		margin-bottom: 24px;
	}
	#index9>div:first-child p {
		font-size: 14px;
		margin-bottom: 24px;
	}
	#index9>div:last-child {
		width: 200px;
		margin: 0 auto;
	}
	#index9>div:last-child a {
		padding: 8px 16px;
		display: block;
		margin-left: 0;
		border-radius: 4px;
		margin-bottom: 12px;
		text-align: center;
		font-feature-settings: 'palt' on;
	}
	#index9>div:last-child a:last-child {
		margin-bottom: 0;
	}
	#index9>div:last-child a::after {
		vertical-align: -3px;
		width: 18px;
		height: 18px;
		background-size: contain;
	}
	#index9>div:last-child a:first-child {
		color: #2C699E;
	}
	#index9>div:last-child a:last-child {
		color: #CD2D26;
	}
	#index9>div:last-child a:first-child::after {
		background-image: url(../images/top-9-arrow-blue.svg);
	}
	#index9>div:last-child a:last-child::after {
		background-image: url(../images/top-9-arrow-red.svg);
	}

	#breadcrumbs {
		font-size: 11px;
		line-height: 13px;
		padding: 14px 8%;
	}

	div.inner {
		width: auto;
	}

}
@media screen and (max-width: 350px) {
	#header>h1{
		padding-left: 12px;
	}
	#header>h1>a {
		padding-right: 8px;
	}
	#header>h1 span {
		padding-left: 8px;
	}
	#header>nav {
		margin-right: 4px;
	}
	.header-case-links a {
		width: calc(33.3% - 5px);
		height: auto;
	}
	.header-case-links a img {
		width: 100%;
		height: auto;
	}
	.header-case-links a:nth-child(3n+2):last-child {
		margin-right: calc(33.3% + 3px);
	}
}