/*====================================
guide
====================================*/
@charset "utf-8";
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
.section .col02 .detail:after{
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	line-height: 1em;
	background-image: url(/welfare/common/image_common/parts_ico_btn_detail_arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 20px 20px;
	position: relative;
	top: 3px;
	left: 5px;
}
@media screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
	Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
#guide_wrap.section {
    margin-bottom: 80px;
}

#guide_wrap .section_column img{
  vertical-align:top;
}

#guide_wrap .guide_sub .col_left{
	width: 282px;
}

#guide_wrap .guide_sub .col_left:nth-child(2){
	margin-left: 17px;
}

#guide_wrap .guide_sub .col_right{
	width: 282px;
}

#guide_wrap .guide_sub .text_copy{
	font-size: 13px;
  min-height: 3em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}

#guide_wrap .guide_sub img{
	border-radius: 8px;
  margin-bottom: 13px;
  border: 1px solid #ddd;
}

#guide_wrap .guide_sub .text_ttl{
	font-size: 15.5px;
  margin-bottom: 3px;
  letter-spacing: 0.06em;
  color: #5b5b5b;
}

#guide_wrap .guide_sub .text_desc{
	font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.9em;
  min-height: 4em;
}

#guide_wrap .guide_sub .link-box{
	text-align: center !important;
}

#guide_wrap .guide_sub .link-box a{
	display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 104px;
  font-size: 14px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  color: #000000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 50px;
  transition: background-color .4s ease, color .4s ease, border .4s ease;
  white-space: nowrap;
}

#guide_wrap .guide_sub .link-box a:hover {
  border-color: #000000;
  opacity: 1;
}

}