@charset "utf-8";
rwd-pas-simulation-list2
#rwd-content .top-news .top-news-link {
position: relative;
line-height: 1.5;
margin-right: 10px;
}
#rwd-content .top-news .top-news-link:after {
position: absolute;
content: "";
margin: auto;
left: 0;
top: 8px;
width: 7px;
height: 11px;
background-size: 7px 11px;
background-repeat: no-repeat;
background-position: center;
background-image: url("/shared/img/rwd_icon_arrow_right02.svg");
}
#rwd-content .rwd-news-item .top-news .top-news-link a {
padding: 3px 15px 3px 19px;
font-size: 1.4rem;
font-weight: bold;
box-sizing: border-box;
position: static;
display: inline;
background: none;
}
#rwd-content .rwd-news-item .top-news .top-news-link a:after {
background: none;
}
#rwd-content .top-news .top-news-link a:link {
text-decoration: none;
}
#rwd-content .top-news .newwin-link {
position: relative;
}

#rwd-content .rwd-button-strip.button05-2 {
background-color: #fff;
text-align: center;
border: 2px solid #b9b9ba;
padding: 20px 0;
}
#rwd-content .rwd-button-strip.button05-2 .rwd-button-inner {
color: #262626;
}
#rwd-content .rwd-button-strip.button05-2.icon::after {
    background-image: url(/pas/shared/img/icon_arrow_right02_2.svg);
}

#rwd-content .rwd-button-strip.button05-2 .rwd-button-inner {
color: #262626;
}
#rwd-content .rwd-button-strip.button05-2.icon::after {
background-image: url(/pas/shared/img/icon_arrow_right02_2.svg);
}


/* -------------------- min-width: 768px -------------------- */
@media screen and (min-width: 768px) {
#rwd-content .rwd-button-strip.button05-2 .rwd-button-inner {
font-size: 2.4rem;
}
#rwd-content .rwd-button-strip.button05-2 .rwd-button-inner span {
font-size: 1.6rem;
}
#rwd-content .rwd-button-strip.button05-2 .rwd-button-inner {
font-size: 2.4rem;
}
#rwd-content .rwd-button-strip.button05-2 .rwd-button-inner span {
font-size: 1.6rem;
}
#rwd-content .rwd-news-item .top-news:after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 4px;
height: 98%;
background: #63758f;
}
#rwd-content .rwd-news-item .top-news {
padding: 1px 14px;
margin-bottom: 23px;
position: relative;
}
.rwd-pas-redirect2 {
width: 50%;
margin: auto;
}
#rwd-content .rwd-news-area {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 0 60px;
}
}

/* -------------------- max-width: 767px -------------------- */
@media screen and (max-width: 767px) {
#rwd-content .rwd-button-strip.button05-2 .rwd-button-inner {
font-size: 1.8rem;
}
#rwd-content .rwd-button-strip.button05-2 .rwd-button-inner span {
font-size: 1.4rem;
}
#rwd-content .rwd-button-strip.button05-2 .rwd-button-inner {
font-size: 1.8rem;
}
#rwd-content .rwd-button-strip.button05-2 .rwd-button-inner span {
font-size: 1.4rem;
}

#rwd-content .rwd-pas-information .rwd-main-content-group {
width: 100%;
}
.rwd-pas-redirect2 {
width: 100%;
margin: auto;
}
}


/* -------------------------------------------------------
リニューアル2024
------------------------------------------------------- */

.rwd-pas-information .rwd-newslist-content {
text-align: left;
}

/* Pas desgin news */
.rwd-cate-content{
	display: flex;
	margin-bottom: 150px;
}

.rwd-cate-content .rwd-cate-item{
	flex: 1;
	position: relative;
}

.rwd-cate-content .rwd-cate-item .rwd-cate-image{
	width: 100%;
}

.rwd-cate-content .rwd-cate-item .rwd-cate-logo{
	position: absolute;
	z-index: 1;
}

.rwd-cate-content .rwd-cate-item:first-child .rwd-cate-logo{
	top: 40px;
	right: 50px;
	height: 40px;
}

.rwd-cate-content .rwd-cate-item:last-child .rwd-cate-logo{
	top: 50px;
	left: 50px;
	height: 20px;
}

.rwd-cate-content .rwd-cate-item .rwd-cate-item-redirect{
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
	width: 60%;
	background-color: #FFFF;
	top: 33%;
	padding: 0px 20px;
	height: 34%;
overflow: hidden;
}

.rwd-cate-content .rwd-cate-item .rwd-cate-item-redirect:hover:before {
    height: 100%;
    width: 135%;
    z-index: 1;
}

.rwd-cate-content .rwd-cate-item .rwd-cate-item-redirect:before {
    background-color: #ececec;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    transform: skew(-50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}
.rwd-cate-content .rwd-cate-item .rwd-cate-item-redirect:after {
content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    width: 20px;
    height: 15px;
    z-index: 1;
    background: url(/shared/img/rwd_icon_arrowlink_black.png) 0 0 no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.rwd-cate-content .rwd-cate-item .rwd-cate-item-redirect .rwd-cate-item-text span{
	font-weight: 700;
	display: block;
}

.rwd-cate-content .rwd-cate-item:first-child .rwd-cate-item-redirect{
	right: 50px;
}

.rwd-cate-content .rwd-cate-item:first-child .rwd-cate-item-redirect img{
	width: 20px;
}

.rwd-cate-content .rwd-cate-item:last-child .rwd-cate-item-redirect{
	left: 50px;
}

.rwd-cate-content .rwd-cate-item:last-child .rwd-cate-item-redirect img{
	width: 20px;
}
.rwd-pas-lineup-item img {
width: 100%;
}
.rwd-pas-lineup-item img:hover {
opacity: 0.7;
}

/* Title pas lineup */
.rwd-pas-lineup{
	text-align: center;
	margin-bottom: 150px !important;
}

.rwd-title-pas{
	height: 36px;
	margin-bottom: 59px;
}

.rwd-sp-title-pas{
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 62px;
}

.rwd-pas-lineup .rwd-pas-lineup-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
	margin-bottom: 103px;
}

.rwd-lineup-sp-title-pas{
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 53px;
}


.simulation-img {
  overflow: hidden;
  width: 100%;
}

.simulation-img img{
	width: 100%;
  height: auto;
  transition: transform .5s ease;
}
.simulation-img:hover img{
transform: scale(1.2); 
}



.rwd-pas-redirect,
rwd-pas-redirect2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
}

.rwd-pas-redirect .rwd-pas-redirect-item,
.rwd-pas-redirect2 .rwd-pas-redirect-item {
	padding: 25px 40px;
	background-color: #4E6DA1;
	display: flex;
	justify-content: space-between;
}
.rwd-pas-redirect .rwd-pas-redirect-item:hover,
.rwd-pas-information .rwd-pas-information-item:hover,
.rwd-pas-redirect2 .rwd-pas-redirect-item:hover {
background-color: #3f80f7;
}

.rwd-pas-redirect .rwd-pas-redirect-wapper,
.rwd-pas-redirect2 .rwd-pas-redirect-wapper {
	display: flex;
	align-items: center;
}

.rwd-pas-redirect .rwd-pas-redirect-item-image,
.rwd-pas-redirect2 .rwd-pas-redirect-item-image {
	height: 50px;
}

.rwd-pas-redirect .rwd-pas-redirect-item-text,
.rwd-pas-redirect2 .rwd-pas-redirect-item-text {
	margin-left: 30px;
	font-weight: 700;
	color: #FFFF;
	font-size: 20px;
}

.rwd-pas-redirect .rwd-pas-redirect-item-icon, 
.rwd-pas-redirect2 .rwd-pas-redirect-item-icon {
	width: 15px;
}


/* PAS SIMULATION */
.rwd-pas-simulation{
	text-align: center;
	background-color: #F0E9DF;
	padding: 80px 0px 140px 0px;
	margin-bottom: 140px;
}

.rwd-pas-simulation-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.rwd-pas-simulation-list2{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.rwd-pas-simulation-item img{
	width: 100%;
}

.rwd-sp-simulation-title-pas{
	font-weight: 700;
	font-size: 25px;
	margin: 105px 0px 65px 0px;
}

.rwd-pas-simulation .rwd-pas-redirect,
.rwd-pas-simulation .rwd-pas-redirect2 {
	margin-top: 100px !important;
}

.rwd-pas-simulation-info{
	height: 100px;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rwd-pas-simulation-info span
{
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #595858;
}

/* PAS OWNERSUPPORT */
.rwd-pas-ownersupport{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rwd-pas-ownersupport-info{
	width: 700px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #B2957F;
}

.rwd-pas-ownersupport-info img{
	width: 100%;
}

.rwd-pas-ownersupport-info p{
	padding: 25px;
	font-size: 20px;
	font-weight: 700;
	color: #595858;
}

/* PAS INFORMATION */
.rwd-pas-information{
	text-align: center;
	margin-top: 150px;
	background-color: #F0E9DF;
	padding: 80px 0px 80px 0px;
}

.rwd-pas-information .rwd-pas-information-list{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}

.rwd-pas-information .rwd-pas-information-item{
	background-color: #4E6DA1;
	padding: 25px 0px;
}

.rwd-pas-information .rwd-pas-information-item img{
	height: 70px;
}

.rwd-pas-information .rwd-pas-information-text{
	margin-top: 27px;
	font-size: 1/8px;
	font-weight: 700;
	color: #FFFF;
}

/* PAS IMPORTANT */
.rwd-pas-important{
	margin-top: 150px;
}

.rwd-pas-important-title{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 110px;
}

.rwd-pas-important-sp-title{
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 700;
}

.rwd-news-area-header{
	display: flex;
	justify-content: space-between;
}



.rwd-pas-important-more{
	margin-top: 150px !important;
}

.rwd-pas-important-more .rwd-news-area-list{
	padding-left: 0 !important;
}

.rwd-section-headline-btn {
	background-color: #727272; 
	width: 200px;
	display: flex;
	justify-content: space-between;
	height: 40px;
	align-items: center;
	padding: 0px 20px;
	font-weight: 700;
	color: #FFF !important;
}

.rwd-section-headline-btn img{
	height: 20px !important;
	width:auto !important;
}

.rwd-pas-important-more .rwd-section-headline{
	text-align: center;
}

.rwd-pas-important-more .rwd-shrink-more-button-news{
	text-align: center;
}

@media only screen and (min-width: 740px) and (max-width: 1023px) {
	.rwd-title-pas{
		height: 18px;
		margin-bottom: 20px;
	}

	.rwd-sp-title-pas{
		margin-bottom: 20px;
		font-size: 18px;
	}

	/* =====COMMON===== */
	
	.rwd-cate-content{
		margin-bottom: 50px;
	}
	.rwd-cate-content .rwd-cate-item:first-child .rwd-cate-logo{
		top: 20px;
		height: 30px;
	}

	.rwd-cate-content .rwd-cate-item:last-child .rwd-cate-logo{
		top: 30px;
		height: 15px;
	}

	.rwd-cate-content .rwd-cate-item .rwd-cate-item-redirect{
		padding: 0px 20px;
	}

	/*=== Title pas lineup=== */
	.rwd-pas-lineup{
		margin-bottom: 50px !important;
	}

	.rwd-pas-lineup .rwd-pas-lineup-list{
		margin-bottom: 20px;
	}

	.rwd-pas-redirect,
.rwd-pas-simulation .rwd-pas-redirect2{
		grid-gap: 20px;
	}

	.rwd-pas-redirect .rwd-pas-redirect-item,
	.rwd-pas-redirect2 .rwd-pas-redirect-item{
		padding: 15px 20px;
	}

	.rwd-pas-redirect .rwd-pas-redirect-item-image,
	.rwd-pas-redirect2 .rwd-pas-redirect-item-image{
		height: 35px;
	}

	.rwd-pas-redirect .rwd-pas-redirect-item-text,
	.rwd-pas-redirect2 .rwd-pas-redirect-item-text{
		margin-left: 20px;
		font-size: 18px;
	}

	.rwd-pas-redirect .rwd-pas-redirect-item-icon,
	.rwd-pas-redirect2 .rwd-pas-redirect-item-icon{
		width: 10px;
	}
	
	/* PAS SIMULATION */
	.rwd-pas-simulation{
		padding: 50px 0px 50px 0px;
		margin-bottom: 50px;
	}

	.rwd-pas-simulation-list{
		margin-bottom: 20px !important;
	}

	/* PAS OWNERSUPPORT */
	.rwd-pas-ownersupport-info{
		width: 500px;
	}

	.rwd-pas-ownersupport-info p{
		font-size: 18px;
		padding: 15px;
	}

	/* PAS INFORMATION */
	.rwd-pas-information{
		margin-top: 50px;
		padding: 50px 0px 50px 0px;
	}

	.rwd-pas-information .rwd-pas-information-list{
		grid-gap: 20px;
	}

	.rwd-pas-important-title {
		margin-bottom: 50px;
	}

	.rwd-pas-information .rwd-pas-information-item{
		padding: 20px 0px;
	}

	.rwd-pas-information .rwd-pas-information-item img{
		height: 35px;
	}

	.rwd-pas-information .rwd-pas-information-text{
		margin-top: 15px;
		font-size: 18px;
	}


    /* PAS IMPORTANT */
	.rwd-pas-important{
		margin-top: 80px;
	}

	.rwd-pas-important-title{
		font-size: 30px;
	}
	
	.rwd-pas-important-sp-title{
		font-size: 25px;
		text-align: center;
		margin: 30px 0px;
	}



	.rwd-pas-important-more{
		margin-top: 80px !important;
	}
}

@media only screen and (max-width: 740px) {
	.rwd-title-pas{
		height: 18px;
		margin-bottom: 20px;
	}

	.rwd-sp-title-pas{
		margin-bottom: 20px;
		font-size: 15px;
	}

	/* =====COMMON===== */
	.rwd-cate-content{
		flex-direction: column;
		margin-bottom: 30px;
	}
	

	.rwd-cate-content .rwd-cate-item:first-child .rwd-cate-logo{
		top: 20px;
		height: 30px;
	}

	.rwd-cate-content .rwd-cate-item:last-child .rwd-cate-logo{
		top: 30px;
		height: 15px;
	}

	.rwd-cate-content .rwd-cate-item .rwd-cate-item-redirect{
		padding: 0px 20px;
	}

	.rwd-cate-content .rwd-cate-item:first-child .rwd-cate-item-redirect{
		right: auto;
		left: 40px;
width: 70%;
	}

	.rwd-cate-content .rwd-cate-item:last-child .rwd-cate-item-redirect{
		left: 40px;
width: 70%;
	}
	
	.rwd-cate-content .rwd-cate-item:first-child .rwd-cate-item-redirect img{
		width: 15px;
	}
	
	/*=== Title pas lineup=== */
	.rwd-pas-lineup{
		margin-bottom: 50px !important;
		padding: 0px 25px;
	}

	.rwd-pas-lineup .rwd-pas-lineup-list{
		margin-bottom: 20px;
		grid-template-columns: repeat(2 , 1fr);
	}

	.rwd-lineup-sp-title-pas{
		font-size: 15px;
		margin-bottom: 30px;
	}

	.rwd-pas-redirect,
	.rwd-pas-redirect2{
		grid-template-columns: 1fr;
	}

	.rwd-pas-redirect .rwd-pas-redirect-item,
	.rwd-pas-redirect2 .rwd-pas-redirect-item{
		padding: 10px 20px;
	}

	.rwd-pas-redirect .rwd-pas-redirect-item-text,
	.rwd-pas-redirect2 .rwd-pas-redirect-item-text{
		margin-left: 15px;
		font-size: 15px;
	}

	.rwd-pas-redirect .rwd-pas-redirect-item-image,
	.rwd-pas-redirect2 .rwd-pas-redirect-item-image{
		height: 30px;
	}

	.rwd-pas-redirect .rwd-pas-redirect-item-icon,
	.rwd-pas-redirect2 .rwd-pas-redirect-item-icon{
		width: 8px;
	}

	/* ===PAS SIMULATION===*/
	.rwd-pas-simulation{
		padding: 50px 25px 60px 25px;
		margin-bottom: 50px;
	}

	.rwd-pas-simulation-list2,
	 .rwd-pas-simulation-list{
		grid-template-columns: 1fr;
	}

	.rwd-sp-simulation-title-pas{
		font-size: 18px;
		margin: 50px 0px 30px 0px;
	}

	.rwd-pas-simulation-info{
		height: 70px;
	}

	.rwd-pas-simulation-info span{
		font-size: 15px;
	}

	.rwd-pas-simulation .rwd-pas-redirect
	.rwd-pas-simulation .rwd-pas-redirect2 {
		margin-top: 50px !important;
	}

    /* PAS OWNERSUPPORT */
	.rwd-pas-ownersupport{
		padding: 0px 25px;
	}

	.rwd-pas-ownersupport-info{
		width: 100%;
	}

	.rwd-pas-ownersupport-info p{
		font-size: 15px;
	}

	/* PAS INFORMATION */
	.rwd-pas-information{
		margin-top: 50px;
		padding: 50px 25px 0px 25px;
	}

	.rwd-pas-information .rwd-pas-information-list{
		grid-template-columns: 1fr;
	}

	.rwd-pas-information .rwd-pas-information-item img{
		height: 50px;
	}

	/* PAS IMPORTANT */
	.rwd-pas-important{
		margin-top: 50px;
		padding: 0px;
	}

	.rwd-pas-important-title{
		font-size: 25px;
		margin-bottom: 25px;
	}

	.rwd-pas-important-sp-title{
		font-size: 20px;
		margin-bottom: 50px
	}

	.rwd-pas-important-more{
		margin-top: 50px !important;
	}

	.rwd-section-headline-btn {
		width: 140px;
		height: 35px;
		font-size: 15px;
	}
}



