
@charset "UTF-8";
html {
	overflow-y: scroll;
}

html, body, div, span, object, iframe, picture,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6,
strong,
b,
th {
	font-weight: normal;
}

article, aside, details, figcaption, figure, picture,
footer, header, main, menu, nav, section {
	display: block;
}

ol, ul, li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 500;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
select {
	vertical-align: middle;
}

img,
object,
embed {
	vertical-align: top;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

html.is-nav-active {
	z-index: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	-webkit-text-size-adjust: 100%;
	min-width: 1240px;
	background: #ffffff;
	color: #333333;
	font-family: Roboto, "Noto Sans", "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	line-height: 1.875;
	text-size-adjust: 100%;
}

html[lang="zh-hans"] body {
	font-family: Roboto, "Noto Sans SC", sans-serif;
}

label,
input,
textarea,
select,
button {
	border: none;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button {
	overflow: visible;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a[href^="tel:"] {
	cursor: default;
}

img {
	max-width: 100%;
	height: auto;
}

strong,
em,
b {
	font-weight: bold;
}

em {
	font-style: normal;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="email"] {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

button {
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}

select {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}

b {
	font-weight: bold;
}

sup,
sub {
	font-size: 0.75em;
	vertical-align: text-top;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: bottom;
}

.l-header {
	position: relative;
}

.page-home  {
	position: relative;
}


.l-contents {
	position: relative;
	padding-top: 80px;
	overflow: hidden;
}

.page-home .l-contents {
	padding-top: 0;
}

.l-category-header {
	position: relative;
}

.l-breadcrumb {
	position: relative;
	margin-top: 25px;
}

.l-page-content {
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
}

.l-page-content.c-inner--wide {
	max-width: none;
}

.l-page-content > :first-child {
	margin-top: 0;
}

.l-maincontainer {
	position: relative;
	margin: 0 auto;
}

.l-main {
	padding-top: 85px;
}

.page-home .l-main {
	padding-top: 0;
}

.c-primary {
	color: #1b7dc2;
}

.c-alert {
	color: #b31212;
}

.c-inner {
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.c-inner--wide {
	min-width: 1240px;
	padding: 0 7.5vw;
}

.c-link {
	color: #1b7dc2;
}

.c-link--alert {
	color: #b31212;
}

.c-link:hover {
	text-decoration: underline;
}

.c-link[target="_blank"]::after {
	display: inline-block;
	width: 20px;
	height: 17px;
	margin: 0.3em 5px 0;
	background: url(/corp/assets/images/common/icon_blank.png) no-repeat left center;
	background-size: contain;
	vertical-align: top;
	content: '';
}

.c-link--small {
	font-size: 1.5rem;
}

.c-link--small[target="_blank"]::after {
	margin-top: 0;
}

.c-link-arrow {
	display: table;
	position: relative;
}

.c-link-arrow::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 10px;
	margin-top: 0.5em;
	background: url(/corp/assets/images/common/icon_link.svg) no-repeat left center;
	background-size: contain;
	content: "";
}

.c-link-arrow--back {
	padding-left: 32px;
}

.c-link-arrow--back::before {
	width: 16px;
	height: 13.3333px;
	transform: rotate(180deg);
}

.c-link-anchor {
	display: table;
	position: relative;
}

.c-link-anchor::after {
	display: inline-block;
	width: 9px;
	height: 13px;
	margin-left: 4px;
	transform: rotate(90deg);
	background: url(/corp/assets/images/common/icon_arrow_bl.svg) no-repeat left center;
	background-size: contain;
	vertical-align: baseline;
	content: '';
}

.c-btn {
	display: inline-block;
	transition: all .2s ease-in-out;
	transition: opacity 0.2s ease-out;
}

.c-btn:hover {
	opacity: 0.7;
}

.c-accordion-trigger {
	cursor: pointer;
}

.c-accordion-target {
	display: none;
}

.c-accordion-target.is-open {
	display: block;
}

.c-block-overflow {
	overflow: hidden;
}

.c-block-cover {
	z-index: 1;
	position: relative;
}

.c-disc-list {
	font-weight: 700;
}

.c-disc-list > .c-disc-list__item {
	position: relative;
	padding-left: 20px;
}

.c-disc-list > .c-disc-list__item::before {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0.1em;
	color: #666666;
	font-size: 1.4rem;
	content: "\25CF";
}

.c-disc-list > .c-disc-list__item .c-disc-list {
	font-weight: 400;
}

.c-disc-list > .c-disc-list__item .c-disc-list__item::before {
	content: "\30FB";
}

.c-disc-list--regular {
	font-weight: 400;
}

.c-order-list {
	font-weight: 700;
	counter-reset: order;
}

.p-section-list .c-order-list {
	margin-bottom: 25px;
	font-weight: 400;
}

.c-order-list__item {
	position: relative;
	padding-left: 1.5em;
}

.p-section-list .c-order-list__item {
	margin-bottom: 25px;
}

.c-order-list__item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(order) ".";
	counter-increment: order;
}

.c-order-list > .c-order-list__item .c-order-list {
	font-weight: 400;
}

.c-order-list--regular {
	font-weight: 400;
}

.c-alphabet-list {
	font-weight: 700;
}

.c-alphabet-list__item {
	margin-left: 1.25em;
	padding-left: 0em;
	list-style-type: upper-alpha;
}

.c-alphabet-list > .c-alphabet-list__item .c-alphabet-list {
	font-weight: 400;
}

.c-alphabet-list--regular {
	font-weight: 400;
}

.c-plain-list__item {
	padding-left: 1.5em;
}

.c-note-list--center {
	display: table;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.c-note-list--right {
	display: table;
	width: auto;
	margin-left: auto;
}

.c-note-list__item {
	position: relative;
	padding-left: 1em;
}

.c-note-list__item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\203B";
}

.c-note-list--asterisk .c-note-list__item::before {
	content: "\FF0A";
}

.c-table {
	width: 100%;
}

.c-table__cell {
	padding: 14px 20px;
	border: 1px solid #cccccc;
	background: #ffffff;
	vertical-align: middle;
}

.c-table__head {
	font-weight: 700;
	letter-spacing: 0.025em;
}

.c-nowrap-cell {
	white-space: nowrap;
}

::placeholder {
	color: #aaaaaa;
}

.c-selectbox-unit {
	display: block;
	position: relative;
	width: 100%;
}

.c-selectbox-unit::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 0;
	height: 0;
	margin-top: -5px;
	transform: rotate(180deg);
	border-width: 0 6px 10.3923px 6px;
	border-style: solid;
	border-color: transparent transparent #999999 transparent;
	content: '';
	pointer-events: none;
}

.c-selectbox {
	width: 100%;
	padding: 10px 0;
	border: 1px solid #d5d5d5;
	background: #ffffff;
	font-weight: 700;
	text-align: center;
}

.c-card {
	display: block;
}

.c-card__img {
	overflow: hidden;
}

.c-card__img img {
	display: block;
	width: 100%;
	transition: all 0.2s ease-in-out;
}

.c-card:hover .c-card__img img {
	transform: scale(1.05, 1.05);
}

.c-card__title {
	font-weight: bold;
}

.p-header {
	display: flex;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-width: 1200px;
	height: 80px;
	background-image: linear-gradient(to right, #004099, #1d92cc);
}

.page-home .p-header {
	background-image: none;
}

.page-home .is-collapsed .p-header {
	background-image: linear-gradient(to right, #004099, #1d92cc);
}

.p-header__logo {
	display: block;
	position: relative;
	flex-basis: 311px;
	height: 38px;
	margin-left: 4.375vw;
}

.p-header__logo-img--collapsed {
	display: none;
}

.p-header__nav {
	flex: 1;
}

.p-btn-drawer-search {
	position: relative;
	top: 0;
	right: 0;
	width: 7.4375vw;
	min-width: 80px;
	max-width: 119px;
	height: 80px;
	overflow: hidden;
	background: url(/corp/assets/images/common/icon_zoom.png) no-repeat center 17px #404040;
	background-size: 25px 25px;
}

.p-btn-drawer-search.is-opened {
	z-index: 11;
	background-image: url(/corp/assets/images/common/btn_header_gnav_close.png);
}

.p-btn-drawer-search__text {
	display: block;
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
	height: 1em;
	color: #ffffff;
	font-size: 1.4rem;
}

.p-header-search {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
}

.p-header-search-unit {
	visibility: hidden;
	position: absolute;
	top: 80px;
	right: 0;
	width: 480px;
	max-height: 0;
	padding: 40px;
	transition: all .2s ease-out;
}

.p-header-search-unit.is-opened {
	visibility: visible;
	z-index: 10;
	max-height: 168px;
	background: #eeeeee;
}

.p-header-search-unit__content {
	display: none;
}

.p-header-search-unit.is-opened .p-header-search-unit__content {
	display: block;
}

.p-header-search-link {
	margin-top: 20px;
}

.p-footer {
	position: relative;
	padding: 95px 0 50px;
	border-top: 1px solid #d5d5d5;
}

.p-footer--min {
	border-top: none;
}

.p-footer__row {
	display: flex;
	justify-content: space-between;
}

.p-footer__col {
	flex: 1;
}

.p-footer__nav-title {
	margin-bottom: 20px;
}

.p-footer__bottom {
	padding-top: 34px;
}

.p-footer-bottom__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px;
}

.p-footer-nav-list__item {
	margin-bottom: 12px;
}

.p-footer-nav-link {
	display: block;
	font-size: 1.3rem;
	line-height: 1.5;
}

.p-footer-nav-link:hover {
	text-decoration: underline;
}

.p-footer-nav-cat-link {
	display: block;
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-footer-nav-cat-link:hover {
	text-decoration: underline;
}

.p-footer-info-list {
	display: flex;
	flex-wrap: wrap;
}

.p-footer-info-list__item {
	position: relative;
	padding-right: 20px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.p-footer-info-list__item + .p-footer-info-list__item::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 1em;
	transform: translateY(-50%);
	border-left: 1px solid #aaaaaa;
	content: "";
}

.p-copyright {
	font-size: 1.1rem;
}

.p-gnav {
	display: flex;
	justify-content: flex-end;
}

.p-gnav__main {
	flex: 1;
}

.p-gnav__sub {
	display: flex;
	flex-basis: 240px;
	align-items: center;
	min-width: 175px;
}

.p-gnav__sub .p-btn-list {
	margin-right: 0;
}

.p-gnav__sub .p-btn-list__item {
	margin: 0 0 0 4px;
}

.p-gnav__group-logo {
	padding-left: 20px;
	text-align: center;
}

.p-gnav__group-logo img {
	width: 100px;
	height: auto;
}

.p-gnav-list {
	display: flex;
	justify-content: center;
	min-width: 711px;
	height: 100%;
}

.p-gnav-list__item {
	padding: 0 8px;
}

.p-gnav-link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.is-collapsed .p-gnav-link {
	height: 65px;
}

.p-gnav-link:hover::after, .p-gnav-link.is-current::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: -7px;
	width: calc(100% + 7px * 2);
	height: 5px;
	border-bottom: 5px solid #ffffff;
	content: "";
}

.p-submenu {
	visibility: hidden;
	z-index: 11;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all .2s ease-out;
}

.p-gnav-list__item.is-active .p-submenu {
	visibility: visible;
	opacity: 1;
}

.p-submenu__inner {
	width: 100%;
	border: 1px solid #d5d5d5;
	background: #f5f5f5;
}

.p-submenu__content {
	display: flex;
	justify-content: space-between;
}

.p-submenu__content-head {
	display: flex;
	flex-basis: 290px;
	width: 290px;
	padding-top: 50px;
	padding-right: 20px;
}

.p-submenu__content-nav {
	flex: 1;
	padding: 30px 0 34px 30px;
	border-left: 1px solid #dddddd;
}

.p-submenu-header {
	width: 100%;
}

.p-submenu-header__link {
	display: block;
	padding-left: 40px;
	background: url(/corp/assets/images/common/icon_link_circle_arrow.png) no-repeat left top;
	background-size: 30px 30px;
}

.p-submenu-header__title {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.364;
}

.p-submenu-header__lead {
	margin-top: 32px;
	font-size: 1.5rem;
	line-height: 1.667;
}

.p-submenu-nav {
	overflow: hidden;
}

.p-gnav-sub-list {
	display: flex;
	flex-wrap: wrap;
	width: 880px;
}

.p-gnav-sub-list__item {
	width: 210px;
	height: 65px;
	margin-right: 13px;
	margin-bottom: 13px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	background-color: #ffffff;
	font-size: 1.5rem;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.p-gnav-sub-list__item:nth-child(4n) {
	margin-right: 0;
}

.p-submenu--products .p-gnav-sub-list__item {
	height: 90px;
	background-position: center 18px;
	background-repeat: no-repeat;
}

.p-gnav-sub-list__item--ap {
	background-image: url(/corp/assets/images/common/nav_icon_ap.png);
	background-size: 30px 26px;
}

.p-gnav-sub-list__item--contact {
	background-image: url(/corp/assets/images/common/nav_icon_contact.png);
	background-size: 28px 21.3333px;
}

.p-gnav-sub-list__item--knowledge {
	background-image: url(/corp/assets/images/common/nav_icon_knowledge.png);
	background-size: 28px 20px;
}

.p-gnav-sub-list__item--newproduct {
	background-image: url(/corp/assets/images/common/nav_icon_newproduct.png);
	background-size: 28px 28px;
}

.p-gnav-sub-list__item--product {
	background-image: url(/corp/assets/images/common/nav_icon_product.png);
	background-size: 26px 26px;
}

.p-gnav-sub-list__item--sales {
	background-image: url(/corp/assets/images/common/nav_icon_sales.png);
	background-size: 25.3333px 22px;
}

.p-gnav-sub-list__item--support {
	background-image: url(/corp/assets/images/common/nav_icon_support.png);
	background-size: 24px 26px;
}

.p-drawer-nav-sub-link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	font-weight: 500;
	text-align: center;
}

.p-submenu--products .p-drawer-nav-sub-link {
	align-items: flex-end;
	padding: 0 0 15px;
}

.p-drawer-nav-sub-link::before {
	top: 50%;
	left: 12px;
	margin-top: 0;
	transform: translateY(-50%);
}

.p-submenu--products .p-drawer-nav-sub-link::before::before {
	display: none;
}

.p-drawer-nav-sub-link[target="_blank"]::after {
	position: absolute;
	right: 9px;
	bottom: 15px;
	width: 16px;
	height: 14px;
	margin: 0 0 2px 0;
	background-image: url(/corp/assets/images/common/icon_blank_s.png);
	vertical-align: text-bottom;
}

.p-nav-btn-list {
	display: flex;
	width: 110px;
	margin-left: auto;
}

.p-nav-btn-list__item {
	width: 55px;
	overflow: hidden;
}

.p-nav-btn {
	display: block;
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 45px;
}

.p-drawer-nav-btn {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.p-drawer-nav-btn__link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #1b7dc2;
	background-position: center center;
	background-repeat: no-repeat;
}

.p-drawer-nav-btn__link--open {
	z-index: 100;
	background-image: url(/corp/assets/images/common/btn_header_gnav_open.png);
	background-size: 20px 15px;
}

.p-drawer-nav-btn__link--open.is-active {
	z-index: 0;
}

.p-drawer-nav-btn__link--close {
	z-index: 1;
	background-image: url(/corp/assets/images/common/btn_header_gnav_close.png);
	background-size: 15px 15px;
}

.p-drawer-nav-btn__text {
	clip: rect(1px, 1px, 1px, 1px);
	display: inline;
	z-index: -9999;
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-size: 0;
}

.p-drawer-nav {
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
	position: fixed;
	top: 45px;
	left: 0;
	width: 100%;
	max-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #f5f5f5;
	transition: all .2s ease-out;
}

.p-drawer-nav.is-active {
	visibility: visible;
	z-index: 11;
	max-height: calc(100% - 45px);
}

.p-drawer-nav--footer {
	display: block;
	position: static;
	max-height: none;
}

.p-drawer-nav__inner {
	padding: 20px 0;
}

.p-drawer-nav--footer .p-drawer-nav__inner {
	padding: 0;
}

.p-drawer-nav__sub {
	padding-bottom: 20px;
}

.p-drawer-nav__sub--bottom {
	padding-top: 31px;
	padding-bottom: 28px;
}

.p-drawer-nav__sub-lang-changer {
	display: flex;
	position: relative;
	width: 180px;
}

.p-drawer-nav-list {
	border-top: 1px solid #d5d5d5;
}

.p-drawer-nav-list__item {
	border-bottom: 1px solid #d5d5d5;
}

.p-drawer-nav-lv2-list {
	padding: 10px 0;
}

.p-drawer-nav-lv2-list--products {
	padding: 10px 20px 0;
}

.p-drawer-nav-lv2-list--products .p-drawer-nav-lv2-list__item {
	background-position: left center;
	background-repeat: no-repeat;
}

.p-drawer-nav-lv2-list--products .p-drawer-nav-lv2-list__item:not(:last-child) {
	border-bottom: 1px solid #ffffff;
}

.p-drawer-nav-lv2-list--products .p-drawer-nav-lv2-list__item--ap {
	background-image: url(/corp/assets/images/common/nav_icon_ap.png);
	background-size: 22.5px 19.5px;
}

.p-drawer-nav-lv2-list--products .p-drawer-nav-lv2-list__item--contact {
	background-image: url(/corp/assets/images/common/nav_icon_contact.png);
	background-size: 21px 16px;
}

.p-drawer-nav-lv2-list--products .p-drawer-nav-lv2-list__item--knowledge {
	background-image: url(/corp/assets/images/common/nav_icon_knowledge.png);
	background-size: 21px 15px;
}

.p-drawer-nav-lv2-list--products .p-drawer-nav-lv2-list__item--newproduct {
	background-image: url(/corp/assets/images/common/nav_icon_newproduct.png);
	background-size: 21px 21px;
}

.p-drawer-nav-lv2-list--products .p-drawer-nav-lv2-list__item--product {
	background-image: url(/corp/assets/images/common/nav_icon_product.png);
	background-size: 19.5px 19.5px;
}

.p-drawer-nav-lv2-list--products .p-drawer-nav-lv2-list__item--sales {
	background-image: url(/corp/assets/images/common/nav_icon_sales.png);
	background-size: 19px 16.5px;
}

.p-drawer-nav-lv2-list--products .p-drawer-nav-lv2-list__item--support {
	background-image: url(/corp/assets/images/common/nav_icon_support.png);
	background-size: 18px 19.5px;
}

.p-drawer-nav-link {
	display: block;
	position: relative;
	padding: 16px 46px 16px 20px;
	background: #ffffff;
	font-size: 1.6rem;
	font-weight: 500;
}

.p-drawer-nav-link::before {
	display: block;
	position: absolute;
	top: 0;
	right: 28px;
	width: 9.5px;
	height: 100%;
	background: url(/corp/assets/images/common/icon_arrow.svg) no-repeat -2px center;
	background-size: 9.5px 17px;
	content: "";
}

.p-drawer-nav-accordion-link .p-drawer-nav-link {
	flex: 1;
}

.p-drawer-nav-accordion-link .p-drawer-nav-link::before {
	display: none;
}

.p-drawer-nav-lv2-link {
	display: block;
	position: relative;
	padding: 15px 46px 15px 20px;
	font-size: 1.5rem;
	font-weight: 500;
}

.p-drawer-nav-lv2-list--products .p-drawer-nav-lv2-link {
	padding-left: 33px;
}

.p-drawer-nav-lv2-list--products .p-drawer-nav-lv2-link--top {
	padding-left: 0;
}

.p-drawer-nav-lv2-link::before {
	top: 50%;
	right: 27px;
	left: auto;
	width: 13.5px;
	height: 10px;
	margin-top: 0;
	transform: translateY(-50%);
}

.p-drawer-nav-lv2-link[target="_blank"] {
	padding-right: 22px;
}

.p-drawer-nav-lv2-link[target="_blank"]::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0;
	transform: translateY(-50%);
}

.p-drawer-nav-accordion {
	position: absolute;
	right: 0;
	flex-basis: 100%;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.p-drawer-nav-accordion-link {
	display: flex;
	position: relative;
	justify-content: space-between;
}

.p-drawer-nav-accordion-link__btn {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.p-drawer-nav-accordion-link__btn::before {
	display: block;
	position: absolute;
	top: 0;
	right: 30px;
	width: 9.5px;
	height: 100%;
	transform: rotate(90deg);
	background: url(/corp/assets/images/common/icon_arrow.svg) no-repeat -2px center;
	background-size: 9.5px 17px;
	content: "";
	transition: all 0.2s;
}

.p-drawer-nav-accordion-link__btn.is-opened::before {
	transform: rotate(-90deg);
}

.p-drawer-nav-accordion-link__text {
	clip: rect(1px, 1px, 1px, 1px);
	display: inline;
	z-index: -9999;
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-size: 0;
}

.p-overlay {
	display: none;
	z-index: 98;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.p-overlay.is-megamenu-active {
	display: block;
}

.p-breadcrumb {
	position: relative;
}

.p-breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: 7.5vw;
	padding-right: 20px;
	font-size: 1.3rem;
	letter-spacing: 0.025em;
}

.p-breadcrumb-list__item a {
	display: block;
	position: relative;
	margin-right: 29px;
	color: #1b7dc2;
}

.p-breadcrumb-list__item a:hover {
	text-decoration: underline;
}

.p-breadcrumb-list__item a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: -17px;
	width: 5px;
	height: 5px;
	margin-top: -2.5px;
	transform: rotate(-45deg);
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	content: '';
}

.p-pagetop {
	display: block;
	z-index: 10;
	position: fixed;
	right: 20px;
	bottom: 100px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: url(/corp/assets/images/common/btn_pagetop.png) no-repeat left bottom;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.3s ease-in;
}

.is-scrolled .p-pagetop {
	opacity: 1;
	transition: opacity 0.2s ease-out;
}

.is-scrolled .p-pagetop:hover {
	opacity: 0.7;
}

.p-pagetop__button {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.p-category-nav {
	overflow: hidden;
}

.p-category-nav-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -12px;
}

.p-category-nav-list__item {
	width: calc((100% / 3) - 24px);
	margin: 0 12px 12px;
}

.p-page-header {
	height: 180px;
	background: url(/corp/assets/images/common/bg_page_header.jpg) no-repeat center center;
	background-size: cover;
}

.p-page-header--mv {
	height: 330px;
	padding-bottom: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-tousika .p-page-header--mv {
	background-image: url(/corp/assets/images/tousika/mv.jpg);
}

.page-about .p-page-header--mv {
	background-image: url(/corp/assets/images/about/mv.jpg);
}

.p-page-header__inner {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.p-page-header--mv .p-page-header__inner {
	justify-content: flex-end;
}

.p-page-header__title {
	color: #1b7dc2;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.19;
}

.p-page-header--mv .p-page-header__title {
	color: #ffffff;
	font-size: 4.2rem;
}

.p-page-header--mv .p-page-header__lead {
	margin-top: 30px;
	color: #ffffff;
	font-size: 1.8rem;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.p-page-header__shoulder {
	display: table;
	width: 130px;
	padding: 4px;
	border: 1px solid #333333;
	background: #333333;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.538;
	text-align: center;
}

.p-page-footer {
	padding: 40px 0;
	border-top: 1px solid #cccccc;
}

.p-page-foote-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-small {
	font-size: 1.4rem;
	line-height: 1.857;
}

.p-underline {
	text-decoration: underline;
}

.p-sns-list {
	display: flex;
}

.p-sns-list__item {
	height: 36px;
	margin-right: 12px;
}

.p-sns-list__item:last-child {
	margin-right: 0;
}

.p-sns-list__item img {
	width: auto;
	height: 100%;
}

.p-related-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -12px -12px;
}

.p-related-list__item {
	width: calc((100% / 3) - 24px);
	margin: 0 12px 12px;
}

.p-file-link-list__item + .p-file-link-list__item {
	margin-top: 15px;
}

.p-anchor-nav {
	display: flex;
	justify-content: center;
}

.p-anchor-nav__item {
	width: 235px;
	height: 60px;
	margin: 0 3.5px;
	border: 1px solid #1b7dc2;
}

.p-anchor-nav__link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #1b7dc2;
	transition: opacity 0.2s ease-out;
}

.p-anchor-nav__link:hover {
	opacity: 0.7;
}

.p-anchor-nav__link::after {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
}

.p-table-block {
	margin-top: 80px;
}

.p-table-caption--unit {
	display: table;
	margin: 0 0 10px auto;
	font-size: 1.4rem;
}

.p-table-caption--notes {
	margin-top: 40px;
}

.p-table-colored thead th,
.p-table-colored thead td {
	background: #91baf2;
}

.p-table-colored tbody th {
	background: #e8f1fc;
}

.p-table__cell {
	width: auto;
}

.p-table__cell--w5 {
	width: 5%;
}

.p-table__cell--w10 {
	width: 10%;
}

.p-table__cell--w15 {
	width: 15%;
}

.p-table__cell--w20 {
	width: 20%;
}

.p-table__cell--w25 {
	width: 25%;
}

.p-table__cell--w30 {
	width: 30%;
}

.p-table__cell--w35 {
	width: 35%;
}

.p-table__cell--w40 {
	width: 40%;
}

.p-table__cell--w45 {
	width: 45%;
}

.p-table__cell--w50 {
	width: 50%;
}

.p-table__cell--w55 {
	width: 55%;
}

.p-table__cell--w60 {
	width: 60%;
}

.p-table__cell--w65 {
	width: 65%;
}

.p-table__cell--w70 {
	width: 70%;
}

.p-table__cell--w75 {
	width: 75%;
}

.p-table__cell--w80 {
	width: 80%;
}

.p-table__cell--w85 {
	width: 85%;
}

.p-table__cell--w90 {
	width: 90%;
}

.p-table__cell--w95 {
	width: 95%;
}

.p-table-scroll-wrap {
	position: relative;
	overflow: hidden;
}

.p-table-scroll-wrap + .p-table-scroll-wrap {
	margin-top: 25px;
}

.p-box {
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 34px 40px;
	border: 1px solid #d5d5d5;
}

.p-filesize {
	color: #333333;
}

[href$=".pdf"] .p-filesize {
	display: inline-block;
	min-height: 23.5px;
}

[href$=".pdf"] .p-filesize::before {
	display: inline-block;
	width: 18px;
	height: 23.5px;
	margin: 0 8px;
	background: url(/corp/assets/images/common/icon_pdf.png) no-repeat left center;
	background-size: contain;
	vertical-align: middle;
	content: "";
}

.p-img-block {
	overflow: hidden;
}

.p-movie-block {
	margin-top: 80px;
}

.p-section__col--img .p-movie-block {
	margin-top: 0;
}

.p-movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}

.p-movie__source {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-movie__source--video.is-current .p-movie__video {
	z-index: 0;
	opacity: 1;
}

.p-movie__thumb {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	cursor: pointer;
}

.p-movie__thumb img {
	width: 100%;
}

.p-movie__thumb::after {
	display: block;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 119px;
	height: 119px;
	transform: translate(-50%, -50%);
	background: url(/corp/assets/images/common/btn_movie_play.svg) no-repeat center center;
	background-size: cover;
	content: "";
}

.p-movie__thumb.is-inactive {
	z-index: -1;
}

.p-movie__thumb.is-inactive img {
	display: none;
}

.p-movie__video {
	z-index: -1;
	position: relative;
	width: 100%;
	opacity: 0;
}

.p-movie-caption {
	margin-top: 25px;
}

.p-movie-caption__title {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}

.p-movie-caption__text {
	margin-top: 15px;
}

.p-section__content .p-movie-caption__text {
	margin-top: 15px;
}

.p-section__content .p-movie-caption ul {
	margin-top: 0;
}

.p-eod {
	display: table;
	margin: 50px 0 0 auto;
}

.p-lang-changer-unit {
	display: block;
	position: relative;
	width: 95px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 1.5rem;
	letter-spacing: 0.025em;
	line-height: 1;
}

.p-lang-changer-unit::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 9px;
	height: 15px;
	transform: translate(-50%, -50%) rotate(90deg);
	background: url(/corp/assets/images/common/icon_arrow_wh.svg) no-repeat center center;
	background-size: contain;
	content: "";
	cursor: pointer;
	pointer-events: none;
}

.p-lang-changer-unit__select {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	border: none;
	background-color: transparent;
	color: #ffffff;
}

.p-lang-changer-unit__select option {
	background-color: #ffffff;
	color: #333333;
}

.p-lang-select {
	display: block;
	position: relative;
	width: 180px;
	margin: 0 auto;
}

.p-lang-select::after {
	display: none;
}

.p-lang-select__label {
	display: block;
	z-index: 1;
	position: relative;
	width: 100%;
	height: 45px;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	background-color: #ffffff;
	cursor: pointer;
}

.p-lang-select__label::after {
	display: block;
	z-index: 0;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 9px;
	height: 15px;
	transform: translate(-50%, -50%) rotate(90deg);
	border: none;
	background: url(/corp/assets/images/common/icon_arrow.svg) no-repeat center center;
	background-size: contain;
	content: "";
	pointer-events: none;
}

.p-related-block {
	margin-top: 120px;
	padding: 60px 0 80px;
	background: #f2f2f2;
}

.p-related-block__title {
	margin-bottom: 30px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-align: center;
}

.p-related-block__content {
	overflow: hidden;
}

.p-related-block .p-related-description {
	width: 100%;
	margin-top: 10px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.8;
}

.p-pickup {
	position: relative;
	height: 370px;
	margin-bottom: 90px;
}

.p-pickup__img {
	display: block;
	position: absolute;
	top: 0;
	right: -7.5vw;
}

.p-pickup__link {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.p-pickup__inner {
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	height: 100%;
}

.p-pickup__meta {
	display: block;
	position: relative;
	width: 610px;
	height: 290px;
	padding: 60px 10px 108px 48px;
	background: url(/corp/assets/images/common/icon_link_circle_arrow.png) no-repeat left 48px bottom 48px #ffffff;
	background-size: 60px 60px;
	transition: opacity 0.2s ease-out;
}

.p-pickup__meta:hover {
	opacity: 0.7;
}

.p-pickup__title {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	font-family: "Noto Serif", "Noto Serif JP", serif;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.19;
}

html[lang="zh-hans"] .p-pickup__title {
	font-family: "Noto Serif SC", serif;
}

.p-pickup__title small {
	padding-left: 1em;
	font-family: Roboto, "Noto Sans", "Noto Sans JP", sans-serif;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.p-map-section {
	margin-top: 60px;
	padding-top: 70px;
	border-top: 1px solid #d5d5d5;
}

.p-map-section--lv2 {
	position: relative;
	margin-top: 80px;
	padding-top: 35px;
	border: none;
}

.p-map-section--lv2::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 1px;
	border-top: 1px solid #999999;
	content: "";
}

.p-map-section + .p-map-section {
	margin-top: 100px;
}

.p-map-section + .p-map-section--lv2 {
	margin-top: 80px;
}

.p-map {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	margin-top: 50px;
	padding-top: 31.52%;
	overflow: hidden;
}

.p-map__source {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-map-caption {
	margin-top: 25px;
}

.p-office-info__title {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.p-office-info__data + .p-office-info__title {
	margin-top: 20px;
}

.p-section {
	margin-top: 60px;
}

.p-section__img {
	text-align: center;
}

.p-section__img img {
	width: 100%;
}

.p-section__title {
	margin-bottom: 48px;
	padding-left: 23px;
	background: url(/corp/assets/images/common/bg_section_title.png) no-repeat left 0.1em;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.471;
}

.page-news .p-section__title {
	padding-left: 0;
	background-image: none;
}

.p-section__subtitle-lv1 {
	margin: 70px 0 30px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.4;
}

.p-section__col--text .p-section__subtitle-lv1 {
	margin-top: 0;
}

.p-section__title + .p-section__subtitle-lv1 {
	margin-top: 0;
}

.p-section__subtitle-lv2 {
	margin: 65px 0 30px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.p-section__col--text .p-section__subtitle-lv2 {
	margin-top: 0;
}

.p-section__subtitle-lv1 + .p-section__subtitle-lv2 {
	margin-top: 0;
}

.p-section__subtitle-lv3 {
	margin: 60px 0 30px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.p-section__subtitle-lv2 + .p-section__subtitle-lv3 {
	margin-top: 0;
}

.p-section__subtile-table {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.p-section__subtile-table::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 1em;
	margin-top: 0.2em;
	background-color: #1b7dc2;
	background-size: contain;
	content: "";
}

.p-section__content {
	margin-bottom: 20px;
}

.p-section__content > *:first-child {
	margin-top: 0;
}

.p-section__content p,
.p-section__content ol,
.p-section__content ul,
.p-section__content dl {
	letter-spacing: 0.025em;
}

.p-section__content *:not(h2):not(h3):not(h4):not(h5):not(h6) + p,
.p-section__content *:not(h2):not(h3):not(h4):not(h5):not(h6) + ul,
.p-section__content *:not(h2):not(h3):not(h4):not(h5):not(h6) + ol,
.p-section__content *:not(h2):not(h3):not(h4):not(h5):not(h6) + dl {
	margin-top: 2em;
}

.p-section__caption {
	margin-top: 15px;
	font-size: 1.4rem;
}

.p-section__row {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}

.p-section__row--margin-top {
	margin-top: 70px;
}

.p-section__row--margin-top-l {
	margin-top: 80px;
}

.p-section__row--margin-top-m {
	margin-top: 50px;
}

.p-section__row--no-margin {
	margin-top: 0px;
}

.p-section__row--xxs-margin {
	margin-top: 20px;
}

.p-section__row--xs-margin {
	margin-top: 30px;
}

.p-section__row--s-margin {
	margin-top: 40px;
}

.p-section__row--2col {
	flex-direction: row;
	justify-content: space-between;
}

.p-section__row--3col {
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: -20px;
	overflow: hidden;
}

.p-section__row--4col {
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: -20px;
}

.p-section__row--reverse {
	flex-direction: row-reverse;
}

.p-section__col--img {
	max-width: 1200px;
	margin: 0 auto;
}

.p-section__col--img *:first-child.p-section__caption {
	margin-top: 0;
	margin-bottom: 5px;
}

.p-section__col--text {
	margin-top: 30px;
}

.p-section__subtitle-lv1 + .p-section__row {
	margin-top: 0;
}

.p-section__row--2col .p-section__col {
	width: 570px;
	margin: 0;
}

.p-section__row--2col .p-section__col--480 {
	width: 480px;
	margin: 0;
}

.p-section__row--2col .p-section__col--full {
	width: 100%;
	margin-top: 20px;
}

.p-section__row--3col .p-section__col {
	width: 375px;
	margin: 0 0 20px;
}

.p-section__row--4col .p-section__col {
	width: 285px;
	margin: 0 20px 20px 0;
}

.p-section__row--4col .p-section__col:nth-child(4n) {
	margin-right: 0;
}

.p-section-list {
	font-size: 1.8rem;
	font-weight: 700;
}

.p-section-list__content {
	margin-top: 25px;
	font-size: 1.6rem;
	font-weight: normal;
}

.p-section-block + .p-section-block {
	margin-top: 120px;
}

.p-btn-block {
	margin-top: 30px;
	overflow: hidden;
}

.p-btn-block--right {
	display: table;
	margin-left: auto;
}

.p-btn-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.p-btn-list--column {
	flex-direction: column;
}

.p-footer .p-btn-list--column {
	margin-top: 30px;
}

.p-btn-list__item {
	margin: 0 7.5px;
}

.p-btn-list__item--full {
	width: 100%;
}

.p-btn-list--column {
	display: block;
}

.p-btn-list--column .p-btn-list__item {
	margin: 15px 0;
}

.p-btn-list--2col {
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 730px;
	margin: 0 0 -10px;
}

.p-btn-list--2col .p-btn-list__item {
	width: 360px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.p-btn {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	font-weight: 500;
}

.p-footer:not(.p-footer--min) .p-btn {
	width: 210px;
	height: 45px;
}

.p-btn--close {
	width: 150px;
	height: 45px;
	margin: 0 auto;
	border: 1px solid #d5d5d5;
	border-radius: 1.5px;
	background: url(/corp/assets/images/common/icon_close.png) no-repeat right 20px center;
	background-size: 12px 12px;
}

.p-btn--window-close {
	width: 180px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #d5d5d5;
	border-radius: 1.5px;
	background: url(/corp/assets/images/common/icon_close.png) no-repeat 15px center;
	background-size: 12px 12px;
}

.p-btn--plain {
	width: 100%;
	min-height: 45px;
	padding: 0 18px;
	border: 1px solid #d5d5d5;
	border-radius: 1.5px;
	background-color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.5;
}

.p-btn--primary {
	width: 100%;
	min-height: 45px;
	padding: 0 18px;
	border: 1px solid #1b7dc2;
	border-radius: 1.5px;
	background-color: #1b7dc2;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.5;
	transition: opacity 0.2s ease-out;
}

.p-btn--primary:hover {
	opacity: 0.7;
}

.p-btn--blank {
	padding-right: 13px;
}

.p-btn--related {
	flex-direction: column;
	width: 100%;
	min-height: 120px;
	padding: 5px 70px 5px 45px;
	border: 1px solid #ffffff;
	background: url(/corp/assets/images/common/icon_link_circle_arrow.png) no-repeat right 20px center #ffffff;
	background-size: 45px 45px;
	font-size: 1.8rem;
	line-height: 1.5;
	transition: opacity 0.2s ease-out;
}

.p-btn--related:hover {
	opacity: 0.7;
}

.p-btn--gdpr {
	width: 180px;
	height: 50px;
	padding: 0 10px;
	border: 1px solid #1b7dc2;
	background-color: #1b7dc2;
	color: #ffffff;
	transition: opacity 0.2s ease-out;
}

.p-btn--gdpr:hover {
	opacity: 0.7;
}

.p-btn--to-category-top, .p-btn--back {
	width: auto;
	min-height: 60px;
	padding-right: 79px;
	padding-left: 0;
	background: url(/corp/assets/images/common/icon_link_circle_arrow.png) no-repeat right center;
	transition: opacity 0.2s ease-out;
}

.p-btn--to-category-top:hover, .p-btn--back:hover {
	opacity: 0.7;
}

.p-btn--to-category-top {
	background-color: transparent;
}

.p-btn-text {
	display: flex;
	z-index: 2;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	line-height: 1.5;
	text-align: center;
}

.p-footer:not(.p-footer--min) .p-btn-text {
	justify-content: flex-start;
	text-align: left;
}

.p-btn--primary .p-btn-text:hover,
.p-btn--plain .p-btn-text:hover {
	text-decoration: underline;
}

.p-btn--blank .p-btn-text {
	padding-right: 20px;
}

.p-btn--blank .p-btn-text::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 17px;
	transform: translateY(-50%);
	background: url(/corp/assets/images/common/icon_blank.png) no-repeat;
	background-size: contain;
	content: "";
}

.p-btn--primary.p-btn--blank .p-btn-text::before {
	background-image: url(/corp/assets/images/common/icon_blank_inverse.png);
}

.p-btn--related .p-btn-text {
	justify-content: flex-start;
}

[href$=".pdf"] .p-btn-text {
	padding-right: 36px;
}

[href$=".pdf"] .p-btn-text::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 36px;
	height: 47px;
	transform: translateY(-50%);
	background: url(/corp/assets/images/common/icon_pdf.png) no-repeat left center;
	background-size: contain;
	content: "";
}

.p-box-link-unit {
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	padding: 0 80px 0 45px;
	background: url(/corp/assets/images/common/icon_link_circle_arrow.png) no-repeat right 30px center rgba(229, 229, 229, 0.5);
	background-size: 45px 45px;
	transition: opacity 0.2s ease-out;
}

.p-box-link-unit:hover {
	opacity: 0.7;
}

.p-box-link-unit__inner {
	padding: 10px 0;
}

.p-box-link-unit__title {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-box-link-unit__text {
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 1.667;
}

.p-box-link-list {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.p-box-link-list--2col {
	justify-content: space-between;
	margin-bottom: -24px;
}

.p-box-link-list--3col {
	margin: 0 -12px -12px;
}

.p-box-link-list--2col .p-box-link-list__item {
	width: calc(50% - 12px);
	margin-bottom: 24px;
}

.p-box-link-list--3col .p-box-link-list__item {
	width: calc((100% / 3) - 24px);
	margin: 0 12px 12px;
}

.p-news-block {
	max-width: 1000px;
	margin: 0 auto 115px;
}

.p-news-block__title {
	margin-bottom: 25px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.p-news-block__btn {
	margin-top: 20px;
}

.p-news-block .p-news-list {
	border-top: 1px solid #d5d5d5;
}

.p-news-list__item {
	border-bottom: 1px solid #d5d5d5;
}

.p-news-article {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	padding: 14px 0 12px;
}

.p-section__news-header .p-news-article {
	padding-top: 0;
}

.page-home .p-news-article {
	padding: 20px 0;
}

.p-news-date {
	display: block;
	flex-basis: calc(5.5em + 20px);
	color: #666666;
	font-size: 1.5rem;
	font-weight: 700;
}

.p-news-label-group {
	display: flex;
}

.p-news-label {
	display: block;
	width: 100px;
	margin-right: 6px;
	padding: 5px;
	border: 1px solid #1b7dc2;
	border-radius: 3px;
	color: #1b7dc2;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.p-news-title {
	display: block;
	flex: 1 0 auto;
	width: 100%;
	margin-top: 10px;
	line-height: 1.6;
}

.p-news-block .p-news-title {
	flex: 1;
	margin-top: 0;
}

.p-news-title:hover {
	text-decoration: underline;
}

.p-news-title[target="_blank"]::after {
	display: inline-block;
	width: 20px;
	height: 17px;
	margin: 0.2em 5px 0;
	background: url(/corp/assets/images/common/icon_blank.png) no-repeat left center;
	background-size: contain;
	vertical-align: top;
	content: '';
}

.p-news-filesize {
	color: #333333;
}

[href$=".pdf"] .p-news-filesize {
	display: inline-block;
	min-height: 23.5px;
}

[href$=".pdf"] .p-news-filesize::before {
	display: inline-block;
	width: 18px;
	height: 23.5px;
	margin: 0 8px;
	background: url(/corp/assets/images/common/icon_pdf.png) no-repeat left center;
	background-size: contain;
	vertical-align: middle;
	content: "";
}

.p-news-filter {
	display: flex;
	align-items: center;
	margin: 50px 0 20px;
	padding: 25px 20px 25px 30px;
	background: #e6e6e6;
}

.p-news-filter__title {
	flex: 1;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.p-news-filter__select {
	flex-basis: 180px;
}

.p-news-filter__label {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	background-color: #ffffff;
	cursor: pointer;
}

.p-news-selectbox {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

.p-news-notes {
	margin-top: 29px;
	padding-top: 30px;
	border-top: 1px solid #cccccc;
	color: #666666;
	line-height: 1.25;
}

.p-news-semicon-site {
	margin-top: 40px;
}

.p-news-semicon-site__title {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}

.p-news-semicon-site__content {
	margin-top: 15px;
}

.p-search-form {
	display: flex;
}

.p-search-form__input {
	flex: 1 1 0%;
	min-width: 0;
	margin-right: -1px;
	padding: 15px;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #dddddd;
	background: #ffffff;
}

.p-search-form__submit {
	width: 80px;
	background: #1b7dc2;
}

.p-search-form__submit-text {
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.667;
}

.p-faq__q {
	position: relative;
	margin-bottom: 5px;
	padding: 11px 30px 11px 40px;
	background-color: #f8f8f8;
	color: #1b7dc2;
	font-size: 2rem;
	letter-spacing: 0.025em;
	cursor: pointer;
}

.p-faq__q::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -6px;
	transform: rotate(0deg);
	border-width: 0 8px 13.85641px 8px;
	border-style: solid;
	border-color: transparent transparent #1b7dc2 transparent;
	content: '';
	transition: all 0.2s;
}

.p-faq__q::before {
	position: absolute;
	top: 11px;
	left: 10px;
	margin-top: 0.25em;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	white-space: pre-wrap;
	content: "Q." " ";
}

.p-faq__q.is-open::after {
	transform: rotate(180deg);
}

.p-faq__a {
	display: none;
	position: relative;
	padding: 30px 0 50px 40px;
}

.p-faq__a::before {
	position: absolute;
	top: 30px;
	left: 10px;
	margin-top: 0.125em;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	white-space: pre-wrap;
	content: "A." " ";
}

.p-sitemap__home {
	margin-bottom: 50px;
}

.p-sitemap-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}

.p-sitemap-list > .p-sitemap-list__item {
	width: 360px;
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #d5d5d5;
}

.p-sitemap-list > .p-sitemap-list__item.is-order01 {
	order: 1;
}

.p-sitemap-list > .p-sitemap-list__item.is-order02 {
	order: 2;
}

.p-sitemap-list > .p-sitemap-list__item.is-order03 {
	order: 3;
}

.p-sitemap-list > .p-sitemap-list__item.is-order04 {
	order: 4;
}

.p-sitemap-list > .p-sitemap-list__item.is-order05 {
	order: 5;
}

.p-sitemap-list > .p-sitemap-list__item.is-order06 {
	order: 6;
}

.p-sitemap-list > .p-sitemap-list__item.is-order07 {
	order: 7;
}

.p-sitemap-list > .p-sitemap-list__item.is-order05 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.p-sitemap-list > .p-sitemap-list__item.is-order06 {
	padding-bottom: 0;
	border-bottom: none;
}

.p-sitemap-item-group {
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #d5d5d5;
}

.p-sitemap-item-group + .p-sitemap-item-group {
	padding-bottom: 0;
	border-bottom: none;
}

.p-sitemap-lv3-list {
	margin-top: 20px;
}

.p-sitemap-link {
	display: block;
	min-height: 34px;
	padding-top: 4px;
	padding-left: 44px;
	background: url(/corp/assets/images/common/icon_link_circle_arrow.png) no-repeat left top;
	background-size: 34px 34px;
}

.p-sitemap-link:hover {
	text-decoration: underline;
}

.sitemap-lv3-link {
	margin-left: 13px;
	padding-left: 34px;
}

.p-gdpr {
	z-index: 101;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px 0;
	background-color: rgba(38, 64, 76, 0.851);
}

.p-gdpr__inner {
	display: flex;
	width: auto;
	min-width: 0;
	max-width: 1240px;
}

.p-gdpr__text {
	flex: 1;
	padding-right: 20px;
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.667;
}

.p-gdpr__text .c-link {
	color: #ffffff;
	text-decoration: underline;
}

.u-ta-r {
	text-align: right;
}

.u-ta-c {
	text-align: center;
}

.u-ta-l {
	text-align: center;
}

.u-va-t {
	vertical-align: top;
}

.u-va-m {
	vertical-align: middle;
}

.u-va-b {
	vertical-align: bottom;
}

.u-alternate {
	clip: rect(1px, 1px, 1px, 1px);
	display: inline;
	z-index: -9999;
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-size: 0;
}

.u-onepiece {
	display: inline-block;
}

.u-sample {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	padding: 10px 0;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	line-height: 1.5;
}

* + .u-sample {
	margin-top: 2em;
}

.u-sample div:first-child {
	font-size: 3.4rem;
	font-weight: 700;
}

.u-sample div + div {
	padding-left: 1em;
}

.u-sample small {
	color: #b31212;
	font-size: 1.4rem;
	font-weight: 400;
}

.u-m-0 {
	margin: 0;
}

.u-mt-1em {
	margin-top: 1em;
}

.u-mt-20 {
	margin-top: 20px;
}

.u-mt-25 {
	margin-top: 25px;
}

.u-mt-30 {
	margin-top: 30px;
}

.u-mt-60 {
	margin-top: 60px;
}

.u-mb-1em {
	margin-bottom: 1em;
}

.p-home-mv {
	position: relative;
}

.p-home-mv::before {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 152px;
	background: url(/corp/assets/images/top/header_bg.png) repeat-x left top/contain;
	content: '';
}

.p-home-mv__img {
	display: block;
}

.p-home-mv__img img {
	display: block;
	width: 100%;
}

.p-home-mv__link {
	display: block;
	position: relative;
}

.p-home-mv__inner {
	position: absolute;
	bottom: 138px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}

.p-home-mv__slider:not(.slick-initialized) {
	visibility: hidden;
	height: 800px;
}

.p-home-mv__box {
	width: 100%;
	max-width: 640px;
	padding: 48px 60px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 1.7rem;
	line-height: 1.5;
}

.p-home-mv__box.is-bg-blue, .p-home-mv__box.is-bg-black {
	color: #ffffff;
}

.p-home-mv__box.is-bg-blue .p-home-mv__title::before, .p-home-mv__box.is-bg-black .p-home-mv__title::before {
	border-top-color: #ffffff;
}

.p-home-mv__box.is-bg-blue {
	background: linear-gradient(90deg, rgba(0, 64, 153, 0.9) 0%, rgba(29, 146, 204, 0.9) 100%);
}

.p-home-mv__box.is-bg-black {
	background: rgba(0, 0, 0, 0.5);
}

.p-home-mv__title {
	display: flex;
	position: relative;
	align-items: center;
	margin: 6px 0 24px;
	padding-bottom: 30px;
	color: #1b7dc2;
	font-family: "Noto Serif", "Noto Serif JP", serif;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1;
}

html[lang="zh-hans"] .p-home-mv__title {
	font-family: "Noto Serif SC", serif;
}

.p-home-mv__title.is-title-white {
	color: #ffffff;
}

.p-home-mv__title small {
	margin-left: 11px;
	font-size: 1.8rem;
}

.p-home-mv__title::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 0;
	border-top: 1px solid #aaaaaa;
	content: '';
}

.p-home-mv__nav {
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	align-items: center;
	width: 400px;
	height: 90px;
	padding: 20px 40px;
	background: rgba(0, 0, 0, 0.5);
}

.p-home-mv__controls {
	display: flex;
	position: relative;
	flex-grow: 1;
	align-items: center;
}

.p-home-mv__controls .slick-dots {
	display: flex;
	align-items: center;
	order: 1;
	margin-right: auto;
}

.p-home-mv__controls .slick-dots li:not(:first-child) {
	margin-left: 13px;
}

.p-home-mv__controls .slick-dots li.slick-active button {
	opacity: 1;
}

.p-home-mv__controls .slick-dots li button {
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	border: 0;
	border-radius: 100%;
	outline: none;
	background: #ffffff;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	opacity: 0.35;
}

.p-home-mv__controls .slick-prev {
	order: 3;
	margin-left: 10px;
	background-image: url(/corp/assets/images/top/icon_slider_prev_wh.png);
}

.p-home-mv__controls .slick-next {
	order: 4;
	margin-left: 10px;
	background-image: url(/corp/assets/images/top/icon_slider_next_wh.png);
}

.p-home-mv .p-home-mv__controls .slick-arrow, .p-home-mv__pause {
	display: block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
}

.p-home-mv__pause {
	order: 2;
	background-image: url(/corp/assets/images/top/icon_slider_pause_wh.png);
}

.p-home-mv__pause.is-pause {
	background-image: url(/corp/assets/images/top/icon_slider_play_wh.png);
}

.p-home-emergency {
	padding: 80px 0;
}

.p-home-emergency__list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	color: #b31212;
	line-height: 1.571;
}

.p-home-emergency__title {
	flex-basis: 164px;
	padding: 8px 5px;
	border: 1px solid rgba(179, 18, 18, 0.3);
	border-radius: 3px;
	font-weight: 700;
	text-align: center;
}

.p-home-emergency__content {
	flex: 1;
	padding-left: 18px;
}

.p-home-emergency-list__item + .p-home-emergency-list__item {
	margin-top: 10px;
}

.p-home-emergency-text {
	display: inline-block;
	padding-left: 25px;
	background: url(/corp/assets/images/common/icon_arrow_alert.svg) no-repeat left 0.5em;
}

.p-home-product {
	position: relative;
	margin-top: 10px;
	padding: 80px 0 95px;
	overflow: hidden;
}

.p-home-product::before {
	display: block;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 380px;
	background: url(/corp/assets/images/top/product_bg.png) repeat left top;
	content: '';
}

.p-home-product__title {
	display: flex;
	position: relative;
	align-items: center;
	height: 89px;
	margin-bottom: 46px;
	padding-left: 115px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
}

.p-home-product__title::before {
	display: block;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 514px;
	height: 89px;
	background: url(/corp/assets/images/top/product_ttl_en.svg) no-repeat center center/cover;
	content: '';
}

.p-home-product__item {
	width: 400px;
	margin-right: 40px;
}

.p-home-product__slider:not(.slick-initialized) {
	visibility: hidden;
}

.p-home-product__slider .slick-list {
	overflow: visible;
}

.p-home-product__nav {
	display: flex;
	position: absolute;
	top: 124px;
	right: 40px;
	align-items: center;
}

.p-home-product__nav .slick-arrow {
	display: block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
}

.p-home-product__nav .slick-prev {
	background-image: url(/corp/assets/images/top/icon_slider_prev.png);
}

.p-home-product__nav .slick-next {
	margin-left: 10px;
	background-image: url(/corp/assets/images/top/icon_slider_next.png);
}

.p-product-card {
	font-size: 1.5rem;
	line-height: 1.667;
}

.p-product-card .c-card__img {
	margin-bottom: 19px;
}

.p-product-card .c-card__title {
	margin-bottom: 5px;
	font-size: 1.8rem;
	line-height: 1.556;
}

.p-home-pickup-card {
	overflow: hidden;
}

.p-home-pickup-card__link {
	display: block;
	position: relative;
	height: 420px;
}

.p-home-pickup-card__link::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 120px;
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
	background: url(/corp/assets/images/common/icon_link_circle_arrow_inverse.png) no-repeat center center;
	background-size: contain;
	content: "";
}

.p-home-pickup-card__img {
	display: block;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.p-home-pickup-card__img img {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
}

.p-home-pickup-card__meta {
	display: flex;
	z-index: 1;
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 440px;
	height: 100%;
	margin: 0 auto;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
}

.p-home-pickup-card:hover .p-home-pickup-card__meta {
	transform: scale(1.35, 1.35);
}

.p-home-pickup-card__title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
	font-family: "Noto Serif", "Noto Serif JP", serif;
	font-size: 5.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

html[lang="zh-hans"] .p-home-pickup-card__title {
	font-family: "Noto Serif SC", serif;
}

.p-home-pickup-card__title b {
	display: block;
	font-size: 7.8rem;
}

.p-home-pickup-card__title small {
	display: block;
	padding-left: 1em;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-home-pickup-card__lead {
	margin-top: 20px;
	font-size: 1.5rem;
	letter-spacing: 0.025em;
	line-height: 1.8;
	text-align: center;
}

.p-home-service {
	padding: 100px 0;
	background: url(/corp/assets/images/top/bg_service.jpg) no-repeat center center;
	background-size: cover;
}

.p-home-service-card-list {
	display: flex;
	justify-content: space-between;
}

.p-home-service-card {
	width: calc((100% / 3) - 40px);
	max-width: 400px;
}

.p-home-service-card__link {
	display: block;
}

.p-home-service-card__title {
	display: flex;
	align-items: center;
	min-height: 60px;
	margin-top: 25px;
	padding-right: 65px;
	background: url(/corp/assets/images/common/icon_blank_circle_inverse.png) no-repeat right center;
	background-size: 60px 60px;
	color: #ffffff;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
}

.p-home-service-card__img {
	transition: all 0.2s ease-in-out;
}

.p-home-service-card:hover .p-home-service-card__img {
	transform: scale(1.1, 1.1);
}

.p-home-news {
	position: relative;
	margin-bottom: 110px;
	padding-top: 110px;
}

.p-home-news::before {
	display: block;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: 100%;
	background: #f2f2f2;
	content: '';
}

.p-home-news__title {
	margin-bottom: 10px;
	font-size: 5.4rem;
	font-weight: 500;
}

.p-home-tab-list__item {
	margin-bottom: 10px;
}

.p-home-tab-list__btn {
	display: block;
	position: relative;
	width: 180px;
	padding: 24px 30px;
	background: #ffffff;
	color: #1b7dc2;
	font-size: 1.7rem;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
	transition: all 0.1s ease;
}

.p-home-tab-list__btn::before {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	height: 100%;
	background: linear-gradient(to bottom left, transparent 50%, #ffffff 51%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #ffffff 51%) no-repeat bottom left/100% 50%;
	content: '';
}

.p-home-tab-list__btn.is-current {
	width: 215px;
	background: #1b7dc2;
	color: #ffffff;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.p-home-tab-list__btn.is-current::before {
	background: linear-gradient(to bottom left, transparent 50%, #1b7dc2 51%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #1b7dc2 51%) no-repeat bottom left/100% 50%;
}

.p-home-tab-panel:not(.is-current) {
	display: none;
}

.p-home-tab-panel {
	padding: 20px 0 64px 60px;
	background: #ffffff;
}

.p-home-tab-container {
	display: flex;
}

.p-home-tab-container__nav {
	width: 220px;
}

.p-home-tab-container__panels {
	flex: 1 0 0px;
}

@media screen and (min-width: 1601px) {
	body {
		min-width: 1240px;
	}
	.c-inner--wide {
		padding: 0 120px;
	}
	.p-pickup__img {
		right: -120px;
	}
	.p-home-pickup-card__img {
		width: 100vw;
	}
}

@media screen and (max-width: 1600px) {
	body {
		min-width: 1240px;
	}
}

@media screen and (max-width: 1440px) {
	body {
		min-width: 1240px;
	}
	.c-inner--wide {
		padding: 0 20px;
	}
	.p-header__logo {
		flex-basis: 19.4375vw;
		margin-left: 20px;
	}
	.p-gnav__sub {
		flex-basis: 15vw;
	}
	.p-breadcrumb-list {
		width: 1240px;
		margin-left: auto;
		padding-left: 20px;
	}
	.p-pickup__img {
		right: -20px;
	}
}

@media screen and (max-width: 1290px) {
	body {
		min-width: 1240px;
	}
	.p-btn-drawer-search {
		max-width: 80px;
	}
}

@media screen and (max-width: 1280px) {
	body {
		min-width: 1240px;
	}
	.p-header__logo {
		flex-basis: 249px;
	}
}

@media screen and (max-width: 1024px) {
	body {
		min-width: 1240px;
	}
}

@media screen and (min-width: 769px) {
	body {
		min-width: 1240px;
	}
	.is-collapsed + .l-contents {
		padding-top: 65px;
	}
	.page-home .is-collapsed + .l-contents {
		padding-top: 0;
	}
	.l-category-header {
		height: 462px;
	}
	.c-block-overflow--pc {
		overflow: hidden;
	}
	.p-header--min {
		height: 70px;
	}
	.is-collapsed .p-header {
		height: 65px;
	}
	.is-collapsed .p-header__logo {
		flex-basis: 121px;
	}
	.is-collapsed .p-header__logo-img {
		display: none;
	}
	.is-collapsed .p-header__logo-img--collapsed {
		display: block;
	}
	.is-collapsed .p-btn-drawer-search {
		height: 65px;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.is-collapsed .p-btn-drawer-search__text {
		clip: rect(1px, 1px, 1px, 1px);
		display: inline;
		z-index: -9999;
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		font-size: 0;
	}
	.is-collapsed .p-header-search-unit {
		top: 65px;
	}
	.p-footer--min {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.p-footer-info-list__item + .p-footer-info-list__item {
		padding-left: 20px;
	}
	.is-collapsed .p-submenu {
		top: 65px;
	}
	.p-drawer-nav-sub-link {
		transition: background-color 0.2s ease-out;
	}
	.p-drawer-nav-sub-link:hover {
		background-color: rgba(0, 0, 0, 0.03);
	}
	.p-related-list--2col .p-related-list__item {
		width: calc((100% / 2) - 24px);
	}
	.p-table--w50 {
		width: 50%;
	}
	.p-table--w60 {
		width: 60%;
	}
	.p-table--w70 {
		width: 70%;
	}
	.p-table--w80 {
		width: 80%;
	}
	.p-table--w90 {
		width: 90%;
	}
	.p-movie-block {
		max-width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.p-section__col--img .p-movie-block {
		max-width: none;
		margin-right: 0;
		margin-left: 0;
	}
	.p-pickup__title.is-sp {
		display: none;
	}
	.p-pickup__lead.is-sp {
		display: none;
	}
	.p-section__row--3col::after {
		display: block;
		width: 375px;
		content: "";
	}
	.p-movie-block .p-section__row--2col .p-section__col {
		width: calc(50% - 20px);
		min-width: 570px;
	}
	.p-section__row--2col .p-section__col + .p-section__col + .p-section__col {
		margin-top: 20px;
	}
	.p-section__row--2col .p-section__col--480 + .p-section__col--text {
		flex: 1;
		padding-right: 0;
		padding-left: 45px;
	}
	.p-section__row--reverse .p-section__col--480 + .p-section__col--text {
		flex: 1;
		padding-right: 45px;
		padding-left: 0;
	}
	.p-movie-block .p-section__row--3col .p-section__col {
		width: calc(100% / 3 - 20px);
		min-width: 375px;
	}
	.p-sitemap-list {
		position: relative;
	}
	.p-sitemap-list > .p-sitemap-list__item.is-order05 {
		position: absolute;
		top: 0;
		left: 420px;
		margin-top: 90px;
	}
	.p-sitemap-list > .p-sitemap-list__item.is-order06 {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 90px;
	}
	.u-pc-hidden {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	body {
		min-width: 320px;
		font-size: 1.4rem;
		line-height: 1.714;
	}
	.l-contents {
		padding-top: 45px;
	}
	.page-home .l-contents {
		padding-top: 0;
	}
	.l-category-header {
		height: calc(35vw + 93px);
	}
	.l-breadcrumb {
		margin-top: 17.5px;
	}
	.l-page-content {
		margin-bottom: 60px;
	}
	.l-main {
		padding-top: 30px;
	}
	.page-home .l-main {
		padding-top: 0;
	}
	.c-inner {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.c-inner--wide {
		min-width: 0;
	}
	.c-link[target="_blank"]::after {
		width: 17px;
		height: 14.5px;
		height: 14px;
		margin-top: 0.2em;
	}
	.c-link--small[target="_blank"]::after {
		margin-top: 0;
	}
	.c-link-arrow--back {
		padding-left: 24px;
	}
	.c-link-arrow--back::before {
		width: 12px;
		height: 10px;
	}
	.c-btn:hover {
		opacity: 1;
	}
	.c-block-overflow--sp {
		overflow: hidden;
	}
	.c-disc-list > .c-disc-list__item::before {
		font-size: 1.2rem;
	}
	.c-table__cell {
		padding: 7px 10px;
	}
	.c-selectbox {
		font-size: 1.6rem;
	}
	.p-header {
		min-width: 100%;
		height: 45px;
		padding-right: 60px;
	}
	.page-home.is-scrolled .p-header {
		background-image: linear-gradient(to right, #004099, #1d92cc);
	}
	.p-header__logo {
		flex-basis: 189.5px;
		height: 23px;
		margin-left: 2vw;
	}
	.p-btn-drawer-search {
		width: 60px;
		min-width: 60px;
		height: 45px;
		background-color: rgba(0, 0, 0, 0.5);
		background-position-y: center;
		background-size: 16px 16px;
	}
	.is-nav-active .p-btn-drawer-search {
		display: none;
	}
	.p-btn-drawer-search.is-opened {
		background-size: 15px 15px;
	}
	.p-btn-drawer-search__text {
		clip: rect(1px, 1px, 1px, 1px);
		display: inline;
		z-index: -9999;
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		font-size: 0;
	}
	.p-header-search {
		right: 60px;
	}
	.p-header-search-unit {
		position: fixed;
		top: 45px;
		right: 0px;
		width: 100%;
		padding: 20px;
	}
	.p-footer {
		padding-top: 0;
		padding-bottom: 35px;
	}
	.p-footer--min {
		padding-top: 20px;
	}
	.p-footer__bottom {
		padding-top: 30px;
	}
	.p-footer__bottom .p-sns-list {
		justify-content: center;
	}
	.p-footer__bottom .p-sns-list__item {
		margin-right: 10px;
		margin-left: 10px;
	}
	.p-footer-bottom__row {
		flex-direction: column;
		align-items: center;
		padding-top: 25px;
	}
	.p-footer-nav-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.p-footer-info-list {
		justify-content: center;
	}
	.p-footer-info-list__item {
		margin-bottom: 14px;
		padding-right: 7px;
		padding-left: 7px;
		font-size: 1.3rem;
	}
	.p-copyright {
		padding-top: 20px;
		font-size: 1rem;
	}
	.p-drawer-nav-lv2-link[target="_blank"]::after {
		margin-top: 0;
	}
	.p-breadcrumb {
		overflow: hidden;
	}
	.p-breadcrumb-list {
		-webkit-overflow-scrolling: touch;
		flex-wrap: nowrap;
		width: auto;
		margin-left: 0;
		padding-bottom: 10px;
		overflow-x: auto;
		font-size: 1.1rem;
	}
	.p-breadcrumb-list__item {
		white-space: nowrap;
	}
	.p-breadcrumb-list__item a {
		margin-right: 21px;
	}
	.p-breadcrumb-list__item a::after {
		right: -13px;
	}
	.is-scrolled .p-pagetop:hover {
		opacity: 1;
	}
	.p-pagetop {
		display: none;
	}
	.p-category-nav-list {
		display: block;
		margin: 0 0 -7px;
	}
	.p-category-nav-list__item {
		width: 100%;
		margin: 0 0 7px;
	}
	.p-page-header {
		background-size: 100% 100%;
	}
	.p-page-header--mv {
		height: 60vw;
		min-height: 225px;
		max-height: 330px;
		padding-bottom: 6.66667vw;
		background-size: cover;
	}
	.page-tousika .p-page-header--mv {
		background-image: url(/corp/assets/images/tousika/mv_sp.jpg);
	}
	.page-about .p-page-header--mv {
		background-image: url(/corp/assets/images/about/mv_sp.jpg);
	}
	.p-page-header__title {
		font-size: 2.3rem;
		line-height: 1.111;
	}
	.p-page-header--mv .p-page-header__title {
		font-size: 2.3rem;
	}
	.p-page-header--mv .p-page-header__lead {
		margin-top: 15px;
		font-size: 1.3rem;
	}
	.p-page-header__shoulder {
		margin-bottom: 5px;
		font-size: 1.1rem;
	}
	.p-page-footer {
		padding: 20px 0;
	}
	.p-small {
		font-size: 1.2rem;
	}
	.p-sns-list__item {
		height: 40px;
	}
	.p-related-list {
		display: block;
		margin: 0 0 -7px;
	}
	.p-related-list__item {
		width: 100%;
		margin: 0 0 7px;
	}
	.p-file-link-list__item + .p-file-link-list__item {
		margin-top: 10.5px;
	}
	.p-anchor-nav__link:hover {
		opacity: 1;
	}
	.p-table-block {
		margin-top: 40px;
	}
	.p-table-caption--unit {
		font-size: 1.2rem;
	}
	.p-table-caption--notes {
		margin-top: 20px;
	}
	.p-table-scroll {
		-webkit-overflow-scrolling: touch;
		width: calc(100% + 20px);
		margin-left: -20px;
		padding-left: 20px;
		overflow-x: auto;
	}
	.p-table-scroll .c-table {
		width: 728px;
	}
	.p-table-scroll .p-table-min-scroll {
		width: calc(100% + 20px);
	}
	.p-table-scroll-wrap::before {
		display: block;
		z-index: 1;
		position: absolute;
		top: 50%;
		right: 0;
		width: 0;
		height: 0;
		margin-top: -30px;
		border-width: 30px 0 30px 21px;
		border-style: solid;
		border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
		content: '';
		opacity: 1;
		transition: all .2s ease-in;
	}
	.p-table-scroll-wrap.is-scroll::before {
		visibility: hidden;
		opacity: 0;
	}
	.p-box {
		padding: 17px 20px;
	}
	.p-movie-block {
		margin-top: 40px;
	}
	.p-section__col--img .p-movie-block {
		margin-top: 0;
	}
	.p-movie__thumb::after {
		width: 59.5px;
		height: 59.5px;
	}
	.p-movie-caption {
		margin-top: 15px;
	}
	.p-movie-caption__title {
		font-size: 1.5rem;
	}
	.p-movie-caption__text {
		margin-top: 10px;
	}
	.p-section__content .p-movie-caption__text {
		margin-top: 10px;
	}
	.p-eod {
		margin-top: 25px;
	}
	.p-lang-selectbox {
		display: block;
		height: 100%;
		border: none;
	}
	.is-touch-device .p-lang-selectbox {
		position: absolute;
		top: 0;
		left: 50%;
		width: auto;
		transform: translateX(-50%);
	}
	.p-related-block {
		margin-top: 60px;
		padding: 30px 0;
	}
	.p-related-block__title {
		margin-bottom: 21px;
	}
	.p-related-block__title {
		font-size: 2rem;
	}
	.p-pickup {
		height: auto;
		margin-bottom: 45px;
	}
	.p-pickup__img {
		position: relative;
		right: auto;
	}
	.p-pickup__link {
		display: block;
		position: relative;
	}
	.p-pickup__inner {
		display: block;
		height: auto;
	}
	.p-pickup__meta:hover {
		opacity: 1;
	}
	.p-pickup__meta {
		width: 100%;
		height: auto;
		padding: 0;
		background: none;
	}
	.p-pickup__title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		margin-bottom: 0;
		padding: 15px 50px 15px 15px;
		background: url(/corp/assets/images/common/icon_link_circle_arrow_inverse.png) no-repeat center right 15px rgba(27, 125, 194, 0.851);
		background-size: 30px 30px;
		color: #ffffff;
		font-size: 2.1rem;
	}
	.p-pickup__title small {
		font-size: 1.2rem;
	}
	.p-pickup__title.is-pc {
		display: none;
	}
	.p-pickup__lead.is-pc {
		display: none;
	}
	.p-pickup__lead.is-sp {
		padding: 15px 15px 0;
	}
	.p-map-section {
		margin-top: 42px;
	}
	.p-map-section {
		padding-top: 49px;
	}
	.p-map-section--lv2 {
		margin-top: 56px;
	}
	.p-map-section--lv2 {
		padding-top: 24.5px;
	}
	.p-map-section + .p-map-section {
		margin-top: 70px;
	}
	.p-map-section + .p-map-section--lv2 {
		margin-top: 56px;
	}
	.p-map {
		margin-top: 20px;
		padding-top: 60%;
	}
	.p-map-caption {
		margin-top: 20px;
	}
	.p-section {
		margin-top: 30px;
	}
	.p-section__title {
		margin-bottom: 24px;
	}
	.p-section__title {
		padding-left: 18px;
		background-position-y: 0;
		background-size: auto 35px;
		font-size: 2.1rem;
	}
	.p-section__subtitle-lv1 {
		margin: 35px 0 15px;
		font-size: 1.9rem;
	}
	.p-section__subtitle-lv2 {
		margin-top: 65px;
		margin-bottom: 30px;
		font-size: 1.7rem;
	}
	.p-section__subtitle-lv3 {
		margin-top: 60px;
		margin-bottom: 30px;
		font-size: 1.5rem;
	}
	.p-section__subtile-table {
		font-size: 1.5rem;
	}
	.p-section__content {
		margin-bottom: 10px;
	}
	.p-section__caption {
		font-size: 1.2rem;
	}
	.p-section__row--margin-top {
		margin-top: 49px;
	}
	.p-section__row--margin-top-l {
		margin-top: 56px;
	}
	.p-section__row--margin-top-m {
		margin-top: 35px;
	}
	.p-section__row--no-margin {
		margin-top: 0px;
	}
	.p-section__row--xxs-margin {
		margin-top: 14px;
	}
	.p-section__row--xs-margin {
		margin-top: 21px;
	}
	.p-section__row--s-margin {
		margin-top: 28px;
	}
	.p-section__row--2col {
		display: block;
	}
	.p-img-block .p-section__row--2col {
		display: flex;
		margin-bottom: -20px;
	}
	.p-section__row--3col {
		display: block;
	}
	.p-img-block .p-section__row--3col {
		display: flex;
		margin-bottom: -20px;
	}
	.p-section__row--4col {
		display: block;
	}
	.p-img-block .p-section__row--4col {
		display: flex;
		justify-content: space-between;
	}
	.p-section__row.p-section__row--2col.p-section__row--sp-reverse {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
	}
	.p-section__col--text {
		margin-top: 15px;
	}
	.p-section__col--img + .p-section__col--text {
		margin-top: 20px;
	}
	.p-section__subtitle-lv1 + .p-section__row {
		margin-top: 0;
	}
	.p-section__row--2col .p-section__col {
		width: auto;
	}
	.p-img-block .p-section__row--2col .p-section__col {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.p-section__row--2col .p-section__col--480 {
		width: auto;
	}
	.p-section__row--3col .p-section__col {
		width: auto;
	}
	.p-img-block .p-section__row--3col .p-section__col {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.p-section__row--4col .p-section__col {
		width: auto;
	}
	.p-img-block .p-section__row--4col .p-section__col {
		width: calc(50% - 10px);
		margin: 0 0 20px;
	}
	.p-section__row--2col .p-section__col + .p-section__col {
		margin-top: 20px;
	}
	.p-img-block .p-section__row--2col .p-section__col + .p-section__col {
		margin-top: 0;
	}
	.p-section__row--sp-reverse .p-section__col--img + .p-section__col--text {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.p-section-list {
		font-size: 1.6rem;
	}
	.p-section-list__content {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.p-section-block + .p-section-block {
		margin-top: 60px;
	}
	.p-btn-block {
		margin-top: 15px;
	}
	.p-btn-list__item {
		margin-right: 6px;
		margin-left: 6px;
	}
	.p-btn--primary:hover {
		opacity: 1;
	}
	.p-btn--related:hover {
		opacity: 1;
	}
	.p-btn--related {
		min-height: 75px;
		padding: 5px 45px 5px 15px;
		background-position: right 10px center;
		background-size: 30px 30px;
		font-size: 1.6rem;
	}
	.p-btn--gdpr:hover {
		opacity: 1;
	}
	.p-btn--gdpr {
		width: 150px;
		height: 30px;
		margin: 10px auto 0;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.p-btn--to-category-top:hover, .p-btn--back:hover {
		opacity: 1;
	}
	.p-btn--to-category-top, .p-btn--back {
		min-height: 45px;
		padding-right: 57px;
		background-size: 45px 45px;
	}
	[href$=".pdf"] .p-btn-text {
		padding-right: 24px;
	}
	[href$=".pdf"] .p-btn-text::before {
		width: 24px;
		height: 31.3333px;
	}
	.p-box-link-unit:hover {
		opacity: 1;
	}
	.p-box-link-unit {
		min-height: 95px;
		padding: 0 50px 0 15px;
		background-position: right 15px center;
		background-size: 30px 30px;
	}
	.p-box-link-unit__title {
		font-size: 1.5rem;
	}
	.p-box-link-unit__text {
		margin-top: 5px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.p-box-link-list--2col {
		margin-bottom: -7px;
	}
	.p-box-link-list--3col {
		justify-content: space-between;
	}
	.p-box-link-list--2col .p-box-link-list__item {
		width: 100%;
		margin-bottom: 7px;
	}
	.p-box-link-list--3col .p-box-link-list__item {
		width: calc(50% - 3.5px);
		margin: 0 0 7px;
	}
	.p-news-block {
		margin-bottom: 70px;
	}
	.p-news-block__title {
		text-align: left;
	}
	.p-news-block__btn {
		margin-top: 15px;
	}
	.p-news-article {
		padding: 10px 0;
	}
	.page-home .p-news-article {
		padding: 10px 0;
	}
	.p-news-date {
		font-size: 1.3rem;
	}
	.p-news-label {
		padding: 3px 5px;
		font-size: 1.3rem;
	}
	.p-news-title {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.p-news-title[target="_blank"]::after {
		width: 17px;
		height: 14.5px;
	}
	.p-news-filter {
		margin-top: 25px;
		margin-bottom: 10px;
		padding: 15px 10px 15px 15px;
	}
	.p-news-filter__title {
		font-size: 1.8rem;
	}
	.is-touch-device .p-news-selectbox {
		position: absolute;
		top: 0;
		left: 50%;
		width: auto;
		transform: translateX(-50%);
	}
	.p-news-notes {
		margin-top: 14px;
		padding-top: 15px;
	}
	.p-news-semicon-site {
		margin-top: 20px;
	}
	.p-news-semicon-site__title {
		font-size: 1.5rem;
	}
	.p-news-semicon-site__content {
		margin-top: 7px;
	}
	.p-faq__q {
		padding-left: 35px;
		font-size: 1.6rem;
	}
	.p-faq__q::before {
		font-size: 1.8rem;
	}
	.p-faq__a {
		padding: 15px 0 25px 35px;
	}
	.p-faq__a::before {
		top: 15px;
		font-size: 1.6rem;
	}
	.p-sitemap-list {
		display: block;
	}
	.p-sitemap-list > .p-sitemap-list__item {
		width: 100%;
		margin-bottom: 25px;
		padding-bottom: 20px;
	}
	.p-sitemap-item-group {
		width: 100%;
		margin-bottom: 25px;
		padding-bottom: 20px;
	}
	.p-sitemap-link {
		min-height: 30px;
		background-size: 30px 30px;
	}
	.p-gdpr {
		padding: 10px 0;
	}
	.p-gdpr__inner {
		display: block;
	}
	.p-gdpr__text {
		padding-right: 0;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.u-sp-hidden {
		display: none;
	}
	.u-sample {
		display: block;
	}
	.u-sample div:first-child {
		font-size: 2.4rem;
	}
	.u-mt-20 {
		margin-top: 14px;
	}
	.u-mt-25 {
		margin-top: 17.5px;
	}
	.u-mt-30 {
		margin-top: 21px;
	}
	.u-mt-60 {
		margin-top: 42px;
	}
	.p-home-mv__inner {
		bottom: 30px;
		left: 0;
		margin-left: 0;
		padding: 0 27px;
		transform: none;
	}
	.p-home-mv__box {
		padding: 20px 25px;
		font-size: 1.3rem;
		line-height: 1.647;
	}
	.p-home-mv__title {
		margin: 0 0 10px;
		padding-bottom: 9px;
		font-size: 2.7rem;
	}
	.p-home-mv__title::before {
		width: 50px;
	}
	.p-home-mv__nav {
		display: block;
		position: static;
		width: auto;
		height: auto;
		padding: 14px 10px;
		background: transparent;
	}
	.p-home-mv__controls {
		justify-content: center;
	}
	.p-home-mv__controls .slick-dots {
		order: 2;
		margin: 0 30px;
	}
	.p-home-mv__controls .slick-dots li:not(:first-child) {
		margin-left: 7px;
	}
	.p-home-mv__controls .slick-dots li.slick-active button {
		background: #1b7dc2;
	}
	.p-home-mv__controls .slick-dots li button {
		width: 8px;
		height: 8px;
		background: #888888;
	}
	.p-home-mv__controls .slick-prev {
		order: 1;
		margin-left: 0;
		background-image: url(/corp/assets/images/top/icon_slider_prev_sp.png);
	}
	.p-home-mv__controls .slick-next {
		margin-left: 5px;
		background-image: url(/corp/assets/images/top/icon_slider_next_sp.png);
	}
	.p-home-mv .p-home-mv__controls .slick-arrow, .p-home-mv__pause {
		width: 33px;
		height: 33px;
	}
	.p-home-mv__pause {
		order: 3;
		background-image: url(/corp/assets/images/top/icon_slider_pause_sp.png);
	}
	.p-home-mv__pause.is-pause {
		background-image: url(/corp/assets/images/top/icon_slider_play_sp.png);
	}
	.p-home-emergency {
		padding: 40px 0;
	}
	.p-home-emergency__list {
		display: block;
	}
	.p-home-emergency__title {
		min-width: 75px;
		max-width: 90px;
		margin-bottom: 10px;
		padding: 6px 2px;
	}
	.p-home-emergency__content {
		padding-left: 0;
	}
	.p-home-product {
		padding: 33px 0 50px;
	}
	.p-home-product::before {
		width: 300px;
		height: 155px;
	}
	.p-home-product__title {
		height: 40px;
		margin-bottom: 30px;
		padding-left: 45px;
		font-size: 1.7rem;
	}
	.p-home-product__title::before {
		width: 236px;
		height: 40px;
	}
	.p-home-product__item {
		width: 53.333vw;
		min-width: 200px;
		margin-right: 20px;
	}
	.p-home-product__inner {
		position: relative;
	}
	.p-home-product__nav {
		position: static;
	}
	.p-home-product__nav .slick-arrow {
		z-index: 1;
		position: absolute;
		top: 50%;
		width: 33px;
		height: 33px;
		margin-top: -20px;
	}
	.p-home-product__nav .slick-prev {
		left: -12px;
		margin-left: 0;
		background-image: url(/corp/assets/images/top/icon_slider_prev_bl.png);
	}
	.p-home-product__nav .slick-next {
		right: -12px;
		margin-left: 5px;
		background-image: url(/corp/assets/images/top/icon_slider_next_bl.png);
	}
	.p-product-card {
		font-size: 1.3rem;
		line-height: 1.615;
	}
	.p-product-card .c-card__img {
		margin-bottom: 10px;
	}
	.p-product-card .c-card__title {
		font-size: 1.5rem;
	}
	.p-home-pickup-card__link {
		height: 36.4vw;
	}
	.p-home-pickup-card__link::after {
		right: 24px;
		width: 29px;
		height: 29px;
	}
	.p-home-pickup-card__img img {
		width: auto;
		height: 100%;
	}
	.p-home-pickup-card__meta {
		width: 56vw;
	}
	.p-home-pickup-card__title {
		padding-bottom: 10px;
		font-size: 2.4rem;
	}
	.p-home-pickup-card__title b {
		font-size: 3rem;
	}
	.p-home-pickup-card__title small {
		font-size: 1.2rem;
	}
	.p-home-pickup-card__lead {
		margin-top: 10px;
		font-size: 1rem;
	}
	.p-home-service {
		padding: 45px 0;
		background-image: url(/corp/assets/images/top/bg_service_sp.jpg);
	}
	.p-home-service-card-list {
		display: block;
		max-width: 540px;
		margin: 0 auto -20px;
		overflow: hidden;
	}
	.p-home-service-card {
		position: relative;
		width: 100%;
		max-width: none;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.p-home-service-card__meta {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		margin-bottom: 0;
		padding: 15px;
		background: rgba(27, 125, 194, 0.851);
		color: #ffffff;
		font-size: 2.1rem;
	}
	.p-home-service-card__title {
		min-height: 15px;
		margin-top: 0;
		padding-right: 22px;
		background-image: url(/corp/assets/images/common/icon_blank_inverse.png);
		background-size: 17px 15px;
		font-size: 1.7rem;
	}
	.p-home-service-card__img img {
		width: 100%;
	}
	.p-home-news {
		margin-bottom: 46px;
		padding-top: 31px;
		background: #f2f2f2;
	}
	.p-home-news .c-inner--wide {
		padding-right: 0;
	}
	.p-home-news::before {
		content: none;
	}
	.p-home-news__title {
		margin-bottom: 0;
		margin-left: 8px;
		font-size: 2.7rem;
		line-height: 1.37;
	}
	.p-home-tab-list {
		display: flex;
		flex: 1 0 0px;
		justify-content: flex-end;
		margin: 0 -2px;
		padding-left: 20px;
	}
	.p-home-tab-list__item {
		flex: 1 0 0px;
		max-width: 107px;
		margin-bottom: 0;
		padding: 0 2px;
	}
	.p-home-tab-list__btn::before {
		top: auto;
		right: 0;
		bottom: -20px;
		width: 100%;
		height: 20px;
		background: none;
	}
	.p-home-tab-list__btn {
		width: 100%;
		padding: 10px;
		font-size: 1.5rem;
		text-align: center;
	}
	.p-home-tab-list__btn.is-current {
		width: 100%;
	}
	.p-home-tab-list__btn.is-current::before {
		background: linear-gradient(to bottom left, #1b7dc2 50%, transparent 51%) no-repeat top left/51% 100%, linear-gradient(to bottom right, #1b7dc2 50%, transparent 51%) no-repeat top right/51% 100%;
	}
	.p-home-tab-panel {
		padding: 15px 20px 20px;
	}
	.p-home-tab-panel .p-news-label {
		width: 75px;
		color: #007fc4;
	}
	.p-home-tab-panel .p-news-date {
		flex-basis: calc(5.5em + 7px);
	}
	.p-home-tab-container {
		display: block;
	}
	.p-home-tab-container__nav {
		display: flex;
		width: auto;
		margin-bottom: 9px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 667px) {
	body {
		min-width: 320px;
	}
}

@media screen and (max-width: 568px) {
	body {
		min-width: 320px;
	}
	.p-anchor-nav__link::after {
		top: auto;
		right: calc(50% - 7px);
		bottom: 5px;
	}
}

@media screen and (max-width: 480px) {
	body {
		min-width: 320px;
	}
}

@media screen and (max-width: 414px) {
	body {
		min-width: 320px;
	}
}

@media screen and (max-width: 375px) {
	body {
		min-width: 320px;
	}
	.l-category-header {
		height: 28.8vw;
	}
	.p-search-form__submit {
		width: 21.33333vw;
		min-width: 60px;
	}
}

@media screen and (max-width: 374px) {
	body {
		min-width: 320px;
	}
}

@media screen and (-webkit-max-device-pixel-ratio: 1) {
	img {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		image-rendering: crisp-edges;
		image-rendering: -webkit-optimize-contrast;
	}
}

@media screen and (hover: none) and (pointer: coarse) {
	input[type="text"],
	input[type="search"],
	input[type="password"],
	input[type="tel"],
	input[type="email"] {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 768px) and (max-width: 768px) {
	.p-section__subtitle-lv2 {
		margin-top: 45.5px;
	}
	.p-section__subtitle-lv2 {
		margin-bottom: 21px;
	}
	.p-section__subtitle-lv3 {
		margin-top: 42px;
	}
	.p-section__subtitle-lv3 {
		margin-bottom: 21px;
	}
}

@media screen and (max-width: 750px) {
	.u-sp-design-hidden {
		display: none;
	}
}

@media (hover: none), screen and (max-width: 768px) {
	.u-touch-hidden {
		display: none;
	}
}

@media (hover: hover), screen and (min-width: 769px) {
	.u-mouse-hidden {
		display: none;
	}
}

.for-pc { display:block; }
.for-sp { display:none; }

@media only screen and (max-width : 767px){
  .for-pc { display:none; }
  .for-sp { display:block; }
}




