@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}
body {
	font-size: 1.5rem;
}
table {
	border-collapse: collapse;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
.tgl_disp {
	display: none;
}
.fw_normal {
	font-weight: normal !important;
}
.note {
	color: #666;
	font-size: 1.3rem;
}
.dot li:before {
	content: '●';
	color: #ccc;
}
.square li:before {
	content: '●';
	color: #ccc;
}
.dot li,
.idt {
	text-indent: -1em;
	margin-left: 1em;
}

.bdBox {
	margin: 20px 0;
	padding: 10px;
	border: 3px solid #ddd;
	border-radius: 8px;
}

/*----------- Clearfix
------------------------------------------*/
.cf:after {
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/*----------- Construction, Common
------------------------------------------*/
.container_wrap .inner {
	padding: 0 10px;
}
.container_wrap .fullScr {
	margin: 0 -10px;
	padding: 0;
}
.container_wrap .block {
	margin-bottom: 30px;
}
.container_wrap .sec {
	box-sizing: border-box;
	overflow: hidden;
}

.detailBox {
	width: 100%;
	margin: 10px 0 20px;
	padding: 10px 7px;
	border: 3px solid #e4e4e4;
}
.closeTgl {
	margin-top: 20px;
}
.numberA {
	color: #c07d00;
	font-size: 1.6rem;
	margin-right: 5px;
	padding: 2px 5px;
	border: 1px solid #c07d00;
	border-radius: 5px;
}

/*----------- Title, Text, Button, List, Box
------------------------------------------*/
.titleA {
	/*font-size: 1.8rem;*/
	font-size: 4.8vw;
	font-weight: bold;
	padding: 10px;
	background: #ebebeb;
}
.titleB {
	font-size: 2.5rem;
	padding: 10px 10px 5px;
}

.openBtn {
	font-size: 1.7rem;
	text-align: center;
	width: 100%;
	padding: 6% 0;
	background: url(../img/btn_open.png) no-repeat center center;
	background-size: 100%;
}
.openBtn.active {
	background: url(../img/btn_open_active.png) no-repeat center center;
	background-size: 100%;
}
.openBtn a,
.navBtn01 a {
	color: #000 !important;
	padding: 4% 0;
	display: block;
}
.closeBtn {
	font-size: 1.7rem;
	text-align: center;
	width: 100%;
	padding: 6% 0;
	background: url(../img/btn_close.png) no-repeat center center;
	background-size: 100%;
}
.navBtn01 {
	text-align: center;
	width: 100%;
	padding: 4% 0;
	background: url(../img/btn_wht01.png) no-repeat center center;
	background-size: 100%;
}

/*--- Box ---*/
.secBox01 {
	margin: 0 5px 30px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.dlBox01 {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.dlBox01:last-child {
	border-bottom: 0;
}
.dlBox01 dt {
	margin-bottom: 15px;
}
	
/*--- lineList ---*/
.lineList {
	font-size: 1.3rem;
	margin: 10px 0 20px;
}
.lineList dl {
	margin-bottom: 20px;
}
.lineList dt {
	font-weight: bold;
}
.lineList dd {
	margin-bottom: 10px;
}

/*----------- Common css for topPage
------------------------------------------*/
.list_001,
.list_002 li,
.list_search_002 /*added 20170118 tryal */ {
    border-top: 1px solid #e2e2e2;
}
.list_001 li,
.list_001 dt,
.list_002 li,/*
.list_search_002,*/
.list_search_002 .area,
.list_search_002 .state .item a,
.list_search_002 .state .shop a {
    border-bottom: 1px solid #e2e2e2;
}
.list_002 li:nth-child(odd),
.list_search_002 .state .item a {
    border-right: 1px solid #e2e2e2;
}
.list_001 li:last-child,
.list_search_002 li:last-child/*20170125 tryal */ {
	border-bottom: 0;
}
.list_001 a,
.view-shop-search .title_007 span,
.list_search_002 a {
	padding-top: 12px;
	padding-bottom: 12px;
}
.list_001 a:after,
.view-shop-search a:after,
.list_search_002 a:after,
.list_search_002 .state .item a:after,
.list_search_002 .state2 .item a:after,
.view-shop-search .title_007 span:after,
.list_search_002 .tgl_sw a:after {
	right: 10px;
}
.list_search_002 .state .shop a {
	padding-left: 20px;
}

/*----------- drawer menu
------------------------------------------*/
#smt_top .drawer-hamburger {
	width: 12%;
    height: 7.5%;
}
#smt_top .drawer-hamburger-icon {
    background-image: url(/houjin/assetes_sp/static/indexDir/img/btn_headMenu_1708B.png);
	background-size: contain;
}
.drawer-open .drawer-hamburger-icon {
    background-image: url(/houjin/assetes_sp/static/indexDir/img/btn_headMenu_close_1708B.png)!important;
}

/*----------- Reservation Nav, SearchNavBtn, Recently List
------------------------------------------*/
#fixedHeader {
	width: 100%;
	padding: 1.5% 3%;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #ddd;
 	position: fixed; 
  	top: 0; 
  	left: 0; 
  	display: none;
	z-index: 5;
}
#fixedHeader .searchNavBtn a {
	width: 82%;
	height: 45px;
}

.rNav,
.recently {
	margin-bottom: 20px;
}
.rNav .searchNavBtn {
	margin: 10px 0;
}
.rNav ul.point li {
	color: #c07d00;
	font-size: 1.3rem;
	text-indent: -1em;
	line-height: 1.2;
	margin: 0 0 5px 1em;
}
.rNav ul.point li:before {
	content: '�E';
}

.rNav ul.point02 {
	text-align: center;
}
.rNav ul.point02 li {
	font-size: 1.6rem;
	line-height: 1;
	padding: 2px 0 2px 24px;
	display: inline-block;
	background: url(/houjin/assets_sp/theme/images/ico_check01.png) no-repeat 0 0;
	background-size: 20px;
}
.rNav ul.point02 li:first-child {
	margin-right: 15px;
}
.rNav ul.point li:before {
	content: '�E';
}
.recently ul {
	font-size: 1.6rem;
	border-bottom: 1px solid #e2e2e2;
}
.recently h3 {
	padding: 10px !important;
	background: #ebebeb;
}

/*----------- header
------------------------------------------*/
/*--- backNav ---*/
#backNav {
	line-height: 1;
	padding: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
#backNav li {
	font-size: 1.5rem;
	padding-left: 16px;
	background: url(/houjin/assets_sp/theme/images/icon_008.png) no-repeat 0 0;
	background-size: 11px;
}
#backNav li a {
	color: #000;
}

/*----------- headSearch
------------------------------------------*/
#headSearch {
	height: 54px;
	margin-top: 8px;
	overflow: hidden;
	border-bottom:1px solid #ddd;
}
#headSearch .searchNavBtn a {
	width: 70%;
	height: 45px;
	margin-right: 2%;
	float: left;
}
#headSearch .searchNavBtn a {
	line-height: 43px;
	padding: 0;
}
#headSearch .btn_W001 {
	width: 28%;
	float: right;
}
#headSearch .btn_W001 a {
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 5px;
}

/*----------- fixed bottom box
------------------------------------------*/
#fixed_bottomBox {
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: #fff;
	border-top: 3px solid #ccc;
	box-sizing: border-box;
  	display: none;
	z-index: 5;
	position: fixed;
	bottom: 0;
}
#fixed_bottomBox .searchNavBtn a {
	font-size: 1.8rem;
	line-height: 48px;
	width: 70%;
	height: 50px;
	margin-right: 2%;
	padding: 0;
	float: left;
}
#fixed_bottomBox .searchNavBtn a:after {
	width: 0;
	height: 0;
}
#fixed_bottomBox .btn_W001 {
	width: 28%;
	float: right;
}
#fixed_bottomBox .btn_W001 a {
	font-size: 1.4rem;
	line-height: 1.2;
	height: 50px;
	padding: 8px 5px;
}
#fixed_bottomBox ul {
	text-align: center;
	margin: 8px 0;
}
#fixed_bottomBox ul li {
	color: #666;
	font-size: 1.4rem;
	font-weight: bold;
	margin-right: 5px;
	display: inline-block;
}
#fixed_bottomBox ul li:before {
	content: '��';
	color: #ffd200;
	margin-right: 2px;
}

#smt_top #footContainer {
	margin-bottom: 95px;
}

/*----------- contents
------------------------------------------*/
/*--- tab Customer ---*/
#tabCustomer ul {
	box-sizing: border-box;
	margin-top: 0.5vh;
	overflow: hidden;
	width: 100%;
}
#tabCustomer li {
	background: url(/houjin/assets_sp/theme/images/tab_spacer.png) no-repeat 0 center;
	background-size: 1px 3.7vh;
	display: table;
	float: left;
	text-align: center;
    width: 50%;
}
#tabCustomer li:first-child {
	background: none;
}
#tabCustomer li a,
#tabCustomer li span {
	box-sizing: border-box;
	color: #666;
	display: table-cell;
	font-size: 3.5vw;
	height: 7vh;
	line-height: 1.2;
	padding: 1vh 0 1vh;
	vertical-align: middle;
}
#tabCustomer li .active {
	border-bottom: 2px solid #dd2723;
	color: #000;
	font-weight: bold;
}

/*--- slider ---*/
#smt_top #mainVisual,
#smt_top #about,
#smt_top #flow,
#smt_top #searchMain {
	width: 100%;
	clear: both;
	position: relative;
	overflow: hidden;
}
#smt_top #mainVisual .slider,
#smt_top #areaSearchWrap .slider02 {
	display: none;
}
#smt_top .bx-viewport {
	overflow: visible!important;
	width: 100%;
	position: absolute;
}
#smt_top .slider li {
	width: 90vw!important;
	margin-right: 5px;
}

/*--- slider mainVisual---*/
#smt_top .bx-wrapper {
	margin: 0;
	padding: 5px 0;
	background: #ebebeb;
}
#smt_top #bx-pager {
	width: 100%;
	/*margin-bottom: 5px;*/
	border-right: 5px solid #ebebeb;
	border-bottom: 5px solid #ebebeb;
	border-left: 5px solid #ebebeb;
	overflow: hidden;
}
#smt_top #bx-pager li {
	text-align: center;
	width: 25%;
	padding: 10px 0;
	float: left;
	display: table-cell;
	position: relative;
}
#smt_top #bx-pager li a {
	color: #000;
	font-size: 3.5vw;
	line-height: 1.2;
	padding-top: 12px;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	display: block;
}
#smt_top #bx-pager li a:before {
	content: '';
	width: 12px;
	height: 7.2px;
	background: url(/houjin/assets_sp/theme/images/icon_013.png) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 8px;
	margin-left: -6px;
}
#smt_top #bx-pager li:last-child a {
	border-right: 0;
}

/*--- slider about, flow---*/
#smt_top #about .titleA,
#smt_top #flow .titleA {
	padding-bottom: 0;
}
#smt_top #about .bx-wrapper,
#smt_top #flow .bx-wrapper {
	margin: 0 auto 40px;
}
#smt_top .bx-wrapper .bx-pager.bx-default-pager a:hover,
#smt_top .bx-wrapper .bx-pager.bx-default-pager a.active {
	border: 1px solid #999;
	background: #999;
}
#smt_top .bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #7f7f7f;
    background: #fff;
}
#smt_top .bx-wrapper .bx-prev {
	width: 20px;
	height: 35px;
    left: 10px;
	background: none;
}
#smt_top .bx-wrapper .bx-next {
	width: 20px;
	height: 35px;
    right: 10px;
	background: none;	
}

/*--- slider area search ---*/
#smt_top.area header h1 {
	margin: 1.5% auto;
}
#areaSearchWrap {
	margin-bottom: 10px;
	overflow: hidden;
}
#areaSearchWrap .areaMenuBlock {
	height: 40.8vh;
	overflow: hidden;
	position: relative;
}
#areaSearchWrap div,
#areaSearchWrap ul,
#areaSearchWrap li,
#areaSearchWrap p {
	box-sizing: border-box;
}
#areaSearchWrap .bx-wrapper {
    margin: 0 auto;
 	background: #34c3ed;
   	padding: 0;
    position: relative;
}
#areaSearchWrap #areaSearch,
#areaSearchWrap [id*="areaMenuBlock"] {
	padding: 3% 0 0 3%;
}
#areaSearchWrap #areaSearchHead,
#areaSearchWrap .tabs li,
#areaSearchWrap .areaMenuBlock li {
	margin: 0 3% 3% 0;
	float: left;
}
#areaSearchWrap #areaSearchHead {
	width: 63.6%;
}
#areaSearchWrap #areaSearchHead h2 {
	color: #ffffff;
	font-size: 5.2vw;
	line-height: 1;
    text-shadow:1px 1px 1px #0d5477;
}
#areaSearchWrap #areaSearchHead h3 {
	color: #ffffff;
	font-size: 4.1vw;
	line-height: 1.5;
    text-shadow:1px 1px 1px #0d5477;
}
#areaSearchWrap #areaSearchHead .num {
	font-size: 7.9vw;
}
#areaSearchWrap #areaSearchHead .ylw {
	color: #ff6;
}
#areaSearchWrap #areaSearchHead .kome {
	color: #0d5477;
	font-size: 2.7vw;
    text-shadow: none;
}
#areaSearchWrap #areaSearchHead .kome.now {
	text-align: right;
	line-height: 1.3;
	margin-right: 6vw;
}
#areaSearchWrap #areaSearchHead,
#areaSearchWrap .tabs li {
	height: 11vh;
}
#areaSearchWrap .tabs li,
#areaSearchWrap .areaMenuBlock li,
#areaSearchWrap .areaMenuBlock p a {
	text-align: center;
	width: 30.3%;
	border: 1px solid #898989;
	border-radius: 5px;
	background: #fff;
}
#areaSearchWrap .tabs li,
#areaSearchWrap .areaMenuBlock li {
	font-size: 4.8vw;
	font-weight: bold;
	box-shadow: 0px 5px rgba(60, 167, 220, 1.0);
	-moz-box-shadow: 0px 5px rgba(60, 167, 220, 1.0);
	-webkit-box-shadow: 0px 5px rgba(60, 167, 220, 1.0);
	-o-box-shadow: 0px 5px rgba(60, 167, 220, 1.0);
	-ms-box-shadow: 0px 5px rgba(60, 167, 220, 1.0);
	behavior: url(/PIE.htc);
}
#areaSearchWrap .tabs li div {
	line-height: 10.8vh;
}
#areaSearchWrap .tabs li.w div {
	line-height: 1.3;
	padding: 2vh 0;
}
#areaSearchWrap .areaMenuBlock li div {
	line-height: 7.8vh;
	height: 8vh;
}
#areaSearchWrap .tabs li a,
#areaSearchWrap .areaMenuBlock li a,
#areaSearchWrap .areaMenuBlock p a {
	color: #000;
	display: block;
}
#areaSearchWrap .areaMenuBlock p {
	width: 100%;
	padding: 10px 3%;
	clear: left;
	background: #fff;
	border-bottom: 4px solid #77c6ed;
	position: absolute;
	bottom: 0;
}
#areaSearchWrap .areaMenuBlock p a {
	font-size: 4.3vw;
	line-height: 5.1vh;
	height: 5.1vh;
	position: relative;
}
#areaSearchWrap .areaMenuBlock p a:after {
	width: 11px;
	height: 14px;
	content: '';
	background: url(/houjin/assets_sp/theme/images/icon_008.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -7px;
}
#smt_top .navBtn01 {
	width: 96%;
	margin: 0 auto;
}

	/*--- for iPad ---*/
@media screen and (min-width: 768px) {
	#areaSearchWrap #areaSearchHead h2 {
		font-size: 5vw;
	}
	#areaSearchWrap #areaSearchHead h3 {
		font-size: 4vw;
		line-height: 1.3;
	}
	#areaSearchWrap #areaSearchHead .num {
		font-size: 8vw;
	}
	#areaSearchWrap #areaSearchHead .kome {
		font-size: 2.5vw;
	}
	#areaSearchWrap #areaSearchHead .kome.now {
		font-size: 2vw;
		text-align: right;
		margin-right: 8vw;
	}
	#areaSearchWrap .tabs li,
	#areaSearchWrap .areaMenuBlock li {
		font-size: 3.3vw;
	}
	#areaSearchWrap .tabs li.w div {
		padding: 2.15vh 0;
	}
	#areaSearchWrap .areaMenuBlock p a {
		font-size: 3.4vw;
	}
}

/*--- top_bnrArea ---*/
#top_bnrArea {
	margin-bottom: 20px;
}
#top_bnrArea ul {
	width: 100%;
	overflow: hidden;
}
#top_bnrArea li {
	width: 49%;
	float: left;
}
#top_bnrArea li:first-child {
	margin-right: 2%;
}

/*--- searchShop_block ---*/
.searchShop_block {
	margin-bottom: 3vh;
}
.searchShop_block h2 {
	color: #fff;
	font-weight: bold;
	font-size: 4vw;
	text-align: center;
	margin-bottom: 2.25vh;
	padding: 2% 2% 1.5%;
	background: #dd2723;
}
.searchShop_block ul {
	width: 100%;
	padding: 0 3%;
	overflow: hidden;
	box-sizing: border-box;
}
.searchShop_block li {
	width: 32%;
	margin-left: 2%;
	float: left;
}
.searchShop_block li:first-child {
	margin-left: 0;
}
.searchShop_block li img {
	width: 100%;
}
.searchShop_block .search_area {
	margin: 0;
}
.searchShop_block .form {
	width: 100%;
	margin: 2.25vh 0 0 0;
}

/*----------- After
------------------------------------------*/
#after {
	margin-bottom: 20px;
}
#after h2 img {
	margin-bottom: 15px;
}
#after p {
	margin-bottom: 20px;
}
#after .detailBox dl {
	margin: 0 -7px;
	padding: 0 7px 15px;
	border-bottom: 1px solid #e4e4e4;
}
#after .detailBox dt {
	margin-bottom: 10px;
}
#after .detailBox dt span {
	margin: 20px 0 0;
	display: inline-block;
}
#after .detailBox dd {
	text-align: center;
}
#after .detailBox dd p {
	margin-bottom: 0;
}
#after .detailBox dd span {
	color: #666;
	font-size: 1.2rem;
	display: block;
}
#after .navBtn01 {
	margin-top: 20px;
}

/*----------- line wrap ++about, flow++
------------------------------------------*/
#lineWrap h3 {
	font-weight: bold;
}
#lineWrap ul {
	margin-bottom: 10px;
}
#lineLogoWrap h3 {
	font-weight: bold;
	margin-bottom: 5px;
}
#lineWrap .dot li,
#lineLogoWrap .dot li,
#smt_line #mainVisual .dot li {
	font-size: .9em;
}

/*----------- added 201608091517 after for Toppage
------------------------------------------*/
#searchMainFoot {
	margin-bottom: 20px;
}
#searchMainFoot .rNav {
	margin-bottom: 0;
}
#searchMainFoot p {
    margin: 0 0 5px;
}

.container_wrap .sec {
	margin: 10px 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.sec:last-child,
.sec.noBD {
	border: 0;
}

	/* featureNav */
#featureNavWrap {
	margin-bottom: 20px;
}
#featureNavWrap h2 {
	width: 72%;
	padding: 5% 3%;
}
#featureNav {
	font-size: 2rem;
	border-top: 1px solid #ddd;
}
#featureNav li {
	line-height: 1.3;
	padding: 3% 12% 3% 4%;
	border-bottom: 1px solid #ddd;
	position: relative;
}
#featureNav li a {
	color: #000;
	text-indent: -2rem;
	margin-left: 2rem;
	display: block;
}
#featureNav li a span {
	color: #999;
	margin-right: 3px;
}
#featureNav li a:after {
	content: '';
	width: 15px;
	height: 9px;
	background: url(/houjin/assets_sp/theme/images/icon_002.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -4px;
}

	/* kids */
#kidsWrap .alpha {
	width: 55%;
	margin-right: 3%;
	float: left;
}
#kidsWrap .beta {
	width: 42%;
	float: right;
}

	/* about_feature, about_flow */
#top_feature dt,
#top_flow dt {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 10px;
}
#top_feature dt span,
#top_flow dt span {
	color: #999;
	font-size: 1.5rem;
	margin-bottom: 5px;
	display: block;
}
#top_feature .navBtn01,
#top_flow .navBtn01 {
	margin-top: 10px;
	position: relative;
}
#top_feature .navBtn01 .point {
	width: 44%;
	position: absolute;
	top: -10px;
	right: -3px;
}
#top_feature [id*="ft0"] {
	margin-top: -70px;
	padding-top: 70px;
}
#top_feature .lineList,
#top_feature .lineList dt {
	margin-bottom: 0;
}
#top_feature .lineList dd {
	margin-left: 1em;
}
#top_feature .lineList dt {
	font-size: 1.3rem;
	text-align: left;
}

#top_flow .sec {
	position: relative;
	overflow: visible;
}
#top_flow .sec.arw01 {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#top_flow .sec.arw01:after {
	content: '';
	background: url(/houjin/assetes_sp/static/indexDir/img/arw_blue_L.png) no-repeat 0 0;
	background-size: 100%;
	width: 75px;
	height: 23px;
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -38px;
}
#top_flow .sec li {
	line-height: 1.3;
	margin-bottom: 5px;
}
#top_flow .arw02 {
	line-height: 1;
}
#top_flow .arw02 span{
	margin-bottom: 10px;
}
#top_flow .arw02 img {
	width: 69px;
	margin: 4px 0;
}
#top_flow .step4 li {
	color: #666;
	font-weight: bold;
	text-align: center;
	padding-top: 16px;
	margin-bottom: 10px;
	background: url(/houjin/assetes_sp/static/indexDir/img/arw_blue_M.png) no-repeat center 0;
	background-size: 48px;
}

/*----------- Voice
------------------------------------------*/
#voice {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#voice h3 {
	font-size: 2rem;
	text-align: center;
	line-height: 1.2;
	margin: 10px 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#voice h3 span {
	font-size: 1.3rem;
}
#voice dt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
}
#voice dd {
	font-size: 1.5rem;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#voice dd:last-child {
	margin-bottom: 10px;
}
#voice dd ul li:first-child:before {
	content: '(';
	margin-right: 3px;
}
#voice dd ul li:last-child:after {
	content: ')';
	margin-left: 3px;
}
#voice dd li {
	font-size: 1.1rem;
	line-height: 1;
	padding-right: 6px;
	border-right: 1px solid #333;
	display: inline-block;
}
#voice dd li:last-child {
	border: 0;
}
#voice dd li span {
	color: #c07d00;
}

/*----------- letter
------------------------------------------*/
#letter {
	padding: 0 5px 5px;
	background: #f3f3f3;
}
#letter ul {
	margin-top: 5px;
}
#letter li {
	width: 100%;
	margin-bottom: 5px;
}

/*----------- lineup common
------------------------------------------*/
	/*--- tabMenu, typeNav, riskNav ---*/
#tabLineup .tabNav {
	width: 100%;
	margin-top: 1.5vh;
	overflow: hidden;
	box-sizing: border-box;
}
#tabLineup .tabNav li {
	text-align: center;
    width: 50%;
	float: left;
	background: url(/houjin/assets_sp/theme/images/tab_spacer.png) no-repeat 0 center;
	background-size: 1px 6vh;
}
#tabLineup .tabNav li:first-child {
	background: none;
}
#tabLineup .tabNav li a {
	color: #000;
	font-size: 3.5vw;
	line-height: 1.2;
	height: 11.5vh;
	padding: 4.5vh 0 2.6vh;
	display: block;
	box-sizing: border-box;
}
#tabLineup .tabNav li a strong {
	font-size: 4.8vw;
	font-weight: normal;
}
#tabLineup .tabNav li a span {
	color: #666;
	font-size: 3vw;
	font-weight: normal!important;
}
#tabLineup .tabNav li a.active,
#tabLineup .tabNav li a.active strong {
	font-weight: bold;
}
#tabLineup .tabNav li a.active {
	border-bottom: 2px solid #dd2723;
}
#tabLineup .tabNav li.tabNav_type a {
	padding-top: 5.5vh;
	background: url(/houjin/assets_sp/theme/images/icon/ico_type.png) no-repeat center 0;
	background-size: 9.5vw;
}
#tabLineup .tabNav li.tabNav_risk a {
	background: url(/houjin/assets_sp/theme/images/icon/ico_risk.png) no-repeat center 0;
	background-size: 9.5vw;
}
#tabLineup .tabNav li.tabNav_type a.active {
	background: url(/houjin/assets_sp/theme/images/icon/ico_type_active.png) no-repeat center 0;
	background-size: 9.5vw;
}
#tabLineup .tabNav li.tabNav_risk a.active {
	background: url(/houjin/assets_sp/theme/images/icon/ico_risk_active.png) no-repeat center 0;
	background-size: 9.5vw;
}

/* 3tab after201905 kokokara*/
	/*--- tabMenu, typeNav, riskNav ---*/
#tabLineup.col3 .tabNav {
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}
#tabLineup.col3 .tabNav li {
	background: none;
    width: 33%;
}
#tabLineup.col3 .tabNav li a {
	line-height: 1;
	height: 7.5vh;
	padding: 2.6vh 0;
}
#tabLineup.col3 .tabNav li a strong {
	font-size: 4.5vw;
}
#tabLineup.col3 .tabNav li a span {
	font-size: 3.125vw;
}
#tabLineup.col3 .tabNav li.tabNav_type a {
	background: none;
	padding-top: 2.6vh;
}
#tabLineup.col3 .tabNav li.tabNav_risk a,
#tabLineup.col3 .tabNav li.tabNav_type a.active,
#tabLineup.col3 .tabNav li.tabNav_risk a.active {
	background: none;
}
#smt_top #tabLineup #lineWrap section {
    margin-top: 0;
    padding-top: 0;
}
/* 3tab after201905 kokomade */

#typeNav,
#riskNav {
	margin-bottom: 3vh;
}
#typeNav ul,
#riskNav ul {
	overflow: hidden;
}
#typeNav li,
#riskNav li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e2e2e2;
	box-sizing: border-box;
}
#typeNav .list_search_002 .area,
#typeNav ul ul li:last-child,
#riskNav .list_search_002 .area,
#riskNav ul ul li:last-child {
	border-bottom: 0;
}
#typeNav li a .num,
#riskNav dd a .num {
	font-size: 3.2vw;
}

#typeNav h3 {
	font-size: 4vw;
	padding: 2.2vh 4vw 1.5vh;
}
#typeNav li.block_2 {
	width: 50%;
	border-right: 1px solid #e2e2e2; 
}
#typeNav li .no_href{
    color: #ccc;
	display: block;
}
#typeNav li a,
#typeNav li .no_href {
	font-size: 4.8vw;
	padding-top: 2vh;
	padding-bottom: 2vh;	
	padding-left: 10.7vw;
}
#typeNav li .no_href:after{
	background: none;
}
#typeNav li.block_2 a {
	font-size: 4vw;
	padding-right: 4vw;
	padding-left: 2.7vw;
}

#typeNav .tgl_sw .ico_iryo {
	background: url(/houjin/assets_sp/theme/images/icon/ico_iryo.png) 2.7vw center / 6.7vw no-repeat;	
}
#typeNav .tgl_sw .ico_gan {
	background: url(/houjin/assets_sp/theme/images/icon/ico_gan.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_gakushi {
	background: url(/houjin/assets_sp/theme/images/icon/ico_gakushi.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_shugyo {
	background: url(/houjin/assets_sp/theme/images/icon/ico_shugyo.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .tgl_sw > .ico_shushin {
	background: url(/houjin/assets_sp/theme/images/icon/ico_shushin.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .tgl_sw > .ico_teiki {
	background: url(/houjin/assets_sp/theme/images/icon/ico_teiki.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .tgl_sw > .ico_shunyu {
	background: url(/houjin/assets_sp/theme/images/icon/ico_shunyu.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_kasai {
	background: url(/houjin/assets_sp/theme/images/icon/ico_kasai.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_car {
	background: url(/houjin/assets_sp/theme/images/icon/ico_car.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_income {
	background: url(/houjin/assets_sp/theme/images/icon/ico_income.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_travel {
	background: url(/houjin/assets_sp/theme/images/icon/ico_travel.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_bicycle {
	background: url(/houjin/assets_sp/theme/images/icon/ico_bicycle.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_kaigo {
	background: url(/houjin/assets_sp/theme/images/icon/ico_kaigo.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_kenko {
	background: url(/houjin/assets_sp/theme/images/icon/ico_kenko.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_kojin_baisho {
	background: url(/houjin/assets_sp/theme/images/icon/ico_kojin_baisho.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_shogai {
	background: url(/houjin/assets_sp/theme/images/icon/ico_shogai.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_golf {
	background: url(/houjin/assets_sp/theme/images/icon/ico_golf.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_pet {
	background: url(/houjin/assets_sp/theme/images/icon/ico_pet.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_shussan {
	background: url(/houjin/assets_sp/theme/images/icon/ico_shussan.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_sandai {
	background: url(/houjin/assets_sp/theme/images/icon/ico_sandai.png) 2.7vw center / 6.7vw no-repeat;
}
#typeNav .ico_tokutei {
	background: url(/houjin/assets_sp/theme/images/icon/ico_tokutei.png) 2.7vw center / 6.7vw no-repeat;
}

#riskNav li a,
#riskNav dt {
	font-size: 4.8vw;
	font-weight: normal;
}
#riskNav li a span {
	color: #666;
	font-size: 3vw;
}
#riskNav .tgl_sw.active > a {
    background: #fff;
}
#riskNav .tgl_sw.active > a strong {
	font-weight: bold;
}
#riskNav > ul > li > div > a {
	font-size: 3.2vw;
	margin: 1.5vh 0 1.5vh 2.7vw;
	padding: 0.75vh 5.3vw 0 2.7vw;
	border-left: 1px solid #dd2723;
	box-sizing: border-box;
}
#riskNav > ul > li > div > a strong {
	font-size: 4.8vw;
}
#riskNav ul ul li {
	text-indent: 5.3vw;
}
#riskNav ul ul ul li {
	text-indent: 10.6vw;
}
#riskNav ul li.no_href {
	color: #ccc;
 	font-size: 4.8vw;
    line-height: 1.3;
	display: block;
    padding: 12px 25px 12px 10px;
}
#riskNav ul li.no_href span {
	font-size: 3vw;
}

#companyNav #catNav {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 2vh;
	overflow: hidden;
	width: 100%;
}
#companyNav #catNav li {
	float: left;
	text-align: center;
	width: 33%;
}
#companyNav #catNav li a {
	background: url(/houjin/assets_sp/theme/images/icon_014_gry.png) no-repeat center 5.2vh;
	background-size: 3.2vw;
	color: #000;
	display: block;
	line-height: 1;
	font-size: 4vw;
	height: 7.5vh;
	padding: 2vh 0;
}

	/*--- anshin_no_wa ---*/
#anshin_no_wa {
	margin-bottom: 3vh;
}
#anshin_no_wa .titleA {
	margin-bottom: 10px;
}
#anshin_no_wa .lead {
	font-size: 4vw;
}

	/*--- for iPad ---*/
@media screen and (min-width: 768px) {
	#tabLineup .tabNav li a {
		height: 14vh;
		padding-top: 5vh;
	}
	#tabLineup .tabNav li.tabNav_type a {
		padding-top: 7vh;
	}
	#companyNav #catNav li a {
		background: url(/houjin/assets_sp/theme/images/icon_014_gry.png) no-repeat center 5.4vh;
		font-size: 3.6vw;
	}
}

/*-------  dlpo banner for Top page
------------------------------------------------------*/
#dlpo_cp_bnrTop {
	width: 100%;
	background: rgba(255,255,255,0.8);
	position: fixed;
	bottom: 0;
	z-index: 9999;
}
#dlpo_cp_bnrTop #bnr_main {
	margin: 2.5% 2%;
	position: relative;
}
#dlpo_cp_bnrTop #bnr_close {
	width: 7%;
	position: absolute;
	top: 0;
	right: 1%;
}

/*-------  others
------------------------------------------------------*/
    /* �X�܃L�����y�[���I����f�� */
#after_campaign {
	width: 96%;
	margin: 10px auto;
	border: 1px solid #dd2723;
}
#after_campaign p {
	color: #dd2723;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
}

#line_head > p:first-of-type {
	padding: 10px;
}