/*===========================
全体
===========================*/
#payment-secure{
    max-width: 900px;
	margin: 20px auto 0;
}
#payment-secure img{
    width: 100%;
}
#payment-secure h1{
	margin-bottom: 25px;
}
#payment-secure h2{
	margin-top: 15px;
    border-bottom: 2px solid #333;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
#payment-secure h2:nth-of-type(n+2){
	margin-top: 30px;
}
#payment-secure h2::before{
	content: " ■ ";
}
#payment-secure section{
	box-sizing: border-box;
	padding: 10px;
    text-align: left;
}
#payment-secure p > a{
	color: #cb6767;
	font-weight: bold;
	border-bottom: 1px solid;
}
#payment-secure .pc_none{
    display: none !important;
}
#payment-secure .red {
    font-weight: bold;
    color: #b10e1b;
}
#payment-secure a:hover {
    opacity: .7;
}

/*------------------------------------
23/07/28追加
-------------------------------------*/
#payment-secure .intro{
    margin-bottom: 3%;
}
#payment-secure .warning_txt{
    box-sizing: border-box;
    padding: 15px;
    background-color: #f6eee3;
    margin-top: 5px;
}
#payment-secure .warning_txt.flex{
    display: flex;
    justify-content: center;
}
#payment-secure .warning_txt.flex .card_img{
    width: 35%;
    max-width: 170px;
    margin-right: 2%;
}
#payment-secure .warning_txt.flex .warning_flex_text {
    display: flex;
    align-items: center;
    width: 60%;
}
#payment-secure .warning_txt.flex .warning_flex_text::before {
    content: '';
}
#payment-secure .warning_txt.flex .card_img .payment-3-2__img{
    width: 100% !important;
}
#payment-secure .warning_txt li{
    display: flex;    
}
#payment-secure .warning_txt li.card_img{
    flex-wrap: wrap;
    /* margin-bottom: 10px; */
}
#payment-secure .warning_txt li.card_img::before{
    content: none;
}
#payment-secure .warning_txt li.card_img p::before{
    content: "※";
    margin-right: 3px;
}
#payment-secure .warning_txt li::before {
    content: "※";
    margin-right: 3px;
}
#payment-secure .warning_txt li.card_img p.ac-none::before{
    content: "";
    margin-right: 3px;
}
#payment-secure .warning_txt li.card_img .img_box,
#payment-secure .warning_txt li.bn_box{
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}
#payment-secure .warning_txt li.card_img .img_box{
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5%;
}
#payment-secure .warning_txt li.card_img .img_box .img_item{
    width: 18%;
    display: block;
    margin-bottom: 2%;
}
#payment-secure .warning_txt li.card_img .img_box .img_item img{
    width: 100%;
    display: block;
}
#payment-secure .warning_txt li.card_img .img_box .img_item p{
    font-size: .7rem;
    overflow-wrap: break-word;
    word-break: break-word;
    word-break: break-all;
    text-align: center;
}
#payment-secure .warning_txt li.card_img .img_box .img_item p .card-title{
    font-size: .95rem;
    overflow-wrap: break-word;
    word-break: break-word;
    word-break: break-all;
    text-align: center;
    font-weight: bold;
}
#payment-secure .warning_txt li.card_img .img_box .img_item p .card-title.ae{
    font-size: .8rem;
}
#payment-secure .warning_txt li.card_img .img_box img.payment-1__img{
    border-radius: 5px;
}
#payment-secure .warning_txt li.card_img .img_box a.payment-3__img{
    width: 18%;
    display: block;
    margin-bottom: 0%;
    border-radius: 5px;
    overflow: hidden;
}
#payment-secure .warning_txt li.card_img .img_box a.payment-3__img.mar-b{
    margin-bottom: 0;
}
#payment-secure .warning_txt li.card_img .img_box a.payment-3-2__img{
    width: 50%;
    display: block;
    margin-bottom: 3%;
    border-radius: 5px;
    overflow: hidden;
}
#payment-secure .warning_txt li.bn_box{
    margin-bottom: 10px;
}
#payment-secure .warning_txt li.bn_box a:hover img,
#payment-secure .warning_txt li.bn_box2 a:hover img,
#payment-secure .link_img a:hover img{
    opacity: 0.7;
    transition: 0.5s all;
}
#payment-secure .warning_txt li.bn_box2{
    display: inline-block;
    box-sizing: border-box;
    padding-left: 20px;
}
#payment-secure .warning_txt li:nth-child(n+2){
    margin-top: 5px;
}

/* #payment-secure .warning_txt li.warning_flex_text::before{
    content: "";
} */
#payment-secure .warning_txt li.bn_box::before,
#payment-secure .warning_txt li.bn_box2::before{
    content: none;
}
#payment-secure .bank_box{
    border: 1px solid #a7a7a7;
    box-sizing: border-box;
    padding: 10px 50px 10px 10px;
    display: inline-block;
    margin: 10px 0;
}
#payment-secure .bank_box p::before,
#payment-secure .link_txt::before{
    font-family: 'Material Icons';
    content: "chevron_right";
    font-size: 16px;
    vertical-align: middle;
    color: #a7a7a7;
    font-weight: bold;
}
#payment-secure .link_img a{
    border-bottom: none;
}
#payment-secure .link_txt{
    margin: 5px 0 10px;
}
#payment-secure .paymentsec-2__flow {
    /* margin-bottom: 3%; */
    width: 100%;
    box-sizing: border-box;
    padding: 0 2% 1%;
}
#payment-secure .paymentsec-2_cap {
    margin-bottom: .5%;
    margin-top: 1%;
}

/* ステップ */
#payment-secure .step {
    box-sizing: border-box;
    padding: 15px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #b7b7b7;
    width: 100%;
    margin: 0 auto 3%;
}
#payment-secure .step dt {
    background-color: #db9191 !important;
    color: #fff;
    box-sizing: border-box;
    padding: 0 1.5%;
    margin-bottom: 1%;
    display: flex;
    align-items: baseline;
    font-size: 18px;
}
#payment-secure .step dt.gray{
    background-color: #7f7f7f !important;
    margin-top: 4%;
}
#payment-secure .step .list_txt {
    box-sizing: border-box;
    padding: 10px;
}
#payment-secure .step dt span {
    font-size: 1.5rem;
}

/***---------------------------------
TOPに戻る
---------------------------------***/
#page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 4vw;
    bottom: 80px;
    /* background: #ef3f98; */
    border: 2px solid #666;
    opacity: 1.0;
    border-radius: 50%;
}
#page_top a{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 25px;
    color: #666;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
}