@charset "UTF-8";


/* ----------------------------------------------------------------------------
$mq_w_sp: 667px;
$mq_w_tb: 960px;
------------------------------------------------------------------------------- */

/* -------------------------------- components -------------------------------- */
/* 
@media (prefers-reduced-motion: no-preference) {
	html:focus-within {
		scroll-behavior: smooth;
	}
} */

main.main {
	margin: 0 !important;
}

.main-contents {
	background-color: #fffffc;
	color: #333;
	font-size: 1.8rem;
	line-height: 1.8;
	margin: auto;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 667px) {
	.main-contents {
		font-size: 1.6rem;
	}
}

@media print,
screen and (min-width: 668px) {
	.main-contents {
		margin: auto;
		max-width: 960px;
	}
}

.main-contents ul,
.main-contents ol {
	list-style-type: none;
	padding: 0;
}

.main-contents ul {
	margin: 0;
}

.main-contents ul li {
	margin: 0;
	font-size: 1.8rem;
	list-style: none;
}

@media screen and (max-width: 667px) {
	.main-contents ul li {
		font-size: 1.6rem;
	}
}

.main-contents img {
	margin: auto;
	display: block;
	max-width: 100%;
}

.main-contents input[type="radio"] {
	display: none;
}

.main-contents p {
	margin: 0;
	font-size: 1.8rem;
}

@media screen and (max-width: 667px) {

	.main-contents p,
	.main-contents ul li {
		font-size: 1.6rem;
	}
}

@media print,
screen and (min-width: 668px) {
	.main-contents [data-mq="sp"] {
		display: none !important;
	}
}

@media screen and (max-width: 667px) {
	.main-contents [data-mq="pc"] {
		display: none !important;
	}
}

@media print {
	.main-contents [data-mq="sp"] {
		display: none;
	}
}

.wrap header {
	z-index: 0 !important;
}

.main-contents .contents-inner{
	margin-bottom: 120px;
}

.main-contents .contents-inner .catch-txt{
	font-size: 1.6rem;
}

.main-contents .contents-inner a {
	color: #006EBC;
	text-decoration: underline;
}
.main-contents .contents-inner a:hover {
	color: #f59400;
	text-decoration: underline;
}

/* -----------------------お客さまの声を踏まえた取り組み----------------------- */
.fqa{
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.border{
	max-width: 760px;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #707070;
	margin: 70px auto 0;
}
@media screen and (max-width: 667px){
	.border{
		margin: 50px auto 0;
	}
}

/* -----------------------お客さまの声----------------------- */
.fqa .customer-box{
	display: flex;
	gap: 32px;
	margin-bottom: 20px;
}
@media screen and (max-width: 667px){
	.fqa .customer-box{
		gap: 24px;
	}
}

.fqa .customer-box .icon .icon-img{
	max-width: 74px;
}
@media screen and (max-width: 667px){
	.fqa .customer-box .icon .icon-img {
			max-width: 48px;
		}
}

.fqa .customer-box .customer-txt-box{
	margin-right: 100px;
}
@media screen and (max-width: 667px){
	.fqa .customer-box .customer-txt-box {
			margin-right: 0;
		}
}

.fqa .customer-box .customer-txt-box .customer-txt{
	font-size: 1.6rem;
	margin: 0;
	border-radius: 24px;
	background-color: #F3F3F3;
	padding: 32px 32px 24px 32px;
	position: relative;
}
@media screen and (max-width: 667px){
	.fqa .customer-box .customer-txt-box .customer-txt {
			font-size: 1.4rem;
			padding: 24px 18px 18px 18px;
			border-radius: 16px;
		}
}

.fqa .customer-box .customer-txt-box .customer-txt::before{
	content: '';
	position: absolute;
	top: 40px;
	left: -15px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 15px solid #F3F3F3;
}
@media screen and (max-width: 667px){
	.fqa .customer-box .customer-txt-box .customer-txt::before{
		top: 25px;
	}
}

.fqa .customer-box .customer-txt-box .voice {
	margin: 0;
	position: relative;
}

.fqa .customer-box .customer-txt-box .voice span{
	background-color: #2F79B9;
	color: #FFF;
	padding: 6px 14px;
	border-radius: 18px;
	position: absolute;
	top: -15px;
	left: 22px;
	z-index: 10;
}

/* -----------------------取り組み内容----------------------- */
.fqa .bankteller-box {
	display: flex;
	gap: 32px;
	justify-content: end;
}
@media screen and (max-width: 667px){
	.fqa .bankteller-box{
		gap: 24px;
	}
}

.fqa .bankteller-box .icon .icon-img {
	max-width: 74px;
}
@media screen and (max-width: 667px){
	.fqa .bankteller-box .icon .icon-img {
			max-width: 48px;
		}
}

.fqa .bankteller-box .bankteller-txt-box{
	margin-left: 100px;
}
@media screen and (max-width: 667px){
	.fqa .bankteller-box .bankteller-txt-box {
			margin-left: 0;
		}
}

.fqa .bankteller-box .bankteller-txt-box .bankteller-txt {
	font-size: 1.6rem;
	margin: 0;
	border-radius: 24px;
	background-color: #F3F3F3;
	padding: 32px 32px 24px 32px;
	position: relative;
}
@media screen and (max-width: 667px){
	.fqa .bankteller-box .bankteller-txt-box .bankteller-txt {
			font-size: 1.4rem;
			border-radius: 16px;
			padding: 24px 18px 18px 18px;
		}
}

.fqa .bankteller-box .bankteller-txt-box .bankteller-txt::before {
	content: '';
	position: absolute;
	top: 40px;
	right: -15px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #F3F3F3;
}
@media screen and (max-width: 667px){
	.fqa .bankteller-box .bankteller-txt-box .bankteller-txt::before{
		top: 25px;
	}
}

.fqa .bankteller-box .bankteller-txt-box .bankteller-txt .bankteller-txt-img{
	max-width: 460px;
	width: 100%;
}

.fqa .bankteller-box .bankteller-txt-box .voice {
	margin: 0;
	position: relative;
}

.fqa .bankteller-box .bankteller-txt-box .voice span {
	background-color: #F5A900;
	padding: 6px 14px;
	border-radius: 18px;
	position: absolute;
	top: -15px;
	left: 22px;
	z-index: 10;
}
