@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700;800&display=swap');
/*
Theme Name: J-CT
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #211815;
	text-decoration: none;
}
a:visited {
	color: #211815;
}
a:hover {
	color: #211815;
}
a:active {
	color: #211815;
}
.yugo {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.inter {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
}
.digit {
	font-family: 'Karla', sans-serif;
	font-weight: 600;
}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #211815;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.content {
	margin: 0 auto;
	max-width: 1000px;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	.content {
		margin: 0 auto;
		max-width: inherit;
		padding: 0 20px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 25px 10px 24px;
	background-color: #FFF;
}
#gHeader .hBox {
	margin: 0 auto;
	width: 1060px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#gHeader .logo {
	margin: -1px 0 0 2px;
	width: 250px;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 10px;
	}
	#gHeader .hBox {
		margin: 0 auto;
		width: auto;
		display: block;
	}
	#gHeader .logo {
		margin-top: 0;
		width: 200px;
	}
}
/*------------------------------------------------------------
    gNavi
------------------------------------------------------------*/
#gNavi {
	flex: 1;
}
#gNavi .naviList {
	padding: 0 5px 8px 0;
	font-size: 2rem;
	font-weight: 700;
	justify-content: flex-end;
	color: #FFF;
}
#gNavi .naviList li {
	position: relative;
}
#gNavi .naviList li::after {
	position: absolute;
	content: "";
	background-color: #4D4D4D;
	height: 14px;
	width: 1px;
	top: 12px;
	right: 1px;
}
#gNavi .naviList li:last-child::after {
	display: none;
}
#gNavi .naviList li a {
	padding: 0 22px 0 20px;
	font-size: 1.4rem;
	font-weight: 400;
	display: inline-block;
	color: #4D4D4D;
}
@media all and (min-width: 897px) {
	#gNavi .naviList li a:hover {
		opacity: 0.7;
	}
	#gNavi {
		padding-top: 14px;
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	.menu {
		width: 30px;
		height: 30px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
		z-index: 100;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu span {
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		left: 0;
		top: 2px;
		background: #0056A4;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-child(2) {
		top: 12px;
	}
	.menu span:nth-child(3) {
		top: 22px;
	}
	.menu.on .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(6px) translateX(0) rotate(-45deg);
		transform: translateY(7px) translateX(0) rotate(-45deg);
		background: #FFF;
	}
	.menu.on .middle {
		opacity: 0;
		background: #0056A4;
	}
	.menu.on .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(-6px) translateX(0) rotate(45deg);
		transform: translateY(-13px) translateX(0) rotate(45deg);
		background: #FFF;
	}
	.menuBox {
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		overflow-y: auto;
		background: rgb(0, 86, 164 ,0.9);
		box-sizing: border-box;
		z-index: 5;
	}
	#gNavi .naviList {
		padding: 10vh 20px 12vh;
		width: auto;
		display: block;
	}
	#gNavi .naviList li {
		margin-left: 0;
	}
	#gNavi .naviList li::after {
		display: none;
	}
	#gNavi .naviList li a {
		padding: 18px 0;
		text-align: center;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		min-width: inherit;
		display: block;
		color: #FFF;
		position: relative;
		border-bottom: 1px solid #FFF;
	}
	#gNavi .naviList li:first-child a {
		border-top: 1px solid #FFF;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 98px;
}
#gFooter .logoBox {
	padding: 34px 0 27px;
	margin: 0 auto;
	text-align: center;
	background: url("img/common/bg01.jpg") no-repeat center center / cover;
}
#gFooter .fLogo {
	margin: 0 0 15px 4px;
}
#gFooter .logoBox p {
	font-size: 1.4rem;
	line-height: 1.92;
	color: #FFF;
}
#gFooter .logoBox .digit {
	font-size: 1.7rem;
	line-height: 1;
	font-weight: 400;
	margin-right: 6px;
}
#gFooter .bgBox {
	padding: 44px 0 10px;
	background-color: #383838;
}
#gFooter .bgBox .fNavi {
	margin: -10px 0 26px;
	align-items: center;
	justify-content: center;
}
#gFooter .bgBox .fNavi li {
	margin-top: 10px;
	position: relative;
}
#gFooter .bgBox .fNavi li::after {
	position: absolute;
	content: "";
	background-color: #FFF;
	height: 14px;
	width: 1px;
	top: 5px;
	right: -2px;
}
#gFooter .bgBox .fNavi li:last-child::after {
	display: none;
}
#gFooter .bgBox .fNavi li a {
	padding: 0 19px 0 22px;
	display: inline-block;
	color: #FFF
}
#gFooter .bgBox .copyright {
	text-align: center;
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	color: #FFF;
	font-family: 'Inter', sans-serif;
}
@media all and (min-width: 897px) {
	#gFooter .bgBox .fNavi li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 0;
	}	
	#gFooter .logoBox {
		padding: 20px 0;
	}
	#gFooter .logoBox .fLogo img {
		width: 97px;
	}
	#gFooter .logoBox p {
		font-size: 1.2rem;
	}
	#gFooter .logoBox .digit {
		font-size: 1.4rem;
		margin-right: 2px;
	}
	#gFooter .bgBox {
		padding: 10px;
	}
	#gFooter .bgBox .fNavi {
		margin: -10px auto 25px;
		max-width: 335px;
		display: none;
	}
	#gFooter .bgBox .fNavi li:nth-child(3n)::after {
		display: none;
	}
	#gFooter .bgBox .fNavi li a {
		padding: 0 20px;
	}
}
@media all and (max-width: 350px) {
	#gFooter .logoBox p {
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	headLine
------------------------------------------------------------*/
.headLine01 {
	margin: 0 auto;
	padding: 5px;
	width: 170px;
	height: 170px;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	color: #0056A4;
	box-sizing: border-box;
	background-color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.headLine01 > span {
	margin-top: -2px;
}
.headLine01 .en {
	margin-bottom: 6px;
	font-size: 2.6rem;
	line-height: 1.15;
	letter-spacing: 0.01em;
	display: block;
}
.headLine02 {
	padding: 1px 27px 5px;
	margin-bottom: 22px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #4D4D4D;
	border-bottom: 1px solid #4D4D4D;;
	background: url("img/common/icon01.png") no-repeat left top /22px 24px;
}
.headLine03 {
	margin: 0 auto 27px;
	width: 156px;
	height: 156px;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	color: #4D4D4D;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("img/common/bg02.png") no-repeat center center;
}
.headLine03 .inner {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
}
.headLine03 .subInner {
	margin-top: 11px;
}
.headLine03 .en {
	margin-bottom: -2px;
	font-size: 2.7rem;
	line-height: 1;
	display: block;
	color: #0056A4;
}
.headLine04 {
	margin: -1px 0 4px -3px;
	font-size: 7.7rem;
	font-weight: 600;
	color: #C4D7EB;
	font-family: 'Inter', sans-serif;
}
@media all and (max-width: 896px) {
	section {
		margin-bottom: 50px !important;
	}
	.headLine01 {
		width: 150px;
		height: 150px;
	}
	.headLine01 > span {
		margin-top: 0 !important;
		font-size: 1.4rem;
	}
	.headLine01 .en {
		margin-bottom:0 !important;
		font-size: 2.2rem;
	}
	.headLine02 {
		margin-bottom: 25px !important;
	}
	.headLine03 {
		margin: 0 auto 27px;
		width: 126px;
		height: 126px;
		background-size: 126px;
	}
	.headLine03 .inner {
		width: 120px;
		height: 120px;
	}
	.headLine03 .en {
		font-size: 2.1rem;
	}
	.headLine04 {
		font-size: 3.7rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	text-align: center;
}
.comLink a {
	padding: 8px 47px;
	width: 356px;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
	display: inline-block;
	color: #FFF;
	border-radius: 25px;
	box-sizing: border-box;
	background:#0056A4 url("img/common/icon02.png") no-repeat right 12px top 15px;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLink a {
		width: 270px;
	}
}
/*------------------------------------------------------------
	comLink01
------------------------------------------------------------*/
.comLink01 a{
	margin: 0 auto;
	padding: 16px 5px 24px 15px;
	width: 312px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	display: block;
	color: #FFF;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #0056A4;
}
@media all and (min-width: 897px) {
	.comLink01 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLink01 a{
		margin: 0 auto;
		padding: 10px 5px;
		width: 280px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	margin-bottom: 50px;
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 9px 5px 9px 21px;
	font-weight: 400;
	line-height: 1.82;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	font-feature-settings: "palt";
}
.comTable th {
	width: 17%;
	border-top: 1px solid #0056A4;
	border-bottom: 1px solid #0056A4;
}
.comTable td {
	padding-left: 36px;
	border-top: 1px solid rgba(77, 77, 77, 0.4);
	border-bottom: 1px solid rgba(77, 77, 77, 0.4);
}
.comTable td .sml {
	font-size: 1.2rem;
	display: inline-block;
}
@media all and (max-width: 896px) {
	.comTable th,
	.comTable td {
		display: block;
		width: 100% !important;
		padding: 9px 5px 9px 10px;
	}
	.comTable th {
		font-weight: 600;
		padding: 10px;
		border-bottom: none;
	}
	.comTable td {
		padding-left: 10px;
		border-bottom: none;
	}
	.comTable tr:last-child td {
		border-bottom: 1px solid #0056A4;
	}
	.comTable td .sml {
		display: block;
	}
}
/*------------------------------------------------------------
	centerText
------------------------------------------------------------*/
.centerText {
	text-align: center;
	margin: 0 6px 19px 0;
	line-height: 1.92;
	color: #4D4D4D;
}
@media all and (max-width: 896px) {
	.centerText {
		margin-right: 0;
		text-align: left;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 94px 0 86px;
	margin-bottom: 123px;
	background: url("img/privacy/main_img.jpg") no-repeat center center / cover;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 75px 0 0 !important;
		height: 300px;
		box-sizing: border-box;
		margin-bottom: 50px !important;
		background-image: url("img/privacy/main_img_sp.jpg");
		background-position: center bottom;
	}
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#top .mainVisual {
	padding: 188px 0 528px;
	margin-bottom: 0;
	background: url("img/index/main_img.jpg") no-repeat center center / cover;
}
#top .mainVisual .text {
	font-size: 3.1rem;
	font-weight: 700;
	line-height: 1.48;
	color: #FFF;
	text-align: center;
	font-feature-settings: "palt";
}
#top .service {
	padding: 30px 30px 0;
	margin: -346px auto 151px;
	width: 1061px;
	text-align: center;
	box-sizing: border-box;
	background-color: #FFF;
}
	#top .service .linkUl {
	margin-bottom: 30px;
}
#top .service .linkUl li {
	width: 500px;
}
#top .service .linkUl li a {
	position: relative;
	display: inline-block;
}
#top .service .linkUl li .linkText {
	margin-bottom: 0;
	padding: 15px 5px;
	font-size: 1.6rem;
	font-weight: 600;
	width: 440px;
	position: absolute;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	color: #FFF;
	border: 5px solid #FFF;
	box-sizing: border-box;
	background : rgba(33, 24, 21, 0.3);
}
#top .service .linkUl li .en {
	margin-bottom: -2px;
	display: block;
	font-size: 2.8rem;
	letter-spacing: 0.03em;
	line-height: 1;
}
#top .technology {
	margin-bottom: 144px;
}
#top .technology .headLine03 {
	margin-bottom: 21px;
}
#top .technology .centerText {
	margin-bottom: 29px;
}
#top .technology .photo {
	margin-bottom: 30px;
}
#top .aboutBox {
	padding: 63px 0 78px;
	background: url("img/index/photo04.jpg") no-repeat center center / cover;
}
#top .aboutBox .headLine03.h2Ttl {
	margin-bottom: 9px;
	background: none;
}
#top .aboutBox .centerText {
	margin: 0 0 22px 4px;
	color: #FFF;
}
#top .newsBox {
	padding: 128px 0 0;
}
#top .newsBox .h2Ttl {
	margin-bottom: 22px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	color: #4D4D4D;
}
#top .newsBox .h2Ttl .en {
	font-size: 2.6rem;
	line-height: 1;
	display: block;
	color: #0056A4;
}
#top .newsBox .newsList li {
	padding: 6px 11px 5px;
	align-items: center;
	display: flex;
	border-bottom: 1px solid rgba(77, 77, 77, 0.4);
}
#top .newsBox .newsList li:first-child {
	border-top: 1px solid rgba(77, 77, 77, 0.4);
}
#top .newsBox .newsList .textInner {
	width: 259px;
	box-sizing: border-box;
}
#top .newsBox .newsList .date {
	margin-right: 15px;
	width: 118px;
	font-size: 1.7rem;
	font-weight: 700;
	color: #000;
}
#top .newsBox .newsList .date .digit {
	margin: 0 3px;
	font-size: 1.9rem;
}
#top .newsBox .newsList .tag {
	width: 82px;
}
#top .newsBox .newsList .ttl {
	padding: 0 2px;
	min-width: 78px;
	margin-top: 4px;
	text-align: center;
	display: inline-block;
	color: #FFF;
	background-color: #ADADAD;
}
#top .newsBox .newsList .text {
	flex: 1;
	color: #000;
}
@media all and (min-width: 897px) {
	#top .service .linkUl li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#top .mainVisual {
		padding: 100px 0 0;
		margin-bottom: 50px;
		height: 350px;
		box-sizing: border-box;
		background-image: url("img/index/main_img_sp.jpg");
	}
	#top .mainVisual .text {
		font-size: 1.8rem;
	}
	#top .service {
		padding: 0 20px;
		margin: 0 auto;
		width: auto;
	}
	#top .service .linkUl {
		margin-bottom: 30px;
		display: block;
	}
	#top .service .linkUl li {
		font-size: 0;
		width: 100%;
	}
	#top .service .linkUl li .en {
		margin-bottom: 0;
		font-size: 2rem;
	}
	#top .service .linkUl li a {
		height: 55vw;
		width: 100%;
	}
	#top .service .linkUl li a img {
		width: 100%;
		height: 100%;
	}
	#top .service .linkUl li .linkText {
		margin-top: -35px;
		padding: 10px;
		font-size: 1.4rem;
		width: calc(100% - 40px);
		top: 50%;
		border-width: 3px;
		box-sizing: border-box;
	}
	#top .technology .photo img {
		width: 100%;
	}
	#top .aboutBox {
		padding: 40px 0;
		background: url("img/index/photo04.jpg") no-repeat center center / cover;
	}
	#top .aboutBox .centerText {
		margin: 0 -2px 20px;
		text-align: left;
	}
	#top .newsBox {
		padding: 0;
	}
	#top .newsBox .newsList li {
		padding: 6px 11px 5px;
		display: block;
	}
	#top .newsBox .newsList .textInner {
		margin-bottom: 10px;
		width: auto;
		align-items: center;
	}
	#top .newsBox .newsList .date {
		margin-right: 5px;
		font-size: 1.6rem;
	}
	#top .newsBox .newsList .date .digit {
		margin: 0 3px;
		font-size: 1.6rem;
	}
	#top .newsBox .newsList .tag {
		width: auto;
		flex: 1;
	}
	#top .newsBox .newsList .ttl {
		margin-right: 4px;
	}
}
@media all and (max-width: 340px) {
	#top .mainVisual .text {
		font-size: 1.7rem;
	}
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#privacy .pageTitle .content {
	display: flex;
	justify-content: center;
}
#privacy .policy {
	font-feature-settings: "palt";
}
#privacy .policy .text {
	margin: 0 0 61px -1px;
	line-height: 1.71;
	text-align: justify;
	font-feature-settings: "palt";
}
#privacy .policy .inner {
	margin: 0 auto;
	max-width: 682px;
}
#privacy .policy .inner .h4Ttl {
	margin-bottom: -1px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.66;
	color: #0056A4;
}
#privacy .policy .inner .h4Ttl .digit {
	font-size: 2.2rem;
}
#privacy .policy .inner .textBox {
	margin: 0 12px 53px 0;
}
#privacy .policy .inner .textBox .text {
	margin: 0 0 30px 10px;
}
#privacy .policy .inner .textBox .text:last-child {
	margin-bottom: 0;
}
#privacy .policy .inner .rightText {
	margin-right: 17px;
	line-height: 1.71;
	text-align: right;
}
@media all and (max-width: 896px) {
	#privacy .policy .text {
		margin: 0 0 30px;
	}
	#privacy .policy .inner {
		max-width: inherit;
	}
	#privacy .policy .inner .h4Ttl {
		margin-bottom: 0;
		font-size: 1.5rem;
	}
	#privacy .policy .inner .h4Ttl .digit {
		font-size: 1.8rem;
	}
	#privacy .policy .inner .textBox {
		margin: 0 0 20px;
	}
	#privacy .policy .inner .rightText {
		margin-right: 0;
	}
	#privacy .policy .inner .textBox .text {
		margin: 0 0 15px 10px;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .pageTitle {
	margin-bottom: 118px;
	background-image: url("img/contact/main_img.jpg");
}
#contact .headLine01 .en {
	margin-bottom: -2px;
}
#contact .topBox {
	margin-bottom: 55px;
}
#contact .topBox p {
	margin-bottom: 18px;
	line-height: 1.71;
}
/*　個人情報保護の説明を見やすくするために追加　本橋　*/
#contact .topBox2 {
	margin-bottom: 18px;
	line-height: 1.71;
}
/*　個人情報保護のアンカーを見やすくするために追加　本橋　*/
#contact .topBox2 p {
	padding-left: 1em;
	line-height: 2.5;
	font-weight: 900;
}
#contact .topBox .relateUl {
	padding: 27px 140px 23px 148px;
	border-top: 3px solid #0056A4;
	border-bottom: 3px solid #0056A4;
	position: relative;
}
#contact .topBox .relateUl li {
	font-size: 3.1rem;
	font-weight: 700;
	font-family: 'Karla', sans-serif;
	color: #0056A4;
}
#contact .topBox .relateUl::after {
	position: absolute;
	content: "";
	width: 1px;
	top: 25px;
	right: 50%;
	bottom: 20px;
	background-color:rgb(0, 86, 164);
}
#contact .topBox .relateUl li:nth-child(2n):after {
	display: none;
}
#contact .topBox .relateUl li a {
	display: block;
	font-family: 'Karla', sans-serif;
	color: #0056A4;
}
#contact .readyBox {
	margin-bottom: 103px;
}
#contact .readyBox p {
	padding: 5px 10px 8px;
	font-size: 2rem;
	font-weight: 700;
	min-height: 92px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-feature-settings: "palt";
	color: #0056A4;
	border: 4px solid #0056A4;
}
/*　contact form 7で自動付与される<p>タグの影響を受けないようにするために追加　本橋　*/
#contact .readyBox2 {
	margin-bottom: 103px;
	padding: 5px 10px 8px;
	font-size: 2rem;
	font-weight: 700;
	min-height: 92px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-feature-settings: "palt";
	color: #0056A4;
	border: 4px solid #0056A4;
}
#contact .mailForm {
	margin: 0 auto;
	max-width: 800px;
}
#contact .mailForm table {
	margin: 0 auto 34px;
	width: 100%;
	border-collapse: collapse;
}
#contact .mailForm td,
#contact .mailForm th {
	padding: 10px 5px 12px 0;
	line-height: 1.92;
	font-weight: 700;
	color: #4D4D4D;
	text-align: left;
	vertical-align: top;
	word-break:break-all;
	box-sizing: border-box;
	border-top: 1px solid rgba(77, 77, 77, 0.4);
	border-bottom: 1px solid rgba(77, 77, 77, 0.4);
}
#contact .mailForm th .must {
	margin: 0 8px 0 2px;
	padding: 1px 6px 3px 5px;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.1;
	font-weight: normal;
	color: #FFF;
	vertical-align: 1px;
	border-radius: 2px;
	background-color: #D15628;
}
#contact .mailForm th {
	width: 28.9%;
}
#contact .mailForm td {
	padding: 6px 5px;
	font-weight: 400;
}
#contact .mailForm td input[type="tel"],
#contact .mailForm td input[type="email"],
#contact .mailForm td input[type="text"] {
	padding: 0 10px;
	height: 37px;
	width: 351px;
	font-size: 1.4rem;
	color: #4D4D4D;
	border-radius: 0;
	border: 1px solid rgba(77, 77, 77, 0.5);
	background-color: #FCFCFC;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background : #FCFCFC;
}
#contact td textarea {
	padding: 10px;
	width: 490px;
	height: 156px;
	font-size: 1.4rem;
	box-sizing: border-box;
	resize: vertical;
	color: #4D4D4D;
	border: 1px solid rgba(77, 77, 77, 0.5);
	background : #FCFCFC;
}
#contact .mailForm td input[type="radio"],
#contact .mailForm td input[type="checkbox"] {
	display: none;
}
#contact .mailForm td input[type="radio"] ~ span,
#contact .mailForm td input[type="checkbox"] ~ span {
	padding-left: 26px;
	line-height: 1.6;
	cursor: pointer;
	background: url("img/contact/icon01.png") no-repeat left top 3px;
}
#contact .mailForm td input[type="radio"]:checked ~ span,
#contact .mailForm td input[type="checkbox"]:checked ~ span {
	background: url("img/contact/icon02.png") no-repeat left top 3px;
}
#contact td .radioList {
	margin: 1px 0 4px;
}
#contact .agreeText {
	margin: 0 0 38px 28px;
	font-size: 1.6rem;
	text-align: center;
}
#contact .agreeText a {
	color: #0056A4;
	position: relative;
}
#contact .agreeText a::after {
	position: absolute;
	bottom: -2px;
	left: 2px;
	right: 0;
	height: 1px;
	content: "";
	background-color: #0056A4;
}
#contact .mailForm input[type="checkbox"] {
	display: none;
}
#contact .mailForm input[type="checkbox"] ~ span {
	padding-left: 26px;
	line-height: 1.6;
	cursor: pointer;
	background: url("img/contact/icon01.png") no-repeat left top 5px;
}
#contact .mailForm input[type="checkbox"]:checked ~ span {
	background: url("img/contact/icon02.png") no-repeat left top 5px;
}
#contact .submit li {
	margin: 0 10px;
}
#contact .submit li input {
	padding: 16px 5px 24px 10px;
	width: 312px;
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
	color: #FFF;
	cursor: pointer;
	border: none;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #0056A4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
} 
#contact .errorMsg {
	margin-bottom: 20px;
	color: #cf0000;
}
#contact .errorMsg li {
	margin-bottom: 5px;
}
#contact .errorMsg li:last-child {
	margin-bottom: 0;
}
#contactFrom .text {
	margin-bottom: 20px;
}
@media all and (min-width: 897px) {
	#contact .agreeText a:hover::after {
		display: none;
	}
	#contact .submit li input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#contact .content {
		margin-bottom: 80px;
	}
	#contact .pageTitle .content {
		margin-bottom: 0;
	}
	#contact .pageTitle {
		background-image: url("img/contact/main_img_sp.jpg");
	}
	#contact .headLine01 .en {
		margin-bottom:0;
	}
	#contact .topBox .relateUl {
		padding: 0 10px 10px;
		border-top-width: 2px;
		border-bottom-width: 2px;
		position: inherit;
		display: block;
	}
	#contact .topBox .relateUl li {
		font-size: 2rem;
		width: 100%;
		text-align: center;
	}
	#contact .topBox .relateUl li a {
		padding-top: 10px;
	}
	#contact .topBox .relateUl li:last-child {
		border-bottom: none;
	}
	#contact .topBox .relateUl::after {
		display: none;
	}
	#contact .topBox .relateUl li:nth-child(2n):after {
		display: none;
	}
	#contact .readyBox {
		margin-bottom: 50px;
	}
	#contact .readyBox p {
		padding: 5px;
		font-size: 1.6rem;
		min-height: 55px;
		border-width: 2px;
		text-align: center;
	}
	/*　contact form 7で自動付与される<p>タグの影響を受けないようにするために追加　本橋　*/
	#contact .readyBox2 {
		margin-bottom: 50px;
		padding: 5px;
		font-size: 1.6rem;
		min-height: 55px;
		border-width: 2px;
		text-align: center;
		/* コンタクトフォーム横幅調節 */
		.wpcf7 input[name="your-company"] { /*  会社名入力欄 */
		 width: 80%;
		}
		.wpcf7 input[name="your-name"] { /*  名前入力欄 */
		 width: 80%;
		}
		.wpcf7 input[name="your-Phonetic"] { /*  フリガナ入力欄 */
		 width: 80%;
		}
		.wpcf7 input[name="your-email"] { /* メール入力欄 */
		 width: 80%;
		}
		.wpcf7 input[name="your-telephone"] { /* 電話番号入力欄 */
		 width: 80%;
		}
		.wpcf7 input[name="your-subject"] { /* 題名入力欄 */
		 width: 80%;
		}
		.wpcf7 textarea[name="your-message"] { /* お問合せ内容入力欄 */
		 width: 80%;
		}
	}
	#contact .mailForm {
		max-width: inherit;
	}
	#contact .mailForm table {
		margin: 0 auto 20px;
	}
	#contact .mailForm td,
	#contact .mailForm th {
		padding: 10px 0 12px;
		line-height: 1.92;
		font-size: 1.4rem;
		width: 100% !important;
		display: block;
		border-top: none;
	}
	#contact .mailForm tr:first-child th {
		border-top: 1px solid rgba(77, 77, 77, 0.4);
	}
	#contact .mailForm td input[type="tel"],
	#contact .mailForm td input[type="email"],
	#contact .mailForm td input[type="text"] {
		padding: 0 10px;
		font-size: 1.4rem;
		height: 36px;
		width: 100% !important;
	}
	#contact .mailForm td input[type="radio"] ~ span,
		#contact .mailForm td input[type="checkbox"] ~ span {
	padding-left: 26px;
	line-height: 1.6;
	cursor: pointer;
	background: url("img/contact/icon01_sp.png") no-repeat left 3px top 5px / 15px;
	}
	#contact .mailForm td input[type="radio"]:checked ~ span,
	#contact .mailForm td input[type="checkbox"]:checked ~ span {
	background: url("img/contact/icon02_sp.png") no-repeat left 3px top 5px / 15px;
	}
	#contact .mailForm input[type="checkbox"] ~ span {
		background: url("img/contact/icon01_sp.png") no-repeat left top 5px / 15px;
	}
	#contact .mailForm input[type="checkbox"]:checked ~ span {
		background: url("img/contact/icon02_sp.png") no-repeat left top 5px / 15px;
	}
	#contact td textarea {
		width: 100%;
		height: 156px;
	}
	#contact .agreeText {
		margin: 0 0 20px;
		font-size: 1.4rem;
	}
	#contact .submit {
		display: block;
	}
	#contact .submit li {
		margin: 0 auto 15px;
	}
	#contact .submit li:last-child {
		margin-bottom: 0;
	}
	#contact .submit li input {
		margin: 0 auto;
		padding:  15px 5px;
		max-width: 280px;
		font-size: 1.5rem;
	} 
}
/*------------------------------------------------------------
contact_confirm
------------------------------------------------------------*/
#contact .confirm td {
	padding: 10px 5px 6px;
}
@media all and (max-width: 896px) {
	#contact .confirm td {
		padding-left: 44px;
	}
}
/*------------------------------------------------------------
	contact_thanks
------------------------------------------------------------*/
#contact .thanksBox {
	text-align: center;
}
#contact .thanksBox p {
	margin-bottom: 50px;
	font-size: 1.8rem;
}
#contact .thanksBox .comLink a {
	padding: 15px 45px;
	background-position: center right 20px;
}
@media all and (max-width: 896px) {
	#contact .thanksBox p {
		font-size: 1.5rem;
	}
	#contact .thanksBox .comLink a {
		padding: 13px 45px;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	recrui
------------------------------------------------------------*/
#recruit .pageTitle {
	margin-bottom: 122px;
	background-image: url("img/recruit/main_img.jpg");
}
#recruit .headLine01 > span {
	margin-top: 2px;
}
#recruit .headLine01 .en {
	margin-bottom: -2px;
}
#recruit .textBox {
	margin-bottom: 103px;
}
#recruit .textBox p {
	padding: 5px 10px 8px;
	font-size: 2rem;
	font-weight: 700;
	min-height: 92px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-feature-settings: "palt";
	color: #0056A4;
	border: 4px solid #0056A4;
}
#recruit .recruitBox {
	margin: 0 -3px 0 3px;
}
#recruit .recruitBox .headLine02 {
	margin-bottom: 29px;
}
#recruit .recruitBox .textList li {
	padding-left: 14px;
	background: url("img/common/icon03.png") no-repeat left 1px top 7px;
}
#recruit .recruitBox .comLink01 {
	margin-right: 7px;
}
@media all and (min-width: 897px) {
	#recruit .recruitBox .comLink02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#recruit .outBox {
		margin: 0;
	}
	#recruit .pageTitle {
		background-image: url("img/recruit/main_img_sp.jpg");
	}
	#recruit .textBox {
		margin-bottom: 50px;
	}
	#recruit .textBox p {
		padding: 5px 10px;
		font-size: 1.6rem;
		min-height: 55px;
		border-width: 2px;
	}
	#recruit .recruitBox .textList li {
		padding-left: 14px;
		background: url("img/common/icon03.png") no-repeat left 1px top 7px;
	}
	#recruit .recruitBox .comLink02 {
		margin-right: 0;
	}
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company .headLine01 > span {
	margin-top: 2px;
}
#company .headLine01 .en {
	margin-bottom: -2px;
}
#company .mainVisual {
	margin-bottom: 123px;
	background-image: url("img/company/main_img.jpg");
}
#company .addressBox {
	margin-bottom: 105px;
}
#company .addressBox .text {
	margin-bottom: 11px;
	line-height: 1.71;
	font-feature-settings: "palt";
}
#company .addressBox .name {
	margin-right: 214px;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: right;
}
#company .addressBox .proxy {
	margin-left: 15px;
	display: inline-block;
}
#company .prospectBox {
	margin-bottom: 100px;
}
#company .prospectBox .headLine02 {
	margin-bottom: 42px;
}
#company .prospectBox .headLine02 .tag {
	margin: 0 5px;
	font-size: 1.8rem;
	line-height: 1;
}
#company .prospectBox .textUl .h4Ttl {
	padding: 15px;
	margin: 0 auto 33px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #0056A4;
}
#company .prospectBox .textUl {
	margin: 0 -2px 59px;
}
#company .prospectBox .textUl li {
	width: 469px;
}
#company .prospectBox .textUl .title {
	padding: 5px 16px;
	margin-bottom: 19px;
	text-align: center;
	border: 4px solid #0056A4;
}
#company .prospectBox .textUl .title .txt {
	margin: -10px 0;
	padding: 4px 0 7px;
	font-size: 1.7rem;
	line-height: 1.47;
	font-weight: 700;
	color: #0056A4;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
#company .prospectBox .textUl .text {
	margin: 0 2px;
	font-size: 1.6rem;
	line-height: 1.68;
	text-align: justify;
	font-feature-settings: "palt";
}
#company .prospectBox .textInner {
	box-sizing: border-box;
}
#company .prospectBox .textInner .imgBox {
	width: 490px;
	align-items: center;
	justify-content: center;
	background-color: #0056A4;
}
#company .prospectBox .textInner .photo {
	margin: 1px 27px 0 6px;
}
#company .prospectBox .textInner .h4Ttl {
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	color: #FFF;
}
#company .prospectBox .textInner .h4Ttl .en {
	margin-top: -2px;
	font-size: 2.7rem;
	display: block;
}
#company .prospectBox .textInner .textBox {
	padding: 10px 0 12px;
	flex: 1;
	box-sizing: border-box;
	border: 10px solid #0056A4;
}
#company .prospectBox .textInner .textList li {
	padding: 0 0 10px 59px;
	font-size: 1.6rem;
	line-height: 1.69;
	color: #4D4D4D;
	font-feature-settings: "palt";
	position: relative;
}
#company .prospectBox .textInner .textList li::before {
	background-color: #0056A4;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: 45px;
}
#company .prospectBox .textInner .textList li:last-child {
	padding-bottom: 0;
}
#company .summaryBox {
	margin-bottom: 101px;
}
#company .summaryBox .headLine02 {
	margin-bottom: 29px;
}
#company .summaryBox .comTable td {
	padding: 8px 5px 8px 36px;
	line-height: 2;
}
#company .summaryBox .comTable td a {
	color: #0056A4;
	position: relative;
}
#company .summaryBox .comTable td a::after {
	position: absolute;
	bottom: -1px;
	left: 2px;
	right: 0;
	height: 1px;
	content: "";
	background-color: #0056A4;
}
#company .chartBox {
	margin-bottom: 107px;
}
#company .chartBox .headLine02 {
	margin-bottom: 30px;
}
#company .chartBox .photo {
	margin-right: 13px;
	text-align: center;
}
#company .accessBox .headLine02 {
	margin-bottom: 23px;
}
#company .accessBox .text {
	margin: 0 0 16px -2px;
}
#company .accessBox .text .digit {
	margin-right: 4px;
	font-weight: 400;
	font-size: 1.7rem;
}
#company .accessBox .map iframe {
	width: 100%;
	height: 450px;
}
@media all and (min-width: 897px) {
	#company .summaryBox .comTable td a:hover::after {
		display: none;
	}
}
@media all and (max-width: 896px) {
	#company .pageTitle {
		background-image: url("img/company/main_img_sp.jpg");
	}
	#company .addressBox .name {
		margin-right: 0;
	}
	#company .prospectBox .textUl .h4Ttl {
		font-size: 1.5rem;
		width: 100px;
		height: 100px;
	}
	#company .prospectBox .textUl {
		margin: 0 0 50px;
		display: block;
	}
	#company .prospectBox .textUl li {
		margin-bottom: 35px;
		width: auto;
	}
	#company .prospectBox .textUl li:last-child {
		margin-bottom: 0;
	}
	#company .prospectBox .textUl .title {
		padding: 5px 16px;
		margin-bottom: 20px;
		text-align: center;
		border-width: 3px;
	}
	#company .prospectBox .textUl .title .txt {
		padding: 6px 0;
		font-size: 1.5rem;
	}
	#company .prospectBox .textUl .text {
		font-size: 1.4rem;
	}
	#company .prospectBox .textInner {
		flex-direction: column;
	}
	#company .prospectBox .textInner .imgBox {
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
	}
	#company .prospectBox .textInner .photo {
		margin: 0 15px 0 6px;
	}
	#company .prospectBox .textInner .h4Ttl {
		font-size: 1.5rem;
	}
	#company .prospectBox .textInner .h4Ttl .en {
		margin-top: 0;
		font-size: 2rem;
	}
	#company .prospectBox .textInner .textBox {
		padding: 10px 0 12px;
		width: 100%;
		border-width: 4px;
	}
	#company .prospectBox .textInner .textList li {
		padding: 0 7px 10px 20px;
		font-size: 1.5rem;
		background-position: top 9px left 6px;
	}
	#company .prospectBox .textInner .textList li::before {
		width: 7px;
		height: 7px;
		left: 9px;
		top: 10px;
	}
	#company .summaryBox .comTable td {
		padding: 11px 10px;
		line-height: 1.6;
	}
	#company .chartBox .photo {
		margin-right: 0;
	}
	#company .accessBox .map {
		padding-bottom: 75%;
		position: relative;
		overflow: hidden;
	}
	#company .accessBox .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}					
}
@media all and (max-width: 359px) {
	#company .prospectBox .textUl .title .txt {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#service .pageTitle {
	padding-bottom: 84px;
	margin-bottom: 93px;
	background-image: url("img/service/main_img.jpg");
}
#service .headLine01 {
	margin-top: 2px;
}
#service .headLine01 .en {
	margin-bottom: -2px;
}
#service .softwareBox {
	margin-bottom: 102px;
}
#service .softwareBox .headLine02 {
	margin-bottom: 29px;
}
#service .softwareBox .textUl > li {
	margin-bottom: 20px;
	padding: 34px 10px 36px 35px;
	background-color: #F6F6F6;
	position: relative;
}
#service .softwareBox .textUl > li:last-child {
	margin-bottom: 0;
}
#service .softwareBox .textUl > li::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-right: 38px solid transparent;
	border-top: 38px solid #FFF;
	position: absolute;
	top: 0;
	left: 0;
}
#service .softwareBox .textUl > li::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 38px solid transparent;
	border-bottom: 38px solid #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
}
#service .softwareBox .textUl dt {
	margin: 1px 8px 0 0;
	width: 300px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #4D4D4D;
}
#service .softwareBox .textUl dt .en {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 600;
	display: inline-block;
	font-family: 'Inter', sans-serif;
}
#service .softwareBox .textUl dt .txt {
	margin-top: -3px;
	display: block;
}
#service .softwareBox .textUl dd {
	padding-top: 1px;
	flex: 1;
}
#service .softwareBox .textUl dd .textList {
	display: flex;
	flex-wrap: wrap;
}
#service .softwareBox .textUl dd .textList li {
	padding-left: 27px;
	position: relative;
	line-height: 1.71;
	font-weight: 500;
	font-feature-settings: "palt";
}
#service .softwareBox .textUl dd .textList li:not(.etc):before {
	position: absolute;
	top: 8px;
	left: 15px;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #0056A4;
}
#service .softwareBox .textUl dd .textList .en {
	font-size: 1.55rem;
	line-height: 1.4;
}
#service .softwareBox .textUl dd .textList .etc {
	padding-left: 18px;
}
#service .softwareBox .textUl dd .textList li .sml {
	font-size: 1rem;
	font-weight: 400;
}
#service .methodBox {
	margin-bottom: 92px;
}
#service .methodBox .headLine02 {
	margin-bottom: 28px;
}
#service .methodBox p {
	margin: 0 0 25px 2px;
	line-height: 1.71;
	font-feature-settings: "palt";
}
#service .methodBox .bgBox {
	padding: 36px 15px 36px 10px;
	text-align: center;
	background-color: #F6F6F6;
}
#service .productBox .headLine02 {
	margin-bottom: 61px;
}
#service .productBox .imgList {
	margin-top: -20px;
}
#service .productBox .imgList li {
	margin-top: 20px;
	width: 300px;
	box-sizing: border-box;
}
#service .productBox .imgList li:nth-child(3n-1) {
	margin: 20px 50px 0;
}
#service .productBox .h4Ttl {
	padding: 10px 5px 7px;
	margin-bottom: 7px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #0056A4;
	border: 2px solid #0056A4;
}
#service .productBox .h4Ttl .en {
	font-size: 1.9rem;
}
#service .productBox p {
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
	font-feature-settings: "palt";
}
#service .productBox .photo {
	text-align: center;
}
@media all and (max-width: 896px) {
	#service .pageTitle {
		background-image: url("img/service/main_img_sp.jpg");
	}
	#service .softwareBox .textUl > li {
		margin-bottom: 20px;
		padding: 10px 20px 10px 40px;
	}
	#service .softwareBox .textUl dl {
		display: block;
	}
	#service .softwareBox .textUl dt {
		margin-right: 0;
		width: 100%;
		font-size: 1.5rem;
	}
	#service .softwareBox .textUl dt .en {
		font-size: 1.6rem;
	}
	#service .softwareBox .textUl dd {
		padding-top: 15px;
	}
	#service .softwareBox .textUl dd .textList {
		display: block
	}
	#service .softwareBox .textUl dd .textList li {
		padding-left: 15px;
	}
	#service .softwareBox .textUl dd .textList li .sml {
		display: block;
	}
	#service .softwareBox .textUl dd .textList li:not(.etc):before {
		top: 10px;
		left: 0;
		width: 5px;
		height: 5px;
	}
	#service .softwareBox .textUl dd .textList .etc {
		padding-left: 15px;
	}
	#service .methodBox p {
		margin: 0 0 25px;
	}
	#service .methodBox .bgBox {
		padding: 30px 10px;
	}
	#service .productBox .imgList {
		margin-top: 0;
		display: block;
	}
	#service .productBox .imgList li {
		margin: 0 0 40px !important;
		width: auto;
	}
	#service .productBox .imgList li:last-child {
		margin-bottom: 0;
	}
	#service .productBox .h4Ttl {
		padding: 8px 5px;
		font-size: 1.5rem;
	}
	#service .productBox .h4Ttl .en {
		font-size: 1.5rem;
	}
	#service .softwareBox .headLine02 {
		font-size: 1.5rem;
	}
}