.fv{
    background-image: url(/hakajimai/haka_trouble/img/pc_fv_bg.png);
    max-height: 300px;
    min-height: 300px;
}
ul.trouble {
  list-style: none;
  position: relative;
}
ul.trouble li{
  font-size: 1.1em;
  margin-left: 1.5em;
  padding-bottom: .5em;
  font-weight: bold;
}
ul.trouble li span.under{
color:#cc0000;
font-size: 100%;
font-weight: bold;
}
ul.trouble li:before{
  font-family: FontAwesome;
  content: '\f06a'; /* アイコンのunicode */
  padding-right: 5px;
  position: absolute;
  left : .5em;/*左端からのアイコンまでの距離*/
  color: #cc0000;
}
ul.trouble_list {
  text-align: left;
  list-style: disc;
  margin: .5em 0 .5em 3em;
}
ul.trouble_list li{
  margin-bottom: .5em;
}
h2.kantogen{
	background-image: none;
	border: none;
	text-align: center;
	border-radius: 0;
	border-bottom: 2px solid #7bae00;
	font-size: 1.7em;
	line-height: 100%;
	margin-bottom: .5em;
}
.pop_contents.trouble h3{
background-image: none;
border: none;
background-color: #76ac00;
border-radius: 25px;
color:#fff;
text-align: left;
margin: 1em 0 .3em 0;
font-weight: bold;
padding: .3em 0 .15em 1em;
}
.pop_contents.trouble h4{
	text-align: left;
}
.pop_contents.trouble p.pop_box{
	padding-left: 1em;
}
.pop_contents.trouble p.pop_box span.black{
  color:#000;
  background: linear-gradient(transparent 70%,yellow 70%);
}
.pop_contents.trouble p.pop_box span.red{
  color:#cc0000;
  background: none;
}
.red_box p.soku{
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #cc0000;
	line-height: 100%;
}
.red_box p.soku span{
	color: #000;
	font-size: .7em;
	font-weight: bold;
	line-height: 100%;
}
.caution_box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #cc0000;
    border-radius: 8px;
}
.caution_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #cc0000;
    font-weight: bold;
}
.caution_box p {
    margin: 0; 
    padding: 0;
	font-weight: bold;
}
.kantogen.hakasoku p.pop_box{
	line-height: 1.4em;
	padding-bottom: .8em;
}
.provision h3{
background-image: none;
border: none;
background-color: #76ac00;
border-radius: 25px;
color:#fff;
width: 230px;
text-align: center;
margin: 1em 0 .3em 0;
font-weight: bold;
padding: .3em 0 .15em 0;
}
.provision p.pop_box{
	padding-left: 1em;
}
.pc_common_cv_wrap .pc_common_cv_contents .each_btn ul.btn_type_3 li {
	font-size: 17px;
}
@media only screen and (max-width: 768px) {
	.pc_common_cv_wrap b {
		font-size: 20px!important;
	}
	.pc_common_cv_wrap .pc_common_cv_contents .each_btn {
		width: 100%!important;
	}
	.cv_tel_box p.tel_time+img {
		margin: 10px auto 0!important;
	}
	.pc_common_cv_contents .w_img {
		display: none!important;
	}
	.cv_tel_box {
		text-align: left;
	}
	.cv_tel_box p.tel_time {
		margin: 5px 0 0!important;
	}
	.pc_common_cv_wrap .pc_common_cv_contents .each_btn ul li {
		width: 100%!important;
		margin-right: 0!important;
		margin-bottom: 4%!important;
	}
	.pc_common_cv_wrap .pc_common_cv_contents .each_btn ul li:last-child {
		margin-bottom: 0!important;
	}
	.cv_tel_box p.tel_time {
		margin: 0 0 5px!important;
	}
	.tel_time + a {
		display: block;
		padding: 15px 10px 5px;
		border-radius: 5px;
		border: 2px solid #ccc;
		background-image: -webkit-linear-gradient(rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
		background-image: -o-linear-gradient(rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
		background-image: linear-gradient(rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
	}
}