@CHARSET "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* atopay_page
   ================================================================== */
.atopay_page{
    padding: 0 0 0;
}

.atopay_page img{
    max-width: 100%;
}

.atopay_page ol,
.atopay_page ul{
    list-style: none;
}

.atopay_page h1,
.atopay_page h2,
.atopay_page h3,
.atopay_page h4,
.atopay_page h5,
.atopay_page h6,
.atopay_page p,
.atopay_page li,
.atopay_page a{
    font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
}

.atopay_page li,
.atopay_page p{
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.atopay_page a{
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
}

.atopay_page p.f12{
    font-size: 12px;
}

.atopay_page p.f13{
    font-size: 13px;
}

.atopay_page p.f16{
    font-size: 16px;
}

.atopay_page .pink_color{
    color: #CD009C;
}

.atopay_page .note_color{
    color: #E74C3C;
}

.atopay_page .link_text{
    color: #2980B9;
    text-decoration: underline;
}

.atopay_page .link_text:hover{
    text-decoration: none;
}

.atopay_page .link_text.underline_none{
    text-decoration: none;
}

.atopay_page .link_text.underline_none:hover{
    text-decoration: underline;
}

.atopay_page .atopay_ttl{
    padding: 12px 18px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: #F8879A;
}

.atopay_page .atopay_kv{
    margin: 23px 0 0;
}

/* atopay_list */
.atopay_page .atopay_list{
    margin: 25px 0 0;
}

.atopay_page .atopay_list > li + li{
    margin: 40px 0 0;
}

.atopay_page .atopay_list .check_ttl{
    padding: 0 0 12px 45px;
    font-size: 18px;
    color: #CD009C;
    font-weight: 900;
    border-bottom: 2px solid #CD009C;
    position: relative;
}
    
.atopay_page .atopay_list .check_ttl:before{
	content: "";
	background-image: url("/images/atopay/check-circle.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 1px;
	left: 10px;
}
    
.atopay_page .atopay_list .txt_box{
	padding: 20px 10px 0;
}
   
.atopay_page .atopay_list * + p{
    margin: 10px 0 0;
}

/* flow_list */
.atopay_page .flow_list{
    margin: 0 0 0;
}

.atopay_page .flow_list > li + li{
    margin: 30px 0 0;
}

.atopay_page .flow_list .number_ttl{
    display: flex;
    align-items: center;
}

.atopay_page .flow_list .number_ttl span{
    display: block;
    line-height: 150%;
}

.atopay_page .flow_list .number_ttl .number{
    font-size: 20px;
    color: #CD009C;
    font-weight: 500;
    letter-spacing: 0;
}

.atopay_page .flow_list .number_ttl .ttl{
    margin: 0 0 0 12px;
    font-size: 18px;
}

.atopay_page .flow_list .flex{
    padding: 20px 0 0;
    display: flex;
}

.atopay_page .flow_list .thm{
    width: 140px;
}

.atopay_page .flow_list .flow_txt_box{
    padding: 0 0 0 20px;
    width: calc(100% - 140px);
    box-sizing: border-box;
}
    
/* border_list_txt */
.atopay_page .border_list_txt{
    margin: 0 0 0;
}

.atopay_page .border_list_txt > li{
    padding: 8px 12px;
    border-bottom: 1px dashed #ccc;
}

/* dot_list */
.atopay_page .dot_list{
    display: inline-block;
}

.atopay_page .dot_list > li{
    padding: 11px 0 11px 25px;
    border-bottom: 1px dashed #C9C9C9;
    position: relative;
}

.atopay_page .dot_list > li a{
    font-size: inherit;
}

.atopay_page .dot_list > li:before{
	content: "";
	background: #ccc;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 22px;
	left: 9px;
    border-radius: 100px;
}

/* commission_box */
.atopay_page .commission_box .commission{
	margin: 14px 0 0;
}

/* border_box */
.atopay_page .border_box{
	margin: 30px 0 0;
    padding: 20px 25px 10px;
    border: 1px solid #F1C40F;
    border-radius: 10px;
}


.atopay_page .border_box li{
	font-size: 14px;
}

.atopay_page .border_box li:last-child{
	border: none;
}
