@charset "UTF-8";


/* 共通
------------------------------------------ */
/* 見出し */
h2.hdg-b.diff-center {
	margin-bottom: 56px;
}
.hdg-d {
	color: #000;
}
.txt-catch-a {
	color: #000;
}

/* ボタン */
.btn-a.btn-lg {
	min-width: 350px;
}
@media only screen and (max-width: 480px) {
	.btn-a.btn-lg {
		min-width: inherit;
	}
}
.lyt-btn-a .btn-a {
	font-size: 2rem;
	font-weight: 700;
	min-width: 450px;
	padding: 30px 72px 30px 40px;
}
.lyt-btn-a .btn-a::before {
	right: 60px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
}
.section-inner > .lyt-btn-a > li {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.lyt-btn-a .btn-a {
		font-size: 2rem;
		font-weight: 700;
		min-width: inherit;
		padding: 30px 72px 30px 40px;
	}
}

/* アンカーリンク
------------------------------------------ */
.nav-b {
	background-color: #dcdcdc;
}
.nav-b ul {
	flex-wrap: nowrap;
}
.nav-b ul > li {
	width: 100%;
}
.is-fixed .nav-b .nav-b-inner {
	overflow-x: auto;
}
.is-fixed .nav-b ul > li {
	width: auto;
}
@media only screen and (max-width: 1280px) {
	.nav-b ul {
		flex-wrap: wrap;
	}
	.nav-b ul > li {
		width: auto;
	}

}
@media only screen and (max-width: 767px) {
	.nav-b ul > li {
		width: auto;
	}
}

/* SP時 画面追従無効 */
@media only screen and (max-width: 767px) {
	.nav-b {
		background: none;
	}
	.is-fixed .nav-b {
		background: none;
		position: relative;
		left: auto;
		top: inherit !important;
		z-index: 0;
		width: auto;
	}
	.is-fixed .nav-b::before {
		background: none;
	}
	.is-fixed .nav-b ul {
		width: auto !important;
		display: block;
	}
	.is-fixed .nav-b ul > li {
		border-bottom: 1px solid #b1b1ac;
		padding: 0 4px 12px;
		margin: 0 16px 12px;
	}
	.is-fixed .nav-b .nav-b-inner {
		margin: 0 16px;
	}
	.is-fixed .nav-b ul > li::before {
		display: none;
	}
	.is-fixed .nav-b ul > li:last-child {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}


/* お問い合わせ
------------------------------------- */
.box-b > .contact-heading {
	text-align: center;
}

.c-lyt-contact-a .c-list-contact-a {
	margin-left: 0;
	width: 100%;
}

.c-lyt-contact-a .c-list-contact-a > li {
	padding: 2vw;
	width: 50%;
}

.c-lyt-contact-a .c-list-contact-a > li:first-child {
	border-right: 1px solid #c6c6c0;
}

.c-lyt-contact-a .c-list-contact-a > li .c-type-form {
	font-size: 2.5rem;
	font-weight: bold;
}

.c-lyt-contact-a .c-list-contact-a > li .c-type-form::before{
	content: "";
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 12px;
	width: 30px;
	height: 30px;
	background: url(../images/icon/icon_form_tcm283-5248093_tcm283-2750236-32.gif) no-repeat;
}

.c-lyt-contact-a .c-list-contact-a > li .notes-a {
	margin-top: 12px !important;
}

.c-lyt-contact-a .c-list-contact-a li.p-type-tel .customer {
	margin-left: -34px;
	text-align: center;
	font-size: 1.4rem;
}

.c-lyt-contact-a .c-list-contact-a li.p-type-tel .p-contact-inner {
	margin-top: 15px;
}
.c-lyt-contact-a .c-list-contact-a li.p-type-tel .p-contact-inner small{
	font-size: 1.3rem;
}

@media screen and (max-width: 900px){
	.c-lyt-contact-a .c-list-contact-a > li a .p-contact-inner .supple-a {
		display: block;
	}
}

@media screen and (max-width: 768px){
	.box-b > .contact-heading {
		margin-bottom: 10px;
	}

	.c-lyt-contact-a .c-list-contact-a > li {
		padding: 0;
		width: inherit;
	}

	.c-lyt-contact-a .c-list-contact-a > li:first-child {
		margin-bottom: 20px;
		border-right: none;
		border-bottom: 1px solid #c6c6c0;
		padding-bottom: 10px;
	}

	.c-lyt-contact-a .c-list-contact-a li.p-type-tel .customer {
		margin-left: 0;
	}

	.c-lyt-contact-a .c-list-contact-a li.p-type-tel .p-contact-inner {
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 480px){
	.c-lyt-contact-a .c-list-contact-a li.p-type-tel .p-contact-inner{
		text-align: center;
	}
	.c-lyt-contact-a .c-list-contact-a li.p-type-tel .p-contact-inner small{
		display: block;
	}
}


/* CTA Link Follow Type（画面追従ボタン）
------------------------------------- */
#footer-conversion li.conversion > a.register::before {
	width: 23px;
	background-position: -22px -25px;
}



/* 導入事例
------------------------------------- */
.section.case-studies .lyt-col-feature-a > .col a > * .title {
	min-height: 3em;
}
.section.case-studies .lyt-col-feature-a > .col .moreinfo {
	margin-top: 34px !important;
}
.section.case-studies .lyt-col-feature-a {
	margin-bottom: 34px !important;
}
@media screen and (max-width: 767px){
	.section.case-studies .lyt-col-feature-a > .col a > * .title {
		min-height: inherit;
	}
}


/* 関連記事
------------------------------------- */
.section.related h2.hdg-b {
	margin-bottom: 60px;
}

/* お知らせ
------------------------------------- */
.list-news-a .news-content .date {
	flex-basis: 8em;
}


/* バナーエリア
------------------------------------- */
@media only screen and (max-width: 768px) {
	.section.banner-group .lyt-col-announce-a > li {
		flex-basis: auto;
		width: 100%;
	}
}


/* タブ
------------------------------------- */
@media only screen and (max-width: 480px) {
	.tab-a .lists {
		padding-top: 0;
	}
}


/* Announce Point
------------------------------------- */
.lyt-col-announce-a > li img.icon-a {
	display: inline-block;
	width: auto;
	border: none;
	margin: 0 7px;
}
@media only screen and (max-width:768px) {
	.lyt-col-announce-a > li img.icon-a {
		width: auto;
		margin :0 7px;
	}
}


/* 調整
------------------------------------------ */
.mt-05 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}

.mb-05 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}

/* デバイス表示設定
------------------------------------------ */
@media only screen and (min-width: 769px) {
	.hide-pc {
		display: none !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.hide-tb {
		display: none !important;
	}
}

@media only screen and (max-width: 480px) {
	.hide-sp {
		display: none !important;
	}
}

