@charset "utf-8";

.sp {
	display: block !important;
}
.spTbl {
	display: table !important;
}
.spInline {
	display: inline !important;
}
.spIB {
	display: inline-block !important;
}
.pc {
	display: none !important;
}

.spImg{
	width:100%;
}
.spImgMax{
	max-width:100%;
}

.w100per {
	width: 100% !important;
	height: auto;
}

.txt120 {font-size: 12px !important;}

/* ---------------------------------
	PAGE TITLE
---------------------------------- */
.pageTtlWrap {
	min-width: 100%;
	height: 210px;
	position: relative;
	z-index: 0;
}
.pageTtlWrap > .wrapper {
	height: 210px;
	position: relative;
	z-index: 1;
}
.pageTtlWrap h2 {
	position: absolute;
	top: 50%;
	left: 12px;
}
.pageTtlWrap .bgImg {
	height: 210px;
	position: absolute;
	top: 0;
	right: auto;
	z-index: 0;
}

/*--- SP SUB MENU ---*/
.spSubMenu {
	width: 100%;
	position: relative;
	z-index: 1;
}
.spSubMenu > li {
	font-size: 1.3rem;
	text-align: center;
	width: 50%;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #ababab;
	border-left: 1px solid #ababab;
}
.spSubMenuWide > li {
	width: 100%;
}
.spSubMenu > li:first-child {
	border-left: none;
}
.spSubMenu > li:last-child {
	width: 100%;
	border-left: none;
	border-bottom: 1px solid #ababab;
}
.spSubMenu > li > span {
	display: block;
	height: 45px;
	line-height: 45px;
	width: 100%;
	background: url(../img/ico_arrow_pull.png) no-repeat 98% 50%;
	color: #4c4948;
}
.spSubMenu > li > a {
	display: block;
	color: #4c4948;
	height: 45px;
	line-height: 45px;
}
.spSubMenu > li.active > span {
	background: #f4f4f9 url(../img/ico_arrow_pull.png) no-repeat 98% 50%;
}
.spSubMenu > li.active > a {
	background: #f4f4f9;
}

.spSubMenu > li > span > span,
.spSubMenu > li > a > span {
	letter-spacing: 0;
}

.spSubMenu > li ul {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 47px;
	left: auto;
	right: 0;
	padding: 15px 20px;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #ababab;
	display: none;
}
.spSubMenu > li ul li {
	font-size: 1.2rem;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	background: url(../../img/common/listhead01_gray.png) no-repeat 0 50%;
	background-size: 8px auto;
	padding-left: 15px;
	width: 48%;
	float: left;
	box-sizing: border-box;
}
.spSubMenu > li ul li:nth-child(2n) {
	float: right;
}


/* ---------------------------------
	BUTTON
---------------------------------- */

.btn01 {
	width: 100%;
	height: 45px;
	font-size: 12px;
}
.btn01 a {
	display: block;
	line-height: 45px;
}
.btn02 {
	width: 100%;
	height: 45px;
	font-size: 12px;
}
.btn02 a {
	display: block;
	line-height: 45px;
}

/* ---------------------------------
	TAB
---------------------------------- */
.tab01 {
	margin-bottom: 30px;
}
.tab01 li {
	font-size: 1.3rem;
	border-bottom: 2px solid #CFCFCF;
}
.tab01.anchor li {
	background: url(../img/ico_arrow_down.png) no-repeat 98% 48%;
	background-size: 9px auto;
}
.tab01.col4 li {
	width: 49%;
}

.tab01 li a {
	display: block;
}

.tab01 li.active,
.tab01 li:hover {
	border-bottom: 2px solid var(--accent-color);
}

/* ---------------------------------
	TABLE
---------------------------------- */
table.tbl01 th {
	font-size: 1.2rem;
	padding: 10px 15px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	min-width: 75px;
	width: 20%;
}
table.tbl01 td {
	padding: 10px 15px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 80%;
}

/* ---------------------------------
	ACCORDION
---------------------------------- */
.acdTtl {
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 25px 15px 10px;
	background: url(../../img/common/ico_plus.png) no-repeat 95% 50%;
	background-size: 10px auto;
	color: var(--accent-color);
}
.acdCon {
	border-top: 1px solid #cbcbcb;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ---------------------------------
	recoPlanWrap
---------------------------------- */
.tabConWrap {
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.recoPlanWrap {
	min-width: 100%;
	max-width: 100%;
}
.recoPlan .imgWrap {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
.recoPlan .txtWrap {
	width: 100%;
	float: none;
}
.catWrap {
	margin-bottom: 10px;
}
.catWrap li {
	padding: 3px 0 2px;
	width: 104px;
	text-align: center;
	margin-bottom: 5px;
}
.recoPlan .txtWrap .ttl {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.recoPlan .txtWrap .txt {
	line-height: inherit;
	margin-bottom: 0;
}
.recoPlan .txtWrap .txtOpt {
	display: none;
}

/* Control Nav */
.recoPlanWrap .slick-dots {
	width: 100%;
	bottom: -40px;
	left: 0;
	margin-left: 0;
}

/* Direction Nav */
.recoPlanWrap .control {
	width: 35px;
	height: 35px;
	top: 18%;
	margin-top: 0;
}
.recoPlanWrap .btnPrev {
	background: url(../../img/common/ico_prev_gray.png) no-repeat 0 0;
	background-size: 35px auto;
}
.recoPlanWrap .btnNext {
	background: url(../../img/common/ico_next_gray.png) no-repeat 0 0;
	background-size: 35px auto;
}

/* rpBtnWrap */
.rpBtnWrap {
	width: 100%;
	margin: 20px auto 25px;
}
.rpBtnWrap > div {
	float: none;
	width: 100%;
}
.rpBtnWrap > div:nth-child(2) {
	float: none;
	margin-top: 10px;
}

/* ---------------------------------
	resInqWrap
---------------------------------- */
.resInqWrap {
	padding: 20px 15px;
}
.resInqWrap > div {
	width: 100%;
	height: auto;
	padding: 15px 0px 10px;
	border: none;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.resInqWrap .telWrap {
	float: none;
	margin-right: 0;
}
.resInqWrap .telWrap dt {
	font-size: 1.4rem;
	margin-bottom: 8px;
	text-align: center;
}
.resInqWrap .telWrap dd {
	font-size: 1.8rem;
	letter-spacing: inherit;
	text-align: center;
}
.resInqWrap .telWrap dd span {
	font-size: 3.2rem;
}
.resInqWrap .fax {
	font-size: 1.8rem;
	padding-top: 10px;
	letter-spacing: inherit;
	float: none;
	text-align: center;
}
.resInqWrap .receipt {
	float: none;
	margin: 10px auto 0;
}
.resInqWrap .receipt dt {
	font-size: 1.1rem;
	width: auto;
	padding: 0 15px;
}
.resInqWrap .receipt dd {
	font-size: 1.2rem;
	padding: 3px 0 0 10px;
}

/* ---------------------------------
	KIJI LIST & DETAIL
---------------------------------- */
.kijiList {
	padding: 20px 0;
}

.kijiBox {
	display: block;
}
.kijiTtlWrap {
	display: table;
	padding: 0;
	border-left: none;
	width: 100%;
}
.kijiTtlWrap .date {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #cdd4de;
	font-size: 1.1rem;
	padding: 15px 0;
	width: 80px;
}
.kijiTtlWrap .date span {
	font-size: 3.2rem;
}
.kijiTtlWrap .ttl {
	width: auto;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 1.5rem;
	padding-left: 20px;
	border-left: 1px solid #cdd4de;
}
.kijiBox .right {
	display: block;
	padding-left: 0px;
	border-left: none;
}
.kijiBox .txt {
	width: 100%;
}

/* --- Detail --- */
.kijiDetailwrap {
	padding-top: 30px;
	padding-bottom: 15px;
}
.detailTtlWrap {
	margin-bottom: 15px;
}
.detailTtlWrap .date {
	font-size: 1.1rem;
	width: 80px;
}
.detailTtlWrap .date span {
	font-size: 3.2rem;
}
.detailTtlWrap .ttl {
	font-size: 1.5rem;
}

.kijiDetail .imgWrap {
	width: 100%;
	float: none;
}
.kijiDetail .txtWrap {
	width: 100%;
	float: none;
}
.kijiDetail .txtWrap .txtContent p {
	margin-bottom: 15px;
}

.detailSns {
	padding: 0 0 15px;
}
.detailSns li {
	width: 21px;
}


/* ---------------------------------
	pagenavi
---------------------------------- */
.pagenavi {
	font-size: 1.1rem;
	padding: 20px 0;
}
.pagenavi.hasToList {
	padding-bottom: 30px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	margin: 1px;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.last {
	width: 50px;
}

.pagenavi .navigation {
	width: 100%;
}
.pagenavi .navigation .previous {
	width: 70px;
	line-height: 30px;
	text-align: center;
}
.pagenavi .navigation .next {
	width: 70px;
	line-height: 30px;
	text-align: center;
}
.pagenavi .navigation .previous a,
.pagenavi .navigation .next a {
	display: block;
}

.pagenavi .toKijiTop {
    position: static;
	margin-bottom: 15px;
}


/* ---------------------------------
	revWrap
---------------------------------- */

.revWrap {
	width: 100%;
	min-width: inherit;
	padding: 0 0 25px;
}
.bestrateSp {
	text-align: center;
}
.bestrateSp img {
	width: 235px;
	height: auto;
}

.bizbtn_area {
	margin-top: 10px;
}
.bizbtn_area p {
	float: left;
	margin-right: 2%;
}
.bizbtn_area p.btn03 {
	width: 49%;
}
.bizbtn_area p.btn03:nth-of-type(even) {
	margin-right: 0;
}
.bizbtn_area p.btn03:nth-of-type(n + 3) {
	margin-top: 5px;
}
