#body{font-family:'Noto Sans JP';}

.marker-yellow{
    background: linear-gradient(transparent 60%, #ffc0c0 60%);
}
.txt-skyblue{
    color: #40B9E9;
}
.txt-pink{
    color: #FF7575;
}
.txt-c{
    text-align: center;
}
.txt-r{
    text-align: right;
}
.txt-link a{
    font-size: 22px;
    font-weight: 700;
}
.txt-link a::before{
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 10px;
}
.list-disc{
    margin: 7px;
}
.list-disc li{
    list-style-type: disc;
    margin-left: 20px;
}
section .h2label{
    background-color: #53C3F1;
    border-bottom: 3px solid #89deff;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 10px 20px;
}
section .h3label{
    background-color: #eeeeee;
    margin: 20px 0;
    padding: 12px 20px;
    font-size: 17px;
    line-height: 22px;
    border-bottom: 3px solid #53C3F1;
}
section .h4label{
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    margin: 10px 0;
    padding: 12px 0px;
    border-bottom: 3px solid #53C3F1;
}
section .h5label{
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    padding: 5px 0;
    margin: 15px 0 5px;
}
section .img_con{
    margin: 20px auto;
    text-align: center;
    display: block;
    position: relative;
}
section .img_con.img_arrow_under{
    padding-bottom: 50px;
}
section .img_con.img_arrow_under::after{
    content: "";
    position: absolute;
    width: 0px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
    border: 40px solid transparent;
    border-top: 29px solid #ddd;
}

section .img_con img{
    border: 2px solid #ddd;
}
section .list_intro li{
    padding-left: 20px;
    margin-bottom: 20px;
    text-indent: -20px;
}
/* 目次 */
.toc_box{
    width: 500px;
    margin: 20px auto;
    border: 3px solid #53C3F1;
    background: #fff;
    padding: 10px;
    display: block;
}
.toc_box .toc_label{
    text-align: center;
    margin: 0px auto 10px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #40b5e4;
    background-color: #d6f3ff;
    padding: 10px;
}
.toc_box .toc_main{
    width: 90%;
    margin: 15px auto;
}
.toc_box .toc_main li a{
    color: #1010ca;
    text-decoration: underline;
}
.toc_box .toc_main li a:hover{
    color: #F15353;
}
.toc_box .toc_main li{
    margin: 0px;
}
.toc_box .toc_main li .toc_sub{
    margin: 0px 25px;
}
.toc_box .toc_main li .toc_sub > li:before{
    content: "└";
    margin-right: 5px;
}
/* 登録～審査通過フロー */
.protect_regist_flow{
    margin: 10px;
}
.protect_regist_flow ol{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    counter-reset: regist-flow;
}
.protect_regist_flow ol li{
    width: calc(25% - 10px);
    margin: 10px;
    border: 5px solid #53C3F1;
    border-radius: 10px;
    position: relative;
}
.protect_regist_flow ol li .regist_flow_img{
    width: 100%;
    height: 150px;
    background: rgb(247, 247, 247);
    border-radius: 7px 7px 0 0;
    margin: -1px 0px;
    display: none;
}
.protect_regist_flow ol li .regist_flow_img img{
    width: 100%;
    height: auto;
}
.protect_regist_flow ol li .regist_flow_text{
    padding: 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
}
.protect_regist_flow ol li::before{
    counter-increment: regist-flow;
    content: counter(regist-flow);
    position: absolute;
    left: -18px;
    top: -18px;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #53C3F1;
    border-radius: 50%;
    padding: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    font-family: Arial;
    text-align: center;
}
/* 表デザイン */
.item-table{
    width: 90%;
    margin: 20px auto;
}
.item-table dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto;
    justify-content: space-between;
}
.item-table dl dt{
    width: 210px;
    background-color: #f1f1f1;
    margin: 3px;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
}
.item-table dl dt::before{
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    width: 40px;
    color: #fff;
    background-color: #555;
    padding: 6px;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
}
.item-table dl dt.mark-required::before{
    content: "必須";
    background-color: #F15353;
}
.item-table dl dt.mark-any::before{
    content: "任意";
    background-color: #555;
}
.item-table dl dd{
    width: calc(100% - 230px);
    background-color: #fff;
    margin: 3px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
}
.item-table dd ol{
    margin: 10px 25px;
}
.item-table dd ol li{
    list-style: disc;
    text-indent: 0px;
    margin-bottom: 15px;
}

span.mark-required{
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    width: 40px;
    color: #fff;
    background-color: #F15353;
    padding: 6px;
    border-radius: 5px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}
.mail-pass_info{
    margin: 10px -23px;
    padding: 20px;
    box-sizing: border-box;
    background: #ffe7e7;
}
.mail-pass_info p{
    font-size: 15px;
}

.manual-info{
    border: 3px solid #F15353;
    padding: 20px;
    margin: 20px auto;
    position: relative;
    width: 800px;
    border-radius: 3px;
}
.manual-info.label-on{
    margin: 50px auto 20px;
}
.manual-info .manual-label{
    position: absolute;
    left: 16px;
    top: -35px;
    background-color: #F15353;
    padding: 8px 25px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border-radius: 3px 3px 0 0;
}
.manual-howto{
    margin: 20px auto;
    display: inline-block;
    position: relative;
}
.manual-howto ol > li::before,
.manual-howto ol > li::after{
    content: "";
    clear: both;
    display: block;
}
.manual-howto img{
    width: 300px;
    height: auto;
}
.manual-howto .manual-howto1-pat{
    margin: 20px 0;
}

.donate-flow{
    display: table;
    border-collapse: separate;
    border-spacing: 35px 10px;
}
.donate-flow .donate-flow_box{
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    color: #333;
    border: 3px solid #53c3f1;
    background: #e3f7ff;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 700;
    position: relative;
    text-align: center;
    align-items: center;
}
.donate-flow .donate-flow_box:not(:last-child)::after{
    content: "";
    border: 16px solid transparent;
    border-left: 16px solid #555;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -48px;
    width: 0;
    height: 0;
    line-height: 1;
}
.donate-menu{
    width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}
.donate-menu .donate-menubox{
    width: 50%;
    margin: 10px;
}
.donate-menu .donate-menubox a{
    text-decoration: none;
    display: block;
    color: #fff;
    background: #ccc;
    text-align: center;
    padding: 15px 15px 30px;
    border-radius: 7px;
    font-weight: 700;
    position: relative;
}
.donate-menu .donate-menubox a:hover{
    opacity: .5;
}
.donate-menu .donate-menubox a::after{
    content: "";
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    font-weight: 100;
}
.donate-menu .donate-menubox.wishlist a{
    background-color: #40B9E9;
}
.donate-menu .donate-menubox.point a{
    background-color: #FF6A6A;
}

.nstep-btn{
    width: 500px;
    margin: 20px auto;
}
.nstep-btn a{
    color: #40B9E9;
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    background: #def6ff;
    border: 3px solid #53c3f1;
    border-radius: 8px;
    padding: 20px 15px 30px;
}
.nstep-btn a:hover{
    color: #73d7ff;
    background-color: #effbff;
}
.nstep-btn a::after{
    content: "";
    border: 15px solid transparent;
    border-top: 10px solid #53c3f1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: auto;
    width: 0;
    height: 0;
}
.float_l{
    float: left;
    margin: 0 20px 20px 0;
}

/* インフォボックス内 > 段落 */
.manual-info_dl{
    margin: 10px;
}
.manual-info_dl dt{
    font-weight: 700;
    margin: 15px 0px 0px;
}
.manual-info_dl dd{
    margin: 5px 5px 5px 30px;
}
