br.pc {
	display: block;
}
br.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.l-container__inner {
        padding: 40px 20px 40px;
    }
}

#section_survey .section_survey {
  margin: 60px auto 0 !important;
}
@media screen and (max-width: 768px) {
#section_survey .section_survey {
  margin: 40px auto 0 !important;
	}
}
.p-performance-section {
	margin-top: 70px
}
@media screen and (max-width: 768px) {
	.p-performance-section {
		margin-top: 70px
	}
}

.c-grid__col > .c-text:first-child{
	margin-top: 0;
}
.c-card__image{
	border:none;
}

/* update */
.contest .c-card__title {
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
.contest .c-slider__title{
  color: #000;
  display: block;
}
.contest .c-slider__text.text--size-s {
	font-size: 12px;
}


.note_box{
	padding-top: 18px;
	padding-left: 90px;
}

.speed_note_box{
    padding-top: 18px;
    padding-left: 90px;
	position: relative;
    padding: 7.5px 12px;
    border: 1px solid #444;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}

.speed_note_box:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 51px;
    height: 65px;
    background: url(../images/ico_caution.png);
    background-size: 51px auto;
    transform: translateY(-50%);
    font-size: 10px;
}

.note_box li{
	text-indent: -1em;
}
@media screen and (max-width: 768px){
	.speed_note_box {
		position: relative;
		padding: 7.5px 7px;
		border: 1px solid #444;
		box-sizing: border-box;
		font-size: 13px;
		line-height: 1.5;
	}
	.speed_note_box:before {
		content: "";
		position: absolute;
		left: 12px;
		top: 5%;
		left: 50%;
		width: 46px;
		height: 52px;
		background: url(../images/ico_caution.png) no-repeat;
		background-size: 40px auto;
		transform: translateX(-50%);
		font-size: 10px;
	}
	.note_box{
		padding-top: 80px;
		padding-left: 0;
	}
	.note_box li{
		padding-left: 1.5em;
	}
}

@media screen and (min-width: 769px){
	.h-72{
		height: 72px;
	}
	.mt-15{
		margin-top: 15px;
	}
}
@media screen and (min-width: 769px) {
	.is-half .swiper-slide {
		width: 50%!important;
	}
}

.l-modal__inner{
	max-width: 850px;
	padding: 30px 20px 100px;
	margin: 0 auto;
	overflow-x: hidden;
}
.modal1 .l-modal__inner .c-grid--col1-2 > *:last-child {
    width: 66.66%;
}
@media screen and (max-width: 768px) {
	.modal1 .l-modal__inner .c-grid--col1-2 > *:last-child {
		width: 100%;
	}
}
.modal1 .c-list--type{
	font-size: 16px;
}
.modal2 .c-list li {
	font-size: 12px;
	font-family: "HondaGlobalFontJP-Light", sans-serif;
}
.modal2 .c-list--square {
    list-style-type: "■";
    font-size: 16px;
}
.modal2 .c-list--square li{
	margin-bottom: 15px;
}
.c-heading3 > sup {
    top: -0.5em;
}