/*
Theme Name: 伐採グループ神奈川エリア
Description: 伐採グループ神奈川エリアのテーマ
Theme URI: http://szc-e.net/
Author: STEREO KITCHEN
Author URI: http://www.stereo-kitchen.net
Version: 1.0
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/


@charset "utf-8";

/* Reset
------------------------------------------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:bottom;
}
body {
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    cursor: pointer;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse: collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* Common
------------------------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
html {
	font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
	background: #fff url("images/common/body_bg.gif") repeat 0 0;
	color: #333;
  font-family: Roboto , "Hiragino Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1em;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

a {
    color: #333;
    outline: medium none;
    overflow: hidden;
    text-decoration: none;
}

a:visited {
    outline: medium none;
}

a:focus {
    outline: medium none;
    overflow: hidden;
}

a:active, a:hover {
    color: #888;
    outline: medium none;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: bold;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
}

h1 {
}

h2 {

}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: none repeat scroll 0 0 #FFFF00;
    color: #000000;
}

p {
    line-height: 1.7em;
    margin: 0 0 23px;
    max-height: 100%;
}

code, kbd, pre, samp {
    -moz-hyphens: none;
    font-family: monospace,serif;
    font-size: 14px;
}

pre {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #666666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    -moz-hyphens: none;
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite, blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: upperworks;
}

blockquote em, blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

small {
    font-size: 12px;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 0 30px;
}

dt {
    font-weight: bold;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 5px;
    max-height: 100%;
}

dd {
    margin: 0 0 5px;
    max-height: 100%;
}

menu, ol, ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}
img {
    border: 0 none;
    vertical-align: middle;
}

input[type="text"]:focus,
textarea:focus {
  outline: none;
}

span {
  vertical-align: baseline;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
  display: block;
  margin: auto;
  text-align: center;
}
.center {
  text-align: center;
}

.clear {
	clear: both;
}

/* Micro Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager {
    *zoom: 1;
}

.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


.attention {
	color: #df3c34;
}

.orange {
  color: #ff7f00;
}

.inner {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.sp-only {
  display: none;
}

a:hover img {
  opacity: 0.8;
}
a:hover img.hover_change_image {
  opacity: 1;
}

.sp-only {
  display: none;
}


/* Header
------------------------------------------------------------ */

/* Header */
header {
}
#header {
  border-top: 3px solid #76af03;
}
#header .inner {
  height: 125px;
}
#header h1.header_description {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  padding-top: 12px;
  margin-bottom: 0;
}
#header .logo {
  left: 0;
  position: absolute;
  top: 42px;
}
#header .shop_name{
  position: absolute;
  left: 250px;
  top: 15px;
  font-size: 20px;
  margin: 0;
  color: #76af03;
}
#header .header_credit {
  right: 0;
  position: absolute;
  top: 13px;
}
#header .header_tel {
  right: 190px;
  position: absolute;
  top: 57px;
}
#header .header_tel .text{
  color: #e04233;
  font-size: 15px;
  font-weight: bold;
  text-align-last: justify;
}
#header .header_tel .telnum{
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #333;
  line-height: 26px;
  text-align-last: justify;
}
#header .header_contact {
  right: 0;
  position: absolute;
  top: 58px;
}

/* Navigation */
nav {}

#main_nav {
  overflow: hidden;
  margin-bottom: 16px;
  width: 100%;
}
#main_nav ul {
  background: url("images/common/nav_line.png") no-repeat 100% 50%;
}
#main_nav ul li {
	float: left;
	margin: 0;
  position: relative;
  width: 166px;
}
#main_nav ul li:last-child {
  width: 167px;
}
#main_nav ul li a {
  background: url("images/common/nav_line.png") no-repeat 0 50%;
  font-size: 15px;
  font-size: 1.5rem;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  font-weight: 600;
  display: block;
  text-align: center;
}
#main_nav ul li.current_page_item a,
#main_nav ul li a:hover {
  color: #76af03;
  text-decoration: none;
}


/* Main Image */
#main_image {
  background: #eef4e6;
  overflow: hidden;
  padding: 23px 0;
  text-align: center;
  margin-bottom: 40px;
}
#main_image .main_visual {
  margin-bottom: 29px;
}
#main_image ul li {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 235px;
}
#main_image ul li.right {
  margin-right: 0;
}
#main_image ul li .point_num {
  position: absolute;
  left: 50%;
  top: -14px;
  margin-left: -57px;
}
#main_image ul li .box {
  background: #fff;
  border: 1px solid #edede6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 28px 15px 15px;
  text-align: center;
}
#main_image ul li .box .tit {
  color: #76af03;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 8px;
}
#main_image ul li .box p {
  margin-bottom: 0;
}

/* Layout
------------------------------------------------------------ */
/* Container */
#container {
}

/* Main Area */
#main {
  margin: 0 auto;
  width: 1000px;
}
/* Sidebar */
#sidebar {
  float: left;
  margin-bottom: 80px;
  width: 270px;
}

/* Contents */
#contents {
  float: right;
  margin-bottom: 80px;
  width: 700px;
}



/* Side Area
------------------------------------------------------------ */

/* Common */
#sidebar > div {
  margin-bottom: 20px;
}
#sidebar h2 {
  background: #76af03;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 600;
  line-height: 1em;
  padding: 12px 0 9px;
  margin-bottom: 0;
  text-align: center;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
#sidebar .box {
  background: #fff;
  border-bottom: 1px solid #edede6;
  border-left: 1px solid #edede6;
  border-right: 1px solid #edede6;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 19px;
}

/* Side Inquiry */
#sidebar .side_inquiry h2 {
  background: #f0a605;
}
#sidebar .side_inquiry .box {
  padding: 19px 0;
  text-align: center;
}
#sidebar .side_inquiry .tel-link {
  margin-bottom: 13px;
}
#sidebar .side_inquiry .tel_wrap {
  width: 230px;
  margin: 0 auto 10px;
}
#sidebar .side_inquiry .tel_wrap .text{
  color: #e04233;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  text-align-last: justify;
  margin-bottom: 0;
}
#sidebar .side_inquiry .tel_wrap span{
  position: relative;
  top: -3px;
}
#sidebar .side_inquiry .tel_wrap .telnum{
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #333;
  line-height: inherit;
  text-align-last: justify;
  margin-bottom: 0;
  white-space: nowrap;
  position: relative;
  top: 3px;
}


/* Side Menu */
#sidebar .side_menu .box {
  border-top: 1px solid #edede6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#sidebar .side_menu h2 {
  background: url("images/common/line_dot.png") repeat-x 0 100%;
  color: #76af03;
  letter-spacing: 0.2em;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  padding: 0 0 17px;
  margin-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
#sidebar .side_menu ul li a {
  background: url("images/common/icon_arrow1.png") no-repeat 10px 50%;
  color: #76af03;
  display: block;
  padding: 10px 10px 8px 28px;
}
#sidebar .side_menu ul li a:hover {
  color: #b5d85c;
}

/* Side Area */

#sidebar .side_area .box {
  background: #f5f7ee;
  text-align: center;
}

#sidebar .side_area .box .title {
  color: #76af03;
  font-size: 16px;
  font-weight: bold;
}
#sidebar .side_area .box .title span.red {
  color: #e04233;
}
#sidebar .side_area .box .supported_area {
  text-align: left;
}
#sidebar .side_area .box .supported_area span img {
  float: left;
  vertical-align: top;
}

/* Side Staff */
#sidebar .side_staff {
  background: #ffffff;
  border-bottom: 2px solid #edede6;
  border-top: 3px solid #76af03;
  padding: 20px;
}
#sidebar .side_staff h2 {
  background: none;
  padding: 0;
  margin-bottom: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
#sidebar .side_staff .block {
  border-bottom: 1px solid #edede6;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
#sidebar .side_staff .block.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#sidebar .side_staff dl.alignleft {
  margin-bottom: 0;
  width: 130px;
}
#sidebar .side_staff dt {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
#sidebar .side_staff dd {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 2px;
  line-height: 1.5em;
}

/* Side Results */
#sidebar .side_result .box {
  padding: 0;
}
#sidebar .side_result ul {
  padding: 19px;
}
#sidebar .side_result ul li {
  border-bottom: 1px solid #edede6;
  padding: 0 0 19px;
  margin-bottom: 20px;
}
#sidebar .side_result ul li:last-child {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
#sidebar .side_result ul li img {
  height: auto;
  margin-bottom: 8px;
  width: 100%;
}
#sidebar .side_result ul li .archive_content .date {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1em;
  margin-bottom: 4px;
}
#sidebar .side_result ul li .archive_content p.title {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  line-height: 1.4em;
}
#sidebar .side_result a.more_link {
  background: #edede6;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 10px;
}
#sidebar .side_result a.more_link span {
  background: url("images/common/icon_arrow1.png") no-repeat 100% 50%;
  padding-right: 11px;
}


/* Contents Area
------------------------------------------------------------ */

/* Title */
#contents h1 {
}
#contents h1.page_title {
  margin-bottom: 30px;
}
#contents h2 {
  background: #76af03 url("images/common/h2_bg.png") no-repeat 14px 50%;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.1em;
  padding: 13px 0 10px 30px;
  margin-bottom: 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
#contents h3 {
  background: url("images/common/h3_bg.png") no-repeat 2px 50%;
  color: #76af03;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 0 18px;
  margin-bottom: 10px;
}
#contents h4 {
}

#contents h5 {
}

/* Main Title */


/* Bread Navi */
.breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
	text-align: left;
  margin-bottom: 15px;
}
.breadcrumbs a {
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a.home {
}
.breadcrumbs .inner > span {
	margin: 0 7px;
}
.breadcrumbs .inner > span:first-child {
  margin: 0 7px 0 0;
}

/* Pager */
#contents .pager {
	clear: both;
  height: 30px;
	margin: 0px 0 20px;
	position: relative;
	font-size: 13px;
  font-size: 1.3rem;
}
#contents .pager a {
}
#contents .pager .page_count {
	position: absolute;
	top: 5px;
	left: 0;
}
#contents .pager .pager_num {
  display: block;
  text-align: center;
}
#contents .pager .pager_num span,
#contents .pager .pager_num a {
  color: #999;
  border: 1px solid #999;
  display: inline-block;
  margin: 0 2px;
  text-decoration: none;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 29px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
}
#contents .pager .pager_num span.current {
  background: #999;
  color: #fff;
}
#contents .pager .pager_num a {
}
#contents .pager .pager_num a:hover {
  background: #999;
  color: #fff;
}

#contents .pager .pager_right {
	position: absolute;
	top: 5px;
	right: 0;
}

#contents .pager .pager_orderby {
}

#contents .pager a.next,
#contents .pager a.prev {
}

#contents .navigation {
	clear: both;
  text-align: center;
}
#contents .navigation a {
  font-size: 13px;
  font-size: 1.3rem;
}
#contents .navigation a:hover {
}
#contents .navigation span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* Common */
#contents article section {
  margin-bottom: 30px;
}
#contents .block {
  background: #fff;
  border-bottom: 1px solid #edede6;
  border-left: 1px solid #edede6;
  border-right: 1px solid #edede6;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 19px;
}

#contents table {
  border-top: 1px solid #deded7;
  border-left: 1px solid #deded7;
  margin-bottom: 20px;
  width: 100%;
}
#contents table th {
  background: #f5f5ed;
  border-right: 1px solid #deded7;
  border-bottom: 1px solid #deded7;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.5em;
  text-align: left;
  vertical-align: middle;
}
#contents table td {
  border-right: 1px solid #deded7;
  border-bottom: 1px solid #deded7;
  font-weight: normal;
  line-height: 1.5em;
  text-align: left;
  vertical-align: middle;
}

#content_inquiry {
  background: url("images/common/content_inquiry.png") no-repeat 0 0;
  height: 120px;
  position: relative;
}
#content_inquiry img {
  position: absolute;
  right: 13px;
  bottom: 13px;
}
#content_inquiry .tel {
  position: absolute;
  right: 190px;
  bottom: 8px;
}
#content_inquiry .telnum{
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #333;
  line-height: 26px;
  text-align-last: justify;
  margin-bottom: 0;
}
#content_inquiry .hour{
  color: #e04233;
  font-size: 15px;
  font-weight: bold;
  text-align-last: justify;
  margin-bottom: 0;
}

#content_voice h2 {
  background: none;
  padding: 0;
  text-align: center;
  margin-bottom: 26px;
}
#content_voice .voice_top_bg {
  background: url("images/common/paper_top_bg.png") no-repeat 0 0%;
  padding-top: 35px;
}
#content_voice .voice_bottom_bg {
  background: url("images/common/paper_bottom_bg.png") no-repeat 0% 100%;
  padding-bottom: 10px;
}
#content_voice .voice_bg {
  background: url("images/common/paper_bg.png") repeat-y 0 50%;
  padding: 10px 22px 8px 17px;
}
#content_voice .voice_paper {
  background: url("images/common/paper_line.gif") repeat 0 0;
  padding: 5px 0 10px;
  position: relative;
}
#content_voice .voice_paper .clip {
  position: absolute;
  top: -51px;
  left: 3px;
}
#content_voice ul li {
  float: left;
  margin-right: 15px;
  width: 210px;
}
#content_voice ul li.right {
  margin-right: 0;
}
#content_voice ul li img.voice_img {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
#content_voice ul li p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 6px;
}

#content_point .box {
  width: 340px;
}
#content_point h2 {
  background-position: 13px 7px;
  background-repeat: no-repeat;
  background-image: url("images/common/tit_point.png");
  padding-left: 80px;
}
#content_point .alignleft h2 {
  background-image: url("images/common/tit_point1.png");
}
#content_point .alignright h2 {
  background-image: url("images/common/tit_point2.png");
}
#content_point img {
  margin-bottom: 12px;
}
#content_point img.alignleft {
  margin-right: 20px;
}
#content_point p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0;
}
#content_point p.alignright {
  font-size: 15px;
  font-size: 1.5rem;
  width: 320px;
}

#content_result {
  background: url("images/common/result_bg.gif") repeat 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}
#content_result .result_bg {
  background: #fff;
  padding: 10px 10px 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#content_result h2 {
  background: url("images/common/result_tit_bg.png") no-repeat 50% 0;
  height: 53px;
  line-height: 53px;
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#content_result .result_img {
  background: url("images/common/result_arrow.png") no-repeat 50% 70px;
  margin-bottom: 20px;
}
#content_result .result_img > div {
  text-align: center;
  width: 300px;
}
#content_result .result_img img {
  margin-bottom: 6px;
}
#content_result .result_img .name {
  font-weight: bold;
  font-weight: 500px;
}

#content_price table {
  margin-bottom: 0;
}
#content_price table th {
  text-align: center;
  padding: 16px 0;
  width: 16.6%;
}
#content_price table.half th {
  width: 65%;
}
#content_price table td {
  text-align: center;
  padding: 16px 0;
}
#content_price ul {
  padding-top: 10px;
}
#content_price ul li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 2px;
}

#content_faq dl {
  margin-bottom: 0;
}
#content_faq dl dt {
  background: url("images/common/icon_q.png") no-repeat 4px 0;
  color: #76af03;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1px 0 3px 35px;
  margin-bottom: 12px;
}
#content_faq dl dd {
  background: #f5f5ed;
  line-height: 1.5em;
  padding: 20px;
  margin-bottom: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#content_faq dl dd.last {
  margin-bottom: 0;
}
#content_faq dl dd ul {
  padding-top: 10px;
}
#content_faq dl dd ul li {
  font-size: 13px;
  font-size: 1.3rem;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

#content_reason ul {
  margin-bottom: 15px;
}
#content_reason ul li {
  float: left;
  margin-right: 30px;
  width: 200px;
}
#content_reason ul li.right {
  margin-right: 0;
}
#content_reason p {
  margin-bottom: 0;
}

#page_link {
  background-color: #fff;
  border: 1px solid #edede6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 60px;
  line-height: 60px;
  position: relative;
  padding-left: 170px;
}
#page_link .tit {
  background: url("images/common/other_service_tit_bg.png") no-repeat 0 0;
  color: #fff;
  font-weight: bold;
  font-weight: 600;
  height: 60px;
  left: -1px;
  line-height: 60px;
  text-align: center;
  width: 148px;
  position: absolute;
  top: -1px;
}
#page_link a {
  background: url("images/common/icon_arrow1.png") no-repeat 0 50%;
  display: inline-block;
  *display: inline;
  *z-index: 1;
  padding-left: 11px;
  text-decoration: underline;
  margin-right: 20px;
}
#page_link a:last-child {
  margin-right: 0;
}
#page_link a:hover {
  text-decoration: none;
}

/* Archive */

/* Top Page */
#top_trouble {
  background: url("images/top/trouble_bg.gif") repeat 0 0;
  border: 1px solid #edede6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 13px 20px;
  position: relative;
}
#top_trouble .trouble_tit {
  text-align: center;
  margin-bottom: 15px;
}
#top_trouble ul li {
  background: url("images/common/icon_check.png") no-repeat 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 600;
  padding: 6px 0 4px 28px;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}
#top_trouble .trouble_img {
  position: absolute;
  bottom: 0;
  right: 2px;
}
#top_service h3.min {
  font-size: 15px;
  font-size: 1.5rem;
}
#top_service .alignleft,
#top_service .alignright {
  margin-bottom: 40px;
  width: 320px;
}
#top_service .last .alignleft,
#top_service .last .alignright {
  margin-bottom: 10px;
}
#top_service img {
  float: left;
}
#top_service .txt_area {
  float: right;
  width: 145px;
}
#top_service .price {
  color: #df3c34;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 5px;
}
#top_service p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
#top_service .link {
  text-align: right;
}
#top_service .link a {
  background: url("images/common/icon_arrow1.png") no-repeat 0 50%;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: underline;
  padding-left: 18px;
}
#top_service .link a:hover {
  text-decoration: none;
}
#top_flow .block {
  padding-top: 29px;
}
#top_flow ul li {
  float: left;
  margin-right: 30px;
  position: relative;
  width: 200px;
}
#top_flow ul li.right {
  margin-right: 0;
}
#top_flow ul li:before {
  background: url("images/top/flow_arrow.png") no-repeat 0 0;
  content: "";
  height: 30px;
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
}
#top_flow ul li.right:before {
  content: none;
}
#top_flow ul li .box {
  border: 1px solid #76af03;
  min-height: 185px;
  padding: 25px 10px 0;
  text-align: center;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#top_flow ul li .step_num {
  position: absolute;
  left: 50%;
  margin-left: -58px;
  top: -14px;
}
#top_flow ul li.right .step_num {
  margin-left: -68px;
}
#top_flow ul li .icon {
  height: 59px;
  line-height: 59px;
  margin-bottom: 8px;
}
#top_flow ul li p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6em;
  margin-bottom: 0;
}
#top_flow ul li p.large {
  color: #76af03;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 5px;
}
#top_flow ul li .tel {
  color: #df3c34;
  font-size: 23px;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 8px;
}

#top_result {
  background: url("images/common/result_bg.gif") repeat 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}
#top_result .result_bg {
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#top_result h2 {
  background: url("images/common/result_tit_bg.png") no-repeat 50% 0;
  height: 53px;
  line-height: 53px;
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#top_result .result_img {
  background: url("images/top/result_arrow.png") no-repeat 50% 47px;
  float: left;
  width: 420px;
}
#top_result .result_img > div {
  text-align: center;
  width: 190px;
}
#top_result .result_img img {
  margin-bottom: 6px;
}
#top_result .result_img .name {
  font-weight: bold;
  font-weight: 500px;
}
#top_result .comment {
  float: right;
  width: 220px;
}
#top_result .comment p {
  font-weight: bold;
  font-weight: 600px;
  margin-bottom: 9px;
}
#top_greeting .alignright {
  width: 450px;
}
#top_greeting .alignright p {
  margin-bottom: 0;
}
#top_news h2 .h2_box {
  position: relative;
}
#top_news h2 a {
  background: url("images/top/icon_news_more.png") no-repeat 0 50%;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  right: 11px;
  top: 0px;
  padding: 0 0 0 22px;
}
#top_news h2 a:hover {
  text-decoration: underline;
}

#top_news dl {
  margin-bottom: 0;
}
#top_news dl dd {
  border-bottom: 1px solid #edede6;
  padding: 0 10px 5px;
  margin-bottom: 20px;
}
#top_news dl dd:last-child {
  margin-bottom: 0;
}
#top_news dl dd span.date {
  font-weight: bold;
  float: left;
  width: 22%;
}
#top_news dl dd span.title {
  font-weight: normal;
  float: right;
  width: 75%;
}

#top_map .table {
  display: table;
}
#top_map .table .googlemap {
  display: table-cell;
  width: 340px;
  vertical-align: middle;
}
#top_map .table .profile {
  display: table-cell;
  text-align: center;
  width: 320px;
  vertical-align: middle;
}
#top_map .table .profile img {
  margin-bottom: 10px;
}
#top_map .table .profile p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8em;
  margin-bottom: 0;
}

/* Exterior */
#exterior #clean_up p {
  margin-bottom: 0;
}
#exterior #construction ul {
  margin-bottom: 25px;
}
#exterior #construction ul li {
  float: left;
  margin-right: 15px;
  width: 210px;
}
#exterior #construction ul li.right {
  margin-right: 0;
}
#exterior #construction ul li img {
  margin-bottom: 8px;
}
#exterior #construction ul li span {
  display: block;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.4em;
}


/* Company */
#company_greeting .alignleft {
  margin-right: 20px;
}
#company_greeting p {
  margin-bottom: 0;
}
#company_profile p {
  margin-bottom: 20px;
}
#company_profile table th {
  padding: 16px 25px;
  width: 27%;
}
#company_profile table td {
  padding: 16px 25px;
}
#company_profile .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 8px;
}
#company_profile .ggmap iframe,
#company_profile .ggmap object,
#company_profile .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#company_recruit {
  background: url("images/top/trouble_bg.gif") repeat 0 0;
  border: 1px solid #edede6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px 19px;
}
#company_recruit .alignleft {
  margin-right: 20px;
}
#company_recruit p {
  margin-bottom: 0;
}
#company_recruit p.large {
  color: #f0a605;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 8px;
}
#company_recruit p.large span {
  position: relative;
}
#company_recruit p.large span:before {
  background: #f0a605;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  right: -105px;
  width: 100px;
}

/* Contact */
#contact_form .table {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
#contact_form .table .list {
  display: table-cell;
  width: 450px;
  vertical-align: middle;
}
#contact_form .table .list ol {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
#contact_form .table .list ol > li {
 position: relative;
 margin-bottom: 28px;
 padding-left: 2.8em;
 line-height: 1.4em;
}
#contact_form .table .list ol > li:last-child {
  margin-bottom: 0;
}
#contact_form .table .list ol > li:before {
  border: 2px solid #76af03;
  color: #76af03;
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  top: -4px;
  left: 0;
  height: 26px;
  line-height: 26px;
  width: 26px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#contact_form .table .img {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

#form h3 {
  background: none;
  color: #333;
  border-bottom: #76af03 2px solid;
  padding: 0 0 5px;
}
#form p {
  margin-bottom: 10px;
}
#form table {
  margin-bottom: 20px;
  width: 100%;
}
#form table th {
  background: #f7f7f7;
  border-top: solid #e0e0e0 1px;
  border-left: solid #e0e0e0 1px;
  border-right: solid #e0e0e0 1px;
  font-size: 14px;
  padding: 14px 14px;
  text-align: left;
  font-weight: normal;
  width: 30%;
  vertical-align: top;
}
#form table th.last {
  border-bottom: solid #e0e0e0 1px;
  vertical-align: top;
}
#form table th small {
  font-size: 11px;
}
#form table th span.attention {
  background: #e81f18;
  color: #fff;
  font-weight: normal;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 11px;
  margin-left: 6px;
  padding: 2px 4px 2px 3px;
  vertical-align: baseline;
}
#form table td {
  border-top: solid #e0e0e0 1px;
  border-right: solid #e0e0e0 1px;
  color: #333;
  font-size: 14px;
  padding: 5px 9px;
  vertical-align: middle;
}
#form table td.last {
  border-bottom: solid #e0e0e0 1px;
}
#form td input, #form td textarea {
  background: #fff;
  border: 1px solid #e0e0e0;
  font-size: 13px;
  margin: 0;
  padding: 8px 2%;
  width: 100%;
  vertical-align: middle;
}
#form td.tel_input input {
  width: 20%;
}
#form td label {
  margin-right: 1em;
  margin-left: 0.5em;
}
#form td label input {
  margin-right: 0.5em;
}
#form .mw_wp_form_preview td .preview_hidden {
  display: none;
}
#form .mw_wp_form_preview th span.attention {
  display: none;
}

#form .check_policy {
    text-align: center;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 10px;
}
#form .check_policy a {
  color: #777;
}
#form .check_policy input {
  vertical-align: middle;
}
#form .btn_form {
    text-align: center;
}
#form .btn_form input {
    background: #f0a605;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    height: 43px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 200px;
}
#form .btn_form input:hover {
  background: #f0a605;
}



/* Results */
#result {
  margin-bottom: 70px;
}
#result article {
  background: #fff;
  border: 1px solid #edede6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 19px;
  margin-bottom: 30px;
}
#result article .date {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  font-weight: 500;
  margin-bottom: 3px;
}
#result article h1 {
  color: #76af03;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 14px;
}
#result article .post_thumbnail {
  float: left;
  width: 300px;
}
#result article .post_thumbnail img {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}
#result article .post_content {
  float: right;
  width: 340px;
}
#result article .post_content p:last-child {
  margin-bottom: 0;
}
#result article .post_content img {
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
#result .back_btn {
  text-align: center;
}
#result .back_btn a {
  background: url("images/common/icon_arrow1.png") no-repeat 0 50%;
  padding-left: 13px;
}

/* News */
#news article {
  background: #fff;
  border: 1px solid #edede6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 19px;
  margin-bottom: 30px;
}
#news article h1 {
  background: none;
  border-bottom: 2px solid #76af03;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 4px;
  margin-bottom: 8px;
}
#news .date {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: right;
  line-height: 1em;
}
#news .post_thumbnail {
  text-align: center;
  margin-bottom: 20px;
}
#news .post_thumbnail img {
  height: auto;
  max-width: 100%;
}
#news .post_content img {
  height: auto;
  max-width: 100%;
}
#news .post_content p:last-child {
  margin-bottom: 0;
}

/* Privacy Policy */
#privacy_policy ul {
	margin-bottom: 40px;
}
#privacy_policy ul li {
	list-style-type: disc;
	padding-left: -1em;
	margin-left: 1em;
  margin-bottom: 5px;
}


/* Sitemap */
#sitemap ul li {
  padding: 10px;
}
#sitemap ul li a {
  background: url("images/common/icon_arrow1.png") no-repeat 0 50%;
  padding: 1px 0 1px 15px;
}


/* Footer Area
------------------------------------------------------------ */

/* Commen */
footer {
	clear: both;
  position: relative;
}
#footer {
  background: #fff;
  border-top: 3px solid #edede6;
	clear: both;
}

#footer dl {
  margin-bottom: 0;
}
#footer dl dt {
  font-size: 15px;
  font-size: 1.5rem;
}
#footer dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7em;
  margin-bottom: 15px;
}

/* Page Top */
#footer .pagetop {
  bottom: 50px;
  position: fixed;
  right: 50px;
}

/* Footer Area */
#footer .footer_area {
  border-bottom: 1px solid #edede6;
  padding: 30px 0 10px;
}

/* Footer Info */
#footer .footer_info {
  padding: 26px 0 17px;
}
#footer .footer_info .table {
  display: table;
}
#footer .footer_info .footer_logo {
  display: table-cell;
  width: 353px;
  vertical-align: middle;
}
#footer .footer_info .footer_tel {
  display: table-cell;
  width: 210px;
  vertical-align: middle;
}
#footer .footer_info .footer_tel .text{
  color: #e04233;
  font-size: 15px;
  font-weight: bold;
  text-align-last: justify;
}
#footer .footer_info .footer_tel .telnum{
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #333;
  line-height: 26px;
  text-align-last: justify;
  white-space: nowrap;
}
#footer .footer_info .footer_menu {
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
}
#footer .footer_info .footer_menu a {
  background: url("images/common/icon_arrow1.png") no-repeat 0 50%;
  display: inline-block;
  *display: inline;
  *z-index: 1;
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 10px;
  margin-right: 15px;
}
#footer .footer_info .footer_menu a.last {
  margin-right: 0;
}

/* Footer Copyright */
#footer .copyright {
  background: #333;
  padding: 8px 0;
  text-align: center;
}
#footer .copyright address {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  font-style: normal;
  margin-bottom: 0;
}
#footer .copyright address a {
  color: #fff;
}
