
@charset "utf-8";
body {
margin: 0;
font-family: Nunito,sans-serif;
font-size: .9rem;
font-weight: 400;
line-height: 1.6;
color: #212529;
text-align: left;
background-color: #f8fafc;
box-sizing: border-box;

}
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: .9rem;
line-height: 1.6;
border-radius: .25rem;
}

a {
color: #3490dc;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
.main-inner {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.l-container{
max-width: 918px;
margin:0 auto;
width: 100%;
}
.m-container{
max-width: 730px;
margin:0 auto;
width: 100%;
}
.flex{
display: flex;
}
.row{
flex-direction: column;
}
.gap-20{
gap: 20px;
}

.m-t-10{
margin-top:10px
}
.m-t-15{
margin-top:15px
}


.m-t-20{
margin-top:20px
}
nav.navbar{
padding:10px;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
}

.nav-container {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.nav-container a{
color: rgba(0,0,0,.9)
}

.btn-trigger {
position: relative;
width: 35px;
height: 30px;
margin-left: auto;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
padding: 5px;
}
.btn-trigger span:first-child {
top: 8px;
}

.header-ttl {
display: none;
}

.btn-trigger span:nth-child(3) {
bottom: 8px;
}

.btn-trigger span:nth-child(2) {
top: 14px;
}

.btn-trigger span {
position: absolute;
width: 65%;
height: 0.5px;
background-color: black;
left: 6px;
z-index: 120;
transition: all 0.5s ease;
}

.btn-trigger span.active:nth-child(2) {
opacity: 0;
}

.btn-trigger span.active:nth-child(3) {
top: 14px;
transform: rotate(45deg);
}

.btn-trigger span.active:first-child {
top: 14px;
transform: rotate(-45deg);
}
ul.navbar-nav{
flex-basis: 100%;
display: none;
margin-left:auto;

}
.dropdown-toggle:after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent;
}
.dropdown-toggle{
position: relative;
}
.dropdown-menu{
display: none;
}
li.nav-item.dropdown{
padding:20px 0px;

}
.nav-link{
padding:10px 0
}
.dropdown-menu {
display: none;
padding: 18px;
width: 100%;
margin-top: 20px;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
color: rgba(0, 0, 0, .5);

}
/*card*/
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}

.card-header:first-child {
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
padding: 12px 20px;
margin-bottom: 0;
background-color: rgba(0,0,0,.03);
border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body {
flex: 1 1 auto;
padding: 20px;
}
#dropable {
margin: 20px 0;
border: 2px dotted #0B85A1;
width: 100%;
color: #92AAB0;
text-align: left;
vertical-align: middle;
padding: 40px 10px 40px 10px;
font-size: 200%;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn-primary {
color: #fff;
background-color: #3490dc;
border-color: #3490dc;
}
.alert-success {
    color: #92AAB0;
    background-color: #eaf9d5;
    border-color: #eaf9d5;
    padding:8px;
    text-align: center;
}
    
.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
    padding:8px;
    text-align: center;
}
/*login*/
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: .9rem;
line-height: 1.6;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #a1cbef;
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(52,144,220,.25);
box-shadow: 0 0 0 .2rem rgba(52,144,220,.25);
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem;
appearance: auto;
}
.form-check-label {
margin-bottom: 0;
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.navbar-nav .nav-link {
color: rgba(0,0,0,.5);
}
li.nav-item{
font-size: 14px;
color: rgba(0,0,0,.5);
margin-top:10px;

}

@media screen and (min-width: 769px) {
    .nav-container{
    max-width: 1135px;
    margin:0 auto;
    width: 100%;
    font-size: 18px;
    padding:0 20px;
    }
    nav.navbar{
    padding:3px 16px;
    }
    .btn-trigger {
    display: none;
    }
    ul.navbar-nav {
    flex-basis: auto;
    display: block;
    position: relative;
    }
    .dropdown-menu{
    position: absolute;
    width: auto;
    }
    .dropdown-menu {
    position: absolute;
    right: 0;
    text-align: start;
    z-index: 20;
    background: #fff;
    padding:10px 50px;
    margin-top:0px;
    font-size: 14px;
    }
    .nav-container a {
    color: rgba(0,0,0,.9);
    width: auto;
    display: block;
    text-align: center;
    font-size: 14px;
    }
    li.nav-item.dropdown {
    padding: 0px 0px;
    }
    a.navbar-brand  {
    white-space: nowrap;
    font-size: 17px;
    }
    .row{
    flex-direction: row;
    }
    .form-group {
    align-items: center;
    gap:20px;

    }
    label.form-label {
    max-width:33.33333333%;
    display: block;
    width: 100%;
    text-align: end;
    }  
    .form-input  {
    width: 50%;
    }
    .offset-md-4{
    margin-left: 33.33333333%;
    }
    .offset-pd-2{
    padding-left: 20px;
    }
                           


}

.disabled{
    pointer-events: none;
    opacity: 0.5;
}

#processing_text_wrap{
    text-align: center;
}

.hidden{
    display: none;
}
#result .result_wrap>div:last-of-type{
    padding-top: 20px;
}
#result .result_wrap div:last-of-type strong:last-of-type{
    font-size: 22px;
}
#result .result_wrap>div:last-of-type>div:not(:last-child) {
    margin-top: 15px;
    padding: 10px;
    background-color: #fff5f4;
}
#result .result_wrap>div:last-of-type>div {
    font-weight: bold;
}
#result .result_wrap div:last-of-type div ol{
    list-style-type: decimal; 
    padding-left: 2em;
    color: #f3160e;
}
#result .result_wrap div:last-of-type div ol li::before {
    content: "『";  
    color: black;   
}

#result .result_wrap div:last-of-type div ol li::after {
    content: "』";
    color: black;
}

#result .result_wrap div:last-of-type div ol li::marker {
    color: black;
    font-weight: normal;
}
#result .result_wrap>div:last-of-type>div:last-child {
    margin-top: 15px;
    padding: 10px;
    background-color: #f4f4f4;
}

#result .result_wrap>div:last-of-type>div:last-child>div{
    position: relative;         
    padding-bottom: 5px;         
}

#result .result_wrap>div:last-of-type>div:last-child>div:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 2%;
    right: 2%;
    bottom: 0;
    height: 1px;
    background-color: #c5c5c5;
}
.difference-text-box  {
    margin-bottom: 10px;
}
.difference-text-box p{
    width: 180px;
    background-color: #fff;
    margin-left: 20px;
    margin-bottom: 2px;
    padding: 0.5em 0.1em;
}
.raw_data{
    display: none;
}
.show_raw_data{
    text-align: right;
}