.red {
	color: #c3303c;
}

.keyvisual {
	background-image: url(/static/door/images/bg_keyvisual.png);
}
.keyvisual .subTxt {
	text-align: center;
	color: #c3303c;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

.keyvisual .subTxt .lg {
	font-size: 19px;
}

.keyvisual__title {
	margin-bottom: 15px;
}

.kvTopLink {
	position: absolute;
	right: 10px;
	z-index: 10;
	padding-top: 10px;
}

.kvTopLink .link--internal {
	background-image: url(/element_2017/images/arrow_middle_btn_sp_1_blk.png);
}

strong {
	font-weight: bold;
}

.tabBlock__link__title {
	line-height: 1.5;
}

.tabBlock {
	margin-bottom: 13px;
}

.tabBlock .tel,
.tabBlock .tel a {
	text-align: center;
	color: #c00;
	text-decoration: underline;
	font-weight: bold;
	font-size: 19px;
}

.general_note a:link, 
.general_note a:visited {
	font-weight: bold;
	text-decoration: underline;
}

.btn__disabled .btn__cv--typeRed a,
.btn__disabled .btn__cv--typeRed a:hover {
	border-color: #eee;
	background-color: #eee;
	color: #aaa;
}

.btn__disabled .btn__cv--small .btn__list__inner:before {
	background-image: url(/element_2017/images/arrow_middle_btn_sp_disabled.png);
}

.mgb0 {
	margin-bottom: 0!important;
}

.mgb20 {
	margin-bottom: 10px!important;
}

.inPageBlock {
	margin-bottom: 0;
}

.title--l {
	margin-top: 26px;
	margin-bottom: 14px;
}

.title--xl {
	margin-top: 51px;
	margin-bottom: 32px;
}

.title--m .icon {
	padding-left: 33px;
	position: relative;
}

.title--m .icon:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background: url('/static/door/images/icon_net.png') no-repeat;
	background-size: 100%;
	top: 50%;
	margin-top: -12px;
	left: 0;
}

.title--m .icon2:before {
	background-image: url('/static/door/images/icon_phone.png');
}

.title--m .icon3:before {
	background-image: url('/static/door/images/icon_now.png');
}

.tabBlock__link__title i {
	font-style: normal;
	position: relative;
	padding-left: 23px;
	display: inline-block;
}

.tabBlock__link__title i:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 14px;
	background: url('/static/door/images/icon_net_s.png') no-repeat;
	background-size: 100%;
	top: 50%;
	margin-top: -7px;
	left: 0;
}

.tabBlock__link__title i.icon2:before {
	background-image: url('/static/door/images/icon_phone_s.png');
}

.tabBlock__link__title i.icon3:before {
	background-image: url('/static/door/images/icon_now_s.png');
}

@media screen and (min-width: 960px) {
	.keyvisual .subTxt {
		font-size: 24px;
	}

	.keyvisual .subTxt .lg {
		font-size: 42px;
	}

	.keyvisual__title {
		margin-bottom: 25px;
	}

	.kvTopLink {
		right: 30px;
		padding-top: 5px;
	}

	.kvTopLink .link--internal {
		background-image: none;
	}

	.kvTopLink .link--internal:before {
		background-position: top;
	}

	.kvTopLink .link--internal:hover:before {
		background-position: bottom;
	}

	.tabBlock__link {
		width: 335px;
	}

	.sp-br {
		display: none;
	}

	.tabBlock {
		margin-bottom: 31px;
	}

	.tabBlock .tel,
	.tabBlock .tel a {
		font-size: 34px;
		text-decoration: none;
	}

	.inPageBlock .listLink__inPage {
		margin: 0 30px;
	}

	.mgb20 {
		margin-bottom: 20px!important;
	}

	.title--l {
		margin-top: 52px;
		margin-bottom: 26px;
	}

	.title--xl {
		margin-top: 103px;
		margin-bottom: 27px;
	}

	.btn__disabled .btn__cv--small .btn__list__inner:before {
		background-image: url(/element_2017/images/arrow_middle_btn_disabled.png);
	}

	.title--m .icon {
		padding-left: 63px;
	}

	.title--m .icon:before {
		width: 43px;
		height: 40px;
		margin-top: -20px;
	}

	.tabBlock__link__title i {
		padding-left: 50px;
	}

	.tabBlock__link__title i:before {
		width: 36px;
		height: 28px;
		margin-top: -13px;
	}

}

@media screen and (min-width: 1060px) {
	.inPageBlock .listLink__inPage {
		margin: 0 38px;
	}
}

@media screen and (max-width: 959px) {
	.tabBlock__link__title {
		padding: 5px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.tabBlock__link {
		width: 33.33%;
	}

	.kvTopLink .link--internal {
		font-size: 14px;
		text-decoration: underline;
	}
}

.boxArea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
	margin-bottom: 30px;
}

.boxArea .wrap {
	overflow: hidden;
}

.boxArea .top {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.boxArea .top .column {
	display: table-cell;
	vertical-align: top;
}

.boxArea .top .column img {
	width: 100%;
}

.boxArea .top .column:first-child {
	width: 75px;
	padding-right: 15px;
}

.boxArea .top .column .heading {
	margin-top:  -6px;
	font-weight: bold;
}

.boxArea .top .column .heading,
.boxArea .top .column p,
.boxArea p.time,
.boxArea p.red {
	font-size: 14px;
}

.boxArea .top .column p {
	margin-bottom: 0;
}

.boxArea p.red {
	font-weight: bold;
	color: #c3303c;
	margin-bottom: 0px;
}

.boxArea p.time {
	font-weight: bold;
	margin-bottom: 0px;
}

.boxArea .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.boxArea .block--wrap {
	margin-bottom: 9px;	
}

.boxArea .block .column {
	padding: 4px 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
	width: 31.6%;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.boxArea .block .column:nth-child(3n+2):last-child{
	margin-left: auto;
	margin-right: 34.5%;
}

.boxArea .block .column p {
	margin-bottom: 0;
	font-size: 14px;
	width: 100%;
}

.boxArea .block .column .bottomTxt {
	font-size: 12px;
}

.boxArea .block .column .bottomTxt span {
	position: relative;
	padding-left: 20px;
}

.boxArea .block .column .bottomTxt span:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 12px;
	background: url('/static/door/images/icon_sign1.png') no-repeat;
	background-size: 100%;
	top: 50%;
	margin-top: -7px;
	left: 0;
}

.boxArea .block .column.disabled {
	border: 1px solid #eee;
	background-color: #eee;
	color: #aaa;
}

.boxArea .block .column.disabled .bottomTxt span:before {
	background-image: url('/static/door/images/icon_sign3.png');
}

.boxArea .block .column.column-alt .bottomTxt span:before {
	background-image: url('/static/door/images/icon_sign2.png');
}

.boxArea .note {
	margin-top: 10px;
	margin-bottom: 0;
	color: #333;
}

.boxArea .block--wrap .note {
	margin-top: 0px;
}

.boxArea .nocontent {
	margin-bottom: 10px;
}

.boxArea .nocontent p {
	margin-bottom: 0;
}

.boxArea .nocontent p.msg {
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	padding: 20px 5px;
	background: #eee;
	margin-bottom: 5px;
}

.boxArea .nocontent .note {
	color: #000;
	margin-top: 0px;
}

.boxArea .btn__list {
	margin-bottom: 0;
}

@media screen and (min-width: 960px) {
	.boxArea {
		padding: 39px 39px 30px;
		margin-bottom: 60px;
	}

	/*.boxArea .top {
		margin-bottom: 0;
	}*/

	.boxArea .top .column .heading {
		margin-top: -9px;
	}
	
	.boxArea .top .column .heading,
	.boxArea .top .column p,
	.boxArea p.time,
	.boxArea p.red {
		font-size: 20px;
	}

	.boxArea .top .column p {
		margin-bottom: 1.8em;
	}

	.boxArea .top .column:first-child {
		width: 150px;
		padding-right: 30px;
	}

	.boxArea p.red {
		float: right;
		width: calc(100% - 150px);
		margin-bottom: 19px;
		margin-top: -1.8em;
	}

	.boxArea .block--wrap {
		margin-bottom: 20px;		
	}

	.boxArea .block--wrap .note {
		margin-top: -5px;
		margin-bottom: 30px;
	}

	.boxArea .block {
		justify-content: flex-start;
	}

	.boxArea .block .column {
		margin-bottom: 20px;
		width: 19%;
		padding: 9px 10px;
		margin-right: 1.2%;
	}

	.boxArea .block .column:nth-child(5n) {
		margin-right:0
	}

	.boxArea .block .column p {
		font-size: 20px;
	}

	.boxArea .block .column .bottomTxt {
		font-size: 16px;
	}

	.boxArea .block .column .bottomTxt span {
		padding-left: 35px;
	}

	.boxArea .block .column .bottomTxt span:before {
		content: '';
		position: absolute;
		width: 20px;
		height: 20px;
		background: url('/static/door/images/icon_sign1.png') no-repeat;
		background-size: 100%;
		top: 50%;
		margin-top: -10px;
		left: 0;
	}

	.boxArea .block .column:nth-child(3n+2):last-child{
		margin-left: 0;
		margin-right: 0;
	}

	.boxArea .btn__list {
		padding-top: 0;
	}

	.boxArea .btn__disabled .btn__list {
		padding-top: 15px;
	}

	.boxArea .nocontent {
		margin-bottom: 15px;
	}

	.boxArea .nocontent p.msg {
		font-size: 20px;
		margin-bottom: 10px;
		padding: 30px 5px;
	}

	.boxArea .note {
		margin-top: 28px;
	}

	.boxArea .nocontent .note {
		margin-top: 15px;
	}

}