@charset "utf-8";

/* **************************************************

Name: company_under_wide.css

***************************************************** */

:root{
	--wide: 1275px;
	--wh: #fff;
	--lgray: #F2F2F2;
	--gray: #c6c6c6;
	--dgray: #727171;
	--bk: #1B1B1B;
	--green: #50AE34;
	--shadow: 4px 4px 16px 0px #0000001A;
}
.Line {
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
#Contents * {
	box-sizing: border-box;
	color: var(--bk);
}
/**Under 3Grid*/
#Contents .Section {
	padding: 2em 0;
}
#Contents .TextStyle1,
.TableStyle3 *,
#Contents .ListStyle1,
#Contents .LinkListStyle1 {
	font-size: 1em;
}
#Contents .Section Table a:link {
	text-decoration: underline;
}
#Contents .LinkListStyle1 li a:link {
    background-image: url(/-/media/company/image/wide/icon_link_arrow.svg);
	background-size: 10px;
	padding: 0 20px 0 0;
}
#Contents li.Pdf a:link, dt.Pdf a:link {
    background-image: url(/-/media/company/image/wide/icon_pdf.svg)!important;
	background-size: 22px;
	padding: 0 28px 0 0;
}
#VerticalLocalSubNavi .NewWin a:link,
#Contents .NewWin a:link,
#Contents li.NewWin a:link {
    background-image: url(/-/media/company/image/wide/icon_link_newwin.svg)!important;
	background-size: 16px;
	padding: 0 28px 0 0;
}
#Contents a.ButtonLink:link,
#Contents a.ButtonLink:visited {
	display: inline-flex;
	gap: 1em;
	justify-content: space-between;
	padding: .8em 1.5em;
	max-width: 298px;
	background: var(--bk)!important;
	color: var(--wh);
	border-radius: 2em;
	text-decoration: none;
	transition: .08s ease-in;
}
#Contents a.ButtonLink:hover,
#Contents a.ButtonLink:active {
	background: #3a3a3a;
}
#Contents a.ButtonLink::after {
	content: "";
	display: block;
	min-width: 24px;
	width: 24px;
	height: 24px;
	background: url(/-/media/company/image/wide/top/icon_arrow_wh.svg) no-repeat center;
}
#Contents a.ButtonLink.Pdf::after {
	background: url(/-/media/company/image/wide/icon_pdf_wh.svg) no-repeat center;
}

#Contents .PageTitleStyle1 {
	background: transparent;
	border: none;
	padding: 2em 0;
	margin: 0;
}
#Contents .PageTitleStyle1 h1 {
	font-size: 2.4em;
	margin: 0;
}
#Contents .PageTitleStyle1 h1 a {
	color: var(--dgray);
}
#Contents h2 {
	color: var(--bk);
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 1em;
}
#Contents h2 span {
	background: transparent;
	border-bottom: 2px solid var(--lgray);
	position: relative;
	padding: .5em 0;
}
#Contents h2 span::before {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	width: 1em;
	height: 2px;
	background: var(--green);
}
#Contents h3 {
	font-size: 1.3em;
	background: transparent;
	border-bottom: none;
	border-left: 4px solid var(--green);
	padding: 0 1em;
}
.HorizontalInnerLinks a:link {
	display: flex;
	background: none transparent;
}
.HorizontalInnerLinks a::after {
	content: "";
	display: block;
	min-width: 24px;
	width: 24px;
	height: 24px;
	background: url(/-/media/company/image/wide/icon_link_arrow.svg) no-repeat center;
	transform: rotate(90deg);
}
#Contents .HorizontalInnerLinks a:link,
#Contents .HorizontalInnerLinks a:hover,
#Contents .HorizontalInnerLinks a:visited {
	color: var(--bk)!important;
	font-weight: bold;
}
/*Prioritybusiness*/
#Contents .Prioritybusiness .Inner {
	padding: 1em 0;
}
#Contents .Prioritybusiness .Section .ClearFix {
	padding: 1em 0;
	display: flex;
	flex-direction: row-reverse;
	gap: 1em;
}
#Contents .Prioritybusiness .Section .ClearFix .Wrap {
    flex: 68%;
}
#Contents .Prioritybusiness h3 {
	background: var(--lgray);
	padding: .5em 0 .5em 1em;
}
.Prioritybusiness h4 {
	font-size: 1.25em;
	line-height: normal;
}
.Prioritybusiness h4::before {
	content: none;
}
#Contents .DotList li {
	display: flex;
	align-items: baseline;
	gap: .5em;
}
#Contents .DotList li::before {
	content: "";
	min-width: 12px;
	width: 12px;
	height: 12px;
	display: block;
	background: var(--gray);
	border-radius: 6px;
	padding: 0;
}
/*LocalNavi*/
#VerticalLocalNavi ul#VerticalLocalSubNavi {
	margin: 1em 0;
}
ul#VerticalLocalSubNavi li {
	display: flex;
	align-items: center;
	margin: 2px 0;
}
ul#VerticalLocalSubNavi li.NewWin a:link,
ul#VerticalLocalSubNavi li a:link,
ul#VerticalLocalSubNavi li a:hover,
ul#VerticalLocalSubNavi li a:visited {
	min-height: 44px;
	width: 100%;
	padding: 1.2em;
	background-image: url(/-/media/image/jp/r1/icon/icon_link_right_hd.gif);
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
ul#ContactUs li a:link,
ul#ContactUs li a:visited {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.2em;
	background: var(--dgray);
	color: var(--wh);
	opacity: 1;
	transition: .08s ease-in;
}
ul#ContactUs li a:link::after {
	content: "";
	display: block;
	min-width: 24px;
	width: 24px;
	height: 24px;
	background: url(/-/media/company/image/wide/icon_mail.svg) no-repeat center / 20px;
}
ul#ContactUs li a:hover {
	opacity: .8;
}

/*table*/
.TableStyle3 th,
.TableStyle3 td {
	background: transparent;
	border: none;
	padding: 1.5em;
}
.Group .TableStyle3 th,
.Group .TableStyle3 td,
.Director .TableStyle3 th,
.Director .TableStyle3 td,
.Location .TableStyle3 th,
.Location .TableStyle3 td {
	padding: 1em 1.5em;
}
.Group .TableStyle3 th,
.Director .TableStyle3 th,
.Location .TableStyle3 th {
	background: var(--lgray);
	border-top: 1px solid var(--gray);
}
.TableStyle3 tr {
	border-bottom: 1px solid var(--gray);
}

.Grid3 .BoxPatternB {
	background: var(--lgray);
	border: none;
	padding: 1em 1.5em;
}
.Grid3 .BoxPatternB .Title {
	border-bottom: 1px solid var(--gray);
	font-size: 1.15em;
	padding: 0;
	margin: 0 0 1em;
}

#Contents .President .ClearFix h2 {
	font-size: 1.45em;
	padding: 0;
	border: none;
}
@media screen and (max-width: 768px) {
	.JS #Contents .Prioritybusiness .Section .ClearFix {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 579px) {
	.JS #Contents .President .ImgOnlyStyle img {
		width: 100%;
		padding: 0 2em;
	}
	.JS #Contents h2,
	.JS #Contents .President .ClearFix h2 {
		font-size: 5vw;
	}
}