@charset "utf-8";
/* CSS Document */

/* 全体 */
.pc-none {
	display: none;
}
#rwd-content a.line-link:link,
#rwd-content a.line-link:visited,
#rwd-content a.line-link:active {
	color: #000;
	text-decoration: underline !important;
}
#rwd-content a.line-link:hover,
#rwd-content .rwd-main-content dl a:hover {
	color: #b10000;
	text-decoration: none !important;
}
#rwd-main-content,
#rwd-content .rwd-bottom-catalog-area {
	margin-bottom: 0 !important;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
#rwd-content p.rwd-text.rwd-xlarge.department strong {
	font-size: 1.8rem !important;
}
#rwd-content .rwd-table,
#rwd-content .rwd-table-type03 {
	border-collapse: collapse;
}
@media print, screen and (min-width: 768px) {
	#rwd-content .rwd-global-nav-item {
		margin-left: 3.95%;
	  }
	#rwd-content .rwd-button-cta.rwd-button02 {
		height: 167px;
	}
}
/* 赤字 */
.dtred{
	color: red !important;
}

/* 全体（スマホ表示） */
@media screen and (max-width: 767px) {
	.sp-none {
		display: none;
	}
	.pc-none {
		display: block;
	}
	.rwd-main-content {
		margin-bottom: 0 !important;
	}
	#rwd-content p.rwd-text.rwd-xlarge.department strong {
		font-size: 1.6rem !important;
	}
	#rwd-content .rwd-tel-text {
		vertical-align: top;
	}
}

/* トップ */
@media print, screen and (min-width: 768px) {
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		top: 90px;
		left: auto;
		right: -30px;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		top: 90px;
		left: -30px;
		right: auto;
	}
}
/* トップ（スマホ表示） */
@media screen and (max-width: 767px) {
	#rwd-content .button-next02,
	#rwd-content .button-prev02 {
		top: 24%;
		left: auto;
		right: -6%;
	}
	#rwd-content .button-prev02 {
		left: -6.5%;
		right: auto;
	}
}

/* トップ動画 */
.movie_area {
	height: 720px;
}
.hidden {
	display: none;
}
.movie_area p {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	width: 500px;
	height: 220px;
	margin-top: -110px;
	margin-left: -250px;
	text-align: center;
	font-size: 2.6rem;
	font-weight:bold;
}
.movie_area a {
	display: block;
	padding-top: 160px;
	background: url(/business/cf/img/youtube_btm.png) no-repeat center 0;
	color: #fff !important;
	text-decoration: none !important;
}
/* もしyoutubeプレイヤーが動かない端末の場合には、スマホ同様のレイアウトとする */
.movie_area.is-not-auto {
	height: auto;
	background: #fff;
	margin: 0;
	padding: 0;
}
.is-not-auto .youtube {
	position: relative;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f2f2f2;
}
.is-not-auto .youtube iframe {
	position: relative;
	top: 0;
	right: -50%;
	width: 1240px;
	height: 697.5px;
	margin-left: -620px;
}
.movie_area.is-not-auto .appear {
	display: none !important;
}
.movie_area.is-not-auto .hidden {
	display: block !important;
}
/* トップ動画（スマホ表示） */
@media screen and (max-width: 767px) {
	.movie_area {
		height: auto;
		background: #fff;
		margin: 0 -3% !important;
		padding: 0 3% !important;
	}
	.hidden {
		display: block;
	}
	.youtube {
		position: relative;
		width: 100%;
		padding-bottom: 0 !important;
		padding-top: 56.25% !important;
		background-color: transparent !important;
	}
	.youtube iframe {
		position: absolute !important;
		top: 0;
		right: 0 !important;
		width: 106% !important;
		height: 106% !important;
		margin: 0 -3% !important;
	}
	.movie_area p {
		display: none !important;
	}
}

/* トップ動画youtube.css */
.movie_area {
	position: relative;
}
#youtube {
	background-color: #000;
}
.movie_area > div:not(.youtube-container) {
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#youtube {
		display: none;
	}
}
#youtube-popup-content {
	width: 800px;
	height: 450px;
	position: absolute;
	margin-left: -400px;
	left: 50%;
	top: 50%;
	margin-top: -225px;
}
#youtube-popup-close {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-left: 420px;
	margin-top: -225px;
	opacity: .7;
}
#youtube-popup-close:before,
#youtube-popup-close:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -7px;
	background-color: #fff;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#youtube-popup-close:after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#youtube-movie {
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
#youtube-movie.is-show {
	opacity: 1;
}
.movie_area.is-not-auto #youtube {
	display: none !important;
}

/* トップ動画youtube下のボタン */
#rwd-content .rwd-button01.hs {
	min-height: 90px;
	height: 90px;
	margin-bottom: 0;
}
/* トップ動画youtube下のボタン（スマホ表示） */
@media screen and (max-width: 767px) {
	#rwd-content .rwd-button01.hs {
		min-height: 60px;
		height: 60px;
	}
}

/* イベント出展情報 */
#rwd-content .rwd-grid-newslist04 .rwd-news-item div {
	position: relative;
	margin-bottom: 23px;
	padding: 1px 14px;
}
#rwd-content .rwd-grid-newslist04 .rwd-news-item div::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #63758f;
}
#rwd-content .rwd-grid-newslist04 .rwd-news-item div .rwd-news-title {
	margin-top: 10px;
}
#rwd-content .rwd-grid-newslist04 .rwd-news-item div a {
	display: inline;
	position: static;
	margin-bottom: 0;
	padding: 0;
}
#rwd-content .rwd-grid-newslist04 .rwd-news-item div a:hover {
	text-decoration: none;
}
#rwd-content .rwd-grid-newslist04 .rwd-news-item div a::after {
	content: none;
}
/* イベント出展情報（スマホ表示） */
@media screen and (max-width: 767px) {
	#rwd-content .rwd-grid-newslist04 .rwd-headline2-type03 {
		margin-bottom: 10px;
		border-bottom: 1px solid #d0d5dd;
	}
	#rwd-content .rwd-grid-newslist04 .rwd-news-item:first-child {
		border-top: none;
	}
	#rwd-content .rwd-grid-newslist04 .rwd-news-item a {
		border-bottom: none;
	}
}

/* 事業内容 */
@media screen and (min-width:768px){
	ul.business.pc-grid12of12 li{
		margin-left: 1% !important;
	}
	ul.business.pc-grid12of12 li:first-child{
		margin-left: 0 !important;
	}
}
/* ヤマハだからできること */
.value-wrapper {
	max-width: 1280px;
	margin: 0 auto 60px;
	padding-top: 546px;
	background: #252222 url(/business/cf/business/value/img/index_key.jpg) no-repeat center 0;
	background-size: contain;
	color: #ccc;
}
#rwd-content .rwd-grid-item img.whatwecan {
	width: 444px;
	height: auto;
}
.tbline {
	padding: 25px 0 5px;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
}
#rwd-content .rwd-grid-item img.value {
	width: 308px;
	height: auto;
}
.rwd-section-headline.rwd-small.rg span:first-child {
	color: #f2f2f2;
	font-size: 2rem;
}
.rwd-section-headline.rwd-small.rg span i {
	font-size: 2rem;
}

/* ヤマハだからできること（スマホ表示） */
@media screen and (max-width: 767px) {
	.value-wrapper {
		max-width: 100%;
		margin: -30px auto 30px;
		padding-top: 380px;
	}
	#rwd-content .rwd-grid-item img.whatwecan {
		width: 250px;
		height: auto;
	}
	#rwd-content .rwd-grid-item img.value {
		width: 75%;
		max-width: 308px;
		height: auto;
	}
	.rwd-section-headline.rwd-small.rg span:first-child {
		font-size: 1.7rem;
	}
	.rwd-section-headline.rwd-small.rg span i {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 414px) {
	.value-wrapper {
		padding-top: 220px;
	}
}

@media screen and (max-width: 375px) {
	.value-wrapper {
		padding-top: 200px;
	}
}

@media screen and (max-width: 360px) {
	.value-wrapper {
		padding-top: 195px;
	}
}

@media screen and (max-width: 320px) {
	.value-wrapper {
		padding-top: 180px;
	}
}



/* ご依頼から納品まで */
.flow_number {
	text-align: center;
	font-family: Arial;
	font-size: 7.2rem;
	font-weight: bold;
}
.flow-border {
	padding: 15px 0 15px 0;
	border-top: solid 1px #b9b9b9;
	border-bottom : solid 1px #b9b9b9;
}
.flow-border-top {
	padding: 15px 0 0 0;
	border-top: solid 1px #b9b9b9;
}
.flow-border-bottom {
	border-bottom: solid 1px #b9b9b9;
}
.flow-arrow{
	width: 100%;
	text-align: center;
}
.flow-arrow img{
	width: 66px;
}
#rwd-content .flow-photo figure{
    margin-bottom: 5px;
}
.flow-border-pict{
	border: solid 1px #b9b9b9;
}
p.rwd-small{
	margin-bottom: 5px;
	font-size: 1.4rem;
}

/* ご依頼から納品まで（スマホ表示 */
@media screen and (max-width: 767px) {
	.flow_number {
		font-family : Arial;
		font-size: 3.6rem;
		font-weight: bold;
		text-align:center;
	}
	.flow-arrow img {
		width: 33px;
	}
}



/* グローバル生産体制 */
#rwd-content .rwd-table.gtable caption {
	font-size: 2rem;
}
#rwd-content .rwd-table.gtable th {
	width: 28%;
	border: 1px solid #b3b3b3;
	background-color: #e6e6e6;
}
#rwd-content .rwd-table.gtable td {
	border: 1px solid #b3b3b3;
}
h2#global01:before,
h2#global02:before,
h2#global03:before,
h2#global04:before,
h2#global05:before,
h2#global06:before,
h2#global07:before,
h2#global08:before,
h2#global09:before {
	display: inline-block;
	content: "01";
	width: 49px;
	height: 49px;
	margin-right: 11px;
	border-radius: 50%;
	background-color: #638acc;
	color: #fff;
	font-family: Arial;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
}
h2#global02:before {
	content: "02";
}
h2#global03:before {
	content: "03";
}
h2#global04:before {
	content: "04";
}
h2#global05:before {
	content: "05";
}
h2#global06:before {
	content: "06";
}
h2#global07:before {
	content: "07";
}
h2#global08:before {
	content: "08";
}
h2#global09:before {
	content: "09";
}
.sapt0pb3 {
	padding: 0 0 3px;
}
.rwd-section-headline.rwd-border-all.sapt0pb3 span:first-child {
	padding-left: 0;
}

/* グローバル生産体制（スマホ表示） */
@media screen and (max-width: 767px) {
	#rwd-content .rwd-table.gtable caption {
		font-size: 1.8rem;
	}
	#rwd-content .rwd-table.gtable th {
		width: 46%;
		padding-right: 0;
	}
	#rwd-content .rwd-table.gtable td {
		padding-right: 0;
	}
	h2#global01:before,
	h2#global02:before,
	h2#global03:before,
	h2#global04:before,
	h2#global05:before,
	h2#global06:before,
	h2#global07:before,
	h2#global08:before,
	h2#global09:before {
		width: 36px;
		height: 36px;
		margin-right: 8px;
		font-size: 2rem;
		line-height: 36px;
	}
}

@media screen and (max-width: 320px) {
	#rwd-content .rwd-table.gtable th {
		width: 42%;
	}
}



/* 歴史物語 */
.history-wrapper {
	max-width: 1280px;
	margin: 0 auto 60px;
	background-color: #eae3d0;
	color: #3e3738;
}
#rwd-content .history-wrapper .rwd-grid-cardlist03 .rwd-grid-item dt {
	color: #000;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}
#rwd-content .rwd-grid-item img.vol-pc {
	width: auto;
	height: auto;
}
#rwd-content .rwd-grid-item img.vol-sp {
	display: none;
}
#rwd-content .history-wrapper .rwd-grid-cardlist03 .rwd-grid-item dt span {
	display: block;
	margin: 20px 0;
	padding: 10px 0 7px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
}
#rwd-content .history-wrapper .rwd-grid-cardlist03 .rwd-grid-item dd {
	font-size: 1.6rem;
}
#rwd-content .history-wrapper .rwd-grid-cardlist03 a.rwd-grid-item:hover::after {
	border: 2px solid #b5a988;
}
#rwd-content .history-wrapper .rwd-grid-cardlist03 a.rwd-grid-item:hover {
  background-color: #f7f4ea;
}
.history-wrapper .tbline {
	padding: 25px 0 5px;
	border-top: 1px solid #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
}
.history-wrapper .tbline .rwd-text {
	font-size: 1.7rem;
	line-height: 1.875 !important;
	font-weight: bold;
}
.history-wrapper .rwd-text.rwd-small {
	color: #5c5c5c;
	font-size: 1.4rem;
}
.history-wrapper .rwd-text.rwd-small i {
	font-size: 1.4rem;
}
.history-wrapper .b1 {
	margin-bottom: 1.875em;
}
.history-wrapper .bline {
	margin-bottom: 45px;
	padding-bottom: 35px;
	border-bottom: 1px dotted #999;
}
.history-wrapper .mt5 {
	margin-top: 5px;
}
#rwd-content .history-wrapper .rwd-grid .rwd-grid-item.pc-grid8of12  {
	margin-left: 0;
}

/* 歴史物語（スマホ表示） */
@media screen and (max-width: 767px) {
	.history-wrapper {
		max-width: 100%;
		margin: -30px auto 30px;
	}
	#rwd-content .history-wrapper .rwd-grid-cardlist03 .rwd-grid-item dl {
		margin: 10px 0 0;
	}
	#rwd-content .rwd-grid-item img.vol-pc {
		display: none;
	}
	#rwd-content .rwd-grid-item img.vol-sp {
		display: inline-block;
		width: 70%;
		height: auto;
	}
	#rwd-content .history-wrapper .rwd-grid-cardlist03 .rwd-grid-item dt img.vol-sp {
		width: 85%;
		height: auto;
	}
	#rwd-content .history-wrapper .rwd-grid-cardlist03 .rwd-grid-item dt span {
		margin: 10px 0;
		font-size: 1.4rem;
	}
	.history-wrapper .tbline .rwd-text {
		font-size: 1.6rem;
		line-height: 1.4 !important;
	}
	#rwd-content .rwd-grid-item.sp-w75pc,
	figure.sp-w75pc  {
		width: 75%;
		margin: 0 auto;
	}
	.history-wrapper .bline {
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 320px) {
	#rwd-content .history-wrapper .rwd-grid-cardlist03 .rwd-grid-item dt {
		font-size: 1.2rem;
	}
	.history-wrapper .rwd-text.rwd-small {
		font-size: 1.2rem;
	}
}



/* 加工技術 */
.rwd-section-headline.rwd-border-all.bb {
	border-bottom: 1px solid #222;
}
h2#processing01,
h2#processing02,
h2#processing03,
h2#processing04 {
	padding-top: 12px;
	padding-bottom: 12px;
}
h2#processing01:before,
h2#processing02:before,
h2#processing03:before,
h2#processing04:before {
	display: inline-block;
	content: "01";
	width: 41px;
	height: 41px;
	margin-right: 7px;
	border-radius: 50%;
	background-color: #638acc;
	color: #fff;
	font-family: Arial;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 41px;
	text-align: center;
}
h2#processing02:before {
	content: "02";
}
h2#processing03:before {
	content: "03";
}
h2#processing04:before {
	content: "04";
}
#rwd-content .rwd-link-list01 li {
	margin-bottom: 0;
}
#rwd-content .processing .rwd-link-list01 li:after {
	background-image: url("/shared/img/rwd_icon_arrow_right02.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 8px 16px;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 4px;
	width: 8px;
}
#rwd-content .processing .rwd-link-list01 li a {
	padding-left: 18px;
	font-size: 1.8rem;
	text-decoration: underline;
}
#rwd-content .processing .rwd-link-list01 li a:hover {
	text-decoration: none;
}

/* 加工技術（スマホ表示） */
@media screen and (max-width: 767px) {
	.rwd-section-headline.rwd-border-all.bb {
		margin-bottom: 10px;
	}
	h2#processing01,
	h2#processing02,
	h2#processing03,
	h2#processing04 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	h2#processing01:before,
	h2#processing02:before,
	h2#processing03:before,
	h2#processing04:before {
		display: block;
		float: left;
		width: 29px;
		height: 29px;
		font-size: 1.7rem;
		line-height: 29px;
	}
	h2#processing02:before,
	h2#processing03:before,
	h2#processing04:before {
		margin-top: -5px;
	}
	#rwd-content .rwd-link-list01 li {
		line-height:1.94;
		margin: 0 0 0 1px;
	}
	#rwd-content .processing .rwd-link-list01 li:after {
		top: 7px;
		width: 7px;
		height: 14px;
		background-size: 7px 14px;
	}
	#rwd-content .processing .rwd-link-list01 li a {
		padding-left: 15px;
		font-size: 1.5rem;
		text-decoration: underline;
	}
}

@media screen and (max-width: 375px) {
	h2#processing03:before {
		margin-top: 0;
	}
}

@media screen and (max-width: 320px) {
	h2#processing01.rwd-section-headline.rwd-small span:first-child,
	h2#processing02.rwd-section-headline.rwd-small span:first-child,
	h2#processing03.rwd-section-headline.rwd-small span:first-child,
	h2#processing04.rwd-section-headline.rwd-small span:first-child {
		font-size: 1.55rem;
	}
}



/* 鋳造技術 */
.tech-txt {
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
}
.techleft {
	float: left;
	margin-right: 5px;
}
.techicon {
	float: left;
	padding: 0 !important;
	margin-top: 3px;
}
.techicon li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px 10px;
	background: #274277;
	color: #fff;
	font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
	.technology .rwd-section-headline {
		margin-bottom: 10px;
	}
	.tech-txt{
		width: 100%;
		margin-bottom: 5px;
	}
}



/* 設備紹介 */
#rwd-content .rwd-tab-group__tab.gtab {
	border-bottom: 6px solid #404040;
}

#rwd-content .rwd-tab-group__tab.gtab li {
	font-size: 1.8rem;
}

#rwd-content .rwd-tab-group__tab.gtab li:nth-child(3),
#rwd-content .rwd-tab-group__tab.gtab li:nth-child(4) {
	font-size: 1.65rem;
}

#rwd-content .rwd-tab-group__tab.gtab li a {
	padding: 16px 0 9px;
	border-top: none;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	background: none;
	background-color: #e6e6e6;
}

#rwd-content .rwd-tab-group__tab.gtab li a:hover {
	background-color: #cfcfcf;
}

#rwd-content .rwd-tab-group__tab.gtab li:first-child a {
	border-left: none;
}

#rwd-content .rwd-tab-group__tab.gtab li:first-child a:hover {
	border-left: none !important;
}

#rwd-content .rwd-tab-group__tab.gtab li.current a {
	border-right: none;
	border-bottom: 2px solid #404040;
	background-color: #404040;
	color: #fff !important;
}

#rwd-content .rwd-tab-group__tab.gtab li.current a:hover {
	border: none;
	border-bottom: 2px solid #404040;
	border-left: 2px solid #fff;
	background: none;
	background-color: #404040;
	color: #fff !important;
}

#rwd-content .rwd-table-type03.ftable thead th ,
#rwd-content .rwd-table-type03.ftable td.gbg {
	border: 1px solid #b3b3b3;
	background-color: #e6e6e6;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#rwd-content .rwd-table-type03.ftable td {
	padding: 12px 20px 13px;
	border: 1px solid #b3b3b3;
	vertical-align: middle;
}
#rwd-content .rwd-table-type03.bgw td {
	background-color: #ffffff;
}

/* 設備紹介（スマホ表示） */
@media screen and (max-width: 767px) {
	#rwd-content .rwd-tab-group__tab.gtab {
		border: none;
	}

	#rwd-content .rwd-tab-group__tab.gtab li a {
		border-right: none;
	}

	#rwd-content .rwd-tab-group__tab.gtab li:nth-child(3) a {
		border-left: none;
	}

	#rwd-content .rwd-tab-group__tab.gtab li.current a {
		border-bottom: 2px solid #fff;
	}

	#rwd-content .rwd-product-header .rwd-headline1-type02.full {
		padding-right: 0;
	}

	#rwd-content .rwd-table-type03.ftable thead th {
		font-size: 1.7rem;
	}

	#rwd-content .rwd-table-type03.ftable td {
		padding: 12px 10px 13px;
	}
}



/* 設備紹介スライド */
.swiper-wrapper .ex_slide {
	display: block;
	width: 782px !important;
	margin: 0 auto;
	border: 1px solid #bebebe;
}

#rwd-content .rwd-slider-wide.slider-type02 .button-next01,
#rwd-content .rwd-slider-wide.slider-type02 .button-prev01 {
	top: 38% !important;
}

.slider-type02 .swiper-slide {
	position: relative;
}

.slider-type02 .swiper-slide p {
	opacity: 0.8;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	width: 782px;
	margin: 0 auto;
	background-color: #111;
	color: #fff;
	text-align: center;
}

.slider-type02 .swiper-pagination-bullet p {
	display: none;
}

/* 設備紹介スライド（PC表示） */
@media print, screen and (min-width: 768px) {
	#rwd-content .rwd-slider-wide.pagination-tumbnail .swiper-container {
		padding-bottom: 141px;
	}

	#rwd-content .rwd-slider-wide.pagination-tumbnail .swiper-pagination .swiper-pagination-bullet {
		width: 181px;
		height: auto;
		border: 1px solid #bebebe;
	}

	#rwd-content .swiper-pagination-clickable .swiper-pagination-bullet {
		margin: 0 10px;
	}
}

/* 設備紹介スライド（スマホ表示） */
@media screen and (max-width: 767px) {
	.swiper-wrapper .ex_slide {
		box-sizing: border-box;
	}

	.slider-type02 .swiper-slide p {
		width: 100%;
		border-left: 1px solid #bebebe;
		border-right: 1px solid #bebebe;
		box-sizing: border-box;
	}

	#rwd-content .rwd-slider-wide.pagination-tumbnail .swiper-container {
	    padding-bottom: 18.5%;
	}
}



/* 実績紹介 */
#rwd-content .rwd-tab-group__tab.extab {
	border-bottom: 6px solid #404040;
}
#rwd-content .rwd-tab-group__tab.rwd-tab-par4.extab li:first-child {
	width: 13.19672%;
}
#rwd-content .rwd-tab-group__tab.rwd-tab-par4.extab li {
	width: 21.700815%;
	font-size: 1.8rem;
}
/* forging用 */
#rwd-content .rwd-tab-group__tab.rwd-tab-par4f.extab li:first-child {
	width: 13.19672%;
}
#rwd-content .rwd-tab-group__tab.rwd-tab-par4f.extab li {
	width: 28.93442%;
	font-size: 1.8rem;
}
/* forging用 */
#rwd-content .rwd-tab-group__tab.extab li a {
	padding: 0;
	min-height: auto;
	border-top: none;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	background: none;
	color: #fff !important;
	font-weight: bold;
	line-height: 160px;
}
#rwd-content .rwd-tab-group__tab.extab li a:hover {
	color: #fff !important;
}
#rwd-content .rwd-tab-group__tab.extab li:first-child a {
	border-left: none;
}
#rwd-content .rwd-tab-group__tab.extab li:nth-child(2) a {
	background: #cccccc url(/business/cf/example/img/tab_001.jpg) center center no-repeat;
}
#rwd-content .rwd-tab-group__tab.extab li:nth-child(3) a {
	background: #cccccc url(/business/cf/example/img/tab_002.jpg) center center no-repeat;
}
#rwd-content .rwd-tab-group__tab.extab li:nth-child(4) a {
	background: #cccccc url(/business/cf/example/img/tab_003.jpg) center center no-repeat;
}
#rwd-content .rwd-tab-group__tab.extab li:nth-child(5) a {
	background: #cccccc url(/business/cf/example/img/tab_004.jpg) center center no-repeat;
}
#rwd-content .rwd-tab-group__tab.extab li:first-child a:hover,
#rwd-content .rwd-tab-group__tab.extab li.on:first-child a {
	border-left: none;
}
#rwd-content .rwd-tab-group__tab.extab li:nth-child(2) a:hover,
#rwd-content .rwd-tab-group__tab.extab li.on:nth-child(2) a {
	background: #666666 url(/business/cf/example/img/tab_001o.jpg) center center no-repeat;
	border-bottom: 2px solid #666666;
}
#rwd-content .rwd-tab-group__tab.extab li:nth-child(3) a:hover,
#rwd-content .rwd-tab-group__tab.extab li.on:nth-child(3) a {
	background: #666666 url(/business/cf/example/img/tab_002o.jpg) center center no-repeat;
	border-bottom: 2px solid #666666;
}
#rwd-content .rwd-tab-group__tab.extab li:nth-child(4) a:hover,
#rwd-content .rwd-tab-group__tab.extab li.on:nth-child(4) a {
	background: #666666 url(/business/cf/example/img/tab_003o.jpg) center center no-repeat;
	border-bottom: 2px solid #666666;
}
#rwd-content .rwd-tab-group__tab.extab li:nth-child(5) a:hover,
#rwd-content .rwd-tab-group__tab.extab li.on:nth-child(5) a {
	background: #666666 url(/business/cf/example/img/tab_004o.jpg) center center no-repeat;
	border-bottom: 2px solid #666666;
}
#rwd-content .rwd-tab-group__tab.extab li.all a {
	border: none;
	border-bottom: 2px solid #fff;
	background: none;
	background-color: #cccccc;
	color: #fff !important;
	text-shadow: 2px 0 10px rgba(0,0,0,0.7);
}
#rwd-content .rwd-tab-group__tab.extab li.all-on a,
#rwd-content .rwd-tab-group__tab.extab li.all a:hover  {
	border-right: none;
	border-bottom: 2px solid #404040;
	background-color: #404040;
	color: #fff !important;
}
#rwd-content .rwd-grid-cardlist03.example .rwd-grid-item {
    margin-bottom: 40px;
}
#rwd-content .rwd-grid-cardlist03.example .rwd-grid-item dd {
	margin-bottom: 100px;
}
#rwd-content .rwd-grid-cardlist03.example.ein .rwd-grid-item dd {
	margin-bottom: 0;
}
#rwd-content .rwd-grid-cardlist03.example .rwd-grid-item {
	position: relative;
}
.exicon, .maticon{
	width: 32%;
	color: #fff;
	font-size: 1.1rem;
	line-height: 24px !important;
	display: inline-block;
	text-align: center;
	margin-right: 2%;
}
.exicon{
	background-color: #274277;
}
.maticon{
	background-color:#0071bd;
}
/*
.exicon-block span.exicon:nth-child(2) {
	margin-right: 0;
}
.exicon-block span.exicon:nth-child(3) {
	margin-top: 5px;
}*/
.exicon-block {
	width: 100%;
	position: absolute;
	bottom: 0;
	display: block;
}
.exicon-block.exi{
	bottom: 38px;
}
.exicon-block.exi-2line{
	bottom: 50px;
}
.exicon-block.exi-3line{
	bottom: 72px;
}
.exicon-block ul{
	position: absolute;
	top: 0;
	left: 36%;
}
.exicon-block ul li{
	float: left;
	position: relative;
	line-height: 1.79 !important;
	margin-bottom: 0 !important;
	font-size: 1.4rem !important;

}
.exicon-block ul.exicon-list li:first-child,
.exicon-block ul.maticon-list li:first-child{
	padding-left: 6px !important;
}
.exicon-block ul.exicon-list li::after,
.exicon-block ul.maticon-list li::after{
	content: " / " !important;
	width: 0 !important;
	height: 0 !important;
	top: 0 !important;
	left: 7px !important;

}
.exicon-block ul.exicon-list li:first-child::after,
.exicon-block ul.maticon-list li:first-child::after{
	display: none !important;
}
/*PC専用*/
@media screen and (min-width: 768px) {
	.exicon-block.mti-2line.exi{
		bottom: 62px;
	}
	.exicon-block.mti-2line{
		bottom: 24px;
	}
	#rwd-content .rwd-grid-unison.pc-grid3of12.casting a.rwd-grid-item{
		width: 24.25% !important;
		margin-left: 1% !important;
	}
	#rwd-content .rwd-grid-unison.pc-grid3of12.casting a.rwd-grid-item:nth-child(4n+1){
		margin-left: 0 !important;
	}
}

/* 実績紹介（スマホ表示） */
@media screen and (max-width: 1082px) {
	#rwd-content .rwd-grid-cardlist03.example .rwd-grid-item dd {
		margin-bottom: 120px;
	}
	.exicon, .maticon{
		width: 50%;
	}
	.exicon-block{
		bottom: 24px;
	}
	.exicon-block.exi,
	.exicon-block.mti-2line.exi{
		bottom: 72px;
	}
	.exicon-block.exi-2line{
		bottom: 96px;
	}
	.exicon-block.exi-3line{
		bottom: 120px;
	}
	.exicon-block ul{
		top:1.4em;
		left: 0;
	}
}
@media screen and (max-width: 1024px) {
	.exicon {
		margin-right: 0;
	}
	.exicon-block span.exicon:nth-child(2) {
		margin-top: 5px;
	}
}

@media screen and (max-width: 767px) {
	/*---　製品紹介　スマホ時　鋳造方法、材質非表示　---*/
	.exicon-block{
		display: none;
	}
	/*----------------------------------------------*/
	.exicon, .maticon {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.exicon-block span.exicon:nth-child(2),
	.exicon-block span.maticon:nth-child(2){
		margin-right: 0;
	}
	.exicon_l {
		margin-bottom: 2%;
	}

	#rwd-content .rwd-tab-group__tab.extab {
		border-bottom: 0;
	}
	#rwd-content .rwd-tab-group__tab.rwd-tab-par4.extab li:first-child{
		width: 100% !important;
		border: none !important;
	}
	#rwd-content .rwd-tab-group__tab.rwd-tab-par4.extab li {
		width: 50% !important;
		border: none !important;
	}
	#rwd-content .rwd-tab-group__tab.extab {
		border-left: none;
		border-top: none;
	}
	#rwd-content .rwd-tab-group__tab li a,
	#rwd-content .rwd-tab-group__tab li span {
		border-right: none;
		border-bottom: none;
	}
	#rwd-content .rwd-tab-group__tab.extab li a {
		min-height: auto;
		line-height: 80px;
	}
	#rwd-content .rwd-tab-group__tab.extab li:first-child a,
	#rwd-content .rwd-tab-group__tab.extab li:nth-child(2) a,
	#rwd-content .rwd-tab-group__tab.extab li:nth-child(4) a {
		border-left: none;
	}
	#rwd-content .rwd-tab-group__tab.extab li:nth-child(2) a,
	#rwd-content .rwd-tab-group__tab.extab li:nth-child(3) a,
	#rwd-content .rwd-tab-group__tab.extab li:nth-child(4) a,
	#rwd-content .rwd-tab-group__tab.extab li:nth-child(5) a,
	#rwd-content .rwd-tab-group__tab.extab li:nth-child(2) a:hover,
	#rwd-content .rwd-tab-group__tab.extab li.on:nth-child(2) a,
	#rwd-content .rwd-tab-group__tab.extab li:nth-child(3) a:hover,
	#rwd-content .rwd-tab-group__tab.extab li.on:nth-child(3) a,
	#rwd-content .rwd-tab-group__tab.extab li:nth-child(4) a:hover,
	#rwd-content .rwd-tab-group__tab.extab li.on:nth-child(4) a,
	#rwd-content .rwd-tab-group__tab.extab li:nth-child(5) a:hover,
	#rwd-content .rwd-tab-group__tab.extab li.on:nth-child(5) a {
		background-size: contain;
		border-bottom: 2px solid #fff;
	}

	/* forging用 */
	#rwd-content .rwd-tab-group__tab.rwd-tab-par4f.extab li:first-child{
		width: 50% !important;
		border: none !important;
	}
	#rwd-content .rwd-tab-group__tab.rwd-tab-par4f.extab li {
		width: 50% !important;
		border: none !important;
	}
	#rwd-content .rwd-tab-group__tab.rwd-tab-par4f.extab {
		border-left: none;
		border-top: none;
	}
	#rwd-content .rwd-tab-group__tab.rwd-tab-par4f li a,
	#rwd-content .rwd-tab-group__tab.rwd-tab-par4f li span {
		border-right: none;
		border-bottom: none;
	}
	#rwd-content .rwd-tab-group__tab.rwd-tab-par4f.extab li:nth-child(3) a {
		border-left: none;
	}
	#rwd-content .rwd-tab-group__tab.rwd-tab-par4f.extab li:nth-child(2) a,
	#rwd-content .rwd-tab-group__tab.rwd-tab-par4f.extab li:nth-child(4) a {
		border-left:  2px solid #fff;
	}
	/* forging用 */

	#rwd-content .rwd-tab-group__tab.extab li.on a {
		background-color: #666666;
		border-bottom: 2px solid #fff;
		text-shadow: 2px 0 10px rgba(0,0,0,0.7);
	}
	#rwd-content .rwd-tab-group__tab.extab li.all-on a,
	#rwd-content .rwd-tab-group__tab.extab li.all a:hover  {
		border-bottom: 2px solid #fff;
	}
	#rwd-content .rwd-grid-cardlist03.example .rwd-grid-item {
	    margin-bottom: 10px;
	}
	#rwd-content .rwd-grid-cardlist03.example .rwd-grid-item dt {
		margin-bottom: 10px;
	}
	#rwd-content .rwd-grid-cardlist03.example.ein .rwd-grid-item dt {
		margin-bottom: 0;
	}
	#rwd-content .rwd-grid-cardlist03.example .rwd-grid-item dt.ex2 {
		margin-bottom: 10px;
	}
	#rwd-content .rwd-grid-cardlist03.example .rwd-grid-item dt.ex3 {
		margin-bottom: 10px;
	}
	.exicon {
		width: 100%;
		margin-right: 0;
	}
	.exicon-block span.exicon:nth-child(2) {
		margin-top: 5px;
	}
	.exicon-block.b29 {
		bottom: 29px;
	}
	.exicon-block.b58 {
		bottom: 58px;
	}
}

@media screen and (max-width: 370px) {
}

@media screen and (max-width: 320px) {
	#rwd-content .rwd-tab-group__tab.extab li a {
		font-size: 1.2rem;
	}
}



/* 実績紹介詳細スライド */
.swiper-wrapper .ex_slide02 {
	display: block;
	width: 803px !important;
	margin: 0 auto;
	border: 1px solid #bebebe;
}
#rwd-content .rwd-slider-wide.slider-type02.ex .button-next01,
#rwd-content .rwd-slider-wide.slider-type02.ex .button-prev01 {
	top: 38.1%;
}

/* 実績紹介詳細スライド（PC表示） */
@media print, screen and (min-width: 768px) {
	#rwd-content .rwd-slider-wide.pagination-tumbnail.ex .swiper-container {
		padding-bottom: 145px;
	}
	#rwd-content .rwd-slider-wide.pagination-tumbnail.ex .swiper-pagination .swiper-pagination-bullet {
		width: 186px;
		height: auto;
		border: 1px solid #bebebe;
	}
	#rwd-content .ex .swiper-pagination-clickable .swiper-pagination-bullet {
		margin: 0 10px;
	}
}

/* 実績紹介スライド（スマホ表示） */
@media screen and (max-width: 767px) {
	.swiper-wrapper .ex_slide02 {
		box-sizing: border-box;
	}
	#rwd-content .rwd-slider-wide.pagination-tumbnail.ex .swiper-container {
	    padding-bottom: 18.5%;
	}
}



/* 実績紹介詳細 */
#rwd-content .rwd-table.extable th {
	width: 22%;
	border: 1px solid #b3b3b3;
	background-color: #e6e6e6;
	font-weight: bold;
	text-align: center;
}
#rwd-content .rwd-table.extable td {
	border: 1px solid #b3b3b3;
	padding: 12px 20px 13px;
}
#rwd-content .rwd-grid.pager {
	padding-top: 40px;
	border-top: 1px solid #b3b3b3;
}
#rwd-content .rwd-grid.pager.ln {
	padding-top: 0;
	padding-bottom: 36px;
	border-top: none;
}
#rwd-content .rwd-button05.prev {
	padding-right: 20px;
}
#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow::after {
	right: 10px;
}
#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow.prev::after {
	left: -138px;
	transform: scaleX(-1);
}

/* 実績紹介詳細（スマホ表示） */
@media screen and (max-width: 767px) {
	#rwd-content .rwd-table.extable th {
		width: 32%;
	}
	#rwd-content .rwd-table.extable td {
		padding: 12px 5px 13px 10px;
	}
	#rwd-content .rwd-grid.pager {
		padding-top: 20px;
	}
	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow {
		padding: 0 10px;
	}
	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow:after {
		background-image: url(/shared/img/icon_arrow_right02.svg);
		background-repeat: no-repeat;
		background-size: 10px 16px;
		width: 10px;
		height: 16px;
		top: 0;
		bottom: 0;
		right: 10px;
	}
	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow.prev::after {
		left: -73%;
		transform: scaleX(-1);
	}
}

@media screen and (max-width: 479px) {
	#rwd-content .rwd-grid.pager .rwd-grid-item.sp-grid1of4 {
	    width: 32%;
	}

	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow {
		padding: 0 7px;
	}

	#rwd-content .rwd-grid.pager .rwd-button05 .rwd-button-inner {
		font-size: 1.1rem;
	}

	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow:after {
		right: 3px;
	}

	#rwd-content .rwd-grid.pager .rwd-button-strip.icon-arrow.prev::after {
		left: -80%;
		transform: scaleX(-1);
	}
}



/* JIS規格一覧 */
#rwd-content .rwd-table-type03.jistable caption {
	margin: 0 0 5px;
	font-size: 1.8rem;
	text-align: center;
}

#rwd-content .rwd-table-type03.jistable caption span {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: right;
}

#rwd-content .rwd-table-type03.jistable thead th {
	border: 1px solid #b3b3b3;
	background-color: #e6e6e6;
	font-size: 1.6rem;
	text-align: center;
}

#rwd-content .rwd-table-type03.jistable thead th.vam {
	vertical-align: middle;
}

#rwd-content .rwd-table-type03.jistable th {
	padding: 7px 5px 8px;
	border: 1px solid #b3b3b3;
	background-color: #e6e6e6;
	text-align: center;
}
#rwd-content .rwd-table-type03.jistable th a{
	text-decoration: underline;
}
#rwd-content .rwd-table-type03.jistable th a:hover{
	text-decoration: none;
}
#rwd-content .rwd-table-type03.jistable td {
	padding: 7px 5px 8px;
	border: 1px solid #b3b3b3;
	text-align: center;
}
#rwd-content .rwd-table-type03.jistable td a{
	text-decoration: underline;
}
#rwd-content .rwd-table-type03.jistable td a:hover{
	text-decoration: none;
}
#rwd-content .rwd-table-type03.jistable th .wsn,
#rwd-content .rwd-table-type03.jistable td .wsn {
	white-space: nowrap;
}

.indent01 {
	margin-left: 3.3em;
	text-indent: -3.3em;
}

.indent02 {
	margin-left: 4.2em;
	text-indent: -4.2em;
}

.indent03 {
	margin-left: 4.8em;
	text-indent: -4.8em;
}

/* table下マージン調整 */
#rwd-content .rwd-table-type03 {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
#rwd-content .rwd-table-type03 {
    margin-bottom: 10px;
}
}

/*「この素材を使った製品を見る」ボタン*/
#searchBtn {
	position: fixed;
	bottom: 0;
	z-index: 100;
}
#rwd-content #searchBtn.rwd-bottom-catalog-area {
	background-color: rgba(0,0,0,.6);
}
#rwd-content #searchBtn.rwd-bottom-catalog-area {
	padding: 15px 0;
	display: none;
}
#rwd-content #searchBtn .rwd-button-cta {
	margin-bottom: 0;
	margin-left: 20px;
	background-color: #3f80f7 !important;
}
#rwd-content #searchBtn .rwd-button-cta:hover{
	background-color: #4e6da1 !important;
}

#rwd-content #searchBtn .rwd-button-cta.rwd-button02 {
	width: 330px;
	height: 65px;
	min-height: 45px;
}
#rwd-content #searchBtn .rwd-button-cta.rwd-button02.icon .rwd-button-inner {
	padding-top: 0;
	font-size: 1.8rem;
	font-weight: bold;
}
#rwd-content #searchBtn .rwd-button-cta.rwd-button02.icon-search::after {
	width: 30px;
	height: 27px;
	background-size: 30px 27px;
	top: 16px;
	left: 30px;
	right: auto;
}




/* JIS規格一覧（スマホ表示） */
@media screen and (max-width: 767px) {
	#rwd-content .rwd-tab-group__tab.rwd-tab-par3.gtab li {
		width: 100%;
	}

	#rwd-content .rwd-tab-group__tab.rwd-tab-par3.gtab li a {
		border-left: none;
	}

	#rwd-content .rwd-table-type03-wrapper {
		margin-bottom: 10px;
		padding-bottom: 1px;
	}

	#rwd-content .rwd-table-type03.jistable caption {
		font-size: 1.6rem;
		text-align: left;
	}

	#rwd-content .rwd-table-type03.jistable caption span {
		text-align: left;
	}

	#rwd-content .rwd-table-type03.jistable th {
		padding: 7px 5px 8px;
	}

	#rwd-content .rwd-table-type03.jistable td {
		padding: 7px 5px 8px;
	}

	.indent01 {
		margin-left: 3.5em;
		text-indent: -3.5em;
	}

	.indent02 {
		margin-left: 4.4em;
		text-indent: -4.4em;
	}

	.indent03 {
		margin-left: 5em;
		text-indent: -5em;
	}

	.indent04 {
		margin-left: 4em;
		text-indent: -4em;
	}
		/*「この素材を使った製品を見る」ボタン*/
		#rwd-content #searchBtn.rwd-bottom-catalog-area {
			padding: 6px 0;
		}
		#rwd-content #searchBtn .rwd-button-cta.rwd-button02 {
			width: 245px;
			height: 36px;
			margin-bottom: 10px;
		}
		#rwd-content #searchBtn a.rwd-button-cta.rwd-button02:last-child{
			margin-bottom: 0;
		}
		#rwd-content #searchBtn .rwd-button-cta.rwd-button02.icon .rwd-button-inner {
			font-size: 1.3rem;
		}
		#rwd-content #searchBtn .rwd-button-cta.rwd-button02.icon-search::after {
			width: 26px;
			height: 23px;
			background-size: 26px 23px;
			top: 9px;
			left: 10px;
		}
		#rwd-content #searchBtn .rwd-button-cta.icon-arrow::after{
			right: 8px !important;
		}

}


/* 製品 */
#rwd-content .productsList .rwd-grid-lineuplist04 .rwd-lineup-product {
	font-size: 1.4rem;
}
#rwd-content .productsList p {
	line-height: 1.4;
}

/* PC表示 */
@media screen and (min-width: 768px) {
	#rwd-content .rwd-grid-unison.pc-none {
		display: none;
	}

	#rwd-content .rwd-shrink-content.pc-block {
		display: block !important;
	}
}
/* スマホ表示 */
@media screen and (max-width: 767px) {
	#rwd-content .productsList .rwd-grid-lineuplist04 .rwd-grid-item figure {
		width: 100%;
	}
	#rwd-content .productsList .rwd-grid-lineuplist04 .rwd-grid-item .rwd-lineup-right {
		width: 100%;
	}
	#rwd-content .productsList .rwd-grid-lineuplist04 .rwd-grid-item a {
		display: block;
	}
}



@media print, screen and (min-width: 768px) {
.product-link .button-next02, .product-link .button-prev02 {
    top: 60px;
}
}



/* 用語集 */
#rwd-content .rwd-tab-group__tab.rwd-tab-par26.gtab {
	display: flex;
	border-bottom: none;
}
#rwd-content .rwd-tab-group__tab.rwd-tab-par26.gtab li {
	width: calc((100% - 1px) / 23);
}
#rwd-content .rwd-tab-group__tab.rwd-tab-par26.gtab li a {
	border-bottom: none;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#rwd-content .rwd-tab-group__tab.rwd-tab-par26.gtab li a::before {
	content: "";
	display: block;
	padding-top: 100%;
}
#rwd-content .rwd-tab-group__tab.rwd-tab-par26.gtab li a:hover {
	border-bottom: none;
}

#rwd-content .rwd-table.gltable .w30p {
	width: 30%;
}
#rwd-content .rwd-table.gltable .w70p {
	width: 70%;
}
#rwd-content .rwd-table.gltable thead th {
	border: 1px solid #b3b3b3;
	background-color: #e6e6e6;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#rwd-content .rwd-table.gltable td {
	padding: 17px 20px 18px;
	border: 1px solid #b3b3b3;
	vertical-align: middle;
}
#rwd-content .rwd-table.gltable td i {
	margin-right: 3px;
}

/* 用語集（スマホ表示） */
@media screen and (max-width: 767px) {
	#rwd-content .rwd-tab-group__tab.rwd-tab-par26.gtab li {
		width: calc(100% / 9);
	}
	#rwd-content .rwd-tab-group__tab.rwd-tab-par26.gtab li a {
		border: 1px solid #fff;
	}

	#rwd-content .rwd-table.gltable thead th {
		padding: 7px 5px 8px;
		font-size: 1.5rem;
	}
	#rwd-content .rwd-table.gltable td {
		padding: 7px 5px 8px;
		font-size: 1.3rem;
	}
}


/* 鋳造素材ガイド */
.rwd-main-content-group.flow-border-bottom{
	margin-bottom: 40px !important;
}
.material-guide-bgBlue{
	background-color:#dfe3ec !important;
	color : #000000 !important;
	padding-left: 32px !important;
	padding-right: 32px !important;
	margin-bottom: 20px !important;
}
#rwd-content .rwd-grid-lineuplist04	a.rwd-grid-item{
	position: relative;
}
#rwd-content .rwd-grid-lineuplist04 a.rwd-grid-item:hover::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #468cff;
	box-sizing: border-box;
  }
.material-guide-bgBlue span{
	font-size: 2.4rem !important;
}
.material-guide-bgBlue span.rwd-subtext{
	margin-left: 0;
	font-size: 16px !important;
}
.material-guide-product .rwd-lineup-product{
	font-weight: normal !important;
}

@media screen and (max-width: 767px) {
	.rwd-grid-lineuplist04.material-guide-product a.rwd-grid-item {
		display: block !important;
	}
	.rwd-grid-lineuplist04.material-guide-product a.rwd-grid-item figure{
		width: 100% !important;
	}
	.rwd-grid-lineuplist04.material-guide-product a.rwd-grid-item .rwd-lineup-right{
		width: 100% !important;
		margin-top: 10px;
	}
}

/* 導入事例 */
.case-icon,
.case-icon-low{
	font-size: 0;
}
.case-icon li,
.case-icon-low li{
	color: #274277;
	font-size: 1.2rem;
	line-height: 24px !important;
	display: inline-block;
	text-align: center;
	margin: 0 9px 9px 0;
	padding: 0 10px;
	border: solid 1px #274277;
	font-weight: bold;
}
.case-icon-low{
	text-align: center;
}
.case-icon-low li{
	font-size: 1.6rem;
	line-height: 29px !important;
	padding-top: 3px;
}
.case-txt{
	font-size: 0;
	vertical-align: top;
	display: flex;
}
.case-txt dt,
.case-txt dd{
	height: 80px;
	display: flex;
	align-items: center;
}
.case-txt dt{
	width: 20%;
	font-size: 1.8rem;
	background: #274277;
	color: #fff;
	text-align: center;
	justify-content: center;
	font-weight: bold;
}
.case-txt dt span{
	font-size: 1.1rem;
	font-family: "roboto";
	display: block;
	line-height: 1;
}
.case-txt dd{
	width: calc(80% - 40px);
	background: #f2f2f2;
	font-weight: bold;
	padding: 0 20px;
	text-align: left;
}

.case-arrow {
	height: 18px;
	text-align: center;
	margin: 30px 0;
}
.case-arrow img{
	width: 30px !important;
}
.case-border {
	border: solid 2px #274277;
	padding: 45px;
	box-sizing:border-box;
}

.case-border .pc-grid6of12{
	width: 48% !important;
}
.case-border h2,
.case-bg h2{
	text-align: center;
	color: #274277;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
}
.case-border h2 span,
.case-bg h2 span{
	font-size: 1.2rem;
	font-family: "roboto";
	display: block;
	line-height: 1;
}
.case-border h3{
	font-size: 1.8rem;
    font-weight: bold;
}
.circle-no{
	width: 34px;
	height: 34px;
	font-family: "roboto";
	line-height: 34px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	background: #274277;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	font-weight: bold;
	padding-left:0;
	text-indent: 0;
}
.circle-title{
	padding-left: 40px;
	text-indent: -45px;
}
@media screen and (max-width: 767px) {
	.case-arrow {
		margin: 15px 0;
	}
	.case-border {
		padding: 20px;
	}
	.case-border .pc-grid6of12{
		width: 100% !important;
	}
	.case-border h3{
		margin-bottom: 10px;
	}
	.case-txt dt span{
		font-size: 1rem;
	}
}
#rwd-content .rwd-grid-item.pc-grid9of12 .case-bg{
	background: #f6f6e8;
	padding: 45px;
	box-sizing:border-box;
}
#rwd-content .rwd-grid-item.pc-grid9of12 .case-bg img {
	width: auto !important;
	height: auto !important;
}
#rwd-content .pc-grid4of12 .case-txt p {
	line-height: 1.3;
}
.case-bg .pc-grid6of12{
	width: 48% !important;
}
.case-bg ul li{
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 40px;
	text-indent:-45px;
	line-height: 1.2;
	font-size: 1.8rem;
}
.img-border{
	border:solid 1px #e6e6e6;
}

@media print, screen and (min-width: 768px) {
	#rwd-content .case-border.another-2 h3 {
		height: 50px;
	}
	#rwd-content .case-border.another-2 p.rwd-text {
		height: 70px
	  }
}
@media screen and (max-width: 767px) {
	#rwd-content .rwd-grid-item.pc-grid9of12 .case-bg{
		padding: 20px;
	}
	#rwd-content .pc-grid4of12 .case-txt p {
		line-height: 1.6666666667;
	}
	.case-bg .pc-grid6of12{
		width: 100% !important;
	}
}
/* ------------------------------
 ボックス
------------------------------ */
/* -- 横並びボックス（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;
}