@charset "shift_jis";

/* **************************************************

Name: parts.css
Create: 2026.02.09
各共通パーツ用

***************************************************** */

/*======================*/
/* お問い合わせ */
/*======================*/
.TW_Ask {
	position: relative;
    background: url(/Prod/comp/OSD/pc/businesspc/common/images/ask_bg.jpg) #fff top center no-repeat;
    background-size: 100% auto;
    background-attachment: scroll;
	padding: 30px 15px;
	text-align: center;
}
.TW_Ask .Inner {
    max-width: 965px;
    margin: 0 auto;
	padding: 0;
}
.TW_Ask h2 {
    font-size: 2.375rem !important;
    background: none;
	margin: 0 0 15px;
	padding: 0 0 10px;
    text-align: center;
	line-height: 1;
}
.TW_Ask h2 span {
    background-color: transparent;
    font-size: 100% !important;
    font-weight: bold;
    padding: 0;
	margin: 0;
    display: inline-block;
	line-height: 1.3;
	color: #ffffff;
	text-shadow: 0 0 4px black;
	border-bottom: none;
}
.TW_Ask p {
	color: #ffffff;
	text-shadow: 0 0 4px black;
}
.TW_Ask a:has(.btn){
	text-decoration: none !important;
	width: 74%;
	margin: 0 auto;
	display: block;
}
.TW_Ask .btn {
    margin: 20px auto 0;
	padding: 16px 20px;
    display: block;
    background: url(/image/jp/r1/icon/icon_link_right.gif) no-repeat 100% 50%;
	text-decoration: none !important;
    color: #0081CC;
    border: 1px solid #0081CC;
    background: url(/Prod/comp/OSD/pc/businesspc/common/images/icon_link_right_blue.gif) no-repeat 100% 50%;
    background-color: #ffffff;
	font-size: 1.0625rem;
    border-radius: 8px;
    text-shadow: none;
	text-align: center;
}
.TW_Ask .btn:hover {
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
	.TW_Ask {
		min-height: auto;
		background: url(/Prod/comp/OSD/pc/businesspc/common/images/ask_bg_s.jpg) #fff bottom center no-repeat;
		background-size: cover;
	}

	.TW_Ask h2 {
		font-size: 1.9375em !important;
	}
}