@charset "utf-8";

.info_rightalign{
	text-align: right;
}
@media screen and (max-width:479px){
	.info_rightalign{
		text-align: left;
	}
	.tab_class{
		line-height: 1;
	}
}

/*----------------------------------
 inport from faq8102.css
----------------------------------*/

/*2. なぜこうなるの.Arrow着色
.tbeforeArrow01 {
	margin-top: 20px;
	padding-top: 84px;
	background: url(/nenkin/ideco/npfainfo01/images/bg_arrow_bottom01.png) center 0 no-repeat;
}
 */
 
/* ご案内イメージ 
.figFrame01 img {
    border: 3px solid #808080;
}
*/

/*----------------------------------
 common
----------------------------------*/
input[type="radio"] {
	width: 12px;
	height: 12px;
	border: solid 1px #bbb;
	border-radius: 12px;
}
input[type="checkbox"] {
	width: 14px;
	height: 14px;
	border: solid 1px #bbb;
	border-radius: 4px;
}

/*----------------------------------
 desc
----------------------------------
.desc {
	background: url(/401k/kojin/support/images/procedure_bg01.png) no-repeat;
	background-position: 392px 168px;
}
----------------------------------*/


/*----------------------------------
 qabox
----------------------------------*/
.qabox {
	margin-bottom: 20px;
	background: #eff9f1;
	box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}
.qabox h3 {
	line-height: 150%;
}
.qabox ul {
	margin: 10px 0;
}
.qabox ul li {
	margin-bottom: 10px;
	background: #fff;
	border: solid 1px #bbb;
	border-radius: 4px;
}
.qabox ul > li:last-child {
	margin-bottom: 0;
}
.qabox ul li:hover,
.qabox ul li.current {
	color: #fff;
	background: #0ba26b;
	border: solid 1px #0ba26b;
}
.qabox ul li label {
	padding: 10px 10px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 140%;
}
.qabox ul li label input {
	margin-right: 10px;
	flex: 0 0 12px;
}
.qabox1 {
	margin-bottom: 20px;
	background: #eff9f1;
	box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}
.qabox1 h3 {
	margin-bottom: 15px;
	line-height: 150%;
}
.qabox1 ul {
	margin: 10px 0;
}
.qabox1 ul li {
	margin-bottom: 10px;
	background: #fff;
	border: solid 1px #bbb;
	border-radius: 4px;
}
.qabox1 ul > li:last-child {
	margin-bottom: 0;
}
.qabox1 ul li:hover,
.qabox1 ul li.current {
	color: #fff;
	background: #0ba26b;
	border: solid 1px #0ba26b;
}
.qabox1 ul li label {
	padding: 10px 10px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 140%;
}
.qabox1 ul li label input {
	width: 10px;
	margin-right: 10px;
	flex: 0 0 12px;
}
.qabox2 {
	margin-bottom: 20px;
	background: #eff9f1;
	box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}
.qabox2 h3 {
	line-height: 150%;
}
.qabox2 ul {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.qabox2 ul li {
	width: 444px;
	margin: 0 10px 10px 0;
	background: #fff;
	border: solid 1px #bbb;
	border-radius: 4px;
}
.qabox2 ul > li:nth-child(2n) {
	margin: 0 0 10px 0;
}
.qabox2 ul li:not(.disable):hover,
.qabox2 ul li.current {
	color: #fff;
	background: #0ba26b;
	border: solid 1px #0ba26b;
}
.qabox2 ul li.disable {
	opacity: 0.5;
}
.qabox2 ul li label {
	min-height: 50px;
	padding: 5px 10px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 140%;
}
.qabox2 ul li label input {
	margin-right: 10px;
	flex: 0 0 14px;
}
.qachild {
	margin-left: 30px;
	background: none!important;
	border: none!important;
}
.qachild h3 {
	margin-top: 15px;
}
.qachild,
.qachild:hover {
	color: #333!important;
	background: none!important;
}
.qachild ul {
	margin: 10px 0 25px 0;
}
.qachild ul li {
	margin-bottom: 10px;
	background: #fff;
	border: solid 1px #bbb;
	border-radius: 4px;
}
.qachild ul > li:last-child {
	margin-bottom: 0;
}
.qachild ul li:hover,
.qachild ul li.current {
	color: #fff;
	background: #0ba26b;
	border: solid 1px #0ba26b;
}
.qachild ul li label {
	padding: 10px 10px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 140%;
}
.qachild ul li label input {
	margin-right: 10px;
	flex: 0 0 12px;
}
.qachild ul li span {
	margin: 0 10px 10px 10px;
	padding: 5px 10px;
	background: #e4fbef;
	border: 1px solid #049849;
	border-radius: 4px;
	display: block;
}
.qachild ul li:hover span,
.qachild ul li.current span {
	color: #333;
}
.qachild table {
	margin-bottom: 30px;
	border-top: 1px solid #747474;
	border-left: 1px solid #747474;
}
.qachild table tr > * {
	border-right: 1px solid #747474;
	border-bottom: 1px solid #747474;
}
.qachild table th {
	background: #b3e0c8!important;
}
.qachild table td {
	text-align: center;
}
.qachild table td.bgg {
	background: #e5f3ed;
}
.errtxt {
	margin-bottom: 15px;
	padding: 5px 10px;
	background: #F9F0B0;
	border-radius: 4px;
	display: none;
}
.msgtxt {
	margin-bottom: 15px;
	padding: 5px 10px;
	background: #FBD5CE;
	border-radius: 4px;
	display: none;
}

/*----------------------------------
 arrow
----------------------------------*/
.arrow {
	height: 60px;
	margin-bottom: 10px;
	position: relative;
}
.arrow p {
	width: 180px;
	height: 25px;
	margin: 0 auto;
	padding-top: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #01894d;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.arrow span {
	width: 0;
	height: 0;
	margin: 0 auto;
	border-left: 130px solid transparent;
	border-right: 130px solid transparent;
	border-top: 30px solid #01894d;
	display: block;
	position: relative;
	bottom: -22px;
}

/*----------------------------------
 result
----------------------------------*/
.result th {
	line-height: 120%;
}
.result td {
	line-height: 130%;
	vertical-align: middle;
	text-align: left;
}
.result td p a span mark {
	color: #c00;
	font-style: normal;
	background: none;
}
.result .olk1,
.result .olk2,
.result .olk3 {
	margin-bottom: 20px;
	display: none;
}
.result .clk {
	color: #063;
	font-weight: bold;
	display: inline-block;
}
.result .clk:hover {
	color: #ed6d34;
	cursor: pointer;
}
.glyphAttention01 > span::before {
	top: 0.2em!important;
}
.attentionBlock01 > .blockInner {
	padding: 14px 20px 4px!important;
	text-align: center;
}

/*----------------------------------
 callcenter
----------------------------------*/
.telDetail {
	padding: 0 15px 0 0;
	cursor: default;
}

@media screen and (max-width: 767px) {
/* 「個人型年金の記録について」のご案内イメージ */
#npfainfo01 img {
    width: 40%;
}
}
/*----------------------------------
 desc
----------------------------------
.desc {
	background-position: 75vw 62px;
	background-size: 70px 71px;
}
@media screen and (max-width: 320px) {
.desc {
	background-position: 76vw 80px;
	background-size: 52px 53px;
}
----------------------------------*/

/*----------------------------------
 qabox
----------------------------------*/
.qabox ul li:hover,
.qabox1 ul li:hover,
.qabox2 ul li:not(.disable):hover,
.qachild ul li:hover {
	color: #333;
	background: #fff;
	border: solid 1px #bbb;
}
.qachild {
	margin-left: 15px;
}

/*----------------------------------
 qa
----------------------------------*/
.qa2 ul {
	display: block;
}
.qa2 ul li {
	width: auto;
	margin: 0 0 10px 0;
}


/*----------------------------------
table qa8084_6
----------------------------------*/

.qaArea > .centerTable3 {
	border-collapse: collapse;
	table-layout: fixed;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.qaArea > .centerTable3 th {
	padding: 5px;
	border: 1px solid #333;
	background: #84ce78;
}
.qaArea > .centerTable3 td {
	padding: 5px;
	border: 1px solid #333;
}

//調整後のｉＤｅＣｏ掛金の算定方法 from faq8096
.overflowTable {
	border-collapse: collapse;
	
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.overflowTable tbody th {
	width: 80%;
	padding: 5px;
	border: 1px solid #333;
	/*background: #eff9f1;*/
	text-align: left;
}
.overflowTable tbody td {
	padding: 5px;
	border: 1px solid #333;
	text-align: right;
}