@charset "UTF-8";

/* -----------------------------------------------

	resp_add_payment.css
	支払漏れ等が判明し、追加でお支払いをした保険金等の件数・金額（2019年度）設定

----------------------------------------------- */

div.section {
	font-size: 16px;
}
div.containerMain h1 {
	font-size: 36px;
	font-weight: bold;
	padding: 15px 0;
}
div.containerMain h2 {
	font-size: 28px;
	font-weight: bold;
}
div.containerMain .description .list {
	font-size: 14px;
	padding-left: 16px;
	margin-bottom: 10px;
}
a.linkBlank:after {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-position: 50%!important;
	background-size: contain!important;
	color: transparent;
	text-indent: -9999px;
	vertical-align: middle;
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
	content: "";
}
a.linkBlank:after {
	background: url(/content/dam/shared/jp/ja/static/images/products/resp_icon_blank.png) no-repeat 0 0;
	content: "別ウィンドウで開く";
}
ul.ulNote {
	margin: 0;
	padding: 0 0 10px;
	position: relative;
}
ul.ulNote li.num3 {
	padding-left: 3.2em;
}
ul.ulNote li {
	margin: 0;
	padding: 2px 0 2px 1.6em;
	position: relative;
	*zoom: 1;
}
ul.ulNote li span.kome {
	position: absolute;
	top: 2px;
	left: 0;
}
ul.ulLink {
	padding-bottom: 2em;
}
ul.ulLink li {
	padding: 2px 0 2px 16px;
	background: url(/content/dam/shared/jp/ja/static/images/common/arrow_link.gif) no-repeat 4px 0.6em;
}
.txBold {
	font-weight: bold;
}
table {
	width: 100%;
	border: 1px solid #cccccc;
	min-width: 1010px;
}
table thead th {
	padding: 10px;
	background: #F6F6F6;
	border: 1px solid #cccccc;
}
table tbody th {
	padding: 10px;
	border: 1px solid #cccccc;
}
table tbody td {
	padding: 10px;
	border: 1px solid #cccccc;
	text-align: right;
}
table .bottomNone {
	border-bottom: none;
}
table .topNone {
	border-top: none;
}
a.linkBlank:after {
	background: url(/content/dam/shared/jp/ja/static/images/products/resp_icon_blank.png) no-repeat 0 0;
	content: "別ウィンドウで開く";
}
a.linkBlank:after {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-position: 50%!important;
	background-size: contain!important;
	color: transparent;
	text-indent: -9999px;
	vertical-align: middle;
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
	content: "";
}
a.txLinkHoverLineAddPayment {
	color: #333333;
	text-decoration: none;
}
a.txLinkHoverLineAddPayment:link {
	text-decoration: none;
}
a.txLinkHoverLineAddPayment:visited {
	text-decoration: none;
}
a.txLinkHoverLineAddPayment:hover {
	text-decoration: underline;
}
a.txLinkHoverLineAddPayment:focus {
	text-decoration: none;
}
a.txLinkHoverLineAddPayment:active {
	text-decoration: underline;
}
.acBtnAddPayment {
	padding: 20px 25px;
	background-color: #1c3664;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	cursor: pointer;
	transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
}
.acBtnAddPayment .acBtnTxInnerAddPayment {
	padding-right: 2.6em;
	position: relative;
}
.acBtnAddPayment .acBtnTxInnerAddPayment:before,
.acBtnAddPayment .acBtnTxInnerAddPayment:after {
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 50%;
	right: 0;
	height: 2px;
	width: 21px;
	margin: -1px 0 0;
	background: #fff;
	content: "";
	transition: -webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
	transition: transform .25s cubic-bezier(.4,0,.2,1) 0s;
	transition: transform .25s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
}
.acBtnAddPayment:not(.open) .acBtnTxInnerAddPayment:before {
	transform: rotate(90deg);
}

@media only screen and (min-width: 768px) {
	.acBtnAddPayment:hover {
		background-color: #00a5d9;
		text-decoration: underline;
	}
}

@media only screen and (max-width: 767px) {
	div.containerMain h2 {
		font-size: 1.57em;
		text-align: center;
	}
	div.section {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	div.containerMain h1 {
		font-size: 26px;
	}
	div.section div.scrollWide {
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	a.txLinkHoverLineAddPayment:hover {
		text-decoration: none;
	}
	a.txLinkHoverLineAddPayment:active {
		text-decoration: none;
	}
	.acBtnAddPayment {
		padding: 11px 14px;
		font-size: 100%;
	}
	.acBtnAddPayment .acBtnTxInnerAddPayment {
		padding-right: 2em;
	}
	.acBtnAddPayment .acBtnTxInnerAddPayment:before,
	.acBtnAddPayment .acBtnTxInnerAddPayment:after {
		-webkit-backface-visibility: hidden;
		position: absolute;
		top: 50%;
		right: 0;
		height: 2px;
		width: 16px;
	}
}
