@charset "UTF-8";
/* CSS Document */

.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.bold {
	font-weight: bold;
}
.colGray01 {
	color: #999999;
}

/*---------------------*/

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	/*top: -69px;*/
}
.ancIn02 {
	position: absolute;
	top: -40px;
}

/*-----------------------*/

.mainvisualWrap01 {
	background-image: url("/attending/help/notificationmessage/images/pc/main_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*---------------------*/

.contBlockBase01 {
	margin: 110px auto 130px;
}

.contBox01 {
	position: relative;
	background-color: #f8f3ec;
	border-radius: 18px;
	padding: 70px 90px 38px;
}
.contH201 {
	background-color: #31ae36;
	border-radius: 18px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	width: 840px;
	position: absolute;
	top: -32px;
	left: 50%;
	transform: translateX(-50%);
}
.text18_18_n {
	font-size: 18px;
	line-height: 1.8em;
}
.text18_20_n {
	font-size: 18px;
	line-height: 2.0em;
}

.contBox01In {
	padding: 0px 90px;
}
.contMt25 {
	margin-top: 25px;
}

.contBtn01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	background-color: #ffeea5;
	border-radius: 100px;
	font-size: 20px;
	line-height: 1.3em;
}
.contBtn01::after {
	content: "";
	background-image: url("/attending/help/notificationmessage/images/pc/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.contBtnWrap01 {
	margin-top: 35px;
}
.contBtnWrap01 li {
	margin-bottom: 40px;
}

.contUl01 {}
.contUl01 li {
	margin-top: 25px;
}
.contUl02 {
	padding-left: 34px;
}

/*---------------------*/

.accordionBlock01 {
	margin: 30px auto 40px;
}

.acWrap01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 20px;
	height: 60px;
	border-radius: 18px;
	background-color: #dfd2c0;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
}
.acWrap01::after {
	content: "";
	background-image: url("/attending/help/notificationmessage/images/pc/cont_ac_ar01_off.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	width: 25px;
	height: 16px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}
.acWrap01.open::after {
	background-image: url("/attending/help/notificationmessage/images/pc/cont_ac_ar01_on.png");
}

.acContWrap01 {
	display: none;
}
.acCont01 {
	padding: 40px 0px 0px;
}

.acIcon01::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/help/notificationmessage/images/pc/cont_tab_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px auto;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	margin-right: 18px;
}
.acCont01 .panel {
	background-color: #ffffff;
	padding: 40px;
}
.acH301 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
	height: 100px;
	background-color: #f8f3ec;
	border-radius: 18px;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 40px;
}
.acContBox01 {
	text-align: center;
}
.acImg01 img {
	width: 374px;
	height: auto;
}
.acLink01 {
	color: #0066cc;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 32px;
}
.acLink01 a:link {	color: #0066cc;	text-decoration: underline;}
.acLink01 a:visited {	color: #0066cc;	text-decoration: underline;}
.acLink01 a:hover {	color:#0066cc;	text-decoration: none;}
.acLink01 a:active {	color:#0066cc;	text-decoration: none;}

/*---------------------*/
.tab-group{
  display: flex;
  justify-content: space-between;
}
.tab{
  text-align:center;
  cursor:pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
	height: 100px;
	width: 47.4%;
	border-radius: 18px 18px 0px 0px;
	background-color: #d4c0a5;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
}
.tab.tab-A.is-active{
  color:#FFF;
  transition: all 0.2s ease-out;
}
.tab.tab-A.is-active{
	background-color: #00a0e9;
}
.tab.tab-B.is-active{
	background-color: #31ae36;
}

.panel-group{
}
.panel{
  display:none;
}

.panel.is-show{
  display:block;
}
/*----------------------*/

.contH202Wrap01 {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -156px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contH202Wrap01::before {
	content: "";
	background-image: url("/attending/help/notificationmessage/images/pc/cont_faq_tit_img01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 221px auto;
	width: 221px;
	height: 180px;
	margin-right: 30px;
}
.contH202 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 20px;
	width: 390px;
	height: 80px;
	background-color: #31ae36;
	border-radius: 18px;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: bold;
}
.contH202::after {
	content: "";
	background-image: url("/attending/help/notificationmessage/images/pc/cont_faq_tit_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 48px auto;
	width: 48px;
	height: 41px;
	position: absolute;
	bottom: -26px;
	left: 25px;
}

.faqAcBlock01 {
	margin-top: 40px;
	overflow: hidden;
	border-radius: 18px;
}
.faqAcWrap01 {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 28px 110px 28px 40px;
	background-color: #dfd2c0;
	min-height: 100px;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	cursor: pointer;
}
.faqAcWrap01::after {
	content: "";
	background-image: url("/attending/help/notificationmessage/images/pc/cont_ac_ar01_off.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	width: 25px;
	height: 16px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}
.faqAcWrap01.open::after {
	background-image: url("/attending/help/notificationmessage/images/pc/cont_ac_ar01_on.png");
}

.faqAcCont01 {
	background-color: #ffffff;
	padding: 25px 40px 30px;
	color: #97796e;
	font-size: 20px;
	line-height: 1.9em;
}

.faqAcImg01 {
	text-align: center;
	margin-top: 22px;
}
.faqAcImg01 img {
	width: 240px;
	height: auto;
}

.faqAcImg02 {
	text-align: center;
	margin: 25px auto auto;
}
.faqAcImg02 img {
	width: 375px;
	height: auto;
}
.faqContBlock01 {
	margin: 30px auto 60px;
}
.faqH301 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 30px;
	height: 80px;
	background-color: #31ae36;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
}

.faqFlex01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faqFlex01 li {
	width: 362px;
	margin-top: 40px;
}
.faqH4Wrap01 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.faqH4Wrap01 .p01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	background-color: #31ae36;
	border-radius: 50px;
	color: #ffffff;
	font-size: 21px;
	line-height: 1.0em;
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 10px;
}
.faqH4Wrap01 .h401 {
	font-size: 18px;
	line-height: 1.9em;
	font-weight: normal;
}

/*----------------------*/

.faqContBlock02 .faqH301 {
	background-color: #00a0e9;
}
.faqH402 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 10px;
	height: 38px;
	border-radius: 12px;
	background-color: #00a0e9;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 18px;
}

.faqBox01 {
	background-color: #f0f0f0;
	border-radius: 18px;
	padding: 18px 30px;
	margin-top: 40px;
}

.contTextBox01 {
	text-align: center;
	margin-top: 30px;
}

.contLink01 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	color: #0066cc;
}
a.contLink01:link {	color: #0066cc;	text-decoration: underline;}
a.contLink01:visited {	color: #0066cc;	text-decoration: underline;}
a.contLink01:hover {	color:#0066cc;	text-decoration: none;}
a.contLink01:active {	color:#0066cc;	text-decoration: none;}




















