:root {
	--scrollbar: 0rem;
}

:root {
	--scrollbar: 0rem;
	--f_notoSans: Noto Sans JP, sans-serif;
	--f_barlow: Barlow, sans-serif;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b, strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img, embed, object, iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button, input {
	/* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button, select {
	/* 1 */
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button, [type=button], [type=reset], [type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
	cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
	display: none;
}

/**
* Remove padding
*/
option {
	padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
	outline-offset: -2px;
	/* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
* Clickable labels
*/
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td, th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

/*renewal*/
#header, #footer {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.7;
}
#header *, #footer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header a, #footer a {
	text-decoration: none;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	color: #333333;
}
#header img, #footer img {
	max-width: 100%;
}
#header .inner, #footer .inner {
	margin: 0 auto;
	max-width: 1280px;
}
@media screen and (max-width: 768px) {
	#header .inner, #footer .inner {
		padding: 0 5.3vw;
	}
}

/*************** header ***************/
header {
	font-size: 11px;
	line-height: 1em;
}
header#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: sticky;
	top: 0;
	background-color: #ffffff;
	padding: 0;
	z-index: 9999;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1241px) {
	header#header {
		padding: 18px 0 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
}
@media screen and (max-width: 1240px) {
	header#header {
		height: 87px;
	}
}
@media screen and (max-width: 768px) {
	header#header {
		height: 70px;
	}
}
@media screen and (min-width: 1241px) {
	header#header.js-is-scroll {
		padding-top: 0;
	}
}
@media screen and (min-width: 1241px) {
	header#header.js-is-scroll > .inner .header_top {
		height: 0;
		overflow: hidden;
	}
}
header#header > .inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 1366px) and (min-width: 1241px) {
	header#header > .inner {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (min-width: 1241px) {
	header#header > .inner {
		padding-right: 15px;
		padding-bottom: 8px;
	}
}
@media screen and (max-width: 1240px) {
	header#header > .inner {
		padding: 0 2.7vw;
		position: static;
	}
}
@media screen and (min-width: 769px) {
	header#header .header_logo {
		width: 315px;
	}
}
@media screen and (max-width: 768px) {
	header#header .header_logo {
		width: 205px;
	}
}
header#header .header_bottom_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 1367px) {
	header#header .header_bottom_btn {
		padding-right: 10px;
	}
}
@media screen and (max-width: 1366px) {
	header#header .header_bottom_btn {
		gap: 12px;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_bottom_btn li {
		margin-left: 5px;
	}
}
header#header .header_bottom_btn a {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	background-color: #cd1432;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 1241px) {
	header#header .header_bottom_btn a {
		width: 160px;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_bottom_btn a {
		width: 60px;
		border-radius: 3px;
	}




	
}
@media screen and (max-width: 768px) {
	header#header .header_bottom_btn a {
		width: 40px;
	}
}
header#header .header_bottom_btn a:hover {
	background-color: rgba(205, 20, 50, .6);
}
header#header .header_bottom_btn a > span {
	height: 40px;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 35px;
}
@media screen and (min-width: 1241px) {
	header#header .header_bottom_btn a > span {
		background-position: 0 center;
		background-size: 26px auto;
		-ms-background-position-y: 12px;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_bottom_btn a > span {
		background-position: center center;
		background-size: 33px auto;
		height: 60px;
	}
}
@media screen and (max-width: 768px) {
	header#header .header_bottom_btn a > span {
		background-size: 22px auto;
		height: 40px;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_bottom_btn a span.text {
		display: none;
	}
}
header#header .header_bottom_btn .cart a > span {
	background-image: url(/service/assets/img/icon_cart.svg);
}
header#header .header_bottom_btn .mail a > span {
	background-image: url(/service/assets/img/icon_mail.svg);
}
@media screen and (min-width: 1241px) {
	header#header .header_bottom_btn .spmenu {
		display: none;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_bottom_btn .spmenu a {
		background-color: #003366;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_bottom_btn .spmenu a > span {
		background-image: url(/service/assets/img/icon_bars.svg);
		background-size: 23px;
		height: 60px;
	}
}
@media screen and (max-width: 768px) {
	header#header .header_bottom_btn .spmenu a > span {
		background-size: 13px;
		height: 40px;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_bottom_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 15px;
		font-weight: 700;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_bottom_menu {
		display: none;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1241px) {
	header#header .header_bottom_menu li {
		margin-right: 10px;
	}
}
@media screen and (min-width: 1367px) {
	header#header .header_bottom_menu li {
		margin-right: 22px;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_bottom_menu li a {
		position: relative;
		display: block;
		height: 26px;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_bottom_menu li a::after {
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		content: "";
		position: absolute;
		width: 40%;
		height: 8px;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #ffffff;
		display: block;
		top: 41px;
		opacity: 0;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_bottom_menu li a:hover {
		color: #b5cde2;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_bottom_menu li a:hover::after {
		opacity: .55;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_bottom_menu li a.header_bottom_menu_dropdown.active {
		color: #b5cde2;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 3px;
		margin-bottom: 10px;
		height: 40px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_top {
		display: none;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_top_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 12px;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_top_menu {
		display: none;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_top_menu li {
		margin-right: 20px;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_top_menu li + li {
		margin-left: 12px;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_top_menu a {
		color: #808080;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_top_menu a:hover {
		color: #b5cde2;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_top_search .searchBox {
		border: 1px solid #d5d5d5;
		border-radius: 12.5px;
		padding: 0 15px;
		width: 150px;
		height: 25px;
		font-size: 12px;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_top_search .searchBox input {
		font-family: inherit;
		vertical-align: middle;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_top_search .searchBox input[type=image] {
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		margin-left: 3px;
		width: 48px;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_top_search .searchBox input[type=image]:hover {
		opacity: .6;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_top_phone {
		margin-left: 30px;
		text-align: center;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_top_phone_free {
		width: 197px;
		line-height: 0;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_top_phone_ip {
		font-size: 12px;
		line-height: 1;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_top_open {
		border-left: 1px solid #d3d3d3;
		margin-left: 10px;
		padding-left: 10px;
		font-size: 12px;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
header#header .header_dropdown_wrapper {
	width: 100%;
	height: calc(100vh - 100%);
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	overflow-y: auto;
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_wrapper {
		display: contents;
	}
}
header#header .header_dropdown {
	background-color: #ffffff;
	z-index: 1;
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown.open {
		pointer-events: all;
		opacity: 1;
		display: block;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown {
		width: 100vw;
		position: absolute;
		top: 100%;
		left: 50%;
		right: auto;
		z-index: 1;
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		translate: -50% 0;
		display: none;
		pointer-events: none;
		opacity: 0;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_dropdown {
		border-top: 1px solid #003366;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown .inner {
		position: relative;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_dropdown .inner {
		padding: 0;
	}
}
header#header .header_dropdown .inner .header_dropdown_top_ttl {
	border-bottom: 1px solid #d5d5d5;
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown .inner .header_dropdown_top_ttl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 28px;
	}
}
header#header .header_dropdown .inner .header_dropdown_top_ttl a {
	font-size: 18px;
	font-weight: 700;
	color: #003366;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .5em;
	padding: 12px 5.3vw;
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown .inner .header_dropdown_top_ttl a {
		font-size: 20px;
		padding: 1em 0;
	}
}
header#header .header_dropdown .inner .header_dropdown_top_ttl a::after {
	content: "";
	width: 1em;
	height: 1em;
	font-size: initial;
	-webkit-mask: url(/service/assets/img/arrow_right.svg) no-repeat center/contain;
	mask: url(/service/assets/img/arrow_right.svg) no-repeat center/contain;
	background: #003366;
	aspect-ratio: 1/1;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
header#header .header_dropdown .inner .header_dropdown_top_ttl a:hover {
	color: #b5cde2;
}
header#header .header_dropdown .inner .header_dropdown_top_ttl a:hover::after {
	background: #b5cde2;
}
@media screen and (max-width: 1240px) {
	header#header.open .header_dropdown_wrapper {
		pointer-events: all;
		opacity: 1;
		display: block;
	}
}
@media screen and (max-width: 1240px) {
	header#header.open.header_dropdown_menu .header_dropdown_title .spsubmenu {
		background-image: url(/service/assets/img/icon_minus-white.svg);
	}
}
@media screen and (max-width: 1240px) {
	header#header.open .header_bottom_btn .spmenu a {
		background-color: #333333;
	}
}
@media screen and (max-width: 1240px) {
	header#header.open .header_bottom_btn .spmenu a > span {
		background-image: url(/service/assets/img/icon_times-white.svg);
		background-size: 23px;
	}
}
@media screen and (max-width: 768px) {
	header#header.open .header_bottom_btn .spmenu a > span {
		background-size: 15px;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_head {
		border-bottom: 1px solid #003366;
		margin-bottom: 15px;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_dropdown_head {
		border-bottom: 1px solid #d5d5d5;
	}
}
header#header .header_dropdown_head, header#header .header_dropdown_head a {
	font-weight: 700;
	color: #003366;
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_head, header#header .header_dropdown_head a {
		font-size: 20px;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_dropdown_head, header#header .header_dropdown_head a {
		font-size: 18px;
	}
}
header#header .header_dropdown_head a {
	display: block;
	width: 100%;
}
@media screen and (max-width: 1240px) {
	header#header .header_dropdown_head a {
		padding: 12px 5.3vw;
	}
}
header#header .header_dropdown_head a:hover {
	background: #d9e9f7;
}
header#header .header_dropdown_head:not(:has(a)) {
	padding: 12px 5.3vw;
}
header#header .header_dropdown_menu {
	font-size: 14px;
}
header#header .header_dropdown_menu a {
	display: block;
}
header#header .header_dropdown_menu a:hover {
	background-color: #d9e9f7;
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_menu ul {
		display: block !important;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_menu ul > li a {
		padding: 0 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_menu ul > li a.text_wrap {
		white-space: unset;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_menu ul > li > ul a {
		padding-left: 50px;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_dropdown_menu > ul > li a {
		background-color: #f8f8f8;
		border-bottom: 1px solid #d5d5d5;
		padding: 15px 5.3vw;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_dropdown_menu > ul > li > ul a {
		padding-left: 8vw;
	}
}
header#header .header_dropdown_title {
	font-weight: 700;
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_title {
		margin-top: 3px;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_dropdown_title {
		border-bottom: 1px solid #d5d5d5;
		position: relative;
		font-size: 13px;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_title a {
		padding: 0 10px;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_dropdown_title a {
		padding: 12px 5.3vw;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_dropdown_title .spsubmenu {
		position: absolute;
		right: 4.5vw;
		top: 50%;
		display: block;
		margin-top: -15px;
		width: 30px;
		height: 30px;
		background: url(/service/assets/img/icon_plus-white.svg) no-repeat center center #003366;
		background-size: 19px auto;
		border-radius: 3px;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_dropdown_title:not(:has(.spsubmenu)) a {
		background-color: #f8f8f8;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_close {
		position: absolute;
		right: 20px;
		top: 20px;
	}
}
@media screen and (max-width: 1240px) {
	header#header .header_dropdown_close {
		display: none;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_close a {
		background-color: #333333;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-radius: 50%;
		padding: 12px;
		width: 40px;
		height: 40px;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_close a:hover {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 40px 0;
	}
}
@media screen and (min-width: 1241px) {
	header#header .header_dropdown_col {
		margin: 0 20px;
		width: auto;
		min-width: 28.8%;
	}
}

.page-gnavi {
	width: 100%;
	background: #f8f9fa;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	position: relative;
}
@media screen and (max-width: 1240px) {
	.page-gnavi {
		display: none;
	}
}
.page-gnavi > ul {
	width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}
.page-gnavi > ul > li {
	display: block;
	height: 55px;
}
.page-gnavi > ul > li > a {
	color: #003366;
	font-weight: bold;
	font-size: 14px;
	line-height: 55px;
	text-align: center;
	padding: 0 20px;
	height: 100%;
	display: block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}
.page-gnavi > ul > li > a::before {
	content: "";
	width: 100%;
	height: 4px;
	background: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.page-gnavi > ul > li > a:hover::before {
	background: #cc3300;
}
.page-gnavi > ul > li.parent-list:hover .child-list {
	display: block;
}
.page-gnavi > ul > li .child-list {
	width: 1080px;
	max-width: 100%;
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .16);
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	translate: -50% 0;
}
.page-gnavi > ul > li .child-list li a {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.nav-inner-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px;
}
.nav-inner-flex .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 15px;
}
.nav-inner-flex .col .col-ttl, .nav-inner-flex .col .col-link {
	font-size: 15px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.nav-inner-flex .col .col-link {
	gap: 8px;
}
.nav-inner-flex .col .col-link::after {
	content: "";
	width: .7em;
	height: .42em;
	-webkit-mask: url(/service/assets/img/arrow_btm.svg) no-repeat center/contain;
	mask: url(/service/assets/img/arrow_btm.svg) no-repeat center/contain;
	background: #707070;
	display: block;
}
.nav-inner-flex .col ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/*************** FOOTER ***************/
footer {
	width: 100%;
	background-color: #0e3962;
	clear: both;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	footer {
		background: #0e3962;
		color: #ffffff;
		border-bottom: 5px solid #d70a30;
	}
}
footer address {
	text-align: center;
	background: #ffffff;
	color: #000000;
	padding-top: 20px !important;
}
footer a {
	color: #ffffff;
}
footer a:hover {
	text-decoration: none;
}
footer#footer {
	background-color: transparent;
}
@media screen and (max-width: 768px) {
	footer#footer {
		display: block !important;
		border-bottom: none;
	}
}
footer#footer .inner {
	padding: 70px 40px;
}
@media screen and (max-width: 1240px) {
	footer#footer .inner {
	padding: 0 40px;

	}
}




@media screen and (min-width: 1241px) {
	footer#footer .inner .foot_banner {
		margin: 50px 0;
	}

}
footer#footer .inner .foot_banner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
footer#footer .inner .foot_banner ul li {
	margin: 10px;
	width: 282px;
	line-height: 0;
}
@media screen and (max-width: 1240px) {
	footer#footer .inner .foot_banner ul li {
		width: 280px;
	}
}

@media screen and (max-width: 768px) {
	footer#footer .inner .foot_banner ul li a {
		display: block;
		border-bottom: 1px dotted #879cb1;
		padding: 15px 15px 13px 15px;
	}
}
@media screen and (max-width: 1240px) {
	footer#footer .inner .foot_banner ul li a {
		background: none;
		border: none;
		padding: 0;
	}
}
@media screen and (max-width: 1240px) {
	footer#footer .inner .foot_banner ul li img {
		width: 100%;
	}
}

@media screen and (max-width: 1240px) {
	footer#footer .inner .foot_menu ,
	.foot_menu_top{
		display: none;
	}
}
@media screen and (min-width: 1241px) {
	footer#footer .inner .foot_menu .foot_menu_row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content:space-around;
	}
}
@media screen and (min-width: 1241px) {
	footer#footer .inner .foot_menu .foot_menu_row .foot_menu_col {
		width: 33.3%;
		border-right: 1px solid #bcbcbe;
		margin-right: 80px;
	}
	footer#footer .inner .foot_menu .foot_menu_row .foot_menu_col:last-child {
		border-right:0;
		margin-right: 0;
	}

}


@media screen and (min-width: 1241px) {
	footer#footer .inner .foot_menu .foot_menu_row .foot_menu_col .foot_menu_box {
		margin-top: 15px;
		font-weight: 700;
	}
}



ul.foot_menu_small{
	margin :5px 0 10px 10px!important;
}

ul.foot_menu_small li{
	font-size: 90%;
	line-height: 120%;
}



@media screen and (min-width: 1241px) {
	footer#footer .inner .foot_menu_top {
		font-size: 14px;
		color: #003366;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 1241px) {
	footer#footer .inner .foot_menu_top a {
		background: url(/service/assets/img/icon_angle_right.svg) no-repeat right center;
		background-size: 8px auto;
		padding-right: 20px;
		color: #003366;
		font-weight: 600;
		font-size: 18px;
	}
}





@media screen and (min-width: 1241px) {
	footer#footer .inner .foot_menu .foot_menu_row .foot_menu_col .foot_menu_box .foot_menu_head {
		font-size: 14px;
		color: #003366;
	}
}
@media screen and (min-width: 1241px) {
	footer#footer .inner .foot_menu .foot_menu_row .foot_menu_col .foot_menu_box .foot_menu_head a {
		background: url(/service/assets/img/icon_angle_right.svg) no-repeat right center;
		background-size: 8px auto;
		padding-right: 20px;
		color: #003366;
	}
}
@media screen and (min-width: 1241px) {
	footer#footer .inner .foot_menu .foot_menu_row .foot_menu_col .foot_menu_box ul {
		margin: 10px 0 0 10px;
		font-size: 12px;
	}
}
@media screen and (min-width: 1241px) {
	footer#footer .inner .foot_menu .foot_menu_row .foot_menu_col .foot_menu_box ul li + li {
		margin-top: 5px;
	}
}
@media screen and (min-width: 1241px) {
	footer#footer .inner .foot_menu .foot_menu_row .foot_menu_col .foot_menu_box ul li .note {
		display: block;
		font-weight: 400;
	}
}
@media screen and (min-width: 1241px) {
	footer#footer .inner .foot_menu a:hover {
		text-decoration: underline;
	}
}
@media screen and (min-width: 769px) {
	footer#footer .inner .foot_bottom {
		margin-top: 70px;
	}
}
@media screen and (max-width: 768px) {
	footer#footer .inner .foot_bottom {
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	footer#footer .inner .foot_bottom .inner {
		padding: 0;
	}
}
footer#footer .inner .foot_bottom ul {
	font-size: 14px;
}
@media screen and (min-width: 769px) {
	footer#footer .inner .foot_bottom ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 768px) {
	footer#footer .inner .foot_bottom ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 10px;
	}
}
@media screen and (min-width: 769px) {
	footer#footer .inner .foot_bottom ul li {
		margin: 10px 20px 0 0;
	}
}
@media screen and (max-width: 768px) {
	footer#footer .inner .foot_bottom ul li {
		margin: 3px 10px 3px 0;
		width: 150px;
	}
}
@media screen and (max-width: 768px) {
	footer#footer .inner .foot_bottom a {
		display: block;
		background: none;
		border-bottom: none;
		padding: 0;
	}
}
footer#footer .inner .foot_bottom a:hover {
	text-decoration: underline;
}
footer#footer address {
	font-size: 12px;
	font-style: normal;
}
@media screen and (min-width: 769px) {
	footer#footer address {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 768px) {
	footer#footer address {
		margin: 0 auto 40px;
	}
}
@media screen and (max-width: 768px) {
	footer#footer address .logo {
		margin-bottom: 25px;
	}
}
footer#footer address img {
	margin: 0;
}
@media screen and (max-width: 768px) {
	footer#footer address .copyright {
		font-size: 10px;
		text-align: center;
		padding: 0;
		line-height: 150%;
		background: #ffffff;
		color: #000000;
	}
}

/* base style**************************************************************************************/
/*************** BASE ***************/
@media screen and (max-width: 768px) {
	.body {
		padding-top: 0 !important;
		min-width: 375px;
	}
}

.btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.btn {
	font-size: 20px;
	font-weight: 700;
	border-radius: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .5em;
	padding: 1em;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@media screen and (max-width: 600px) {
	.btn {
		font-size: 16px;
	}
}
.btn .sml {
	font-size: 16px;
}
@media screen and (max-width: 600px) {
	.btn .sml {
		font-size: 14px;
	}
}
.btn::before, .btn::after {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn.add-arrow {
	padding-right: 50px;
	padding-left: 50px;
	position: relative;
}
.btn.add-arrow .arrow-after {
	width: 1em;
	height: 1em;
	text-indent: 100%;
	background: #ffffff;
	border-radius: 100vw;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 28px;
	translate: 0 -50%;
	aspect-ratio: 1/1;
}
.btn.add-arrow .arrow-after::before {
	content: "";
	width: .55em;
	height: .55em;
	-webkit-mask: url("/service/assets/img/arrow_right.svg") no-repeat center/contain;
	mask: url("/service/assets/img/arrow_right.svg") no-repeat center/contain;
	background: #222222;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn.add-arrow .arrow-after-btm {
	width: 1em;
	height: 1em;
	text-indent: 100%;
	background: #222222;
	border-radius: 100vw;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 28px;
	translate: 0 -50%;
	aspect-ratio: 1/1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn.add-arrow .arrow-after-btm::before {
	content: "";
	width: .35em;
	height: .35em;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% calc(-50% - .075em);
	rotate: 45deg;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn.add-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .5em;
}
.btn.add-icon.icon-before::before {
	content: "";
	width: 1em;
	height: 1em;
	aspect-ratio: 1/1;
}
.btn.add-icon.icon-after::after {
	content: "";
	width: 1em;
	height: 1em;
	aspect-ratio: 1/1;
}
.btn.add-icon.icon-contact::before, .btn.add-icon.icon-contact::after {
	-webkit-mask: url(/service/assets/img/icon_mail.svg) no-repeat center/contain;
	mask: url(/service/assets/img/icon_mail.svg) no-repeat center/contain;
}
.btn.add-icon.icon-mask-c-white::before, .btn.add-icon.icon-mask-c-white::after {
	background: #ffffff;
}
.btn.add-icon.icon-mask-c-primary::before, .btn.add-icon.icon-mask-c-primary::after {
	background: #003366;
}

.bg-primary {
	background: #003366;
}

.bg-primary-pale {
	background: rgba(0, 51, 102, .05);
}

.bg-accent {
	background: #cc3300;
}

.bg-accent-pale {
	background: #fcf0ed;
}

.bg-base {
	background: #f8f9fa;
}

.bg-white {
	background: #ffffff;
}

.bg-txt {
	background: #222222;
}

@media screen and (min-width: 601px) {
	.pc-hide {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.sp-hide {
		display: none;
	}
}

.TABLET {
	display: none !important;
}
@media screen and (max-width: 1240px) {
	.TABLET {
		display: block !important;
	}
}

.cta-wrap {
	padding: 70px 1em;
	background: url(/service/assets/img/sa_conv_bg.jpg) no-repeat center center;
	background-size: cover;
}

.cta-wrap .wrapper {
	max-width: 1080px;
	margin: auto;
	display: flex;
	justify-content:center;
	align-items: center;
	gap:30px;
}

.cta-wrap .cta_read {
	text-align: center;
	color: #fff;
	font-size: 140%;
	font-weight: 600;
	margin-bottom: 40px;
}


.cta-wrap .wrapper a.btn_cta{
	display: block;
	background: #cd1432;
	color: #fff;
	border-radius: 50px;
	padding: 15px;
	min-width: 350px;
	text-align: center;
	font-size: 120%;
	font-weight: 600;
	transition: 0.2s;
}

.cta-wrap .wrapper a.btn_cta:hover {
	background-color: rgba(205, 20, 50, .6);
}


@media screen and (max-width: 769px) {

	.cta-wrap {
		padding: 30px 1em;
	}

	.cta-wrap .wrapper {
		display: block;
	}

	.cta-wrap .cta_read {
		font-size: 100%;
		margin-bottom: 20px;
	}

	.cta-wrap .wrapper a.btn_cta{
		padding: 15px;
		min-width: 100%;
		font-size: 100%;
		margin-bottom: 20px;
	}

	.cta-wrap .wrapper a.btn_cta:last-child{
		margin-bottom: 0;
	}


}








.cta-wrap .wrapper .content-wrap {
	width: 100%;
	max-width: 658px;
	background: #dedce2;
	border-radius: 2px;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .15) inset;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .15) inset;
	margin: auto;
	padding: 17px 17px 17px;
}
.cta-wrap .wrapper .content-wrap .inner {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(255, 255, 255)), to(#f0f0f0));
	background: linear-gradient(top, rgb(255, 255, 255) 80%, #f0f0f0 100%);
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	padding: 14px 0 8px;
}
.cta-wrap .wrapper .content-wrap .inner .cta-ttl {
	border-bottom: 1px solid #cdcdcd;
	margin: 0 17px;
	padding-bottom: 10px;
}
.cta-wrap .wrapper .content-wrap .inner .cta-ttl img {
	width: 100%;
	max-width: 410px;
	height: auto;
	display: block;
}
.cta-wrap .wrapper .content-wrap .inner .cta-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 17px;
	padding: 10px 0;
}
.cta-wrap .wrapper .content-wrap .inner .cta-flex .col-tel {
	width: 100%;
	max-width: 380px;
	border-right: 1px solid #cdcdcd;
	margin: 0 0 0 17px;
}
.cta-wrap .wrapper .content-wrap .inner .cta-flex .col-tel img {
	width: 100%;
	max-width: 351px;
	height: auto;
	display: block;
}
.cta-wrap .wrapper .content-wrap .inner .cta-flex .col-net {
	margin-right: 17px;
}
.cta-wrap .wrapper .content-wrap .inner .cta-flex .col-net img {
	width: 100%;
	height: auto;
	display: block;
}
.cta-wrap .wrapper .content-wrap .inner .cta-flex .col-net .txt_net img {
	max-width: 130px;
}
.cta-wrap .wrapper .content-wrap .inner .contact_under {
	padding: 10px 0 0 17px;
	border-top: 1px solid #cdcdcd;
}
.cta-wrap .wrapper .content-wrap .inner .contact_under img {
	width: 100%;
	max-width: 570px;
	height: auto;
	display: block;
}
.cta-wrap .wrapper .dtpl_contact {
	width: 100%;
	max-width: 658px;
	margin: auto;
	padding: 17px;
}
@media screen and (max-width: 768px) {
	.cta-wrap .wrapper .dtpl_contact {
		display: none;
	}
}
.cta-wrap .wrapper .dtpl_contact .contact_box {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.cta-wrap .wrapper #contact_sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.cta-wrap .wrapper #contact_sp.wd {
		padding: 20px 0 20px 0 !important;
	}
}
@media screen and (max-width: 768px) {
	.cta-wrap .wrapper #contact_sp .contact_set {
		background: #ffffff;
		border: solid 10px #dedce2;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.cta-wrap .wrapper #contact_sp .contact_set h2 {
		padding: 10px 10px 8px 10px;
		font-size: 110%;
		font-weight: 700;
	}
}
@media screen and (max-width: 768px) {
	.cta-wrap .wrapper #contact_sp .contact_set h2 {
		padding: 10px 10px 8px 10px;
		font-size: 110%;
	}
}
@media screen and (max-width: 768px) {
	.cta-wrap .wrapper #contact_sp .contact_set h3 {
		font-size: 14px;
		font-weight: normal;
		background: #f6f6f6;
		padding: 10px 10px 10px 10px;
	}
}
@media screen and (max-width: 768px) {
	.cta-wrap .wrapper #contact_sp .contact_set img {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.cta-wrap .wrapper #contact_sp .contact_set .contact_inner {
		font-size: 14px;
		padding: 20px 20px 15px 20px;
	}
}
@media screen and (max-width: 768px) {
	.cta-wrap .wrapper #contact_sp .contact_set .contact_inner span.tel {
		font-size: 200%;
		display: block;
		font-weight: bold;
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 768px) {
	.cta-wrap .wrapper #contact_sp .contact_set .contact_inner span.tel a {
		color: #e90000;
	}
}
@media screen and (max-width: 768px) {
	.cta-wrap .wrapper #contact_sp .contact_set .contact_inner span.tel a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 768px) {
	.cta-wrap .wrapper #contact_sp .notice {
		text-align: center;
		font-size: 80%;
		margin-top: 5px;
		line-height: 160%;
	}
}

/* base style end */

/*bread_area*/
.bread_area{
	width: 100%;
	background: #edf0f5;
	padding: 10px;
	font-size: 12px;
}

	.bread_area ul{
		max-width: 1280px;
		margin: auto;
		display: flex;
		align-items: center;
		column-gap:20px;
	}
	
	.bread_area ul li a{
		position: relative;
	}

	.bread_area ul li a:after{
		position: absolute;
		top: 45%;
		right: -10px;
		width: .4rem;
		height: .4rem;
		transform: rotate(45deg) translateY(-50%);
		border-top: 1px solid #555;
		border-right: 1px solid #555;
		content: "";
	}

/* --- 縮小ヘッダー：電話番号と営業時間を非表示にする --- */
header#header.js-is-scroll .header_top_phone,
header#header.js-is-scroll .header_top_open {
    display: none !important;
}
	
/* --- 縮小ヘッダーの高さを 91px に調整（28px の上部余白を追加） --- */
@media screen and (min-width: 1241px) {
	header#header.js-is-scroll {
		padding-top: 25px !important; /* 既存の 0 を上書きして余白を作成 */
		padding-bottom: 11px !important; /* 既存の 0 を上書きして余白を作成 */
		height: 91px !important;     /* 高さを 91px に固定 */
	}
	header#header.js-is-scroll .header_logo {
		padding-bottom: 0.8rem;
	}
}
@media screen and (min-width: 1241px) {
    /* 「計測ソリューション」ドロップダウンの親コンテナを折り返し可能にする */
    #dropdown-solution .header_dropdown_row {
        display: flex;
        flex-wrap: wrap; /* 3つごとに折り返す設定 */
        justify-content: flex-start; /* 左寄せ（または中央寄せなら center） */
        max-width: 1200px; /* 全体の幅を調整 */
        margin: 0 auto;
        padding: 40px 0;
    }

    /* 各カラムを 33.33%（3列）の幅に固定 */
    #dropdown-solution .header_dropdown_col {
        width: 33.33% !important; /* 1行に3つ並ぶように幅を指定 */
        margin: 0 0 40px 0 !important; /* 行間の余白 */
        min-width: auto !important; /* 既存の 28.8% 指定をリセット */
        padding: 0 40px; /* 左右の内側余白 */
    }

    /* メニューの見出し位置を調整（必要に応じて） */
    #dropdown-solution .header_dropdown_head {
        margin-bottom: 10px;
    }
}
/* --- ページトップ戻るボタン (p-pagetop) の移植 --- */

/* ボタンの外枠：初期状態は非表示 */
.c-floating {
    visibility: hidden;
    position: fixed;
    right: 1em;
    bottom: 1em;
    opacity: 0;
    transition: all .3s ease 0s;
    z-index: 100; /* 他の要素より上に表示 */
}

/* 表示条件：bodyに data-scroll="true" が付与された際、またはJSでクラスが付いた際 */
[data-scroll="true"] .c-floating,
.c-floating.pagetop--show {
    visibility: visible;
    opacity: 1;
}

/* リンクボタン本体のスタイル */
.p-pagetop__link {
    display: block;
    z-index: 10;
    position: fixed;
    right: 2.6rem;
    bottom: 2.6rem;
    opacity: .5; /* 通常時は少し薄く */
    transition: .2s ease-in-out;
}

/* ホバー時に色を濃くする */
.p-pagetop__link:hover {
    opacity: 1;
}

/* ボタン画像のサイズ固定 */
.p-pagetop__link img {
    width: 40px;
    height: 40px;
    vertical-align: bottom;
}

/* スマートフォン表示時の位置調整 */
@media screen and (max-width: 767.98px) {
    .p-pagetop__link {
        right: 1rem;
        bottom: 2rem; /* スマホでは少し上に配置（固定ナビ等を避けるため） */
        opacity: 1;   /* スマホでは常に濃く表示 */
    }
}
@media screen and (min-width: 1241px) {
    /* 「計測ソリューション」ドロップダウン：2行目の項目も左端から並べる */
    #dropdown-solution .header_dropdown_row {
        display: flex;
        flex-wrap: wrap; 
        justify-content: flex-start !important; /* 中央寄せを確実に解除し左寄せにする */
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 0;
    }

    /* 各カラムの配置を微調整 */
    #dropdown-solution .header_dropdown_col {
        width: 33.33% !important;
        margin: 0 0 40px 0 !important;
        min-width: auto !important;
        padding: 0 40px;
        text-align: left; /* 念のためテキストも左寄せを明示 */
    }
}
/* --- スマホ時のパンくずリスト横スクロール設定 --- */
@media screen and (max-width: 768px) {
    /* エリア全体を横スクロール可能にする */
    .bread_area {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* iOSでの滑らかな慣性スクロールを有効化 */
    }

    /* リスト全体を折り返さず、中身の幅に合わせて広げる */
    .bread_area ul {
        flex-wrap: nowrap;
        white-space: nowrap; /* テキストの折り返しを強制的に禁止 */
        width: max-content;  /* コンテナの幅を中身の文字サイズに合わせる */
        padding-right: 20px; /* 右端までスクロールした時の余白を確保 */
        margin: 0;
    }

    /* 各項目が画面幅に合わせて縮まないように固定する */
    .bread_area ul li {
        flex-shrink: 0;
    }
}

/* （任意）スクロールバーを見えなくしてスッキリさせたい場合は以下も追加 */
@media screen and (max-width: 768px) {
    .bread_area::-webkit-scrollbar {
        display: none; /* Chrome, Safari用 スクロールバー非表示 */
    }
}
