@charset "UTF-8";
/* -----------------------------------------------
TOP PAGE
-------------------------------------------------- */
.box-mainvisual--top {
	position: relative;
	margin-bottom: 17.6rem;
}

.box-mainvisual--top:before {
	display: none;
}

.box-mainvisual--top .box-mainvisual__image {
	height: 0px;
	padding-bottom: 54.53%;
}

.box-mainvisual--top .box-mainvisual__title {
	display: block;
	position: absolute;
	top: 28.7%;
	font-family: "ASAHI Garamond", serif;
	font-weight: normal;
	font-size: 6.4rem;
	color: #ffffff;
	letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
	.box-mainvisual--top {
		margin-bottom: 8rem;
	}

	.box-mainvisual--top .box-mainvisual__image {
		padding-bottom: 64%;
	}

	.box-mainvisual--top .box-mainvisual__title {
		top: 33%;
		font-size: 2.8rem;
	}
}
/* endMedia */
@media only screen and (min-width: 1280px) {
	.box-mainvisual--top .box-mainvisual__image {
		height: 698px;
		padding-bottom: 0;
	}
}
#sec-new {
	margin-bottom: 6.8rem;
}

@media only screen and (max-width: 767px) {
	#sec-new {
		margin-bottom: 2.4rem;
	}

	#sec-new .wrp-button {
		margin-top: 1.6rem;
		padding: 0;
	}
}
/* endMedia */
#sec-choosing {
	position: relative;
	padding: 29.6rem 0 16rem;
	min-height: 61.3rem;
	background: url("/assets/images/common/bg-mainvisual01.svg") center top no-repeat;
	background-size: 1814px auto;
}

.sec-choosing__image {
	display: inline-block;
	position: absolute;
	top: -15rem;
	right: -17vw;
	width: 67vw;
	text-align: right;
}

.sec-choosing__image img {
	margin: 0 0 0 auto;
}

.choosing-box-heading {
	position: relative;
	margin-bottom: 4.8rem;
}

.choosing-box-inner__title {
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
	text-align: center;
}

.choosing-box-control {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding-top: 3.2rem;
	border-top: 1px solid #ffffff;
}

.choosing-box-control::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d4d7de;
}

.choosing-box-control__item {
	width: 47.1%;
}

.choosing-box-control__item.column1 {
	width: 100%;
}

.choosing-box-control__text {
	margin-bottom: 2.4rem;
}

.choosing-box-control__button {
	display: flex;
	align-items: center;
	padding: 0 1.2rem;
	width: 100%;
	height: 60px;
	font-weight: bold;
	background: #e6e8eb;
	border-radius: 8px;
	box-shadow: -1px -1px 2px 0px rgba(255, 255, 255, 0.7), 1px 1px 2px 0px rgba(166, 171, 189, 0.4);
	transition: all 0.4s;
	box-sizing: border-box;
}

.choosing-box-control__button span {
	display: inline-block;
	margin-left: 2.4rem;
}

.no-touchevents a.choosing-box-control__button:hover {
	background: #ebedef;
	color: #111;
	box-shadow: -1px -1px 2px 0px rgba(255, 255, 255, 0.35), 1px 1px 2px 0px rgba(166, 171, 189, 0.2);
	transition: all 0.2s;
}

@media only screen and (max-width: 1000px) {
	.choosing-box-control__item {
		width: 100%;
		margin-bottom: 3.2rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#sec-choosing {
		background-size: 160%;
	}

	.sec-choosing__image {
		top: -24rem;
		width: 72vw;
	}
}
@media only screen and (max-width: 767px) {
	#sec-choosing {
		margin-top: 4.8rem;
		padding: 26.4rem 0 6.4rem;
		background: url("/assets/images/common/bg-mainvisual01.svg") center top no-repeat;
		background-size: 667px auto;
	}

	.sec-choosing__image {
		top: -29rem;
		right: -23vw;
		width: 127vw;
	}

	.choosing-box-heading {
		margin-bottom: 3.2rem;
	}

	.choosing-box-inner {
		padding: 3.2rem 3.2rem 4.8rem;
	}

	.choosing-box-inner__title {
		font-size: 1.6rem;
	}

	.choosing-box-control__item:last-of-type {
		margin-bottom: 0;
	}

	.choosing-box-control__text {
		margin-bottom: 1.6rem;
		text-align: center;
	}

	.choosing-box-control__button {
		padding: 0.8rem;
		height: 5rem;
	}

	.choosing-box-control__button img {
		height: 3.9rem;
	}

	.choosing-box-control__button span {
		margin-left: 1.6rem;
	}

	.nav-list-category__item img {
		max-width: 70px;
	}
}
/* endMedia */
#sec-designed {
	position: relative;
	padding: 12rem 0 11.2rem;
	background: #f5f5f5;
}

#sec-designed .designed__image {
	width: 42.03%;
	position: absolute;
	top: 0;
	right: 0;
	padding-bottom: 74rem;
}

#sec-designed .designed-box-content {
	width: 56%;
}

#sec-designed .designed-box-heading {
	margin-bottom: 8rem;
}

#sec-designed .designed__btn {
	margin-bottom: 10.8rem;
}

#sec-designed .box-des {
	margin-bottom: 5.6rem;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#sec-designed .designed-box-heading__title {
		font-size: 5vw;
	}

	#sec-designed .designed__btn {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#sec-designed .designed__image {
		padding-bottom: 60rem;
	}
}
@media only screen and (max-width: 767px) {
	#sec-designed {
		padding: 0 0 6.4rem;
	}

	#sec-designed .designed__image {
		position: static;
		width: calc(100% - 2.4rem);
		margin-left: 2.4rem;
		margin-bottom: 5.6rem;
		padding-bottom: 23rem;
	}

	#sec-designed .designed-box-content {
		width: 100%;
	}

	#sec-designed .designed-box-heading {
		margin-bottom: 5.6rem;
	}

	#sec-designed .designed__btn {
		margin-bottom: 6.4rem;
	}

	#sec-designed .box-des {
		margin-bottom: 4rem;
	}
}
/* endMedia */
#sec-choosing .nav-list-category {
	width: auto;
	margin-left: -1.6rem;
	margin-right: -1.6rem;
	padding: 0;
	border-bottom: none;
}

#sec-choosing .nav-list-category__item {
	margin-bottom: 3.2rem;
}

#sec-choosing .nav-list-category__item a {
	display: block;
	cursor: pointer;
	background: #e6e8eb;
}

@media only screen and (max-width: 767px) {
	#sec-choosing .nav-list-category {
		margin-left: -0.8rem;
		margin-right: -0.8rem;
		padding-bottom: 1.6rem;
	}

	#sec-choosing .nav-list-category__item {
		padding: 0 0.8rem;
		margin-bottom: 1.6rem;
		flex: none;
	}
}
/* endMedia */
/* -----------------------------------------------
ABOUT US
--------------------------------------------------*/
/*Section about*/
.sec-about {
	padding-bottom: 9.6rem;
}

.sec-about .box-media {
	margin-top: 4.8rem;
}

.sec-about .box-media + .hdg-lv2 {
	margin-top: 16rem;
}

.table01--about th {
	width: 22.5%;
	padding: 3.2rem 0;
}

.table01--about td {
	width: 77.5%;
	padding: 3.2rem 0;
}

.table01--about + .hdg-lv2 {
	margin-top: 12.8rem;
}

.table01--about table::after {
	content: none;
}

@media screen and (max-width: 767px) {
	.hdg-lv2 + .box-media {
		margin-top: 2.2rem;
	}

	.sec-about {
		padding-bottom: 4.8rem;
	}

	.sec-about .box__image img {
		width: 100%;
	}

	.sec-about .box-media + .hdg-lv2 {
		margin-top: 6.4rem;
	}

	.sec-about .table01--about th {
		width: 100%;
		padding: 0.8rem 0;
	}

	.sec-about .table01--about td {
		width: 100%;
		padding: 1.6rem 0;
	}
}
/*Section message*/
.sec-message {
	position: relative;
	padding: 12.8rem 0 14.4rem;
	background: url("/assets/images/common/bg-mainvisual02.jpg") repeat top center;
	background-size: 160px auto;
}

.sec-message::after {
	content: "";
	background: url("/assets/images/about-us/about-bg-message01.png") no-repeat center center;
	background-size: auto 340px;
	background-position-x: right;
	position: absolute;
	top: 14%;
	right: 10%;
	right: calc((100vw - 1000px) / 2);
	width: 100%;
	height: 342px;
}

.sec-message .hdg-lv2 {
	margin-top: 0;
}

.sec-message__inner {
	padding-top: 36rem;
}

.sec-message__inner p {
	padding-top: 2.8rem;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-message::after {
		background-size: auto 200px;
		height: 280px;
		right: 5%;
	}

	.sec-message__inner {
		padding-top: 24rem;
	}
}
@media screen and (max-width: 767px) {
	.sec-message {
		padding: 6.4rem 0 7.2rem;
		background-size: 90px auto;
	}

	.sec-message__inner {
		padding-top: 18rem;
	}

	.sec-message::after {
		background-position-x: right;
		top: 160px;
		height: 160px;
		background-size: auto 160px;
		right: 5%;
	}

	.sec-message__inner p {
		padding-top: 1.4rem;
	}
}
@media screen and (max-width: 560px) {
	.sec-message::after {
		background-position-x: right;
		top: 160px;
		height: 120px;
		background-size: auto 120px;
		right: 5%;
	}

	.sec-message__inner {
		padding-top: 14rem;
	}
}
/*Section headquarters*/
.sec-headquarters {
	padding-bottom: 15.2rem;
}

.sec-headquarters .hdg-lv2 {
	margin-top: 12rem;
}

.sec-headquarters .hdg-lv2 + .box__image {
	margin-top: 4.8rem;
}

.sec-headquarters .box-grid-image__item {
	margin-top: 4.8rem;
}

.sec-headquarters .hdg-lv3 {
	margin-top: 7.2rem;
}

.sec-headquarters .txt-lead {
	margin-bottom: 0;
}

.sec-headquarters .about-maps {
	margin-top: 4rem;
}

.sec-headquarters .about-maps iframe {
	width: 100%;
	height: 40rem;
}

.sec-headquarters .about-maps + p {
	margin-top: 1.6rem;
}

[lang=zh-cmn-Hans] .sec-headquarters .about-maps iframe {
	margin: 0;
	width: 502px;
	height: 422px;
}

@media screen and (max-width: 1024px) {
	.sec-headquarters .hdg-lv2 + .box__image {
		margin-left: -2.4rem;
		margin-right: -2.4rem;
	}
}
@media screen and (max-width: 767px) {
	.sec-headquarters {
		padding-bottom: 7.6rem;
	}

	.sec-headquarters .hdg-lv2 {
		margin-top: 6rem;
	}

	.sec-headquarters .hdg-lv2 + .box__image {
		margin-top: 2.4rem;
	}

	.sec-headquarters .box-grid-image__item {
		margin-top: 2.4rem;
	}

	.sec-headquarters .box-grid-image .fluid-image {
		width: 100%;
	}

	.box__image__caption {
		margin-top: 0.8rem;
	}

	.sec-headquarters .hdg-lv3 {
		margin-top: 3.6rem;
	}

	.sec-headquarters .about-maps {
		margin-top: 2.4rem;
	}

	[lang=zh-cmn-Hans] .sec-headquarters .about-maps iframe {
		width: 100%;
		height: 42rem;
	}
}
/*Section office*/
.sec-office {
	position: relative;
	padding: 6rem 0 12.8rem;
	background-color: #f5f5f5;
}

.sec-office::before {
	content: "";
	background: url("/assets/images/about-us/about-bg-global.png") top right no-repeat;
	width: 816px;
	height: 385px;
	position: absolute;
	top: 0;
	right: -16rem;
}

.sec-office .table01 th {
	width: 22.5%;
}

.sec-office .table01 td {
	width: 77.5%;
}

.sec-office .table01 td .txt-lead {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.sec-office {
		padding: 3rem 0px 6.4rem;
	}

	.sec-office .table01 th,
.sec-office .table01 td {
		width: 100%;
	}

	.sec-office::before {
		background-size: contain;
		width: 375px;
		height: 200px;
		right: -10rem;
	}
}
/*Section agency*/
.sec-agency {
	background: #f5f5f5;
	padding-bottom: 13.6rem;
}

.sec-agency .hdg-lv2 {
	margin-top: 0;
}

.sec-agency p {
	margin-top: 4rem;
}

.sec-agency .btn {
	margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
	.sec-agency {
		padding-bottom: 6.8rem;
	}

	.sec-agency p {
		margin-top: 2rem;
	}

	.sec-agency .btn {
		margin-top: 1.6rem;
		max-width: 100%;
	}
}
/*Section base*/
.sec-base {
	position: relative;
	padding-bottom: 12rem;
	background: #f5f5f5;
}

.sec-base .hdg-lv2 {
	margin-top: 0;
}

.sec-base .box__image {
	position: absolute;
	top: 0;
	right: 0;
	width: 42.03%;
	text-align: right;
	padding-bottom: 74rem;
}

.about-base {
	width: 56%;
	margin: 4.8rem auto 0 0;
}

.about-base__lst li {
	position: relative;
	padding: 2.4rem 0;
}

.about-base__lst li:first-child {
	padding-top: 0;
}

.about-base__lst li::after {
	content: "";
	border-top: solid 1px #c7cad1;
	border-bottom: solid 1px #fff;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
}

.about-base__lst li .txt-lead {
	margin-bottom: 0.8rem;
}

@media screen and (max-width: 767px) {
	.sec-base {
		padding-bottom: 6rem;
	}

	.sec-base .box__image {
		position: static;
		width: 100%;
		margin-bottom: 4.8rem;
		padding-bottom: 23rem;
	}

	.sec-base .box__image img {
		width: 100%;
	}

	.about-base {
		width: 100%;
		margin: 2.4rem auto 0 0;
	}

	.about-base__lst li:last-child::after {
		border: 0;
	}
}
/* -----------------------------------------------
PRODUCT
-------------------------------------------------- */
/* guidewire-compare */
.box-product-compare {
	position: relative;
	padding-top: 10.8rem;
	padding-bottom: 12rem;
	margin-top: 4.8rem;
}

@media only screen and (max-width: 767px) {
	.box-product-compare {
		padding-bottom: 6.4rem;
		margin-top: 2.4rem;
	}
}
.nav-product-select {
	max-width: 87.2rem;
	width: calc(100% - 12.8rem);
	position: absolute;
	top: 6.4rem;
	z-index: 2;
	background-color: #E6E8EB;
	padding: 10px 10px 20px;
	margin: 0 -10px 0;
	background: linear-gradient(to bottom, #e6e8eb 0%, #e6e8eb 70%, rgba(230, 232, 235, 0.33) 91%, rgba(230, 232, 235, 0) 100%);
}

.nav-product-select .form-select-option {
	min-width: 31.7rem;
}

.nav-product-select .form-select-option::before {
	left: 13rem;
}

.nav-product-select.fixed {
	width: calc(100% - 17.6rem);
	position: fixed;
	top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.nav-product-select {
		width: calc(100% - 6.4rem);
	}
}
@media only screen and (max-width: 767px) {
	.nav-product-select {
		width: 100%;
		top: 1.6rem;
	}

	.nav-product-select .form-select-option::before {
		left: 50%;
	}

	.nav-product-select.fixed {
		position: fixed;
		top: 8.2rem;
		width: calc(100% - 4.8rem);
	}

	.nav-product-select .form-select-option {
		min-width: 0;
	}
}
.guidewire-box-content {
	margin-top: 6.4rem;
}

.guidewire-box-content__item {
	position: relative;
	padding-bottom: 10rem;
}

.guidewire-box-content__title {
	background: #fff;
}

.guidewire-box-content__title > p {
	display: block;
	padding: 1.6rem 0;
	text-align: center;
	background: #fff;
}

.guidewire-box-content__item:first-of-type .guidewire-box-content__title > p {
	width: calc(300% + 9.6rem);
	right: calc(-300% - 9.6rem);
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.guidewire-box-content__detail {
	padding: 4rem 0;
	font-weight: bold;
	text-align: center;
}

.guidewire-box-content__detail p {
	position: relative;
}

.guidewire-box-content__detail:last-of-type {
	padding-bottom: 0;
}

.guidewire-box-content + .wrp-button {
	margin-top: 4rem;
}

.guidewire-button {
	width: auto;
	position: absolute;
	left: 2.4rem;
	right: 2.4rem;
	bottom: 0;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.guidewire-box-content__item:first-of-type .guidewire-box-content__title > p {
		width: calc(300% + 6.4rem);
		right: calc(-300% - 6.4rem);
	}

	.guidewire-button {
		font-size: 1.8vw;
		left: 1.6rem;
		right: 1.6rem;
	}

	.guidewire-button::before {
		right: 1.6rem;
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 767px) {
	.guidewire-box-content {
		margin-top: 0;
	}

	.guidewire-box-content__title > p {
		font-size: 1.2rem;
		padding: 0.8rem 0;
	}

	.guidewire-box-content__detail {
		padding: 2.4rem 0;
	}

	.guidewire-box-content__item:first-of-type .guidewire-box-content__title > p {
		width: calc(200% + 2.4rem);
		right: calc(-200% - 2.4rem);
	}

	.guidewire-box-content__item {
		position: relative;
		padding-bottom: 9.4rem;
	}

	.guidewire-button {
		left: 1.2rem;
		right: 1.2rem;
		bottom: 0;
	}

	.guidewire-button-02 {
		font-size: 3vw;
	}
}
@media only screen and (max-width: 480px) {
	.guidewire-button {
		font-size: 3vw;
	}

	.guidewire-button::before {
		right: 2vw;
		font-size: 1.4rem;
	}
}
/* products-coronary */
.box-search-category__tab {
	padding: 0.8rem;
	border-radius: 1rem;
	box-shadow: -1px -1px 2px 0px rgba(166, 171, 189, 0.5), 1px 1px 2px 0px white;
	background: #E6E8EB;
}

.box-search-category__tab__lst {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.box-search-category__tab__lst li {
	width: 48%;
	background: transparent;
	border-radius: 0.5rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 1.6rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-search-category__tab__lst li,
.box-search-category__tab__lst li a {
	color: #8A8E92;
}

.box-search-category__tab__lst li a:hover {
	color: #111;
}

.box-search-category__tab__lst li a {
	display: block;
	width: 100%;
}

.box-search-category__tab__lst li.is-current {
	background: #fff;
}

.box-search-category__tab__lst li.is-current,
.box-search-category__tab__lst li.is-current a {
	color: #111;
}

.box-search-category__tab + .box-search-category__filter {
	margin-top: 5.6rem;
}

.box-search-category__filter__lst {
	position: relative;
	padding: 2.4rem 0;
}

.box-search-category__filter__lst:last-child {
	padding-bottom: 0;
}

.box-search-category__filter__lst::after {
	content: "";
	border-top: solid 1px #C7CAD1;
	border-bottom: solid 1px #fff;
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.box-search-category__filter__lst ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 -1.6rem;
}

.box-search-category__filter__lst li {
	width: 33.333%;
	box-sizing: border-box;
}

.box-search-category__filter__lst .form-checkbox {
	line-height: 3.2rem;
}

.box-search-category__filter__lst li .form-radio__lbl {
	margin: 0 1.6rem 2.4rem;
}

.box-search-category__filter__lst--radio {
	padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	.box-search-category__tab__lst li,
.box-search-category__tab__lst li a {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 767px) {
	.box-search-category__tab__lst li {
		font-size: 1.2rem;
		padding: 0.8rem 0;
	}

	.box-search-category__tab__lst li a {
		font-size: 1.2rem;
	}

	.box-search-category__tab + .box-search-category__filter {
		margin-top: 2.4em;
	}

	.box-search-category__filter__lst ul {
		margin: 0;
	}

	.box-search-category__filter__lst li {
		display: block;
		margin: 0;
		width: 100%;
	}

	.box-search-category__filter__lst li label {
		width: 100%;
	}

	.box-search-category__filter__lst li:last-child .form-checkbox:last-child {
		margin-bottom: 0;
	}

	.box-search-category__filter__lst li .form-radio__lbl {
		margin: 0 0 1.6rem;
	}

	.box-search-category__filter__lst--radio {
		padding-bottom: 0.8rem;
	}

	.box-search-category__filter__lst .form-checkbox {
		margin-bottom: 0;
	}
}
/*box-result*/
.box-result {
	margin-top: 7.2rem;
	margin-bottom: 6.4rem;
}

.box-result--alliance {
	margin-top: 0;
}

.box-result__button {
	text-align: center;
}

.txt-result {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 1.6rem;
	color: #333;
}

.txt-result .label {
	font-weight: normal;
	margin-right: 1.6rem;
}

@media only screen and (max-width: 767px) {
	.box-result {
		margin-top: 5.6rem;
		margin-bottom: 4rem;
	}

	.txt-result {
		font-size: 1.6rem;
		padding-bottom: 1.6rem;
		color: #000;
	}
}
/*lst-product*/
.lst-product__item {
	margin-bottom: 6.4rem;
}

.lst-product__inner {
	position: relative;
	display: block;
	box-shadow: -8px -8px 16px 0px rgba(255, 255, 255, 0.7), 8px 8px 16px 0px rgba(166, 171, 189, 0.4);
	border-radius: 0.8rem;
	overflow: hidden;
	transition: 0.4s;
	background: #E6E8EB;
}

.no-touchevents .lst-product__inner:hover {
	text-decoration: none;
	box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.35), 2px 2px 4px 0px rgba(166, 171, 189, 0.2);
	background: #EBEDEF;
	transition: 0.2s;
}

.lst-product__content {
	padding: 2.4rem 3.2rem 2.4rem;
	box-sizing: border-box;
}

.lst-product__image {
	line-height: 0;
	font-size: 0;
}

.lst-product__image img {
	width: 100%;
}

.lst-product__title {
	font-size: 1.8rem;
	font-weight: bold;
	color: #111111;
}

.lst-product__lable {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.6rem;
	padding-right: 3.2rem;
}

.lst-product__lable__inner {
	padding: 0.6rem 1.6rem;
	box-sizing: border-box;
	border: 1px solid #C7CAD1;
	font-size: 1.4rem;
	border-radius: 0.4rem;
	display: inline-block;
	margin-bottom: 0.8rem;
	white-space: nowrap;
}

.lst-product__icon {
	width: 2.4rem;
	font-size: 2.4rem;
	color: #DD0000;
	position: absolute;
	right: 3.2rem;
	bottom: 3.2rem;
}

.lst-product__inner:hover .lst-product__lable__inner {
	color: #111111;
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
	.lst-product__content {
		padding: 2.4rem 1.6rem 1.6rem;
	}

	.lst-product__icon {
		right: 1.6rem;
		bottom: 2.4rem;
	}
}
@media only screen and (max-width: 767px) {
	.lst-product__content {
		padding: 1.6rem;
		box-sizing: border-box;
	}

	.lst-product__icon {
		width: 2.4rem;
		font-size: 2.4rem;
		color: #DD0000;
		position: absolute;
		right: 1.6rem;
		bottom: 1.6rem;
	}

	.lst-product__item {
		margin-bottom: 4rem;
	}

	.lst-product__inner {
		border-radius: 1rem;
	}

	.lst-product__title {
		font-size: 1.6rem;
		word-break: break-all;
	}

	.lst-product__lable {
		margin-top: 0.8rem;
		padding-bottom: 2rem;
	}

	.lst-product__lable__inner {
		width: auto;
		padding: 0 0.8rem;
		font-size: 1.2rem;
	}

	.lst-product__icon {
		width: 1.6rem;
		font-size: 1.6rem;
	}
}
.lst-icon__new{
	position: relative;
}
.lst-icon__new:before{
	content: "NEW";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 3.2rem;
	transform: translateY(-50%);
	font-size:1.2rem;
	font-weight:bold;
	background-color:#DD0000;
	padding:6px 16px;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.lst-icon__new:before{
		left: 1.6rem;
		font-size:1.0rem;
		padding:6px 16px;
	}
}
.box-card01 {
	margin-top: 4rem;
}

.box-card01__wraper {
	width: 100%;
	display: table;
}

.box-card01__text,
.box-card01__media {
	display: table-cell;
	vertical-align: top;
}

.box-card01__text {
	width: 41.12%;
	padding-right: 4rem;
}

.box-card01__media {
	width: 58.88%;
}

.box-card01__title {
	font-size: 2.2rem;
	line-height: 1.1;
}

.box-card01__description {
	font-size: 1.6rem;
	margin-top: 1.6rem;
}

@media only screen and (max-width: 959px) {
	.box-card01__wraper,
.box-card01__text,
.box-card01__media {
		display: block;
		width: 100%;
	}

	.box-card01__text {
		padding-right: 0;
	}

	.box-card01__media {
		margin-top: 3.2rem;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.box-card01__title {
		font-size: 2.2rem;
		line-height: 1.1;
	}

	.box-card01__description {
		font-size: 1.4rem;
	}
}
/* /products/ detail */
/* Box Information */
.sec-information {
	position: relative;
	padding: 10rem 0 6.4rem;
	background: url(/assets/images/common/bg-mainvisual02.jpg) repeat top center;
}

.sec-information > .products-ichiyaku-img + .wrp-content {
	position: relative;
}

@media only screen and (min-width: 768px) {
	/* products-coronary */
	.sec-information.products-coronary > .products-ichiyaku-img {
		position: absolute;
		top: -15rem;
		right: -24.6rem;
	}

	.sec-information.products-coronary > .products-ichiyaku-img img {
		transform: scale(0.6);
		z-index: 1;
		opacity: 0.5;
	}

	/* products-evt */
	.sec-information.products-evt > .products-ichiyaku-img {
		position: absolute;
		top: -23rem;
		right: -24.6rem;
	}

	.sec-information.products-evt > .products-ichiyaku-img img {
		transform: scale(0.9);
		z-index: 1;
		opacity: 0.5;
	}

	/* products-neuro */
	.sec-information.products-neuro > .products-ichiyaku-img {
		position: absolute;
		top: -14.5rem;
		right: -17.6rem;
	}

	.sec-information.products-neuro > .products-ichiyaku-img img {
		transform: scale(0.85);
		z-index: 1;
		opacity: 0.5;
	}

	/* products-ivr */
	.sec-information.products-ivr > .products-ichiyaku-img {
		position: absolute;
		top: -25rem;
		right: -11.6rem;
	}

	.sec-information.products-ivr > .products-ichiyaku-img img {
		transform: scale(0.7);
		z-index: 1;
		opacity: 0.5;
	}

	/* products-endoscopy */
	.sec-information.products-endoscopy > .products-ichiyaku-img {
		position: absolute;
		top: -25rem;
		right: -11.6rem;
	}

	.sec-information.products-endoscopy > .products-ichiyaku-img img {
		transform: scale(0.7);
		z-index: 1;
		opacity: 0.5;
	}

	/* products-surgery */
	.sec-information.products-surgery > .products-ichiyaku-img {
		position: absolute;
		top: -25rem;
		right: -11.6rem;
	}

	.sec-information.products-surgery > .products-ichiyaku-img img {
		transform: scale(0.7);
		z-index: 1;
		opacity: 0.5;
	}
}
@media only screen and (max-width: 767px) {
	.sec-information {
		padding: 6.4rem 0 4.8rem;
		background: url(/assets/images/common/bg-mainvisual02.jpg) repeat top center;
		background-size: 90px;
	}

	/* products-coronary */
	/* products-coronary */
	.sec-information.products-coronary > .products-ichiyaku-img {
		position: absolute;
		top: -34rem;
		right: -49.6rem;
	}

	.sec-information.products-coronary > .products-ichiyaku-img img {
		transform: scale(0.25);
		z-index: 1;
		opacity: 0.5;
	}

	/* products-evt */
	.sec-information.products-evt > .products-ichiyaku-img {
		position: absolute;
		top: -31rem;
		right: -51rem;
	}

	.sec-information.products-evt > .products-ichiyaku-img img {
		transform: scale(0.25);
		z-index: 1;
		opacity: 0.5;
	}

	/* products-neuro */
	.sec-information.products-neuro > .products-ichiyaku-img {
		position: absolute;
		top: -26rem;
		right: -51rem;
	}

	.sec-information.products-neuro > .products-ichiyaku-img img {
		transform: scale(0.25);
		z-index: 1;
		opacity: 0.5;
	}

	/* products-ivr */
	.sec-information.products-ivr > .products-ichiyaku-img {
		position: absolute;
		top: -28rem;
		right: -51rem;
	}

	.sec-information.products-ivr > .products-ichiyaku-img img {
		transform: scale(0.25);
		z-index: 1;
		opacity: 0.5;
	}

	/* products-endoscopy */
	.sec-information.products-endoscopy > .products-ichiyaku-img {
		position: absolute;
		top: -28rem;
		right: -51rem;
	}

	.sec-information.products-endoscopy > .products-ichiyaku-img img {
		transform: scale(0.25);
		z-index: 1;
		opacity: 0.5;
	}

	/* products-surgery */
	.sec-information.products-surgery > .products-ichiyaku-img {
		position: absolute;
		top: -28rem;
		right: -51rem;
	}

	.sec-information.products-surgery > .products-ichiyaku-img img {
		transform: scale(0.25);
		z-index: 1;
		opacity: 0.5;
	}
}
.box-information__category {
	font-size: 2.4rem;
	display: flex;
	align-items: center;
}

.box-information__category span {
	width: 4.8rem;
	height: 4.8rem;
	background: #AF3631;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1.6rem;
}

.sec-information.products-coronary .box-information__category span {
	background: #AF3631;
}

.sec-information.products-evt .box-information__category span {
	background: #185aa3;
}

.sec-information.products-neuro .box-information__category span {
	background: #4f3790;
}

.sec-information.products-ivr .box-information__category span {
	background: #97c357;
}

.sec-information.products-endoscopy .box-information__category span {
	background: #F89D48;
}

.sec-information.products-surgery .box-information__category span {
	background: #3592A9;
}

/* products-detail-neuro */
.products-neuro-detail .box-information__category span {
	background: #4F3790;
}

/* products-evt-neuro */
.products-evt-detail .box-information__category svg {
	width: 1.4rem;
}

.box-information__category svg {
	width: 2.4rem;
	max-height: 80%;
}

.box-information__title {
	font-size: 4.6rem;
	margin-top: 0.8rem;
	font-weight: normal;
}

.box-information__title-sub {
	display: block;
}

.box-information__smallTitle {
	font-size: 1.8rem;
	font-weight: bold;
}

.box-information__smallTitle + .txt-paragraph {
	margin-top: 2.4rem;
}

.box-information__inner {
	display: table;
	width: 100%;
	margin-top: 1.6rem;
}

.box-information__description,
.box-information__media {
	display: table-cell;
	vertical-align: top;
}

.box-information__description {
	width: 44%;
	padding-right: 4rem;
}

.box-information__media {
	width: 56%;
}

.box-information .txt-paragraph .txt-lead {
	margin-bottom: 0;
}

.box-information .wrp-video {
	margin-top: 3.2rem;
}

@media only screen and (max-width: 767px) {
	.box-information__category {
		font-size: 1.6rem;
	}

	.box-information__category span {
		width: 2.8rem;
		height: 2.8rem;
		margin-right: 0.8rem;
	}

	.box-information__category svg {
		width: 1.2rem;
	}

	.box-information__title {
		font-size: 2.4rem;
		margin-top: 0.8rem;
	}

	.box-information__smallTitle {
		font-size: 1.6rem;
	}

	.box-information__smallTitle + .txt-paragraph {
		margin-top: 3.2rem;
	}

	.box-information__inner {
		display: flex;
		flex-direction: column-reverse;
	}

	.box-information__description,
.box-information__media {
		display: block;
		width: 100%;
	}

	.box-information__description {
		padding-right: 0;
		margin-top: 2.4rem;
	}

	.box-information__media {
		margin-top: 1.6rem;
	}

	.box-information .txt-paragraph .txt-lead {
		margin-bottom: 0;
	}

	.box-information .wrp-video {
		margin-top: 1.6rem;
	}
}
/* Detail Content */
.box-media--02 .hr-type02 {
	margin: 4rem 2.4rem;
}

@media only screen and (max-width: 767px) {
	.box-media--02 .hr-type02 {
		margin: 3.2rem 2.4rem 0;
	}
}
.box-media--02 {
	margin-top: 1.6rem;
}

.box-media--02 .hdg-lv3 {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.box-media--02:nth-child(1) {
		margin-top: 0;
	}

	.box-media--02 {
		margin-top: 2.4rem;
	}

	.box-media--02 .box-media__content {
		margin-top: 0;
	}

	.box-media--02 .box-media__image {
		margin-top: 1.6rem;
	}
}
/*box-technology*/
.box-technology {
	margin-top: 12rem;
}

.products-detail-contents .box-shadow > .box-technology:first-child {
	margin-top: 0;
}

.box-technology__inner {
	padding: 3.2rem 4rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
}

.box-technology__title {
	font-size: 1.8rem;
	font-weight: bold;
	width: 16rem;
}

.box-technology__content {
	width: calc(100% - 16rem);
}

.lst-technology {
	margin-right: -1.6rem;
	margin-left: -1.6rem;
}

.lst-technology__item {
	padding: 0 1.6rem;
}

.lst-technology__item a {
	display: block;
	background: #fff;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.no-touchevents .lst-technology__item a:hover {
	opacity: 0.85;
}

.lst-technology__item__inner {
	display: flex;
	width: 100%;
	align-items: center;
}

.lst-technology__image {
	width: 90px;
}

.lst-technology__image img {
	width: 90px;
}

.lst-technology__title {
	letter-spacing: 0.02rem;
	width: calc(100% - 90px);
	padding-left: 1.6rem;
	text-decoration: underline;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.lst-technology::after {
	content: "";
	clear: both;
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.lst-technology .grid-col--4.__isSP {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.box-technology {
		margin-top: 6.4rem;
	}

	.products-detail-contents .box-shadow > .box-technology:first-child {
		margin-top: 0;
	}

	.box-technology__inner {
		padding: 1.6rem 2.4rem 0.8rem;
		display: block;
	}

	.box-technology__title {
		display: block;
		font-size: 1.4rem;
		border-right: none;
		width: 100%;
	}

	.box-technology__content {
		display: block;
		width: 100%;
		margin-top: 1.6rem;
		padding-left: 0;
	}

	.lst-technology {
		padding-left: 0;
		width: auto;
	}

	.lst-technology__item {
		margin-bottom: 0.8rem;
	}

	.lst-technology__image {
		margin-right: 0.8rem;
	}

	.lst-technology {
		margin-right: -0.8rem;
		margin-left: -0.8rem;
	}

	.lst-technology__item {
		padding: 0 0.8rem;
	}

	.lst-technology__image {
		width: 60px;
	}

	.lst-technology__image img {
		width: 60px;
	}

	.lst-technology__title {
		letter-spacing: 0;
		width: calc(100% - 60px);
		padding-left: 0;
		white-space: nowrap;
		font-size: 1.2rem;
	}
}
/*box-specifications*/
.box-specifications .hdg-lv3,
.box-specifications + .hdg-lv3 {
	margin-top: 12.8rem;
}

.box-shadow .box-specifications:first-child .hdg-lv3:nth-of-type(1) {
	margin-top: 0;
}

.box-specifications__button {
	padding: 4em 0 6.4rem;
}

.box-specifications__button .btn {
	padding: 2.4rem;
	font-size: 1.6rem;
}

.box-specifications__button .grid-row {
	margin: 0 -1.6rem;
	justify-content: center;
}

.box-specifications__button .grid-col--6 {
	padding: 0 1.6rem;
}

.box-specifications .table01 th {
	width: 24%;
}

@media only screen and (max-width: 1024px) {
	.box-specifications__button {
		text-align: center;
	}

	.box-specifications__button .btn {
		max-width: 100%;
	}

	.box-specifications__button .grid-col--6 {
		width: 100%;
	}

	.box-specifications__button .grid-col--6 + .grid-col--6 {
		margin-top: 1.6rem;
	}
}
@media only screen and (max-width: 767px) {
	.box-specifications .hdg-lv3,
.box-specifications + .hdg-lv3 {
		margin-top: 6.4rem;
	}

	.box-shadow .box-specifications:first-child .hdg-lv3:nth-of-type(1) {
		margin-top: 0;
	}

	.box-specifications__button {
		padding: 1.6rem 0 2.4rem;
		text-align: center;
	}

	.box-specifications__button .btn {
		font-size: 1.4rem;
	}

	.box-specifications .table01 th {
		width: 100%;
	}
}
/*table01*/
/* Table */
.box-specifications .table01 {
	margin-top: 3.2rem;
}

@media only screen and (max-width: 767px) {
	.box-specifications .table01 {
		margin-top: 1.6rem;
	}
}
.lst-shape {
	display: flex;
	justify-content: start;
	margin-left: -1.6rem;
	margin-right: -1.6rem;
}

.lst-shape__item {
	padding: 0 1.6rem;
	box-sizing: border-box;
}

.lst-shape__title {
	font-size: 1.2rem;
	letter-spacing: 0.02rem;
	text-align: center;
	margin-top: 0.8rem;
}

@media only screen and (max-width: 767px) {
	.lst-shape {
		margin-left: -0.8rem;
		margin-right: -0.8rem;
	}

	.lst-shape__item {
		padding: 0 0.8rem;
	}
}
.lst-link {
	display: flex;
	margin-left: -1.6rem;
	margin-right: -1.6rem;
	margin-top: 0.8rem;
}

td .lst-link:first-child {
	margin-top: 0;
}

.lst-link__item {
	padding: 0 1.6rem;
	box-sizing: border-box;
}

.lst-link__item a {
	text-decoration: underline;
	display: block;
	line-height: 1.5625;
}

.lst-link__item a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.lst-link__item a {
		line-height: 1.78;
	}
}
/* Contact */
.box-download {
	margin: 0 -6.4rem 0;
	padding-top: 8.8rem;
	position: relative;
	background: url(/assets/images/product/product-detail-bg-download01.png) no-repeat center center/100%;
}

.box-download__wrp {
	display: table;
	width: 100%;
	padding: 0 6.4rem;
	margin: 0 auto;
	box-sizing: border-box;
}

.box-download__download,
.box-download__requiries {
	display: table-cell;
	vertical-align: top;
}

.box-download__download {
	width: 46.33%;
}

.box-download__title {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2.4rem;
}

.box-download__requiries {
	width: 53.67%;
}

.box-download__requiries .box-download__title {
	font-size: 2rem;
}

.box-download .wrp-button {
	padding: 0;
	margin-top: 0;
}

.box-download .wrp-button .btn {
	padding: 2.4rem 3.2rem;
	font-size: 1.6rem;
}

.wrp-button--download {
	display: flex;
	justify-content: center;
	margin: 0 -0.8rem !important;
}

.wrp-button--download .btn {
	text-align: left;
	background: #E6E8EB;
	margin: 0 0.8rem;
	box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.7), 3px 3px 6px 0px rgba(166, 171, 189, 0.4);
}

.wrp-button--download .btn:first-child:nth-last-child(1) {
	text-align: center;
}

.wrp-button--download .btn[class*=" icon-"]::before {
	font-size: 1.2em;
}

.wrp-button.wrp-button--requiries {
	padding-left: 1.6rem;
}

.wrp-button--requiries .btn {
	background: #BD0015;
	color: #fff;
	max-width: 38rem;
}

.wrp-button--requiries .btn::before {
	color: #fff;
}

.wrp-button--requiries .btn:hover {
	background: #C90C17;
	box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.35), 2px 2px 4px 0px rgba(166, 171, 189, 0.2);
}

.box-download .box-sns {
	padding: 0 6.4rem;
	margin: 8rem auto 0;
}

@media only screen and (min-width: 960px) and (max-width: 1079px) {
	.box-download .wrp-button .btn {
		padding: 2.4rem 1.6rem;
		font-size: 1.6rem;
	}

	.box-download .wrp-button .btn::before {
		right: 1.6rem;
	}

	.box-download .wrp-button {
		padding-left: 2.4rem;
	}
}
@media only screen and (max-width: 959px) {
	.box-download {
		margin-top: 4.8rem;
		padding-top: 0.8rem;
		background-position: center bottom;
		background-size: 100%;
	}

	.box-download__wrp,
.box-download__download,
.box-download__requiries {
		display: block;
		width: 100%;
	}

	.wrp-button--download {
		flex-direction: column;
		margin: 0 !important;
	}

	.box-download .wrp-button .btn {
		max-width: 100%;
		width: 100%;
	}

	.wrp-button--download .btn {
		text-align: center;
		margin: 0 auto;
	}

	.wrp-button--download .btn + .btn {
		margin-top: 1.6rem;
	}

	.box-download__requiries {
		margin-top: 4rem;
	}

	.box-download .box-sns {
		justify-content: center;
	}
}
@media only screen and (max-width: 767px) {
	.box-download {
		background-position: center bottom 4rem;
		background-size: 136%;
	}

	.box-download .wrp-button .btn,
.box-download__requiries .box-download__title,
.box-download__title {
		font-size: 1.4rem;
	}

	.wrp-button.wrp-button--requiries {
		padding-left: 0;
	}

	.box-download .box-sns {
		margin-top: 4rem;
	}

	.sec-related .box-result {
		margin-top: 2.4rem;
	}

	.sec-related .txt-result {
		text-align: center;
	}
}
.products-detail-contents {
	position: relative;
	padding-top: 8rem;
	width: 100%;
	background: #e6e8eb;
	z-index: 10;
}

.products-detail-contents > .wrp-content > .box-shadow--onlyPc:first-child {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.products-detail-contents {
		padding-top: 0;
	}
}
.products-detail-contents .txt-note {
	margin-top: 2.4rem;
}

/* -----------------------------------------------
NEWS
-------------------------------------------------- */
.js-news-result {
	min-height: 20rem;
}

.js-news-result.loading::after {
	background-size: 30px auto;
}

.box-search {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1000px) {
	.box-search {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.news__title--hdg-lv4 {
		font-size: 1.4rem;
	}
}
.news-box-head__title--hdg-lv2 {
	margin-top: 3.2rem;
	font-size: 3.6rem;
	font-weight: normal;
}

.news-box-head__title--hdg-lv3 {
	margin-bottom: 3.2rem;
	font-size: 1.6rem;
}

.news-box-head__title--sub {
	margin-top: 3.2rem;
	color: #999;
}

@media only screen and (max-width: 767px) {
	.news-box-head__title--hdg-lv2 {
		margin-top: 1.6rem;
		font-size: 2.2rem;
	}

	.news-box-head__title--hdg-lv3 {
		margin-bottom: 1.6rem;
	}

	.news-box-head__title--sub {
		margin-top: 1.6rem;
	}
}
.news-box-content {
	margin-top: 8rem;
}

.news-box-media {
	margin-top: 8rem;
}

.new-txt-paragraph {
	margin-top: 3.2rem;
	line-height: 2;
}

.new-txt-note {
	margin-top: 2.4rem;
	font-size: 1.4rem;
}

.news-tbl td:first-of-type {
	position: relative;
	padding: 0;
	width: 8rem;
}

.news-tbl td:first-of-type span {
	position: absolute;
	right: 0;
	top: 0;
}

.news-tbl td {
	padding-left: 0.3rem;
	line-height: 2;
}

.news-txt--end {
	margin-top: 3.2rem;
}

.hr-type01--mt {
	margin-top: 2.4rem;
}

@media only screen and (max-width: 767px) {
	.new-txt-note {
		margin-top: 1.6rem;
		font-size: 1rem;
	}

	.news-box-media {
		margin-top: 6.4rem;
	}

	.news-box-media__content {
		margin: 0 0 2.4rem;
	}

	.news-box-content {
		margin-top: 4.8rem;
	}

	.news-tbl td:first-of-type {
		width: 7rem;
	}
}
/* -----------------------------------------------
TECHNOLOGIES
-------------------------------------------------- */
.nav-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6.4rem;
	padding: 0 2.4rem;
}

.nav-link__item {
	width: 33.33%;
	overflow: hidden;
}

.nav-link__item > a {
	display: block;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.nav-link__item > a::after {
	content: "";
	height: 2.1rem;
	width: 0;
	position: absolute;
	right: 0;
	top: 50%;
	border-right: solid 1px #c7cad1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.nav-link__item:last-of-type > a::after {
	display: none;
}

.nav-link__item > a > span {
	padding: 2.4rem 0;
	display: block;
	position: relative;
}

.nav-link__item:hover .arrow-tb:before {
	top: 50%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.nav-link__item:hover .arrow-tb:after {
	top: 200%;
	opacity: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.nav-link__item > a:hover {
	opacity: 1;
	text-decoration: none;
	color: #111 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.nav-link__item > a {
		font-size: 1.5vw;
	}
}
@media only screen and (max-width: 767px) {
	.nav-link {
		margin-top: 4rem;
	}

	.nav-link__item {
		width: 100%;
	}

	.nav-link__item > a {
		font-size: 1.4rem;
		text-align: left;
	}

	.nav-link__item > a::after {
		width: 100%;
		height: 0;
		top: inherit;
		bottom: 0;
		transform: translateY(0);
		border-top: solid 1px #c7cad1;
		border-bottom: solid 1px #fff;
		border-right: none;
	}

	.nav-link__item .arrow-tb {
		position: absolute;
		top: 50%;
		right: -0.3em;
		transform: translateY(-50%);
	}
}
.tech-title--hdg-lv2 {
	font-size: 5.6rem;
	font-weight: normal;
}

.tech-title--hdg-lv3 {
	font-size: 3.6rem;
	font-weight: normal;
}

.tech-title--hdg-lv2 + .box-media,
.tech-title--hdg-lv3 + p,
.tech-title--hdg-lv4 + p {
	margin-top: 3.2rem;
}

.tech-title--hdg-lv3 + .box-media {
	margin-top: 4.8rem;
}

.tech-title--hdg-lv4 {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.tech-title--hdg-lv2 {
		font-size: 2.4rem;
	}

	.tech-title--hdg-lv3 {
		font-size: 2.2rem;
	}

	.tech-title--hdg-lv3 + p {
		margin-top: 1.6rem;
	}

	.tech-title--hdg-lv3 + .box-media,
.tech-title--hdg-lv4 + p {
		margin-top: 1.6rem;
	}
}
.tech-box-content {
	margin-top: 12rem;
}

.tech-text-paragraph {
	margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
	.tech-box-content {
		margin-top: 6.4rem;
	}

	.tech-text-paragraph {
		margin-top: 3.2rem;
	}
}
.sec-core {
	padding-top: 9.6rem;
}

.tech-box-media__image {
	margin-top: -12.8rem;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.tech-title {
		font-size: 4vw;
	}

	.tech-box-media__image {
		margin-top: -10vw;
	}
}
@media only screen and (max-width: 767px) {
	.sec-core {
		padding-top: 4.8rem;
	}

	.tech-box-media__image {
		margin-top: 1.6rem;
	}

	.tech-box-media__image + .box-media__content {
		margin-top: 3.2rem;
	}
}
#act-one {
	margin-top: 16.8rem;
	padding: 16rem 0;
	background: #f5f5f5 url(/assets/images/technologies/tech-bg01.png) no-repeat top right/auto;
}

.box-media + .box-grid-image {
	margin-top: 4rem;
}

[class^=wrp-] + .wrp-button {
	margin-top: 6.4rem;
}

@media only screen and (max-width: 767px) {
	#act-one {
		margin-top: 7.2rem;
		padding: 8rem 0 7.2rem;
		background-size: 53% auto;
	}

	.box-media + .box-grid-image {
		margin-top: 2.4rem;
	}

	.tech-box-grid-image__item01 {
		margin-top: 0.8rem;
	}

	.tech-box-grid-image__item02 {
		margin-top: 4.8rem;
	}

	[class^=wrp-] + .wrp-button {
		margin-top: 4.8rem;
	}
}
#xtrand {
	padding-top: 19.2rem;
	background: url(/assets/images/technologies/tech-bg02.png) no-repeat top right/auto;
}

@media only screen and (max-width: 767px) {
	#xtrand {
		padding-top: 8rem;
		background-size: 58% auto;
	}
}
/* -----------------------------------------------
VIDEO LIBRARY
-------------------------------------------------- */
/* desktop video-library */
.js-video-library-result {
	min-height: 30rem;
}

.js-video-library-result.loading::after {
	background-size: 30px auto;
}

.wrp-video {
	margin-top: 6.4rem;
}

.wrp-video + .txt-description-video {
	margin-top: 6.4rem;
	text-align: justify;
}

.doctor-name {
	font-weight: bold;
}

.doctor-name + .infomation-doctor {
	margin-top: 3.2rem;
}

/* reponsive video-library */
@media screen and (max-width: 767px) {
	.box-mainvisual + .wrp-content {
		margin-top: 3.2rem;
	}

	.wrp-video {
		margin-top: 3.2rem;
	}

	.wrp-video + .txt-description-video {
		margin-top: 3.2rem;
	}

	.hr-type01 + .hdg-lv3 {
		margin-top: 0rem;
	}

	.hdg-lv3 + .box-media {
		margin-top: 2.4rem;
	}

	.doctor-name + .infomation-doctor {
		margin-top: 1.6rem;
	}
}
/* -----------------------------------------------
FORM
-------------------------------------------------- */
/*Select*/
.md-form {
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

.md-form select,
.md-form input[type=text],
.md-form input[type=email],
.md-form input[type=number],
.md-form input[type=tel] {
	padding: 1.6rem 2.4rem;
	min-height: 6rem;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
	.md-form select,
.md-form textarea,
.md-form input {
		font-size: 1.6rem !important;
	}
}
/* FORM-----------------------------------*/
.md-form .md-form-item {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.md-form .md-form-item::after {
	content: "";
	border-top: solid 1px #c7cad1;
	border-bottom: solid 1px #fff;
	width: 100%;
	height: 0.1rem;
	position: absolute;
	top: 0;
	left: 0;
}

.md-form .md-form-item:first-child {
	margin-top: 0;
}

.md-form .md-form-item:first-child::after {
	content: none;
}

.md-form .md-form-item dt,
.md-form .md-form-item dd {
	display: table-cell;
	padding: 3.2rem 0;
	vertical-align: middle;
}

.md-form .md-form-item:first-child dt,
.md-form .md-form-item:first-child dd {
	padding-top: 0;
}

.md-form .md-form-item:last-child dt,
.md-form .md-form-item:last-child dd {
	padding-bottom: 0;
}

.md-form .md-form-item dt {
	width: 26%;
}

.md-form .md-form-item dd {
	width: 74%;
}

.md-form .md-form-item dt label {
	cursor: default;
	margin: 0 0.8rem 0 0;
}

.md-form-item-unit {
	margin-right: 1.6rem;
}

.md-form-item-unit:last-child {
	margin-right: 0;
}

.md-input-text,
.md-textarea {
	font-size: 1.6rem;
	line-height: 2;
	margin: 0;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0.8rem;
	background: #e6e8eb;
	caret-color: #dd0000;
	border: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.7), -1px -1px 2px 0px rgba(166, 171, 189, 0.5);
	-webkit-appearance: none;
	-moz-appearance: none;
}

.no-touchevents .md-input-text:hover,
.md-input-text:focus,
.no-touchevents .md-textarea:hover,
.md-textarea:focus {
	background: #ebedef;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.md-textarea {
	min-height: 16rem;
	padding: 1.6rem 2.4rem;
}

.md-form-input-wrap {
	display: flex;
	width: 100%;
}

.md-short {
	width: 100px;
}

.md-medium {
	width: 50%;
}

.md-long {
	width: 100%;
}

.md-input-text-medium {
	width: 50%;
}

.md-tag {
	display: inline-block;
	line-height: 1.8rem;
	font-size: 1.2rem;
	background: #fff;
	border-radius: 2px;
	color: #dd0000;
	padding: 0 0.8rem 0;
	vertical-align: 0.1rem;
}

.md-tag:first-child {
	margin-left: 0;
}

.md-tag:last-child {
	margin-right: 0;
}

.errormsg {
	display: block;
	color: #d5354c;
	margin-top: 1.6rem;
	cursor: default;
}

.errormsg:before {
	content: "";
	display: inline-block;
	font-family: "fontello";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.8rem;
}

.errormsg + .md-label-radio,
.errormsg + .md-label-input-text,
.errormsg + .md-label-checkbox {
	margin-left: 0;
}

@media screen and (max-width: 767px) {
	.md-form {
		font-size: 1.4rem;
	}

	.md-short {
		width: 70px;
	}

	.md-medium {
		width: 100%;
	}

	.md-form-input-wrap {
		flex-wrap: wrap;
	}

	.md-form .md-form-item {
		display: block;
		padding: 3.2rem 0;
	}

	.md-form .md-form-item:first-child {
		margin-top: 0;
		padding-top: 0;
	}

	.md-form .md-form-item:last-child {
		padding-bottom: 0;
	}

	.md-form .md-form-item dt,
.md-form .md-form-item dd {
		display: block;
		width: auto;
		padding: 0;
	}

	.md-form .md-form-item dt {
		padding: 0;
	}

	.md-form .md-form-item dd {
		margin-top: 1.6rem;
	}

	.md-form-item-unit {
		margin-top: 1.6rem;
		margin-right: 0;
		display: flex;
	}

	.md-form-item-unit:first-child {
		margin-top: 0;
	}

	.md-form-item-unit {
		align-items: flex-end;
	}

	.md-tag {
		font-size: 1rem;
		line-height: 1.6rem;
	}

	.md-textarea {
		min-height: 15rem;
	}

	.errormsg {
		font-size: 12px;
	}
}
.wrp-form-contact {
	position: relative;
	margin-top: 6.4rem;
	min-height: 50vh;
}

.wrp-form-contact::after {
	content: "";
	position: absolute;
	bottom: -30rem;
	left: 0;
	width: 100%;
	height: 60rem;
	background: url(/assets/images/common/bg-mainvisual01.svg) no-repeat left -8.5rem bottom 5rem;
	background-size: 2444px auto;
}

.wrp-form-contact .box-shadow {
	margin-top: 6.4rem;
}

.wrp-form-contact form {
	position: relative;
	z-index: 2;
}

.wrp-form-contact .form-select-02 .js-form-selectcustom {
	padding: 1.6rem 2.4rem;
}

.check-confirm {
	display: flex;
	justify-content: center;
	margin-top: 7.2rem;
}

.box-submit {
	margin-top: 16rem;
}

.btn-submit {
	max-width: 37.7rem;
	color: #fff;
	background: #bd0015;
	box-shadow: 5px 5px 15px 0px #a6abbd, -5px -5px 15px 0px white;
}

.btn-submit::before,
.btn-submit span {
	opacity: 1;
	color: #fff;
	transition: 0.4s;
}

.box-submit .btn-submit[disabled] {
	background: #de808a;
}

.box-submit .btn-submit[disabled]::before,
.box-submit .btn-submit[disabled] span {
	color: #fff;
	opacity: 0.5;
}

.no-touchevents .box-submit .btn-submit[disabled]:hover {
	background: #de808a;
	box-shadow: 5px 5px 15px 0px #a6abbd, -5px -5px 15px 0px white;
}

.no-touchevents .box-submit .btn-submit:hover {
	background: #bd0015;
	box-shadow: 0px 0px 0px 0px #a6abbd, -5px -5px 15px 0px white;
}

.form-checkbox__label .arc-primary {
	text-decoration: none;
}

.box-submit .btn-back::before {
	left: 3.2rem;
	content: "";
}

.box-submit .wrp-button {
	padding: 0;
}

.box-submit .btn-back {
	margin-right: 3.2rem;
}

.box-submit--confirm .btn {
	max-width: 32rem;
}

[lang=en] .box-submit--confirm .btn {
	max-width: 39rem;
	padding: 3.2rem 2.2rem;
}

@media screen and (max-width: 1400px) {
	.wrp-form-contact::after {
		background-size: 1800px auto;
	}
}
@media screen and (max-width: 767px) {
	.wrp-form-contact {
		margin-top: 4.8rem;
		min-height: 40vh;
	}

	.wrp-form-contact::after {
		content: none;
	}

	.wrp-form-contact .box-shadow {
		margin-top: 0;
	}

	.md-form select,
.md-form input[type=text],
.md-form input[type=email],
.md-form input[type=number],
.md-form input[type=tel] {
		min-height: 5rem;
		padding: 0.8rem 2.4rem;
	}

	.md-form .md-form-item::after {
		height: 0;
	}

	.check-confirm {
		margin-top: 1.6rem;
	}

	.box-submit {
		margin-top: 4rem;
	}

	.box-submit--confirm .btn {
		padding: 2.4rem 1.6rem;
	}

	.box-submit .btn-back {
		margin-right: 2.4rem;
		padding: 2.4rem 1.6rem 2.4rem 3.2rem;
	}

	.box-submit .wrp-button {
		padding: 0;
		display: flex;
	}

	.box-submit .btn-back::before {
		left: 1.6rem;
	}
}
/* -----------------------------------------------
DOWNLOAD
-------------------------------------------------- */
.js-download-filter {
	min-height: 20rem;
}

.js-download-filter.loading::after {
	background-size: 30px auto;
}

.page-download .download-title + .box-inner-shadow {
	margin-top: 3.2rem;
}

.page-download .download-title {
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: 6.4rem;
}

.page-download section > div:first-child .download-title {
	margin-top: 0;
}

.page-download .hdg-lv4 {
	font-size: 1.6rem;
}

.list-download li {
	margin-top: 0.8rem;
}

.list-download li:first-child {
	margin-top: 0;
}

.list-download li:nth-child(2) {
	margin-top: 0;
}

.page-download li > a {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.list-download li:nth-child(2) {
		margin-top: 0.8rem;
	}

	.box-shadow.page-download {
		padding: 0;
	}

	.page-download .download-title + .box-inner-shadow {
		margin-top: 1.6rem;
	}

	.page-download .download-title {
		font-size: 1.6rem;
		font-weight: 500;
	}

	.page-download .hdg-lv4 {
		margin-top: 2.4rem;
		font-size: 1.6rem;
	}
}
/* -----------------------------------------------
SEARCH-RESULT
-------------------------------------------------- */
.search-result-hdg {
	font-size: 2.4rem;
	font-weight: normal;
	margin-bottom: 3.2em;
}

.box-search {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.box-search {
		display: block;
	}
}
.search__title--hdg-lv4 + .form-radio {
	margin: 0 0 0 3.2rem;
}

.box-search + .box-search-parts {
	margin-top: 3.2rem;
}

.box-search + .box-search-parts .box-search-parts-lbl {
	width: calc(100% - 20rem);
}

.box-search + .box-search-parts .box-search-parts-btn {
	width: 17.8rem;
}

@media only screen and (max-width: 767px) {
	.search-result-hdg {
		font-size: 1.8rem;
		margin-bottom: 1.6em;
	}

	.search__title--hdg-lv4 {
		font-size: 1.4rem;
	}

	.search__title--hdg-lv4 + .form-radio {
		margin: 0 -0.8rem 0;
	}

	.box-search + .box-search-parts .box-search-parts-lbl {
		margin-top: 3.2rem;
	}

	.box-search + .box-search-parts .box-search-parts-lbl,
.box-search + .box-search-parts .box-search-parts-btn {
		width: 100%;
	}
}
.search-result-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 7.2rem;
}

.search-result-info__text01 {
	font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
	.search-result-info {
		margin-top: 4.8rem;
	}

	.search-result-info__text01 {
		font-size: 1.6rem;
	}

	.search-result-info__text02 {
		font-size: 1.2rem;
	}
}
.box-search-result__wrp {
	margin-top: 6.4rem;
}

.box-search-result__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box-search-result__image {
	width: 26rem;
	border-radius: 0.8rem;
	overflow: hidden;
}

.box-search-result__image > figure {
	padding-bottom: 16.9rem;
}

.box-search-result__content {
	width: calc(100% - 30.8rem);
}

.box-search-result__title {
	font-size: 1.6rem;
	font-weight: bold;
}

.box-search-result__text {
	margin-top: 2.4rem;
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	.box-search-result__wrp {
		margin-top: 3.2rem;
	}

	.box-search-result__inner::after {
		content: "";
		display: block;
		clear: both;
	}

	.box-search-result__image {
		float: right;
		padding-bottom: 7rem;
		width: 10.9rem;
	}

	.box-search-result__content {
		width: 100%;
	}

	.box-search-result__title {
		margin-bottom: 1.6rem;
		font-size: 1.4rem;
	}

	.box-search-result__text {
		float: left;
		width: calc(100% - 12.5rem);
		margin-top: 0;
		font-size: 1rem;
	}
}
.box-search-result__wrp .hr-type01 {
	margin: 3.2rem 0;
}

/* -----------------------------------------------
GUIDEWIRE-KNOWLEDGE
--------------------------------------------------*/
.guidewire-knowledge .hdg-lv2 {
	vertical-align: middle;
}
.guidewire-knowledge .hdg-lv4 {
	margin-top: 0;
}
.guidewire-knowledge-inner-shadow {
	margin-top: 6.4rem;
}
.guidewire-knowledge .nav-link-v2 {
	justify-content: flex-start;
	padding: 0;
}
.guidewire-knowledge .nav-link-v2__item {
	margin-bottom: 2.4rem;
}
.guidewire-knowledge .nav-link-v2 .btn {
	padding: 1.6rem 3rem 1.6rem 2rem;
	border-radius: 8px;
	box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.7), 1px 1px 2px 0 rgba(166, 171, 189, 0.4);
	background: #e6e8eb;
	font-size: 1.6rem;
}
.guidewire-knowledge .nav-link-v2 .btn::before {
	content: "";
	font-family: "fontello";
	color: #dd0000;
	display: block;
	position: absolute;
	top: 50%;
	right: 1.8rem;
	transform: translateY(-50%);
	z-index: 3;
	font-size: 1.6rem;
	font-weight: normal;
}
.guidewire-knowledge .wrp-video {
	margin: 0;
}
.guidewire-knowledge-inner-shadow > .box-media {
	margin-top: 0;
}
.guidewire-knowledge_title--sub {
	font-size: 2rem;
	vertical-align: middle;
}
.guidewire-knowledge hr {
	margin: 9.6rem 0;
}

@media screen and (max-width: 767px) {
	.guidewire-knowledge .nav-link-v2__item {
		margin-bottom: 1.6rem;
	}
	.guidewire-knowledge .nav-link-v2 .btn {
		max-width: 100%;
		padding: 1.6rem;
		font-size: 1.4rem;
		text-align: left;
	}
	.guidewire-knowledge .nav-link-v2 .btn::before {
		right: 1rem;
		transform: translateY(-50%) rotate(-90deg);
	}
	.guidewire-knowledge .nav-link-v2 .btn span {
		padding-left: 1.6rem;
		position: relative;
	}
	.guidewire-knowledge .nav-link-v2 .btn span::before {
		content: "";
		display: inline-block;
		height: 1.4rem;
		width: 1px;
		position: absolute;
		top: 50%;
		left: 0.8rem;
		transform: translateY(-50%);
		background: #000;
	}

	.guidewire-knowledge .box-shadow--onlyPc, .modal-guidewire-knowledge .box-shadow--onlyPc {
		padding: 0;
	}
	.guidewire-knowledge .hdg-lv2, .modal-guidewire-knowledge .hdg-lv2 {
		margin-top: 2.4rem !important;
	}
	.guidewire-knowledge .box-media__image:first-child .hdg-lv4, .modal-guidewire-knowledge .box-media__image:first-child .hdg-lv4 {
		margin-top: 2.4rem;
	}
	.guidewire-knowledge .box-inner-shadow, .modal-guidewire-knowledge .box-inner-shadow {
		padding: 2.4rem 0.5rem;
	}
	.guidewire-knowledge .guidewire-knowledge_title--sub, .modal-guidewire-knowledge .guidewire-knowledge_title--sub {
		font-size: 1.4rem;
	}
	.guidewire-knowledge .box-inner-shadow, .modal-guidewire-knowledge .box-inner-shadow {
		margin: 0;
		box-shadow: none;
		padding: 1.2rem 0 0;
	}
	.guidewire-knowledge .box-inner-shadow .grid-col--6, .modal-guidewire-knowledge .box-inner-shadow .grid-col--6 {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
	.guidewire-knowledge .lubricity-content .grid-row.box-media.box-media--reverse, .modal-guidewire-knowledge .lubricity-content .grid-row.box-media.box-media--reverse {
		margin-left: -1.2rem;
		margin-right: -1.2rem;
	}
}