@charset "Shift_JIS";

.hid-pc { display: none; }
.for-pc { display: block; }
.for-sp { display: none; }
.mb0 {
	margin-bottom: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pcbr{
	display: block;
}
.spbr {
	display: inline;
}
@media screen and (max-width : 767px ){
.pcbr{
	display: inline;
}
.spbr {
	display: block;
}
}
/* Common */

.main {
	font-family: 'YuGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.main a{
	transition: opacity 0.2s;
}
.main a:hover {
	opacity: 0.7;
	text-decoration: inherit;
}
.inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.bgGray {
	background-color: #F2F2F2;
}
.boxInner {
	padding: 0 50px 30px;
	margin-bottom: 35px;
	margin-top: 0 !important;
}

.headline2 {
	position: relative;
	padding: 11px 11px 11px 50px;
	background-color: #721B23;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
}

.headline2.resetPd {
	padding-left: 79px;
}

.headline2 img {
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
}

.headline2 span {
	display: inline-block;
	font-size: 22px;
}

.bdRight {
	border-right: 0px !important;
}
.bdLeft {
	border-right: 0px !important;
}

/* Css by Vin begin */
.questionsSection {
	margin-bottom: 60px;
	position: relative;
	padding: 0 50px 60px;
}
.questionsContent {
	display: flex;
	align-items: center;
	justify-content: center;
}

.questionsContent .questionsTableImg {
	margin-right: 30px;
}
.headline1 {
	padding: 25px 80px;
	font-size: 32px;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}
.headline1::after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 95%;
	height: 3px;
	background-color: #721B23;
}

.questionsTable {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #721B23;
	padding: auto;
}
.questionsTable li {
	width: 50%;
}
.questionsTable li a {
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 40px 35px 40px 75px;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}

.questionsTable li a:hover {
	text-decoration: none;
}

.questionsImg {
	position: absolute;
	top: -10px;
	left: -20px;
}
.questionsTableTxt {
	font-size: 20px;
	color: #721B23;
	font-weight: bold;
}
.bgWrite {
	background-color: #fff;
}


/* ============================================================================
 questions wrapper
 ============================================================================ */
.questionsWrapper {
	background-color: #F2F2F2;
}

/* ============================================================================
 section urgentRequest
 ============================================================================ */
.conversationDesc {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
}

.conversationTxt {
	margin-top: 20px;
}

.workingTime {
	font-size: 20px;
	font-weight: bold;
	color: #721B23;
	margin-bottom: 10px;
}

.busyTime {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}

.aboutQuestions {
	margin-bottom: 20px;
}

.aboutQuestionsHeading {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.aboutQuestionsSubHeading {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

.aboutQuestionsDesc {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
}

/* ============================================================================
 section phoneRequest
 ============================================================================ */
.phoneRequest .questionsTableTxt {
	flex: 1 1 auto;
	text-align: center;
}

.phoneRequest li {
	width: 33.3333%;
}
.phoneRequest.questionsSection ul {
	border: 1px solid #721B23;
	border-right: 0px;
	position: relative;
}
.phoneRequest.questionsSection ul::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #721B23;
	top: 0;
	right: 0;
}
.phoneRequest.questionsSection li {
	width: 33.3333%;
}

.questionsSection li a {
	border: 1px solid #721B23;
	height: 100%;
	padding: 40px 30px;
	position: relative;
}

.phoneRequest.questionsSection .questionsTableTxt {
	font-size: 18px;
}

.txtSmall {
	display: block;
	font-size: 15px;
}

.txtSmall.letter {
	letter-spacing: -2px;
}

.phoneRequest.questionsSection li a img {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(50%, -50%) scale(0.5);
}

/* Css by Vin end */

/* Part 2 */

.boxContent:nth-child(1n + 2) {
	margin-top: 25px;
	border-top: 2px solid #721B23;
}

.boxContent .item {
	padding: 25px 0;
	border-bottom: 1px solid #D1D1D1;
}

.boxContent .item:last-child {
	border-bottom: none;
}

.boxContent .flexContent {
	display: flex;
	align-items: flex-start;
	margin-right: -20px;
}

.boxContent .flexContent > * {
	width: calc((100% / 2) - 10px);
	margin-right: 20px;
}

.boxContent .ttlBig {
	color: #721B23;
	line-height: 1;
	font-size: 25px;
	font-weight: bold;
}

.boxContent .txtMedium {
	display: flex;
	align-items: center;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
}

.boxContent .txtContent {
	margin-top: 13px;
	font-size: 18px;
	line-height: 1.8;
}

.boxContent .txtContent .txtLink {
	padding-right: 30px;
	background: url(../img/icon_square.svg) no-repeat right 0 center;
	background-size: 20px;
	color: #721B23;
	font-weight: bold;
	text-decoration: none;
}

.boxContent .txtContent .txtLink:hover {
	text-decoration: underline;
}

.boxContent .txtSearch {
	display: inline-block;
	margin-top: 25px;
	padding-right: 40px;
	background: url(../img/icon_square.svg) no-repeat right 0 center;
	color: #721B23;
	font-size: 26px;
	font-weight: bold;
}

.boxContent .styleCircle {
	position: relative;
}

.boxContent .styleCircle::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 2px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #721B23;
}

.numPhone {
	position: relative;
	pointer-events: none;
	padding-top: 13px;
	padding-left: 50px;
}

.txtRuby {
	position: absolute;
	top: -11px;
	right: 97px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 8.4px;
}

.numPhone.iconContact {
	padding-left: 80px;
}

.numPhone .imgIcon {
	position: absolute;
	left: 0;
	top: 2px;
}

.boxTime {
	position: relative;
	padding-left: 100px;
}

.boxTime .ttlTime {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	top: 50%;
	left: 0;
	width: 80px;
	min-width: 80px;
	padding: 10px;
	background-color: #EDEDED;
	font-weight: bold;
	transform: translateY(-50%);
}

.boxTime .txt {
	line-height: 2;
	font-size: 22px;
}

.boxTime .txt span {
	display: inline-block;
	font-size: 15px;
}

.boxTime .txt em {
	display: inline-block;
}

.boxContent .txtLine {
	position: relative;
	padding: 28px 0;
	font-size: 15px;
	font-weight: bold;
}

.boxContent .txtLine::before {
	content: "";
	position: absolute;
	right: 0;
	top: 38px;
	height: 1px;
	width: 86%;
	background-color: #D1D1D1;
}

.resetStyle .numPhone .imgIcon {
	top: -7px;
}

.resetStyle .iconContact .imgIcon {
	top: 1px;
}

/* ============================================================================
	section sales offices
 ============================================================================ */

table {
	max-width: 700px;
	font-size: 16px;
	margin: 25px 0;
}

table .w65 {
	width: 65.5%;
}

table td {
	padding: 10px;
	border-bottom: 1px solid #D1D1D1;
	text-align: center;
}

table .ttl {
	padding: 10px;
	background-color: #EDEDED;
	font-weight: bold;
	text-align: center;
}

table th:last-child,
table td:last-child {
	border-left: 1px solid #000;
}

table .number {
	display: inline-flex;
	width: 40px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border: 1px solid #505050;
	font-size: 15px;
	font-weight: bold;
}

table .itemRowspan {
	border-right: 1px solid #D1D1D1;
}

/* Part 2 end*/

/* SP */
@media screen and (max-width : 767px ){
	.hid-sp { display: none; }
	.for-pc { display: none; }
	.for-sp { display: block; }
	/* Common */
	.rmBorderBot {
		border-bottom: 0px !important;
	}

	.bdRight {
		border-right: 1px !important;
	}
	.bdLeft {
		border-left: 1px !important;
	}

	.boxInner {
		padding: 0 27px 20px;
		margin-bottom: 30px;
	}

	.headline2 {
		padding: 5px 5px 5px 30px;
		font-size: 16px;
	}

	.headline2.resetPd {
		padding-left: 50px;
	}

	.headline2 img {
		left: -10px;
		max-width: 50px;
	}

	.headline2 span {
		font-size: 14px;
	}

	/* Css responsive by Vin begin */
	.headline1 {
		text-align: left;
		padding: 15px 20px 15px 105px;
		font-size: 18px;
		margin-bottom: 30px;
		line-height: 1.2;
	}
	.txtSmall {
		font-size: 12px;
	}
	.spWrapper {
		padding: 0 35px;
	}

	.questionsTable li a {
		padding: 25px;
	}
	.questionsTable li {
		width: 100%;
	}

	.phoneRequest.questionsSection li {
		width: 100%;
	}

	.questionsContent {
		flex: 1 1 auto;
	}

	.conversationDesc {
		font-size: 13px;
	}

	.questionsContent .questionsTableImg {
		margin-right: 20px;
	}
	.questionsContent .questionsTableImg img {
		transform: scale(.6);
	}

	.questionsTable li a img {
		transform: scale(.6);
	}
	.questionsTableTxt {
		font-size: 15px;
	}

	.questionsImg {
		left: 15px;
		z-index: 2;
		transform: scale(0.8);
		transform-origin: top left;
	}

	.headline1::after {
		width: 100%;
	}

	.workingTime,
	.aboutQuestionsHeading,
	.phoneRequest.questionsSection .questionsTableTxt {
		font-size: 15px;
	}

	.busyTime,
	.aboutQuestionsDesc {
		font-size: 12px;
	}

	.aboutQuestionsSubHeading {
		font-size: 13px;
	}

	.phoneRequest.questionsSection ul::after {
		width: 2px;
	}

	.questionsSection {
		margin-bottom: 30px;
		padding: 0px 0px 30px;
	}
	.spWrapper {
		padding: 0 30px;
	}

	.questionsTable li {
		width: 100%;
	}

	.phoneRequest.questionsSection li {
		width: 100%;
	}

	.questionsTableTxt {
		font-size: 15px;
	}

	.questionsImg {
		left: 15px;
		z-index: 2;
		transform: scale(0.6);
		transform-origin: top left;
	}

	.headline1::after {
		width: 100%;
	}

	.workingTime,
	.aboutQuestionsHeading,
	.phoneRequest.questionsSection .questionsTableTxt {
		font-size: 15px;
	}

	.busyTime,
	.aboutQuestionsDesc {
		font-size: 12px;
	}

	.aboutQuestionsSubHeading {
		font-size: 13px;
	}

	.busyTime,
	.aboutQuestionsDesc,
	.aboutQuestionsSubHeading {
		padding-left: 10px;
		text-indent: -10px;
	}

	.phoneRequest.questionsSection ul::after {
		width: 2px;
	}

	.phoneRequest.questionsSection li a img {
		transform: translateY(-50%) scale(.6);
	}
/* Css responsive by Vin end */

	/* Part 2 */
	.boxContent .item {
		padding: 18px 0 20px;
	}

	.boxContent .flexContent {
		display: block;
		margin-right: 0;
	}

	.boxContent .flexContent > * {
		width: 100%;
		margin-right: 0;
	}

	.boxContent .txtMedium {
		margin-bottom: 20px;
		padding-left: 17px;
		font-size: 15px;
	}

	.boxContent .styleCircle::after {
		top: 7px;
		left: 4px;
		width: 10px;
		height: 10px;
	}

	.numPhone {
		pointer-events: all;
	}

	.numPhone .imgTxt {
		height: 22px;
	}

	.numPhone {
		padding: 0 0 0 57px;
		pointer-events: all;
	}

	.numPhone .imgIcon {
		left: 17px;
		top: -12px;
		width: 23px;
	}

	.numPhone.iconContact {
		max-width: fit-content;
		padding-left: 62px;
	}

	.numPhone .txtRuby {
		top: -24px;
		right: -3px;
		letter-spacing: 4px;
	}

	.numPhone.iconContact .imgIcon {
		width: 48px;
		left: 9px;
		top: -5px;
	}

	.boxTime {
		margin-top: 5px;
		padding-left: 75px;
	}

	.boxTime .ttlTime {
		min-width: 66px;
		width: 66px;
		font-size: 13px;
		padding: 5px;
	}

	.boxTime .txt {
		line-height: 1.6;
		font-size: 15px;
	}

	.boxTime .txt span {
		font-size: 12px;
	}

	.boxContent .ttlBig {
		font-size: 18px;
		line-height: 1.2;
	}

	.boxContent .txtContent {
		line-height: 1.6;
		font-size: 13px;
	}

	.boxContent .txtContent .txtLink {
		padding-right: 20px;
		background-size: 15px;
		text-decoration: none;
	}

	.resetStyle .numPhone .imgIcon {
		top: -14px;
	}

	.resetStyle .iconContact .imgIcon {
		top: -4px;
	}

	.boxContent .txtLine {
		padding: 15px 0 15px 10px;
		font-size: 12px;
	}

	.boxContent .txtLine::before {
		top: 23px;
		width: 80%;
	}

	.boxContent .txtSearch {
		margin-top: 13px;
		padding-right: 36px;
		background-size: 24px;
		font-size: 18px;
	}

	/* Parker*/
	table {
		font-size: 12px;
		margin-bottom: 15px;
	}
	
	table .ttl,
	table td {
		padding: 7px;
	}

	table .number {
		font-size: 12px;
		width: 23.85px;
		height: 20px;
	}

	table .w65 {
		width: 72.5%;
	}

	table .txtLetter {
		letter-spacing: -1px;
	}
	/* Part 2 */
}
@media screen and (max-width : 375px ) {
	/* Common */
	.headline1 {
		padding: 12px 20px 12px 90px;
	}

	/* Part 1 */
	.questionsImg {
		transform: translateY(5px) scale(0.5);
	}

	.questionsTable li a {
		padding: 10px;
	}

	.phoneRequest.questionsSection li a {
		padding: 20px;
	}

	.phoneRequest.questionsSection li a img {
		transform: translate(50%, -50%) scale(0.5);

	}

	.questionsTable li a img {
		transform: scale(0.5);
	}

	.questionsContent .questionsTableImg {
		margin-right: 10px;
	}

	/* Part 2 */
	.boxInner {
		padding:  0 20px 20px;
	}

	.headline2 {
		font-size: 15px;
	}

}

/* ============================================================================
	Key visual
 ============================================================================ */
.keyv {
	background-color: #fdecee;
	margin-bottom: 40px;
	border-bottom: 25px solid #fff;
}

.keyv .inner {
	padding: 25px 20px;
}

.keyv .pic {
	display: block;
	width: 75px;
	margin-left: 20px;
}

.keyv .pic img {
	display: block;
	width: 100%;
	height: auto;
}

.keyv h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 45px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.keyv {
		border-bottom: 5px solid #fff;
		margin-bottom: 10px;
	}

	.keyv .inner {
		padding: 12px 35px;
	}

	.keyv h1 {
		font-size: 1.428rem;
	}

	.keyv span {
		width: 100%;
		text-align: center;
	}

	.keyv .pic {
		margin-left: auto;
		width: 34.25px;
	}
}


/* ============================================================================
	Section QA Float
 ============================================================================ */
.QAFloat {
	z-index: 99;
	width: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px 0;
	background-color: #721B23;
	color: #fff;
	border: 5px solid #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	text-align: center;
}

.QAFloat:hover {
	text-decoration: inherit !important;
}

.QAFloat .txt {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto 20px auto;
	letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
	.QAFloat {
		top: 50%;
		transform: translateY(-50%);
		font-size: 16px;
	}
}

/* ============================================================================
	Section Important note
 ============================================================================ */
.impNotice {
	display: flex;
	border: 2px solid #FF5500;
	padding: 0;
	background-color: #FEF5F0;
	margin-bottom: 40px;
}

.impNotice .colLeft {
	display: flex;
	position: relative;
	min-width: 210px;
	flex-shrink: 0;
	align-items: center;
	background: url('../img/bg_imp_notice.png') no-repeat center right;
	background-size: cover;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.impNotice .colLeft .txt {
	background: url('../img/icon_imp_notice.svg') no-repeat 0 50%;
	background-size: auto 100%;
	padding-left: 38px;
	margin: 0 20px 0 10px;
	min-height: 24px;
}

.impNotice .colRight {
	color: #FF5500;
	font-size: 16px;
	padding: 25px 30px 25px 30px;
}

.impNotice .headTxt {
	font-weight: bold;
}

.impNotice .colRightSect:first-child {
	margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
	.impNotice {
		display: block;
		margin-bottom: 18px;
	}

	.impNotice .colLeft {
		justify-content: center;
		background: url('../img/bg_imp_notice_sp.png') no-repeat 50% 50%;
		background-size: 100% 100%;
		height: 50px;
		font-size: 15px;
	}

	.impNotice .colRight {
		font-size: 12px;
		padding: 15px 30px 25px 22px;
	}
}

/* ============================================================================
	Section pageQAPresent
============================================================================= */
.pageQAPresent {
	display: flex;
	align-items: center;
	border: 2px solid #721B23;
	padding: 20px 20px;
	background-color: #fff;
}

.pageQAPresent a:hover {
	text-decoration: inherit;
}

.pageQAPresent .firstBlock {
	display: flex;
	align-items: center;
}

.pageQAPresent .icon {
	display: block;
	width: 67px;
	margin-right: 20px;
	flex-shrink: 0;
}

.pageQAPresent .icon img {
	width: 100%;
	height: auto;
}

.pageQAPresent .txt01 {
	font-weight: bold;
	font-size: 28px;
	color: #721B23;
}

.pageQAPresent .txt02 {
	font-size: 18px;
	margin: 0 auto;
	padding: 0 20px;
}

.pageQAPresent .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 220px;
	padding: 5px 10px;
	font-size: 16px;
	border: 2px solid #721B23;
	border-radius: 100px;
	min-height: 40px;
	height: 0;
	font-weight: bold;
	color: #721B23;
	background-color: #FDECEE;
}

@media screen and (max-width: 767px) {
	.pageQAPresent {
		display: block;
		text-align: center;
	}

	.pageQAPresent .firstBlock {
		justify-content: center;
		margin-bottom: 8px;
	}

	.pageQAPresent .icon {
		width: 44.15px;
		margin-right: 4px;
	}

	.pageQAPresent .txt01 {
		font-size: 18px;
	}

	.pageQAPresent .txt02 {
		font-size: 13px;
		margin-bottom: 12px;
	}

	.pageQAPresent .btn {
		font-size: 16px;
		margin: 0 auto;
	}
}