@charset "utf-8";
/*=================================
contents.css
- heading
- column
- text
- link
- list
- table
- unique
- icon
clearfix
================================ */

/* common
-------------------------------- */
p {
	margin-top: 1em;
}
sup {
	font-size: 1rem;
}
.pcElement {
	display: none;
}
div.pcElement,
ul.pcElement {
	display: none;
}
.spElement {
	display: inline;
}
.area02.spElement {
	display: block;
}

/* heading
-------------------------------- */
.heading01 {
	margin-top: 1em;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.4;
}
.heading02 {
	margin-top: 2em;
	padding: 5px 10px;
	background-color: #e67977;
	border-bottom: solid 2px #ffffff;
	outline: solid 1px #e67977;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.4;
	color: #ffffff;
}
.heading02 a {
	color: #ffffff;
}
.heading01 + section > .heading02 {
	margin-top: 1em;
}
.heading03 {
	margin-top: 1.8em;
	padding-left: 8px;
	border-left: solid 4px #ef4136;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
}
.heading03_02 {
	margin-top: 1.8em;
	padding-left: 8px;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
}
.heading04 {
	margin-top: 1.5em;
	padding-bottom: 5px;
	border-bottom: solid 2px #dedede;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.4;
}
.heading05 {
	margin-top: 1.2em;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.4;
}
.heading05:before {
	content: "■";
	color: #777777;
}
.heading01 + *,
.heading02 + *,
.heading03 + *,
.heading04 + *,
.heading05 + * {
	margin-top: 1.5em;
}
.heading01 + .noticeBtn01 {
	margin-top: 0.5em;
}
.addLink {
	margin-top: 2em;
}
.addLink .heading {
	float: left;
	margin-top: 0;
}
.addLink .addLinkList {
	overflow: hidden;
	float: right;
}
.addLink .addLinkList li {
	float: left;
	margin-left: 1em;
}
.addLink .addLinkList li a {
	font-weight: bold;
}
#main.spspace01 {
	padding-top: 2px;
}

/* line
-------------------------------- */
.line01 {
	display: block;
	width: 100%;
	height: 1px;
	margin: 2em 0 0;
	padding: 2em 0 0;
	border-top: solid 1px #333333;
}
.line01 + * {
	margin-top: 0 !important;
}
.line02,
.line02Before:before {
	text-decoration: underline;
}
.line03 {
	text-decoration: line-through;
}

/* column
-------------------------------- */
.oneColumn,
.twoColumn,
.threeColumn,
.fourColumn {
	margin-top: 2em;
}
.oneColumn .figureFix,
.twoColumn .figureFix,
.threeColumn .figureFix,
.fourColumn .figureFix {
	margin: 0 auto;
}
.oneColumn + p {
	margin-top: 3em;
}
.twoColumn > .column,
.threeColumn > .column {
	margin: 1.5em 0 0;
}
.twoColumn.keepColumnType > .column {
	float: left;
	width: 48.6%;
	margin: 1.5em 0 0 2.8%;
}
.threeColumn.keepColumnType > .column {
	float: left;
	width: 31.62%;
	margin: 1.5em 0 0 2.57%;
}
.fourColumn > .column {
	float: left;
	width: 48.6%;
	margin: 1.5em 0 0 2.8%;
}
.fourColumn.flowType > .column > figure:after {
	margin-left: -10px;
	border-top: 20px solid #f5b8b5;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	left: 50%;
}
.fourColumn.flowType > .column:nth-child(4n) > figure:after {
	display: inline-block;
}
.fourColumn.flowType > .column:last-child > figure:after {
	display:none;
}
.twoColumn > .column > *:first-child,
.threeColumn > .column > *:first-child,
.fourColumn > .column > *:first-child {
	margin-top: 0;
}
.twoColumn.keepColumnType > .column:nth-child(-n+2) {
	margin-top: 0;
}
.threeColumn.keepColumnType > .column:nth-child(-n+3) {
	margin-top: 0;
}
.twoColumn.keepColumnType > .column:nth-child(2n+1),
.threeColumn.keepColumnType > .column:nth-child(3n+1),
.fourColumn > .column:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.fourColumn > .column:nth-child(-n+2) {
	margin-top: 0;
}
.oneColumn .column > section > [class*="heading"],
.twoColumn .column > section > [class*="heading"],
.threeColumn .column > section > [class*="heading"],
.fourColumn .column > section > [class*="heading"] {
	margin-top: 0;
}
.oneColumn .column [class*="figureColumn"],
.twoColumn .column [class*="figureColumn"],
.threeColumn .column [class*="figureColumn"],
.fourColumn .column [class*="figureColumn"] {
	margin-top: 1em;
}
.oneColumn .column [class*="figureColumn"] .imgL,
.twoColumn .column [class*="figureColumn"] .imgL,
.threeColumn .column [class*="figureColumn"] .imgL,
.fourColumn .column [class*="figureColumn"] .imgL {
	margin-right: 1em;
}
.oneColumn .column [class*="figureColumn"] .imgR,
.twoColumn .column [class*="figureColumn"] .imgR,
.threeColumn .column [class*="figureColumn"] .imgR,
.fourColumn .column [class*="figureColumn"] .imgR {
	margin-left: 1em;
}

/* figureColumn */
[class*="figureColumn"] {
	margin-top: 1.5em;
}
[class*="figureColumn"] > .imgL {
	float: left;
	width: 48.6%;
	margin: 0 2.8% 0 0;
}
[class*="figureColumn"] > .imgR {
	float: right;
	width: 48.6%;
	margin: 0 0 0 2.8%;
}
[class*="figureColumn"] > .text {
	overflow: hidden;
}
[class*="figureColumn"] > .text > *:first-child {
	margin-top: 0;
}
[class*="figureColumn"].overFlowType01 > .imgL,
[class*="figureColumn"].overFlowType01 > .imgR {
	margin-bottom: 1em;
}
[class*="figureColumn"].overFlowType01 .text {
	overflow: visible;
}
[class*="figureColumn"].overFlowType01 .text > .btnLink01 a,
[class*="figureColumn"].overFlowType01 .text > .btnLinkList01 > li > a {
	overflow: hidden;
}
.spVertical > .imgL,
.spVertical > .imgR {
	float: none;
	width: 75%;
	margin: 0 auto;
}
.imgHideType > .imgL,
.imgHideType > .imgR {
	display: none;
}
.spVertical > .text {
	margin-top: 1em;
}
[class*="figureColumn"].tableLayout > .imgL,
[class*="figureColumn"].tableLayout > .imgR,
[class*="figureColumn"].tableLayout > .text {
	float: none;
	display: table-cell;
	vertical-align: top;
}
[class*="figureColumn"].tableLayout > .imgL.columnWidth06 {
	width: 35px;
}
[class*="figureColumn"].tableLayout > .imgR.columnWidth06 {
	width: 35px;
}
[class*="figureColumn"].tableLayout > .text {
	padding-left: 10px;
}


/* boderColumn */
[class*="boderColumn"] {
	margin-top: 1.5em;
}
[class*="boderColumn"] > *:first-child {
	margin-top: 0;
}
.boderColumn01 {
	padding: 0.8em;
	border: solid 2px #fcd8d5;
}
.boderColumn02 {
	padding: 0.8em;
	border: solid 2px #e7e7e7;
}

/* movieColumn */
[class*="movieColumn"] {
	margin-top: 1.5em;
}
.movieColumn01 {
	text-align: center;
}
.movieColumn01 video {
	width: 100%;
	height: auto;
}

/* loginColumn */
[class*="loginColumn"] {
	margin-top: 1.5em;
}
.loginColumn01 .column {
	padding: 0.8em;
	background-color: #fcf6de;
	border-bottom: solid 1px #cccccc;
}
.loginColumn01 .w050per.oneColumn {
	width: 100% !important;
}
.loginColumn01 .column > *:first-child {
	margin-top: 0;
}
.loginColumn01 .column .title {
	font-weight: bold;
	font-size: 1.4rem;
	color: #bd1212;
	text-align: center;
}
.loginColumn01 .column .logInLink a {
	display: block;
	padding: 1em;
	background-color: #ffb122;
	border-top: solid 1px #ffb122;
	border-bottom: solid 1px #de9a1d;
	border-radius: 5px;
	box-shadow: 0 1px 0 #b47c18;
	color: #ffffff;
	text-align: center;
}
.loginColumn01 .column .logInLinkHaluca a {
	background-color: #55ab33;
	border-top: solid 1px #55ab33;
	border-bottom: solid 1px #0ea44f;
	box-shadow: 0 1px 0 #0e6c20;
}
.loginColumn01 .column .hojinType01 a {
	background-color: #337194;
	border-top: solid 1px #337194;
	border-bottom: solid 1px #27556f;
	box-shadow: 0 1px 0 #27556f;
}
.loginColumn01 .column .logInLink a span {
	position: relative;
	display: inline-block;
	padding-left: 1.4em;
	font-weight: bold;
	font-size: 1.4rem;
}
.loginColumn01 .column .logInLink a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 15px;
	margin-top: -8px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -29px -97px;
	background-size: 250px auto;
}
.loginColumn01 .column .logInLink a:hover span {
	text-decoration: underline;
}
.loginColumn01 .column .btnLink01 {
	display: table;
	width: 100%;
}
.loginColumn01 .column .btnLink01 a {
	display: table-cell;
	vertical-align: middle;
}
.loginColumn02 {
	padding: 15px 10px 10px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
.loginColumn02 > .column {
}
.loginColumn02 > .column > dt {
	text-align: center;
}
.loginColumn02 > .column > dt > *:first-child {
	margin-top: 0 !important;
}
.loginColumn02 > .column > dt > .title {
	display: block;
	font-weight: bold;
}
.loginColumn02 > .column > dt > .btn {
	display: block;
	margin: 15px 0 0 0;
}
.loginColumn02 > .column > dt > .btn img {
	max-width: 205px;
}
.loginColumn02 > .column > dd {
	margin-top: 15px;
}
.loginColumn02 > .column > dd > *:first-child {
	margin-top: 0 !important;
}
.btnLink01.account {
	margin-top: 30px;
}
.btnLink01.account a {
	width: 320px;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	background-color: #bd1212;
	border-bottom: 1px solid #a81010;
	border-top: 1px solid #bd1212;
	box-shadow: 0 1px 0 #8f0d0d;
	color: #ffffff;
}
.btnLink01.account a:hover {
	text-decoration: underline;
}
.btnLink01.account a span {
	font-size: 1.286em;
	font-weight: bold;
	padding: 0;
}
.btnLink01.account a span:before {
	background: url(/common/img/com_bg01.png) no-repeat -50px -45px;
	content: "";
	height: 14px;
	margin: -8px 10px 0 0px;
	position: static;
	top: 50%;
	width: 18px;
}
.btnLinkList01 li.examin,
.btnLinkList01 li.repayment{
	display:block;
}
.btnLink01.examin a, .btnLinkList01 li.examin a {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: #8f0d0d solid 2px;
	background: #bd1212;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.429em;
	display:block;
}
.btnLink01.examin a span:before,
.btnLinkList01 li.examin a span:before {
	background: url(/common/img/com_bg01.png) no-repeat -68px -40px;
	width: 23px;
	height: 20px;
	top: 45%;
}
.btnLink01.repayment a, .btnLinkList01 li.repayment a {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: #658d15 solid 2px;
	background: #86bc1c;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.429em;
	display:block;
}
.btnLink01.repayment a span:before,
.btnLinkList01 li.repayment a span:before {
	background: url(/common/img/com_bg01.png) no-repeat -94px -33px;
	width: 20px;
	height: 26px;
	top: 40%;
}
.btnLink01.examin a:hover,
.btnLink01.repayment a:hover{
	text-decoration:underline;
}
.btnLinkList01 li.examin a:hover{
	text-decoration:underline;
	background:#bd1212;
	color:#FFFFFF;
}
.btnLinkList01 li.repayment a:hover{
	text-decoration:underline;
	background:#86bc1c;	
	color:#FFFFFF;	
}
.sp-twoColType > li{
	float:left;
	width: 48.6%;
	margin: 0.5em 0 0 2.8%;
}
.sp-twoColType li:nth-child(2n+1){
	clear: both;
	margin-left: 0;
}
.sp-twoColType li:nth-child(-n+2){
	margin-top: 0;
}

/* pluginColumn */
[class*="pluginColumn"] {
	margin-top: 1.5em;
}
.pluginColumn01 {
	padding: 1em;
	border: solid 1px #e6e6e6;
}
.pluginColumn01 > *:first-child {
	margin-top: 0;
}
.pluginColumn01 .bannerBlock .text {
	margin-top: 0.5em;
}
.pluginColumn01 .bannerBlock .text > *:first-child {
	margin-top: 0;
}
/* recommendColumn01 */
.recommendColumn01{
	margin-top:2.0em;
	padding:1.2em;
	border: solid 1px #dedede;
}
.recommendColumn01 .rcmdTitle{
	margin-top:0;
	padding-bottom: 0.7em;
	padding-left:2.0em;
	border-bottom: solid 1px #dedede;
	font-weight: bold;
	font-size: 1.286em;
	line-height: 1.5;
	background:url(/kojin/tameru/img/index_ic01.png) no-repeat 0 25%;
	-webkit-background-size: 19px 18px;
	background-size: 19px 18px;	
}
/* sliderColumn */
[class*="sliderColumn"] {
	margin-top: 1.5em;
}
[class*="sliderColumn"] + p {
	margin-top: 3em;
}
[class*="sliderColumn"] .oneType li img {
	width: 100%;
	height: auto;
}
.sliderColumn01 .bx-wrapper {
	margin: 0 auto;
	position:relative;
}
.sliderColumn01 .bx-wrapper .bx-viewport {
	left: 0;
	border: none;
	box-shadow: none;
}
.sliderColumn01 .bx-wrapper .bx-viewport ul li,
.sliderColumn01.slideOne .btnLink01.slidebtn01 {
	position:relative;
}
.sliderColumn01 .bx-wrapper .bx-viewport ul li > .btnLink01.slidebtn01 a,
.sliderColumn01.slideOne .btnLink01.slidebtn01 a {
	min-width:180px !important;
	position:absolute;
	bottom:25px;
	right:20%;
}
.sliderColumn01 .bx-wrapper .bx-viewport ul li > .btnLink01.slidebtn01 a span,
.sliderColumn01.slideOne .btnLink01.slidebtn01 a  {
	padding:0.4em 2.5em 0.4em 3.9em;	
}
.sliderColumn01 .bx-wrapper .bx-pager {
	position: static;
	padding-top: 10px;
}
.sliderColumn01 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager{
	position:relative;
}
.sliderColumn01 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: auto;
	text-align: center;
}
.sliderColumn01 .bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	background-color: #ffffff;
	border: solid 1px #dedede;
	border-radius: 8px;
}
.sliderColumn01 .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #ffffff;
	border: solid 1px #ef4136;
}
.sliderColumn01 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #ef4136;
	border: solid 1px #ef4136;
}
.sliderColumn01 .bx-wrapper .bx-controls-direction a {
	position: relative;
	width: 18px;
	height: 18px;
	display: block;
	margin-top: -22px;
	background: #777777;
	border-radius: 15px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
}
.sliderColumn01 .bx-wrapper .bx-controls-direction .bx-prev {
	float: left;
	left: 25px;
}
.sliderColumn01 .bx-wrapper .bx-controls-direction .bx-next {
	float: right;
	right: 0;
}
.sliderColumn01 .bx-wrapper .bx-controls-direction .bx-prev:after,
.sliderColumn01 .bx-wrapper .bx-controls-direction .bx-next:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 7px;
	height: 11px;
}
.sliderColumn01 .bx-wrapper .bx-controls-direction .bx-prev:after {
	margin: -5px 0 0 -4px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -35px -61px;
	background-size: 250px auto;
}
.sliderColumn01 .bx-wrapper .bx-controls-direction .bx-next:after {
	margin: -5px 0 0 -2px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -43px -61px;
	background-size: 250px auto;
}
.sliderColumn01 .bx-wrapper .bx-controls-auto {
	position:absolute;
	bottom: 3px;
	left: 0;
	right: auto;
	width: 18px !important;
	height:18px;
	margin-top: 0;
}
.sliderColumn01 .bx-wrapper .bx-controls-auto .bx-controls-auto-item:first-child,
.sliderColumn01 .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-start,
.sliderColumn01 .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-start:after{
	height:0;
	font-size:0;
	display:none !important;
}
.sliderColumn01 .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-stop {
	position: relative;
	width: 18px;
	height: 18px;
	display: block;
	margin-top: 0px;
	background: #777777;
	border-radius: 9px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
}
.sliderColumn01 .bx-wrapper .bx-controls-auto .bx-stop:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 7px;
	height: 11px;
	margin: -5px 0 0 -3px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -26px -61px;
	background-size: 250px auto;
}

/* bnrColmun */
.bnrColmun {
	margin-top: 40px;
	overflow: hidden;
	display: table;
	width: 100%;
	position: relative;
	border: solid 3px #e5e5e5;
	background-color: #fff;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.bnrColmun + * {
	margin-top: 40px;
}
.bnrColmun + .bnrColmun {
	margin-top: 20px;
}
.bnrColmun .inner {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	padding: 5% 10% 5% 5%;
}
.bnrColmun a.inner:after {
	position: absolute;
	z-index: 2;
	content:"";
	display: block;
	background: url(/common/img/com_ic03.png) 0 0 no-repeat;
	bottom: 3px;
	right: 2px;
	height: 30px;
	width: 30px;
	background-size:30px 30px;
}
.bnrColmun .title {
	color: #bd1212;
	font-size: 1.4em;	
	font-weight: bold;
}
.bnrColmun .readText {
	margin-top: 0.5em;
	line-height: 1.2;
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
}
.bnrColmun a.inner:hover {
	text-decoration: none;
	opacity: 0.8;
}
.bnrColmun.money02Type01 {
	background: url(/kojin/benri/annai/money02/img/index_bg01.jpg) 100% 0 no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.bnrColmun.money02Type02 {
	background: url(/kojin/benri/annai/money02/img/index_bg02.jpg) 100% 0 no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;

}
.bnrColmun.money02Type03 {
	background: url(/kojin/benri/annai/money02/img/index_bg03.jpg) 100% 0 no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.bnrColmun.hojinType01 {
	border-color: #fcd9d6;
	background: url(/hojin/img/index_bg01.jpg) 100% 0 no-repeat;
	background-size:auto 161px;	
	background-position:100% 0;
}
.bnrColmun.hojinType01 .inner{
	padding:5%;
}
.bnrColmun.hojinType01 .title {
	text-decoration: none;
	color: #00619e;
	font-size: 1.714em;
	font-weight: bold;
}
.bnrColmun.hojinType01 .readText {
	font-size: 1.143em;
	width:60%;
}
.bnrColmun.hojinType01 .hasIcon {
	padding-left:40%;
	padding-bottom:5%;
	background: url(/hojin/img/index_ic01.png) 0 5px no-repeat;
}
.bnrColmun.densaiType01 {
	background: url(/hojin/it/82-densai/img/index_sp_bg01.jpg) no-repeat 100% 0;
	-webkit-background-size:cover;
	background-size:cover;
}
.bnrColmun.densaiType01 .title {
	font-size: 1.571em;
}
.bnrColmun.densaiType01 .readText {
	font-size: 1.143em;
}
.bnrColmun.densaiType01 .inner{
	padding:40% 5% 5%;
}
.bnrColmun.internetServiceType01 {
	border-width: 1px;
	background: url(/kojin/benri/internet_service/img/index_sp_bg01.jpg) 100% 0 no-repeat;
	background-size:100% auto;
}
.bnrColmun.internetServiceType01 .title {
	color: #333;
}
.bnrColmun.internetServiceType01 .inner {
	display: block;
	position: relative;
	padding: 10px;
}

/* flowColumn */
[class*="flowColumn"] {
	margin-top: 2em;
}
[class*="flowColumn"] > *:first-child,
[class*="flowColumn"] > .flowBox:first-child > *:first-child {
	margin-top: 0;
}
.flowColumn01 {
	overflow: hidden;
}
.flowColumn01 .flowBox .heading {
	margin-top: 1em;
	font-weight: bold;
	font-size: 1.6rem;
}
.flowColumn01 .flowBox .heading span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-color: #be9752;
	border-radius: 25px;
	font-weight: bold;
	font-size: 1.6rem;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}
.flowColumn01 .flowBox .figureColumn01 {
	margin-top: 0;
	padding: 1em 0 0 0;
}
.flowColumn01 .flowBox .figureColumn01 figure {
	width: 22.95%;
}
.flowColumn01 > .flowBox:last-child:after {
	display: none;
}
.flowColumn01 .flowBox:last-child .figureColumn01 {
	border: none;
}

/* flowColumn02 */
.flowColumn02 {
	margin-top: 8px;
}
.typeFlow .column .heading {
	padding: 5px 10px 2px;
	background: #ec433e;
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.286em;
}
.typeFlow .column .c-heading {
	padding: 5px 10px 2px;
	background: #fff;
	border: 2px solid #ec433e;
	color: #ec433e;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.143em;
}
.typeFlow .flowColumn02 {
	position: relative;
}
.typeFlow .flowColumn02 .stepIcon {
	display: none;
}
.typeFlow .flowColumn02 .stepIcon em {
	display: table-cell;
	vertical-align: middle;
}
.typeFlow .flowColumn02 .stepIcon em span {
	display: block;
	text-align: center;
	font-size: 20px;
}
.typeFlow .flowColumn02 .stepBox {
	position: relative;
	margin-top: 0;
}
.typeFlow .flowColumn02 .stepBox.last {
	border-left: none;
}
.typeFlow .flowColumn02 .stepBox.last:after {
	display: none;
}
.typeFlow .column .flowBox {
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 50px;
	position: relative;
}
.typeFlow .column .flowBox:before {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content:"";
	display: block;
	margin-left: -17px;
	height: 40px;
	width: 35px;
	background: url(/common/img/com_bg01_02.png) -196px -100px no-repeat;
}
.typeFlow .column .flowBox.last {
	padding-bottom: 0;
}
.typeFlow .column .flowBox.last:before {
	display: none;
}
.typeFlow .column.type02 .heading {
	background: #3c8aca;
}
.typeFlow .column.type02 .c-heading {
	border: 2px solid #3c8aca;
	color: #3c8aca;
}
.twoColumn.typeFlow > .column:nth-child(1n) {
	width: 100%;
}

/* leadBox */
[class*="leadBox"] > [class*="boxHdg"] > *:first-child,
[class*="leadBox"] > [class*="boxCnt"] > *:first-child {
	margin-top: 0 !important;
}
.leadBox01 {
	clear: both;
	margin: 1em 0 0 0;
	border: 3px solid #e0e0e0;
}
.leadBox01 > .boxCnt01 {
	position: relative;
	padding: 10px;
	background: url(/common/img/com_bg09.jpg) no-repeat 100% 0;
	background-size: cover;
}
.leadBox01 > .boxCnt01 > .lead {
	margin-top: 0;
	color: #777777;
	font-size: 1.286em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: 0 0 10px rgba(255,255,255,0.75);
}
.leadBox01 > .boxCnt01 > .btn {
	margin-top: 0;
}
.leadBox01 > .boxCnt01 > .btn a {
	width: 225px;
}
.leadBox01 > .boxCnt02 {
	position: relative;
	width: 420px;
	height: 219px;
	background: url(/common/img/com_bg10.jpg) no-repeat 0 0;
}
.leadBox01 > .boxCnt02 > .lead {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	margin-top: 0;
	padding: 0 10px;
	color: #777777;
	font-size: 1.286em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: 0 0 10px rgba(255,255,255,0.75);
	text-align: center;
}
.leadBox01 > .boxCnt02 > .btn {
	position: absolute;
	left: 201px;
	top: 130px;
	margin-top: 0;
}
.leadBox01 > .boxCnt02 > .btn a {
	width: 190px;
}
.leadBox01 > .boxCnt02 > .comment {
	position: absolute;
	left: 15px;
	top: 98px;
}
.leadBox01 > .boxCnt03 {
	position: relative;
	min-height: 190px;
	background-color: #fff;
}
.leadBox01 > .boxCnt03 > .lead {
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	margin-top: 0;
	padding: 0 10px;
	color: #777777;
	font-size: 1.286em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: 0 0 10px rgba(255,255,255,0.75);
	text-align: center;
}
.threeColumn > .column > .leadBox01 > .boxCnt03 > .lead {
	top: 28px;
}
.leadBox01 > .boxCnt03 > .btn {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	margin-top: 0;
	text-align: center;
}
.threeColumn > .column > .leadBox01 > .boxCnt03 > .btn {
	top: 110px;
}
.leadBox01 > .boxCnt03 > .btn a {
	width: 190px;
}

.leadBox02 {
	clear: both;
	margin: 1em 0 0 0;
	border: 2px solid #e0e0e0;
	padding: 0 1em;
}

/* linkBox */
.linkBox01 {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 0 #dedede;
	box-shadow: 0 1px 0 #dedede;
	overflow: hidden;
}
.linkBox01 > a {
	display: table;
	width: 100%;
}
.linkBox01 > a > figure {
	margin: -15px -15px 0;
	border-bottom: 1px solid #e6e6e6;
	width:40%;
	display:table-cell;
}
.linkBox01 > a > .text{
	display:table-cell;
	padding: 2%;
	vertical-align:middle;
	text-align:center;
	border-left:#cccccc 1px solid;
}
.linkBox01 > a > .text span {
	display: inline-block;
	padding-left: 1.1em;
	position: relative;
	color: #333;
}
.linkBox01 > a > .text span:before {
	background: url("/common/img/com_bg01.png") no-repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 14px;
	left: 0;
	position: absolute;
	top: 0.3em;
	width: 10px;
}
.linkBox01 > a:hover .text span {
	color: #ef4136;
}

/* frameColumn01 */
.frameColumn01 {
	overflow: scroll;
	width: 100%;
	height: 250px;
	margin-top: 10px;
	border: solid 1px #e6e6e6;
	-webkit-overflow-scrolling: touch;
}
.frameColumn01 iframe {
	width: 100% !important;
	height: 250px !important;
	padding: 0 10px;
}


/* frameColumn02 H30-0170 add*/
.frameColumn02 {
	width: 100%;
	height: 205px;
	margin-top: 10px;
	border: solid 1px #e6e6e6;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	position: relative;
}
.frameColumn02 iframe {
	width: 100% !important;
	height: 100%;
	padding-top: 0%;
	position: absolute;
}

/* submitColumn */
.submitColumn .linkBox01 > a > figure {
	padding: 10px;
	border-bottom: none;
	vertical-align: middle;
	text-align: center;
}
.submitColumn .linkBox01 > a > figure img {
	width: auto;
	height: auto;
	max-height: 40px;
}
.linkBox01 > a > .text {
	text-align: left;
}
.submitColumn .linkBox01 > a > .text span {
	text-align: left;
}


/* text
-------------------------------- */
.bold {
	font-weight: bold;
}
.leadText01 {
	font-weight: bold;
	font-size: 1.2rem;
	color: #fa9511;
}
.leadText02 {
	font-weight: bold;
	font-size: 2rem;
}
.leadText03{
	color: #bd1212;
  font-size: 1.414em;
  font-weight: bold;
}
.leadText04 {
	font-weight: bold;
	font-size: 1.2rem;
}
.color00 {
	color: #333333 !important;
}
.color01 {
	color: #fa9511 !important;
}
.color02 {
	color: #ef4136 !important;
}
.color03 {
	color: #083b98 !important;
}
.color04 {
	color: #00619e !important;
}
.note01 {
	margin-top: 0.5em;
	padding-left: 1.5em;
	text-indent: -1.5em;
	color: #777777;
	line-height: 1.5;
}
.note01 > [class*="iconLink"] {
	margin-top: 0.2em;
  text-indent: 0;
}
.note01:before {
	margin-right: 0.5em;
  content: "※";
}
.note03 {
	color: #777777;
	margin-top: 0.5em;
	padding-left: 3em;
	text-indent: -3em;
	line-height: 1.5;
}
.note03:before {
  content: "（注）";
}
[class*="normalList"] > li > .note03,
[class*="numberList"] > li > .note03,
[class*="kanaList"] > li > .note03,
[class*="noteList"] > li > .note03,
[class*="noteNumList"] > li > .note03,
[class*="iconLinkList"] > li > .note03 {
	margin-top: 0.1em;
	text-indent: -1.5em;
}
[class*="iconLinkList"] > li > .note03 {
	margin-left: 1em;
}
[class*="normalList"] > li > .note03{
	padding-left:0;
}
[class*="normalList"] > li > .note01,
[class*="numberList"] > li > .note01,
[class*="kanaList"] > li > .note01,
[class*="noteList"] > li > .note01,
[class*="noteNumList"] > li > .note01,
[class*="iconLinkList"] > li > .note01 {
	margin-top: 0.1em;
	text-indent: -1.5em;
}
[class*="iconLinkList"] > li > .note01 {
	margin-left: 1em;
}
[class*="iconText"] {
	line-height: 1.5;
}
.iconText01 {
	position: relative;
	padding-left: 1em;
}
.iconText01:before {
  content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	display: inline-block;
	width: 9px;
	height: 10px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -38px -24px;
	background-size: 250px auto;
}
.iconText02 {
	position: relative;
	padding-left: 1em;
}
.iconText02:before {
  content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	display: inline-block;
	width: 9px;
	height: 10px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -27px -24px;
	background-size: 250px auto;
}
.iconText03 {
	position: relative;
	padding-left: 1em;
}
.iconText03:before {
  content: "";
	position: absolute;
	top: 0.55em;
	left: 0;
	display: inline-block;
	width: 8px;
	height: 2px;
	background-color: #cccccc;
}

/* numberBtn */
.numberBtn01 {
	display: inline-block;
	margin: 0 0.1em;
	padding: 0.2em 0.3em 0;
	background-color: #333333;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.5;
}

/* caption */
.caption {
	margin-top: 0.5em;
	font-size: 1.2rem;
}
.caption02 {
	margin: 0.5em 1em 0;
	font-size: 0.714em;
	text-align: left;

}

/* helpDesk */
.helpDesk {
	display: inline-block;
	padding: 0.1em 0.5em;
	border: solid 1px #ef4136;
	font-size: 0.857em;
	line-height: 1.4;
	color: #ef4136;
}


/* link
-------------------------------- */

/* iconLink */
[class*="normalList"] > li > .iconLink01,
[class*="numberList"] > li > .iconLink01,
[class*="kanaList"] > li > .iconLink01,
[class*="noteList"] > li > .iconLink01,
[class*="noteNumList"] > li > .iconLink01,
[class*="iconLinkList"] > li > .iconLink01 {
	margin-top: 0.1em;
}
.iconLink01 a {
	position: relative;
	display: inline-block;
	padding-left: 1em;
}
.iconLink01 a:before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	display: inline-block;
	width: 7px;
	height: 10px;
	background: url(/common/img/sp_com_bg01.png) no-repeat 0 -24px;
	background-size: 250px auto;
}

/* anchorLink */
.anchorLink01 a {
	position: relative;
	display: inline-block;
	padding-left: 1.2em;
}
.anchorLink01 a:before {
	content: "";
	position: absolute;
	top: 0.65em;
	left: 0;
	display: inline-block;
	width: 7px;
	height: 4px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -69px -27px;
	background-size: 250px auto;
}

/* rssLink */
.rssLink01 a {
	position: relative;
	display: inline-block;
	padding-left: 1.5em;
}
.rssLink01 a:before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -87px -24px;
	background-size: 250px auto;
}
.layoutBox02 .title {
	position: relative;
}
.layoutBox02 .title .rssLink {
	background: url(/common/img/com_ic10.png) no-repeat 0 0;
	content: "";
	display: inline-block;
	height: 32px;
	overflow: hidden;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 8px;
	width: 32px;
	z-index: 2;
}
.layoutBox02 .title .rssLink::after {
  display: none;
}
.layoutBox02 .title a::after {
	background: url(/common/img/com_bg01.png) no-repeat 0 0;
	content: "";
	display: inline-block;
	height: 14px;
	position: absolute;
	right: 0;
	top: 0.4em;
	width: 10px;
}

/* btnLink */
.btnLink01 a {
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.btnLink01 a:hover {
	color: #ef4136;
}
.btnLink01 em {
	display: table;
	width: 100%;
}
.btnLink01 em a {
	background-color: #ef4136;
	border-color: #ef4136;
	color: #ffffff;
}
.btnLink01 em a:hover {
	background-color: #f2675e;
	border-color: #f2675e;
	color: #ffffff;
}
.btnLink01 em a:before {
	background-position: -18px -24px;
}
.btnLink01 a span {
	position: relative;
	display: block;
	padding: 0.8em 3em 0.8em 3.5em;
}
.btnLink01 a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background: url(/common/img/sp_com_bg01.png) no-repeat 0 -24px;
	background-size: 250px auto;
}
.btnLink01.closeType a span:before {
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-position: -69px -77px;
}
.btnLink01 em a span:before {
	background-position: -18px -24px;
}
/* ADD 20180402 start */
.btnLink01 em a.btnLoan {
	border-color: #bd1212;
	background-color: #bd1212;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(143,13,13,1.0);
	   -moz-box-shadow: 0px 1px 0px 0px rgba(143,13,13,1.0);
	    -ms-box-shadow: 0px 1px 0px 0px rgba(143,13,13,1.0);
	     -o-box-shadow: 0px 1px 0px 0px rgba(143,13,13,1.0);
	        box-shadow: 0px 1px 0px 0px rgba(143,13,13,1.0);
}
.btnLink01 em a.btnLoan:hover {
	text-decoration: underline;
}
.btnLink01 em a.btnLoan .action02 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0.1em;
}
.btnLink01 em a.btnLoan .action03 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0.1em;
}

.btnLink01 em a.btnLoan .lead02 {
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 0.1em;
}
/* ADD 20180402 end */
/* ADD 201912 hoken_seminar start */
.btnLink02 a {
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.btnLink02 em {
    display: table;
    width: 100%;
}
.btnLink02 em a {
    background-color: #EF4136;
    border-color: #EF4136;
    color: #FFF;
    width: 100%;
}
.btnLink02 a span {
    position: relative;
    display: block;
    padding: 0.7em;
}

.yoyakuOK {
    font-size: 0.9rem;
    background-color: #9F1818;
    padding: 0.2em;
    color: #fff;
    display: block;
}
/* ADD 201912 hoken_seminar end */

/* ADD 202007 start */
.btnLink03 {
	margin-top: 2em;
	position: relative;
}
.btnLink03 a {
	display: block;
	padding: 0.8em 3em 0.8em 1em;
	border: solid 1px #dedede;
	border-bottom: solid 3px #ef4136;
	font-weight: bold;
	font-size: 1.286em;
	color: #333333;
	line-height: 1.4;
	text-decoration: none;
}
.btnLink03 a:hover {
	background-color: #fdffd8;
}
.btnLink03 a:after {
	content: "";
	position: absolute;
	top: 35%;
	right: 1%;
	display: inline-block;
	width: 35px;
	height: 36px;
	margin-top: -10px;
	background: url(/common/img/com_bg01.png) no-repeat -420px -156px;
}

/* ADD 202007 end */

.backType a span:before {
	-webkit-transform: rotate(180deg);  
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.noticeBtn01 {
	margin-top: 1.5em;
	text-align: right;
}
.noticeBtn01 + .note01 {
	margin-top: 1.5em;
}
.noticeBtn01 > .inner {
	display: inline-block;
}
.noticeBtn01 > .inner p {
  color: #ef4136;
}
.noticeBtn01 > .inner .aC,
.noticeBtn01 > .inner .btnLink01 {
	margin-top: 0;
}
.twoColType .inner .btnLink01 a span{
	display:block;
	padding:0.8em 2em 0.8em 2.1em;
}
.twoColType .inner .btnLink01:first-child a span{
	padding:0.8em 0.5em 0.9em 1.4em;
}
.twoColType .inner .btnLink01:first-child a span:before{
	left:5px;
}
.linkBtn02 a {
	position: relative;
	display: inline-block;
	padding: 1em 1em 0.8em 1em;
	border-radius: 5px;
	background-color: #86bc1c;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(101,141,21,1.0);
	   -moz-box-shadow: 0px 1px 0px 0px rgba(101,141,21,1.0);
	    -ms-box-shadow: 0px 1px 0px 0px rgba(101,141,21,1.0);
	     -o-box-shadow: 0px 1px 0px 0px rgba(101,141,21,1.0);
	        box-shadow: 0px 1px 0px 0px rgba(101,141,21,1.0);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.linkBtn02 a.sizeXL {
	page-break-after: ;dding: 0.9em 1em 0.8em 2em;
	font-size: 1.286em;
}
.linkBtn02 a.type-ic02 { padding-left: 3em; }
.linkBtn02 a.type-ic03 { padding-left: 3em; }
.linkBtn02 a:before {
	position: absolute;
	left: 15px;
	top: 50%;
	margin: -6px 0 0 0;
}
.linkBtn02 a.type-ic01:before {
	left: 20px;
	margin: -10px 0 0 0;
}
.linkBtn02 a.type-ic02:before {
	left: 20px;
	margin: -13px 0 0 0;
}
.linkBtn02 a.type-ic03:before {
	left: 20px;
	margin: -9px 0 0 0;
}
.linkBtn02 a.type-ic04:before {
	position: relative;
	left: 0;
	top: -0.2em;
	margin: 0 18px 0 0;
	vertical-align: middle;
}
.linkBtn02 a:hover {
	text-decoration: underline;
}
.linkBtn02 a.type-ic02:before {
	content: "";
	display: inline-block;
	background-image: url(/common/img/com_bg01_02.png);
	background-repeat: no-repeat;
}
.linkBtn02 a.type-ic02:before { width: 20px; height: 26px; background-position: -97px -50px; }

/* boxLink */
[class*="boxLink"] {
	margin-top: 1.5em;
}
.boxLink01 > .column {
	border-top: solid 2px #ef4136;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #dedede;
	border-left: solid 1px #e6e6e6;
}
.boxLink01 > .column > .heading,
.boxLink02 > .column > .heading {
	display: table;
	width: 100%;
}
.boxLink01 > .column > .heading a {
	display: table-cell;
	width: 100%;
	background-color: #f3f3f3;
	vertical-align: middle;
}
.boxLink01 > .column > .heading a span {
	position: relative;
	display: block;
	padding: 0.8em 1.8em 0.8em 2.5em;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
}
.boxLink01 > .column > .heading a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background: url(/common/img/sp_com_bg01.png) no-repeat 0 -24px;
	background-size: 250px auto;
}
.boxLink01 > .column > .inner {
	padding: 1em;
}
.boxLink01 > .column > .inner > *:first-child {
	margin-top: 0;
}
.boxLink01 > .column > .inner > .img {
	text-align: center;
}
.boxLink02 > .column  {
	border-top: solid 2px #ef4136;
	border-bottom: solid 2px #dedede;
	border-right: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;	
}
.boxLink02 > .column > .heading{
	position: relative;
	display: block;
	padding: 0.8em 1.0em;
	font-weight: bold;
	font-size: 1.143em;
	line-height: 1.4;
	background: #f3f3f3;
}
.boxLink02 > .column > .inner {
	padding: 0 1em 1em;
}
.boxLink03 > .column {
	border: 1px solid #e6e6e6;
	border-top: 2px solid #ef4136;
}
.boxLink03 > .column > .inner{
	padding: 1em;
}
.boxLink03 > .column > .inner > *:first-child {
	margin-top: 0;
}
.boxLink03 .heading {
	display: table;
	width: 100%;
	padding: 12px 12px 12px 40px;
	position: relative;
	background: #f3f3f3;
	font-weight: bold;
	color: #333;
}
.boxLink03 .heading span {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}
.boxLink03 .heading span br {
	display: none;
}
.boxLink03 .heading.ic01:before,
.boxLink03 .heading.ic02:before,
.boxLink03 .heading.ic03:before,
.boxLink03 .heading.ic04:before,
.boxLink03 .heading.ic05:before,
.boxLink03 .heading.ic06:before,
.boxLink03 .heading.ic07:before,
.boxLink03 .heading.ic08:before,
.boxLink03 .heading.ic09:before,
.boxLink03 .heading.ic10:before,
.boxLink03 .heading.ic11:before,
.boxLink03 .heading.ic12:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.boxLink03 .heading.ic01:before {
	background: url(/common/img/com_ic13_01.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.boxLink03 .heading.ic02:before {
	background: url(/common/img/com_ic13_02.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.boxLink03 .heading.ic03:before {
	background: url(/common/img/com_ic13_03.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.boxLink03 .heading.ic04:before {
	background: url(/common/img/com_ic13_04.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.boxLink03 .heading.ic05:before {
	background: url(/common/img/com_ic13_05.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.boxLink03 .heading.ic06:before {
	background: url(/common/img/com_ic13_06.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.boxLink03 .heading.ic07:before {
	background: url(/common/img/com_ic13_07.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.boxLink03 .heading.ic08:before {
	background: url(/common/img/com_ic13_08.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.boxLink03 .heading.ic09:before {
	background: url(/common/img/com_ic13_09.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.boxLink03 .heading.ic10:before {
	background: url(/common/img/com_ic13_10.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.boxLink03 .heading.ic11:before {
	background: url(/common/img/com_ic13_11.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.boxLink03 .heading.ic12:before {
	background: url(/common/img/com_ic13_12.png) no-repeat 0 0;
	background-size: 20px 20px;
}
.boxLink04 > .column {
	border-top: solid 2px #ef4136;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #dedede;
	border-left: solid 1px #e6e6e6;
}
.boxLink04 > .column > .heading {
	display: table;
	width: 100%;
}
.boxLink04 > .column > .heading a {
	display: table-cell;
	width: 100%;
	background-color: #f3f3f3;
	vertical-align: middle;
}
.boxLink04 > .column > .heading a span {
	position: relative;
	display: block;
	padding: 0.8em 0.8em 0.8em 4em;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
}
.boxLink04 > .column > .heading a span.logo_jutaku:before {
	content: "";
	position: absolute;
	left: 15px;
	display: inline-block;
	width: 38px;
	height: 36px;
	margin-top: -5px;
	background: url(/common/img/com_bg01.png) no-repeat 0 -156px;
/*	background-size: 250px auto;*/
}
.boxLink04 > .column > .heading a span.logo_reform:before {
	content: "";
	position: absolute;
	left: 15px;
	display: inline-block;
	width: 32px;
	height: 36px;
	margin-top: -5px;
	background: url(/common/img/com_bg01.png) no-repeat  -177px -156px;
}
.boxLink04 > .column > .heading a span.logo_mycar:before {
	content: "";
	position: absolute;
	left: 6px;
	display: inline-block;
	width: 50px;
	height: 36px;
	margin-top: -5px;
	background: url(/common/img/com_bg01.png) no-repeat -43px -156px;
}
.boxLink04 > .column > .heading a span.logo_education:before {
	content: "";
	position: absolute;
	left: 15px;
	display: inline-block;
	width: 41px;
	height: 36px;
	margin-top: -5px;
	background: url(/common/img/com_bg01.png) no-repeat -98px -156px;
}
.boxLink04 > .column > .heading a span.logo_freeloan:before {
	content: "";
	position: absolute;
	left: 15px;
	display: inline-block;
	width: 30px;
	height: 36px;
	margin-top: -5px;
	background: url(/common/img/com_bg01.png) no-repeat  -143px -156px;
}
.boxLink04 > .column > .heading a span.logo_life-support:before {
	content: "";
	position: absolute;
	left: 15px;
	display: inline-block;
	width: 39px;
	height: 36px;
	margin-top: -5px;
	background: url(/common/img/com_bg01.png) no-repeat -214px -156px;
}
.boxLink04 > .column > .heading a span.logo_kantacard:before {
	content: "";
	position: absolute;
	left: 15px;
	display: inline-block;
	width: 31px;
	height: 36px;
	margin-top: -5px;
	background: url(/common/img/com_bg01.png) no-repeat -258px -156px;
}
.boxLink04 > .column > .heading a span.logo_cardloan:before {
	content: "";
	position: absolute;
	left: 15px;
	display: inline-block;
	width: 31px;
	height: 36px;
	margin-top: -5px;
	background: url(/common/img/com_bg01.png) no-repeat -258px -156px;
}
.boxLink04 > .column > .inner {
	padding: 1em;
}
.boxLink04 > .column > .inner > *:first-child {
	margin-top: 0;
}
.boxLink04 > .column > .inner > .img {
	text-align: center;
}

/* freeDial */
.freeDial00,
.normalDial02 {
	position: relative;
	padding: 0.5em;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	box-shadow: 0 1px 0 #a7a6a6;
	text-align: center;
	cursor: pointer;
}
.freeDial01,
.freeDial02 {
	position: relative;
	padding: 1.3em 0.5em 0.5em;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	box-shadow: 0 1px 0 #a7a6a6;
	text-align: center;
	cursor: pointer;
}
.freeDial01:before,
.freeDial02:before {
	content: "通話無料";
	display: inline-block;
	position: absolute;
	top: 0.4em;
	right: left;
	font-weight: bold;
	font-size: 1rem;
}
.freeDial00:after,
.freeDial01:after,
.freeDial02:after,
.normalDial02:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background: url(/common/img/sp_com_bg01.png) no-repeat 0 -24px;
	background-size: 250px auto;
}
.freeDial00.faxType a {
	padding: 0 0 0 2em;
}
.freeDial00.faxType a:before {
	content: "FAX";
	display: inline-block;
	width: auto;
	height: auto;
	padding: 3px 5px;
	margin-top: -12px;
	margin-left: 4px;
	background: #ef4136;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.2;
	vertical-align: text-top;
}
.freeDial00.faxType a:after {
	display: none;
}
.freeDial00 a,
.freeDial01 a,
.freeDial02 a,
.normalDial01 a,
.normalDial02 a,
.paidDial01 a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 1.5em;
	font-weight: bold;
	font-size: 2.4rem;
	color: #333333;
	line-height: 1.2;
	text-decoration: none;
}
.paidDial01 a {
	padding: 0 0 0 1.8em;
	font-size: 1.56em;
	color: #ef4136;
}
.freeDial00 a:before,
.freeDial01 a:before,
.freeDial02 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-top: -8px;
	margin-left:0.2em;
	background: url(/common/img/sp_com_bg01.png) no-repeat -134px -75px;
	background-size: 250px auto;
}
.freeDial01 a span:after {
	content: "八十二のハローはちに";
	display: inline-block;
	position: absolute;
	top: -1em;
	right: 0;
	font-size: 0.8rem;
	letter-spacing: 0.4em;
	color: #777777;
}
.normalDial01 a {
	padding: 0;
	vertical-align: middle;
}
.normalDial02 a {
	padding: 0 0 0 35px;
	vertical-align: middle;
}
.normalDial02 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-top: -8px;
	margin-left:0.2em;
	background: url(/common/img/sp_com_bg01.png) no-repeat -113px -75px;
	background-size: 250px auto;
}
.paidDial01 a {
	padding: 0;
	vertical-align: middle;
}
.paidDial01:after {
	margin-left: 10px;
	padding: 3px;
	content: "通話料有料";
	display: inline-block;
	top: -1.2em;
	right: 0;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #EF4136;
} 
.paidDial01:after {
	margin-left: 10px;
	padding: 3px;
	content: "通話料有料";
	display: inline-block;
	top: -1.2em;
	right: 0;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #EF4136;
} 

/* riskColumn
-------------------------------- */
.riskColumn{
	border:#cccccc 2px solid;
	margin-top:1.5em;
	background:#faf8f5;
	padding:0.3em 0.8em 1.5em;
}
.riskColumn .heading{
	background:url(/kojin/tameru/gaika/img/index_ic01.png) no-repeat 0 1em;
	border-bottom:#cccccc 1px solid;
	font-weight: bold;
	font-size: 1.543em;
	line-height: 1.4;
	color:#bd1212;
	padding:0.8em 0 0.8em 1.8em;
	margin-top:0;
}
.riskColumn .text{
	margin-top:1.5em;
}
.riskColumn02{
	border:#bd1212 2px solid;
	margin-top:1.5em;
}
.riskColumn02 .heading{
	background:url(/kojin/benri/haluca/img/index_ic01.png) #bd1212 no-repeat 0.9em 0.6em;
	border-bottom:#cccccc 1px solid;
	font-weight: bold;
	font-size: 1.543em;
	line-height: 1.4;
	color:#FFFFFF;
	padding:0.5em 0 0.5em 2.8em;
	margin-top:0;
}
.riskColumn02 > .inner{
	padding:0.3em 0.8em 1.5em;	
}
.riskColumn02 > .inner .readText {
	color:#fa9511;
	font-weight: bold;
	font-size: 1.143em;
	line-height: 1.4;	
}

/* list
-------------------------------- */
.prevNextType > li {
	max-width: 48%;
}
.prevNextType > li.prev {
	float: left;
}
.prevNextType > li a span {
	padding: 0.8em 1.5em 0.8em 2.5em;
}
.prevNextType > li.prev a span:before {
	-webkit-transform: rotate(180deg);  
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.prevNextType > li.next {
	float: right;
}
.prevNextType > li.next a span {
	padding: 0.8em 2.5em 0.8em 1.5em;
}
.prevNextType > li.next a span:before {
	right: 15px;
	left: auto;
}

/* normalList */
[class*="normalList"] {
	margin-top: 1.5em;
}
[class*="normalList"] > li {
	line-height: 1.5;
}
[class*="normalList"] > li:first-child {
	margin-top: 0;
}
[class*="normalList"] > li > ul,
[class*="normalList"] > li > ol {
	margin-top: 1em;
}
.normalList01 > li {
	position: relative;
	margin-top: 0.8em;
	padding-left: 1em;
}
.normalList01 > li:before {
  content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	display: inline-block;
	width: 9px;
	height: 10px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -38px -24px;
	background-size: 250px auto;
}
.normalList01 > li.colorType01 {
	color: #ef4136;
}
.normalList01 > li.colorType01:before {
	background: url(/common/img/sp_com_bg01.png) no-repeat -27px -24px;
	background-size: 250px auto;
}
.normalList02 > li {
	position: relative;
	margin-top: 0.8em;
	padding-left: 1em;
}
.normalList02 > li:before {
  content: "";
	position: absolute;
	top: 0.55em;
	left: 0;
	display: inline-block;
	width: 8px;
	height: 2px;
	background-color: #cccccc;
}
.normalList03 > li > * {
	text-indent: 0;
}
.normalList03 > li {
	margin-top: 0.8em;
	padding-left: 2em;
	text-indent: -1.5em;
}
.normalList03 > li > span {
	font-weight: bold;
	color: #777777;
	margin-right: 0.5em;
}

/* numberList */
[class*="numberList"] {
	margin-top: 1.5em;
}
[class*="numberList"] > li {
	line-height: 1.5;
}
[class*="numberList"] > li:first-child {
	margin-top: 0;
}
[class*="numberList"] > li > ul,
[class*="numberList"] > li > ol {
	margin-top: 1em;
}
.numberList01 {
	counter-reset: numberList01;
}
.numberList01.start02 { counter-reset: numberList01 1;}
.numberList01.start03 { counter-reset: numberList01 2;}
.numberList01.start04 { counter-reset: numberList01 3;}
.numberList01.start05 { counter-reset: numberList01 4;}
.numberList01.start06 { counter-reset: numberList01 5;}
.numberList01.start07 { counter-reset: numberList01 6;}
.numberList01.start08 { counter-reset: numberList01 7;}
.numberList01.start09 { counter-reset: numberList01 8;}
.numberList01.start10 { counter-reset: numberList01 9;}
.numberList01.start11 { counter-reset: numberList01 10;}

.numberList01 > li > * {
	text-indent: 0;
}
.numberList01 > li {
	margin-top: 0.8em;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.numberList01 > li:nth-child(n+10) {
  padding-left: 2.2em;
  text-indent: -2.2em;
}
.numberList01 > li:before {
	margin-right: 0.5em;
	font-weight: bold;
	color: #bd1212;
  counter-increment: numberList01;
  content: counter(numberList01)".";
}
.numberList02 {
	counter-reset: numberList02;
}
.numberList02.start02 { counter-reset: numberList02 1;}
.numberList02.start03 { counter-reset: numberList02 2;}
.numberList02.start04 { counter-reset: numberList02 3;}
.numberList02.start05 { counter-reset: numberList02 4;}
.numberList02.start06 { counter-reset: numberList02 5;}
.numberList02.start07 { counter-reset: numberList02 6;}
.numberList02.start08 { counter-reset: numberList02 7;}
.numberList02.start09 { counter-reset: numberList02 8;}
.numberList02.start10 { counter-reset: numberList02 9;}
.numberList02.start11 { counter-reset: numberList02 10;}

.numberList02 > li > * {
	text-indent: 0;
}
.numberList02 > li {
	margin-top: 0.8em;
	padding-left: 2.7em;
	text-indent: -2.7em;
}
.numberList02 > li:nth-child(n+10) {
  padding-left: 3.3em;
  text-indent: -3.3em;
}
.numberList02 > li:before {
	font-weight: bold;
	color: #bd1212;
  counter-increment: numberList02;
  content: "（"counter(numberList02)"）";
}
.numberList03 {
	counter-reset: numberList03;
}
.numberList03.start02 { counter-reset: numberList03 1;}
.numberList03.start03 { counter-reset: numberList03 2;}
.numberList03.start04 { counter-reset: numberList03 3;}
.numberList03.start05 { counter-reset: numberList03 4;}
.numberList03.start06 { counter-reset: numberList03 5;}
.numberList03.start07 { counter-reset: numberList03 6;}
.numberList03.start08 { counter-reset: numberList03 7;}
.numberList03.start09 { counter-reset: numberList03 8;}
.numberList03.start10 { counter-reset: numberList03 9;}
.numberList03.start11 { counter-reset: numberList03 10;}

.numberList03 > li > * {
	text-indent: 0;
}
.numberList03 > li {
	margin-top: 0.8em;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.numberList03 > li:nth-child(n+10) {
  padding-left: 2.2em;
  text-indent: -2.2em;
}
.numberList03 > li:before {
	margin-right: 0.5em;
	font-weight: bold;
	color: #777777;
  counter-increment: numberList03;
  content: counter(numberList03)".";
}
.numberList04 {
	counter-reset: numberList04;
}
.numberList04.start02 { counter-reset: numberList04 1;}
.numberList04.start03 { counter-reset: numberList04 2;}
.numberList04.start04 { counter-reset: numberList04 3;}
.numberList04.start05 { counter-reset: numberList04 4;}
.numberList04.start06 { counter-reset: numberList04 5;}
.numberList04.start07 { counter-reset: numberList04 6;}
.numberList04.start08 { counter-reset: numberList04 7;}
.numberList04.start09 { counter-reset: numberList04 8;}
.numberList04.start10 { counter-reset: numberList04 9;}
.numberList04.start11 { counter-reset: numberList04 10;}

.numberList04 > li > * {
	text-indent: 0;
}
.numberList04 > li {
	position: relative;
	margin-top: 0.8em;
	padding-left: 40px;
	min-height: 30px;
}
.numberList04 > li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #5291b4;
	border-radius: 5px;
	font-weight: bold;
	font-size: 2rem;
	color: #ffffff;
  counter-increment: numberList04;
  content: counter(numberList04);
	text-align: center;
}
.numberList05 {
	counter-reset: numberList05;
}
.numberList05 > li > * {
	text-indent: 0;
}
.numberList05 > li {
	position: relative;
	margin-top: 0.8em;
	padding-left: 40px;
	min-height: 30px;
}
.numberList05 > li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: #ef4136;
	border-radius: 5px;
	font-weight: bold;
	font-size: 1.5em;
	color: #ffffff;
  counter-increment: numberList05;
  content: counter(numberList05);
	text-align: center;
}
.numberList06 {
	counter-reset: numberList06;
}
.numberList06.start02 { counter-reset: numberList06 1;}
.numberList06.start03 { counter-reset: numberList06 2;}
.numberList06.start04 { counter-reset: numberList06 3;}
.numberList06.start05 { counter-reset: numberList06 4;}
.numberList06.start06 { counter-reset: numberList06 5;}
.numberList06.start07 { counter-reset: numberList06 6;}
.numberList06.start08 { counter-reset: numberList06 7;}
.numberList06.start09 { counter-reset: numberList06 8;}
.numberList06.start10 { counter-reset: numberList06 9;}
.numberList06.start11 { counter-reset: numberList06 10;}

.numberList06 > li {
	position: relative;
	margin-top: 1.5em;
	min-height: 50px;
}
.numberList06 > li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #ef4136;
	border-radius: 0;
	font-weight: bold;
	font-size: 1.571em;
	color: #ffffff;
  counter-increment:numberList06;	
	content: counter(numberList06);	
	text-align: center;
	padding-top:0.5%;
}
.numberList06 > li .numberTitle{
	padding-left:2.5em;
	font-weight:bold;
	font-size: 1.371em;
}

/* kanaList */
[class*="kanaList"] {
	margin-top: 1.5em;
}
[class*="kanaList"] > li {
	line-height: 1.5;
}
[class*="kanaList"] > li:first-child {
	margin-top: 0;
}
[class*="kanaList"] > li > ul,
[class*="kanaList"] > li > ol {
	margin-top: 0.3em;
}
[class*="kanaList"] > li > ul > li,
[class*="kanaList"] > li > ol > li {
	margin-top: 0.3em;
}
.kanaList01 > li > * {
	text-indent: 0;
}
.kanaList01 > li {
	margin-top: 0.8em;
	padding-left: 1.8em;
	text-indent: -1.8em;
}
.kanaList01 > li > span {
	font-weight: bold;
	color: #777777;
}
.kanaList01 > li > span:after {
	content: ".";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: bold;
	color: #777777;
}
.kanaList02 > li > * {
	text-indent: 0;
}
.kanaList02 > li {
	margin-top: 0.8em;
	padding-left: 3em;
	text-indent: -3em;
}
.kanaList02 > li > span {
	font-weight: bold;
	color: #777777;
}
.kanaList02 > li > span:before {
	content: "（";
	display: inline-block;
	font-weight: bold;
	color: #777777;
}
.kanaList02 > li > span:after {
	content: "）";
	display: inline-block;
	font-weight: bold;
	color: #777777;
}

/* noteList */
[class*="noteList"] {
	margin-top: 0.5em;
}
[class*="noteList"] > li {
	line-height: 1.5;
}
[class*="noteList"] > li:first-child {
	margin-top: 0;
}
.noteList01 > li {
	margin-top: 0.2em;
	padding-left: 1.5em;
	text-indent: -1.5em;
	color: #777777;
}
.noteList01 > li:before {
	margin-right: 0.5em;
  content: "※";
}
.noteList02 > li {
	margin-top: 0.5em;
	padding-left: 3em;
	text-indent: -3em;
	line-height: 1.5;
}
.noteList02 > li:before {
  content: "（注）";
}
.noteList01 > li > [class*="normalList"],
.noteList01 > li > [class*="numberList"],
.noteList02 > li > [class*="normalList"],
.noteList02 > li > [class*="numberList"] {
	margin-top: 0;
}
.noteList01 > li [class*="normalList"] > li,
.noteList02 > li [class*="normalList"] > li,
.noteList01 > li > [class*="iconLink"],
.noteList02 > li > [class*="iconLink"] {
	margin-top: 0.2em;
  text-indent: 0;
}
.noteList01 > li [class*="numberList"] > li,
.noteList02 > li [class*="numberList"] > li {
	margin-top: 0.2em;
}

/* noteNumList */
[class*="noteNumList"] {
	margin-top: 1.5em;
}
[class*="noteNumList"] > li {
	line-height: 1.5;
}
[class*="noteNumList"] > li:first-child {
	margin-top: 0;
}
.noteNumList01 {
	counter-reset: noteNumList01;
}
.noteNumList01.start02 { counter-reset: noteNumList01 1;}
.noteNumList01.start03 { counter-reset: noteNumList01 2;}
.noteNumList01.start04 { counter-reset: noteNumList01 3;}
.noteNumList01.start05 { counter-reset: noteNumList01 4;}
.noteNumList01.start06 { counter-reset: noteNumList01 5;}
.noteNumList01.start07 { counter-reset: noteNumList01 6;}
.noteNumList01.start08 { counter-reset: noteNumList01 7;}
.noteNumList01.start09 { counter-reset: noteNumList01 8;}
.noteNumList01.start10 { counter-reset: noteNumList01 9;}
.noteNumList01.start11 { counter-reset: noteNumList01 10;}

.noteNumList01 > li {
	margin-top: 0.2em;
  padding-left: 2.1em;
  text-indent: -2.1em;
	color: #777777;
}
.noteNumList01 > li > [class*="normalList"],
.noteNumList01 > li > [class*="numberList"] {
	margin-top: 0;
}
.noteNumList01 > li > [class*="normalList"] > li,
.noteNumList01 > li > [class*="iconLink"],
.noteNumList01 > li > [class*="btnLink"] {
	margin-top: 0.2em;
  text-indent: 0;
}
.noteNumList01 > li > [class*="numberList"] > li {
	margin-top: 0.2em;
}
.noteNumList01 > li:nth-child(n+10) {
  padding-left: 2.7em;
  text-indent: -2.7em;
}
.noteNumList01 > li:before {
	margin-right: 0.5em;
  counter-increment: noteNumList01;
  content: "※"counter(noteNumList01);
}
.noteNumList02 {
	counter-reset: noteNumList02;
}
.noteNumList02 > li {
	margin-top: 0.2em;
  padding-left: 3.7em;
  text-indent: -3.7em;
}
.noteNumList02 > li > [class*="normalList"],
.noteNumList02 > li > [class*="numberList"] {
	margin-top: 0;
}
.noteNumList02 > li > [class*="normalList"] > li,
.noteNumList02 > li > [class*="iconLink"],
.noteNumList02 > li > [class*="btnLink"] {
	margin-top: 0.2em;
  text-indent: 0;
}
.noteNumList02 > li:nth-child(n+10) {
  padding-left: 4.3em;
  text-indent: -4.3em;
}
.noteNumList02 > li:before {
  counter-increment: noteNumList02;
  content: "（注"counter(noteNumList02)"）";
}
.noteNumList03 {
	counter-reset: noteNumList03;
}
.noteNumList03 > li {
	margin-top: 0.2em;
  padding-left: 4.3em;
  text-indent: -4.3em;
}
.noteNumList03 > li > [class*="normalList"],
.noteNumList03 > li > [class*="numberList"] {
	margin-top: 0;
}
.noteNumList03 > li > [class*="normalList"] > li,
.noteNumList03 > li > [class*="iconLink"],
.noteNumList03 > li > [class*="btnLink"] {
	margin-top: 0.2em;
  text-indent: 0;
}
.noteNumList03 > li:nth-child(n+10) {
  padding-left: 5em;
  text-indent: -5em;
}
.noteNumList03 > li:before {
	margin-right: 0.4em;
  counter-increment: noteNumList03;
  content: "（注）"counter(noteNumList03)".";
}

/* iconLinkList */
[class*="iconLinkList"] {
	margin-top: 1.5em;
}
[class*="iconLinkList"] > li {
	line-height: 1.5;
}
[class*="iconLinkList"] > li:first-child {
	margin-top: 0;
}
.iconLinkList01 li {
	margin-top: 0.8em;
}
.iconLinkList01 li a {
	position: relative;
	display: inline-block;
	padding-left: 1em;
}
.iconLinkList01 li a:before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	display: inline-block;
	width: 7px;
	height: 10px;
	background: url(/common/img/sp_com_bg01.png) no-repeat 0 -24px;
	background-size: 250px auto;
}
[class*="iconLinkList"] li > ul,
[class*="iconLinkList"] li > ol {
	margin-top: 0.8em;
	padding-left: 1em;
}
[class*="iconLinkList"] li > ul > li,
[class*="iconLinkList"] li > ol > li {
	margin-top: 0.5em;
}
/* iconLinkList --> rankingIconType*/
.iconLinkList02 li {
	line-height: 1.8;
	margin-top: 0.8em;
}
.iconLinkList02 li a {
	position: relative;
	display: inline-block;
	padding-left: 40px;
}
.iconLinkList02 li a:before {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0;
	display: inline-block;
	width: 28px;
	height: 28px;
}
.iconLinkList02 li:nth-child(1) a:before {
	background: url(/common/img/com_bg08.png) 0 0 no-repeat;
}
.iconLinkList02 li:nth-child(2) a:before {
	background: url(/common/img/com_bg08.png) 0 -33px no-repeat;
}
.iconLinkList02 li:nth-child(3) a:before {
	background: url(/common/img/com_bg08.png) 0 -67px no-repeat;
}
.iconLinkList02 li:nth-child(4) a:before {
	background: url(/common/img/com_bg08.png) 0 -102px no-repeat;
}
.iconLinkList02 li:nth-child(5) a:before {
	background: url(/common/img/com_bg08.png) 0 -134px no-repeat;
}
.iconLinkList03 li {
	line-height: 1.4;
	margin-top: 0.8em;
	position: relative;
	display: table;
	border-bottom:#dedede solid 2px;
	width:100%;
}
.iconLinkList03 li > .favoBtn{
	margin:1em 0;
	width:45%;
}
.iconLinkList03 li > .favoBtn a{
	color:#FFFFFF;
	font-size:1.057em;
	font-weight:bold;
	padding:0.7em 0;
	background:#f7b425;
	border-radius:8px;
	text-decoration:none;
	text-align:center;
	display:block;
}
.iconLinkList03 li > .favoBtn a:hover{
	text-decoration:underline;
}
.iconLinkList03 li > .investmentDl{
	padding-left:4%;
	width:100%;
}
.iconLinkList03 li > .investmentDl dt{
	font-weight:bold;
}
.iconLinkList03 li > .investmentDl dd{
	margin-top:0.5em;
}
.iconLinkList03 li .rank {
	position: relative;
	display: table-cell;
	width: 50px;
	padding-top: 0.7em;
	text-align: center;
	vertical-align: top;
}
.iconLinkList03 li .rank:nth-child(1):before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	border-top: 20px solid #f7b425;
	border-right: 25px solid #e2a013;
	border-bottom: 25px solid #e2a013;
	border-left: 26px solid #f7b425;
	z-index: 0;
}
.iconLinkList03 li:nth-child(2) a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	border-top: 20px solid #cccccc;
	border-right: 25px solid #b2b1af;
	border-bottom: 25px solid #b2b1af;
	border-left: 26px solid #cccccc;
	z-index: 0;
}
.iconLinkList03 li:nth-child(3) a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	border-top: 20px solid #b76d1e;
	border-right: 25px solid #9c5e1c;
	border-bottom: 25px solid #9c5e1c;
	border-left: 26px solid #b76d1e;
	z-index: 0;
}
.iconLinkList03 li:nth-child(4) a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	border-top: 20px solid #ef4136;
	border-right: 25px solid #bd1212;
	border-bottom: 25px solid #bd1212;
	border-left: 26px solid #ef4136;
	z-index: 0;
}
.iconLinkList03 li .rank em {
	position: relative;
	width: 53px;
	height: 49px;
	font-weight: bold;
	font-size: 1.714em;
	color: #ffffff;
	z-index: 1;
}
.iconLinkList04 {
	line-height: 1.4;
	margin-top: 0.8em;
}
.iconLinkList04 li {
	text-align: right;
}
.iconLinkList04 li a {
	display: inline-block;
	position: relative;	
	padding-left: 1.5em;
	text-decoration: none;
	color: #0367bb;
	font-weight: bold;
}
.iconLinkList04 li + li {
	margin-top: 5px;
}
.iconLinkList04 li a:before {
	content: "";
	position: absolute;
	margin-top: -7px;
	top: 50%;
	left: 0;
	width: 17px;
	height: 15px;
	display: block;
	background: 	url(/common/img/com_bg01_02.png) -190px -80px;
	-webkit-background-size: 632px 400px;
	background-size: 632px 400px;
	z-index: 2;
}
/* defineList */
[class*="defineList"] {
	margin-top: 1.5em;
}
[class*="defineList"] > dd {
	line-height: 1.5;
}
.defineList01 dt {
	position: relative;
	padding-left: 12px;
	font-weight: bold;
}
.defineList01 dt:before {
  content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	display: inline-block;
	width: 9px;
	height: 10px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -27px -24px;
	background-size: 250px auto;
}
.defineList01 dd {
	margin-top: 0.5em;
	padding-left: 12px;
}

/* anchorList */
[class*="anchorList"] {
	margin-top: 1.5em;
}
.anchorList01 {
	padding: 0.4em 1em 0.7em;
	background-color: #f1f1f1;
}
.anchorList01.noBackGround {
	padding: 0;
	background-color: transparent;
}
.anchorList01 li {
	position: relative;
	float: left;
	margin-top: 0.3em;
	margin-right: 1em;
}
.anchorList01 li a {
	display: inline-block;
	padding-left: 0.8em;
}
.anchorList01 li a:before {
  content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	display: inline-block;
	width: 7px;
	height: 10px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -69px -24px;
	background-size: 250px auto;
}

/* questionList */
[class*="questionList"] {
	margin-top: 1.5em;
}
[class*="questionList"] > li {
	line-height: 1.5;
}
[class*="questionList"] > li:first-child {
	margin-top: 0;
}
.questionList01 > li {
	clear: both;
	position: relative;
	margin-top: 1em;
}
.questionList01 > li:before {
  content: "Q";
	float: left;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin: -0.1em 0.5em 0 0;
	background-color: #ef4136;
	border-radius: 1em;
	font-weight: bold;
	font-size: 1.8rem;
	color: #ffffff;
	line-height: 1.5em;
	text-align: center;
}
.questionList01 > li > span {
	float: left;
	display: inline-block;
	padding: 0 0.5em 0 0;
	font-weight: bold;
	font-size: 1.4rem;
	color: #ef4136;
}
.questionList01 > li > span:after {
	content: ".";
	display: inline-block;
	font-weight: bold;
	font-size: 1.4rem;
	color: #ef4136;
}
.questionList01 > li > a {
	display: block;
	overflow: hidden;
	font-size: 1.4rem;
}

/* btnLinkList */
[class*="btnLinkList"] {
	margin-top: 1.5em;
}
.btnLinkList01 li {
	/*	display: table;
	display:inherit;*/
	display: block;
	margin-top: 1em;
}
.btnLinkList01 li a,
.btnLinkList01 li .submitType {
	position: relative;
	display: block;
	width: 100%;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.btnLinkList01 li a:hover,
.btnLinkList01 li .submitType:hover {
	background-color: #fffbdd;
	color: #ef4136;
	text-decoration: underline;
}
.btnLinkList01 li .submitType input:hover {
	color: #ef4136;
	cursor: pointer;
}
.btnLinkList01 li em {
	display: table;
	width: 100%;
}
.btnLinkList01 li em a,
.btnLinkList01 li em .submitType {
	background-color: #ef4136;
	border-color: #ef4136;
	color: #ffffff;
}
.btnLinkList01 li em .submitType input,
.btnLinkList01 li em .submitType input:hover {
	padding: 0.8em 2.5em 0.75em;
	font-size: 1em;
	color: #ffffff;
}
.btnLinkList01 li em a:hover,
.btnLinkList01 li em .submitType:hover {
	background-color: #f2675e;
	border-color: #f2675e;
	color: #ffffff;
}
.btnLinkList01 li a span,
.btnLinkList01 li .submitType input {
	position: relative;
	display: block;
	padding: 0.8em 2.5em;
}
.btnLinkList01 li .submitType input {
	width: 100%;
	background: none;
	border: none;
}
.btnLinkList01 li a span:before,
.btnLinkList01 li .submitType:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background: url(/common/img/sp_com_bg01.png) no-repeat 0 -24px;
	background-size: 250px auto;
}
.btnLinkList01 li em a span:before,
.btnLinkList01 li em .submitType:before {
	background-position: -18px -24px;
}
.btnLinkList01.fandType li,
.btnLinkList01.fandType li a{
	display:block;
}
.btnLinkList01.fandType li:first-child{
	margin-top:0;
}
.btnLinkList01.fandType li a{
	font-weight:bold;
	color:#777777;
}
.btnLinkList01.fandType li a span{
	padding:1.3em 1.5em 1.3em 2.0em;
}
.btnLinkList01.fandType li a span:before{
	display:none;
}
.btnLinkList01.fandType li.search a span:before{
	content: "";
	position: absolute;
	top: 45%;
	left: 15px;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -7px;
	background: url(/common/img/com_bg01.png) no-repeat -174px -471px;
}
.btnLinkList01.fandType li.ope a span:before{
	content: "";
	position: absolute;
	top: 45%;
	left: 15px;
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-top: -7px;
	background: url(/common/img/com_bg01.png) no-repeat -204px -471px;
}
.btnLinkList01.fandType li.repo a span:before{
	content: "";
	position: absolute;
	top: 45%;
	left: 15px;
	display: inline-block;
	width: 19px;
	height: 24px;
	margin-top: -7px;
	background: url(/common/img/com_bg01.png) no-repeat -231px -470px;
}
.btnLinkList01.fandType li.issue a span:before{
	content: "";
	position: absolute;
	top: 40%;
	left: 15px;
	display: inline-block;
	width: 23px;
	height: 20px;
	margin-top: -7px;
	background: url(/common/img/com_bg01.png) no-repeat -259px -472px;
}
.btnLinkList01.fandType li.market a span:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	display: inline-block;
	width: 22px;
	height: 20px;
	margin-top: -10px;
	background: url(/common/img/com_bg01.png) no-repeat -267px -60px;
}
.btnLinkList01.fat li a span > em{
	color:#bd1212;
	display: inline;
}
.btnLinkList01 li a span.floatbtn{
	padding: 0.5em 0.5em 0.5em 1em;
}
.btnLinkList01 li a span.floatbtn::before{
	left: 5px;
}
/* localNaviList */
[class*="localNaviList"] {
	margin-top: 1.5em;
}
.localNaviList01 {
	border-radius: 5px;
}
.localNaviList01 li {
	float: left;
	display: table;
	margin-left: 0;
	border-right: solid 2px #ffffff;
	margin-top: 2px;
}
.localNaviList01.fourColType li,
.localNaviList01.threeColType li {
	width: 50%;
}
.localNaviList01 li a {
	position: relative;
	display: table-cell;
	width: 100%;
	background-color: #f1f1f1;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	vertical-align: middle;
}
.localNaviList01 li.current a {
	background-color: #ffeeec;
	color: #ef4136;
	text-decoration: none;
}
.localNaviList01 li a span {
	position: relative;
	display: block;
	padding: 0.8em 1em 0.8em 2em;
}
.localNaviList01 li a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background: url(/common/img/sp_com_bg01.png) no-repeat 0 -24px;
	background-size: 250px auto;
}
.localNaviList01 li.current a span:before {
	-webkit-transform: rotate(90deg);  
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* meritList */
.meritList01 {
	margin-top: 1.5em;
	padding: 1.2em 0;
	border-bottom: dotted 1px #aaaaaa;
}
[class*="heading"] + .meritList01,
.meritList01 + .meritList01 {
	margin-top: 0;
}
.meritList01 dt {
	width: 8em;
	margin-bottom: 0.8em;
	padding: 0.1em;
	font-size: 1.2rem;
	text-align: center;
	color: #ffffff;
}
.meritList01 dt.merit {
	background-color: #bd1212;
}
.meritList01 dt.demerit {
	background-color: #33669e;
}
.meritList01 dd {
	overflow: hidden;
}

/* indentList */
.indentList dt {
	float: left;
}
.indentList dd {
	overflow: hidden;
}

/* svg */
.svg01 {
	width: 100%;
}
.svg01 a {
        display: block;
}


/* table
-------------------------------- */
.table01 {
	width: 100%;
	margin-top: 2em;
	border: solid 1px #dedede;
}
.spScroll {
	margin-top: 2em;
	overflow-x: scroll;
}
.spScroll::-webkit-scrollbar{
	width: 10px;
	background: #efefef;
}
.spScroll::-webkit-scrollbar:horizontal{
	height: 10px;
	background: #TB-2;
}
.spScroll::-webkit-scrollbar-thumb{
	background: #f64237;
	border-radius: 5px;
}
.spScroll::-webkit-scrollbar-thumb:horizontal{
	background: #f64237;
	border-radius: 5px;
}
.tableTitle01 {
	margin-top: 2em;
	font-weight: bold;
}
.tableTitle01 + .table01,
.tableTitle01 + .spScroll,
.spScroll > .table01,
li > .table01,
li > .spScroll {
	margin-top: 0.5em;
}
.spScroll > .table01 {
	width: 740px;
}
.spScroll > .table01 th,
.spScroll > .table01 td {
	word-break: break-all;
}
.tableTitle01 > p {
	float: left;
	margin-top: 0;
	font-weight: bold;
	font-size: 1.143em;
}
.tableTitleList01 {
	float: right;
}
.tableTitleList01 li {
	float: left;
	margin-top: 0.2em;
	margin-left: 1em;
	font-weight: normal;
}
.tableTitleList01.inlineType {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.tableTitleList01.inlineType li {
	margin-top: 0;
	margin-left: 0.3em;
}
.serviceList01 li {
	float: left;
	margin-top: 0.2em;
	margin-right: 0.5em;
}
.tableTitleList01 li span,
.serviceList01 li span {
	display: inline-block;
	padding: 0 2px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 0.857em;
	color: #ffffff;
	text-align: center;
}
.tableTitleList01 li .advance,
.serviceList01 li .advance {
	background-color: #bd1212;
}
.tableTitleList01 li .extra,
.serviceList01 li .extra {
	background-color: #FF8000;
}
.tableTitleList01 li .standard,
.serviceList01 li .standard {
	background-color: #448f55;
}
.tableTitleList01 li .light,
.serviceList01 li .light {
	background-color: #0000FF;
}
.tableTitleList01 li img {
	width: auto;
	height: 1.2em;
	margin-left: 3px;
	vertical-align: middle;
}
.table01 th,
.table01 td {
	padding: 0.8em;
	background-color: #ffffff;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	vertical-align: middle;
	text-align: left;
}
.table01.hoverTable tr:hover td {
	background-color: #faf6dc;
}
.table01 th.type01,
.table01 td.type01 {
	background: #ada89c;
	font-weight: bold;
	vertical-align: middle;
	color: #ffffff;
}
.table01 th.type02,
.table01 td.type02 {
	background: #f1f1f1;
}
.table01 th.type03,
.table01 td.type03 {
	background: #ffecb3;
}
.table01 th.type04,
.table01 td.type04 {
	background: #fff5f5;
}
.table01 th.type05,
.table01 td.type05 {
	background: #aaccff;
}
.table01 th.type06,
.table01 td.type06 {
	background: #ebf5ff;
}
.table01 th > *:first-child,
.table01 td > *:first-child {
	margin-top: 0;
}
.table01 + .caption,
.spScroll + .caption {
	color: #777777;
}
.table01 .type01 .note01 {
	color: #ffffff;
	font-weight: normal;
}
.table01 .type02 .note01,
.table01 .type03 .note01 {
	font-weight: normal;
}
.table01 + [class*="noteList"],
.table01 + .note01,
.spScroll + [class*="noteList"],
.spScroll + .note01,
li >.table01 + [class*="noteList"],
li >.table01 + .note01,
li >.spScroll + [class*="noteList"],
li >.spScroll + .note01 {
	margin-top: 0.5em;
}
.table01.spVertical,
.table01.spVertical tbody,
.table01.spVertical tr,
.table01.spVertical th,
.table01.spVertical td {
	display: block;
	width: 100%;
}
.table01.spVertical th,
.table01.spVertical td {
	border-right: none;
}
.table01.spVertical tr:last-child td {
	border-bottom: none;
}
.table01.spVertical colgroup {
	display: none;
}
.table01.spVertical colgroup > col {
	width: 100% !important;
}
.table01 .obliqueLine {
	background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x1%3D%22100%25%22%20y2%3D%22100%25%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.3%22%2F%3E%3C%2Fsvg%3E");
	background-size: 100% 100%;
	color: #ffffff;
}

/* ADD 201912 hoken_seminar start */
.table01pad02 td {
    padding: 0.2em;
}
/* ADD 201912 hoken_seminar end */

/* blockType */
.table01.spBlock tr,
.table01.spBlock th,
.table01.spBlock td{
	display:block !important;
	width:100% !important;
}

.timeBaloonTable {
	height: 1px;
	margin-top: 3em;
	background: none;
	border: none;
}
.timeBaloonTable + .table01 {
	margin-top: 0;
}
.tableTitle01 + .spScroll .timeBaloonTable {
	margin-top: -1.6em;
}
.tableTitle01 + .spScroll .timeBaloonTable {
	margin-top: -1.6em;
}
.timeBaloonTable td,
.timeBaloonTable .timeBaloon {
	position: relative;
	height: 0;
	padding: 0 !important;
	background: none;
	border: none;
}
.timeBaloonTable .timeBaloon:before {
	position: absolute;
	bottom: 0.5em;
	left: -2.2em;
	display: inline-block;
	padding: 0 5px;
	background-color: #bc9652;
	color: #ffffff;
	font-size: 0.857em;
}
.timeBaloonTable .timeBaloon.timeRight:before {
	left: -1.2em;
}
.timeBaloonTable .timeBaloon:after {
	position: absolute;
	bottom: -0.5em;
	left: 0;
	content: "▼";
	margin-left: -0.6em;
	display: inline-block;
	color: #bc9652;
}
.timeBaloonTable .timeBaloon.timeRight:after {
	left: 15px;
}
.timeBaloonTable .timeBaloon.timeLeft:after {
	margin-left: -0.1em;
}
.timeBaloonTable .time0000:before {
	content: "00:00～";
}
.timeBaloonTable .time0700:before {
	content: "07:00～";
}
.timeBaloonTable .time0800:before {
	content: "08:00～";
}
.timeBaloonTable .time0845:before {
	content: "08:45～";
}
.timeBaloonTable .time0900:before {
	content: "09:00～";
}
.timeBaloonTable .time1400:before {
	content: "14:00～";
}
.timeBaloonTable .time1700:before {
	right: -2.2em;
	left: auto;
	content: "17:00～";
}
.timeBaloonTable .time1800:before {
	right: -2.2em;
	left: auto;
	content: "18:00～";
}
.timeBaloonTable .time2100:before {
	right: -2.2em;
	left: auto;
	content: "21:00～";
}
.timeBaloonTable .time2200:before {
	right: -2.2em;
	left: auto;
	content: "～22:00";
}
.timeBaloonTable .time2300:before {
	right: -2.2em;
	left: auto;
	content: "～23:00";
}
.timeBaloonTable .time2400:before {
	right: -2.2em;
	left: auto;
	content: "～24:00";
}
.timeBaloonTable .time1700:after,
.timeBaloonTable .time1800:after,
.timeBaloonTable .time2100:after,
.timeBaloonTable .time2200:after,
.timeBaloonTable .time2300:after,
.timeBaloonTable .time2400:after {
	right: 0;
	left: auto;
	margin-right: -0.5em;
	margin-left: auto;
}


/* unique
-------------------------------- */

/* feature */
.feature01 {
	position: relative;
	margin-top: 2em;
}
.feature01 > .image {
	float: right;
	margin-left: 20px;
}
.feature01 .headingBlock {
	overflow: hidden;
	display: table;
}
.feature01 .headingBlock .icon {
	position: relative;
	display: table;
	width: 50px;
	height: 42px;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	vertical-align: top;
}
.feature01 .headingBlock .icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	border-top: 21px solid #bd1212;
	border-right: 25px solid #a91010;
	border-bottom: 21px solid #a91010;
	border-left: 25px solid #bd1212;
	z-index: 0;
}
.feature01 .headingBlock .icon em {
	position: relative;
	display: table-cell;
	width: 50px;
	height: 42px;
	font-size: 1rem;
	color: #ffffff;
	line-height: 1;
	z-index: 1;
	vertical-align: middle;
}
.feature01 .headingBlock .icon em span {
	display: block;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1;
}
.feature01 .headingBlock .heading {
	position: relative;
	display: table-cell;
	padding: 0 0 0 0.5em;
	font-weight: bold;
	font-size: 1.4rem;
	vertical-align: middle;
	line-height: 1.5;
}
.feature01 .textBlock {
	margin-top: 1em;
}
.feature01 .textBlock > *:first-child {
	margin-top: 0;
}
.feature01 .textBlock .img {
	float: right;
	width: 30%;
	margin: 0 0 1em 1em;
}
.feature01.box {
	border:#bd1212 solid 3px;
}
.feature01.box .headingBlock .heading{
	font-size:inherit;
	font-weight:inherit;
}
.feature01.box .headingBlock .heading > h3{
	font-size:1.286em;
	font-weight:bold;	
}
.feature01.box .headingBlock .heading > h3 > span{
	display:inline-block;
	color:#bd1212;
	font-size:1.286em;
	font-weight:bold;
}
.feature01.box .headingBlock .heading .iconLink01{
	margin-top:0.5em;
}
.feature01.box .headingBlock {
	width: 100%;
}
.feature01.box .headingBlock .icon {
	min-height: 113px;
	vertical-align: middle;	
}
.feature01.box .headingBlock .icon:before {
	border-top: 70px solid #bd1212;
	border-bottom: 85px solid #a91010;
}
.feature01.box .headingBlock .icon em {
	min-height: 113px;
}
.feature01.box .headingBlock .heading {
	padding: 1.0em 0.5em;
	text-align:center;	
}
.feature01.line{
	padding-bottom:2.5em;
	border-bottom:#e6e6e6 solid 1px;
}
/* tab */
.tab01 {
	margin-top: 2em;
}
.tab01 + p {
	margin-top: 2em;
}
.tab01 .tabList01 {
	position: relative;
	padding: 0 3px;
}
.tab01 .tabList01:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	z-index: 1;
}
.tab01 .tabList01 li {
	display: table;
	border-bottom: none;
}
.tab01 .tabList01 li a {
	position: relative;
	display: table-cell;
	width: 100%;
	padding: 1em 0.5em 1.6em;
	background-color: #f4f4f4;
	border-top: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #333333;
	line-height: 1.2;
	z-index: 0;
}
.tab01 .tabList01 li a:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	display: inline-block;
	width: 8px;
	height: 10px;
	margin-left: -4px;
	background: url(/common/img/sp_com_bg01.png) no-repeat 0 -24px;
	background-size: 250px auto;
	-webkit-transform: rotate(90deg);  
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.tab01 .tabList01 li a:hover {
	text-decoration: underline;
}
.tab01 .tabList01 li.on {
	position: relative;
	z-index: 2;
}
.tab01 .tabList01 li.on a {
	background-color: #ffffff;
	border-top: solid 1px #ef4136;
	font-weight: bold;
	color: #ef4136;
}
.tab01 .tabDetail01 {
	position: relative;
	padding-top: 0.8em;
}
.tabBtnList01 {
	overflow: hidden;
}
.tabBtnList01 li {
	overflow: hidden;
	width: 24.25%;
	float: left;
	margin-top: 5px;
	margin-right: 1%;
	border: 1px solid #d2d2d2;
	border-bottom-color: #a7a6a6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tabBtnList01 li:nth-child(4n) {
	margin-right:0px;
}
.tabBtnList01 li.current {
	border-color: #ef4136;
	border: 1px solid #EF4136;
}
.tabBtnList01 li.current a {
	text-decoration: none;
}
.tabBtnList01 li.current a span{
	background: #ef4136;
	color: #FFF;
	font-weight: bold;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.tabBtnList01 li a {
	display: table;
	width: 100%;
}
.tabBtnList01 li a span {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 10px;
	background: #FFF;
	text-align: center;
	-webkit-box-shadow: 0 -1px 1px -1px #d5d4d5 inset;
	-moz-box-shadow: 0 -1px 1px -1px #d5d4d5 inset;
	box-shadow: 0 -1px 1px -1px #d5d4d5 inset;

}
.tab02 {
	margin-top: 2em;
}
.tab02 .tabWrap {
	padding: 0 5px;
	border-bottom: 2px solid #bd1212;
}
.tab02 .tabWrap > .tabList02 > li {
	height: auto !important;
}
.tab02 .tabWrap > .tabList02 > li > a {
	width: auto;
	padding: 3px 5px 2px;
	border: 1px solid #e6e6e6;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
	text-align: center;
}
.tab02 .tabWrap > .tabList02 > li.on > a {
	border-color: #bd1212;
	background-color: #bd1212;
	color: #fff;
	text-decoration: none;
}
.tab02 .tabWrap > .tabList02 > li > a > span {
	text-align: center;
	vertical-align: middle;
}
.tab02 > .tabDetail02 {
	clear: both;
	margin: 10px 0 0 0;
}
.tab02 > .tabDetail02 > *:first-child {
	margin-top: 0 !important;
}
.tab03 {
	margin-top: 2em;
}
.tab03 .tabList03 {
	position: relative;
	padding: 0 3px;
	border-bottom: solid 2px #bd1212;
}
.tab03 .tabList03:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	z-index: 1;
}
.tab03 .tabList03 li {
	display: table;
	float: left;
	width: 13%;
	border-left: solid 1px #e6e6e6;
	border-bottom: none;
	vertical-align: middle;
}
.tab03 .tabList03 li:first-child {
	width: 22%;
	border-left: none;
}
.tab03 .tabList03 li a {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 55px;
	padding: 0.5em 0.5em 1em;
	background-color: #f4f4f4;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #333333;
	line-height: 1.2;
	z-index: 0;
}
.tab03 .tabList03 li a:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	display: inline-block;
	width: 8px;
	height: 10px;
	margin-left: -4px;
	background: url(/common/img/sp_com_bg01.png) no-repeat 0 -24px;
	background-size: 250px auto;
	-webkit-transform: rotate(90deg);  
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.tab03 .tabList03 li a:hover {
	text-decoration: underline;
}
.tab03 .tabList03 li.on {
	position: relative;
	z-index: 2;
}
.tab03 .tabList03 li.on a {
	background-color: #c02222;
	color: #ffffff;
}
.tab03 .tabList03 li.on a:after {
	background: url(/common/img/sp_com_bg01.png) no-repeat -18px -24px;
	background-size: 250px auto;
}
.tab03 .tabDetail03 {
	position: relative;
	padding-top: 0.8em;
}
.tabWrap {
	position: relative;
	width: auto;
	overflow-x: scroll;
	-webkit-overflow-scrolling : touch;
	margin: 0 -10px;
}
.tabWrap > .tabList01,
.tabWrap > .tabList02,
.tabWrap > .tabList03 {
	display: table;
	width: 100%;
	white-space: nowrap;
}
.tabWrap > .tabList01 > li,
.tabWrap > .tabList02 > li {
	float: none;
	display: table-cell;
	padding-right: 3px;
	white-space: normal;
}
.tabWrap > .tabList01.scrollTab > li{
		white-space:nowrap;
}
.tabWrap > .tabList03 > li {
	float: none;
	display: table-cell;
	white-space: nowrap;
}
.tabWrap > .tabList01 > li > a,
.tabWrap > .tabList02 > li > a {
	display: block;
	height: auto !important;
}
.tabWrap > .tabList03 > li > a {
	display: table-cell;
}
.tab03.fourColType{
	width:100%;
}
.tab03.fourColType .tabWrap{
	width:100% !important;
	margin:0;
	overflow:inherit;
}
.tab03.fourColType .tabList03 li {
	display:table;
	float: left;
	width: 25%;
	border-left: solid 1px #e6e6e6;
	border-bottom: none;
	vertical-align: middle;
}
.tab03.fourColType .tabList03 li:first-child {
	border-left: none;
}
.tab03.fourColType .tabList03 li a {
	display:table-cell;
	font-weight:bold;
	box-sizing:border-box;
	white-space:normal;	
}
.tab03.fourColType .tabList03 li a > span{
	font-size:0.714em;
	padding:5% 8%;	
}
.tab03.fourColType .tabList03 li a:after {
	display:none;
}
.rateTab{
	margin-top: 30px;
	overflow: hidden;
	position:relative;
	border: 1px solid #e6e6e6;
	border-radius:5px;
}
.rateTab .tabDetail02{	
	padding:15px;
}
.rateTab .tabDetail02 .title > a span:hover{
	text-decoration:underline;
}
.rateTab .tabDetail02 .rateInner{
	width:100%;
	display:table;
	margin-top:0.5em;
}
.rateTab .tabDetail02 .rateInner dl{
	display:table-cell;
	text-align:center;
}
.rateTab .tabDetail02 .rateInner dl {
	padding-right: 15px;
}
.rateTab .tabDetail02 .rateInner dl dt{
	font-size:1.143em;
	font-weight:bold;
	color:#333333;
	margin-top:0.5em;	
}
.rateTab .tabDetail02 .rateInner dl dd{
	margin-top:0.1em;
}
.rateTab .tabDetail02 .rateInner dl dt.month{
	color:#FFFFFF;
	background:#999999;
	border-radius:20px;
	padding: 2px 5px;
}
.rateTab .tabDetail02 .rateInner dl dd.value{
	color:#bd1212;
	font-size:1.429em;
	font-weight:bold;
}
.rateTab .tabDetail02 .rateInner dl.return{
	border:#cccccc solid 1px;
	border-radius:5px;
	padding: 3px 3px;
	background:#FFFFFF;
}
.rateTab .title {
	margin: -15px -15px 0 !important;
	padding: 8px 15px;
	border-left: 5px solid #ef4136;
}
.rateTab .title span {
	display: inline-block;
	font-size: 1.571em;
	color: #555;
	font-weight: bold;
}
.rateTab .title a {
	display: block;
}
.rateTab .title a span {
	position: relative;
	display: inline-block;
	padding-right: 30px;
}
.rateTab .title a span:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background: url(/common/img/sp_com_bg01.png) no-repeat 0 -24px;
	background-size: 250px auto;
}
.rateTab .tabWrap{
	border:#e6e6e6 solid 1px;
	border-bottom:none;
	width:100%;
	margin: 0;
	padding: 0;
}
.rateTab .tabWrap > .tabList02{
	background-color:#FFFFFF;
	display:table;
}
.rateTab .tabWrap > .tabList02 > a {
	width: 33.3%;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	padding:0.8em !important;
}
.rateTab .tabWrap > .tabList02 > a > span {
	border:none;
	border-radius:0;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	text-align: center;
	display: inline !important;
}
.rateTab .tabWrap > .tabList02 > a.on,
.rateTab .tabWrap > .tabList02 > a.on > span {
	background:#ffeeec;
	color:#333333;
}
.rateTab #tab02-1{
	background:url(/kojin/kariru/jutaku/img/index_bg01.png) no-repeat 101% 6%;
}
.rateTab #tab02-2{
	background:url(/kojin/kariru/jutaku/img/index_bg01.png) no-repeat 101% 6%;
}
.rateTab #tab02-3{
	background:url(/kojin/kariru/jutaku/img/index_bg01.png) no-repeat 101% 6%;
}
/* newsLinkBlock */
.newsLinkBlock {
	margin-top: 1em;
}
.newsLinkBlock dl {
	padding: 1em 0;
	border-bottom: dotted 1px #aaaaaa;
}
.newsLinkBlock dl:first-child {
	padding: 0 0 1em;
}
.newsLinkBlock dl dt {
	margin-right: 1em;
	color: #777777;
}
.newsLinkBlock dl dt span {
	display: inline-block;
	margin-left: 1em;
	padding: 0.1em 0.5em;
	font-size: 1rem;
	color: #ffffff;
}
.newsLinkBlock dl dt .icon {
	min-width: 10em;
	text-align: center;
}
.newsLinkBlock dl dt span.colorType01 {background-color: #9e5c9f;}
.newsLinkBlock dl dt span.colorType02 {background-color: #3bbdb6;}
.newsLinkBlock dl dt span.colorType03 {background-color: #bf984c;}
.newsLinkBlock dl dt span.colorType04 {background-color: #996633;}
.newsLinkBlock dl dt span.colorType05 {background-color: #3cacd0;}
.newsLinkBlock dl dt span.colorType06 {background-color: #206eb7;}
.newsLinkBlock dl dt span.colorType07 {background-color: #4e8ecf;}
.newsLinkBlock dl dt span.colorType08 {background-color: #ef4136;}
.newsLinkBlock dl dt span.colorType09 {background-color: #389238;}
.newsLinkBlock dl dt span.colorType10 {background-color: #8cbf2a;}
.newsLinkBlock dl dt span.colorType11 {background-color: #3989cd;}
.newsLinkBlock dl dt span.colorType12 {background-color: #7898a3;}
.newsLinkBlock dl dt span.colorType13 {background-color: #c17320;}
.newsLinkBlock dl dt span.colorType14 {background-color: #45aa77;}
.newsLinkBlock dl dt span.colorType15 {background-color: #6a60a5;}
.newsLinkBlock dl dt span.colorType16 {background-color: #b79f00;}
.newsLinkBlock dl dt span.colorType17 {background-color: #b5af8d;}

.newsLinkBlock dl dd {
	margin-top: 0.5em;
}

/* columnBlock */
.columnBlock01 {
	margin-top: 3em;
	padding: 0.8em;
	background-color: #faf8f5;
	border-top: solid 2px #d3d0c8;
}
.columnBlock01 > *:first-child {
	margin-top: 0;
}
.columnBlock01 .heading {
	font-weight: bold;
	font-size: 1.7rem;
}
.columnBlock02 {
	margin-top: 3em;
	padding: 0.8em;
	background-color: #EDF4FA;
}
.columnBlock02 .heading {
	font-weight: bold;
	font-size: 1.7rem;
	text-align: center;
}
.columnBlock02 .table01 {
	margin-top: 1em;
}
.columnBlock02 .arrow {
	padding: 0 1.5em;
	text-align: center;
	font-weight: bold;
}
.columnBlock02 .arrow > p {
	display: inline-block;
	padding-left: 2em;
	background: url(/rate/img/loan_bg02.png) no-repeat left center;
	background-size: auto 100%;
}

/* layoutBox01 */
.layoutBox01 {
	margin-top:2em;
	border: 1px solid #dcd5d5;
}
.sliderColumn01 + .layoutBox01,
.normalList01 + .layoutBox01{
	margin-top:2em;
}
.layoutBox01 .title {
	padding: 10px;
	background: #999;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.286em;
	vertical-align:middle;
	line-height:1.3;
}
.layoutBox01 .inner {
	padding: 25px;
}
.layoutBox01 .inner > *:first-child,
.layoutBox02 .inner > *:first-child {
	margin-top: 0 !important;
}
/* layoutBox02 */
.layoutBox02 {
	margin-top: 30px;
	border: 1px solid #e6e6e6;
	padding: 15px;
	border-radius: 5px;
}
.layoutBox02 .title {
	margin: -15px -15px 0 !important;
	padding: 8px 15px;
	border-left: 5px solid #ef4136;
}
.layoutBox02 .title a,
.layoutBox02 .title span {
	display: inline-block;
	font-size: 1.571em;
	color: #555;
	font-weight: bold;
}
.layoutBox02 .title a {
	padding-right: 30px;
	position: relative;
	text-decoration: none;
}
.layoutBox02 .title a:hover {
	text-decoration: underline;
}
.layoutBox02 .title a:after {
  background: url(/common/img/com_bg01.png) no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 14px;
  right: 10px;
  position: absolute;
  top: 0.4em;
  width: 10px;
}
.layoutBox02 .title + * {
	margin-top: 20px;
}
/* cvBtnBlock */
.cvBtnBlock {
	margin-top: 3em;
}
.cvBtnBlock .catch01 {
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
}
.cvBtnBlock .cvBtnLink,
.signUpType .cvBtnLink {
	margin-top: 0.5em;
	text-align: center;
}
.cvBtnBlock .cvBtnLink05,
.signUpType .cvBtnLink05 {
	margin-top: 0.5em;
	text-align: center;
}
.cvBtnBlock .cvBtnLink06,
.signUpType .cvBtnLink06 {
	margin-top: 0.5em;
	text-align: center;
}
.cvBtnBlock .cvBtnLink a,
.signUpType .cvBtnLink a {
	display: inline-block;
	background-color: #bd1212;
	border-radius: 5px;
	box-shadow: 0 1px 0 #8f0d0d;
	text-decoration: none;
	color: #ffffff;
}
.cvBtnBlock .cvBtnLink06 a,
.signUpType .cvBtnLink06 a {
	display: inline-block;
	background-color: #FFB122;
	border-radius: 5px;
	text-decoration: none;
	color: #ffffff;
}
.cvBtnBlock .cvBtnLink a:hover,
.signUpType .cvBtnLink a:hover {
	text-decoration: underline;
}
.cvBtnBlock .cvBtnLink05 a:hover,
.signUpType .cvBtnLink05 a:hover {
	text-decoration: underline;
}
.cvBtnBlock .cvBtnLink06 a:hover,
.signUpType .cvBtnLink06 a:hover {
	text-decoration: underline;
}
.cvBtnBlock .cvBtnLink a span,
.signUpType .cvBtnLink a span {
	position: relative;
	display: block;
	padding: 0.8em 4em 0.8em 5em;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
}
.cvBtnBlock .cvBtnLink05 a span,
.signUpType .cvBtnLink05 a span {
	position: relative;
	display: block;
	padding: 0.8em 4em 0.8em 5em;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
}
.cvBtnBlock .cvBtnLink06 a span,
.signUpType .cvBtnLink06 a span {
	position: relative;
	display: block;
	padding: 0.8em 4em 0.8em 5em;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
}
.cvBtnBlock .cvBtnLink a span:before,
.signUpType .cvBtnLink a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	width: 14px;
	height: 15px;
	margin-top: -7px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -13px -97px;
	background-size: 250px auto;
}
.cvBtnBlock .cvBtnLink05 a span:before,
.signUpType .cvBtnLink05 a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 18px;
	display: inline-block;
	width: 20px;
	height: 26px;
	margin-top: -7px;
	background: url(/common/img/com_bg01_02.png) no-repeat -43px -25px;
	background-size: 250px auto;
}
.cvBtnBlock .cvBtnLink06 a span:before,
.signUpType .cvBtnLink06 a span:before {
	content: "";
	position: absolute;
	top: 30%;
	left: 1.5em;
	display: inline-block;
	width: 10px;
	height: 15px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -29px -97px;
	background-size: 250px auto;
}
.cvBtnBlock .cvBtnLink.type02 a span:before,
.signUpType .cvBtnLink.type02 a span:before {
	height: 16px;
	width: 24px;
	margin-top: -8px;
	background: url(/common/img/com_bg01_02.png) no-repeat -190.4px -45.6px;
	background-size: 400px 400px;
}
.cvBtnBlock .cvBtnLink.type03 a span:before,
.signUpType .cvBtnLink.type03 a span:before {
	height: 19px;
	width:14px;
	margin-top: -10px;
	background: url(/common/img/com_bg01_02.png) no-repeat -228.8px -43.2px;
	background-size: 400px 400px;
}
.cvBtnBlock .cvBtnLink.type04 a span:before,
.signUpType .cvBtnLink.type04 a span:before {
	width: 17px;
	height: 16px;
	margin-top: -11px;
	background: url(/common/img/com_bg01.png) no-repeat -54.2px -30.4px;
	-webkit-background-size: 632px 400px;
	background-size: 632px 400px;
}
.cvBtnBlock .cvBtnLink.type04 a,
.signUpType .cvBtnLink.type04 a {
	border: 1px solid #7fb21b;
	border-top: none;
	background-color: #86bc1c;
	border-radius: 5px;
	box-shadow: 0 1px 0 #658d15;
}
.cvBtnBlock .cvBtnLink02 a {
	margin-top: 48px;
	position: relative;
	text-align: center;
	display: block;
	background-color: #bd1212;
	border-radius: 5px;
	box-shadow: 0 1px 0 #8f0d0d;
	text-decoration: none;
	color: #ffffff;
}
.cvBtnBlock .cvBtnLink02 a .text {
	display: inline-block;
	padding: 0.8em 2em 0.8em 3.5em;
	font-weight: bold;
	font-size: 1.286em;
	text-align: center;
}
.cvBtnBlock .cvBtnLink02 a .text:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-top: -6px;
	background: url(/common/img/com_bg01.png) no-repeat -185px -34.8px;
	-webkit-background-size: 300px;
	background-size: 300px;	
}
.cvBtnBlock .cvBtnLink02 a .icon {
	top: -29px;
	left: 50%;
	margin-left: -4em;
	position: absolute;
	padding: 4px 20px;
	color: #777777;
	font-size: 1.000em;
	font-weight: bold;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}
.cvBtnBlock .cvBtnLink03{
	width: 100%;
	margin-top:0;
}
.cvBtnBlock .cvBtnLink03 a {
	width:100%;
	text-align: center;
	display: inline-block;
	background-color: #bd1212;
	border-radius: 5px;
	box-shadow: 0 1px 0 #8f0d0d;
	text-decoration: none;
	color: #ffffff;
	padding: 0.5em 2em 0;
	vertical-align: middle;
	position: relative;
}
.cvBtnBlock .cvBtnLink03 a:hover .commingLink {
	text-decoration: underline;
}
.cvBtnBlock .cvBtnLink03 a .commingLink {
	position: relative;
	display: inline-block;
	padding: 0 2em 0.5em 2.5em;
	font-weight: bold;
	font-size: 1.286em;
	text-align: center;
	margin-top:0.5em;
}
.cvBtnBlock .cvBtnLink03 a {
	display: table;
	width: 100%;
}
.cvBtnBlock .cvBtnLink03 a .icon02 {
	position: relative;
	padding: 4px 20px;
	color: #333;
	font-size: 1.000em;
	font-weight: bold;
	background: #fff;
	-webkit-border-radius: 20px;
	border-radius: 10px;
	float: left;
	margin-right: 1.5em;
	margin-top: 0.5em;
}
.cvBtnBlock .cvBtnLink03 a .icon02:after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 6px;
	content: "";
	display: block;
	height: 0;
	margin-top: -6px;
	position: absolute;
	right: -11px;
	top: 50%;
	transform: scaleY(-0.5);
	width: 0;
}
.cvBtnBlock .cvBtnLink03 a .text {
	font-size: 1.000em;
	font-weight: bold;
	text-align: left;
	float: left;
	line-height:1.3;
}
.cvBtnBlock .cvBtnLink03 a .commingLink:before {
	content: "";
	position: absolute;
	top: 30%;
	left: 0;
	display: inline-block;
	width: 24px;
	height: 23px;
	margin-top: -11px;
	background: url(/common/img/com_bg01.png) no-repeat -340px -59px;
}
.cvBtnBlock .cvBtnLink04 a {
	display: table;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	text-decoration: none;
	color: #bd1212;
}
.cvBtnBlock .cvBtnLink04 a span {
	position: relative;
	display: block;
	padding: 0.8em 4em 0.8em 5em;
	font-weight: bold;
	text-align: center;
	border:1px solid #e6e6e6;
	border-radius:5px;
}
.cvBtnBlock .cvBtnLink04 a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	width: 28px;
	height: 22px;
	margin-top: -7px;
	background: url(/common/img/com_bg01.png) no-repeat -17px -63px;
}
.cvBtnBlock .cvBtnLink.spElement {
	display: block;
}
.cvBtnBlock .cvBtnLink05.spElement {
	display: block;
}
.cvBtnBlock .cvBtnLink06.spElement {
	display: block;
}
/* proExamiLink */
.proExamiLink02{
	display: block;
	margin-top:0;
}
.proExamiLink02 a{
	background-color: #bd1212;
	width:100%;
	border-radius: 5px;
	box-shadow: 0 1px 0 #8f0d0d;
	color:#FFFFFF;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 1.5em 2em 0.8em 2.7em;
	font-weight: bold;
	font-size: 1.286em;
	text-align: center;
}
.proExamiLink02 a:before {
	content: "";
	position: absolute;
	top: 55%;
	left: 10px;
	display: inline-block;
	width: 23px;
	height: 18px;
	margin-top: -9px;
	background: url(/common/img/com_bg01.png) no-repeat -249.6px -46.4px;
	background-size: 632px 400px;
}
.proExamiLink03{
	display:inline-block;
	margin-top:0;
}
.proExamiLink03 a{
	background-color: #bd1212;
	border-radius: 5px;
	box-shadow: 0 1px 0 #8f0d0d;
	color:#FFFFFF;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding:1.5em 2.7em 0.8em;
	font-weight: bold;
	font-size: 1.286em;
	text-align: center;
}
.proExamiLink03 a{
	padding:1.5em 1.5em 0.8em;
}
.btnLinkList01.fandType li{
	display:inherit;
}
.btnLinkList01.fandType li a{
	display:block;
}
.proExamiBlock{
	position:relative;
	margin-top: 3em;
	padding-top:1.7em;
}
.bnrColmun + .proExamiBlock{
	margin-top: 0.5em;
}
.aC .proExamiBlock{
	display: inline-block;
}
.proExamiBlock ul{
	width:100%;
	position:absolute;
	top:15%;
	z-index:1;
	text-align: center;
}
.proExamiBlock ul.threeType{
	width:100%;
	position:absolute;
	top:15%;
	left:8px;
	z-index:1;
	display:table;
}
.proExamiBlock ul li{
	display: inline-block;
}
.proExamiBlock ul.threeType li{
	display:table-cell;
	margin-left:0.7em;
	width:auto;
}
.proExamiBlock ul li:first-child {
	margin-left: 0;
}
.proExamiBlock ul li span {
	position: relative;
	padding: 4px 10px;
	color: #333;
	font-size: 1.000em;
	font-weight: bold;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:#bd1212 solid 2px;
	width:100%;
	white-space: nowrap;
}
.proExamiBlock ul.threeType li.icon01{
	width:25%;
	text-align:right;
}
.proExamiBlock ul.threeType li.icon02{
	text-align:center;
		width:37.5%;
}
.proExamiBlock ul.threeType li.icon03{
		width:37.5%;
		text-align:left;
}
.proExamiBlock ul li.icon01 span:after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 6px;
	content: "";
	display: block;
	height: 0;
	margin-top: -5px;
	position: absolute;
	right: 11px;
	top: 95%;
	transform: scaleY(0.9) rotate(180deg);
	-webkit-transform: scaleY(0.9) rotate(180deg);
	width: 0;
}
.proExamiBlock ul li.icon02 span:after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 5px;
	content: "";
	display: block;
	height: 0;
	margin-top: -9px;
	position: absolute;
	right: 45%;
	top: 110%;
	transform: scaleY(1.4) rotate(217deg);
	-webkit-transform: scaleY(1.4) rotate(217deg);
	width: 0;
}
.proExamiBlock ul li.icon03 span:after {
		border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 6px;
	content: "";
	display: block;
	height: 0;
	margin-top: -6px;
	position: absolute;
	left: 10px;
	top: 100%;
	transform: scaleX(1.0) rotate(9deg);
	-webkit-transform: scaleX(1.0) rotate(9deg);
	width: 0;
}
.proExamiBlock ul:after{
	content : "";
	display : block;
	clear : both;
}
.layoutBox01 .inner > .proExamiBlock{
	width:auto;
}
.layoutBox01 .twoColInner{
	width:100%;
}
.layoutBox01 .twoColInner > .proExamiBlock{
	display:block;
	float:left;
	margin-top:0.5em;
	width:48.5%;
	box-sizing:border-box;
}
.twoColInner .proExamiBlock:nth-child(2){
	margin-left:0.2em;
}
.twoColInner .proExamiBlock ul{
	left:4px;
}
.twoColInner .proExamiBlock ul li.icon02{
	margin-left:0;
}
.twoColInner .proExamiBlock ul li.icon02 > span{
	padding:4px 12px;
}
.layoutBox01 .inner .proExamiBlock{
	margin-top:0.9em;
}
.proExamiCol{
	width:100%;
}
.proExamiCol .proExamiBlock{
	padding-top:1em;
}
.proExamiCol .proExamiLink02 a{
	padding: 1.5em 2em 0.8em 3.4em;
}
.proExamiCol .proExamiBlock ul{
	top:5%;
}
.reservCol{
	width:100%;
}
.reservCol{
	margin:1em 0 0!important;
}
.reservCol .cvBtnBlock .cvBtnLink03{
}
.reservCol .cvBtnBlock .cvBtnLink03 a{
	width:100%;
	padding:2% 8%;
	display: table;
	text-align:center;
}
.reservCol .cvBtnBlock .cvBtnLink03 a .icon02{
	display:table-cell;
	width:43%;
	text-align:center;
}
.reservCol .cvBtnBlock .cvBtnLink03 a .text{
	display:table-cell;
	font-size:1.0em;
	width:49%;
	text-align:center;	
}
.reservCol .cvBtnBlock .cvBtnLink03 a .commingLink{
	padding:1% 2% 6% 25%;
	font-size:1.429em;
}
/* contactType */
.contactHeading01 {
	margin-top: 30px;
	font-size: 1em;
	font-weight: bold;
}
.contactHeading01 + * {
	margin-top: 5px;
}
/*.contactType01 {
	background: url(/common/img/com_bg02.jpg) no-repeat right -35px top 100%;
	background-size: auto 128px;
}*/
/*.contactType04 {
	background: url(/common/img/com_bg04.png) no-repeat right 0 top 100%;
	background-size: auto 128px;
}*/
.contactType05 {
	padding: 10px;
	border: 1px solid #dedede;
}
.contactType01 .title,
.contactType02 .title,
.contactType03 .title,
.contactType04 .title {
	font-weight: bold;
	font-size: 1.4rem;
	color: #bd1212;
}
.contactType05 .title {
	margin: -10px -10px 0;
	padding: 7px 9px;
	background-color: #999999;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}
.fundSelectType .title {
	padding-bottom: 0.3em;
	border-bottom: solid 2px #ededed;
	font-weight: bold;
	font-size: 1.8rem;
}
.contactType01 .freeDial01 {
	margin-top: 0.5em;
}
.contactType01 .text,
.contactType03 .text {
	margin-top: 0.5em;
	font-size: 1.2rem;
}
.contactType04 .text {
	margin-top: 0.5em;
	padding-right: 0;
}
.contactType04 .note01 {
	padding-right: 120px;
}
.contactType01 .text {
	padding-right: 55px;
}
.contactType01 .note01,
.contactType03 .note01 {
	margin-top: 0.5em;
	font-size: 1.2rem;
}
.contactType01 .note01 {
	padding-right: 80px;
}
.contactType02 {
	background: url(/common/img/com_bg03.jpg) no-repeat 100% 100%;
	background-size: auto 100px;
}
.contactType02 .reserveBtnLink a,
.signUpType .reserveBtnLink a {
	display: inline-block;
	background-color: #bd1212;
	border-radius: 5px;
	box-shadow: 0 1px 0 #8f0d0d;
	text-decoration: none;
	color: #ffffff;
}
.signUpType .reserveBtnLink a {
	display: block;
}
.contactType02 .reserveBtnLink a:hover,
.signUpType .reserveBtnLink a:hover {
	text-decoration: underline;
}
.contactType02 .reserveBtnLink a span,
.signUpType .reserveBtnLink a span {
	position: relative;
	display: block;
	padding: 0.5em 1em 0.5em 2em;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}
.signUpType .reserveBtnLink a span {
	padding: 0.5em 1em;
}
.contactType02 .reserveBtnLink a span:before,
.signUpType .reserveBtnLink a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	width: 11px;
	height: 15px;
	margin-top: -7px;
	background: url(/common/img/sp_com_bg01.png) no-repeat 0 -97px;
	background-size: 250px auto;
}
.contactType02 .iconLink01 span,
.contactType03 .telText01 span {
	display: inline-block;
	padding: 0.1em 0.5em;
	margin-left: 1em;
	background-color: #ef4136;
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.4;
	vertical-align: middle;
}
.contactType03 .twoColumn {
	margin-top: 0;
}
.contactType03 .twoColumn .column {
	margin-top: 1em;
}
.contactType03 .iconText02 + .twoColumn {
	margin-top: 2em;
}
.contactType03 .iconText02 {
	font-weight: bold;
	font-size: 1.2rem;
}
.contactType03 .freeDial01 {
	margin-top: 0.5em;
}
.contactType03 .telText01 {
	margin-top: 0.5em;
}
.contactType03 .telText01 a {
	font-weight: bold;
	font-size: 1.8rem;
	color: #ef4136;
	line-height: 1.4;
}
.contactType03 .helpDesk {
	margin-top: 0.4em;
}
.contactType03 .helpDesk + * {
	margin-top: 0.5em;
}
.contactType04 .telLink a {
	font-weight: bold;
	line-height: 1.2;
	color: #333333;
	text-decoration: none;
	cursor: default;
}
.contactType04 .telLink a span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 25px;
	font-weight: bold;
	font-size: 2.4rem;
}
.contactType04 .telLink a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-top: -10px;
	background: rgba(0, 0, 0, 0) url("/common/img/sp_com_bg01.png") no-repeat scroll -114px -75px;
	background-size: 250px auto;
}
.contactType06 .title {
	font-weight: bold;
	font-size: 1.4rem;
	color: #bd1212;
	line-height:1.3;
}
.contactType06 {
	background: url(/common/img/com_sp_bg05.png) no-repeat 100% 100%;
	border-width: 3px;
	background-size:auto 160px;
}
.contactType06 .telLink{
	position: relative;
	padding: 1.3em 0.5em 0.5em;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	box-shadow: 0 1px 0 #a7a6a6;
	text-align: center;
	cursor: pointer;
	background:#FFFFFF;
}
.contactType06 .telLink a {
	font-weight: bold;
	font-size: 1.143em;
	line-height: 1.2;
	color: #333333;
	text-decoration: none;
	cursor: default;
}
.contactType06 .telLink a span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 37px;
	font-weight: bold;
	font-size: 1.8em;
}
.contactType06 .telLink a span:before {
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
	display: inline-block;
	width: 47px;
	height: 37px;
	margin-top: -16px;
	background:url(/common/img/sp_com_bg01.png) no-repeat -122px -171px;
	background-size:310px auto;
}
.contactType06 .telLink:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background: url(/common/img/sp_com_bg01.png) no-repeat 0 -24px;
	background-size: 250px auto;
}
.contactType07 {
}
.contactType07 > .variableColumn > .column {
	text-align: center;
}
.contactType07 > .variableColumn > .column + .column {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #aaaaaa;
}
.contactType07 > .variableColumn > .column > *:first-child {
	margin-top: 0 !important;
}
.contactType07 .title {
	margin: 0 0 10px 0;
	color: #bd1212;
	font-size: 1.4rem;
	font-weight: bold;
	line-height:1.3;
}
.contactType07 .freeDial01 a {
	font-size: 2.0rem;
}
.contactType07 .freeDial01 a span:after {
	letter-spacing: 0.32em;
}
.contactType07 .text1 {
	font-size: 1.0rem;
}
.contactType07 .text2 {
	font-size: 1.0rem;
}
.contactType07 .note01 {
	font-size: 1.0rem;
	text-align: left;
}
.contactType07 .linkBtn03 {
	margin: 1.5em 0 0 0;
}
.contactType07 .linkBtn03 a.sizeXL {
	width: 100%;
	padding-top: 0.8em;
	padding-bottom: 0.7em;
}
.fundSelectType {
	margin-top: 3em;
	padding: 1em;
	background: url(/common/img/com_sp_bg07.jpg) no-repeat right 0 bottom 0;
	background-size:auto 150px;
}
.fundSelectType .checkList {
	padding: 1em 0 0;
}
.fundSelectType .checkList dt {
	font-size: 1.6rem;
	font-weight: bold;
}
.fundSelectType .checkList dd {
	position: relative;
	margin-top: 0.5em;
	padding-left: 1.8em;
}
.fundSelectType .checkList dd:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	width: 14px;
	height: 6px;
	margin-top: -4px;
	border-left: 2px solid #ef4136;
	border-bottom: 2px solid #ef4136;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fundSelectType .text {
	display: inline-block;
	margin-top: 0.8em;
	padding: 0.8em;
	background-color: #86bc1c;
	border-radius: 40px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
}
.signUpType .title {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.signUpType .reserveBtnLink {
	margin-top: 0.5em;
}
.signUpType .cvBtnLink a {
	display: block;
}
.signUpType .cvBtnLink05 a {
	display: block;
}
.signUpType .cvBtnLink06 a {
	display: block;
}
.signUpType .btnLinkList01 {
	margin-top: 0.5em;
}
.signUpType .btnLinkList01 li:first-child {
	margin-top: 0;
}
.signUpType .btnLinkList01 li,
.signUpType .btnLinkList01 li a {
	display: block;
}
.signUpType .btnLinkList01 li a {
	font-weight: bold;
}
.signUpType .btnLinkList01 .logInLink a {
	background-color: #ffd667;
	border-color: #ffd667;
	border-top: solid 1px #ffd667;
	border-bottom: solid 1px #e3be5b;
	box-shadow: 0 1px 0 #c1a14d;
}
.signUpType .note01 {
	font-size: 1.2rem;
}

/* faqLoading */
.faqLoading {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/common/img/bx_loader.gif) no-repeat 50% 0;
	background-size: 16px 16px;
	margin: 0 0 0 -8px;
	text-indent: -9999px;
}

/* qaBlock */
.qaBlock01 {
	margin-top: 2em;
}
.qaBlock01 .quetion p:not(.note01),
.qaBlock01 .answer p:not(.note01) {
	font-size: 1.2rem;
}
.qaBlock01 .quetion > *:first-child,
.qaBlock01 .answer > *:first-child {
	margin-top: 0;
}
.qaBlock01 .quetion {
	position: relative;
	margin-top: 1px;
	padding: 0.5em 1em 0.5em 2em;
	background-color: #ffeeec;
}
.qaBlock01.typeToggle .quetion {
	padding-right: 30px;
	transition-property: background-color;
	transition-duration: 0.2s;
	cursor: pointer;
}
.qaBlock01 .quetion:before {
	content: "Q.";
	position: absolute;
	top: 0.3em;
	left: 0.3em;
	font-weight: bold;
	font-size: 1.4rem;
	color: #bd1212;
}
.qaBlock01.typeToggle .quetion:after {
	content: "+";
	position: absolute;
	right: 5px;
	top: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	color: #333333;
	font-size: 1.6rem;
	line-height: 20px;
	text-align: center;
}
.qaBlock01.typeToggle .quetion.active:after {
	content: "－";
}
.qaBlock01.typeToggle .quetion:hover {
	background-color: #ffe1de;
}
.qaBlock01 .answer {
	position: relative;
	margin-top: 1px;
	padding: 0.5em 1em 0.5em 2em;
	border-top: dotted 1px #aaaaaa;
	border-bottom: dotted 1px #aaaaaa;
}
.qaBlock01 .answer:before {
	content: "A.";
	position: absolute;
	top: 0.3em;
	left: 0.3em;
	font-weight: bold;
	font-size: 1.4rem;
	color: #777777;
}
.qaBlock01 .table01 {
	margin-top: 1em;
}

/* ADD H30-0453 */
.accType01 .quetion {
	background-color: #ffeeec;
	font-size: 0.7em;

}
.accType01 .quetion:before {
	content: "Q.";
	position: absolute;
	top: 0.3em;
	left: 0.3em;
	font-weight: bold;
	font-size: 1.4rem;
	color: #bd1212;
}
.accType01 .quetion a {
	text-indent: 1em;
}
.accType01 .answer {
	position: relative;
	margin-top: 1px;
	padding: 0.5em 1em 0.5em 2em;
}
.accType01 .answer:before {
	content: "A.";
	position: absolute;
	top: 0.3em;
	left: 0.3em;
	font-weight: bold;
	font-size: 1.4rem;
	color: #777777;
	margin-top: 0.8em;
}


/* alertBox */
[class*="alertBox"] > [class*="boxHdg"] > *:first-child,
[class*="alertBox"] > [class*="boxCnt"] > *:first-child {
	margin-top: 0 !important;
}
.alertBox01 {
	clear: both;
	margin: 2em 0 0 0;
	padding: 15px;
	border: 3px solid #f9b9b5;
	background-color: #fff;
}
.alertBox01 > .boxHdg01 {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 1.8em;
	border-bottom: 1px solid #cccccc;
	color: #bd1212;
	font-size: 1.6rem;
	font-weight: bold;
}
.alertBox01 > .boxHdg01:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
	display: inline-block;
	width: 22px;
	height: 19px;
	background-image: url(/common/img/com_bg01_02.png);
	background-repeat: no-repeat;
	background-position: -77px 0px;
}
.alertBox01 > .boxCnt01 {
}

/* freeWordSearch */
.freeWordSearch01 {
	margin-top: 2em;
	padding: 10px;
	background-color: #faf8f5;
	border-top: solid 1px #bbbbbb;
}
.freeWordSearch01 > *:first-child {
	margin-top: 0;
}
.freeWordSearch01 .title {
	padding-bottom: 0.3em;
	font-weight: bold;
	font-size: 1.143em;
}
.freeWordSearch01 form {
	font-size: 0;
}
.freeWordSearch01 .searchText {
	width: 80%;
	height: 42px;
	padding: 0 5px;
	border: solid 1px #bbbbbb;
	font-size: 14px;
}
.freeWordSearch01 .searchButton {
	width: 20%;
	height: 42px;
	background-color: #666666;
	border: none;
	border-radius: 0 5px 5px 0;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}

/* pcIconTitle */
.pcIconTitle {
	margin-top: 2em;
}
.pcIconTitle > span {
	float: left;
	display: inline-block;
	width: 76px;
	height: 62px;
	margin-right: 1em;
	background: url(/common/img/com_im03.png) no-repeat 0 0;
	font-weight: bold;
	font-size: 2.143em;
	color: #bd1212;
	text-align: center;
}
.pcIconTitle > em {
	display: block;
	overflow: hidden;
}

/* modalContents */
.modalContents {
	display: none;
}
.movieModal video {
	vertical-align: bottom;
}
#cboxContent .movieModal {
	display: block;
	padding-top: 30px;
	text-align: center;
}
#cboxContent .fandModal{
	display: block;
	padding-top: 0;
	width:100%;
}
#cboxContent #cboxLoadedContent {
	border: none;
}
#cboxContent #cboxClose {
	right: -20px;
	top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #555555;
	background-image: url(/common/img/com_bg01.png);
	background-repeat: no-repeat;
	background-position: -113px -116px;
	text-indent: -9999px;
	outline: none;
}
#cboxContent .fandModal .title{
	color:#777777;
	font-size:1.286em;
	font-weight:bold;
}
#cboxContent .fandModal .tab02{
	width:100%;
}
#cboxContent .fandModal .fandListBox{
	padding:0.5em 1em 1em;
}
#cboxContent .fandModal .fandListBox .table01 th{
	padding:0.1em;
	font-weight:bold;
	font-size:0.857em;
}
#cboxContent .fandModal .fandListBox .table01 td{
	padding:0.4em;
	font-weight:bold;
	font-size:0.857em;	
	color:#333333;
}
#cboxContent .fandModal .fandListBox .table01 th .tip_canvas{
	padding-bottom:0.5em;
}
#cboxContent .fandModal .fandListBox .table01 th .fandIcon01{
	background:#24ba14;
	color:#FFFFFF;
	font-size:0.857em;
}
#cboxContent .fandModal .fandListBox .table01 td.criteria{
	text-align:right;
}
#cboxContent .fandModal .fandListBox .table01 td.criteria span{
	display:block;
}
#cboxContent .fandModal .fandListBox .table01 td.criteria .up{
	color:#ff0000;
}
#cboxContent .fandModal .fandListBox .table01 td.criteria .down{
	color:#00b4ff;
}
#cboxContent .fandModal .fandListBox .table01 td em{
	display:block;
	color:#FFFFFF;
	border-radius:50px;
	padding:0 0.4em;	
}
#cboxContent .fandModal .fandListBox .table01 td .fandIcon01{
	background:#24ba14;
}
#cboxContent .fandModal .fandListBox .table01 td .fandIcon02{
	background:#e0c615;
}
#cboxContent .fandModal .fandListBox .table01 td .fandIcon03{
	background:#bd1212;
}
#cboxContent .fandModal .fandListBox .table01 td .fandIcon04{
	background:#ada89c;
}
#cboxContent .fandModal .fandListBox .table01 td .fandIcon05{
	background:#c78941;
}
#cboxContent .fandModal .fandListBox .table01 td .oneColumn{
	margin-top:0;
}
#cboxContent .fandModal .footerBtnArea{
	background:#f2f2f2;
	width:100%;
	padding:3em 0;
}
#cboxContent .fandModal .footerBtnArea .footerClose a span:before{
	background:url(/common/img/com_bg01.png) no-repeat -95px -122px;
	width:13px;
	height:13px;
}

/* tooltip */
.tooltip {
	position: relative;
	z-index: 5;
}
.tooltip > .tipover {
	cursor: help;
	text-decoration: none;
	color: inherit;
}
.tooltip > .tipHelp {
	position: absolute;
	width: 260px;
	right: 16px;
	bottom: 38px;
}
.tooltip > .tipHelp > .tip {
	position: relative;
	padding: 15px 19px;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	background-color: #fff;
	text-align: left;
	font-weight: normal;
}
.tooltip > .tipHelp > .tip:before {
	content: "";
	position: absolute;
	right: 22px;
	bottom: -20px;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 10px 6px;
	border-style: solid;
	border-color: #bbbbbb transparent transparent transparent;
}
.tooltip > .tipHelp > .tip:after {
	content: "";
	position: absolute;
	right: 23px;
	bottom: -17px;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 9px 5px;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
}
.tooltip > .tipHelp > .tip > *:first-child {
	margin-top: 0 !important;
}

/* halucaBtn */
.halucaArea{
	position:relative;
	border:#ebebeb solid 2px;
}
.halucaArea .halucaBtn{
	padding:1.0em 0.5em;
}
.halucaArea .halucaBtn li{
	width: 100%;	
	margin: 0.8em 0 0;
}
.halucaArea .halucaBtn li:nth-child(2n+1){
	clear: both;
	margin-left: 0;
}
.halucaArea .halucaBtn li a{
	display:block;
}
.halucaArea .halucaBtn li a:hover {
	text-decoration: none;
}
.halucaArea .halucaBtn li  a span:before{
	background:none;
}
.halucaArea .halucaBtn li a em{
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.2;
}
.halucaArea .halucaBtn li a em > span{
	font-size:1.5em;
	padding:0.2em 0 0;
}
/* toshinTabWrapper */
.toshinTabWrapper {
	margin-top: 20px;
	overflow: hidden;
}
.toshinTabWrapper .tabSwitch {
	overflow: hidden;
}
.toshinTabWrapper .tabSwitch li {
	margin-bottom: 10px;
	background: #fff;
}
.toshinTabWrapper .tabContent {
	display: none;
	padding-bottom: 30px;
	margin: 20px 0 40px;
	border-bottom: 1px solid #dedede;
	width:100%;
}
.toshinTabWrapper .tabContent > *:first-child {
	margin-top: 0 !important;
}
/* fund */
.add > .btnLink01{
	text-align:center;
}
/* productTable01 */
.table01.productTable01 .type01 {
	padding: 8px;
}
.table01.productTable01 .type02 a {
	color: #00619e;
	font-weight: bold;
	
}
.productTable01 .ic01:before,
.productTable01 .ic02:before,
.productTable01 .ic03:before,
.productTable01 .ic04:before {
	margin-right: 5px;
	content:"";
	display: inline-block;
	width: 28px;
	height: 19px;
	vertical-align: middle;
}
.productTable01 .ic01:before {
	background:url(/common/img/com_bg09_01.gif) 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.productTable01 .ic02:before {
	background:url(/common/img/com_bg09_02.gif) 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.productTable01 .ic03:before {
	background:url(/common/img/com_bg09_03.gif) 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.productTable01 .ic04:before {
	background:url(/common/img/com_bg09_04.gif) 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

/* bgWrap01 */
.bgWrap01 .inner {
	padding: 1.3em;
}
.bgWrap01 .inner > p {
	margin-top: 0;
}
/* choiceBox・featureBox */
.choiceBox .column,
.featureBox .column {
	border-top: #e6e6e6 solid 1px;
	border-left: #e6e6e6 solid 1px;
	border-right: #e6e6e6 solid 1px;
	border-bottom: #dedede solid 1px;
}
.meritBox .column {
	border-top: #e6e6e6 solid 1px;
	border-left: #e6e6e6 solid 1px;
	border-right: #e6e6e6 solid 1px;
	border-bottom: #dedede solid 1px;
	border-radius:8px;
}
.choiceBox .column .inner{
	border-bottom: #e6e6e6 solid 1px;
	padding:0.3em 1.0rem 1.0rem;
}
.meritBox .column .inner{
	padding:0.2em 1em;
	text-align:center;
}
.meritBox .column .inner .meritLink01{
	margin-top:1em;
}
.meritBox .column .inner .meritLink01 a{
	color:#333333;
	font-size:1.286em;
	font-weight:bold;
	text-decoration:none;
}
.meritBox .column .inner .meritLink01 a:hover{
	text-decoration:underline;
}
.choiceTitle{
	font-size:1.286em;
	font-weight:bold;
	text-align:center;
	margin-top:0.5em !important;
}
.featureBox .column .inner{
	border-bottom: #e6e6e6 solid 1px;	
}
.featureBox dl{
	text-align:center;
	padding:1.5em 0;
	display:table;
}
.featureBox dl dt{
	display:table-cell;
	color:#86bc1c;
	font-size:1.429em;
	font-weight:bold;
	width:40%;
	vertical-align:middle;
	padding:0 0 0 0.5em;
}
.featureBox dl dd{
	display:table-cell;
	width:60%;
	text-align:left;
}
.featureBox dl dd > span{
	text-align:left;	
	color:#333333;
	font-size:1.429em;
	font-weight:bold;	
}

.startGuideBlock{
	background:#f1f1f1;
	padding:0.2em 1em 0.9em;
	margin-top:2.0em;
}
.startGuideBlock .lead{
	font-size:1.143em;
	font-weight:bold;
	background: url(/common/img/com_ic07.png) no-repeat 5% 59%;
	background-size:26px 34px;
	padding-left:19%;
	min-height:35px;
}
.startGuideBlock .btnLink01.startGuide a{
	background:#86bc1c;
	color:#FFFFFF;
	font-size:1.429em;
	font-weight:bold;
	border-left:#80b31b solid 1px;
	border-right:#80b31b solid 1px;
	border-bottom:#658d15 solid 2px;	
}
.startGuideBlock .btnLink01.startGuide a:hover{
	text-decoration:underline;
}
.startGuideBlock .btnLink01.startGuide a span{
	padding:3% 8%;
}
.startGuideBlock .btnLink01.startGuide a span:before{
	display:none;
}
.meritBox .column {
	border-top: #e6e6e6 solid 1px;
	border-left: #e6e6e6 solid 1px;
	border-right: #e6e6e6 solid 1px;
	border-bottom: #dedede solid 1px;
	border-radius:8px;
}
.meritBox .column .inner .meritLink01{
	margin-top:1em;
	text-align:center;
}
.meritBox .column .inner .meritLink01 a{
	color:#333333;
	font-size:1.429em;
	font-weight:bold;
	text-decoration:none;
}
.meritBox .column .inner .meritLink01 a:hover{
	text-decoration:underline;
}
.choiceTitle{
	font-size:1.286em;
	font-weight:bold;
	text-align:center;
	margin-top:0.5em !important;
}
/* operationBox */
.operationBox .title{
	padding: 10px 10px 10px 15px;
	margin-top:0.5em;
	background: #999;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 1.286em;
	vertical-align:middle;
	line-height:1.3;
}
.operationBox .inner{
	border: 1px solid #dcd5d5;
}
.operationBox > P{
	color:#777777;
	font-size:1.286em;
	font-weight:bold;
	text-align:center;
}
.operationBox .btnLink01{
	padding:10em 1em 0.8em;
	text-align:center;
}
.operationBox .btnLink01.experienceBtn{
	background:url(/kojin/tameru/toushin/img/index_bg01.jpg) no-repeat 0 0;
	background-size:cover;
}
.operationBox .btnLink01.moreBtn{
	background:url(/kojin/tameru/toushin/img/index_bg02.jpg) no-repeat 0 0;	
	background-size:cover;
}
.operationBox .btnLink01 a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.143em;	
	background:#8dc61e;
	border-left:#86bc1c solid 1px;
	border-right:#86bc1c solid 1px;
	border-bottom:#6a9516 solid 2px;
}
.operationBox .btnLink01 a span:before{
	background:url(/common/img/com_bg01.png) no-repeat -22px 0;
}
/* bannerBox */
.bannerBox{
	margin:2em auto 0;
	border:#e6e6e6 solid 1px;
	border-radius:7px;
	padding:0 0.7em 0.7em;
}
.bannerBox dl dt{
	color:#333333;
	font-size:1.714em;
	font-weight:bold;
}
.bannerBox dl dd{
	color:#333333;
	font-size:1.000em;
	font-weight:bold;
}
.twoColInner .proExamiBlock ul{
	left:0;
}
.twoColInner .proExamiBlock .proExamiLink03 a:hover{
	text-decoration:underline;
}
.twoColInner .proExamiBlock ul li.icon02 > span{
	padding:4px 2px;
	font-size:0.900em;
}
.twoColInner .proExamiBlock{
	width:48.5%;
}
.twoColInner .proExamiBlock .proExamiLink03{
	display:block;
}
.twoColInner .proExamiBlock .proExamiLink03 a{
	display:block;
	padding:1.5em 1em 0.8em;
}
.feature01.wide .headingBlock .icon,
.feature01.wide .headingBlock .heading,
.feature01.wide .headingBlock .icon em{
	display:block;
	width:100%;
	min-height:inherit;
}
.feature01.wide .headingBlock .icon:before{
	display:none;
}
.feature01.box .headingBlock .icon{
	background:#a91010;
	margin-top:0;
}
.feature01.wide .headingBlock .icon em{
	font-size:1.3rem;
	font-weight:bold;
	min-height:inherit;
}
.feature01.wide .headingBlock .icon em span{
	margin-top:2%;
	font-size:1.571em;
}
.feature01.wide .headingBlock .heading > h3 a{
	font-size:1.286em;
	color:#bd1212;
	text-decoration:none;
}
.feature01.wide .headingBlock .icon{
	background:#a91010;
	margin-top:0;	
	padding-bottom:3%;		
	height:auto;	
}
.layoutBox01 .inner .table01{
	overflow-x:scroll;
}
.color05 {
	color: #bd1212 !important;
	font-weight:bold;
}
/* innerSearch */
.innerSearch .title{
	display:inline-block;
	color:#333333;
	font-weight:bold;
	font-size:1.143em;
}
.innerSearch .siteSearch{
	float:none;
	display:inline-block;
	padding: 0;
	border:none;
	border-radius:0;
	width:100%;
}
.innerSearch .siteSearch .searchText{
	border-bottom:#e3e3eb 1px solid;
	border-left:#e3e3eb 1px solid;	
	border-right:#e3e3eb 1px solid;
	border-top:#aaadb2 1px solid;
	width:60%;
}
.innerSearch .siteSearch .searchButton{
	position: relative;
	display: inline-block;
	border: none;
	border-radius: 6px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size:1.000rem;
	font-weight:bold;
	text-indent:0;
	width:30%;
	height:28px;
	padding:0.3em 2.5em 0.4em 4.0em;
	background-color:#444444;
	background-image:inherit;
	vertical-align: middle;
}
.innerSearch .siteSearch .searchButton:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 6%;
	display: inline-block;
	width: 20px;
	height: 24px;
	margin-top: -12px;
	background: url(/common/img/com_bg01_02.png) no-repeat scroll -315px -53px !important;
}
/* otokuNaviList01 */
.otokuAnc{
	background:url(/kojin/benri/internet_service/img/sp_otoku_im08.png) no-repeat center 3%;
	background-size:90% auto;
	padding:24% 0 0;
	border:#e6e6e6 solid 2px;
}
.otokuAnc .inner{
	border:#FFFFFF solid 2px;
	padding-bottom:2%;
	background-image: -moz-linear-gradient(#ffffff, #ead8ca);
	background-image: -webkit-linear-gradient(#ffffff, #ead8ca);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ead8ca));
	background-image: -o-linear-gradient(#ffffff, #ead8ca);
	background-image: linear-gradient(#ffffff, #ead8ca)	;
}
.otokuNaviList01{
	display:table;
	padding:0 4%;
}
.otokuNaviList01 li{
	display:table-cell;
	width:33%;
	padding:2% 1.5%;
}

.libraryFrame {
	width: 100%;
	height: auto;
}


/* icon
-------------------------------- */
[class*="iconLink"] a[target="_blank"]:after,
[class*="iconLink"] a[href$=".pdf"]:after,
[class*="iconLink"] a[href$=".xls"]:after,
[class*="iconLink"] a[href$=".xlsx"]:after,
[class*="iconLink"] a[href$=".doc"]:after,
[class*="iconLink"] a[href$=".docx"]:after,
.innerLink[target="_blank"]:after,
.innerLink[href$=".pdf"]:after,
.innerLink[href$=".xls"]:after,
.innerLink[href$=".xlsx"]:after,
.innerLink[href$=".doc"]:after,
.innerLink[href$=".docx"]:after,
.newsLinkBlock dl dd a[target="_blank"]:after,
.newsLinkBlock dl dd a[href$=".pdf"]:after,
.newsLinkBlock dl dd a[href$=".xls"]:after,
.newsLinkBlock dl dd a[href$=".xlsx"]:after,
.newsLinkBlock dl dd a[href$=".doc"]:after,
.newsLinkBlock dl dd a[href$=".docx"]:after {
	content: "";
	display: inline-block;
	height: 9px;
	margin: 0 10px 0 5px;
	background-image: url(/common/img/sp_com_bg01.png);
	background-repeat: no-repeat;
	background-size: 250px auto;
	vertical-align: -1px;
}
[class*="iconLink"] a[target="_blank"]:after,
.innerLink[target="_blank"]:after,
.newsLinkBlock dl dd a[target="_blank"]:after {
	width: 9px;
	background-position: 0 -48px;
}
[class*="iconLink"] a[href$=".pdf"]:after,
.innerLink[href$=".pdf"]:after,
.newsLinkBlock dl dd a[href$=".pdf"]:after {
	width: 8px;
	background-position: -11px -48px;
}
[class*="iconLink"] a[href$=".xls"]:after,
[class*="iconLink"] a[href$=".xlsx"]:after,
.innerLink[href$=".xls"]:after,
.innerLink[href$=".xlsx"]:after,
.newsLinkBlock dl dd a[href$=".xls"]:after,
.newsLinkBlock dl dd a[href$=".xlsx"]:after {
	width: 8px;
	background-position: -21px -48px;
}
[class*="iconLink"] a[href$=".doc"]:after,
[class*="iconLink"] a[href$=".docx"]:after,
.innerLink[href$=".doc"]:after,
.innerLink[href$=".docx"]:after,
.newsLinkBlock dl dd a[href$=".doc"]:after,
.newsLinkBlock dl dd a[href$=".docx"]:after {
	width: 8px;
	background-position: -31px -48px;
}
[class*="btnLink"] a[target="_blank"]:after,
[class*="btnLink"] a[href$=".pdf"]:after,
[class*="btnLink"] a[href$=".xls"]:after,
[class*="btnLink"] a[href$=".xlsx"]:after,
[class*="boxLink"] .heading a[target="_blank"] span:after,
[class*="boxLink"] .heading a[href$=".pdf"] span:after,
[class*="boxLink"] .heading a[href$=".xls"] span:after,
[class*="boxLink"] .heading a[href$=".xlsx"] span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	height: 9px;
	margin-top: -4px;
	background-image: url(/common/img/sp_com_bg01.png);
	background-repeat: no-repeat;
	background-size: 250px auto;
}
[class*="btnLink"] a[target="_blank"]:after,
[class*="boxLink"] .heading a[target="_blank"] span:after {
	width: 9px;
	background-position: 0 -48px;
}
[class*="btnLink"] a[href$=".pdf"]:after,
[class*="boxLink"] .heading a[href$=".pdf"] span:after {
	width: 8px;
	background-position: -11px -48px;
}
[class*="btnLink"] a[href$=".xls"]:after,
[class*="btnLink"] a[href$=".xlsx"]:after,
[class*="boxLink"] .heading a[href$=".xls"] span:after,
[class*="boxLink"] .heading a[href$=".xlsx"] span:after {
	width: 8px;
	background-position: -21px -48px;
}
[class*="btnLink"] a[href$=".doc"]:after,
[class*="btnLink"] a[href$=".docx"]:after,
[class*="boxLink"] .heading a[href$=".doc"] span:after,
[class*="boxLink"] .heading a[href$=".docx"] span:after {
	width: 8px;
	background-position: -31px -48px;
}

/* jutakuContents */
.jutakuContents .tabWrap {
	width: auto !important;
}
.jutakuContents .tab01 .tabList01 li.on a {
	border-top: 2px solid #bd1212;
	color: #333333;
}
.jutakuContents .tab01 .tabList01 li a em {
	color: #ef4136;
}
.jutakuContents .rateTab .tabDetail02 {
	padding: 15px 10px;
	background: none !important;
}
.jutakuContents .tabDetail02 .title{
	display: table-cell;
	width: 40%;
	margin: 0;
	padding: 0 15px 0 0;
	border: none;
	vertical-align: middle;
}
.jutakuContents .rateTab .tabWrap > .tabList02 > a{
	height: 56px;
}
.jutakuContents .tabDetail02 .title span{
	font-size:1.5rem;
	color: #bd1212;
}
.jutakuContents .rateTab .tabDetail02 .rateInner dl dd.value,
.jutakuContents .tabDetail02 .rateInner .return .value{
	font-size: 1.7rem;
}
.jutakuContents .rateTab .tabDetail02 .rateInner dl:first-child {
	padding-right: 15px;
	white-space: nowrap;
}
.jutakuContents .titleLeftCol{
	display: table-cell;
}
.jutakuContents #tab01-2.tabDetail02 .rateInner,
.jutakuContents #tab02-2.tabDetail02 .rateInner{
}
.jutakuContents #tab01-2.tabDetail02 .rateInner .rateColLeft,
.jutakuContents #tab02-2.tabDetail02 .rateInner .rateColLeft{
	width: 100%;
}
.jutakuContents #tab01-2.tabDetail02 .rateInner .rateColLeft dl,
.jutakuContents #tab02-2.tabDetail02 .rateInner .rateColLeft dl{
	display: table;
	padding: 0 0 5px;
}
.jutakuContents #tab01-2.tabDetail02 .rateInner .rateColLeft dl dt,
.jutakuContents #tab01-2.tabDetail02 .rateInner .rateColLeft dl dd,
.jutakuContents #tab02-2.tabDetail02 .rateInner .rateColLeft dl dt,
.jutakuContents #tab02-2.tabDetail02 .rateInner .rateColLeft dl dd{
	display: table-cell;
	vertical-align: middle;
}
.jutakuContents #tab01-2.tabDetail02 .rateInner .rateColLeft dl dt,
.jutakuContents #tab02-2.tabDetail02 .rateInner .rateColLeft dl dt{
	width: 40%;
}
.jutakuContents #tab01-2.tabDetail02 .rateInner .rateColLeft dl dd,
.jutakuContents #tab02-2.tabDetail02 .rateInner .rateColLeft dl dd{
	padding: 0 0 0 5px;
	font-size: 1.429em;
}
.jutakuContents #tab01-2.tabDetail02 .rateInner .return,
.jutakuContents #tab02-2.tabDetail02 .rateInner .return{
	width: 50%;
}
.jutakuContents #tab01-2.tabDetail02 .rateInner .return.pR01,
.jutakuContents #tab02-2.tabDetail02 .rateInner .return.pR01{
	position: relative;
}
.jutakuContents #tab01-2.tabDetail02 .rateInner dl dd.pA01,
.jutakuContents #tab02-2.tabDetail02 .rateInner dl dd.pA01{
	position: absolute;
	top: -20px;
	right: 5px;
	padding: 2px 8px;
	border: solid 1px #cccccc;
	border-radius: 0.8em;
	background: #ffffff;
	font-size: 1.043em;
	font-weight: bold;
}
.jutakuContents #tab01-3.tabDetail02 .rateInner dl dd,
.jutakuContents #tab02-3.tabDetail02 .rateInner dl dd{
	margin-top: 1.7em;
}
.jutakuContents #tab01-3.tabDetail02 .rateInner dl dd dl,
.jutakuContents #tab02-3.tabDetail02 .rateInner dl dd dl{
	display: table;
	position: relative;
	padding: 0;
}
.jutakuContents #tab01-3.tabDetail02 .rateInner dl dt.balune,
.jutakuContents #tab02-3.tabDetail02 .rateInner dl dt.balune{
	position: absolute;
	top: -15px;
	left: 5px;
	padding: 0 15px;
	border: solid 1px #cccccc;
	border-radius: 0.8em;
	font-size: 1.043em;
}
.jutakuContents #tab01-3.tabDetail02 .rateInner dl dd dl dt,
.jutakuContents #tab01-3.tabDetail02 .rateInner dl dd dl dd,
.jutakuContents #tab02-3.tabDetail02 .rateInner dl dd dl dt,
.jutakuContents #tab02-3.tabDetail02 .rateInner dl dd dl dd{
	display: table-cell;
}
.jutakuContents #tab01-3.tabDetail02 .rateInner dl .month,
.jutakuContents #tab02-3.tabDetail02 .rateInner dl .month{
	width: 50%;
	margin-bottom: 15px;
}
.jutakuContents #tab01-3.tabDetail02 .rateInner dl dd dl dt.leads,
.jutakuContents #tab02-3.tabDetail02 .rateInner dl dd dl dt.leads{
	padding: 0 15px 0 10px;
	font-size: 1.243em;
}
.jutakuContents #tab01-3.tabDetail02 .rateInner dl dd dl dd.value .lead,
.jutakuContents #tab02-3.tabDetail02 .rateInner dl dd dl dd.value .lead{
	font-size: 1.58em;
}
.jutakuContents .jutakuTabContent .typePoint .headingBlock{
	border-bottom: solid 2px #a91010;
}
.jutakuContents .jutakuTabContent .typePoint .detailBlock{
	padding: 0 10px 10px;
}
.jutakuContents .typePoint .feature01 .headingBlock .icon {
	width: 70px;
	height: 70px;
}
.jutakuContents .typePoint .feature01 .headingBlock .icon em {
	font-size: 1.5rem;
	height: 42px;
	width: 100%;
}
.jutakuContents .typePoint .feature01 .headingBlock .icon em span {
	font-size: 2.4rem;
}
.jutakuContents .typePoint .feature01.box .headingBlock .heading > h3 {
	font-size: 1.5em;
	color: #bd1212;
}
.jutakuContents .reservCol .cvBtnBlock.reserv .cvBtnLink03 a .icon02 {
	position: absolute !important;
	display: table-cell;
	top: -25%;
	left: 0;
	right: 0;
	width: 35%;
	margin: 0 auto !important;
	padding: 4px 5px;
	border: 2px solid #bd1212;
	text-align: center;
}
.jutakuContents .cvBtnBlock .cvBtnLink03 a .icon02:after {
	border-color: transparent transparent transparent #fff;
	border-width: 5px;
	top: 73%;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	transform: scaleY(1.4) rotate(217deg);
}
.jutakuContents .reservCol .cvBtnBlock .cvBtnLink03 a .text {
	padding: 15px 0 0;
	width: 100%;
}
.jutakuContents .reservCol .cvBtnBlock .cvBtnLink03 a .commingLink {
	padding: 0 7% 0 15%;
}
.jutakuContents .boxLink01 > .column + .column {
	margin: 15px 0 0;
}
.jutakuContents .numberList04 > li {
	padding-left: 25px;
}

.jutakuContents .numberList04 > li:before {
	background-color: #ec433d;
	font-size: 1.3rem;
	height: 18px;
	width: 18px;
}

/* accordionBox */
.accordionBox .detailsBox {
	display: none;
}
.accordionBox .detailsBox > *:first-child {
	margin-top: 1em;
}
.accType01 {
	margin-top: 2em;
}
.accType01 .btn01 {
	position: relative;
}
.accType01 .btn01 a {
	display: block;
	padding: 0.8em 3em 0.8em 1em;
	border: solid 1px #dedede;
	border-bottom: solid 3px #ef4136;
	font-weight: bold;
	font-size: 1.286em;
	color: #333333;
	line-height: 1.4;
	text-decoration: none;
}
.accType01 .btn01 a:after {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 1%;
	display: inline-block;
	margin-top: -0.7em;
	font-weight: bold;
	font-size: 2em;
	color: #ef4136;
}
.accType01 .btn01 a:hover {
	background-color: #fdffd8;
}
.accType01 .btn01.open a {
	border: solid 1px #dedede;
	border-top: solid 3px #ef4136;
}
.accType01 .btn01.open a:after {
	content: "－";
}
.accType02 {
	margin-top: 2em;
}
.accType02 .btn01 {
	position: relative;
}
.accType02 .btn01 a {
	display: block;
	padding: 0.8em 3em 0.8em 1em;
	border: solid 1px #dedede;
	border-radius: 7px;
	font-weight: bold;
	color: #333333;
	line-height: 1.4;
	text-decoration: none;
}
.accType02 .btn01 a:after {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 1%;
	display: inline-block;
	margin-top: -0.7em;
	font-weight: bold;
	font-size: 2em;
	color: #ef4136;
}
.accType02 .btn01 a:hover {
	background-color: #fdffd8;
}
.accType02 .btn01.open a {
	border: solid 1px #dedede;
}
.accType02 .btn01.open a:after {
	content: "－";
}

/* actionWrap */
.actionWrap01 {
	clear: both;
	margin: 1em 0 0 0;
}
.actionWrap01.w060per {
	width: 100% !important;
}
.actionWrap01 + .actionWrap01 {
	margin-top: 20px;
}
.actionWrap01 > *:first-child {
	margin-top: 0 !important;
}
.actionWrap01.count1 > [class*="Block"] {
	float: none;
	width: 100%;
}
.actionWrap01.count2 > [class*="Block"] {
	float: none;
	margin-top: 20px;
}
.actionWrap01.count2.flex-col > [class*="Block"] {
	float: none;
	width: 100% !important;
	margin-left: 0;
}
.actionWrap01.count2.flex-col > [class*="Block"]:nth-child(2n+1) {
	clear: none;
	margin-left: auto;
}
.actionWrap01.count2.flex-col > [class*="Block"]:nth-child(n+3) {
	margin-top: 0;
}
.actionWrap01.count2.flex-col > [class*="Block"]:nth-child(n+1) {
	margin-top: 15px;
}
.actionWrap01[class*="flex-col"] > [class*="Block"] {
	float: none;
	width: auto;
}
.actionWrap01.flex-col > [class*="Block"] + [class*="Block"] {
	margin-top: 15px;
}
.actionWrap01 > [class*="Block"] > *:first-child {
	margin-top: 0 !important;
}
.actionWrap01 > .applyBlock {
}
.actionWrap01 > .reserveBlock {
}
.actionWrap01 > .applyBlock + .reserveBlock {
	margin-top: 20px;
}
.actionWrap01 > [class*="Block"] > .btnWrap {
	padding: 14px 0 0 0;
}
.actionWrap01 > [class*="Block"].noMerit > .btnWrap {
	padding-top: 0;
}
.actionWrap01 > [class*="Block"] > .btnWrap > .linkBlock {
	position: relative;
	display: table;
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	background-color: #bd1212;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(143,13,13,1.0);
	   -moz-box-shadow: 0px 1px 0px 0px rgba(143,13,13,1.0);
	    -ms-box-shadow: 0px 1px 0px 0px rgba(143,13,13,1.0);
	     -o-box-shadow: 0px 1px 0px 0px rgba(143,13,13,1.0);
	        box-shadow: 0px 1px 0px 0px rgba(143,13,13,1.0);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.actionWrap01 > [class*="Block"][class*="merit"] > .btnWrap > .linkBlock {
	padding-top: 23px;
}
.actionWrap01 > [class*="Block"] > .btnWrap > .linkBlock > .hdg {
	display: table-row;
	width: 100%;
	margin-top: 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.25;
}
.actionWrap01 > [class*="Block"] > .btnWrap > .linkBlock > .lead {
	display: table-row;
	width: 100%;
	margin-top: 0;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.2em;
}
.actionWrap01 > [class*="Block"] > .btnWrap > .linkBlock > .action {
	display: table-cell;
	width: 100%;
	height: 30px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.actionWrap01 > [class*="Block"] > .btnWrap > .linkBlock > .hdg + .action {
	height: 25px;
	padding-top: 0;
	font-size: 1.2rem;
}
.actionWrap01 > [class*="Block"] > .btnWrap > .linkBlock > .lead + .action {
	height: 25px;
	padding-top: 7px;
}
.actionWrap01 > .applyBlock > .btnWrap > .linkBlock > .action:before {
	position: relative;
	top: -2px;
	margin-right: 20px;
	vertical-align: middle;
}
.actionWrap01 > .reserveBlock > .btnWrap > .linkBlock > .action:before {
	position: relative;
	top: -2px;
	margin-right: 20px;
	vertical-align: middle;
}
.actionWrap01 > [class*="Block"] > .btnWrap > .linkBlock > .merit {
	position: absolute;
	left: 0;
	top: -14px;
	width: 100%;
	letter-spacing: -0.4em;
	text-align: center;
}
.actionWrap01 > [class*="Block"] > .btnWrap > .linkBlock > .merit > li {
	position: relative;
	display: inline-block;
	min-width: 90px;
	padding: 5px;
	border: 3px solid #bd1212;
	border-radius: 10px;
	background-color: #fff;
	line-height: 1.25;
	letter-spacing: normal;
}
.actionWrap01 > [class*="Block"].merit2 > .btnWrap > .linkBlock > .merit > li + li { margin-left: 10px; }
.actionWrap01 > [class*="Block"].merit3 > .btnWrap > .linkBlock > .merit > li + li { margin-left: 5px; }
.actionWrap01 > [class*="Block"] > .btnWrap > .linkBlock > .merit > li:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
}
.actionWrap01 > [class*="Block"].merit2 > .btnWrap > .linkBlock > .merit > li:nth-child(1):after,
.actionWrap01 > [class*="Block"].merit3 > .btnWrap > .linkBlock > .merit > li:nth-child(1):after {
	right: -4px;
	bottom: -14px;
	border-width: 10px 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	-webkit-transform: rotate(-33deg);
	   -moz-transform: rotate(-33deg);
	        transform: rotate(-33deg);
}
.actionWrap01 > [class*="Block"].merit1 > .btnWrap > .linkBlock > .merit > li:nth-child(1):after,
.actionWrap01 > [class*="Block"].merit3 > .btnWrap > .linkBlock > .merit > li:nth-child(2):after {
	left: 50%;
	bottom: -12px;
	margin: 0 0 0 -4px;
	border-width: 6px 4px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.actionWrap01 > [class*="Block"].merit2 > .btnWrap > .linkBlock > .merit > li:nth-child(2):after,
.actionWrap01 > [class*="Block"].merit3 > .btnWrap > .linkBlock > .merit > li:nth-child(3):after {
	left: -4px;
	bottom: -14px;
	border-width: 10px 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	-webkit-transform: rotate(33deg);
	   -moz-transform: rotate(33deg);
	        transform: rotate(33deg);
}
.actionWrap01 > [class*="Block"] > .btnWrap > .linkBlock > .merit > li > span {
	color: #333333;
	text-align: center;
}
.actionWrap01 > [class*="Block"] > .btnWrap > a.linkBlock:hover > .action {
	text-decoration: underline;
}
/* 20180402 ADD start */
.actionWrap01 > .applyBlock > .leadBtn02 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
/* 20180402 ADD end */

/* colLayout */
.colLayout01 {
	clear: both;
	margin: 2em 0 0 0;
}
.colLayout01 > [class*="col"] > *:first-child {
	clear: none;
	margin-top: 0 !important;
}
.colLayout01 > .col {
	float: left;
	text-align: left;
}
.colLayout01.count1 > .col { width: 100%; }
.colLayout01.count2 > .col { width: 48.6%; margin-left: 2.8%; }
.colLayout01.count2 > .col:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.colLayout01.count2 > .col:nth-child(n+3) {
	margin-top: 20px;
}
.colLayout01.count1 > .col {
	float: none;
	margin-left: 0;
	text-align: center;
}
.colLayout01.count1 > .col > .sizeFix {
	margin-right: auto;
	margin-left: auto;	
}
.colLayout01.count2.centering > .col {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.colLayout01.count2.flex-col > .col {
	float: none;
	width: 100%;
	margin-left: 0;
}
.colLayout01.count2.flex-col > .col:nth-child(2n+1) {
	clear: none;
	margin-left: 0;
}
.colLayout01.count2.flex-col > .col:nth-child(n+3) {
	margin-top: 0;
}
.colLayout01.count2.flex-col > .col:nth-child(n+2) {
	margin-top: 15px;
}
.colLayout01 > .colLeft + .colRight {
	margin-left: 0;
}
.colLayout01 > .colDetail {
	margin-top: 30px;
}
.colLayout01.flex-col > .colLeft,
.colLayout01.flex-col > .colRight {
	float: none;
	margin: 0;
}
.colLayout01.flex-col > [class*="col"][class*="columnWidth"] {
	width: 100%;
}
.colLayout01.flex-col > .colLeft + .colRight,
.colLayout01.flex-col > .colRight + .colLeft {
	margin-top: 15px;
}
.colLayout01.flex-col > .colDetail {
	margin-top: 15px;
}
.colLayout01 > .colCondition {
	float: left;
	width: 388px;
}
.colLayout01 > .colResult {
	float: right;
	width: 582px;
}
.colLayout01 > .colCondition,
.colLayout01 > .colResult {
	float: none;
	width: 100%;
}


/* clearfix */
[class*="figureColumn"]:after,
.twoColumn:after,
.threeColumn:after,
.fourColumn:after,
.twoColType:after,
.threeColType:after,
.fourColType:after,
.prevNextType:after,
.anchorList01:after,
.feature01 .textBlock:after,
.tab01 .tabList01:after,
.addLink:after,
.newsLinkBlock dl:after,
.questionList01 > li:after,
.indentList:after,
.reservCol .cvBtnBlock .cvBtnLink03 a:after,
.tab03.fourColType .tabList03:after,
.twoColInner:after,
.proExamiBlock ul:after,
.sp-twoColType:after,
.tableTitle01:after,
.actionWrap01:after,
.actionWrap01 > [class*="Block"]:after{
	content : "";
	display : block;
	clear : both;
}
/* doui H30-0170 add
-------------------------------- */
.douiScroll {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 75px;
	padding: 0 1em;
}

/* KariruList H30-0171 add
-------------------------------- */
.KariruList {
	margin-bottom: 10px;
	height: 70px;
}
.KariruList:after{
	content : "";
	display : block;
	clear : both;
}
.KariruList li {
	position: relative;
	float: left;
	display: table;
	margin: 8px 0 0 8px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #a7a6a6;
	width: 30%;
	height: 100%;
}
.KariruList li span {
	padding-left: 1em;
}
.KariruList li a {
	position: relative;
	display: table-cell;
	height: auto;
	padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,	#ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,	#ffffff 0%,#eeeeee 100%);
	font-weight: bold;
	font-size: 0.857em;
	color: #EF4136;
	text-decoration: none;
	line-height: 1.2;
	text-align: center;
	min-width: 100px;
}
.KariruList li a:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 14px;
	margin-top: -1px;
	background: url(/common/img/com_bg01.png) no-repeat 0px -15px;
}
.KariruList li a:hover {
	background: #fde5e3;
}
.KariruList li.jutaku a:after {
	content: "";
	position: absolute;
	width: 38px;
	height: 36px;
	display: block;
	left: 30%;
	bottom: 2px;
	background: url(/common/img/com_bg01.png) no-repeat 0 -156px;
}
.KariruList li.reform a:after {
	content: "";
	position: absolute;
	width: 32px;
	height: 36px;
	display: block;
	left: 30%;
	bottom: 2px;
	background: url(/common/img/com_bg01.png) no-repeat  -177px -156px;
}
.KariruList li.mycar a:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 36px;
	display: block;
	left: 30%;
	bottom: 2px;
	background: url(/common/img/com_bg01.png) no-repeat -43px -156px;
}
.KariruList li.education a:after {
	content: "";
	position: absolute;
	width: 41px;
	height: 36px;
	display: block;
	left: 30%;
	bottom: 2px;
	background: url(/common/img/com_bg01.png) no-repeat -98px -156px;
}
.KariruList li.freeloan a:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 36px;
	display: block;
	left: 30%;
	bottom: 0px;
	background: url(/common/img/com_bg01.png) no-repeat  -143px -156px;
}
.KariruList li.life-support a:after {
	content: "";
	position: absolute;
	width: 39px;
	height: 36px;
	display: block;
	left: 30%;
	bottom: 2px;
	background: url(/common/img/com_bg01.png) no-repeat -214px -156px;
}
.KariruList li.kantacard a:after {
	content: "";
	position: absolute;
	width: 31px;
	height: 36px;
	display: block;
	left: 30%;
	bottom: 2px;
	background: url(/common/img/com_bg01.png) no-repeat -258px -156px;
}
.KariruList li.cardloan a:after {
	content: "";
	position: absolute;
	width: 31px;
	height: 36px;
	display: block;
	left: 30%;
	bottom: 2px;
	background: url(/common/img/com_bg01.png) no-repeat -258px -156px;
}
.KariruList li.kariru a:after {
	content: "";
	position: absolute;
	width: 38px;
	height: 36px;
	display: block;
	left: 30%;
	bottom: 0px;
	background: url(/common/img/com_bg01.png) no-repeat -108px -338px;
}

/* KariruButton 2020-0097 add
-------------------------------- */
.KariruButton01 {
	margin-bottom: 5px;
}
.KariruButton01:after{
	content : "";
	display : block;
	clear : both;
}
.KariruButton01 li {
	float: left;
	display: inline-block;
	margin: 5px 0px 0px 8px;
	width: 30%;
}
.KariruButton01 li a {
	background-color: #86BC1C;
	border-radius: 50px;
	display: block;
	height: 33px;
	font-size: 1.0rem;
	color: #FFF;
	border: 1px solid #E6E6E6;
	text-align: center;
	text-decoration: none;
	min-width: 95px;
	width: 70%;
	margin: auto;
}
.KariruButton01 li.KariruButton02 a{
	background-color: #A3E425;
	padding: 0.3em 0 0em;
	font-size: 1.3rem;
}
.KariruButton03 {
	font-size: 0.9rem;
}

/* リード文 2020-0097 add
-------------------------------- */
.KariruLead {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
　	margin-bottom: 10px;
}

/* 背景色 2020-0097 add
-------------------------------- */
.backcolor777 {
	background-color: #777;
	padding: 15px 3px 8px 3px;
}
.backcolorFDF6F6 {
	background-color: #FDF6F6;
	padding: 10px 3px 15px 3px;
}

/* ローン金利 H30-0438 add
-------------------------------- */
.mark01 {
	background-color: #268D00;
	color: #FFF;
	margin-left: 10px;
	padding: 3px 8px;
	font-size: 0.8em;
	font-weight: bold;
}

/* Youtube対応 20190806
-------------------------------- */
.videoiframe{
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}

.videoiframe iframe{
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
}

/* kinriColumn 20201022 add */
[class*="kinriColumn"] {
	margin-top: 1.5em;
}
.kinriColumn01 .column {
	padding: 0.8em;
	background-color: #FFA400;
	border-bottom: solid 1px #cccccc;
}
.kinriColumn01 .column > *:first-child {
	margin-top: 0;
}
.kinriColumn01 .column .title {
	font-weight: bold;
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
}
.kinriColumn01 .column .kinriType01 a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,	#ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,	#ffffff 0%,#eeeeee 100%);
	box-shadow: 0 1px 0 #8F0D0D;
}
.kinriColumn01 .column .logInLink a {
	display: block;
	padding: 1em;
	border-radius: 5px;
	color: #333;
	text-align: center;
}
.kinriColumn01 .column .logInLink a span {
	position: relative;
	display: inline-block;
	padding-left: 1.4em;
	font-weight: bold;
	font-size: 1.4rem;
}
.kinriColumn01 .column .logInLink a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -14px;
	display: inline-block;
	width: 20px;
	height: 23px;
	margin-top: -12px;
	background: url(/common/img/sp_com_bg01.png) no-repeat -26px -116px;
	background-size: 250px auto;
}
.kinriColumn01 .column .logInLink a:hover span {
	text-decoration: underline;
}

/* 2021-0411 20210527 add */
.columnBlock03 {
	margin-top: 3em;
	padding: 0.8em;
	background-color: #EDF4FA;
}
.columnBlock03 .lead {
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}
.columnBlock03 .btn01 {
	margin-top: 0;
}

.columnBlock03 .btn01 a{
	color: #ffffff;
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	border-top-color: rgb(230, 230, 230);
	border-right-color: rgb(230, 230, 230);
	border-bottom-color: rgb(230, 230, 230);
	border-left-color: rgb(230, 230, 230);
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
.columnBlock03 .btn01 a:hover{
	opacity: 0.8;
	text-decoration: underline;
}
.columnBlock03 .btn01 a.redBtn{
	border-color: #bd1212;
	background-color: #bd1212;
	box-shadow: 0px 1px 0px 0px rgba(143,13,13,1.0);
}
.columnBlock03 .btn01 em {
	display: table;
	width: 100%;
}
.columnBlock03 .btn01 a.redBtn .title {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0.1em;
}
.columnBlock03 .btn01 a.redBtn .point {
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 0.1em;
}

/* 2021-0411 20210715 add */
.columnBlock04 {
	display:flex;
	overflow: hidden;
	margin-top: 3em;
	margin-bottom: 1em;
	padding: 0.8em 0.8em 1.6em 0.8em;
	background-color: #ffeeec;
}
.columnBlock04 .lead {
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}
.columnBlock04 .btn01,
.columnBlock04 .btn02 {
	margin-top: 0;
}
.columnBlock04 .btnColumn {
	width: 47%;
	margin: 0 1.4%;
}

.columnBlock04 .btn01 a{
	display: block;
        height: 65px;
	padding: 16px;
	background-color: #ffb122;
	border-top: solid 1px #ffb122;
	border-bottom: solid 1px #de9a1d;
	border-radius: 5px;
	box-shadow: 0 1px 0 #b47c18;
	color: #ffffff;
	padding-left: 1em;
	font-weight: bold;
	font-size: 1.714em;
	text-align: center;
	text-decoration: none;
}

.columnBlock04 .btn01 .loginBtn a span::before {
	content: "";
	position: relative;
	top: 2%;
	left: -0.5em;
	display: inline-block;
	width: 14px;
	height: 20px;
	margin-top: -10px;
	background: url(/common/img/com_bg01.png) no-repeat -37px -61px;
}

.columnBlock04 .btn02 a{
	display: block;
	height: 65px;
	padding: 20px;
	background-color: #ffffff;
	border: solid 1px #bd1212;
	border-radius: 5px;
	box-shadow: 0 1px 0 #8f0d0d;
	color: #bd1212;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.columnBlock04 .btn03 a{
	display: block;
        height: 65px;
	padding: 16px;
	background-color: #bd1212;
	border-top: solid 1px #bd1212;;
	border-bottom: solid 1px #8f0d0d;
	border-radius: 5px;
	box-shadow: 0 1px 0 #8f0d0d;
	color: #ffffff;
	padding-left: 1em;
	font-weight: bold;
	font-size: 1.714em;
	text-align: center;
	text-decoration: none;
}

.columnBlock04 .btn03 .shinkiBtn a span::before {
	content: "";
	position: relative;
	top: 2%;
	left: -0.5em;
	display: inline-block;
	width: 28px;
	height: 20px;
	margin-top: -10px;
	background: url(/common/img/com_bg01.png) no-repeat -65px -40px;
}

.columnBlock04 .btn01 a:hover,
.columnBlock04 .btn02 a:hover,
.columnBlock04 .btn03 a:hover{
	opacity: 0.8;
	text-decoration: underline;
}

.bannerArea01{
	display: block;
	padding: 1em 3em;
}
/* 2022-0072ADD */
.boardMember  {
	padding: 0.5em;
	border-bottom: solid 1px #dedede;
}
.boardMember .positionName {
	float: left;
	width: 77%;
	padding-right: 1em;
}
.boardMember .positionName .position{
	background-color: #dd4128;
	color: #ffffff;
	font-size: 0.857em;
	padding: 0.3em 0.8em 0.2em;
}
.boardMember .positionName .name{
	font-size: 1.286em;
	padding: 0.3em 0.8em 0.8em;
}
.boardMember .photo{
	padding: 0.3em 0.8em 0.3em;
}


/* 2022-0300 20221026 add */
.columnBlock05 {
	position: relative;
	margin-top: 2em;
}
.columnBlock05 .headingBlock {
	overflow: hidden;
	display: table;
	border-bottom: solid 2px #a91010;
}
.columnBlock05 .headingBlock .heading {
	position: relative;
	display: table-cell;
	padding: 0 0 0 0.5em;
	font-weight: bold;
	font-size: 1.4rem;
	vertical-align: middle;
	line-height: 1.5;
}
.columnBlock05.box {
	border:#bd1212 solid 3px;
}
.columnBlock05.box .headingBlock .heading{
	font-size:inherit;
	font-weight:inherit;
}
.columnBlock05.box .headingBlock .heading > h3{
	font-size:1.5em;
	font-weight:bold;	
	color:#bd1212;
}
.columnBlock05.box .headingBlock {
	width: 100%;
}
.columnBlock05.box .headingBlock .heading {
	padding: 1.0em 0.5em;
	text-align:center;	
}
.columnBlock05.box .detailBlock{
	padding: 0 10px 10px;
}
/* 2023-0125 20230616 add */
.annotation01 {
	text-align: -webkit-right;
}
.annotation01 span{
	background-color: #ffb122;
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
/* dhuthiColumn */
.dhuthiColumn01{
	border:#cccccc 2px solid;
	margin-top:2.0em;
	padding:1.2em 1.0em;
}
.dhuthiColumn01 > *:first-child {
	margin-top: 0 !important;
}
.dhuthiColumn02{
	border:#cccccc 2px solid;
	margin-top:2.0em;
	padding:1.2em 1.0em;
}
.dhuthiColumn02 > *:first-child {
	margin-top: 0 !important;
}
/* dhuthiBasic */
.dhuthiBasic01 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0 0 4em 0;
}
.dhuthiBasic01 dl.basic01 {
	background-color: #fff7e8;
}
.dhuthiBasic01 dl.basic02 {
	background-color: #ffffff;
}
.dhuthiBasic01 dl dt.title01 {
	padding: 0.1em 0.8em;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	font-size: 1.286em;
}
.dhuthiBasic01 dl dt.title02 {
	padding: 0.1em 0.8em;
	text-align: center;
	color: #ffffff;
	background-color: #777777;
	font-weight: bold;
	font-size: 1.286em;
}
.dhuthiBasic01 dl dd.text01 {
	margin: 0 1px;
	padding: 0 0.5em 1em;
	color: #000000;
}
.dhuthiBasic01 dl dd.text02 {
	margin: 0 1px;
	padding: 0 0.5em 1em;
	color: #000000;
}
/* dhuthiList */
.dhuthiList01 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0 0 4em 0;
	background-color: #f5f5f5;
}
.dhuthiList02 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0 0 8em 0;
	background-color: #f5f5f5;
}
.dhuthiList01 + .dhuthiList01,
.dhuthiList02 + .dhuthiList02 {
	margin-top: 3em;
}
.dhuthiList01 dl dt.title01,
.dhuthiList02 dl dt.title01 {
	padding: 0.1em 0.8em;
	text-align: center;
	color: #ffffff;
	background-color: #2a7f69;
	font-weight: bold;
	font-size: 1.286em;
}
.dhuthiList01 dl dt.title02,
.dhuthiList02 dl dt.title02 {
	padding: 0.1em 0.8em;
	text-align: center;
	color: #333333;
	background-color: #ffb122;
	font-weight: bold;
	font-size: 1.286em;
}
.dhuthiList01 dl dd.text01,
.dhuthiList02 dl dd.text01 {
	margin: 0 1px;
	padding: 1px 0;
	color: #2a7f69;
	font-size: 1.286em;
}
.dhuthiList01 dl dd.text02,
.dhuthiList02 dl dd.text02 {
	margin: 0 1px;
	padding: 1px 0;
	color: #333333;
	font-size: 1.286em;
}
.dhuthiList01 p.comment01,
.dhuthiList02 p.comment01 {
}
.dhuthiList01 .principle01,
.dhuthiList02 .principle01,
.dhuthiList02 .principle02 {
}
.dhuthiList01 .principle01 ul,
.dhuthiList02 .principle01 ul,
.dhuthiList02 .principle02 ul {
	margin: 0 0 0 1.5em;
}
.dhuthiList01 .principle01 ul li,
.dhuthiList02 .principle01 ul li {
	float: left;
	list-style: none;
	background-color: #ffffff;
	text-align:center;
	width: 24%;
	border: 1.5px solid #ffffff;
}
.dhuthiList02 .principle02 ul li {
	float: left;
	list-style: none;
	background-color: #ffffff;
	text-align:center;
	width: 32%;
	border: 1.5px solid #ffffff;
}
.dhuthiList01 .principle01 ul li.point,
.dhuthiList02 .principle01 ul li.point,
.dhuthiList01 .principle02 ul li.point {
	background-color: #ffb122;
}
.dhuthiBtn01 {
	padding: 0 1em;
}

/* proExamiLink */
.BtnKouza{
	display: block;
	margin-top:0;
}
.BtnKouza a{
	background-color: #bd1212;
	width:100%;
	border-radius: 5px;
	box-shadow: 0 1px 0 #8f0d0d;
	color:#FFFFFF;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 1.2em 1.2em;
	font-weight: bold;
	font-size: 1.286em;
	text-align: center;
}
.BtnMoushikomi a{
	/* background-color: #bd1212; */
	border-radius: 5px;
	/* box-shadow: 0 1px 0 #8f0d0d; */
	/* color:#FFFFFF; */
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding:1.5em 2.7em 0.8em;
	font-weight: bold;
	font-size: 1.286em;
	text-align: center;
	color :#777777;
	border: solid 1px #e6e6e6;
}
.BtnMoushikomi a{
	padding:1.5em 1.5em 0.8em;
}
.twoColInner .proExamiBlock .BtnMoushikomi a{
	display:block;
	padding:1em 1em;
}
.BtnMoushikomi a:hover{
	text-decoration:underline;
	/* background-color: #f2675e; */
}

