@charset "utf-8";
.list-airline {
	display: block;
	/*height: 140px;*/
	margin-bottom: 20px;
}

.list-airline li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.list-airline dt {
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-color:#718899;
	color: #FFFFFF;
	font-weight: bold;
}
.list-airline dd {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 10px 10px 10px 15px;
}
.list-airline .imgBox {
	float: right;
	margin-left: 20px;
}
.list-box2{
	margin-top: 10px;
}

#voice_tx{
float:left;
width:520px;
}

#voice_r{
width:104px;
float:right;
text-align:center;
font-size:1.2em;
}

@media screen and (max-width: 767px) {

	#voice_tx {
		width: 100%;
		clear: both;
	}
	#voice_r {
		clear: both;
		text-align: center;
		width: 100%;
	}
	#voice_r .frame {
		border: none;
	}
	#voice_r .frame img {
		border: 1px solid #9f7c06;
		padding: 3px;
		margin: 0 auto;
	}
}

/* flow4years */
.flow4years__item{
    margin-bottom: 20px;
}
.flow4years__step{
    padding: 10px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    background-color: #edf2f6;
    color: #024290;
}
.flow4years__step span{
    color: #000;
    margin-left: 5px;
}
.flow4years__name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #024290;
}
.flow4years__cont{
    margin-left: 1em;
}
.flow4years__results{
    margin-top: 10px;
}
.flow4years__results dt{
    background-color: #edf2f6;
    padding: 5px 10px;
    display: inline-block;
    font-weight: normal!important;
    color: #024290;
}
.flow4years__results dd:after{
    content: "その他多数";
    display: block;
    text-align: right;
}
@media screen and (max-width: 767px){
     /* flow4years */
    .flow4years__step{
        font-size: 1.6rem;
    }
    .flow4years__name {
        font-size: 1.6rem;
    }
    .flow4years__cont{
        margin-left: 0;
    }
}
