@charset "utf-8";
#fv {
    background: url(/price/images/inside_fv_bg.png) no-repeat center top;
}
.service_box p.pop_box{
	padding: .5em 0;
}
.more_btn3{
  text-align:center;
  margin-bottom:15px;
  clear: both;
}
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.7em 1.5em;
  text-decoration: none;
  color: #fff;
  background: #19448e;
  transition: .4s;
}
.btn-flat-simple:hover {
  background: #652d92;
  color: #fff;
}
.writing_top dl.list_content dt {
    margin: 0 28px 0px -20px;
}
h3.price_h3 a{
	color: #fff;
	text-decoration: underline;
}
h3.price_h3 a:hover{
	color: #ffff00;
	text-decoration: none;
}
@media only screen and (max-width: 896px){
#fv {
    background: none;
	/*min-height: 480px;*/
	max-height: auto;
}
	.flex_box_between{
		display: flex;
	}
}
@media only screen and (max-width: 480px){
#fv {
    background: none;
	/*min-height: 300px;*/
	max-height: auto;
}
	.flex_box_between{
		display: block;
	}
.row .col.l5 {
    margin: .5em 2%;
}
ul.mkj {
    margin: 0 0 0 20px;
}
}