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

#thought_message.section h3{
    margin: 20px auto 30px;
    text-align: center;
}
#thought_message.section h3 img{
    width: 100%;
}

.section h3{
	font-size: 18px;
}

.section.bg{
	margin: 0;
}

.section .text_group{
	margin-bottom: 40px !important;
}

#thought_message.section .main_pic img{
    position: relative;
    right: -10px;
}


.section.bg {
    padding-bottom: 80px;
}

.section .col02 .detail:after{
	width: 14px;
	height: 14px;
	background-size: 14px 14px;
}

.section .col02 div{
	float: left;
	width: 47%;
	margin: 0 6% 0 0;
}

.section .col02 div:nth-of-type(2n){
	float: right;
	margin-right: 0;
}

.section .col02 div img{
	width: 100%;
}

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

#thought_message .thought_main .message_title{
	font-size: 27px;
  margin-bottom: 38px;
  margin-top: 24px;
  letter-spacing: 0.05em;
  line-height: 1.7em;
}
#thought_message .thought_main .message_caption{
	font-size: 15.5px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 1.9em;
}
#thought_message .thought_main .message_caption:last-child{
  margin-bottom: 0;
}
#thought_message .section_column div:first-child{
  margin-bottom: 40px;
}
#thought_message .section_column.thought_main{
  margin-bottom: 0;
}
#thought_message .section_column:nth-child(2){
  margin-bottom: 0;
}
#thought_message.section h3{
    margin: 46px auto 58px auto;
    text-align: center;
}
#thought_message .thought_sub .text_copy{
	font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  color: #5b5b5b;
}
#thought_message .thought_sub img{
	border-radius: 8px;
  margin-bottom: 9px;
}
#thought_message .thought_sub .text_ttl{
	font-size: 16px;
  margin-bottom: 6px;
  letter-spacing: 0.06em;
  color: #5b5b5b;
}
#thought_message .thought_sub .text_desc{
	font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.9em;
  min-height: 2em;
}

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

#thought_message .thought_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%;
}

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

}