/*====================================
thought
====================================*/
@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
*
*
------------------------------------------------------------------------------------------ */
#thought_message.section {
    margin-bottom: 80px;
}

.section h3 img{
    width: 512px;
}

.section .text_group{
	margin: 0 0 100px 0;
	text-align: center;
}

.section .text_group p{
	line-height: 1.8em;
	font-size: 18px;
	margin: 0 0 30px 0;
}

.section.bg{
	margin: 0;
}

.section h3{
	font-size: 24px;
	margin-bottom: 30px;
}

.section .text_group p:first-of-type{
	margin: 0 0 30px 0;
}

.section .col02 div{
	width: 400px;
}

.section .col02 .pic{
	width: 190px;
	float: left;
	margin: 0px 30px 0 0;
}

.section .col02 .detail{
	clear: both;
	position: static;
	display: inline !important;
	padding: 0;
}

.section .main_pic{
	width: 600px;
	margin: auto;
}

#thought_message .section_column.thought_main{
  margin: 84px auto 0px auto;
}

#thought_message .thought_main .col_left{
	width: 490px;
}

#thought_message .thought_main .col_right{
	width: 372px;
  margin-top: 136px;
}

#thought_message .thought_main .message_title{
	font-size: 27px;
  margin-bottom: 55px;
  letter-spacing: 0.05em;
  line-height: 1.1em;
}

#thought_message .thought_main .message_caption{
	font-size: 15.5px;
  margin-bottom: 22px;
  letter-spacing: 0.05em;
  line-height: 2.19em;
}

#thought_message .thought_main .message_caption:last-child{
  margin-bottom: 0;
}

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

#thought_message .section_column:nth-child(2){
  margin-bottom: 0;
}

#thought_message.section h3{
    margin: 66px auto 80px auto;
    text-align: center;
}

#thought_message .thought_sub .col_left{
	width: 282px;
}

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

#thought_message .thought_sub .col_right{
	width: 282px;
}

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

#thought_message .thought_sub img{
	border-radius: 8px;
  margin-bottom: 13px;
}

#thought_message .thought_sub .text_ttl{
	font-size: 15.5px;
  margin-bottom: 3px;
  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: 4em;
}

#thought_message .thought_sub .link-box{
	text-align: center !important;
}

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

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

}

