@charset "UTF-8";


/* =================== */
/*       pubulic       */
/* =================== */
#header { background:#fff; }
main { margin-top:5rem; }

.breadcrumbs-box {
	border-top:1px solid #bfbfbf;
	font-size:.7rem;
	padding:1rem 1rem 0;
	margin-bottom:4rem;
}
.breadcrumbs-box .breadcrumbs {
	width:72rem;
	margin:0 auto;
}
.breadcrumbs-box .breadcrumbs > span { margin:0 .5rem; }
.breadcrumbs-box .breadcrumbs > span:first-child { margin-left:0; }
.breadcrumbs-box .breadcrumbs > span a:hover { text-decoration:underline; }

h1.lower-page-ttl .en {
	font-size:.9rem;
	display:block;
	text-align:center;
	color:#3b67d5;
	letter-spacing:.05em;
	font-weight:500;
  margin-bottom:.8rem;
  text-transform:uppercase;
}
h1.lower-page-ttl .jp {
	display:block;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
}
h1.lower-page-ttl .jp::after {
  content:"";
  width:2rem;
  height:1px;
  background:#34495e;
  display:block;
  margin:2rem auto 3rem;
}

.dflt-page-top-txt {
	font-size:1rem;
	line-height:2;
	text-align:center;
	margin-bottom:4.5rem;
}
.dflt-page-top-copy {
	font-size:1.5rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:1.5rem;
}




@media screen and (max-width: 750px) {
	.breadcrumbs-box { font-size:12px; line-height:1.3; }
	.breadcrumbs-box .breadcrumbs { width:100%; }
	main { margin-top:70px; }

	h1.lower-page-ttl .en { font-size:13px; }
	h1.lower-page-ttl .jp { font-size:23px; }
	h1.lower-page-ttl .jp::after { width:30px; margin:25px auto; }

	.dflt-page-top-txt { font-size:15px; text-align:left; }
	.dflt-page-top-copy { font-size:20px; line-height:1.5; }
}








/* =================== */
/*       body.aboutus-html       */
/* =================== */
body.aboutus-html #top-box {
	position:relative;
	margin-bottom:9.5rem;
}
body.aboutus-html #top-box .en {
	font-size:4rem;
	line-height:1.25;
	margin-bottom:3.5rem;
}
body.aboutus-html #top-box .copy {
	line-height:1.38;
	font-size:1.45rem;
	font-weight:bold;
}
body.aboutus-html #top-box .txt-box {
	font-size:.9rem;
	line-height:1.77;
	margin-top:2rem;
}
body.aboutus-html #top-box .pic {
	width:40.9rem;
	position:absolute;
	bottom:-3.5rem;
	right:0;
	z-index:-1;
	aspect-ratio: 8.18 / 7.27;
}
body.aboutus-html #top-box .pic #particles-js { width:100%; height:100%; }
body.aboutus-html #top-box .pic #particles-js canvas {
	width:100%;
	height:100%;
	object-fit:cover;
}
body.aboutus-html section h2 {
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
}
body.aboutus-html section h2::after {
	content:"";
	width:2.1rem;
	height:1px;
	display:block;
	margin:1.5rem auto 1rem;
	background:#000;
}
body.aboutus-html section h2.wht { color:#fff; }
body.aboutus-html section h2.wht::after { background:#fff; }
body.aboutus-html section.clr-sec {
	background:#3b67d5;
	padding:5rem 0;
	color:#fff;
}
body.aboutus-html #mission-sec .copy {
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	line-height:1.5625;
}
body.aboutus-html #mission-sec .txt {
	font-size:.9rem;
	line-height:1.77;
	text-align:center;
}
body.aboutus-html #mission-sec .txt::before {
	content:"";
	width:42rem;
	margin:2rem auto;
	background:#d2d2d2;
	height:1px;
	display:block;
}
body.aboutus-html #rules-sec {
	padding:8rem 0;
	/*background:url(../img/aboutus/rules_bk.jpg) no-repeat;
	background-size:cover;*/
	position:relative;
}
body.aboutus-html #rules-sec .pic {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}
body.aboutus-html #rules-sec .pic #particles-js2 { width:100%; height:100%; }
body.aboutus-html #rules-sec .pic #particles-js2 canvas {
	width:100%;
	height:100%;
	object-fit:cover;
}
body.aboutus-html #rules-sec .txt {
	font-size:1.3rem;
	text-align:center;
	font-weight:bold;
	line-height:1.77;
}
body.aboutus-html #rules-sec::before {
	content:"";
	width:40rem;
	height:16rem;
	background:url(../img/aboutus/rules_deco.png) no-repeat;
	background-size:cover;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
body.aboutus-html #advantage-sec {
	padding:5rem 0 2.5rem;
	background:#f4f4f4;
}
body.aboutus-html #advantage-sec ol {
	width:54.5rem;
	margin:4rem auto 0;
	flex-wrap:wrap;
	align-items:flex-start;
}
body.aboutus-html #advantage-sec ol li {
	width:calc((100% - 2.5rem) / 2);
	border-top:1px solid #000;
	padding:2rem 1rem 3.5rem;
}
body.aboutus-html #advantage-sec ol li .num {
	font-size:1.7rem;
	color:#bfbfbf;
	font-weight:300;
}
body.aboutus-html #advantage-sec ol li h3 {
	font-size:1.4rem;
	margin:.5rem 0 0;
}
body.aboutus-html #advantage-sec ol li h3::after {
	content:"";
	width:2.5rem;
	height:2px;
	background:#3b67d5;
	display:block;
	margin:1rem 0;
}
body.aboutus-html #advantage-sec ol li .txt {
	line-height:1.53;
	font-size:.85rem;
}
body.aboutus-html #message-sec .txt-box {
	width:54rem;
	margin:2rem auto 0;
	line-height:1.77;
	font-size:.9rem;
}

@media screen and (max-width: 750px) {
	body.aboutus-html #top-box { margin-bottom:50px; }
	body.aboutus-html #top-box .copy { font-size:20px; }
	body.aboutus-html #top-box .txt-box { font-size:15px; position:relative; }
	body.aboutus-html #top-box .pic { width:100vw; margin:0 calc(50% - 50vw); bottom:-50px; }
	body.aboutus-html section h2 { font-size:20px; }
	body.aboutus-html section h2::after { width:35px; margin:20px auto 15px; }
	body.aboutus-html #mission-sec .txt { font-size:15px; text-align:left; width:86.6%; margin:0 auto; }
	body.aboutus-html #mission-sec .txt::before { width:100%; }
	body.aboutus-html #rules-sec .txt { font-size:15px; width:86.6%; margin:0 auto; text-align:left; }
	body.aboutus-html #rules-sec::before { display:none; }
	body.aboutus-html #advantage-sec ol { width:86.6%; display:block; }
	body.aboutus-html #advantage-sec ol li { width:100%; }
	body.aboutus-html #advantage-sec ol li .num { font-size:25px; }
	body.aboutus-html #advantage-sec ol li h3 { font-size:20px; }
	body.aboutus-html #advantage-sec ol li .txt { font-size:15px; }
	body.aboutus-html #advantage-sec ol li h3::after { width:40px; margin:20px 0 15px; }
	body.aboutus-html #message-sec .txt-box { width:86.6%; font-size:15px; }
}








/* =================== */
/*       body.about_rights-html       */
/* =================== */
body.about_rights-html .main-cont-wrap .top-txt {
	line-height:1.77;
  font-size:.9rem;
  margin-bottom:3rem;
}
body.about_rights-html .main-cont-wrap ol { margin-bottom:5rem; }
body.about_rights-html .main-cont-wrap ol li {
	line-height:1.77;
  font-size:.9rem;
  list-style:auto;
  margin-left:1em;
  margin-bottom:1.5rem;
}
body.about_rights-html .main-cont-wrap ol li dl { margin-top:.5rem; }
body.about_rights-html .main-cont-wrap ol li .line { display:flex; }
body.about_rights-html .main-cont-wrap ol li .line dt {
	font-weight:bold;
	width:9em;
}
body.about_rights-html .main-cont-wrap ol li .line dd { width:calc(100% - 9em); }

@media screen and (max-width: 750px) {
	body.about_rights-html .main-cont-wrap .top-txt { font-size:15px; }
	body.about_rights-html .main-cont-wrap ol li { font-size:15px; }
	body.about_rights-html .main-cont-wrap ol li .line { display:block; margin-bottom:5px; }
	body.about_rights-html .main-cont-wrap ol li .line dt { width:100%; }
	body.about_rights-html .main-cont-wrap ol li .line dd { width:100%; }
}








/* =================== */
/*       body.privacy-html       */
/* =================== */
body.privacy-html .main-cont-wrap { margin-bottom:5rem; }
body.privacy-html .main-cont-wrap h2 {
	font-size:1.3rem;
	font-weight:bold;
	padding-bottom:.7rem;
	line-height:1.2;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:1rem;
	margin-top:3rem;
}
body.privacy-html .main-cont-wrap .nml-txt {
	line-height:1.77;
  font-size:.9rem;
  margin-bottom:1rem;
}
body.privacy-html .main-cont-wrap .nml-txt.r-txt { text-align:right; }
body.privacy-html .main-cont-wrap ol li {
	line-height:1.77;
  font-size:.9rem;
  list-style:auto;
  margin-left:1em;
  margin-bottom:1.5rem;
}
body.privacy-html .main-cont-wrap ul li { list-style:circle; margin-bottom:.5rem; }
body.privacy-html .main-cont-wrap .clr-box {
	background:#f4f4f4;
	border-radius:.5rem;
	padding:2rem;
	line-height:1.77;
  font-size:.9rem;
}
body.privacy-html .main-cont-wrap .mark {
	width:4rem;
	margin-bottom:.5rem;
}
body.privacy-html .main-cont-wrap ol li table {
	width:100%;
	margin-top:1rem;
}
body.privacy-html .main-cont-wrap ol li table th {
	width:50%;
	background:#f4f4f4;
	padding:1rem 1.5rem;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}
body.privacy-html .main-cont-wrap ol li table th.center { text-align:center; }
body.privacy-html .main-cont-wrap ol li table th.center:first-child { border-right:1px solid #d2d2d2; }
body.privacy-html .main-cont-wrap ol li table td {
	width:50%;
	padding:1rem 1.5rem;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}
body.privacy-html .main-cont-wrap ol li table td li:last-child { margin-bottom:0; }

@media screen and (max-width: 750px) {
	body.privacy-html .main-cont-wrap h2 { font-size:18px; margin-top:40px; }
	body.privacy-html .main-cont-wrap .nml-txt { font-size:15px; }
	body.privacy-html .main-cont-wrap .clr-box { font-size:15px; }
	body.privacy-html .main-cont-wrap ol li { font-size:15px; }
	body.privacy-html .main-cont-wrap .mark { width:70px; }
	body.privacy-html .main-cont-wrap ol li table th { width:35%; padding:10px; }
	body.privacy-html .main-cont-wrap ol li table td { width:65%; padding:10px; }
	body.privacy-html .main-cont-wrap ol li table th.center:first-child { width:35%; }
	body.privacy-html .main-cont-wrap ol li table th.center:last-child { width:65%; }
}







/* =================== */
/*       body.business case-layout       */
/* =================== */
body.business .case-layout .mb10 { margin-bottom:1rem; }
body.business .case-layout .mb15 { margin-bottom:1.5rem; }
body.business .case-layout .mb20 { margin-bottom:2rem; }
body.business .case-layout .mb25 { margin-bottom:2.5rem; }
body.business .case-layout .mb30 { margin-bottom:3rem; }
body.business .case-layout .mb40 { margin-bottom:4rem; }
body.business .case-layout .case-ttl-box {
	display:flex;
	align-items:center;
	padding-bottom:1rem;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:2rem;
}
body.business .case-layout .case-ttl-box .type {
	font-size:.75rem;
	color:#fff;
	background:#808080;
	line-height:1.5rem;
	text-align:center;
	width:7rem;
	margin-right:1.5rem;
	border-radius:100vmax;
}
body.business .case-layout .case-ttl-box .case-ttl {
	font-size:1.6rem;
	line-height:1.5625;
	width:calc(100% - 8.5rem);
	font-weight:bold;
}
body.business .case-layout .outline-box .ttl {
	font-size:1rem;
	font-weight:bold;
	margin-bottom:1rem;
}
body.business .case-layout .outline-box .txt {
	font-size:.9rem;
	line-height:1.88;
}
body.business .case-layout table {
	width:100%;
	margin-top:2rem;
	border-top:1px solid #d2d2d2;
	font-size:.8rem;
	line-height:1.5625;
}
body.business .case-layout table th {
	width:8rem;
	background:#f4f4f4;
	padding:1.5rem 2rem;
	border-bottom:1px solid #d2d2d2;
	text-align:left;
}
body.business .case-layout table td {
	padding:1.5rem 2rem;
	border-bottom:1px solid #d2d2d2;
}
body.business .case-layout .ttl-line {
	font-size:1.5rem;
	font-weight:bold;
	text-align:center;
	line-height:1.5625;
	padding-bottom:1rem;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:2.5rem;
	margin-top:4rem;
}
body.business .case-layout .pic img {
	width:auto;
	max-width:100%;
	display:block;
	margin:2.5rem auto;
}
body.business .case-layout .clr-box {
	background:#f4f4f4;
	border-radius:.5rem;
	padding:2rem;
}
body.business .case-layout .clr-box.blue {
	background:#3b67d5;
	color:#fff;
}
body.business .case-layout .ttl-square {
	font-size:1.2rem;
	margin-bottom:1rem;
}
body.business .case-layout .ttl-square::before {
	content:"";
	width:1rem;
	height:1rem;
	background:#3b67d5;
	display:inline-block;
	margin-right:.8rem;
	vertical-align:middle;
}
body.business .case-layout .clr-box.blue .ttl-square::before { background:#fff; }
body.business .case-layout .ttl-square span {
	vertical-align:middle;
	display:inline-block;
	font-weight:bold;
}
body.business .case-layout .clr-box .txt,
body.business .case-layout .clr-box li {
	font-size:.9rem;
	line-height:1.88;
}
body.business .case-layout .arrow {
	width:3.6rem;
	height:1.4rem;
	clip-path:polygon(0 0, 100% 0, 50% 100%);
	background:#3b67d5;
	margin:1.5rem auto;
}
body.business .case-layout .btm-contact {
	background:#3b67d5;
	padding:2.5rem 0;
	margin-top:6rem;
}
body.business .case-layout .btm-contact .btn a {
	width:22.5rem;
	line-height:3.5rem;
	background:#fff;
	border-radius:100vmax;
	display:block;
	margin:0 auto;
	font-size:1.1rem;
	font-weight:bold;
	color:#3b67d5;
	text-align:center;
}
body.business .case-layout .btm-contact .btn a:hover { opacity:.5; }

@media screen and (max-width: 750px) {
	body.business .case-layout .case-ttl-box { display:block; padding-bottom:15px; margin-bottom:25px; }
	body.business .case-layout .case-ttl-box .type { width:130px; line-height:30px; font-size:15px; margin:0 auto 10px; }
	body.business .case-layout .case-ttl-box .case-ttl { font-size:20px; line-height:1.3; width:100%; }
	body.business .case-layout .outline-box .ttl { font-size:18px; }
	body.business .case-layout .outline-box .txt { font-size:15px; }
	body.business .case-layout table, body.business .case-layout tbody,
	body.business .case-layout tr, body.business .case-layout th,
	body.business .case-layout td { display:block; }
	body.business .case-layout table { font-size:15px; }
	body.business .case-layout table th { width:100%; text-align:center; padding:10px 20px; border-bottom:0; }
	body.business .case-layout table td { width:100%; }
	body.business .case-layout .ttl-square { font-size:18px; }
	body.business .case-layout .clr-box .txt, body.business .case-layout .clr-box li { font-size:15px; line-height:1.66; }
	body.business .case-layout .ttl-line { font-size:20px; margin-top:50px; }
	body.business .case-layout .btm-contact .btn a { width:250px; line-height:45px; font-size:16px; }
}







/* =================== */
/*       body.entry-html       */
/* =================== */
body.entry-html .wp-block-leadin-hubspot-form-block {
	width:50rem;
	margin:0 auto 5rem;
}
@media screen and (max-width: 750px) {
	body.entry-html .wp-block-leadin-hubspot-form-block { width:86.6%; }
}







/* =================== */
/*       body.contact-html       */
/* =================== */
body.contact-html .wp-block-leadin-hubspot-form-block {
	width:50rem;
	margin:0 auto 5rem;
}
@media screen and (max-width: 750px) {
	body.contact-html .wp-block-leadin-hubspot-form-block { width:86.6%; }
}






/* =================== */
/*       body.solution       */
/* =================== */
body.solution ul.solution-child-list { margin-bottom:6rem; }
body.solution ul.solution-child-list li {
	display:flex;
	justify-content:space-between;
	margin-bottom:4rem;
}
body.solution ul.solution-child-list li .pic { width:28rem; }
body.solution ul.solution-child-list li:nth-child(even) .pic { order:2; }
body.solution ul.solution-child-list li .txt-box { width:calc((100% - 28rem - 3rem)); }
body.solution ul.solution-child-list li:nth-child(even) .txt-box { order:1; }
body.solution ul.solution-child-list li h2 {
	font-size:1.5rem;
	line-height:1.33;
	margin-bottom:.5rem;
}
body.solution ul.solution-child-list li .icon {
	font-size:.75rem;
	background:#808080;
	color:#fff;
	padding:.2rem 1rem .3rem;
	display:inline-block;
	border-radius:100vmax;
}
body.solution ul.solution-child-list li .txt {
	font-size:.9rem;
	line-height:1.88;
	margin:1.5rem 0;
}
body.solution ul.solution-child-list li .blue-btn a {
	margin:0;
	width:10.9rem;
	line-height:2.5rem;
	font-size:.85rem;
}

body.solution #solution-child-page .page-ttl-box {
	width:100%;
	height:18.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	color:#fff;
	margin-top:-3rem;
}
body.solution.qualification-terminal-setup-html #solution-child-page .page-ttl-box {
	background:url(/wp/img/business/solution/qualification-terminal-setup/ttl_bk.jpg) no-repeat;
	background-size:cover;
}
body.solution.sakura-html #solution-child-page .page-ttl-box {
	background:url(/wp/img/business/solution/sakura/ttl_bk.jpg) no-repeat center;
	background-size:cover;
}
body.solution.kintone_web-html #solution-child-page .page-ttl-box {
	background:url(/wp/img/business/solution/kintone_web/ttl_bk.jpg) no-repeat center;
	background-size:cover;
}
body.solution.inventory_cnt_lite-html #solution-child-page .page-ttl-box {
	background:url(/wp/img/business/solution/inventory_cnt_lite/ttl_bk.jpg) no-repeat center;
	background-size:cover;
}
body.solution.atomwms-html #solution-child-page .page-ttl-box {
	background:url(/wp/img/business/solution/atomwms/ttl_bk.jpg) no-repeat center;
	background-size:cover;
}
body.solution #solution-child-page .page-ttl-box .ttl-copy {
	font-size:1.3rem;
	font-weight:bold;
}
body.solution #solution-child-page .page-ttl-box h1.lower-page-ttl {
	font-size:1.8rem;
	font-weight:bold;
	margin-top:1rem;
}
body.solution #solution-child-page .page-ttl-box .ttl-txt {
	font-size:1rem;
	line-height:2;
}
body.solution #solution-child-page .page-ttl-box .ttl-txt::before {
	content:"";
	width:2rem;
	height:1px;
	background:#fff;
	display:block;
	margin:2rem auto 1.5rem;
}
body.solution #solution-child-page h2 {
	font-size:1.5rem;
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	padding-bottom:1.5rem;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:2.5rem;
}
body.solution #solution-child-page h2.wht {
	border-bottom:1px solid #fff;
	color:#fff;
}
body.solution #solution-child-page #problem-sec {
	background:#f4f4f4;
	padding:4rem 0;
}
body.solution #solution-child-page #problem-sec h3 span.bdr { display:inline-block; }
body.solution #solution-child-page #problem-sec h3 span.txt {
	font-size:1.7rem;
	font-weight:bold;
	position:relative;
	z-index:1;
}
body.solution #solution-child-page #problem-sec h3.txt-c { text-align:center; }
body.solution #solution-child-page #problem-sec h3 span.bdr::after {
	content:"";
	height:.55rem;
	background:#3b67d5;
	opacity:.5;
	width:calc(100% + 1rem);
	display:block;
	margin:-1em -.5rem 0;
}
body.solution #solution-child-page #problem-sec .arrow {
	width:6rem;
	height:1.7rem;
	background:#3b67d5;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin:2.5rem auto 1.5rem;
}
body.solution #solution-child-page #problem-sec .txt {
	font-size:.9rem;
	line-height:1.88;
	margin-top:1.5rem;
}
body.solution #solution-child-page #problem-sec .txt.txt-c { text-align:center; }
body.solution #solution-child-page #problem-sec .two-box { align-items:initial; }
body.solution #solution-child-page #problem-sec .two-box .pic { width:15rem; margin-top:1rem; }
body.solution #solution-child-page #problem-sec .two-box .txt-box { width:calc(100% - 2rem - 15rem); }
body.solution #solution-child-page ul.check-list {
	background:#fff;
	border-radius:.5rem;
	padding:2rem;
	width:50.5rem;
	margin:0 auto;
}
body.solution #solution-child-page ul.check-list li {
	font-size:1.1rem;
	line-height:1.5;
	margin-bottom:.7rem;
	color:#404040;
	display:flex;
	align-items:baseline;
}
body.solution #solution-child-page ul.check-list li:last-child { margin-bottom:0; }
body.solution #solution-child-page ul.check-list li::before {
	content:"";
	width:1.05rem;
	height:1.05rem;
	background:url(/wp/img/business/solution/check.png) no-repeat;
	background-size:cover;
	display:block;
	margin-right:.5rem;
}
body.solution #solution-child-page .check-list li span {
	font-weight:bold;
	width:calc(100% - 1.55rem);
}
body.solution #solution-child-page #service-sec {
	background:#3b67d5;
	padding:4rem 0;
}
body.solution #solution-child-page ul.wht-box-list {
	flex-wrap:wrap;
	align-items:initial;
}
body.solution #solution-child-page ul.wht-box-list li {
	width:calc((100% - .5rem) / 2);
	margin-bottom:.5rem;
	background:#fff;
	border-radius:.5rem;
	padding:1rem 1.5rem;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
body.solution #solution-child-page ul.wht-box-list li .icon {
	width:3.6rem;
	margin-right:1.5rem;
}
body.solution #solution-child-page ul.wht-box-list li .txt {
	width:calc(100% - 3.6rem - 1.5rem);
	font-size:1.2rem;
	font-weight:bold;
	color:#404040;
	line-height:1.33;
}
body.solution #solution-child-page #feature-sec { padding:4rem 0; }
body.solution.sakura-html #solution-child-page #feature-sec { background:#f4f4f4; }
body.solution.kintone_web-html #solution-child-page #feature-sec { background:#f4f4f4; }
body.solution.inventory_cnt_lite-html #solution-child-page #feature-sec { background:#3b67d5; }
body.solution.inventory_cnt_lite-html #solution-child-page #feature-sec h2 {
	color:#fff;
	border-bottom:1px solid #fff;
}
body.solution #solution-child-page ul.box3-list { align-items:initial; }
body.solution #solution-child-page ul.box3-list li { width:calc((100% - 3rem) / 3); }
body.solution #solution-child-page ul.box3-list li .num {
	font-size:.8rem;
	text-align:center;
	color:#3b67d5;
	letter-spacing:.05em;
	margin-bottom:1rem;
	font-weight:500;
}
body.solution #solution-child-page ul.box3-list li .li-ttl {
	font-size:1.1rem;
	font-weight:bold;
	margin:1.5rem 0 1rem;
	text-align:center;
}
body.solution #solution-child-page ul.box3-list li .txt {
	font-size:.8rem;
	line-height:1.875;
}
body.solution #solution-child-page #materials-sec {
	background:#f4f4f4;
	padding:4rem 0;
}
body.solution #solution-child-page ul.materials-list { align-items:initial; }
body.solution #solution-child-page ul.materials-list li {
	width:calc((100% - 3rem) / 3);
	background:#fff;
	border-radius:.5rem;
	padding:2.5rem 2rem;
}
body.solution #solution-child-page ul.materials-list li .icon {
	width:7.15rem;
	margin:0 auto 1rem;
}
body.solution.kintone_web-html #solution-child-page ul.materials-list li .icon { width:6.7rem; }
body.solution #solution-child-page ul.materials-list li h3 {
	font-size:1.1rem;
	font-weight:bold;
	text-align:center;
}
body.solution #solution-child-page ul.materials-list li .txt {
	font-size:.8rem;
	line-height:1.875;
	margin:1rem 0 1.5rem;
}
body.solution #solution-child-page ul.materials-list li .btn a {
	line-height:2rem;
	border-radius:100vmax;
	background:#3b67d5;
	color:#fff;
	font-size:.75rem;
	text-align:center;
	width:8.8rem;
	display:block;
	margin:0 auto;
}
body.solution #solution-child-page ul.materials-list li .btn a span { vertical-align:middle; }
body.solution #solution-child-page ul.materials-list li .btn a i {
	font-size:80%;
	vertical-align:middle;
}
body.solution #solution-child-page ul.materials-list li .btn a:hover { opacity:.5; }
body.solution #solution-child-page #merit-sec { padding:4rem 0; }
body.solution #solution-child-page ul.merit-list li {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:4.5rem;
}
body.solution #solution-child-page ul.merit-list li .pic { width:30rem; }
body.solution #solution-child-page ul.merit-list li:nth-child(even) .pic { order:2; }
body.solution #solution-child-page ul.merit-list li .txt-box { width:27rem; }
body.solution #solution-child-page ul.merit-list li:nth-child(even) .txt-box { order:1; }
body.solution #solution-child-page ul.merit-list li .num {
	font-size:.8rem;
	color:#3b67d5;
	letter-spacing:.05em;
	font-weight:500;
}
body.solution #solution-child-page ul.merit-list li h3 {
	font-size:1.5rem;
	font-weight:bold;
	margin-top:.5rem;
	line-height:1.33;
}
body.solution #solution-child-page ul.merit-list li h3::after {
	content:"";
	width:2.5rem;
	height:2px;
	background:#3b67d5;
	display:block;
	margin:1.3rem 0 1rem;
}
body.solution #solution-child-page ul.merit-list li .txt {
	font-size:.9rem;
	line-height:1.88;
}
body.solution #solution-child-page ul.box4-list { align-items:initial; }
body.solution #solution-child-page ul.box4-list li {
	width:calc((100% - 4.5rem) / 4);
	background:#fff;
	border-radius:.5rem;
	padding:2rem 1.2rem;
}
body.solution #solution-child-page ul.box4-list li .num {
	font-size:.8rem;
	text-align:center;
	color:#3b67d5;
	letter-spacing:.05em;
	margin-bottom:1rem;
	font-weight:500;
}
body.solution #solution-child-page ul.box4-list li .pic {
	width:6.3rem;
	margin:2rem auto 1.5rem;
}
body.solution.inventory_cnt_lite-html #solution-child-page ul.box4-list li .pic { width:8.35rem; }
body.solution #solution-child-page ul.box4-list li h3 {
	font-size:1.1rem;
	line-height:1.36;
	margin:1rem 0;
	text-align:center;
	height:4.08em;
	display:flex;
	align-items:center;
	justify-content:center;
}
body.solution.inventory_cnt_lite-html #solution-child-page ul.box4-list li h3 { height:2.72em; }
body.solution #solution-child-page ul.box4-list li h3 span { font-weight:bold; }
body.solution #solution-child-page ul.box4-list li .txt {
	font-size:.8rem;
	line-height:1.875;
}
body.solution.inventory_cnt_lite-html #sec1 { padding:4rem 0; }
body.solution.inventory_cnt_lite-html #sec6 { padding:4rem 0 7rem; }
body.solution.inventory_cnt_lite-html #sec1 .txt {
	font-size:.9rem;
	line-height:1.88;
	text-align:center;
	margin-bottom:2.5rem;
}
body.solution.inventory_cnt_lite-html #sec1 .pic {
	width:53.45rem;
	margin:0 auto;
}
body.solution.inventory_cnt_lite-html #sec6 .pic {
	width:53.45rem;
	margin:0 auto;
}
body.solution.inventory_cnt_lite-html #sec2 { padding:4rem 0 2rem; }
body.solution.inventory_cnt_lite-html #sec2 .cont-box { align-items:flex-start; }
body.solution.inventory_cnt_lite-html #sec2 .pic {
	width:45.85rem;
	margin:0 auto 3rem;
}
body.solution.inventory_cnt_lite-html #sec2 .txt-box {
	width:50%;
	font-size:.9rem;
	line-height:1.88;
}
body.solution.inventory_cnt_lite-html #sec2 .txt-box ol { margin-bottom:1.5rem; }
body.solution.inventory_cnt_lite-html #sec2 .txt-box h3 { font-weight:bold; }
body.solution.inventory_cnt_lite-html #sec2 .txt-box h3 span { color:#3b67d5; }
body.solution.inventory_cnt_lite-html #sec3 { padding:0 0 4rem; }
body.solution.inventory_cnt_lite-html #sec3 .txt {
	font-size:.9rem;
	line-height:1.88;
	text-align:center;
	margin-bottom:2.5rem;
}
body.solution.inventory_cnt_lite-html #sec3 .pic-box { justify-content:center; align-items:flex-start; }
body.solution.inventory_cnt_lite-html #sec3 .pic1 { width:22.75rem; }
body.solution.inventory_cnt_lite-html #sec3 .pic2 { width:29.25rem; margin-left:2rem; }
body.solution.inventory_cnt_lite-html .sec-two-box { align-items:initial; margin-bottom:5rem; }
body.solution.inventory_cnt_lite-html .sec-two-box section { width:calc((100% - 3rem) / 2); }
body.solution.inventory_cnt_lite-html #sec4 .pic {
	width:20.8rem;
	margin:0 auto;
}
body.solution.inventory_cnt_lite-html #sec5 table {
	width:100%;
	margin:1rem 0 0;
	border-top:1px solid #d2d2d2;
	font-size:.8rem;
	line-height:1.875;
}
body.solution.inventory_cnt_lite-html #sec5 table th {
	width:9rem;
	background:#f4f4f4;
	padding:1rem;
	border:0;
	border-bottom:1px solid #d2d2d2;
	text-align:left;
}
body.solution.inventory_cnt_lite-html #sec5 table td {
	padding:1rem;
	border:0;
	border-bottom:1px solid #d2d2d2;
}
body.solution.inventory_cnt_lite-html .clr-bk-box {
	background:#3b67d5;
	text-align:center;
	padding:3.5rem 0;
	margin-bottom:5rem;
}
body.solution.inventory_cnt_lite-html .clr-bk-box .txt {
	font-size:1rem;
	line-height:2;
	color:#fff;
}
body.solution.inventory_cnt_lite-html .clr-bk-box .btn a {
	line-height:3.5rem;
	border-radius:100vmax;
	width:27.5rem;
	text-align:center;
	margin:1.5rem auto 0;
	display:block;
	font-size:1.1rem;
	font-weight:bold;
	color:#3b67d5;
	background:#fff;
}
body.solution.inventory_cnt_lite-html .clr-bk-box .btn a:hover { opacity:.5; }


body.solution.atomwms-html #sec1 { margin:4.5rem 0; }
body.solution.atomwms-html #sec1 .txt {
	font-size:.9rem;
	line-height:1.88;
	text-align:center;
	margin-bottom:1.5rem;
}
body.solution.atomwms-html #sec1 .pic {
	width:50rem;
	margin:0 auto;
}
body.solution.atomwms-html #feature-sec { background:#3b67d5; }
body.solution.atomwms-html #feature-sec li {
	background:#fff;
	border-radius:.5rem;
	padding:2rem 1.5rem;
}
body.solution.atomwms-html #feature-sec li h3 {
	font-size:1.1rem;
	text-align:center;
}
body.solution.atomwms-html #feature-sec li h3 span { font-weight:bold; }
body.solution.atomwms-html #feature-sec li .pic {
	width:8.4rem;
	margin:2rem auto 1rem;
}
body.solution.atomwms-html #sec2 { padding:4rem 0; }
body.solution.atomwms-html #sec2 .cont-box { align-items:flex-start; }
body.solution.atomwms-html #sec2 .pic { width:26.5rem; }
body.solution.atomwms-html #sec2 ul {
	font-size:.9rem;
	line-height:1.88;
	width:calc(100% - 26.5rem - 2rem);
}
body.solution.atomwms-html #sec3 {
	padding:4rem 0;
	background:#f4f4f4;
}
body.solution.atomwms-html #sec3 .sec-top-txt {
	font-size:.9rem;
	line-height:1.88;
	text-align:center;
	margin-bottom:2.5rem;
}
body.solution.atomwms-html #sec3 ul { align-items:flex-start; }
body.solution.atomwms-html #sec3 li { width:calc((100% - 3rem) / 3); }
body.solution.atomwms-html #sec3 li h3 {
	font-size:1.1rem;
	font-weight:bold;
	text-align:center;
	margin:1rem 0;
}
body.solution.atomwms-html #sec3 li .txt {
	font-size:.8rem;
	line-height:1.875;
}
body.solution.atomwms-html #sec4 { padding:4rem 0; }
body.solution.atomwms-html #sec4 ul { align-items:flex-start; }
body.solution.atomwms-html #sec4 li { width:calc((100% - 3rem) / 2); }
body.solution.atomwms-html #sec4 li .pic-box { position:relative; }
body.solution.atomwms-html #sec4 li .pic-box .ttl-box {
	background:rgba(0,0,0,.5);
	padding:1.5rem 0;
	color:#fff;
	text-align:center;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height:10rem;
	margin:auto 0;
}
body.solution.atomwms-html #sec4 li .pic-box .ttl-box h3 {
	font-size:1.85rem;
	line-height:1.27;
	font-weight:bold;
}
body.solution.atomwms-html #sec4 li .pic-box .ttl-box h3 .mini {
	font-size:64%;
	display:block;
	margin-bottom:.5rem;
	font-weight:bold;
}
body.solution.atomwms-html #sec4 li .cat {
	font-size:1.3rem;
	font-weight:bold;
	text-align:center;
	margin:1.5rem 0 .8rem;
}
body.solution.atomwms-html #sec4 li .txt {
	font-size:.9rem;
	line-height:1.77;
}
body.solution.atomwms-html #sec4 li .btn a {
	font-size:.85rem;
	color:#fff;
	text-align:center;
	width:11rem;
	line-height:2.5rem;
	background:#3b67d5;
	border-radius:100vmax;
	display:block;
	margin:2rem auto 0;
}
body.solution.atomwms-html #sec4 li .btn a:hover { opacity:.5; }
body.solution.atomwms-html .clr-bk-box {
	background:#3b67d5;
	text-align:center;
	padding:3.5rem 0;
}
body.solution.atomwms-html .clr-bk-box .txt {
	font-size:1rem;
	line-height:2;
	color:#fff;
}
body.solution.atomwms-html .clr-bk-box .btn a {
	line-height:3.5rem;
	border-radius:100vmax;
	width:26rem;
	text-align:center;
	margin:1.5rem auto 0;
	display:block;
	font-size:1.1rem;
	font-weight:bold;
	color:#3b67d5;
	background:#fff;
}
body.solution.atomwms-html .clr-bk-box .btn a:hover { opacity:.5; }
body.solution.atomwms-html #sec5 {
	background:#f4f4f4;
	padding:4rem 0 2rem;
}
body.solution.atomwms-html #sec5 .sec-top-txt {
	font-size:.9rem;
	line-height:1.88;
	text-align:center;
	margin-bottom:5rem;
}
body.solution.atomwms-html #sec5 .box h3 { text-align:center; }
body.solution.atomwms-html #sec5 .box h3 span {
	font-size:1.3rem;
	font-weight:bold;
	width:21.2rem;
	display:inline-block;
}
body.solution.atomwms-html #sec5 .box h3 span::after {
	content:"";
	width:100%;
	height:.25rem;
	background:#3b67d5;
	display:block;
	margin-top:.25rem;
}
body.solution.atomwms-html #sec5 .box ul {
	margin:2rem auto 3rem;
	align-items:initial;
	flex-wrap:wrap;
}
body.solution.atomwms-html #sec5 .box li {
	width:calc((100% - 1rem) / 2);
	background:#fff;
	border-radius:.5rem;
	padding:2rem 0;
	text-align:center;
	margin-bottom:1rem;
}
body.solution.atomwms-html #sec5 .box li h4 {
	font-size:1.2rem;
	font-weight:bold;
	margin-bottom:.8rem;
}
body.solution.atomwms-html #sec5 .box li .txt {
	font-size:.9rem;
	line-height:1.88;
}
body.solution.atomwms-html #sec6 { padding:4rem 0; }
body.solution.atomwms-html #sec6 ul {
	align-items:initial;
	flex-wrap:wrap;
}
body.solution.atomwms-html #sec6 li {
	width:calc((100% - 1.5rem) / 2);
	background:#f4f4f4;
	border-radius:.5rem;
	margin-bottom:1.5rem;
	padding:1.5rem;
}
body.solution.atomwms-html #sec6 li h3 {
	font-size:1.1rem;
	font-weight:bold;
	margin-bottom:.8rem;
}
body.solution.atomwms-html #sec6 li .txt {
	font-size:.8rem;
	line-height:1.875;
}
body.solution.sakura-html #solution-child-page ul.merit-list li .pic { width:24rem; }
body.solution.sakura-html #solution-child-page ul.merit-list li .txt-box { width:33.5rem; }

body.solution #btm-contact-box {
	padding:3rem 0 4rem;
	background:#3b67d5;
}
body.solution #btm-contact-box .txt {
	font-size:1rem;
	line-height:2;
	text-align:center;
	color:#fff;
	margin-bottom:1.5rem;
}
body.solution #btm-contact-box .btn a {
	background:#fff;
	color:#3b67d5;
	width:22.5rem;
	line-height:3.5rem;
	display:block;
	margin:0 auto;
	font-size:1.1rem;
	text-align:center;
	border-radius:100vmax;
	font-weight:bold;
}
body.solution #btm-contact-box .btn a:hover { opacity:.5; }
body.solution.qualification-terminal-setup-html #solution-child-page #materials-sec .att-txt {
	font-size:.8rem;
	margin-top:1rem;
	text-align:right;
}

@media screen and (max-width: 750px) {
	body.solution ul.solution-child-list li { display:block; }
	body.solution ul.solution-child-list li .pic { width:100%; }
	body.solution ul.solution-child-list li .txt-box { width:100%; margin-top:20px; }
	body.solution ul.solution-child-list li h2 { font-size:20px; }
	body.solution ul.solution-child-list li .icon { font-size:13px; padding:5px 15px 6px; }
	body.solution ul.solution-child-list li .txt { font-size:15px; }
	body.solution ul.solution-child-list li .blue-btn a { width:170px; line-height:35px; font-size:15px; margin:0 auto; }
	body.solution #btm-contact-box .txt { font-size:15px; line-height:1.66; margin-bottom:20px; }
	body.solution #btm-contact-box .btn a { font-size:16px; line-height:45px; width:250px; }

	body.solution #solution-child-page { overflow:hidden; margin-top:-25px; }
	body.solution #solution-child-page .page-ttl-box { height:250px; margin-top:0; }
	body.solution #solution-child-page .page-ttl-box h1.lower-page-ttl { font-size:20px; line-height:1.3; }
	body.solution #solution-child-page .page-ttl-box .ttl-copy { font-size:16px; }
	body.solution #solution-child-page .page-ttl-box .ttl-txt { font-size:14px; text-align:left; width:86.6%; margin:0 auto; line-height:1.66; }
	body.solution #solution-child-page h2 { font-size:20px; }
	body.solution #solution-child-page ul.check-list { width:100%; }
	body.solution #solution-child-page ul.check-list li { font-size:15px; }
	body.solution #solution-child-page #problem-sec h3 { text-align:center; }
	body.solution #solution-child-page #problem-sec h3 span.txt { font-size:22px; }
	body.solution #solution-child-page #problem-sec .txt.txt-c { text-align:left; }
	body.solution #solution-child-page #problem-sec .txt { font-size:15px; line-height:1.66; }
	body.solution #solution-child-page ul.wht-box-list li { width:100%; }
	body.solution #solution-child-page ul.wht-box-list li .txt { font-size:15px; width:calc(100% - 50px - 1.5rem); }
	body.solution #solution-child-page ul.wht-box-list li .icon { width:50px; }
	body.solution #solution-child-page ul.box3-list { display:block; }
	body.solution #solution-child-page ul.box3-list li { width:100%; margin-bottom:40px; }
	body.solution #solution-child-page ul.box3-list li .num { font-size:14px; }
	body.solution #solution-child-page ul.box3-list li .li-ttl { font-size:17px; }
	body.solution #solution-child-page ul.box3-list li .txt { font-size:15px; line-height:1.66; }
	body.solution #solution-child-page ul.materials-list { display:block; }
	body.solution #solution-child-page ul.materials-list li { width:100%; margin-bottom:20px; }
	body.solution #solution-child-page ul.materials-list li .icon { width:100px; }
	body.solution #solution-child-page ul.materials-list li h3 { font-size:17px; }
	body.solution #solution-child-page ul.materials-list li .txt { font-size:15px; line-height:1.66; }
	body.solution #solution-child-page ul.materials-list li .btn a { font-size:14px; line-height:30px; width:140px; }
	body.solution #solution-child-page #problem-sec .two-box { display:block; }
	body.solution #solution-child-page #problem-sec .two-box .pic { width:100%; margin-bottom:20px; }
	body.solution #solution-child-page #problem-sec .two-box .txt-box { width:100%; }
	body.solution #solution-child-page ul.merit-list li { display:block; }
	body.solution #solution-child-page ul.merit-list li .pic { width:100%; margin-bottom:20px; }
	body.solution #solution-child-page ul.merit-list li .txt-box { width:100%; }
	body.solution #solution-child-page ul.merit-list li .num { font-size:14px; }
	body.solution #solution-child-page ul.merit-list li h3 { font-size:17px; margin-top:8px; }
	body.solution #solution-child-page ul.merit-list li h3::after { margin:18px 0 15px; }
	body.solution #solution-child-page ul.merit-list li .txt { font-size:15px; line-height:1.66; }
	body.solution #solution-child-page ul.box4-list { display:block; }
	body.solution #solution-child-page ul.box4-list li { width:100%; margin-bottom:20px; padding:30px; }
	body.solution #solution-child-page ul.box4-list li .num { font-size:14px; }
	body.solution #solution-child-page ul.box4-list li h3 { font-size:17px; height:2.72em; }
	body.solution #solution-child-page ul.box4-list li .txt { font-size:15px; line-height:1.66; }
	body.solution #solution-child-page ul.box4-list li .pic { width:90px; }
	body.solution.inventory_cnt_lite-html #sec1 .txt { font-size:15px; line-height:1.66; text-align:left; }
	body.solution.inventory_cnt_lite-html #sec1 .pic { width:100%; }
	body.solution.inventory_cnt_lite-html #sec2 { padding-bottom:40px; }
	body.solution.inventory_cnt_lite-html #sec2 .cont-box { display:block; }
	body.solution.inventory_cnt_lite-html #sec2 .pic { margin:0 auto 20px; width:100%; }
	body.solution.inventory_cnt_lite-html #sec2 .txt-box { width:100%; font-size:15px; line-height:1.66; }
	body.solution.inventory_cnt_lite-html #sec3 .txt { font-size:15px; line-height:1.66; text-align:left; }
	body.solution.inventory_cnt_lite-html #sec3 .pic-box { display:block; }
	body.solution.inventory_cnt_lite-html #sec3 .pic { margin:0 auto 15px; }
	body.solution.inventory_cnt_lite-html .sec-two-box { display:block; }
	body.solution.inventory_cnt_lite-html .sec-two-box section { width:100%; }
	body.solution.inventory_cnt_lite-html #sec5 { margin-top:40px; }
	body.solution.inventory_cnt_lite-html #sec5 table { font-size:15px; line-height:1.66; }
	body.solution.inventory_cnt_lite-html #sec5 table th { width:9em; }
	body.solution.inventory_cnt_lite-html .clr-bk-box { padding:40px 0; }
	body.solution.inventory_cnt_lite-html .clr-bk-box .txt { font-size:16px; line-height:1.66; }
	body.solution.inventory_cnt_lite-html .clr-bk-box .btn a { font-size:16px; line-height:1.5; padding:10px 0; }
	body.solution.inventory_cnt_lite-html #sec6 .pic { width:100%; }
	body.solution.inventory_cnt_lite-html #solution-child-page ul.box4-list li h3 { height:1.36em; }
	body.solution.inventory_cnt_lite-html #solution-child-page ul.box4-list li .pic { width:100px; }
	body.solution.atomwms-html #sec1 .txt { font-size:15px; line-height:1.66; text-align:left; }
	body.solution.atomwms-html #sec1 .pic { width:100%; }
	body.solution.atomwms-html #feature-sec li h3 { font-size:17px; }
	body.solution.atomwms-html #feature-sec li .pic { width:120px; }
	body.solution.atomwms-html #sec2 .cont-box { display:block; }
	body.solution.atomwms-html #sec2 .pic { width:100%; }
	body.solution.atomwms-html #sec2 ul { width:100%; font-size:15px; line-height:1.66; margin-top:20px; }
	body.solution.atomwms-html #sec2 li { text-indent:-1em; padding-left:1em; }
	body.solution.atomwms-html #sec3 .sec-top-txt { font-size:15px; line-height:1.66; text-align:left; }
	body.solution.atomwms-html #sec3 ul { display:block; }
	body.solution.atomwms-html #sec3 li { width:100%; margin-bottom:35px; }
	body.solution.atomwms-html #sec3 li h3 { font-size:17px; margin:20px 0; }
	body.solution.atomwms-html #sec3 li .txt { font-size:15px; line-height:1.66; }
	body.solution.atomwms-html #sec4 ul { display:block; }
	body.solution.atomwms-html #sec4 li { width:100%; margin-bottom:30px; }
	body.solution.atomwms-html #sec4 li .cat { font-size:17px; margin:15px 0 10px; }
	body.solution.atomwms-html #sec4 li .txt { font-size:15px; line-height:1.66; }
	body.solution.atomwms-html #sec4 li .btn a { width:150px; line-height:35px; font-size:15px; }
	body.solution.atomwms-html .clr-bk-box { padding:40px 0; }
	body.solution.atomwms-html .clr-bk-box .txt { font-size:16px; line-height:1.66; }
	body.solution.atomwms-html .clr-bk-box .btn a { font-size:16px; line-height:1.5; padding:10px 0; width:310px; }
	body.solution.atomwms-html #sec5 .sec-top-txt { font-size:15px; text-align:left; line-height:1.66; }
	body.solution.atomwms-html #sec5 .box h3 span { font-size:17px; width:280px; }
	body.solution.atomwms-html #sec5 .box ul { display:block; }
	body.solution.atomwms-html #sec5 .box li { width:100%; padding:20px; margin-bottom:10px; }
	body.solution.atomwms-html #sec5 .box li h4 { font-size:16px; line-height:1.3; }
	body.solution.atomwms-html #sec5 .box li .txt { font-size:14px; line-height:1.66; text-align:left; }
	body.solution.atomwms-html #sec6 li { width:100%; padding:20px 15px; }
	body.solution.atomwms-html #sec6 li h3 { font-size:16px; text-align:center; line-height:1.3; }
	body.solution.atomwms-html #sec6 li .txt { font-size:14px; line-height:1.66; }
	body.solution.atomwms-html #sec6 li .pic { margin:10px 0; }
	body.solution.atomwms-html #sec4 { padding:40px 0 20px; }
	body.solution.atomwms-html #sec3 { padding:40px 0 20px; }
	body.solution #solution-child-page #feature-sec { padding:40px 0 20px; }
	body.solution.sakura-html #solution-child-page ul.merit-list li .pic { width:100%; }
	body.solution.sakura-html #solution-child-page ul.merit-list li .txt-box { width:100%; }
	body.solution.qualification-terminal-setup-html #solution-child-page #materials-sec .att-txt { font-size:14px; line-height:1.5; text-align:left; text-indent:-1em;
		padding-left:1em; }
}







/* =================== */
/*       body.system-monitoring       */
/* =================== */
body.system-monitoring .main-cont-wrap h2.sec-ttl {
	font-size:1.5rem;
	font-weight:bold;
	text-align:center;
	padding-bottom:1.5rem;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:2.5rem;
}
body.system-monitoring #about-sec {
	background:#3b67d5;
	padding:4rem 0;
}
body.system-monitoring .main-cont-wrap #about-sec h2.sec-ttl {
	color:#fff;
	border-bottom:1px solid #fff;
}
body.system-monitoring #worry-sec {
	background:#f4f4f4;
	padding:4rem 0;
	margin-bottom:5rem;
}
body.system-monitoring #worry-sec ul.check-list {
	background:#fff;
	border-radius:.5rem;
	padding:2rem;
	width:50.5rem;
	margin:0 auto;
}
body.system-monitoring #worry-sec ul.check-list li {
	font-size:1.1rem;
	line-height:1.5;
	margin-bottom:.7rem;
	color:#404040;
	display:flex;
	align-items:baseline;
}
body.system-monitoring #worry-sec ul.check-list li:last-child { margin-bottom:0; }
body.system-monitoring #worry-sec ul.check-list li::before {
	content:"";
	width:1.05rem;
	height:1.05rem;
	background:url(/wp/img/business/system-monitoring/check.png) no-repeat;
	background-size:cover;
	display:block;
	margin-right:.5rem;
}
body.system-monitoring #worry-sec .check-list li span {
	font-weight:bold;
	width:calc(100% - 1.55rem);
}
body.system-monitoring #features-sec ol li { margin-bottom:3rem; }
body.system-monitoring #features-sec ol .ttl-box {
	display:flex;
	align-items:center;
	margin-bottom:1.5rem;
}
body.system-monitoring #features-sec ol .ttl-box .num {
	font-size:2.3rem;
	font-weight:500;
	color:#3b67d5;
}
body.system-monitoring #features-sec ol .ttl-box .num::after {
	content:"";
	width:2px;
	height:2.3rem;
	display:inline-block;
	background:#3b67d5;
	margin:0 1.5rem;
	vertical-align:bottom;
}
body.system-monitoring #features-sec ol .ttl-box h3 {
	font-size:1.5rem;
	font-weight:bold;
}
body.system-monitoring #features-sec ol .txt {
	font-size:.9rem;
	line-height:1.88;
}
body.system-monitoring #support-sec {
	padding:4rem 0;
	margin:5rem 0 0;
	background:#f4f4f4;
}
body.system-monitoring #support-sec .ul-box {
	width:50.5rem;
	margin:0 auto;
	border-radius:.5rem;
	background:#fff;
	padding:2rem 3rem 1.3rem;
	align-items:flex-start;
	position:relative;
}
body.system-monitoring #support-sec .ul-box::before {
	content:"";
	width:1px;
	height:calc(100% - 4rem);
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background:#d9d9d9;
}
body.system-monitoring #support-sec ul { width:calc((100% - 6rem) / 2); }
body.system-monitoring #support-sec ul li {
	font-size:1rem;
	line-height:1.5;
	margin-bottom:.7rem;
	font-weight:bold;
	color:#404040;
}
body.system-monitoring #support-sec ul li span { font-weight:bold; }
body.system-monitoring #support-sec ul li::before {
	content:"■";
	display:inline-block;
	color:#3b67d5;
	margin-right:.5em;
}
body.system-monitoring #qa-sec .line {
	padding-bottom:2.5rem;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:2.5rem;
}
body.system-monitoring #qa-sec dt {
	font-size:1.1rem;
	font-weight:bold;
	margin-bottom:1rem;
}
body.system-monitoring #qa-sec dt span {
	color:#3b67d5;
	font-weight:bold;
}
body.system-monitoring #qa-sec dd {
	font-size:.9rem;
	line-height:1.88;
}
body.system-monitoring #qa-sec .cont-txt {
	font-size:.9rem;
	line-height:1.88;
	margin-bottom:6rem;
}
body.system-monitoring #about-sec ul.wht-box-list {
	flex-wrap:wrap;
	align-items:initial;
}
body.system-monitoring #about-sec ul.wht-box-list li {
	width:calc((100% - .5rem) / 2);
	margin-bottom:.5rem;
	background:#fff;
	border-radius:.5rem;
	padding:1rem 1.5rem;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
body.system-monitoring #about-sec ul.wht-box-list li .icon {
	width:3.6rem;
	margin-right:1.5rem;
}
body.system-monitoring #about-sec ul.wht-box-list li .txt {
	width:calc(100% - 3.6rem - 1.5rem);
	font-size:1.2rem;
	font-weight:bold;
	color:#404040;
	line-height:1.33;
}
body.system-monitoring #btm-contact-box {
	padding:3rem 0 4rem;
	background:#3b67d5;
}
body.system-monitoring #btm-contact-box .txt {
	font-size:1rem;
	line-height:2;
	text-align:center;
	color:#fff;
	margin-bottom:1.5rem;
}
body.system-monitoring #btm-contact-box .btn a {
	background:#fff;
	color:#3b67d5;
	width:22.5rem;
	line-height:3.5rem;
	display:block;
	margin:0 auto;
	font-size:1.1rem;
	text-align:center;
	border-radius:100vmax;
	font-weight:bold;
}
body.system-monitoring #btm-contact-box .btn a:hover { opacity:.5; }

@media screen and (max-width: 750px) {
	body.system-monitoring .main-cont-wrap h2.sec-ttl { font-size:20px; line-height:1.5; }
	body.system-monitoring #about-sec .txt { font-size:15px; text-align:left; line-height:1.88; }
	body.system-monitoring #worry-sec ul.check-list { width:100%; }
	body.system-monitoring #worry-sec ul.check-list li { font-size:15px; }
	body.system-monitoring #features-sec ol .ttl-box { display:block; }
	body.system-monitoring #features-sec ol .ttl-box .num { text-align:center; font-size:25px; }
	body.system-monitoring #features-sec ol .ttl-box .num::after { width:40px; height:1px; margin:15px auto 20px; display:block; }
	body.system-monitoring #features-sec ol .ttl-box h3 { font-size:20px; text-align:center; line-height:1.3; }
	body.system-monitoring #features-sec ol .txt { font-size:15px; }
	body.system-monitoring #support-sec .ul-box { width:100%; display:block; padding:25px; }
	body.system-monitoring #support-sec .ul-box ul { width:100%; }
	body.system-monitoring #support-sec ul li { display:flex; font-size:15px; }
	body.system-monitoring #support-sec .ul-box::before { display:none; }
	body.system-monitoring #qa-sec dt { font-size:17px; line-height:1.5; }
	body.system-monitoring #qa-sec dd { font-size:15px; }
	body.system-monitoring #qa-sec .cont-txt { font-size:15px; line-height:1.5; }
	body.system-monitoring #btm-contact-box .txt { font-size:15px; line-height:1.66; margin-bottom:20px; }
	body.system-monitoring #btm-contact-box .btn a { font-size:16px; line-height:45px; }
	body.system-monitoring #about-sec ul.wht-box-list { display:block; }
	body.system-monitoring #about-sec ul.wht-box-list li { width:100%; }
	body.system-monitoring #about-sec ul.wht-box-list li .txt { font-size:15px; width:calc(100% - 45px - 1.5rem); }
	body.system-monitoring #about-sec ul.wht-box-list li .icon { width:45px; }
}







/* =================== */
/*       body.info.category       */
/* =================== */
body.info.category .category-nav {
	display:flex;
	justify-content:center;
	margin-bottom:2rem;
}
body.info.category .category-nav .cat {
	width:8.5rem;
	margin:0 .5rem;
}
body.info.category .category-nav .cat a {
	display:block;
	line-height:2rem;
	border-radius:100vmax;
	text-align:center;
	font-size:.75rem;
	color:#fff;
	background:#b2b2b2;
}
body.info.category .category-nav .cat a:hover,
body.info.category .category-nav .cat.on a { background:#3b67d5; }
body.info.category ul.news-list {
	border-top:1px solid #d2d2d2;
	margin-bottom:2.5rem;
}
body.info.category ul.news-list li {
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:1px solid #d2d2d2;
	padding:1.5rem 1rem;
	font-size:.8rem;
	line-height:1.5;
	letter-spacing:.05em;
}
body.info.category ul.news-list li time { width:6em; }
body.info.category ul.news-list li .category {
	font-size:75%;
	color:#fff;
	background:#3b67d5;
	line-height:1.1rem;
	width:5.5rem;
	border-radius:100vmax;
	text-align:center;
}
body.info.category ul.news-list li .title { width:calc(100% - 6em - 5.5rem - 1.5rem); }
body.info.category ul.news-list li .title a:hover { opacity:.5; }
body.info.category .pagination-box { margin-bottom:6rem; }
body.info.category .pagination-box .nav-links {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	color:#404040;
}
body.info.category .pagination-box .nav-links .page-numbers {
	font-size:.9rem;
	margin:0 .25rem;
	width:1.65rem;
	line-height:1.65rem;
	text-align:center;
}
body.info.category .pagination-box .nav-links a.page-numbers:hover { opacity:.5; }
body.info.category .pagination-box .nav-links .page-numbers.current {
	background:#3b67d5;
	color:#fff;
}
body.info.category .pagination-box .nav-links .page-numbers.next {
	font-size:.8rem;
	margin-left:1.5rem;
	width:auto;
}
body.info.category .pagination-box .nav-links .page-numbers.prev {
	font-size:.8rem;
	margin-right:1.5rem;
	width:auto;
}

@media screen and (max-width: 750px) {
	body.info.category .category-nav .cat { width:120px; }
	body.info.category .category-nav .cat a { line-height:30px; font-size:14px; }
	body.info.category ul.news-list li { font-size:15px; flex-wrap:wrap; justify-content:flex-start; }
	body.info.category ul.news-list li .title { width:100%; margin-top:10px; }
	body.info.category ul.news-list li .category { width:100px; line-height:20px; }
	body.info.category .pagination-box .nav-links .page-numbers { width:30px; line-height:30px; font-size:15px; }
	body.info.category .pagination-box .nav-links .page-numbers.next { font-size:15px; }
	body.info.category .pagination-box .nav-links .page-numbers.prev { font-size:15px; }
}







/* =================== */
/*       body.info.single       */
/* =================== */
body.info.single #news-article .title-box {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	letter-spacing:.05em;
}
body.info.single #news-article .title-box .article-time {
	font-size:.9rem;
	margin-right:1rem;
}
body.info.single #news-article .title-box .article-category {
	font-size:.75rem;
	color:#fff;
	background:#3b67d5;
	line-height:1.4rem;
	width:7rem;
	border-radius:100vmax;
	text-align:center;
}
body.info.single #news-article .title-box h2.article-title {
	font-size:1.3rem;
	font-weight:bold;
	line-height:1.5;
	padding-bottom:.7rem;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:2.5rem;
	width:100%;
	margin-top:.5rem;
	color:#404040;
}
body.info.single #news-article .editor-box {
	color:#404040;
	line-height:1.6;
	font-size:.85rem;
	margin-bottom:6rem;
}
body.info.single #news-article .editor-box p { margin-bottom:1.3em; }
body.info.single #news-article .editor-box p strong { font-weight:bold; }
body.info.single #news-article .editor-box p a {
	color:#3b67d5;
	text-decoration:underline;
}
body.info.single #news-article .editor-box p a:hover { opacity:.5; }
body.info.single #news-article .editor-box h3 {
	font-size:1.05rem;
	font-weight:bold;
	letter-spacing:.05em;
	margin:3rem 0 .5rem;
}
body.info.single #news-article .editor-box h3 strong { font-weight:bold; }
body.info.single #news-article .editor-box h4 {
	font-weight:bold;
  padding-bottom:.2rem;
  border-bottom:1px solid #000;
  font-size:.85rem;
  margin:1rem 0 .5rem;
}
body.info.single #news-article .editor-box ul { margin-bottom:1.3em; }
body.info.single #news-article .editor-box ul li {
	line-height:1.6;
	font-size:.85rem;
  list-style:disc;
  margin-left:1.5em;
}
body.info.single #news-article .editor-box table {
	width:100%;
	margin:1rem 0 2rem;
	border-top:1px solid #d2d2d2;
}
body.info.single #news-article .editor-box table th {
	width:15rem;
	background:#f4f4f4;
	padding:1.5rem 2rem;
	border:0;
	border-bottom:1px solid #d2d2d2;
	text-align:left;
}
body.info.single #news-article .editor-box table td {
	padding:1.5rem 2rem;
	border:0;
	border-bottom:1px solid #d2d2d2;
}
body.info.single #news-article .editor-box .wp-block-image { margin-bottom:1.3em; }
body.info.single #news-article .editor-box .wp-block-image img { width:auto; }
body.info.single .single-pagination-box {
	display:flex;
	justify-content:space-between;
	margin-bottom:6rem;
	font-size:.8rem;
}
body.info.single .single-pagination-box a:hover { opacity:.5; }

@media screen and (max-width: 750px) {
	body.info.single #news-article .title-box .article-time { font-size:15px; }
	body.info.single #news-article .title-box .article-category { font-size:14px; width:120px; line-height:20px; }
	body.info.single #news-article .title-box h2.article-title { font-size:20px; margin-top:10px; padding-bottom:15px; }
	body.info.single #news-article .editor-box { font-size:15px; }
	body.info.single #news-article .editor-box table,
	body.info.single #news-article .editor-box table tbody,
	body.info.single #news-article .editor-box table tr,
	body.info.single #news-article .editor-box table th,
	body.info.single #news-article .editor-box table td { display:block; width:100%; }
	body.info.single .single-pagination-box { font-size:15px; }
	body.info.single #news-article .editor-box ul li { font-size:15px; }
	body.info.single #news-article .editor-box h3 { font-size:18px; }
	body.info.single #news-article .editor-box h4 { font-size:15px; }
}







/* =================== */
/*       body.co-development       */
/* =================== */
body.co-development #problem-sec {
	background:#f4f4f4;
	padding:4rem 0;
}
body.co-development main h2 {
	font-size:1.5rem;
  font-weight:bold;
  text-align:center;
  line-height:1.5;
  padding-bottom:1.5rem;
  border-bottom:1px solid #d2d2d2;
  margin-bottom:2.5rem;
}
body.co-development #problem-sec ul.check-list {
	background:#fff;
	border-radius:.5rem;
	padding:2rem;
	width:50.5rem;
	margin:0 auto;
}
body.co-development #problem-sec ul.check-list li {
	font-size:1.1rem;
	line-height:1.5;
	margin-bottom:.7rem;
	color:#404040;
	display:flex;
	align-items:baseline;
}
body.co-development #problem-sec ul.check-list li:last-child { margin-bottom:0; }
body.co-development #problem-sec ul.check-list li::before {
	content:"";
	width:1.05rem;
	height:1.05rem;
	background:url(/wp/img/business/solution/check.png) no-repeat;
	background-size:cover;
	display:block;
	margin-right:.5rem;
}
body.co-development #problem-sec .check-list li span {
	font-weight:bold;
	width:calc(100% - 1.55rem);
}
body.co-development #feature-sec { padding:4rem 0 1rem; }
body.co-development #feature-sec article#feature1 { margin-top:3.5rem; }
body.co-development #feature-sec article { margin-bottom:4rem; }
body.co-development #feature-sec article .pic { width:30rem; }
body.co-development #feature-sec article#feature2 .pic { order:2; }
body.co-development #feature-sec article .txt-box { width:calc(100% - 30rem - 3rem); }
body.co-development #feature-sec article#feature2 .txt-box { order:1; }
body.co-development #feature-sec article .num {
	font-size:.8rem;
	color:#3b67d5;
	letter-spacing:.05em;
	font-weight:500;
}
body.co-development #feature-sec article h3 {
	font-size:1.5rem;
	font-weight:bold;
	margin-top:.7rem;
}
body.co-development #feature-sec article h3::after {
	content:"";
	width:2.5rem;
	height:2px;
	background:#3b67d5;
	display:block;
	margin:1.5rem 0 1rem;
}
body.co-development #feature-sec article .txt {
	font-size:.9rem;
	line-height:1.88;
}
body.co-development #results-sec {
	background:#f4f4f4;
	padding:4rem 0;
}
body.co-development #results-sec .big {
	border-radius:.5rem;
	background:#fff;
	padding:2.5rem;
	margin-bottom:3rem;
}
body.co-development #results-sec .big .pic { width:23rem; }
body.co-development #results-sec .big .txt-box { width:calc(100% - 23rem - 4rem); }
body.co-development #results-sec .big .ttl-box { justify-content:flex-start; }
body.co-development #results-sec .big .ttl-box .art-logo {
	width:7rem;
	margin-right:1.5rem;
}
body.co-development #results-sec .big .ttl-box h3 {
	font-size:1.3rem;
	font-weight:bold;
	color:#404040;
}
body.co-development #results-sec .big ul {
	font-size:.9rem;
	line-height:1.7;
	margin:1rem 0 1.5rem;
}
body.co-development #results-sec .big .btn a {
	width:10rem;
	line-height:2rem;
	border-radius:100vmax;
	background:#3b67d5;
	display:block;
	font-size:.75rem;
	text-align:center;
	color:#fff;
}
body.co-development #results-sec .big .btn a:hover { opacity:.5; }
body.co-development #results-sec .two-box { align-items:flex-start; }
body.co-development #results-sec .sml { width:calc((100% - 3rem) / 2); }
body.co-development #results-sec .sml h3 {
	font-size:1.3rem;
	font-weight:bold;
	color:#404040;
	margin:1.5rem 0 1rem;
}
body.co-development #results-sec .sml .txt {
	font-size:.9rem;
	line-height:1.7;
}
body.co-development #btm-contact-box {
	padding:3rem 0 4rem;
	background:#3b67d5;
}
body.co-development #btm-contact-box .txt {
	font-size:1rem;
	line-height:2;
	text-align:center;
	color:#fff;
	margin-bottom:1.5rem;
}
body.co-development #btm-contact-box .btn a {
	background:#fff;
	color:#3b67d5;
	width:22.5rem;
	line-height:3.5rem;
	display:block;
	margin:0 auto;
	font-size:1.1rem;
	text-align:center;
	border-radius:100vmax;
	font-weight:bold;
}
body.co-development #btm-contact-box .btn a:hover { opacity:.5; }


body.co-development.decibery-html h1 {
	font-size:1.6rem;
	padding-bottom:1.5rem;
	border-bottom:1px solid #d2d2d2;
}
body.co-development.decibery-html h1 span { font-weight:bold; }
body.co-development.decibery-html #decibery-top-box {
	margin:2.5rem 0 4rem;
	align-items:flex-start;
}
body.co-development.decibery-html #decibery-top-box .pic { width:23rem; }
body.co-development.decibery-html #decibery-top-box .txt-box {
	width:calc(100% - 23rem - 3rem);
	font-size:.9rem;
	line-height:1.88;
}
body.co-development.decibery-html #decibery-top-box .txt-box .name {
	font-size:1.3rem;
  font-weight:bold;
  color:#404040;
  margin-bottom:.5rem;
}
body.co-development.decibery-html #decibery-cont-box { margin-bottom:6rem; }
body.co-development.decibery-html #decibery-cont-box h2 {
	font-size:1.2rem;
	text-align:left;
	padding-bottom:1rem;
	margin-bottom:2rem;
}
body.co-development.decibery-html #decibery-cont-box .txt {
	font-size:.9rem;
	line-height:1.88;
}
body.co-development.decibery-html #decibery-cont-box h3 {
	font-weight:bold;
	margin-top:3rem;
	margin-bottom:.5rem;
	font-size:.9rem;
}
body.co-development.decibery-html #decibery-cont-box h3 span { color:#3b67d5; }
body.co-development.decibery-html #decibery-cont-box .cont-pic {
	width:29rem;
	margin:3.5rem auto;
}

@media screen and (max-width: 750px) {
	body.co-development main h2 { font-size:20px; }
	body.co-development #problem-sec ul.check-list { width:100%; }
	body.co-development #problem-sec ul.check-list li { font-size:15px; }
	body.co-development #feature-sec article { display:block; }
	body.co-development #feature-sec article .pic { width:100%; }
	body.co-development #feature-sec article .txt-box { width:100%; margin-top:20px; }
	body.co-development #feature-sec article .num { font-size:14px; }
	body.co-development #feature-sec article h3 { font-size:17px; margin-top:10px; }
	body.co-development #feature-sec article h3::after { width:40px; margin:20px 0 15px; }
	body.co-development #feature-sec article .txt { font-size:15px; line-height:1.66; }
	body.co-development #results-sec .big { display:block; }
	body.co-development #results-sec .big .pic { width:100%; }
	body.co-development #results-sec .big .txt-box { width:100%; margin-top:20px; }
	body.co-development #results-sec .big .ttl-box h3 { font-size:17px; text-align:center; line-height:1.3; }
	body.co-development #results-sec .big .ttl-box .art-logo { width:80px; }
	body.co-development #results-sec .big ul { font-size:15px; line-height:1.66; margin:15px 0; }
	body.co-development #results-sec .big ul li { text-indent:-1em; padding-left:1em; }
	body.co-development #results-sec .big .btn a { width:150px; line-height:35px; font-size:14px; margin:0 auto; }
	body.co-development #results-sec .two-box { display:block; }
	body.co-development #results-sec .sml { width:100%; margin-bottom:30px; }
	body.co-development #results-sec .sml h3 { font-size:17px; }
	body.co-development #results-sec .sml .txt { font-size:15px; line-height:1.66; }
	body.co-development #btm-contact-box .txt { font-size:15px; line-height:1.66; margin-bottom:20px; }
	body.co-development #btm-contact-box .btn a { font-size:16px; line-height:45px; width:250px; }

	body.co-development.decibery-html h1 { font-size:23px; }
	body.co-development.decibery-html #decibery-top-box { display:block; }
	body.co-development.decibery-html #decibery-top-box .pic { width:100%; }
	body.co-development.decibery-html #decibery-top-box .txt-box { width:100%; margin-top:20px; font-size:15px; line-height:1.66; }
	body.co-development.decibery-html #decibery-cont-box h2 { font-size:18px; }
	body.co-development.decibery-html #decibery-cont-box h3 { font-size:15px; }
	body.co-development.decibery-html #decibery-cont-box .txt { font-size:15px; line-height:1.66; }
	body.co-development.decibery-html #decibery-cont-box .cont-pic { width:100%; }
	body.co-development.decibery-html #decibery-top-box .txt-box .name { font-size:18px; text-align:center; margin-bottom:10px; }
}







/* =================== */
/*       body.company       */
/* =================== */
body.company .philosophy-box {
	background:url(/wp/img/company/philosophy_bk.jpg) no-repeat center;
	background-size:cover;
	height:18rem;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	text-align:center;
}
body.company .philosophy-box h2 {
	font-size:1.2rem;
	font-weight:bold;
}
body.company .philosophy-box .philosophy-txt {
	font-size:1.8rem;
	font-weight:bold;
	margin:1rem 0 1.5rem;
}
body.company .philosophy-box .txt {
	font-size:1.2rem;
	line-height:1.66;
}
body.company ul.company-child-list {
	margin:5rem auto;
	flex-wrap:wrap;
	align-items:flex-start;
}
body.company ul.company-child-list li {
	width:calc((100% - 3rem) / 3);
	margin-bottom:1.5rem;
}
body.company ul.company-child-list li .child-name {
	font-size:1.1rem;
	font-weight:bold;
	text-align:center;
	margin:1rem 0 .8rem;
}
body.company ul.company-child-list li .child-txt {
	font-size:.8rem;
	line-height:1.875;
}
body.company ul.company-child-list li a:hover { opacity:.5; }

@media screen and (max-width: 750px) {
	body.company .philosophy-box { height:250px; }
	body.company .philosophy-box h2 { font-size:16px; }
	body.company .philosophy-box .philosophy-txt { font-size:21px; margin:15px 0 20px; }
	body.company .philosophy-box .txt { width:100%; margin:0 auto; font-size:16px; }
	body.company ul.company-child-list li { width:100%; margin-bottom:30px; }
	body.company ul.company-child-list li .child-name { font-size:20px; margin:18px 0 15px; }
	body.company ul.company-child-list li .child-txt { font-size:15px; line-height:1.66; }
}







/* =================== */
/*       body.message-html       */
/* =================== */
body.message-html .message-cont { margin-bottom:5rem; }
body.message-html .message-cont .copy-txt {
	font-size:1.2rem;
	text-align:center;
	margin-bottom:2rem;
}
body.message-html .message-cont .txt-box .txt {
	font-size:.9rem;
	line-height:1.88;
	margin-bottom:1.88em;
}
body.message-html .message-cont .txt-box .txt.txt-r { text-align:right; }

@media screen and (max-width: 750px) {
	body.message-html .message-cont .copy-txt { font-size:17px; }
	body.message-html .message-cont .txt-box .txt { font-size:15px; line-height:1.66; margin-bottom:1.66em; }
}







/* =================== */
/*       body.map-html       */
/* =================== */
body.map-html .g-map-box {
	width:100%;
	height:23rem;
	margin-bottom:4rem;
}
body.map-html .g-map-box iframe {
	width:100%;
	height:100%;
}
body.map-html .access-txt-box {
	font-size:.9rem;
	line-height:1.88;
	margin-bottom:5rem;
}
body.map-html .access-txt-box span { color:#3b67d5; }

@media screen and (max-width: 750px) {
	body.map-html .g-map-box { height:300px; }
	body.map-html .access-txt-box { font-size:15px; line-height:1.66; }
}







/* =================== */
/*       body.outline-html       */
/* =================== */
body.outline-html table.outline-tbl {
	width:100%;
	margin-bottom:5rem;
	font-size:.8rem;
	line-height:1.9;
}
body.outline-html table.outline-tbl th {
	width:9rem;
	background:#f4f4f4;
	padding:1rem;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	text-align:left;
	vertical-align:top;
}
body.outline-html table.outline-tbl td {
	width:calc(100% - 9rem);
	padding:1rem 1.5rem;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}
body.outline-html table.outline-tbl td dl .line { display:flex; }
body.outline-html table.outline-tbl td dl .line dt { width:11em; }
body.outline-html table.outline-tbl td dl .line dd { width:calc(100% - 11em); }
body.outline-html table.outline-tbl td .mark { width:5.5rem; }
body.outline-html table.outline-tbl td a { text-decoration:underline; }
body.outline-html table.outline-tbl td a:hover { opacity:.5; }

@media screen and (max-width: 750px) {
	body.outline-html table.outline-tbl,
	body.outline-html table.outline-tbl tbody,
	body.outline-html table.outline-tbl tr,
	body.outline-html table.outline-tbl th,
	body.outline-html table.outline-tbl td { display:block; width:100%; font-size:15px; line-height:1.66; }
	body.outline-html table.outline-tbl th { width:100%; text-align:center; padding:10px 20px; border-bottom:0; }
	body.outline-html table.outline-tbl td { border-bottom:0; padding:15px; }
}







/* =================== */
/*       body.history-html       */
/* =================== */
body.history-html dl.history-dl {
	width:40rem;
	margin:0 auto 7rem;
	font-size:.8rem;
	line-height:1.88;
	position:relative;
}
body.history-html dl.history-dl::before {
	content:"";
	width:2px;
	height:103%;
	background:#d9d9d9;
	display:block;
	position:absolute;
	left:.45rem;
  top:.7rem;
  z-index:-1;
}
body.history-html dl.history-dl .line {
	display:flex;
	align-items:baseline;
	margin-bottom:1rem;
}
body.history-html dl.history-dl .line::before {
	content:"●";
	display:block;
	color:#3b67d5;
	font-size:1rem;
	width:3rem;
}
body.history-html dl.history-dl .line dt { width:10rem; }
body.history-html dl.history-dl .line dd { width:calc(100% - 13rem); }

@media screen and (max-width: 750px) {
	body.history-html dl.history-dl { width:100%; font-size:15px; line-height:1.66; }
	body.history-html dl.history-dl::before { left:6.5px; }
	body.history-html dl.history-dl .line { flex-wrap:wrap; margin-bottom:20px; }
	body.history-html dl.history-dl .line::before { font-size:15px; width:30px; }
	body.history-html dl.history-dl .line dd { width:100%; padding-left:30px; }
	body.history-html dl.history-dl .line dt { width:calc(100% - 30px); }
}







/* =================== */
/*       body.business       */
/* =================== */
body.business ul.business-child-list li {
	display:flex;
	justify-content:space-between;
	margin-bottom:4rem;
}
body.business ul.business-child-list li:nth-child(even) .pic { order:2; }
body.business ul.business-child-list li:nth-child(even) .txt-box { order:1; }
body.business ul.business-child-list li .pic { width:30rem; }
body.business ul.business-child-list li .txt-box { width:27rem; }
body.business ul.business-child-list li .num {
	font-size:2.8rem;
	font-weight:500;
	color:#3b67d5;
	letter-spacing:.05em;
}
body.business ul.business-child-list li h2 {
	font-size:1.5rem;
	font-weight:bold;
	margin-top:1.5rem;
}
body.business ul.business-child-list li h2::after {
	content:"";
	width:2.5rem;
	height:2px;
	background:#3b67d5;
	display:block;
	margin:1.5rem 0 1rem;
}
body.business ul.business-child-list li .txt {
	font-size:.9rem;
	line-height:1.88;
	margin-bottom:1.5rem;
}
body.business ul.business-child-list li .blue-btn a {
	margin:0;
	width:10.9rem;
	line-height:2.5rem;
	font-size:.85rem;
}
body.business .business-sub-list-box {
	background:#f7f7f7;
	padding:3rem 0;
	margin-top:6rem;
}
body.business .business-sub-list-box li { width:calc((100% - 2rem) / 2); }
body.business .business-sub-list-box li a:hover { opacity:.5; }

@media screen and (max-width: 750px) {
	body.business ul.business-child-list li { display:block; }
	body.business ul.business-child-list li .pic { width:100%; }
	body.business ul.business-child-list li .txt-box { width:100%; margin-top:15px; }
	body.business ul.business-child-list li .num { font-size:35px; }
	body.business ul.business-child-list li h2 { font-size:20px; }
	body.business ul.business-child-list li h2::after { width:40px; margin:20px 0 15px; }
	body.business ul.business-child-list li .txt { font-size:15px; line-height:1.66; }
	body.business ul.business-child-list li .blue-btn a { width:170px; line-height:35px; font-size:15px; margin:0 auto; }
	body.business .business-sub-list-box .business-sub-list { display:block; }
	body.business .business-sub-list-box li { width:100%; }
	body.business .business-sub-list-box li:first-child { margin-bottom:20px; }
}







/* =================== */
/*       body.ses       */
/* =================== */
body.ses .main-cont-wrap h2.sec-ttl {
	font-size:1.5rem;
	font-weight:bold;
	text-align:center;
	padding-bottom:1.5rem;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:2.5rem;
}
body.ses #about-sec {
	background:#3b67d5;
	padding:4rem 0;
}
body.ses .main-cont-wrap #about-sec h2.sec-ttl {
	color:#fff;
	border-bottom:1px solid #fff;
}
body.ses #worry-sec {
	background:#f4f4f4;
	padding:4rem 0;
	margin-bottom:5rem;
}
body.ses #worry-sec ul.check-list {
	background:#fff;
	border-radius:.5rem;
	padding:2rem;
	width:50.5rem;
	margin:0 auto;
}
body.ses #worry-sec ul.check-list li {
	font-size:1.1rem;
	line-height:1.5;
	margin-bottom:.7rem;
	color:#404040;
	display:flex;
	align-items:baseline;
}
body.ses #worry-sec ul.check-list li:last-child { margin-bottom:0; }
body.ses #worry-sec ul.check-list li::before {
	content:"";
	width:1.05rem;
	height:1.05rem;
	background:url(/wp/img/business/system-monitoring/check.png) no-repeat;
	background-size:cover;
	display:block;
	margin-right:.5rem;
}
body.ses #worry-sec .check-list li span {
	font-weight:bold;
	width:calc(100% - 1.55rem);
}
body.ses #features-sec ol li { margin-bottom:3rem; }
body.ses #features-sec ol .ttl-box {
	display:flex;
	align-items:center;
	margin-bottom:1.5rem;
}
body.ses #features-sec ol .ttl-box .num {
	font-size:2.3rem;
	font-weight:500;
	color:#3b67d5;
}
body.ses #features-sec ol .ttl-box .num::after {
	content:"";
	width:2px;
	height:2.3rem;
	display:inline-block;
	background:#3b67d5;
	margin:0 1.5rem;
	vertical-align:bottom;
}
body.ses #features-sec ol .ttl-box h3 {
	font-size:1.5rem;
	font-weight:bold;
}
body.ses #features-sec ol .txt {
	font-size:.9rem;
	line-height:1.88;
}
body.ses #about-sec ul.wht-box-list {
	flex-wrap:wrap;
	align-items:initial;
}
body.ses #about-sec ul.wht-box-list li {
	width:calc((100% - .5rem) / 2);
	margin-bottom:.5rem;
	background:#fff;
	border-radius:.5rem;
	padding:1rem 1.5rem;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
body.ses #about-sec ul.wht-box-list li .num {
	width:3.6rem;
	margin-right:1.5rem;
	text-align:center;
}
body.ses #about-sec ul.wht-box-list li .num .txt1 {
	font-size:.8rem;
	color:#3b67d5;
	display:block;
	margin-bottom:.2rem;
}
body.ses #about-sec ul.wht-box-list li .num .txt2 {
	font-size:2.4rem;
	color:#3b67d5;
	display:block;
	font-weight:500;
}
body.ses #about-sec ul.wht-box-list li .txt {
	width:calc(100% - 3.6rem - 1.5rem);
	font-size:1.2rem;
	font-weight:bold;
	color:#404040;
	line-height:1.33;
}
body.ses #skill-sec {
	padding:4rem 0;
	margin:5rem 0 0;
	background:#f4f4f4;
}
body.ses #skill-sec .wht-box {
	background:#fff;
	border-radius:.5rem;
	padding:2rem;
	margin-bottom:1rem;
}
body.ses #skill-sec .wht-box .two-box { align-items:flex-start; }
body.ses #skill-sec .wht-box .two-box > div { width:50%; }
body.ses #skill-sec .wht-box.box1 .list-ttl { font-weight:bold; font-size:.9rem; line-height:1.88; }
body.ses #skill-sec .wht-box h3 {
	font-size:1.1rem;
	font-weight:bold;
	color:#404040;
	margin-bottom:1rem;
}
body.ses #skill-sec .wht-box h3::before {
	content:"■";
	display:inline-block;
	color:#3b67d5;
	margin-right:.5rem;
}
body.ses #skill-sec .wht-box .txt {
	font-size:.9rem;
	line-height:1.88;
}
body.ses #skill-sec .wht-box .txt.mb { margin-bottom:1.5rem; }
body.ses #skill-sec .half-box {
	align-items:initial;
	flex-wrap:wrap;
}
body.ses #skill-sec .half-box .wht-box { width:calc((100% - 1rem) / 2); }
body.ses #skill-sec .wht-box ul li {
	text-indent:-1em;
	padding-left:1em;
	font-size:.9rem;
	line-height:1.88;
}
body.ses #skill-sec .wht-box ol li {
	font-size:.9rem;
	line-height:1.88;
}
body.ses #skill-sec .wht-box ol li .list-ttl { font-weight:bold; font-size:.9rem; }
body.ses #skill-sec .wht-box .bld-txt {
	font-size:1rem;
	line-height:1.6;
	font-weight:bold;
	color:#404040;
	min-height:3.6em;
}
body.ses #skill-sec .wht-box.box4 .pic {
	width:22.25rem;
	margin:2rem auto;
}
body.ses #skill-sec .wht-box.box5 .pic {
	width:14.3rem;
	margin:2.95rem auto;
}
body.ses #btm-contact-box {
	padding:3rem 0 4rem;
	background:#3b67d5;
}
body.ses #btm-contact-box .txt {
	font-size:1rem;
	line-height:2;
	text-align:center;
	color:#fff;
	margin-bottom:1.5rem;
}
body.ses #btm-contact-box .btn a {
	background:#fff;
	color:#3b67d5;
	width:22.5rem;
	line-height:3.5rem;
	display:block;
	margin:0 auto;
	font-size:1.1rem;
	text-align:center;
	border-radius:100vmax;
	font-weight:bold;
}
body.ses #btm-contact-box .btn a:hover { opacity:.5; }

@media screen and (max-width: 750px) {
	body.ses .main-cont-wrap h2.sec-ttl { font-size:20px; line-height:1.5; }
	body.ses #about-sec .txt { font-size:15px; text-align:left; line-height:1.88; }
	body.ses #worry-sec ul.check-list { width:100%; }
	body.ses #worry-sec ul.check-list li { font-size:15px; }
	body.ses #features-sec ol .ttl-box { display:block; }
	body.ses #features-sec ol .ttl-box .num { text-align:center; font-size:25px; }
	body.ses #features-sec ol .ttl-box .num::after { width:40px; height:1px; margin:15px auto 20px; display:block; }
	body.ses #features-sec ol .ttl-box h3 { font-size:20px; text-align:center; line-height:1.3; }
	body.ses #features-sec ol .txt { font-size:15px; }
	body.ses #about-sec ul.wht-box-list { display:block; }
	body.ses #about-sec ul.wht-box-list li { width:100%; }
	body.ses #about-sec ul.wht-box-list li .txt { font-size:15px; width:calc(100% - 45px - 1.5rem); }
	body.ses #about-sec ul.wht-box-list li .icon { width:45px; }
	body.ses #skill-sec .wht-box h3 { font-size:17px; }
	body.ses #skill-sec .wht-box .txt { font-size:15px; line-height:1.66; }
	body.ses #skill-sec .half-box .wht-box { width:100%; }
	body.ses #skill-sec .wht-box ol li .list-ttl { font-size:15px; }
	body.ses #skill-sec .wht-box ul li { font-size:15px; line-height:1.66; }
	body.ses #skill-sec .wht-box .bld-txt { font-size:15px; min-height:initial; }
	body.ses #skill-sec .wht-box.box4 .pic { width:90%; }
	body.ses #skill-sec .wht-box.box5 .pic { margin:2rem auto; }
	body.ses #skill-sec .wht-box.box1 .list-ttl { font-size:15px; }
	body.ses #skill-sec .wht-box .two-box { display:block; }
	body.ses #skill-sec .wht-box .two-box > div { width:100%; }
	body.ses #btm-contact-box .txt { font-size:15px; line-height:1.66; margin-bottom:20px; }
	body.ses #btm-contact-box .btn a { font-size:16px; line-height:45px; width:250px; }
}







/* =================== */
/*       body.contract-development       */
/* =================== */
body.contract-development .main-cont-wrap h2.sec-ttl {
	font-size:1.5rem;
	font-weight:bold;
	text-align:center;
	padding-bottom:1.5rem;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:2.5rem;
}
body.contract-development .main-cont-wrap #about-sec h2.sec-ttl {
    color: #fff;
    border-bottom: 1px solid #fff;
}
body.contract-development #about-sec {
	background:#3b67d5;
	padding:4rem 0;
}
body.contract-development #about-sec ul.wht-box-list {
	flex-wrap:wrap;
	align-items:initial;
}
body.contract-development #about-sec ul.wht-box-list li {
	/*width:calc((100% - .5rem) / 2);*/
	width:100%;
	margin-bottom:1rem;
	background:#fff;
	border-radius:.5rem;
	padding:1rem 1.5rem 1rem 0;
	display:flex;
	align-items:center;
	/*justify-content:flex-start;*/
	justify-content:space-between;
}
body.contract-development #about-sec ul.wht-box-list li .icon {
	width:3.4rem;
	margin-right:1.5rem;
}
body.contract-development #about-sec ul.wht-box-list li .txt {
	width:calc(100% - 13.5rem - 2rem);
	font-size:1.1rem;
	font-weight:bold;
	color:#404040;
	line-height:1.33;
}
body.contract-development #about-sec ul.wht-box-list li .txt2 {
	font-size:1.4rem;
	font-weight:bold;
	color:#3b67d5;
	width:13.5rem;
	padding:1rem 0;
	position:relative;
	text-align:center;
}
body.contract-development #about-sec ul.wht-box-list li .txt2::after {
	content:"";
	width:1px;
	height:100%;
	background:#bfbfbf;
	display:block;
	position:absolute;
	right:0;
	top:0;
}
body.contract-development #about-sec .sec-top-txt {
	font-size:1rem;
	text-align:center;
	color:#fff;
	line-height:2;
	margin-bottom:2rem;
}
body.contract-development #results-sec { padding:4rem 0; }
body.contract-development #results-sec .copy {
	font-size:1rem;
	text-align:center;
	margin-bottom:4rem;
}
body.contract-development #results-sec .pic { width:23rem; }
body.contract-development #results-sec .txt-box { width:29.75rem; }
body.contract-development #results-sec .txt-box > ul { border-top:1px solid #d2d2d2; }
body.contract-development #results-sec .txt-box > ul > li {
	padding:1rem;
	border-bottom:1px solid #d2d2d2;
}
body.contract-development #results-sec h3 {
	font-size:1.2rem;
	font-weight:bold;
	color:#3b67d5;
	margin-bottom:.5rem;
}
body.contract-development #results-sec .txt-box > ul > li li {
	font-size:.9rem;
	line-height:2;
}
body.contract-development #btm-contact-box {
	padding:3rem 0 4rem;
	background:#3b67d5;
}
body.contract-development #btm-contact-box .txt {
	font-size:1rem;
	line-height:2;
	text-align:center;
	color:#fff;
	margin-bottom:1.5rem;
}
body.contract-development #btm-contact-box .btn a {
	background:#fff;
	color:#3b67d5;
	width:22.5rem;
	line-height:3.5rem;
	display:block;
	margin:0 auto;
	font-size:1.1rem;
	text-align:center;
	border-radius:100vmax;
	font-weight:bold;
}
body.contract-development #btm-contact-box .btn a:hover { opacity:.5; }
body.contract-development #worry-sec {
	background:#f4f4f4;
	padding:4rem 0;
	margin-bottom:5rem;
}
body.contract-development #worry-sec ul.check-list {
	background:#fff;
	border-radius:.5rem;
	padding:2rem;
	flex-wrap:wrap;
}
body.contract-development #worry-sec ul.check-list li {
	font-size:1.1rem;
	line-height:1.5;
	margin-bottom:.7rem;
	color:#404040;
	display:flex;
	align-items:baseline;
	width:50%;
}
body.contract-development #worry-sec ul.check-list li:last-child { margin-bottom:0; }
body.contract-development #worry-sec ul.check-list li::before {
	content:"";
	width:1.05rem;
	height:1.05rem;
	background:url(/wp/img/business/system-monitoring/check.png) no-repeat;
	background-size:cover;
	display:block;
	margin-right:.5rem;
}
body.contract-development #worry-sec .check-list li span {
	font-weight:bold;
	width:calc(100% - 1.55rem);
}
body.contract-development #strengths-sec li {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:4rem;
}
body.contract-development #strengths-sec li .pic { width:30rem; }
body.contract-development #strengths-sec li:nth-child(even) .pic { order:2; }
body.contract-development #strengths-sec li .txt-box { width:calc(100% - 30rem - 3rem); }
body.contract-development #strengths-sec li:nth-child(even) .txt-box { order:1; }
body.contract-development #strengths-sec li .txt-box .num {
	font-size:.8rem;
	color:#3b67d5;
	letter-spacing:.05em;
	margin-bottom:.5rem;
}
body.contract-development #strengths-sec li .txt-box h3 {
	font-size:1.5rem;
	font-weight:bold;
	line-height:1.33;
}
body.contract-development #strengths-sec li .txt-box h3::after {
  content:"";
  width:2.5rem;
  height:2px;
  background:#3b67d5;
  display:block;
  margin:1.5rem 0 1rem;
}
body.contract-development #strengths-sec li .txt-box .txt {
	font-size:.9rem;
	line-height:1.88;
}
body.contract-development #step-sec {
	background:#3b67d5;
	padding:4rem 0;
}
body.contract-development .main-cont-wrap #step-sec h2.sec-ttl {
  color: #fff;
  border-bottom:1px solid #fff;
}
body.contract-development #step-sec .two-box { align-items:initial; }
body.contract-development #step-sec ol {
	width:39rem;
	position:relative;
}
body.contract-development #step-sec ol::before {
	content:"";
	width:2px;
	height:100%;
	background:#fff;
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
}
body.contract-development #step-sec ol li {
	padding:1.5rem 2rem;
	border-radius:.5rem;
	background:#fff;
	display:flex;
	margin-bottom:1.5rem;
	position:relative;
}
body.contract-development #step-sec ol li:last-child { margin-bottom:0; }
body.contract-development #step-sec ol li .icon {
	width:5rem;
	margin:0 2rem;
}
body.contract-development #step-sec ol li .num {
	font-size:2.5rem;
	font-weight:bold;
	color:#3b67d5;
	text-align:center;
	width:4rem;
	letter-spacing:.05em;
	padding-top:.7rem;
}
body.contract-development #step-sec ol li .num span {
	display:block;
	font-size:1rem;
	font-weight:bold;
}
body.contract-development #step-sec ol li .txt-box { width:calc(100% - 5rem - 4rem - 4rem); }
body.contract-development #step-sec ol li h3 {
	font-size:1.2rem;
	color:#404040;
	font-weight:bold;
}
body.contract-development #step-sec ol li .txt {
	font-size:.8rem;
	line-height:1.88;
	margin-top:1rem;
}
body.contract-development #step-sec .r-box {
	width:19.5rem;
	background:#d9e4fe;
	border-radius:.5rem;
	padding:2rem;
}
body.contract-development #step-sec .r-box h4 {
	font-size:1.2rem;
	font-weight:bold;
	color:#404040;
	text-align:center;
	padding-bottom:1.5rem;
	border-bottom:1px solid #000;
	margin-bottom:1.5rem;
}
body.contract-development #step-sec .r-box .txt {
	font-size:.8rem;
	line-height:1.875;
	margin-bottom:1.5rem;
}
body.contract-development #step-sec .r-box .line-box {
	border-top:1px solid #000;
	padding-top:1.5rem;
}
body.contract-development #step-sec .r-box h5 {
	font-size:.9rem;
	font-weight:bold;
	line-height:1.5;
}
body.contract-development #step-sec .r-box h5::before {
	content:"■";
	color:#3b67d5;
	display:inline-block;
}

body.contract-development #possess-sec { padding:4rem 0; }
body.contract-development #possess-sec table {
	font-size:.8rem;
	color:#404040;
	border-top:1px solid #d2d2d2;
	width:100%;
}
body.contract-development #possess-sec table th {
	width:8rem;
	padding:1.5rem 1rem;
	background:#f4f4f4;
	border-bottom:1px solid #d2d2d2;
	text-align:left;
}
body.contract-development #possess-sec table td {
	width:calc(100% - 8rem);
	padding:1.5rem 2rem;
	border-bottom:1px solid #d2d2d2;
}
body.contract-development #case-sec {
	background:#f4f4f4;
	padding:4rem 0;
}
body.contract-development #case-sec .case-list { align-items:initial; }
body.contract-development #case-sec .case-list li {
	width:calc((100% - 2rem) / 2);
	background:#fff;
	border-radius:.5rem;
	padding:2rem 2.5rem;
}
body.contract-development #case-sec .case-list li .industry-txt {
	font-size:.75rem;
  color:#fff;
  background:#808080;
  line-height:1.5rem;
  text-align:center;
  width:7rem;
  border-radius:100vmax;
  display:block;
  margin:0 auto;
}
body.contract-development #case-sec .case-list li h3 {
	font-size:1.2rem;
	font-weight:bold;
	color:#404040;
	text-align:center;
	margin:1rem 0 .7rem;
}
body.contract-development #case-sec .case-list li .name {
	font-size:.9rem;
	font-weight:bold;
	color:#404040;
	text-align:center;
	margin-bottom:1rem;
}
body.contract-development #case-sec .case-list li .txt {
	font-size:.8rem;
	line-height:1.875;
}
body.contract-development #case-sec .case-list li .txt2 { margin-top:1rem; }
body.contract-development #case-sec .case-list li .blue-btn { margin-top:1.5rem; }
body.contract-development #case-sec .case-list li .blue-btn a {
	width:10rem;
	line-height:2rem;
	font-size:.75rem;
}

@media screen and (max-width: 750px) {
	body.contract-development .main-cont-wrap h2.sec-ttl { font-size:20px; line-height:1.5; }
	body.contract-development #about-sec .txt { font-size:15px; text-align:left; line-height:1.88; }
	body.contract-development #about-sec ul.wht-box-list { display:block; }
	body.contract-development #about-sec ul.wht-box-list li { width:100%; display:block; padding:1rem 1.5rem; }
	body.contract-development #about-sec ul.wht-box-list li .txt2 { width:100%; text-align:center; font-size:17px; }
	body.contract-development #about-sec ul.wht-box-list li .txt2::after { width:40px; height:1px; position:initial; margin:15px auto 5px; }
	body.contract-development #about-sec ul.wht-box-list li .txt { font-size:14px; width:100%; }
	body.contract-development #about-sec ul.wht-box-list li .icon { width:45px; }
	body.contract-development #btm-contact-box .txt { font-size:15px; line-height:1.66; margin-bottom:20px; }
	body.contract-development #btm-contact-box .btn a { font-size:16px; line-height:45px; width:250px; }
	body.contract-development #worry-sec ul.check-list { width:100%; }
	body.contract-development #worry-sec ul.check-list li { font-size:15px; width:100%; }
	body.contract-development #about-sec .sec-top-txt { font-size:15px; line-height:1.66; text-align:left; }
	body.contract-development #results-sec .copy { font-size:15px; line-height:1.66; text-align:left; }
	body.contract-development #results-sec .flex-box { display:block; }
	body.contract-development #results-sec .pic { margin:0 auto 30px; }
	body.contract-development #results-sec h3 { font-size:17px; }
	body.contract-development #results-sec .txt-box > ul > li li { font-size:15px; line-height:1.66; }
	body.contract-development #results-sec .txt-box > ul > li { padding:15px 7px; }
	body.contract-development #strengths-sec li { display:block; }
	body.contract-development #strengths-sec li .pic { width:100%; margin-bottom:20px; }
	body.contract-development #strengths-sec li .txt-box { width:100%; }
	body.contract-development #strengths-sec li .txt-box .txt { font-size:15px; line-height:1.66; }
	body.contract-development #strengths-sec li .txt-box .num { font-size:15px; }
	body.contract-development #strengths-sec li .txt-box h3 { font-size:20px; }
	body.contract-development #strengths-sec li .txt-box h3::after { width:40px; margin:20px 0 15px; }
	body.contract-development #step-sec .two-box { display:block; }
	body.contract-development #step-sec ol { width:100%; }
	body.contract-development #step-sec ol li { flex-wrap:wrap; justify-content:center; padding:20px 25px; }
	body.contract-development #step-sec ol li .txt-box { width:100%; }
	body.contract-development #step-sec ol li h3 { font-size:17px; margin-top:10px; text-align:center; }
	body.contract-development #step-sec ol li .txt { font-size:15px; line-height:1.66; }
	body.contract-development #step-sec ol li .num { font-size:35px; }
	body.contract-development #step-sec ol li .icon { margin-right:0; }
	body.contract-development #step-sec .r-box { width:100%; margin-top:20px; padding:25px 25px 10px; }
	body.contract-development #step-sec .r-box h4 { font-size:17px; }
	body.contract-development #step-sec .r-box .txt { font-size:14px; line-height:1.66; }
	body.contract-development #step-sec .r-box h5 { font-size:16px; }
	body.contract-development #possess-sec table { font-size:15px; }
	body.contract-development #possess-sec table, body.contract-development #possess-sec tbody,
	body.contract-development #possess-sec tr, body.contract-development #possess-sec th,
	body.contract-development #possess-sec td { display:block; }
	body.contract-development #possess-sec table { font-size:15px; line-height:1.66; }
	body.contract-development #possess-sec table th { width:100%; text-align:center; padding:10px 20px; border-bottom:0; }
	body.contract-development #possess-sec table td { width:100%; }
	body.contract-development #case-sec .case-list { display:block; }
	body.contract-development #case-sec .case-list li { width:100%; margin-bottom:20px; padding:30px 20px; }
	body.contract-development #case-sec .case-list li .industry-txt { width:130px; line-height:30px; font-size:15px; margin:0 auto 10px; }
	body.contract-development #case-sec .case-list li h3 { font-size:17px; line-height:1.3; }
	body.contract-development #case-sec .case-list li .name { font-size:15px; }
	body.contract-development #case-sec .case-list li .txt { font-size:15px; line-height:1.66; }
	body.contract-development #case-sec .case-list li .blue-btn a { font-size:14px; line-height:35px; width:170px; }
}








/* =================== */
/*       body.sitemap-html       */
/* =================== */
body.sitemap-html .main-cont-wrap .two-box {
	align-items:flex-start;
	justify-content:center;
	margin-bottom:8rem;
}
body.sitemap-html .main-cont-wrap .two-box .box {
	width:26rem;
	border-top:1px solid #bfbfbf;
}
body.sitemap-html .main-cont-wrap .two-box .box1 { margin-right:3rem; }
body.sitemap-html .main-cont-wrap .box > ul {
	font-size:.9rem;
  line-height:1.77;
}
body.sitemap-html .main-cont-wrap .box > ul > li > .name::before {
	content:"■";
	color:#3b67d5;
	display:inline-block;
	margin-right:.5em;
}
body.sitemap-html .main-cont-wrap .box > ul > li { border-bottom:1px solid #bfbfbf; }
body.sitemap-html .main-cont-wrap ul li li .name::before {
	content:"・";
	display:inline-block;
	margin-right:.3em;
}
body.sitemap-html .main-cont-wrap .box > ul > li { padding:1rem 0; }
body.sitemap-html .main-cont-wrap ul ul { margin-left:.5em; }
body.sitemap-html .main-cont-wrap ul ul li { font-size:.8rem; }
body.sitemap-html .main-cont-wrap ul li a:hover { opacity:.5; }
body.sitemap-html .main-cont-wrap ul ul.child-list2 { margin-left:1.5em; }
body.sitemap-html .main-cont-wrap ul li li li .name::before {
	content:"-";
	display:inline-block;
	margin-right:.3em;
}

@media screen and (max-width: 750px) {
	body.sitemap-html .main-cont-wrap .box > ul { font-size:15px; }
	body.sitemap-html .main-cont-wrap ul li .name { display:flex; }
	body.sitemap-html .main-cont-wrap .two-box { display:block; }
	body.sitemap-html .main-cont-wrap .two-box .box { width:100%; }
	body.sitemap-html .main-cont-wrap .two-box .box1 { margin-right:0; }
	body.sitemap-html .main-cont-wrap ul ul li { font-size:14px; }
}








/* =================== */
/*       body.employment       */
/* =================== */
body.employment #top-sec {
	padding-bottom:6rem;
	padding-top:2rem;
	position:relative;
}
body.employment #top-sec::before {
	content:"";
	width:38.5%;
	height:25.5rem;
	background:#ebf0fb;
	display:block;
	position:absolute;
	left:0;
	top:17.5rem;
}
body.employment #top-sec .main-copy {
	font-size:3rem;
	line-height:1.36;
	position:absolute;
	top:17.5rem;
	right:1.5rem;
}
body.employment #top-sec .pic1 {
	width:40rem;
	margin-left:-4rem;
}
body.employment #top-sec .txt-box {
	margin-top:5rem;
	margin-left:3rem;
}
body.employment #top-sec .txt-box .sub-copy {
	font-size:2rem;
	line-height:1.38;
	font-weight:bold;
	margin-bottom:1.5rem;
}
body.employment #top-sec .txt-box .txt {
	font-size:.9rem;
	line-height:1.77;
}
body.employment #top-sec .pic2 {
	width:23.5rem;
	position:absolute;
	top:-4.5rem;
	right:-7.5rem;
}
body.employment #top-sec .pic3 {
	width:22.25rem;
	position:absolute;
	top:32rem;
	right:0;
}
body.employment #info-sec {
	background:#3b67d5;
	padding:4rem 0;
	color:#fff;
}
body.employment #info-sec .in-w60 { padding:0 2.5rem; }
body.employment #info-sec .pic { width:28rem; }
body.employment #info-sec .txt-box { width:22.5rem; }
body.employment #info-sec .txt-box h2 {
	font-size:1.8rem;
	font-weight:bold;
}
body.employment #info-sec .txt-box h2::after {
	content:"";
	width:2rem;
	height:1px;
	background:#fff;
	display:block;
	margin:1.5rem 0;
}
body.employment #info-sec .txt-box .txt {
	font-size:.9rem;
	line-height:1.77;
	margin-bottom:2rem;
}
body.employment #info-sec .txt-box .blue-btn a {
	background:#fff;
	color:#3b67d5;
	margin:0;
	font-size:.85rem;
}
body.employment #info-sec .txt-box .blue-btn a:hover {
	border:2px solid #fff;
	color:#fff;
	background:#3b67d5;
}
body.employment #qa-sec { padding:5rem 0 8rem; }
body.employment #qa-sec h2 {
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
}
body.employment #qa-sec h2::after {
	content:"";
	width:2rem;
	height:1px;
	background:#000;
	display:block;
	margin:1.5rem auto 3rem;
}
body.employment #qa-sec dl { border-top:1px solid #d9d9d9; }
body.employment #qa-sec dl .line {
	border-bottom:1px solid #d9d9d9;
	padding:1.5rem 1rem;
	position:relative;
}
body.employment #qa-sec dl .line::before {
	content:"+";
	font-size:1.5rem;
	display:block;
	color:#404040;
	position:absolute;
	top:1.5rem;
	right:1rem;
}
body.employment #qa-sec dl .line.open::before { content:"−"; }
body.employment #qa-sec dl .line dt {
	font-size:1rem;
	line-height:1.5;
	font-weight:bold;
	width:100%;
	position:relative;
	z-index:1;
	cursor:pointer;
}
body.employment #qa-sec dl .line dt::before {
	content:"Q.";
	color:#3b67d5;
	display:inline-block;
	margin-right:.5em;
}
body.employment #qa-sec dl .line dd {
	font-size:.8rem;
	line-height:1.75;
	color:#404040;
	padding-right:2rem;
	margin-top:.8rem;
	display:none;
}
body.employment #qa-sec dl .line dd::before {
	content:"A.";
	display:inline-block;
	margin-right:.5em;
}
body.employment #btm-contact-box {
	padding:3rem 0 4rem;
	background:#3b67d5;
}
body.employment #btm-contact-box .bld-txt {
	font-size:2.5rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:.5rem;
	color:#fff;
}
body.employment #btm-contact-box .txt {
	font-size:1rem;
	line-height:2;
	text-align:center;
	color:#fff;
	margin-bottom:1rem;
}
body.employment #btm-contact-box .btn a {
	background:#fff;
	color:#3b67d5;
	width:22.5rem;
	line-height:3.5rem;
	display:block;
	margin:0 auto;
	font-size:1.1rem;
	text-align:center;
	border-radius:100vmax;
	font-weight:bold;
}
body.employment #btm-contact-box .btn a:hover { opacity:.5; }

body.employment.info-html .anc-link-box .box-ttl {
	font-size:1.5rem;
	font-weight:bold;
	padding-bottom:2rem;
	border-bottom:1px solid #d2d2d2;
	text-align:center;
}
body.employment.info-html .anc-link-box .anc-link-list {
	flex-wrap:wrap;
	justify-content:flex-start;
	margin:2rem 0;
}
body.employment.info-html .anc-link-box .anc-link-list li {
	width:calc((100% - 3rem) / 3);
	margin-right:1.5rem;
	margin-bottom:1.5rem;
	height:4rem;
}
body.employment.info-html .anc-link-box .anc-link-list li:nth-child(3n) { margin-right:0; }
body.employment.info-html .anc-link-box .anc-link-list li a {
	font-size:1rem;
	text-align:center;
	width:100%;
	height:100%;
	color:#404040;
	background:#f4f4f4;
	border-radius:.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
	line-height:1.35;
}
body.employment.info-html .anc-link-box .anc-link-list li a span { font-weight:bold; }
body.employment.info-html .anc-link-box .anc-link-list li a:hover { opacity:.5; }
body.employment.info-html .top-blue-box {
	border:3px solid #3b67d5;
	border-radius:.5rem;
	width:37.5rem;
	margin:3rem auto 5rem;
	padding:2rem;
	text-align:center;
}
body.employment.info-html .top-blue-box .ttl {
	font-size:1.3rem;
	font-weight:bold;
	color:#3b67d5;
	text-align:center;
}
body.employment.info-html .top-blue-box .txt {
	font-size:.9rem;
	line-height:1.88;
	margin:1rem auto;
}
body.employment.info-html .top-blue-box .blue-btn a {
	width:9rem;
	line-height:2rem;
	font-size:.75rem;
}
body.employment.info-html .bk-clr-box {
	background:#f4f4f4;
	padding:4rem 0;
}
body.employment.info-html .bk-clr-box h2 {
	font-size:1.5rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:3rem;
}
body.employment.info-html .bk-clr-box section {
	border-bottom:1px solid #bfbfbf;
	margin-bottom:4.5rem;
}
body.employment.info-html .bk-clr-box article {
	border-top:1px solid #bfbfbf;
	padding:2rem 1.5rem;
}
body.employment.info-html .bk-clr-box .type-name {
	justify-content:flex-start;
	padding-right:2rem;
	position:relative;
	cursor:pointer;
}
body.employment.info-html .bk-clr-box .type-name::before {
	content:"+";
	font-size:1.5rem;
	display:block;
	color:#404040;
	position:absolute;
	top:0;
	right:0;
}
body.employment.info-html .bk-clr-box .type-name.open::before { content:"−"; }
body.employment.info-html .bk-clr-box .type-name .num {
	font-size:1.8rem;
	color:#3b67d5;
	margin-right:1.5rem;
	letter-spacing:.05em;
	font-weight:500;
}
body.employment.info-html .bk-clr-box .type-name h3 {
	font-size:1.2rem;
	font-weight:bold;
}
body.employment.info-html .bk-clr-box .requirements-box { padding:0 2rem; display:none; }
body.employment.info-html .bk-clr-box dl .line {
	padding:2rem 0;
	display:flex;
	align-items:baseline;
	font-size:.9rem;
	line-height:1.88;
	border-bottom:1px solid #bfbfbf;
}
body.employment.info-html .bk-clr-box dl .line:last-child { border-bottom:0; }
body.employment.info-html .bk-clr-box dl .line dt { width:13em; }
body.employment.info-html .bk-clr-box dl .line dd { width:calc(100% - 13em); }
body.employment.info-html #special {
	background:#fff;
	border-radius:.5rem;
	overflow:hidden;
	border-bottom:0;
}
body.employment.info-html #special h4 {
	background:#3b67d5;
	color:#fff;
	text-align:center;
	line-height:4rem;
	font-size:1.2rem;
	font-weight:bold;
}
body.employment.info-html #special .txt-box {
	padding:2rem 3rem;
	font-size:.9rem;
	line-height:1.88;
}
body.employment .fixed-entry-btn {
	width:7rem;
	position:fixed;
	right:1.5rem;
	bottom:1.5rem;
	border:8px solid #fff;
  border-radius:100vmax;
  background:#3b67d5;
}
body.employment .fixed-entry-btn a:hover { opacity:.5; }


@media screen and (max-width: 750px) {
	body.employment #info-sec .in-w60 { display:block; padding:0; }
	body.employment #info-sec .pic { width:100%; }
	body.employment #info-sec .txt-box { width:100%; margin-top:25px; }
	body.employment #info-sec .txt-box h2 { font-size:20px; }
	body.employment #info-sec .txt-box h2::after { width:40px; margin:20px 0; }
	body.employment #info-sec .txt-box .txt { font-size:15px; line-height:1.66; }
	body.employment #info-sec .txt-box .blue-btn a { margin:0 auto; font-size:16px; font-weight:bold; line-height:45px; width:250px; }
	body.employment #qa-sec h2 { font-size:20px; }
	body.employment #qa-sec h2::after { width:40px; margin:20px auto 30px; }
	body.employment #qa-sec dl .line dt { font-size:16px; padding-right:20px; }
	body.employment #qa-sec dl .line dd { font-size:14px; line-height:1.66; margin-top:10px; }
	body.employment #qa-sec dl .line::before { font-size:20px; }
	body.employment #btm-contact-box .bld-txt { font-size:30px; }
	body.employment #btm-contact-box .txt { font-size:15px; }
	body.employment #btm-contact-box .btn a { font-size:16px; line-height:45px; width:250px; }
	body.employment #top-sec .main-copy { font-size:35px; margin-bottom:40px; position:initial; }
	body.employment #top-sec .pic1 { width:100%; margin:0 auto; }
	body.employment #top-sec .txt-box { margin-left:0; }
	body.employment #top-sec .pic2 { position:initial; margin-top:30px; }
	body.employment #top-sec .pic3 { position:initial; margin-top:15px; margin-left:calc(100% - 22.25rem); }
	body.employment #top-sec .txt-box .txt { font-size:15px; line-height:1.66; }
	body.employment #top-sec .txt-box .sub-copy { font-size:20px; margin-bottom:20px; }
	body.employment #top-sec::before { width:270px; height:400px; }

	body.employment.info-html .bk-clr-box h2 { font-size:20px; }
	body.employment.info-html .anc-link-box { margin-top:40px; }
	body.employment.info-html .anc-link-box .box-ttl { font-size:20px; }
	body.employment.info-html .anc-link-box .anc-link-list { display:block; margin:20px 0 50px; }
	body.employment.info-html .anc-link-box .anc-link-list li { width:100%; margin-right:0; height:55px; }
	body.employment.info-html .anc-link-box .anc-link-list li a { font-size:15px; }
	body.employment.info-html .top-blue-box { width:100%; padding:30px 20px; }
	body.employment.info-html .top-blue-box .ttl { font-size:17px; }
	body.employment.info-html .top-blue-box .txt { font-size:15px; text-align:left; line-height:1.66; }
	body.employment.info-html .top-blue-box .blue-btn a { width:120px; line-height:25px; font-size:13px; }
	body.employment.info-html .bk-clr-box .type-name .num { font-size:25px; }
	body.employment.info-html .bk-clr-box .type-name h3 { font-size:16px; line-height:1.2; }
	body.employment.info-html .bk-clr-box .type-name::before { height:1em; font-size:23px; top:0; bottom:0; margin:auto 0; }
	body.employment.info-html .bk-clr-box dl .line { display:block; font-size:15px; line-height:1.66; }
	body.employment.info-html .bk-clr-box dl .line dt { width:100%; text-align:center; margin-bottom:10px; }
	body.employment.info-html .bk-clr-box dl .line dd { width:100%; }
	body.employment.info-html .bk-clr-box .requirements-box { padding:0; }
	body.employment.info-html #special h4 { font-size:17px; padding:15px; line-height:1.5; }
	body.employment.info-html #special .txt-box { font-size:15px; line-height:1.66; }

	body.employment .fixed-entry-btn { width:80px; border:5px solid #fff; z-index:1; }
}





