h3{
    font-size:1.1em;
}
.futura_pagination{
    text-align: center;
}
.futura_pagination a{
    padding: 0 5px;
}
.futura_wrap{
    margin:60px 0 0 15px;
}

.futura_wrap section{
    margin: 60px 0;
}

.futura_wrap form{
    margin-top:10px;
}
.futura_wrap button, .wp-core-ui .futura_wrap .button-primary{
    background: #02608c!important;
    border-color: #02608c!important;
    color:white!important;
}

.futura_wrap input[type="text"], .futura_wrap input[type="number"]{
    min-width:80px;
}
.futura_wrap input[type="checkbox"]{
    margin:0!important;
	-moz-transform:		scale(1.5)!important;
	-webkit-transform:	scale(1.5)!important;
	transform:		scale(1.5)!important;    
}
.futura_wrap .multi_select input[type="checkbox"]{
    margin:0!important;
	-moz-transform:		scale(1)!important;
	-webkit-transform:	scale(1)!important;
	transform:		scale(1)!important;     
}
button#futura-analyze:disabled{
    background: gray!important;
    border-color: gray!important;
}
.ms-drop ul>li label span{
    padding-left:30px;
}
.futura_wrap .multi_select button{
    background: white!important;
    border-color: #aaa!important;
    color: #444!important;
    height:30px;
    line-height: 30px;
}


.futura_overlay, .futura_overlay_analyze{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.8;
    transition: .3s linear;    
    display: none;
}
.futura_overlay_inner{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width:100%;
    z-index:10;    
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.futura_wrap .app {
    width: 100%;
    padding: 10px;
    background-color: white;
}

.futura_wrap .progress {
    width: 30%;
    height: 30px;
    background-color: #dddddd;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    margin:0 auto;
}

.futura_wrap .progress-bar {
    transition: width 0.5s linear;
    height: 100%;
    background-color: #337AB7;
    border-radius: 4px;
    max-width:100%;
    width:0%;
}

.futura_wrap #result{
    margin-top:30px;
}

.futura_form_section dl{
    display: flex;
}
.futura_form_section dt{
    width:100px;
}
.futura_form_section.analyze_setting dt{
    width:130px;
}
.futura_form_section dd input{
    width:60px;
}
.futura_form_section.design dl{
    display: block;
    margin-bottom:50px;
}
.futura_form_section.design dt{
    width:100%;
    margin-bottom:10px;
}
.futura_form_section.design dd{
    margin-inline-start: 0px;
}
.futura_form_section.design dd input{
    width:100px;
}
.futura_form_section.design dd input[type="checkbox"]{
    width:10px;
    margin-right:10px;
}
.futura_form_section.design dd input.futura_input_w{
    width:500px;
}
section.futura_menu{
    display: flex;
    margin-bottom:100px;
}
section.futura_menu.tag{
    margin:0px;
    margin-bottom:30px;
}
div.futura_tag_menu{
    display: flex;
    margin: 50px 0 30px 0;
}
#futura_recommended_tags .futura_recommended_tags{
    color: white;
    cursor: pointer;
    background: #0073aa;
    border-radius: 15px;
    padding:5px 25px;
    position: relative;
    line-height: 3;
}
#futura_recommended_tags .futura_recommended_tags.futura_by_tag{
    padding: 5px 10px 5px 25px;
}
.futura_adrb #futura_recommended_tags .futura_recommended_tags{
    white-space: nowrap;
}
#futura_recommended_tags .futura_by_tag_under{
    margin-bottom:5px;margin-left:75px;
}
.futura_by_tag_under a{
    color: #0048aa;
}

#futura_recommended_tags .futura_recommended_tags::before{
    position: absolute;
    top: 10px;
    left: 12px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    transform: translateX(-50%);
}
#futura_recommended_tags .futura_recommended_tags::after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    top: 5px;
    left: 2px;
    transform: rotate(90deg);
}
#futura_recommended_tags a{
    text-decoration: none;
}
#futura_recommended_tags .futura_recommended_tags_attached{
    color:gray;
    background-color: #cccccc;
    cursor: unset;
    opacity: 0.5;
    border-radius: 15px;
    padding:5px 25px;
    cursor: pointer;
    position: relative;
}
#futura_recommended_tags .futura_recommended_tags_attached.futura_by_tag{
    padding: 5px 10px 5px 25px;
}
#futura_recommended_tags .futura_recommended_tags_attached::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 5px;
    border-left: 2px solid #2c2e2c;;
    border-bottom: 2px solid #2c2e2c;
    transform: rotate(-45deg);
    top: 5px;
    left: 7px;
}
#futura_recommended_tags dl{
    margin-bottom:30px;
}
#futura_recommended_tags dt, #futura_recommended_tags dd{
    line-height: 2;
    margin-left:0;
}

#futura_footer_logo{
    margin:100px 0 50px 0;
    width:200px;
}
#futura_footer_logo img{
    width:100%;
}

#futura_main_tags{
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap;
}
#futura_main_tags .futura_main_tag_list{
    color: gray;
    background-color: #cccccc;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
}
#futura_main_tags .futura_main_tag_list::after{
    position: absolute;
    top: 17px;
    left: 17px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid gray;
    transform: translateX(-50%);    
}
#futura_main_tags .futura_main_tag_list::before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid gray;
    top: 12px;
    left: 7px;
    transform: rotate(90deg);
}
#futura_main_tags .futura_main_tag_list.active{
    background: #0073aa;
    color:white;
}
#futura_main_tags .futura_main_tag_list.active::before{
    content:"";
    border-top: none;
}
#futura_main_tags .futura_main_tag_list.active::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 5px;
    border-top:none;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
    top: 14px;
    left: 7px;    
}

#futura_main_tags .futura_main_tag_list{
    margin: 8px 5px;
    padding: 10px 25px;
}