@charset "UTF-8";
/***************************************************
* ページ固有設定
***************************************************/
.respInquiryContentWrapper {
	padding-top: 5px;
	padding-bottom: 72px;
	font-size: 1rem;
}
.respInquiryContentWrapper .respInquiryAncPoint {
	position: relative;
	top: -125px;
}
.respInquiryContentWrapper .respInquiryAcInnerAncPoint {
	position: relative;
	top: -86px;
}
.respInquiryContentWrapper .respInquiryTitleAncPoint {
	position: relative;
	top: -50px;
}
.respInquiryContentWrapper .respInquiryTxSmall {
	font-size: 0.9rem;
}
.respInquiryContentWrapper h1 {
	font-size: 2.5rem;
	font-weight: bold;
}
.respInquiryContentWrapper .respInquiryH2 {
	font-size: 1.6rem;
	font-weight: bold;
}
.respInquiryContentWrapper .respInquiryP {
	font-size: 1rem;
}
.respInquiryContentWrapper .respInquiryUlnote > li {
	position: relative;
	margin-top: 8px;
	padding-left: 1rem;
}
.respInquiryContentWrapper .respInquiryUlnote > li > .kome {
	position: absolute;
	left: 0;
}
.respInquiryContentWrapper .respInquiryBoxNote {
	padding-left: 2rem;
	text-indent: -2rem;
}
.respInquiryContentWrapper .respInquiryBoxNote.respInquiryIndent-26rem {
	padding-left: 2.6rem;
	text-indent: -2.6rem;
}
.respInquiryContentWrapper .respInquiryFloatingHeader {
	position: fixed;
	top: -120px;
	left: 0;
	width: 100%;
	height: 86px;
	background-color: rgba(255,255,255,0.96);
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	z-index: 50;
	transition: all .8s;
}
.respInquiryContentWrapper .respInquiryFloatingHeaderInner {
	width: 1010px;
	margin: 0 auto;
	padding: 15px 0;
}
.respInquiryContentWrapper .respInquiryFloatingHeaderInner > ul > li {
	float: left;
	width: 33.3%;
	padding: 0 10px;
}
.respInquiryContentWrapper .respInquiryFloatingHeaderInner > ul > li > a {
	position: relative;
	display: block;
	border: 1px solid #D9D9D9;
	background: #e9f1f3;
	text-align: center;
	text-decoration: none;
	font-size: 1rem;
	transition: all .5s;
	cursor: pointer;
	opacity: 1;
	color: #333;
}
.respInquiryContentWrapper .respInquiryFloatingHeaderInner > ul > li > a:hover {
	opacity: 0.7;
}
.respInquiryContentWrapper .respInquiryFloatingHeaderInner > ul > li > a > span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px 15px 10px;
}
.respInquiryContentWrapper .respInquiryFloatingHeaderInner > ul > li > a > span:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	margin-top: -5px;
	right: 13px;
	width: 17px;
	height: 10px;
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_arrow_01.png) no-repeat 0 0;
	background-size: 17px 10px;
}
.respInquiryContentWrapper .respInquiryReadContent {
	font-size: 1.12rem;
}
.respInquiryContentWrapper .respInquiryListAncLink {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}
.respInquiryContentWrapper .respInquiryListAncLink > li {
	width: 320px;
}
.respInquiryContentWrapper .respInquiryListAncLink > li > a {
	position: relative;
	display: block;
	border: 1px solid #D9D9D9;
	background: #e9f1f3;
	text-align: center;
	text-decoration: none;
	color: #333;
	transition: all .5s;
	opacity: 1;
	cursor: pointer;
}
.respInquiryContentWrapper .respInquiryListAncLink > li > a:hover {
	opacity: 0.7;
}
.respInquiryContentWrapper .respInquiryListAncLink > li > a > span {
	display: block;
	padding: 35px 5px 65px;
}
.respInquiryContentWrapper .respInquiryListAncLink > li > a > span:before {
	position: absolute;
	content: "";
	display: block;
	bottom: 22px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 17px;
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_arrow_01.png) no-repeat 0 0;
	background-size: 100% auto;
}
.respInquiryContentWrapper table {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.respInquiryContentWrapper table th,
.respInquiryContentWrapper table td {
	font-size: 1rem;
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.respInquiryContentWrapper table th[data-th="th-01"] {
	padding: 13px 10px;
}
.respInquiryContentWrapper table th[data-th="th-02"] {
	padding: 10px 10px;
}
.respInquiryContentWrapper table th {
	background: #F6F6F6;
}
.respInquiryContentWrapper table td {
	padding: 8px 10px;
}
.txTtlCCCongestionRspInquiry {
	font-size: 124%;
}
.respInquiryContentWrapper .respInquiryCongrstionTableIcList {
	font-size: 0;
}
.respInquiryContentWrapper .respInquiryCongrstionTableIcList > li {
	margin-left: 30px;
	display: inline-block;
}
.respInquiryContentWrapper .respInquiryCongrstionTableIcList > li:first-child {
	margin-left: 0;
}
.respInquiryContentWrapper .respInquiryCongrstionTableIcList > li > span {
	font-size: .9rem;
	position: relative;
	padding-left: 25px;
}
.respInquiryContentWrapper .respInquiryCongrstionTableIcList > li > span:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
}
.respInquiryContentWrapper .respInquiryCongrstionTableIcList > li:nth-of-type(1) > span:before {
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_graph_small_03.png) no-repeat 0 0;
	background-size: 100% auto;
}
.respInquiryContentWrapper .respInquiryCongrstionTableIcList > li:nth-of-type(2) > span:before {
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_graph_small_02.png) no-repeat 0 0;
	background-size: 100% auto;
}
.respInquiryContentWrapper .respInquiryCongrstionTableIcList > li:nth-of-type(3) > span:before {
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_graph_small_01.png) no-repeat 0 0;
	background-size: 100% auto;
}
.respInquiryContentWrapper .respInquiryCongrstionTableThForIEandEdge {
	display: none;
}
.respInquiryContentWrapper .respInquirySection {
	font-size: 1.12rem;
}
.respInquiryContentWrapper .respInquiryAcAreaWrap {
	border-bottom: 1px solid #BFBFBF;
}
.respInquiryContentWrapper .respInquiryAcWrap {
	border-top: 1px solid #BFBFBF;
}
.respInquiryContentWrapper .respInquiryAcBtn {
	position: relative;
	padding: 35px 55px;
	font-size: 1.4rem;
	font-weight: bold;
	cursor: pointer;
}
.respInquiryContentWrapper .respInquiryAcBtn:before {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	left: 16px;
}
.respInquiryContentWrapper .respInquiryAcBtn.respInquiryAcBtn01:before {
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_01.png) no-repeat 0 0;
	background-size: 29px 30px;
}
.respInquiryContentWrapper .respInquiryAcBtn.respInquiryAcBtn02:before {
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_02.png) no-repeat 0 0;
	background-size: 30px 28px;
}
.respInquiryContentWrapper .respInquiryAcBtn.respInquiryAcBtn03:before {
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_03.png) no-repeat 0 0;
	background-size: 32px 25px;
}
.respInquiryContentWrapper .respInquiryAcBtn.respInquiryAcBtn04:before {
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_04.png) no-repeat 0 0;
	background-size: 27px 33px;
}
.respInquiryContentWrapper .respInquiryAcBtn.respInquiryAcBtn05:before {
	width: 31px;
	height: 23px;
	margin-top: -11px;
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_05.png) no-repeat 0 0;
	background-size: 31px 23px;
}
.respInquiryContentWrapper .respInquiryAcBtn.respInquiryAcBtn06:before {
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_06.png) no-repeat 0 0;
	background-size: 32px 23px;
}
.respInquiryContentWrapper .respInquiryAcBtn.respInquiryAcBtn07:before {
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_07.png) no-repeat 0 0;
	background-size: 27px 27px;
}
.respInquiryContentWrapper .respInquiryAcBtn.respInquiryAcBtn08:before {
	width: 32px;
	height: 23px;
	margin-top: -11px;
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_08.png) no-repeat 0 0;
	background-size: 32px 23px;
}
.respInquiryContentWrapper .respInquiryAcBtn.respInquiryAcBtn09:before {
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_09.png) no-repeat 0 0;
	background-size: 28px 29px;
}
.respInquiryContentWrapper .respInquiryAcBtn.respInquiryAcBtn10:before {
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_10.png) no-repeat 0 0;
	background-size: 30px 28px;
}

.respInquiryContentWrapper .respInquiryAcBtn:after {
	position: absolute;
	content: "";
	display: block;
	width: 25px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	right: 15px;
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_arrow_02.png) no-repeat 0 0;
	background-size: 100% auto;
}
.respInquiryContentWrapper .respInquiryAcBtn.open:after {
	position: absolute;
	content: "";
	display: block;
	width: 25px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	right: 15px;
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_arrow_07.png) no-repeat 0 0;
	background-size: 100% auto;
}
.respInquiryContentWrapper .respInquiryAcContentInner {
	padding: 25px 0 40px;
}
.respInquiryContentWrapper .respInquiryBorderBox {
	margin-top: 40px;
	padding: 40px;
	border: 1px solid #CCC;
}
.respInquiryContentWrapper .respInquiryBorderBox:nth-of-type(1) {
	margin-top: 0;
}
.respInquiryContentWrapper .respInquiryBorderBox .respInquiryBorderBoxInner + .respInquiryBorderBoxInner {
	border-top: 1px solid #CCC;
	margin-top: 40px;
	padding: 28px 0 0;
}
.respInquiryContentWrapper .respInquiryBlueBtn > a {
	position: relative;
	display: block;
	width: 360px;
	margin: 0 auto;
	padding: 17px 10px;
	border-radius: 40px;
	background: #00a5d9;
	text-align: center;
	text-decoration: none !important;
	font-size: 20px;
	font-weight: bold;
	color: #fff !important;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	opacity: 1;
}
.respInquiryContentWrapper .respInquiryBlueBtn.respInquiryBlueLoginBtn > a {
	width: 440px;
}
.respInquiryContentWrapper .respInquiryBlueBtn > a:hover {
	opacity: 0.7;
}
.respInquiryContentWrapper .respInquiryBlueBtn > a:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	right: 25px;
	width: 12px;
	height: 22px;
	margin-top: -11px;
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_arrow_06.png) no-repeat 0 0;
	background-size: 100% auto;
}
.respInquiryContentWrapper .respInquiryBlueBtn.respInquiryBlueBtnBlankIcon > a:after {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_blank_white.png) no-repeat 0 0;
	background-size: 100% auto;
}
.respInquiryContentWrapper .respInquiryBlueLink {
	padding: 3px 0;
}
.respInquiryContentWrapper .respInquiryBlueLink > a {
	padding: 3px 0;
	font-size: 1.12rem;
	font-weight: bold;
	color: #00A5D9;
	text-decoration: none;
}
.respInquiryContentWrapper .respInquiryBlueLink > a:hover {
	text-decoration: underline;
}
.respInquiryContentWrapper .respInquiryBlueLink > a .respInquiryBlueLinkItemInner {
	padding-left: 1.9rem;
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_07.png) no-repeat 6px 0;
	background-size: 20px 20px;
}
.respInquiryContentWrapper .respInquiryAcContentInnerGrayBox {
	margin: 20px 0 30px;
	padding: 35px 40px 15px;
	background: #f8f8f8;
}
.respInquiryContentWrapper .respInquiryAcContentInnerGrayBox > dt {
	font-size: 1.12rem;
	font-weight: bold;
	border-bottom: 1px solid #BFBFBF;
	padding-bottom: 20px;
}
.respInquiryContentWrapper .respInquiryAcContentInnerGrayBox > dd {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}
.respInquiryContentWrapper .respInquiryAcContentInnerGrayBoxDDChildCol {
	width: 50%;
}
.respInquiryContentWrapper .respInquiryAcContentInnerGrayBoxDDChildCol > dl {
	margin-bottom: 20px;
}
.respInquiryContentWrapper .respInquiryAcContentInnerGrayBoxDDChildCol > dl > dt {
	font-weight: bold;
	font-size: 1.12rem;
	margin-bottom: 5px;
}
.respInquiryContentWrapper .respInquiryAcContentInnerGrayBoxDDChildCol > dl > dd {
	font-size: 1rem;
}
.respInquiryContentWrapper .respInquiryInnerImageBox {
	border: 1px solid #CCC;
	display: table;
	width: 100%;
}
.respInquiryContentWrapper .respInquiryInnerImageBox {
  border: 1px solid #CCC;
  display: table;
  width: 100%;
}
.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxChildCol {
  position: relative;
  display: table-cell;
}
.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxChildCol.respInquiryInnerImageBoxChildColRight:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -6px;
  width: 17px;
  height: 39px;
  background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_arrow_04.png) no-repeat 0 0;
  background-size: 100% auto;
}
.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxChildCol.respInquiryInnerImageBoxChildColLeft {
  background: #F2F8FA;
  padding: 30px 40px 20px 30px;
  width: 308px;
}
.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxChildCol.respInquiryInnerImageBoxChildColRight {
  padding: 35px 20px;
}
.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxTitle {
  text-align: center;
  font-size: 1.12rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 25px;
}
.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxChildCol.respInquiryInnerImageBoxChildColRight .respInquiryInnerImageBoxTitle {
  padding: 0 30px;
}
.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxTitle .respInquiryInnerImageBoxLergeTitle {
  font-size: 1.4rem;
}
.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxList {
  display: table;
  width: 100%;
}
.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxList > li {
  display: table-cell;
  width: 33.3%;
  text-align: center;
  border-left: 1px dotted #CCC;
  padding: 0 15px;
}
.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxList > li:first-child {
  border-left: none;
}
.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxListText {
  text-align: center;
  font-size: .9rem;
  margin-bottom: 25px;
}
.respInquiryContentWrapper .respInquiryModalLinkTxWrap {
	font-size: 1rem;
}
.respInquiryContentWrapper .respInquiryModalLinkTxWrap > .respInquiryModalLinkTx {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 0;
	font-weight: bold;
	text-align: center;
}
.respInquiryContentWrapper .respInquiryModalLinkTxWrap > .respInquiryModalLinkTx > a {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	margin-left: 20px;
	border-left: 1px solid #BFBFBF;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	color: #009BDD;
	cursor: pointer;
}
.respInquiryContentWrapper .respInquiryModalLinkTxWrap > .respInquiryModalLinkTx > a:hover {
	text-decoration: underline;
}
.respInquiryContentWrapper .respInquiryModalLinkTxWrap > .respInquiryModalLinkTx:first-child > a {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.respInquiryContentWrapper .respInquiryModalLinkTxWrap > .respInquiryModalLinkTx > a:after {
	position: absolute;
	top: 3px;
	right: 0;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_question.png) no-repeat 0 0;
	background-size: 100% auto;
}
.respInquiryContentWrapper .respInquiryAcContentCatchTelDl > dt {
	font-size: 1.12rem;
}
.respInquiryContentWrapper .respInquiryAcContentCatchTelDl > dd {
	font-size: 1rem;
}
.respInquiryContentWrapper .respInquiryAcContentCatchTelTx {
	text-align: center;
	font-weight: bold;
	font-size: 1.12rem;
}
.respInquiryContentWrapper .respInquiryBorderBoxFlexWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.respInquiryContentWrapper .respInquiryBorderBoxFlexWrap .respInquiryBorderBoxFlexChild {
	margin-top: 0;
	width: 475px;
	padding: 40px;
	border: 1px solid #CCC;
}
.respInquiryContentWrapper .respInquiryBlueBtnFlexWrap {
	display: flex;
	justify-content: space-between;
	padding: 0 70px;
}
.respInquiryContentWrapper .respInquiryBorderBoxInnerTelTx {
	position: relative;
	margin-bottom: 15px;
	padding-left: 67px;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1;
}
.respInquiryContentWrapper .respInquiryBorderBoxInnerTelTx:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 61px;
	height: 35px;
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_freedial_01.png) no-repeat 0 0;
	background-size: 50px auto;
}
.respInquiryContentWrapper .respInquiryBorderBoxInnerPayTx {
	line-height: 1;
}
.respInquiryContentWrapper .respInquiryBorderBoxInnerPayTx > span {
	position: relative;
	padding-left: 70px;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1;
}
.respInquiryContentWrapper .respInquiryBorderBoxInnerPayTx > span:before {
	position: absolute;
	top: 9px;
	left: 0;
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_pay_01.png) no-repeat 0 0;
	background-size: 100% auto;
	content: "";
	width: 62px;
	height: 32px;
}
.respInquiryContentWrapper .respInquiryBorderBoxInnerFlexTelBoxWrap {
	display: flex;
	margin: 0 -40px;
	justify-content: space-between;
}
.respInquiryContentWrapper .respInquiryBorderBoxInnerFlexTelBoxWrap .respInquiryBorderBoxInnerFlexTelBox {
	position: relative;
	width: 50%;
	padding: 0 40px 65px;
	border-left: 1px solid #BFBFBF;
}
.respInquiryContentWrapper .respInquiryBorderBoxInnerFlexTelBoxWrap .respInquiryBorderBoxInnerFlexTelBox:first-child {
	border-left: none;
}
.respInquiryContentWrapper .respInquiryBorderBoxInnerFlexTelBoxWrap .respInquiryBorderBoxInnerFlexTelBox .respInquiryBlueLink.respInquiryBlueLinkUnderLock {
	position: absolute;
	bottom: 0;
	left: 40px;
}
.respInquiryContentWrapper .respInquiryBorderBoxInnerTitleTx {
	font-size: 1.1rem;
}
.respInquiryContentWrapper .respInquirySearchLinkList > li {
	display: inline-block;
	margin-left: 20px;
	font-size: 0;
}
.respInquiryContentWrapper .respInquirySearchLinkList > li:first-child {
	margin-left: 0;
}
.respInquiryContentWrapper .respInquirySearchLinkList > li > a {
	font-size: 1rem;
	text-decoration: none;
	color: #00A5D9;
}
.respInquiryContentWrapper .respInquirySearchLinkList > li > a:hover {
	text-decoration: underline;
}
.respInquiryContentWrapper .respInquiryForm {
	position: relative;
	width: 460px;
	margin: 0 auto;
	border: none;
}
.respInquiryContentWrapper .respInquiryForm .respInquiryFormTx {
	width: 460px;
	height: 60px;
	padding: 0 40px;
	border: 1px solid #CCC;
	border-radius: 32px;
	font-size: 16px;
	outline: none;
}
.respInquiryContentWrapper .respInquiryForm .respInquiryFormIc {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 60px;
	padding: 17px 16px 18px 0px;
	font-size: 1rem;
	outline: none;
}
.respInquiryContentWrapper .respInquiryWhiteBtnWrap {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.respInquiryContentWrapper .respInquiryWhiteBtnWrap > li {
	height: 60px;
}
.respInquiryContentWrapper .respInquiryWhiteBtnWrap > li > a {
	position: relative;
	display: block;
	width: 300px;
	padding: 17px 30px 17px 17px;
	border: 1px solid #CCC;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 1rem;
	color: #333;
}
.respInquiryContentWrapper .respInquiryWhiteBtnWrap > li > a:hover {
	opacity: 0.7;
}
.respInquiryContentWrapper .respInquiryWhiteBtnWrap > li > a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_arrow_05.png) no-repeat 0 0;
	background-size: 100% auto;
}
.respInquiryContentWrapper .respInquiryModal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}
.respInquiryContentWrapper .respInquiryModal .respInquiryBgModal {
	position: relative;
	background-color: rgba(0,0,0,0.5);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
}
.respInquiryContentWrapper .respInquiryModalBox {
	position: absolute;
	border-radius: 3px;
	padding: 45px;
	background: #fff;
	width: 980px;
}
.respInquiryContentWrapper .respInquiryModalBox.respInquiryModalBoxPC {
	width: 980px;
}
.respInquiryContentWrapper .respInquiryModalBox.respInquiryModalBoxSP {
	width: 340px;
}
.respInquiryContentWrapper .respInquiryModalBox .respInquiryModalBoxInner {
	position: relative;
}
.respInquiryContentWrapper .respInquiryModalBox .respInquiryModalClose {
	position: absolute;
	top: -35px;
	right: -35px;
	width: 37px;
	height: 37px;
	padding: 10px;
}

.respInquiryContentWrapper .respInquiryTxIssuablePaper {
	width: 360px;
	margin: 0 auto;
	background-color: #f8f8f8;
	padding: 10px 0;
}
.respInquiryContentWrapper .respInquiryTxIssuablePaper > span {
	position: relative;
	display: inline-block;
	margin-right: -21px;
}
.respInquiryContentWrapper .respInquiryTxIssuablePaper > span:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -15px;
	display: block;
	width: 42px;
	height: 30px;
	background-image: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_kami_data.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.respInquiryContentWrapper .respInquiryTxIssuableDenshiData {
	width: 360px;
	margin: 0 auto;
	background-color: #f8f8f8;
	padding: 10px 0;
}
.respInquiryContentWrapper .respInquiryTxIssuableDenshiData > span {
	position: relative;
	display: inline-block;
	margin-right: -21px;
}
.respInquiryContentWrapper .respInquiryTxIssuableDenshiData > span:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -11px;
	display: block;
	width: 42px;
	height: 22px;
	background-image: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_denshi_data.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}


#a3a-modal.fixed.small .status[data-v-701ac82d] {
	box-sizing: content-box !important;
}

.respInquiryOtherQrWrap {
	display: flex;
}

.respInquiryContentWrapper .respInquiryTxIssuableBothData > span {
	position: relative;
	display: inline-block;
	padding: 10px 30px 10px 105px;
	background-color: #f8f8f8;
}
.respInquiryContentWrapper .respInquiryTxIssuableBothData > span:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	display: block;
	width: 42px;
	height: 30px;
	background-image: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_kami_data.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.respInquiryContentWrapper .respInquiryTxIssuableBothData > span:after {
	content: "";
	position: absolute;
	left: 52px;
	top: 50%;
	margin-top: -11px;
	display: block;
	width: 42px;
	height: 22px;
	background-image: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_denshi_data.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.respInquiryContentWrapper .respInquiryBorderBottomContentWidth {
	border-bottom: 1px solid #BFBFBF;
}

.respInquirySup {
	line-height: 1;
}

/***************************************************
* pc-style
***************************************************/
@media only screen and (min-width: 768px){
	/***************************************************
	* 汎用クラス
	***************************************************/
	.mt13-pc {
		margin-top: 13px;
	}
	.mt35-pc {
		margin-top: 35px;
	}
	.mt60-pc {
		margin-top: 60px;
	}
	.txStrong-pc {
		font-weight: bold;
	}
	/***************************************************
	* ページ固有設定
	***************************************************/
	.respInquiryContentWrapper .respInquiryTxSmall-pc {
		font-size: 0.9rem !important;
	}
	.gFooter {
		border-top: 1px solid #e6e6e6;
	}
}

/***************************************************
* sp-style
***************************************************/
@media only screen and (max-width: 767px){
	/***************************************************
	* 汎用クラス
	***************************************************/
	.mt14-sp {
		margin-top: 14px !important;
	}
	.mt16-sp {
		margin-top: 16px !important;
	}
	.mt19-sp {
		margin-top: 19px !important;
	}
	.mt50-sp {
		margin-top: 50px !important;
	}
	.mb23-sp {
		margin-bottom: 23px !important;
	}
	.txNormal-sp {
		font-weight: normal !important;
	}
	/***************************************************
	* ページ固有設定
	***************************************************/
	.container .containerMain {
		padding: 0;
	}
	.respInquiryContentWrapper {
		padding-top: 40px;
		padding-bottom: 0;
		font-size: 1rem;
	}
	.respInquiryContentWrapper .respInquiryTxSmall {
		font-size: 0.75rem;
	}
	.respInquiryContentWrapper .respInquiryTxSmall-sp {
		font-size: 0.75rem !important;
	}
	.respInquiryContentWrapper h1 {
		font-size: 1.5rem;
	}
	.respInquiryContentWrapper .respInquiryH2 {
		font-size: 1.35rem;
	}
	.respInquiryContentWrapper .respInquiryP {
		font-size: 1rem;
	}
	.respInquiryContentWrapper .respInquiryP.respInquiryPMediumSP {
		font-size: 0.9rem;
	}
	.respInquiryContentWrapper .respInquiryUlnote > li {
		margin-top: 6px;
	}
	.respInquiryContentWrapper .respInquiryUlnote > li > .kome {
		position: absolute;
		left: 0;
	}
	.respInquiryContentWrapper .respInquiryBoxNote {
		padding-left: 1.5rem;
		text-indent: -1.5rem;
	}
	.respInquiryContentWrapper .respInquiryBoxNote.respInquiryIndent-26rem-sp {
		padding-left: 2.6rem;
		text-indent: -2.6rem;
	}
	.respInquiryContentWrapper .respInquiryFloatingHeader {
		height: 71px;
	}
	.respInquiryContentWrapper .respInquiryFloatingHeaderInner {
		width: 100%;
		padding: 8px 5px;
	}
	.respInquiryContentWrapper .respInquiryFloatingHeaderInner > ul > li {
		float: left;
		width: 33.3%;
		padding: 0 3px;
	}
	.respInquiryContentWrapper .respInquiryFloatingHeaderInner > ul > li > a {
		position: relative;
		height: 55px;
		font-size: .75rem;
		line-height: 1.4;
	}
	.respInquiryContentWrapper .respInquiryFloatingHeaderInner > ul > li > a:hover {
		opacity: 1;
	}
	.respInquiryContentWrapper .respInquiryFloatingHeaderInner > ul > li > a > span {
		padding: 7px 5px 12px;
	}
	.respInquiryContentWrapper .respInquiryFloatingHeaderInner > ul > li > a > span:after {
		top: 41px;
		margin-top: 0;
		right: 50%;
		margin-right: -8.5px;
		width: 15px;
		height: 8px;
		background-size: 15px 8px;
	}
	.respInquiryContentWrapper .respInquiryReadContent {
		padding: 0 20px;
		font-size: 1.12rem;
	}
	.respInquiryContentWrapper .respInquiryListAncLink {
		margin-top: 60px;
		display: block;
		justify-content: flex-start;
	}
	.respInquiryContentWrapper .respInquiryListAncLink > li {
		width: 100%;
		margin-top: 20px;
	}
	.respInquiryContentWrapper .respInquiryListAncLink > li > a {
		opacity: 1;
	}
	.respInquiryContentWrapper .respInquiryListAncLink > li > a > span {
		padding: 17px 5px 27px;
	}
	.respInquiryContentWrapper .respInquiryListAncLink > li > a:hover {
		opacity: 1;
	}
	.respInquiryContentWrapper .respInquiryListAncLink > li > a > span:before {
		bottom: 10px;
		width: 17px;
		height: 10px;
		margin-left: -8px;
		background-size: 17px 10px;
	}
	.txTtlCCCongestionRspInquiry {
		font-size: 1.24rem;
	}
	.respInquiryContentWrapper .respInquiryCongrstionTableOuterWrap {
		position: relative;
	}
	.respInquiryContentWrapper .respInquiryCongrstionTableWrap {
		overflow: auto;
		white-space: nowrap;
		margin-right: 0;
		border-left: 1px solid #CCC;
	}
	.respInquiryContentWrapper .respInquiryCongrstionTableWrap::-webkit-scrollbar{　　
		height: 4px;
	}
	.respInquiryContentWrapper table {
		position: relative;
		border-left: none;
	}
	.respInquiryContentWrapper .respInquiryCongrstionTable:after {
		position: absolute;
		top: 0;
		left: 100%;
		width: 20px;
		height: 1px;
		content: '';
	}
	.respInquiryContentWrapper table th,
	.respInquiryContentWrapper table td {
		font-size: .75rem;
	}
	.respInquiryContentWrapper table th em {
		font-weight: normal;
	}
	.respInquiryContentWrapper table th[data-th="th-01"] {
		line-height: 1.3;
		padding: 10px 18px;
	}
	.respInquiryContentWrapper table th[data-th="th-02"] {
		position: relative;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2;
		border-right: none;
	}
	_:-ms-lang(x)::-ms-backdrop, .respInquiryContentWrapper table th[data-th="th-02"]{
		width: 118px !important;
		min-width: 118px !important;
	}
	_:-ms-lang(x)::backdrop, .respInquiryContentWrapper table th[data-th="th-02"]{
		width: 118px !important;
		min-width: 118px !important;
	}
	_:lang(x)::-ms-, .respInquiryContentWrapper table th[data-th="th-02"] {
		width: 118px !important;
		min-width: 118px !important;
	}
	.respInquiryContentWrapper table th[data-th="th-02"]:after {
		position: absolute;
		top: 0;
		right: 0;
		border-right: 1px solid #CCC;
		content: "";
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	.respInquiryContentWrapper .respInquiryCongrstionTableIcList {
		font-size: 0;
	}
	.respInquiryContentWrapper .respInquiryCongrstionTableIcList > li {
		display: block;
		margin-left: 0;
		padding: 4px 0;
	}
	.respInquiryContentWrapper .respInquiryCongrstionTableIcList > li > span {
		font-size: .9rem;
		padding-left: 30px;
	}
	.respInquiryContentWrapper .respInquiryCongrstionTableIcList > li > span:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: inline-block;
		width: 19px;
		height: 19px;
	}
	_:-ms-lang(x)::-ms-backdrop, .respInquiryContentWrapper .respInquiryCongrstionTableThForIEandEdge {
		display: block;
		position: absolute;
		z-index: 15;
		top: 0;
		left: -1px;
		border: solid 1px #ccc;
		width: 120px;
		background: #F6F6F6;
		font-size: 0.75rem;
	}
	_:-ms-lang(x)::backdrop, .respInquiryContentWrapper .respInquiryCongrstionTableThForIEandEdge {
		display: block;
		position: absolute;
		z-index: 100;
		top: 0;
		left: -1px;
		border: solid 1px #ccc;
		width: 120px;
		background: #F6F6F6;
		font-size: 0.75rem;
	}
	_:lang(x)::-ms-, .respInquiryContentWrapper .respInquiryCongrstionTableThForIEandEdge {
		display: block;
		position: absolute;
		z-index: 100;
		top: 0;
		left: -1px;
		border: solid 1px #ccc;
		width: 120px;
		background: #F6F6F6;
		font-size: 0.75rem;
	}
	.respInquiryContentWrapper .respInquiryCongrstionTableThForIEandEdge > div {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-bottom: solid 1px #ccc;
	}
	.respInquiryContentWrapper .respInquiryCongrstionTableThForIEandEdge > div:nth-of-type(1) {
		height: 52px;
	}
	.respInquiryContentWrapper .respInquiryCongrstionTableThForIEandEdge > div:nth-of-type(2) {
		height: 57px;
	}
	.respInquiryContentWrapper .respInquiryCongrstionTableThForIEandEdge > div:nth-of-type(3) {
		height: 52px;
	}
	.respInquiryContentWrapper .respInquiryCongrstionTableThForIEandEdge > div:nth-of-type(4) {
		height: 51px;
		border-bottom: none;
	}
	.respInquiryContentWrapper .respInquirySection {
		padding: 0 20px;
		font-size: 0;
	}
	.respInquiryContentWrapper .respInquiryAcAreaWrap {
		border-bottom: 1px solid #BFBFBF;
	}
	.respInquiryContentWrapper .respInquiryAcBtn {
		padding: 25px 40px 25px 60px;
		font-size: 1.12rem;
		font-weight: normal;
	}
	.respInquiryContentWrapper .respInquiryAcBtn:before {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		left: 20px;
	}
	.respInquiryContentWrapper .respInquiryAcBtn:after {
		width: 20px;
		height: 10px;
		margin-top: -5px;
		right: 20px;
		background-size: 20px 10px;
	}
	.respInquiryContentWrapper .respInquiryAcBtn.open:after {
		width: 20px;
		height: 10px;
		right: 20px;
		margin-top: -5px;
		background-size: 20px 10px;
	}
	.respInquiryContentWrapper .respInquiryAcContentInner {
		padding: 10px 20px 25px;
	}
	.respInquiryContentWrapper .respInquiryBorderBox {
		margin-top: 40px;
		padding: 30px 20px;
		border: 1px solid #CCC;
	}
	.respInquiryContentWrapper .respInquiryBorderBox:nth-of-type(1) {
		margin-top: 0;
	}
	.respInquiryContentWrapper .respInquiryBorderBox .respInquiryBorderBoxInner + .respInquiryBorderBoxInner {
		border-top: 1px solid #CCC;
		margin-top: 40px;
		padding: 28px 0 0;
	}
	.respInquiryContentWrapper .respInquiryBlueBtn > a {
		width: 100%;
		padding: 16px 23px 16px 15px;
		border-radius: 40px;
		font-size: 1rem;
	}
	.respInquiryContentWrapper .respInquiryBlueBtn.respInquiryBlueLoginBtn > a {
		width: 100%;
		font-size: 0.9rem;
	}
	.respInquiryContentWrapper .respInquiryBlueBtn > a:hover {
		opacity: 1.0;
	}
	.respInquiryContentWrapper .respInquiryBlueBtn > a:after {
		right: 13px;
		width: 10px;
		height: 16px;
		margin-top: -8px;
		background-size: 10px 16px;
	}
	.respInquiryContentWrapper .respInquiryBlueLink {
		padding: 7px 0;
	}
	.respInquiryContentWrapper .respInquiryBlueLink > a {
		font-size: 1rem;
	}
	.respInquiryContentWrapper .respInquiryBlueLink > a:hover {
		text-decoration: none;
	}
	.respInquiryContentWrapper .respInquiryBlueLink > a .respInquiryBlueLinkItemInner {
		position: relative;
		padding-left: 1.6rem;
		background: none;
	}
	.respInquiryContentWrapper .respInquiryBlueLink > a .respInquiryBlueLinkItemInner:before {
		content: "";
		position: absolute;
		left: 2px;
		top: 1px;
		display: block;
		width: 23px;
		height: 23px;
		background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_07.png) no-repeat 2px 2px;
		background-size: 16px 16px;
	}
	.respInquiryContentWrapper .respInquiryAcContentInnerGrayBox {
		margin: 20px 0 20px;
		padding: 30px 20px 25px;
	}
	.respInquiryContentWrapper .respInquiryAcContentInnerGrayBox > dt {
		font-size: 1rem;
		padding-bottom: 10px;
	}
	.respInquiryContentWrapper .respInquiryAcContentInnerGrayBox > dd {
		display: block;
		padding-top: 20px;
		justify-content: flex-start;
	}
	.respInquiryContentWrapper .respInquiryAcContentInnerGrayBoxDDChildCol {
		width: 100%;
	}
	.respInquiryContentWrapper .respInquiryAcContentInnerGrayBoxDDChildCol > dl {
		margin-bottom: 23px;
	}
	.respInquiryContentWrapper .respInquiryAcContentInnerGrayBoxDDChildCol > dl > dt {
		font-size: 1rem;
		margin-bottom: 3px;
	}
	.respInquiryContentWrapper .respInquiryAcContentInnerGrayBoxDDChildCol > dl > dd {
		font-size: 1rem;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox {
		border: 1px solid #CCC;
		display: table;
		width: 100%;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox {
		display: block;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxChildCol {
		display: block;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxChildCol.respInquiryInnerImageBoxChildColRight:before {
		top: -6px;
		margin-top: 0;
		left: 50%;
		margin-left: -20px;
		width: 39px;
		height: 16px;
		background: url(/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_arrow_03.png) no-repeat 0 0;
		background-size: 100% auto;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxChildCol.respInquiryInnerImageBoxChildColLeft {
		padding: 30px;
		width: 100%;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxChildCol.respInquiryInnerImageBoxChildColLeft dd {
		text-align: center;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxChildCol.respInquiryInnerImageBoxChildColRight {
		padding: 40px 25px 10px;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxTitle {
		font-weight: normal;
		margin-bottom: 15px;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxChildCol.respInquiryInnerImageBoxChildColRight .respInquiryInnerImageBoxTitle {
		padding: 0;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxTitle .respInquiryInnerImageBoxLergeTitle {
		font-size: 1.15rem;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxList {
		display: block;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxList > li {
		display: block;
		text-align: center;
		width: 100%;
		border-top: 1px dotted #CCC;
		border-left: none;
		padding: 20px 0;
		font-size: 1.1rem;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxList > li:first-child {
		border-top: none;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxListText {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 25px;
	}
	.respInquiryContentWrapper .respInquiryInnerImageBox .respInquiryInnerImageBoxList > li img {
		display: inline-block;
	}
	.respInquiryContentWrapper .respInquiryModalLinkTxWrap {
		font-size: 1.1rem;
	}
	.respInquiryContentWrapper .respInquiryModalLinkTxWrap.respInquiryModalLinkTxLong {
		font-size: 0rem;
	}
	.respInquiryContentWrapper .respInquiryModalLinkTxWrap > .respInquiryModalLinkTx {
		margin-bottom: 10px;
	}
	.respInquiryContentWrapper .respInquiryModalLinkTxWrap.respInquiryModalLinkTxLong > .respInquiryModalLinkTx:last-child {
		margin-bottom: 0px;
	}
	.respInquiryContentWrapper .respInquiryModalLinkTxWrap > .respInquiryModalLinkTx > a {
		position: relative;
		display: inline-block;
		padding: 0 20px;
		margin-left: 20px;
		border-left: 1px solid #BFBFBF;
		font-size: 1rem;
		font-weight: bold;
		text-decoration: none;
		color: #009BDD;
		cursor: pointer;
	}
	.respInquiryContentWrapper .respInquiryModalLinkTxWrap > .respInquiryModalLinkTx > a:hover {
		text-decoration: none;
	}
	.respInquiryContentWrapper .respInquiryModalLinkTxWrap.respInquiryModalLinkTxLong > .respInquiryModalLinkTx > a {
		display: block;
		margin-left: 0;
		padding: 0 20px 0 0;
		border-left: none;
		font-size: 1rem;
		text-decoration: none;
		color: #009BDD;
		cursor: pointer;
	}
	.respInquiryContentWrapper .respInquiryModalLinkTxWrap > .respInquiryModalLinkTx:first-child > a {
		padding-left: 0;
		margin-left: 0;
		border-left: none;
	}
	.respInquiryContentWrapper .respInquiryModalLinkTxWrap > .respInquiryModalLinkTx > a:after {
		position: absolute;
		top: 3px;
		right: 0;
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
	}
	.respInquiryContentWrapper .respInquiryAcContentCatchTelDl > dt {
		font-size: 1.12rem;
	}
	.respInquiryContentWrapper .respInquiryAcContentCatchTelDl > dd {
		font-size: 1rem;
	}
	.respInquiryContentWrapper .respInquiryAcContentCatchTelTx {
		font-weight: normal;
	}
	.respInquiryContentWrapper .respInquiryBorderBoxFlexWrap {
		display: block;
		justify-content: flex-start;
		margin-top: 0;
	}
	.respInquiryContentWrapper .respInquiryBorderBoxFlexWrap .respInquiryBorderBoxFlexChild {
		width: 100%;
		margin-top: 20px;
		padding: 30px 20px;
	}
	.respInquiryContentWrapper .respInquiryBlueBtnFlexWrap {
		display: block;
		justify-content: flex-start;
		padding: 0;
	}
	.respInquiryContentWrapper .respInquiryBorderBoxInnerTelTx {
		display: inline-block;
		padding: 0 0 0 47px;
		margin-bottom: 10px;
		text-align: center;
		text-decoration: none;
		color: #333333;
		font-size: 1.75rem;
	}
	.respInquiryContentWrapper .respInquiryBorderBoxInnerTelTx:before {
		top: 0;
		background-size: 45px 26px;
		width: 45px;
		height: 26px;
	}
	.respInquiryContentWrapper .respInquiryBorderBoxInnerPayTx {
		padding: 0;
		margin-bottom: 0;
		text-align: left;
		font-size: 1.1rem;
		line-height: 1.5;
		display: block;
		text-decoration: none;
		color: #333333;
	}
	.respInquiryContentWrapper .respInquiryBorderBoxInnerPayTx > span {
		position: relative;
		padding-left: 60px;
		font-weight: bold;
		font-size: 1.75rem;
		line-height: 1;
	}
	.respInquiryContentWrapper .respInquiryBorderBoxInnerPayTx > span:before {
		background-size: 52px 27px;
		width: 52px;
		height: 27px;
		top: 6px;
	}
	.respInquiryContentWrapper .respInquiryBorderBoxInnerFlexTelBoxWrap {
		display: block;
		margin: 0;
		justify-content: flex-start;
	}
	.respInquiryContentWrapper .respInquiryBorderBoxInnerFlexTelBoxWrap .respInquiryBorderBoxInnerFlexTelBox {
		position: static;
		width: 100%;
		padding: 0;
	}
	.respInquiryContentWrapper .respInquiryBorderBoxInnerFlexTelBoxWrap .respInquiryBorderBoxInnerFlexTelBox:last-child {
		padding: 30px 0 0;
		margin-top: 25px;
		border-top: 1px solid #BFBFBF;
		border-left: none;
	}
	.respInquiryContentWrapper .respInquiryBorderBoxInnerFlexTelBoxWrap .respInquiryBorderBoxInnerFlexTelBox .respInquiryBlueLink.respInquiryBlueLinkUnderLock {
		position: static;
		left: 0px;
	}
	.respInquiryContentWrapper .respInquiryBorderBoxInnerTitleTx {
		font-size: 0.9rem;
	}
	.respInquiryContentWrapper .respInquirySearchLinkList > li {
		display: inline-block;
		margin-left: 20px;
		font-size: 0;
	}
	.respInquiryContentWrapper .respInquirySearchLinkList > li:first-child {
		margin-left: 0;
	}
	.respInquiryContentWrapper .respInquirySearchLinkList > li > a {
		font-size: 1rem;
		text-decoration: none;
		color: #00A5D9;
	}
	.respInquiryContentWrapper .respInquirySearchLinkList > li > a:hover {
		text-decoration: none;
	}
	.respInquiryContentWrapper .respInquiryForm {
		width: 100%;
	}
	.respInquiryContentWrapper .respInquiryForm .respInquiryFormTx {
		width: 100%;
		height: 40px;
		padding: 0 30px;
		border-radius: 20px;
		font-size: .75rem;
	}
	.respInquiryContentWrapper .respInquiryForm .respInquiryFormIc {
		padding: 10px 13px 10px 0px;
		width: 33px;
		height: 40px;
	}
	.respInquiryContentWrapper .respInquiryWhiteBtnWrap {
		display: block;
		justify-content: flex-start;
		padding: 0;
		border-top: 1px solid #CCC;
	}
	.respInquiryContentWrapper .respInquiryWhiteBtnWrap > li {
		height: 55px;
		border-bottom: 1px solid #CCC;
		border-top: none;
	}
	.respInquiryContentWrapper .respInquiryWhiteBtnWrap > li > a {
		position: relative;
		text-align: left;
		width: 100%;
		padding: 15px 30px 15px 20px;
		border-radius: 0;
		border: none;
	}
	.respInquiryContentWrapper .respInquiryWhiteBtnWrap > li > a:hover {
		opacity: 1;
	}
	.respInquiryContentWrapper .respInquiryModalBox {
		max-width: 300px;
		margin: 0 auto;
		padding: 48px 25px 25px;
	}
	.respInquiryContentWrapper .respInquiryModalBox.respInquiryModalBoxPC {
		max-width: 310px;
		width: 100%;
		padding: 38px 10px 15px;
	}
	.respInquiryContentWrapper .respInquiryModalBox.respInquiryModalBoxSP {
		width: 100%;
	}
	.respInquiryContentWrapper .respInquiryModalBox .respInquiryModalClose {
		top: -38px;
		right: -10px;
	}
	.respInquiryContentWrapper .respInquiryTxIssuablePaper {
		width: 100%;
	}
	.respInquiryContentWrapper .respInquiryTxIssuableDenshiData {
		width: 100%;
	}
}
@media only screen and (max-width: 493px) {
	.respInquiryContentWrapper .respInquiryCongrstionTableThForIEandEdge {
		width: 82px;
	}
	.respInquiryContentWrapper table th[data-th="th-02"] {
		width: 80px !important;
		min-width: 80px !important;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
	.respInquiryImgLandscapeH227px {
		height: 227px;
	}
}

/* featureOnlineProcedure
----------------------------------------------- */
.txBlueImportantRspInquiry {
	color: #00a5d9;
}
.txRecommendationOnlineProcedureRspInquiry {
	font-size: 90%;
	font-weight: bold;
	color: #00a5d9;
}
.txRecommendationOnlineProcedureRspInquiry > span.slash:first-child {
	display: inline-block;
	transform: rotateY(180deg);
	margin-right: 5px;
}
.txRecommendationOnlineProcedureRspInquiry > span.slash:last-child {
	margin-left: 5px;
}
ul.featureOnlineProcedureFlexWrapRspInquiry {
	max-width: 355px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
}
ul.featureOnlineProcedureFlexWrapRspInquiry > li {
	min-width: 44%;
	text-align: center;
}
ul.featureOnlineProcedureFlexWrapRspInquiry > li:nth-of-type(n+3) {
	margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
	.featureOnlineProcedureAreaRspInquiry {
		width: calc(100% - 60px);
		margin: 0 auto;
	}
	.featureOnlineProcedureAreaRspInquiry .featureOnlineProcedureAreaTitleWrapRspInquiry {
		padding-top: 28px;
		padding-right: 10px;
		text-align: center
	}
	.featureOnlineProcedureAreaRspInquiry .featureOnlineProcedureAreaTitleWrapRspInquiry > div {
		position: relative;
		display: inline-block;
		text-align: left
	}
	.featureOnlineProcedureAreaLeadTxRspInquiry {
		padding-top: 8px;
		font-size: 138%;
	}
	.txRecommendationOnlineProcedureRspInquiry {
		position: absolute;
		right: 100%;
		top: 2px;
		width: 100px;
	}
	.txRecommendationOnlineProcedureRspInquiry .slash {
		font-size: 17px;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry {
		max-width: none;
		padding-left: 0;
		justify-content: flex-start;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		min-width: 0;
		width: 25%;
		text-align: left;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li:nth-of-type(n+3) {
		margin-top: 0;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li:nth-of-type(1) {
		width: 140px;
		margin-right: 79px;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li:nth-of-type(1) > figure {
		width: 56px;
		min-width: 56px;
		margin-right: 11px;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li:nth-of-type(2) {
		width: 205px;
		margin-right: 58px;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li:nth-of-type(2) > figure {
		width: 58px;
		min-width: 58px;
		margin-right: 2px;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li:nth-of-type(3) {
		width: 187px;
		margin-right: 64px;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li:nth-of-type(3) > figure {
		width: 57px;
		min-width: 57px;
		margin-right: 17px;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li:nth-of-type(4) {
		width: 213px;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li:nth-of-type(4) > figure {
		width: 52px;
		min-width: 52px;
		margin-right: 16px;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li > p {
		margin-top: 5px;
		font-size: 113%;
	}
}
@media print, screen and (max-width: 767px) {
	/* featureOnlineProcedure
	----------------------------------------------- */
	.txRecommendationOnlineProcedureRspInquiry {
		font-size: 115%;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li > figure > img {
		width: 62px;
	}
	.featureOnlineProcedureAreaRspInquiry > p {
		font-size: 88%;
	}
	.featureOnlineProcedureAreaRspInquiry .featureOnlineProcedureAreaTitleWrapRspInquiry {
		padding-top: 40px;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li {
		display: inline-flex;
		flex-wrap: wrap-reverse;
		justify-content: center;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li > p {
		font-size: 88%;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li > p,
	ul.featureOnlineProcedureFlexWrapRspInquiry > li > figure {
		min-width: 50%;
	}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li.maxW45per-sp {max-width: 45%}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li.maxW48per-sp {max-width: 48%}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li.maxW50per-sp {max-width: 50%}
	ul.featureOnlineProcedureFlexWrapRspInquiry > li.maxW55per-sp {max-width: 55%}
}

.txColorDeepBlueRspInquiry {
	color: #003366 !important;
}
.txUnderlineRspInquiry {
	text-decoration: underline !important;
}
