@charset "UTF-8";

/*!	メインイメージ
---------------------------------------- */

.mainImg {
	background: url(../img/common/bg_mainimg01.png) center center no-repeat;
	background-size: cover;
}
.mainImg .mainImgIn {
	margin: 0 auto;
	width: 1040px;
}

/*!	メインイメージ下のコンバージョン
---------------------------------------- */

.cvMain {
	background: url(../img/common/bg_cv01.png);
	position: relative;
}
.cvMain .cvMainIn {
	margin: 0 auto;
	-webkit-transform: translateX(-35px);
	transform: translateX(-35px);
	width: 1108px;
}
.cvMain .cvMainIn .bg img {
	margin-top: -14px;
}
.cvMain .cvMainIn .txt {
	left: 176px;
	position: absolute;
	top: 30px;
}
.cvMain .cvMainIn {
	-webkit-transform: translateX(-29px);
	transform: translateX(-29px);
}
.cvMain .cvMainIn .bg img {
	margin-top: -24px;
}
.cvMain .cvMainIn .txt {
	left: 171px;
	top: 27px;
}
body {
	background: url(../img/termite/bg_termite01.png);
}

/*!	パンくずリスト
---------------------------------------- */

#breadcrumb {
	margin: 17px auto 60px;
	width: 1040px;
}

/*!	ハチ駆除について
---------------------------------------- */

#about .aboutIn {
	background: #fff;
	border-radius: 6px;
	margin: 0 auto;
	margin-bottom: 40px;
	width: 1040px;
}
#about .aboutIn .body {
	border-bottom: 4px solid #003f98;
	border-left: 4px solid #003f98;
	border-radius: 0 0 6px 6px;
	border-right: 4px solid #003f98;
	padding: 10px;
}
#about .aboutIn .body .flowList {
	margin-bottom: 25px;
	padding: 36px 30px 0;
}
#about .aboutIn .body .flowList li {
	float: left;
}
#about .aboutIn .body .flowList li:not(:last-of-type) {
	margin-right: 29px;
	position: relative;
}
#about .aboutIn .body .flowList li:not(:last-of-type):after {
	background: url(../img/common/img_about01.png) left top no-repeat;
	content: "";
	display: inline-block;
	height: 35px;
	left: 307px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 13px;
}
#about .aboutIn .body>.txt {
	letter-spacing: .05em;
	line-height: 1.71;
	margin-bottom: 36px;
	padding: 0 30px;
}
#about .aboutIn .body>.txt p+p {
	margin-top: 26px;
}
#about .aboutIn #price {
	background: #f5f5f5;
	padding: 26px 30px 40px;
}
#about .aboutIn #price .subheading {
	border-bottom: 2px solid #bababa;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: center;
}
#about .aboutIn #price .subheading img {
	-webkit-transform: translateX(-25px);
	transform: translateX(-25px);
}
#about .aboutIn #price .priceIn {
	float: left;
	margin-right: 24px;
	width: 593px;
}
#about .aboutIn #price .priceIn .txt {
	float: left;
	margin: 5px 14px 0 0;
	width: 247px;
}
#about .aboutIn #price .priceIn .price {
	float: left;
	width: 332px;
}
#about .aboutIn #price .priceIn .subSubheading {
	margin: 26px 0 12px;
}
#about .aboutIn #price .priceIn .serviceList li {
	float: left;
}
#about .aboutIn #price .priceIn .serviceList li+li {
	margin-left: 8px;
}
#about .aboutIn #price .pic {
	float: left;
	margin-top: 7px;
	width: 335px;
}
#about .aboutIn #field {
	background: url(../img/bee/pic_field01.png) #fcdd7c 702px bottom no-repeat;
	border-radius: 0 0 6px 6px;
	padding: 25px 338px 10px 30px;
}
#about .aboutIn #field .subheading {
	margin-bottom: 20px;
}
#about .aboutIn #field .txt {
	letter-spacing: .05em;
	line-height: 1.71;
}
#about .aboutIn #field .txt .caution {
	padding: 10px 0 0;
	font-size: 1.1rem;
	letter-spacing: 0.025em;
}
#about .btn {
	margin: 0 auto 82px;
	width: 388px;
}

/*!	シロアリ被害が多い場所
---------------------------------------- */

#place {
	background: url(../img/termite/bg_termite02.png);
	padding: 80px 0;
}
#place .placeIn {
	background: #fff;
	border-radius: 6px;
	margin: 0 auto;
	width: 1040px;
}
#place .placeIn>.body {
	border-bottom: 4px solid #003f98;
	border-left: 4px solid #003f98;
	border-radius: 0 0 6px 6px;
	border-right: 4px solid #003f98;
	padding: 35px 38px 40px;
}
#place .placeIn>.body>.txt {
	letter-spacing: .05em;
	line-height: 1.71;
	margin-bottom: 36px;
}
#place .placeIn>.body .placeList {
	margin-bottom: 40px;
}
#place .placeIn>.body .placeList li {
	float: left;
	width: 223px;
}
#place .placeIn>.body .placeList li+li {
	margin-left: 20px;
}
#place .placeIn>.body .placeList li:nth-of-type(5) {
	margin-left: 0;
}
#place .placeIn>.body .placeList li:not(:nth-last-of-type(-n+4)) {
	margin-bottom: 20px;
}
#place .attention {
	background: #f5f5f5;
	padding: 30px;
}
#place .attention>.body {
	float: left;
	margin-right: 19px;
	width: 568px;
}
#place .attention>.body .subheading {
	margin: 5px 0 25px;
}
#place .attention>.body .txt {
	letter-spacing: .05em;
	line-height: 1.71;
}
#place .attention .pic {
	float: left;
	width: 305px;
}
#place .contents {
	background:#fff;
	width:1040px;
	padding:40px;
	border: 2px solid #085197;
	margin:60px auto 0;
	border-radius: 6px;
	box-sizing:border-box;
}
#place .contents p {
	line-height:1.8;
}


/*!	被害が確認されているシロアリたち
---------------------------------------- */

#types {
	padding: 66px 0 73px;
}
#types .typesIn {
	background: #fff;
	border-radius: 6px;
	margin: 0 auto;
	width: 1040px;
}
#types .typesIn>.body {
	border-bottom: 4px solid #002d86;
	border-left: 4px solid #002d86;
	border-radius: 0 0 6px 6px;
	border-right: 4px solid #002d86;
	padding: 35px 40px 40px;
}
#types .typesIn>.body>.txt {
	letter-spacing: .05em;
	line-height: 1.71;
	margin-bottom: 25px;
}
#types .typesIn>.body .typesList li {
	background: #f5f5f5;
	border-radius: 6px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 25px;
	width: 460px;
}
#types .typesIn>.body .typesList li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}
#types .typesIn>.body .typesList li .typeName {
	margin-bottom: 20px;
}
#types .typesIn>.body .typesList li .pic {
	margin: 0 auto 25px;
	width: 402px;
}
#types .typesIn>.body .typesList li .subheading {
	margin: 0 auto 16px;
	width: 402px;
}
#types .typesIn>.body .typesList li .txt {
	letter-spacing: .05em;
	line-height: 1.71;
	margin: 0 auto;
	width: 402px;
}
#types .typesIn>.body .typesList li .txt:first-of-type {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	padding-bottom: 16px;
}
#types .typesIn>.body .typesList li:nth-of-type(2n) {
	margin-left: 30px;
}
#types .typesIn>.body .typesList li.summary {
	background: url(../img/bee/bg_types01.png) left bottom no-repeat;
	padding-bottom: 0;
}
#types .typesIn>.body .typesList li.summary .txt {
	background: #ebf3fb;
	border-bottom: 0;
	letter-spacing: .05em;
	line-height: 1.71;
	padding: 25px 30px 25px;
}

/*!	信頼できる実績があります
---------------------------------------- */

#result, .result {
	background: url(../img/home/bg_result01.png) left top no-repeat;
	background-size: cover;
	padding: 80px 0 30px;
}
#result .crossheading, .result .crossheading {
	margin: 0 auto 30px;
	width: 784px;
}
#result .resultList, .result .resultList {
	margin: 0 auto 28px;
	width: 1027px;
}
#result .resultList li, .result .resultList li {
	float: left;
}
#result .resultList li:nth-of-type(2), .result .resultList li:nth-of-type(2) {
	margin-left: 81px;
}
#result .resultList li:nth-of-type(3), .result .resultList li:nth-of-type(3) {
	margin-left: 88px;
}
#result .txt, .result .txt {
	margin: 0 auto;
	text-align: right;
	width: 1040px;
}

/*!	選ばれる4つの理由
---------------------------------------- */

.mod_reason01 {
	background: url(../img/termite/bg_termite02.png);
}

/*!	シロアリ駆除のお役立ち情報
---------------------------------------- */

.useful {
	background: url(../img/common/bg_useful01.png);
	padding: 77px 0 80px;
}
.useful .crossheading {
	margin: 0 auto 30px;
	width: 468px;
}
.useful .usefulList {
	margin: 0 auto;
	width: 1040px;
}
.useful .usefulList li {
	background: #fff;
	border: 3px solid #003f98;
	border-radius: 6px;
	float: left;
	margin-bottom: 20px;
	padding: 22px 40px 29px 30px;
	width: 429px;
}
.useful .usefulList li:nth-of-type(2n) {
	margin-left: 30px;
}
.useful .usefulList li:nth-last-of-type(-n+2) {
	margin-bottom: 20px;
}
.useful .usefulList li .subheading {
	margin-bottom: 46px;
	position: relative;
}
.useful .usefulList li .subheading .img {
	width: 68px;
}
.useful .usefulList li .subheading .title {
	font-size: 2rem;
	font-weight: bold;
	left: 85px;
	letter-spacing: .01em;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
}
.useful .usefulList li .subheading .title a {
	text-decoration: none;
}
.useful .usefulList li .subheading .title a:hover {
	text-decoration: underline;
}
.useful .usefulList li .txt {
	letter-spacing: .05em;
	line-height: 1.71;
	padding-right: 15px;
}
.useful {
	background: url(../img/termite/bg_termite02.png);
}
.useful .crossheading {
	width: 464px;
}
.useful .btn {
	text-align: center;
}

/*!	エリア情報
---------------------------------------- */

#area {
	padding: 80px 0;
}
#area .crossheading {
	margin: 0 auto 30px;
	width: 276px;
}
#area .areaIn {
	background: url(../img/bee/img_area01.png) #fff 780px 34px no-repeat;
	border: 3px solid #e5e5e5;
	border-radius: 6px;
	margin: 0 auto;
	padding: 38px 287px 41px 40px;
	width: 707px;
}
#area .areaIn .regionList dt {
	float: left;
	font-size: 1.6rem;
	font-weight: bold;
}
#area .areaIn .regionList dd {
	padding: 0 0 14px 120px;
}
#area .areaIn .regionList dd:last-of-type {
	padding: 0 0 0 120px;
}
#area .areaIn .regionList dd .prefList li {
	display: inline-block;
}
#area .areaIn .regionList dd .prefList li+li {
	padding-left: 15px;
}
#area .areaIn .regionList dd:nth-of-type(3) li:nth-child(6){
	padding: 14px 0 0;
}

/*!	サービス
---------------------------------------- */

.serviceBtn {
	background: url(../img/termite/bg_termite02.png);
	padding: 50px 0;
	text-align: center;
}
.serviceBtn .list {
	width: 1040px;
	margin: auto;
	overflow: hidden;
}
.serviceBtn .list li {
	float: left;
}
.serviceBtn .list li+li {
	float: right;
}
.serviceBtn a:hover {
	opacity: .7;
}
.mod_cv02 {
	margin-top: -13px;
}

/*!	トラブル解決＆料金事例
---------------------------------------- */
.mod-price {
	margin-bottom: 85px;
}
.mod-price .priceIn{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1040px;
	border: 4px solid #003f98;
	border-radius: 10px;
	margin: 0 auto;
}
.mod-price .box {
	padding: 0 0 0 41px;
}
.mod-price .tit {
	position: relative;
	background-color: #003f98;
	padding: 15px 0 16px 43px;
  margin-bottom: 40px;
	z-index: 1;
}
.mod-price .tit:after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 50%;
	background-color: #002d86;
	z-index: -1;
}
.mod-price .priceList .block01{
	background-color: #e9f4fb;
  width: 460px;
  float: left;
  margin: 0 30px 20px 0;
  padding: 27px 29px 26px;
  box-sizing: border-box;
}
.mod-price .priceList .block01:nth-child(even){
	margin-right: 0;
}
.mod-price .priceList .priceTit{
	font-weight: bold;
    font-size: 2rem;
		letter-spacing: .05em;
    padding-bottom: 26px;
}
.mod-price .priceList .icon{
	margin-bottom: 21px;
}
.mod-price .priceList .icon .place{
	background: #003392;
    color: #fff;
    padding: 2px 8px 0;
    border-radius: 5px;
}
.mod-price .priceList .icon .address{
	background: #fff;
    border: 1px solid #333;
    padding: 2px 5px 0;
    border-radius: 5px;
}
.mod-price .priceList .cat{
    display: inline-block;
		position: relative;
		font-size: 1.6rem;
		font-weight: bold;
		padding: 4px 0px 12px 25px;
		margin: 0 0 6px 0;
}
.mod-price .priceList .cat::before{
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	height: 10px;
	width: 10px;
	border: 3px solid #0365d4;
	border-radius: 50%;
}
.mod-price .priceList .txt{
	min-height: 54px;
	padding-bottom: 7px;
}
.mod-price .priceList .priceArea{
	min-height: 134px;
  background: #fff;
  padding: 18px 19px 7px 20px;
}
.mod-price .priceList .priceArea table{
    line-height: 2.4rem;
		margin-bottom: 10px;
}
.mod-price .priceList .priceArea tr:first-of-type th{
	color: #003392;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .025em;
}
.mod-price .priceList .priceArea td{
	text-align: right;
	width: 27%;
	vertical-align: bottom;
}
.mod-price .priceList .priceArea .total{
	border-top: 1px solid #333;
    color: #fd3327;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
		padding-top: 14px;
		margin-top: 32px;
}
.mod-price .priceList .priceArea .total .small{
	font-size: 16px;
    vertical-align: baseline;
    font-weight: bold;
}

/*! inc_note メリット・デメリット
================================================ */
.inc_note{
	margin-bottom: 85px;
}
.inc_note .noteIn{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1040px;
	border: 4px solid #003f98;
	border-radius: 10px;
	margin: 0 auto;
}
.inc_note .noteTit{
	position: relative;
	color: #fff;
	background-color: #003f98;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .08em;
	padding: 7px 0 7px 40px;
	z-index: 1;
}
.inc_note .noteTit:after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 50%;
	background-color: #002d86;
	z-index: -1;
}

.inc_note .noteInner{
	padding: 28px 20px;
}
.inc_note .noteInner .noteIntro{
	font-size: 1.4rem;
	line-height: 1.8;
	padding-bottom: 20px;
}
.inc_note .noteInner .box{
	background: #f5f5f5;
	border-radius: 5px;
	padding: 0 20px;
}
.inc_note .noteInner .box + .box{
	margin-top: 40px;
}
.inc_note .noteInner .box .lead{
	background: url(../img/termite/bg_ico01.png) 0 0 repeat;
	background-size: 12px;
	color: #fff;
	border-radius: 5px 5px 0 0;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 12px 0 11px;
	margin: 0 -20px 20px;
}
.inc_note .noteInner .box .copy{
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 12px;
}
.inc_note .noteInner .box .txt{
	font-size: 1.4rem;
	line-height: 1.8;
	padding-bottom: 20px;
}
.inc_note .noteInner .box + .noteIntro{
	margin-top: 28px;
}