/*==========================================================
	                全体に指定
==========================================================*/

.telnum-wrap *,
.tel-wrap *,
.speedex_header-wrap *,
.informationbar-wrap *,
.disptel-wrap *,
.side_contact-wrap *,
.btn_trial_f2-wrap *{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	vertical-align: baseline;
	list-style:none;
	box-sizing: border-box;
	text-decoration: none!important;
}
.side_contact_area a{
text-decoration: none;
}
/*=============================
	  telnumに指定
=============================*/

.telnum-wrap{
width: 930px;
height: 51px;
border-bottom: 1px solid #333333;
box-sizing: border-box;
}

.telnum_box{
display: flex;
justify-content: flex-start;
align-items: center;
width: 930px;
height: 50px;
border-bottom: 1px solid #cccccc;
box-sizing: border-box;
}

p.telnum_main_text{
margin-right: 38px;
font-size: 26px;
line-height: 26px;
font-weight: bold;
letter-spacing: -1px;
}

p.telnum_number{
margin-right: 30px;
font-size: 48px;
line-height: 48px;
font-family: "futura-pt", sans-serif;
font-weight: 900;
font-style: normal;
letter-spacing: -1px;
}

p.telnum_time_text{
font-size: 20px;
line-height: 22px;
}
.telnum_entry_text{
font-size: 16px;
}
.bold{
font-weight: bold;
letter-spacing: -2px;
}


/*=============================
	  telに指定
=============================*/

.tel-wrap{
margin-top: 25px;
float: left;
padding: 4px 0 2px 4px;
display: flex;
justify-content: flex-start;
align-items: center;
width: 403px;
height: 39px;
color: #002156;
box-sizing: border-box;
text-decoration: none!important;
}

.tel_box{
margin-right: 10px;
}

.tel_main_text{
font-size: 11px;
line-height: 16px;
letter-spacing: 1px;
font-weight: bold;
}
.tel_main_text span{
font-size: 10px;
}

.tel_number{
font-size: 23px;
line-height: 22px;
}
.tel_number span{
font-size: 18px;
font-weight: bold;
}

dl.tel_time_list{
margin-bottom: 2px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
width: 187px;
}
dl.tel_time_list dt{
margin-right: 5px;
display: flex;
justify-content: center;
align-items: center;
width: 54px;
height: 16px;
font-size: 11px;
line-height: 11px;
font-weight: bold;
color: #ffffff;
background: rgb(0,82,164);
background: linear-gradient(180deg, rgba(0,82,164,1) 0%, rgba(0,82,164,1) 35%, rgba(0,41,97,1) 100%);
border-radius: 3px;
}
dl.tel_time_list dd{
padding: 0;
margin: 0;
font-size: 10px;
line-height: 10px;
font-weight: bold;
width: 115px;
}


/*=============================
	speedex_header_2に指定
=============================*/

.speedex_header-wrap{
display: flex;
justify-content: space-between;
width: 960px;
height: 80px;
}

.speedex_header-box{
padding-top: 40px;
width: 236px;
}

p.speedex_header-text{
font-size: 15px;
line-height: 18px;
font-weight: bold;
text-align: right;
}
.color_red{
font-size: 14px;
color: #cc2b33;
}
.time{
font-size: 9px;
letter-spacing: 0.5px;
}
.tel{
font-size: 16px;
}


/*=============================
	informationbarに指定
=============================*/

.informationbar-wrap{
display: flex;
justify-content: center;
align-items: center;
width: 741px;
height: 121px;
background-color: #ffffff;
}

.informationbar_box{
padding: 5px 3px 11px 3px;
width: 737px;
height: 80px;
background: rgb(104,60,57);
background: linear-gradient(180deg, rgba(104,60,57,1) 0%, rgba(79,48,28,1) 100%);
border-radius: 5px;
color: #ffffff;
}

.bar_top{
padding: 0 15px 0 18px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 31px;
border-bottom: 1px solid #ae9b95;
}

p.bar_top_main_text{
font-size: 17px;
line-height: 17px;
font-weight: bold;
letter-spacing: 1.5px;
}

p.bar_top_sub_text{
font-size: 11px;
line-height: 11px;
font-weight: bold;
}
p.bar_top_sub_text span{
font-size: 9px;
line-height: 9px;
font-weight: bold;
}

.bar_bottom{
padding: 6px 0 0 18px;
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
}

.bar_bottom_tel_box{
margin-right: 30px;
display: flex;
justify-content: flex-start;
align-items: center;
}
.bar_bottom_mail_box{
display: flex;
justify-content: flex-start;
align-items: center;
}
.bar_bottom_tel_box img{
margin-right: 10px;
}
.bar_bottom_mail_box img{
margin-right: 8px;
}
p.bar_bottom_tel_text,
p.bar_bottom_mail_text{
font-size: 30px;
line-height: 30px;
font-family: "futura-pt", sans-serif;
font-weight: 500;
letter-spacing: 2px;
}


/*=============================
	disptelに指定
=============================*/

.disptel-wrap{
padding: 2px 4px 4px 2px;
width: 388px;
height: 105px;
background-color: #fefefe;
}

.disptel_box{
display: flex;
justify-content: space-between;
width: 382px;
height: 99px;
box-shadow: 4px 4px 15px 0px #d1d1d1;
border-radius: 10px;
border: 1px solid #c4c4c4;
}
.disptel_box img{
border-radius: 0 10px 10px 0;
}

.disptel_info_box{
padding: 13px 0 0 16px;
}

p.disptel_main_text{
margin: 0 0 3px 2px;
font-size: 17px;
line-height: 17px;
font-weight: bold;
color: #3b3b3b;
letter-spacing: 0.5px;
}

p.disptel_tel_text{
margin-bottom: 4px;
font-size: 36px;
line-height: 34px;
font-weight: bold;
color: #ca0000;
font-family: "futura-pt", sans-serif;
font-weight: 900;
}

p.disptel_text{
margin: 0 0 0 2px;
font-size: 12px;
line-height: 12px;
font-weight: bold;
color: #424242;
}


/*=============================
	side_contactに指定
=============================*/

.side_contact-wrap{
padding: 5px 5px 4px 5px;
width: 200px;
height: 146px;
background-color: #eae9ef;
	box-sizing: border-box;
}

.side_contact_box{
padding: 2px 2px 7px 2px;
background-color: #ffffff;
}

.side_contact_btn{
margin-bottom: 8px;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 52px;
border: 2px solid #ffffff;
box-shadow: 0px 2px 10px 0px #d1d1d1;
border-radius: 10px;
background: rgb(228,228,228);
background: linear-gradient(0deg, rgba(228,228,228,1) 0%, rgba(204,204,204,1) 55%, rgba(230,230,230,1) 56%, rgba(216,217,212,1) 100%);
}
.side_contact_btn img{
margin-top: -3px;
margin-right: 6px;
}
p.side_contact_btn_text{
font-size: 18px;
line-height: 18px;
font-weight: bold;
color: #030303!important;
}

.free_voice_area{
margin: 0 0 2px 4px;
display: flex;
justify-content: flex-start;
align-items: center;
}

.free_voice_area img{
margin-right: 6px;
}

.free_voice_text{
font-size: 14px;
line-height: 14px;
	color: #000000;
}

p.side_contact_tel_text{
margin: 3px 0 3px 0;
font-size: 30px;
line-height: 30px;
letter-spacing: -2px;
color: #10276a!important;
font-weight: bold;
font-family: "futura-pt", sans-serif;
text-align: center;
}

p.side_contact_text{
font-size: 10px;
line-height: 10px;
color: #10276a!important;
font-weight: bold;
letter-spacing: -0.5px;
text-align: center;
}


/*=============================
	btn_trial_f2に指定
=============================*/

.btn_trial_f2-wrap{
width: 930px;
height: 120px;
}

.btn_trial_f2_box{
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0 19px 0 15px;
width: 930px;
height: 120px;
border: 2px solid #d3191a;
border-radius: 5px;
background-color: #f6f6f6;
}

p.btn_trial_f2_main_box_text{
font-size: 12px;
line-height: 12px;
color: #373737;
font-weight: bold;
}

.btn_trial_f2_tel_box{
display: flex;
justify-content: flex-start;
align-items: center;
}

p.btn_trial_f2_tel_text{
margin: 5px 10px 6px 4px;
font-size: 35px;
line-height: 35px;
color: #ff0006;
font-weight: bold;
font-family: "futura-pt", sans-serif;
letter-spacing: -1px;
}

p.btn_trial_f2_tel_sub_text{
font-size: 12px;
line-height: 12px;
font-weight: bold;
color: #000000;
}

.btn_trial_f2_contact_wrap{
width: 393px;
height: 41px;
border: 1px solid #fa9e0d;
}

.btn_trial_f2_contact_box{
padding: 0 0 0 21px;
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: 100%;
border: 2px solid #ffc274;
background-color: #fe9900;
}
.btn_trial_f2_contact_box img{
margin-right: 50px;
}

p.btn_trial_f2_contact_text{
position: relative;
top: 2px;
font-size: 19px;
line-height: 19px;
color: #ffffff;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}