@charset "utf-8";
#fv {
    background: url(/about/images/inside_fv_bg.png) no-repeat center top;
	min-height: 290px;
	max-height: 290px;
}
.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;
}
.flex_box_between .col_6 {
    border: 1px solid #00af00;
    padding: .2em 1.5em;
    border-radius: 4px;
    color: #007130;
    font-weight: bold;
}


@media only screen and (max-width: 768px){
#fv {
    background: none;
	min-height: auto;
	max-height: 680px;
}
	.flex_box_between{
		display: flex;
	}
}
@media only screen and (max-width: 480px){
#fv {
    background: none;
	min-height: auto;
	max-height: 410px;
}
	.flex_box_between{
		display: block;
	}
.row .col.l5 {
    margin: .5em 2%;
}
ul.mkj {
    margin: 0 0 0 20px;
}
}