@charset "Shift_JIS";


/* style */

#main {
	margin-bottom:50px;
}

#main h4 {
	margin-bottom:10px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight:bold; */
}

#main .mo_text {
	float:left;
}

#main .mo_logo {
	float:left;
	margin-left:50px;
}

#main .mo_btn {
	margin-top:5px;
}

.deliverbyp{
    padding: 20px;
    margin: 15px auto 25px;
    box-sizing: border-box;
    background: #f4f4f4;
}
.deliverbyp p{
	margin-bottom: 0;
}
.deliverbyp .tel {
    color: #000;
    font-size: 18px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
    display: block;
    margin: 8px 0 14px 0;
}
.deliverbyp .tel img {
    margin: 0 8px 0 12px;
}
.deliverbyp .tel span {
    color: #dd0b20;
    font-size: 24px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}
#main .mo_logo_2 {
	float:right;
	
}
.mo_btn_2{
	background: #f4f4f4;
	padding:20px 10px; ;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
}
.mo_btn_2 .btn{
	width: 33.3%;
	padding:0px;
	text-align: center;
	float: left;
}
.mo_btn_2 .btn p.txt1{
	font-size: 14px;
	color: #4a4a4a;
	margin-bottom: 5px;
}
.mo_btn_2 .btn a{
	display: block;
}
.mo_btn_2 .btn img{
	width: 300px;
	height: 40px;
}

@media screen and (max-width: 414px){
	.deliverbyp{
    padding: 5px !important;
   
	}
	.deliverbyp .tel{
		font-size: 13px !important;
	}
	.deliverbyp .tel span{
		font-size: 18px !important;
	}
	#main .mo_logo_2{
		display: block !important;
		float: none !important;
		text-align: center;
	}
	.mo_btn_2 .btn{
		width: 100% !important;
		padding-bottom: 10px;
	}
	.mo_btn_2 .btn img{
		width: 100% !important;
		height: auto !important;
	}
}

.portal-box{
	display: flex;
	justify-content: center;
	background-color: #F6F6F6;
	gap: 50px;
	padding: 24px 50px;
}

.portal-box__left{
	width: 446px;
}

.portal-box__right{
	width: 384px;
}

.portal-box__right .portal-box__right__text{
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight:bold; */
	font-size: 16px;
	margin-bottom: 18px;
}

.portal-box__right .portal-box__right__text-02{
	margin-bottom: 13px;
}

.portal-box__right .portal-box__right__btn{
	display: block;
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding: 25px 0 26px;
	position: relative;
	border: solid 1px #C9C9C9;
}

.portal-box__right .portal-box__right__btn p{
	color: #CC0000;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight:bold; */
	font-size: 14px;
	margin-bottom: 0;
}

.portal-box__right .portal-box__right__btn-icon {
	width: 28px;
	height: 28px;
	display: inline-block;
	background: linear-gradient(to bottom, #DC1B21, #BE0010);
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
}

.portal-box__right .portal-box__right__btn-icon::before {
	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;
}

.portal-box__right__btn:hover {
	color: #fff;
	background: linear-gradient(to bottom, #DC1B21, #BE0010);
}

.portal-box__right__btn:hover p {
	color: #fff;
}

.portal-box__right__btn:hover .portal-box__right__btn-icon::before {
	border-bottom: 2px solid #DC1B21;
	border-right: 2px solid #DC1B21;
}

.portal-box__right__btn:hover .portal-box__right__btn-icon {
	background: #fff;
}

@media screen and (max-width: 414px) {
	.portal-box {
		flex-direction: column;
		gap: 16px;
		padding: 16px 8px;
	}

	.portal-box__left {
		width: 100%;
	}

	.portal-box__right {
		width: 100%;
		text-align: center;
	}

	.portal-box__right .portal-box__right__text {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.portal-box__right .portal-box__right__text-02 {
		margin-bottom: 13px;
	}
}

