@charset "utf-8";
/* CSS Document */


#rwd-content a:hover {
  color: #3f7fbf;
}

/* ------------------------------
 ボックス
------------------------------ */
/* -- 横並びボックス（flexbox） --- */
.flexBox {
	display: flex !important;
	flex-flow: row wrap;
}
.flexBox::after {
	display: none;
}
/* -- 横並びボックス（flexbox） センター揃え --- */
.flexBox.fb-tac {
	justify-content: center;
}
/* -- 横並びボックス（flexbox） 左右揃え --- */
.flexBox.fb-btw {
	justify-content: space-between;
}
/* -- 横並びボックス（flexbox） 縦センター揃え --- */
.flexBox.fb-vac {
	align-items: center;
}
/* -- 横並びボックス（flexbox） 右揃え --- */
.flexBox.fb-right {
	justify-content: flex-end;
}
/* ------------------------------
 全体
------------------------------ */
.pc-none {
	display: none !important;
}
.txt-blue {
	color: #1c86f2;
}
.txt-gray {
	color: #808080;
}
.border-title {
	border-bottom: solid 1px #b3b3b3;
	padding-bottom: 10px;
}
#rwd-content a.line-link:link,
#rwd-content a.line-link:visited,
#rwd-content a.line-link:active {
	text-decoration: underline !important;
}
#rwd-content a.line-link:hover,
#rwd-content .rwd-main-content dl a:hover {
	text-decoration: none !important;
}
#rwd-main-content,
#rwd-content .rwd-bottom-catalog-area {
	margin-bottom: 0 !important;
}
#rwd-content .rwd-table {
	border-collapse: collapse;
	border:none;
}
#rwd-content .rwd-table th {
	border: 1px solid #cccccc;
	border-top: none;
	background-color: #e6e6e6 !important;
	font-weight: bold;
}
#rwd-content .rwd-table th:first-child,
#rwd-content .rwd-table td:first-child {
	border-left: none;
}
#rwd-content .rwd-table th:last-child,
#rwd-content .rwd-table td:last-child {
	border-right: none;
}
#rwd-content .rwd-table td {
	border: 1px solid #cccccc;
}
#rwd-content .rwd-table.style-02 td {
	border-top: none;
}
#rwd-content .rwd-table.style-02 tr:last-child td,
#rwd-content .rwd-table.style-02 tr:last-child th {
	border-bottom: none;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
#rwd-content .more.rwd-button03 {
    min-height: 70px;
    height: 70px;
}
.rwd-button03.JapaneseLink {
    min-height: 50px !important;
    height: 50px !important;
}
.rwd-button03.JapaneseLink .rwd-button-inner {
	font-size: 1.6rem !important;
}
ul.list li {
	padding-left: 15px;
	position: relative;
}
ul.list.inline li {
	display: inline-block;
	margin-right: 10px;
}
ul.list li:before {
	content: "●";
	font-size: 80%;
	color: #1c86f2;
	position: absolute;
	left: 0;
	margin-right: 5px;
}

.icon-arrow-small a {
	text-decoration: none !important;
}
.icon-arrow-small::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 16px;
	background: url(/business/pd/shared/img/icon_arrow_right_blue.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -1px;
}
@media print, screen and (min-width: 768px) {
	.margin-top{
		margin-top: 40px !important;
	}
	#rwd-content .rwd-global-nav-item{
		font-size: 1.5rem;
		margin-left:  4%;
	}
	#rwd-content .no-margin.rwd-grid-unison.pc-grid6of12 .rwd-grid-item {
		width: 50%;
	}
	#rwd-content .no-margin.rwd-grid-unison.pc-grid6of12 .rwd-grid-item {
		margin-left: 0;
	}
	#rwd-content figure {
		margin-bottom: 10px;
	}
	.w390{
		width: 32%;
	}
	.w797{
		width: 65%;
	}
}
@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
	.rwd-main-content {
		margin-bottom: 0 !important;
	}
	#rwd-content .rwd-grid-cardlist01 .rwd-grid-item,
	#rwd-content .rwd-grid-cardlist03 .rwd-grid-item,
	#rwd-content .rwd-grid-cardlist04 .rwd-grid-item {
		margin-bottom: 20px;
	}
	.sp-button-small .rwd-grid-item{
		width: 240px;
	}
}

/* ------------------------------
 トップ
------------------------------ */
.catch {
	position: absolute;
	bottom: 13%;
	left: 0;
	right: 0;
	z-index: 2;
	color: #fff;
	font-size: 4rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#rwd-content .swiper-slide .catch img {
  width: 656px;
  height: auto;
}

.catch span {
	display: block;
	font-size: 2.1rem;
	font-weight: bold;
	margin-top: 20px;
}
#rwd-content #caution01 {
	border: solid 1px #c00;
	padding: 15px;
}
#rwd-content figcaption {
	font-size: 1.5rem;
	margin-top: 10px;
}
#rwd-content .rwd-link-list01 li p {
	padding-left: 17px;
	line-height: 1.5;
}
.rwd-section-group-headline.rwd-border-all,
.rwd-section-headline.rwd-border-all {
  border-bottom: 1px solid #1c86f2;
}
#rwd-content #related-articles ul li a {
	color: #000 !important;
}
#rwd-content #related-articles ul li a:hover {
    color: #3f7fbf !important;
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
	.catch {
	bottom: 15%;
	}
	.catch span {
		display: block;
		font-size: 1.4rem;
		font-weight: bold;
		margin-top: 10px;
	}
	#rwd-content .swiper-slide .catch img {
		width: 356px;
		height: auto;
	}
	#rwd-content .rwd-large-keyvisual-caption-title-en {
	font-size: 2.2rem;
	}
	#rwd-content .rwd-large-keyvisual-caption-wrap {
	height: 50px;
	}
}
@media screen and (max-width: 767px){
	#rwd-content .rwd-large-keyvisual-caption-wrap {
		height: 50px;
	}
	#rwd-content .rwd-large-keyvisual-caption-title-en {
		font-size: 2.2rem;
	}
	 #rwd-content .slider-type01.rwd-slider-large{
	   margin-bottom: 10px !important;
	 }
	.catch {
		top: 68%;
	}
	.catch span {
		font-size: 1.5rem;
		margin-top: 7px;
	}
	#rwd-content .rwd-link-list01 li {
	 margin-bottom: 15px;
	}
	#rwd-content .rwd-link-list01 li a {
	  font-weight: normal;
	  line-height: 1.5;
	}
	#rwd-content #related-articles .rwd-link-list01 li::after {
		top: 5px;
	}
	#rwd-content figcaption {
		font-size: 1.3rem;
	}
	#rwd-content .swiper-slide .catch img {
	  width: 80%;
	  height: auto;
	}
}
@media screen and (max-width: 320px){
	.catch {
		top: 66%;
	}
	.catch span {
		font-size: 1rem;
		margin-top: 0px;
	}
	#rwd-content .swiper-slide .catch img {
	  width: 65%;
	  height: auto;
	}
}
/* ------------------------------
 Youtube
------------------------------ */
.rwd-grid-item .video iframe {
	width: 100%;
	height: 337px;
}
/* ------------------------------
 Youtube（sp）
------------------------------ */
@media screen and (max-width: 767px) {
	.rwd-grid-item .video {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.rwd-grid-item .video iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
}
/* ------------------------------
 パフォーマンスダンパーとは
------------------------------ */
.about-main{
	position: relative;
}
#rwd-content .about-main figcaption{
	position: absolute;
	top: 20px;
	margin: auto;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
	#rwd-content .about-main figcaption{
		width: 100%;
		font-size: 1.8rem;
		position: static;
		color: #000;
		text-align: center !important;
		margin-bottom: 10px;
	}
}
/* ------------------------------
 メリット
------------------------------ */
.bg-black{
	background: #000;
	color: #fff;
	padding: 23px;
}
.bg-black ul li {
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
}
.bg-black ul li:before {
	content: "●";
	font-size: 80%;
	color: #1c86f2;
	position: absolute;
	left: 0;
	margin-right: 5px;
}
.bg-blue ul li {
	font-size: 1.5rem;
	padding-left: 15px;
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.bg-blue ul li:before  {
	content: "●";
	font-size: 80%;
	color: #1c86f2;
	position: absolute;
	left: 0;
	top: .2em;
	margin-right: 5px;
}

.bg-blue ul li.dspb {
	display: block;
}

.bg-blue{
	background: #e9f3fe;
	padding: 23px;
}
.bg-blue.h122{
	height: 122px;
}
.arrow {
	font-size: 1.9rem;
	font-weight: bold;
	text-align:center;
	line-height:1.6 !important;
}
.arrow:before {
	content: "";
	width: 66px;
	height: 65px;
	display: block;
	background: url(../img/icon-arrow.svg) center center no-repeat;
	background-size: contain;
	margin: 0 auto;
}
.bg-blue.icon-pdf {
	background: #e9f3fe url(/shared/img/rwd_icon_pdf_a.svg) right 20px center no-repeat;
	background-size: 25px auto;
	padding-right: 60px;
}
.gray-border {
	color: #808080;
	border-top: solid 1px #cccccc;
	padding-top: 30px;
	margin-top:60px;
	margin-bottom:40px;
}
.gray {
	color: #808080;
	margin-top:0px;
	margin-bottom:60px;
}
#rwd-content .rwd-button-default {
  background-color: #465b96;
  font-weight: bold;
}
#rwd-content .rwd-button-strip.prev,
#rwd-content .rwd-button-strip.next {
  background-color: transparent;
}
#rwd-content .rwd-button-strip.prev .rwd-button-inner,
#rwd-content .rwd-button-strip.next .rwd-button-inner{
  color: #000;
}
#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow.prev::after {
	left: -140px;
	transform: scaleX(-1);
	background-image: url(/business/pd/shared/img/icon_arrow_right_blue.svg);
}
#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow.next::after {
	background-image: url(/business/pd/shared/img/icon_arrow_right_blue.svg);
	right: 0%;
}
@media screen and (max-width: 1250px) {
	.merit .sp-grid4of4 .rwd-grid-item{
		width: 100% !important;
	}
}
@media screen and (min-width: 768px) {
	#rwd-content .rwd-button05 {
		min-height: 70px;
	}
	
}
@media screen and (max-width: 1024px) {
	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow.prev::after {
		left: -127px;
	}
	#rwd-content .rwd-grid.pager .rwd-grid-item.pc-grid2of12 {
		width: auto;
	}
}
@media screen and (max-width: 767px) {
	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow {
		padding: 0 22px 0 20px;
	}
	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow:after {
		background-repeat: no-repeat;
		background-size: 10px 16px;
		width: 10px;
		height: 16px;
		top: 0;
		bottom: 0;
		right: 17px;
	}
	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow.prev::after {
		left: -70%;
		transform: scaleX(-1);
	}
	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow.rwd-sp-center {
		
	}
	.bg-black .rwd-small{
		font-size: 1.5rem !important;
	}
	.bg-black ul li {
		font-size: 1.6rem;
	}
	.arrow {
		font-size: 1.8rem;
	}
	.bg-blue.h122{
		height: auto;
	}
}
@media screen and (max-width: 479px) {
	#rwd-content .rwd-grid.pager .rwd-grid-item.sp-grid1of4 {
	    width: 33%;
	}
	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow {
		padding: 0 20px 0 28px;
	}
	#rwd-content .rwd-grid.pager .rwd-button05 .rwd-button-inner {
		font-size: 1.3rem;
	}
	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow:after {
		right: 3px !important;
	}
	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow.prev::after {
		left: -80%;
		transform: scaleX(-1);
	}
}
@media screen and (max-width: 320px) {
	#rwd-content .rwd-grid.pager .rwd-button05 .rwd-button-inner {
		font-size: 1.1rem;
	}
}
/* ------------------------------
 パフォーマンスダンパーの構造
------------------------------ */
.point{
	width: 80px;
	border: solid 1px #1c86f2;
	line-height: 30px;
	display: inline-block;
	font-size: 1.4rem;
	color: #1c86f2;
	text-align: center;
	font-weight: bold;
	margin-right: 10px;
	font-family: "Arial";
	text-indent: initial;
}
.point em{
	font-size: 1.8rem;
	font-style: normal;
	margin-left: 3px;
}
@media screen and (min-width: 768px) {
	.pintlist {
		text-indent: -5.1em;
		padding-left: 5.1em;
	}
}
@media screen and (max-width: 767px) {
	.point{
		display: block;
	    line-height: 23px;
	    margin-bottom:5px;
	}
}
/* ------------------------------
 パフォーマンスダンパー適用事例
------------------------------ */
.balloon{
	background: #1c86f2;
	text-align: center;
	padding: 10px;
	font-size: 2.1rem;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.balloon:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16.5px 0 16.5px;
	border-color: #1c86f2 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -16px;
}
@media screen and (min-width: 768px) {
	.w183{
		width: 183px;
	}
	.w395{
		width: 395px;
	}
	.w600{
		width: 600px;
	}
}
@media screen and (max-width: 768px) {
	.balloon{
		font-size: 1.6rem;
	}
	.w183{
		width: 183px;
		margin: 0 auto;
	}
}
/* ------------------------------
 ユーザーの声
------------------------------ */
.voice01{
	width: 15%;
	text-align: center;
	color: #79a6d2;
	font-weight: bold;
	font-family: "Arial";
}
.voice02{
	width: 15%;
	text-align: center;
	color: #ccc583;
	font-weight: bold;
	font-family: "Arial";
}
.voice01 img,
.voice02 img{
	margin-bottom: 5px;
}
.voice-balloon{
	background: #f2f2f2;
	border-radius: 10px;
	padding: 20px 15px;
	position: relative;
	margin-left: 26px;
	box-sizing: border-box;
}
.voice-balloon:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11.5px 16px 11.5px 0;
	border-color: transparent #f2f2f2 transparent transparent;
	position: absolute;
	left: -16px;
	top: 30px;
}
.txt-box{
	width: 76%;
}
@media screen and (max-width: 1140px) {
	.voice01 p, .voice02 p{
		font-size: 1.2rem !important;
	}
}
@media screen and (max-width: 767px) {
	.voice01, .voice02{
		width: 20%;
	}
	.txt-box{
		width: 70%;
	}
}

/* ------------------------------
 お問い合わせ
------------------------------ */
.contact{
	width: 100%;
	color: #fff;
	height: 375px;
	background-image: url(../img/bg_contact.png);
	background-size: 6px 6px;
	padding-top: 50px;
	box-sizing: border-box;
}
.contact p.rwd-xlarge{
	font-size: 2.4rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	  #rwd-content .rwd-button-cta.rwd-button02 .rwd-button-inner {
	    font-size: 1.8rem;
	  }
}
@media screen and (max-width: 767px) {
	.contact{
		height: auto;
		padding: 40px 0 20px 0;
	}
	.contact p.rwd-xlarge{
		font-size: 1.8rem;
	}
}

#rwd-content .rwd-grid-item .pc-wa img { width:auto; max-width:none; }

@media screen and (max-width: 1220px){
	#rwd-content .rwd-grid-item .pc-wa img { width:100%; max-width:100%; }
	}
