/*====================================
guide
====================================*/
@charset "utf-8";
@media screen and (max-width : 768px){
/*------------------------------------------------------------------------------------------
*
*
	Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
#guide_wrap.section {
    margin-bottom: 50px;
}

.section .detail{
	white-space: normal;
	text-align: left;
	line-height: 1em;
	margin-top: 10px;
	font-size: 14px;
}

#guide_wrap .guide_sub .text_copy{
	font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  color: #5b5b5b;
}
#guide_wrap .guide_sub img{
	border-radius: 8px;
  margin-bottom: 9px;
  border: 1px solid #ddd;
}
#guide_wrap .guide_sub .text_ttl{
	font-size: 16px;
  margin-bottom: 6px;
  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: 2em;
}

#guide_wrap .guide_sub .link-box{
	text-align: center !important;
  margin-bottom: 40px;
}
#guide_wrap .guide_sub .col_right p:last-child{
  margin-bottom: 30px;
}

#guide_wrap .guide_sub .link-box a{
	display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  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;
  width: 98%;
}

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

}