@charset "UTF-8";

/*-- css初期化 --*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", "Raleway", sans-serif;
}

html {
	font-feature-settings: "palt";
}

body {
	font-family: "Noto Sans JP", "Raleway", sans-serif !important;
}

h2 {
	font-size: 40px !important;
    font-weight: bold !important;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

html ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	line-height: 1;
}

a:hover {
    color: #e4002b;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}


/*----------------------------------------*/
/*-------------- 全ページ共通 --------------*/
/*----------------------------------------*/

/*-- ヘッダー --*/

#header .container {
	max-width: 1320px !important;
}

.container {
	max-width: 1032px !important;
}

#header {
	position: fixed;
	width: 100%;
	padding: 22px 2%;
	font-size: 16px;
    background: #fff;
	border-bottom: 4px solid #e4002b;
	transition: .3s;
	z-index: 100;
}

.l-header.is-fixed {
    padding: 0px 2% 4px !important;
	border-bottom: none !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
}

.navbar-brand {
	max-width: 75%;
}

.navbar .nav-item + .nav-item {
	margin: 0 0 0 35px;
}

.navbar-nav .nav-link {
	color: #1B1013;
}

.navbar-nav .nav-link:hover {
    color: #e4002b;
}

.navbar-toggler {
	border: none;
}

.navbar-toggler:focus {
	border: none;
}

.header-logo img {
	width: 48%;
}

.navbar-toggler-icon:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(228, 0, 43, 1)' stroke-width='2' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar button[aria-expanded="true"] .navbar-toggler-icon {
	background: no-repeat center center;
	background-size: 80%;
	background-image: url("data:image/svg+xml;charset=UTF8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath stroke='rgba(228, 0, 43, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' d='M2 2L14 14M14 2L2 14'/%3e%3c/svg%3e");
}

.navbar .dropdown-toggle {
	position: relative;
	padding: 0.5em 1.5em 0.5em 0.5em !important;
}

.navbar .dropdown-toggle::after {
	content: "";
    position: absolute;
    top: 9px;
    right: 3px;
    width: 10px;
    height: 10px;
    vertical-align: inherit;
    margin: 0;
    border-top: none;
    border-left: none;
    border-right: 2px solid #1B1013;
    border-bottom: 2px solid #1B1013;
    transform: rotate(405deg);
}

.navbar .dropdown-toggle:hover:after {
	border-right: 2px solid #e4002b;
    border-bottom: 2px solid #e4002b;
}

.navbar .dropdown-toggle.show {
	color: #e4002b !important;
}

.navbar .dropdown-toggle.show:after {
    transform: rotate(225deg);
	border-right: 2px solid #e4002b;
    border-bottom: 2px solid #e4002b;
	top: 15px;
}

.navbar .dropdown {
	position: static;
}

.navbar-nav .dropdown-menu {
    position: fixed !important;
    width: 100vw;
	top: 118px !important;
	left: 0 !important;
	padding: 40px;
	text-align: center;
    border-top: 2px solid #e4002b;
    border-bottom: 2px solid #e4002b;
    border-radius: 0;
    box-shadow: none;
	transition: top .3s;
}

.l-header.is-fixed .dropdown-menu {
	top: 78px !important;
}

.navbar-nav .dropdown-menu li {
	display: inline-block;
}

.navbar-nav .dropdown-menu li + li {
	margin: 0 0 0 40px;
}

.dropdown-item {
    position: relative;
    font-weight: bold !important;
    width: 300px !important;
    padding: 12px 30px 11px 0 !important;
    border-bottom: 1px solid #ccc !important;
    text-align: left !important;
}

.dropdown-item:hover {
	color: #e4002b !important;
	background: none !important;
}

.dropdown-item::after {
	content: "";
    position: absolute;
    top: 11px;
    right: 1px;
    width: 20px;
    height: 20px;
    background-image: url(../img/link.png);
    background-position: center;
    background-size: contain;
}


/*-- フッター --*/

#footer {
	border-top: 1px solid #e4002b;
	margin: 80px 0 0;
}

#footer .navbar {
	padding: 29px 2%;
}

#footer .navbar-nav .nav-link {
	color: #000;
	font-size: 14px;
}

#footer .navbar-nav .nav-link:hover {
	color: #e4002b;
}

#footer .navbar-nav .nav-link + .nav-link {
	margin: 0 0 0 40px;
}

#footer .navbar-nav .active {
	pointer-events: none;
}

#footer .f-content {
	padding: 36px 2%;
	font-size: 12px;
}

#footer .copyright {
	margin: 36px 0 0;
	text-align: right;
}

.mt-24 {
	margin-top: 24px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.link_btn {
	position: relative;
	display: inline-block;
	color: #e4002b;
	background: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #e4002b;
    border-radius: 25px;
    padding: 13px 93px;
}

.link_btn:hover {
	color: #fff;
	background: #e4002b;
}

.link_btn::after {
	content: "";
    position: absolute;
    top: 16px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #E4002B;
    border-bottom: 2px solid #E4002B;
    transform: rotate(315deg);
}

.link_btn:hover:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}


/*-- ページトップ --*/

.page_top_btn {
	position: fixed;
	bottom: 150px;
	right: calc(50% - 700px);
	padding: 20px;
	background: url("../img/bt_top.png") no-repeat;
	background-color: #fff;
	border-radius: 50%;
	font-size: 0;
	z-index: 80;
}

.page_top_btn:hover {
	background: url("../img/bt_top_on.png") no-repeat;
}


/*----------------------------------------*/
/*--------------- TOPページ ---------------*/
/*----------------------------------------*/

/*-- 新着情報 --*/

.news-container {
	margin: 80px 0 0;
}

.news-list {
	margin: 24px 0 0;
	font-size: 16px;
}

.news-list dl {
	margin: 10px 0 0;
}

.news-list dt {
	max-width: 120px;
	font-weight: normal;
}

.news-list dd {
	width: calc(83.33333333% + 16.66666667% - 120px);
	margin: 0;
}

.news-list dd a {
	color: #1B1013;
	text-decoration: underline;
}

.news-list dd a:hover {
	color: #e4002b;
}

/*-- サービス紹介 --*/

.service-container {
	margin: 80px 0 0;
}

.service-container h2 + p {
	margin-top: 24px;
}

.service-wrapper {
	margin-top: 40px !important;
}

.service-wrapper > div {
	position: relative;
    padding: 21.826% 24.604%;
    text-align: center;
	transition: 0.2s;
}

.service-wrapper > div:hover {
	background-size: 105%;
}

.service-wrapper > div a {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 31.05% 0;
	color: #fff;
    background: #00000080;
}

.rush_wrapper {
	background-image: url(../img/service01.png);
    background-size: 100%;
    background-repeat: no-repeat;
	background-position: center center;
}

.call_center_wrapper {
	background-image: url(../img/service02.png);
    background-size: 100%;
    background-repeat: no-repeat;
	background-position: center center;
}

.service-wrapper dt {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

.service-wrapper dd {
	margin: 16px 0 0;
    line-height: 1.5;
}

.index_service_btn {
	position: relative;
	display: inline-block;
	color: #fff;
	background: #00000080;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 13.4px 92.7px 14px;
	letter-spacing: 1px;
}

.index_service_btn::after {
	content: "";
    position: absolute;
    top: 21px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(315deg);
}


/*-- グループ会社 --*/

.group-company {
	margin: 80px 0 0;
}

.group-company p {
	margin: 24px 0 0;
}

.group-company .company-container {
	margin-top: 40px;
}

.group-company .company-container > div {
    margin: 20px 0 0;
}

.group-company .company-container a {
	color: #000;
	line-height: 1.5;
}

.group-company .company-container a:hover {
	color: #e4002b;
}

.group-company .company-container a:hover img {
	transform: scale(1.05);
}

.group-company dt {
    overflow: hidden;
}

.group-company .company-name {
	font-weight: bold;
	margin: 14px 0 0;
}

.group-company dt img {
    transition: 0.5s;
}


/*----------------------------------------*/
/*------------- 下層ページ共通 -------------*/
/*----------------------------------------*/

.sub-page #main {
	padding: 121px 0 0;
}

.breadcrumb-wrapper {
	color: #fff;
	background: #e4002b;
	padding: 9px 2% 13px;
}

.breadcrumb li + li {
	position: relative;
	padding: 0 0 0 34px;
    margin: 0 0 0 24px;
}

.breadcrumb li + li::before {
	position: absolute;
    top: 6px;
    left: 0;
    content: "";
    background-image: url(../img/chevron-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 10px;
    height: 14px;
}

.breadcrumb li a {
	color: #fff;
}

.breadcrumb li a:hover {
	border-bottom: 1px solid #fff;
}

.sub-page-wrapper {
	margin: 80px 0 0;
}

.table-head {
	font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e4002b;
    padding: 27px 10px 26px 0 !important;
}

.table-body {
	font-size: 14px;
    border-bottom: 1px solid #c8cdd2;
    padding: 27px 10px 26px !important;
}

input.error {
	background: rgba(288, 0, 43, 0.1) !important;
}

select.error {
	background: rgba(288, 0, 43, 0.1) !important;
}

textarea.error {
	background: rgba(288, 0, 43, 0.1) !important;
}


/*----------------------------------------*/
/*--------------- 会社概要 ---------------*/
/*----------------------------------------*/

.company-profile .company-table {
	margin: 80px auto;
    max-width: 1008px;
}

#g-map {
	margin: 100px 0 0;
}

#g-map iframe {
	width: 100%;
	height: 480px;
	vertical-align: bottom;
}


/*----------------------------------------*/
/*---------- プライバシーポリシー ----------*/
/*----------------------------------------*/

#privacy-wrapper {
	font-size: 14px;
}

#privacy-wrapper h3 {
	font-size: 24px;
}

#privacy-wrapper .revision-date {
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0 0;
}

.privacy-container {
	margin: 80px 0 0;
}

.privacy-lead {
	margin: 40px 0 0;
}

.privacy-list {
	margin: 40px 0 0;
}

.privacy-list dt {
	font-weight: bold;
	max-width: 30px;
}

.privacy-list dd {
    width: calc(91.66666667% + 8.33333333% - 30px);
}

.company-announcement {
	margin: 80px 0 0;
}

.announcement-list > li {
	margin: 40px 0 0;
}

.announcement-list dt {
	font-size: 16px;
	font-weight: bold;
}

.announcement-list dd {
	margin: 30px 0 0 2rem;
}

.list-indent-wrapper {
	margin: 24px 0 0;
}

.list-indent-wrapper li {
	text-indent: -2rem;
    padding-left: 2rem
}

.list-indent-wrapper li + li {
	margin: 8px 0 0;
}

.list-indent-wrapper + p {
	margin: 24px 0 0;
}

.announcement-list dd p + p {
	margin: 24px 0 0;
}

.privacy-contact {
	border: 1px solid #000;
	padding: 24px;
}


/*----------------------------------------*/
/*------------ Cookieポリシー ------------*/
/*----------------------------------------*/

.cookie-container {
	margin: 80px 0 0;
}

.cookie-lead {
	margin: 40px 0 0;
}

.cookie-contact {
	margin: 80px 0 0;
}


/*----------------------------------------*/
/*-------------- お問い合わせ --------------*/
/*----------------------------------------*/

.contact-read {
	margin: 80px 0 0;
	font-size: 14px;
    line-height: 2;
}

.contact-table {
	margin: 80px 0 0;
}

.contact-table .row + .row {
	margin-top: 40px;
}

.contact-table .table-head::after{
	content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 16px;
    height: 1px;
    background: #fff;
}

.contact-table .table-body {
	padding: 0 !important;
	border-bottom: none;
}

.contact-table .table-body input {
	width: 100%;
	padding: 27px 3.3% 26px;
    background: #f3f3f3;
    border: none;
	outline: none;
}

.contact-table .table-body input::placeholder {
	color: #C8CDD2;
}

.contact-table .table-body select {
	width: 100%;
	padding: 27px 3.3% 26px;
    background: #f3f3f3;
    border: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.contact-table .table-body select::placeholder {
	color: #C8CDD2;
}

.select_wrapper {
    position: relative;
}

.select_wrapper::after {
	content: "";
    position: absolute;
    top: 30px;
    right: 32px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #E4002B;
    border-bottom: 3px solid #E4002B;
    transform: rotate(45deg);
}

.contact-table .table-body textarea {
	width: 100%;
	padding: 27px 3.3% 26px;
    background: #f3f3f3;
    border: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.contact-table .table-body textarea::placeholder {
	color: #C8CDD2;
}

.required-icon {
	width: 40px;
	display: inline-block;
	font-size: 12px;
    font-weight: bold;
    padding: 1.5px 8px 2px;
    color: #fff;
    background: #E4002B;
    border-radius: 11px;
}

.optional-icon {
	width: 40px;
	display: inline-block;
	font-size: 12px;
    font-weight: bold;
    padding: 1.5px 8px 2px;
    background: #C8CDD2;
    border-radius: 11px;
}

.contact-privacy {
	margin: 80px 0 0;
	font-size: 14px;
}

.contact-privacy dd {
	margin: 32px 0 0;
	padding: 32px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.checkbox_wrapper {
	margin: 40px 0 0;
	text-align: center;
}

.checkbox {
	appearance: none;
	position: relative;
	width: 24px;
	height: 24px;
	border: 1px solid #C8CDD2;
	background-color: #F3F3F3;
	cursor: pointer;
	vertical-align: middle;
}

.checkbox:checked {
	background-color: #e4002b26;
}

.checkbox:checked::after {
	content: "";
	position: absolute;
	top: 3.5px;
	left: 1px;
	width: 20px;
	height: 10px;
	border-bottom: 3px solid #e4002b;
	border-left: 3px solid #e4002b;
	transform: rotate(-45deg);
}

.submit_wrapper {
	margin: 80px 0 0;
}

.submit_btn {
	position: relative;
	color: #e4002b;
	background: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #e4002b;
    border-radius: 25px;
    padding: 13.4px 92.7px 14px;
}

.submit_btn:hover {
	color: #fff;
	background: #e4002b;
}

.submit_btn:disabled {
	color: #C8CDD2;
	background: #F3F3F3;
	border: 1px solid #C8CDD2;
}

.submit_btn::after {
	content: "";
    position: absolute;
    top: 21px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #E4002B;
    border-bottom: 2px solid #E4002B;
    transform: rotate(315deg);
}

.submit_btn:hover:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.submit_btn:disabled:after {
    border-right: 2px solid #C8CDD2;
    border-bottom: 2px solid #C8CDD2;
}

.error {
	margin: 5px 0 0;
    color: #e4002b;
}

.confirm-table {
	margin-top: 80px !important;
}

.confirm_btn_wrapper {
	text-align: center;
	margin-top: 80px;
}

.confirm_btn_wrapper button + button {
	margin: 0 0 0 24px;
}

.ok_message {
	margin-top: 80px;
	text-align: center;
    line-height: 4;
}

.complete_btn_wrapper {
	margin-top: 80px;
	text-align: center;
}

.back_index_btn {
	position: relative;
	color: #e4002b;
	background: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #e4002b;
    border-radius: 25px;
    padding: 13.4px 92.7px 14px;
}

.back_index_btn:hover {
	color: #fff;
	background: #e4002b;
}

.back_index_btn::after {
	content: "";
    position: absolute;
    top: 21px;
    left: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #E4002B;
    border-bottom: 2px solid #E4002B;
    transform: rotate(135deg);
}

.back_index_btn:hover:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.error-lead {
	margin: 80px 0 0;
	color: #e4002b;
	font-weight: bold;
}

.error-list {
	margin: 15px 0 0;
	color: #e4002b;
	font-size: 14px;
	font-weight: bold;
}

.error-list li {
	list-style: inside;
}


/*----------------------------------------*/
/*---------- 駆け付けサービス事業 ---------*/
/*----------------------------------------*/

.rush_lead {
	margin: 16px 0 0;
}

.rush-visual {
	margin: 80px 0 0;
}

.rush-container {
	margin: 80px 0 0;
}

.rush-container a {
	color: #1B1013;
}

.rush_title {
	position: relative;
	padding: 24px 0 0;
	border-top: 1px solid #C8CDD2;
	line-height: 1;
}

.rush_title::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	background: #e4002b;
}

.rush-container dd {
	margin: 16px 0 0;
}

.support-container {
	padding: 32px 0;
	background: #e4002b08;
	border-top: 8px solid #e4002b33;
	border-bottom: 8px solid #e4002b33;
}

.support-container dl {
	margin: 0 0 0 24px;
}

.support-container dt {
	font-size: 40px;
	color: #e4002b;
	line-height: 1;
}

.support-container dd ul {
	margin: 26px 0 0;
}

.support-container dd ul li {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 0 29px;
}

.support-container dd ul li::before {
	content: '';
	position: absolute;
    top: 13px;
    left: 0;
    width: 20px;
    height: 10px;
    border-bottom: 3.5px solid #e4002b;
    border-left: 3.5px solid #e4002b;
    transform: rotate(-45deg);
}

.support-container dd ul li + li {
	margin: 10px 0 0;
}

.ts_annotation {
	margin: 12px 0 0;
	padding-left:1rem;
	text-indent:-1rem;
}

.support-detail-container .table th {
	min-width: 200px;
    width: 30%;
	padding: 17.6px 2%;
	text-align: center;
	background: #eeeeee;
	vertical-align: middle;
}

.support-detail-container .table td {
	padding: 17.6px 4%;
}

.hc_table th {
	width: 35% !important;
}

.ts_detail_annotation {
    font-size: 12px;
    line-height: 2;
	margin: 36px 0 0;
}

.ts_detail_annotation li {
	padding-left: 12px;
	text-indent: -12px;
}

.rush-annotation {
	padding: 80px 0;
	background: #eeeeee;
}

.rush-annotation-list > li + li {
	margin: 16px 0 0;
}

.rush-annotation-list dt {
	position: relative;
	padding: 0 0 0 1.25rem;
}

.rush-annotation-list dt::before {
	content: '';
	position: absolute;
	top: 0.25rem;
	left: 0;
	width: 16px;
	height: 16px;
	background: #e4002b;
	border-radius: 50%;
}

.rush-annotation-list dd {
	font-size: 12px;
    line-height: 2;
    margin: 2px 0 0;
    padding: 0 0 16px;
    border-bottom: 1px dashed #C8CDD2
}

.rush-annotation-list dl dd li {
	padding-left: 12px;
	text-indent: -12px;
}

.title_cancel {
	font-size: 14px;
    color: #fff;
    background: #000;
    display: inline-block;
    margin: 24px 0 20px;
    padding: 10px 24px;
    line-height: 1;
}

.latast_update_day {
	font-size: 12px;
	text-align: right;
	margin: 24px 0 0;
}

#rush-wrapper #footer {
	margin: 0;
}


/*----------------------------------------*/
/*------------ 協力パートナー募集 -----------*/
/*----------------------------------------*/

.partner-lead-container p {
	margin: 120px 0;
    font-size: 40px;
    font-weight: bold;
    color: #e4002b;
    text-decoration: underline;
    text-underline-offset: 12px;
    text-decoration-thickness: 6px;
    line-height: 2;
    text-align: center;
}

.partner_title {
	position: relative;
	font-size: 24px;
    font-weight: bold;
	padding: 24px 0 0;
	border-top: 1px solid #C8CDD2;
	line-height: 1;
}

.partner_title::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	background: #e4002b;
}

.title_supplement {
	margin: 24px 0 27px;
}

.partner-flow dl {
	margin: 24px 0 0;
}

.partner-flow dt {
	font-size: 24px;
	font-weight: bold;
}

.partner-flow dd {
	margin: 24px 0 0;
}

.partner-flow .link_btn {
	display: inline-block;
	margin: 24px 0 0;
}

.partner-flow li + li {
	position: relative;
	margin: 40px 0 0;
	padding: 80px 0 0;
}

.partner-flow li + li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url(../img/flow_next.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 38px;
    height: 40px;
}

.service-quality li + li {
	margin: 80px 0 0;
}

.service-quality-head {
	margin: 0 40px 0 0;
    padding: 0 40px 0 0;
    border-right: 4px solid #e4002b;
}

.service-quality-head img {
	min-width: 100px;
}

.service-quality-body dl {
	margin: 0;
}

.service-quality-body dt {
	font-size: 24px;
	font-weight: bold;
}

.service-quality-body dd {
	margin: 24px 0 0;
}


/*----------------------------------------*/
/*------------ 協力パートナー募集 -----------*/
/*----------------------------------------*/

.call_center_title {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	padding: 24px 0 0;
	border-top: 1px solid #C8CDD2;
	line-height: 1;
}

.call_center_title::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	background: #e4002b;
}

.call-center-lead-container {
	padding: 0 0 304px;
	background: url(../img/illust_worry.svg) no-repeat;
	background-position: bottom center;
}

.call-center-lead-container ul {
	max-width: 753px;
	margin: 80px auto 0;
}

.call-center-lead-container ul li {
	font-size: 24px;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: #e4002b;
	text-underline-offset: 7px;
	line-height: 2.5;
}

.call-center-lead-container ul li::before {
	content: '';
	position: relative;
	display: inline-block;
	top: -2px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #1b1013;
}

.call-center-take-care > ul > li + li {
	margin: 80px 0 0;
}

.call-center-head {
	margin: 0 40px 0 0;
	padding: 0 40px 0 0;
	border-right: 4px solid #e4002b;
}

.call-center-head img {
	min-width: 100px;
}

.call-center-body dl {
	margin: 0;
}

.call-center-body dt {
	font-size: 24px;
	font-weight: bold;
}

.call-center-body dd {
	margin: 24px 0 0;
}

.security_systemization li::before {
	content: '';
	position: relative;
	display: inline-block;
	top: -3px;
	left: -11px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #1b1013;
}

.call-center-low-cost dt {
	min-width: 144px;
	margin: 0 40px 0 0;
	text-align: center;
}

.call-center-low-cost dd {
	margin: 37px 0 0;
}

.call-center-low-cost p {
	margin: 24px 0 0;
}

.call-center-achievement {
	margin: 48px 0 0;
}

.call-center-achievement dt {
	min-width: 220px;
	margin: 0 0 0 40px;
	text-align: center;
}

.call-center-achievement dd {
	margin: 37px 0 0;
}

.call-center-achievement p {
	margin: 24px 0 0;
}

.call-center-operation {
	margin: 48px 0 0;
}

.call-center-operation dt {
	min-width: 320px;
	margin: 0 40px 0 0;
	text-align: center;
}

.call-center-operation dd {
	margin: 37px 0 0;
}

.call-center-operation p {
	margin: 24px 0 0;
}

.call_center_link_btn {
	position: relative;
	display: inline-block;
	color: #e4002b;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #e4002b;
	border-radius: 25px;
	padding: 17px 80px;
	letter-spacing: 3.4px;
}

.call_center_link_btn:hover {
	color: #fff;
	background: #e4002b;
}

.call_center_link_btn::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #E4002B;
	border-bottom: 2px solid #E4002B;
	transform: rotate(315deg);
}

.call_center_link_btn:hover:after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


/*----------------------------------------*/
/*---------------- 新着情報 ---------------*/
/*----------------------------------------*/


.news-detail-content {
	border-top: 1px solid #C8CDD2;
}

.news_date {
	margin: 40px 0 0;
}

.news_title {
	font-size: 24px;
	margin: 40px 0 0;
}

.news_text {
	margin: 40px 0 0;
}

.news_text p {
	line-height: 2;
}

.news_text p + p {
	margin: 40px 0 0;
}

.news_text img {
	width: 100%;
	max-width: 600px;
	margin: 40px 0 0;
}

.link_btn.back_top::after {
	left: 20px;
	right: 0;
	transform: rotate(135deg);
}



/*-- レスポンシブ 1400px 以下 --*/

@media screen and (max-width: 1400px) {

	.page_top_btn {
		bottom: 30px;
		right: 30px;
	}
}


/*-- レスポンシブ 1200px 以下 --*/

@media screen and (max-width: 1200px) {

	.header-logo img {
		display: block;
		width: 100%;
	}

	.header-logo img + img {
		margin: 0 0 0 auto;
		width: 75%;
	}

	.l-header .dropdown-menu {
		top: 132px !important;
	}

	.l-header.is-fixed .dropdown-menu {
		top: 94px !important;
	}

	.sub-page #main {
		padding: 138px 0 0;
	}

	#main-visual {
		padding: 140px 0 0;
	}
}


/*-- レスポンシブ 992px 以下 --*/

@media screen and (max-width: 992px) {

	.container {
		max-width: 720px !important;
	}

	#header .navbar-collapse {
		margin-top: 40px;
	}

	#header .navbar .nav-item {
		padding: 10px;
	}

	#header .navbar .nav-item + .nav-item {
		margin: 0;
		border-top: 1px solid #e1e1e1;
	}

	.navbar .dropdown-toggle {
		padding: 18px 10px !important;
	}

	.navbar .dropdown-toggle::after {
		top: 20px;
		right: auto;
		left: 110px;
	}

	.navbar .dropdown-toggle.show:after {
		top: 25px;
	}

	.navbar-nav .dropdown-menu li + li {
		margin: 0;
	}

	.navbar-nav .dropdown-menu {
		position: static !important;
		width: 100%;
		padding: 0;
		background: #f7f7f7;
		border: none;
		border-top: 2px solid #e4002b;
		border-bottom: none;
	}

	.navbar-nav .dropdown-menu li {
		display: block;
	}

	#header .navbar .nav-item.dropdown {
		padding: 0;
	}

	.dropdown-item {
		width: 100% !important;
		padding: 20px 30px 19px 10px !important;
	}

	.dropdown-item::after {
		top: 19px;
		right: 11px;
	}

	.news-list dd {
		width: calc(83.33333333% + 16.66666667% - 120px);
	}

	.group-company-top dt img {
		max-width: 156%;
		margin-left: -28%;
	}
}


/*-- レスポンシブ 768px 以下 --*/

@media screen and (max-width: 768px) {

	.container {
		max-width: 540px !important;
	}

	#main-visual {
		padding: 130px 0 0;
		overflow: hidden;
	}

	#main-visual img {
		max-width: 150%;
		margin: 0 0 0 -25%;
	}

	.news-list dd {
		width: 100%;
	}

	.service-wrapper > div {
		padding: 42.636% 24.604%;
		margin: 40px 0 0;
	}

	#footer .copyright {
		text-align: center;
	}

	.company-profile .company-table {
		max-width: 96%;
		margin: 80px auto 0;
	}

	.contact-table .table-body input.error, .contact-table .table-body select.error, .contact-table .table-body textarea.error {
		margin: 0;
	}

	.table-head {
		padding: 27px 10px 26px !important;
		border-bottom: 1px solid #c8cdd2;
	}

	.contact-table .table-head::after {
		display: none;
	}

	.table-body {
		border-bottom: 1px solid #e4002b;
	}

	.support-detail-container .table th {
		min-width: 120px;
		text-align: left;
	}

	.partner-flow .link_btn {
		display: block;
		max-width: 280px;
		margin: 24px auto 0;
	}

	.service-quality-head {
		margin: 0 20px 0 0;
		padding: 0 20px 0 0;
	}

	.service-quality-head img {
		width: 50px;
		min-width: 50px;
	}

	.contact-profile .checkbox_wrapper .required-icon {
		vertical-align: top;
		margin: 14px 0 0;
		margin-right: 10px !important;
		display: inline-block;
	}

	.contact-profile .checkbox_wrapper .checkbox {
		vertical-align: top;
		display: inline-block;
		margin: 14px 10px 0 0;
	}

	.contact-profile .checkbox_wrapper .checkbox_item {
		text-align: left;
	}

	.contact-table .table-body input {
		font-size: 16px;
	}

	.contact-table .table-body select {
		font-size: 16px;
	}

	.contact-table .table-body textarea {
		font-size: 16px;
	}

	.call-center-lead-container ul {
		max-width: 100%;
		margin: 80px 0 0 30px;
	}

	.call-center-lead-container ul li {
		font-size: 20px;
		line-height: 2;
	}

	.call_center_title {
		line-height: 1.2;
	}

	.call-center-head img {
		min-width: 50px;
	}

	.call-center-support h4 {
		line-height: 1.5;
	}

	.call-center-low-cost dt {
		margin: 0;
	}

	.call-center-achievement dt {
		margin: 0;
	}

	.call-center-operation dt {
		margin: 0;
	}

	.call_center_link_btn {
		font-size: 11px;
		padding: 17px 35px;
		letter-spacing: 1px;
	}
}


/*-- レスポンシブ 576px 以下 --*/

@media screen and (max-width: 576px) {

	.navbar-nav .dropdown-menu li + li {
		margin: 0;
	}

	#footer .navbar .nav-link {
		padding: 10px;
	}

	#footer .navbar .nav-link + .nav-link {
		margin: 0;
		border-top: 1px solid #e1e1e1;
	}

	.contact-table {
		max-width: 94%;
		margin: 80px auto 0;
	}

	.confirm-table {
		max-width: 94%;
		margin: 80px auto 0 !important;
	}

	.confirm_btn_wrapper button + button {
		margin: 40px 0 0;
	}

	.support-container dl {
		margin: 15px 0 0;
	}

	.support_image img {
		max-width: 120px;
	}
}