/*----------------------------------

 2col

----------------------------------*/
.col2 {
	margin-bottom: 20px;
}
.col2 li {
	width: 310px;
	display: inline-block;
}
.col2 li:first-child {
	margin-right: 20px;
}
.col2 li p {
	padding:20px;
	border: solid 2px #04984A;
	border-radius: 4px;
}
.col2 li p img {
	padding-bottom: 20px;
}
.col2 li p a {
	text-align: center;
	display: block;
}

/*----------------------------------

 3col

----------------------------------*/
.col3 {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.col3 li {
  width: 210px;
  height: auto;
}
.col3 li dl dt {
  text-align: center;
}
.col3 li dl dd {
  height: auto;
  padding: 6px 0 0 0!important;
  color: #04984A;
  font-size: 1.15em!important;
  text-align: center;
}
.col3 li div:last-child {
  padding:12px;
  border: solid 2px #04984A;
  border-radius: 4px;
}
.col3 li div:last-child img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.col3 li div:last-child p {
  margin: 10px 0;
  line-height: 140%;
  font-size: 0.92em!important;
}
.col3 li div:last-child a {
  text-align: center;
  display: block;
}

/*----------------------------------

 attention

----------------------------------*/
.attention {
	margin: 30px 0 40px 0;
	padding:13px 20px 2px 20px;
	border: solid 2px #f00;
	border-radius: 4px;
	background: #fee;
}
.attention ul {
	margin-bottom: 0;
	padding-left: 47px;
	background: url(/401k/op1/kojin/lineup/images/ico_attention.png) left top no-repeat;
	font-weight: bold;
}
.attention li {
	margin-bottom: 10px;
	line-height: 120%;
}

/*----------------------------------

 divide3

----------------------------------*/
.divide3 {
	margin-bottom: 40px;
}
.divide3 div p {
  height:46px;
  padding:7px 0 0 90px;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 140%;
}
.divide3 div:nth-child(1) p {
  background: url(/401k/op1/kojin/images/index_ico03.png) 5px bottom no-repeat;
  background-size: 76px 50px;
  color: #04984A;
}
.divide3 div:nth-child(2) p {
  background: url(/401k/op1/kojin/images/index_ico04.png) 5px bottom no-repeat;
  background-size: 76px 47px;
  color: #EE6D34;
}
.divide3 div a {
	min-height:72px;
}
.divide3 div a span {
	font-size: 1.2em;
	line-height: 115%;
}

/*----------------------------------

 qa

----------------------------------*/
.qa dt {
	padding: 5px 0 20px 50px;
  font-weight: bold;
  position: relative;
}
.qa dt em {
  background: none repeat scroll 0 0 #049849;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  display: block;
  font-size: 1.429em;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding: 5px 9px;
  position: absolute;
  top: 0;
}
.qa dt a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
	color: #006633;
  cursor: pointer;
  text-decoration: none;
}
.qa dt a:hover {
	color: #ED6D34;
}
.qa dt a span {
  margin-left: 20px;
  min-width: 74px;
  padding: 5px 7px;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.098);
  box-sizing: border-box;
  color: #333333;
  font-family: 'icon';
  text-align: center;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.qa dt a span:before {
	margin-right: 5px;
  left: 0;
  margin-top: -0.5em;
  top: 50%;
	content: "\e63c";
	color: #049849;
	font-weight: normal;
}
.qa dt a.close span:before {
	content: "\e63d";
}
.qa dd {
	padding: 5px 0 20px 50px;
  font-weight: bold;
  position: relative;
  display: none;
}
.qa dd em {
  background: none repeat scroll 0 0 #ED6D34;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  display: block;
  font-size: 1.429em;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding: 5px 9px;
  position: absolute;
  top: 0;
}
.qa dd p {
    font-weight: bold;
    margin-bottom: 20px;
}

/*----------------------------------

 tab02

----------------------------------*/
.bg10 {
  width:640px;
  height:730px;
  margin-bottom: 40px;
  background: url(/401k/op1/kojin/lineup/images/index_bg11.png) left top no-repeat;
  position: relative;
}
.bg10 a {
  position: absolute;
  right: 0;
  top: 444px;
  display: block;
}
.tebiki {
  padding: 0 40px;
}

/*----------------------------------

 list

----------------------------------*/
.us01 {
  background-color: #FBF0F9!important;
}
.us02 {
  background-color: #DFEAF7!important;
}
.us03 {
  background-color: #FCE3DA!important;
}

@media screen and (max-width: 767px) {
#tabSwitchB01 a span, #tabSwitchB02 a span {
	padding: 12px 20px;
	font-size: 1.2em;
	font-weight: bold;
}

/*----------------------------------

 col3

----------------------------------*/
.col3 {
  display: block;
}
.col3 li {
  width: 100%;
  margin-bottom: 1.5em;
}

/*----------------------------------

 divide3

----------------------------------*/
.divide3 div p {
  height:10vw;
  min-height:38px;
  padding:15px 0 0 80px;
  font-size: 3.8vw;
  line-height: 4.5vw;
}
.divide3 div:nth-child(1) p {
  background-size: 65px 43px;
}
.divide3 div:nth-child(2) p {
  background-size: 65px 40px;
}

/*----------------------------------

 tab02

----------------------------------*/
.bg10 {
  width:100%;
  height:auto;
  background: none;
}
.bg10 img {
  display: block;
}
.bg10 a {
  position: static;
}
.tebiki {
  padding: 0;
}

}