@charset "UTF-8";

.SUPcontents_section {
	max-width: 980px;
	/*max-width: 760px;*/
}

.notice_intro {
	padding: 24px 10px;
}

.notice_intro:not(:first-of-type) {
	border-top: 1px solid #e6e6e6;
}

@media (min-width: 801px) {
	.notice_intro {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.notice_intro_header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (min-width: 801px) {
	.notice_intro_header {
		margin-top: 11px;
	}
}

@media (max-width: 800px) {
	.notice_intro_header {
		margin-left: -24px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.notice_intro_header > * {
		margin-top: 12px;
		margin-left: 24px;
	}
}

.notice_intro_time {
	min-width: 8em;
	font-size: 0.875rem;
}

.notice_intro_lead {
	display: inline-block;
	line-height: 2.25;
}

.notice_intro_lead:hover {
	text-decoration: underline;
}

span.notice_intro_lead:hover {
	text-decoration: none;
}

@media (min-width: 801px) {
	.notice_intro_lead {
		margin-left: 26px;
	}
}

@media (max-width: 800px) {
	.notice_intro_lead {
		margin-top: 20px;
		width: 100%;
		font-size: 0.9375rem;
	}
}

.notice {
	margin-bottom: 70px;
	padding-top: 50px;
	padding-bottom: 55px;
	background-color: #f9f8f7;
}

.notice_inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 760px;
	width: 90%;
}

.notice_header {
	color: #000;
	text-align: center;
	letter-spacing: 0.15em;
	font-weight: 300;
	font-family: "Libre Baskerville", "Noto Serif JP", serif;
}

@media (min-width: 801px) {
	.notice_header {
		font-size: 1.8rem;
	}
}

@media (max-width: 800px) {
	.notice_header {
		font-size: 1.6rem;
	}
}

.notice_intro_list {
	margin-top: 40px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

/* 既存のスタイルを削除 */
/*.SUPcontents_section table {
	width: 100%;
	border: none;
}

.SUPcontents_section table thead th {
	background-color: #efefef;
}

.SUPcontents_section table td {
	border: none;
}

.SUPcontents_section h2.supheader {
	margin-bottom: 30px;
}
*/
/* マニュアル表のスタイル */
.table_manual {
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
}

.table_manual th,
.table_manual td {
	padding: 8px;
	/*font-size: 0.875rem;*/
}

.table_manual th {
	background-color: #efefef;
	text-align: center;
}

.table_manual label {
	margin: 0;
	line-height: 34px;
}

@media only screen and (min-width: 1023px) {
	.SUPcontents_section table.table_manual {
		border: 1px solid #bababa;
	}

	.SUPcontents_section table.table_manual th,
	.SUPcontents_section table.table_manual td {
		border: 1px solid #bababa;
	}

	.table_manual .table_manual_name {
		/*padding: 10px 40px;*/
		padding: 10px;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 1023px) {
	.table_manual thead {
		display: none;
	}

	.table_manual tr,
	.table_manual td {
		display: block;
		width: auto;
	}

	.table_manual tr {
		margin-bottom: 20px;
		padding: 8px 8px 0;
		/*border: 1px solid #bababa;*/
	}
	.table_manual  .sp__partition { border-top: 1px solid #bababa; padding-top: 20px; }
	.table_manual .table_manual_name.sp__table_manual_name_series,
	.table_manual .table_manual_name.sp__table_manual_name_product { border: none; padding: 0; }
	.table_manual .table_manual_name.sp__table_manual_name_series::before,
	.table_manual .table_manual_name.sp__table_manual_name_product::before { font-size:1.8rem; background: #F2FAFA; }
	
	.table_manual .table_manual_name {
		text-align: center;
	}

	.table_manual td {
		margin-bottom: 10px;
		padding: 15px;
		border: none;
		border-bottom: 1px solid #bababa;
	}

	.table_manual td::before {
		display: block;
		margin-bottom: 15px;
		padding: 10px;
		background-color: #efefef;
		content: attr(aria-label);
		text-align: center;
		white-space: nowrap;
		font-weight: 500;
	}
}

/* アコーディオン開閉　*/
dl.contents_select 	{  }
dl.contents_select dt 	{ background:#000; color:#FFF; padding:20px 20px; margin-bottom: 0.5em; }
dl.contents_select dt:hover 	{ cursor:pointer; }
dl.contents_select dt span:before 	{ display: inline-block; content:url(../images/icon-arrow.png); width: 18px; height:15px;  margin-right: 0.5em; }
dl.contents_select dt.active span:before	{ display: inline-block; content:url(../images/icon-arrow_close.png); width: 18px; height:15px; margin-right: 0.5em; }
dl.contents_select dd 	{ display: none; margin-bottom: 1.6rem; }
dl.contents_select dd .box {
    background: #f8fafa;
    border: 1px solid #E8E8E8;
    padding: 24px 40px 30px;
}
dl.contents_select dd .lyt-contents {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
dl.contents_select dd .lyt-contents > .col {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 34px;
}
dl.contents_select dd .lyt-contents > .col:last-child {
    padding-right: 0;
}
dl.contents_select dd .lyt-contents > .col + .col {
    border-left: 1px solid #AFAFAF;
    padding-left: 34px;
}
dl.contents_select dd .box .box-hdg-b {
    font-size: 1.2em;
    font-weight: 500;
	color: #000;
    margin-bottom: 14px;
}
dl.contents_select dd .box .lyt-contents .list-contents > li {
    width: 100%;
	margin-bottom: 1.0em;
}
dl.contents_select dd .box .list-contents > li {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 1.6rem;
}
dl.contents_select dd .box .list-contents > li:not([class*="type-"]) a {
    border: 1px solid #9B9B9B;
    padding: 14px 24px;
    /*color: #CC0000;*/
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
dl.contents_select dd .box .list-contents > li:not([class*="type-"]) a:before {
    top: 50%;
    left: inherit;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #9B9B9B;
    border-right: 2px solid #9B9B9B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}
dl.contents_select dd .box .list-contents a::before {
    display: block;
    position: absolute;
    content: "";
    left: 24px;
    top: 50%;
}
dl.contents_select dd .box .lyt-contents .list-contents a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 24px 24px 58px;
}
dl.contents_select dd .box .list-contents a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.18);
    padding: 14px 24px 14px 58px;
    text-decoration: none!important;
}
dl.contents_select dd .box .lyt-contents .list-contents .contact-inner {
    /*font-size: 1.1rem;*/
    position: relative;
    padding-left: 32px;
    margin-left: -32px;
}
dl.contents_select dd .box .list-link > li > a {
    position: relative;
    display: inline-block;
    padding-left: 21px;
    text-decoration: underline;
}
dl.contents_select dd .box .list-link > li > a::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: -5px 14px 0 -23px;
    vertical-align: middle;
    border-top: 2px solid #9B9B9B;
    border-right: 2px solid #9B9B9B;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width: 800px) {
	dl.contents_select dd .lyt-contents {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 25px 20px 30px;
	}
	dl.contents_select dd .lyt-contents > .col {
		padding-right: 0px;
	}
	dl.contents_select dd .lyt-contents > .col + .col {
		border-left: none;
		padding-top: 50px;
		padding-left: 0px;
	}
}
/**/
/* 問い合わせ先 */
.cs_contactBlock 	{ margin-bottom: 80px;}

.cs_title_accident,
.cs_title_technical {
	padding-left: 52px;
	background-position: left;
	background-size: 40px;
	background-repeat: no-repeat;
	font-weight: 500;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 60px;
}

@media only screen and (max-width: 1023px) {
	.cs_title_accident,
	.cs_title_technical {
	font-size: 20px;
	font-size: 2.0rem;
	}
}

.cs_title_accident {
	margin: -10px 0 15px;
	background-image: url(../images/icon/cs_icon_accident.png);
}

.cs_title_technical {
	margin: 30px 0 15px;
	background-image: url(../images/icon/cs_icon_headset.png);
}

.cs_contact {
	border: 1px solid #bababa;
}

.cs_contact_title {
	padding: 20px;
	background-color: #efefef;
	/*background-color: #b6b0a8;*/
	/*color: #000;*/
	/*color: #fff;*/
	text-align: center;
	letter-spacing: 0.05em;
	/*letter-spacing: 0.2em;*/
	font-size: 1.8rem;
	font-weight: 500;
}

@media only screen and (max-width: 800px) {
	.cs_contact_title {
		letter-spacing: 0.05em;
		line-height: 1.4;
	}
}

.cs_contact_flex {
	display: -ms-flexbox;
	display: flex;
	padding: 40px 40px 30px;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

@media only screen and (max-width: 800px) {
	.cs_contact_flex {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 25px 20px 30px;
	}
}

.cs_contact_free {
	padding: 0 25px;
	height: 38px;
	border-radius: 5px;
	background-color: #efefef;
	font-weight: 500;
	font-size: 15px;
	line-height: 38px;
}

@media only screen and (max-width: 800px) {
	.cs_contact_free {
		text-align: center;
	}
}

.cs_contact_num_large {
	margin-left: 30px;
	padding-left: 30px;
	background-image: url(../images/icon/cs_icon_call.png);
	background-position: left;
	background-size: 24px;
	background-repeat: no-repeat;
	font-weight: 600;
	font-size: 38px;
	font-family: Open Sans, sans-serif;
	line-height: 38px;
	position: relative;
}

@media only screen and (max-width: 800px) {
	.cs_contact_num_large {
		margin: 20px auto 5px;
		padding-left: 28px;
		background-size: 20px;
		font-size: 30px;
		display: inline-block;
	}
}

.cs_contact_num_large a,
.cs_contact_num_small a {
	color: #303030 !important;
	text-decoration: none !important;
}

.cs_contact_time {
	margin-left: 25px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 38px;
}

@media only screen and (max-width: 800px) {
	.cs_contact_time {
		margin: 0;
		text-align: center;
	}
}

.cs_contact_time span {
	color: red;
}

.cs_contact_box {
	margin: 0 auto;
	padding: 15px 20px;
	width: 90%;
	border-radius: 5px;
	background-color: #f8fafa;
}

.cs_contact_box p {
	margin-bottom: 10px;
	font-size: 1.5rem;
}

@media only screen and (max-width: 800px) {
	.cs_contact_box p {
		/*font-size: 1rem;*/
		line-height: 1.5;
	}
}

.cs_contact_box_flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 800px) {
	.cs_contact_box_flex {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}
}

.cs_contact_pay {
	padding: 0 20px;
	height: 35px;
	border-radius: 5px;
	background-color: #efefef;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 35px;
}

@media only screen and (max-width: 800px) {
	.cs_contact_pay {
		text-align: center;
	}
}

.cs_contact_num_small {
	margin-left: 24px;
	padding-left: 35px;
	background-image: url(../images/icon/cs_icon_call.png);
	background-position: left;
	background-size: 20px;
	background-repeat: no-repeat;
	font-weight: 600;
	font-size: 30px;
	font-family: Open Sans, sans-serif;
	line-height: 35px;
	position: relative;
}

@media only screen and (max-width: 800px) {
	.cs_contact_num_small {
		margin: 20px auto 5px;
		padding-left: 25px;
		background-size: 18px;
		font-size: 26px;
		display: inline-block;
	}
}

.cs_contact_attention {
	margin: 10px 40px 20px;
	text-align: right;
	font-size: 1.4rem;
	line-height: 25px;
}

.cs_contact_attention span {
	color: red;
}

@media only screen and (max-width: 800px) {
	.cs_contact_attention {
		margin: 10px 0 20px 20px;
		text-align: left;
	}
}

[data-ruby] {
	position: relative;
}

[data-ruby]::before {
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	margin: auto;
	content: attr(data-ruby);
	font-size: 10px;
	text-align: center;
	white-space: nowrap;
}

@media only screen and (max-width: 800px) {
	[data-ruby]::before {
		display: none;
	}
}

.cs_contact_flow {
	padding: 25px 40px 10px;
	border: 1px solid #bababa;
	border-top: none;
	background-color: #f9f8f7;
}

@media only screen and (max-width: 800px) {
	.cs_contact_flow {
		padding: 25px 20px 10px;
	}
}

.cs_contact_flow p {
	font-size: 1.4rem;
	line-height: 1.7 !important;
}

.cs_contact_flow_box {
	margin-bottom: 20px;
	padding: 15px 20px;
	border: 1px solid #efefef;
	border-radius: 5px;
	background-color: #fff;
}

.cs_contact_flow_flex {
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0;
	font-size: 1.4rem;
	line-height: 35px;
}

/*@media only screen and (max-width: 800px) {*/
@media only screen and (max-width: 964px) {
	.cs_contact_flow_flex {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.cs_contact_flow_type {
	padding: 0 20px;
	height: 35px;
	border-radius: 5px;
	background-color: #efefef;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 35px;
}

@media only screen and (max-width: 800px) {
	.cs_contact_flow_type {
		margin-bottom: 10px;
		text-align: center;
	}
}

.cs_contact_flow_number {
	display: inline-block;
	margin: 0 0.5em 0 1em;
	padding: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #151414;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 0.825rem;
	line-height: 25px;
}

.cs_contact_flow_margin {
	display: inline-block;
	margin: 0 0 0 11.0em;
}

/*@media only screen and (max-width: 800px) {*/
@media only screen and (max-width: 964px) {
	.cs_contact_flow_number {
		margin: 0 0.5em 0 0;
	}

	.cs_contact_flow_margin {
		display: none;
		margin: 0;
	}

	.cs_contact_flow_allow {
		display: inline-block;
		transform: rotate(90deg);
	}
}

.cs_contact_note {
	margin: 30px 0 70px;
	padding: 30px 40px;
	border: 3px double #bababa;
}

.cs_contact_note ul li {
	margin-bottom: 0.5em;
	margin-left: 1em;
	list-style-type: square;
	font-size: 1.4rem;
	line-height: 1.7;
}

.cs_contact_note ul li:last-of-type {
	margin-bottom: 0;
}

.copyright {
	font-size: 0.75rem !important;
}