@charset "sjis";

.container_{
	 background: none!important;
	 padding: 0!important;
	 margin-top: 0!important;
	 margin-bottom: 0!important;
}
.col1_{
	 background: none!important;
	 padding: 0!important;
	 margin-bottom: 0!important;
}
#section-bread {
  color:#969696;
}

#section-bread ul{
  overflow: hidden;
  margin:0px;
  padding:0px;
}

#section-bread ul li{
  float:left;
  font-size:14px;
}

#section-bread li span{
  display:inline-block;
  margin:0px 10px;
  color:#969696;
}

#section-bread ul li a{
  color:#969696;
}

#section-title h2{
  color:#006450;
  height:30px;
  line-height: 30px;
  /*background:url("../img/guide-icon.png") no-repeat left center;*/
  padding-left: 0;
  font-size:28px;
  font-weight: normal;
  margin-bottom:10px;
}

#guide-contents{
  width:1000px;
  overflow: hidden;
  margin:auto;
  margin-bottom:30px;
}

.guide-contents-row{
  width:100%;
  overflow: hidden;
  margin-bottom:25px;
}

#guide-contents .guide-block{
  float:left;
  width:313px;
  margin-right:30px;
}

#guide-contents .guide-block:last-child{
  margin-right:0px;
}

#guide-contents .guide-block h3{
  font-size:16px;
  font-weight: normal;
  border-bottom:1px solid #C8C8C8;
  padding-bottom:7px;
}

#guide-contents .guide-block h3.small-title{
  letter-spacing: -0.5px;
}


#guide-contents .guide-block ul{
  margin:0px;
  padding:0px;
  margin-top:25px;
}

#guide-contents .guide-block ul li{
  margin:0px;
  margin-bottom:13px;
}

#guide-contents .guide-block ul li a{
  font-size:14px;
  transition: color 200ms ease;
  cursor: pointer;
}

#guide-contents .guide-block ul li a:hover{
  color:#006450;
}
#guide-contents .btn_guide a{
    display: block;
    width: 300px;
    height: 56px;
    text-align: center;
    color: #fff;
    font-size: 15px!important;
    line-height: 56px;
    position: relative;
    margin: 15px auto 35px;
    text-decoration: none;
    background-color: #006450;
}
#guide-contents .btn_guide a::before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 23px;
    right: 23px;
}
#guide-contents .btn_guide a:hover{
    opacity: 0.8;
}