@charset "Shift_JIS";


/* style */

#main {
	margin-bottom:50px;
}

#main h4 {
	margin-bottom:10px;
	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-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-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;
}
.container a:hover{
	text-decoration: underline;
}

.container .txt_arrow::before{
	content: "";
	display: inline-block;
	background-image: url(/HFC/information/shoyuken-kaijo/img/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 10px;
	height: 10px;
	padding-left: 10px;
}

@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;
	}

	.container a:hover{
		text-decoration: none;
		color: #666;
	}
}