@charset "UTF-8";
@-webkit-keyframes fadeIn {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
}
 100% {
 display: block;
 opacity: .85;
}
}
@keyframes fadeIn {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
}
 100% {
 display: block;
 opacity: .85;
}
}
 @-webkit-keyframes fadeOut {
 0% {
 display: none;
 opacity: .5;
}
 1% {
 display: block;
 opacity: .5;
}
 100% {
 display: block;
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 display: none;
 opacity: .5;
}
 1% {
 display: block;
 opacity: .5;
}
 100% {
 display: block;
 opacity: 0;
}
}
@font-face {
	font-family: "icons";
	src: url("..//fonts/icons.eot?37e409bf9029aa303eed26b61be45a04?#iefix") format("embedded-opentype"),  url("..//fonts/icons.woff?37e409bf9029aa303eed26b61be45a04") format("woff"),  url("..//fonts/icons.ttf?37e409bf9029aa303eed26b61be45a04") format("truetype"),  url("..//fonts/icons.svg?37e409bf9029aa303eed26b61be45a04#icons") format("svg");
}
.sh-icon {
	line-height: 1;
}
.sh-icon:before {
	font-family: icons !important;
	font-style: normal;
	font-weight: normal !important;
	vertical-align: middle;
}
.sh-icon-building:before {
	content: "\f101";
}
.sh-icon-chevron-down-fat:before {
	content: "\f102";
}
.sh-icon-chevron-left-fat:before {
	content: "\f103";
}
.sh-icon-chevron-right-fat:before {
	content: "\f104";
}
.sh-icon-chevron-up-fat:before {
	content: "\f105";
}
.sh-icon-earth:before {
	content: "\f106";
}
.sh-icon-entypo-new-message:before {
	content: "\f107";
}
.sh-icon-entypo-scroll-arrow-to-down:before {
	content: "\f108";
}
.sh-icon-entypo-scroll-arrow-to-left-1:before {
	content: "\f109";
}
.sh-icon-entypo-scroll-arrow-to-right-1:before {
	content: "\f10a";
}
.sh-icon-entypo-scroll-arrow-to-up:before {
	content: "\f10b";
}
.sh-icon-entypo-share-connection-sing:before {
	content: "\f10c";
}
.sh-icon-fa-globe:before {
	content: "\f10d";
}
.sh-icon-fa-graduation-cap:before {
	content: "\f10e";
}
.sh-icon-fa-plane:before {
	content: "\f10f";
}
.sh-icon-fa-sign-out:before {
	content: "\f110";
}
.sh-icon-fa-truck:before {
	content: "\f111";
}
.sh-icon-handshake-solid:before {
	content: "\f112";
}
.sh-icon-information-circle:before {
	content: "\f113";
}
.sh-icon-member:before {
	content: "\f114";
}
.sh-icon-menu-close:before {
	content: "\f115";
}
.sh-icon-menu-toggle:before {
	content: "\f116";
}
.sh-icon-packing-tape:before {
	content: "\f117";
}
.sh-icon-shimadzu-logo:before {
	content: "\f118";
}
.sh-icon-si-glyph-arrow-two-left-right:before {
	content: "\f119";
}
.sh-icon-tel:before {
	content: "\f11a";
}
.sh-icon-triangle-down-small:before {
	content: "\f11b";
}
.sh-icon-triangle-down:before {
	content: "\f11c";
}
.sh-icon-triangle-left-small:before {
	content: "\f11d";
}
.sh-icon-triangle-left:before {
	content: "\f11e";
}
.sh-icon-triangle-right-small:before {
	content: "\f11f";
}
.sh-icon-triangle-right:before {
	content: "\f120";
}
.sh-icon-triangle-up-small:before {
	content: "\f121";
}
.sh-icon-triangle-up:before {
	content: "\f122";
}
.sh-icon-wrench:before {
	content: "\f123";
}
.sh-icon-zoom-check:before {
	content: "\f124";
}
.sh-icon-zoom:before {
	content: "\f125";
}
.sh-condense-icon-book:before, .sh-condense-icon-quotation:before, .sh-condense-icon-signin:before {
	line-height: 1;
	font-family: Conv_CONDENSEicon !important;
	font-style: normal;
	font-weight: normal !important;
}
.sh-condense-icon-book:before {
	content: "E";
}
.sh-condense-icon-quotation:before {
	content: "I";
}
.sh-condense-icon-signin:before {
	content: "G";
}
html, body {
	line-height:1.4;
	color: #464646;
	font-family: 'Open Sans', sans-serif, "メイリオ";
}
html .with_grayBackground, body .with_grayBackground {
	color: #111111;
}
html {
	font-size: 62.5%;
}
 @media print, screen and (min-width: 750px) {
html {
	min-width: 1160px;
}
}
body {
	padding-top: 68px;
	font-size: 14px;
}
 @media print, screen and (min-width: 750px) {
body {
	padding-top: 187px;
	font-size: 16px;
}
body.is_front {
	padding-top: 88px;
}
}
 @media print, screen and (min-width: 750px) {
p {
	line-height: 1.6;
}
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}
a {
	-webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	color: #004ecc;
	text-decoration: underline;
}
 @media print, screen and (min-width: 750px) {
a:hover {
	text-decoration: none;
}
}
img {
	max-width: 100%;
	height: auto;
}
button {
	cursor: pointer;
}
.article a {
	color: inherit;
}
 @media print, screen and (min-width: 750px) {
.article a {
	-webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}
}
 @media print, screen and (min-width: 750px) {
.article a:hover {
	color: #7374f2;
	text-decoration: 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 */
}
/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
 -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
 display: none;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	-o-border-image: none;
	border-image: none;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	font-size-adjust: inherit;
	font-stretch: inherit;
}
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
 @media print, screen and (min-width: 750px) {
.article {
	position: relative;
}
}
.breadcrumb {
	display: none;
}
 @media print, screen and (min-width: 750px) {
.breadcrumb {
	background-color: #efefef;
	border-bottom: 1px solid #d8d8d8;
	display: block;
	position: relative;
}
.breadcrumb:before {
	background-color: #d8d8d8;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin-right: 520px;
	position: absolute;
	right: 50%;
	top: 0;
}
.breadcrumb-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1040px;
}
.breadcrumb-list-item {
	height: 34px;
	line-height: 34px;
}
.breadcrumb-list-item > a,  .breadcrumb-list-item > span {
	color: inherit;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 0 24px 0 34px;
	position: relative;
	text-decoration: none;
}
.breadcrumb-list-item > a:before, .breadcrumb-list-item > a:after {
	content: "";
	position: absolute;
	top: -1px;
}
.breadcrumb-list-item > a:before {
	display: inline-block;
	height: 36px;
	width: 17px;
	background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d8d8d8)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d8d8d8)) no-repeat bottom right/100% 50%;
	background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat bottom right/100% 50%;
	right: -18px;
}
.breadcrumb-list-item > a:after {
	display: inline-block;
	height: 36px;
	width: 17px;
	background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #efefef)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #efefef)) no-repeat bottom right/100% 50%;
	background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat bottom right/100% 50%;
	right: -16px;
}
.breadcrumb-list-item > a:hover {
	text-decoration: underline;
}
.breadcrumb-list-item:first-child > a {
	background-color: #d8d8d8;
	padding-left: 0;
	padding-right: 22px;
}
.breadcrumb-list-item:first-child > a:before {
	display: none;
}
.breadcrumb-list-item:first-child > a:after {
	display: inline-block;
	height: 34px;
	width: 17px;
	background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d8d8d8)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d8d8d8)) no-repeat bottom right/100% 50%;
	background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat bottom right/100% 50%;
	content: "";
	position: absolute;
	top: 0;
	right: -17px;
}
.breadcrumb-list-item:last-child {
	overflow: hidden;
}
.breadcrumb-list-item-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.breadcrumb-list-item-arrow {
	margin-right: 10px;
}
.breadcrumb-list-item-arrow:before {
	border: 0;
	content: "";
	display: inline-block;
	height: 10px;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	border-right: solid 2px #7374f2;
	border-top: solid 2px #7374f2;
	transform: rotate(45deg);
}
.breadcrumb .globalNav-list_isChild {
	top: 34px;
}
.breadcrumb .globalNav-list_isChild.is_active {
	background-color: rgba(220, 220, 220, 0.9);
}
.breadcrumb .globalNav-list-item_isChild a {
	color: #464646;
	text-decoration: none;
}
}
 @media print, screen and (min-width: 750px) {
.container {
	margin: 0 auto;
	width: 1040px;
}
}
 @media print, screen and (min-width: 750px) {
.container.is_narrow {
	width: 670px;
}
}
 @media print, screen and (min-width: 750px) {
.is_inner-slider .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
}
 @media print, screen and (min-width: 750px) {
.is_inner-slider .container:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 100%;
	left: -1040px;
	position: absolute;
	top: 0;
	width: 1040px;
	z-index: 10;
}
}
 @media print, screen and (min-width: 750px) {
.is_inner-slider .heading_level2,  .is_inner-slider .heading_noMarker {
	background-color: #fff;
	margin-top: 0;
	padding-right: 45px;
	width: 370px;
	z-index: 10;
}
}
 @media print, screen and (min-width: 750px) {
.content.is_narrow {
	margin: 0 auto;
	width: 665px;
}
}
 @media print, screen and (min-width: 750px) {
.content.is_narrow.with_marginBottom {
	margin-bottom: 70px;
}
}
.feature {
	background-color: #efefef;
	position: relative;
}
 @media print, screen and (min-width: 750px) {
.feature {
	background-color: transparent;
}
}
.feature-slide {
	margin: 0 34px;
	overflow-x: hidden;
	padding: 30px 0;
}
 @media print, screen and (min-width: 750px) {
.feature-slide {
	padding: 0;
}
}
.feature-slide-item {
	width: 48%;
	margin-right: 2%;
}
.feature-slide-item:last-child {
	margin-right: 0;
}
 @media print, screen and (min-width: 750px) {
.feature-slide-item {
	width: 23%;
	margin-right: 3%;
}
.feature-slide-item:last-child {
	margin-right: 0;
}
}
.feature-slide-image {
	background-color: #fff;
	border: 1px solid #b9b9b9;
	display: block;
	padding: 5px;
}
 @media print, screen and (min-width: 750px) {
.feature-slide-image {
	padding: 10px;
}
}
.feature-slide-text {
	display: block;
	margin-top: 5px;
	text-align: center;
}
 @media print, screen and (min-width: 750px) {
.feature-slide-text {
	margin-top: 20px;
}
}
.feature-slide-nav {
	position: absolute;
	top: 30%;
	z-index: 1;
}
.feature-slide-nav.is_previous {
	left: 10px;
}
 @media print, screen and (min-width: 750px) {
.feature-slide-nav.is_previous {
	left: -30px;
}
}
.feature-slide-nav.is_next {
	right: 10px;
}
 @media print, screen and (min-width: 750px) {
.feature-slide-nav.is_next {
	right: -30px;
}
}
.feature-slide.for_pc {
	display: none;
}
 @media print, screen and (min-width: 750px) {
.feature-slide.for_pc {
	display: block;
}
}
 @media print, screen and (min-width: 750px) {
.feature-slide.for_mobile {
	display: none;
}
}
 @media print, screen and (min-width: 750px) {
.top .feature {
	margin-top: 90px;
}
}
.footer {
	border-top: 5px solid #ababab;
	padding-bottom: 20px;
	position: relative;
}
 @media print, screen and (min-width: 750px) {
.footer {
	background-color: #efefef;
	margin-top: 110px;
	padding-bottom: 9px;
	padding-top: 6px;
}
}
.footer:before {
	background-color: #ff0000;
	content: "";
	display: inline-block;
	height: 5px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 30px;
}
 @media print, screen and (min-width: 750px) {
.footer .container {
	position: relative;
}
}
.footer-link {
	margin-bottom: 10px;
}
 @media print, screen and (min-width: 750px) {
.footer-link {
	margin-bottom: 0;
}
}
.footer-link-list {
	margin: 0;
	padding: 0;
}
.footer-link-list-item {
	background-color: #d8d8d8;
	border-bottom: 1px solid #ababab;
}
 @media print, screen and (min-width: 750px) {
.footer-link-list-item {
	background-color: transparent;
	border-bottom: none;
	display: inline-block;
}
}
.footer-link-list-item-link {
	color: inherit;
	display: block;
	padding: 25px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}
.footer-link-list-item-link:before {
	border: 0;
	content: "";
	display: inline-block;
	height: 8px;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	border-right: solid 1px #7374f2;
	border-top: solid 1px #7374f2;
	transform: rotate(45deg);
}
 @media print, screen and (min-width: 750px) {
.footer-link-list-item-link {
	border-right: 1px solid #080808;
	color: #004ecc;
	display: inline-block;
	line-height: 1;
	padding: 0 15px;
	font-size: 13px;
}
}
 @media print, screen and (min-width: 750px) {
.footer-link-list-item-link:hover {
	text-decoration: underline;
}
}
.footer-link-list-item-link:before {
	position: absolute;
	right: 20px;
	top: 45%;
}
 @media print, screen and (min-width: 750px) {
.footer-link-list-item-link:before {
	display: none;
}
}
 @media print, screen and (min-width: 750px) {
.footer-link-list-item:first-child .footer-link-list-item-link {
	border-left: 1px solid #080808;
}
}
.footer-link-sns {
	margin: 0;
	padding: 25px 20px;
	text-align: center;
}
 @media print, screen and (min-width: 750px) {
.footer-link-sns {
	padding: 0;
	position: absolute;
	right: 0;
	top: -55px;
}
}
.footer-link-sns-header, .footer-link-sns-item {
	display: inline-block;
}
.footer-link-sns-header {
	font-size: 12px;
	font-weight: 700;
}
 @media print, screen and (min-width: 750px) {
.footer-link-sns-header {
	font-size: 13px;
}
}
.footer-link-sns-header .icon {
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.footer-link-sns-item {
	margin-left: 10px;
}
.footer-link-sns-item.is_facebook img, .footer-link-sns-item.is_linkedin img, .footer-link-sns-item.is_youtube img {
	height: 37px;
	width: auto;
}
 @media print, screen and (min-width: 750px) {
.footer-link-sns-item.is_facebook, .footer-link-sns-item.is_linkedin {
	width: 37px;
}
}
 @media print, screen and (min-width: 750px) {
.footer-link-sns-item.is_youtube {
	width: 52px;
}
}
.footer-copyright {
	margin-bottom: 25px;
	text-align: center;
}
 @media print, screen and (min-width: 750px) {
.footer-copyright {
	float: right;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
}
}
.footer-copyright img {
	height: auto;
	width: 280px;
}
 @media print, screen and (min-width: 750px) {
.footer-copyright img {
	width: 383px;
	height: 14px;
}
}
.footer-pageTop {
	text-align: center;
}
 @media print, screen and (min-width: 750px) {
.footer-pageTop {
	display: none;
}
}
.footer-pageTop-button {
	display: block;
}
.footer-pageTop-button:before {
	border: 0;
	content: "";
	display: inline-block;
	height: 22px;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 22px;
	border-right: solid 1px #080808;
	border-top: solid 1px #080808;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.footer-exemption-clause {
	font-size: 12px;
	margin-left: 20px;
	position: absolute;
	top: -30px;
}
 @media print, screen and (min-width: 750px) {
.footer-exemption-clause {
	margin-left: 0px;
}
}
 @media print, screen and (min-width: 750px) {
.pageTop {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 1040px;
	z-index: 20;
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.pageTop.on {
	opacity: 1;
}
.pageTop-button {
	background-image: url(..//images/pagetop.png);
	background-repeat: no-repeat;
	background-size: 55px 54px;
	bottom: 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 54px;
	position: fixed;
	left: 50%;
	margin-left: 570px;
	width: 55px;
}
}
.globalNav_mobile {
	background-color: #080808;
	display: block;
	height: 100%;
	overflow-y: hidden;
	position: fixed;
	top: -100%;
	-webkit-transition: .4s;
	transition: .4s;
	width: 100%;
	z-index: 900;
}
 @media print, screen and (min-width: 750px) {
.globalNav_mobile {
	display: none;
}
}
.globalNav_mobile.is_active {
	top: 68px;
	overflow-y: scroll;
}
.globalNav_mobile-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 10px;
}
.globalNav_mobile-links-item {
	width: 50%;
	text-align: center;
}
.globalNav_mobile-links-item a {
	color: #fff;
	display: block;
	font-size: 10px;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #3c3c3c;
}
.globalNav_mobile-links-item:last-child a {
	border-right: none;
}
.globalNav_mobile-links-item .icon {
	display: block;
	font-size: 17px;
	margin-bottom: 5px;
}
.globalNav_mobile-form {
	padding: 0 10px 15px;
	position: relative;
}
.globalNav_mobile-form-inputText {
	background-color: #fff;
	padding: 15px 10px;
	width: 100%;
}
 .globalNav_mobile-form-inputText:placeholder-shown {
 color: #ababab;
}
 .globalNav_mobile-form-inputText::-webkit-input-placeholder {
 color: #ababab;
}
 .globalNav_mobile-form-inputText:-moz-placeholder {
 color: #ababab;
 opacity: 1;
}
 .globalNav_mobile-form-inputText::-moz-placeholder {
 color: #ababab;
 opacity: 1;
}
 .globalNav_mobile-form-inputText:-ms-input-placeholder {
 color: #ababab;
}
.globalNav_mobile-form-btn {
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 14px;
}
.globalNav_mobile-list {
	margin: 0;
	padding: 0;
	height: 100%;
}
.globalNav_mobile-list-item {
	border-top: 1px solid #3c3c3c;
	text-align: center;
}
.globalNav_mobile-list-item:last-child {
	border-bottom: 1px solid #3c3c3c;
}
.globalNav_mobile-list-item a {
	display: block;
	padding: 20px 10px;
	text-decoration: none;
	color: #fff;
}
.globalNav {
	display: none;
	position: relative;
}
 @media print, screen and (min-width: 750px) {
.globalNav {
	display: block;
	border-bottom: 1px solid #d8d8d8;
}
}
 @media print, screen and (min-width: 750px) {
.globalNav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	width: 100%;
}
}
 @media print, screen and (min-width: 750px) {
.globalNav-list_isChild {
	background: rgba(50, 50, 50, 0);
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 100%;
	top: 64px;
	-webkit-transition: background 1s ease, opacity 1s ease, height .5s ease, overflow 1s ease;
	transition: background 1s ease, opacity 1s ease, height .5s ease, overflow 1s ease;
	z-index: 99;
}
}
.globalNav-list_isChild.is_active {
	background: rgba(50, 50, 50, 0.7);
	height: auto;
	opacity: 1;
	overflow: visible;
}
 @media print, screen and (min-width: 750px) {
.globalNav-list-inner_isChild {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 25px 0;
	width: 1040px;
}
}
.globalNav-list-content_isChild {
	margin-right: 25px;
}
 @media print, screen and (min-width: 750px) {
.globalNav-list-content_isChild:nth-child(3) {
	margin-right: 0;
}
}
 @media print, screen and (min-width: 750px) {
.globalNav-list-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
}
 @media print, screen and (min-width: 750px) {
.globalNav-list-item a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: block;
	font-size: 14px;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
}
.globalNav-list-item > a {
	line-height: 65px;
}
 }
 @media print, screen and (min-width: 750px) {
.globalNav-list-item > a:hover, .globalNav-list-item > a.is_current, .globalNav-list-item > a.is_active {
	position: relative;
}
.globalNav-list-item a:hover:after, .globalNav-list-item a.is_current:after, .globalNav-list-item a.is_active:after {
	background-color: #7374f2;
	bottom: -1px;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
.globalNav-list-item_isChild a {
    font-size: 14px;
    font-weight: 800;
    padding: 3px 15px 3px 5px;
    text-align: left;
}
.ttl-gNav {
	margin: 0 auto -10px;
    padding: 20px 30px 0 0;
    width: 1040px;
	text-align:right;
	color:#fff;
	font-size:14px;
}
}
.globalNav-list-item-arrow {
	margin-right: 10px;
}
.globalNav-list-item-arrow:before {
	border: 0;
	content: "";
	display: inline-block;
	height: 10px;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	border-right: solid 2px #7374f2;
	border-top: solid 2px #7374f2;
	transform: rotate(45deg);
}
 @media print, screen and (min-width: 750px) {
.globalNav-list-item_isChild > a {
	font-size: 14px;
	font-weight: 800;
	padding: 3px 15px 3px 5px;
	text-align: left;
}
}
.globalNav-list-item_isChild > a:hover {
	background-color: #7374f2;
	border-bottom: none;
	color: #fff;
	padding-bottom: 3px;
	margin-bottom: 0;
}
.globalNav-list-item_isChild > a:hover:after {
	display: none;
}
.globalNav-list-item_isChild > a:hover .globalNav-list-item-arrow:before {
	border: 0;
	content: "";
	display: inline-block;
	height: 10px;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	transform: rotate(45deg);
}
.globalNav {
	background-color: #fff;
}
.globalNav-list_isChild.with_image .globalNav-list-content_isChild {
	margin-right: 0.5%;
	width: 16.2%;
	margin-bottom: 5px;
}
.globalNav-list_isChild.with_image .globalNav-list-content_isChild:nth-last-child(3), .globalNav-list_isChild.with_image .globalNav-list-content_isChild:nth-last-child(2), .globalNav-list_isChild.with_image .globalNav-list-content_isChild:nth-last-child(1), .globalNav-list_isChild.with_image .globalNav-list-content_isChild:last-child {
	margin-bottom: 0;
}
.globalNav-list_isChild.with_image .globalNav-list-content_isChild:nth-child(6n) {
	margin-right: 0;
}
.globalNav-list_isChild.with_image .globalNav-list-item_isChild a {
	padding-left: 28px;
	text-indent: -21px;
}
.globalNav-list_isChild.with_image .globalNav-list-item-image_isChild a {
	margin-bottom: 5px;
	padding: 0;
	text-indent: 0;
	text-align: center;
}
.globalNav-list_isChild.with_image .globalNav-list-item-image_isChild a:hover {
	background-color: transparent;
	padding-bottom: 0;
}
.globalNav-list_isChild.with_image .globalNav-list-item-image_isChild a img {
	width: 65%;
}
.is_shrink .globalNav {
	display: none;
}
.header {
	background-color: #fff;
	border-top: 3px solid #ababab;
	height: 68px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
 @media print, screen and (min-width: 750px) {
.header {
	border-bottom: 1px solid #d8d8d8;
	border-top: 5px solid #ababab;
	height: 88px;
	position: relative;
}
}
.header:before {
	background-color: #ff0000;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: -3px;
	width: 20px;
}
 @media print, screen and (min-width: 750px) {
.header:before {
	height: 5px;
	top: -5px;
	width: 30px;
}
}
.header-logo {
	padding: 17px 0 0 17px;
}

.header-logo a {
	text-decoration: none;
}
 @media print, screen and (min-width: 750px) {
.header-logo {
	padding: 21px 0 0 22px;
}
}
.header-logo-image.forMobile {
	height: auto;
	width: 140px;
}
 @media print, screen and (min-width: 750px) {
.header-logo-image.forMobile {
	display: none;
}
}
.header-logo-image.forPc {
	display: none;
	height: 36px;
	width: auto;
}
 @media print, screen and (min-width: 750px) {
.header-logo-image.forPc {
	display: inline;
}
}
.header-copy-image.forPc {
	display: none;
}
 @media print, screen and (min-width: 750px) {
.header-copy-image.forPc {
	display: inline-block;
	margin-left: 13px;
	width: 402px;
}
.header-copy-image.forPc.at_shrinked {
	display: none;
}
}
.header-utility {
	display: none;
}
 @media print, screen and (min-width: 750px) {
.header-utility {
	display: block;
	float: right;
}
}
.header-link {
	display: none;
}
 @media print, screen and (min-width: 750px) {
.header-link {
	display: block;
}
}
 @media print, screen and (min-width: 750px) {
.header-link-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 0 6px;
	padding: 5px 0 0;
}
}
 @media print, screen and (min-width: 750px) {
.header-link-list-item {
	font-family: "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
	margin-left: 20px;
}
}
.header-link-list-item.is_contact {
	position: relative;
	top: -2px;
}
 @media print, screen and (min-width: 750px) {
.header-link-list-item a {
	color: inherit;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}
.header-link-list-item a:hover {
	text-decoration: underline;
}
}
 @media print, screen and (min-width: 750px) {
.header-link-list-item .icon {
	margin-right: 6px;
	position: relative;
}
}
 @media print, screen and (min-width: 750px) {
.header-link-list-item .icon.icon-shimadzu-emblem {
	top: 3px;
}
}
 @media print, screen and (min-width: 750px) {
.header-link-list-item .icon.icon-earth {
	font-size: 17px;
	top: 2px;
}
}
 @media print, screen and (min-width: 750px) {
.header-link-list-item .icon.icon-message {
	font-size: 18px;
	top: 3px;
}
}
.header-form {
	display: none;
}
 @media print, screen and (min-width: 750px) {
.header-form {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
}
 @media print, screen and (min-width: 750px) {
.header-form-inputText {
	border: 1px solid #080808;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.2;
	padding: 8px;
	width: 400px;
}
 .header-form-inputText:placeholder-shown {
 color: #ababab;
}
 .header-form-inputText::-webkit-input-placeholder {
 color: #ababab;
}
 .header-form-inputText:-moz-placeholder {
 color: #ababab;
 opacity: 1;
}
 .header-form-inputText::-moz-placeholder {
 color: #ababab;
 opacity: 1;
}
 .header-form-inputText:-ms-input-placeholder {
 color: #ababab;
}
}
 @media print, screen and (min-width: 750px) {
.header-form-btn {
	-webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	background-color: #080808;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 34px;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	vertical-align: middle;
	width: 34px;
}
.header-form-btn:hover {
	background-color: #7374f2;
}
}
 @media print, screen and (min-width: 750px) {
.header-form-btn .icon {
	position: relative;
	top: 2px;
}
}
.header-menu, .header-menu-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header-menu {
	height: 26px;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 35px;
	text-align: center;
}
 @media print, screen and (min-width: 750px) {
.header-menu {
	display: none;
}
}
.header-menu-item {
	background-color: #080808;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}
.header-menu-item:nth-of-type(1) {
	top: 0;
}
.header-menu-item:nth-of-type(2) {
	top: 12px;
}
.header-menu-item:nth-of-type(3) {
	bottom: 1px;
}
.header-menu.is_active .header-menu-item {
	height: 2.5px;
}
.header-menu.is_active .header-menu-item:nth-of-type(1) {
	-webkit-transform: translateY(11.5px) rotate(-45deg);
	transform: translateY(11.5px) rotate(-45deg);
}
.header-menu.is_active .header-menu-item:nth-of-type(2) {
	opacity: 0;
}
.header-menu.is_active .header-menu-item:nth-of-type(3) {
	-webkit-transform: translateY(-11.5px) rotate(45deg);
	transform: translateY(-11.5px) rotate(45deg);
}
.header-menu-text {
	bottom: -20px;
	color: #464646;
	font-size: 12px;
	left: -1px;
	position: absolute;
	right: 0;
	text-decoration: none;
}
 @media print, screen and (min-width: 750px) {
.is_shrink .header {
	height: 74px;
}
.is_shrink .header-utility {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 17px 0 0;
}
.is_shrink .header-link {
	margin-right: 30px;
}
.is_shrink .header-logo {
	padding-top: 20px;
}
.is_shrink .header-form {
	width: 212px;
}
}
 @media print, screen and (min-width: 750px) {
.header-logo-image.forPc.at_shrinked {
	display: none;
}
.is_shrink .header-logo-image.forPc.at_normal {
	display: none;
}
.is_shrink .header-logo-image.forPc.at_shrinked {
	display: inline;
	width:171px;
	height:auto;
}
}
 @media print, screen and (min-width: 750px) {
.header-wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
}
.breadcrumb {
	display: none;
}
 @media print, screen and (min-width: 750px) {
.breadcrumb {
	background-color: #efefef;
	border-bottom: 1px solid #d8d8d8;
	display: block;
	position: relative;
}
.breadcrumb:before {
	background-color: #d8d8d8;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin-right: 520px;
	position: absolute;
	right: 50%;
	top: 0;
}
.breadcrumb-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1040px;
}
.breadcrumb-list-item {
	height: 34px;
	line-height: 34px;
}
.breadcrumb-list-item:first-child > a {
	background-color: #d8d8d8;
	padding-left: 0;
	padding-right: 22px;
}
.breadcrumb-list-item > a, .breadcrumb-list-item > span {
	color: inherit;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 0 24px 0 34px;
	position: relative;
	text-decoration: none;
}
.breadcrumb-list-item-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.breadcrumb-list-item > a:before {
	display: inline-block;
	height: 36px;
	width: 17px;
	background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d8d8d8)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d8d8d8)) no-repeat bottom right/100% 50%;
	background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat bottom right/100% 50%;
	right: -18px;
}
.breadcrumb-list-item > a:before, .breadcrumb-list-item > a:after {
	content: "";
	position: absolute;
	top: -1px;
}
}
 @charset "UTF-8";
@media print, screen and (min-width: 750px) {
p {
	line-height: 1.6;
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}
}
a {
	-webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	color: #004ecc;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
button {
	cursor: pointer;
}
.section a {
	color: inherit;
}
@media print, screen and (min-width: 750px) {
.section a:hover {
	color: #7374f2;
	text-decoration: none;
}
}
/* 追記分 */

/* -----------------------------------------------
	COMMON
----------------------------------------------- */
.fontColor.is_pale {
	color: #999999;
}
.fontColor.is_gray {
	color: #666;
}
.textAlign_center {
	text-align: center;
}
.textAlign_right {
	text-align: right;
}
.textAlign_left {
	text-align: left;
}
.article {
	padding-top: 25px;
}
.section:first-child {
	padding-top: 0;
}
.section {
	padding: 20px 0 25px;
}
/* ttl-com */
.ttl-com {
	margin: 0;
	padding: 12px 10px 11px 0;
    width: 100%;
    height: 35px;
	line-height:1;
	text-align: right;
	background: #ebebeb;
}
.ttl-com img {
	width: auto;
	height: 12px;
	vertical-align:baseline;
}
/* ttl-sec */
.ttl-sec {
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	border-bottom: 1px solid #7374f2;
	font-size: 22px;
	padding-bottom: 15px;
	margin: .67em 0;
}
.ttl-sec:first-child {
	margin-top: 0;
}
/* ttl */
.heading_level1, .heading_level2, .heading_level3 {
	font-weight: 500;
}
.heading_level1 {
	border-bottom: 1px solid #7374f2;
	font-size: 22px;
	padding-bottom: 15px;
}
.heading_level1.is_outside {
	margin-left: 10px;
	margin-right: 10px;
}
.heading_level1-inner {
	display: block;
}
.heading_level1-category {
    display: block;
    font-size: .6em;
    font-weight: 500;
    padding-right: 20px;
}
.heading_level2 {
	border-bottom: 1px solid #7374f2;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 40px;
	padding-bottom: 10px;
}
.section .heading_level2:first-child {
	margin-top: 0;
}
.heading_level3 {
    border-left: 2px solid #7374f2;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.verticalColumn-item .heading_level4 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 5px;
}
.verticalColumn.for_threeColumns .verticalColumn-item .heading_level4:last-child {
	margin-top: 30px;
	margin-bottom: 0;
}
.verticalColumn.for_threeColumns .verticalColumn-item .heading_level4:last-child {
	margin-top: 5px;
}
/* btn.is_primary */
.btn {
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	padding: 15px 10px;
	text-align: center;
	text-decoration: none;
	word-break: break-all;
}
.btn.is_primary {
	background-color: #080808;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	min-width: 190px;
	padding: 10px 30px;
	position: relative;
}
.btn.is_primary.with_rightArrow:before {
	position: absolute;
	top: 40%;
	right: 10px;
	border: 0;
	content: "";
	display: inline-block;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	border-right: solid 1px #7374f2;
	border-top: solid 1px #7374f2;
	transform: rotate(45deg);
}
.block.with_frame {
	padding: 8px;
}
.block.with_border {
	border: 1px solid #d8d8d8;
}
.list {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 27px;
}
.list.with_arrow {
    list-style: none;
    padding-left: 23px;
    text-indent: -23px;
}
.list-item {
    margin-bottom: 17px;
}
.list.with_arrow .list-item:before {
    margin-right: 10px;
    border: 0;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    border-right: solid 2px #7374f2;
    border-top: solid 2px #7374f2;
    transform: rotate(45deg);
}

 @media screen and (max-width: 749px) {
.spNone {
	display: none !important;
}
.article {
	margin-bottom: 60px;
}
.space {
	padding: 0 10px;
}
.mv-area img {
	width:100%;
	height:auto;
}
.ttl-sec {
	margin-left: 10px;
	margin-right: 10px;
}
}
@media print, screen and (min-width: 750px) {
.pcNone {
	display: none !important;
}
#main {
	margin: 20px 0;
}
.inner {
	margin: 0 auto;
	width: 1040px;
}

.mv-area {
    overflow: hidden;
    height: 480px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* ttl-sec */
.ttl-sec {
	font-size: 34px;
}
/* ttl */
.heading_level1 {
	font-size: 40px;
}
.heading_level1.is_outside {
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
}
.heading_level2 {
	font-size: 28px;
}
.heading_level3 {
    font-size: 26px;
    margin: 40px 0 30px;
}
.verticalColumn-item .heading_level4 {
	font-size: 20px;
}
.verticalColumn.for_threeColumns .verticalColumn-item .heading_level4:last-child {
	margin-bottom: 0;
}
/* btn.is_primary*/
.btn {
	display: inline-block;
	font-size: 18px;
}
.btn.is_primary {
	min-width: 210px;
	padding: 5px 40px;
}
.btn.is_primary:hover {
	background-color: #7374f2;
	color: #fff;
}
.btn.is_primary:hover.with_rightArrow:before {
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
}

.list-item {
    margin-bottom: 20px;
}
}
/* slider */
.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #b9b9b9;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 34px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 16px;
}
.pagination:before {
	content: "";
	display: inline-block;
}
.pagination.is_previous:before {
	display: inline-block;
	height: 12px;
	width: 8px;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat bottom left/100% 50%, -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top right/100% 50%;
	background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat bottom left/100% 50%, linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top right/100% 50%;
}
.pagination.is_next:before {
	display: inline-block;
	height: 12px;
	width: 8px;
	background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat bottom right/100% 50%;
	background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat bottom right/100% 50%;
}
.swiper-pagination {
	position: inherit !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: inherit !important;
}
.indicator .swiper-pagination-bullet {
	background-color: #b9b9b9;
	border-radius: 0;
	height: 4px;
	margin-right: 5px;
	opacity: 1;
	width: 34px;
	cursor: pointer;
}
.indicator .swiper-pagination-bullet-active {
	background-color: #7374f2 !important;
}
 @media print, screen and (min-width: 750px) {
.pagination {
	-webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	height: 44px;
	width: 44px;
}
.pagination.is_previous:before {
	display: inline-block;
	height: 16px;
	width: 12px;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat bottom left/100% 50%, -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top right/100% 50%;
	background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat bottom left/100% 50%, linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top right/100% 50%;
}
.pagination.is_next:before {
	display: inline-block;
	height: 16px;
	width: 12px;
	background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat bottom right/100% 50%;
	background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat bottom right/100% 50%;
}
.indicator .swiper-pagination-bullet {
	height: 5px;
	margin-right: 10px;
	width: 33px;
}
}

/* -----------------------------------------------
	緊急
----------------------------------------------- */
/* カスタマーサポートダウン用 */
#emjbox {
  margin: 0 0 25px 0;
  padding: 15px 10px 25px 10px;
  text-align: center;
  border: solid 3px #f44568;
}

#emjbox h2 {
    color: #f44568;
	font-size: 1.5em;
	font-weight: bold;
}

#emjbox p {
  margin-top: 15px;
}

/* -----------------------------------------------
	NEWS
----------------------------------------------- */
.news {
	margin-bottom: 25px;
}
.news-list-item {
	margin-bottom: 30px;
}
.news-list-date-text {
	display: inline-block;
}
.news-list-date {
	font-size: 12px;
}
.tag {
	display: inline-block;
	font-size: 10px;
	min-width: 60px;
	line-height: 1;
	padding: 2px 4px;
	text-align: center;
}
.tag.is_new {
	background-color: #f2a673;
	color: #fff;
}
.news-list-date .tag {
	margin-left: 10px;
}
 @media print, screen and (min-width: 750px) {
.news {
	margin-bottom: 50px;
}
.news-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.news-list-date {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 4%;
	width: 19%;
}
.tag {
	font-size: 12px;
	min-width: 78px;
	padding: 4px;
}
.news-list-link {
	width: 79%;
}
}
/* -----------------------------------------------
	PICKUP
----------------------------------------------- */
/* pickup-area */
#pickup-area {
	margin-top: 25px;
}
#pickup-area .ttl-sec {
	font-weight: normal;
}
.pickup-slide {
	border-top: 1px solid #b9b9b9;
	overflow-x: hidden;
	position: relative;
}
.pickup-slide-image {
	-webkit-box-sizing: border-box;
	border-right: 1px solid #b9b9b9;
	display: block;
	box-sizing: border-box;
	padding: 5px;
}
.pickup-slide-btn.btn.is_primary {
	border-right: 1px solid #fff;
	line-height: 1.5;
	min-width: auto;
	width: 100%;
	padding: 5px 15px;
	font-size: 12px;
}
.pickup-slide-nav-item {
	position: absolute;
	top: 40%;
	z-index: 1;
}
.pickup-slide-nav-item.is_previous {
	left: 0;
}
.pickup-slide-nav-item.is_next {
	right: 0;
}
 @media screen and (max-width: 749px) {
#pickup-area {
	padding-bottom: 0;
}
}
@media print, screen and (min-width: 750px) {
#pickup-area {
	margin-top: 10px;
}
#pickup-area .ttl-sec {
	margin-bottom: 40px;
}
.pickup-slide {
	width: 986px;
	margin: 0 auto;
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	position: static;
}
.pickup-slide-image {
	padding: 8px;
}
.pickup-slide .swiper-wrapper .pickup-slide-item {
	width: 25%;
}
.pickup-slide-btn.btn.is_primary {
	font-size: 17px;
	padding: 13px 20px;
}
.pickup-slide-nav, .pickup-slide .swiper-pagination {
	display: none;
}
}
/* -----------------------------------------------
	FEATURE
----------------------------------------------- */
.feature {
	background-color: #efefef;
}
.feature .feature-slide {
	margin: 0 34px;
	overflow-x: hidden;
	padding: 30px 0 50px;
	position: static !important;
}
.feature-slide .feature-slide-item {
	width: 48%;
	margin-right: 2%;
}
.feature-slide .feature-slide-image {
	background-color: #fff;
	border: 1px solid #b9b9b9;
	display: block;
	padding: 5px;
}
.feature-slide .feature-slide-text {
	display: block;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}
.feature-slide-nav.is_previous {
	left: 10px;
}
.feature-slide-nav.is_next {
	right: 10px;
}
@media screen and (max-width: 749px) {
#feature-area {
	padding-top: 0;
}
}
@media print, screen and (min-width: 750px) {
.feature {
	background-color: transparent;
}
.feature .feature-slide {
	width: 986px;
	margin: 0 auto;
}
.feature-slide .feature-slide-item {
	width: 23%;
	margin-right: 2.4%;
}
.feature-slide .feature-slide-item:last-child {
	margin-right: 0;
}
.feature-slide .feature-slide-image {
	padding: 10px;
}
.feature-slide .feature-slide-text {
	margin-top: 20px;
	font-size: 15px;
}
.feature-slide-nav {
	display: none;
}
}

.pt0 {
	padding-top: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}


/* -----------------------------------------------
	SITEMAP
----------------------------------------------- */
.sitemap .verticalColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sitemap .verticalColumn.for_oneThreeColumns .verticalColumn-item {
    width: 100%;
}
.sitemap .verticalColumn-item {
    margin-bottom: 25px;
    width: 47%;
}
.sitemap .card {
    border: 1px solid #d8d8d8;
    margin-bottom:20px;
}
.sitemap .card-header {
    background-color: #f5f5f5;
    color: #111111;
    font-weight: 800;
    border-bottom: 1px solid #d8d8d8;
}
.sitemap .card-header a {
    display: block;
    padding: 20px 15px;
}
.sitemap .card-content {
    padding: 10px 15px 5px;
}
.sitemap .card-header.for_noLink {
    padding: 20px 15px;
}
.sitemap .card-header:only-child {
    border-bottom: none;
}
.sitemap .card-list-content a {
    display: block;
    padding: 10px;
}
.sitemap .card-list-header a {
    display: block;
    padding: 20px 0;
	font-weight:bold;
}
.sitemap .card-list {
    border-bottom: 1px dashed #d8d8d8;
}
.sitemap .card-list:last-child {
    border-bottom: none;
}
.sitemap .card-list-header + .card-list-content a {
    padding-top: 0;
}
.sitemap .card-list-content:last-child {
    margin-bottom: 10px;
}
@media print, screen and (min-width: 750px) {
.sitemap .verticalColumn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.sitemap .verticalColumn.for_oneThreeColumns .verticalColumn-item {
    margin-right: 5%;
    width: 30%;
}
.sitemap .verticalColumn-item {
    margin-bottom: 45px;
    margin-right: 40px;
}
.sitemap .card {
    margin-bottom: 30px;
}
.sitemap .link.with_arrow {
    position: relative;
}
.sitemap .card-content {
    padding: 40px 40px 20px;
}
.sitemap .card-header.for_noLink {
    padding: 30px 40px;
}
.sitemap .card-header a {
    padding: 30px 40px;
}
.sitemap .card-list:first-child .card-list-header a {
	padding-top:0;
}
.sitemap .card-list-header a {
    padding: 23px 0; 
}
.sitemap .verticalColumn.for_oneThreeColumns .verticalColumn-item:nth-child(3n) {
    margin-right: 0;
}
}