@charset "UTF-8";
/*!	エリアページ
---------------------------------------- */
/*!	mainImg
---------------------------------------- */
#mainImg {
    background: url(../img/shop/bg_shop01.png) top center no-repeat;
    background-size: cover;
}
.mainImgIn{
	position: relative;
}
.mainImgIn .txtWrap{
	position: absolute;
  top: 12%;
  left: 7%;
  padding: 6px 7px 5px;
  border-radius: 3px;
  background-repeat: round;
  background: #003f98;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.1;
}
.mainImgIn .txtWrap::before {
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  z-index: 1;
  width: 0;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: #003f98;
  border-bottom-width: 0;
  content: "";
}
/*!	trouble
---------------------------------------- */
#trouble .areaTxt{
	margin: 0 25px 15px;
	font-size: 1.3rem;
	line-height: 1.69;
}
#trouble .crossheading{
	background: url(../img/shop/bg_trouble01.png);
	position: relative;
	margin-bottom: 40px;
}
#trouble .crossheading::after{
	background: url(../img/shop/img_trouble02.png) left top no-repeat;
	background-size: contain;
	bottom: -30px;
	content: "";
	display: block;
	height: 31px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 86px;
}
#trouble .greeting{
	margin-top: -15px;
	padding: 0 15px 30px;
	line-height: 1.5;
}
/*!	areaSupport
---------------------------------------- */
.areaSupport{
	padding: 15px 5px 5px;
	margin: 0 10px 30px;
	background-color: #fff5c7;
	-webkit-box-shadow: inset 0 0 20px rgba(255,88,6,.08);
	-moz-box-shadow: inset 0 0 20px rgba(255,88,6,.08);
	box-shadow: inset 0 0 20px rgba(255,88,6,.08);
}
.areaSupport .tit01{
	width: 215px;
	margin: 0 auto 15px;
	text-align: center;
}
.areaSupportBox{
	background: #fff;
}
.areaSupport .areaSupportMap {
	margin: 0 20px;
}
.areaSupportList {
	margin: 0 5px 5px;
	padding: 10px 10px 10px 5px;
    border-radius: 3px;
    background: #f0f1ef;
    overflow: hidden;
}
.areaSupportList li {
	float: left;
	box-sizing: border-box;
	padding-left: 5px;
	min-width: 33.33%;
    line-height: 1.6;
    font-size: 1rem;
    letter-spacing: .05em;
}
/*!	cause
---------------------------------------- */
#cause .txt{
	width: 254px;
}
/*!	mod_support01
---------------------------------------- */
.mod_support01{
	padding-bottom: 30px;
}
/*!	case
---------------------------------------- */
#case{
	padding: 30px 10px;
	background: url(../img/common/bg_common01.png) repeat;
}
#case .tit{
	margin-bottom: 15px;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.18;
	text-shadow: -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0 -2px 0 #fff, 0 -1px 0 #fff, 0 0 0 #fff, 0 1px 0 #fff, 0 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff;
}
#case .tit span{
	position: relative;
	z-index: 1;
	margin-right: 5px;
	color: #003f98;
}
#case .list{
	margin: auto;
}
#case .list .item{
	padding: 15px;
	border-radius: 6px;
	background-color: #fff;
	border: solid 2px #e6e6e6;
}
#case .list .item + .item{
	margin-top: 10px;
}
#case .head{
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e0e0e0;
}
#case .head::before{
	float: left;
	position: relative;
	display: block;
	content: "";
	width: 75px;
	height: 60px;
	background: url(../img/shop/ico_kyutoki01.png) no-repeat #fff;
	-webkit-background-size: 60px;
	background-size: 60px;
}
#case .head dt{
	display: inline-block;
	margin-right: 10px;
	padding: 2px 5px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.1;
	color: #0050a2;
	background: #e8f3f9;
}
#case .head dd{
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
	color: #0050a2;
}
#case .detail{
	font-size: 1.3rem;
	line-height: 1.46;
}
#case + .mod_cv01{
	margin-top: -18px;
}
