@charset "UTF-8";
#content a {
	text-decoration: initial;
}

.sty_line_gray{ border-color: #f4f4f4;}
.txt_arrow{
	padding-left:15px;
	background:url(../../common/images/arrow05.png) no-repeat left center;
}
.list_arrow li{
	margin: 15px 0;
	padding-left:15px;
	background:url(../../common/images/arrow05.png) no-repeat left top 0.35em;
}
.list_arrow .list_arrow_link {
	color: #000;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
	text-decoration: none;
}
.list_arrow .list_arrow_link:hover {
	color: #CC0000;
	cursor: pointer;
	text-decoration: underline;
}
.list_arrow_text {
	margin-top: 5px;
	font-size: 12px;
}
.title_section_sky{
	margin-bottom:20px;
}
.btn_color{
	display:inline-block;
	border:#26a641 solid 1px;
	background:url(../images/line01.gif) repeat-x left bottom;
}
.btn_color span{
	color:#26a641;
	font-size:14px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight:bold; */
	text-align:center;
	display:inline-block;
	padding:8px 25px 8px 18px;
	background:url(../images/arrow01.gif) no-repeat right center;
}

/*------ inquiry01 ------*/
#inquiry01{
	position:relative;
}
#inquiry01 p{
	margin-bottom:20px;
}
#inquiry01 .pc_img{
	position:absolute;
	right:0;
	top:0;
}


/*------ note_box ------*/
.note_box{
	padding:10px 10px 10px 13px;
	border:#26a641 solid 1px;
	background:#f2fff4;
}
.note_box .img{
	width:110px;
	padding-top:38px;
}
.note_box .img img{
	vertical-align:top;
}
.note_box .img p{
	color:#26a641;
	font-size:20px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight:bold; */
}
.note_box .msg{
	width:630px;
	padding-left:20px;
	box-sizing:border-box;
	border-left:#26a641 solid 1px;
}
.note_box .msg li{
	font-size:12px;
	padding-left:8px;
	background: url(../images/dot01.png) no-repeat left 8px;
}

.contact_c .contact_left{
	float: left;
	width: 60%;
}
.contact_c .contact_right{
	float: left;
	width: 34%;
	padding: 10px;
	border: #bcbcbc solid 2px;
}

.credit_title{
	color: #000;
    font-size: 16px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
    /* font-weight: bold; */
    display: block;
    margin-bottom: 5px;
}

.campaign_txt{
	margin-top: 20px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
	font-size:20px;
	color:#ff0000;
	text-align: center;
}

.mt10{
	margin-top: 10px;
}

/*-------------------------------------------------
---- media screen for index page
------------------------------------------------- */
@media screen and (max-width:414px){

.title_section_sky{
	margin-bottom:10px;
}

.btn_color{
	display:inline-block;
	width:100%;
	border:#26a641 solid 1px;
	background:url(../images/line01.gif) repeat-x left bottom;
}
.btn_color span{
	color:#26a641;
	font-size:12px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight:bold; */
	text-align:center;
	display:inline-block;
	width:100%;
	padding:2.5% 0;
	background:url(../images/arrow01.jpg) no-repeat right center;
}
.line_red_box .title{
	font-size:14px;
}

.txt_arrow{
	padding-left: 15px;
	background:url(../../../top/images/img_arrow_red.png) no-repeat left center;
	background-size:10px;
}

/*------ inquiry01 ------*/
#inquiry01{
	position:relative;
}
#inquiry01 p{
	margin-bottom:15px;
}
#inquiry01 .pc_img{
	text-align:center;
	margin-bottom:15px;
	position:relative;
	right:0;
	top:0;
}

#inquiry01 .pc_img img{
	width:60%;
}

/*------ note_box ------*/
.note_box{
	padding:3%;
	border:#26a641 solid 1px;
	background:#f2fff4;
}
.note_box .img{
	width:100%;
	padding-top:0;
	margin-bottom:2%;
}
.note_box .img img{
	width:10%;
}
.note_box .img p{
	color:#26a641;
	font-size:18px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight:bold; */
}
.note_box .msg{
	width:100%;
	padding:2% 0 0 0;
	border-left:none;
	border-top:#26a641 solid 1px;
}
.note_box .msg li{
	font-size:12px;
	padding-left:8px;
	background: url(../images/dot01.png) no-repeat left 8px;
}

/*------ list_g_dot ------*/
.list_g_dot li{ margin-top: 10px; }


/*------ list_g_dot ------*/
.contact_c .contact_left{
	clear: both;
    float: none;
    width: auto;
    margin-bottom: 1em;
}
.contact_c .contact_right{
	float: none;
    width: auto;
}

} /* End Media 414px */

/*------ .button_arrow ------*/
.button_arrow {
	display: inline-block;
	margin-top: 4px;
}
@media screen and (max-width: 414px) {
	.button_arrow {
		margin-top: 6px;
	}
}
.button_arrow a,
.button_arrow a:visited {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 40px;
	color: #DD0B20;
	font-size: 14px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
	text-decoration: none;
	border: 1px solid #C9C9C9;
	background: #F8F8F8;
	padding: 0 6px 0 17px;
}
.button_arrow a > span {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: linear-gradient(to bottom, #DC1B21, #BE0010);
    position: relative;
    margin-left: 20px;
}
.button_arrow a > span::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 50%;
    transform: translate(25%,-50%) rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
#content .button_arrow a:hover,
#content .button_arrow a:active {
	color: #fff;
	border: 1px solid #DD0B20;
	background: linear-gradient(to bottom, #DC1B21, #BE0010);
	text-decoration: none;
}
.button_arrow a:hover > span,
.button_arrow a:active > span {
    background: #fff;
}
.button_arrow a:hover > span::after,
.button_arrow a:active > span::after {
    border-bottom: 2px solid #DD0B20;
    border-right: 2px solid #DD0B20;
}

/*------ .form_list ------*/
.form_list {
	display: flex;
	justify-content: space-between;
	margin-top: 4px;
}
@media screen and (max-width: 414px) {
	.form_list {
		display: block;
		margin-top: 16px;
	}
}
.form_list_unit {
	box-sizing: border-box;
	width: 368px;
	background: #DEDCDC;
	padding: 22px 24px 24px;
}
@media screen and (max-width: 414px) {
	.form_list_unit {
		width: 100%;
		padding: 22px 16px 24px;
	}
	.form_list_unit:not(:first-of-type) {
		margin-top: 24px;
	}
}
.form_list_unit_title {
	color: #000;
	font-size: 18px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
	line-height: 1.222222;
	text-align: center;
	margin: 0 -.5em;
}
.form_list_unit_detail {
	background: #fff;
	text-align: center;
	border-top: 2px solid #DD0B20;
	padding: .4em 0 .2em;
	margin-top: 7px;
}
.form_list_unit_detail ul {
	list-style: none;
	display: inline-block;
}
.form_list_unit_detail li {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	margin: 0.8em 0;
}
.form_list_unit_detail li a {
	color: #000;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}