@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.fea_font_ns{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

@media screen and (min-width:768px) {
	.ps_part_wide{
		max-width: 1275px;
		width: 100%;
		margin: 0 auto;
	}
	.ps_h2_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: 20px 0 10px 0;
	}
	.ps_h2_products2{
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 2.3rem;
		margin: 0;
		padding: 0;
		background: 0 0 !important;
		border: none;
	}
	.ps_flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.ps_col0201{
		width: calc((100% - 20px)/2.00001);
		margin-bottom: 20px;
	}
	.ps_col0301{
		width: calc((100% - 40px)/3.00001);
		margin-bottom: 20px;
	}
	.related_btn_qa{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-right: 4%;
		min-height: 105px;
		background: #565a5b;
		color: #fff !important;
		text-decoration: none !important;
		font-size: 1.5625rem;
		font-weight: 500;
		line-height: 1.3;
	}
	.related_btn_qa::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		background-image: url(/module/fw4/img/FW4_mark_arw_right_w.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 17px;
		height: 26px;
		transform: translateY(-50%);
	}
	.related_btn_qa p{
		line-height: 1.4;
	}
	.related_qa_small{
		font-size: 0.875rem;
		font-weight: 400;
	}
	.related_qa_pic{
		width: 99px;
		margin-right: 20px;
	}
	.related_qa_pic02{
		width: 43px;
		margin-right: 30px;
	}
	.related_qa_pic img{
		max-width: 100%;
	} 
	.ps_relationLink {
	    padding: 0 20px 0 0;
	    color: #333!important;
	    text-decoration: none!important;
	    background-color: #fff;
	    border: 1px solid #ccc;
	    transition: .3s;
	    display: flex;
	    flex-wrap: nowrap;
	    justify-content: flex-start;
	    align-items: center;
	    border-radius: 2px;
	}
	.ps_relationLink::after {
	    content: "";
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    background-image: url(/module/fw4/img/FW4_mark_arw_right_b.png);
	    background-repeat: no-repeat;
	    background-size: 10px 16px;
	    width: 10px;
	    height: 16px;
	    transform: translateY(-50%);
	}
	.ps_relationLink img {
		width: 70px;
		height: auto;
	}
	.ps_relationLink p {
		margin-left: 10px;
		padding: 5px 0 5px 0;
	}
	.parts_cnote {
		display: block;
		font-size: 0.75rem;
		line-height: 1.7;
	}
	.ps_contentsDottedLine {
	    width: 100%;
	    border-bottom: 1px dotted #ccc;
	    margin: 40px 0 80px 0;
	}
	
}

@media screen and (max-width:767px) {
	.ps_part_wide{
		max-width: calc(375px - 20px) !important;
		width: 100%;
		margin: 0 auto;
	}
	.ps_h2_box {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
	    margin: 30px 0 0 0;
	}
	.ps_h2_products2 {
	    font-weight: 700;
	    line-height: 2.2rem;
	    margin: 0!important;
	    padding: 0;
	    background: 0 0!important;
	    font-size: 1.1rem;
	    letter-spacing: -.05rem;
	}
	
	.parts_cnote{
		display: block;
		font-size: 0.75rem;
		line-height: 1.7;
	}
	.related_btn_qa{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-right: 3%;
		min-height: 66px;
		background: #565a5b;
		color: #fff !important;
		text-decoration: none !important;
		font-size: 1.0625rem;
		font-weight: 500;
		line-height: 1.3;
		text-align: center;
	}
	.related_btn_qa::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		background-image: url(/module/fw4/img/FW4_mark_arw_right_w.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 10px;
		height: 16px;
		transform: translateY(-50%);
	}
	.related_btn_qa p{
		line-height: 1.4;
	}
	.related_qa_small{
		font-size: 0.8125rem;
		font-weight: 400;
	}
	.related_qa_pic{
		width: 61px;
		margin-right: 10px;
	}
	.related_qa_pic02{
		width: 24px;
		margin-right: 20px;
	}
	.ps_relationLink {
	    padding: 0 20px 0 0;
	    color: #333!important;
	    text-decoration: none!important;
	    background-color: #fff;
	    border: 1px solid #ccc;
	    transition: .3s;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: center;
	    border-radius: 2px;
	}
	.ps_relationLink img {
	    width: 70px;
	    height: auto;
	}
	.ps_relationLink p {
	    margin-left: 10px;
	}
	
	.ps_contentsDottedLine {
	    width: 100%;
	    border-bottom: 1px dotted #ccc;
	    margin: 30px 0 50px 0;
	}
	.ps_col0201,.ps_col0301{
		margin-bottom: 10px;
	}
	
	
}





