.fv h2, .flow_box h2{
	margin: -5px 0 0 0;
	padding: .5em 0;
	background-image: none;
	border: none;
	border-radius: 0;
	background-color: #2e6397;
	color: #fff;
	text-align: center;
}
.fv p{
	padding: .5em 0;
	margin: 0;
	font-size: 16px;
}
.flex_box{
	display: flex;
	justify-content:space-between;
}
.map_box{
	width: 501px;
}
.map_box img{
	width: 100%;
}
.map_area{
	width: 75%;
}
.map_area{
	width: 75%;
}
.map_list{
	width: 22%;
}
.map_area h2{
	margin: 1.2em 0 .5em 0;
}
.map_area_list dl{
	margin: 0;
	padding: 0;
}
.map_area_list dl dt{
	background: none;
	border: none;
	margin: .8em 0 .5em 0;
	padding: 0;
	font-size: 1.2em;
	border-bottom: 1px solid #111;
}
.map_area_list dl dd{
	margin: .1em 0 .8em;
	padding: 0;
	line-height: 1.5;
}
ul.icon{
    margin: .5em auto;
}
ul.icon li {
    list-style: none;
    width: 12.5%;
    float: left;
}
.step_box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #19b9ca;
    border-radius: 8px;
}
.step_box .box-title {
    position: absolute;
    display: inline-block;
    top: -19px;
    left: 44%;
    padding: .3em 1em;
    line-height: 1;
    font-size: 22px;
	color: #fff;
    background: #19b9ca;
    font-weight: bold;
	border-radius: 25px;
}
.step_box p {
    margin: 0; 
    padding: 0;
}
.petkuyo, .arrow_box, .sa_box{
	text-align: center;
}
.sa_box{
	margin: 4em 0 0 0;
}
.arrow, .flow_arrow{
width: 0;
height: 0;
border-style: solid;
border-width: 25px 35px 0 35px;
border-color: #ab66f2 transparent transparent transparent;
margin: 1em auto;
}
.flow_arrow{
border-color: #19b9ca transparent transparent transparent;
margin: 1em auto 0;
}
.flow_photo {
    float: right;
}
.step_box p {
    font-size: 18px;
}
p.sub_title{
	font-size: 26px;
	font-weight: bold;
	color: #19b9ca;
	padding: 1em 0 .5em 0;
}
.plus_box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #2e6397;
    border-radius: 8px;
}
.plus_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #2e6397;
    font-weight: bold;
}
.plus_box ul.plus_list{
    margin: .5em 1em 0 1.5em; 
    padding: 0;
}
.plus_box ul.plus_list li{
	list-style: disc;
    border-bottom: 1px dotted #ccc;
	line-height: 1.5;
	margin-bottom: .5em;	
}
.caution{
	border: 2px solid #cc0000;
	color: #cc0000;
	padding: 0 1.5em;
	margin: .5em 0;
}
.caution p{
	margin: .5em 0;
}
ul.list_menu{
	margin: .5em 0;
}
ul.list_menu li{
	border: 1px solid #ccc;
	border-bottom: none;
}
ul.list_menu li:last-child{
	border-bottom: 1px solid #ccc;
}
ul.list_menu li.pref{
	background-color: #DC0074;
	text-align: center;
	color: #fff;
	padding: .15em 0 0;
}
ul.list_menu li.pref a{
	color: #fff;
}
ul.list_menu li.pref a:hover{
	color: #ffff00;
}
ul.list_menu li.area{
	font-size: 14px;
	padding: .3em .5em .15em;
}
.kaiyo_area .col_2 h3 {
text-align: center;
  line-height: 100%;
}
span.red_t{
	color: #cc0000;
	font-weight: bold;
}
@media only screen and (max-width: 768px){
.container {
    width: 96%;
	margin: 0 auto;
}
nav {
    top: 18px;
    right: 16px;
}
p{
    margin: 0 0 5px 0;
    word-wrap: break-word;
  }
.flex_box{
	justify-content:center;
}
.flow_box{
	text-align: center;
	margin: 0 auto;
}
.flow_photo {
    float: none;
}
.flow_photo img{
	width: 100%;
	height: 140px;	
    object-fit: cover; /* この一行を追加するだけ！ */
	}
.step_box {
    margin: 2em auto;
	width: 96%;
}
.step_box .box-title {
    left: 34%;
}
p.sub_title {
    padding: .5em 0;
}
ul.icon li {
    width: 24%;
}
.map_box, .map_area{
	width: 96%;
	margin: 0 auto;
}
.sp.cv img{
	margin-top: -8px;		
	}
.plus_box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #2e6397;
    border-radius: 8px;
}
.plus_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #2e6397;
    font-weight: bold;
}
.plus_box ul.plus_list{
    margin: .5em 1em 0 1.5em; 
    padding: 0;
}
.plus_box ul.plus_list li{
	list-style: disc;
    border-bottom: 1px dotted #ccc;
	line-height: 1.5;
	margin-bottom: .5em;	
}
}



