@charset "EUC-JP";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body #page {
	font-family: 'Noto Sans JP','NotoSans', 'NotoSansCJKjp', Arial, 'Arial Unicode MS', sans-serif;
}
#page strong {
	font-weight: bold;
}
#page {
	background-color: #efefef;
}
.contentsWrapper {
	width: 960px;
	margin: 0 auto;
	color: #222;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
}
.faqAcc-wrap .listTitle-icon {
	font-size: 16px;
}
.faqAcc-wrap a:link {
	text-decoration: none;
	border-bottom: #0033cc 1px solid;
	
}
.faqAcc-wrap a:visited {
	text-decoration: none;
	border-bottom: rgb(0, 51, 204) 1px solid;
}
h1#siteID {
	margin-bottom: 50px;
}
.menuList {
	clear: both;
	display: flex;
	margin-bottom: 43px;
}
.menuList a:link {
	color: #4372f3;
	text-decoration: none;
	border-bottom: #4372f3 1px solid;
}
.menuList a:hover {
	color: #0029ca;
	text-decoration: none;
	border-bottom: #0029ca 2px solid;
}
.menuList a:visited {
	color: #551a8b;
}
.menuList a:focus {
	border: #4372f3 1px solid;
	border-radius: 10px;
	padding: 2px;
}
.menuList li {
	margin-right: 34px;
	font-size: 20px;
}
.menuList li:last-child {
	margin-right: 0;
}
.inquiry {
	font-size: 28px;
	margin-bottom: 50px;
	font-weight: bold;
}
.cautionG a{
	text-decoration: none;
	box-sizing: border-box;
	width: 87%;
	padding: 12px 16px; 
	border-radius: 7px;
border: 1px solid #006A9E;
background: #DCF3FF; 
margin: 0 auto 65px;
}
.cautionG a:hover {
	background-color: #a9e2ff;
	transition: all 0.3s;
}

.caution a{
	color: #006497; 
	font-size: 16px;
	position: relative;
	display: flex;
	align-items: center;
}
.caution i {
	font-size: 22px;
}
/* .caution::before {
	content: url(../../img/InfoOutline.svg);
	position: absolute;
	left: 0;
	bottom: -3px;
} */
/* .caution::after {
	content: url(../../img/chevronRight.svg);
	position: absolute;
	right: 0;
} */
/* .caution a {
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */
.cautionG a:focus {
	background: #DCF3FF; 
	border: 3px double #006A9E;
	box-sizing: border-box;
	width: 87%;
	padding: 12px 16px; 
	border-radius: 7px;
margin: 0 auto 65px;
}
.iconBefore {
	margin-right: 10px;
	margin-bottom: -2px;
}
.iconAfter {
	margin-left: auto;
}
.sectionG {
	margin-bottom: 55px;
}
.h3Title {
	font-size: 16px;
	font-weight: bold;
}
.botInput {
	position: relative;
	width: 76%;
	margin: 40px auto 12px;
	
}
.botInput input[type=search] {
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	height: 63px;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #333;
	border-radius: 30px;
	border: 3px solid #BF0000; 
}
.botInput input[type=search]:focus {
	border: 3px solid #BF0000; 
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}
.botInput input[type=search] {
	padding-left: 40px;
}
.botInput input::placeholder {
  color: #828282;
	opacity: 1;
}
.botButton {
	position: absolute;
	right: 0;
	background-color: #BF0000;
	border-radius: 50%;
	width: 63px;
	height: 63px;
	border: 0;
}
.botButton span {
	color: #fff;
	font-size: 24px;
}
.botButton a {
	position: absolute;
	width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.w75 {
	width: 75%;
	margin: 0 auto;
}
.attentionG {
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}
.attentionList {
	font-size: 12px;
	position: relative;
	padding-left: 15px;
	line-height: 1.6;
}
.attentionList::before {
	position: absolute;
	left: 0;
	content: "��";
}
.kwListG {
	margin-bottom: 55px;
	text-align: center;
	margin: 0 auto;
	width: 78%;
}
.kwListTitle {
	margin-bottom: 30px;
}
.kwList{
	display: flex;
	justify-content: space-around;
}
.kwLink {
	position: relative;
}
.kwLink a {
	color: #333;
	text-decoration: none;
	display: block;
	border-radius: 17px;
	border: 1px solid #333; 
	font-size: 12px;
	width: 106px;
	height: 26px;
	flex-shrink: 0; 
	font-weight: 400;
	line-height: 22px;
	transition: all 0.5s;
	box-sizing: border-box;
	/* position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; */
}
.kwLink a:hover {
	
	border-radius: 17px;
	background-color: #FFE6E6;
}
/* .kwLink a {
position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */
.kwLink a:focus {
	line-height: 20px;
	background-color: #FFE6E6;
	border: 3px double #333; 
}
.faqG {
	margin-top: 22px;
}
.faqAcc-wrap {
	border-radius: 7px;
  border: 1px solid var(--Gray-400, #B6B6B6);
  background: var(--White, #FFF);
	overflow: hidden;
	transition: all 0.3s;
}
.faqAcc-wrap:hover {
	border: 1px #bf0000 solid;
	color: #bf0000;
}
.faqAcc-wrap:focus {
	border: 2px #bf0000 solid;
	color: #bf0000;
}
.faqAcc-wrap .accordion-header {
	padding: 12px 16px;
}
.faqAcc-wrap .accordion-header .listTitle-icon {
	margin-right: 16px;
	margin-bottom: -5px;
	font-size: 25px;
}
.faqAcc-wrap .arrow::after {
	width: 0.6em;
	height: 0.6em;
	
}
.faqAcc-wrap:hover .arrow::after,.faqAcc-wrap:focus .arrow::after,.faqAcc-wrap .accordion-header.active .arrow::after {
	color: #fff;
	
}
.faqAcc-wrap .arrow::before {
	content: "";
	background-color: #fff;
	transition: background-color 0.3s;
}
.faqAcc-wrap:hover .arrow::before,.faqAcc-wrap:focus .arrow::before {
	content: "";
	background-color: #bf0000;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: -12px;
  right: -6px;
}
.faqAcc-wrap .accordion-header.active .arrow::before {
	content: "";
	background-color: #222;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: -12px;
  right: -6px;
}
.faqAcc-wrap .accordion-header.active .listTitle-name {
	font-weight: bold;
}
.qaTxG {
	margin-bottom: 2em;
}
.qaText {
	font-size: 16px;
	color: #686868;
	line-height: 1.7;
	padding: 10px 12px; 
	/* margin-bottom: 1em; */
}
.qTx {
	border-radius: 10px;
	border: 1px solid #CFCFCF;
	background: #F5F5F5;
	margin-bottom: 1em;
}
.qTx::before {
	content: "Q.";
	
font-style: normal;
font-weight: 700; 
color: var(--Red-Logo-800, #BF0000); 
}

.aTx::before {
	content: "A.";
font-style: normal;
font-weight: 700; 
color: #002896; 
}
.qTx::before,.aTx::before {
	font-size: 18px;
	margin-right: 7px;
}

/* Swiper???? */
.swiper-parent {
	position: relative;
}
/* ????????????????????????????????? */
.swiper-button-prev::after, .swiper-button-next::after {
	top: calc((100% - 25px) * 0.5);	/* ???????????????????50px???????????????????????????? */
	font-size: 25px;
	color: #222;
}
.swiper-button-prev::after{
	margin-left: -30px;
}
.swiper-button-next::after {
	margin-right: -30px;
}
.tab-menu {
	width: calc(100% - 50px);
  padding: 12px 0;
  margin-top: 8px;
	margin-bottom: 45px;
	box-sizing: border-box;
}
.tab-menu_inner_item {
  display: flex;
  align-items: center;
	justify-content: center;
}
.tab-menu_inner_item_img {
	margin-bottom: -3px;
}
.tab-menu_inner_item_img span, .tab-menu_inner_item_img img {
	margin-right: 5px;
	
}
.tab-menu_inner_item.tab-all {
  min-width: 80px;
}
.tab-menu .swiper-slide {
	box-sizing: border-box;
  width: 115px;
  height: 55px;
  border-radius: 10px;
border: 2px solid var(--Red-Logo-800, #BF0000);
background: var(--White, #FFF); 
  /* padding: 6px; */
  cursor: pointer;
}
.tab-menu_inner_item.tab-all .tab-menu_inner_item_text {
  width: 100%;
  text-align: center;
}
.tab-menu_inner_item_text {
  font-size: 12px;
  line-height: 1.2;
}
.tab-menu .swiper-slide-thumb-active {
  color: #fff;
  font-weight: 500;
  background-color: #bf0000;
  border: 1px solid #bf0000;
}
.tab-menu .swiper-slide-thumb-active .tab-menu_inner_item_img {
	filter: brightness(0) invert(1);
}

.accordion {
  width: 100%;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
	
}

.accordion-header {
  background-color: #fff;
  padding: 20px;
  cursor: pointer;
	display: flex;
  align-items: center;
  padding: 8px 20px 9px 0;
  position: relative;
}

.accordion-content {
  display: none;
  padding: 10px;
}

.accordion-item.active .accordion-content {
  display: block;
}
.arrow {
	position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
	margin-left: auto;
	margin-right: 5px;
}
.arrow::after {
  /* display: inline-block; */
	content: '';
	position: absolute;
  transition: all 0.3s;
  color: #333;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: transform 0.3s ease;
	top: -5px;
	right: 1px;
}
.arrow-r {
	transform: translateX(25%) rotate(-90deg);
	padding-left: 15px;
}
.accordion-header.active .arrow::after {
  transform: translateY(25%) rotate(-45deg);
}

.listTitle {
	border-radius: 7px;
border: 1px solid var(--Gray-400, #B6B6B6);
background: var(--White, #FFF); 
display: flex;
align-items: center;
padding: 12px 16px;
margin-bottom: 20px;
}
.listTitle-icon span,.listTitle-icon img {
	margin-right: 16px;

}
.listTitle-icon {
	
	font-size: 25px;
  
}
.listTitle-name {
	font-size: 18px;
}
.listItem_detail {
	font-size: 13px;
	line-height: 1.6;
}

/* .contactInfonG {
	width: 836px;
	padding: 12px 16px; 
	border-radius: 7px;
border: 1px solid var(--Light-Blue-800, #006A9E);
background: var(--Light-Blue-100, #DCF3FF); 
margin: 0 auto 65px;
} */
.contactInfo a {
	text-decoration: none;
	width: 90%;
	margin: 0 auto 10px;
	color: var(--Gray-700, #686868); 
	font-size: 12px;
	border-radius: 7px;
	background: var(--Gray-200, #EBEBEB); 
	padding: 12px 14px ;
	display: flex;
	height: 45px;
	line-height: 1.5;
	align-items: center;
	box-sizing: border-box;
	transition: all 0.5s;
}
/* .contactInfo a {
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */
.contactInfo a:hover {
	border: 1px solid #333;
	background-color: rgb(242, 242, 242);
	position: relative;
	top: -1px;
	left: -1px;
}
.contactInfo a:focus {
	border: 3px double #333;
	background-color: rgb(242, 242, 242);
}
.contactInfo img,.contactInfo a .listTitle-icon {
	margin-right: 10px;
}
.contactInfo a .listTitle-icon {
	font-size: 20px;
	font-weight: 500;
	color: #222;
}
.contactInfo .arrow {
	font-size: 15px;
	font-weight: 500; 
	margin-right: 0.5em;
}
.contactInfo .tel {
	font-size: 16px;
	font-weight: 700;
}
.helpAcc-wrap {
	border-radius: 10px;
	border: none;
  background: #F7F7F7; 
	overflow: hidden;
}
.helpAcc-wrap .listTitle-name {
	font-weight: bold;
}
.helpAcc-wrap p {
	color: #333;
}
.helpAcc-wrap .listTitle-icon {
	margin-bottom: -5px;
}
.helpAcc-wrap .accordion-header {
	padding: 12px 16px;
	background: #F7F7F7; 
}
.helpAcc-wrap .contactInfo {
	
	box-sizing: border-box;
	margin: 12px auto 10px;
}
.helpAcc-wrap .contactInfo a{
	border-radius: 7px;
border: 1px solid #bababa;
background: #EBEBEB;
transition: all 0.5s;
height: auto;
}
.helpAcc-wrap .contactInfo span {
	font-size: 14px;
	font-weight: 500;
}

.helpAcc-wrap .contactInfo  .listTitle-icon {
	font-size: 20px;
}
.helpAcc-wrap .contactInfo a:hover{
border: 1px solid #686868;
background: #d7d7d7; 
}
.helpAcc-wrap .contactInfo a:focus{
	border: 3px double #bababa;
	background: #EBEBEB; 
	}
.helpText {
	font-size: 12px;
	margin: 20px 5%;
	width: 90%;
	line-height: 1.6;
}
.serviceFooter {
	text-align: center;
	margin: 0 auto;
}
.serviceFooter-list {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
	line-height: 1.5;
}
.serviceFooter-list li {
	border-right: 1px #333 solid;
	padding-right: 10px;
	margin-right: 10px;
}
.serviceFooter-list li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.serviceFooter-sus {
	margin-bottom: 1em;
}
.pageTop
{
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #9c9c9c;
  cursor: pointer;
  position: fixed;
  right: 50px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 10;
}
.pageTop::before
{
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 1.5px #4d4d4d;
  border-right: solid 1.5px #4d4d4d;
  transform: rotate(-45deg);
  margin-top: 6px;
}

@media screen and (min-width: 769px) {
	.spOnly {
		display: none;
	}
}
@media screen and (max-width: 768px) {
  .pcOnly {
		display: none;
	}
	#page {
		background-color: #fff;
	}
	.contentsWrapper {
		width: 100%;
		padding: 10px;
	}
	h1#siteID {
		width: auto;
		
	}
	h1#siteID img  {
		max-width: 100%;
	}
	
	div#grpheader {
		min-width: 100%;
	}
	.menuList li {
		font-size: 16px;
		margin-right: 10%;
	}
	.cautionG a {
		width: 100%;
		line-height: 1.5;
	}
.caution::after {
		top: 20%;
	}
	.cautionG a:focus {
		width: 100%;
	}
	.botInput {
		width: 100%;
	}
	.w75 {
		width: 100%;
	}
	.kwListG {
		width: 100%;
	}
	.kwList {
		flex-wrap: wrap;
		gap: 10px;
	}
	.listItem_detail {
		width: 60%;
	}
	.contactInfo p {
		width: 80%;
	}
	.faqG .listTitle-name {
		line-height: 1.5;
	}
	.serviceFooter-list {
		font-size: 12px;
	}
	.serviceFooter-list.spColumn {
		flex-flow: column;
		
	}
	.serviceFooter-list.spColumn li {
		border: none;
		margin-bottom: 1em;
		margin-right: 0;
		padding-right: 0;
	}
	.pageTop {
		right: 15px;
		bottom: 15px;
		width: 35px;
		height: 35px;
	}
}