.sCom {
	padding: 10rem 0;
}
.container {
	width: 120rem;
	margin: auto;
}
.l_main {
	overflow: hidden;
}
.l_main_sidebar .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.l_content {
	width: 89.4rem;
}
.l_side {
	width: 27rem;
}
.l_main_service .container {
	width: 90rem;
}
.l-wrapper {
	padding-top: 8rem;
}
/*-----------------------------------------------
breadcrumb
-----------------------------------------------*/
.breadcrumb {
	display: block;
	padding-top: 1rem;
}
.breadcrumb ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	list-style: none;
    flex-wrap: wrap;
}
.breadcrumb ul>li,
.breadcrumb ul>li>a {
	display: block;
	position: relative;
}
.breadcrumb ul>li:not(:first-child) {
	margin-left: 1rem;
}
.breadcrumb ul>li:not(:first-child):before {
	content: "\f054";
	position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 1rem;
}
.breadcrumb ul>li:not(:last-child) a {
	text-decoration: underline;
}
.breadcrumb ul>li {
	display: flex;
}

/*----------------form---------------------*/
.formSelect,
.formInput,
.formTextArea {
	background: white;
	height: 5rem;
	padding: 1.5rem;
	border: none;
	box-shadow: none;
	outline: none;
	width: 100%;
	border-radius: 0.3rem;
}
.formTextArea{
	height: 25rem;
	resize: none;
}
/*----------------news---------------------*/
.topNewsInfo {
	display: none;
	color: white;
}
.topNewsSlider {
	position: relative;
	padding-bottom: 4rem;
}
.topNewsSlider.owl-theme .owl-dots,
.topNewsInfoAbs {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
.topNewsSlider.owl-theme .owl-dots {
	right: 0;
	counter-reset: item;
}
.topNewsInfoAbs {
	left: 0;
	display: block;
	width: 50%;
}
.topNewsPostNaviAbs {
	position: absolute;
	right: 0;
	bottom: 0;
}
.topNewsPostNaviAbs .postNavi {
	position: relative;
	padding-top: 0;
	padding-left: 3.4rem;
	padding-right: 3.4rem;
}
.topNewsSlider .postNavi .next,
.topNewsSlider .postNavi .prev {
	color: white;
    width: 2.4rem;
    text-align: center;
}
.topNewsSlider .postNavi .next {
	position: absolute;
	right:0;
	top: 0;
}
.topNewsSlider .postNavi .prev {
	position: absolute;
	left:0;
	top: 0;
}
.topNewsSlider.owl-theme .owl-dots .owl-dot  {
	color: white;
	border: 1px solid white;
	font-size: 1.6rem;
	line-height: 1.5;
	min-width: 2.4rem;
	margin: 0 0.5rem;
	text-align: center;
	display: inline-block;
}
.topNewsSlider.owl-theme .owl-dots .owl-dot span {
	display: none;
}
.topNewsSlider.owl-theme .owl-dots .owl-dot:before {
	counter-increment: item;
	content: counter(item);
}
.topNewsSlider.owl-theme .owl-dots button.active  {
	background-color: white;
	color: #3A4B52;
}
.topNewsSliderItem {
	padding: 0 0.2rem;
}
.topNewsSliderItem .postNavi {
	justify-content: flex-end;
	display: none;
}
/*----------------postContent---------------------*/
.postContent * {
	margin-top: 1rem;
}
.postContent h2 {
	font-size: 2rem;
	padding: 1rem 2rem;
	background: #3A4B52;
	color: white;
	margin-top: 4rem;
	margin-bottom: 1rem;
}
.postContent h3 {
	font-size: 2rem;
	border-left: 0.5rem solid #3A4B52;
	padding-left: 1rem;
	line-height: 1.3;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	margin-top: 3rem;
}
.postContent h4 {
	font-size: 1.8rem;
	border-bottom: 1px solid #3A4B52;
	line-height: 1.3;
	padding-bottom: 0.3rem;
}
.postContent .infoTbl {
	margin-top: 3rem;
}
.postContent .infoTbl,
.postContent .infoTbl tbody,
.postContent .infoTbl tr,
.postContent .infoTbl th,
.postContent .infoTbl td {
	border: 1px solid #d0d0d0;
	border-collapse: collapse;
}
.postContent .infoTbl tr>th {
	width: 40rem;
	background: #F0F0F0;
	font-size: 1.8rem;
}
.postContent .infoTbl tr>th,
.postContent .infoTbl tr>td {
	padding: 2.5rem 2rem;
}
.postContent .tblContents>h2 {
	margin-bottom: 0;
}
.postContent .tblContents>ul {
	border: 1px solid #F0F0F0;
	padding: 2rem 4rem;
	margin-top: 0;
}
.postContent .tblContents>ul>ul {
	margin-top: 2rem;
}
.postContent .tblContents ul {
  	counter-reset: item;
	padding-left: 4rem;
}
.postContent .tblContents>ul li{
    list-style: none;
}
.postContent .tblContents li {
	margin-top: 1.5rem;
}
.postContent .tblContents li:before {
  content: counters(item, ".")" ";
  counter-increment: item;
  margin-right: 1rem;
}
.postContent #toc_container {
    margin-left: 0;
    width: 100%;
    padding: 3rem;
    border: none;
    border-top: 1rem solid #00A1E9;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.postContent #toc_container p.toc_title {
    text-align: left;
}
.postContent .toc_number  {
	color: #00A1E9;
	margin-right: 1rem;
}
.postContent a {
	color: #00A1E9;
	text-decoration: underline;
}
.postContent ul,
.postContent ol {
	padding-left: 3rem;
}
.postContent ul li,
.postContent ol li {
	margin-top: 0;
}
.postContent ul li>a,
.postContent ol li>a {
	margin-top: 0;
}
.postContent .wp-block-table table {
	width: auto;
}
.postContent .wp-block-table table,
.postContent .wp-block-table table tr,
.postContent .wp-block-table table td,
.postContent .wp-block-table table th {
	border: 1px solid #3A4B52;
	border-collapse: collapse;
}
.postContent .wp-block-table table th {
	background: #3A4B52;
	color: white;
	text-align: center;
	border: 1px solid white;
}
.postContent .wp-block-table table th,
.postContent .wp-block-table table td {
	padding: 0.5rem 1rem;
}
.postContent .wp-block-table table,
.postContent .wp-block-table table tbody tr,
.postContent .wp-block-table table tbody tr>td:first-child {
	border-left: none;
}
.postContent .wp-block-table table,
.postContent .wp-block-table table tbody tr,
.postContent .wp-block-table table tbody tr>td:last-child {
	border-right: none;
}
.postContent .wp-block-code {
	padding: 1rem 1.5rem;
    border: 1px solid #ddd;;
    font-family: Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;
}
.postContent .wp-block-quote {
    background: rgba(153,153,153,.2);
    padding: 2rem 1rem 1rem 5rem;
    border-width: 0;
    opacity: .9;
    position: relative;
}
.postContent .wp-block-quote p,
.postContent .wp-block-quote p a {
	margin: 0;
}
.postContent .wp-block-quote p:first-of-type::before {
    position: absolute;
    content: "\f10d";
    top: 0;
    left: 0;
    padding: 0.3rem 0.8rem 0.3rem;
    font-size: 1.4rem;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    z-index: 10;
    font-weight: 900;
    color: white;
    background: #00A1E9;
}
.postContent .hcb_wrap .hcb-clipboard {
	margin-top: 0;
}
.postContent .hcb_wrap .hcb-clipboard.-done:before {
    left: -40px;
    text-align: right;
}
.postContent>p>code {
    background: hsl(30, 20%, 25%);
    color: #FFF;
    border: .3em solid hsl(30, 20%, 40%);
    border-radius: .5em;
    box-shadow: 1px 1px 0.5em black inset;
    font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin: 1rem;
    padding: 0.5rem;
} 
.postContent em {
    font-style: italic;
    display: initial;
    color: red;
}
.postContent strong {
    font-weight: bold;
    display: initial;
    color: orange;
}
.postTitle {
	font-size: 2.5rem;
	margin-bottom: 2rem;;
} 
.posteyecatch {
	margin-bottom: 2rem;;
}
.postMeta {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.postMeta time {
	font-size: 1.2rem;
	margin-right: 0.5rem;
	float: left;
}
.postMeta time i {
	margin-right: 0.3rem;
}
.postMetaList>li {
	float: left;
}
.postMetaList>li,
.postMetaList>li>a {
	display: block;
}
.postMetaList>li:not(:last-child) {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}
.postMetaList>li>a {
	font-size: 1.1rem;
	line-height: 1.9;
	border: 1px solid #3A4B52;
	border-radius: 0.2rem;
	padding: 0 0.5rem;
}
.postEyecatch {
	margin-top: 2rem;
}
.postNavItem {
	width: 30rem;
}
.postNavItem .btn i {
	margin: 0 0.6rem;
}
.postNavItemInfo {
	margin-top: 1rem;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
}
.postNavItemMedia {
	width: 7rem;
	height: 7rem;
}
.postNavItemMedia img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.postNavItemInfo p {
	font-size: 1.4rem;
	width: calc(100% - 7rem);
	padding-left: 0.5rem;
}
.postDownload {
	text-align: center;
	margin-top: 4rem;
}
.postNav {
	margin-top: 4rem;
}
.postNavLeft {
	float: left;
}
.postNavLeft .postNavItemAct {
	text-align: left;
}
.postNavRight {
	float: right;
}
.postNavRight .postNavItemAct {
	text-align: right;
}
.postRelated {
	margin-top: 7rem;
}
.postRelated h2 {
	padding: 2.1rem 0;
	background: #F0F0F0;
	font-size: 2.5rem;
	text-align: center;
}
.postRelated h2 i {
	margin-right: 0.7rem;
}
.postRelatedList .postListItem {
	width: calc(100% / 3 - 2.6rem);
}
.postListItem {
	position: relative;
}
.postListItemEyecatch img {
	height: 18.7rem;
	object-fit: cover;
}
.postItemLink {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.postNavi {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 4rem;
}
.postNavi .page-numbers {
    color: black;
	background: white;
    border: 1px solid black;
    font-size: 1.6rem;
    line-height: 1.5;
    min-width: 2.4rem;
    margin: 0 0.5rem;
    text-align: center;
    display: inline-block;
}
.postNavi .next,
.postNavi .prev {
	min-width: 0;
	border: none;
	background: none;
	border: none;
}
.postNavi .current {
	background: black;
	color: white;
}
.postContent .hcb_wrap .line-numbers .line-numbers-rows,
.postContent .hcb_wrap .line-numbers-rows>span {
	margin-top: 0;
}
#service h1 {
	font-size: 4rem;
	text-align: center;
	margin-bottom: 4rem;
}
/*---------------------sdiebar--------------------*/
.l_side>section:not(:first-child) {
	margin-top: 4rem;
}
.widgetPostItem {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.widgetPostItemEyecatch {
	width: 7rem;
	height: 7rem;
	position: relative;
}
.widgetPostItemEyecatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.widgetPostItemEyecatch span {
	background: #00A1E9;
	width: 1.6rem;
	text-align: center;
	line-height: 1.6rem;
	color: white;
	font-size: 0.8rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.widgetPostMeta time {
	font-size: 1.2rem;
	margin-right: 0.7rem;
	float: left;
}
.widgetPostCategory>li,
.widgetPostCategory>li>a {
	display: block;
}
.widgetPostCategory>li {
	display: none;
	float: left;
}
.widgetPostCategory>li>a {
	font-size: 1.1rem;
	line-height: 1.9;
	padding: 0 0.5rem;
	border-radius: 0.2rem;
	border: 1px solid black;
}
.widgetPostCategory>li:first-child {
	display: block;
}
.widgetPostItemInfo {
	width: calc(100% - 7rem);
	padding-left: 0.5rem;
}
.widgetPostItemInfo>h3 {
	font-size: 1.4rem;
	margin-top: 0.4rem;
	line-height: 1.45;
	font-weight: 400;
}
.sideWidget h2 {
	font-size: 1.6rem;
	border-bottom: 1px solid black;
	padding-bottom: 0.4rem;
	margin-bottom: 1rem;
}
.widgetBody {
	margin-top: 1.5rem;
}
.widgetCategoryList {
	padding-left: 1rem;
}
.widgetPostList {
	list-style: none;;
}
.widgetPostList>li:not(:first-child) {
	margin-top: 1rem;
}
.widget_categories ul {
	padding-left: 0.5rem;
}
.widget_categories ul>li,
.widget_categories ul>li>a {
	display: block;
}
.widget_categories ul>li>a:before {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome\ 5 Free";
	margin-right: 0.5rem;
}
.widget_categories ul>li {
	line-height: 1;
}
.widget_categories ul>li:not(:first-child) {
	margin-top: 1rem;
}
.widget_categories ul>li>a i {
	margin-right: 0.6rem;
}
/*---------------------searchform--------------------*/
.searchForm {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background: #F0F0F0;
	border-radius: 1rem;
	border-top: 1.5rem solid #00A1E9;
	overflow: hidden;
	margin-top: 4rem;
	padding: 3rem 2rem;
}
.searchFormData {
	width: 94rem;
	display: flex;
	justify-content: space-between;
}
.searchFormDataItem {
	width: 46rem;
}
.searchFormDataItem p {
	margin-bottom: 0.5rem;
}
/*-----------------------------------------------
top
-----------------------------------------------*/
.topFv {
	position: relative;
}
.topFvImg {
	height: 47.2rem;
	object-fit: cover;
}
.topFvInfo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 120rem;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.topFvInfoTxt {
	text-align: left;
}
.topFvInfoTxt h2 span {
	color: #00A1E9;
}
.topFvInfoTxt p {
	line-height: 2;
	margin-top: 2rem;
	color: #3A4B52;
}
.secAct {
	margin-top: 4rem;
}
.topFvMedia {
	width: 67.5rem;
	position: absolute;
	top: 2rem;
	right: 0;
}
.title {
	text-align: center;
}
.titleDesc {
	text-align: center;
	margin-top: 2rem;
}
.dbxap {
	padding-top: 16.3rem;
	background: #F0F0F0;
}
.dbxapMedia,
.topServiceFeatureMedia {
	margin-top: 4rem;
	position: relative;
}
.dbxapMediaImg,
.topServiceFeatureMediaImg {
	position: relative;
	border-radius: 2rem;
}
.dbxapMedia:before,
.dbxapMedia:after,
.topServiceFeatureMedia:before {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 35rem;
	height: 35rem;
	z-index: 0;
}
.dbxapMedia:before {
	left: -17.5rem;
	top: -17.5rem;
}
.topServiceFeatureMedia:before {
	left: -17.5rem;
	bottom: -17.5rem;
}
.dbxapMedia:after {
	right: -17.5rem;
	bottom: -17.5rem;
}
.dbxapMedia:before{
	background-image: url(img/dot_1.png);
}
.topServiceFeatureMedia:before,
.dbxapMedia:after  {
	background-image: url(img/dot_2.png);
}
.topServiceFeatureItem {
	width: 37rem;
}
.topServiceFeatureList {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 4rem;
	list-style: none;
}
.topServiceFeatureItem h3 {
	color: #3A4B52;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.topServiceFeatureItem h3 i {
	box-shadow: inset 0 -1rem #FFFF00;
}
.topServiceFeatureItem h3 .num {
	font-family: "DIN_Medium";
	font-size: 7.8rem;
	font-weight: 400;
    line-height: 1;
}
.topServiceFeatureItem h3 .txt {
	line-height: 1.24;
	text-align: left;
	margin-left: 1.1rem;
}
.topServiceFeatureItem p {
	margin-top: 1.5rem;
}
.topService {
	padding-top: 0 !important;
}
.topService .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.topServiceLogo {
	width: 15.9rem;
}
.topServiceInfo {
	text-align: left;
}
.topServiceInfo h2 {
	margin-top: 2rem;
	text-align: left;
	font-size: 6rem;
	line-height: 1.16;
}
.topServiceInfo .sectAct {
	margin-top: 4rem;
}
.topServiceList {
	width: 86rem;
}
.topServiceSlider .owl-stage-outer {
	padding-bottom: 2rem;
	overflow-y: visible;
}
.topServiceSlider .owl-nav.disabled {
	display: block;
}
.topServiceSlider.owl-carousel .owl-nav button.owl-next, 
.topServiceSlider.owl-carousel .owl-nav button.owl-prev {
	width: 3.5rem;
	height: 8rem;
	display: flex;
	position: absolute;
	top: calc(50%  - 5rem);
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	font-size: 3rem;
}
.topServiceSlider.owl-carousel .owl-nav button.owl-next:hover, 
.topServiceSlider.owl-carousel .owl-nav button.owl-prev:hover {
	background: none;
}
.topServiceSlider.owl-carousel .owl-nav button.owl-next {
	right: -3.5rem;
}
.topServiceSlider.owl-carousel .owl-nav button.owl-prev {
	left: -3.5rem;
}
.topServiceItem {
	margin: 0 0.5rem;
	border-radius: 1rem;
	background: white;
	overflow: hidden;
	position: relative;
}
.topServiceItemImg img {
	width: 100%;
	height: 20rem;
	object-fit: cover;
}
.topServiceItemInfo {
	padding: 2rem;
}
.topServiceItemInfo h3 {
	font-size: 2rem;
}
.topServiceItemInfo h3 a {
	font-size: inherit;
	color: inherit;
}
.topServiceItemInfo h3 a:hover {
	text-decoration: underline;
}
.topServiceItemInfo p {
	margin-top: 1rem;
	font-size: 1.4rem;
	min-height: 13rem;
	line-height: 1.5;
}
.topServiceItemAct {
	margin-top: 2rem;
	text-align: right;
}
.topServiceItemLink {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.topInfo {
	padding: 8rem 0;
	background: #3A4B52;
}
.topInfo h2 {
	color: white;
}
.topInfo .container>h2  {
	position: absolute;
	left: 0;
	top: 0;
}
.topInfoList>article:first-child {
	border-top: 1px solid white;
}
.topInfoItem {
	padding: 3rem 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid white;
}
.topInfoItem time {
	font-size: 1.6rem;
	color: white;
	display: block;
	width: 14rem;
}
.topInfoItemTxt {
    width: calc(100% - 14rem);
}
.topInfoItemTxt h2 {
	font-size: 2rem;
}
.topInfoItemTxt p {
	color: white;
	margin-top: 1rem;
}
.topInfoItem time,
.topInfoItem p a {
	color: white;
}
.topInfoItem p a:hover {
	text-decoration: underline;
}
.topInfo .container {
	position: relative;
	padding-left: 34rem;
}
.topInfo>h2 {
	position: absolute;
	left: 0;
	top: 0;
}
.topTectecMap {
	background: #F0F0F0;
}
.topTectecMap .secAct {
	text-align: center;
}
.topContact {
	position: relative;
}
.topContactImg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.topContact h2 {
	color: white;
}
.topContact  .secAct {
	text-align: center;
}
.topContactDesc {
	color: white;
	text-align: center;
	margin-top: 4rem;
}
.secAct {
	margin-top: 4rem;
	text-align: left;
}
.postList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.postListItemAct {
	margin-top: 2rem;
	text-align: right;
	position: absolute;
    bottom: 2rem;
    right: 2rem;
}
.postListItemAct a {
	font-size: 1.4rem;
	color: #00A1E9;
	display: inline-block;
	line-height: 1;
}
.postListItemAct a i {
	margin-left: 0.5rem;
}
.postListItemTitle {
	font-size: 1.6rem;
	margin-top: 1rem;
	line-height: 1.4;
}
.postListItemDesc {
	margin-top: 1rem;
	line-height: 1.5;
}
.postListItemMeta {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.postListItemMeta time {
	margin-right: 0.5rem;
}
.postListItemCategoires li { 
	display: none;
}
.postListItemCategoires>li:first-child {
	display: block;
}
.postListItemCategoires li a {
	display: block;
	border: 1px solid #3A4B52;
	font-size: 1.1rem;
	line-height: 2;
	padding: 0 0.6rem;
	border-radius: 0.3rem;
}
.postListItemInfo {
	padding: 2rem 2rem 6rem;
	position: relative;
}
.postListItem {
	background: white;
	width: calc(25% - 2.6rem);
	margin: 1.3rem;
	border-radius: 1rem;
	overflow: hidden;
}
.postList {
	width: calc(100% + 2.6rem);
	margin: -1.3rem;
}
.postListWrapper {
	margin-top: 4rem;
}

/*-----------------------------------------------
service
-----------------------------------------------*/
.subFv {
	padding: 8rem 0;
	background: #3A4B52;
	text-align: center;
}
.subFv h1 {
	color: white;
}
.subFv p {
	font-size: 1.4rem;
	margin-top: 1rem;
	color: white;
}
.serviceInfoDesc {
	margin-top: 4rem;
}
.serviceInfoDesc .main {
	text-align: center;
}
.serviceInfoDesc .sub {
	font-size: 1.4rem;
	margin-top: 2rem;
	text-align: right;
	color: #666666;
}
.servicTitle {
	padding: 5rem 0;
	background: #F0F0F0;
	position: relative;
	text-align: center;
}
.servicTitle:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5rem solid transparent;
	border-right: 5rem solid transparent;
	border-top: 4rem solid #F0F0F0;
	left: calc(50% - 5rem);
	bottom: calc(1px - 4rem);
}
.serviceItem .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10rem 0;
}
.serviceItemInfo {
	text-align: left;
	padding-left: 4rem;
}
.serviceItemInfo h3 {
	font-size: 3rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.serviceItemInfo h3 span {
	font-size: 7.8rem;
	font-family: "DIN_Medium";
	font-weight: 400;
	margin-right: 2rem;
	line-height: 1;
}
.serviceItemInfo p {
	margin-top: 3rem;
}
.servicItemInfoAct {
	margin-top: 4rem;
}
.serviceItem .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.serviceItemInfo,
.serviceItemMedia {
	width: 50%;
}
.serviceItemMedia {
	border-radius: 2rem;
    overflow: hidden;
}
.serviceList>article:nth-child(even) {
	background: #F0F0F0;
}
.serviceList>article:nth-child(even) .container {
	flex-direction: row-reverse;
}
.serviceList>article:nth-child(even) .container .serviceItemInfo {
	padding-left: 0;
	padding-right: 4rem;
}
.searchResultTtl {
	font-size: 2.5rem;
	text-align: center;
}
.searchResultDesc {
	font-size: 1.4rem;
	text-align: right;
}
.downloadSearch {
	padding-bottom: 0;
}
/*-----------------------------------------------
tectecmap
-----------------------------------------------*/
.tectecmapSearch {
	padding-bottom: 0 !important;
}
.tectecmapKnow {
	padding-top: 5rem;
}
/*-----------------------------------------------
download
-----------------------------------------------*/
.l_download_main .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.l_download_content {
	width: 60rem;
}
.l_download_side {
	width: 56rem;
}
.downloadForm {
	background: #F0F0F0;
	padding: 5rem 3rem;
	border-top: 1.5rem solid #00A1E9;
	border-radius: 1rem;
	overflow: hidden;
}
.downloadForm>h2 {
	font-size: 2.5rem;
	color: #00A1E9;
	text-align: center;
}
.downloadForm>p {
	font-size: 1.4rem;
	margin-top: 2rem;
	text-align: center;
}
.downloadFormData {
	margin-top: 3rem;
}
.downloadFormDataItem {
	margin-top: 2rem;
}
.downloadFormDataItem>div:first-child {
	margin-bottom: 0.5rem;
}
.downloadFormDataItemPrivacy {
	margin-top: 2rem;
}
.downloadFormAct {
	margin-top: 4rem;
	text-align: center;
}
.postDownloadSample {
	text-align: center;
	margin-top: 4rem;
}
.downloadForm form.unaccepted .wpcf7-response-output {
	display: block !important;
}
.downloadFormRecaptch {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}
/*-----------------------------------------------
contact
-----------------------------------------------*/
.contact {
	padding-bottom: 0 !important;
}
.contactFormData>div:not(:first-child) {
	margin-top: 4rem;
}
.contactForm {
	margin-top: 4rem;
	padding: 10rem 20rem;
	border-top: 1.5rem solid #00A1E9;
	border-radius: 1rem;
	background: #F0F0F0;
}
.contactFormDataItem>div:first-child {
	margin-bottom: 0.5rem;
}
.contactFormDataItem>div:first-child>span,
.downloadFormDataItem>div:first-child>span {
	color: white;
	background: red;
	font-size: 0.7em;
	line-height: 1.4;
	border-radius: 0.2rem;
	padding: 0 0.5rem;
	margin-left: 0.5rem;
}
.contactFormCheckBox .wpcf7-list-item label,
.downloadFormDataItemPrivacy .wpcf7-list-item label {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contactFormCheckBox .wpcf7-list-item .wpcf7-list-item-label,
.downloadFormDataItemPrivacy .wpcf7-list-item .wpcf7-list-item-label {
	margin-left: 0.5rem;
	color: black;
    line-height: 1.2;
}
.contactFormCheckBox .wpcf7-list-item label input, 
.downloadFormDataItemPrivacy .wpcf7-list-item label input {
	position: relative;
	top: 0.5rem;
}
.contactFormCheckBox .wpcf7-list-item .wpcf7-list-item-label a,
.downloadFormDataItemPrivacy .wpcf7-list-item .wpcf7-list-item-label a {
	text-decoration: underline;
}
.contactFormCatpch {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactDesc {
	text-align: center;
}
.contactFormAct {
	text-align: center;
	margin-top: 4rem;
    text-align: center;
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contactFormAct .btn_main {
	margin: 1rem;
}
.downloadForm .contactFormAct {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/*-----------------------------------------------
thanks
-----------------------------------------------*/
.thanksAct {
	text-align: center;
	margin-top: 4rem;
}
.thanksDesc {
	margin-top: 4rem;
}
/*-----------------------------------------------
modal
-----------------------------------------------*/
.modal {
	display: none;
}
.modal_close {
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    right: -1.5rem;
    top: -1.5rem;
    font-size: 2rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.policyContent {
	height: calc(100vh - 160px);
	display: block;
	width: 100%;
	border: none;
	overflow: auto;
	position: relative;
}
.policyContent iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	border: none;
	width: 100%;
	height: 100%;
}
/*-----------------------------------------------
effect
-----------------------------------------------*/
.dbxapMediaImg,
.topServiceFeatureMediaImg,
.topServiceItem,
.postListItem,
.postNavItemInfo,
.topServiceItem  {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16); 
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  z-index: 1;
  transition: .3s;
}
.postListItem:hover,
.topServiceItem:hover {
	transform: translateY(-4px);
}
@media screen and (max-width: 767px) {
	.l-wrapper {
		padding-top: 6.2rem;
	}
	.container,
	.l_main_sidebar .container,
	.l_download_main .container {
		width: calc(100% - 4rem);	
		display: block;
	}
	.sCom {
	    padding: 5rem 0;
	}
	.subFv {
	    padding: 4rem 0; 
	}
	.l_content,
	.l_side,
	.l_download_content,
	.l_download_side {
		width: 100%;
	}
	.l_side,
	.l_download_side {
		margin-top: 3rem;
	}
	.l_side>section:not(:first-child) {
		margin-top: 2rem;
	}
	/*-----------------------------------------------
	top
	-----------------------------------------------*/
	.topFvImg {
		content: url(img/fv_sp.jpg);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 21.1rem;
		object-fit: cover;
		z-index: 0;
	}	
	.topFvInfo {
		position: relative;
		z-index: 1;
		width: 100%;
		display: block;
		padding: 4rem 2rem;
	}
	.topFvMedia,
	.topFvInfoTxt {
		width: 100%;
	}
	.topFvMedia {
		position: static;
	}
	.topFvInfoTxt {
		margin-top: 2rem;
	}
	.topFvInfoTxt h1 {
		text-align: center;
	}
	.secAct {
		text-align: center;
		margin-top: 2rem;
	}
	.dbxapMedia:before, .dbxapMedia:after, .topServiceFeatureMedia:before {
		width: 10rem;
		height: 10rem;
	}
	.dbxapMedia:before {
		left: -5rem;
		top: -5rem;
	}
	.dbxapMedia:after {
		right: -5rem;
		bottom: -5rem;
	}
	.topServiceFeatureMedia:before {
		left: -5rem;
		bottom: -5rem;
	}
	.dbxapMedia, .topServiceFeatureMedia {
		margin-top: 2rem;
	}
	.topServiceFeatureList {
		display: block;
		margin-top: 3rem;
	}
	.topServiceFeatureItem {
		width: 100%;
	}
	.topServiceFeatureItem p {
		margin-top: 0.5rem;
	}
	.topServiceFeatureList>li:not(:first-child) {
		margin-top: 2rem;
	}
	.dbxapMediaImg, .topServiceFeatureMediaImg {
		border-radius: 1rem;
	}
	.topServiceLogo {
		width: 20rem;
		margin: auto;
	}
	.topServiceInfo h2 {
		margin-top: 1rem;
	}
	.topService .container {
		display: block;
	}
	.topServiceInfo,
	.topServiceList {
		width: 100%;
	}
	.topServiceList {
		margin-top: 3rem;
	}
	.topServiceItemInfo p {
	    min-height: 9rem;
	}
	.topServiceInfo h2 {
		font-size: 4rem;
		text-align: center;
	}
	.topInfo .container {
		padding: 0;
	}
	.topInfo .container>h2 {
		position: static;
		text-align: center;
		margin-bottom: 3rem;
	}
	.topInfoItem {
		display: block;
	}
	.topInfoItemTxt {
		width: 100%;
	}
	.topInfoItem time {
	    width: 10rem;
	}
	.topInfoItem  {
		padding: 2rem 0;
	}
	.topNewsInfoAbs,
	.topNewsPostNaviAbs {
		position: static;
	}
	.topNewsInfoAbs {
		width: 100%;
		margin-top: 2rem;
		text-align: center;
	}
	.topNewsPostNaviAbs {
		padding-top: 2rem;
	}
	.dbxapMediaImg{
		content: url(img/dbxap_sp.jpg);
	}
	.postList {
	    width: calc(100% + 1.2rem);
	    margin: -0.6rem;
	}
	.postListItem {
		width: calc(50% - 1.2rem);
		margin: 0.6rem;
	}
	.postListItemInfo {
		padding: 1rem 1rem 4rem;
	}
	.postListItemMeta {
		display: block;
	}
	.postListItemCategoires  {
		display: flex;
	}
	.postListItemTitle {
		font-size: 1.4rem;
	}
	.postListItemAct {
		margin-top: 0;
		bottom: 1rem;
		right: 1rem;
	}
	.postListItemEyecatch img {
		height: 15rem;
	}
	.postListWrapper {
		margin-top: 3rem;
	}
	.serviceInfoDesc .sub {
		text-align: center;
	}
	.serviceItem .container {
		display: block;
		padding: 4rem 0;
	}
	.serviceItemInfo, .serviceItemMedia {
		width: 100%;
	}
	.serviceItemInfo {
		padding-left: 0;
		margin-top: 1rem;
	}
	.serviceItemInfo p {
	    margin-top: 1rem;
	} 
	.servicItemInfoAct {
		margin-top: 2rem;
		text-align: center;
	}
	.serviceItemMedia {
		border-radius: 1rem;
	}
	.searchForm {
	    margin-top: 2rem;
	    padding: 2rem 1rem;
	    display: block;
	}
	.searchFormData,
	.searchFormDataItem {
		width: 100%;
		display: block;
	}
	.searchFormData>div:not(:first-child) {
		margin-top: 1rem;
	}
	.searchFormAct {
		margin-top: 1.5rem;
		text-align: center;
	}
	.searchResult  {
		padding-top: 0;
	}
	.searchResultDesc {
		margin-top: 1rem;
		text-align: center;
	}
	.postListItemDesc {
		margin-top: 0.4rem;
		font-size: 1.2rem;
	}
	.postRelatedList .postListItem {
    	width: calc(50% - 1.2rem);
	}
	/*-------------side--------------------*/
	.widgetPostItemEyecatch {
	    width: 10rem;
	    height: 10rem;
	}
	.widgetPostItemInfo {
	    width: calc(100% - 10rem);
	}
	.widgetPostItemEyecatch span {
	    width: 3rem;
	    line-height: 3rem;
	    font-size: 1.8rem;
	}
	/*-------------postcontent-------------*/
	.postContent .tblContents ul {
	    padding-left: 2rem;
	}
	.postContent .tblContents li {
	    margin-top: 0.5rem;
	} 
	.postContent .infoTbl tr>th {
	    width: 10rem;
	}
	.postContent .infoTbl tr>th, .postContent .infoTbl tr>td {
	    padding: 1.5rem 1rem;
	}
	.postNavItem {
	    width: 20rem;
	}
	.postNavItemInfo p {
		font-size: 1.2rem;
	}
	/*---------------form-----------------*/
	.formTextArea {
	    height: 15rem;
	} 
	.downloadForm {
	    background: #F0F0F0;
	    padding: 3rem 2rem;
	}
	.downloadFormAct {
	    margin-top: 3rem;
	}
	.downloadFormData>div:not(:first-child) {
	    margin-top: 1.5rem;
	}
	.contactForm {
	    padding: 4rem 2rem;
	}
	.contactFormData>div:not(:first-child) {
	    margin-top: 1rem;
	} 
	.contactFormAct {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}