@charset "utf-8";

.digital-visual {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.digital-visual1 {
    width : 30%;
}
.digital-visual2 {
    width : 70%;
}
.digital-visual2 li {
    font-size: 147%;
    text-indent : -1em;
    padding-left : 1em;
    line-height: 2.5;
}
.digital-visual2 li:before {
    content : '\f00c\0020';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4caf50;
}
.card-name {
    font-size: 2.8em;
    text-align: center;
    margin-top: 1em;
}
.pc {
    display: block;
}
.smp {
    display: none;
}
.comment {
    margin: 2em auto;
    max-width: 860px;
}
.comment ul li.ind1 {
    margin-left:1em;
    text-indent: -1em;
    text-align: left;
}
.flow {
    margin : auto 0;
    text-align : center;
}
.flow-btn-min {
    min-width:592px;
}
.flow-btn {
    font-size: 174%;
    color: #fff;
    background-color: #f965a5;
    border : 1px solid #f965a5;
    text-align: center;
    padding: 1em 2em !important;
    border-radius: 56px;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
    opacity: 0.7;
}
.flow-btn:hover {
    font-size: 174%;
    color: #f965a5;
    background-color: #fff;
    border : 1px solid #f965a5;
    text-align: center;
    padding: 1em 2em;
    border-radius: 56px;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
    opacity: 0.7;
    transition: 0.6s;
    cursor: pointer;
}
.flow-btn_disabled {
    background-color: #777 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}
.flow-btn_disabled:hover {
    background-color: #777 !important;
    color: #fff !important;
    border : none !important;
    box-shadow: none !important;
    cursor: default !important;
}

.ready {
    padding: 10em 8em 10em;
}
.readyG {
    background-color: #f5f5f5;
}
.readyW {
    background-color: #fff;
}
.readyG p,
.readyW p {
    font-size: 154%;
    color: #00053a;
    margin-bottom: 0.8em;
    text-align: center;
    word-break: keep-all;
    word-wrap: break-word;
}
.readyG-arrow {
    background-color: #fff;
}
.readyG-arrow > div {
    display: block;
    background-color: #f5f5f5;
    top: -2px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 10%;
    height: 50px;
    position: relative;
    top: -2px;
    left: 45%;
}
.readyW-arrow {
    background-color: #f5f5f5;
}
.readyW-arrow > div {
    display: block;
    background-color: #fff;
    top: -2px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 10%;
    height: 50px;
    position: relative;
    top: -2px;
    left: 45%;
}
.btn-area {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.btn {
    font-size: 174%;
    color: #f965a5;
    background-color: #fff;
    border : 1px solid #f965a5;
    text-align: center;
    min-width: 250px;
    padding: 0.5em 0;
    border-radius: 5px;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
}
.btn:hover {
    font-size: 174%;
    color: #fff;
    background-color: #f965a5;
    border : 1px solid #f965a5;
    text-align: center;
    min-width: 250px;
    padding: 0.5em 0;
    border-radius: 5px;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
    transition: 0.6s;
    opacity: 0.7;
    cursor: pointer;
}
.btn2 {
    text-decoration : none;
}
.btn2 > div {
    font-size: 174%;
    color: #f965a5;
    background-color: #fff;
    border : 1px solid #f965a5;
    text-align: center;
    padding: 0.5em 1em;
    border-radius: 5px;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
}
.btn2 > div:hover {
    font-size: 174%;
    color: #fff;
    background-color: #f965a5;
    border : 1px solid #f965a5;
    text-align: center;
    padding: 0.5em 1em;
    border-radius: 5px;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
    transition: 0.6s;
    opacity: 0.7;
    cursor: pointer;
}
.btn-img {
    min-width: 200px;
    border : 1px solid #f965a5;
    text-align: center;
    padding: 0.5em 0;
    border-radius: 5px;
    background-color: #FFF;
}
.btn-img:hover {
    min-width: 200px;
    border : 1px solid #f965a5;
    text-align: center;
    padding: 0.5em 0;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #f965a5;
    transition: 0.1s;
    opacity: 0.7;
    cursor: pointer;
}
.checked-img {
    border : 1px solid #f965a5;
    box-shadow: 0px 0px 10px 0px #f965a5;
    
}
.unchecked-img {
    opacity: 0.5;
}
.btn-img img{
    height : 50px;
}
.btn-img-blank {
    display: none;
}
.checked{
    font-size: 174%;
    color: #fff;
    background-color: #f965a5;
    border : 1px solid #f965a5;
    text-align: center;
    min-width: 250px;
    padding: 0.5em 0;
    border-radius: 5px;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
    transition: 0.6s;
    opacity: 0.7;
}
.sisetsu {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.sisetsu img {
    width:150px;
}
.sisetsu a:hover{
     opacity : 0.5;
}
.w-area {
    background-color: #fff;
    padding: 2.5em;
    border-radius: 5px;
    border: 5px solid #a0d5ff;
}
.input-area {
    text-align :center;
}
label {
    font-size: 154%;
    margin-right: 0.3em;
}
input[type='text'] {
    font-size: 154%;
    width: 10em;
    border:1px solid #03a9f4;
    border-radius: 3px;
    background-color: #f8fdff;
    ime-mode: disabled;
}
input[type='text']:focus {
    outline: none;
    border:1px solid #03a9f4;
}
.cusnum21ua_msg {
    padding: 0.5em 1em;
    margin:1em 0;
    display: inline-block;
    text-align: center;
}
.normal {
    color: #03a9f4;
}
.normal:before {
    font-family: "Font Awesome 5 Free";
    content: "\f05a\00A0";
    font-weight: 600;
    font-size: 120%;
    white-space: pre;
}
.err {
    color: #f00;
}
.err:before {
    font-family: "Font Awesome 5 Free";
    content: "\f071\00A0";
    font-weight: 600;
    font-size: 120%;
    font-size: 120%;
    white-space: pre;
}
.success {
    color: #23be1c;
}
.success:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c\00A0";
    font-weight: 600;
    font-size: 120%;
    font-size: 120%;
    white-space: pre;
}

/* フローティングバナー
------------------------------------------------------------------------------- */
.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 50px;
    right: 10px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow : 
        1px 1.9px 2.5px rgba(0, 0, 0, 0.057),
        2px 5px 6.1px rgba(0, 0, 0, 0.076),
        5px 10.1px 11.4px rgba(0, 0, 0, 0.086),
        10px 19.2px 19.8px rgba(0, 0, 0, 0.11),
        20px 38.4px 34.8px rgba(0, 0, 0, 0.15),
        50px 101px 74px rgba(0, 0, 0, 0.2);
    transition: all 1s;
}
.floating-banner img.pc {
	width : 150px;
	display : block;
}
.floating-banner img.smp {
	display : none;
}
.floating-banner:hover {
    opacity: .6; /* ホバーで少し透過 */
    transition: all 1s;
}