@charset "UTF-8";
/*!	パンくずリスト
---------------------------------------- */
.breadcrumb {
  margin: 0 auto 60px;
  padding: 17px 0 0;
  width: 1040px;
}

.breadcrumb li {
  display: inline-block;
  font-size: 19.2px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

.breadcrumb li + li:before {
  content: ">";
}

.breadcrumb li a {
  color: #003f98;
  text-decoration: none;
}

.breadcrumb li a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*!	お庭のお役立ち情報
---------------------------------------- */
.contents .main .useful .crossheading {
  margin-bottom: 20px;
}

.contents .main .useful .usefulInfo li {
  background: url(../img/home/bg_useful01.png) right bottom no-repeat;
  border: 1px solid #c9cac8;
  padding: 22px 36px 11px 29px;
}

.contents .main .useful .usefulInfo li .subheading {
  font-size: 28.8px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  margin-bottom: 14px;
}

.contents .main .useful .usefulInfo li .subheading a {
  background: url(../img/home/ico_tree01.png) left center no-repeat;
  color: #003f98;
  display: block;
  font-weight: bold;
  padding: 6px 0 7px 35px;
}

.contents .main .useful .usefulInfo li .subheading a:hover {
  text-decoration: none;
}

.contents .main .useful .usefulInfo li .txt {
  letter-spacing: .05em;
  line-height: 1.79;
}

.contents .main .useful .usefulInfo li + li {
  margin-top: 15px;
}
.contents .main .useful .btn {
  margin-top: 15px;
  text-align: center;
}


/*!	お庭の生活救急車は、お庭のトラブル解決No.1を目指します
---------------------------------------- */
.mod_no101 {
  margin: 38px 0 90px;
}

/*! 見出し
---------------------------------------- */
.infoTit01 {
  background: #003f98;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #003f98 0%, #003f98 50%, #003c92 50%, #003c92 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #003f98 0%, #003f98 50%, #003c92 50%, #003c92 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f98', endColorstr='#003c92',GradientType=0 );
  /* IE6-9 */
  font-size: 36.8px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
  padding: 20px 23px;
}

.infoTit02 {
  border-bottom: 4px solid #003f98;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #003f98;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.infoTit03 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px;
  /*! add 20170731 */
  background-color: #e9f7fd;
  color: #003f98;
  /*!add end*/
}
#contents01 .txt01 .list .infoTit03{
	margin-top: 10px;
}

.infoTit04 {
  font-size: 2rem;
  font-weight: bold;
  color: #003f98;
  background: url(../img/information/tit_common04.png) repeat-x left bottom;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

/*! テキスト
---------------------------------------- */
/*! add 20170731 */
.readTxt {
	line-height: 1.6;
	background: #e9f7fd;
	font-size: 1.5rem;
	margin-bottom: 15px;
	padding: 10px 10px 10px 20px;
	border-top: 3px double #003f98;
	border-bottom: 3px double #003f98;
}

/*!add end*/
.txt01,
.txt02 {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.kind li{
	color: #003f98;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.center {
  text-align: center;
}

/*! 2カラム・コンテンツのマージン
---------------------------------------- */
section[id*="contents"] {
  margin-bottom: 50px;
}

.pic01 {
  margin-bottom: 20px;
}

.column01 {
  margin-bottom: 25px;
}

.list{
	margin-top: 8px;
}
.kind{
	margin-top: 8px;
	padding: 10px 8px 5px 5px;
	background: #e9f7fd;
	margin-bottom: 10px;
}

.license .item p{
	padding: 8px 0 8px;
}

.column01 .pic01 {
	margin-right: 15px;
	margin-bottom: 10px;
	width: 280px;
	display: inline-block;
	float: left;
}

.column01 .txt01 {
}

.bg01 {
  background: #e9f7fd;
  padding: 30px;
}

.column02 .pic02 {
  margin-bottom: 0;
  width: 280px;
  float: right;
  padding: 6px;
  box-shadow: 0px 0px 3px 1px #dad9e3;
  -moz-box-shadow: 0px 0px 3px 1px #dad9e3;
  -webkit-box-shadow: 0px 0px 3px 1px #dad9e3;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}

.column02 .pic02:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #e9f7fd transparent transparent transparent;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
}

.column02 .pic02:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #e9f7fd transparent;
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: 1;
}

.column02 .txt01 {
  float: left;
  width: 427px;
  margin-top: -5px;
}

/*! add start 20170731 */
#contents01 .txt01 p,
.column01 .txt01 p,
.column01 .txt02 p {
  padding: 8px 0;
}

.column01 .txt01 .list .item,
.column01 .txt02 .list .item {
  overflow: hidden;
  margin-bottom: 10px;
}

.column01 .txt01 .list .item:first-child,
.column01 .txt02 .list .item:first-child {
  margin-top: 10px;
}

.column01 .txt01 .wraparound{
	margin-top: 9px;
}

/*! add end*/

/*# sourceMappingURL=maps/information.css.map */


/* toc
--------------------------------- */
.tocWrap{
  border: 1px solid #d7d6d6;
    margin: 30px 0;
    padding: 30px;
}
.tocWrap .tocTitle{
  border-bottom: solid 1px #d7d6d6;
    padding-bottom: 8px;
    margin-bottom: 14px;
    font-size: 1.8rem;
    font-weight: 700;
}
.tocWrap #toc li{
    margin-top: 15px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
}
.tocWrap #toc li a{
    color: #313131;
    text-decoration: none;
}
.tocWrap #toc li::before{
  position: absolute;
    top: 0;
    left: 0px;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: #003f98;
}
.tocWrap #toc li a:hover{
  color: #003f98;
}