@charset "UTF-8";

/*!	コンバージョン
---------------------------------------- */
.mod_cv01 {
  background: url(../img/common/bg_cv01.png) left top repeat-x;
}

.mod_cv01 .cvIn {
  margin: 0 auto;
  position: relative;
  width: 1040px;
}

.mod_cv01 .btn {
  left: 30px;
  position: absolute;
  top: 436px;
}

/*!	選ばれる4つの理由
---------------------------------------- */
.mod_reason01 {
  padding-bottom: 50px;
}

.mod_reason01 .crossheading {
  background: url(../img/common/bg_reason01.png) left top repeat-x;
  margin-bottom: 40px;
  padding-top: 5px;
  text-align: center;
}

.mod_reason01 .crossheading img {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}

.mod_reason01 .reasonList {
  margin: 0 auto;
  width: 1040px;
}

.mod_reason01 .reasonList li {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
  float: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  width: 505px;
}

.mod_reason01 .reasonList li .num {
  left: 20px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.mod_reason01 .reasonList li .subheading {
  margin: 18px 0 16px;
  text-align: center;
}

.mod_reason01 .reasonList li .txt {
  letter-spacing: .05em;
  line-height: 1.71;
  padding: 0 34px 0 29px;
}

.mod_reason01 .reasonList li .txt .caution {
  display: block;
  padding: 13px 0 0;
  font-size: 1.2rem;
  text-align: right;
  letter-spacing: 0;
}

.mod_reason01 .reasonList li:nth-of-type(2n) {
  margin-left: 30px;
}

.mod_reason01 .reasonList li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

/*!	サービスの流れ
---------------------------------------- */
.mod_flow01 {
  padding: 55px 0 57px;
}

.mod_flow01 .crossheading {
  margin: 0 auto 50px;
  width: 312px;
}

.mod_flow01 .flowList {
  margin: 0 auto 18px;
  width: 1040px;
}

.mod_flow01 .flowList li {
  background: #fff;
  border: 5px solid #e6dfd1;
  float: left;
  padding: 22px 0 25px;
  position: relative;
  width: 227px;
}

.mod_flow01 .flowList li .num {
  left: -5px;
  position: absolute;
  top: -5px;
  z-index: 10;
}

.mod_flow01 .flowList li .pic {
  margin: 0 auto 14px;
  width: 198px;
}

.mod_flow01 .flowList li .body .subheading {
  margin-bottom: 11px;
  text-align: center;
}

.mod_flow01 .flowList li .body .txt {
  letter-spacing: .05em;
  line-height: 1.71;
  margin: 0 23px 0 26px;
}

.mod_flow01 .flowList li:last-of-type {
  padding-top: 5px;
}

.mod_flow01 .flowList li:last-of-type .pic {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.mod_flow01 .flowList li+li {
  margin-left: 30px;
}

.mod_flow01 .flowList li+li:before {
  background: url(../img/common/img_flow01.png) left top no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 55px;
  left: -25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-72%);
  transform: translateY(-72%);
  width: 15px;
}

.mod_flow01 .arrow {
  margin: 0 auto;
  width: 1040px;
}

.mod_flow01 .caution {
  margin: 0 auto 32px;
  width: 545px;
  font-size: 1.2rem;
}

.mod_flow01 .credit {
  background: #f2f2f2;
  border-radius: 6px;
  margin: 0 auto;
  text-align: center;
  width: 1040px;
}

.mod_flow01 .credit .txt {
  display: inline-block;
  padding: 29px 0 29px;
  -webkit-transform: translateX(-61px);
  transform: translateX(-61px);
}

.mod_flow01 .credit .creditBrandList {
  display: inline-block;
  padding: 23px 0 18px;
  -webkit-transform: translateX(-27px);
  transform: translateX(-27px);
}

.mod_flow01 .credit .creditBrandList li {
  display: inline-block;
  vertical-align: middle;
}

.mod_flow01 .credit .creditBrandList li+li {
  margin-left: 6px;
}

.mod_flow01 .notes {
  font-size: 1.2rem;
  letter-spacing: .05em;
  margin: 0 auto;
  margin-top: 14px;
  text-align: left;
  width: 1040px;
  line-height: 2;
}

/*!	害獣の生活救急車は、トラブル解決No.1を目指しています
---------------------------------------- */
.mod_no1 {
  margin: 0 auto 60px;
  width: 1040px;
}

.mod_no1 .txt {
  background: #d6f0fe;
  border-bottom: 5px solid #003f98;
  border-left: 5px solid #003f98;
  border-right: 5px solid #003f98;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1.54;
  padding: 30px 35px 34px 25px;
}

/*!	エリア情報
---------------------------------------- */
#area {
  padding: 55px 0 60px;
}

#area .crossheading {
  margin: 0 auto 30px;
  width: 276px;
}

#area .areaIn {
  background: url(../img/mouse/img_area01.png) 790px 23px no-repeat;
  border: 3px solid #e6e6e6;
  border-radius: 6px;
  margin: 0 auto;
  padding: 40px 289px 40px 42px;
  width: 703px;
}

#area .areaIn .regionList dt {
  float: left;
  font-size: 1.6rem;
  font-weight: bold;
}

#area .areaIn .regionList dd {
  padding-left: 120px;
}

#area .areaIn .regionList dd:not(:last-of-type) {
  margin-bottom: 14px;
}

#area .areaIn .regionList dd .prefList li {
  display: inline-block;
}

#area .areaIn .regionList dd .prefList li+li {
  margin-left: 15px;
}

#area .areaIn .regionList dd .prefList li:nth-child(5) {
  margin-left: 13px;
}

#area .areaIn .regionList dd .prefList li:nth-child(6) {
  margin: 10px 0 0;
}

#area .areaIn .regionList dd .prefList li a {
  text-decoration: none;
}

#area .areaIn .regionList dd .prefList li a:hover {
  text-decoration: underline;
}

/*!	お役立ち情報
---------------------------------------- */
.mod_useful01 {
  background: #f3ecdd;
  padding: 58px 0 57px;
}

.mod_useful01 .headTit01 {
  margin: 0 auto 40px;
  width: 1040px;
  box-sizing: border-box;
}

.mod_useful01 .usefulList {
  margin: 0 auto;
  width: 1040px;
}

.mod_useful01 .usefulList li {
  background: #fff;
  border: 3px solid #e6dfd1;
  border-radius: 6px;
  float: left;
  margin-bottom: 10px;
  padding: 16px 18px 26px 19px;
  width: 472px;
}

.mod_useful01 .usefulList li:nth-of-type(2n) {
  margin-left: 10px;
}

.mod_useful01 .usefulList li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.mod_useful01 .usefulList li .subheading {
  margin-bottom: 14px;
  position: relative;
}

.mod_useful01 .usefulList li .subheading .img {
  width: 68px;
}

.mod_useful01 .usefulList li .subheading .title {
  font-size: 2rem;
  font-weight: bold;
  left: 86px;
  letter-spacing: .01em;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-46%);
  transform: translateY(-46%);
}

.mod_useful01 .usefulList li .subheading .title a {
  text-decoration: none;
}

.mod_useful01 .usefulList li .subheading .title a:hover {
  text-decoration: underline;
}

.mod_useful01 .usefulList li .txt {
  letter-spacing: .05em;
  line-height: 1.71;
  padding-right: 15px;
}

.mod_useful01 .btnList {
  margin: 50px auto 0;
  text-align: center;
}

.mod_useful01 .btnList li {
  display: inline-block;
  margin: 0 12px;
}

/* mod_case
---------------------------------------- */
.mod_case {
	width: 1040px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 50px auto 105px;
}

.mod_case .box {
	overflow: hidden;
	border: 8px solid #003f98;
	border-radius: 6px;
	padding: 10px;
}

.mod_case .tit {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 42px;
}

.mod_case .caseList {
	padding: 0 25px;
}

.mod_case .caseList .block01{
	background-color: #f0f4f7;
  width: 49%;
  float: left;
  margin: 0 2% 20px 0;
  padding: 27px 29px 30px;
  box-sizing: border-box;
}
.mod_case .caseList .block01:nth-child(even){
	margin-right: 0;
}
.mod_case .caseList .caseTit{
	font-weight: bold;
    font-size: 2rem;
    padding-bottom: 20px;
}
.mod_case .caseList .icon{
	margin-bottom: 21px;
}
.mod_case .caseList .icon .place{
	background: #2164b1;
    color: #fff;
    padding: 2px 8px 0;
    border-radius: 6px;
}
.mod_case .caseList .icon .address{
	background: #fff;
    border: 1px solid #333;
    padding: 2px 5px 0;
    border-radius: 6px;
}
.mod_case .caseList .cat{
		position: relative;
		min-width: 74px;
		font-size: 1.6rem;
		font-weight: bold;
    padding: 1px 17px 1px;
    margin-bottom: 15px;
}
.mod_case .caseList .cat::after{
	position: absolute;
	top: 2px;
	left: 1px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #003f98;
}
.mod_case .caseList .txt{
	min-height: 48px;
	padding-bottom: 7px;
}
.mod_case .caseList .caseArea{
	min-height: 134px;
  background: #fff;
  padding: 15px 19px 7px 20px;
}

.mod_case .caseList .caseArea table tr:first-of-type th {
	font-size: 1.6rem;
	color: #2164b1;
	letter-spacing: .025em;
	font-weight: 600;
	padding-bottom: 5px;
}

.mod_case .caseList .caseArea table{
    line-height: 2.4rem;
		margin-bottom: 10px;
}
.mod_case .caseList .caseArea td{
	text-align: right;
	width: 27%;
	vertical-align: bottom;
}
.mod_case .caseList .caseArea .total{
	border-top: 1px solid #333;
    padding-top: 15px;
    margin-top: 10px;
    color: #fd3327;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}
.mod_case .caseList .caseArea .total .small{
	font-size: 16px;
    vertical-align: baseline;
    font-weight: bold;
}

.mod_case.is_bat .caseList .block01{
	background-color: #fcf7ff;
}

.mod_case.is_bat .caseList .icon .place{
	background-color: #5a3874;
}

.mod_case.is_bat .caseList .caseArea table tr:first-of-type th{
	color: #5a3874;
}

.mod_case.is_pigeon .caseList .block01{
	background-color: #ebf7ff;
}

.mod_case.is_pigeon .caseList .icon .place{
	background-color: #007fcf;
}

.mod_case.is_pigeon .caseList .caseArea table tr:first-of-type th{
	color: #007fcf;
}

/*! mod_note 気を付けるべきこと
================================================ */
.mod_note{
	width: 1040px;
	margin: 0 auto 105px;
}
.mod_note .inner {
	border: 8px solid #003f98;
	border-radius: 6px;
	padding: 10px;
}

.mod_note .noteTit {
	color: #fff;
	background: url(../img/mouse/bg_case01.png) 0 0;
	background-size: 17px;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1;
	padding: 25px 0 20px 25px;
}

.mod_note .noteInner{
	padding: 28px 25px;
}
.mod_note .noteInner .noteIntro{
	font-size: 1.4rem;
	line-height: 1.8;
	padding-bottom: 21px;
}
.mod_note .noteInner .box{
	background: #f5f5f5;
	border-radius: 6px;
}
.mod_note .noteInner .box + .box{
	margin-top: 30px;
}
.mod_note .noteInner .box .lead{
	color: #fff;
	background: #003f98;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	border-radius: 6px 6px 0 0;
	padding: 12px 0 11px 20px;
	margin-bottom: 21px;
}
.mod_note .noteInner .box .copy{
	font-size: 2rem;
	font-weight: bold;
	padding: 0 20px 8px;
}
.mod_note .noteInner .box .txt{
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 20px 22px;
}

.mod_note .noteInner .box + .noteIntro{
	margin-top: 25px;
}

.mod_note.is_bat .noteTit {
	background-image: url(../img/bat/bg_bat02.png);
}

.mod_note.is_pigeon .noteTit {
	background-image: url(../img/pigeon/bg_pigeon02.png);
}