@charset "UTF-8";

/*******************************
 
BNP外来 StyleCss
 
*******************************/
a.btn {
    text-align: center;
    font-weight: bold;
    height: 58px;
    width: 250px;
    line-height: 58px;
    margin-right: 20px;
    margin-bottom: 40px;
    display: inline-block;
}

h4{
	margin-bottom: 10px;
}
.inner-box{
	padding: 20px;
    border: solid 1px;
    margin-top: 10px;
}
.inner-box .ttl{
	margin-bottom: 0;
    font-weight: bold;
}
.circle {
    text-indent: -2rem;
    padding-left: 2rem;
}
.circle:before {
    content: "●";
    color: #00a2e6;
    margin-right: 5px;
    font-size: 2.8rem;
    line-height: 1;
}

.inner-block h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
h4.ttl-list-num{
	position: relative;
    padding-left: 45px;
}
h4.ttl-list-num span {
	width: 34px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

/*** #flow ***/
#flow  .flow-list{
	display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
	margin-top: 30px;
}
#flow  .flow-list .flow-list-item{
	width: 100%;
}
#flow  .flow-list .flow-list-item:after{
	content: "";
    display: block;
    margin: 10px 0 0 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #00a2e6;
    border-bottom: 0;
}
#flow  .flow-list .flow-list-item:last-child:after{
	display: none;
}
#flow  .flow-list .flow-list-item p{
	background-color: #e9eef1;
    font-weight: bold;
    font-size: 100%;
	padding: 5px 10px 5px 45px;
	position: relative;
}
#flow  .flow-list .flow-list-item p .bg-ssgh{
	width: 34px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

/*** #download ***/
#download .flex-sb{
	margin-right: -20px;
}
#download .item {
    width: 50%;
	margin-bottom: 20px;
    display: flex;
    align-items: stretch;
    padding-right: 20px;
}
#download a.btn{
	width: 100%;
    height: auto;
    line-height: 1.3;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
	justify-content: center;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	#download .btn-list li a.btn {
		width: 200px;
	}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	a.btn {
		display: block;
		margin: 20px auto 40px;
	}
	#download .item {
    	width: 100%;
	}
}